.kc-shaped-results-section{
    max-width: 1360px;
    margin: 0 auto;
    width: 100%;
    float: unset !important;
    box-sizing: border-box;
    position: relative;
}

.kc-shaped-results-icon{
    width: 100%;
    /* height: 600px; */
    border-radius: 20px;
}
.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  /* height: 600px; */
  /* display: none; */
  pointer-events: none;
}
.kc-shaped-results-price-details{
    max-width: 400px;
    padding: 40px 24px;
    background-color: #000000;
    border-radius: 16px;
    height: auto;
    position: absolute;
    top: -54px;
    right: 30px;
    z-index: 12;
}
.kc-price-details-title{
    font-family: Archivo;
    font-weight: 300;
    font-size: 50px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.kc-price-details-amt{
    font-family: Archivo;
    font-weight: 300;
    font-size: 40px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.kc-price-details-amt span{
    font-family: Archivo;
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: #FFFFFF;
}
.details-results-btn-wrapper{
    display: flex;
    gap: 12px;
}
.kc-results-configure-again{
    font-family: Archivo;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #CACBCC;
    /* min-width: 170px;
    width: 100%; */
    padding: 19px 26px;
    border: 1px solid #B0B1B3;
    border-radius: 50px;
    

}

.kc-results-download-pdf{
    font-family: Archivo;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
     /* width: 100%; */
    padding: 20px 28px;
    border: 1px solid #E2CBFF;
    border-radius: 50px;
    background: linear-gradient(270deg, #712CCB 0%, #A77FDC 100%);
}
.kc-results-download-pdf.disabled{
    background: #696969;
}

@media screen and (max-width:768px) {
   .kc-shaped-results-icon{
    width: 100%;
    /* height: 260px; */
    border-radius: unset;
   } 
   .kc-shaped-results-container{
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
   }
   .kc-shaped-results-content{
    position: relative;
   }
   .kc-shaped-results-price-details{
    position: unset;
    max-width: 100%;
    background-color: #FFFFFF;
    border-radius: unset;
    padding: 0 16px;
   }
   .kc-price-details-title{
    font-weight: 500;
    font-size: 30px;
    line-height: 110.00000000000001%;
    color: #232426;
    margin-bottom: 12px;
   }
   .kc-price-details-amt{
    font-weight: 300;
    font-size: 24px;
    line-height: 130%;
    color: #202129;
    margin-bottom: 20px;
   }
   .kc-price-details-amt span{
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #202129;
   }
   .kc-results-configure-again{
        color: #8C8E90;
        padding: 14px 22px;
        /* min-width: 161px; */
   }
   .kc-results-download-pdf{
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    padding: 14px 22px;
   }
   .details-results-btn-wrapper{
    gap: 8px;
   }
}