/*------------- General -------------*/

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/*------------- Font -------------*/

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800,900');

body {
    width: 100%;
    font-family: 'Nunito', sans-serif;
}

.no-margin {
    margin: 0;
}

img {
    max-width: 100%;
}

section {
    position: relative;
}

/*banner-bg*/

.banner-bg {
    padding-bottom: 4em;
    padding-top: 1em;
    /*height: 700px;*/
    /*background-color: rgb(38, 171, 226);*/
    width: 100%;
    background: #11998e;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #38ef7d, #11998e);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #38ef7d, #11998e);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}

.home-nav .brand-img {
    height: 1em;
    position: relative;
    top: -0.2em;
}

.home-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.8em;
    text-transform: uppercase;
}

.home-nav .nav-item .nav-link:hover,
.home-nav .nav-item .nav-link:focus,
.home-nav .nav-item .nav-link:active,
.home-nav .nav-item.active .nav-link {
    color: #fff;
}

.home-nav .nav-item .nav-link.solid {
    background-color: rgba(255, 255, 255, 0.8);
    color: #139a8e;
    /*border-radius: 0.3em;*/
    padding: 0.6em 2em;
    line-height: 1.5em;
    margin-left: 0.5em;
    padding-bottom: 0.4em;
}

.home-nav .nav-item .nav-link.solid:hover,
.home-nav .nav-item .nav-link.solid:focus,
.home-nav .nav-item .nav-link.solid:active {
    background-color: rgba(255, 255, 255, 0.9);
}

.banner-content .banner-header {
    color: #fff;
    font-size: 2.5em;
}

.banner-content .banner-header span {

    color: rgba(255, 255, 255, 0.7);

}

.banner-content .banner-para {
    color: #000;
    font-size: 1.4em;
    max-width: 900px;
    margin: 1.5em auto;
    font-weight: 700;
}

.banner-content .banner-para i {
    font-size: 0.5em;
    margin: 0.8em;
    line-height: 0;
    position: relative;
    top: -0.2em;
    color: rgba(255, 255, 255, 0.7);
}


.banner-content .banner-para img {
    height: 1.2em;
    width: auto;
    vertical-align: unset;
    margin: 0;
    position: relative;
    top: 0.25em;
    margin-right: 0.2em;
}

.recommend-txt {
    font-weight: 100;
    font-size: 0.6em;
    margin-left: 0.5em;
    color: #fff;
    display: inline-block;
}

span.light-txt {
    opacity: 0.6;
}

.recommend-btn {
    background-color: #3c5a9a;
    padding: 0.2em 0.5em;
    border-radius: 0.3em;
    font-size: 0.5em;
    font-weight: 500;
    display: inline-block;
    color: #fff;
}



.banner-content img {
    width: 10em;
    margin-top: 1em;
}

.banner-content .mins {
    font-size: 1.4em;
    margin-top: 1em;
    color: #fff;
    font-weight: 600;
}

.banner-content .mins span {
    font-size: 0.6em;
    font-weight: 400;
}

.banner-content .sub-para {
    font-size: 0.9em;
    color: rgb(207, 241, 255);
    margin-bottom: 3em;
}

.search-bar {
    margin: 0 2em;
}

.search-bar p {
    color: #fff;
    font-style: 0.8em;
}

.search-bar h3 {
    color: #fff;
}

.search-bar .input-group {
    max-width: 700px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);
    height: 49px;
    overflow: hidden;
}

.search-bar .input-group-text {
    background-color: rgba(255, 255, 255, 1);
    border: 0;
    border-radius: 0;
    padding: 1em;
}

.search-bar .form-control {
    padding: 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
    color: #495057;
    background-color: rgba(255, 255, 255, 0.9);
    border: 0;
    border-radius: 0;
    height: 50px;
    outline: none;
    box-shadow: none !important;

}

/*.search-bar .form-control
{
    display: block;
    width: 45%;
    padding: 1em 3.9em;
    font-size: 0.9em;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0px auto;
    position: relative;
    background: rgb(250, 250, 250);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 2px 0px, rgba(0, 0, 0, 0.24) 0px 2px 2px 0px;
}
.search-bar .search-icon
{
    position: absolute;
    left: 24.5em;
    top: 31.1em;
    color: rgba(0,0,0,0.54);
}*/
.search-bar .btn.btn-default {
    background-color: rgba(0, 0, 0, 0.6);
    margin-top: 1.5em;
    padding: 1em 2em;
    line-height: 1em;
    border-radius: 0;
    /*text-transform: uppercase;*/
    font-size: 0.8em;
    color: #fff;
    letter-spacing: 0.02em;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);
}

.search-bar .btn.btn-default:hover,
.search-bar .btn.btn-default:focus,
.search-bar .btn.btn-default:active {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.light-bg {
    background-color: #ebf7f1;
}

.rocket {
    transform: rotate(30deg);
}

.login-btn .login {
    color: #fff;
    font-size: 0.8em;
}

.login-btn .login:hover {
    text-decoration: none;
}

.login-btn span {
    color: rgba(254, 254, 254, 0.54);
    font-size: 0.8em;
}

.padding {
    padding: 5em 3em;
}

.sm-padding {
    padding: 2em 3em;
}


.panel-header {
    margin-bottom: 1em;
    font-size: 1.2em;
    color: #192330;
    font-weight: 700;
}

.panel-table .table:first-child thead tr th {
    border-top: none;
}

.panel-table {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);
}

.panel-table .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #e9ecef;
    font-size: 0.8em;
    font-weight: 700;
    color: #303030;
}

.panle-table .table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
}

.panel-table th .table-link {
    font-size: 0.75em;
    color: #2cd283;
    /* text-align: center; */
    /*margin-left: 1em;*/
}

.table-link:hover {
    color: #08cfcc;
    text-decoration: none;
}

.panel-table .table tbody tr td {
    font-size: 0.7em;
    color: #6f6f6f;
}

.panel-table td .table-link {
    font-size: 0.95em;
    color: #2cd283;
    /* text-align: center; */
    /*margin-left: 1em;*/
}

.network-list {
    padding: 0.5em 0.5em;
    font-size: 0.8em;
    width: 100%;
    margin-bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 #ececec;
    box-shadow: 0 0 20px 0 #ececec;
    border-bottom: 1px solid #e2e2e2;
}

.network-item {
    align-items: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #efefef;
    padding: 0 19px;
    list-style: none;
    display: inline-block;
}

.no-padding {
    padding: 0;
}

.table tbody tr:first-child td {
    border-top: none;
}

/*.chart-power .tab-list
{
    border-bottom: 1px solid #e2e2e2;
}
.chart-power .tab-item
{
    list-style: none;
}
.chart-power .tab-link
{
    color: #000;
    font-size: 0.8em;
}
.chart-power .tab-link:hover
{
    text-decoration: none;
}*/
.testimonial-block {
    /*background-color: #56863a;*/
}

.testimonial-img {
    /*margin-left: 240px;*/
    border-radius: 50%;
    margin-bottom: 20px;
    margin: 0px auto;
    display: block;
}

.testimonial-thumbnail h5 {
    color: #6f6f6f;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 20px;
}

.testimonial-thumbnail p {
    text-align: center;
    font-size: 0.8em;
    line-height: 30px;
    font-style: italic;
    letter-spacing: 0.3px;
    max-width: 660px;
    margin: 15px auto;
    color: #6f6f6f;
}

.test-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    outline: none;
    background: rgba(0, 0, 0, 0.2);
    border: 0;
}

.test-slider .slick-dots li.slick-active button {
    background-color: rgba(0, 0, 0, 0.4);
}

.test-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased;
}

.footer-section {
    background-color: #242b2a;
}

.footer-header {
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 1em;
}

.footer-description {
    font-size: 0.8em;
    color: #fff;
    max-width: 660px;
    margin: 0;
}

.notice {
    font-size: 0.8em;
    color: #fff;
    max-width: 660px;
}

.notice:hover {
    text-decoration: none;
}

.footer-left a {
    color: #2cd283 !important;
}

.footer-left {
    /*border-right: 1px solid #255820;*/
}

.social-media {
    padding-left: 3em;
}

.social-item {
    list-style: none;
    display: inline-block;
}

.social-link {
    line-height: 2em;
    border-radius: 50%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    width: 2em;
    height: 2em;
    display: inline-block;
    text-align: center;
    margin-right: 1em;
    font-size: 1em;

}

.social-link:hover {
    background-color: #2cd283;
    color: #fff;
}


ul.coin-select-box {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.coin-select-box li {
    display: inline-block;
}

.coin-select-box input[type="radio"][id^="coin"] {
    display: none;
}

.coin-select-box label {
    border: 1px solid #d2e6dc;
    padding: 20px;
    display: block;
    position: relative;
    cursor: pointer;
    width: 140px;
    height: 140px;
    margin-right: 20px;
    margin-top: 20px;
    text-align: center
}

.coin-select-box label span {
    font-size: 0.65em;
    display: block;
    position: absolute;
    bottom: 1.2em;
    left: 0;
    right: 0;
}

.coin-select-box label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid #2ace84;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.coin-select-box label img {
    max-height: 80px;
    max-width: 80px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.coin-select-box :checked+label {
    border-color: #d2e6dc;
    background-color: #d2e6dc;
}

.coin-select-box :checked+label:before {
    content: "✓";
    background-color: #2ace84;
    transform: scale(1);
}

.coin-select-box :checked+label img {

    z-index: -1;
}

.coin-select .btn.btn-default {
    background-color: #27ca85;
    margin-top: 2em;
    padding: 0.6em 2em;
    line-height: 1em;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 0.8em;
    color: #fff;
    letter-spacing: 0.02em;

}

.coin-select .btn.btn-default:hover,
.coin-select .btn.btn-default:focus,
.coin-select .btn.btn-default:active {
    background-color: #22a26c;
    color: #fff;
}

.hide {
    display: none !important;
}

.coin-select-details-inner h5 {
    font-size: 1.1em;
    font-weight: 800;
    color: #149e8d;
}

.coin-select-details-inner h5 img {
    height: 1.5em;
    margin-right: 0.5em;
    position: relative;
    top: -0.2em;
}

.coin-select-details-inner img {
    max-height: 15em;
}

.coin-select-details-inner p {
    font-size: 1em;
}

.coin-select-details-inner p b {
    font-weight: 700;
}

.coin-select-details-inner p span.color {
    font-weight: 500;
    color: #129b8e;
}

.coin-select-details-inner p a {
    color: #2cd283
}


.left-feature-list {
    margin-bottom: 2em;
    cursor: pointer;
}

.left-feature-list p a {
    font-weight: 600;
    color: #2bcb80;
}

.left-feature-list h6 {
    font-weight: 700;
    font-size: 1em;
}

.left-feature-list p {
    font-size: 0.8em;
}

.left-feature-list .icon {
    float: left;
    color: #40d58e;
    border: 2px solid #40d58e;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    border-radius: 50%;
    font-size: 1em;
}

.left-feature-list .icon i {

    font-weight: 700;
    font-style: normal;
    font-size: 1.2em;
}

.left-feature-list .icon.white {
    color: #fff;
    border: 2px solid #fff;
}

.left-feature-list .content {
    padding-left: 4em;
}

.left-feature-list:hover .icon {
    border: 2px solid #40d58e;
    background-color: #40d58e;
    color: #fff;
}

.left-feature-list:hover .icon.white {
    border: 2px solid #fff;
    background-color: #fff;
    color: #6866fc;
}

.more-btn {
    background-color: #27ca85;
    margin-top: 2em;
    padding: 1em 2em;
    line-height: 1em;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 0.8em;
    color: #fff;
    letter-spacing: 0.02em;

}

.more-btn:hover,
.more-btn:focus,
.more-btn:active {
    background-color: #22a26c;
    color: #fff;
}

.sticky-btns .whatsapp {
    background-color: #25D366;
}

.sticky-btns .messenger {
    background-color: #0084ff;
}


.sticky-btns .fb {
    background-color: #3b5998;
}

.sticky-btns .mail {
    background-color: #ea4335;
}

.sticky-btns {
    position: fixed;
    z-index: 9999;
    right: 1em;
    bottom: 1em;
}


.sticky-btns .btns {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 0.5em;
    border-radius: 100%;
    width: 2em;
    height: 2em;
    line-height: 1.2em;
    font-size: 1.5em;
    text-align: center;
    margin: 0.2em;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);
}

.sticky-btns span {
    position: absolute;
    top: -2.5em;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border-radius: 2em;
    padding: 0.2em;
    font-size: 0.9em;
}

.cookies-box {
    /*left: -450px;*/
    position: fixed;
    bottom: -100px;
    left: 28%;
    /*max-width: 70%;*/
    background-color: #000;
    padding: 1em 2em;
    color: #fff;
    font-size: 0.8em;
    /*width: 400px;*/
}

.cookies-box img {
    float: left;
    margin-right: 10px;
}

.cookies-box h6 {
    font-weight: 600;
}

.cookies-box a {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
}

.cookies-box a.allow {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0.3em 1em;
    /*margin-right: 0.5em;*/
    color: #000 !important;
    margin-bottom: 10px;

}

.cookies-box .left {
    float: left;
    margin-right: 10px;

}

.cookies-box .left p {
    margin: 0;
}

.cookies-box .right {
    float: right;
    text-align: center;
}

.cookies-box .right a {
    margin-top: 1em;
    /*display: block;*/
    margin-left: 0.5em;

}

.footer-left img {
    height: 1.2em;
    margin-bottom: 1em;
}

.panel-table {
    overflow: scroll;
    margin-top: 1em;
    max-height: 370px;
}

/*.navbar-toggler{
    border-color: #fff;
}*/

.navbar-toggler-icon {
    background-image: url(../img/menu.svg);
    background-color: #fff;
    background-size: 50%;
    width: 2em;
    height: 2em;
    border-radius: 2px;
}

.coin-select-close,
.coin-select-details-close {
    position: absolute;
    right: 1em;
    top: 1em;
    background-color: #fff;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    border-radius: 100%;
    color: #17a58c !important;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);
    cursor: pointer;
}

p.copy {
    color: #fff;
    font-size: 0.8em;
    opacity: 0.6;
}

.flags .nav-link.dropdown-toggle img {
    height: 10px;
    margin-right: 3px;
}

p.notes-small {
    font-size: 0.7em;
    color: #868788;
    margin-top: 1.5em;
}


p.sub {
    font-size: 0.9em;
    color: #8e8e8e;
    position: relative;
    top: -0.5em;
}

.slick-slide img {
    width: 6em;
}

.online {
    position: fixed;
    top: 6em;
    right: 0;
    padding: 0.5em 1em;
    background-color: #f9df0c;
    color: #19232f;
    font-size: 0.8em;
    padding-bottom: 0.4em;

}

.online span {
    font-weight: 600;
}

.refund-note {
    font-size: 0.8em !important;
    margin-top: 1em;
}

.online i,
.online svg {
    color: #4CAF50;
    margin-right: 0.3em;
    animation: blinkingText 0.8s infinite;
}

@keyframes blinkingText {
    0% {
        color: #4CAF50;
    }


    50% {
        color: transparent;
    }



    100% {
        color: #4CAF50;
    }
}

.security img {
    height: 3em;
    margin: 2em;
}


@keyframes tickerv {
    0% {
        margin-top: 0;
    }

    25% {
        margin-top: -26px;
    }

    50% {
        margin-top: -52px;
    }

    75% {
        margin-top: -78px;
    }

    100% {
        margin-top: 0;
    }
}

.tickerv-wrap {
    box-sizing: content-box;
    height: 1.3em;
    overflow: hidden;
    line-height: 1.2em;
}

.tickerv-wrap ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    animation-name: tickerv;
    animation-duration: 50s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1, 0, .5, 0);

}

 @keyframes ticker {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
  }

.tickerv-wrap ul:hover {
    animation-play-state: paused;
}

.tickerv-wrap ul li {
    font-size: 1em;
    line-height: 1.6em;
    display: inline-block;
}




.ticker {
    margin-top: 2em;
    margin-top: 2em;
    border: 1px solid #E91E63;
    display: inline-block;
    padding: 0.5em 1em;
}

.ticker p {
    float: left;
    margin-bottom: 0;
    margin-right: 1em;
    line-height: 1.2em;
}

.tickerv-wrap a {
    color: #E91E63;
}

/*
.tickerv-wrap {
  margin: 0 auto;
  padding: 10px;
  width: 80%;
  text-align: left;
  border: #ccc 1px solid;
  position: relative;
  overflow: hidden;
  background-color:#BF263C;
  color:#fff;
}

.tickerv-wrap ul {
  width: 100%;
  position: relative;
}

.tickerv-wrap ul li {
  width: 100%;
  display: none;
}*/



.to-go {
    margin-bottom: 2em;
    /* background-color: #fff; */
    display: inline-block;
    padding: 0.5em 1em;
    font-size: 0.8em;
    border: 1px solid #FF5722;
    color: #FF5722;
}

.to-go span {
    font-weight: 600;
    margin-right: 0.2em;
}


@media (min-width: 0px) and (max-width: 767.98px) {
    .global {
        padding: 0;
        margin-top: 2em;
    }
}
.dropdown-menu {width:200px;}
.dropdown-menu ul{
	padding-left:0;
}
.dropdown-menu ul li {
    padding: 4px 10px;
}
.dropdown-menu ul.flag li img {width:24px; height:18px; margin-right:12px;}
.dropdown-menu ul li a {text-decoration:none; font-size:14px; color:#000}
ul.languages {
    display: flex;
	flex-wrap:wrap;
	width:280px;
}
ul.languages li {
	margin:0 4px 4px;
}
ul.languages li a:hover {text-decoration:none; background-color:#2cd283; color:#000;}
ul.languages li a.active {
	background-color:#2cd283;
	
	color:#000;
}
ul.languages li a {
	border:1px solid #2cd283;
	padding:3px 6px 2px;
	font-size:11px;
	text-transform:uppercase;
	color:#fff;
	border-radius:4px;
}
