#hel_campaign, #half_campaign{
    display: none;
}

.next_step_box.active{
    display: block !important;
}


.page_nav_header{
    display: flex;
}


.main_steps{
    min-height: 80vh;
}

@media only screen and (min-width: 992px) {
    .main_steps{
        min-height: 80vh;
    }
}


.h1{
    text-align: center;
    font-weight: bold;
    margin-bottom: 55px;
    font-size: 30px;
}


ul.listeps li.active{
    font-weight: bold;
    border-bottom: 4px solid khaki;
    cursor: pointer;
}


ul.listeps li.check{
    font-weight: bold;
    font-size: 20px;
    color: #23b106;
    cursor: pointer;
}

ul.listeps li.check:hover{
    border-bottom: 4px dashed #23b106;
}


ul.listeps li.inactive{
    font-weight: 300;
    color: gray;
    font-size: 16px;
    margin-top: 7px;
}



ul.listeps{
    list-style: none;
    display: flex;
    margin: 0 auto;
    padding: 0;
}


ul.listeps li{
    margin: 0px 15px 25px;
}


@media only screen and (min-width: 450px) {

    ul.listeps li{
        margin: 0px 40px 25px;
    }
}


#helpyou-section{
    display: none;
}

#step4{
    text-align: center;
}

.input-group{
    transition: all 0.3s;
}

.recomended_label{
    position: absolute;
    right: 0;
    top: 0;
    background-color: khaki;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
}


#step1{
    width: 252px;
    text-align: center;
    margin: 0 auto;
    display: block;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

#step1_wrapper{
    margin:0 auto;
}


#step1 h3{
    font-size: 17px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5px;
}

#step4{
    margin-top:60px;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}


#nocar, #hascar{display: none;}


@media only screen and (min-width: 375px) {
    #step1{
        width: 320px;
    }
    .zoomin{
        margin-top:40px;
    }

    #step1 h3.zoomin{
        margin-bottom: 15px;
    }

}

@media only screen and (min-width: 768px) {
    #step1_wrapper{
        width: 100%;
    }

    .zoomin{
        transform: scale(1.5);
        margin-top:100px;
    }

    #step1 h3.zoomin{
        margin-bottom: 40px;
    }
}
    
    




#fullcover_ord_unit, #halfcover_ord_unit, #trafficcover_ord_unit{
    display: inline-block;
}

#fullcover_unitprice, #halfcover_unitprice, #trafficcover_unitprice{
    display: inline-block;
}

    .static_div{
        color:white;
    }

.discount_ordinarie{
    font-weight: 300;
    display: block;
    margin-left: 17px;
    font-size: 16px;
    font-style: italic;
    display: none;
}

@media only screen and (min-width: 768px) {
    .discount_ordinarie{
        font-size: 18px;
        margin-left: 26px;
    }
}
    
    

#discount_title{
    color: indianred;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 60px;
    display: none;
    text-transform: uppercase;
}
    

#discount_no{
    color: indianred;
    font-style: italic;
    margin-top: 5px;
    display: none;
}

.ordinarie_price{

}

.paydrive_button{
    background: #73cceb;
    width: 100%;
    font-size: 20px;
    max-width: 400px;
    color: black;
    border-radius: 30px;
    padding: 10px;
    font-weight: bold;
    border-radius: 52px;
    margin-top: 10px;
    margin-bottom: 60px;
    border: none;
    margin: 0 auto;
    display: block;
}

.step2{
    position: relative;
  
}
.pythonormen_loading{
    position: absolute;
    width: 94%;
    background: red;
    position: absolute;
    height: 20px;
    left: 10px;
}

.active{
    font-size: 20px;
    font-weight: bold;
}

.disable_filter{
    opacity: 0.5;
    pointer-events: none;
}

.discount_code_wrapper{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    margin-top:20px;
}   

  #discount_code{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 45px;
    text-align: center;
    letter-spacing: 1px;
    max-width: 400px;
    margin: 0 auto;
  }

  img.stars {
        width: 30px;
    }

.left_input.regnr {
    background-color: #144292;
    padding: 7px;
    margin: 0 auto;
    text-align: center;
    height: 80px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.regnr{
    text-transform: uppercase;
}


.minisize{
    transform: scale(0.8);
    margin-bottom:0 !important;
}


img.checkimg{
    position: absolute;
    width: 20px;
    margin-top: 5px;
    margin-left: -24px;
}

#checkout-section{
    padding-top:0;
}


.obs{
    display: block;
    color: gray;
    font-size: 14px;
    font-weight: 300;
    margin-top: 20px;
}

#discount_code_wrapper_loading{
    display: none;;
}

.minisizeZ{
    margin-top: -80px;
    margin-bottom: -80px;
    transform: scale(0.7) !important;
    transition: all 0.2s linear 0.2s;
}