@import url('https://fonts.googleapis.com/css2?family=Zalando+Sans:ital,wght@0,200..900;1,200..900&display=swap');


/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
	display: block;
}
a img {
	border: 0;
}
a {
	text-decoration: none; -webkit-transition: 0.3s; transition: 0.3s;
}
a:hover {
	text-decoration: none;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Zalando Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	background-color: #000;
}

/*<weight>: Use a value from 200 to 900
<uniquifier>: Use a unique and descriptive class name*/

.zalando-sans-<uniquifier> {
  font-family: "Zalando Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

html {
	scroll-behavior: smooth;
}
/* Selection colours */
::selection {
	background: #000;
	color: #a3e635;
}
::-moz-selection {
background: #000;
color:#a3e635;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
a {
	outline: none;
}
p {
	padding: 0px;
	margin: 0px;
	color: #333333;
	font-size: 15px;
}
li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
h1 {
	font-size: 30px;
	font-weight: 600;
}
h2 {
	font-size: 28px;
	margin-bottom: 10px;
}
h3 {
	font-size: 23px;
	margin-bottom: 10px;
}
h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
h5 {
	font-size: 18px;
	margin-bottom: 10px;
}
h6 {
	font-size: 16px;
	margin-bottom: 10px;
}
ol li {
	list-style: decimal inside;
	margin-left: 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.wrapper {position: relative; background:#000; }

.landing_wrapper {width:100%;}
.bglanding {background:url(../images/bglogin.jpg) no-repeat; background-size:cover; width:100%; height:auto; position:relative; }

.bglanding .coin1 {position:absolute; left:2%; top:50px; }
.bglanding .coin1 img {width:10%!important; max-width:12%!important;}

.bglanding .coin2 {position:absolute; right:2%; top:150px; }
.bglanding .coin2 img {width:10%!important; max-width:12%!important;}

.landing_box {width:480px; margin:auto; position:absolute; left:35%; right:35%; margin-top:10%;  padding:25px; z-index:999;}
.landing_box img {width:45%; max-width:45%;}
.landing_box h1 {font-size:22px; color:#fff; text-transform:uppercase; font-weight:500; text-align:center; line-height:25px; margin:15px 0;}
.landing_box h1 span { color:rgb(92 184 92);}

.btm-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding-bottom: env(safe-area-inset-bottom);
    height: 5.5rem;
    opacity: 1;
    background-color: #000;;
    color: #fff;
	z-index:1000000;
}

._max-w-\[480px\]_lq8ol_314 {
    max-width: 480px;
}

._mx-auto_lq8ol_1 {
    margin-left: auto;
    margin-right: auto;
}

.btm-nav a {color:#fff; text-align:center; font-size:14px; text-decoration:none;}
.btm-nav a:hover {color:rgb(92 184 92);}
.btm-nav a.active {color:#333;}
.btm-nav a.active:hover {background:#0C0!important; color:#fff;}
.btnbox {background:#fff!important; color:#333; padding:7px 14px; border-radius:5px; display:block; margin-top:-10px; /*transform: rotate(45deg)*/;}
.btm-nav .fa {color:rgb(92 184 92);}

header {
	padding: 0px 0px;
	background: #2A7B9B;
	background: linear-gradient(209deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 22%, rgba(0, 0, 0, 1) 97%);
	webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	width: 100%;
	z-index: 9999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
}
.mob_ico {
	padding: 10px 0;
}
.mob_ico img {width:6%;}
.logo {
	display: inline-block;
	margin: 10px 0;
}
.logo :hover {
	color: #a3e635;
}
.logo img {
	width: 35%;
	background-color: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(107, 114, 128, 0.5);
	border-radius: 9999px;
	padding: 5px 20px;
}

.top_sec ul{ margin:0; padding:0; list-style:none; z-index:10000;}
.top_sec li{ margin:0; padding:0; list-style:none;}
.top_sec li a {float:right; display:block; color:rgb(92 184 92);}
.top_sec li img {border-radius:100px;}
.top_sec li .txt_user{float:left; display:contents; margin:10px 0 0 10px; color:#fff; font-size:10px; font-weight:500; text-transform:uppercase;}


.banner_bg {
	background: #000;
	width: 100%;
	padding: 25px 0;
}
.banner_bg img {
	border-radius: 10px;
}
.fade_slider {
	background: #000;
}
.fade_slider img {
	border-radius: 10px;
}
.banner_bg .fade_slider li.slide1 {
	background-image: url(../images/slide1.jpg);
	height: 360px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.banner_bg .fade_slider li.slide2 {
	background-image: url(../images/slide2.jpg);
	height: 360px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.banner_bg .fade_slider li.slide3 {
	background-image: url(../images/slide3.jpg);
	height: 360px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.banner_bg .slick-dots {
	bottom: 25px;
	margin: auto;
	position: absolute;
	text-align: center;
	width: 100%;
}
.banner_bg .slick-dots li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.banner_bg .slick-dots li .sliders_dots {
	width: 15px;
	height: 5px;
	background-color: #fff;
	border-radius: 1px;
	outline: none!important;
	border: 0!important;
}
.banner_bg .slick-dots li.slick-active .sliders_dots {
	background-color: rgb(92 184 92);
	width: 30px;
}
.banner_bg .slick-prev {
	background-image: url(../images/header_slider_left_arw.png);
	background-position: top;
	background-repeat: no-repeat;
	border: none;
	background-color: transparent;
	width: 28px;
	height: 55px;
	position: absolute;
	left: 20px;
	top: 45%;
	z-index: 9999;
}
.banner_bg .slick-next {
	background-image: url(../images/header_slider_right_arw.png);
	background-position: top;
	background-repeat: no-repeat;
	border: none;
	background-color: transparent;
	width: 28px;
	height: 55px;
	position: absolute;
	right: 20px;
	top: 45%;
}
.banner_bg .slick-prev:hover, .banner_bg .slick-next:hover {
	background-position: bottom;
}

.cont-section {background:#000; padding:30px 0; background-attachment:scroll; /*position: fixed; z-index: 9999; inset: 16px; pointer-events: none;*/}
.cont-section p {font-size:15px; color:#fff; font-weight:700; line-height:20px; text-align:left;}
.cont-section a {font-size:15px; color:rgb(92 184 92); line-height:20px; text-decoration:none;}
.cont-section a:hover {color:#fff;}
.cont-section .fa {color:rgb(92 184 92); margin-right:5px;}

.tab-content {padding:25px 15px;}
.tab-content h3 {font-size:18px; color:#fff; font-weight:500; margin-bottom:12px;}
.tab-content p {color:rgb(156 163 175); font-size:13px; font-weight:400; line-height: 15px; margin:4px 0;}
.tab-content p span {color:#fff;}
.tab-content a {color:rgb(92 184 92); text-decoration:none;}
.tab-content a:hover {color:#fff;}
.nav-pills > li > a {display:block; width:100%; border-bottom-color:1px solid #fff;}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { background: #2A7B9B; background: linear-gradient(173deg,rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);}
.tab-content-sec {padding:10px 0; border-bottom:1px solid rgba(255,255,255,0.3);}
.tab-content-sec h4 {margin-bottom:3px; font-size:24px; color:rgb(92 184 92);}
.tab-content-sec .smalltext {font-size:10px; color:rgb(92 184 92);}


.login {width:100%; padding:10% 0;}
.login-sec {margin:0; padding:0;}
.login-sec img {width:13%; max-width:13%;}
.login-sec h1 {font-size:30px; color:#fff; font-weight:600; text-align:center; line-height:32px; margin-bottom:15px;}
.login-sec h4 {font-size:17px; color:#fff; font-weight:500; text-align:center; text-transform:none; line-height:18px; margin-bottom:32px;}
.login-sec p {color: rgb(156 163 175); font-size:15px; text-align:center; line-height:20px; margin:10px 0;}
.login-sec a { color:#fff; text-decoration:none;}
.login-sec a:hover {color:#fff;}
.flagimg {width:9%; max-width:9%;}
.btn { padding:8px 25px; font-weight:bold;}
.btn a {color:#222;}
.btn-submit {
    color: #fff;
	font-size:16px;
	border-radius: 8px;
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.btn-submit:hover {
	background-color: #4aaf4a;
    border-color: #4aaf4a;
}

/*form section*/
.did-floating-label-content { 
  position:relative; 
  margin-bottom:20px; 
}
.did-floating-label {
  color:rgb(92 184 92); 
  font-size:12px;
  text-transform:uppercase;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:25px;
  top:11px;
  padding:0 10px;
  background:#000;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.did-floating-input, .did-floating-select {

  font-size:15px;
  display:block;
  width:100%;
  height:50px;
  padding: 10px 25px;
  background: transparent;
  color: #fff;
  border: 1px solid rgb(92 184 92);
  border-radius: 8px;
  box-sizing: border-box;
  &:focus{
    outline:none;
    ~ .did-floating-label{
      top:-8px;
      font-size:11px;
    }
  }
}

a.icoview {right:30px; font-size:20px; color:#4aaf4a!important; text-decoration:none; position:absolute; top:10px; display:inline-block;}
a.icoview  .fa {color:#4aaf4a; }

select.did-floating-select {
  background:#000;
  color: rgb(92 184 92);
}

select.did-floating-select {
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.did-floating-select::-ms-expand {
  display: none;
}

.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
  top:-8px;
  font-size:13px;
}
.did-floating-select:not([value=""]):valid ~ .did-floating-label {
  top:-8px;
  font-size:11px;
}
.did-floating-select[value=""]:focus ~ .did-floating-label {
  top:11px;
  font-size:13px;
}
.did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
    background-position: right 15px top 50%;
    background-repeat: no-repeat;
}

.did-error-input{
  .did-floating-input, .did-floating-select {
    border: 2px solid #9d3b3b;
    color:#9d3b3b;
  }
  .did-floating-label{
    font-weight: 600;
    color:#9d3b3b;
  }
  .did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A");
}
}

.input-group {
  display: flex;
  .did-floating-input{
    border-radius:0 4px 4px 0;
    border-left:0;
    padding-left:0;
  }
}
.input-group-append {
  display:flex;
  align-items:center;
/*   margin-left:-1px; */
}
.input-group-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    height:40px;
	background:#tranaparent;
    color:rgb(92 184 92);
    padding: 0 5px 0 20px;
   font-size:14px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid rgb(92 184 92);
  border-radius: 4px;
  border-right:none;
}


/*form section*/

.box_section {padding:20px 0 0 0; background-attachment:scroll;}
.box_cont {float: left; width: 32.5%; margin: 10px 5px;}
.box_cont h1 {font-size:24px; font-weight:500; text-align: center; color:#fff;}

.box1 {padding: 25px 15px; background:url(../images/bggreen.png) no-repeat right top #000; float: left; width:100%; text-align:center; border-radius:10px;}
.box1 a {font-size:14px; color:#fff; font-weight:400; text-decoration:none;}
.box1 a:hover {color:rgb(92 184 92); }
.box1 img {width:15%; max-width:15%; margin-bottom:8px;}

.box2 {padding: 25px 15px;  background:url(../images/bgorange.png) no-repeat right top #000; float: left; width:100%; text-align:center; border-radius:10px;}
.box2 a {font-size:14px; color:#fff; font-weight:400; text-decoration:none;}
.box2 a:hover {color:rgb(92 184 92); }
.box2 img {width:15%; max-width:15%; margin-bottom:8px;}

.box3 {padding: 25px 15px;   background:url(../images/bgyellow.png) no-repeat right top #000; float: left; width:100%; text-align:center; border-radius:10px;}
.box3 a {font-size:14px; color:#fff; font-weight:400; text-decoration:none;}
.box3 a:hover {color:rgb(92 184 92); }
.box3 img {width:15%; max-width:15%; margin-bottom:8px;}

.box4 {padding: 25px 15px;   background:url(../images/bgblue.png) no-repeat right top #000; float: left; width:100%; text-align:center; border-radius:10px;}
.box4 a {font-size:14px; color:#fff; font-weight:400; text-decoration:none;}
.box4 a:hover {color:rgb(92 184 92); }
.box4 img {width:15%; max-width:15%; margin-bottom:8px;}

.box5 {padding: 25px 15px;   background:url(../images/bgviolet.png) no-repeat right top #000; float: left; width:100%; text-align:center; border-radius:10px;}
.box5 a {font-size:14px; color:#fff; font-weight:400; text-decoration:none;}
.box5 a:hover {color:rgb(92 184 92); }
.box5 img {width:15%; max-width:15%; margin-bottom:8px;}

.thum_box { padding: 15px 25px; background-color: rgba(55, 65, 81, 0.3); border-radius: 10px; border:1px solid rgb(92 184 92); margin:12px 0;}
.thum_box p {font-size:24px; line-height:24px; font-weight:600; text-align: center; color:#fff; text-align:left;}
.thum_box span {font-size:14px; font-weight:400; color:rgba(255,255,255,0.7);  text-align:left;}
.thum_box .txtpad {margin:5px 0;}


.log-history {padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.3); color:#fff!important;}
.log-history .smalltext {color:#fff; font-size:10px; line-height:12px;}
.log-history p {color:#fff; font-size:16px; font-weight:500; line-height:20px; margin:4px 0; line-height:12px;}
.log-history p span{color:rgb(156 163 175); font-size:10px; line-height:12px;}

.padbox {margin:0 2px;}
.pad_section {margin-top:25px;}

.box_cont_services {width: 100%; margin:15px 0;}
.service_sec {padding: 25px 15px; background-color: rgba(55, 65, 81, 0.3); border-radius:10px;}
.service_sec h2 {font-size:18px; font-weight:600; color:#fff; margin-bottom:5px;}
.service_sec p {font-size:14px; color:rgb(156 163 175); font-weight:400; line-height:1.6; margin:4px 0;}
.service_sec p span {color:rgb(92 184 92);}

.chartht {height:450px!important; width:100%;}

.ico1 {float:left; width:100px;}
.ico1 img {width:100%; max-width:100%;}
.ico1_cont {float:left; margin-left:15px; width:350px;}
.ico1_cont .fa {float:right; margin-right:15px; color:rgb(92 184 92); font-size:17px;}

.ico2 {float:right; width:100px;}
.ico2 img {width:80%; max-width:80%;}
.ico2_cont {float:right; margin-right:10px; width:350px; text-align:right;}
.ico2_cont p {text-align:right;}




.inner-section {width:100%; background:#000; background-attachment:scroll;}
.inner-section-top {padding:15px 0;}
.inner-section-top p {color:#fff; font-size:15px; font-weight:400; margin:10px 0;}
.inner-section-top p span {color:rgb(92 184 92); font-weight:600;}
.inner-section-top a {color:#fff; font-size:15px; font-weight:500; text-decoration:none;}
.inner-section-top a:hover {color:rgb(92 184 92);}
.inner-section-top .fa {color:#fff; margin-right:5px;}
.inner-section-top img {width:5%; max-width:5%; border-radius:100px;}
.inner-section-top h3 {font-size:24px; font-weight:600; color:rgb(92 184 92); text-align:center; margin:25px 0 0 0;}
.inner-section-top h4 {font-size:24px; font-weight:600; color:rgb(92 184 92); text-align:center; margin:25px;}

.bg-grey {background:rgba(255,255,255,0.15); padding:0 15px; border-radius:10px; margin:10px 0;}
.bg-grey h2 {font-size:18px; margin:12px 0; color:#fff;}

.incomesec {padding:15px 0;}
.incomesec p {font-size:14px; font-weight:500; line-height:1.6; color:#fff;}
.incomesec p span {font-size:26px; font-weight:600;}

.bgcell { border-bottom:1px rgba(255,255,255,0.20) solid;}

.inner-section-value {border-top:1px #666666 solid; border-bottom:1px #666666 solid; padding:5px 0;}
.inner-section-value small {font-size:11px; line-height:12px; color:rgba(255,255,255,0.7);} 
.inner-section-value small span{font-size:11px; color:rgba(255,255,255,0.7);}
.inner-section-value p{color:#fff; font-size:17px; line-height:17px; font-weight:600; margin:5px 0;} 

.bnr-section {padding:35px 0;}
.bnr-section img {width:7%; max-width:7%; margin-bottom:10px;}

.settings {width:100%; background:#000;}
.settings small {font-size:11px; color:rgba(255,255,255,0.7); margin:20px 0;}

.settings a {color:#fff; font-size:15px; line-height:2.75; font-weight:400; text-decoration:none;}
.settings a:hover {color:rgb(92 184 92);}
.settings .fa {text-align:right;}

.rewards {padding:45px 0;}
.rewards h6 {font-size:35px; color:#fff; line-height:35px; margin:20px 0 0 0; letter-spacing:-1px; margin-bottom:0; text-transform:uppercase; font-weight:700; text-align:center;}
.bronze_txt {color:#a3764b;}
.silver_txt {color:#bbbbbb;}
.gold_txt {color:#d3af37;}
.diamond_txt {color:#95d2e1;}
.emerald_txt {color:#48c38f;}
.shapire_txt {color:#1eabf1;}
.ruby_txt {color:#d76247;}
.topaz_txt {color:#dfc388;}
.amethyst_txt {color:#8f3ec7;}
.arbitrage_txt {color:#a6ce39;}

.bronze_sec {background-color:#a3764b; border-radius:15px;}
.silver_sec {background-color:#bbbbbb; border-radius:15px;}
.gold_sec {background-color:#d3af37; border-radius:15px;}
.diamond_sec {background-color:#95d2e1; border-radius:15px;}
.emerald_sec {background-color:#48c38f; border-radius:15px;}
.shapire_sec {background-color:#1eabf1; border-radius:15px;}
.ruby_sec {background-color:#d76247; border-radius:15px;}
.topaz_sec {background-color:#dfc388; border-radius:15px;}
.amethyst_sec {background-color:#8f3ec7; border-radius:15px;}
.arbitrage_sec {background-color:#a6ce39; border-radius:15px;}

.pad_sec {padding:25px 35px; margin:15px 0;}

.black_trans {background-color:rgba(0,0,0,0.1); padding:15px 10px; border-radius:10px;}
.black_trans p { font-size:18px; text-align:center; line-height:20px; margin:4px 0;}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s 
ease-in-out, background-color .15s 
ease-in-out, border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.form-sec {padding:50px 0;}

.inputtype {border:1px dashed rgba(255,255,255,0.7); padding:15px 20px; border-radius:5px; margin:10px 0; display:block; cursor:pointer;}
.inputtype p {font-size:12px; line-height:12px; color:rgba(255,255,255,0.6); margin:5px 0;}
.inputtype p span{font-size:10px; line-height:10px; color:rgba(255,255,255,0.5); margin:2px 0;}
.inputtype .fa {color:rgba(255,255,255,0.7); font-size:24px; text-align:center;}
.hidden {display:none;}

.green_circle {width:125px; height:125px; border-radius:50%; border:5px solid rgb(92 184 92); padding:48px 20px; color:#fff; text-align:center; font-size:16px;  margin:auto; display: block; align-items: center; justify-content: center;}



@media screen and (max-width: 767px){
.mob_ico {
	padding: 10px 0;
	margin-right: -15px;
}
.mob_ico img {width:25%;}
.logo {
	margin: 10px 0!important;
}
.logo img {
	width: auto; padding:12px;
}

.flagimg {width:8%; max-width:8%; margin-bottom:10px;}

.bglogin {padding:20% 0;}
.bglogin img {width:25%; max-width:25%;}
.bglogin h1 {font-size:20px; line-height:1.5; margin-bottom:30px;}
.bglogin h4 {font-size:15px; line-height:18px; margin-bottom:15px;}

.landing_box {
    width: 96%;
    left: 2%;
    right: 2%;
    top: 15%;
}


.login {padding:15% 0;}
.login-sec img {width:25%; max-width:25%;}
.login-sec h1 {font-size:25px; margin-bottom:0;}
.login-sec h4 {font-size:15px; line-height:18px; margin-bottom:15px;}
.did-floating-label-content {margin-bottom:15px;}

.top_sec li .txt_user{float:none; margin:2px 0; font-size:11px;}


.banner_bg { display:block;}
.banner_bg .fade_slider li.slide1 {height:360px; width:100%;}
.banner_bg .fade_slider li.slide2 {height:360px; width:100%;}
.banner_bg .fade_slider li.slide3 {height:360px; width:100%;}	

.banner_bg .fade_slider .slick-track li {
	height: auto !important;
	padding: 0px;
}
.banner_bg .fade_slider .slick-dots {
	bottom: 10px;
}
.banner_bg .slick-next {
	top: 30%;
}
.banner_bg .slick-prev {
	top: 30%;
}

.cont-section a {font-size:13px;}
.cont-section p {font-size:13px;}

.box_cont {width:30%;}
.box_cont h1 {font-size:13px; line-height:14px;}

.box1 {padding:10px;}
.box1 a {font-size:11px; font-weight:400;}
.box1 img {width:35%; max-width:35%; margin-bottom:3px;}

.box2 {padding:10px;}
.box2 a {font-size:11px; font-weight:400;}
.box2 img {width:35%; max-width:35%; margin-bottom:3px;}

.box3 {padding:10px;}
.box3 a {font-size:11px; font-weight:400;}
.box3 img {width:35%; max-width:35%; margin-bottom:3px;}

.box4 {padding:10px;}
.box4 a {font-size:11px; font-weight:400;}
.box4 img {width:35%; max-width:35%; margin-bottom:3px;}

.box5 {padding:10px;}
.box5 a {font-size:11px; font-weight:400;}
.box5 img {width:35%; max-width:35%; margin-bottom:3px;}

.service_sec h2 {font-size:15px; margin:2px 0 0 0;}
.service_sec {padding: 15px 10px;}

.service_sec p {width:100%; margin:0; font-size:13px;}

.ico1 {width:70px;}
.ico1 img {width:70%; max-width:70%;}
.ico1_cont {width:200px; margin-left:10px;}

.ico2 {width:70px;}
.ico2 img {width:70%; max-width:70%;}
.ico2_cont {width:200px; margin-left:10px;}

.inner-section-top img {width:25%; max-width:25%;}
.bnr-section img {width:22%; max-width:22%; margin-bottom:10px;}
.btn {padding:10px 15px;}

.tab-content-sec h4 {font-size:20px;}
.log-history p {font-size:8px!important; line-height:9px; font-weight:500;}

.bg-grey h2 {font-size:14px; margin-bottom:0;}

.rewards h6 {font-size:35px; line-height:35px; margin-bottom:14px;}

.pad_sec {padding:15px 10px; margin:15px 0;}
.black_trans {padding:15px 10px; margin:5px 0;}
}

}
