.calc-one {
    display: flex;
}

.calc-one>p {
    margin: 0;
    margin-right: 10px;
    color: #212529;
    line-height: 20px;
    height: 80px;
}

.calc-accordian .card-header {
    background-color: rgb(12 28 87);
    /* display: flex;
    align-items: center;
    justify-content: space-between;*/
}

.calc-accordian .btn-link {
    color: #fff;
}

.calc-accordian .toolbtn {
    padding: 0 6px;
    border-radius: 15px;
    font-size: 13px;
}

.cal-title p {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}

.cal-title {
    background: #2d6dc1;
    padding: 10px 0;
}

.card-body {
    padding: 15px;
}

.clac-select {
    border-radius: 0;
    padding: 5px 15px;
}

/*.subcategory {
    align-items: center;
}*/

.calc-accordian .btn-link {
    padding: 0;
}

.calc-accordian .btn-link h2 {
    font-size: 1.3em;
    margin-bottom: 0;
    font-weight: 100;
}

.calc-accordian .btn-link:hover {
    text-decoration: unset;
}

.d-none {
    display: none;
}

.calc-accordian .card {
    margin-bottom: 0.6em;
}

.range-slider__range {
    cursor: pointer;
}

.card-header .collapsed h2.title::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23fff' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5'%3E%3C/path%3E%3C/svg%3E");
    top: 0.8rem;
    right: -0.3rem;
    position: absolute;
    display: inline-block;
    transform: rotate(180deg);
}


.card-header h2.title::after {
  content: "";
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23fff' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5'%3E%3C/path%3E%3C/svg%3E");
    top: 0.8rem;
    right: -0.3rem;
    position: absolute;
    display: inline-block;
}

.blur {
    filter: blur(2px);
}

.data-card button{
    cursor: pointer;
}

#oem-data .form-check-label {
    cursor: pointer;
    color: #fff;
    font-size: 1.3rem;
}

.contact-btn {
    border: unset;
}

#want_price-data .contact-btn {
    padding-right: 35px !important;
    padding-left: 33px !important;
}

.oem-options {
    display: inline-block;
    text-align: left;
}

#oem-data p {
    font-size: 16px;
    line-height: 24px;
    border-bottom: 2px solid #9e9e9e59;
    padding-bottom: 20px;
}

.oem-options .form-check {
    display: flex;
    padding-left: 1.25rem;
    align-items: center;
    margin-bottom: 20px;
}


.oem-options .form-check input {
    cursor: pointer;
    display: block;
    position: absolute;
    border: 5px solid #AAAAAA;
    border-radius: 100%;
    height: 22px;
    width: 22px;
    left: 13px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    top: 0px;
}

.oem-options .form-check input[type=radio]:checked~label {
    color: #0DFF92;
}

.oem-options .form-check input[type=radio]:checked {
    color: #0DFF92 !important;
}

.form-active-animate {
  animation: moveRight 1s;
}

@keyframes moveRight {
  0% {
    transform: translateX(27rem) scale(0.9);
    opacity: 0;
  }
  100% {
    transform: translateX(0rem) scale(1);
    opacity: 1;
  }
}

@keyframes moveLeft {
    0% {
    transform: translateX(0rem) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(27rem) scale(0.9);
    opacity: 0;
  }
}

.stepperLike{
            position: sticky;
    z-index: 1;
    top: 0;
    padding: 9px 0px;
    background-color: #fff;
    box-shadow: 0px 3px 5px rgba(0,0,0,.08), 0px 0px 4px rgba(0,0,0,.12);
}


.stepperLike ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    margin: 0;
}

.stepperLike ul li.active{
    background-color: #15256e;
    color: #fff;
}

.stepperLike ul li.active a{color: #fff}
.stepperLike ul li a{color: initial;}
    

.stepperLike ul li{
    font-size: 1rem;
    padding: 5px 14px;
}


@media only screen and (max-width: 660px) {

    .m-none {
        display: none;
    }

    .calc-one {
        display: flex;
        align-items: self-start;
        flex-direction: column;
    }


}