/*

Theme Name: theforest
Author: theforest
Author URI: http://www.theforest.com
Version: 1.0
*/

/* General
--------------------------------------------------------------- */


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body{
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif!important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #ffffff;
}

.containLoginLine {
    background-color: #ffffff;
}

.vc_inner img {
    width: 100%;
    height: 600px;
}

hr {
    background: #d2d2d7;
}

.mobile_hr_menu {
    display: none;
}


.vc_item.vc_active {
    height: 600px !important;
}

i.fa.fa-comments-o:hover, i.fa.fa-envelope-o:hover, i.fa.fa-mobile:hover {
    color: #3aa3da;
}

@font-face {
    font-family: NexaBold;
    src: url('fonts/Nexa Bold.otf');
}

@font-face {
    font-family: NexaLight;
    src: url('fonts/Nexa Light.otf');
}

.site-header {
    position: relative;
    left: 0;
    width: 100%;
    z-index: 1;
    top: 0;
}

#marqueecontainer {
    position: relative;
    width: 100%; /*marquee height */
    height: 276px; /*marquee height */
    overflow: hidden;
    font-size: 12px;
}

.navbar-inverse, .navbar-default {
    background: transparent !important;
}

.menuBoxOpen {
    transition: all 0.5s ease-out;
}

.menuBoxOpen_anim {
    transform: matrix(1, 0, 0, 1, 0, -75);
}

#menu-item-22 a[href="/"] {
    display: none;
}

.navbar {
    border: none !important;
}

.ptw-message {
    background-color: whitesmoke;
    position: fixed;
    max-width: 250px;
    min-width: 250px;
    border: solid black 2px;
    min-height: 150px;
    max-height: 150px;
    display: table;
    border-radius: 5px;
    z-index: 9999 !important;
}

.message-box {
    top: 40px;
    right: 20px;
    margin: 5px;
    display: none;
    z-index: 9999 !important;
}

.x-button {
    position: absolute;
    background: #22A7FF;
    color: white;
    top: -15px;
    right: -15px;
    border-radius: 15px;
}

.click-button {
    position: absolute;
    background: #22A7FF;
    color: white;
    width: 50%;
    height: 25px;
    bottom: 5px;
    right: 25%;
    padding: 5px;
    text-align: center;
    line-height: 14px;

}

.message-text {
    padding: 5px;
    overflow: hidden;
    max-height: 105px;
    min-height: 105px;
    max-width: 250px;
    min-width: 250px;
    cursor: pointer;
    /*        -webkit-column-width: 250px;
            -moz-column-width:    250px;*/
    column-width: 250px;

}

.message-text a {
    color: blue !important;
    text-decoration: underline !important;
}


.message-text a:link {
    color: blue !important;
    text-decoration: underline !important;
}

.message-text a:hover {
    color: blue !important;
    text-decoration: underline !important;
}


#modal_div {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9998; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}

.header {
    z-index: 9;
    position: absolute;
    width: 100%;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.mobilehead {
    width: fit-content;
    height: fit-content;
    text-align: center;
}

.logo-header{
    min-height: 99px;
    display: flex;
    align-items: center;
}

.containLoginLine2 {
    background-color: transparent;
    min-height: 99px;
    box-shadow: 0 0 10px 0 #ccc;
}


@media only screen and (max-width: 768px) {
    .containLoginLine2 {
        height: 72px;
    }
}

.floatright {
    float: right;
    text-align: right;
    width: auto;
}

.sign_in_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* min-height: 700px; */
    padding-top: 25px;
    background-color: #f7f9fc;
}

.sign_up_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 800px;
    background-color: #f7f9fc;
}

.logo_link, .logo_link:hover, .logo_link:focus {
    color: unset;
    text-decoration: none;
}

.logo-header img{
    max-width: 190px;
}

.mega-sub-menu {
    box-shadow: 0px 0px 48px rgba(34, 54, 98, 0.08) !important;
    border-radius: 12px !important;
}

.header_trading_logo a img {
    width: 120px;
    height: 50px;
}

#tph_site_header {
    background: rgba(0, 0, 0, .8) !important;
}

#toggleMenuActionMobile {
    background-color: transparent !important;
    border-bottom: transparent !important;
}

.form-inline {
    display: inline-block;
    margin-top: 5px !important;
}

.btnnewplainmain {
    background-color: #0f5b8e;
    border: 1px solid #0f5b8e;
    border-radius: 6px;
    display: inline-block;
    min-width: 99px;
    text-align: center;
    padding: 5px 5px;
    color: white;
    font-size: 12px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-left: 10px;
}

.btnnewplainmain:hover {
    text-decoration: none;
    color: #0f5b8e;
    background-color: white;
}

.btnnewplainmain:focus{
    outline: none;
    color: white;
    text-decoration: none;
}

.btnnewgreenmain {
    background-color: #84c561;
    border: 1px solid #84c561;
    border-radius: 6px;
    display: inline-block;
    min-width: 99px;
    text-align: center;
    padding: 5px 5px;
    color: white;
    font-size: 12px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btnnewgreenmain:hover {
    text-decoration: none;
    color: #84c561;
    background-color: white;
}

.btnnewgreenmain:focus{
    outline: none;
    color: white;
    text-decoration: none;
}

@media only screen and (min-width: 901px){
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
        text-decoration: underline solid 3px;
        text-underline-offset: 8px;
    }
}

.footer_menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /*margin-top: 50px;*/
}

.footer_menuTitle {
    margin-bottom: 25px;
    margin-top: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: #25282A;
    font-family: sans-serif;
}

.footer_menuLink {
    padding: 0;
    list-style: none;
}

.footer_menuLink a {
    display: inline-block;
}

.footer_logo {
    width: fit-content;
    height: fit-content;
    text-align: center;
}

.footer_logo .custom-logo-link img {
    width: 65%;
    height: 25%;
}

.footer_text_content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 50px;
}

.footer_copyright {
    text-align: center;
}


.form-login-popup {
    display: none;
    position: fixed;
    width: 390px;
    height: 570px;
    background: #fff;
    padding: 48px;
    border-radius: 24px;
    left: calc(50% - 195px);
    top: 100px;
    z-index: 20;
}

.form-login-popup.form-login-relative {
    display: block;
    position: relative;
    top: 0;
    z-index: 0;
}

.form-popup-canvas {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 20;
}

.login-popup-header {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #18214D;
    margin-bottom: 36px;
}

.btnnewblue {
    background: #3861FB;
    border-radius: 8px;
    padding: 16px 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: white;
    border-color: transparent;
}

.btnnewblue:hover {
    background: #6283FF
}

.form-login-popup label {
    font-size: 14px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
    font-family: sans-serif;
}

.form-login-popup input {
    border: 1px solid #B8C9ED;
}

.form-login-popup input::placeholder {
    font-size: 14px;
    line-height: 16px;
    color: #475268;
    font-weight: normal;
    font-family: sans-serif;
}

.form-login-popup .help-block {
    margin-bottom: 0;
    margin-top: 4px;
}

.form-login-popup .checkbox input {
    width: 24px;
    height: 24px;
    border: 1px solid #B8C9ED;
}

.form-login-popup .checkbox span {
    display: inline-block;
    position: relative;
    margin-left: 14px;
    padding-top: 8px;
}

.form-login-popup .checkbox {
    margin-top: 20px;
    margin-bottom: 25px;
}

.form-login-popup button.btnnewdark {
    border: none;
    border-radius: 8px !important;
}

.login-footer {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #18214D;
}


.hr-login {
    width: 100%;
    border-top: solid #E1E8F7 1px;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.forgot-password-link {
    font-size: 12px;
    line-height: 16px;
    color: #475268;
}

.loggedInList {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 0;
}

#notification_count {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #cc0000;
    color: white;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 2px;
}

#notificationBell {
    font-size: 15px;
    color: grey;
    height: 20px;
    width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.click-to-read-msg {
    display: flex;
}

#toggleMenuAction {
    color: grey;
}

.click-to-read-msg:hover {
    cursor: pointer;
    text-decoration: none;
}

div.floatright.lemp {
    min-height: 99px;
    display: flex;
    align-items: center;
}

.menuBoxOpen {
    position: absolute;
    background: rgb(102 102 102 / 78%);
    padding: 7px 14px;
    margin-left: -11px;
    display: block;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 32%);
}

#toggleMenuAction .fa-caret-down {
    cursor: pointer;
}

.notifsmall {
    margin-left: 10px;
}

#user_email_navbar {
    cursor: default;
}

.smallLineInMenuBox a {
    color: #d3d3d3;
    text-decoration: none;
}

.smallLineInMenuBox a:hover {
    color: #e1e1e1;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .footer_text_content {
        flex-direction: column;
        text-align: justify;
        align-items: center;
    }

    .footer_text_content {
        margin-top: 10px;
    }

    .footer_menu {
        flex-direction: column;
    }

    #footer_menuLink_1, #footer_menuLink_2, #footer_menuLink_3, #footer_menuLink_4 {
        display: none;
    }

    .footer_menu {
        margin-top: 10px;
    }

    .mobile_hr_menu {
        display: block;
        margin-top: 10px;
    }

    .footer_menuTitle {
        margin-bottom: 5px;
    }

    .mobile_nav {
        float: right !important;
        margin-top: 5px;
    }

    .main-login-buttons-box {
        position: fixed;
        width: 100%;
        left: 0%;
        bottom: 0;
        background-color: #FBFAFD;
        justify-content: center;
        text-align: center;
        padding-bottom: 20px;
        margin-top: 5px;
        padding-top: 20px !important;
        padding-right: 0 !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        margin-top: 5px;
    }

    .form-login-popup {
        width: 100%;
        left: 0%;
    }

    .signin-row {
        display: block !important;
    }

    .sign_in_container {
        display: block;
    }
}

@media only screen and (max-width: 360px) {
    .main-login-buttons-box {
        background: rgba(0, 0, 0, .8);
        top: calc(100vh - 50px);
        right: 0;
        left: 0;
        width: 100%;
    }

    .btnnewplainmain, .btnnewgreenmain {
        padding-top: 10px;
    }
}

.signin-row {
    display: flex;
    justify-content: center;
}

.fullsize {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}


.btnnewdark {
    opacity: 1;
    background-color: #25282A;
    padding: 13px 40px;
    font-size: 19px;
    color: white !important;
    text-decoration: none !important;
    border-radius: 5px;
    float: left;
}

.btnnewdark:hover {
    background-color: #3861FB;
}



/*
******************************* FOOTER
*/

.footer-container {
    padding-top: 48px;
    padding-bottom: 68px;
}

.logo-footer {
    font-weight: bold;
    font-size: 26px;
    line-height: 29px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-feature-settings: 'cv10' on, 'cv09' on, 'cpsp' on;
    margin-bottom: 25px;
}

.footer-description, .footer-description-mobile {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.24px;
    color: #475268;
}

.footer-rights {
    margin-top: 60px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.24px;
    color: #475268;
}

.footer_menu_item a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #475268;
    margin-bottom: 16px;
    font-family: sans-serif;
}

.footer_menu_item a:hover {
    text-decoration: none;
    color: #3861FB;
}

/*
******************************* FOOTER END
*/


/********register page start********/

.register_form {
    background: #fff !important;
    padding: 48px !important;
    border-radius: 24px !important;
    border: unset !important;
}

.register_form .col-md-12 .row input, .register_form .col-md-12 .row select {
    border: 1px solid #B8C9ED;
}

.register_form .col-md-12 .row label {
    font-size: 14px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
    font-family: sans-serif;
}

.titles-main {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #18214D;
    margin-bottom: 36px;
    text-align-last: center;
}

/********register page end********/

#toggleMenuAction {
    color: #171f30;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

#toggleMenuAction:hover {
    color: #3861fb;
}

#notificationBell {
    color: #171f30;
}

.menuBoxOpen {
    width: auto;
    background: #fff;
    border-radius: 16px 16px 16px 16px;
}

.menuBoxOpen a {
    color: #171f30;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 12px 12px 12px;
    line-height: 32px;
}

.menuBoxOpen a:hover {
    color: #3861fb;
}

.addMe{
    z-index: 0!important;
}

@media only screen and (max-width: 991px) and (min-width:901px) {
    div.floatright.lemp{
        position: relative;
        left: 55%;
        margin-top: 5px;
    }
}



/*** main page ****/

/*** account types ****/


.col-sm-2 ul {
    list-style-type: none;
}

.col-sm-2 ul a {
    color: black;
}

.textsize19 {
    font-size: 19px;
    padding: 0 15px;
}

.acc-type-box .col-md-3 {
    border-right: solid #E1E8F7 1px;
}

.acc-type-box .col-md-3:last-child {
    border-right: none;
}

.acc-type-col {
    text-align: center;
}

.acc-type-col p {
    font-weight: 500;
    font-size: 13px;
    line-height: 30px;
    font-family: sans-serif;
    margin-bottom: 6px;
}

div.acc-type-name {
    /*font-family: Inter;*/
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.55px;
    color: #18214D;
}

div.acc-type-price {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.55px;
    color: #18214D;
    padding-top: 30px;
    padding-bottom: 30px;
}

.btn-dark {
    min-width: 180px;
    background-color: #25282A;
    color: white;
    text-decoration: none;
}

.btn-dark:hover {
    background-color: #3861FB;
}

.btn-blue {
    background: #3861FB;
    border-radius: 8px;
    color: white;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-dark:hover, .btn-dark:focus, .btn-dark:active {
    color: white !important;
    background: #6283FF;
}

.main-h1 {
    font-size: 48px;
    line-height: 60px;
    padding-bottom: 24px;
    padding-top: 24px;
    text-align: center;
}

.main-description {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 400;
    color: #475268;
    padding-bottom: 30px;
}

.acc-type-box {
    padding-bottom: 65px;
}

@media only screen and (max-width: 995px) {
    .contact-us-form-box label {
        margin-left: unset;
    }

    .contact-us-form-box input, .contact-us-form-box textarea {
        margin-left: unset;
    }
}










/*** account types end ****/


/*** contact us ****/

.contact-block p:first-child {
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    color: #3b3939;
}

.contact-block p:nth-child(2) {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #3b3939;
    margin-bottom: 30px;
}

.contact-h2 {
    color: #000;
    font-weight: 700;
    line-height: 1.3;
    font-size: 32px;
    padding-top: 30px;
    padding-bottom: 40px;
}

.contact-us-form-box input, .contact-us-form-box textarea {
    border: 1px solid #c6c4c4;
    background: white;
    border-radius: 2px;
    width: 92%;
    padding: 6px 12px;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    margin-left: 8%;
}

.contact-us-form-box textarea {
    height: 110px;
}

.contact-us-form-box label {
    color: #444141 !important;
    font-weight: 400;
    margin-left: 8%;
}

/*** contact us end ****/

.upload-modal .col-lg-4{
    max-width: 100%!important;
}

.verification-row{
    flex-wrap: inherit!important;
}
.tab-content .show{
    opacity: 1;
}

div.tab-content .table>thead:first-child>tr:first-child>th{
    border-top: solid #ddd 1px;
}

.navbar-header {
    display: none;
}


@media only screen and (max-width: 550px) {
nav.navbar.navbar-default.navbar-inverse.floatleft {
    float: right !important;
}
}




img.attachment-full.size-full.wp-post-image {
    max-height: 250px !important;
}

span.bd-category-link {
    display: none !important;
}

a.bd-pinterest-share.bd-social-share {
    display: none !important;
}

.bdp_blog_template a.bd-more-tag {
    background-color: #2e93ea!important;
    color: #ffffff!important;
}

.bd-metadatabox {
    display: none !important;
}

.bd-post-content {
    color: #707070 !important;
}



.name_directory_startswith {
    font-size: 16px !important;
    color: white;
    border: 1px solid wheat;
    padding: 13px;
}

    .name_directory_name_box {
    margin-bottom: 20px;
    font-size: 15px !important;
}

.name_directory_total {
    display: none;
}

.name_directory_index {
    margin-bottom: 30px;
}

.name_directory_index {
     width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding-left: 24%;
    padding-right: 24%;
        background-image: linear-gradient(to right, #112a3d , #5f7b94);

  min-height: 80px;line-height: 8;
}

.name_directory_startswith {
    font-size: 16px !important;
    color: white;
    border: 1px solid wheat;
    padding: 13px;
 }

.bdp_blog_template a.bd-more-tag {
    
    color: white !important;
}
div#Account_Details .row {
    display: block;
}

.grecaptcha-badge {
    display: none;
    visibility: hidden !important;
}