body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

a, a:hover, a:active, a:visited {
    color: inherit;
    text-decoration: none;
}

img {
    object-fit: cover;
}

.align-center {
    justify-content: center;
}

.green {
    color: #05DFC2;
}

.hero-container {
    background-color: #1A1F24;
}

.contact-bg {
    background: url("../images/others/contact-bg.png") no-repeat center center;
    background-size: cover;
}

.contact-bg .hero-content {
    background: rgba(0, 0, 0, 0.73);
}

.hero-content {
    display: flex;
    margin: 0;
    padding: 50px 50px 0;
    justify-content: space-between;
    min-height: calc(100vh - 96px);
}

.hero-text {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-text span {
    display: block;
}

.hero-text .main-text {
    font-size: 41px;
    line-height: normal;
    margin-bottom: 10px;
}

.hero-text .mini-text {
    font-size: 27px;
    color: #BBBBBB;
}

.hero-action {
    margin-top: 50px;
    color: #05DFC2;
    font-size: 28px;
}

.hero-action img {
    width: 40px;
    margin-left: 10px;
}

.hero-img {
    display: flex;
    align-items: center;
}

.hero-img img {
    max-width: 500px;
    width: 100%;
}

.hero-customers {
    border-top: 1px solid #707070;
    margin: 0;
    margin-top: 50px;
    padding: 50px;
    color: #6D6363;
    font-size: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-customers-img img {
    width: 100%;
}

.services-container {
    padding: 50px 35px;
}

.section-title {
    font-size: 55px;
    color: #828688;
    margin-bottom: 20px;
}

.section-title-2 {
    font-size: 50px;
    color: #1A1F24;
    margin-bottom: 20px;
}

.services-page {
    justify-content: center;
}

.services-row {
    margin-top: 30px;
}

.service-img {
    padding-right: 20px;
}

.service-img img {
    width: 100%;
}

.service-item {
    margin: 0 10px 50px;
}

.services-page .service-item {
    margin: 0 0 35px;
    text-align: center;
}

.service-item img {
    height: 80px;
}

.service-item span {
    display: block;
}

.service-item .service-title {
    font-size: 34px;
    color: #6D6363;
    margin: 10px 0 0;
}

.service-item .service-content {
    font-size: 25px;
    color: #B5B5B5;
    margin-bottom: 35px;
    line-height: 33px;
}

.services-page .service-item .service-content {
    line-height: 1.7;
    margin-top: 10px;
}

.reseller-items {
    border-bottom: 1px solid rgba(112, 112, 112, 0.16);
    padding: 70px 100px;
}

.reseller-items p {
    font-size: 24px;
    color: #B5B5B5;
    line-height: 1.8;
    margin-bottom: 35px;
}

.reseller-img, .service-polaroid {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: 25px 30px 80px rgba(0, 0, 0, 0.17)
}

.service-polaroid {
    width: 150px;
    height: 150px;
    margin: 35px auto;
}

.button-divider  {
    max-width: 800px;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-divider .es-btn {
    max-width: 300px;
    z-index: 10;
}

.divider {
    border-top: 1px solid #707070;
    width: 100%;
    height: 1px;
    position: absolute;
}

.curved-bottom {
    position: absolute;
    top: -15%;
    left: 0;
    width: 140%;
    height: 130%;
    border-radius: 50%;
    z-index: -100;
    transform: translateX(-14%);
}

.curved-bottom.green {
    background-color: #05DFC2;
    color: #ffffff;
}

.countries-container {
    width: 300px;
}

.countries-container-header {
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 20px;
    display: block;
}

.pricing-hero {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.pricing-hero-img {
    display: flex;
    justify-content: flex-end
}

.pricing-hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.pricing-hero-img img {
    width: 350px;
    align-self: center;
}

.pricing-section, .setup-tab-container {
    max-width: 800px;
    margin: auto;
    padding: 50px 100px;
}

.pricing-header {
    display: block;
    width: 100%;
    max-width: 600px;
    color: #4F5963;
    font-size: 40px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.16)
}

.pricing-container {
    display: flex;
    justify-content: space-between;
}

.pricing-table-section {
    max-width: 800px;
    margin: auto;
    margin-top: 50px;
}

.table-header {
    display: block;
    text-align: center;
    font-size: 40px;
    color: #4F5963;
    margin-bottom: 20px;
}

.pricing-table th {
    border: 0;
    color: #FFFFFF;
    border-bottom: 0 !important;
}

.pricing-table td, .pricing-table th {
    text-align: center;
}

.faq-section {
    max-width: 800px;
    margin: auto;
    padding: 20px;
}

.faq-header {
    margin-bottom: 50px;
    text-align: center;
}

.faq-header span {
    display: block;
    color: #BBBBBB;
}

.faq-header .faq-header-main {
    font-size: 50px;
    margin-bottom: 10px
}

.faq-header .faq-header-mini {
    font-size: 23px;
}

.setup-section {
    margin: 35px 20px;
}

.setup-tab-container {
    display: flex;
    padding: 50px 0;
}

.setup-tab-nav {
    border-right: 1px solid #707070;
    display: flex;
    min-width: 250px;
}

.setup-nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    list-style-type: none;
    width: 100%;
}

.setup-nav-list li {
    padding: 10px;
    text-align: center;
    color: #D9D6D6;
    cursor: pointer;
    font-size: 30px;
    width: 100%;
}

.setup-nav-list li.active, .setup-nav-list li:hover {
    background: #F9F9F9;
    color: #05DFC2;
}

.setup-tab-content {
    padding: 10px 35px;
}

.setup-tab-content .tab-title {
    display: block;
    font-size: 45px;
    color: #AAADB1;
    margin-bottom: 35px;
}

.setup-content {
    list-style-type: none;
    font-size: 30px;
    margin: 0;
    padding: 0;
}

.setup-content li {
    margin-bottom: 15px;
    position: relative;
    color: #1A1F24;
    padding-left: 45px;
}

.setup-content li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #C2C4C5;
    font-size: 20px;
    top: 7px;
}

.setup-content li.disabled {
    color: #DDE4EB;
    text-decoration: underline;
}

.setup-content li.disabled:before {
    content: '\f1db';
    color: #707070;
}

#plan20000 {
    display: none;
}

.setup-action {
    text-align: center;
}

.pop-title {
    font-size: 50px;
    text-align: center;
    margin-bottom: 35px;
}

.modal-header {
    border-bottom: 0;
}

.modal-dialog {
    max-width: none;
    margin: 0;
    width: 100%;
    min-height: 100vh;
}

.modal-content {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.modal-content-title {
    font-size: 22px;
    display: block;
}

.ash {
    background: #808080;
}

.grey {
    background: #C8C8C8;
}

.blue {
    background: #00BCD4;
}

.black {
    background: #071021;
}

.members-wallet-container {
    width: 200px;
    margin: 50px;
    text-align: center;
    color: #ffffff;
}

.members-wallet-container span {
    font-size: 45px;
}

.members-wallet-container.table {
    margin: 20px auto 50px;
}

.members-wallet-container.table span {
    color: #212529;
}

.members-wallet-container.table .members-wallet {
    background-color: #05DFC2;
    margin-top: 20px;
}

.members-wallet {
    position: relative;
    margin-top: 30px;
    height: 150px;
    line-height: 150px;
    border-radius: 20px;
    color: #545454;
    box-shadow: 5px 7px 20px 5px rgba(0,0,0,0.35)
}

.members-wallet-container.green .members-wallet {
    background: #05DFC2;
    color: #FFFFFF;
}

.members-wallet .currency-dropdown {
    position: absolute;
    top: 10px;
    left: 10px;
    line-height: normal;
    font-size: 14px;
}

.members-wallet .currency-dropdown::after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    color: #ffffff;
    position: absolute;
    top: 0;
    right: -20px;
}

.members-wallet .currency-dropdown.no-icon::after {
    content: none;
}

.members-wallet .currency-dropdown select {
    background-color: transparent;
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #ffffff;
}

.members-wallet .wallet-used {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 12px;
    line-height: normal;
}

.members-wallet .wallet-used.action {
    left: unset;
    right: 10px;
}

.members-wallet .wallet-type {
    position: absolute;
    top: -30px;
    left: 10px;
    font-size: 12px;
}

.members-wallet .wallet-value {
    font-size: 70px;
}

.cta-container {
    display: flex;
    margin-top: 20px;
    padding: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url("../images/others/connection-bg.png") center center no-repeat;
}

.cta-container span {
    display: block;
    font-size: 55px;
    margin-bottom: 20px;
}

footer {
    background: #1A1F23;
    padding: 35px 50px 0;
    color: #AAADB1;
}

.contact-page {
    padding: 50px;
}

.contact-details {
    padding-bottom: 35px;
}

.contact-form {
    margin: 35px 0;
}

.contact-form .form-group {
    margin-bottom: 45px;
}

.contact-form .contact-textarea {
    margin-top: 20px;
}

.map-container {
    margin: 0 -50px;
}

.map-container img {
    width: 100%;
}

.auth {
    margin-top: 100px;
}

.auth-container .nav-pills {
    margin-bottom: 50px;
}

.auth-container .nav-pills li {
    min-width: 50%;
    font-size: 20px;
}

.auth-container .nav-pills li a {
    padding-left: 20px;
    color: rgba(55,43,43,0.26);
}

.auth-container .nav-pills li a.active {
    border-left: 10px solid #61D5C5;
    color: #372B2B;
    text-decoration: underline;
}

.auth-container p {
    color: rgba(77,79,92,0.5);
}

.auth-container .form-group {
    margin-bottom: 50px;
}

.auth-container .form-group a.es-btn {
    width: 100%;
}

.auth-img {
    max-width: 300px;
    margin: auto;
}

.auth-img img {
    width: 100%;
}

.es-btn {
    min-width: 155px;
    min-height: 55px;
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    border: 0;
}

.es-btn-rounded {
    border-radius: 24px;
}

.es-btn-green {
    background: #05DFC2;
    color: #ffffff !important;
}

.es-btn-blue {
    background: #2980B9;
    color: #ffffff !important;
}

.es-btn-lemon {
    background: rgb(67, 223, 5);
    color: #ffffff !important;
}

.no-border, .no-border:focus {
    border: 0;
    background: #FFFFFF;
    box-shadow: none;
    outline: none;
}

.no-border.blue {
    color: #2980B9;
}

.no-border.forgot {
    text-decoration: underline;
    opacity: 0.69;
}

.form-group {
    margin-bottom: 25px;
}

.contact-textfield, .contact-textfield:focus, .contact-textfield:active, .custom-select {
    border: 0;
    border-bottom: 0.5px solid #707070;
    padding: 5px 0;
    width: 100%;
    box-shadow: 0;
    outline: 0;
}

.contact-textfield::placeholder, .contact-textarea::placeholder {
    color: rgba(219,206,206, 0.85);
}

.contact-textarea, .contact-textarea:focus, .contact-textarea:active {
    border-radius: 10px;
    border: 1px solid #707070;
    width: 100%;
    padding: 10px;
    box-shadow: 0;
    outline: 0;
}

.select-container {
    position: relative;
}

.select-container .select-icon {
    position: absolute;
    color: #FFFFFF;
    right: 0;
    top: 8px;
}

.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border-radius: 0;
    width: 100%;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.which-service-container {
    padding: 0 35px;
}

.which-service-container label {
    font-size: 29px;
}

.which-service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.icon-checkbox-group {
    min-width: 200px;
    width: 210px;
    height: 160px;
    margin: 10px 0 30px;
}

.icon-checkbox-container {
    position: relative;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 15px;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.17);
    font-size: 22px;
    text-align: center;
    line-height: normal;
}

.icon-checkbox-container img {
    width: 45px;
}

.icon-checkbox-group input {
    position: absolute;
    opacity: 0;
    height: auto;
}

.icon-checkbox-group input + .icon-checkbox-container .icon-checkbox {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 15px;
    height: 15px;
    border: 1px solid #cccccc;
    background: transparent;
    border-radius: 50%;
}

.icon-checkbox-group input:checked + .icon-checkbox-container .icon-checkbox {
    background-color: #05DFC2;
    border: 0;
}

.icon-checkbox-group input + .icon-checkbox-container .icon-checkbox-label {
    color: #DCDCDC;
}

.icon-checkbox-group input:checked + .icon-checkbox-container .icon-checkbox-label {
    color: #8B8585;
}

.card {
    border: 0;
    margin-bottom: 35px;
}

.card-header {
    background-color: #F1F1F1;
    border-bottom: 0;
    box-shadow: 20px 25px 35px rgba(0, 0, 0, 0.16);
    z-index: 5;
}

.card-body {
    background-color: #F8F8F8;
}

.btn-link, .btn-link:hover, .btn-link:active {
    color: #A79D9D;
    text-decoration: none !important;
    width: 100%;
    text-align: left;
    position: relative;
}

.btn-link:after {
    content: '\f106';
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    font-size: 29px;
    top: -3px;
    transition: all ease-in-out .4s;
}

.btn-link.collapsed:after {
    transform: rotate(180deg);
}

.width-100-percent {
    width: 100%;
}

.width-600 {
    width: 600px;
    margin: auto;
}

.width-700 {
    width: 700px;
    margin: auto;
}

.list-numbers {
    list-style-type: decimal;
}




