﻿body {
}
#divSearch{
    margin-top: 0;
}
#searchFieldsContainer {
    border: none;
    padding: 0;
    background-image: none;
    box-shadow: none;   
}


.divSearchResults{
    max-width: unset;
}

.divSearchResults-container {
    max-width: 800px;
}

.recReviewDetailsIcon {
    width: var(--icon-d);
    height: var(--icon-d);
}

@media (min-width: 1441px) {
    .divSearchResults-container {
        width: auto;
    }
}

@media (max-width: 768px) {
    .procedure-content {
        height: 150px;
    }

    .divDocItem-row-half1 {
        order: 1;
    }

    .divDocItem-row-half2 {
        order: 3;
    }

    .review-score-div {
        order: 2;
    }

    .age-limit-div {
        order: 4;
    }

    .divTorRishon {
        order: 5;
    }
}

@media (max-width: 600px){
    #searchFieldsContainer {
        width: 90%;
    }

    #ctl00_ContentPlaceHolder1_updatePanel_Doctors {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .review-score-div {
        justify-content: start;
    }
}

@media (max-width: 1024px) {
    .procedure-content {
        height: 200px;
    }
}

@media (max-width: 1440px) {
    .procedure-content {
        width: 85% !important;
    }
}

@media (max-width: 481px) {
    .review-score-div {
        order: 3;
        position: absolute;
        bottom: 40px;
        right: 0;
    }
}
