/*
Theme Name: theforest
Description: Theme for our brokers
Version: 3.0
Author: Kirill Everett
Author URI: #
*/




@font-face {
    font-family: 'SF Compact Display';
    font-style: normal;
    font-weight: normal;
    src: local('SF Compact Display Medium'), url('fonts/sf-compact-display-medium.woff') format('woff');
}

body{
    overflow-x: hidden;
}

.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;
}

.mobilehead a img {
    max-width: 100px;
    height: 25%;
}

.containLoginLine2 {
    background-color: transparent;
    height: 144px;
}


@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;
}

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

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

.logo-header {
    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-top: 10px;
    text-decoration: none;
}

.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 {
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #171F30;
    text-decoration: none;
    margin-right: 8px;
}

.btnnewplainmain:hover {
    background: #F8FAFD;
    color: #171F30;
    text-decoration: none;
}

.btnnewbluemain {
    background: #2a656f;
    border-radius: 8px;
    padding: 16px 20px;
    color: white;
}

.btnnewbluemain:hover {
    text-decoration: none;
    color: white;
    background: #2b636d;
}

.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: #2a656f;
    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: #3c6d76;
    cursor: pointer;
}

.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;
    display: block;
    width: 100%;
    height: 40px;
    font-size: 18px;
    border-radius: 7px;
}

.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;
    display: inline-block;
    border: 1px solid #B8C9ED;
    position: relative;
    top: 5px;
}

.form-login-popup .checkbox span {
    display: inline-block;
    position: relative;
    margin-left: 6px;
    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 {
    height: 36px;
    display: flex;
    align-items: center;
}

.menuBoxOpen {
}

#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, .btnnewbluemain {
        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;
}

/*
******************************** CONTACT-US PAGE
*/

.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 PAGE END
*/


/*
******************************* 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
*/


/*
******************************* 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
*/


/*********main page start*/


.main-img {
    overflow: hidden;
    width: 1500px;
    height: 700px;
    border-radius: 50px;
    border: solid #f7f7f7 1px;
    background-image: url(/wp-content/uploads/2021/12/3a7855c3e06f0f57ceed8544f7c5a94f.png);
    background-position-x: -325px;
    background-position-y: -115px;
    background-size: 1725px
}

.hidden-overflow-x {
    overflow-x: hidden;
}

.main-text-block {
    padding: 20px 0;
    margin-top: 140px;
}

.main-text-block h2, .main-h2 {
    font-style: normal;
    font-size: 48px;
    line-height: 60px;
    color: #171F30;
    font-family: 'SF Compact Display';
    font-weight: 600;
}

.main-h2 {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 72px;
}

.main-text-block p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #475268;
    font-family: 'SF Compact Display';
    padding-right: 70px;
}

.main-2-box {
    background: #F8FAFD;
    border-radius: 48px;
    margin-top: 140px;
    margin-bottom: 50px;
    min-height: 1427px;
    min-width: 1150px;
}

.main-3-box .main-3-item {
    background: #F8FAFD;
    border-radius: 48px;
    padding: 48px;
    /*margin-top: 140px;*/
    /*margin-bottom: 50px;*/
}

.telephone-right {
    position: absolute;
    width: 1200px;
    top: -200px;
    left: -265px;
}

.telephone-left {
    position: absolute;
    width: 1200px;
    top: 0px;
    left: -329px;
}

.circle-left {
    height: 800px;
    background-image: url(/wp-content/uploads/2021/12/Rectangle-3.png);
    background-repeat: no-repeat;
    border-top-left-radius: 48px;
}

.circle-right {
    height: 733px;
    width: 551px;
    position: absolute;
    top: -108px;
    left: 32px;
    background-image: url(/wp-content/uploads/2021/12/Rectangle-4.png);
    background-repeat: no-repeat;
    border-bottom-right-radius: 48px;
}

.main-4-box {
    margin-top: 64px;
    margin-bottom: 46px;
}

.lockage-background {
    background-image: url(/wp-content/uploads/2021/12/7fd0902648958510421a56a64439b5e4.png);
    background-size: cover;
    height: 415px;
    border-radius: 48px;
}

.content-4box {
    padding-top: 48px;
    padding-right: 345px;
    padding-bottom: 48px;
    padding-left: 48px;
    color: white;
}

.content-4box h1 {
    font-family: SF Compact Display;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
}

.content-4box p {
    font-family: SF Compact Display;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
    max-width: 520px;
}

.content-4box .btn {
    margin-top: 24px;
}

.h-800 {
    height: 800px;
}

.mobile-img-box {
    display: none;
}
.circle-mobile{
    display: none;
}

.footer-description-mobile{
    display: none;
}

.main-3-item p{
    min-height: 60px;
}

@media only screen and (max-width: 991px) {
    .main-img-box {
        display: none;
    }

    .mobile-img-box {
        display: block;
    }

    .mobile-img-box img {
        max-width: 100%;
    }
    .main-text-block{
        padding: 0 20px;
    }

    .main-text-block h2, .main-h2 {
        font-size: 26px;
        line-height: 36px;
        text-align: center;
        padding: 2px;
        margin-bottom: 24px;
    }
    .main-text-block p{
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        padding-right: 0;
    }

    .main-text-block .btn-lg{
        width:100%;
        padding: 16px 16px;
        margin-top: 30px;
    }
    .main-2-box{
        min-width: unset;
        max-width: unset;
        width: unset;
        margin-right: 0!important;
        margin-left: 0!important;
        border-radius: 12px;
    }

    .container-scale .mobile-img-box{
        margin-bottom: 40px;
    }

    .telephone-left{
        width: 160%;
        left: -22%;
        top: -69px;
    }

    .circle-left{
        background-size: 86vw;
        background-position: -1vw -32vw;
        height: 100vw;
        border-radius: 12px;
    }

    .circle-left .circle-mobile{
        display: none;
        position: absolute;
        width: 100vw;
        height: 100vw;
        background-color: #E2E9F8;
        border-radius: 50%;
    }

    .img-2-box{
        overflow: hidden;
        margin-top:45px;
        height: calc(100vw + 30px);
    }
    .img-2-box .circle-2{
        position: absolute;
        width: 100vw;
        height: 100vw;
        background-color: #E2E9F8;
        border-radius: 50%;
        margin-top: 26px;
        margin-left: 25px;
    }
    .img-2-box img{
        top: 41px;
        left: -33%;
        width: 160%;
        max-width: 160%;
        position: relative;
    }
    .mobile-margin-top-45{
        margin-top:45px!important;
    }
    .main-3-item{
        text-align: center;
    }
    .main-3-item h3{
        margin-top: 36px;
        margin-bottom: 24px;
    }
    .lockage-background{
        height: 700px!important;
        background-image: url("/wp-content/uploads/2021/12/Frame-2088.png");
        background-position-x: unset!important;
        border-radius: 12px!important;
        max-width: 345px;
        margin-left: auto;
        margin-right: auto;
    }
    .lockage-background .content-4box{
        padding-left: 20px!important;
        padding-right: 20px!important;
    }

    .lockage-background .content-4box h1{
        font-size: 24px!important;
        line-height: 32px!important;
        text-align: center;
    }
    .lockage-background .content-4box p{
        font-size: 18px!important;
        line-height: 28px!important;
        text-align: center;
    }
    .lockage-background .content-4box button{
        width: 100%;
    }

    .logo-footer{
        font-weight: bold;
        font-size: 36px;
        line-height: 44px;
        text-align: center;
    }
    .main-4-box-last{
        margin-bottom: 0!important;
    }

    .footer-description{
        display: none;
    }

    .footer-description-mobile{
        display: block;
        padding: 30px 10px 0 10px;
        margin-bottom: 0;
    }
    .footer-rights{
        margin-top:24px;
        text-align: center;
    }

    .footer_menu h5{
        display: none;
    }
    .footer_menu ul{
        margin-bottom: 0;
    }
    .mobile_hr_menu{
        display: none;
    }

    .footer_menu_item{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer_menu_item a{
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }

    /*.main-2-box{*/
    /*    background: none;*/
    /*}*/

    .hidden-overflow-x {
        overflow-x: unset;
    }

    .h-800 {
        height: fit-content;
    }

    .main-2-box {
        min-height: 1200px;
    }

    .circle-right {
        display: none;
    }

    .telephone-right {
        display: none;
    }

    .mobile-hidden {
        display: none;
    }

    html {
        overflow-x: hidden;
    }

    body {
        overflow-x: hidden;
    }

    .lockage-background {
        height: fit-content;
        background-position-x: 575px;
    }

    .content-4box {
        padding-right: unset;
        padding-left: 12px;
    }

    .content-4box h1 {
        font-size: 36px;
        line-height: unset;
    }

    .main-4-box {
        padding: 0 15px;
    }

    .main-text-block {
        margin-left: 0;
        margin-top: unset;
        padding-left: 20px!important;
    }

    .navbar-header {
        display: none;
    }

    .navbar-inverse {
        float: right !important;
    }

    /* .authenticated {
        position: absolute;
        right: 10px;
        top: 40px;    
    } */

    /*.tph_loggen_in {*/
    /*    display: none !important;*/
    /*}*/

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
        background-color: black!important;
    }
}

@media only screen and (max-width: 995px) and (min-width:770px) {
    .main-text-block{
        margin-top: 0px;
    }
}
@media only screen and (max-width: 990px) {
    .mtop-20-m{
        margin-top: 20px;
    }
}

/********main page 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;
    display: block;
    width: 100%;
    height: 40px;
    font-size: 18px;
    border-radius: 7px;
    margin-bottom: 20px;
}

.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: #034854;
}

#notificationBell {
    color: #171f30;
}

.menuBoxOpen {
    position: absolute;
    background: rgb(102 102 102 / 78%);
    padding: 7px 14px;
    margin-left: -11px;
    display: block;
    width: auto;
    background: #fff;
    border-radius: 3px 3px 3px 3px;
    z-index: 10;
    box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 32%);
}

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

.menuBoxOpen a:hover {
    color: #034854;
}

.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;
    }
} */

/*
***************************** Legal-documents
*/

.sticky-legal-menu{
    display: flex;
    list-style: none;
    flex-direction: row;
    justify-content: space-between;
    background-color: #171F30;
    border-radius: 8px;
    padding:0 25px;
    /*position: sticky;*/

}

.sticky-legal-menu li a{
    display: flex;
    height: 64px;
    align-items: center;
    justify-content: center;
    color: #96A2BB;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.sticky-legal-menu li a:hover{
    text-decoration: none;
    color: #597CFF;
}
.sticky-legal-menu li a.legal-active{
    color: #597CFF;
}

.sticky-legal-menu-box{
    position: sticky;
    top: 10px;
    z-index: 2;
}

@media (max-width: 620px) {
    .sticky-legal-menu{
        flex-direction: column;
        margin: 0;
        width: 100%;
    }
}

.textsize19 h1{
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    margin-top:45px;
    margin-bottom: 45px;
}
.textsize19 li, .textsize19 p, .textsize19 ol{
    margin-bottom: 24px;
}

.textsize19 li::marker{
    color: #3861FB;
}

/*
***************************** Legal-documents end
*/

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
  }

  .otgs-development-site-front-end{
    display: none;
  }

  li .wpml-ls-legacy-dropdown{
    width: 40px!important;
  }

  li .wpml-ls-legacy-dropdown a{
    border:none;
    padding: 5px 10px;
  }

  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
    display: none;
  }

  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
    padding-right: 10px;
  }


#primary > #main > .container > .content > section.fullsize > .row > .col-sm-2 > ul{
    padding-left: 30px;
}
#fixed_header .left_link .white_button {
    border-color: #d43030 !important;
    color: #d43030 !important;
  
}
.home_slider_2023062801 .inner .text_box h1 span {
    color: #d43030 !important;
}
.twenty_credit_bonus_banner_20221205 .inner .text_box p.banner_title:first-of-type {
    color: #d43030 !important;
}

.page_banner_content .orange h2 {
    color: #272727 !important;
}

.page_banner_content .orange h1 {
    color: #d43030 !important;
}

.home_slider_2023062801 .inner .text_box h1 {
    color: #383939;
    margin-bottom: 20px;
}

.home_slider_2023062801 .inner .text_box p {
   
   color: #272727 !important;
    
}
 
.home_slider_content ul li .home_slider_box h1 {
   
     color: #272727 !important;
 
}
.header_top_bar .inner {
   
    padding: 0px;
}
.left_link {
    margin-left: -15px;
}
.banner_bottom {
    background: #383939!important;
}


.relative{
    position: relative;
}
.flag-box{
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    pointer-events: none;
}
.flag-img{
    width: 26px;
    height: 16px;
}
