.wdt-sc-emi-calc form {
    display: flex;
}
.wdt-sc-emi-calc form > div:first-child { 
    flex-basis: 80%;
    padding-right: 80px; 
}
.wdt-sc-emi-calc form > div:last-child { 
    flex-basis: 20%;
}
.wdt-sc-emi-calc form > div.wdt-sc-budget-container > label {
    display: none;
}
.wdt-sc-emi-calc .wdt-sc-column-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.wdt-sc-emi-calc .column {
    width: 100%;
    margin: 0;
    float: none;
    text-align: left;
}
.wdt-sc-emi-calc .wdt-sc-one-third.column:not(:first-child) {
    width: 33.33%;
}
.wdt-sc-emi-calc .wdt-sc-one-third.column:last-child {
    width: calc(33.33% - 40px);
}
.wdt-sc-emi-calc form div input[type="range"] {
    padding: 0;
    background-color: var(--wdtAccentTxtColor);
    height: 6px;
}
.wdt-sc-emi-calc form div input[type="range"]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: var(--wdtCustomColor3);
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid var(--wdtBorderColor);
}
.wdt-sc-emi-calc form div input[type="range"]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: var(--wdtCustomColor3);
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid var(--wdtBorderColor);
}
.wdt-sc-emi-calc form div input[type="checkbox"] {
    width: 15px; 
    height: 15px; 
    border-radius: 4px; 
    -webkit-border-radius: 4px;
    appearance: none;
    padding: 0 !important;
    border: 1px solid rgba(var(--wdtHeadAltColorRgb),0.4);
    position: relative;
    cursor: pointer;
    top: 2.5px;
}
.wdt-sc-emi-calc form div input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 1px;
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    -webkit-transform: scale(0);
    background-color: var(--wdtSecondaryColor);
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    -webkit-transition: 120ms transform ease-in-out;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--wdtSecondaryColor);
    -webkit-box-shadow: inset 1em 1em var(--wdtSecondaryColor);
}
.wdt-sc-emi-calc form div input[type="checkbox"]:checked::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.wdt-sc-emi-calc .column label {
    font-size: clamp(1.625rem, 1.5rem + 0.625vw, 2.25rem); /* 36 - 26 */
    font-weight: var(--wdtFontWeight_Alt);
    font-family: var(--wdtFontTypo_Alt);
    margin-bottom: 15px;
    color: var(--wdtHeadAltColor);
    display: flex;
    justify-content: space-between;
    line-height: var(--wdtLineHeight_Alt);
}
.wdt-sc-emi-calc .column:nth-child(4) > label {
    font-size: var(--wdtFontSize_H6);
    font-weight: var(--wdtFontWeight_H6);
    font-family: var(--wdtFontTypo_H6);
    line-height: var(--wdtLineHeight_H6);
    margin-bottom: 25px;
}
.wdt-sc-emi-calc .column:nth-child(1) > ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 0;
    gap: 60px;
    margin: 0;
}

.wdt-sc-emi-calc .column:nth-child(1) > ul > li {
    display: grid;
    grid-template-columns: 100px auto;
    gap: 20px;
    align-items: center;
    padding: 0;
}
.wdt-sc-emi-calc .column:nth-child(1) > ul > li > span {
    grid-area: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: var(--wdtRadius_1X);
    background: var(--wdt-customGradient-2);
    border: 1px solid rgba(var(--wdtBorderColorRgb),0.3);
    width: 100px;
    height: 45px;
    font-family: var(--wdtFontTypo_Alt);
    font-weight: var(--wdtFontWeight_Alt);
    font-size: var(--wdtFontSize_H5);
    color: var(--wdtHeadAltColor);
}
.wdt-sc-emi-calc .column:nth-child(1) > ul > li > label {
    grid-area: 1/2;
    margin-bottom: 0;
    font-size: var(--wdtFontSize_H6);
    font-weight: var(--wdtFontWeight_H6);
    font-family: var(--wdtFontTypo_H6);
}
.wdt-sc-emi-calc .column:nth-child(1) > ul > li > input[type="range"] {
    grid-area: 2/1/2/3;
}

.wdt-sc-emi-calc .column:not(:first-child) > ul {
    padding: 0;
    margin: 0;
}
.wdt-sc-emi-calc .column:not(:first-child) > ul > li {
    display: flex;
    gap: 10px;
    padding-bottom: 15px;
}
.wdt-sc-emi-calc .column:not(:first-child) > ul > li label {
    margin-bottom: 0;
}
.wdt-sc-emi-calc .column > ul > li label {
    font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Ext);
    font-family: var(--wdtFontTypo_Ext);
}
.wdt-sc-emi-calc .column label span {
    padding-left: 15px;
}
.wdt-sc-emi-calc form .wdt-sc-column-wrapper>div[class*="wdt-sc-"]:first-child {
    margin-bottom: 20px;
}
.wdt-sc-emi-calc .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-transform: capitalize;
}
.wdt-sc-emi-calc form .wdt-sc-budget-container p {
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: clamp(1.375rem, 1.325rem + 0.25vw, 1.625rem) /* 26 - 22 */;
    font-weight: var(--wdtFontWeight_Alt);
    font-family: var(--wdtFontTypo_Alt);
    color: var(--wdtHeadAltColor);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    position: relative;
    height: clamp(15rem, 4.4754rem + 13.1455vw, 20.25rem) /* 240 - 324 */;
    width: clamp(15rem, 4.4754rem + 13.1455vw, 20.25rem) /* 240 - 324 */;
    background: var(--wdt-customGradient-2);
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
}
.wdt-sc-emi-calc form .wdt-sc-budget-container p span {
    font-size: clamp(2.25rem, 2.175rem + 0.375vw, 2.625rem) /* 42 - 36 */;
    font-weight: var(--wdtFontWeight_H4);
    font-family: var(--wdtFontTypo_H4);
    line-height: 1;
    margin: 0;
}
.progress::-webkit-slider-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -webkit-appearance: none;
    cursor: ew-resize;
    background: var(--wdtPrimaryColor);
}
.progress {
    background: linear-gradient(to right, var(--wdtPrimaryColor) 0%, var(--wdtPrimaryColor) 40%, #fff 40%, #fff 100%);    
    transition: background 450ms ease-in;
}
.wdt-sc-emi-calc .wdt-sc-payment-container {
    display: grid;
    align-items: center;
    text-align: center;
    background-color: var(--wdtAccentTxtColor);
    padding: 15px;
    border-radius: var(--wdtRadius_Part);
    border: 1px solid var(--wdtBorderColor);
}
.wdt-sc-emi-calc ul li {
    list-style: none;
}

/* Responsive */

@media only screen and (max-width:1280px) {
    .wdt-sc-emi-calc form > div:first-child { 
        flex-basis: unset; 
        width: 75%; 
        padding-right: 50px; 
    }
    .wdt-sc-emi-calc form > div:last-child { 
        flex-basis: unset; 
        width: 25%; 
    }
    .wdt-sc-emi-calc .column:nth-child(1) > ul { 
        grid-template-columns: repeat(2,1fr); 
        gap: 30px 50px;
    }
    .wdt-sc-emi-calc .wdt-sc-one-third.column:not(:first-child) { 
        width: 100%; 
    }
    .wdt-sc-emi-calc .wdt-sc-one-third.column:last-child {
        width: 100%;
    }
    .wdt-sc-emi-calc .column:not(:first-child) > ul > li {
        width: fit-content;
        margin-right: 30px;
        float: left;
    }
    .wdt-sc-emi-calc form .wdt-sc-budget-container p {
        width: clamp(14.8125rem, -1.0147rem + 24.7059vw, 18.75rem) /* 237 - 300 */;
        height: clamp(14.8125rem, -1.0147rem + 24.7059vw, 18.75rem) /* 237 - 300 */;
    }
}

@media only screen and (max-width:1024px) {
    .wdt-sc-emi-calc form > div:first-child { 
        width: 65%; 
        padding-right: 40px; 
    }
    .wdt-sc-emi-calc form > div:last-child { 
        width: 35%; 
    }
    .wdt-sc-emi-calc .column:nth-child(1) > ul { 
        grid-template-columns: repeat(1,1fr); 
        gap: 30px;
    }
    .wdt-sc-emi-calc form .wdt-sc-budget-container p {
        width: clamp(15.5rem, -1.375rem + 35.1563vw, 21.125rem) /* 248 - 338 */;
        height: clamp(15.5rem, -1.375rem + 35.1563vw, 21.125rem) /* 248 - 338 */;
    }
}

@media screen and (max-width: 767px){
    .wdt-sc-emi-calc form {
        flex-direction: column;
    }
    .wdt-sc-emi-calc form > div:first-child {
        padding-right: 0;
        padding-bottom: 30px;
    }
    .wdt-sc-emi-calc .wdt-sc-payment-container{
        min-height: 200px;
    }
    .wdt-sc-emi-calc form > div:first-child { 
        width: 100%; 
        padding-right: 0px; 
        padding-bottom: 40px;
    }
    .wdt-sc-emi-calc form > div:last-child { 
        width: 100%; 
    }
    .wdt-sc-emi-calc form .wdt-sc-budget-container p {
        width: 300px;
        height: 300px;
        padding-top: 0;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px){
    .wdt-sc-emi-calc form .wdt-sc-budget-container p {
        width: 260px;
        height: 260px;
    }
}