@charset "utf-8";
.item{
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #C4C2C1;
    display: block;
}

.richtext{
    font-size: 18px;
    color: #222;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #C4C2C1;
}

a h3, a:hover h3, a:visited h3{
    text-decoration: none;
    color: #222222;
    margin-bottom: 5px;
}

a h5.subTitle, a:hover h5.subTitle, a:visited h5.subTitle{
    text-decoration: none;
    color: #222222;
    margin-bottom: 5px;
}

.searchBox{
    width: 310px;
    height: 46px;
    border: 1px solid #D3D3D3;
    padding: 0 10px;
    box-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*display: table-cell;*/
    margin-left: 10px; 
}

.searchBoxButton{
    background-color: #17bd99;
    padding: 12px 32px;
    color: #ffffff;
    font-size: 16px;
    display: table-cell;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor:pointer;
    border: none;
}

.searchBoxButton:hover{
    background-color: #34495e;
}

.itemIcon{
    background-color: #19bd9b;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    padding-right: 6px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.clinicArrow{
    background-image: url(https://shikum.sheba.co.il/site/images/clinics_arrow_sprite.png);
    width: 20px;
    height: 33px;
    margin-top: 15px;
            background-position: bottom left;
    }

.item:hover .itemIcon{
    background-color: #34495e;
}

.item:hover .clinicArrow{
            background-position: top left;
    }

.itemIcon i{
    font-size: 25px;
    color: #ffffff;
}

a:hover h3, a:visited h3{
    color: #379A87;
        transition: all 0.2s ease;
        text-decoration: none;
}

.itemText{
    height: 60px;
    display: flex;
    align-items: center;
}

.searchRow{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C4C2C1;
    display: table;
}




/*--------------------------  Laptops ( max 1400 ) --------------------------*/
@media (max-width:1400px){
  
}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){

}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .itemImage img{
        margin-bottom: 20px;
    }
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    .searchBox{
        width: 180px;
    }
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
    .searchBox{
        width: 160px;
    }
}