.burial_calculator_section .lic-banner-container {
    background-image: url(/images/auto-category/mobile-banner.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.burial_calculator_section .lic-banner-main-heading {
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 13px;
}

.burial_calculator_section .burial-box {
    background: #ffffff;
    padding: 30px;
    border: 1px solid #C4CDD5;
    box-sizing: border-box;
    box-shadow: 0px 16px 28px rgba(1, 8, 82, 0.120926);
    border-radius: 8px;
}

.burial_calculator_section .slider_input {
    height: 45px;
    width: 175px;
    background: #FFFFFF;
    border: 0.5px solid #C0C1D1;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 18px;
    line-height: 21px;
    color: #1B1B1B;
    font-weight: 900;
    padding-left: 11px;
}

.burial_calculator_section .g_default_data {
    display: none;
}

.burial_calculator_section .slider_input:not(.year_value) {
    background-image: url(/images/lic-tool/wealth.svg);
    background-repeat: no-repeat;
    background-size: 19px 18px;
    position: relative;
    background-position: 34px 12px;
    text-align: center;
}

.burial_calculator_section .slider_wrapper {
    margin-top: 21px;
    margin-bottom: 30px;
}

.burial_calculator_section .user-input-slider {
    -webkit-appearance: none;
    height: 0.8rem;
    width: 100%;
    border-radius: 30px;
    background: #D3E0EB;
    outline: none;
    padding: 0;
    margin: 0;
}

.burial_calculator_section .user-input-slider::-webkit-slider-thumb {
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 0 1px #0689D6, 0 0 0 5px #0689D6;
    transition: all .15s ease-in-out;
}

.burial_calculator_section .user-input-slider::-moz-range-thumb {
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 0 1px #0689D6, 0 0 0 5px #0689D6;
    transition: all .15s ease-in-out;
}

.burial_calculator_section .step-count {
    font-size: 16px;
    line-height: 16px;
    color: #585965;
    margin: 0;
}

.burial_calculator_section .fs-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #010852;
    margin: 14px 0 16px 0;
}

.burial_calculator_section #msform .ins-step-info_text {
    font-size: 14px;
    line-height: 20px;
    color: #353643;
}

.burial_calculator_section #msform .ins-step-info_text span {
    font-weight: bold;
}

.burial_calculator_section #msform .next.action-button,
.burial_calculator_section #msform .previous.action-button {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.burial_calculator_section #msform .previous.action-button {
    transform: rotate(180deg);
}

.burial_calculator_section #msform .button-div {
    display: flex;
    align-items: center;
    justify-content: center;
}



.burial_calculator_section #msform .round {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;

}

.burial_calculator_section #msform #btn-next {
    width: 100%;
    cursor: pointer;
    position: absolute;
}

.burial_calculator_section #msform #btn-next .arrow {
    left: 38%;
}

.burial_calculator_section #msform .arrow {
    position: absolute;
    bottom: 0;
    margin-left: 0px;
    width: 16px;
    height: 16px;
    background-size: contain;
    top: 12px;
}

.burial_calculator_section #msform .action-button .next-btn {
    background-image: url(/images/burial-ins/arrow-white.svg);
}

.burial_calculator_section #msform .action-button .previous-btn {
    background-image: url(/images/burial-ins/arrow-blue.svg);
}

.burial_calculator_section #msform .bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.burial_calculator_section #msform .arrow.arrow-1.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.burial_calculator_section #msform .round:hover .arrow {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.burial_calculator_section #msform .round:hover .arrow.arrow-1 {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.burial_calculator_section #msform .next-prev-blk {
    margin-top: 95px;
}

.burial_calculator_section #msform .yn-btn {
    background: #F3F3F3;
    border: 1px solid #e1d1d1;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    padding: 20px 40px;
    box-shadow: none;
    color: #979797;
    height: 90px;
    margin: 3px 0px;
    box-shadow: 0px 1px 3px rgba(1, 8, 82, 0.120926);
}

.burial_calculator_section #msform .yes-less.yn-btn {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.burial_calculator_section #msform .yes-more.yn-btn {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.burial_calculator_section #msform .no.yn-btn {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.burial_calculator_section #msform .yn-btn:active,
.burial_calculator_section #msform .yn-btn.activeSelection {
    background: #0689D6;
    color: #ffffff;
}

.burial_calculator_section #msform .yn-btn:active .tick,
.burial_calculator_section #msform .yn-btn.activeSelection .tick {
    content: " ";
    background-image: url(/images/lic-tool/tick-white.svg);
    background-size: contain;
    background-position: center center;
    width: 24px;
    height: 24px;
    position: absolute;
    background-repeat: no-repeat;
    margin: 0 0 0 -30px;
}

.burial_calculator_section #msform .ins-step-info {
    margin-top: 30px;
}

.burial_calculator_section #msform fieldset:not(:first-of-type) {
    display: none;
}

.burial_calculator_section #msform fieldset .form-card {
    margin-top: auto;
    margin-bottom: 30px;
    min-height: 250px;
}

.burial_calculator_section .result-section {
    padding: 27px 0px 20px;
    background: #F2F8FD;
}

#result-lic .text-estimate_main {
    font-size: 16px;
    line-height: 21px;
    margin: auto;
}

#result-lic .form-card-result {
    border-radius: 8px;
}

#result-lic .text-estimate_info,
#result-lic .estimate-cards_years {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #303C42;
}

#result-lic .estimate-cards {
    border-bottom: 1px solid #D7D7D7;
}

#result-lic .estimate-cards_name {
    font-size: 22px;
    line-height: 26px;
    color: #0689d6;
    padding: 14px 0px 24px 0px;
}

#result-lic .estimate-cards_value {
    font-weight: 900;
    font-size: 30px;
    line-height: 23px;
    text-align: center;
    color: #0689d6;
    margin-top: 10px;
    margin-bottom: 10px;
}

#result-lic .estimate-cards_type p {
    font-size: 16px;
    line-height: 23px;
    color: #010852;
}

#result-lic .estimate-cards_type.estimate-cards_whole_life {
    border-left: 1px solid #E5E5E5;
}

#result-lic .estimate-result-sec,
.estimate-cards_name {
    padding: 21px 14px 0px;
}

#result-lic .estimate-result_text {
    font-size: 16px;
    line-height: 21px;
    color: #1B1B1B;
}

#result-lic .estimate-result_text a {
    color: #0689d6;
}

#result-lic .estimate-result_text a:hover:active {
    color: #006AA8;
}

#result-lic .estimate-cards_name:hover,
#result-lic .estimate-cards_name:active {
    color: #006AA8;
    text-decoration: underline;
}

#result-lic .getQuote {
    width: 130px;
    height: 50px;
    margin-top: 16px;
}

#social-media-sharing-lic {
    display: flex;
    justify-content: flex-end;
}

.burial_calculator_section #social-media-sharing-lic a {
    float: left;
    margin-left: 5px;
    border-radius: 25px;
}
.burial_calculator_section #social-media-sharing-lic a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.burial_calculator_section .sm-btn-new {
    background: #1D9DE7 none repeat scroll 0 0;
    color: #fff;
    margin-bottom: 3px;
    padding: 11px 5px 11px 10px;
    width: 40px;
    clear: both;
    border-radius: 25px;
    height: 40px;
    cursor: pointer;
}

.burial_calculator_section #social-media-sharing-lic .facebook-share {
    background: #1D9DE7 url(/images/lic-tool/facebook.png) no-repeat;
    background-size: auto;
    background-position: center center;
}
.burial_calculator_section #social-media-sharing-lic .facebook-share:hover {
    background: #006AA8 url(/images/lic-tool/facebook.png) no-repeat;
    background-size: auto;
    background-position: center center;
}
.burial_calculator_section #social-media-sharing-lic .twitter-share {
    background: #1D9DE7 url(/images/twitter-x-logo-white.svg) no-repeat;
    background-size: 20px;
    background-position: center;
}
.burial_calculator_section #social-media-sharing-lic .twitter-share:hover {
    background-color: #006AA8;
}
.burial_calculator_section #social-media-sharing-lic .linkedin-share {
    background: #1D9DE7 url(/images/lic-tool/linkedin.png) no-repeat;
    background-size: auto;
    background-position: center center;
}
.burial_calculator_section #social-media-sharing-lic .linkedin-share:hover {
    background: #006AA8 url(/images/lic-tool/linkedin.png) no-repeat;
    background-size: auto;
    background-position: center center;
}
.burial_calculator_section #social-media-sharing-lic .reddit-share {
    background: #1D9DE7 url(/images/lic-tool/reddit.png) no-repeat;
    background-size: auto;
    background-position: center center;
}
.burial_calculator_section #social-media-sharing-lic .reddit-share:hover {
    background: #006AA8 url(/images/lic-tool/reddit.png) no-repeat;
    background-size: auto;
    background-position: center center;
}
.burial_calculator_section .edit-details,
.burial_calculator_section .share_button,
.burial_calculator_section .startOver {
    height: 39px;
}

.burial_calculator_section .edit-details:before,
.burial_calculator_section .share_button:before,
.burial_calculator_section .startOver:before {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    top: 3px;
    right: 5px;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.burial_calculator_section .share_button:before {
    content: '';
    background-image: url(/images/lic-tool/share.svg);
}

.burial_calculator_section .startOver:before {
    content: "";
    background-image: url(/images/car-ins-calc/result-refresh.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 4px;
}

.burial_calculator_section .startOver:hover,
.burial_calculator_section .startOver:active,
.burial_calculator_section .share_button:hover,
.burial_calculator_section .share_button:active,
.burial_calculator_section .edit-details:hover,
.burial_calculator_section .edit-details:active {
    color: #0689D6;
}

.burial_calculator_section .edit-details img {
    transform: rotate(180deg);
}

.burial_calculator_section .requirederror {
    background-color: #FACBBF !important;
    border: 1px solid #EA5230 !important;
}

.burial_calculator_section .result-section-1, .burial_calculator_section .result-section-2 {
    display: none;
}

.burial_calculator_section .lic-slider-limit {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.burial_calculator_section .lic-slider-limit .range {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0px;
    color: #333333;
}

.burial_calculator_section .result-link {
    font-weight: 600;
}

.burial_calculator_section .result-link:hover {
    font-weight: 800;
    text-decoration: underline;
}

.burial_calculator_section .fadeCenterToLeft {
    -webkit-animation-name: fadeCenterToLeft;
    animation-name: fadeCenterToLeft;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.burial_calculator_section .fadeRightToCenter {
    -webkit-animation-name: fadeRightToCenter;
    animation-name: fadeRightToCenter;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.burial_calculator_section .fadeLeftToCenter {
    -webkit-animation-name: fadeLeftToCenter;
    animation-name: fadeLeftToCenter;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

@keyframes fadeCenterToLeft {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

@-webkit-keyframes fadeCenterToLeft {
    from {
        -webkit-transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%)
    }
}

@keyframes fadeRightToCenter {
    0% {
        transform: translateX(100%)
    }

    5% {
        transform: translateX(95%)
    }

    100% {
        transform: translateX(0)
    }
}
.burial_calculator_section .burial-box .banner-icon img{
    height: 38px;
    width: 38px;
}
@-webkit-keyframes fadeRightToCenter {
    0% {
        -webkit-transform: translateX(100%)
    }

    5% {
        -webkit-transform: translateX(95%)
    }

    100% {
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeLeftToCenter {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0%)
    }
}

@-webkit-keyframes fadeLeftToCenter {
    0% {
        -webkit-transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(0%)
    }
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }

    25% {
        opacity: 0;
        transform: translateX(10px) scale(0.9);
    }

    26% {
        opacity: 0;
        transform: translateX(-10px) scale(0.9);
    }

    55% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
}


@media screen and (min-width: 768px) {
    .burial_calculator_section .lic-banner-container {
        background-image: url(/images/lic-tool/banner-desktop.svg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .burial_calculator_section .burial_calculator_section .lic-banner-main-heading {
        font-size: 52px;
        line-height: 61px;
        letter-spacing: -1px;
        margin-bottom: 9px;
    }

    .burial_calculator_section .slider_input {
        font-size: 22px;
        height: 45px;
        max-width: 190px;
    }

    .burial_calculator_section .fs-title {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 27px;
        line-height: 31px;
    }

    .burial_calculator_section #msform .yes-more.yn-btn {
        border-radius: 0px !important;
    }

    #result-lic #msform .text-estimate_main {
        width: 295px;
    }

    #result-lic .getQuote {
        margin-top: 0;
    }

    .burial_calculator_section .lic-slider-limit {
        margin-top: 15px;
    }

    .burial_calculator_section .step-count {
        font-size: 18px;
    }

    .burial_calculator_section .lic-slider-limit .range {
        font-size: 20px;
    }

    #result-lic .estimate-cards_type p,
    #result-lic .estimate-result_text,
    #result-lic .text-estimate_main {
        font-size: 17px;
        line-height: 24px;
        color: #000;
    }

    .burial_calculator_section #msform .yn-btn {
        box-shadow: none;
        border-radius: 0px;
        margin: 0px;
    }

    .burial_calculator_section .slider_input:not(.year_value) {
        background-size: 22px 22px;
        background-position: 34px center;
    }
}

@media screen and (min-width: 808px) {
    .burial_calculator_section .burial-box {
        max-width: 768px;
        padding: 40px 50px;
    }

    .burial_calculator_section #msform .previous.action-button,
    .burial_calculator_section #msform .next.action-button {
        margin-bottom: 0px;
        margin-top: auto;
    }

    #result-lic .form-card-result {
        margin-bottom: 30px;
    }

}
@media screen and (min-width: 992px) {
    .burial_calculator_section .burial-box .banner-icon img {
        height: 32px;
        width: 32px;
    }
}