* {
    padding:0;
    margin:0;
    box-sizing:border-box;
}

a {
    text-decoration:none;
}

html, body {
    height:100%;
}

body {
    color:#000000;
    font-family: "myriadpro-regular", Helvetica, Arial, sans-serif;
}

.flexbox {
    display:flex;
}

.play_about {
    cursor:pointer;
}

.youtube_wrapper {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
    background-color:#4b4949;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display:none;
    z-index:100000000;
}

.youtube_wrapper button {
    padding:5px 8px;
    background-color: transparent;
    text-transform: uppercase;
    color:white;
    border:1px solid #00ffff;
    margin-bottom:10px;
    cursor: pointer;
}

.youtube_container {
    width:70%;
    display:flex;
    justify-content: center;
    height:500px;
}


.topheader {
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    padding:10px 0;
    margin:0 5%;
}

.contact {
    width:70%;
    display:flex;
    padding:5px 0;
}

.membership {
    width:30%;
    display:flex;
    justify-content: right;
    padding:5px 0;
}

.social_icons {
    margin-left:30px;
    margin-right:15px;
}

.contact i {
    color:#3265b3;
    font-size:20px;
    margin-right:8px;
}

.s_icons i {
    margin-right:14px;
}

.signin {
    margin-right:20px;
}

.signin i {
    margin-right:8px;
    color:#3265b3;
}

.signup i {
    margin-right:8px;
    color:#3265b3;
}

.signup button {
    border:none;
    background-color: transparent;
    font-size:15px;
    color:#3265b3;
    cursor: pointer;
}

.navigation {
    background-color: #383838;
    background-image: linear-gradient(-178deg, #3265b3 0%, #3265b3 1%, #4c8aef 98%, #4c8aef 100%);
}

.nav_container {
    margin:0 5%;
}

.logo_container {
    padding:20px 0;
}

.logo_container img {
    width: 227px;
    height: 61px;
}

.nav_links {
    margin-left:25px;
}

.link_wrapper {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:0 10px;
    border-right:1px solid rgba(56, 56, 56, 0.12);
}

.link_wrapper i {
    margin-bottom:18px;
    color:white;
    font-size:18px;
}

.link_wrapper p {
    font-size: 16px;
    color:white;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.hero_section {
    height:400px;
    background-image:url("../images/main1-bg.jpg");
    background-size: cover;
    background-position-x: center;
    display: flex;
    padding:0 5%;
}

.hero_txt_wrapper {
    width:50%;
    padding-right:15%;
    padding-top:5%;
}

.hero_txt h1 {
    font-size: 40px;
    color:#3265b3;
}

.hero_btn {
    margin-top:20%;
}

.reg {
    border:none;
    background-color: #00ffff;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding-top: 21px;
    padding-bottom: 22px;
    padding-left: 27px;
    padding-right: 27px;
    text-align: center;
    font-size: 20px;
    background-image: linear-gradient(to top, #3265b3 0%, #3265b3 1%, #4c8aef 98%, #4c8aef 100%);
}

.login {
    padding-top: 18px;
    padding-bottom: 21px;
    padding-left: 27px;
    padding-right: 27px;
    background-color: transparent;
    display: inline-block;
    color: #323232;
    text-transform: uppercase;
    font-family: "MagistralTT-Bold";
    text-align: center;
    font-size: 20px;
    border: 2px solid #3569b9;
    vertical-align: bottom;
    margin-left: 10px;
}

.video_presentation {
    width:55%;
    background-image:url("../images/aboutvideo.png");
    background-size: cover;
    background-position-x: center;
}

.section_content {
    display:flex;
    justify-content: space-between;
}

.presentation_txt {
    width:42%;
}

.section {
    padding:50px 5% 0;
}

.about_txt {
    margin-bottom:25px;
}

.video_txt {
    margin-bottom:15px;
}

.presentation_txt p:first-child {
    margin-bottom: 20px;
}

.video_presentation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.playbtn {
    background-color: #3265b3;
    color:white;
    width:80px;
    height:80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:50%;
    cursor:pointer;
}

.playbtn i {
    font-size:28px;
}

.video_presentation h2 {
    margin-top:20px;
    font-size: 18px;
    color:white;
}

.cert_section {
    display:flex;
    justify-content: space-between;
}

.cert_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cert1 {
    margin-right:10px;
}

.cert2 {
    margin-left: 10px;
}

.cert1 img {
    height:180px;
    width:135px;
}

.cert2 img {
    height:180px;
    width:250px;
}

.cert_section .presentation_txt {
    width:55%;
}

.certimg_wrapper h2 {
    font-size: 14px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color:#3265b3;
    margin-bottom: 20px;
}

.certimg_wrapper {
    width:42%;
    text-align: center;
}

.benefit_section {
    text-align:center;
    background-color:#ececec;
    margin-top:40px;
    padding-bottom:60px;
}

.benefit_section h1 {
    font-size:30px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-bottom:45px;
    color:#343434;
}

.benefits {
    display: flex;
    justify-content: space-evenly;
}

.benefits p {
    margin-top:17px;
    color:#4b4949;
}

.b_icon_container {
    width:15%;
}

.works_section {
    display:flex;
    justify-content: space-between;
}

.how_works_txt {
    width:55%;
}

.how_works_txt h2 {
    margin-bottom:20px;
}

.works_img {
    width:42%;
    display:flex;
    justify-content: center;
    align-items: center;
}

.membership_section {
    display:flex;
    justify-content: space-between;
}

.membership_img {
    width:55%;
}

.membership_img img {
    width:100%;
}

.membership_txt {
    width:42%;
}

.membership_txt h1 {
    font-size: 28px;
}

.number_box {
    width:20%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3265b3;
    color:white;
    font-size: 30px;
}

.member_list {
    display:flex;
    justify-content: space-between;
    margin-top:40px;
}

.member_list_txt {
    width:75%;
}

.member_list_txt h3 {
    margin-bottom: 10px;
}

.plan_wrapper {
    padding-bottom:20px;
}

.plan_container {
    display:flex;
    justify-content: space-between;
}

.plan_card_body {
    display:flex;
    justify-content: space-between;
    color:#3569b9;
}

.plan_card {
    width:35%;
    background-color: #ececec;
    padding:35px 10px;
}

.card_icon {
    width:15%;
}

.card_info {
    width:50%;
}

.plan_duration {
    width:25%;
}

.card_info h2 {
    font-size: 25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: lighter;
}

.card_info h1 {
    font-size: 70px;
    font-weight: lighter;
}

.tariff {
    color:#3265b3;
    font-size:23px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: lighter; 
    margin-bottom: 20px;
}

.inv_enq {
    width:25%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #3265b3;
}

.inv_enq p {
    width:70%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    color:white;
    font-size: 14px;
}

.plan_card_foot p {
    text-align: center;
    font-size: 45px;
    color: #3569b9;
}

.for_investors_wrapper {
    display:flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom:1px solid #ececec;
}

.for_investors {
    width:23%;
    display:flex;
}

.for_investors_img img {
    width:70px;
    height:65px;
}

.for_investors_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left:10px;
}

.for_investors_txt h3 {
    font-size: 30px;
    color:#3569b9;
}

.index_about {
    display:flex;
    justify-content: space-between;
}

.about_txt, .about_video {
    width:48%;
}

.about_txt {
    padding:5px 0;
}

.index_about h1 {
    font-size: 25px;
    margin-bottom: 18px;
    font-weight: lighter;
}

.about_txt p {
    margin-bottom:10px;
    font-size: 13px;
    line-height: 1.3;
}

.how_it_works_wrapper {
    display:flex;
    border-bottom:1px solid lightgray;
    padding-bottom:50px;
}

.how_it_works {
    width:50%;
    padding:0 10px;
}

.privileges {
    width:50%;
    padding:0 10px;
}

.privi_list_container {
    display:flex;
    margin-bottom: 30px;
}

.how_it_works_container {
    display:flex;
}

.how_it_works h1, .privileges h1 {
    margin-bottom:30px;
    font-size: 25px;
    font-weight:lighter;
}

.how_it_works p {
    font-size: 13px;
    line-height:1.3;
    margin-bottom:20px;
}

.privi_txt p {
    font-size: 13px;
}

.privi_txt {
    width:85%;
}

.privi_txt h3 {
    font-size:17px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-bottom:5px;
}

.privi_img {
    width:15%;
    display:flex;
    justify-content: center;
    align-items:center;
}

.how_it_works_container a:first-child {
    background-color:#3569b9;
    color:white;
}

.invest {
    background-color: #3869b6;
    padding:15px 36px;
    color:white;
}

.about_link {
    color:black;
    padding:13px 36px;
    border:2px solid #3869b6;
}

.invest i {
    color:turquoise;
}

.about_link i {
    color:turquoise;
}


.investment_plans {
    margin-top:50px;
}

.investment_wrapper {
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    margin-top: 50px;
}

.investment_plans > h1 {
    text-align:center;
    font-size:35px;
    margin-bottom:15px;
}

.investment_plans > h2 {
    text-align:center;
    font-size:15px;
    font-weight:lighter;
}

.investment_card {
    width:28%;
    background-color: #ececec;
    padding:20px 25px;
    border-radius:8px;
    margin-bottom:30px;
}

.card_top {
    font-size: 70px;
    text-align: center;
    color:turquoise;
}

.card_head {
    text-align: center;
    color:#4c8aef;
    font-weight:lighter;
}

.card_body {
    margin-top:20px;
}

.body_list {
    display:flex;
    margin-bottom: 10px;
    border-bottom:1px solid lightgray;
    padding-bottom:10px;
}

.list_icon {
    margin-right:20px;
}

.list_icon i {
    font-size:30px;
    color:#4c8aef;
}

.client_feedback {
    margin-top:30px;
}

.client_feedback h2 {
    text-align:center;
    font-weight:lighter;
    margin-bottom: 30px;
}

.clients_feedback_container {
    display:flex;
    justify-content: space-between;
}

.clients_feedback_container > div {
    display:flex;
    justify-content: center;
    align-items:center;
    width:32%;
    height:200px;
    background-color: #ececec;
}

.client_box1 {
    background-image:url(../images/mqdefault.jpg);
    background-position: center;
    background-repeat:no-repeat;
}

.client_box2 {
    background-image:url(../images/mqdefault1.jpg);
    background-position: center;
    background-repeat:no-repeat;
}

.client_box3 {
    background-image:url(../images/mqdefault2.jpg);
    background-position: center;
    background-repeat:no-repeat;
}

.sert {
    display:flex;
    justify-content: center;
}

.sert img {
    margin-right:40px;
}

.menu_btn {
    display:none;
    text-align:center;
    font-size:30px;
    color:white;
    padding:5px 8px;
}

.mobile_menu_wrapper {
    display: none;
}

.mobile_menu_wrapper {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image: linear-gradient(-178deg, #3265b3 0%, #3265b3 1%, #4c8aef 98%, #4c8aef 100%);
    z-index: 1000000000;
    padding-top:25px;
}

.mobile_header {
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
}

.mobile_header a {
    width:75%;
}

.mobile_header img {
    width:100%;
}

.mobile_menu {
    padding-top:10px;
}

.mobile_menu a {
    display:block;
    text-align: center;
    padding:15px 0;
    color:white;
    text-transform: uppercase;
}

.close_btn {
    color:white;
    font-size:35px;
    float:right;
    margin-right:20px;
}

.open_menu {
    display:flex;
    justify-content:center;
    align-items: center;
    background-color: #3265b3;
}

.myform_wrapper {
    background-color:#ececec;
    display: flex;
    justify-content: center;
}

.deposit_wrapper {
    background-color:#ececec;
}

.form_container {
    background-color: #fff;
    width:55%;
    padding:30px;
    margin:100px 0;
}

.form_container h1 {
    text-align: center;
    font-weight:lighter;
}

.form_container form {
    padding:40px;
}

.form_line p {
    margin-bottom:10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:14px;
}

.form_line {
    margin-bottom:30px;
}

.form_line input, .form_line select {
    width:100%;
    background-color: transparent;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    height: 46px;
    padding: 0 20px;
    color: #000000;
    font-size: 14px;
}

.form_container h2 {
    margin-top:20px;
    margin-left:40px;
    color:#4b4949;
}

#body {
    background-color: #ececec;
}

.history_wrapper {
    margin-top:20px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }

 table td {
    font-size:14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
 }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  
  tr:nth-child(even) {
    background-color: #dddddd;
}

.history_wrapper h1 {
    margin-bottom:10px;
}

.submit {
    display: flex;
    justify-content: center;
}

.submit button {
    min-width: 240px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #3d75cc;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    text-transform: uppercase;
    outline:none;
    border:none;
}

.sidebar_logo {
    display:flex;
    justify-content: center;
    align-items: center;
}

.sidebar_logo img {
    width:200px;
}

.account_wrapper {
    display:flex;
}

.sidebar_wrapper {
    width:20%;
    background-image: url(../images/menu_bg.png);
    padding:15px;
}

.main_content_wrapper {
    width:80%;
}

.sidebar_menu_container {
    margin-top:60px;
}

.sidebar_menu_list {
    display:flex;
    padding:10px 8px;
    margin-bottom:10px;
}

.sidebar_icon {
    width:20%;
    display:flex;
    justify-content: center;
    align-items:center;
}

.sidebar_icon i {
    font-size:20px;
    color:turquoise;
}

.sidebar_txt {
    width:80%;
    display: flex;
    align-items: center;
    color:white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-left:5px;
}

.sidebar_txt button {
    background-color: transparent;
    border:none;
    font-size:15px;
    color:white;
    cursor: pointer;
}

.sidebar_txt p {
    font-size:15px;
}

.main_content_wrapper {
    padding:20px;
}

.main_content_wrapper h1 {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight:lighter;
    font-size:20px;
}

.payment_mode_wrapper {
    display:flex;
    justify-content: space-between;
    margin-top:20px;
}

.payment_mode_card {
    display:flex;
    width:19%;
    border: 1px solid #e3e3e3;
    padding:10px;
}

.p_m_icon {
    display:flex;
    justify-content: center;
    align-items:center;
}

.p_m_txt {
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin-left:5px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
}

.dogecoin img {
    height:48px;
    width:48px;
}

.profile_wrapper {
    display:flex;
    justify-content: space-between;
    background-image: linear-gradient(-178deg, #3265b3 0%, #3265b3 1%, #4c8aef 98%, #4c8aef 100%);
    padding:12px 10px; 
    margin-top:20px;
}

.profile_wrapper > div {
    width:24%;
}

.profile {
    display:flex;
}

.profile_img {
    display:flex;
    justify-content: center;
    align-items:center;
    width:25%;
}

.welcome_msg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width:75%;
    margin-left:10px;
}

.current_date {
    display:flex;
    align-items: center;
}

.email_addr {
    display:flex;
}

.email_icon, .clock {
    display:flex;
    justify-content: center;
    align-items: center;
    width:20%;
}

.email_txt, .det_txt {
    display:flex;
    flex-direction: column;
    justify-content: center;
    width:80%;
}

.last_visit {
    display:flex;
}

.visit_icon {
    display:flex;
    justify-content: center;
    align-items:center;
    width:20%;
}

.visit_txt {
    display:flex;
    flex-direction: column;
    justify-content: center;
    width:80%;
}

.profile_wrapper i {
    color:turquoise;
    font-size:25px;
}

.profile_wrapper p {
    line-height: 1.5;
    color:white;
    font-size:14px;
}

.call_to_action {
    display:flex;
    justify-content: center;
    align-items: center;
    padding:10px;
    margin-top:10px;
}

.call_to_action a {
    background-color:#D5FFFF;
    margin-right:20px;
    padding:20px 25px;
    color:#323232;
    font-size:15px;

}

.mysvg img {
    width:23px;
    height:23px;
}

.user_balances_wrapper {
    display:flex;
    justify-content: space-between;
    margin-top:10px;
    margin-bottom: 20px;
}

.user_balance_card {
    width:19%;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items:center;
    border:1px solid #ececec;
    padding:10px 5px;
}

.user_balance_card > * {
    margin-bottom:8px;
}

.user_balance_card p:last-child {
    font-size:14px;
}

.btc_widget {
    margin-top:20px;
}

.form_container > p {
    text-align: center;
    color:tomato;
    margin-top:5px;
    font-size:14px;
}

.gateway_wrapper {
    height:100vh;
    width:100%;
    background-color: #ececec;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gateway_container {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gateway_txt p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    color:rgb(87, 82, 82);
}

.gateway_container > div {
    margin-bottom:20px;
}

.exit_gateway a {
    background-color:#dddddd;
    padding:10px 14px;
    font-family:Geneva;
    font-weight:bold;
}

.wallet_addr p {
    text-align: center;
    line-height: 1.5;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    color:rgb(87, 82, 82);
}

.wallet_addr p:last-child {
    color:tomato;
}

.gateway_txt span {
    font-weight: bold;
}

.view_history {
    background-color:#332f2f;
    padding:5px 8px;
    color:white;
}

.mobile_menu form {
    display:flex;
    justify-content: center;
    align-items: center;
}

.mobile_menu form button {
    padding:5px 8px;
    background-color: aquamarine;
    border:none;
    font-size: 16px;
}

.notification_container {
    height:300px;
    display:flex;
    justify-content: center;
    align-items: center;
    opacity: .5;
}

.contact_page {
    background-image: url(../images/contact-bg.png);
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_card_wrapper {
    margin-top:40px;
}

.contact_card, .contact_card_wrapper, .contact_side1 {
    display:flex;
}

.contact_card {
    margin-right:20px;
}

.contact_img {
    margin-right:10px;
}

.contact_side1 {
    width:75%;
    justify-content: space-between;
}

.contact_side2 {
    width:25%;
}

.my_map {
    margin-top:40px;
}

.contact_info p:first-child {
    font-weight: bold;
}

.contact_info a {
    font-size: 14px;
}

.contact_info p:last-child {
    font-size: 14px;
}

.contact_txt {
    font-size:22px;
}

.contact_info > p:first-child {
    white-space:nowrap;
}

.contact_form {
    margin-top:20px;
}

.contact_form h1 {
    font-size: 25px;
    margin-bottom:10px;
}

.form_row {
    width:100%;
    display:flex;
    justify-content: space-between;
}

.form_row input {
    width: 49%;
    border: 1px solid #e3e3e3;
    color: #4d4d4d;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    padding-left: 18px;
    background: transparent;
    transition: 0.3s;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.textarea {
    width: 100%;
    border: 1px solid #e3e3e3;
    color: #4d4d4d;
    padding-top: 12px;
    font-size: 14px;
    background: transparent;
    transition: 0.3s;
    margin-top:20px;
    position:relative;
}

textarea {
    width:100%;
    border:none;
    padding-left: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.textarea button {
    position:absolute;
    right:10px;
    bottom:10px;
    color: #ffffff;
    font-size: 14px;
    background-color: #3d75cc;
    width: 142px;
    height: 42px;
    text-align: center;
    padding-top: 10px;
    text-transform: uppercase;
    border: none;
    line-height: 42px;
    padding: 0 15px;
}

.unordered {
    list-style-type: none;
    padding:0 40px;
    font-size: 14px;
    line-height: 1.5;
}

.unordered li {
    margin-bottom:15px;
}

.unordered li:before {
    content: '';
    width: 23px;
    margin-right: 15px;
    margin-left: -43px;
    margin-bottom: -5px;
    height: 23px;
    background: url(../images/galtext.png) center no-repeat;
    display: inline-block;
}

.terms h3 {
    margin-bottom:20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.subheader {
    margin-bottom: 40px;
    font-size: 14px;
}

.ordered {
    margin-bottom: 20px;
    font-size: 14px;
    padding:0 40px;
    line-height: 1.5;
}

.ordered li {
    margin-bottom:20px;
}

.terms p {
    font-size: 14px;
    line-height: 1.5;
}

.security {
    margin-bottom:20px;
    font-size: 23px;
    font-family: Arial, Helvetica, sans-serif;
}

.today {
    margin-bottom: 50px;
}

.fully, .always {
    margin-bottom: 20px;
}

.termof {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    margin-bottom: 20px;
}

.ps_header {
    background-color: #00ffff;
    height: 45px;
    color: #386dc0;
    font-family: "PT Sans";
    padding-top: 11px;
    font-size: 15px;
    font-weight: 700;
    padding-left: 19px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.ps_txt {
    padding:0 10px;
}

.ps_txt span {
    background-color:#386dc0;
    color:white;
    padding:3px;
    border-radius: 5px;
}

.ps_txt p {
    margin-bottom:20px;
}

footer {
    display: flex;
    justify-content: space-between;
    background-color: #3265b3;
    background-image: linear-gradient(-178deg, #3265b3 0%, #3265b3 1%, #4c8aef 98%, #4c8aef 100%);
    padding:30px 5px;
    margin-top:40px;
}

footer a {
    color:white;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}


/** Media query **/

@media only screen and (max-width: 600px) {
    .mobile_menu_wrapper {
        display:block;
    }

    .topheader {
        display:flex;
        flex-direction:column;
        flex-wrap:wrap;
        margin:0;
        padding-right:8px;
        padding-left:8px;
    }

    .support {
        margin-bottom:8px;
    }
    
    .contact {
        width:100%;
        display:flex;
        flex-direction: column;
        justify-content: center;
        padding:5px 0;
    }
    
    .membership {
        width:100%;
        display:flex;
        justify-content: center;
        padding:5px 0;
    }

    .flexbox {
        justify-content: center;
    }

    .social_icons {
        margin-left:5px;
        margin-right:5px;
    }

    .nav_links {
        display:none;
    }

    .hero_section {
        height:400px;
        background-image:none;
    }

    .hero_txt_wrapper {
        width:100%;
        padding-right:5%;
        padding-top:5%;
    }

    .login {
        margin-top:10px;
        margin-left:0;
        padding-left: 35px;
        padding-right: 35px;
    }

    .plan_container {
        display:flex;
        flex-direction: column;
    }

    .plan_card {
        width:100%;
        background-color: #fff;
    }

    .inv_enq {
        width:100%;
        padding:50px 0;
    }

    .tariff {
        text-align:center;
    }

    .for_investors_wrapper {
        display:flex;
        flex-direction: column;
    } 

    .for_investors {
        width:100%;
        margin-bottom:30px;
    }

    .for_investors_img {
        margin-right:10px;
    }

    .index_about {
        flex-direction: column;
    }

    .about_txt, .about_video {
        width:100%;
    }

    .about_video img {
        width:100%;
    }

    .how_it_works_wrapper {
        flex-direction: column;
    }

    .how_it_works_container {
        flex-direction: column;
    }

    .how_it_works {
        width:100%;
        margin-bottom:50px;
    }

    .how_it_works h1 {
        text-align: center;
    }
    
    .privileges {
        width:100%;
    }

    .price_up {
        display:flex;
        justify-content: center;
        align-items: center;
    }

    .privi_img {
        margin-right:10px;
    }

    .investment_plans > h1 {
        text-align:center;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-size:28px;
        margin-bottom:15px;
    }
    
    .investment_plans > h2 {
        text-align:center;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-size:16px;
        font-weight:lighter;
    }

    .investment_wrapper {
        width:100%;
        flex-direction: column;
        align-items: center;
    }

    .investment_card {
        width:80%;
        background-color: #fff;
    }

    .clients_feedback_container {
        flex-direction: column;
    }

    .clients_feedback_container > div {
        width:100%;
    }

    .sert {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .sert img {
        margin-top:20px;
    }

    .section_content {
        flex-direction: column;
    }

    .video_presentation {
        width:100%;
        background-image:url("../images/aboutvideo.png");
        background-size: cover;
        background-position-x: center;
        height:200px;
        margin-bottom:10px;
    }

    .presentation_txt {
        width:100%;
        font-size: 13px;
        line-height: 1.3;
    }

    .cert_section {
        flex-direction: column;
    }

    .cert_section .presentation_txt {
        width:100%;
    }

    .certimg_wrapper {
        width:100%;
        text-align: center;
        margin-top:30px;
    }

    .cert_img {
        flex-direction: column;
    }

    .cert2 {
        margin-left: 10px;
        margin-top:30px;
    }

    .benefits {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .b_icon_container {
        width:45%;
        margin-bottom:10px;
    }

    .works_section {
        flex-direction: column;
    }

    .how_works_txt {
        width:100%;
        font-size: 13px;
        line-height: 1.3;
    }

    .works_img {
        width:100%;
        padding:10px;
    }

    .membership_section {
        flex-direction: column;
    }

    .membership_img {
        width:100%;
    }

    .membership_txt {
        width:100%;
        margin-top:30px;
    }

    .container {
        background-color: #ececec;
    }

    .menu_btn {
        display:inline-block;
    }

    .mobile_menu_wrapper {
        display:none;
    }

    .myform_wrapper {
       padding:0 10px;
    }

    .form_container {
        background-color: #fff;
        width:100%;
        padding:10px;
        padding-top:20px;
        margin:100px 0;
    }

    .form_container form {
        padding:20px;
    }

    .sidebar_wrapper {
        display:none;
    }

    .main_content_wrapper {
        width:100%;
    }

    .payment_mode_wrapper {
        flex-direction:column;
    }

    .payment_mode_card {
        width:100%;
        margin-bottom:10px;
    }

    .profile_wrapper {
        flex-direction:column;
    }

    .profile_wrapper > div {
        width:100%;
        margin-bottom:10px;
    }

    .user_balances_wrapper {
        flex-direction: column;
    }

    .user_balance_card {
        width:100%;
        margin-bottom:10px;
    }

    .main_content_wrapper h1 {
        margin-top:20px;
    }

    .form_container h2 {
        margin-left:18px;
    }

    .form_container {
        margin-top:50px;
    }

    .main_content_wrapper {
        width:100%;
        padding:20px 10px;
    }

    .myform_wrapper {
        padding:0;
    }

    .membership_form {
        padding: 0 10px;
    }

    .history_wrapper {
        overflow-x:auto;
    }

    table td {
        white-space: nowrap;
    }

    .contact_card_wrapper {
        flex-direction: column;
        width:100%;
    }

    .contact_side1 {
        width:100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding:0 10px;
    }

    .contact_card {
        width:100%;
        margin-bottom: 25px;
    }
    
    .how_it_works h1, .privileges h1 {
        font-size: 23px;
        text-align:center;
    }
    
    .investment_plans h1 {
        font-weight:lighter;
        font-size: 23px;
    }
    
    .invest {
        background-color: #3869b6;
        padding:10px 28px;
        color:white;
    }

    .about_link {
        color:black;
        padding:8px 30px;
        border:2px solid #3869b6;
    }
    
    .video_txt {
        font-size: 20px;
        font-weight:lighter;
    }
    
    .card_top {
        font-size: 70px !important;
        text-align: center;
        color:turquoise;
    }
    
    .membership_txt p {
        font-size: 13px;
        line-height: 1.3;
    }
    
    .contact_page {
        background-image: url(../images/contact-bg.png);
        background-position-x: right;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    .youtube_container {
        width:100%;
        display:flex;
        justify-content: center;
        height:250px;
    }
    
  }