@charset "UTF-8";


@font-face {
    font-family: 'Gotham';
    font-weight: 300;
    src: url('../fonts/GothamBook.woff2') format('woff2'),
         url('../fonts/GothamBook.woff') format('woff');
}
@font-face {
    font-family: 'Gotham';
    font-weight: 700;
    src: url('../fonts/GothamBold.woff2') format('woff2'),
         url('../fonts/GothamBold.woff') format('woff');
}
@font-face {
    font-family: 'Gotham';
    font-weight: 200;
    src: url('../fonts/GothamLight.woff2') format('woff2'),
         url('../fonts/GothamLight.woff') format('woff');
}
@font-face {
    font-family: 'Gotham';
    font-weight: 500;
    src: url('../fonts/GothamMedium.woff2') format('woff2'),
         url('../fonts/GothamMedium.woff') format('woff');
}
@font-face {
    font-family: 'Gotham';
    font-weight: 800;
    src: url('../fonts/GothamBlack.woff2') format('woff2'),
         url('../fonts/GothamBlack.woff') format('woff');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 300;
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
         url('../fonts/Montserrat-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 700;
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
         url('../fonts/Montserrat-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 200;
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
         url('../fonts/Montserrat-Light.woff') format('woff');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 500;
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
         url('../fonts/Montserrat-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 800;
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
         url('../fonts/Montserrat-Black.woff') format('woff');
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

*
{
    margin:0;
    padding:0;
    border:0;
    box-sizing:border-box;
}

[onclick]{
    cursor:pointer;
}

html,
body,
form
{
    width:100%;
    height:100%;
    position:relative;
    font-family: 'Gotham','Montserrat';
    font-weight: 300;
    font-size: 20px;
    color: #52526A;
    background-color: #37383A;
}

a {
    color: inherit;
    text-decoration: none;
}

.breaker
{
    clear:both;
}

.defaultWaiticon
{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(255,255,255,0.3);
    background-image:url(../images/waiticon.gif);
    background-repeat: no-repeat;
    background-position: center center;
    z-index:3;

    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.defaultWaiticon img
{
    display: none;
}

.text_content1 {
    width: 1400px;
    /*padding:30px;*/
    margin: auto;
}

.text_content1-2
{
    background-color:transparent;
}

#header_placeholder {
    position: relative;
    width: 100%;
    height: 125px;
    background-color: #F9F9F9;
    transition: height 0.2s;
}

#header_placeholder.header_placeholder_logout {
    height: 40px;
}

#header_bar {
    position: fixed;
    width: 100%;
    height: 40px;
    top: 0;
    background-color: #ECECEE;
    z-index: 3;
    transition: top 0.2s;
}

.scrolled #header_bar {
    top: -40px;
}

#header_bar_content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

#header_bar_content_left {
    height: 100%;
    display: flex;
    align-items: center;
}

#header_bar_content_right {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header_bar_separator {
    width: 2px;
    height: 27px;
    margin: 0 20px;
    background-color: #D4D3DB;
}

.header_bar_icolink {
    height: 100%;
    display: flex;
    align-items: center;
}

.header_bar_icolink img {
    margin-right: 10px;
}

#languageselect {
    -webkit-appearance: none;
    background-image: url(../images/select_row.png);
    background-repeat: no-repeat;
    background-position: right center;
    min-width: 40px;
    padding: 0 10px 0 0;
    background-color: transparent;
}

#footer_bar1 {
    position: relative;
    width: 100%;
    background-color: #494A4B;
}

#footer_bar1_content {
    padding: 35px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer_bar1_voices {
    display: flex;
    align-items: center;
}

.footer_bar1_voice {
    margin: 0 45px 0 0;
    font-weight: 500;
    font-size: 14px;
    color: #B4B4B4;
}

#footer_bar1_socials {
    display: flex;
    align-items: center;
}

.footer_bar1_social {
    position: relative;
    width: 38px;
    height: 38px;
    margin: 0 0 0 12px;
    background-color: #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.footer_bar1_social img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#footer_bar2 {
    position: relative;
    width: 100%;
    padding: 20px 0;
    background-color: #37383A;
}

#footer_bar2_content {
    font-weight: 500;
    font-size: 12px;
    color: #616161;
    text-align: center;
}

.page_container {
    position: relative;
    width: 100%;
    background-color: #F9F9F9;
}

#login_cont {
    background-color: #F9F9F9;
}

#login_sf {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F9F9F9;
    background-image: url('../images/sf_login.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}

#login_sf img {
    width: 100%;
    display: none;
}

#login_form {
    position: relative;
    width: 45%;
    padding: 300px 100px 150px 0;
    background-color: #F9F9F9;
}

#register_form {
    position: relative;
    width: 100%;
    padding: 100px 30%;
}

#logo_cont {
    position: absolute;
    width: 218px;
    height: 218px;
    left: 0;
    top: 0;
    background-color: #FFFFFF;
}

#logo_cont img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
}

.generic_title1 {
    font-size: 44px;
    font-weight: 200;
}

.generic_title1 b {
    font-weight: 800;
}

#login_form a {
    color: #B7176D;
    text-decoration: underline;
}

.form_fields_cont {
    display: flex;
    flex-wrap: wrap;
}

.form_field_cont {
    width: 100%;
    margin-bottom: 20px;
}

.form_field_cont_big1 {
    width: 70%;
}

.form_field_cont_small1 {
    margin-left: 5%;
    width: 25%;
}

.form_field_cont_small2 {
    width: 25%;
}

.form_field_cont_half1 {
    width: 48%;
}

.form_field_cont_half2 {
    margin-left: 4%;
    width: 48%;
}

.form_field_cont_inputbutton {
    display: flex;
    
}

.form_field_fakeradio_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form_field_label {
    font-size: 12px;
    color: #6D6E72;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.form_field_fakeradio_label {
    font-size: 20px;
    font-weight: 500;
}

.form_field_fakeradio_btns {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.form_field_fakeradio_btn {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    background-color: #E6E6E6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.form_field_fakeradio_btn_sel {
    color: #FFFFFF;
    background-color: #B7176D;
}

.form_field_cont input[type="text"], .form_field_cont input[type="password"], .form_field_cont select {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    color: #52526A;
    background-color: #FFFFFF;
    border: 2px solid #C6C8D2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.form_check_cont {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    color: #52526A;
    line-height: 24px;
}

.form_check_cont1 {
    display: flex;
}

.form_check_cont1_text {
    margin-left: 15px;
    font-size: 14px;
    line-height: 18px;
}

.form_check_cont1_text a {
    color: #B7176D;
    text-decoration: underline;
}

.form_check_cont input[type="checkbox"] {
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    color: #52526A;
    background-color: #FFFFFF;
    border: 2px solid #C6C8D2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: text-top;
}

.form_check_cont input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    left: 3px;
    background-color: #52526A;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.form_field_cont input.form_field_error, .form_field_cont select.form_field_error, .form_check_cont input.form_field_error {
    border-color: #B7176D;
}

.form_field_cont input.form_field_coupon_confirmed {
    border-color: #599F65;
}

.generic_inline_button {
    height: 50px;
    padding: 0 75px;
    font-size: 15px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
}

.generic_fullwidth_button {
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.generic_button_icoimage {
    margin-right: 5px;
}

.generic_image_button {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.generic_small_button {
    height: 35px;
    font-size: 12px;
    font-weight: 500;
    line-height: 35px;
}

.generic_small2_button {
    height: 40px;
    line-height: 40px;
}

.generic_small3_button {
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
}

.generic_inline_button.generic_small_button {
    padding: 0 15px;
}

.generic_button1 {
    color: #FFFFFF;
    background-image: linear-gradient(to right, #d70b52, #931b7e);
}

.generic_button2 {
    color: #FFFFFF;
    background-color: #B7176D;
}

.generic_button3 {
    color: #FFFFFF;
    background-color: #E6E6E6;
}

.generic_button4 {
    color: #FFFFFF;
    background-color: #52526A;
    cursor: default;
}

.generic_button5 {
    color: #FFFFFF;
    background-color: #a6a6b2;
    cursor: default;
}

.generic_button6 {
    color: #e7514f;
    background-color: #ffb7af;
    cursor: default;
}

.generic_button7 {
    color: #B7176D;
    border: 2px solid #B7176D;
    line-height: 48px;
}

.generic_button8 {
    color: #BCBCBC;
    border: 2px solid #BCBCBC;
    line-height: 48px;
}

.generic_button9 {
    color: #FFFFFF;
    background-color: #52526A;
}

.generic_small_button.generic_button7, .generic_small_button.generic_button8 {
    line-height: 33px;
}

.button_favourites
{
    background-image:url("../images/star.svg");
    background-size: 50% 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.button_favourites.selected
{
    background-image:url("../images/star_sel.svg");
}

:focus {
    outline: none;
}

#mobile_logo_bar {
    position: fixed;
    width: 100%;
    height: 100px;
    top: 0;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 5px #00000011;
    z-index: 3;
    display: none;
}

#mobile_logo_bar_content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup_cont {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(39, 39, 44, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 900;
}

.popup_content {
    max-width: 700px;
    padding: 35px 50px;
    text-align: center;
    background-color: #F9F9F9;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#coursebuydetail_popup {
    align-items: flex-start;
    overflow-y: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#coursebuydetail_popup::-webkit-scrollbar {
  display: none;
}

#coursebuydetail_popup .popup_content {
    max-width: unset;
    width: 1100px;
    margin: 30px 0;
    text-align: left;
    background-color: #ECECEC;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#coursebuydetail_popup.courserequestcoupon_popup .popup_content {
    width: 800px;
}

#coursebuydetail_popup .popup_content_options {
    font-size: 16px;
    line-height: 25px;
}

.hline1{
    width: 100%;
    height: 2px;
    margin: 35px 0;
    background-color: #CFCBCB;
}

.popup_video_cont {
    width: calc(100% - 175px);
    min-width: 800px;
    max-width: 1400px;
    height: calc(100% - 175px);
    min-height: 600px;
    max-height: 1200px;
}

.popup_video_cont iframe {
    width: 100%;
    height: 100%;
}

.popup_close {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

#mobile_menu_cont {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    background-color: #3a3a46;
    display: flex;
    flex-direction: column;
    z-index: 100;
    transition: left 0.5s;
}

#mobile_menu_cont.mobile_menu_opened {
    left: 0;
}

#mobile_menu_logo_bar_content {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

#mobile_menu_voices {
    flex-grow: 1;
    margin: 30px 0 0;
    overflow-y: scroll;
}

.mobile_menu_voice {
    width: 100%;
    padding: 15px 5%;
    color: #ECECEC;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.mobile_menu_voice.mobile_menu_voice2 {
    color: #AFAFC5;
    font-weight: 300;
    text-transform: none;
}

.mobile_menu_voice.mobile_menu_voice3 {
    justify-content: flex-start;
    flex-shrink: 0;
}

.mobile_menu_language {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    font-size: 18px;
    color: #ECECEC;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.mobile_menu_language.mobile_menu_language_sel {
    color: #FFFFFF;
    font-weight: 500;
    background-color: #070709;
}

.mobile_logo_bar_languages {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.mobile_logo_bar_language {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    font-size: 16px;
    color: #52526a;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.mobile_logo_bar_language.mobile_menu_language_sel {
    color: #FFFFFF;
    font-weight: 500;
    background-color: #52526a;
}

#header_menu_bar {
    position: fixed;
    width: 100%;
    height: 85px;
    top: 40px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 5px #00000011;
    z-index: 3;
    transition: top 0.2s;
}

.scrolled #header_menu_bar {
    top: 0;
}

#header_menu_bar_content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header_menu_bar_voices {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header_menu_bar_voice {
    height: 30px;
    margin: auto 45px;
    font-size: 14px;
    color: #52526A;
    line-height: 30px;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    display: flex;
    align-items: center;
}

.header_menu_bar_voice_sel {
    color: #B7176D;
    font-weight: 700;
    border-color: #B7176D;
}

.header_menu_bar_search {
    width: 150px;
    height: 20px;
    font-size: 12px;
    color: #52526A;
    background-color: transparent;
    border-bottom: 1px solid #C5CDD2;
    display: none;
}

.header_menu_bar_search_shown {
    display: block;
}

.header_menu_bar_search::-webkit-input-placeholder { /* Edge */
  color: #BCBCBC;
}

.header_menu_bar_search:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #BCBCBC;
}

.header_menu_bar_search::placeholder {
  color: #BCBCBC;
}

#home_banner {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

#home_banner_content {
    position: relative;
    width: 100%;
    height: 100%;
}

#home_banner_mobile_content {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
}

.home_banner_elem {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    z-index: 1;
    transition: opacity 2s;
}

.home_banner_elem.home_banner_elem_anim_man {
    transition: opacity 0.5s;
}

.home_banner_elem_imgmobile {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    transition: opacity 2s;
}

.home_banner_elem.home_banner_elem_curr {
    left: 0;
    opacity: 1;
    z-index: 2;
}

.home_banner_elem_imgmobile.home_banner_elem_imgmobile_curr {
    position: relative;
    left: 0;
    opacity: 1;
    z-index: 2;
}

.home_banner_elem.home_banner_elem_to {
    left: -100%;
    z-index: 3;
}

.home_banner_elem_imgmobile.home_banner_elem_imgmobile_to {
    left: -100%;
    z-index: 3;
}

.home_banner_elem_content {
    height: 100%;
    padding: 115px 0 115px 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home_banner_elem_category {
    position: relative;
    padding-bottom: 25px;
    font-style: italic;
    color: #52526A;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
}

.home_banner_elem_category:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 5px;
    left: 0;
    bottom: 0;
    background-color: #b7176d;
}

.home_banner_elem_title {
    padding-top: 25px;
    color: #ffffff;
    font-size: 60px;
    line-height: 65px;
    font-weight: 200;
    text-transform: uppercase;
}

.home_banner_elem_text {
    padding-top: 15px;
    font-size: 30px;
    color: #ffffff;
}

.home_banner_elem_text b {
    font-weight: 500;
}

.home_banner_elem_link {
    position: relative;
    padding-left: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #B7176D;
    text-transform: uppercase;
}

.home_banner_elem_link:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #B7176D;
    /*background-image: url('../images/');*/
    background-repeat: no-repeat;
    background-size: contain;
}

#home_banner_paginator {
    position: absolute;
    right: 40px;
    bottom: 20px;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
}

.home_banner_paginator_elem {
    position: relative;
    width: 75px;
    height: 5px;
    margin-left: 15px;
    background-color: #ffffff;
}

.home_banner_paginator_elem:after {
    content: '';
    position: absolute;
    width: 0;
    height: 5px;
    top: 0;
    left: 0;
    background-color: #B7176D;
}

.home_banner_paginator_elem.home_banner_paginator_elem_curr:after {
    width: 100%;
    transition: width 5s linear;
}

.courses_list {
    overflow: hidden;
}

.courses_list_notitle {
    padding-top: 100px;
}

.courses_list_highlights
{
    display:grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 60px;
    width:100%;
    margin-bottom:60px;
}

.courses_list_highlights_item
{
    display:flex;
    flex-direction: column;
}

.courses_list_highlights_item_title
{
    margin-bottom:10px;
    font-size:30px;
    font-weight: bold;
}

.courses_list_highlights_item_image
{
    width:100%;
    height:440px;
    height:auto;
    object-fit: cover;
    object-position: center center;
    margin-bottom:20px;
}

.courses_list_highlights_item_image_mobile
{
    width:100%;
    height:auto;
    object-fit: cover;
    object-position: center center;
    margin-bottom:20px;
    display: none;
}

.courses_list_highlights_item_afterTitle
{
    /*margin-bottom:20px;*/
}

.courses_list_title {
    position: relative;
    color: #52526A;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    border-bottom:5px solid black;
    border-image: linear-gradient(to right, #B7176D 0%, #B7176D 25px, #00000000 25px, #00000000 100%) 1;
    padding-bottom:20px;
    margin-bottom:30px;
    display:flex;
    justify-content: space-between;
}

.courses_list_title-2
{
    font-size:25px;
}

.courses_list_title-3
{
    font-weight: bold;
}

.courses_list_title-4
{
    border-bottom: 0;
    padding-bottom:0;
}

.courses_list_title-5
{
    justify-content: center;
    border-image: linear-gradient(to right, #00000000 0%, #00000000 calc(50% - 15px), #B7176D calc(50% - 15px), #B7176D calc(50% + 15px), #00000000 calc(50% + 15px), #00000000 100%) 1;
}

.courses_list_title_onlynav
{
    margin-bottom:0;
    border-bottom:0;
}



.courses_list_title_navigator
{
    display:flex;
}

.courses_list_title_navigator_button
{
    border:2px solid #B7176D;
    border-radius: 6px;
    color:#B7176D;
    font-size:14px;
    padding:0px 20px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-left:20px;
    font-weight: 500;
    cursor:pointer;
}

.courses_list_title_navigator_button-2
{
    color:#80808D;
    border-color: #80808D;
    height:100%;
    margin:0;
    height:35px;
}

.courses_list_title_navigator_arrow
{
    background-color:#E6E6E6;
    margin-left:5px;
    width:40px;
    height:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:15px;
    color:#52526A;
    border-radius:6px;
    user-select: none;
}

.courses_list_title_navigator_arrow-2
{
    /*opacity: 0.7;*/
}

.courses_list_elems_cont {
    position: relative;
    height: 380px;
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    margin-top: 40px;
}

.courses_list_elems {
    width:100%;
    margin-bottom:40px;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.courses_list_elems::-webkit-scrollbar {
  display: none;
}

.courses_list_elems_wrapper
{
    display: flex;
    min-height:400px;
    width:auto;
    overflow:visible;
    transition: 0.5s left;
    position:relative;
    left:0;
}

.courses_list_elems_wrapper-2
{
    display:grid;
    width:100%;
    grid-template-columns: repeat(auto-fit, 340px);
    row-gap: 20px;
    justify-content: flex-start;
}

.courses_list_elems_wrapper_fullpage
{
    grid-template-columns: repeat(auto-fit, calc(25% - 24px));
    column-gap: 32px;
}

.courses_list_elems_wrapper_salonlocator {
    min-height:165px;
}

.courses_list_elems_elem
{
    background-color:#FFFFFF;
    /*display:flex;*/
    /*flex-direction: column;*/
    box-shadow:0px 0px 10px #00000011;
    margin-bottom:30px;
    width:320px;
    /*max-width: 70vw;*/
    /*margin:auto;*/
    margin-right:20px;
    flex-shrink:0;
}

.courses_list_elems_wrapper_salonlocator .courses_list_elems_elem
{
    margin-bottom:0;
    display:flex;
    width:550px;
}

.courses_list_elems_elem.courses_list_elems_elem_boughtpast
{
    opacity: 0.5;
}

.courses_list_elems_wrapper_fullpage .courses_list_elems_elem
{
    width: 100%;
}

.courses_list_elems_elem_image
{
    height:220px;
    position:relative;
}

.courses_list_elems_wrapper_salonlocator .courses_list_elems_elem_image
{
    height:100%;
    width: 235px;
}

.courses_list_elems_elem_contents
{
    height: calc(100% - 220px);
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    padding:30px 20px;
    position:relative;
    overflow: hidden;
}

.courses_list_elems_wrapper_salonlocator .courses_list_elems_elem_contents
{
    height:100%;
}

.courses_list_elems_elem_contents_location
{
    background-color:#E7E7E8;
    border-radius:16px;
    color:#6D6E72;
    font-size:12px;
    font-weight:400px;
    padding:5px 8px;
    display:inline-block;
    margin-bottom:10px;
    cursor: pointer;
}

.courses_list_elems_elem_contents_location img
{
    float: left;
    margin-right:5px;
}

.courses_list_elems_elem_contents_star
{
    position:absolute;
    top:30px;
    right:15px;
    width:20px;
    height:20px;
    background-image:url("../images/star.svg");
    background-size: 100% 100%;
    cursor: pointer;
}

.courses_list_elems_elem_contents_star.selected
{
    background-image:url("../images/star_sel.svg");
}

.courses_list_elems_elem_contents_date
{
    color:#7C828F;
    font-weight: bold;
    font-size:14px;
    margin-bottom:10px;
}

.courses_list_elems_elem_contents_preTitle
{
    position: relative;
    color:#7C828F;
    font-size:14px;
    font-weight: 500;
    margin-bottom:10px;
}

.courses_list_elems_elem_contents_title
{
    position: relative;
    width: calc(100% - 20px);
    color:#3A3A46;
    font-size:18px;
    font-weight: bold;
    margin-bottom:10px;
    overflow: hidden;
}

.courses_list_elems_elem_contents_afterTitle
{
    position: relative;
    color:#52526A;
    font-size:16px;
    font-weight: 300;
    margin-bottom:10px;
    overflow: hidden;
    /*white-space: nowrap;*/
}

.courses_list_elems_elem_textsf
{
    position: absolute;
    width: 24px;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url('../images/course_block_test_sf.png');
}

.courses_list_elems_elem_contents_stats
{
    display:flex;
    color:#B7176D;
    font-size:16px;
    font-weight: 500;
    align-items: center;
}

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

.courses_list_elems_elem_contents_stats_time-2
{
    border-left:1px solid #EBEBEB;
    padding-left: 15px;
}

.courses_list_elems_elem_contents_stats_time > *:last-child
{
    margin-left:5px;
    margin-right:15px;
}

.courses_list_elems_elem_image_overlay
{
    position:absolute;
    top:15px;
    right:15px;
    background-color:#FFFFFF;
    font-size:15px;
    padding:7px;
    border-radius:3px;
    font-weight: bold;
    color:#52526A;

    display: none !important;
}

.courses_list_elems_elem_image_overlay_soldout
{
    position:absolute;
    top:15px;
    left:15px;
    font-size:15px;
    padding:7px;
    border-radius:3px;
    font-weight: bold;
    color: #e7514f;
    background-color: #ffb7af;
}

.courses_list_elems_elem_image_overlay_ondemand
{
    position:absolute;
    top:15px;
    left:15px;
    font-size:15px;
    padding:7px;
    border-radius:3px;
    font-weight: bold;
    color: #468744;
    background-color: #C3EBB9;
}

.courses_list_elems_elem_image_overlay_reserved
{
    position:absolute;
    top:15px;
    left:15px;
    font-size:15px;
    padding:7px;
    border-radius:3px;
    font-weight: bold;
    color: #446287;
    background-color: #B9D8EB;
}

.courses_list_elems_elem_image_bg
{
    object-fit: cover;
    width:100%;
    height:100%;
}

.courses_list_elem {
    position: relative;
    width: 360px;
    height: 380px;
    margin: 0 25px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 3px 18px 0px rgba(56, 57, 59, 0.16);
    -moz-box-shadow: 0px 3px 18px 0px rgba(56, 57, 59, 0.16);
    box-shadow: 0px 3px 18px 0px rgba(56, 57, 59, 0.16);
}

.courses_list_elem:first-child {
    margin: 0 20px 0 0;
}

.page_int_cont {
    background-color: #F9F9F9;
}

.page_int_cont-2
{
    background-image:linear-gradient(to right, #ECECEC 0%, #ECECEC 50%, #F9F9F9 50%, #F9F9F9 100%);
    background-color: #ECECEC;
}

.page_int_cont-3
{
    background-color: #ECECEC;
}

.page_int_cont_account
{
    display:flex;
    width:100%;
}

.page_int_cont_account_sidebar
{
    width:30%;
    padding: 50px 0;
    background-color:#ECECEC;
    font-size:16px;
    line-height: 50px;
}

.page_int_cont_account_sidebar_title {
    margin-bottom: 15px;
    font-size:20px;
    line-height: 22px;
    color:#B7176D;
}

.page_int_cont_account_sidebar a {
    text-decoration: none;
    color:#52526A;
}

.page_int_cont_account_sidebar_currlink {
    font-weight: 500;
}

.page_int_cont_account_cont
{
    width: 70%;
    padding:50px;
    background-color:#F9F9F9;
    flex-grow:1;
}

.page_int_cont_banner
{
    width:100%;
    height:330px;
    object-fit: cover;
}

.page_int_cont_banner_mob
{
    width:100%;
    object-fit: cover;
    display: none;
}

.searchResults_title
{
    font-size:25px;
    color:#52526A;
    font-weight: 300;
    margin-bottom:60px;
}

.searchResults_title_query
{
    font-weight: bold;
    font-size:40px;
}

.CoursesFilterPanel
{
    background-color:#ECECEC;
    padding:20px;
    margin-bottom:40px;
}

.CoursesFilterPanel_applied {
    margin-bottom: 40px;
}

.CoursesFilterPanel_applied_list
{
    display:flex;
    min-height:40px;
    flex-wrap: wrap;
}

.CoursesFilterPanel_applied_item
{
    background-color:#80808D;
    color:white;
    border-radius:6px;
    font-size:14px;
    font-weight: 300;
    padding:10px;
    margin-right:10px;
    display:flex;
    align-items: center;
    margin-bottom:5px;
}

.CoursesFilterPanel_applied_item_remove
{
    margin-left:5px;
    cursor:pointer;
}

.CoursesFilterPanel_title
{
    font-size:18px;
    color:#52526A;
    font-weight: bold;
    display:flex;
    justify-content: space-between;
    cursor:pointer;
}

.CoursesFilterPanel_title-2{
    margin-bottom:15px;
}

.CoursesFilterPanel_title_arrow
{

}

.CoursesFilterPanel_filters
{
    margin-top:20px;
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap:20px;
}

.CoursesFilterPanel_filters_item select,
.CoursesFilterPanel_filters_item input
{
    width:100%;
    padding:10px;
    font-size:16px;
    font-family:"Gotham";
    color:#52526A;
    font-weight: 300;
    border-radius:6px;
}

.CoursesFilterPanel_filters_item input
{
    background-image:url("../images/search (4).svg");
    background-position:center right 10px;
    background-repeat: no-repeat;
    padding-right:40px;
}

.course_detail_head {
    width: 100%;
    display: flex;
    padding: 65px 0;
}

.course_detail_head_image {
    width: 45%;
}

.course_detail_head_image_bg {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.course_detail_head_text {
    width: 55%;
    padding-left: 3%;
}

.course_detail_head_type {
    padding: 5px 10px 3px;
    margin-bottom: 15px;
    font-size:12px;
    color:#FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #DE3570;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    display: inline-block;
}

.course_detail_head_cat {
    margin-bottom: 8px;
    font-size:16px;
    line-height: 19px;
    color:#7C828F;
    text-transform: uppercase;
    font-style: italic;
}

.course_detail_head_title {
    margin-bottom: 8px;
    font-size:35px;
    line-height: 42px;
    font-weight: 800;
}

.course_detail_head_subtitle {
    margin-bottom: 15px;
    font-size:20px;
    line-height: 24px;
    font-weight: 500;
}

.course_detail_head_price {
    margin-bottom: 15px;
    font-size:35px;
    line-height: 42px;
    font-weight: 800;
    display: flex;
    align-items: center;

    display: none !important;
}

.order_detail_price {
    color: #B7176D;
    font-size:35px;
    line-height: 42px;
    font-weight: 800;
}

.order_detail_old_price {
    font-size:20px;
    line-height: 24px;
    text-decoration: line-through;
    color: #52526A;
}

.order_detail_coupon_price {
    font-size:20px;
    line-height: 24px;
    color: #599F65;
}

.course_detail_head_price_tax {
    font-size:18px;
    line-height: 32px;
    align-self: flex-end;
}

.course_detail_head_price_status {
    padding: 5px 10px;
    font-size:12px;
    line-height: 12px;
    color:#599F65;
    font-weight: 500;
    background-color: #B0EBBA;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    display: inline-block;
}

.course_detail_head_price_status1 {
    color:#599F65;
    background-color: #B0EBBA;
}

.course_detail_head_price_status2 {
    color:#DE6132;
    background-color: #FFC788;
}

.course_detail_head_price_status3 {
    color:#E23939;
    background-color: #FFB7AF;
}

.course_detail_head_options {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0 25px;
}

.course_detail_head_options_elem {
    display: flex;
    align-items: center;
    width: 50%;
    padding-right: 25px;
    margin: 10px 0;
    font-size:16px;
}

.course_detail_head_options_elem2 {
    width: 100%;
}

.course_detail_head_options_elem_location {
    color: #B7176D;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.course_detail_head_options_elem b {
    font-weight: 500;
    text-transform: uppercase;
}

.course_detail_head_options_elem img {
    margin-right: 10px;
}

.course_detail_head_btns {
    display: flex;
}

.course_detail_info {
    padding: 0 0 65px;
}

.course_detail_info_elem {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.course_detail_info_elem img {
    flex-shrink: 0;
    margin-top: 5px;
    margin-right: 10px;
}

.course_detail_info_elem_text {
    font-size:16px;
    line-height: 23px;
}

.course_detail_info_elem_text b {
    text-transform: uppercase;
    font-size:20px;
    line-height: 28px;
}

.header_bar_content_right_welcome {
    color: #9E9E9E;
}

.logo {
    height: 60px;
}

.elearninglanguagesel {
    height: 50px;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    color: #52526A;
    background-color: #FFFFFF;
    border: 2px solid #EEEEEE;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.elearninglanguagesel_bought {
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    color: #52526A;
    background-color: #FFFFFF;
    border: 2px solid #EEEEEE;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.popup_video_cont_close {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.maintenance_cont {
    position: relative;
    width: 100%;
    height: 100vh;
}

.maintenance_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.maintenance_img_mobile {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: none;
}

#course_locator_panel {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    transition: top 0.5s;
    z-index: 100;
    display: flex;
    overflow: hidden;
}

#course_locator_panel.opened {
    top: 0;
}

#course_locator_close {
    position: absolute;
    padding: 18px 25px;
    left: 0;
    top: 0;
    background-color: #52526A;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4.2px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#course_locator_map {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: width 0.2s;
}

.list_opened #course_locator_map {
    width: 50%;
}

#course_locator_list_cont {
    position: absolute;
    width: 50%;
    height: 100%;
    padding: 60px 35px 0;
    top: 0;
    right: -100%;
    background-color: #F9F9F9;
    overflow: hidden;
    transition: right 0.2s;
    display: flex;
    flex-direction: column;
}

.list_opened #course_locator_list_cont {
    right: 0;
}

#course_locator_list_close {
    position: absolute;
    left: 15px;
    top: 15px;
    cursor: pointer;
}

.course_locator_list_title {
    padding-left: 10px;
    padding-right: 10px;
}

#course_locator_controls {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

#course_locator_controls_input {
    flex-grow: 1;
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    color: #52526A;
    background-color: #FFFFFF;
    border: 2px solid #C6C8D2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#course_locator_controls .generic_inline_button {
    margin-left: 15px;
}

#course_locator_list_elems {
    position: relative;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

#course_locator_list_elems::-webkit-scrollbar {
    display: none;
}

.course_locator_list_elem {
    position: relative;
    padding: 20px 25px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 18px #00000011;
    margin-bottom:30px;
    display: flex;
    flex-direction: column;
}

.course_locator_list_elem.opened {
    border: 3px solid #b7176d;
}

.course_locator_list_link {
    color: #B7176D;
    font-size: 14px;
    letter-spacing: 2.8px;
    font-weight: 700;
    cursor: pointer;
}

.course_locator_list_link img {
    transform: rotate(90deg);
    transition: transform 0.2s;
}

.course_locator_list_elem.opened .course_locator_list_link img {
    transform: rotate(270deg);
}

.course_locator_list_elem_courses {
    height: 0;
    overflow: hidden;
    transition: height 0.2s;
}

.course_locator_list_elem.opened .course_locator_list_elem_courses {
    height: auto;
}

.course_detail_head_price_couponreq {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.course_detail_head_price_couponreq a {
    color: #B7176D;
    text-decoration: none;
    font-weight: 300;
}

.zipcode_confirm_textbox {
    width: 50%;
    height: 40px;
    padding: 10px;
    color: #52526A;
    font-family: 'Gotham','Montserrat';
    font-size: 16px;
    font-weight: 300;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #E6E6E6;
}

.descriptionbox {
    margin-top: 10px;
    font-size: 10px;
}

.descriptionbox a {
    color: #B7176D;
}

@media (max-width: 1480px){
    .text_content1 {
        width: 1200px;
    }

    .generic_title1 {
        font-size: 38px;
    }

    .CoursesFilterPanel_filters {
        grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
    }

    .courses_list_elems_wrapper_fullpage
    {
        grid-template-columns: repeat(auto-fit, calc(25% - 15px));
        column-gap: 20px;
    }
    
    #course_locator_list_cont {
        width: 60%;
    }
    
    .list_opened #course_locator_map {
        width: 40%;
    }
}

@media (max-width: 1280px){
    html, body, form {
        font-size: 18px;
    }

    .text_content1 {
        width: 1000px;
    }

    #login_form {
        width: 50%;
        padding: 180px 50px 80px 0;
    }

    .generic_title1 {
        font-size: 35px;
    }

    #logo_cont {
        height: 120px;
    }

    .header_menu_bar_voice {
        margin: auto 30px;
    }

    .header_bar_separator {
        margin: 0 12px;
    }

    .CoursesFilterPanel_filters {
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    }
    
    .courses_list_elems_wrapper_fullpage {
        grid-template-columns: repeat(auto-fit, calc(33.3% - 15px));
    }
    
    #course_locator_list_cont {
        width: 65%;
    }
    
    .list_opened #course_locator_map {
        width: 35%;
    }

    #coursebuydetail_popup .popup_content, #coursebuydetail_popup.courserequestcoupon_popup .popup_content {
        width: calc(100% - 180px);
    }

    .generic_button2.longtext {
        padding: 0 35px;
    }    
}

@media (max-width: 1080px){
    .text_content1 {
        width: 900px;
    }

    .header_menu_bar_voice {
        margin: auto 20px;
    }

    .header_bar_separator {
        margin: 0 8px;
    }

    .CoursesFilterPanel_filters {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    
    #course_locator_list_cont {
        width: 70%;
    }
    
    .list_opened #course_locator_map {
        width: 30%;
    }

    .generic_button2.longtext {
        /* padding: 0 20px; */
        padding: 0 8px;
    }
}

@media (max-width: 1023px){ /* il formato tablet deve essere già mobile? Mi sembra vada ancora bene in formato desktop */
    html, body, form {
        font-size: 16px;
    }

    #header_placeholder {
        height: 100px;
    }

    #header_placeholder.header_placeholder_logout {
        height: 100px;
    }

    #header_bar {
        display: none;
    }

    #mobile_logo_bar {
        display: block;
    }

    .text_content1 {
        width: 90%;
    }

    #login_sf {
        position: relative;
        height: auto;
    }

    #login_sf img {
        display: block;
    }

    #login_form {
        width: 100%;
        padding: 50px 0;
        text-align: center;
    }

    #register_form {
        padding: 50px 0;
    }

    #logo_cont {
        display: none;
    }

    #logo_cont img {
        bottom: 20px;
    }

    .generic_title1 {
        font-size: 26px;
    }

    #footer_bar1_content {
        flex-direction: column;
    }

    #footer_bar1_voices {
        flex-direction: column;
        margin-bottom: 25px;
    }

    .footer_bar1_voice {
        margin: 7px 0;
    }

    #header_menu_bar {
        display: none;
    }

    #home_banner {
        height: auto;
    }

    .home_banner_elem {
        display: none;
    }

    .home_banner_elem_imgmobile {
        display: block;
    }

    #home_banner_content {
        display: none;
    }

    #home_banner_mobile_content {
        display: block;
    }

    #home_banner_paginator {
        display: none;
    }

    .courses_list_notitle
    {
        padding-top:50px;
    }

    .courses_list_title
    {
        font-size:25px;
    }

    .courses_list_title-3
    {
        font-size:35px;
        font-weight: bold;
    }

    .courses_list_title_navigator_button-3
    {
        display:none;
    }

    .courses_list_highlights
    {
        grid-template-columns: 1fr;
    }

    .courses_list_highlights_item_image
    {
        display: none;
    }
    
    .courses_list_highlights_item_image_mobile {
        display: block;
    }

    .courses_list_elems
    {
        overflow:auto;
    }

    .courses_list_title_navigator
    {
        display:none;
    }
    
    #course_detail_content {
        width: 100%;
    }

    .course_detail_head {
        padding: 0;
        flex-direction: column;
    }
    
    .course_detail_head_image {
        width: 100%;
    }
    
    .course_detail_head_image {
        width: 100%;
    }
    
    .course_detail_head_text {
        width: 90%;
        margin: 0 5%;
        padding: 35px 0;
    }
    
    .course_detail_head_title {
        font-size: 30px;
        line-height: 35px;
    }
    
    .course_detail_info {
        width: 90%;
        margin: 0 5%;
        padding: 35px 0;
    }
    
    .course_detail_head_options_elem {
        width: 100%;
    }
    
    .page_int_cont_account {
        flex-direction: column;
    }
    
    .page_int_cont-2 {
        background-image: none;
        background-color: #F9F9F9;
    }
    
    .page_int_cont_account_sidebar {
        width: 100%;
        padding: 35px 0 0;
        background-color: #F9F9F9;
    }
    
    .page_int_cont_account_cont {
        width: 100%;
        padding: 35px 0;
    }
    
    .page_int_cont_account_sidebar_elems {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .page_int_cont_account_sidebar a {
        padding: 0 10px;
        line-height: 40px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }
    
    .page_int_cont_account_sidebar a.page_int_cont_account_sidebar_currlink {
        font-weight: 500;
        background-color: #B7176D;
        color: #ffffff;
    }
    
    .generic_inline_button {
        padding: 0 25px;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: unset;
    }
    
    .generic_fullwidth_button {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: unset;
    }

    .CoursesFilterPanel_filters {
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    }
    
    .courses_list_elems_wrapper_fullpage {
        grid-template-columns: repeat(auto-fit, calc(50% - 10px));
    }

    .page_int_cont_banner
    {
        display: none;
    }

    .page_int_cont_banner_mob
    {
        display: block;
    }
    
    #course_locator_list_cont {
        width: 100%;
        height: 100%;
        right: 0;
        top: auto;
        bottom: -100%;
        transition: bottom 0.2s;
    }
    
    .list_opened #course_locator_list_cont {
        bottom: 0%;
    }
    
    .list_opened #course_locator_map {
        width: 100%;
    }

    .popup_video_cont {
        width: 80vw;
        min-width: unset;
        height: 80vh;
        min-height: unset;
    }

    .popup_video_cont_close {
        top: 10px;
        right: 10px;
        width: 30px;
    }
}

@media (max-width: 768px){
    .courses_list_elems_wrapper_fullpage {
        grid-template-columns: repeat(auto-fit, 100%);
    }

    .maintenance_img {
        display: none;
    }

    .maintenance_img_mobile {
        display: block;
    }

    .form_field_cont_half1 {
        width: 100%;
    }

    .form_field_cont_half2 {
        margin-left: 0;
        width: 100%;
    }

    #coursebuydetail_popup {
        align-items: flex-start;
        overflow-y: scroll;
    }

    #coursebuydetail_popup .popup_content, #coursebuydetail_popup.courserequestcoupon_popup .popup_content {
        width: calc(100% - 50px);
        margin: 50px 0 30px;
    }
}


@media (max-width: 350px){
    .mobile_menu_voice {
        padding: 10px 5%;
        font-size: 16px;
    }
}