.product-form {
    margin-top: 0px;
    text-align: left;
}

.product-form input,
.product-form select {
    padding: 6px 0px;
    width: 100%;
    margin: 10px 0px 10px;
    height: 45px;
    position: relative;
    background: 0 0;
    outline: 0;
    border: 1px solid #d0d0d0;
    color: #000;
    text-indent: 20px;
}
[type="radio"]:checked+label:after {
    background-color: red;
    border: 2px solid red;
    
  }
.product-form select {
    -webkit-appearance: block !important;
}
form#JanaIPLForm {
    width: 100%;
    margin: 0 auto;
    float: left;
}
#JanaCardDetailsForm{
    width: 400px;
    margin: 0 auto;
    float: left;
}
#janamadateOTP{
    width: 400px;
    margin: 0 auto;
    float: left;
}
#JanaCardDetailsForm{
    width: 400px;
    margin: 0 auto;
    float: left;
}
#JanasetPinForm{
    width: 400px;
    margin: 0 auto;
    float: left;
}
#JanaIPLForm .col-md-6 {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 18px
}
.p-0{
    padding: 0;
}
.oneRow {
    width: 100%
}

#JanaIPLForm .oneRow input,
#JanaIPLForm .oneRow select {
    width: 43%;
    font-size: 13px;
}

#JanaIPLForm .error-massage, #JanasetPinForm .error-massage{
    position: inherit;
    left: 0;
    bottom: 8px;
    color: red;
    font-size: 13px;
    padding: 0;
    top: 2px;
}

#JanaIPLForm .checkbox-inline {
    font-size: 14px;
    margin-bottom: 5px;
    padding-top: 20px;
    padding-left: 35px;
}

.btn-submit {
    cursor: pointer;
    background-color: #d8107c !important;
    color: #fff;
    width: 45%;
    font-weight: 600;
    border: none;
    border-radius: 0;
    padding: 8px;
    background-image: -webkit-linear-gradient(top, #d8107c, #d8107c);
    float: left;
    margin: 50px 15px;
    margin-bottom: 10px
}
.btn-verify-card {
    cursor: pointer;
    background-color: #d8107c !important;
    color: #fff;
    width: 100%;
    font-weight: 600;
    border: none;
    border-radius: 0;
    padding: 8px;
    background-image: -webkit-linear-gradient(top, #d8107c, #d8107c);
    float: left;
    margin: 0px 0px;
    margin-bottom: 10px;
}

.checkboxlabel.mandatory-field {
    margin-top: 10px;
    /*padding-left:30px;*/
}

.alreadysubmitted {
    clear: both;
    color: red;
    font-size: 13px;
    margin-bottom: 20px;
    padding-left: 30px
}

.product-form input[type="number"]::-webkit-outer-spin-button,
.product-form input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-form input[type="number"] {
    -moz-appearance: textfield;
}

.btn-submit.btnSubmit {
    cursor: pointer;
    opacity: 1;
}

.btn-submit.btnSubmit:disabled,
.btn-submit.btnSubmit[disabled] {
    cursor: default;
    opacity: 0.5;
}

.product-form.solid.formTableLeft {
    margin-bottom: 50px;
}

@media screen and (max-width:800px) {
    .product-form.formTableLeft {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #JanaIPLForm .checkbox-inline {
        padding-left: 35px;
    }

    .btn-submit.btnSubmit {
        width: auto;
        padding: 10px 30px;
    }

    .col-md-12.checkboxlabel {
        clear: both;
    }
}

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

    #JanaIPLForm .oneRow input,
    #JanaIPLForm .oneRow select {
        width: 90%;
    }
}

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

    #JanaIPLForm .oneRow input,
    #JanaIPLForm .oneRow select {
        width: 100%
    }

    .formTableLeft {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    #JanaIPLForm .oneRow select {
        width: 90%
    }

    .productPageDiv .item-page h1 {
        margin-top: 1em;
        margin-left: 0px;
    }
}

#janamadate label {
    display: flex;
    flex-wrap: wrap;
    margin: 10px !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    margin: 10px !important;
    padding: 10px;
    width: 47%;
    float: left;
}

#apiRes {
    left: 30px;
    color: red;
    font-size: 16px;
    position: static !important;
}



#janamadate .radiobox input,
#janamadateCancel .labl input {
    width: 5%;
    padding-top: 0px;
    margin-top: 0px;
    height: auto;

}

#janamadateCancel .labl input {
    height: auto;
}

#janamadateCancel .labl {
    width: 100%;
}

#janamadate .error-massage,
#janamadateOTP .error-massage,
#janamadateCancel .error-massage {
    left: 0;
    bottom: 8px;
    color: red;
    font-size: 13px;
    margin-top: -6px;
    float: left;
    margin-bottom: 10px;
}

#janamadate button,
#janamadateOTP button,
#janamadateCancel button,
#JanaIPLForm button,
#JanasetPinForm button,
#JanaCardDetailsForm button {
    background-color: #d8107c !important;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 0;
    padding: 8px;
    background-image: -webkit-linear-gradient(top, #d8107c, #d8107c);
    float: left;
    margin: 0px;
    margin-bottom: 15px;
    width: 100%;
}

input[type="radio"]:focus {
    box-shadow: none !important;
}

.confirmation {
    color: green !important;
    font-size: 18px;
    font-weight: 600;
    padding: 30px;
    border: 1px solid green;
    width: 400px;
    text-align: center;
}

#janamadate label p {

    font-weight: 400;
    margin-bottom: 0px;
    text-align: left;
    margin-left: 10px;
    font-size: 14px;
}
.page-header{
    text-align: center;
}
.grycolorbg{
    background: #efefee;
    float: left;
    padding: 0px;
}
.leftsidebarpin {
    width: 100%;
    float: left;
    padding: 10px 20px;
}
.leftsidebarpin h3{
    text-align: center;
}
.leftsidebarpin ul {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    float: none;
    position: relative;
}
.leftsidebarpin ul hr {
    border-left: 1px solid #d8117d;
    width: 1px;
    height: 356px;
    position: absolute;
    left: 32px;
    z-index: 9;
    top: 20px;
}
.leftsidebarpin ul li{
    width: 100%;
    margin: 23px 0;
    float: left;
    position: relative;
    z-index: 99;
    display: flex;
}
.leftsidebarpin ul li span {
    border: 10px solid #efefee;
    float: left;
    position: relative;
    z-index: 99;
    width: auto;
    border-radius: 50px;
}
.leftsidebarpin ul li img {
    border-radius: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    margin-top: 4px;
}
.leftsidebarpin ul li span {
    background: #efefee;
    border-radius: 50px;
    padding:  15px 13px;
    width: 65px;
    float: left;
    border: 1px solid #d70e7c;
}
.leftsidebarpin ul li.active span {
    background: #d8117d;
    
}
.leftsidebarpin ul li span img.whitebg {
   display: none;
    
}
.leftsidebarpin ul li.active span img.whitebg {
    display: block; 
 }
 .leftsidebarpin ul li.active span img.graybg {
    display: none; 
 }
.leftsidebarpin ul li p {
    float: left;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    font-family: Source Sans Pro !important;
    padding-left: 24px;
}
.pinkbg.greenpinsec {
    background: #d70e7c;
    color: #fff;
    width: 100%;
    float: left;
    margin-top: 0px;
}
.pinkbg.greenpinsec h1{
    color: #fff !important;
    margin-top: 30px;
    margin-bottom: 0;
}
.page-breadcrumb ul li, .page-breadcrumb ul li a {
    font-weight: 400;
    color: #fff;
}
.greenpinfullsec .page-header{
    display: none;
}
p.greenpinsubtext {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
#janamadate button{
    margin-top: 20px;
}
#janamadateContent .col-md-12{
    padding: 0;
    margin: 0;
}
#janamadateOTP p.otpgeneratetext {
    padding: 6px 0px;
    width: 100%;
    margin: 10px 0px 10px;
    height: 45px;
    position: relative;
    background: 0 0;
    outline: 0;
    border: 1px solid #d0d0d0;
    color: #000;
    text-indent: 20px;
    line-height: 30px;
}
.notesection{
    margin-top: 8%;
    float: left;
    width: 100%;
}
.notesection ul{
    padding-left: 20px;
    width: 100%;
    float: left;
    margin: 0;
    list-style: none;
}
.notesection li {
    list-style: none;
    padding-left: 1em;
    text-indent: -2.3em;
    font-size: 14px;
    line-height: initial;
}
.notesection li::before {
    content: "•";
    color: #d8107c;
    font-weight: 900;
    margin-right: 24px;
    font-size: x-large;
}
#janamadateOTP button:first-child{
    margin-right: 10px;
    width: 100%;
}
#janamadateOTP button.lastbut{
    margin-right: 0px;
    width: 100%;
    float: right;
}
#janamadateContent .accountlist {
    width: 100%;
    overflow-y: auto;
    max-height: 488px;
} 
#janamadateContent button{
    float: left;
    width: 300px;
}
.cardsec{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
}
.cardsec img{
    width: 100%;
    position: relative;
}

.credit-card-inputs {
    width: 340px;
    min-width: 260px;
    margin: 0rem auto;
    background: #fff0;
    box-shadow: 0px 0px 10px #ccc0;
    padding: 0 0px;
    float: left;
    position: absolute;
    border-radius: 8px;
    clear: both;
    bottom: 70px;
    left: 40px;
}
.credit-card-inputs01 {
    width: 340px;
    min-width: 260px;
    margin: 0rem auto;
    background: #fff0;
    box-shadow: 0px 0px 10px #ccc0;
    padding: 0 0px;
    float: left;
    position: absolute;
    border-radius: 8px;
    clear: both;
    bottom: 20px;
    left: 40px;
}

  .credit-card-inputs__fields {
    width: 100%;
    float: left;
    margin: 0px 0 10px ;
  }
  .credit-card-inputs__fields input {
    border: none;
    outline: none;
    background: white;
    box-sizing: border-box;
    border-bottom: 0px solid #ccc;
    font-size: 14px;
    width: 60px;
    text-align: center;
    letter-spacing: inherit;
    color: #010101;
    font-family: monospace;
    padding: 0;
    transition: all 0.3s;
    margin: 0 16px 10px 0;
    text-indent: 0;
    height: 22px;
    letter-spacing: 2px;
}
form#janamadateOTP .col-md-12.col-sm-6{
    position: relative;
}
div#timer {
    position: absolute;
    right: -35px;
    bottom: 75px;
}
  @media (max-width: 600px) {
    .credit-card-inputs__fields input {
      font-size: 14px;
    }
  }
  .credit-card-inputs__fields input:focus {
    border-color: lightseagreen;
  }
  .credit-card-inputs__fields input::placeholder {
    color: #ccc;
  }
  .credit-card-inputs__reset {
    display: block;
    background: #eee;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    margin-top: 2rem;
    font-family: monospace;
    padding: 0.5rem;
    transition: all 0.3s;
  }
  .credit-card-inputs__reset:hover {
    background: #e5e5e5;
  }
  .credit-card-inputs__result {
    margin-top: 2rem;
  }
  .credit-card-inputs__result h4 {
    margin: 0;
  }
  .credit-card-inputs__result em {
    display: block;
  }
  
  .credit-card-inputs__fields input:focus, .credit-card-inputs__fields input[type]:focus, 
  .credit-card-inputs__fields .uneditable-input:focus {
    border-bottom: 0px solid #ccc;
    box-shadow: 0 1px 1px rgb(229 103 23 / 0%) inset, 0 0 8px rgb(229 103 23 / 0%);
    outline: 0 none;
}
.expirydate label{
    font-size: 12px;
    font-weight: 400;
    margin-right: 10px;
    color: #fff;
}
.expirydate input{
width: 50px;
}
.col-md-6.textareaBox{
    margin: 0;
}
.greenpinfullcon {
    margin-left: 20px;
}


@media (max-width: 767px) {
    .leftsidebarpin ul li {
        width: 24%;
        margin: 23px 0;
        float: left;
        position: relative;
        z-index: 99;
        display: block;
        text-align: center;
    }
    .leftsidebarpin ul li span {
        padding: 14px 10px;
        width: 50px;
        float: none;
        margin: 0 auto;
        display: block;
        height: 50px;
    }
    .leftsidebarpin ul li img {
        border-radius: 0px;
        padding: 0px;
        width: 100%;
        float: left;
        margin-top: 0;
    }
    .leftsidebarpin ul li p {
        float: left;
        margin-top: 10px;
        font-size: 12px;
        font-weight: 600;
        color: #666;
        font-family: Source Sans Pro !important;
        padding-left: 0px;
        width: 100%;
    }
    .leftsidebarpin ul hr{
        display: none;
    }
    .greenpinfullcon {
        margin-left: 0px;
    }
    #liner .col-xs-12 {
        width: 100%!important;
        float: left!important;
    }
  }
  @media (max-width: 450px) {
  form#JanaIPLForm, form#JanaIPLForm, #JanasetPinForm, #JanaCardDetailsForm, #janamadateOTP, #JanaCardDetailsForm {
    width: 100%;
}

.leftsidebarpin ul li {
    width: 50%;
}
.credit-card-inputs {
    width: 100%;
    min-width: 270px;
    bottom: 56px;
    left: 12px;
}
.credit-card-inputs01 {
    width: 100%;
    min-width: 270px;
    bottom: 16px;
    left: 12px;
}
  }

  textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
    border-color: rgba(33, 33, 33, 0) !important;
}
#JanaCardDetailsForm input:-webkit-autofill, 
#JanaCardDetailsForm input:-webkit-autofill:hover, 
#JanaCardDetailsForm input:-webkit-autofill:focus, 
#JanaCardDetailsForm input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #3c3b3b00 inset !important;
    color: #080808 !important;
}
.rightmark span{
    color: #fff;
    background: #008001;
    width: auto;
    height: auto;
    float: none;
    border-radius: 50px;
    padding: 12px 14px;
    font-size: 18px;
    margin: -9px 11px;
}
.credit-card-inputs__fields label {
    font-size: 12px;
    font-weight: 400;
    margin-right: 10px;
    color: #fff;
    width: 100%;
}








body{
    font-family: Source Sans Pro !important; 
}


.emi-calculator {
    font-family: Source Sans Pro !important;
    margin: 0;
    padding: 0;
    background: url(../img/emibg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.calculator-container {
    color: black;
    font-family: Source Sans Pro !important;
}

.calculator-container h2 {
    margin: 0 0 14px 0;
    font-size: 36px;
    font-family: "Source Sans Pro";
    font-weight: 600;
    line-height: normal;
    width: 100%;
    font-family: Source Sans Pro !important;
    display: flex;
            align-items: center;
    color: #000 !important;
}
.dis-flex{display:flex;}
.calculator {
    background-color: white;
    border-radius: 27px;
    padding: 25px;
    justify-content: space-between;
    margin: 20px auto;
    max-width: 92% !important;
    font-family: Source Sans Pro !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.calculator-inputs {
    flex: 1;
    padding-right: 20px;
}

.calculator-inputs .amount,
.calculator-inputs .duration,
.calculator-inputs .rate {
    display: block;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 28px;
    text-align: left;
    background-color: #fff0f500;
    padding: 0;
    color: black;
    width: 130px;
    font-family: Source Sans Pro !important;
    border: none !important;
    font-style: normal;
    line-height: normal;
    font-weight: 600;
    padding-right: 10px;
}

.calculator-inputs .amount{
   width: 165px;
}


.calculator-inputs .amount,
.calculator-inputs .duration,
.calculator-inputs .rate:focus {
    outline: none;
}
.calculator-inputs input:focus {
    box-shadow: none !important;
}

.input-group {
    display: flex;
    justify-content: space-between;
    gap: 1px;
}

.input-item {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.calculator-inputs label {
    display: block;
    /* margin: 15px 0px 10px; */
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    position: relative;
    color: #000;
    font-family: Source Sans Pro !important;
    top: 0;
    left: 0;
}

.calculator-inputs input[type="number"],
.calculator-inputs input[type="range"] {
    /* width: 100%; */
}



/* Hide arrows in number input for Chrome, Safari, Edge, Opera */
.calculator-inputs input[type="number"]::-webkit-outer-spin-button,
.calculator-inputs input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide arrows in number input for Firefox */
.calculator-inputs input[type="number"] {
    -moz-appearance: textfield;
}


/* color change logic starts */



.calculator-inputs input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background: #D1D3D4;
    outline: none;
    opacity: 1;
    transition: background 0.15s ease-in-out;
    margin-top: 25px;

}

.calculator-inputs input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    border: 2px solid #D8107C
}

.calculator-inputs input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    border: 2px solid #D8107C
}

.calculator-inputs input{
    padding: 6px 6px;
}
/* .calculator-inputs input:focus{
    border-color: #3B3B3B;} */
/* color chang logic ends */


.calculator-results {
    text-align: center;
    padding: 20px;
    background-color: #FFE9F6;
    border-radius: 10px;
    width: 25%;
    /* height: fit-content; */
}

.calculator-results p {
    font-size: 16px;
    margin: 20px 0 10px;
    color: black;
    font-weight: 400;
    text-align: left;
    font-family: "Source Sans Pro";

}



.calculator-results h3 {
    margin: 15px 0;
    color: #000 !important;
    font-size: 18px;
    line-height:28px;
    background-color: white;
    min-width: auto;
    border-radius: 4px;
    padding: 10px 10px;
    font-weight: 400;
    text-align: center;
    font-family: Source Sans Pro !important;
    margin: 0 auto;
}

.calculator-results button {
    background-color: #ff4081;
    color: white;
    border: none;
    padding: 14px 10px;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 400;
    font-family: Source Sans Pro !important;
}

.calculator-results button:hover {
    background-color: #e91e63;
}

.disclaimer {
    font-size: 14px;
    margin: 20px auto;
    color: #000000;
    margin-top: 30px;
    padding: 0px;
    border-radius: 5px;
    margin-bottom: 0;
    width:92%;
}

.strongDisclaimer {
    font-weight: boldbolder;
}

.top-text {
    padding: 0px;
    margin: 20px auto 30px;
    max-width: 92%;
    margin-top: 5px;
}

.top-text h2 {
    text-align: left;
}

.top-text p {
    color: #000;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
}
.range-labels {

    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #888;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    font-family: "Source Sans Pro";
    
}

.text-and-nos{

    display: block;
    /* background-color: #F4F4F4; */
    width: 250px;
    border-radius: 5px;
    padding: 10px;
}

/* .text-and-nos:focus {
    border-color: #3B3B3B;
} */







/* ukuk.rupee{
    padding-top: 3px;
    padding-left: 13px;
} */
.range-labels span{
    color: #3d3d3d;
    font-size: 13px;
}
.rupee-icon {
    width: 24px;
    margin-right: 8px; 
    height: auto;
    padding-left: 10px;
    margin-top: 3px;
}

.months{
    padding-right: 13px;
    padding-top: 0px;
    font-size: 26px;
    font-weight: 600;
    font-family: "Source Sans Pro";
}

.duration{
    padding-left: 18px;
}

.percentage{
    padding-top: 1px;
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    color: #000;
}


.rate{
    /* padding-left: 37px; */
    padding-left: 37px;

}

#loan-amount-range{
    min-width: 130px;
}

#loan-amount-error{
  font-size: 11px !important;
  color: red !important;
}
#loan-duration-error{
  font-size: 11px !important;
  color: red !important;
}
#interest-rate-error{
  font-size: 11px !important;
  color: red !important;
}

span.atrisk-required{
    color: red;
}
.address-dob-section{
    padding: 10px;
    background: #ffe9f6;
    border: 1px solid #ffe9f6;
    border-radius: 8px;
    margin-bottom: 15px;
}






/* .text-and-nos::after{
    content: "months"
} */
/* .text-and-Interest::after{
    content: "%"
} */

/* .error-message {
    color: red;
    font-size: 0.875em;
    margin-top: 5px;
} */





/* Responsive Styles */

/* after 761 and before 990 */

@media screen and (min-width:761px) and (max-width: 990px) {
    .emi-calculator {
       
        background-size: cover;
    }
    .input-item{margin-bottom:0px;}
    .calculator-results{margin-top:10px;}
    .calculator-container h2 {
        font-size: 36px;
        width: auto;
    }
    .disclaimer{
        width: 92%;
    }
    .dis-flex{
        flex-direction: column;
        text-align: center;
    }

    form#JanaIPLForm {
        width: 100%;
        margin: 0 auto;
        float: left;
    }
    .calculator {
        flex-direction: column;
        padding: 20px 20px;
    }

    .calculator-inputs {
        padding-right: 0;
    }

    .input-group {
        flex-direction: column;
        gap: 10px;
    }

    .input-item {
        width: 100%;
        align-items: center;
    }

    .calculator-results {
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .calculator-results button {
        margin-top: 20px;
        font-size: 12px;
        width: 86%;

    }

    .calculator-results p{
        text-align: center;
    }

    .calculator-results h3{
        font-size: 16px;
        margin: 0 15px;
    }

    .top-text {
        padding: 5px;
        margin: 20px auto;
        max-width: 90%;
        margin-top:60px;
    }
}

/* after 761 and before 990 ends*/


@media (min-width: 1024px) {
    .calculator-results button {
    padding: 15px 10px;
    font-size: 12px;
    }
    .calculator-results h3 {
        
        font-size: 18px;
        line-height: 28px;
        }
        
    .calculator-results {
        
        width: 30%;
        }
}


@media screen and (max-width: 760px){
    .emi-calculator {
       
        background-size: cover;
    }
    .input-item{margin-bottom:0px;}
    .calculator-results{margin-top:10px;}
    .calculator-container h2 {
        font-size: 36px;
        width: auto;
    }
    .disclaimer{
        width: 92%;
    }
    .dis-flex{
        flex-direction: column;
        text-align: center;
    }
    .calculator {
        
        padding: 20px 20px;
    }

    .calculator-inputs {
        padding-right: 0;
    }

    .input-group {
        flex-direction: column;
        gap: 10px;
    }

    .input-item {
        width: 100%;
        align-items: center;
    }

    .calculator-results {
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .calculator-results button {
        margin-top: 20px;
        font-size: 12px;
        width: 86%;

    }

    .calculator-results p{
        text-align: center;
    }

    .calculator-results h3{
        font-size: 16px;
        margin: 0 15px;
    }

    .top-text {
        padding: 5px;
        margin: 20px auto;
        max-width: 90%;
        margin-top: 60px;
    }
}

@media screen and (max-width:992px) {
    .calculator-container {
        padding: 60px 0;
    }
}

.dob-container {
    display: flex;
    gap: 10px;
}
.dob-container input {
    padding: 5px;
    width: 80px;
    text-align: center;
}
