/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{font-weight: 600}*/

ul.sidebar-nav,ul.sidebar-nav-addon {
    list-style-type: none;
}
ul.sidebar-nav li, .sidebar-nav-addon li {
    list-style: inside;
    list-style: none;
}
img{
    max-width: 100%;
}
a.btn {
    white-space: normal;
}

.learn-more a{color:#ffffff}

/* My Profile Dropdown CSS*/
.dropbtn {background-color: #3a608e;color: #ffffff;padding: 12px;font-size: 16px;border: none;cursor: pointer;border-radius: 3px;}  
.dropbtn:hover, .dropbtn:focus {background-color: #536b88;}  
.logout {position: relative;display: inline-block;padding: 1.15rem 1.5rem;}  
.dropdown-content {display: none;position: absolute;background-color: #f1f1f1;min-width: 133px;overflow: auto;box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);z-index: 1;}  
.dropdown-content a {color: black;padding: 12px 16px;text-decoration: none;display: block;}  
.dropbtn span{  margin-left: 10px;vertical-align: top;line-height: 14px;}
.logout a:hover {background-color: #ddd;}
.show{display: block;}
.logout button:focus {
    outline: none;
}
/* Dropdown CSS ENds here*/

.tmp_form_section h4{font-weight: normal;}
.tmp_form_section .login_sec1{margin-top: 40px;}

.membership-content {
    /*padding: 1.5rem 1.5rem .75rem;*/
    flex: 1;
    width: 100%;
    max-width: 100vw;
    direction: ltr
}

.sidebar-nav li,.sidebar-nav-addon li{
    position: relative;
    flex:1 1 100%;
}
.sidebar-nav li a,.sidebar-nav-addon li a {
    width: 100%;
}
.sidebar-nav li i.fa, .sidebar-nav-addon li i.fa {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #3a608e;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 14px;
    cursor: pointer;
    color: #fff;
}

.sidebar-nav li i.fa:hover,.sidebar-nav-addon li i.fa:hover {background: #536b88;}
.tmp_form_section div#error_message ,.account_form div#error_message {
    max-width: 600px;
    margin: 0 auto 10px;
    border-radius: 4px;
    border-left: 4px solid rgb(215, 45, 54);
    background: rgb(253, 235, 223);
    padding: 10px;
    color: #000;
    display: none;
}
                    /*Banner Area starts*/
._banner_area {width: 100%;position: relative;text-align: center;}
#banner_content{color:#fff;top:50%;left:50%;transform:translate(-50%,-50%);position: absolute;font-size: 50px;}
._banner_area img {width: 100%;object-fit: cover;}
                    /*Banner Area Ends*/
                    /*Logo Area starts*/
.active_logo {width: 100%;position: absolute;top: 0;max-width: 250px;padding: 15px;margin: 0 auto;}
.inactive_logo{width: 100%;top: 0;height: 250px;max-width: 250px;padding: 15px;margin: 0 auto;text-align: center;margin-top: 15px;}
.inactive_logo img{height: 100%;object-fit: cover;width: 100%;}
                    /*Logo Area Ends*/
/*.hamburger, .hamburger:after, .hamburger:before {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 24px;
    background: #ffffff;
    display: block;
    content: "";
    transition: background .1s ease-in-out, color .1s ease-in-out
}*/

.acc_form{z-index: 9;top: 32%;left: 15px;color: #999;font-size: 24px;position: absolute;}
.hamburger {
    position: relative;
    color: #ffffff;
}

.hamburger:before {
    /*top: -7.5px;*/
    width: 24px;
    position: absolute;
    top: 4.5px;
    left: 5px;
}

.hamburger:after {
    bottom: -7.5px;
    width: 16px;
    position: absolute
}

/* sidebar css */
.membership-wrapper .navbar-expand .navbar-nav li {
    list-style: none;
}
.sidebar-toggle:hover .hamburger, .sidebar-toggle:hover .hamburger:after, .sidebar-toggle:hover .hamburger:before {
   /* background: #3b7ddd*/
}

.sidebar {
    min-width: 260px;
    max-width: 260px;
    direction: ltr
}

.sidebar, .sidebar-content {
    transition: margin-left .35s ease-in-out, left .35s ease-in-out, margin-right .35s ease-in-out, right .35s ease-in-out;
    background: #222e3c
}

.sidebar-content {
    display: flex;
    height: 100vh;
    flex-direction: column
}

.sidebar-nav,.sidebar-nav-addon {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.sidebar-item ul,.sidebar-item ol {
    display: none;
}
.sidebar-link, a.sidebar-link {
    display: block;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    cursor: pointer;
   /* color: rgba(233, 236, 239, .5);*/
    color:#ffffff;
    background: #222e3c;
    border-left: 6px solid transparent;
    padding: .625rem 1.625rem;
}

.sidebar-link:focus {
    outline: 0
}

.sidebar-link:hover {
    background: #222e3c;
    border-left-color: transparent
}

.sidebar-link:hover, .sidebar-link:hover i, .sidebar-link:hover svg {
    color: rgba(233, 236, 239, .75)
}

.sidebar-item.active .sidebar-link:hover, .sidebar-item.active>.sidebar-link {
    color: #e9ecef;
    background: linear-gradient(90deg, rgba(59, 125, 221, .1), rgba(59, 125, 221, .0875) 50%, transparent);
    border-left-color: #3b7ddd
}

.sidebar-item.active .sidebar-link:hover i, .sidebar-item.active .sidebar-link:hover svg, .sidebar-item.active>.sidebar-link i, .sidebar-item.active>.sidebar-link svg {
    color: #e9ecef
}

.sidebar-dropdown .sidebar-link {
    padding: .625rem 1.5rem .625rem 3.25rem;
    font-weight: 400;
    font-size: 90%;
    border-left: 0;
    color: #adb5bd;
    background: transparent
}

.sidebar-dropdown .sidebar-link:before {
    content: "→";
    display: inline-block;
    position: relative;
    left: -14px;
    transition: all .1s ease;
    transform: translateX(0)
}

.sidebar-dropdown .sidebar-item .sidebar-link:hover {
    font-weight: 400;
    border-left: 0;
    color: #e9ecef;
    background: transparent
}

.sidebar-dropdown .sidebar-item .sidebar-link:hover:hover:before {
    transform: translateX(4px)
}

.sidebar-dropdown .sidebar-item.active .sidebar-link {
    font-weight: 400;
    border-left: 0;
    color: #518be1;
    background: transparent
}

.sidebar [data-toggle=collapse] {
    position: relative
}


.sidebar-brand {
    font-weight: 600;
    font-size: 1.15rem;
    padding: 1.15rem 1.5rem;
    display: block;
    color: #f8f9fa
}

.sidebar-brand:hover {
    text-decoration: none;
    color: #f8f9fa
}

.sidebar-brand:focus {
    outline: 0
}

.sidebar-toggle {
    cursor: pointer;
    width: 26px;
    height: 26px
}

.sidebar.collapsed {
    margin-left: -260px
}

.sidebar {
    min-width: 260px;
    max-width: 260px;
    direction: ltr;
    overflow: auto;
}

.sidebar, .sidebar-content {
    transition: margin-left .35s ease-in-out, left .35s ease-in-out, margin-right .35s ease-in-out, right .35s ease-in-out;
    background: #222e3c
}

.sidebar-content {
    display: flex;
    height: 100vh;
    flex-direction: column
}

.sidebar-link:focus {
    outline: 0
}

.sidebar-link:hover {
    background: #222e3c;
    border-left-color: transparent
}

.sidebar-link:hover, .sidebar-link:hover i, .sidebar-link:hover svg {
    color: rgba(233, 236, 239, .75)
}

.sidebar-item.active .sidebar-link:hover, .sidebar-item.active>.sidebar-link {
  /*   color: #e9ecef; */
    color: #ffffff;
    background: linear-gradient(90deg, rgba(59, 125, 221, .1), rgba(59, 125, 221, .0875) 50%, transparent);
    /*border-left-color: #3b7ddd;*/
    border-left-color: #3a608e;
    font-weight: 600;
    font-size: 16px;
}

.sidebar-item.active .sidebar-link:hover i, .sidebar-item.active .sidebar-link:hover svg, .sidebar-item.active>.sidebar-link i, .sidebar-item.active>.sidebar-link svg {
    color: #e9ecef
}

.sidebar-dropdown .sidebar-link {
    padding: .625rem 1.5rem .625rem 3.25rem;
    font-weight: 400;
    font-size: 90%;
    border-left: 0;
    color: #adb5bd;
    background: transparent
}

.sidebar-dropdown .sidebar-link:before {
    content: "→";
    display: inline-block;
    position: relative;
    left: -14px;
    transition: all .1s ease;
    transform: translateX(0)
}

.sidebar-dropdown .sidebar-item .sidebar-link:hover {
    font-weight: 400;
    border-left: 0;
    color: #e9ecef;
    background: transparent
}

.sidebar-dropdown .sidebar-item .sidebar-link:hover:hover:before {
    transform: translateX(4px)
}

.sidebar-dropdown .sidebar-item.active .sidebar-link {
    font-weight: 600;
    border-left: 0;
    color: #fff;
    background: transparent
}
.sidebar-toggle {
    cursor: pointer;
    width: 26px;
    height: 26px;
    display: flex!important;
    margin-right: 1rem
}

.sidebar.collapsed {
    margin-left: -260px
}

.sidebar-header {
    background: transparent;
    padding: 1.5rem 1.5rem;
    font-size: 1.3rem;
    color: #ced4da
}

.sidebar-badge {
    position: absolute;
    right: 15px;
    top: 14px;
    z-index: 1
}

.sidebar-cta-content {
    padding: 1.5rem;
    margin: 1.75rem;
    border-radius: .3rem;
    background: #2b3947;
    color: #e9ecef
}

/* sidebar close */

.hamburger-right, .hamburger-right:after, .hamburger-right:before {
    right: 0
}

a.list-group-item {
    text-decoration: none
}

.main {
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 100vh;
    transition: margin-left .35s ease-in-out, left .35s ease-in-out, margin-right .35s ease-in-out, right .35s ease-in-out;
    background: #fff;
    flex-direction: column;
    overflow: hidden;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
}

.navbar {
    position: relative;
    padding: .875rem 1.375rem;
}

.align-self-center {
    align-self: center!important;
}

.nav-flag, .nav-icon {
    padding: .1rem .8rem;
    display: block;
    font-size: 1.5rem;
    color: #6c757d;
    /* transition: background .1s ease-in-out, color .1s ease-in-out; */
    line-height: 1.4;
}

.navbar-align {
    margin-left: auto;
}

.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-nav {
    direction: ltr;
}

.navbar .avatar {
    margin-top: -15px;
    margin-bottom: -15px
}

.navbar {
    display: flex;
    align-items: center;
}

.navbar-bg {
    background: #222e3c;
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-bottom:0px;
    position: absolute;
    left: 0;
    width: 69px;
    z-index: 9;
}
.logout button.btn {
    background-color: #4a77af;
    color: #fff;
    transition: all .3s ease-in-out;
}
.logout button.btn:hover {
    background-color: #222e3c;
}
@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .navbar .avatar {
        max-height: 47px
    }
}

@media (max-width:575.98px) {
    .navbar.navbar-expand {
        padding: 7px;
        width: 38px;
    }
    .nav-icon {
        padding: .1rem .75rem
    }
    .dropdown, .dropleft, .dropright, .dropup {
        position: inherit
    }
    .navbar-expand .navbar-nav .dropdown-menu-lg {
        min-width: 100%
    }
    .nav-item .nav-link:after {
        display: none
    }
}

.nav-flag img {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    object-fit: cover
}

.navbar input {
    direction: ltr
}

body {
    overflow-y: scroll;
    opacity: 1!important
}

@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    html {
        overflow-x: hidden
    }
}

@media (min-width:1px) and (max-width:991.98px) {
    .sidebar {
        margin-left: -260px
    }
    .sidebar.collapsed {
        margin-left: 0
    }
}

b, strong {
    font-weight: 600
}

pre.snippet {
    white-space: pre-wrap;
    word-wrap: break-word;
    text-align: justify
}

a {
    cursor: pointer
}

.membership-wrapper {
    align-items: stretch;
    display: flex;
    width: 100%;
   /* background: #222e3c;
    margin-top:-5px;*/
}

.cursor-grab {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab
}

.cursor-pointer {
    cursor: pointer
}

.overflow-scroll {
    overflow: scroll
}

.overflow-hidden {
    overflow: hidden
}

.overflow-auto {
    overflow: auto
}

.overflow-visible {
    overflow: visible
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    overflow: hidden;
    width: auto!important;
    height: auto!important;
    z-index: 0
}

.simplebar-mask, .simplebar-offset {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.simplebar-offset {
    direction: inherit!important;
    box-sizing: inherit!important;
    resize: none!important;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box!important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0
}

.simplebar-content:after, .simplebar-content:before {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit!important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    z-index: -1
}

.simplebar-height-auto-observer, .simplebar-track {
    position: absolute;
    overflow: hidden;
    pointer-events: none
}

.simplebar-track {
    z-index: 1;
    right: 0;
    bottom: 0
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-scrollbar:before {
    background: #fff
}

.simplebar-content {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding-bottom: 0!important
}

[data-simplebar] {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 260px
}

@media screen and (max-width:1200px){
.membership-wrapper.wrap-main,.membership-wrapper.banner {
    width: 100% !important;
}
}



._banner_area a {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 20%;
    left: 2%;
}
