
/* ==================================   symtrom checker   ======================================  */
.form-step {
    display: none;
}

.form-step:first-of-type {
    display: block;
}



.card {
   
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.all_specing {
    padding-left: 65px;
    padding-right: 65px;
}

@media only screen and (min-width: 300px) and (max-width: 900px) {
    .all_specing {
        padding-left: 15px;
        padding-right: 15px;
    }
    .content {
       
        padding:0px!important;
        
    }
    .symtrom_img{display: none!important;}
}


.header {
    max-width: 100%;
    margin: 50px auto;
    text-align: center;
}

.header__title {
    margin-bottom: 30px;
    font-size: 2.1rem;
}

.content {
    width: 100%;
    margin: 0 auto 50px;
    background-color: #F3FFF2;
    /* border-image-source: linear-gradient(45deg, #212588, #249023)!important; */
    border:2px solid #249023;
    border-radius: 5px;
}

.content__title {
    margin-bottom: 40px;
    font-size: 20px;
    text-align: center;
}

.content__title--m-sm {
    margin-bottom: 10px;
}
/* .multisteps-form__form{ border: 2px solid;
    
    border-image-slice: 1;
    background-color: #F3FFF2; */


.multisteps-form__progress {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.symtrom_checker_img{width:100%;height:auto;}
.form-check-label{font-size: 17px;}
.multisteps-form__progress-btn {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    padding-top: 20px;
    color: rgba(108, 117, 125, 0.7);
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
}

@media (min-width: 500px) {
    .multisteps-form__progress-btn {
        text-indent: 0;
    }
}

.multisteps-form__progress-btn:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 13px;
    height: 13px;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    border: 2px solid currentColor;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 3;
}

.multisteps-form__progress-btn:after {
    position: absolute;
    top: 5px;
    left: calc(-50% - 13px / 2);
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    background-color: currentColor;
    z-index: 1;
}

.multisteps-form__progress-btn:first-child:after {
    display: none;
}

.multisteps-form__progress-btn.js-active {
    color: #007bff;
}

.multisteps-form__progress-btn.js-active:before {
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
    background-color: currentColor;
}

.multisteps-form__form {
    position: relative;
}

.multisteps-form__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.multisteps-form__panel.js-active {
    height: auto;
    opacity: 1;
    visibility: visible;
}

#symptomSearch {
    border: 1px solid #ccc;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

#symptomSearch:focus {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-color: #007bff;
    outline: none;
}

#searchResults .search-item {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-radius: 5px;
}

#searchResults .search-item:hover {
    background-color: #f1f1f1;
}
