#rantevou{display: none;}
#rantevou.show{display: block;}

#lean_overlay00 {
    position: fixed;
    z-index: 2000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    /*display: none;*/
}

#service_date_new{
    display: block;
    position: fixed;
    opacity: 1;
    z-index: 11000;
    top: 100px;
    left: 15%;
    right: 15%;
    bottom: 100px;
    overflow: auto;
    width:70%;
} 
@media (max-width:1599px) {
    #service_date_new{
        left: 10%;
        right: 10%;
        width:80%;
    } 
}
@media (max-width:1399px) {
    #service_date_new{
        left: 5%;
        right: 5%;
        width:90%;
    } 
}
.pr_kb5{
    background-color: #f3f3f3;
    text-align: left;
    padding: 20px 0px;
    border-radius: 20px 20px 0px 0px;
    position:relative;
}
.pr_kb50{
    background-color: #E9E9E9;
    text-align: left;
    padding: 15px 10px 40px;
    border-radius: 0px 0px 20px 20px;
    /* max-height: 62vh; */
    overflow-y: auto;
}
.moda_close_btn{
    position: absolute;
    top: 5px;
    right: 10px;
}
.head1{
    font-size: 25px;
    color: #005aa8;
    line-height: 30px;
}
.rantebouleft{
    border-right:2px solid var(--primary);
}
.step1{
    text-align: center;
    color: #074193;
    padding: 30px 2% 60px;
}
.step1-title{
    font-size:48px;
    font-weight:bold;
}
#datepicker_rantevou{
    border: 0px;
    border-radius: 10px;
    font-size: 16px;
    padding: 5px;
    width: 80%;
    text-align-last:center;
}
#timey,#type1x,#type2y{
    text-align-last: center;
    padding-right: 70px;
    font-size: 16px;
    height: 34px;
    width: 80%;
    border-radius: 10px;
}
.step2{
    text-align: center;
    background-color: #074193;
    color: #fff;
    padding: 30px 2% 60px;
    border-radius: 10px;
}
.step2-title{
    font-size: 48px;
    font-weight: bold;
}
select{
    border:none !important;
}
.step1-subtitle{
    font-size: 20px;
    padding: 5px 0;
}
#comment234{
    width:94%;
    height:120px;
    resize: none;
    background-color:#fff;
    border-radius: 10px;
    padding: 15px 3%;
    border: 0px;
}
.yellow-tip{
    text-align: center;
    color: #074193;
	position: relative;
    /* background: url(/images/rantebou_images/sticker_fin.png); 
    background-repeat: no-repeat;*/
    /* height: auto;
    padding: 100px 0; */
}
#yellow_content{
    /* padding-top:120px; */
    font-size:18px;
	height: 1px;
    margin-top: -150px;
    position: absolute;
    width: 95%;
    padding-left: 15%;
	padding-top:0px !important;
}
.kataxorisi{
    background-color: #169d49;
    color:white;
    font-size:22px;
    padding: 10px 5px;
    width:70%;
}
#yellow_content img{
    max-width:100%;
    height:auto;
}
.xreosi-red{
    background-color:#de3e0c;
    color:#fff;
    padding:2px 10px;
}
.xreosi{
    color: #074193;
    padding: 0px 20px;
}
.rantebou-text{
    padding:0px 20px;
    font-size:14px;
    color:#4d4d4d;
    margin-bottom:5px;
}
.gotTheSolution{
    color:#064192;
    font-size: 35px;
}
/* RESPONSIVE */
@media screen and (max-width: 767px) {
.rantebouleft{
    border:none;
}
}
@media screen and (max-width: 600px) {
.gotTheSolution{
    font-size: 25px;
}
}