/*-------Typography-------*/
body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #454545;
    background-color: #fff;
    padding: 0;
}
.popover,
.btn{
    font-size: 16px;
}

.podium-action-bar {
    position: absolute;
    bottom: 0px;
    right: 10px;
}

a {
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}
.active a {
    font-weight: 700;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus {
    outline:none;
    outline-offset: 0;
    text-decoration:none;
    background: transparent;
}

/*-------Navigation-section-------*/
.navbar-toggle .icon-bar {
    background-color:#fff;
    color:#fff;
}
.navbar-fixed-top {
    /*background-color:rgba(0, 0, 0, 0.30);*/
    background-color: white;
}

.navbar-fixed-top.main-nav{
    background-color:rgba(0, 0, 0, 0.75);
}

.navbar-nav li a{

}
.navbar-nav li a {

    color:#415562;
    line-height: 70px;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 3px solid transparent;
    padding-top:4px;
}

.navbar-nav li a:hover,
.navbar-nav li a:active {
    color: #0EB1F2;
    border-bottom: 3px solid #0EB1F2;
    cursor: pointer;
}

.active a {
    color: #0EB1F2;
}

.navbar-brand {
    height:80px;
    padding: 5px 15px;
}
.navbar-brand img {

    max-height: 100%;
}
/*.nav>li:hover>a,*/
.navbar  .open>a, .navbar  .open>a:focus, .navbar  .open>a:hover {
    background-color: transparent;
    border: none;
    color: #0EB1F2;
}
.navbar  .dropdown-menu {
    position: absolute;
    background-color: #415562;
}
.navbar  .dropdown-menu>li>a:focus, .nav .dropdown-menu>li>a:hover {
    color: #0EB1F2;
}
.navbar .bootstrap-select .btn-default{
    background: transparent;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-top: 12px;
    border: none;
    min-width: 140px;
}
.navbar .btn-group.open .dropdown-toggle,
.navbar .btn.active,
.navbar .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar .open>.dropdown-toggle.btn-default,
.navbar .dropdown-toggle.btn-default:focus,
.navbar .dropdown-toggle.btn-default:hover {
    color: #0EB1F2;
    background-color: transparent;
    border-color: transparent;
}
.navbar .bootstrap-select .btn:active,
.navbar .bootstrap-select .btn:focus {
    outline: none!important;
}
.navbar .dropdown-menu>li>a:focus,
.navbar .dropdown-menu>li>a:hover {
    color: #0EB1F2;
    background-color: transparent;
}
.navbar  .dropdown-menu,
.navbar .bootstrap-select.btn-group .dropdown-menu {
    top: 73px;
    border-radius: 0;
    padding: 0;
}
.navbar  .dropdown-menu>li>a {
    color: #fff;

    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 28px;
}
.navbar  .bootstrap-select.btn-group .btn .filter-option {
    width: auto;
}
.eh_input_btn_in_nav_box .logout {
    position: relative;
    display: block;
    padding: 10px 15px;

    color:#415562;
    line-height: 28px;
    font-weight: bold;
}
.eh_input_btn_in_nav_box .logout:hover {
    color: #0EB1F2;
    border-bottom: 3px solid #0EB1F2;
    cursor: pointer;
}
.navbar .dropdown-menu .btn-link {
    border-top: 3px solid transparent;
    font-weight: 700;
    color: #fff;
    text-transform:uppercase;
    font-size: 12px;
    padding-left: 19px;
    border-bottom: 3px solid transparent;
}
.navbar .dropdown-menu .btn-link:hover{
    color: #0eb1f2;
    border-bottom: 3px solid #0EB1F2;
    text-decoration: none;
}
.navbar .dropdown-menu .btn-link:focus{
    color: #0eb1f2;
    border-bottom: 3px solid #0EB1F2;
    text-decoration: none;
    outline:none;
}

@media screen and (max-width: 768px) {
    .navbar-fixed-top {
        background-color: rgba(62, 62, 62, 1);
    }
    .bs-wizard-container {
        padding: 0 32px;
    }
    .bs-wizard-prev {
        left: 12px;
    }
    .bs-wizard-next {
        right: 12px;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
        max-height: 100%;
    }
    #main-menu{
        background-color: rgba(0, 114, 188, 0.70);
    }
    .navbar-nav li a{
        line-height: 60px;

    }
    .navbar-nav > li > a,
    .navbar-nav .open .dropdown-menu > li > a{
        color: #fff;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:active,
    .navbar-nav .open .dropdown-menu > li > a:focus{
        color: #415562;
    }
    .navbar .open>a, .navbar .open>a:focus,
    .navbar .open>a:hover,
    .navbar-toggle,
    .navbar-nav li a:hover{
        color: #415562;
        border-bottom: 3px solid #fff;
        /*border-bottom: 3px solid #0EB1F2;*/
    }
    .navbar-toggle{
        margin-top: 20px;
    }
    .eh_input_btn_in_nav_box .logout{
        color:#fff;
        border-bottom: 3px solid #fff;
    }
    .eh_input_btn_in_nav_box .logout:hover {
        color: #fff;
        border-bottom: 3px solid #fff;
        cursor: pointer;
    }

    .navbar .dropdown-menu .btn-link {
        display: block;
        padding-left: 24px;
        font-weight: 700;
        width: 100%;
        max-width: 100%;
        text-align: left;
    }
    .navbar .dropdown-menu .btn-link:hover{
        color: #415562;
        border-bottom: 3px solid #fff;
        text-decoration: none;
    }
    .eh_footer.new-design .dots-footer img {
        position: absolute;
        top: -31px;
        left: -169px;
        height: 364px;
    }

}

@media screen and (max-width: 500px) {
    .schedule-tab ul li a {
        font-size: 12px;
        font-weight: 300;
        padding: 6px 15px;
    }
    .bs-wizard-container {
        padding: 0 8px;
    }
    .bs-wizard-move {
        display: none;
    }
    .bs-wizard {
        text-align: center;
        display: block;
    }
    .bs-wizard-step {
        display: inline-block;
        width: 12%;
        float: none;
    }
    .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
        background-color: transparent;
    }
    .progress {
        background-color: transparent;
    }
    .modal-content {
        border-radius: 0;
        min-width: 0;
    }
    .navbar-nav > li > a{
        color: #fff;
        line-height: 50px;
    }
    .navbar-nav .open .dropdown-menu > li > a{
        line-height: 28px;
        font-size: 12px;
    }
    .eh_input_btn_in_nav_box .logout{
        color:#fff;
        border-bottom: 3px solid #fff;
    }
    .eh_input_btn_in_nav_box .logout:hover {
        color: #fff;
        border-bottom: 3px solid #fff;
        cursor: pointer;
    }
}


@media screen and (max-width: 768px){
    #navigation .navbar-fixed-top {
        background: white;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .275);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .275);
    }
}
/*.navbar-nav > li > a{*/
/*color: #fff;*/
/*line-height: 50px;*/
/*}*/
.navbar-nav .open .dropdown-menu > li > a{
    line-height: 28px;
    font-size: 12px;
}
.eh_input_btn_in_nav_box .logout{
    color:#fff;
    border-bottom: 3px solid #fff;
}
.eh_input_btn_in_nav_box .logout:hover {
    color:#fff;
    border-bottom: 3px solid #fff;
    cursor: pointer;
}

/*-------Navigation-section-------*/
/*.navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-fixed-top {
    /*background-color:rgba(0, 0, 0, 0.30);*/
/*   background-color:#fff;
}

.navbar-fixed-top.main-nav{
   background-color:rgba(0, 0, 0, 0.75);
}

.navbar-nav li a {
   text-transform:uppercase;
   color:#fff;
   line-height:28px;
}

.navbar-nav li a:hover {
   color: #0EB1F2;
}

.active a {
   color: #0EB1F2;
}

.navbar-brand {
   height:60px;
}
.navbar-brand img {
   height: 30px;
   max-height: 100%;
}
/*.nav>li:hover>a,*/
/*
.navbar  .open>a, .navbar  .open>a:focus, .navbar  .open>a:hover {
    background-color: transparent;
    border: none;
    color: #0EB1F2;
}
.navbar  .dropdown-menu {
    position: absolute;
    background-color: #415562;
}
.navbar  .dropdown-menu>li>a:focus, .nav .dropdown-menu>li>a:hover {
    color: #0EB1F2;
}
.navbar .bootstrap-select .btn-default{
    background: transparent;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-top: 12px;
    border: none;
    min-width: 140px;
}
.navbar .btn-group.open .dropdown-toggle,
.navbar .btn.active,
.navbar .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar .open>.dropdown-toggle.btn-default,
.navbar .dropdown-toggle.btn-default:focus,
.navbar .dropdown-toggle.btn-default:hover {
    color: #0EB1F2;
    background-color: transparent;
    border-color: transparent;
}
.navbar .bootstrap-select .btn:active,
.navbar .bootstrap-select .btn:focus {
    outline: none!important;
}
.navbar .dropdown-menu>li>a:focus,
.navbar .dropdown-menu>li>a:hover {
    color: #0EB1F2;
    background-color: transparent;
}
.navbar  .dropdown-menu,
.navbar .bootstrap-select.btn-group .dropdown-menu {
    top: 58px;
    border-radius: 0;
}
.navbar  .dropdown-menu>li>a {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 12px;
}
.navbar  .bootstrap-select.btn-group .btn .filter-option {
    width: auto;
}
.eh_input_btn_in_nav_box .logout {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #fff;
    line-height: 28px;
}
.eh_input_btn_in_nav_box .logout:hover {
    color: #0EB1F2;
}


/*-------Top Slider-------*/
.eh_top_slider {
    padding: 130px 0;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 114, 188, 0.70);
}
.eh_clear_top_slider {
    padding: 54px 0 0px 0;
}
.eh_top_slider_title {
    font-size: 32px;
    font-weight: 800;
}

/*-------Schedule Section-------*/
.schedule-tab h1{
    text-align: center;
    font-weight:700;
    margin-top:0;
    margin-bottom:40px;
}

.schedule-tab .seasons{
    background-color:#f6f6f6;
    padding:30px 40px 0;
    min-height:380px;
    margin-bottom:25px;
}

.schedule-tab ul {
    margin-top: 38px;
    margin-bottom: 0;
    border:2px solid #fff;
    display:inline-block;
    border-radius:4px;
}

.schedule-tab ul li{
    padding:0;
    border-right:2px solid #fff;
    float:left;
}

.schedule-tab ul li:last-child{
    border-right:0;
}

.schedule-tab ul li a{
    font-size:16px;
    font-weight:500;
    color:#fff;
    background-color:transparent;
    padding:6px 30px;
    display:block;
}

.schedule-tab ul li.active a{
    color: #0072bc;
    background-color:#fff;
}


/*-------Countdown-------*/
.eh_countdown_box {
    text-align: center;
    max-width: 1134px;
    margin: -65px auto 70px auto;
    position: relative;
}
.countdown {
    display: inline-block;
    background-color:#fff;
    padding:15px;
    color:#979797;
    box-shadow:0 1px 2px 1px #efefef;
    -webkit-box-shadow:0 1px 2px 1px #efefef;
    border-radius:5px;
    background-repeat:no-repeat;
    z-index:11;
}
.countdown p {
    margin-bottom:0;
}
.countdown li {
    padding:15px 16px;
    border-right:1px solid #f0f0f0;
}
.countdown li:last-child {
    border-right:0;
}
.logocup {
    width: 47px;
    display: inline-block;
    vertical-align: middle;
}
.logocup img {
    width: 100%;
    max-width: 100%;
}

/*Middle Content Section*/
.middle-content {
    padding: 0 0 70px 0;
}
.eh_only_middle-content {
    padding-top: 25px;
}
.eh_only_middle-content p {
    padding-bottom: 16px;
}
.middle-content p {
    color: rgb(112, 112, 112);
}
.eh_subtitle {
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 36px;
//text-transform: capitalize;
    color: rgb(0, 114, 188);
}

.eh_list_group .list-group-item:first-child {
    border-top: none;
}
.eh_list_group .list-group-item {
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.eh_list_group .list-group-item:hover {
    color: rgb(0, 114, 188);
}

/*Buttons*/
.eh_btn_label {
    display: inline-block;
    margin-right: 15px;
}
.eh_button,
.fc-button {
    border:0;
    color:#fff;
    background-color:#0072bc;
    border-color: rgb(0, 114, 188);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;

    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing:0;
    box-shadow:none;
    z-index:1;

    background-image: none;
    text-shadow: none;
}
.eh_button_first_size {
    padding: 11px 20px;
}

.eh_button:before,
.eh_button:after,
.fc-button:before,
.fc-button:after {
    position:absolute;
    content:"";
    height:100%;
    width:0;
    border-radius:4px;
    z-index:-1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-top: 2px solid rgb(0, 114, 188);
}

.eh_button:before,
.fc-button:before {
    left:0;
    top:0;
    border-top:2px solid #0072bc;
    color: #0072bc;
}

.eh_button:after,
.fc-button:after {
    right:0;
    bottom:0;
    border-bottom:2px solid #0072bc;
}
.eh_button:hover:before,
.eh_button:hover:after,
    /*.fc-button:hover:before,*/
.fc-button:not([disabled]):hover:before,
    /*.fc-button:hover:after,*/
.fc-button:not([disabled]):hover:after {
    background-color: rgba(0, 114, 188, 0.70);
    width:100%;
}
.eh_button:hover:before,
    /*.fc-button:hover:before,*/
.fc-button:not([disabled]):hover:before {
    left:0;
}
.eh_button:hover:after,
.fc-button:not([disabled]):hover:after {
    right:0;
}

.eh_button:hover,
    /*.eh_button:focus,*/
    /*.fc-button:hover,*/
.fc-button:not([disabled]):hover
    /*.fc-button:focus,*/
    /*.fc-button:not([disabled]):focus */
{
    background-color:transparent;
    /*box-shadow: 0 0 0 1px #0072bc;*/
    outline:none;
}
.fc-button:focus,
.fc-button:focus:hover {
    outline:none;
    background-color: #0072bc;
}
.eh_btn_first_type {
    background-color: transparent;
    color: #0072bc;
    border: 2px solid #0072bc;
}
.eh_btn_first_type:hover {
    border: 2px solid #0072bc;
}
.eh_btn_first_type:hover:before, .eh_btn_first_type:hover:after {
    border-radius: 0;
}

/*Mood Tracker*/
.parallax-section {
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    min-height: 437px;
    color: rgb(255, 255, 255);
    position: relative;
    background-position: 50% 0;
    background-repeat: no-repeat;
}
.eh_only_parallax-section {
    min-height: 90.4vh;
}
.eh_clear_top_slider + .eh_only_parallax-section {
    min-height: 72.7vh;
}
.eh_mood_tracker {
    padding: 80px 0 120px 0;
    color: white;
}
.eh_forum_container {
    padding: 80px 0 120px 0;
    color: #3a3737;
}
.eh_mood_tracker a {
    color: white;
}
.eh_forum_container a{
    color: #0067b1;
}
.eh_mood_tracker a:hover {
    color: #a5fffd;
}
.eh_subtitle_type_2 {
    color: inherit;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 36px;
}
.overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 114, 188, 0.70);
}
.eh_mood_tracker .container,
.eh_forum_container .container {
    position: relative;
    z-index: 10;
}
.eh_mood_chart {
    background-color: #f6f6f6;
    padding: 30px;
    color: #6a6a6a;
}
.eh_mood_chart img {
    width: 100%;
    max-width: 100%;
}

/*Modal:*/
.modal-content {
    border-radius: 0;
    min-width: 420px;
}
.modal .table {
    border-collapse: collapse;
}
.modal .table>tbody>tr>td {
    border: 1px solid black;
    padding: 5px;
    min-width: 50px;
    height: 20px;
    text-align: center;
}
.modal .table.eh_big_rows>tbody>tr>td {
    height: 40px;
}
.modal .table>tbody>tr>td.eh_empty_row {
    border-left: none;
    border-right: none;
}
.modal {
    color: #333333;
}
.modal p {
    padding-bottom: 16px;
}
.modal ul {
    list-style-type: circle;
    padding-left: 20px;
}
.modal ul li {
    padding-bottom: 16px;
}

/*Footer*/
html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
.eh_content_wrapper {
    flex: 1 0 auto;
}
.eh_footer {
    background-color: #131316;
    color: #fff;
    padding: 18px 0 20px;
    font-weight: 300;
}
.eh_footer a {
    color: #0072bc;
}

/*Platform Home Page*/
.eh_member_container ul li {
    width: 120px;
}
.eh_member {
    width: 100%;
}
.eh_member img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.eh_member_container .countdown li {
    border-right: none;
}
.eh_top_slider_text_box {
    text-align: left;
    padding-top: 26px;
}
.eh_top_slider_text_box p {
    font-size: 16px;
    line-height: 1.6;
}

.eh_members_table_container {

}
.eh_members_table_box {

}
.eh_members_table_unit {
    display: inline-block;
    width: 100%;
}
.eh_mtu_img_box {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
}
.eh_mtu_img_box img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: inline-block;
}
.eh_mtu_description {
    width: 58%;
    vertical-align: middle;
    display: inline-block;
}
.eh_mtu_description_list {
    display: inline-block;
    list-style: disc;
    list-style-position: outside;
    padding: 0 0 0 27px;
}
.eh_members_main_table_box {
    padding: 26px;
}
.eh_members_selected_table_box {
    background-color: white;
}
.eh_members_selected_table_box a {
    color: #337ab7;
}
.eh_members_selected_table_box a:hover {
    color: #23527c;
}
.eh_members_selected_table_box .eh_members_table_unit {
    padding-top: 12px;
}
.eh_members_selected_table_box .eh_members_table_unit:first-child {
    padding-top: 0;
}
.schedule-tab + .eh_top_slider_title {
    padding-top: 46px;
}
.eh_subtitle_type_3 {
    color: inherit;
    font-weight: 700;
    font-size: 26px;
    text-transform: capitalize;
}

/*Content Page*/
.bs-wizard {
    margin-top: 40px;
}

.eh_custom_list {
    counter-reset: counter;
    padding-top: 26px;

}
.eh_custom_list li {
    position: relative;
    padding: 0 0 26px 32px;
}
.eh_custom_list li:before {
    content: counter(counter)'.';
    counter-increment: counter;
    color: rgb(0, 114, 188);
    font-weight: 700;
    font-size: 32px;
    text-transform: capitalize;
    display: inline-block;
    padding-right: 10px;
    position: absolute;
    left: -12px;
    line-height: 1;
    top: -7px;
    vertical-align: top;
}
.eh_custom_list .tips-list li{
    padding: 0 0 0 20px;
}
.eh_custom_list .tips-list li:before{
    content: "⦁";
    color: rgb(0, 114, 188);
    top: -7px;
}

/*Form Wizard*/
.bs-wizard-container {
    position: relative;
    margin-bottom: 36px;
    padding: 0 25px;
}
.bs-wizard-move {
    position: absolute;
    top: 50%;
    font-size: 36px;
    color: #4c9cd0;
    line-height: 1;
    margin-top: -32px;
}
.bs-wizard-prev {
    left: 0;
}
.bs-wizard-next {
    right: 0;
}
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
    display: flex;
}
.bs-wizard-step {

}
.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
    flex-grow: 1;
}

.bs-wizard > .bs-wizard-step + .bs-wizard-step {

}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 12px;
    padding: 0 5px;
}
.bs-wizard > .bs-wizard-step.active .bs-wizard-info {
    color: #23527c;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background-color: #9dd8ff;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot:after,
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:hover:after {
    background-color: #23527c;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background-color: #4c9cd0;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
    opacity: 1;
}

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0;
    box-shadow: none;
    background-color: #9dd8ff;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:hover:after {
    opacity: 1;
    /*background-color: #4c9cd0;*/
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}

/*.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {*/
/*pointer-events: none;*/
/*}*/

/*END Form Wizard*/

/*Form Elements*/
.eh_active_element_box {
    padding: 12px 0 0 0;
}
.eh_check_container:after {
    content: "";
    display: table;
    clear: both;
}
.eh_check_box {
    float: left;
    display: block;
    line-height: 1;
    margin: 0 8px 0 0;
}
.eh_check_text {
    display: inline-block;
    /*display: flex;*/
    padding: 9px 0 0 2px;
    vertical-align: text-bottom;
}
.eh_check_box input[type="checkbox"],
.eh_check_box input[type="radio"] {
    position: absolute;
    cursor: default;
    opacity: 0;
    visibility: hidden;
}
.eh_check_box input[type="checkbox"] + label,
.eh_check_box input[type="radio"] + label {
    display: inline-block;
    height: 40px;
    width: 40px;
    transition: all 0.15s ease-out 0s;
    background-color: #cbd1d8;
    position: relative;
    vertical-align: middle;
}
.eh_check_box input[type="checkbox"] + label:hover,
.eh_check_box input[type="radio"] + label:hover {
    background-color: #9dd8ff;
}


.eh_check_box input[type="checkbox"]{

}

.eh_check_box input[type="checkbox"] + label {

}
.eh_check_box input[type="radio"]{

}

.eh_check_box input[type="radio"] + label {
    border-radius: 50%;
}
.eh_check_box input[type="checkbox"]:checked + label,
.eh_check_box input[type="radio"]:checked + label {
    background-color: #0072bc;
}
.eh_check_box input[type="checkbox"]:checked + label:before,
.eh_check_box input[type="radio"]:checked + label:before {
    color: white;
    height: 40px;
    width: 40px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 26.66667px;
    text-align: center;
    line-height: 40px;
}
.eh_check_box input[type="checkbox"]:checked + label {

}
.eh_check_box input[type="radio"]:checked + label {

}

.modal.large {
    width: 80%; /* respsonsive width */
    margin-left: -40%; /* width/2) */
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #ff706d;
}

/*Goals Page*/
.eh_simple_box_bg {
    padding: 12px 0 0 0;
}
.eh_simple_box_bg b {
    font-weight: bold;
}
.eh_simple_box_bg p {
    padding: 0 0 10px 0;
}
.eh_simple_box_bg ol {
    list-style: decimal;
    padding: 10px 0 20px 26px;
}
/*.eh_simple_box_bg li {*/
/*padding-bottom: 10px;*/
/*}*/
.ticket-types {
    padding-bottom: 25px;
}
.eh_button_big.eh_button {
    padding: 12px 35px;
    font-size: 20px;
    font-weight: 700;
}
.eh_responsive_button_big.eh_button {
    font-weight: 700;
    padding: 12px;
    font-size: 18px;
    height: 50px;
    /*width: 100%;*/
}

.eh_form_box {
    padding-top: 22px;
}
.eh_form_box .form-group {
    margin-bottom: 25px;
}


.eh_form_box .form-control {
    background-color: rgba(255, 255, 255, 0.70);
    border: none;
    height: 50px;
    padding: 6px 20px;
    color: #000;
    box-shadow: none;
    outline: none;
    text-transform: capitalize;
    font-weight: 700;
}
.eh_form_box .form-control:focus {
    background-color: #fff;
    outline: none;
}
.eh_form_box .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #535353;
    font-weight: 400;
}
.eh_form_box .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #535353;
    font-weight: 400;
}
.eh_form_box .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #535353;
    font-weight: 400;
}
.eh_form_box .form-control:-moz-placeholder { /* Firefox 18- */
    color: #535353;
    font-weight: 400;
}

/*Calendar-Info*/
.eh_calendar_info {
    padding-top: 48px;
}
.fc-event, .fc-event-dot {
    background-color: #0076d6;
}
.fc-event {
    border-radius: 0;
}
.fc-toolbar button:focus {
    z-index: auto;
}

/*styles for content quiz pages .quiz-content*/
.quiz-content p{
    margin-bottom: 10px;
}
.quiz-content b,
.quiz-content strong{
    font-weight: bold;
}
.quiz-content .tips-list{
    list-style: inherit;
    padding-left: 40px;
}
.quiz-content .h4_subtitle{
    font-size: 24px;
}
.quiz-content .h5_subtitle{
    font-size: 18px;
}
.quiz-content .tips-list.two-cols,
.modal .tips-list.two-cols{
    -webkit-columns: 200px 2;
    -moz-columns: 200px 2;
    columns: 200px 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.quiz-content .table>tbody>tr>td {
    border: 1px solid black;
    padding: 5px;
    min-width: 50px;
    height: 20px;
    text-align: center;
}

/*Quiz elements styles for Layout*/
.modal .eh_quiz_list {
    padding: 0;
    text-align: left;
    list-style-type: none;
}
.modal .eh_quiz_list_unit {
    padding: 0 0 16px 0;
}
.eh_status_quiz {
    font-size: 24px;
    margin-right: 8px;
    color: #999999;
}
.eh_status_quiz_true {
    color: #337ab7;
}
.eh_text_status_quiz {
    line-height: 24px;
    font-size: 16px;
    vertical-align: text-bottom;
}
/*end Quiz elements styles for Layout*/

.parallax-section .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
    color: #337ab7;
}

.table-hover > tbody > tr:hover {
    color: #3a3737;
}

/*.eh_middle_cont_top_padding {*/
/*padding: 120px 0 70px 0;*/
/*}*/

.eh_subtitle_forum {
    color: white;
    padding-top: 22px;
}
/*-------Top Slider-------*/

.eh_top_slider_bigtitle {
    font-size: 36px;
    font-weight: 400;
}
.ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 50%;
    margin: 0px;
    position: relative;
}

.medal-opacity {
    opacity: 0.5;
}
@media (min-width: 768px){.modal-dialog-medals{
    width: 676px;
    margin: 30px auto;
}}
.podium-post {
    margin-bottom: 5px;
    display: table;
}
.podium-avatar{
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding:0 0 10px 0;

}
.podium-text{
    display: table-cell;
    float: none;
}
.small-trophies li{
    padding: 0px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.popover.podium {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    position: relative !important;
    z-index: auto !important;
    min-height: 218px;
}
.eh_only_middle-content.modules-name-forum p{
    padding-bottom: 0px;
}

.navbar-nav .eh_input_btn_in_nav_box .logout{
    position: relative;
    display: block;
    /*padding: 20px 15px;*/
    padding-top: 28px!important;

    color: #415562;
    line-height: 23px;
    font-weight: bold;
    padding-top:25px;
}

.navbar-nav .eh_input_btn_in_nav_box .logout:hover {
    color: #415562;
    border-bottom: 3px solid #0EB1F2;
    cursor: pointer;
    text-decoration: none;
}
.nav li > form > button.logout {
    padding: 21px 15px;
    border: none;
    line-height: 70px;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 3px solid transparent;
}
.nav li a:hover {
    color: #0EB1F2;
    /* border-bottom: 3px solid #0EB1F2;*/
    cursor: pointer;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.text-footer {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.text-footer a {
    color: white;
}

.text-footer a:hover {
    color: #0072bc;
}
.eh_input_btn_in_nav_box:after {

    display: none;
    position: absolute;
    top: 0;
    white-space: nowrap;
    overflow: inherit;
    color: #0EB1F2;
    border-bottom: 3px solid #0EB1F2;
    font-weight: bold;

    font-size: 14px;
    font-family: inherit;
    padding: 4px 15px;
    line-height: 70px;
    background-color: white;
    z-index: 999;


}
.eh_input_btn_in_nav_box:hover:after {
    display: block;
}
.eh_input_btn_in_nav_box:hover,.btn.btn-link.logout:hover{
    color: #0EB1F2;

    cursor: pointer;
}


.eh_input_btn_in_nav_box .logout.logout_hidden_hover {
    display: none;
}

.eh_input_btn_in_nav_box:hover .logout.logout_hidden_hover {
    position: absolute;
    z-index: 9999;
    display: block;
    top: 0;
    opacity: 0;
}
.text_without_login{
    margin:40px 0 0 0;
    font-size: 24px
}

@media(max-width:570px) {
    .margin-bottom-trophies .list-inline > li{
        margin-bottom: 10px;
    }
}
#modal-logout-message1,#modal-logout-message2 {
    background: rgba(0, 0, 0, 0.91);
}

/*cookies modal styles*/
.cookie-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    padding: 1rem 2rem;
    background: #3b4045;
    color: #fff;
    transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2000;
}
.cookie-box .close{
    position: absolute;
    right: 30px;
    top: 5px;
    font-size: 30px;
    color: #fff;
    opacity: 1;
}
.cookie-box .close:hover{
    opacity: .8;
}
.cookie-box--hide {
    top: -100%;
}

body.cookiewarning {
    padding-bottom: 15em;
}
body div.cookiewarning {
    display: none;
}
body.cookiewarning div.cookiewarning {
    padding: 1em;
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background-color: rgba(0,0,0,.8);
    color: white;
}

body .removecookie {
    display: inline-block;
}

body.cookiewarning .removecookie {
    display: none;
}
body .eh_terms_list {
    list-style: none;
}
.eh_terms_list ol {
    list-style: none;
}
dropdown-menu.flag li  img{
    height: 20px;
}
.nav .flag-toggle img {
    width: 20px;
    /*margin-bottom: -6px;*/
}

.flag-select-box {
    display: flex;
    align-items: center;
    padding: 5px;
}

.flag-select-box img {

}

.flag-select-box a {

}
.dropdown-menu.flag li  a{
    display:inline;
    padding-left: 7px;
    padding-right: 6px;
    line-height: 1.5;
    color: #337ab7;
}
.eh_input_btn_in_nav_box:after {

    display: none;
    position: absolute;
    top: 0;
    white-space: nowrap;
    overflow: inherit;
    color: #0EB1F2;
    border-bottom: 3px solid #0EB1F2;
    font-weight: bold;

    font-size: 14px;
    font-family: inherit;
    padding: 4px 15px;
    line-height: 70px;
    /*background-color: white;*/
    z-index: 999;

    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.78) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.78) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.78) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#94ffffff',GradientType=1 );

}
#quotest-in-forum .quotes-quit-smoking{
    width: 150px;
    height: 114px;
    border: 1px solid rgb(112, 112, 112);
    border-radius: 10px;
    text-align: center;
    margin-left: 60px;
    background-color: #f0f1eb;
}
#quotest-in-forum.quotes-smoking .quotes-quit-smoking{
    /*margin-left: 10px;*/

}

#quotest-in-forum .quotes-quit-smoking  .label-quotes{

    font-size: 20px;
    font-weight: bold;
    padding-bottom: 3px;
    margin: 0;
}
#quotest-in-forum .quotes-quit-smoking  .q1_p2{

    font-size: 20px;
    font-weight: bold;
    color:rgb(0, 114, 188);
    margin: 0;
    padding-bottom: 0;
}
#quotest-in-forum .quotes-quit-smoking  .q2_p_center{
    /*color: rgb(0, 114, 188);*/
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 0;
    margin: 0;
}
#quotest-in-forum .quotes-quit-smoking  p:last-child{
    /*text-align: center;*/
    font-size: 13px;
    font-weight: bold;
    padding-top: 3px;
}

#quotest-in-forum .craving-diary-input{
    margin: auto;
    display: table;

}
#quotest-in-forum .craving-diary-input input{
    width: 350px;
}
#quotest-in-forum .quotes-quit-smoking .color-result{
    color:rgb(0, 114, 188);
    font-size: 14px;
}
#quotest-in-forum blockquote {
    font-size: inherit !important;
    border-left: none;
    background-color: inherit;
    padding: 0 !important;
}
#quotest-in-forum  li{
    list-style-type: none; /* Убираем маркеры */
}
/*.container-center {*/
/*margin: 0;*/
/*background: yellow;*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 50%;*/
/*margin-right: -50%;*/
/*transform: translate(-50%, -50%)*/
/*}*/

.tab-list  p:first-child {
    margin-top: 40px;
}
.quit-meter-profile{
    position: relative;
    right:40px;
}
@media(max-width:992px) {
    .container-center.quit-meter-profile{
        right:0px;
    }
}

@media(max-width:1199px) {
    .quit-meter-profile{
        right:20px;
    }
}
.ql-snow .ql-editor blockquote{
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.podium-content blockquote{
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .container.main-container{
        width: 1200px;
    }

}
@media (max-width: 1024px) {
    .active-module{
        color: rgb(255, 255, 255);
    }
    .active-module:hover{
        color: #337ab7;
    }
    .active-module:active{
        color: #337ab7;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin-top: 20px;
        /*margin-right: 50px;*/
        background-color: rgba(0, 114, 188, 0.70);
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    #main-menu .navbar-nav>li {
        float: none;
        margin-left: 20px;
    }
    .navbar-nav>li:hover {
        /*background-color: firebrick;*/
        color: #76A9D7;
    }
    .nav.navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: none;
        font-size: 18px;
        /*border-bottom: 2px solid slategray;*/
    }
    .nav.navbar-nav li a:hover{
        color: #76A9D7;
    }
    .nav.navbar-nav li:hover a{
        color: #76A9D7;
    }
    .nav.navbar-nav li span:hover{
        color: #76A9D7;
    }

    .nav.navbar-nav .dropdown-menu>li>a:hover {
        border-bottom: none;
        color: #76A9D7;
    }

    .navbar-nav li a:active{
        border-bottom: none;
        color: #76A9D7;
    }
    .navbar-nav li a:focus{
        color: #76A9D7;
    }
    .navbar .open>a, .navbar .open>a:focus{
        border: none;
        color: #76A9D7;
    }
    .navbar .open > a:hover{
        color: #76A9D7;
    }

    .navbar-nav .dropdown.open .dropdown-menu{
        background-color: #84a3bb;
        padding-left: 11px;
    }
    .navbar-nav .dropdown.open .dropdown-menu li a{
        border: none;
        font-size: 18px;
    }
    .dropdown-menu.flag li a{
        color:white;
    }
    /*.dropdown-menu.flag li a:hover{*/
    /*color: red;*/
    /*}*/
    /*.dropdown-menu.flag li:hover{*/
    /*color: white;*/
    /*}*/
    /*.dropdown-menu.flag {*/
    /*color: green;*/
    /*}*/
    #main-menu .dropdown.open .dropdown-menu.flag{
        padding-left: 20px;
    }


    /*#main-menu .dropdown.open .dropdown-menu.flag li div a:hover{*/
    /*color:red;*/
    /*cursor: pointer;*/
    /*}*/
    /*#main-menu .dropdown.open .dropdown-menu.flag li{*/
    /*cursor:pointer;*/
    /*color:red;*/
    /*}*/
    /*#main-menu .dropdown.open .dropdown-menu.flag .flag-select-box:hover{*/
    /*cursor:pointer;*/
    /*color:red;*/
    /*}*/



    .collapse.in{
        display:block !important;
    }
    #main-menu {
        background-color: rgba(0, 114, 188, 0.70);
    }
    .navbar-nav > li > a, .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        border-bottom: 0;
    }
    .nav.navbar-nav li span:hover{

    }
    .navbar-nav li a {
        line-height: 25px;
        padding-left: 0;
        /*margin-left: 15px;*/
    }
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 100%;
    }
    #navigation .navbar-fixed-top {
        background: white;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .275);
        /* box-shadow: 0 6px 12px rgba(0, 0, 0, .275); */
    }
    .eh_input_btn_in_nav_box .logout {
        color: #fff;
        border-bottom: 3px solid #fff;
    }
    .eh_only_middle-content .screen-header-title-mobile {
        display: block !important;
        font-size: 30px;
        color: #0072bc;
        text-align: center;
        margin: 0 auto;
        padding-right: 20px;
        margin-top: 80px;
    }
    .screen-tests-wrapper.eh_only_middle-content .schedule-tab {
        margin: 0 0 2px 0;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown.open .dropdown-menu
    {
        /*overflow-y: scroll !important;*/
        /*max-height: 200px !important;*/
    }

    #navigation .navbar-header .navbar-brand{
        /*float:right;*/
        margin-right: 15px;

    }
    .navbar-toggle{
        float:left;
        position: fixed;
        /*left: 20px;*/
    }
    .nav li > form > button.logout {

        line-height: 23px;
        font-size: 18px;
        padding-left: 16px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    #main-menu .nav li > form > button.logout:hover {
        color: #76A9D7;
        border-bottom: 0;
        line-height: 23px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    #main-menu .nav li > form > button.logout {
        border-bottom: 0;
        padding-left: 4px;
        color: white;
        padding:10px 0 10px 4px;

    }
    .navbar-collapse .collapse in
    {

    }



    /*#navigation #main-menu.navbar-collapse  {*/
    /*!*width:60%;*!*/
    /*}*/

    [data-toggle="dropdown"]:after {
        font-weight: 900;
        content: "\002B";
        float: right;
        margin-right: 20px;
        font-size: 35px;
    }

   /* .open [data-toggle="dropdown"]:after {
        font-weight: 900;
        content: "\002D";
        float: right;
        font-size: 49px;
        margin-right: 20px;
    }*/
    .dropdown-toggle {
        display: flex;
    }
    .dropdown-toggle:after {
        border: none;
    }
    .dropdown-toggle .caret{
        border-top: none;
    }
    .dropdown-menu > .active > a{
        color:rgb(132, 163, 187);
    }
    .nav .flag-toggle img {
        width: 20px;
        margin-bottom: 3px;
    }
    #main-menu .navbar-nav li:hover span {
        /*color: #133471;*/
    }
    .container.main-container{
        width:100%;
        padding: 0;
    }
    #navigation #main-menu {
        width: 100%;
        margin: 0;
        position:relative;
        z-index: 1001;

    }


}

#at4-share{
    z-index: 1000;
}





/*new design*/

/*@import url("//db.onlinewebfonts.com/c/2c6d794b5cfbe2958da38a4c6aeddde9?family=flexslider-icon");*/
.eh_content_wrapper.new-design h1{
    font-size:60px;
    font-style: normal;
    font-weight: bold;
    line-height: 70px;
}
.eh_content_wrapper.new-design h2{

    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    color: #454545;

}
.eh_content_wrapper.new-design h3{
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 45px;
    color: #454545;

}
.eh_content_wrapper.new-design h4{
    font-size:26px;
    font-style: normal;
    font-weight: normal;

    line-height: 130.5%;
}
.eh_content_wrapper.new-design h5{

    font-size:22px;
    font-style: normal;
    font-weight: normal;

    line-height: 120%;
}

.eh_content_wrapper.new-design h6{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 132%;
    padding-bottom: 20px;
}
.eh_content_wrapper.new-design h7{

}
.eh_content_wrapper.new-design .button-big{
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    text-align: center;

    padding: 13px 71px;
    /*min-width: 262px;*/
    /*min-height: 64px;*/

    color: #fff;
    background-color: #76A9D7;
    display: inline-block;
    border-radius: 8px;
}

.eh_content_wrapper.new-design .button-big:hover{
    background-color: #3A7BB6;
}

.eh_content_wrapper.new-design .button-small{
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    text-align: center;


    border: 2px solid #76A9D7;
    box-sizing: border-box;
    border-radius: 8px;

    padding: 13px 27px;
    /*min-width: 262px;*/
    /*min-height: 64px;*/


    color: #76A9D7;
    display: inline-block;

}
.eh_content_wrapper.new-design .button-small:hover{
    background-color: #76A9D7;
    color:#fff;
}

.button-small-signup{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;

    color: #FFFFFF;

    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 8px;

    padding: 5px 39px;
    /*min-width: 262px;*/
    /*min-height: 64px;*/


    display: inline-block;
}
.button-small-signup:hover {
    color: #FFFFFF;
    background: #76A9D7;
}




.eh_content_wrapper.new-design .section-1 .wraper{
    margin-top: 300px;
    float: left;
    color: #f0f0f0;
    text-align: left;
}
.eh_content_wrapper.new-design .section-1 .wraper .add-description{
    /*max-width: 120px;*/
    margin: 30px 0 100px 0 ;
}





.eh_content_wrapper.new-design .section-2{
    min-height: 1160px;
    background-color: #fff;
}
.eh_content_wrapper.new-design .section-2 .icons{
    text-align: center;
    margin-top: 140px;

}
.eh_content_wrapper.new-design .section-2 .video-wrap iframe{
    min-height: 360px;
    width: 100%;
    border-radius: 8px;

}
/*.eh_content_wrapper.new-design .section-2 .icons .element{*/
/*background: #FFFFFF;*/
/*box-shadow: 0px 4px 10px rgba(8, 51, 99, 0.2);*/
/*border-radius: 8px;*/
/*!*border: 1px solid grey;*!*/
/*!*width: 360px;*!*/
/*height: 340px;*/
/*!*width:31%;*!*/

/*margin-bottom: 140px;*/
/*}*/

.eh_content_wrapper.new-design .section-2 .icons .element .wrap{
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(8, 51, 99, 0.2);
    border-radius: 8px;
    /*border: 1px solid grey;*/
    /*width: 360px;*/
    height: 340px;
    /*width:31%;*/

    margin-bottom: 140px;
}



.eh_content_wrapper.new-design .section-2 .icons div img{
    margin:60px 0 35px 0;
}
.eh_content_wrapper.new-design .section-2 .icons .center-icon{
    /*margin: 0 30px 0 30px;*/
}
.eh_content_wrapper.new-design .section-2 .icons p {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 120%;
}
.eh_content_wrapper.new-design .section-2 .icons .blue-text {
    color:#76A9D7;
}
.eh_content_wrapper.new-design .section-2 .icons .video1 .description{
    text-align: left;
}
.eh_content_wrapper.new-design .section-2 .icons .video1 .blue-line{
    border-bottom: 3px solid #76A9D7;
    min-width: 60px;
    margin: 20px 0 40px 0;
    width:70%;
    /*background-color: red;*/
}
.eh_content_wrapper.new-design .section-2 .icons .video1{
    /*margin-top: 140px;*/
}




.eh_content_wrapper.new-design .section-3{
    min-height: 1358px;
    background-image:url("img/newDesign/light_blue.png");
}

.eh_content_wrapper.new-design .section-3 .wrapper{
    margin-top: 60px;
}
.eh_content_wrapper.new-design .section-3 .wrapper .element{
    /*min-height: 50px;*/
    background-color: #fff;
    border: 1px;
    border-radius:8px;
    min-height: 574px;
    margin-bottom: 40px;
}
.eh_content_wrapper.new-design .section-3 .wrapper .element .line{
    height: 3px;
    width: 278px;
    float: right;
    margin-right: 38px;
    border-radius: 4px;
    background: #76A9D7;
    margin-top: 37px;

}
.eh_content_wrapper.new-design .section-3 .wrapper .element  img{
    border-radius: 10px;
    float: left;
}
.eh_content_wrapper.new-design .section-3 .wrapper .element  .top-description{
    /*margin-bottom: 40px;*/
    /*!*padding: 60px 0 60px 40px;*!*/
    /*padding: 111px 0 8px 40px;*/

    margin-bottom: 71px;
    /* padding: 60px 0 60px 40px; */
    padding: 72px 0 16px 40px;
    margin-left: 184px;
}

.eh_content_wrapper.new-design .section-3 .wrapper .element  .description h6{
    padding: 0 0px 30px 0;
}
.eh_content_wrapper.new-design .section-3 .wrapper .element  .description{
    padding-left: 36px;
    padding-right: 36px;
}

.eh_content_wrapper.new-design .section-3 .wrapper .element  .button-right{
    text-align: right;
    padding: 39px 39px 40px 0;
}



.eh_content_wrapper.new-design .section-4{
    min-height: 700px;
    background-color: #fff;
}

.eh_content_wrapper.new-design .section-4 .head{
    margin-top: 75px;
    text-align: left;
}
.eh_content_wrapper.new-design .section-4 .line{
    border-bottom: #76A9D7;
    text-align: left;
    background: #76A9D7;
    border-radius: 4px;
    width: 300px;
    height: 3px;
    margin-top: 10px;
}
.eh_content_wrapper.new-design .section-4 .small-description{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #535353;
    text-align: left;
    margin-top: 20px;
}
.eh_content_wrapper.new-design .section-4 .two-column-new{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #535353;
    width:900px;
}
.eh_content_wrapper.new-design .section-4 .two-column-new.home-page{
    margin: 78px 0 0 26px

}

.eh_content_wrapper.new-design .section-4 .two-column-new li{
    padding-bottom: 38px;
    width:450px;
    float: left;
}

.eh_content_wrapper.new-design .section-4 .two-column-new li:before {
    content: "\2022";
    color:  #76A9D7;
    font-weight: bold;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: -1em;
    padding-right: 22px;
}

.eh_content_wrapper.new-design .section-4 .list-image {

    background: #FFFFFF;
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    margin-top: 236px;
    margin-left: 46px;
    background-image: url("img/newDesign/dots1.png");

    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
}
.eh_content_wrapper.new-design .section-4 .button-section {

}
.eh_content_wrapper.new-design .section-4 .button-section .first-btn {

    margin-top: 60px;
    margin-left: 60px;
    margin-right: 30px;
}
.eh_content_wrapper.new-design .section-4 .button-section .second-btn {
    color:#fff;
    background-color: #76A9D7;
}
.eh_content_wrapper.new-design .section-4 .button-section .second-btn:hover {
    color:#76A9D7;
    background-color: #fff;
}


.eh_content_wrapper.new-design .section-5{
    min-height: 731px;
    background-image:url("img/newDesign/bg_mask_group.png");
    position: relative;
}
.eh_content_wrapper.new-design .section-5 .community-description{
    margin-top: 130px;
}
.eh_content_wrapper.new-design .section-5 .community-description .members{
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 53px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 60px;
}
.eh_content_wrapper.new-design .section-5 .community-description .qusts-community{
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 132%;
    text-align: center;

    color: #FFFFFF;
}
.eh_content_wrapper.new-design .section-5 .community-description .members-description{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 132%;
    /* or 24px */
    text-align: center;
    color: #454545;
    margin-top: 28px;
}
.eh_content_wrapper.new-design .section-5 .community-description  .new-guests{
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 132%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 6px;
}
.eh_content_wrapper.new-design .section-5 .community-description  .eh_member img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    border:4px solid #fff;
    box-shadow: 0px 4px 10px rgba(8, 51, 99, 0.4);
}
.eh_content_wrapper.new-design .section-5 .community-description .image-home{
    position: absolute;
}
.eh_content_wrapper.new-design .section-5 .community-description .eh_member img.image-home-0{
    top: -27px;
    width: 86px;
    height: 86px;
    left: 43px;
}
.eh_content_wrapper.new-design .section-5 .community-description .eh_member img.image-home-1{
    width: 117px;
    height: 117px;
    left: 175px;
    top: 77px;
}
.eh_content_wrapper.new-design .section-5 .community-description .eh_member img.image-home-2{
    width: 100px;
    height: 100px;
    left:32px;
    top: 220px;
}
.eh_content_wrapper.new-design .section-5 .community-description .eh_member img.image-home-3{
    width: 94px;
    height: 94px;
    left: 119px;
    top: 342px;
}

.eh_content_wrapper.new-design .section-5 .community-description .eh_member img.image-home-4{
    width: 128px;
    height: 128px;
    /*left: 119px;*/
    top: 500px;
}

.eh_content_wrapper.new-design .section-5 .community-description .eh_member img.image-home-5{
    width: 107px;
    height: 107px;
    left: 278px;
    top: 515px;
}

.eh_content_wrapper.new-design .section-5 .community-description .eh_member img.image-home-6{
    width: 65px;
    height: 65px;
    left: 190px;
    top: 687px;
}

.eh_content_wrapper.new-design .section-5 .community-description .eh_member img.image-home-7{
    right: 46px;
    top: -27px;
    width: 86px;
    height: 86px;
}
.eh_content_wrapper.new-design .section-5 .community-description .eh_member img.image-home-8{
    right: 170px;
    top: 98px;
    width: 110px;
    height: 110px;
}
.eh_content_wrapper.new-design .section-5 .community-description .eh_member img.image-home-9{
    right: 14px;
    top: 222px;
    width: 130px;
    height: 130px;
}

.eh_content_wrapper.new-design .section-5 .community-description .eh_member img.image-home-10{
    right: 187px;
    top: 400px;
    width: 84px;
    height: 84px;
}
.eh_content_wrapper.new-design .section-5 .community-description .eh_member img.image-home-11{
    right: 14px;
    top: 500px;
    width: 120px;
    height: 120px;
}
.eh_content_wrapper.new-design .section-5 .community-description .eh_member img.image-home-12{
    right: 331px;
    top: 579px;
    width: 75px;
    height: 75px;
}

.eh_content_wrapper.new-design .section-5 .community-description .eh_member img.image-home-13{
    right: 182px;
    top: 666px;
    width: 88px;
    height: 88px;
}



.eh_content_wrapper.new-design .section-6{
    min-height: 874px;
    background-color: #fff;
}

.eh_content_wrapper.new-design .section-6 .top-description{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 90px;
}
.eh_content_wrapper.new-design .section-6 .top-description .line-blue,
.eh_content_wrapper.new-design .section-7 .head-descriprion .line-blue{
    position: relative;
}
.eh_content_wrapper.new-design .section-6 .top-description .line-blue:after{
    content: '';
    max-width: 60%;
    width: 60%;
    position: absolute;
    height: 3px;
    background-color: #76A9D7;
    bottom: -5px;
    left: 78px;
    border-radius: 4px;
}
.eh_content_wrapper.new-design .section-7 .head-descriprion .line-blue:after{
    content: '';
    max-width: 90%;
    width: 90%;
    position: absolute;
    height: 3px;
    background-color: #76A9D7;
    bottom: 0px;
    left: 13px;
    border-radius: 4px;
    top: 55px;
}
.eh_content_wrapper.new-design  ul.eh_mtu_description_list{
    list-style: none;
}
.eh_content_wrapper.new-design  ul.eh_mtu_description_list li:before {
    content: "\2022";
    color: #76A9D7;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.eh_content_wrapper.new-design .section-6 .eh_members_main_table_box:hover a.eh_members_table_unit .eh_mtu_description .eh_mtu_description_list li:before {
    color: #ffffff;
}

.eh_content_wrapper.new-design .section-6  .eh_members_main_table_box {
    padding: 26px;
    /*border: 1px solid red;*/
    min-height: 412px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(8, 51, 99, 0.2);
    border-radius: 8px;
}
.eh_content_wrapper.new-design .section-6  .eh_members_main_table_box:hover {
    background: #76A9D7;
}

.eh_content_wrapper.new-design .section-6 .eh_members_main_table_box:hover a.eh_members_table_unit .eh_mtu_description .eh_mtu_description_list li {
    color: #ffffff;
}

.eh_content_wrapper.new-design .section-6 .eh_mtu_description_list li{
    color:#535353;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
}
.eh_content_wrapper.new-design .section-6 .eh_mtu_description_list li:hover{
    color:#fff;
}
.eh_content_wrapper.new-design .section-6 .eh_mtu_img_box img{
    display: inline-block;
    vertical-align: middle;
    width: 124px;
    height: 124px;
    border-radius: 100%;
}

.eh_content_wrapper.new-design .section-6 .flexslider{
    /*border: 1px solid green;*/
}
.eh_content_wrapper.new-design .section-6  .custom-navigation.tab{
    text-align: right;
    margin-right: 40px;
}
.eh_content_wrapper.new-design .section-6  .flex-control-paging li a,
.eh_content_wrapper.new-design .section-7  .flex-control-paging li a{
    width: 7px;
    height: 7px;
    display: block;
    background:transparent;
    border: 1px solid #76A9D7;
    box-sizing: border-box;
}
.eh_content_wrapper.new-design .section-6  .flex-control-paging li a.flex-active,
.eh_content_wrapper.new-design .section-7  .flex-control-paging li a.flex-active{
    background: #76A9D7;

}

.eh_content_wrapper.new-design .section-6 .eh_mtu_description {
    width: 70%;
    vertical-align: middle;
    display: inline-block;
    float: right;
}





.eh_content_wrapper.new-design .section-6 .eh_mtu_description_list li{
    padding-bottom: 30px;
}


.eh_content_wrapper.new-design .section-7{
    min-height: 864px;
    background: rgba(58, 63, 78, 0.86);
    /*background-image: url("img/newDesign/img.png");*/
    background-image: linear-gradient(180deg, rgba(58, 63, 78, 0.86) 23.91%, rgba(54, 91, 143, 0.7) 99.48%),url("img/newDesign/img.png");
    position: relative;

}


/*.eh_content_wrapper.new-design .section-7:after{*/
/*content: '';*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*right: 0;*/
/*bottom: 0;*/
/*background: rgba(58, 63, 78, 0.86);*/
/*z-index: 2;*/
/*}*/

.eh_content_wrapper.new-design .section-7 .head-descriprion{
    margin-top: 120px;
}

.eh_content_wrapper.new-design .section-7 .head-descriprion p {
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 45px;
    /* identical to box height */
    text-align: center;
    color: #FFFFFF;
}
.eh_content_wrapper.new-design .section-7 .flexslider1 {
    color: #fff;
}
.eh_content_wrapper.new-design .section-7 .first-testimonials{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    color: #FFFFFF;
    margin-bottom: 30px;
    margin-top: 45px;
}

.eh_content_wrapper.new-design .section-7 .second-testimonials{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    color: #FFFFFF;
    margin-bottom: 45px;

}
.eh_content_wrapper.new-design .section-7 .custom-navigation2{
    position: absolute;
}
.eh_content_wrapper.new-design .section-7 .custom-navigation2 .tab-left{
    position: relative;
    top: 150px;
    right: 60px;
    font-size: 43px;
    color: #fff;
}
.eh_content_wrapper.new-design .section-7 .custom-navigation2 .tab-right{
    position: relative;
    top: 150px;
    left: 1140px;
    font-size: 43px;
    color: #fff;
}
.eh_content_wrapper.new-design .section-7 .image-home {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0px 4px 10px rgba(8, 51, 99, 0.4);
    float: left;
}
.eh_content_wrapper.new-design .section-7 .tesimonials-person .name {
    padding-left: 36px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #76A9D7;
}
.eh_content_wrapper.new-design .section-7 .tesimonials-person .module{
    padding-left: 36px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding-top: 2px;
    color: #FFFFFF;

}
.eh_content_wrapper.new-design .section-7 .quote-pers{
    margin-top: 60px;
}
.eh_content_wrapper.new-design .section-7 .quote2{
    float: right;
}
.eh_content_wrapper.new-design .section-7 .custom-controls-container2{
    padding-bottom: 60px;
}
.eh_content_wrapper.new-design .section-7 .tesimonials-person {

    margin-left: 74px;
    margin-top: 84px;
}

.eh_content_wrapper.new-design .section-7 .custom-navigation2  a:before {
    /*font-family: "flexslider-icon";*/
    /*font-family: bold;*/
    /*font-size: 40px;*/
    /*display: inline-block;*/
    /*content: '\f001';*/
    /*color: green;*/
    /*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/
}
.eh_content_wrapper.new-design .section-7 .dots-testimonials img{
    position: absolute;
    top: -169px;
    right: 0;
    height: 400px;
}
.eh_content_wrapper.new-design .section-7 .dots-testimonials {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 200px;
}

.eh_footer.new-design .dots-footer img{
    position: absolute;
    top: 6px;
    /*left: 14px;*/
    height: 220px;
}
.eh_footer.new-design .section-7 .dots-footer {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 200px;
}
.eh_footer.new-design {
    position: relative;
}

.eh_content_wrapper.new-design .section-2  {
    position: relative;
}
.eh_content_wrapper.new-design .section-2 .dots-section img{
    position: absolute;
    top: -230px;
    left: 0;
    /* display: block; */
    width: 100%;
    height: fit-content;
}
.eh_content_wrapper.new-design .section-2 .dots-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    display: block;
    /*height: 400px;*/
}



.eh_content_wrapper.new-design .section-8 {
    min-height: 332px;;
    background-color: #76A9D7;
    background-image: url("img/newDesign/bg_mask_group_section.png");
}

.eh_content_wrapper.new-design .section-8 .top-description{
    margin-top:74px;
    color:#fff;
}
.eh_content_wrapper.new-design .section-8 .top-description h2{
    color:#fff;
}
.eh_content_wrapper.new-design .section-8 .bottom-description{
    margin-top:50px;
    color:#fff;
    text-align: center;
    /*position:relative;*/
}
.eh_content_wrapper.new-design .section-8 .signup-login{
    /*position: absolute;*/
}
.eh_content_wrapper.new-design .section-8 .button-small-signup{
    margin-left: 57px;
}

.eh_content_wrapper.new-design .section-9 {
    min-height: 450px;;
    background-color: #fff;
}
.eh_content_wrapper.new-design .section-9 .wrap-desctiption{
    /*background-color: #9dd8ff;*/
    box-shadow: 0px 4px 15px rgba(8, 51, 99, 0.2);
    border-radius: 8px;
    margin-top: 90px;
    /*border:1px solid red;*/
    min-height: 239px;
    /*max-width:900px;*/
}

.eh_content_wrapper.new-design .section-9 .wrap-desctiption .image-home{
    text-align: center;
    padding-top: 61px;
}

.eh_content_wrapper.new-design .section-9 .wrap-desctiption .description .big-text{
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 136.7%;
    color: #454545;
    padding-top: 61px;
    padding-bottom: 35px;

}
.eh_content_wrapper.new-design .section-9 .wrap-desctiption .description .btn-description,
.eh_content_wrapper.new-design .section-6 .btn-description
{
    width: 51px;
    height: 51px;
    border-radius: 100%;
    position: relative;
    transition: .3s;
    border: 2px solid #76A9D7;
    transform: rotate(-180deg);
    padding-left: 13px;
    padding-right: 7px;
    font-size: 27px;
}



.eh_content_wrapper.new-design .section-6 .btn-description.btn-description-prev
{
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-right: 10px;

}
.eh_content_wrapper.new-design .section-6 .btn-description:hover,
.eh_content_wrapper.new-design .section-9 .wrap-desctiption .description .btn-description:hover
{
    color:#fff;
    background-color: #76A9D7;;
}

.eh_content_wrapper.new-design .section-9 .wrap-desctiption .description .small-text,
.eh_content_wrapper.new-design .section-9 .wrap-desctiption .description .butt-right
{
    float: left; /* Обтекание справа */
    width: 50%;
}
.eh_content_wrapper.new-design .section-9 .wrap-desctiption .description .butt-right{
    text-align: right;
    position: relative;
    top: -4px;
    right: 78px;
}
.eh_content_wrapper.new-design .section-9 .wrap-desctiption .description .big-text.link-home{
    color:#76A9D7;
}
.eh_content_wrapper.new-design .section-9 .wrap-desctiption .description .small-text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;

    color: #535353;
}

/*video*/


.eh_content_wrapper.new-design .section-1 {
    /*background-image:url("img/newDesign/first_section.png");*/
    height: 1090px;
    /*margin-top: -10px;
    padding-top: 20px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 500px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}


.eh_content_wrapper.new-design .section-1{
    /*padding: 300px 0;*/
    background-color: #0d2562;
    color: #fff;
    overflow: hidden;
    position: relative;
}
.video {
    top: 50%;
    width: 1938px;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    left: 50%;
    z-index: 0;
    position: absolute;
}
@media (max-width: 768px) {
    .about {
        background: url(https://denis-creative.com/wp-content/uploads/2018/01/about-bg.jpg)
        0 top no-repeat #0e438b;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .video,
    .about-header,
    .about-footer,
    .about-header-bg-2 {
        display: none;
    }
}


/*#navigation.newPanel .navbar-fixed-top{*/

/*background-color: transparent;*/

/*}*/
/*#navigation.newPanel .navbar-fixed-top .navbar-nav li a{*/
/*color:#fff;*/
/*}*/
/*#navigation.newPanel .navbar-fixed-top .navbar-nav li a:hover{*/
/*color:#76A9D7;*/
/*border-bottom: 3px solid #76A9D7;*/
/*}*/


.eh_footer.new-design{
    min-height: 252px;
    background: #3A3F4E;
}

.eh_footer.new-design a{
    color: #76A9D7;
}
.eh_footer.new-design .big-link{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 135%;

    text-align: center;
    color: #76A9D7;
}
.eh_footer.new-design p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 135%;
    /* or 22px */

    text-align: center;
}
.eh_footer.new-design .first-section{
    margin-top: 30px;
}

.eh_footer.new-design .footer-link a{
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 135.4%;
    max-width: 1140px;
    text-transform: uppercase;

    /* or 24px */
}
.eh_footer.new-design .footer-link{
    margin-top: 30px;
    margin-bottom: 30px;
}

.eh_footer.new-design .footer-link a:hover{
    color: #76A9D7;
}

.eh_footer.new-design .footer-link .link1{
    text-align: left;
    padding-left: 30px;
    position: relative;
    z-index: 2;
}
.eh_footer.new-design .footer-link .link2,
.eh_footer.new-design .footer-link .link5
{
    text-align: right;
}

/*.eh_footer.new-design .link2 {*/
/*pointer-events: none;*/
/*cursor: default;*/
/*color: #888;*/
/*}*/


/*header*/
#newDesign #main-menu .dropdown-menu {
    background-color: #3A3F4E;
    border-bottom: 3px solid #76A9D7;
    /*display: none;*/
}
#newDesign.navbar .dropdown-menu > li > a{
    border-bottom: none;
}
#newDesign .navbar-nav .dropdown .dropdown-menu li a:hover,
#newDesign .navbar-nav .dropdown .dropdown-menu li a:active {
    color:#76A9D7;
    border-bottom: none;

}

#newDesign  .navbar-nav li a:hover,
#newDesign .navbar-nav li a:active
{
    border-bottom: 3px solid #76A9D7;
}

#newDesign .dropdown-menu.flag li a{
    color:#fff;
}
#newDesign .navbar-nav .dropdown .dropdown-menu.flag li a:hover,
#newDesign .navbar-nav .dropdown .dropdown-menu.flag li a{
    border-bottom: none;
}
#newDesign .dropdown-menu.flag .flag-select-box a:hover{
    border-bottom: none;
}
#newDesign .navbar-nav li a{
    /*border-bottom: none;*/
}
#newDesign  .navbar-nav  .signup-button a:hover{
    background-color: #76A9D7;
    color:#fff;
    border: 1px solid #76A9D7;
}
#newDesign  .navbar-nav li a:hover,
#newDesign  .navbar-nav li a:active,
#newDesign  .navbar-nav li a:focus
{
    color: #76A9D7;
}


#newDesign .signup-button a{

    border-radius: 98px/84px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 4px 14px;
    display: inline-block;
    position: relative;
    top: 25px;
    font-weight: bold;

    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*text-align: center;*/
    /*border: 2px solid #76A9D7;*/
    /*box-sizing: border-box;*/
    /*border-radius: 8px;*/
    /*padding: 13px 27px;*/
    /*!* min-width: 262px; *!*/
    /*!* min-height: 64px; *!*/
    /*color: #76A9D7;*/
    /*display: inline-block;*/

}
#newDesign .navbar-nav li a:hover{

}
#newDesign  .signup-button a:hover{
    border-top: 2px solid #76A9D7;
}



#newDesign  .signup-button:before {
    width:60px;
    height: 50px;
    background-color: #9dd8ff;
}


@media (max-width: 1024px) {

    /*.eh_content_wrapper.new-design .section-2 .video-wrap iframe{*/
    /*min-height: 360px;*/
    /*min-width: 451px;*/

    /*}*/
}



@media (max-width: 768px) {
    .eh_content_wrapper.new-design .section-2 .icons .element .wrap{
        margin-bottom: 20px;
    }
    .eh_content_wrapper.new-design .section-2 .icons .video1 .blue-line{
        /*width:40%;*/
    }
    /*.eh_content_wrapper.new-design .section-2 .video-wrap iframe{*/
    /*min-height: 360px;*/
    /*width: 100%;*/
    /*}*/

}

@media (max-width: 992px) {
    .eh_content_wrapper.new-design .section-2 .icons .element .wrap{
        margin-bottom: 20px;
    }
    .eh_content_wrapper.new-design .section-2 .icons .video1 .description,
    .eh_content_wrapper.new-design .section-2 .icons .video1 .video-wrap{
        margin-top: 40px;
    }


    /*section 3*/


    /* .eh_content_wrapper.new-design .section-3 .wrapper .element  .top-description{
          font-style: normal;
          font-weight: 500;
          font-size: 18px;
          line-height: 30px;
          padding: 29px 0 14px 4px;
          margin-left: 157px;

      }
      .eh_content_wrapper.new-design .section-3 .wrapper .element  .top-description h2{
          font-size: 18px;
      }

      .eh_content_wrapper.new-design .section-3 .wrapper .element  img{
          border-radius: 10px;
          float: left;
          width:  45%
      }


      .eh_content_wrapper.new-design .section-3 .wrapper .element  .description h6{
          padding: 0 0px 30px 0;
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 132%;
          color: #535353;
      }*/


    /* .eh_content_wrapper.new-design .section-3{
         min-height: 1358px;
         background-image:url("img/newDesign/light_blue.png");
     }

     .eh_content_wrapper.new-design .section-3 .wrapper{
         margin-top: 60px;
     }
     .eh_content_wrapper.new-design .section-3 .wrapper .element{
         background-color: #fff;
         border: 1px;
         border-radius:8px;
         min-height: 574px;
         margin-bottom: 40px;
     }
     .eh_content_wrapper.new-design .section-3 .wrapper .element .line{
         height: 3px;
         width: 278px;
         float: right;
         margin-right: 38px;
         border-radius: 4px;
         background: #76A9D7;
         margin-top: 37px;

     }




     .eh_content_wrapper.new-design .section-3 .wrapper .element  .description{
         padding-left: 36px;
         padding-right: 36px;
     }

     .eh_content_wrapper.new-design .section-3 .wrapper .element  .button-right{
         text-align: right;
         padding: 40px 39px 40px 0;
     }*/



    /*.eh_content_wrapper.new-design .section-2 .video-wrap iframe{*/
    /*min-height: 360px;*/
    /*min-width: 451px;*/
    /*}*/


    .eh_content_wrapper.new-design .section-4 .two-column-new li {
        padding-bottom: 38px;
        width: 301px;
        float: left;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 21px;
        color: #535353;
    }
}

/*styles*/

@media (max-width: 767px) {
    .ol_img {
        display: none;
    }
    .eh_content_wrapper.new-design .section-4 .list-image {
        background: #FFFFFF;
        background-image: url(img/newDesign/dots1.png);
        text-align: center;
        padding: 15px;
        border-radius: 59%;
        height: 300px;
        width: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .eh_content_wrapper.new-design .section-4 .list-image img{
        height: 200px;
        width: auto;
        display: block;
    }
    .img-wrap-centered {
        display: flex;
        justify-content: center;
    }
    .eh_content_wrapper.new-design .section-4 .list-image {
        margin-left: 0;
        margin-top: 0;
    }
    .section-4 .button-section a {
        margin: 10px 0;
        width: 300px;
    }
    .section-4 .button-section {
        text-align: center;
    }
    .eh_content_wrapper.new-design .section-4 .button-section .first-btn {
        margin: unset;
        margin-top: 10px;
    }
    /*section-4 .text-list {
        list-style-type: disc;
        margin-left: 25px;
    }*/
    .section-6 .eh_mtu_img_box {
        display: block;
    }

    .eh_content_wrapper.new-design .section-6 .eh_mtu_description {
        padding-top: 15px;
        width: 100%;
    }
    .eh_content_wrapper.new-design .section-6 .eh_mtu_description_list li {
        padding-bottom: 15px;
    }
    .eh_content_wrapper.new-design .section-1 {
        background-size: cover;
        background-image: url("img/newDesign/section_first_768.png");
        background-repeat: no-repeat;
    }
    /*last changes*/
    .section-4 .text-list {
        font-size: 20px;
        margin-left: 20%;
        padding-top: 15px;
    }
}


@media (max-width: 425px) {
    .eh_content_wrapper.new-design .section-3 .wrapper .element .top-description{
        margin-left: 150px;
        padding-top: 35px;
    }
    .eh_content_wrapper.new-design .section-3 .wrapper .element img {
        width: 120px;
    }
}
.eh_content_wrapper.new-design ul.text-list li{
    position: relative;
}
.eh_content_wrapper.new-design ul.text-list li:before {
    content: "";
    font-family: FontAwesome;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #76A9D7;
    display: flex;
    position: absolute;
    top: 47%;
    left: -15px;
}
/*@media only screen
and (min-width: 425px)
and (max-width: 767px){
    .eh_content_wrapper.new-design .section-3 .wrapper .element .description{
        height: 400px;
    }
}*/

@media (min-width: 425px) and (max-width: 768px) {
    .eh_content_wrapper.new-design .section-3 .wrapper .element .description{
        height: 400px;
    }
    .section-3 span.blue-line-title {
        font-size: 26px;
    }
    .section-4 .list-image {
        margin-left: 0!important;
    }
    .section-4 .list-image img {
        width: 100%;
    }
}
@media (min-width: 425px) and (max-width: 1300px) {
    .eh_content_wrapper.new-design .section-4 .list-image {
        margin-left: 0 !important;
    }
}

@media (max-width: 1024px) {
    .navbar.navbar-fixed-top {
        background-color: transparent!important;
        background-image: linear-gradient(to right, rgba(37, 34, 34, 0.6), rgba(0,0,0,0.8))!important;
    }
    #main-menu{
        background-color: #393f4d!important;
    }

    #main-menu .profile-link.home-icon:before {
        content: unset;
    }
    #main-menu .dropdown-toggle.community-icon:before {
        content: unset;
    }

    ul.nav.navbar-nav li {
        padding: 20px 0px;
        margin: 0 15px;
        border-bottom: 1px solid #ffffff;
    }
    ul.nav.navbar-nav li:last-child{
        border-bottom: unset!important;
    }
    #newDesign .navbar-nav li a:hover, #newDesign .navbar-nav li a:active{
        border-bottom: unset!important;
    }
    li.signup-button {
        display: flex!important;
        justify-content: center!important;
        align-items: center!important;
    }
    #newDesign .signup-button a {
        padding: 13px 60px!important;
        border-radius: 15px!important;
        top: unset!important;
    }
    .navbar-scrolled .navbar-nav >li > a {
        color:#ffffff!important;
    }
    .navbar-toggle {
        background-color: transparent!important;
    }
    #newDesign.navbar-scrolled .signup-button a{
        border-color: #ffffff!important;
    }
    .eh_content_wrapper.new-design .section-1 {
        background-size: cover;
        background-image: url("img/newDesign/section_first_768.png");
        background-repeat: no-repeat;
    }
    .layer {
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
.lock-scroll {
    overflow: hidden;
}

@media (min-width: 768px) {
    .ol_img {
        display: block;
    }
    .img-wrap-centered {
        justify-content: unset;
    }

    /*last changes*/
    .section-4 .container .row div.col-sm-12:nth-child(1){
        width: 20% !important;
    }
    .section-4 .container .row div.col-sm-12:nth-child(2){
        width: 80% !important;
    }
    .eh_content_wrapper.new-design .section-4 .button-section .first-btn {
        margin: unset;
        margin-top: 10px;
    }
    ul.text-list li {
        font-size: 20px;
        display: inline-block;
        width: 49%;
    }
    .eh_content_wrapper.new-design .section-4 .small-description{
        margin-bottom: 20px;
    }
    .button-section {
        margin-top: 20px;
    }
    /*last chages*/
    ul.text-list {
        padding: 50px 0 50px 15px;
    }
    ul.text-list li {
        line-height: 4;
    }


}
.eh_content_wrapper.new-design .section-3 .wrapper .element img {
    height: -webkit-fill-available;
}

.section-3 .img-card-title {
    max-height: 125px;
    display: flex;
    align-items: flex-end;
}
.section-3 .top-card-text {
    margin-bottom: 26px;
    margin-left: 10px;
}
.section-3 .blue-line-title:after {
    content: "";
    display: block;
    height: 2px;
    background-color: #4c9cd0;
}

.eh_content_wrapper.new-design .section-2 .icons div.second-element img{
    margin-bottom: 27px;
}
.eh_content_wrapper.new-design .section-2 .icons .video1 .description {
    display: none;
}
.eh_content_wrapper.new-design .section-2 .icons {
    margin-bottom: 140px;
}
.eh_content_wrapper.new-design .section-2 {
    min-height: 640px;

}

/*.eh_content_wrapper.new-design .section-4 .button-section .first-btn*/
/*.eh_content_wrapper.new-design .section-9 .wrap-desctiption .description .btn-description*/
/*.eh_content_wrapper.new-design .disable .button-small*/
/*{*/
/*pointer-events: none;*/
/*cursor: default;*/

/*}*/
.eh_content_wrapper.new-design .section-7 {
    min-height: 720px;
}

@media (max-width: 1024px) {
    #main-menu{
        height: calc(100vh - 100px)!important;
        overflow: scroll!important;
    }
    #newDesign #main-menu .dropdown-menu{
        border-bottom: unset!important;
    }
}

.flex-direction-nav a:before{
    font-size: 26px!important;
    text-shadow: unset!important;
    color: #ffffff!important;
}

@media (min-width: 375px) and (max-width: 767px) {
    .eh_content_wrapper.new-design .section-9 .wrap-desctiption {
        margin-top: 20px!important;
        margin-bottom: 20px!important;
        height: 500px;
    }
    .eh_content_wrapper.new-design .section-8 .bottom-description h5{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .eh_content_wrapper.new-design .section-8 .button-small-signup{
        margin-left: 0!important;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}


.eh_footer.new-design {
    min-height: 260px;
    background: #3A3F4E;
}

.eh_footer.new-design .wrap div{
    width:20%;
    float: left;
}
.eh_footer.new-design .wrap{
    /*max-width:1400px ;*/
    padding:0 5px;

}

.eh_footer.new-design .footer-link .wrap .link2,
.eh_footer.new-design .footer-link .wrap .link5
{
    text-align: center;
}

/*.eh_footer.new-design .wrap .link2 {*/
/*pointer-events: none;*/
/*cursor: default;*/
/*color: #888;*/
/*}*/

.eh_content_wrapper.new-design .section-6 .eh_members_table_unit{
    pointer-events: none;
    cursor: default;
}
/*@media (min-width: 410px) and (max-width: 768px) {*/
@media  (max-width: 768px) {

    .eh_footer.new-design .wrap .link1,
    .eh_footer.new-design .wrap .link2,
    .eh_footer.new-design .wrap .link3{
        width:33%;
        float: left;
    }
    .eh_footer.new-design .wrap .link4,
    .eh_footer.new-design .wrap .link5{
        width:33%;
        /*float: left;*/
    }
    .eh_footer.new-design .wrap .link4{
        text-align: left
    }
    .eh_footer.new-design .first-section p{
        font-weight: 500;
        font-size: 18px;
        line-height: 135%;
        padding: 0 30px;
        text-align: center;
    }
    .eh_footer.new-design .footer-link a{
        font-size: 14px;
        line-height: 135.4%;
    }
    .eh_footer.new-design .bottom-text p{
        font-size: 12px;
        line-height: 135.4%;
    }

    .eh_footer.new-design .wrap .link1,
    .eh_footer.new-design .wrap .link4
    {
        text-align: left;
        padding-left: 30px;
    }

    .eh_footer.new-design .wrap .link3{
        text-align: right;
    }
    .eh_footer.new-design .wrap .link4,
    .eh_footer.new-design .wrap .link5{
        padding-top: 22px;
    }


    .eh_footer.new-design{
        min-height: 407px;
    }

    .eh_content_wrapper.new-design  ul.text-list.testimonials li {
        margin-left: 40px!important;
        font-size: 18px;
    }


}
@media (max-width: 410px) {
    .eh_content_wrapper.new-design h2{
        font-size: 26px;
    }

    .eh_footer.new-design .first-section p{
        font-size: 16px;
        line-height: 135%;
        padding: 0 15px;
        text-align: center;
    }
    .eh_footer.new-design .footer-link a{
        font-size: 22px;
        line-height: 135.4%;
    }
    .eh_footer.new-design .bottom-text p{
        font-size: 14px;
        line-height: 135.4%;
        text-align: center;
    }

    .eh_footer.new-design .wrap{
        position: relative;
    }
    .eh_footer.new-design .wrap div{
        position: absolute;
    }
    .eh_footer.new-design .wrap .link2{
        top: 40px;
        left: 34px;
    }
    .eh_footer.new-design .wrap .link5{
        left: 212px;
        /* right: 48px; */
        top: -21px;
    }
    .eh_footer.new-design .wrap .link4 {
        top: 60px;
        width: 60%;
        left: 77px;
    }
    .eh_footer.new-design .wrap .link3{
        left: 206px;
        /* right: 48px; */
        top: 40px;
    }

    .eh_footer.new-design .bottom-text p{
        top: 128px;
        position: relative;
    }

    .eh_footer.new-design{
        min-height: 507px;
    }
}

.eh_content_wrapper.new-design  ul.text-list.testimonials li {
    line-height: 2;
}
.eh_content_wrapper.new-design  ul.text-list.testimonials {
    padding-top: 0;
    padding-bottom: 30px;
}
.custom-controls-container2 .flex-control-nav {

    bottom: 40px;

}
#newDesign .navbar-nav li a.signup-border{
    border: 1px solid #535353;
}
#newDesign .navbar-nav li a {
    font-weight: 500;
    font-size: 16px;
}
#newDesign .nav li > form > button.logout
{
    font-size: 16px;
    font-weight: 500;
}



/* heart*/

.podium-heart{
    font-size:30px;
    color:red;
}
.podium-heart .glyphicon{
    top:10px;
}

.count-heart {
    position: relative;
    left: -26px;
    color: #fff;
    font-size: 11px;
    top: -3px;
}
a.disabled-heart {
    pointer-events: none;
    cursor: default;
    color: #888;
}




/*new heart*/
/*Platform Home Page*/
.eh_member_container ul li {
    width: 120px;
}

.eh_member {
    width: 100%;
}

.eh_member img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
}

.eh_member_container .countdown li {
    border-right: none;
}

.eh_top_slider_text_box {
    text-align: left;
}

.eh_top_slider_text_box p {
    font-size: 16px;
    line-height: 1.6;
}

.eh_members_table_container {

}

.eh_members_table_box {

}

.eh_members_table_unit {
    display: inline-block;
    width: 100%;
}

.eh_mtu_img_box {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
}

.eh_mtu_img_box img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    display: inline-block;
    border-radius: 50%;
}

.eh_mtu_description {
    width: 70%;
    vertical-align: middle;
    display: inline-block;
}

.eh_mtu_description_list {
    display: inline-block;
    list-style: disc;
    list-style-position: outside;
    padding: 0 0 0 27px;
}

.eh_members_main_table_box {
    padding: 26px;
}

.eh_members_selected_table_box {
    background-color: white;
}

.eh_topic_name {
    font-weight: 800;
}

.eh_avatar_in_table {
    text-align: center;
    vertical-align: middle;
}

.eh_box_in_table {
    display: inline-block;
}

.eh_name_in_table,
.eh_list_in_table {
    padding: 8px;
    /*background-color: #e0f3ff;*/
    color: rgb(112, 112, 112);
    /*box-shadow: inset 0 0 10px #094e76;*/
}

.eh_list_in_table.eh_list_in_table_fix {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 6px;
}

.eh_name_in_table {
    margin-top: 1px;
    display: inline-block;
}

.eh_list_in_table {
    list-style-type: disc;
    margin-top: 12px;
    list-style-position: inside;
    padding: 8px 12px;
    font-size: 16px;
}

.eh_members_selected_table_box,
.eh_members_selected_table_box a {
    color: #337ab7;
}

.eh_mtu_description_st {
    color: #535353;
    font-weight: 400;
}

.eh_members_selected_table_box a:hover {
    color: #23527c;
}

.eh_members_selected_table_box .eh_members_table_unit {
    padding-top: 12px;
}

.eh_members_selected_table_box .eh_members_table_unit:first-child {
    padding-top: 0;
}

.schedule-tab + .eh_top_slider_title {
    padding-top: 46px;
}

.eh_subtitle_type_3 {
    color: inherit;
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
    text-align: center;
}
.eh_mtu_description_list p{
    margin: 0;
    text-align: left;
}




.mh-dropdown a{
    /*font-weight: 500;*/
    /*font-size: 16px;*/
    /*color:#fff;*/
    /*padding:20px 10px;*/
    pointer-events: none;
    cursor: default;
}
.mh-session{
    margin-left: 15px;
}
.countdown li.more-help{
    border-right: none;
}
#newDesign .nav li > form > button.logout-user{
    color:red;
    margin-top: 5px;
}

/*NEW DESIGN 2021*/

/*Top discussion section start*/
.eh_subtitle_type_new3{
    text-align: center;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    font-size: 32px;
    line-height: 22px;
}

.eh_subtitle_type_new3:after{
    content: '';
    width: 60%;
    position: absolute;
    height: 2px;
    background-color: #76A9D7;
    bottom: -15px;
    left: 65px;
    border-radius: 4px;
}
.before-title{
    text-align: center;
    margin:20px 0;
}
.my-flex-container{
    display: flex;
    /*flex-direction: column;*/
    margin-top: 20px;
    justify-content:space-around;
    /*flex-wrap:wrap;*/
}

.top-discussion{
    /*border:1px solid red;*/
    margin: 1px;
    justify-content: center;
    text-align: left;
    flex-basis: 40%;
}

.my-flex-container img,
.top-discussion1 img,
.my-flex-container1 img{
    width: 120px;
    height: 120px;
    object-fit: cover;
    display: inline-block;
    border-radius: 50%;
}

.my-flex-container .top-discussion .eh_mtu_img_box{
    margin-bottom: 10px;
    margin: 10px 0;
}
.my-flex-container .top-discussion p{
    margin-bottom: 0;
    /*width: 90%;*/
}



@media (max-width: 642px) {
    .my-flex-container{
        flex-wrap:wrap;
    }
    .my-flex-container .top-discussion .eh_mtu_img_box{
        padding-left: 20px;
    }
}



/*Top discussion section end*/


/*NEW DESIGN CERIFICATE STYLES*/

/*posts start */
.podium-avatar.img-circle.img-responsive {
    width: 198px;
    height: 198px;
    object-fit: cover;
    border-radius: 50%;
    padding: 0;
    margin-bottom: 10px;
}


.list-inline.small-trophies .podium-thumb-up{
    font-size:25px;
    float: right;
    margin-top: 10px;
    margin-right:5px;
}
.small-trophies .certificate{
    width:62px;
    height:62px;
}

.podium-avatar-mobile{
    display: none !important;
}


@media (max-width: 768px) {
    .podium-avatar.img-circle.img-responsive {
        width: 132px;
        height: 132px;
        object-fit: cover;
        border-radius: 50%;
        padding: 0;
        margin-bottom: 10px;
    }
    .small-icons-wrap{
        padding-left:10px;
    }
    .podium-text{
        padding-left:2px;
    }

    .podium-avatar {
        width: 29%;
    }
    .podium-atext{
        width: 70%;
    }





}
@media (max-width: 767px) {
    .podium-avatar-mobile{
        display: block !important;
    }

    .podium-avatar-mobile .podium-avatar{
        display: block !important;
        float:left;
    }
    .podium-avatar-mobile .small-icons-wrap{
        float:left;
    }
}

@media (max-width: 500px) {
    .podium-avatar-mobile .img-circle.img-responsive {
        width: 64px;
        height: 64px;
        object-fit: cover;
        border-radius: 50%;
        padding: 0;
        margin-bottom: 10px;
    }
    .podium-avatar-mobile .certificate{
        float:right;
    }
    .podium-avatar-mobile .podium-thumb-up{
        float:right;
    }
    .list-inline.small-trophies .mine-image {
        width:13px!important;
        height:13px!important;
    }
    .list-inline.small-trophies{
        margin-bottom: 0px;
    }
}
/*posts end */


/* TOP DISCUSSION START */
.card-img {
    display: flex;
    margin-bottom: 20px;
}
.card-img__logo {
    display: flex;
    max-height: 90px;
    max-width: 90px;
    height: 90px;
    width: 90px;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    align-self: center;
}
.logo.rounded {
    max-width: 85px;
    max-height: 85px;
    border: 1px solid #c1c1c1;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    object-fit: cover;
}
.card-img__info {
    display: flex;
    flex-direction: column;
}

@media(max-width: 767px) {
    .card-img {
        flex-direction: column;
        /*min-height: 200px;*/
    }
    .xs-flex-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .my-flex-container img, .top-discussion1 img, .my-flex-container1 img{
        max-height: 85px;
        max-width: 85px;
        height: 85px;
        width: 85px;

    }
}
/* TOP DISCUSSION end */

/*Profile*/

.ptabs .profile-tab-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: unset;
}

.ptabs .profile-tab-list span {
    text-align: center;
}
.ptabs .profile-tab-list li {
    width: calc(100% / 8);
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ptabs .profile-tab-list img {
    display: block;
    max-width: 100%;
    height: auto;
}

.ptabs .profile-nav-tabs {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.ptabs .slider-prev, .ptabs .slider-next {
    display: none;
}

.wrapper-scroll .nav>li>a:focus, .wrapper-scroll .nav>li>a:hover {
    background-color: transparent;
}

.ptabs .nav-tabs>li>a:hover {
    border-color: transparent;
}
.ptabs .nav-link {
    text-align: center;
    font-weight: bold;
}
.ptabs .nav-link.active-link {
    color: lightblue;
    position: relative;
}

.ptabs .nav-link.active-link:after {
    content: '';
    width: 70%;
    height: 2px;
    background-color: lightblue;
    position: absolute;
    bottom: 4px;
    left: 15%;
    right: 15%;
}

/*
    .profile-nav-tabs .nav-link {

    }*/

.ptabs .tab-content {
    padding-top: 15px;
    padding-bottom: 15px;
}


.profile-btns-find {
    display: flex;
    justify-content: space-around;
    padding: 10px 100px;
    flex-wrap: wrap;

    /*media*/
    /*5px 50px*/
    /*10px 0*/
}
.border-unset {
    border: unset;
    border-color: transparent;
}
@media(max-width: 768px) {
    .profile-btns-find {
        padding: 10px 0;
        /*media*/
        /*5px 50px*/
        /*10px 0*/
    }
    .profile-btns-find {
        /*  flex-direction: column;
           align-items: center;
           justify-content: center;*/
    }
    .profile-btns-find a.btn {
        margin-bottom: 10px;
        width: 100%;
    }
    .ptabs .profile-tab-list li {
        width: calc(100% / 3);
        margin-bottom: 15px;
    }
    .public-profile-community .user-info {
        padding-left: unset!important;
    }
    .panel.footer-panel-full .panel-footer {
        left: 50%!important;
    }
    /*.profile-nav-tabs {
        overflow-x: scroll;
    }*/

    .public-profile-community .user-info{
        margin-top:65px;

    }
    .user-info .name {

    }

    .wrapper-scroll {
        max-width: 100vw;
        overflow: hidden;
        min-height: 50px;
    }

    .scroll-nav-wrap {
        position: relative;
        padding: 0 15px;
    }

    .scroll-nav-wrap .slider-prev {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .scroll-nav-wrap .slider-next {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .public-profile-community .first-column {
        /* flex-direction: column;*/
    }
    [data-toggle="dropdown"]:after{
        content: unset;
    }
    .open [data-toggle="dropdown"]:after {
        content: unset;
    }
    .pull-right.profile-heart-like-btns {
        float: unset!important;
    }

}
@media(min-width: 768px) and (max-width: 1023px) {
    [data-toggle="dropdown"]:after{
        content: unset;
    }
    .ptabs .profile-tab-list li {
        width: calc(100% / 6);
        margin-bottom: 15px;
    }
    .profile-btns-find {
        padding: 5px 50px;
    }
    .panel.footer-panel-full .panel-footer {
        left: 50%!important;
    }
}

@media(min-width: 1024px) and (max-width: 1199px) {
    .profile-btns-find {
        padding: 5px 50px;
    }
}


.btn.btn-rounded-profile {
    color: #2e6da4;
    background-color: #fff;
    border-color: #2e6da4;
    display: flex;
    border-radius: 50%!important;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    border: 2px solid #76A9D7;
}

.btn-rounded-profile .profile-btn-dots {
    font-size: 17px;
    letter-spacing: 5px;
    height: 100%;
    padding: unset;
    margin: unset;
    width: 100%;
    display: flex;
    align-items: baseline;
    color: #fff;
}
.dropdown-profile--dark {
    display: inline-block;
}

.dropdown-profile--dark .dropdown-menu {
    background-color: #000;
}

.dropdown-profile--dark ul > li > a {
    color: #fff;
}

.public-profile-community .popup-medals {
    margin-left: 0!important;
}

.padding-bottom-unset {
    padding-bottom: unset;
}
.panel.footer-panel-full .panel-footer {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: calc(50% - 10px);
}

.panel.footer-panel-full .panel-footer ul.list-inline {
    padding-left: 10px;
}

/*profile end*/
.top-bg{
    background-image: url(/css/img/bg.jpg);
    background-color: rgba(0, 114, 188, 0.70);
}
.top-bg:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 114, 188, 0.70);
    height: 100%;
    opacity: 0.9;
}
.avatar-profile-community .podium-avatar.img-circle.img-responsive{
    z-index:2;
}


.public-profile-community .user-info {
    position: relative;
    max-width: 740px;
}
.status {
    position: absolute;
    top: -40px;
    color:#fff;
    font-size: 18px;
    line-height: 20px;
}


.top-discussion {
    margin: 0;
    flex-basis: 25%;
    padding-left: 10px;

}

@media(min-width: 769px) {
    .top-discussion {
        padding-left: 43px;
    }
}


@media(max-width: 520px) {
    .top-discussion {
        flex-basis: 48%;
    }
}

.eh_topic_name {
    font-weight: 100;
}

@media(max-width: 769px) {
    .tab-list.text-center{
        padding:0 50px;
    }
}

@media(max-width: 500px) {
    .tab-list.text-center{
        padding:0 10px;
    }
}
.eh_top_slider_bigtitle {
    font-size: 14px;

}

.glyphicon-heart.most-supportive,
.glyphicon.glyphicon-heart{
    color:red;
}
.glyphicon-thumbs-up.most-supportive{
    color:#5cb85c;
}

/* add styles public profile*/

.user-info .name{
    font-weight: bold;
    color: #454545;
}

.dropdown-profile--dark .dropdown-menu {
    position: absolute;
    left: -113px;
}
@media (max-width: 1024px){
    [data-toggle="dropdown"]:after {
        font-size: 17px;
        letter-spacing: 5px;
        height: 100%;
        padding: unset;
        margin: unset;
        width: 100%;
        display: flex;
        content: '';
    }



}

.btn-rounded-profile .profile-btn-dots {
    position: relative;
}
.btn-rounded-profile .profile-btn-dots:after{
    content: '...';
    position: absolute;
    font-size: 29px;
    font-weight: 900;
    letter-spacing: 5px;
    height: 100%;
    color: #76A9D7;
    /* top: -5px; */
    /* left: -2px; */
    bottom: 15px;
    right: -15px;
}
.public-profile-community .btn-profile {
    font-size: 16px;
}
.public-profile-community .panel-body{
    padding: 0;
}

.forum-user-info{
    display: flex;
}
.forum-user-info p{
    margin-right: 20px;
    font-size: 18px;
    line-height: 10px;
    color: #5B7083;
}
.forum-user-info .count{
    font-weight: bold;
    color: #454545;
}
.public-profile-community .btn-profile {
    margin-right: 10px;
}
.dropdown-profile--dark.mobile,
.buttons-top.mobile,
.forum-user-info.mobile{
    display: none;
}

@media (max-width: 1000px){
    .public-profile-community .btn-profile {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .profile-btns-find a.btn {
        margin-right: 5px;
        overflow: hidden;
    }
    .status {
        top: -113px;
        color: #fff;
        font-size: 18px;
        line-height: 20px;
        left: 188px;
    }
    .podium-avatar {
        display: block!important;
    }
    .dropdown dropdown-profile--dark{
        position: relative;
    }

    .podium-post .podium-avatar{
        width:100%;
    }
}


.public-profile-community .profile-member-since.mobile ,
.public-profile-community .popup-medals.mobile,
.public-profile-community .last-login.mobile{
    display: none;
}


@media (max-width: 525px) {
    .public-profile-community .buttons-top,
    .forum-user-info,
    .dropdown-profile--dark.mobile.count,
    .public-profile-community .profile-member-since ,
    .public-profile-community .popup-medals,
    .public-profile-community .last-login{
        display: none;
    }
    .top-bg .avatar-profile-community .podium-avatar.img-circle.img-responsive {
        position: absolute;
        width: 111px;
        height: 111px;
        bottom: -68px;
        left: 20px;
        border: 4px solid #FFF;
    }
    .status {
        left: 140px;
    }
    .dropdown-profile--dark.mobile{
        display: inline-block;
        float: right;
    }
    .dropdown dropdown-profile--dark{
        position: relative;
    }
    .dropdown-profile--dark .dropdown-menu{
        position: absolute;
        left: -106px;
    }
    .user-info .name {
        font-size: 26px;
        line-height: 30px;
    }
    .public-profile-community .profile-member-since.mobile ,
    .public-profile-community .popup-medals.mobile,
    .public-profile-community .last-login.mobile{
        display: block;
    }
    .buttons-top.mobile{
        display: flex;
        justify-content: space-around;
        margin: 10px 0;
    }

    .forum-user-info.mobile{
        display: flex;
        justify-content: space-around;
        margin-left: 140px;
    }
    .forum-user-info.mobile.first-column-info{
        margin-top: 10px;
    }
    .public-profile-community .user-info{
        margin-top:0;
        padding-top: 0;

    }
    .first-column {
        padding-top: 15px;
    }

    .forum-user-info p {
        margin-left: 5px;
        margin-right: 5px;
        min-width: 49%;
    }
    .public-profile-community .first-column{
        padding-top: 0;
    }

}
@media (max-width: 400px){
    .forum-user-info.mobile p{
        font-size: 14px;
    }
}

@media (max-width: 350px) {
    .top-bg .avatar-profile-community .podium-avatar.img-circle.img-responsive {
        left: 1px;

    }
    .forum-user-info.mobile {
        margin-left: 116px;
    }
}

@media (max-width: 767px) {
    .podium-post .podium-avatar{
        display: none!important;
    }
}

/*@media (mix-width: 990px ) and (max-width: 1200px) {*/
@media  (min-width: 990px) and (max-width: 1200px)  {
    .podium-thumb-up.post
    {
        margin-left: 40px!important;
    }

}



/*new styles */
@media (max-width: 1200px){
    .navbar-toggle {
        float: right;
        position: fixed;
        right: 20px;
        border-bottom: none!important;
    }
    #navigation .navbar-header .navbar-brand {
        margin-left: 6px;
    }

}

.navbar-header .navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    margin-bottom: 7px;
}

.navbar-toggle {
    right:5px;
}
@media (max-width: 450px){
    .navbar-toggle {
        right:-5px;
    }




}

@media (max-width: 374px){
    .podium-avatar-mobile .list-inline.small-trophies.certif-community{
        display: block;
        position: relative;
    }
    .small-trophies.certif-community .certificate{
        position: absolute;
        bottom: -57px;
    }
}

.list-inline.small-trophies .podium-thumb-up {
    margin-bottom: 10px;
    margin-left: 10px;
}
.podium-avatar-mobile .list-inline.small-trophies.certif-community{
    display: flex;
    justify-content: flex-end;
}
.podium-avatar-mobile{
    padding-right: 0;
}



.fas.fa-angle-down{
    display: none;
}

.navbar-nav li.active a {
    background-color: transparent;
}
.navbar-nav li.dropdown.open .dropdown-menu li.active a{
    color:#76A9D7;
}
@media (max-width: 1024px){

    .fas.fa-angle-down{
        display: inline-block;
    }

    .navbar-nav li.active a {
        background-color: transparent;
    }

    .navbar-nav li.dropdown.open .dropdown-menu li.active a{
        color:#76A9D7;
    }

    .navbar-nav li.dropdown.open .dropdown-menu li {
        border-bottom: none;
        padding: 5px 0;
    }
    #newDesign .navbar-nav li{
        position: relative;
    }

    #newDesign .navbar-nav li .caret{
        position: absolute;
        top:11px;
        display: inline;
    }

    #newDesign .navbar-nav li.dropdown.open .caret {
        transform: rotate(180deg);
        width: inherit;
        height: inherit;
    }

    .mh-session {
        margin-left: 30px!important;
    }

}

.eh_footer.new-design {
    min-height: auto;
}


@media screen and (max-width: 768px) {
    .eh_footer.new-design .dots-footer img {
        position: absolute;
        top: -31px;
        left: -169px;
        height: 364px;
    }
    .eh_footer.new-design .dots-footer img{
        position: absolute;
        top: -25px;
        left: -27px;
        height: 200px;
    }
}

.podium-thumb-up.block-access,
.podium-heart.block-access{
    cursor: default;
    /*pointer-events: none;*/
    text-decoration: none;
}


.mobile-icons{
    display: none;
}
@media (max-width: 450px) {
    .container.main-container {
        position: relative;

    }

    .mobile-icons li a {
        font-size: 40px;
        color: white;
    }

    .mobile-icons li {
        padding-right: 10px;
        padding-top: 13px;
        list-style: none;
    }

    .mobile-icons {
        color: white;
        margin-right: 75px;
        position: absolute;
        right: 0;
        display: block;
    }
}
@media (max-width: 370px) {
    .mobile-icons li {
        padding-right: 0;
    }
    .navbar-brand img {
        max-height: 90%;
    }
}

@media (max-width: 410px){
    .eh_footer.new-design .footer-link .link2, .eh_footer.new-design .footer-link .link5 {
         text-align: center;
    }
    .eh_footer.new-design .footer-link .link1{
        text-align: center;
    }
}





