/* Minification failed. Returning unminified contents.
(762,28): run-time error CSS1019: Unexpected token, found ' '
(762,28): run-time error CSS1019: Unexpected token, found ' '
(762,28): run-time error CSS1042: Expected function, found ' '
(762,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(763,31): run-time error CSS1019: Unexpected token, found ' '
(763,31): run-time error CSS1019: Unexpected token, found ' '
(763,31): run-time error CSS1042: Expected function, found ' '
(763,31): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
/*#region Angular ng-include, ng-view, ng-repeat shuffle animations*/

.shuffle-animation.ng-enter,
.shuffle-animation.ng-leave {
    position: relative;
}

.shuffle-animation.ng-enter {
    -moz-transition: ease-out all 0.3s 0.4s;
    -o-transition: ease-out all 0.3s 0.4s;
    -webkit-transition: ease-out all 0.3s 0.4s;
    transition: ease-out all 0.3s 0.4s;
    left: 2em;
    opacity: 0;
}

    .shuffle-animation.ng-enter.ng-enter-active {
        left: 0;
        opacity: 1;
    }

.shuffle-animation.ng-leave {
    -moz-transition: 0.3s ease-out all;
    -o-transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
    left: 0;
    opacity: 1;
}

    .shuffle-animation.ng-leave.ng-leave-active {
        left: 2em;
        opacity: 0;
    }
/*#endregion*/

.rxtreeAddIcon {
    width: 14px !important;
    height: 11px !important;
    line-height: 13px;
    font-size: 11px;
    text-align: center;
    border-radius: 12px;
    box-sizing: content-box;
    border: 1px solid rgb(204, 204, 204);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 2px;
    background-color: #509BE1 !important;
    color: rgb(255, 255, 255);
    font-weight: 800;
    padding: 1px;
}

.cursor {
    cursor: pointer;
}

.bordered {
    border-bottom: 1px solid #ededed;
    margin-bottom: 3px;
    padding-bottom: 2px;
}

.remove-row-margin {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.row-hyperlink:hover {
    color: #005580 !important;
    text-decoration: underline;
    cursor: pointer;
}

.link-previous {
    display: inline-block;
    padding-right: 10px;
    color: rgb(47, 129, 196);
    cursor: pointer;
    padding-left: 10px;
}

    .link-previous .disabled {
        color: gray !important;
        text-decoration: none;
    }

.link-next {
    display: inline-block;
    padding-right: 0px;
    color: rgb(47, 129, 196);
    cursor: pointer;
    padding-left: 10px;
}

.show-grid {
    padding: 8px 0px 8px 9px;
    margin-right: 0px;
    margin-left: 0px;
}

.small-arrow {
    color: black !important;
    text-decoration: none !important;
}

.padding-leftcss {
    padding-left: 5px;
    padding-right: 5px;
}

.invalidRow {
    background-color: #E49792 !important;
}

#content {
    display: block;
    width: 100%;
    background: #fff;
    padding: 25px 20px;
    padding-bottom: 35px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

#searchfield {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}

    #searchfield form {
        display: inline-block;
        background: #eeefed;
        padding: 0;
        margin: 0;
        padding: 5px;
        border-radius: 3px;
        margin: 5px 0 0 0;
    }

        #searchfield form .biginput {
            width: 600px;
            height: 40px;
            padding: 0 10px 0 10px;
            background-color: #fff;
            border: 1px solid #c8c8c8;
            border-radius: 3px;
            color: #aeaeae;
            font-weight: normal;
            font-size: 1.5em;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            #searchfield form .biginput:focus {
                color: #858585;
            }

.flatbtn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    outline: 0;
    border: 0;
    color: #f3faef;
    text-decoration: none;
    background-color: #6bb642;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    font-size: 1.2em;
    font-weight: bold;
    padding: 12px 22px 12px 22px;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3);
    -moz-box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3);
    box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3);
}

    .flatbtn:hover {
        color: #fff;
        background-color: #73c437;
    }

    .flatbtn:active {
        -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    }

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 10px 5px;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #f0f0f0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
}

.selectedRow {
    background-color: lightyellow;
}

.showHand {
    cursor: pointer;
}

.responsive-table {
    overflow: auto !important;
    min-width: 100%;
}

.popover {
    max-width: 390px;
}
.popover-main .popover{
    background:none;
    border-radius:10px;
}
.popover-main .popover-content {
    color:white;
}

.overflow-300 {
    /*overflow: scroll;*/
    min-height: 628px;
    height: 628px;
}

/*organization Chart*/
div.orgChart {
    border: 1px solid #cccccc;
    background-color: white;
    margin: 10px;
    padding: 20px;
}

    div.orgChart h2 {
        margin: 0px;
        font-size: 1em;
        border-bottom: 2px solid black;
        border-bottom: none;
    }

    div.orgChart ul {
        list-style: none;
        margin: 4px;
        padding: 0px;
        font-size: 0.8em;
        text-align: left;
    }

        div.orgChart ul.stack,
        div.orgChart ul.stack ul {
            text-align: center;
        }

    div.orgChart table {
        width: 100%;
    }

    div.orgChart tr.node-parent > td {
        padding-bottom: 20px;
    }

    div.orgChart tr.lines td.line {
        width: 1px;
        height: 20px;
    }

    div.orgChart tr.lines td.top {
        border-top: 1px solid #555E66;
    }

    div.orgChart tr.lines td.left {
        border-right: 1px solid #555E66;
    }

    div.orgChart tr.lines td.right {
        border-left: 2px solid #555E66;
    }

    div.orgChart td {
        text-align: center;
        vertical-align: top;
        padding: 0px 2px;
    }

    div.orgChart div.node {
        cursor: default;
        border: 2px solid black;
        display: inline-block;
        padding: 0 4px;
        width: 96px;
        height: 60px;
        background-color: white;
        line-height: 1.3em;
        border-radius: 8px;
        box-shadow: 4px 4px 6px #888888;
        -moz-border-radius: 8px;
        -moz-box-shadow: 4px 4px 6px #888888;
        -webkit-border-radius: 8px;
        -webkit-box-shadow: 4px 4px 6px #888888;
    }

    div.orgChart div.hasChildren {
        background-color: #ffff98;
    }

    div.orgChart.interactive div.hasChildren {
        cursor: pointer;
    }

    div.orgChart div.node.hover {
        background-color: white;
    }

div.orgChart {
    display: inline-block;
    font-size: 1em;
    background-color: white;
    min-width: 800px;
    margin: 0;
    border-radius: 4px;
}

    div.orgChart h1,
    div.orgChart h2,
    div.orgChart h3,
    div.orgChart h4,
    div.orgChart h5 {
        margin: 0;
        padding: 0;
        line-height: inherit;
    }

    div.orgChart div.node {
        width: 150px;
        height: 40px;
        padding: 10px;
        border-radius: 2px;
        border-width: 1px;
        background-color: white;
    }

    div.orgChart ul.stack {
        display: inline-block;
        border: 1px dotted black;
        background-color: white;
        margin-top: 20px;
        padding: 4px;
        min-width: 150px;
        font-size: 13px;
        box-shadow: 2px 2px 3px #888888;
    }

    div.orgChart div.node.drama-title + div.stack-container > ul.stack > li {
        margin-bottom: 10px;
    }

        div.orgChart div.node.drama-title + div.stack-container > ul.stack > li:last-child {
            border-top: 1px dotted black;
            margin-bottom: 0;
        }

    div.orgChart div.node.level1.drama-title {
        cursor: pointer;
    }

.country-node {
    background-color: #3397DF !important;
    color: white;
    border: none !important;
    border-radius: 3px;
    box-shadow: 4px 4px 6px #4C7DA1 !important;
    cursor: default;
    display: inline-block;
    height: 60px;
    line-height: 1.3em;
    padding: 0 4px;
    width: 96px;
}

.brand-node {
    background-color: #1EBB77 !important;
    color: white;
    border: none !important;
    border-radius: 3px;
    box-shadow: 4px 4px 6px #6FAB95 !important;
    cursor: default;
    display: inline-block;
    height: 60px;
    line-height: 1.3em;
    padding: 0 4px;
    width: 96px;
}

.region-node {
    background-color: #D29137 !important;
    color: white;
    border: none !important;
    border-radius: 3px;
    box-shadow: 4px 4px 6px #B28B55 !important;
    cursor: default;
    display: inline-block;
    height: 60px;
    line-height: 1.3em;
    padding: 0 4px;
    width: 96px;
}

.office-node {
    background-color: #CE4A2D !important;
    color: white;
    border: none !important;
    border-radius: 3px;
    box-shadow: 4px 4px 6px #95412E !important;
    cursor: default;
    display: inline-block;
    height: 60px;
    line-height: 1.3em;
    padding: 0 4px;
    width: 96px;
}

.ng-invalid .popover-title {
    display: none !important;
}

.ng-invalid .popover-content {
    background-color: #DD5858;
    color: white;
    border: solid 1px #950C0C;
}
.popover-main .popover .arrow:after {
    border-top-color: transparent !important;
}

.popover-main .popover .arrow {
    border-top-color: transparent !important;
}
.ng-invalid .arrow:after {
    border-top-color: #DD5858 !important;
}

.ng-invalid .arrow {
    border-top-color: #950C0C !important;
}

.ng-valid .popover-title {
    display: none !important;
}
.popover-main .popover-content::before {
    background-color: #000000a3;
    z-index: -11;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-radius:10px;
    width: 100%;
    height: 100%;
    /* opacity: 0.5; */
}

.popover-main .popover.right .arrow:after {
    border-right-color: #000000a3;
}

.popover-main .popover-content {
    /*background-color: #DD5858;*/
    color: white;
    /*border: solid 1px #950C0C;*/
}

.cursor .arrow:after {
    border-top-color: #fff !important;
    color: black !important;
}

.cursor .arrow {
    border-top-color: #fff !important;
    color: black !important;
}

.cursor .popover-content {
    background-color: #fff;
    border: solid 1px #fff;
    color: black !important;
}

.ng-valid .arrow:after {
    border-top-color: #DD5858 !important;
}

.ng-valid .arrow {
    border-top-color: #950C0C !important;
}

.bck-blue {
    background-color: blue !important;
    color: white;
}

.custom-row {
    margin-right: 0px !important;
}

.label-overflow {
    overflow: hidden;
}

.text-bold {
    font-weight: bold;
}

.datepicker {
    z-index: 9999 !important;
    min-width: 230px;
}

.table-condensed {
    width: 100%;
}

.collapsed .widget-body .showpopup {
    display: normal !important;
}

.popover {
    z-index: 1999;
}

.text-wrap {
    word-wrap: break-word;
    display: block;
    padding-top: 4px;
}

.inner-pipe {
    font-size: 11px;
}

.action-link {
    display: inline-block;
    padding-right: 3px;
    color: rgb(47, 129, 196);
    cursor: pointer;
    padding-left: 3px;
}

.action-column {
    width: 105px;
    text-align: center;
}

.displayNone {
    display: none !important;
}

.displayVisible {
    display: inline-block;
}

/*.breadcrumb>li>a, .breadcrumb>li>a.active {
   color: #2F81C4 !important;
}*/
.rx-explorer {
    cursor: pointer;
}

    .rx-explorer .home-icon {
        margin-left: 4px;
        margin-right: 2px;
        font-size: 15px;
        position: relative;
        top: 0;
        color: #F3E2A9;
        text-shadow: 1px 1px #D9C4A6;
    }

.activeFolder {
    font-size: 52px;
    color: #F3E2A9;
    text-shadow: 1px 1px #D9C4A6;
}

.inactiveFolder {
    font-size: 52px;
    color: #555;
    text-shadow: 1px 1px #D9C4A6;
}

#rxExplorers .form-control {
    height: 15px;
    padding: 0px;
}

#rxExplorers {
    min-height: 400px;
}

.width-150 {
    width: 150px !important;
}

.width-200 {
    width: 200px !important;
}

.width-55 {
    width: 55px !important;
}

.width-35 {
    width: 35px !important;
}

.brand-modal-width {
    width: 1000px !important;
}

/** CSS Document */


#myCanvas {
    border: 2px solid #888888;
    background-color: #EEEEEE;
    border-radius: 0px;
}

.disablityTicker {
    font-weight: bold;
    color: #b68f2e;
}

/* CSS to display modal popup in center */
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}
/* End */

.remove-link {
    cursor: auto;
    text-decoration: none !important;
}

.add-link {
    cursor: pointer;
}

.breadcrumb .icon-home {
    font-size: 20px;
}

input, select {
    border-color: #ccc !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
}

.dropdown60 {
    width: 55px !important;
    margin-left: 10px;
    font-size: 10px;
    margin-top: -4px;
}

.printPaymentAdvice {
    font-family: 'Calibri';
    font-size: 12px;
    text-align: justify;
}

.accordion-plus-minus {
    font-size: 10px;
    float: right;
}
.driver-panel-body{
    border-top: none !important;
}
.td80 {
    width: 80% !important;
}
.td40 {
    width: 40% !important;
}
.td27 {
    width: 27% !important;
}
.td20 {
    width: 20% !important;
}
.td19 {
    font-size:15px;
    width: 19% !important;
}
.td135 {
    width: 13.5% !important;
}
.td10 {
    width: 10% !important;
}
.Comparativequote table {
    table-layout: fixed;
    margin: auto;
}

.Comparativequote th, td {
    padding: 5px 10px;
    border: 1px solid #CCC;
}

.Comparativequote thead, tfoot {
    background: #f9f9f9;
    display: table;
    width: 100%;
    width: -moz-calc(100% - 18px);
    width: -webkit-calc(100% - 18px);
    width: calc(100% - 18px);
}

.Comparativequote tbody {
    /*height: 300px;*/
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    width: 100%;
}

    .Comparativequote tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    /*25-04-2019*/
.table-responsive.sticky-table-header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    /*top: 145px;*/
    top:0px;
    margin-bottom: 0;
}
.sticky-table-header.table-responsive {overflow-x: auto;}
.sticky-table-header thead{width:100%;}
.sticky-table-header + .table-responsive {
    overflow-x: auto;
}
.logo-box.center-logo{
    min-height: 85px;
    max-height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1280px) {
    /*.top-links {
        margin-bottom: 20px;
    }*/
    .compare-table .compare-label {        width: 100%;    }
    .compare-table .msg-btn {
       float:right; margin-right:10px;
       position:relative;
    }
}
/*25-04-2019*/
/*07-05-2021 RM#389*/
.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.bg-Black {
    background: #000;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 16px;
}
.bg-Black:hover{
    background-color: #000;
}
/*.duck_content p {
    background-color: #e66d0a;
    color: #000;
    margin: 0;
    position: relative;
    font-weight: bold;
    padding: 22px 13px;
    border-radius: 17px;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    border-bottom-left-radius: 12px;
}
.duck_content p:after {
    content: '';
    border-top: 29px solid #e66d0a;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    left: 19px;
    bottom: -19px;
    position: absolute;
}*/
.duck_content button {
    border: none;
    background-color: transparent;
}
/*duck-img for desktop-mobile css start  -- shraddha*/
.duck_content .mobileDuckImg {
    display:none
}
/*duck-img for desktop-mobile css end*/
.renewNarrative p {
    position: absolute;
    border: 3px solid #bb722b;
    z-index: 1;
    right: 210px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 24px;
    max-width: 170px;
    text-align: center;
    bottom: 48px;
    border-radius: 15px;
    background: #ffffff;
}

.paymentSummaryNarrative, .renewNarrative, .renewMultiVehicle, .renewNarrativeMultiVehicle, .renewalQuestionFrmNarrative, .submitRenewalQuestionsNarrative, .declarationNarrative, .agreeNarrative, .renewalQuestionFrmNarrativeBigYes {
    position: relative;
}

    .renewNarrative p:before {
        content: "";
        position: absolute;
        width: 55px;
        height: 19px;
        background-image: url(images/svg/bottom-corner.svg);
        bottom: -19px;
        left: 18px;
        z-index: 1;
        background-repeat: no-repeat;
    }
    .renewMultiVehicle p {
        position: absolute;
        border: 3px solid #f79647;
        z-index: 1;
        right: -110px;
        padding: 10px 19px;
        font-size: 16px;
        line-height: 24px;
        max-width: 210px;
        text-align: center;
        top: Calc(0px + -79px);
        border-radius: 15px;
        color: #000;
    }
        .renewMultiVehicle p:before {
            content: "";
            position: absolute;
            width: 59px;
            height: 23px;
            background-image: url(images/svg/bottom-corner2.svg);
            bottom: -23px;
            left: 18px;
            z-index: 1;
            background-repeat: no-repeat;
        }
    .renewNarrativeMultiVehicle p {
        position: absolute;
        border: 3px solid #e36d25;
        z-index: 1;
        right: 120px;
        padding: 10px 19px;
        font-size: 16px;
        line-height: 24px;
        max-width: 180px;
        text-align: center;
        top: Calc(0px + -33px);
        border-radius: 15px;
        color: #000;
    }
        .renewNarrativeMultiVehicle p:before {
            content: "";
            position: absolute;
            width: 35px;
            height: 31px;
            background-image: url(images/svg/bottom-corner5.svg);
            bottom: 17px;
            left: -35px;
            z-index: 1;
            background-repeat: no-repeat;
        }
    .renewalQuestionFrmNarrative p:before {
        content: "";
        position: absolute;
        width: 31px;
        height: 37px;
        background-image: url(images/svg/bottom-corner7.svg);
        bottom: 17px;
        left: -31px;
        z-index: 1;
        background-repeat: no-repeat;
    }
    .renewalQuestionFrmNarrativeBigYes p:before {
        content: "";
        position: absolute;
        width: 100px;
        height: 37px;
        background-image: url(images/svg/bottom-corner7.svg);
        bottom: 24px;
        left: -84px;
        z-index: 1;
        background-repeat: no-repeat;
    }
    .renewalQuestionFrmNarrative p {
        position: absolute;
        border: 3px solid #e36d25;
        z-index: 11;
        right: -185px;
        padding: 10px 15px;
        font-size: 16px;
        line-height: 24px;
        max-width: 180px;
        top: 0;
        color: #000;
        border-radius: 15px;
        background-color: #ffffff;
    }
    .renewalQuestionFrmNarrativeBigYes p {
        position: absolute;
        border: 3px solid #e36d25;
        z-index: 11;
        right: -220px;
        padding: 10px 15px;
        font-size: 16px;
        line-height: 24px;
        max-width: 180px;
        top: Calc(0px + -65px);
        color: #000;
        border-radius: 15px;
        background:#ffffff;
    }
    .renewalQuestionFrmNarrativeBigYes p.narrationStep5{
        right:-190px;
    }
    .renewalQuestionFrmNarrativeBigYes p.narrationStep5::before{
        left: -31px;
    }
    .renewalQuestionFrmNarrativeBigYes p.narrationStep5.rnq2{
        top:0;
    }
    .renewNarrativeForSelect p.rnq3{
        bottom:60px;
    }
        .renewalQuestionFrmNarrative p.narrationStep7 {
            top: Calc(0px + 76px);
            right: 0;
            max-width: 100%;
            padding: 2px 15px;
        }
            .renewalQuestionFrmNarrative p.narrationStep7:before {
                background-image: url(images/svg/bottom-corner8.svg);
                width: 39px;
                height: 25px;
                top: -25px;
                bottom: auto;
                right: 0;
                left: 0;
            }
    .submitRenewalQuestionsNarrative p {
        position: absolute;
        border: 3px solid #e05c26;
        z-index: 1;
        right: 0px;
        padding: 10px 10px;
        font-size: 16px;
        line-height: 24px;
        max-width: 200px;
        top: Calc(0px + 69px);
        color: #000;
        background:#ffffff;
        border-radius: 8px;
    }
        .submitRenewalQuestionsNarrative p:before {
            content: "";
            position: absolute;
            width: 39px;
            height: 30px;
            background-image: url(images/svg/bottom-corner8.svg);
            bottom: 44px;
            left: 129px;
            z-index: 1;
            background-repeat: no-repeat;
        }
.declarationContent {
    position: absolute;
    border: 3px solid #f79647;
    z-index: 1;
    right: 0;
    padding: 12px 13px;
    font-size: 16px;
    line-height: 24px;
    max-width: 240px;
    top: 100%;
    color: #000;
    text-align: center;
    border-radius: 15px;
    background:#ffffff;
}
.declarationContent:before {
    content: "";
    position: absolute;
    width: 78px;
    height: 24px;
    background-image: url(images/svg/bottom-corner9.svg);
    bottom: 72px;
    left: 15px;
    z-index: 1;
    background-repeat: no-repeat;
}
.agreeNarrative p {
    position: absolute;
    border: 3px solid #f79647;
    z-index: 1;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 24px;
    max-width: 250px;
    border-radius: 15px;
    color: #000;
    background-color:#ffffff;
    text-align: left;
    bottom: -74px;
    right: 25%;
}
    .agreeNarrative p:before {
        content: "";
        position: absolute;
        width: 68px;
        height: 24px;
        background-image: url(images/svg/bottom-corner10.svg);
        left: 25px;
        z-index: 1;
        background-repeat: no-repeat;
        bottom: 44px;
    }
.nextStepRoundButton{
    border-radius: 8.25rem;
    margin-bottom: 10px;
}
.duck_content {
    /*position: absolute;
    bottom: 155%;
    right: -220px;*/
    position: fixed;
    bottom: 22%;
    right: -90px;
    z-index: 99999999999999;
    top:460px
}
/*07-05-2021 RM#389 */

/* 10-06-2021 RM#389 */

.quick-form .renewPolicynewDesign .renewMultiVehicle {
    display: flex;
}

    .quick-form .renewPolicynewDesign img.vehicleImageBodyType {
        max-height: 100px;
        min-height: 170px;
        object-fit: cover;
    }
.img.vehicleImageBodyTypeForBoj {
    max-height: 200px;
    min-height: 200px;
    object-fit: cover;
}
.renewNarrativeForSelect p {
    position: absolute;
    border: 3px solid #e36d25;
    z-index: 11;
    right: -70px;
    padding: 10px 15px;    
    font-size: 16px;
    line-height: 24px;
    max-width: 271px;
    text-align: center;
    bottom: 130px;
    border-radius: 15px;
    min-width: 260px;
    background-color:#ffffff;
}

    .renewNarrativeForSelect p:before {
        content: "";
        position: absolute;
        width: 55px;
        height: 19px;
        background-image: url(images/svg/bottom-corner.svg);
        bottom: -19px;
        left: 18px;
        z-index: 1;
        background-repeat: no-repeat;
    }
.car-card-margin {
    margin-bottom: 20px;
}

    @media(max-width:1600px){
        .duck_content {
            bottom: 100%;
            right: -100px;
            
        }
    }

@media(max-width:1500px){
    .renewalQuestionFrmNarrative p.rnq1,
    .renewalQuestionFrmNarrativeBigYes p.narrationStep5.rnq2,
    .renewalQuestionFrmNarrative p.rnq4 {
        right: 0;
        transform: translateY(-100%);
        top: 0;
    }
    .renewNarrativeForSelect p.rnq3{
        right:0;
    }
    .renewalQuestionFrmNarrative p.rnq1::before,
    .renewalQuestionFrmNarrativeBigYes p.narrationStep5.rnq2::before,
    .renewalQuestionFrmNarrative p.rnq4::before{
        transform: translateY(100%) rotate(270deg);
        bottom: 3px;
        left: 30px;
    }
    .renewalQuestionFrmNarrativeBigYes p.narrationStep5.rnq2::before{
        width:31px;
    }
}
@media only screen and (max-width:1400px) {
    .agreeNarrative p {
        right: 23%;
    }

    .declarationContent {
        top: Calc(0px + 120px);
    }
    .declarationContent.agreeTooltip {
        top: 100%
    }
    .paymentSummaryNarrativeContent {
        right: 100px; /*RM469*/
    }
    .duck_content .desktopDuckImg{
        display:none;
    }
    .duck_content .mobileDuckImg {
        display: block;
        /*bottom: 100%;
        right: 0;
        position:relative;
        top:-10px;*/
        /* transform: translateY(-120%); */
    }


    .vehicle-narrative-duck-responsive {
        width: 290px !important;
        height: 230px !important;
    }
}

@media(max-width:1399px){
 /*       .duck_content{
        position:absolute;
        top:200%;
        bottom:0;
    }
    .birdPositionSpacing{
        margin-bottom:200px;
    }*/
    .duck_content{
        position:relative;
        bottom:unset;
        right:unset;
        top:unset;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1466px) {
    .renewalQuestionFrmNarrative p{
        right:-65px;
    }
}

@media only screen and (min-width: 1318px) and (max-width: 1369px) {
    /* STYLES GO HERE */
    .declarationContent {
        top: Calc(0px + 95px);
    }
    .declarationContent.agreeTooltip{
        top:100%;
    }

    .agreeNarrative p {
        right: 25%;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1850px){
    .duck_content {
        transform: translateX(50px);
        padding-left:30px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .duck_content {
        right: -113px;
        top:400px;
        bottom: 35%;
        width: 19%;
    }
    .vehicle-narrative-duck-responsive {
        width: 120px !important;
        height: 208px !important;
    }
}
@media only screen and (min-width: 1370px) and (max-width: 1680px) { 
    /* STYLES GO HERE */
    .declarationContent {
        top: Calc(0px + 95px);
    }

    .agreeNarrative p {        
        right: 22%;
    }
    .paymentSummaryNarrativeContent {
        right: 100px; /*RM469*/
    }
}


@media only screen and (max-width:1199px) {
    .renewMultiVehicle p {
        top: Calc(0px + -19px);
        right: -119px;
        max-width: 170px;
    }

    .submitRenewalQuestionsNarrative p {
        right: 0px;
    }

    .renewNarrativeMultiVehicle p {
        right: 50px;
    }

    .renewalQuestionFrmNarrative p {
        right: 0px;
        top: Calc(0px + -43px);
    }

    .quick-form .renewPolicynewDesign img.vehicleImageBodyType {
        max-height: 180px;
        min-height: 180px;
        object-fit: cover;
    }

    .agreeNarrative p {
        right: 16%;
    }
    .paymentSummaryNarrativeContent {
        bottom :132px;
       /* right :-11px;*/
        right :-50px;
    }
    .renewNarrative p {
        right: 140px;
    }
    .renewNarrativeForSelect p {
        min-width: 200px;
        max-width: 200px;
        right: -76px;
    }


    .renewalQuestionFrmNarrativeBigYes p {
        right: 56px;
        top: Calc(0px + -70px);
        max-width: 130px;
    }
}

@media only screen and (max-width:991px) {
    .renewNarrativeMultiVehicle p {
        right: 0px;
        top: Calc(0px + -58px);
    }

    .renewalQuestionFrmNarrative p {
        right: -20px;
        top: Calc(0px + -63px);
        max-width: 130px;
    }
    .renewalQuestionFrmNarrative p.rnq1,
    .renewalQuestionFrmNarrativeBigYes p.narrationStep5.rnq2,
    .renewalQuestionFrmNarrative p.rnq4{
        transform: none;
        right: unset;
        left: 250px;
        top: 40px;
    }

    .renewalQuestionFrmNarrative p.rnq1::before,
    .renewalQuestionFrmNarrativeBigYes p.narrationStep5.rnq2::before,
    .renewalQuestionFrmNarrative p.rnq4::before{
        transform: none;
        bottom: 40px;
        left: -31px;
    }
    .renewalQuestionFrmNarrative p.narrationStep7.rnq5{
        top:100%;
    }
    .renewalQuestionFrmNarrative p{
        padding:5px 10px;
    }
    .renewalQuestionFrmNarrativeBigYes p {
        right: -20px;
        top: Calc(0px + -63px);
        max-width: 130px;
        padding:5px 10px;
    }

    .submitRenewalQuestionsNarrative p {
        right: 40px;
    }

        .submitRenewalQuestionsNarrative p:before {
            bottom: 44px;
        }

    .quick-form .renewPolicynewDesign img.vehicleImageBodyType {
        max-height: 140px;
        min-height: 140px;
        object-fit: cover;
    }

    .agreeNarrative p {
        right: 16%;
    }
    .renewalQuestionFrmNarrative p.narrationStep7 {
        right :-34px;
    }
    .renewNarrative p {
        right: 110px;
    }
    .renewNarrativeForSelect p {
        min-width: 150px;
        max-width: 150px;
    }

    .renewNarrativeMultiVehicle p {
        right: 0px;
        top: Calc(0px + -57px);
        max-width: 149px;
    }

        .renewNarrativeMultiVehicle p:before {
        }
    .duck_content {        
        top: -10px;
        right: 0px;
        z-index:111;
        text-align:center;
    }
    .car-card-margin{
        margin-bottom:20px;
    }
    .quick-form .renewPolicynewDesign img.vehicleImageBodyType {
        max-height: 250px;
        min-height: 250px;
    }
}

@media only screen and (max-width:767px) {
    .renewMultiVehicle p {        
        right: -90px;        
    }
    .renewNarrativeMultiVehicle p {
        right: 80px;
        top: Calc(0px + -58px);
    }

    .renewalQuestionFrmNarrative p {
        right: 0px;
        top: Calc(0px + -63px);
        max-width: 130px;
    }
    .renewalQuestionFrmNarrativeBigYes p{
        font-size:12px;
        line-height:18px;
        padding:5px 10px;
    }
    .renewalQuestionFrmNarrativeBigYes p {
        right: 0px;
        top: Calc(0px + -63px);
        max-width: 130px;
    }
    .submitRenewalQuestionsNarrative p {
        right: 24px;
    }

    .paymentSummaryNarrativeContent {
        bottom: 165px;
        right: 200px; /*RM469*/
    }
    .renewalQuestionFrmNarrative p,
    .renewNarrativeForSelect p {
        font-size: 13px;
        line-height: 16px;
    }
    .renewNarrative p {
        right: 190px;
    }

    .renewNarrativeForSelect p {
        right: -30px;
    }

    .renewNarrativeMultiVehicle p {
        /*right: 0px;
        top: Calc(0px + -35px);
        max-width: 161px;*/
        right: 0px;
        top: Calc(0px + -30px);
        max-width: 183px;
        right:35px;
    }
    .renewNarrativeMultiVehicle p:before {

    }
    .quick-form .renewPolicynewDesign .renewMultiVehicle.d-flex.justify-content-between {
        justify-content: center !important;
    }
    .renewNarrative p.managepolicy1{
        right:30px;
        font-size:13px;
        line-height:16px;
    }
    .renewalQuestionFrmNarrative p.rnq1::before,
    .renewalQuestionFrmNarrativeBigYes p.narrationStep5.rnq2::before,
    .renewalQuestionFrmNarrative p.rnq4::before {
        bottom: 14px;
    }
}
@media only screen and (max-width:575px) {
    .paymentSummaryNarrativeContent {
        bottom: 218px;
    }
    .duck_content{
        top:0;
    }
    .vehicle-narrative-duck-responsive {
        width: 330px !important;
        height: 260px !important;
    }
    .renewNarrativeForSelect p.rnq3 {
        min-width: 100px;
        max-width: 100px;
    }
    .quick-form .renewPolicynewDesign img.vehicleImageBodyType {
        max-height: 130px;
        min-height: 200px;
    }
    .agreeNarrative p{
        font-size:13px;
        right:12%;
    }
}

@media(max-width:420px){
    .renewalQuestionFrmNarrative p.rnq1,
    .renewalQuestionFrmNarrativeBigYes p.narrationStep5.rnq2,
    .renewNarrativeForSelect p.rnq3,
    .renewalQuestionFrmNarrative p.rnq4,
    .renewalQuestionFrmNarrative p.narrationStep7.rnq5,
    .agreeNarrative p,
    .paymentSummaryNarrativeContent {
        display: none;
    }
    .vehicle-narrative-duck-responsive {
        width: 230px !important;
        height: 200px !important;
    }
}

.renewBigFont span.vehicle-plateText {
    font-size: 13px !important;
}
vehicle-plateTextForBoj {
    font-size: 22px !important;
    color:white !important;
}
.vehicle-bodyImage{
    height: 100%;
}

.top30px {
    top: 25px;
}
.wait-box-boj {
    padding: 20px;
    z-index: 9999;
}
/* 10-06-2021 RM#389 */
.loaderForAutomatic {
    
    color: #414C55;
    font: 20px/24px 'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-transition: 200ms opacity;
    /*// background-color: rgba(255, 255, 255,1);*/
    background-image: url('images/BOJ Staff Scheme Background.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*background-color: rgba(255, 255, 255,0.75);*/
    bottom: 0;
    display: -webkit-box;
    left: 0;
    overflow: auto;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
    vertical-align: central;
    font-size: 13px;
    z-index: 9999;
}
.whiteBackground {
    /*background-color: rgba(255, 255, 255,1) !important;*/
    background-image: url('images/BOJ Staff Scheme Background.jpg');
}
.loadoutForAutomatic {
  display:none;
}
.loadoutBlock {
    display: block;
}
.loaderNone {
    background-image: url('css/images/footer-bg-foboj-renewal.png') !important;
    display: none;
}
.changeBackgroundImage {
    background-image: url('css/images/footer-bg-foboj-renewal.jpg') !important;
}
.DivHide{
    display:none;
}
.msg-btn-boj {
    position: absolute;
    right: -20px;
    background: none;
    color: #999999;
    border: medium none;
    font-size: 14px;
    padding-left: 10px;
    top:0;
}
.welcome-user {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    background: #B68F2E;
    border-radius: 7px;
    padding: 10px 20px !important;
    color: #fff;
}
.LoaderImages{
}
.BojLoader{
    font-size : 20px !important;
}
