 .async-hide{opacity:0!important}
 
 .btn-shake-animate {
        animation: horizontal-shaking 0.5s linear 6;
        -webkit-animation: horizontal-shaking 0.5s linear 6;
    }
    @keyframes horizontal-shaking {
        0% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(12px);
        }
        50% {
            transform: translateX(-12px);
        }
        75% {
            transform: translateX(12px);
        }
        100% {
            transform: translateX(0);
        }
    }
    .fixed_jumplink#fw_jumplink .jump-list li {
        overflow: visible;
        vertical-align: bottom;
    }
    button#GetQuote {
        border-radius: 5px !important;
        font-weight: bold;
    }
    @media (max-width: 767px) {
        .fixedBtn #keyboardbindLast {
            width: 90%;
            margin: 0 auto;
        }
    }


        #navjumpid .jump-list li button.btn.btn-whites {
        background: #ec6608;
        padding: 8px;
        min-width: 100px;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 12px;
        border-radius: 27px;
        color: #ffffff;
        font-size: 14px;
        border: 0;
    }
    @media (min-width: 992px) {
        #PublicWrapper #fw_jumplink ul.jump-list li:nth-last-child(2) {
            margin-right: 25px;
        }
    }


       :root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
    }
    .animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
    }
    @-webkit-keyframes shakeX {
    0%,
    to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
    }
    }
    @keyframes shakeX {
    0%,
    to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
    }
    }
    .animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX
    }
    @-webkit-keyframes shakeX {
    0%,
    to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
    }
    }
    @keyframes shakeX {
    0%,
    to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
    }
    }
    .animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX
    }
    .toggle-panel-wrapper {
    width: 272px;
    position: fixed;
    bottom: 0;
    left: 30px;
    z-index: 9999;
    }
    a.redirectUrl {
    cursor: pointer;
    }
    .toggle-panel-wrapper .orange-strip {
    width: 100%;
    height: 64px;
    padding: 18px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 12px 26px -1px rgba(0, 0, 0, 0.14);
    background: #ec6608;
    background: -moz-linear-gradient(top, #ec6608 0%, #b02a30 100%);
    background: -webkit-linear-gradient(top, #ec6608 0%, #b02a30 100%);
    background: linear-gradient(to bottom, #ec6608 0%, #b02a30 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec6608', endColorstr='#b02a30', GradientType=0);
    }
    .toggle-panel-wrapper .orange-strip p {
    font-size: 12px;
    color: #ffffff;
    margin: 0;
    line-height: normal;
    }
    .toggle-panel-wrapper .orange-strip p.first-quote {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 0.5rem;
    }
    .toggle-panel-wrapper .orange-strip p.first-quote span {
    width: 238px!important;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
    .toggle-panel-wrapper .orange-strip p a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
    }
    .toggle-panel-wrapper .orange-strip p a.redirectUrl span, .more-quotes-wrapper span.quote-plan-name {
    display: inline-block;
    }
    .toggle-panel-wrapper .orange-strip p a.redirectUrl span:first-letter,  .more-quotes-wrapper span.quote-plan-name:first-letter {
    text-transform: uppercase;
    }
    .toggle-panel-wrapper .panel-close {
    position: absolute;
    right: 7px;
    top: 6px;
    cursor: pointer;
    opacity:1;
    }
    .toggle-panel-wrapper .continue-journey {
    position: absolute;
    left: 18px;
    top: -10px;
    width: 130px;
    height: 20px;
    margin: 0;
    border-radius: 4px;
    background-color: #ffd6ba;
    font-size: 13px;
    padding: 1px 10px;
    text-align: center;
    }
    .toggle-panel-wrapper .blue-strip {
    width: 100%;
    height: 21px;
    margin: 0;
    padding: 2px 18px;
    box-shadow: 0 12px 26px -1px rgba(0, 0, 0, 0.14);
    background: #004a80;
    background: -moz-linear-gradient(top, #004a80 0%, #00305b 100%);
    background: -webkit-linear-gradient(top, #004a80 0%, #00305b 100%);
    background: linear-gradient(to bottom, #004a80 0%, #00305b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004a80', endColorstr='#00305b', GradientType=0);
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    }
    .more-quotes-wrapper {
    border-radius: 10px;
    box-shadow: 0 5px 8px 1px rgb(0 0 0 / 15%);
    border: solid 1px #cbcdce;
    background-color: #ffffff;
    width: 86%;
    position: absolute;
    bottom: 21px;
    margin: auto;
    left: 0;
    right: 0;
    color: #282828;
    z-index: 2;
    }
    .more-quotes-wrapper span.quote-title {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 99%;
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #282828;
    }
    .more-quotes-wrapper span.quote-plan-name {
    font-size: 13px;
    color: #6c6c6c;
    margin-top: .5rem;
    display: inline-block;
    }
    .more-quotes-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    }
    .more-quotes-wrapper ul li {
    border-bottom: solid 1px #cbcdce;
    padding: 8px 10px;
    position: relative;
    }
    .more-quotes-wrapper ul li p {
    line-height: normal;
    font-size: 11px;
    color: #282828;
    margin:0;
    }
    .more-quotes-wrapper ul li p a.redirectUrl {
    cursor: pointer;
    }
    .more-quotes-wrapper ul li p a.redirectUrl img.right-arrow {
    margin-left: 10px;
    vertical-align: bottom;
    }
    .more-quotes-wrapper ul li:nth-last-child(2) {
    border-bottom: 0;
    }
    .more-quotes-button.arrowToggle img.down-arrow {
    transform: rotate(180deg);
    }
    .web-version , #quotecnt{
    display: inline-block;
    color: #ffff;
    font-size: 12px;
    }
    .mobile-version,
    .dont-show-me {
    display: none;
    }
    .toggle-panel-wrapper .blue-strip .more-quotes-wrapper .continue-journey-m {
    display: none;
    }
    #mobile_quotecnt {
    display:none;
    }
    #quotecnt {
    display:inline-block;
    }
    #liQuote_1 {
    display:none;
    }
    @media (min-width: 992px) {
    .more-quotes-wrapper .close{
    display:none;
    }
    }
    @media (max-width: 991px) {
    #liQuote_1 {
    display: block;
    }
    .ui_get_sticky.fixedBtns{
    z-index: 999;
    }
    .toggle-panel-wrapper .blue-strip .more-quotes-wrapper ul li {
    border-top: 0 !important;
    border-bottom: solid 1px #cbcdce !important;
    padding: 20px 30px !important;
    }
    .more-quotes-wrapper span.quote-title {
    font-size: 15px !important;
    width: 100%;
    }
    .toggle-panel-wrapper .blue-strip .more-quotes-wrapper ul li.dont-show-me {
    font-size: 15px !important;
    }
    .more-quotes-wrapper span.quote-plan-name {
    font-size: 15px !important;
    }
    .blue-strip .more-quotes-wrapper ul li a.redirectUrl img.right-arrow {
    right: 32px;
    width: 9px;
    position: absolute;
    }
    #mobile_quoteavail {
    font-size: 18px !important;
    vertical-align: middle;
    line-height: 22px;
    color: #fff;
    }
    #liQuote_1 {
    display:block !important;
    }
    #quotecnt {
    display:none;
    }
    #mobile_quotecnt {
    display:inline-block;
    }
    .toggle-panel-wrapper .blue-strip {
    display:block !important;
    }
    .toggle-panel-wrapper {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin-bottom: 25px;
    }
    .toggle-panel-wrapper .blue-strip .more-quotes-wrapper {
    position: fixed;
    bottom: 0;
    top: auto;
    border-radius: 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    }
    .toggle-panel-wrapper .blue-strip .more-quotes-wrapper .continue-journey-m {
    display: block;
    padding: 20px 30px 6px;
    color: #004a80;
    font-size: 22px;
    }
    .toggle-panel-wrapper .blue-strip .more-quotes-wrapper ul li.dont-show-me {
    font-size: 13px;}
    .toggle-panel-wrapper .blue-strip .more-quotes-wrapper .continue-journey-m .panel-close {
    display: block;
    top: 12px;
    right: 18px;
    opacity: 1;
    }
    .toggle-panel-wrapper .blue-strip .more-quotes-wrapper ul li {
    padding: 8px 30px;
    }
    .backdrop {
    position: fixed;
    background: #000000a1;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    }
    .orange-strip {
    display: none;
    }
    .toggle-panel-wrapper .blue-strip {
    width: 100%;
    height: 65px;
    padding: 18px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 12px 26px -1px rgba(0, 0, 0, 0.14);
    background: #ec6608;
    background: -moz-linear-gradient(top, #ec6608 0%, #b02a30 100%);
    background: -webkit-linear-gradient(top, #ec6608 0%, #b02a30 100%);
    background: linear-gradient(to bottom, #ec6608 0%, #b02a30 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec6608', endColorstr='#b02a30', GradientType=0);
    font-size: 18px;
    }
    .toggle-panel-wrapper .blue-strip span.number {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #fff;
    color: #282828;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 18px;
    }
    .toggle-panel-wrapper .blue-strip .down-arrow {
    position: absolute;
    right: 10px;
    top: 30px;
    width: 18px;
    transform: rotate(270deg);
    }
    .more-quotes-button.arrowToggle img.down-arrow {
    transform: rotate(270deg);
    }
    .continue-journey {
    display: none;
    }
    .toggle-panel-wrapper .panel-close {
    display: none;
    }
    .web-version {
    display: none;
    }
    .mobile-version,
    .dont-show-me {
    display: inline-block;
    }
    .dont-show-me {
    color: #ec6608;
    padding: 10px;
    }
    }
    .toggle-panel-wrapper .orange-strip p span {
    font-size: 12px;
    color: #fff;
    margin: 0;
    line-height: normal;
    font-weight: 400;
    }
    #spnRetrieveQuote {
    cursor: pointer;}
    .bounceEffect {
    animation: bounce 1s;
    -webkit-animation: bounce 1s;
    -moz-animation: bounce 1s;
    -o-animation: bounce 1s;
    }
    @-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
    -webkit-transform: translateY(0);
    }
    40% {
    -webkit-transform: translateY(-30px);
    }
    60% {
    -webkit-transform: translateY(-15px);
    }
    }
    @-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
    -moz-transform: translateY(0);
    }
    40% {
    -moz-transform: translateY(-30px);
    }
    60% {
    -moz-transform: translateY(-15px);
    }
    }
    @-o-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
    -o-transform: translateY(0);
    }
    40% {
    -o-transform: translateY(-30px);
    }
    60% {
    -o-transform: translateY(-15px);
    }
    }
    @keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
    transform: translateY(0);
    }
    40% {
    transform: translateY(-30px);
    }
    60% {
    transform: translateY(-15px);
    }
    }
    @media (max-width: 768px) {
    .more-quotes-wrapper .close {
    position: absolute;
    right: 30px;
    top: 35px;
    display: block;
    opacity:1!important;
    }
    }
    @media (max-width: 480px) {
    .more-quotes-wrapper .close {
    right: 20px;
    top: 20px;
    }
    }


       .fw-widget-wrap {
        width: 100%;
        max-width: 471px;
    }
    .toggle-panel-wrapper.motor-quote-wrap {
        position: relative;
        margin: 0 auto;
        padding: 0 2rem;
        width: 100%;
        left: 0;
        z-index: 2;
    }
    .toggle-panel-wrapper.motor-quote-wrap .orange-strip {
        background: #fcf2ce;
        padding: 0 2rem;
        height: auto;
        box-shadow: none;
    }
    .toggle-panel-wrapper.motor-quote-wrap .continue-journey {
        background-color: #e7dbb3;
        position: static;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-radius: 0 0 1rem 1rem;
    }
    .toggle-panel-wrapper.motor-quote-wrap .motor-quote-details {
        padding: 1rem 0;
        display: flex;
        justify-content: space-between;
    }

    .toggle-panel-wrapper.motor-quote-wrap .motor-quote-details p span {
        color: #282828;
    }
    .toggle-panel-wrapper.motor-quote-wrap .orange-strip p {
        color: #6c6c6c;
    }

    .toggle-panel-wrapper.motor-quote-wrap p.first-quote span {
        font-weight: 700 !important;
        font-size: 1.2rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 150px !important;
    }
    .motor-veh-prm {
        padding: 0 1rem;
    }
    .motor-veh-prm p span {
        display: block;
    }
    .motor-veh-prm p span strong {
        font-weight: 900;
    }

    .motor-veh-prm span#motor-prm-amt,
    .motor-veh-prm span.rupee-icon {
        font-size: 1.2rem;
        font-weight: 900;
    }

    .motor-veh-prm span#fw-recentquote-gst {
        font-size: 1rem;
        font-weight: 400;
    }

    .smallSecondry-btn {
        position: relative;
        cursor: pointer;
        overflow: hidden;
        padding: 0.7rem 1.6rem;
        font-size: 1.2rem;
        border-radius: 5px;
        text-decoration: none;
        outline: none;
        border: 0;
        font-weight: 700;
        text-align: center;
        color: #ec6625;
        border: 1px solid #ec6625;
        background: #fff;
    }
    .smallSecondry-btn:hover {
        background: #fff2eb;
        border: 1px solid #ec6625;
        color: #ec6625;
    }
    .smallSecondry-btn:focus-visible {
        background: #fff9f6;
        border: 1px solid #ec6625;
        color: #ec6625;
    }
    .smallSecondry-btn:active {
        background: #fff9f6;
        border: 1px solid #bb5106;
        color: #bb5106;
    }
    span#quoteidvAmt {
        font-weight: 600;
    }

    @media (max-width: 992px) {
        .toggle-panel-wrapper.motor-quote-wrap p.first-quote span {
            width: 120px !important;
        }
        .toggle-panel-wrapper.motor-quote-wrap .orange-strip {
            padding: 0 1rem;
        }
    }
    @media (max-width: 768px) {
        .motor-quote-wrap .orange-strip {
            display: block;
        }
    }
    @media (max-width: 767px) {
        .motor-veh-name {
            width: 100%;
        }
        .toggle-panel-wrapper.motor-quote-wrap .motor-quote-details {
            flex-wrap: wrap;
            padding: 1rem 0 0;
            align-items: center;
        }
        .motor-veh-prm {
            padding: 1rem 0 0;
        }
        .toggle-panel-wrapper.motor-quote-wrap .continue-journey {
            display: block;
            border-radius: 10px 0px 20px 0px;
            margin: 0;
            margin-left: -10px;
        }
        .motor-veh-btn {
            width: 50%;
        }
        .redirectUrl.smallSecondry-btn {
            display: block;
        }
        .toggle-panel-wrapper.motor-quote-wrap {
            padding: 0 1rem;
        }
    }