.bodybg1, .bodybg2 {
    background-color: #F5F0EE;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    top: 0;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
}
.bodybg1 {background-image: url(bg-helsi.jpg);}
.bodybg2 {background-image: url(bg-helsi2.jpg);}


.helsi {
    width: 100%;
    margin: 100px 0;
    min-height: 300px;
    font-size:14px;
    color: #19252E;
}

.helsi h1 {
    color: #19252E;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    max-width: 700px;
    line-height: 1.3;
}

.infohelsi_section {
    width:100%;
    height: auto;
    background: #fff;
    margin-bottom: -30px; 
}

.infohelsi_section h2 {
    color: #19252E;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    line-height: 1.3;
    margin: 40px 0;
}


.helsi_stepbox {
    background: #FFFFFF;
    border: 2px solid #37AAF2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.2);    
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2em;   
    text-align: center;
    margin: 15px 0 5px;
    padding: 15px;
    min-height: 250px;
    border-radius: 10px;
}

.helsi_stepbox img {
    height: 100px;
    width: 100px;
    margin: 20px;
}



.helsi_step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}


.helsi_step span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    background: #37AAF2;
    color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    font-size: 16px;
}


.helsi_step span:after {
    content: '';
    height: 2px;
    width: calc(25% - 30px);
    background: #37AAF2;
    position: absolute;
    margin-left: 12.5% ;
    z-index: 1;
}
.helsi_step span:last-child:after {display: none}


.h-tabsright {
    display: block;
    float: none;
    width: 100%;
    padding: 0 11px;
}


.h-tabsleft {
    display: block;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.1429em;
    text-transform: uppercase;
    color: #6B6B6B;
    line-height: 45px;
    padding: 0 15px;
}


.helsitabs {
    display: block;
    float: left;
    width: 100%;
}

.helsitabs ul {
    width: 100%;
    padding: 0;
    list-style: none;
    display: block;
    float: left;
}

.helsitabs ul li {
    margin: 2px;
    width: calc(50% - 8px);
    padding: 0;
    list-style: none;
    display: block;
    float: left;
}


.helsitabs ul li a {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    margin: 0;
    font-size: 1.0714em;
    text-transform: uppercase;
    background: #fff;
    float: left;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #6B6B6B;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'Roboto Condensed', sans-serif;
}
.helsitabs ul li a:hover, .helsitabs ul li.active a{
    background:  #F88454;
    color: #fff;
}

.helsiform .btnselect button {
    color: #6B6B6B;
    background-color: #fff;
    border-top: 1px #999 solid;
    border-bottom: 1px #999 solid;
    border-right: 1px #999 solid;
}

.helsiform .btnselect input:focus ~ button {
    border-top: 1px #2c3e50 solid;
    border-bottom: 1px #2c3e50 solid;
    border-right: 1px #2c3e50 solid;
}

.helsiform .inputline {margin-top: -6px; margin-right: 8px;}

.helsiform .inputline input, .helsiform .inputline .selectbox  {
    -webkit-box-shadow: 0 5px 6px rgba(0,0,0,0.2);
            box-shadow: 0 5px 6px rgba(0,0,0,0.2);
}

.helsiform .inputline .selectbox {
    margin-top: 0px;
    padding: 2px;
    background: #fff;
    position: relative;

}

.helsiform {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
}

.helsiform li:first-child {
    min-width: 55%;
}

button.btn.helsbtn {
    width: 100%;
    height: 45px;
    background: #F88454;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: -6px;
    -webkit-box-shadow: 0 5px 6px rgba(0,0,0,0.2);
            box-shadow: 0 5px 6px rgba(0,0,0,0.2);
    font-size: 1.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

button.btn.helsbtn:hover, button.btn.helsbtn:focus {background: #e75e1c;}


.doclist {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.doclist li {
    background: #fff;
    margin: 10px 0;
    width: 100%;
}



.doctor-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
            box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.doctor-card:hover, .doctor-card:focus {-webkit-box-shadow: 0 2px 16px rgba(0,0,0,0.2);box-shadow: 0 2px 16px rgba(0,0,0,0.2);}




/* HELSISTYLES */
.doctor-card__link {padding: 10px; display: block}

.doctor-card__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border: 3px solid #fff;
    border-bottom: none;
    color: #585f73;
    text-decoration: none;
}
.doctor-card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.doctor-card__info {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 16px;
    padding: 0 3px 10px 10px;
    color: #000;
}
.doctor-card__name {
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-overflow: ellipsis;
    font-family: 'Roboto Condensed', sans-serif;
}
.doctor-card__speciality-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card__experience {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2px 0;
    font-weight: 600;
    color: #21B285;
}

.doctor-card__recipe {
    color: #E75E1C;
    font-weight: 600;
    font-size: 15px;
}
.doctor-card__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 5px 0 5px 5px;
}
.doctor-card__clinic {
    font-size: 16px;
    color: #000;
}
.doctor-card__cabinet {
    font-size: 15px;
    margin: 7px 0 2px;
}
.doctor-card__cabinet::before {
    content: '\f041';
    font-family: FontAwesome;
    font-size: 20px;
    color: #21B285;
    display: block;
    margin-right: 5px;
    float: left;
}

.doctor-card__photo {
    position: relative;
    overflow: hidden;
    width: 130px;
    height: 130px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 3px solid #fff;
    margin: -3px 0 -3px -3px;
    background: #fff;
}

.Person__photo {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.Person__photo-img {
    position: absolute;
    left: 50%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.doctor-card__btn {
    width: 100%;
    height: 50px;
    background: #08B685;
    float: left;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.doctor-card__btn:hover, .doctor-card__btn:focus {
    color: #fff;
    background: #009E6D;
}
.doctor-card__btn.warning {
    background: #F88454;
}


.helsi-preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}

.helsi-preloader i {
    position: relative;
    margin: auto;
    color: #08b685;
}


.helsi .typeahead
{
    height: auto;
    max-height: 280px;
    overflow-y: auto;
    max-width: 100%;
}
.helsi .dropdown-menu {
    height: auto;
    max-height: 280px;  
    max-width: 100%;

}
.helsi .dropdown {
    max-height: 280px;
}

.helsi .dropdown-menu>li>a {
    white-space: normal;
}




#parallax {
    min-height: 560px;
    height: 27vw;
    max-height: 500px;    
    margin: 0 auto;
    width: 100%;
    position: relative;
    background-color: #fbfcfe;
    background-image: url(parallax-bg.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    background-attachment: fixed;
  }
  #parallax article {
    height: 170px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100%;
  }
  #parallax article h1 {    
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 2em;
    text-align: left;
  }
  .zapistep {
    background-color: #fff;
    margin-top: 10px;
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
            box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    padding: 15px;
    width: 100%;
}

.logozapis {
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 150px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

ul.stepzapis {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.stepzapis li img {
    height: 50px;
    margin: 10px 10px;
    width: 56px;
}
ul.stepzapis li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0;
}

ul.stepzapis li span {
    font-size: 16px;
    color: #333;
    position: absolute;
    left: 85px;
    padding: 15px;
}

.btn-helsi, .btn-docua {    
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Roboto Condensed';
}
.btn-helsi {background: #F88454;}
.btn-docua {background: #3BBDAD;}

.btn-helsi:hover, .btn-helsi:focus {background: #e6652d;}
.btn-docua:hover, .btn-docua:focus {background: #28978a;}


@media(min-width: 992px) and (max-width: 1600px) {

    .topztextbox {max-width: 40vw; margin:0 !important; padding: 0;}
}

@media(min-width: 468px) {
    #parallax { min-height: 370px;}
    #parallax article {top: 10px;}

}



@media(min-width: 768px) {

    .helsi h1 {font-size: 2.5714em; text-align: left}
    .h-tabsright {float:left; width: auto; padding: inherit;}
    .helsitabs ul { width: auto; margin: 2px 0;}
    .helsitabs ul li {margin: 2px; width: auto;}
    .helsitabs ul li a {width: 100%; height: 36px;}
    button.btn.helsbtn {width: 200px;}
    .doclist li {width: 49%;}

    #parallax {min-height: 500px;}
    #parallax article { top: 24px;}
    .zapistep { margin-top: -90px;}
    ul.stepzapis li img {
        height: 50px;
        margin: 10px 15px;
        width: 90px;
    }
    ul.stepzapis li span {
        font-size: 18px;   
        left: 130px;
        padding: 0 10px;
    }
    #parallax article h1 {font-size: 32px}
    #parallax article p {font-size: 14px}



}

@media(min-width: 992px) {

    .helsiform {display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;}
    #parallax {background-position-x: 84% !important;}
}
@media(min-width: 1024px) {
    #parallax article {top: 70px;}
}

@media(min-width: 1250px) {
    .doclist li {width: 32%;}
}

@media(min-width:1700px){
    #parallax {background-position-x: center !important;}
}

@media (max-width: 767px) {
    .helsitabs ul li a:hover {
        background: #fff;
        color: #6B6B6B;
    }

    .helsitabs ul li.active a{
        background:  #F88454;
        color: #fff;
    }
}




