h2 {
    text-align: center;
    border: none;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: HelveticaNeue-Roman !important;
    color: #00275d !important;
}

h5 {
    display: inline-block;
}

.choosing-item{
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 20px 10px;
    display: block;
    border-radius: 15px;
    box-shadow: 0px 0px 4px 1px #cdcdcd;
}

/*form styles*/
#msform {
    text-align: center;
    position: relative;
}

#msform fieldset {
    border: 0 none;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

#msform input,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 2px;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
}

/*Blue Buttons*/

#msform .action-button, #msform .action-button-previous {
    color: #fff;
    background: #00275e;
    text-shadow: none;
    font-weight: 100;
    padding: 10px 20px !important;
    border-radius: 5px;
    margin-top: 40px;
    font-size: 16px;
    text-shadow: none;
    border: 0;
    margin-right: 5px;
    margin-left: 5px;
    min-width: 115px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background: #e17b4a;
    border-color: #e17b4a;
}

/*Previous Buttons*/



/*Dropdown List Exp Date*/

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}


/*The background card*/

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}


/*FieldSet headings*/

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*Imaged Radio Buttons*/

.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

#mentionme {
    text-align: center;
    margin-top: 10%;
}

.min-max label {
    font-size: 36px;
    float: left;
    margin-right: 5px;
    line-height: 1.6;
    color: #00275d;
    font-weight: 700;
}

.min-max span {
    font-size: 20px;
    text-align: center;
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 1px solid #dedede;
    margin: 0 10px;
    border-radius: 50px;
    line-height: 2.1;
}

#msform input[type=range] {
    padding: inherit;
    width: 100%;
}

.max{
    /* margin-top:70px */
}

.priceSlider {
    width:500px;
    margin:auto
}

.mattress-type-title{
    margin-top:20px
}

.block-title, .block-title--myac {
    margin-top: 1rem !important;
}

/*  Result Product Card */

.products-grid .product-item-info {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 1px #cdcdcd;
    padding: 10px;
}