/*
 *  -------------------------------------------------
 *  Hybrid MLM  Copyright (c) 2018 All Rights Reserved
 *  -------------------------------------------------
 *
 *  @author Acemero Technologies Pvt Ltd
 *  @link https://www.acemero.com
 *  @see https://www.hybridmlm.io
 *  @version 1.00
 *  @api Laravel 5.4
 */

body {
    font-family: lato;
    color: #f4f4f4;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a:focus, a:hover {
    color: #23527c00 !important;
    text-decoration: none !important;
}

.row.topSection {
    margin: 0px;
    /* background: url(https://images.pexels.com/photos/333850/pexels-photo-333850.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260); */
    height: auto;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-color: #b88f5c;
    /* background-image: linear-gradient(to right, #b88f5c 35%, #717171); */
    background: url("../images/head.jpg");
}

.navbar-default {
    background-color: #f8f8f800 !important;
    border-color: #e7e7e700 !important;
}

.row.nameSection {
    margin: 45px 0px 25px 0px;
}

.row.nameSection h3.title {
    font-family: lato;
    font-size: 30px;
    color: #000000;
    font-weight: bold;
}

.row.nameSection h4.sub {
    font-family: lato;
    color: #e2e2e2;
    font-size: 16px;
}

.row.nameSection h3.title span {
    font-size: 11px;
    background-color: #b79713;
    padding: 2px 10px;
    border-radius: 5px;
    margin-left: 5px;
    vertical-align: top;
}

button.joinLink {
    background-color: transparent;
    color: #000000;
    border: 1px solid #000000c9;
    transition: 0.3s;
    background: none;
    line-height: 1;
    padding: 10px 15px;
    cursor: pointer;
    min-height: 30px;
    border-radius: 5rem;
    font-size: 12px;
    float: right;
    margin: 30px 0px;
}

button.joinLink:focus {
    outline: none;
}

button.joinLink i {
    padding-right: 5px;
}

.row.contentSection {
    margin: 0px;
    /*background-color: #ececec;*/
    background-color: #000;
    height: auto;
    position: relative;
    width: 100%;
    float: left;
}

.profileContent label.about {
    cursor: pointer;
    color: #b88f5c !important;
}

.profleBlock {
    position: absolute;
    top: -98px;
    background-color: #000000;
    box-shadow: #66666652 5px 8px 5px;
    z-index: 99;
    /*border: solid 1px #3a3838;*/
    /* box-shadow: #545454a1 -7px -3px; */
}

.profleBlock img {
    border: 0px;
    /*border: solid 1px #3a383800;*/
    /* box-shadow: #545454a1 -7px -3px; */
}

.packageBlock {
    background-color: #fff;
    padding: 25px 15px;
    box-shadow: #d9d9d9 5px 8px 5px;
    margin: 10px 0px;
    border: solid 1px #ece7e7;
}

.packageBlock img {
    margin-bottom: 10px;
}

.packageBlock h3.title {
    color: #262424;
    margin: 0px;
    padding: 0px 0px 15px;
    font-size: 22px;
}


.profileContent {
    padding: 10px;
    /* border: solid 1px #ece7e7; */
}

.profileContent h3.title {
    color: #ffffff;
    margin: 0px;
    padding: 10px 0px;
    font-size: 22px;
    font-family: lato;
}

.profileContent p {
    color: #646262;
    font-size: 14px;
    font-family: lato;
}

.profileContent a {
    color: #b88f5c;
    font-size: 13px;
    cursor: pointer;
}

.socialIcon {
    margin: 15px 0px;
}

.socialIcon ul {
    margin: 0px;
    padding: 0px;
}

.socialIcon ul li {
    margin: 1px;
    list-style: none;
    display: inline-block;
    font-size: 16px;
    color: #707070;
    cursor: pointer;
    border: solid 1px #ddd;
    padding: 5px 10px;
}

.top-nav ul {
    list-style: none;
    /*display: flex;*/
    width: 100%;
    align-items: center;
    justify-content: space-between;
    /* padding: 30px 0; */
    padding: 0;
    margin: 0;
}

.top-nav li {
    color: #eee;
}

.top-nav {
    padding: 10px 0px;
}

.top-nav li {
    color: #ba8e53;
}

li.logo {
}

.top-nav li.logo {
}

.top-nav li.logo img {
    width: 155px;
}


div#mySidenav img {
    width: 9%;
    margin-right: 13px;
    filter: invert(1);
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    background-color: #c6a062;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    color: white;
    box-shadow: 0px 1px 8px 2px rgb(71, 70, 70);
    cursor: pointer;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 17px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    font-family: 'Raleway', sans-serif;
    border-bottom: solid 1px #dddddd14;
    cursor: pointer;
}

.sidenav a:hover {
    color: #efeeee !important;
}

.sidenav a:focus {
    color: #efeeee !important;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.row.blockSection {
    margin: 25px 0px;
    border-bottom: solid 1px #ddd;
}

.row.blockSection img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
}

.row.blockSection h4 {
    font-size: 14px;
    color: #6a6868;
    font-weight: 600;
}

.row.blockSection p {
    padding: 15px 0px;
    color: #524d4d;
}

.row.blockSection a {
    color: #757474;
    float: right;
}

.row.footer {
    margin: 0px;
    text-align: center;
    float: left;
    width: 100%;
    background-color: #e2e0e0;
}

.row.footer p {
    color: #605d5d;
    padding: 15px 0px;
}


section#home-head {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

section#home-head h3 {
    /*font-family: lato;*/
    line-height: 1.2em;
    font-size: 2.4em;
    text-align: center;
    font-weight: 300;
}

section#home-head p {
  /*  font-family: lato;*/
    line-height: 1.2em;
    font-size: 1.2em;
    text-align: center;
    font-weight: 300;
}

.subContent p {
    /* font-size: 18px !important; */
    /* color: #2f2c2c !important; */
    /* padding-top: 26px; */
    font-family: lato;
    line-height: 1.2em;
    font-size: 1.6em;
    text-align: center;
    font-weight: 300;
}

section#features {
    /*background-image: url(../images/feature-hd.jpg);*/
    /*background-color: #e7e7e7;*/
    /*background-color: #ffffff;*/
    background-position: center !important;
    background-size: cover;
    float: left;
    width: 100%;
    padding: 50px 0px;
    /*opacity: 0.7;*/
}

section#features h3 {
    /*font-family: lato;*/
    line-height: 1.2em;
    font-size: 2.4em;
    text-align: center;
    font-weight: 300;
}

section#features p {
   /* font-family: lato;*/
    line-height: 1.2em;
    font-size: 1.2em;
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
}

.featureLeft img {
    width: 55px;
    margin: auto;
    display: block;
}

.featureRight h3 {
    text-align: left !important;
    font-size: 1.9em !important;
    font-weight: bold !important;
    margin-top: 0px;
}

.featureRight p {
    text-align: left !important;
    /* font-size: 17px !important; */
}

ul.personal {
    padding: 0px;
}

ul.personal li {
    list-style: none;
    border: solid 1px #dddddd73;
    padding: 5px;
    color: #cfcfcf;
    margin-top: 6px;
}

ul.personal li i {
    padding-right: 9px;
    font-size: 16px;
    color: #cdcccc;
}

section#blockSecond h3 {
    font-family: lato;
    line-height: 1.2em;
    font-size: 2.6em;
    text-align: center;
    font-weight: 300;
    margin-bottom: 15px;
    color: #e2c08a;
}

section#blockSecond {
    width: 100%;
    float: left;
    padding: 50px 0px;
    background-color: #000000;
    text-align: center;
    color: #fff;
}

section#blockSecond p {
    font-size: 22px;
    font-weight: 300 !important;
    font-family: lato;
    color: #eee;
}

.joinButton {
    background: #e2c370;
    padding: 15px 10px;
    width: 290px;
    font-size: 14px;
    margin: auto;
    color: #262524;
    text-decoration: none;
    box-shadow: 0px 0px 1px 0px #333;
    border-radius: 5px;
}

.profileContent a:hover {
    color: #3c3939 !important;
}

section#about-head {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

section#about-head h3 {
    /*font-family: lato;*/
    line-height: 1.2em;
    font-size: 2.2em;
    text-align: left;
    font-weight: 300;
}

section#about-head p {
    /* font-family: lato; */
    line-height: 1.2em;
    font-size: 17px;
    text-align: justify;
    font-weight: 300;
}

section.userDetails {
    margin-bottom: 67px;
    float: left;
    width: 100%;
}

section.userDetails h3 {
    width: 100%;
    margin: 0px 0px 10px;
    font-size: 14px;
    background-color: #f9f9f9;
    padding: 0px 0px 0px 10px;
    position: relative;
    display: inline-block;
    /* vertical-align: middle; */
}

section.userDetails h3 span {
    font-size: 14px;
    padding: 14px;
    background-color: #8a0c12;
    width: 50%;
    display: inline-block;
    margin-left: 10px;
    float: right;
    color: #eee;
}

section.userDetails h3:before {
    content: "";
    width: 10px;
    height: 10px;
    /* background-color: #550a09; */
    position: absolute;
    left: -5px;
    vertical-align: middle;
    top: 18px;
    border-radius: 50%;
    border: solid 1px #550a09;
}

section.userDetails h3 label {
    font-size: 14px;
    padding: 14px;
    /* background-color: #8a0c12; */
    display: inline-block;
    margin: 0px;
}

section#contact-head {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

section#contact-head h3 {
    font-family: lato;
    line-height: 1.2em;
    font-size: 2.6em;
    text-align: center;
    font-weight: 300;
}

section.contactDetails {
    margin-bottom: 67px;
    float: left;
    width: 100%;
    min-height: 285px;
}

section.contactDetails .form-control {
    background-color: transparent;
    border: 0px;
    box-shadow: none;
    border-bottom: 1px solid #c3c3c3;
    margin-bottom: 15px;
    font-size: 16px;
}

button.btn.btn-get {
    display: block;
    margin: 15px auto;
    background: #302f2f;
    border: 1px solid #606060;
    color: #ffffff;
    padding: 10px 15px;
}

.rankBlock img {
    width: 115px;
    height: 115px;
    border: solid 1px #ddd;
    background-color: #414141;
    padding: 5px;
}

.rankBlock {
    background-color: #fff;
    width: 100%;
    float: left;
    margin-top: 10px;
}

.rankBlock label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.successMessage {
    text-align: center;
    margin: 25px 0px;
    padding: 25px 10px;
}

.successMessage h2 {
    font-size: 22px;
    color: green;
    padding-bottom: 20px !important;
}

.successMessage .actions button.btn.green.backToHome {
    background-color: #820f0f;
    color: #fff;
}

.successMessage .actions button.btn.green.backToHome i {
    padding-right: 10px;
}

.profileContent p.aboutMe {
    max-width: 200px;
    word-break: break-all;
}
section.contactDetails .help-block-error {
    color: #d64e4e;
}

.featureLeft  i {
    font-size: 45px;
    text-align: center;
    display: block;
    color: #5c5d5f;
}


/* switch language */
.top-nav ul li {
    display: inline-block;
}

.top-nav li.menuToggler {
    float: right;
    margin-left: 20px;
}

.top-nav  li.langugeSwitch {
    float: right;
}

.top-nav li.langugeSwitch .btn-group.localSwitcher {
    margin-top: 7px;
}

.top-nav li.langugeSwitch .btn-group.localSwitcher a.btn.btn-default.btn-sm {
    background-color: transparent;
    border: solid 1px #eee;
    border-radius: 5px;
    padding: 5px 12px;
    color: #eee !important;
}

.top-nav li.langugeSwitch .btn-group.localSwitcher a.btn.btn-default.btn-sm:hover {
    color: #ddd !important;
    border: solid 1px #6f7274;
}

.top-nav li.langugeSwitch .btn-group.localSwitcher ul.dropdown-menu {}

.top-nav li.langugeSwitch .btn-group.localSwitcher ul.dropdown-menu li a {
    width: 100%;
    display: block;
    color: #454242;
}

.top-nav li.langugeSwitch .btn-group.localSwitcher ul.dropdown-menu li {
    display: block;
    width: 100%;
    border-bottom: solid 1px #eeeeee85;
    padding: 5px 5px;
}

.top-nav li.langugeSwitch .btn-group.localSwitcher ul.dropdown-menu li a:hover {
    background-color: #f8f7f7 !important;
    color: #000 !important;
}

.top-nav li.langugeSwitch .btn-group.localSwitcher ul.dropdown-menu li:hover {
    background-color: #f8f7f7 !important;
}

.top-nav li.langugeSwitch .btn-group.localSwitcher.open ul.dropdown-menu {
    right: 0px !important;
    left: auto !important;
}
section#about-head .subContent {
    word-break: break-all;
    font-size: 14px;
    text-transform: capitalize;
}
button.btn.ladda-button span.ladda-spinner div {
    left: 0px !important;
    right: 0px !important;
    margin: auto;
    display: block;
}

button.btn.btn-primary {
    background-color: #e2c370 !important;
    border-color: #c8ab5f !important;
}


.subContent h4 {
    font-family: lato;
    line-height: 1.2em;
    font-size: 2.2em;
    text-align: center;
    font-weight: 300;
}

.subContent {}

.subContent ul li, .about-content ul li {
    /* font-family: lato; */
    line-height: 1.6em;
    font-size: 1.2em;
    text-align: left;
    font-weight: 300;
}

.subContent ul, .about-content ul {
    margin: 30px 0px;
}
.subContent button.btn {
    text-align: center;
    margin: auto;
    display: block;
}
.profilePic img {
    width: 160px;
    border: solid 1px #ddd;
    border-radius: 15px !important;
    margin: 15px 0px;
}
.col-sm-3.featureLeft{
    display: none;
}
section.contactDetails p {
    font-family: lato;
    line-height: 1.2em;
    font-size: 1.6em;
    /* text-align: center; */
    font-weight: 300;
}

section.contactDetails h4 {
    font-family: lato;
    line-height: 1.2em;
    font-size: 2.2em;
    text-align: left;
    font-weight: 500;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 16px;
    }
    .top-nav li.langugeSwitch .btn-group.localSwitcher.open ul.dropdown-menu {
        right: 0px !important;
        left: auto;
    }
}

@media (max-width: 767px) {
    .profleBlock {
        position: initial !important;
    }

    .row.profileSection {
        margin-top: 15px;
    }

    .featureRight h3, .featureRight p {
        text-align: center !important;
    }
}
.choose-Path {}

.choose-Path .card-body {
    padding: 20px 0px;
}

.choose-Path .card-body h5.card-title {
    font-size: 18px;
}

.choose-Path .card-body p.card-text {
    padding: 15px 1px;
}
