
@media (min-width: 768px) {
    .price-calculator .contain {
        margin: 0% 7% 0% 7%;
    }
    .specifications-bottom-table table td{
        padding: 8px 10px;
        border: 1px solid #ccc;
    }
}
@media (max-width: 768px) {
    .price-calculator .contain {
        margin: 0% 1% 0% 1%;
    }
    .specifications-bottom-table table td{
        padding: 8px 2px;
        border: 1px solid #ccc;
    }
}
.price-calculator .container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 25px;
}
.box {
    flex: 1;
    padding: 5px;
}
.comparison-container .main_heading {

    background-color: #f1f1f1;

    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #ddd;
    margin-top: 5px;
}
.comparison-container table {


    width: 100%;
    border-collapse: collapse;
}
.comparison-container table tr td {
    background-color: #f4f4f4;;

}
.comparison-container .answer {
    /*padding: 15px;*/
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-top: none;

}
.container-select-model{
    display: flex;
    width: 100%; /* Adjust width as needed */
    /*  border: 1px solid #ccc;*/

}
.container-select-model  .box-select-model{
    flex: 1; /* Ensures equal width for both divs */
    display: flex;
    justify-content: center;
    align-items: center;
   /* border: 1px solid #ccc;*/
    margin: 5px;

   /* font-size: 1.2rem;*/
    font-weight: bold;

}
.container-select-model select{
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 14px;
    background-color:#eceae9;
}
.container-select-imag-model-fixed select{
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 14px;
    background-color:#eceae9;
}
.container-select-model img{
    width: 300px;
    height: auto;
    border-radius: 10px;
}



@media (max-width: 768px) {
    .container-select-imag-model-fixed{
        position: sticky;
        top: 1.2rem;
        background-color:#eceae9;
        /* z-index: 500;*/
    }
    .container-select-imag-model img{
        max-width: 100%;
        height: auto;
        border-radius: 10px;
    }
}
@media (min-width: 768px) {

    .container-select-imag-model-fixed{
        position: sticky;
        top: 0.75rem;
        background-color:#eceae9;
        /* z-index: 500;*/
    }
    .container-select-imag-model img{
        width: 300px;
        height: auto;
        border-radius: 10px;
    }
}
.comparison-container .main_heading, .comparison-container table tr td{
    background-color: #eceae9;
}