.PriceCalculator{
    border: 1px solid #CFDEF0;
    box-shadow: 0px 0px 16px 0px #469FDF33;
    max-width: 427px;
    width: 100%;
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 30px;
}
.PriceCalculatorheading{
    
font-weight: 500;
font-style: Medium;
font-size: 20px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
padding-bottom: 17px;
border-bottom: 1px solid #CFDEF0;
margin-bottom: 20px;
text-align: center;
}
.PriceCalculator .cal-form{
    padding-top: 0;
}
.PriceCalculator .form-fields{
margin-bottom: 20px;
}
.PriceCalculator .form-fields label{

font-weight: 500;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
color: #464860;
margin-bottom: 7px;
display: block;
}

.PriceCalculator .price-bar {
display: flex;
align-items: center;
justify-content: space-between;
background-color: unset;
width: calc(100% + 60px);
transform: translateX(-30px);
background: #F4F9FF;
padding: 10px 30px;
}
.PriceCalculator .actual-cost p{
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
color: #464860;
}
.PriceCalculator .discount-cost span{

font-weight: 500;
font-style: Medium;
font-size: 23px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: right;
vertical-align: middle;
color: #464860;
}
.PriceCalculator .cal-btn{
    width:100%;
    background-color: #0654E6;
    height: 41px;
    border-radius: 12px;
    
font-weight: 500;
font-style: Medium;
font-size: 15px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
    transition: all 0.3s 
ease;
margin-top: 15px;
}
.PriceCalculator .cal-btn:hover {

    background: #0543C1;
    transform: translateY(-2px);
    box-shadow: 0px 6px 20px rgba(6, 84, 230, 0.4);
}
.select-pages .pages-selection{
    font-size: 14px;
}
.form-fields input, .document-type-selection, .acedmic-level-selection{
    font-size: 14px;
}

.form-fields input:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.select-pages:hover .pages-selection{
    border: 1px solid rgba(17, 118, 202, 1)
 }
/* Plus and Minus Button Styles */
.form-fields .minus-btn {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #e1edff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 18px;
    bottom: 11px;
    z-index: 1;
    border: none;
}

.form-fields .plus-btn {
    width: 25px;
    position: absolute;
    right: 18px;
    bottom: 11px;
    z-index: 1;
    height: 25px;
    background: #e1edff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.PriceCalculator .active {
    background: #d1e3ff;
    cursor: pointer;
}

.PriceCalculator .active img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(98%) saturate(3477%)
        hue-rotate(216deg) brightness(95%) contrast(96%);
}
.footerTxt{
    font-weight: 500;
    font-style: Medium;
    font-size: 11px;
    line-height: 100%;
    margin-top: 15px;
    text-align: center;
}

@media (max-width:575px){
/* .PriceCalculator .form-fields {
    margin-bottom: 20px;
} */
.PriceCalculator .form-fields label{
    font-size: 13px;
}
 .PriceCalculator .discount-cost span{
        font-size: 18px;
 }
 .select-pages .pages-selection {
    
    font-size: 14px;
     
}
.form-fields input {
        font-size: 14px;
    }
}