.styled-header-line {
    background: #ececec;
    height: 15px;
    width: 100%;
    margin-bottom: 30px;
}
.header-stream {
    /*padding: 0 0 30px 0;*/
}
.seminar-nav-wrap {
    margin: 0;
    list-style: none;
    text-align: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 15px;
}
.seminar-nav-wrap li {
    padding: 0 10px;
    display: inline-block;
}
.seminar-nav-wrap li:first-child {
    padding: 0 10px 0 0;
}
.seminar-nav-wrap li:last-child {
    padding: 0 0 0 10px;
}
.seminar-nav-wrap li a {
    padding: 0 0 5px 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #595f6b;
    font-size: 12px;
    font-family: "Open Sans",sans-serif;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border-bottom: 2px solid transparent;
}
.seminar-nav-wrap li a:hover {
    border-bottom: 2px solid #f46f72;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
#modal-1-button {
    display: none!important;
}
form {
    position: relative;
    color: #595f6b;
    font-size: 24px;
    line-height: 24px;
    font-family: "OpenSans-CondensedLight", sans-serif;
}
input {
    color: #595f6b;
    font-size: 24px;
    line-height: 24px;
    font-family: "OpenSans-CondensedLight", sans-serif;
}
input::placeholder {
    color: #595f6b;
    font-size: 24px;
    line-height: 24px;
    font-family: "OpenSans-CondensedLight", sans-serif;
}
/*First section Intro styles*/
.intro-sec {
    padding: 20px 0 0 0;
    margin-bottom: -40px;
}
.intro-sec-monitor-wrap {
    padding: 28px 20px 170px;
}
.intro-sec .counter-wrap {
    position: relative;
}
.intro-sec .counter-wrap #countdown {

}
.intro-sec .counter-wrap .countdownHolder {
    /*width: 180px;*/
    margin: 0;
    height: 80px;
}
.intro-sec .counter-wrap #note {
    width: 175px;
    margin-top: -25px;
    z-index: 100;
    position: relative;
    /*width: 175px;*/
    /*margin: 0 0 0 5px;*/
    /*position: absolute;*/
    /*bottom: 7px;*/
}
.intro-sec .counter-wrap .countSeconds {
    display: none;
}
.intro-sec .counter-wrap .position {
    background: #ececec;
    height: 80px;
}
.intro-sec .counter-wrap .countDiv {
    width: 10px;
    height: 80px;
}
.intro-sec .counter-wrap .digit {
    color: #3f3f3f;
    font-size: 42px;
    font-weight: bold;
}
.intro-sec .counter-wrap .dates-count {
    color: #3f3f3f;
    font-size: 16px;
    z-index: 99999;
    font-family: "OpenSans-CondensedLight",sans-serif;
    line-height: 1;
    display: inline-block;
    margin: 0 18px;
    font-weight: bold;
}
.intro-sec .counter-wrap .dates-count:first-child {
    margin: 0 15px 0 0;
}
.intro-sec .counter-wrap .dates-count:last-child {
    margin: 0 0 0 10px;
}
.count-bottom-line {
    font-family: "Lato-Regular", sans-serif;
    font-size: 8px;
    width: 180px;
    text-align: center;
    color: #2f2f2f;
    line-height: 1;
    margin: 15px auto 0;
    text-transform: uppercase;
}
.intro-sec-content-wrap h3 {
    font-size: 36px;
    color: #3f3f3f;
    margin: 20px 0 20px 0;
    line-height: 36px;
    text-align: left;
    font-family: "OpenSans-CondensedLight", sans-serif;
}
.intro-sec-content-wrap h4 {
    color: #2f2f2f;
    font-family: "Lato-Regular", sans-serif;
    font-weight: 300;
    font-size: 16px;
    /*line-height: 1.8;*/
    padding-right: 70px;
    margin: 0 0 20px 0;
}
.intro-arrow-img {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 250px;*/
}
.intro-sec-count-wrap {
    position: relative;
}
.intro-sec-content-wrap {
    position: absolute;
    left: 15px;
    padding-left: 30px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.intro-bottom-sec {
    text-align: center;
    padding: 40px 0 20px;
    background: #ececec;
}
.participate-button {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2)!important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2)!important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2)!important;
    font-size: 28px;
    padding: 15px 50px 15px 30px;
    font-family: "OpenSans-CondensedLight", sans-serif;
    line-height: 1;
    color: #fff;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    background: #5E9E9F;
    display: inline-block;
    margin: 40px 0;
    background-image: url(../images/link-btn-wan.png) !important;
    background-position: 95% center;
    background-repeat: no-repeat;
}
.participate-button:hover {
    color: #fff;
}

/*Seminar Content styles*/
.three-days-sec h1:before {
    position: absolute;
    top: -45px;
    left: -130px;
}
.three-days-sec .participate-button {
    margin: 0px 0 30px;
}
.three-days-sec h1 {
    position: relative;
    display: inline-block;
    overflow: visible;
    color: #393939;
    line-height: 60px;
    margin: 20px 0 30px 0;
    font-size: 60px;
    font-family: "OpenSans-CondensedLight", sans-serif;
}
.three-days-col {
    text-align: center;
}
.three-days-sec {
    background: #ececec;
}
.three-days-col-wrap {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2)!important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2)!important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2)!important;
    transition: all 0.3s ease-in-out!important;
    -o-transition: all 0.3s ease-in-out!important;
    -moz-transition: all 0.3s ease-in-out!important;
    -webkit-transition: all 0.3s ease-in-out!important;
    -ms-transition: all 0.3s ease-in-out!important;
    border-bottom: 4px solid #fff;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
}
.three-days-img-placeholder:after {
    position: absolute;
    top: 50%;
    Left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    content: url("./../images/play.png");
    display: none;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.three-days-col-wrap-with-video {
    cursor: pointer;
}
.three-days-col-wrap:hover  {
    border-bottom: 4px solid #f46f72;
}
.three-days-col-wrap-with-video:hover .three-days-img-placeholder:before {
    top: 0;
}
.three-days-col-wrap-with-video:hover .three-days-img-placeholder:after {
    display: inline-block;
}
.three-days-img-placeholder {
    height: 240px;
    position: relative;
    width: 100%;
    margin: 0 0 25px 0;
    overflow: hidden;
}
.three-days-img-placeholder:before {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    top: -100%;
    background: rgba(0,0,0,.27);
    content: '';
    transition: top 0.3s ease-in-out!important;
    -o-transition: top 0.3s ease-in-out!important;
    -moz-transition: top 0.3s ease-in-out!important;
    -webkit-transition: top 0.3s ease-in-out!important;
    -ms-transition: top 0.3s ease-in-out!important;
}
.three-days-bottom-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.27);
    text-align: center;
}
.three-days-bottom-title h4 {
    font-family: "OpenSans-CondensedLight", sans-serif;
    font-size: 36px;
    line-height: 1;
    padding: 20px 0;
    margin: 0;
    text-align: center;
    display: inline-block;
    color: #fff;
}
.three-days-content-wrap {
    padding: 0 20px 25px 20px;
}
.three-days-content-wrap h6 {
    font-family: "Lato-Regular", sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    line-height: normal;
    margin: 0 0 20px 0;
    color: #393939;
}
.three-days-content-wrap p {
    font-family: "Lato-Regular", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
    margin: 0;
    color: #393939;
}
.seminar-page a,.seminar-page button {
    transition-duration: 0.3s !important;
    transition-timing-function: inherit !important;
    transition-property: all !important;
}
#video-modal.modal .modal-closing {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
}
#video-modal.modal {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 999;
    max-width: 1024px;
    box-sizing: border-box;
    width: 100%;
    max-height: 768px;
    background: #000;
    padding: 30px;
}
.columns-seminar-row {
    font-size: 0;
    text-align: center;
}
.columns-seminar-row .column {
    display: flex;
    margin: 0 0 30px 0;
    float: none!important;
    vertical-align: top;
}

/*Testimonial section styles*/
.seminar-testim-col {
    text-align: center;
    height: 100%;
    float: right!important;
    background: rgba(0,0,0,.49);
}
.seminar-testim-bottom-button {
    text-align: center;
}
.seminar-testim-bottom-button .participate-button {
    position: relative;
}
.seminar-testim-bottom-button .participate-button:before {
    position: absolute;
    left: -130px;
    top: 25px;
}
.seminar-testimonials-sec {
    padding: 25px 0 0 0;
    background: #fff;
}
.seminar-testimonials-sec .slick-slider {
    margin-bottom: 0;
}
.seminar-testim-cont-wrap {
    padding: 40px 5px;
    text-align: center;
}
.seminar-testimonials-sec .slick-dots {
    bottom: 10px;
    margin: 0;
}
.seminar-testimonials-sec .slick-dots .slick-active {
    background: #f46f72;
}
.seminar-testimonials-sec .slick-dots .slick-active button{
    background: #f46f72;
}
.seminar-testimonials-sec .slick-dots li {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
}
.seminar-testimonials-sec .slick-dots button {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
}
.seminar-testimonials-sec .slick-dots button:before {
    content: '';
}
.seminar-testim-title {
    font-family: "OpenSans-CondensedLight", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #ececec;
    text-align: center;
    margin:  40px 0 0 0;
}
.seminar-testim-text p {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Lato-Regular", sans-serif;
    text-align: center;
    color: rgba(255,255,255,.9);
}
.seminar-testim-text a {
    text-decoration: underline;
    color: rgba(255,255,255,.9);
}
.slick-slide .seminar-testim-img {
    display: inline-block;
    margin: 0 0 30px 0;
}
.slick-slide .row:first-child {
    margin-right: auto;
}

/*Seminar About Styles*/
.seminar-about-sec {
    padding: 25px 0 30px;
    background: #ececec;
}
.seminar-about-title {
    text-align: center;
    font-size: 60px;
    font-family: "OpenSans-CondensedLight", sans-serif;
    line-height: 1;
    color: #393939;
    margin: 0 0 30px 0;
}
.seminar-about-img-wrap {
    text-align: center;
}
.seminar-about-img-wrap img{
    border: 2px solid #fff;
    border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    display: inline-block;
    margin: 0 0 15px 0;
}
.seminar-about-img-wrap .seminar-image-under-photo {
    display: inline-block;
    margin: 0;
    border: none;
    border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
}
.seminar-about-content-wrap {
    position: relative;
    color: #595f6b;
    font-family: "Lato-Regular", sans-serif;
    line-height: 1.5;
    font-size: 16px;
}
.seminar-about-content-wrap p {
    color: #595f6b;
    font-family: "Lato-Regular", sans-serif;
    line-height: 1.5;
    font-size: 16px;
    margin: 0 0 15px 0;
}
.seminar-about-content-wrap a {
    color: #f46f72;
    font-family: "Lato-Regular", sans-serif;
    line-height: 1.5;
    font-size: 16px;
}
.seminar-image-sign {
    position: absolute;
    bottom: 0;
    right: 0;
}
.seminar-about-sec-button-wrap {
    text-align: left;
}
.seminar-about-sec-button-wrap .participate-button {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2)!important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2)!important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2)!important;
    font-size: 28px;
    padding: 15px 50px 15px 30px;
    font-family: "OpenSans-CondensedLight", sans-serif;
    line-height: 1;
    color: #fff;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    background: #5E9E9F;
    display: inline-block;
    margin: 10px 0 0 0;
    background-image: url(../images/link-btn-wan.png) !important;
    background-position: 95% center;
    background-repeat: no-repeat;
}
.seminar-form-wrapper {
    margin: 40px 0 20px;
}
.seminar-form-inputs {
    margin: 0;
    list-style: none;
    font-size: 0;
    line-height: 1;
}
.seminar-form-inputs > li {
    padding: 0 10px;
    font-size: 0;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    width: 25%;
}
.seminar-phone-num {
    position: relative;
}
.input-phone-data {
    position: absolute;
    bottom: 68px;
    left: 0;
    font-size: 14px!important;
    line-height: 1;
    margin: 0;
    color: grey!important;
}

.star {
    display:none;
    bottom: 110px;
    left: 2px;
    position: absolute;
    font-size: 22px;
    color: #F46F72;
}

.three-days-content-wrap ul li {
    text-align:left;
    list-style:none;
    font-family: "Lato-Regular", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.three-days-content-wrap ul li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

/*.seminar-phone-num:before {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 15px;*/
/*    font-size: 14px;*/
/*    color: grey;*/
/*    font-family: "OpenSans-CondensedLight", sans-serif;*/
/*    content: '+01235555555';*/
/*}*/
.seminar-form-inputs li:first-child {
    padding: 0 10px 0 0;
}
.seminar-form-inputs li:last-child {
    padding: 0 0 0 10px;
}
.seminar-form-inputs li input {
    font-family: "OpenSans-CondensedLight", sans-serif;
    font-size: 28px;
    line-height: 1;
    padding: 15px 15px;
    height:60px;
}
.seminar-form-inputs li input::placeholder {
    line-height: normal;
}
.modal .modal-inner-cont-wrap input {
    font-size:24px;
}

.modal .modal-inner-cont-wrap input::placeholder {
    line-height: normal;
}

.seminar-form-inputs li .participate-button {
    box-shadow: none!important;
    padding: 15px 50px 15px 30px;
    border: none!important;
    width: 100%;
    margin: 0;
}

.mh-thanks-col img {max-width:450px; width:100% !important;}

.modal .modal-title-wrap {background: #5E9E9F;}

.row .row {margin:auto;}

.countdownHolder {width:auto !important;}

.seminar-testimonials-sec {padding:0;}

.intl-tel-input {display:block !important; margin-bottom:35px;}

#my_uni_phone_modal {padding-left: 60px !important;}

.flag-container .selected-dial-code {display: none;}

html {
    overflow: auto;
}

.modal .modal-title-wrap {
    font-size:30px !important;
    line-height:30px !important;
}
/* 1200 */
@media only screen and (max-width: 1200px){
    .columns-seminar-row {
        padding: 0 15px;
    }
}
/*1150*/
@media only screen and (max-width: 1150px){
    .intro-sec-monitor-wrap {
        padding: 35px 10px 170px;
    }
}
/* 1024 */
@media only screen and (max-width: 1024px){
    .intro-sec-monitor-wrap {
        padding: 70px 10px 170px;
    }
}
/*  */
@media only screen and (max-width: 950px){
    .seminar-form-inputs li {
        width: 50%;
    }
    .seminar-form-inputs li:nth-child(odd) {
        padding: 0 10px 0 0;
    }
    .seminar-form-inputs li:nth-child(even) {
        padding: 0 0 0 10px;
    }
}
/* 900 */
@media only screen and (max-width: 900px){
    .intro-sec-monitor-wrap {
        padding: 80px 10px 170px;
    }
}
/* 850 */
@media only screen and (max-width: 850px){
    .intro-sec-monitor-wrap {
        padding: 85px 10px 170px;
    }
}
/* 800 */
@media only screen and (max-width: 800px){
    .intro-sec {
        margin-bottom: 0;
    }
    .intro-sec-monitor-wrap {
        padding: 2% 5% 23%;
    }
    .intro-sec-content-wrap {
        position: static;
        top: inherit;
        left: inherit;
        padding-left: 0;
        transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }
    .intro-sec-content-wrap h3 {
        /*margin-top: 15px;*/
        text-align: center;
    }
    .intro-sec-content-wrap h4 {
        text-align: center;
        padding-right: 0;
    }
    .intro-sec .counter-wrap {
        /*left: calc(50% - 180px);*/
        /*display: inline-block;*/
    }
    .intro-arrow-img {
        left: calc(50% + 60px);
    }
    .count-bottom-line {
        /*left: calc(50% - 150px);*/
        /*position: absolute;*/
        /*top: 80px;*/
    }
    .intro-sec-count-wrap {
        height: 130px;
    }
    .seminar-about-img-wrap .seminar-image-under-photo {
        margin: 0 80px 20px;
    }
    .seminar-image-sign {
        bottom: 70px;
    }
    .seminar-about-sec-button-wrap {
        text-align: center;
    }
    
    body .now p {
        /*margin-top:20px;*/
    }
    .now .mh-thanks-col {
        padding-top:20px;
    }
}
/* 640 */
@media only screen and (max-width: 640px){
    .seminar-form-inputs li {
        width: 100%;
    }
    .seminar-form-inputs li:first-child {
        padding: 0;
    }
    .seminar-form-inputs li:last-child {
        padding: 0;
    }
    .seminar-form-inputs li:nth-child(odd) {
        padding: 0;
    }
    .seminar-form-inputs li:nth-child(even) {
        padding: 0;
    }
    .seminar-testim-bottom-button .participate-button:before {
        display: none;
    }
    #video-modal.modal {
        padding: 5px;
    }
    .blocker {
        padding: 10px;
    }
    .small-display-none {
        display: none;
    }
    .seminar-about-img-wrap .seminar-image-under-photo {
        margin: 20px;
    }
    
    .three-days-sec h1, .seminar-about-title {
        font-size:36px;
    }
    
}

@media screen and (max-width:768px) {
    .magnet-wrapper {
        padding: 0 !important;
    }
    .intro-bottom-sec {
       padding-top: 0 !important; 
    }
    
    .intl-tel-input {margin-bottom:15px;}
    
}
/*  */
@media only screen and (max-width: 375px){
    .participate-button {
        font-size: 22px;
    }

}

@media only screen and (max-width: 420px){

    .mh-thanks-col img {position:relative; left:-20px;}
    .intro-arrow-img-div {display:none};
    
}

@media screen and (min-width: 760px) {

    .seminar-page-columns {
        display:flex;
    }
    .columns-seminar-row {
        display: flex;
    }
    
    
}

@media only screen and (min-width: 1400px){
    .slick-track {height: 30vmax;}
    .slick-track .row  {height: 30vmax;}
    .slick-track .mh-testim-seminar-col {height: 30vmax;}
    /*.slick-track .seminar-testim-cont-wrap {margin-top: 5vmax;}*/
}
