<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	text-rendering: optimizeLegibility; 
}
.date-feild:before,
.icomoon-icon,
.lombard-call a:before {
    font-family: icomoon !important;
    /* speak: none; */
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: icomoon;
    src: url(/docs/default-source/assets/freshlook/fonts/icomoon.eot?cd31q1);
    src: url(/docs/default-source/assets/freshlook/fonts/icomoon.eot?cd31q1#iefix) format("embedded-opentype"), url(/docs/default-source/assets/freshlook/fonts/icomoon8c0003ff45fd68ff8a0df0055e7d6871.ttf?cd31q1) format("truetype"),
        url(/docs/default-source/assets/freshlook/fonts/icomoon8c0003ff45fd68ff8a0df0055e7d68f3.woff?cd31q1) format("woff"),
        url(/docs/default-source/assets/freshlook/fonts/icomoon8c0003ff45fd68ff8a0df0055e7d687b.svg?cd31q1#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
[class*=" icon-"],
[class^="icon-"] {
    font-family: icomoon !important;
    /* speak: none; */
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-family: Muli;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sup {
    color: #e3cf7d;
}
sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
    pointer-events: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
li,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: Muli, sans-serif;
    font-size: 62.5%;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
app-root a {
    color: #337ab7;
    text-decoration: none;
}
app-root a:focus,
app-root a:hover {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
[role="button"] {
    cursor: pointer;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
.container-fuild {
    padding: 0 10px;
}
.container-small {
    max-width: 120rem;
    margin: 0 auto;
}
.center-block {
    margin: 0 auto;
    display: block;
}
::-moz-selection {
    color: red;
    background: #ececec;
}
.section-content {
    padding: 4.5rem 0 5rem 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-weight: 300;
}
p,
span {
    margin: 0;
    padding: 0;
    color: #282828;
    font-size: 1.3rem;
    font-weight: 300;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.bg-blue {
    /*background-color: #003d59;*/
	background-color: #00305a;
}
.bg-blue a,
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue h6,
.bg-blue p,
.bg-blue span {
    color: #fff;
}
.bg-grey {
    background-color: #f9fafc;
}
h1,
h3 {
    font-size: 4rem;
    margin-bottom: 1rem;
    font-weight: 200;
}
h2 {
    font-size: 3rem;
    color: #282828;
    font-weight: 400;
    font-weight: 200;
    margin-bottom: 0.6rem;
}
h3 {
    font-size: 2.5rem;
}
h4 {
    font-size: 2rem;
    font-weight: 200;
}
app-root a {
    font-size: 1.4rem;
    color: #fe6625;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
app-root a:active,
app-root a:hover {
    color: #fe6625;
    text-decoration: underline;
}
.input-block {
    position: relative;
    height: 68px;
}
.input-block .selec-feild select {
    width: 100%;
    color: #fff;
}
.bg-blue .errorMsg,
.errorMsg {
    font-size: 1.2rem;
    display: inline-block;
    padding-top: 3px;
    color: #f70000;
    background: #fff;
    padding: 0.2rem 1rem;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 400;
    margin-top: 5px;
    text-align: right;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    display: none;
}
.input-block label {
    cursor: auto;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.4rem;
    color: #d1d1d1;
    font-weight: 400;
    position: absolute;
    top: 20px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 5;
}
.insured-form .input-block label{
    z-index:-1 !important;
}

.input-block.focus label {
    top: -5px;
    font-size: 1rem;
    color: #7795a3;
}
.ripple-bar input {
    cursor: auto;
    border: none;
    color: #282828;
    border-bottom: 1px solid #d1d1d1;
    font-size: 1.4rem;
    z-index: 2;
    width: 100%;
    height: 35px;
    margin-top: 1rem;
    outline: 0;
    background: 0 0;
}
.ripple-bar:after {
    content: "";
    position: absolute;
    z-index: 0;
    height: 1px;
    bottom: 28px;
    left: 0;
    right: 0;
    background: #00618e;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.ripple-bar.focus:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
a.btn-primary {
    font-size: 1.6rem;
    text-decoration: none;
    padding: 1.8rem 4rem;
    -webkit-border-radius: 3rem;
    border-radius: 3rem;
    position: relative;
    overflow: hidden;
    font-weight: 600;
}
a.btn-primary:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff69;
    -webkit-transform: translateX(-100%) rotate(45deg);
    -ms-transform: translateX(-100%) rotate(45deg);
    transform: translateX(-100%) rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
a.btn-small:hover {
    background: #fff;
    color: #282828 !important;
}
a.btn-small-fill:hover {
    background: #fe6625;
    color: #fff !important;
}
.btn-white {
    background: 0 0;
    color: #fe6625 !important;
    border: 1px solid #fe6625;
    background-position: 50% 99%;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.3s ease-out;
}
.btn-white:hover {
    background: #fe6625;
    color: #fff !important;
}
.btn-transparant-bg {
    background: 0 0;
}
.btn-orange {
    /* touch-callout: none; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    padding: 1.5rem 4rem;
    font-size: 1.8rem;
    background: #fe6625;
    -webkit-border-radius: 30rem;
    border-radius: 30rem;
    text-decoration: none;
}
.btn-disable {
    background: #00556d;
    color: #80aab6;
    pointer-events: none;
}
.bg-blue a.btn-disable {
    color: #80aab6;
}
.btn-orange.btn-small {
    padding: 0.6rem 1.4em;
    font-size: 1.4rem;
    color: #fff;
}
.btn-orange:hover {
    color: #fff;
}
.btn-orange:hover:after {
    opacity: 1;
    -webkit-animation: fx-mask 0.3s ease-out;
    animation: fx-mask 0.3s ease-out;
}
.btn-orange:focus {
    color: #fff;
}
.btn-blue {
    background: #003d59;
}
.btn-border:hover {
    color: #fff;
    border: 1px solid rgba(223, 190, 106, 0);
    color: #fff;
    background-position: 99% 50%;
}
.btn-disabled {
    color: #fff;
    background: #ccc;
    pointer-events: none;
}
@-webkit-keyframes fx-mask {
    0% {
        -webkit-transform: translateX(-100%) rotate(45deg);
        transform: translateX(-100%) rotate(45deg);
    }
    100% {
        -webkit-transform: translateX(100%) rotate(45deg);
        transform: translateX(100%) rotate(45deg);
    }
}
@keyframes fx-mask {
    0% {
        -webkit-transform: translateX(-100%) rotate(45deg);
        transform: translateX(-100%) rotate(45deg);
    }
    100% {
        -webkit-transform: translateX(100%) rotate(45deg);
        transform: translateX(100%) rotate(45deg);
    }
}
.checkBox {
    padding: 3% 10%;
}
.input-check {
    position: absolute;
    opacity: 0;
}
.input-check + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 200;
    display: inline-block;
}
.input-check + label:before {
    content: "";
    margin-right: 1rem;
    display: inline-block;
    vertical-align: text-top;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.input-check:checked + label:before {
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.input-check:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.input-check:disabled + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd;
}
.input-check:checked + label:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(38deg);
    -ms-transform: rotate(38deg);
    transform: rotate(38deg);
    position: absolute;
    bottom: 6px;
    left: 8px;
}
.input-block {
    margin-bottom: 2rem;
    max-width: 80%;
}
.input-block label {
    font-size: 2rem;
    color: #7795a3;
    font-weight: 300;
    top: 4px;
    letter-spacing: 0.05rem;
}
.input-block input {
    font-size: 2rem;
    color: #fff;
    margin-top: 0.5rem;
    padding-bottom: 10px;
    font-weight: 300;
    letter-spacing: 0.05rem;
    border-bottom: 1px solid #b8b8b8;
}
.input-block.error-border input {
    border-bottom: 1px solid #fc9494;
}
.ripple-bar.error-border:after {
    border-bottom: 1px solid #fc9494;
}
.input-block.focus label {
    font-size: 1.6rem;
    top: -22px;
}
.input-block .note a {
    font-weight: 300;
    font-size: 1.2rem;
    color: #e3cf7d;
    padding-top: 10px;
    display: inline-block;
    text-decoration: none;
    padding-right: 5px;
}
.input-block.rupeeimg input {
    padding-left: 2rem;
}
.dark-form .radio input[type="radio"] + .radio-label:before {
    background: 0 0;
    border: 1px solid #272727;
}
.dark-form .radio input[type="radio"]:checked + .radio-label:before {
    background-color: #272727;
    -webkit-box-shadow: inset 0 0 0 5px #f4f4f4;
    box-shadow: inset 0 0 0 5px #f4f4f4;
}
.dark-form .radio input[type="radio"]:disabled + .radio-label:before {
    -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.dark-form .ripple-bar:after {
    background: #01b4bb;
}
.dark-form .input-block label {
    color: rgba(40, 40, 40, 0.5);
    left: 0;
    color: #282828;
}
.dark-form .input-block input {
    color: #282828;
    border-bottom: 1px solid #b8b8b8;
}
.dark-form .input-block.focus label {
    color: rgba(40, 40, 40, 0.5);
}
.dark-form .note {
    color: #e3cf7d;
}
.dark-form .checkBoxsmall .input-check + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 2rem;
    color: #282828;
    font-weight: 300;
}
.dark-form .input-check + label:before {
    border: 1px solid rgba(184, 184, 184, 0.5);
}
select {
    font-size: 2rem;
    border: 0;
    border-bottom: 1px solid rgba(184, 184, 184, 0.5);
    outline: 0;
    background: 0 0;
    padding: 0.5rem 1rem 0.5rem 0;
    text-align: left;
    font-weight: 300;
}
.rd-label,
.sl-label {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 200;
    padding-top: 0.5rem;
}
.choice-radio-block {
    padding: 0 0 2rem 0;
    position: relative;
}
.choice-radio-block.no-br,
.choice-radio-block:last-child {
    border-bottom: 0;
}
.choice-radio-block .radioButtons {
    display: inline-block;
    /* float: right; */
    vertical-align: top;
}
.radio {
    margin: 0.5rem;
    display: inline-block;
}
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.radio:last-child {
    margin-left: 2rem;
}
.radio label {
    font-size: 1.8rem;
    font-weight: 400;
    font-weight: 200;
}
.radio input[type="radio"] + .radio-label:before {
    content: "";
    background: 0 0;
    background-color: transparent;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #fff;
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    position: relative;
    top: 0;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 5px #003d59;
    box-shadow: inset 0 0 0 5px #003d59;
}
.radio input[type="radio"]:disabled + .radio-label:before {
    -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
}
body.no-scroll {
    position: fixed;
    width: 100%;
    overflow: hidden;
    padding-right: 15px;
}
.blur {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}
.input-left {
    float: left;
}
.input-right {
    float: right;
}
.overlayN {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    z-index: 9999;
}
.overlayN.active {
    visibility: visible;
    opacity: 1;
    overflow: auto;
    z-index: 100000;
    height: 100%;
    width: 100%;
}
.overlayN .cancel {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default;
}
.overlayN.showMsg,
.overlayN:target {
    visibility: visible;
    opacity: 1;
}
.overlayNew.active {
    z-index: 1000000;
}
.popup {
    margin: 7.5rem auto;
    -webkit-border-radius: 1.5rem;
    border-radius: 1.5rem;
    position: relative;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: center;
    overflow: hidden;
}
.popup.light {
    max-width: 1024px;
    width: 100%;
    opacity: 1;
}
.popup .close {
    position: absolute;
    right: 3rem;
    top: 2rem;
    width: 3rem;
    height: 3rem;
    z-index: 2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.popup .close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popup .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.popup .close:after,
.popup .close:before {
    position: absolute;
    left: 1.5rem;
    content: " ";
    height: 3rem;
    width: 0.1rem;
    background-color: #333;
}
.popup .close:hover {
    opacity: 1;
}
.content {
    width: 100%;
}
.customMscroll {
    width: 100%;
    height: 60rem;
}
.overlayN .content-heightauto {
    width: 100%;
}
.js-popup-body.active {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: anim-open;
    animation-name: anim-open;
}
.date-feild:before {
    content: "\e900";
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 1.6rem;
    pointer-events: none;
    font-weight: 600;
}
.js-hide {
    visibility: hidden;
    opacity: 0;
}
a.link-blue {
    color: #fe6625;
    text-decoration: none;
    font-size: 1.3rem;
    border-bottom: 1px solid #fe6625;
}
.over-hidden {
    overflow: hidden;
    width: 100%;
    position: fixed;
    height: 100%;
}
.selec-feild {
    text-align: left;
}
.custom-dropdown {
    position: relative;
    width: 100% !important;
    margin: 0;
    padding: 0;
    cursor: auto;
    border: none;
    color: #063b6d;
    border-bottom: 1px solid #b8b8b8;
    font-size: 16px;
    width: 100%;
    height: 40px;
    outline: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.bg-blue .custom-dropdown {
    border-bottom: 1px solid #7795a3;
}
.bg-blue .input-block input {
    border-bottom: 1px solid #7795a3;
}
.bg-blue .input-block label {
    color: #7795a3;
}
.dark-form .input-block label {
    color: #b8b8b8;
}
.bg-blue .select-vu.ripple-bar:after {
    bottom: 28px !important;
    z-index: 99;
}
.v-select .dropdown-toggle {
    border: none !important;
}
.v-select .dropdown-toggle .clear {
    display: none !important;
}
.v-select.single.open .selected-tag {
    position: relative !important;
    opacity: 1 !important;
}
.v-select .selected-tag {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 2rem;
    line-height: normal !important;
}
.v-select .open-indicator:before {
    border-color: #282828 !important;
    border-width: 1px 1px 0 0 !important;
    content: "";
    display: inlin-block !important;
    height: 10px !important;
    width: 10px !important;
}
.select-vu.ripple-bar:after {
    bottom: 28px;
}
.v-select .dropdown-menu {
    border: 1px solid #d0d0d0 !important;
    background: #fff !important;
    margin: -1px 0 0 0 !important;
    border-top: 0 none !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15) !important;
    -webkit-border-radius: 0 0 3px 3px !important;
    border-radius: 0 0 10px 10px !important;
    overflow: auto;
    max-height: 150px !important;
    padding: 0 !important;
}
.v-select li &gt; a {
    padding: 0.6rem 2rem !important;
    text-decoration: none !important;
}
.v-select .dropdown-menu &gt; .highlight &gt; a {
    background: 0 0 !important;
    color: #282828 !important;
}
.input-block .dropdown {
    padding-top: 0;
}
.v-select li:hover {
    background: rgba(50, 50, 50, 0.1) !important;
}
.v-select .dropdown-menu .active &gt; a {
    background: 0 0 !important;
}

.il-penone {
    pointer-events: none !important;
    border-bottom: none;
}
.v-select .open-indicator.il-penone:before {
    border: none;
}
.bg-grey .input-block input:disabled {
    opacity: 0.5;
}
.bg-blue .input-block input:disabled {
    opacity: 0.5;
}
.vdp-datepicker__calendar .disabled {
    color: #ddd !important;
}
.bg-blue .v-select.disabled .dropdown-toggle {
    opacity: 0.5;
}
.dark-form .ripple-bar.focus.il-penone:after {
    background: 0 0;
}
.date-feild.il-penone:before {
    display: none;
}
.float-left {
    float: left;
}
.bg-blue .v-select .selected-tag {
    color: #fff !important;
}
.bg-blue .v-select .open-indicator:before {
    border-color: #fff !important;
}
ul.autocompleteDrop {
    width: 100%;
    margin: 0;
    max-height: 150px;
    overflow: auto;
    background: #fff;
    position: relative;
    z-index: 11;
    box-shadow: 1px 2px 5px #ddd;
    -moz-box-shadow: 1px 2px 5px #ddd;
    -o-box-shadow: 1px 2px 5px #ddd;
    -webkit-box-shadow: 1px 2px 5px #ddd;
}
ul.autocompleteDrop li {
    padding: 0.6rem 1rem;
    font-size: 1.4rem;
    cursor: pointer;
}
ul.autocompleteDrop li:hover {
    background: #f7f6f6;
}
.text-left.blockDiv {
    display: table;
}
.loader-il {
    display: none;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 61, 89, 0.7);
    z-index: 99999;
}
.loader-il .i-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 85px;
    height: 85px;
    text-align: center;
    background-image: url(/docs/default-source/assets/freshlook/images/il-loader2.gif);
    background-repeat: no-repeat;
}
.ui-loader {
    display: block;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #003d59;
    z-index: 100000;
}
.loader-inner,
.loader-inner_a {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.face,
.face_a {
    width: 4rem;
    height: 4rem;
    margin: 0 0.3rem;
    padding: 0.5rem;
    border-radius: 50px;
    opacity: 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.face .dot,
.face_a .dot_a {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 10px;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f44336;
    border-radius: 50%;
    margin-top: 10px;
}
.face:nth-child(1),
.face_a:nth-child(1) {
    -webkit-animation: waves 5s linear infinite;
    animation: waves 5s linear infinite;
}
.face:nth-child(1) .dot,
.face_a:nth-child(1) .dot_a {
    background: url(/docs/default-source/assets/freshlook/images/loader-sprite.png);
    background-position: -3px 22px;
    width: 35px;
    height: 15px;
    border-radius: 0;
}
.face:nth-child(2),
.face_a:nth-child(2) {
    -webkit-animation: waves 5s 0.2s linear infinite;
    animation: waves 5s 0.2s linear infinite;
}
.face:nth-child(2) .dot,
.face_a:nth-child(2) .dot_a {
    background: url(/docs/default-source/assets/freshlook/images/loader-sprite.png);
    background-position: -61px 51px;
    width: 30px;
    height: 18px;
    border-radius: 0;
}
.face:nth-child(3),
.face_a:nth-child(3) {
    -webkit-animation: waves 5s 0.4s linear infinite;
    animation: waves 5s 0.4s linear infinite;
}
.face:nth-child(3) .dot,
.face_a:nth-child(3) .dot_a {
    background: url(/docs/default-source/assets/freshlook/images/loader-sprite.png);
    background-position: -117px 23px;
    width: 32px;
    height: 23px;
    border-radius: 0;
}
.face:nth-child(4),
.face_a:nth-child(4) {
    -webkit-animation: waves 5s 0.6s linear infinite;
    animation: waves 5s 0.6s linear infinite;
}
.face:nth-child(4) .dot,
.face_a:nth-child(4) .dot_a {
    background: url(/docs/default-source/assets/freshlook/images/loader-sprite.png);
    background-position: -473px 22px;
    width: 18px;
    height: 20px;
    border-radius: 0;
}
.face:nth-child(5),
.face_a:nth-child(5) {
    -webkit-animation: waves 5s 0.8s linear infinite;
    animation: waves 5s 0.8s linear infinite;
}
.face:nth-child(5) .dot,
.face_a:nth-child(5) .dot_a {
    background: url(/docs/default-source/assets/freshlook/images/loader-sprite.png);
    background-position: -516px 23px;
    width: 25px;
    height: 22px;
    border-radius: 0;
}
.face:nth-child(6),
.face_a:nth-child(6) {
    -webkit-animation: waves 5s 1s linear infinite;
    animation: waves 5s 1s linear infinite;
}
.face:nth-child(6) .dot,
.face_a:nth-child(6) .dot_a {
    background: url(/docs/default-source/assets/freshlook/images/loader-sprite.png);
    background-position: -562px 23px;
    width: 35px;
    height: 20px;
    border-radius: 0;
}
.first-face,
.first-face_a {
    justify-content: center;
    align-items: center;
}
.second-face,
.second-face_a {
    justify-content: space-between;
}
.second-face .dot:last-of-type,
.second-face_a .dot_a:last-of-type {
    align-self: flex-end;
}
.third-face,
.third-face_a {
    justify-content: space-between;
}
.third-face .dot:nth-child(2),
.third-face_a .dot_a:nth-child(2) {
    align-self: center;
}
.third-face .dot:last-of-type,
.third-face_a .dot_a:last-of-type {
    align-self: flex-end;
}
.fourth-face,
.fourth-face_a {
    justify-content: space-between;
}
.fourth-face .column,
.fourth-face_a .column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fifth-face,
.fifth-face_a {
    justify-content: space-between;
}
.fifth-face .column,
.fifth-face_a .column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fifth-face .column:nth-child(2),
.fifth-face_a .column:nth-child(2) {
    justify-content: center;
}
.sixth-face,
.sixth-face_a {
    justify-content: space-between;
}
.sixth-face .column,
.sixth-face_a .column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@-webkit-keyframes waves {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
    4% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
        opacity: 1;
    }
    8% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
}
@keyframes waves {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
    4% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
        opacity: 1;
    }
    8% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
}
span.tooltip-ui {
    border: 1px solid;
    height: 1.5rem;
    width: 1.5rem;
    display: inline-block;
    border-radius: 10rem;
    padding: 0 5px;
    margin-left: 0.5rem;
    margin-top: 0.3rem;
    font-size: 1rem;
    color: rgba(40, 40, 40, 0.5);
    position: relative;
}
span.tooltip-ui:before {
    content: "i";
    color: #282828;
}
.bg-blue span.tooltip-ui,
.bg-blue span.tooltip-ui:before {
    color: #fff;
}
span.tooltip-text {
    visibility: hidden;
    width: 250px;
    background: #fff;
    color: #fff;
    text-align: left;
    border-radius: 10px;
    padding: 1.2rem 1.5rem;
    position: absolute;
    z-index: 99999;
    left: -20px;
    opacity: 0;
    font-size: 1.4rem;
    margin: auto;
    box-shadow: 0 0 18px #e6e0e0;
    font-weight: 400;
    margin-top: 3.5rem;
}
.plan-block span.tooltip-text {
    margin-top: 2rem;
}
span.tooltip-text:after {
    content: "";
    position: absolute;
    top: -19px;
    left: 16px;
    margin-left: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    transform: rotate(180deg);
}
.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    transform: translateY(-10px);
    transition: 0.3s linear;
    color: #282828;
    animation: 1s ease-in-out infinite alternate;
}
a.tooltip {
    display: inline-block;
    outline: 0;
}
.bg-blue span.tooltip-text {
    box-shadow: 0 0 10px rgba(45, 45, 45, 0.6);
}
.bg-blue .addons-detail span.tooltip-ui,
.bg-blue .addons-detail span.tooltip-ui:before {
    color: rgba(40, 40, 40, 0.5);
}
.bg-blue .addons-detail span.tooltip-ui {
    margin: 0 0 0 5px;
    opacity: 1;
    display: inline-block;
    font-size: 1rem;
}
.il-penone span.tooltip-ui {
    display: none;
}
.il-container {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
footer *,
header * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
footer ul,
header ul {
    margin: 0;
}
footer li,
header li {
    padding: 0;
    list-style: none;
}
footer a,
header a {
    text-decoration: none;
}
body {
    margin: 0;
    overflow-x: hidden;
}
.select-drop .v-select .dropdown-menu,
.sum-prem-block .v-select .dropdown-menu {
    min-width: auto;
}
.shw {
    -webkit-box-shadow: 0 0 15px rgba(204, 204, 204, 0.3);
    box-shadow: 0 0 15px rgba(204, 204, 204, 0.3);
}
span.ui-error {
    font-size: 1.2rem;
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 10px;
    left: 0;
    text-align: left;
}
span.ui-error.gstinerror {
    bottom: -1px;
    background-color: #fff;
    line-height: 1.1;
}
span.error-bottom {
    bottom: -15px;
}
span.error-bottom1 {
    bottom: 3px;
}
.bg-blue span.ui-error {
    color: #fc9494;
    font-weight: 600;
}
.bg-grey span.ui-error {
    color: red;
}
.addons-detail .addon-list li:after,
.check-list li:before,
.icomoon-icon {
    font-family: icomoon !important;
    /* speak: none; */
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.get-quote-section {
    padding: 6rem 0;
}
.get-quote-wrap {
    max-width: 52rem;
    margin: 0 auto;
}
.get-quote-wrap h1 {
    font-weight: 200;
    margin-bottom: 3.5rem;
}
.get-quote-wrap p {
    font-size: 1.8rem;
    padding-bottom: 2.5rem;
}
.get-quote-wrap .input-block {
    margin-bottom: 5rem;
    max-width: 80%;
}
.get-quote-wrap .input-block.mobile-block {
    margin-bottom: 2rem;
}
.form-block {
    padding: 3rem 0;
}
a.check-terms-condition {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.5);
}
.link {
    margin-left: 4rem;
    border-bottom: 1px solid;
    font-weight: 300;
    text-decoration: none;
}
.link:hover {
    text-decoration: none;
}
.dot {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 10px;
    right: 115%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dot em {
    background: #1a506a;
    width: 5px;
    height: 5px;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 0.7rem;
}
@-webkit-keyframes blink {
    50% {
        background-color: transparent;
    }
}
@keyframes blink {
    50% {
        background-color: transparent;
    }
}
.dot.active em:nth-child(2) {
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
}
.dot.active em:nth-child(3) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.checkBoxsmall .check-feild {
    padding-bottom: 2rem;
    float: none;
    display: block;
}
.checkBoxsmall .input-check + label {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.5);
}
.checkBoxsmall .input-check + label:before {
    width: 1.8rem;
    height: 1.8rem;
}
.vehicle-policycover .checkBoxsmall .input-check + label:before {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #cecece;
}
.dark-form .vehicle-policycover .radio input[type="radio"] + .radio-label:before {
    background: #fff;
}
.vehicle-policycover .checkBoxsmall .input-check:checked + label:after {
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 1.5px 1.5px 0;
    bottom: 8px;
    left: 9px;
}
.dark-form .checkBoxsmall {
    padding: 1rem 0 4rem;
    width: 100%;
}
.dark-form .checkBoxsmall .input-check + label:before {
    width: 2.5rem;
    height: 2.5rem;
}
.dark-form .checkBoxsmall .input-check:checked + label:after {
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    bottom: 8px;
    left: 9px;
}
.checkBoxsmall .input-check:checked + label:after {
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    bottom: 6px;
    left: 6px;
}
.checkBoxsmall .input-check:checked + label:before {
    background: #fe6625;
    border: solid #fe6625;
}
.bg-blue .re-quote {
    display: inline-block;
    vertical-align: top;
    padding: 1.5rem 0 0;
    font-size: 1.5rem;
    color: #e3c57d;
    font-weight: 300;
    border-bottom: 1px solid #d8be7b;
    margin-left: 2rem;
    text-decoration: none;
}
.get-quote-wrap {
    /* float: left; */
    margin: 0 0 0 25%;
    display: inline-block;
}
.break-up li p,
.break-up li span {
    font-size: 1.4rem;
    margin-bottom: 0;
	font-weight: 300;
}
.covers-block {
    width: 100%;
    margin-top: 2rem;
}
.commonpop-pad {
    padding: 2rem 8rem;
}
.vehicle-policycover {
    padding: 3rem 0 0;
    width: 100%;
    text-align: left;
}
.vehicle-policycover h3 {
    padding: 2rem 0;
}
.pacover-popblock h3 {
    font-size: 2rem;
    padding: 1rem 0 0.6rem;
    font-weight: 500;
    text-align: left;
    margin: 0;
}
#viewListp .pacover-popblock h3 {
    padding-bottom: 3rem;
}
span.pac-text {
    width: 90%;
    display: inline-flex;
    font-size: 1.6rem;
    font-weight: 400;
    overflow: hidden;
}
.pacover-popblock p {
    text-align: left;
}
.pacover-popblock span.ui-error {
    position: static;
    color: red;
    float: left;
}
.vehicle-policycover h4 {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 0 0 1.5rem;
}
.vehicle-policycover .rec-idv .radio {
    width: 5%;
}
.vehicle-policycover .rec-text {
    padding-top: 0;
    line-height: 2.5rem;
    border-bottom: 1px solid #f1f1f1;
    padding: 0.4rem 1rem 2rem;
}
.vehicle-policycover .rec-idv {
    padding: 2rem 2rem 0.5rem;
}
.vehicle-policycover .rec-text span {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #fe6625;
}
.vehicle-policycover .rec-idv:last-child {
    padding-bottom: 0;
    padding-top: 1rem;
}
.vehicle-policycover .rec-text.border-hid {
    border-bottom: none;
}
.car-detail-wrap {
    width: 345px !important;
    position: relative;
    padding-bottom: 3rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.car-detail-wrap h3 {
    margin-bottom: 0.8rem;
    padding-right: 3rem;
    min-height: 31px;
    display: inline-block;
}
.car-detail-wrap span {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    display: inline-block;
}
.car-detail-wrap a.edit {
    position: absolute;
    top: 25px;
    right: 0;
}
.car-detail-wrap .check-feild {
    padding: 1.2rem 0;
}

.car-detail {
    position: relative;
}
.car-detail input[type="text"] {
    padding-right: 3rem;
    padding-left: 0;
    font-size: 1.4rem;
    display: block;
    background: 0 0;
    color: #fff;
    outline: 0;
    border: 0;
    font-family: Muli;
    font-weight: 300;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.car-detail input[type="text"].car-name {
    font-size: 2.5rem;
    margin-bottom: 0.8rem;
}
.car-detail input[type="text"].car-model-name {
    margin-bottom: 2rem;
    font-size: 1.5rem;
}
.car-detail p {
    margin-bottom: 2rem;
}
.car-detail.edit input[type="text"] {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) inset;
    background: rgba(0, 48, 70, 0.5215686275);
    padding-left: 1rem;
}
.break-up {
    padding: 1rem 0;
    position: relative;
}
.break-up:before {
    height: 1px;
    width: 20%;
    background: #184f69;
    content: "";
    position: absolute;
    top: 0;
}
.break-up li {
    padding: 1.2rem 0;
}
.break-up .custom-dropdown li {
    padding: 0;
}
.break-up .leftValue {
    display: inline-block;
}

.break-up .leftValue a {
    text-decoration: none;
}
.break-up .leftValue a:active,
.break-up .leftValue a:hover,
.break-up .leftValue a:link {
    text-decoration: none;
    color: #fff;
}
.break-up .rightValue {
    float: right;
    text-align: right;
    /*margin-top: 2%;*/
    margin-bottom: 0;
}
.dropdown {
    padding-top: 1rem;
}
.dropdown .leftValue,
.dropdown .rightValue {
    color: #01b4bb;
    font-size: 1.3rem;
}
.dropdown .leftValue {
    padding-left: 1rem;
}
.amount {
    padding-top: 0.5rem;
}
.car-form-block {
    margin-top: 3rem;
}
.car-form-block .input-block {
    display: inline-block;
}
.car-form-block .sm-input {
    width: 30%;
    margin-right: 5%;
    float: left;
}
.plan-detail-wrap .insured-form .sm-input {
    width: 30%;
    margin-right: 5%;
    float: left;
}
.plan-detail-wrap .insured-form .sm-input.dob-imp {
    margin-left: 6%;
    width: 26%;
}
.plan-detail-wrap .insured-form .sm-input.gender-imp {
    margin-right: 0;
    width: 14%;
}
.car-form-block .sm-input.no-mar {
    margin-right: 0;
}
.car-form-block .submit-btn {
    margin-top: 3rem;
}
.md-input {
    width: 45%;
    margin-right: 4%;
}
.radio-btn-group {
    display: none;
    margin-top: 2rem;
}
.radio-btn-group .radio {
    display: block;
    padding: 2.5rem;
    border-top: 1px solid #ecebeb;
    border-bottom: 1px solid #ecebeb;
    margin: 0;
    background: #fff;
}
.radio-btn-group .radio.no-br {
    border-top: 0;
}
.radio-btn-group .hidden-detail {
    padding-top: 2rem;
    padding-left: 4rem;
    display: none;
}
.radio-btn-group .hidden-detail span {
    line-height: 2.4rem;
}
.check-feild {
    display: inline-block;
    vertical-align: top;
    padding-right: 1.5rem;
    position: relative;
    /* float: left; */
}
.bg-blue .car-renewal-main .v-select .selected-tag:before {
    content: "ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¹";
    padding-right: 0.5rem;
}
.bg-blue .car-renewal-main .select-rupee .v-select .selected-tag:before {
    content: "";
    padding-right: 0;
}
.plan-detail-wrap {
    -webkit-perspective: 100rem;
    perspective: 100rem;
}
.plan-block.back {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(30px, 0, -100px) rotateY(-10deg);
    transform: translate3d(30px, 0, -100px) rotateY(-10deg);
    /* -webkit-filter: grayscale(1); */
}
.js-planwrap.active {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(30px, 0, -150px) rotateY(-17deg);
    transform: translate3d(30px, 0, -150px) rotateY(-17deg);
    /* -webkit-filter: grayscale(1); */
}
.plan-parent-wrap.blur {
    pointer-events: none;
    -webkit-filter: blur(2px);
    filter: blur(2px);
}
.plan-detail-wrap h1 {
    display: inline-block;
    padding-bottom: 0.5rem;
    font-size: 3rem;
}
.rec-idv .radio {
    margin-left: 0;
    display: inline-block;
    /* float: left; */
    width: 100%;
}
.rec-idv .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.rec-idv {
    display: inline-block;
    padding-bottom: 4rem;
    width: 100%;
}
.rec-text {
    display: inline-block;
    padding-left: 1.5rem;
    width: 92%;
}
.rec-text span {
    display: inline-block;
    font-size: 1.5rem;
    color: #282828;
    padding-bottom: 0.5rem;
}
.rec-text span.rec-amt {
    color: #fe6625;
    font-size: 2.5rem;
    font-weight: 700;
    display: block;
}
span.rec-inpt input {
    cursor: auto;
    border: none;
    color: #282828;
    border-bottom: 1px solid #d1d1d1;
    font-size: 2.2rem;
    font-weight: 600;
    z-index: 2;
    width: 200px;
    height: 35px;
    margin-top: 1rem;
    outline: 0;
    background: 0 0;
}
span.rec-inpt {
    display: block;
}
.rec-inpt span {
    font-size: 1.2rem;
    display: inline-block;
    color: #999;
    padding: 0.5rem 0;
}
.idv-btn {
    text-align: right;
    padding: 2rem 3rem;
    border-top: 1px solid #ededed;
}

#check-disc .popup.light {
    max-width: 77rem;
    width: 100%;
}
.exc-discount {
    width: 100%;
    display: inline-block;
    padding: 5rem 10rem;
}
.exc-discount h3 {
    font-size: 2rem;
    font-family: Muli;
    font-weight: 600;
    color: #282828;
    margin: 0;
    text-align: left;
    padding-bottom: 3rem;
}
.exc-discount .input-block {
    width: 48%;
    display: inline-block;
    padding-right: 3rem;
}
.plan-block.active .singlesvg {
    width: 11rem;
    height: 10rem;
}
.plan-wrap-main {
    position: relative;
}
.plan-wrap-main:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(30px, 0, -100px) rotateY(-10deg);
    transform: translate3d(30px, 0, -100px) rotateY(-10deg);
    /* -webkit-filter: grayscale(1); */
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(246, 246, 246, 0.5)), color-stop(18%, rgba(240, 240, 240, 0.5)), color-stop(33%, rgba(246, 246, 246, 0.5)));
    background: linear-gradient(to right, rgba(246, 246, 246, 0.5) 8%, rgba(240, 240, 240, 0.5) 18%, rgba(246, 246, 246, 0.5) 33%);
    background-size: 800px 119px;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.loader,
.loader:after,
.loader:before {
    background: #7abcdcab;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 0.4rem;
    height: 2rem;
}
.plan-page .loader {
    color: #fff;
    text-indent: -9999rem;
    margin: 10px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    display: block;
    text-align: start;
}
.loader:after,
.loader:before {
    position: absolute;
    top: 0;
    content: "";
}
.loader:before {
    left: -0.7rem;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 0.7rem;
}
@-webkit-keyframes load1 {
    0%,
    100%,
    80% {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        -webkit-box-shadow: 0 -2em;
        box-shadow: 0 -2em;
        height: 5em;
    }
}
@keyframes load1 {
    0%,
    100%,
    80% {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0 #7abcdcab;
        height: 1rem;
    }
    40% {
        -webkit-box-shadow: 0 -2em;
        box-shadow: 0 -0.5rem #7abcdcab;
        height: 1.5rem;
    }
}

.total-amt {
    border-top: 1px solid #184f69;
    padding-top: 1rem;
	padding-bottom: 1rem;
}
.total-amt p {
    font-size: 1.7rem;
    display: inline-block;
    /*padding-top: 1rem;*/
}
.total-amt .rightValue {
    float: right;
    font-size: 2.4rem;
}
.liability-prm .break-up.nw-breakup li:last-child .total-amt {
	padding-bottom: 0rem;
}
.insured-form {
    margin-top: 5rem;
}
.insured-form .input-block {
    width: 45%;
}
.insured-form .vs--single .vs__selected {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    padding-right: 2rem;
}
.od-form .vs--single .vs__selected {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    padding-right: 2rem;
}
#gstDetails .vs--single .vs__selected {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    padding-right: 2rem;
    left: 0;
}
.insured-form .input-full {
    width: 100%;
    max-width: 100%;
}
.insured-form .check-block {
    width: 45%;
    margin: 1rem 0 4rem;
    position: relative;
}
.insured-form .check-block h3 {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.5);
    top: -22px;
    position: absolute;
    padding-top: 0;
}
.insured-form .check-block .choice-radio-block {
    padding: 0;
    position: relative;
    padding-top: 10px;
}
.insured-form .check-block .choice-radio-block .radioButtons {
    float: none;
}
.insured-form .check-block .choice-radio-block label {
    position: static;
    color: #fff;
}
.wid-block {
    width: 30%;
    display: inline-block;
    margin-right: 3rem;
}
.wid-block:nth-child(4) {
    margin-right: 0;
}
span.down-list {
    font-size: 1.4rem;
    padding-left: 0;
    cursor: pointer;
}
span.p-type {
    font-size: 1.1rem;
}
.plan-block span.pl-sm-tp {
    font-size: 1.4rem;
    color: #979797;
    display: block;
    padding-bottom: 1rem;
}
.plan-block span.pl-sm-btn {
    font-size: 1.8rem;
    color: #282828;
    opacity: 1;
}
.insured-form .date-feild:before {
    color: rgba(255, 255, 255, 0.7);
}
.v-select.unsearchable .dropdown-toggle {
    cursor: default !important;
}
.pre-policytype.wid-active,
.reg-underind.wid-active {
    width: 30%;
    /* float: left; */
    display: inline-block;
    position: relative;
}
.pre-policytype.wid-active .rd-label,
.reg-underind.wid-active .rd-label {
    color: rgba(40, 40, 40, 0.5);
    font-size: 1.6rem;
    position: absolute;
    top: -22px;
}
.choice-radio-block.pre-policytype.wid-active .radioButtons,
.choice-radio-block.reg-underind.wid-active .radioButtons {
    float: left;
    padding: 1rem 0;
}
.choice-radio-block .radio label,
.pre-policytype .radio label {
    font-size: 1.6rem;
}
.pre-policytype .radio input[type="radio"] + .radio-label:before,
.reg-underind .radio input[type="radio"] + .radio-label:before {
    margin-right: 1rem;
}
.pre-policytype.wid-active .radio:last-child {
    margin-left: 0;
}
.prevpolicy-typval,
.reg-un-indvalue {
    font-size: 2rem;
}
.car-detail-wrap .checkBoxsmall .input-check + label {
    font-size: 1.3rem;
    color: #fff;
    display: inline-block;
}
.dark-form .zd-prepolicy .radio input[type="radio"]:checked + .radio-label:before {
    -webkit-box-shadow: inset 0 0 0 3px #f4f4f4;
    box-shadow: inset 0 0 0 3px #f4f4f4;
}
.pre-policytype .radio,
.reg-underind .radio {
    margin: 0.5rem 0 0 3rem;
}
.break-up li span.cover-st {
    color: #01b4bb;
    font-size: 1.3rem;
    display: none;
}
span.js-covercount {
    display: none;
}
.cover-block h3 span {
    padding-left: 2rem;
}
.car-wrap-center {
    margin: 0 auto;
    text-align: center;
}
.payment-page .car-wrap-center {
    width: 345px;
}

.car-detail-wrap .js-terms {
    display: none;
    font-size: 1.2rem;
    color: #9fb6be;
}
.policy-breakup-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    padding: 4rem 6rem;
}

.policy-breakup-block .break-up li p,
.policy-breakup-block .break-up li span,
.policy-breakup-block .total-amt span
{
    color: #282828;
}

.car-modelname p{
    font-size: 1.3rem;
}

.own-damage-prm {
    width: 50%;
    display: inline-block;
    float: left;
    padding-right: 4rem;
}
.liability-prm {
    width: 50%;
    display: inline-block;
    float: right;
    padding-left: 4rem;
}
.policy-breakup-block h3 {
    font-size: 1.8rem;
    font-weight: 400;
    text-align: left;
}
.policy-breakup-block .break-up {
    border: none;
    text-align: left;
}
.policy-breakup-block .break-up li {
    padding: 0.6rem 0;
}
.policy-breakup-block .total-amt {
    border-top: 1px solid #e8e8e8;
    text-align: left;
}
.policy-breakup-block .total-amt p {
    font-weight: 500;
    padding: 0;
    font-size: 1.6rem;
}
.policy-breakup-block .total-amt .rightValue {
    font-size: 1.6rem;
}
.bg-gray {
    background: #f7f5f6;
    padding: 0 2rem 1.5rem;
    border-radius: 1rem;
    margin: 2rem 0;
}
.policy-breakup-block .total-amt.amt-orange .rightValue,
.policy-breakup-block .total-amt.amt-orange p {
    color: #ff6522;
    font-weight: 600;
    font-size: 1.8rem;
}
.nw-total,
.policy-breakup-block ul.break-up.nw-breakup {
    margin: 0 2rem;
}
.top-heading {
    display: inline-block;
}
.insured-form .input-block.title-insure {
    width: 9%;
}
.payment-page .vdp-datepicker__calendar .cell {
    color: #003d59;
}
.payment-page .car-detail-wrap {
    padding: 6rem 0 0;
}
.payment-page .car-detail-wrap.car-wrap-center {
    padding-top: 0;
}
.pay-now-btn {
    text-align: right;
    display: inline-block;
    /* float: right; */
}
#payment-screen .popup.light {
    max-width: max-content;
}
.js-getmy-policy {
    display: none;
}
.insured-form .check-block .choice-radio-block span.ui-error {
    bottom: -15px;
}
.policy-page .claim-blocks li.active em {
    color: #272727;
}
span.sp-word {
    display: inline-block;
    padding: 5rem 0 0;
    font-size: 1.5rem;
}
ul.social-icons li.twt-btn {
    background: #00c6ff;
}
.idv-check .radio input[type="radio"] + .radio-label:before {
    margin: 2rem 0 0;
}
.rightValue.select-drop .v-select .selected-tag {
    font-size: 1.4rem;
}
.covers-block.break-up .rightValue.select-drop .input-block {
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
}
.bg-blue .rightValue.select-drop .select-vu.ripple-bar:after {
    display: none;
}
.bg-blue .rightValue.select-drop .custom-dropdown {
    border-bottom: none;
    margin-top: -8px;
}
.hyploan-details {
    width: 100%;
    clear: both;
}
.hyploan-details a {
    margin-left: 1rem;
}
#hypothecationLoan .popup.light {
    max-width: 450px;
}
.hyp-sty.exc-discount .input-block {
    padding-right: 0;
    margin-right: 0;
    width: 100%;
    float: left;
    max-width: 100%;
}
.hyp-sty.exc-discount {
    padding: 5rem 5rem;
}
.hyp-sty.exc-discount h3 {
    padding-bottom: 5rem;
}
.modify-details {
    width: 100%;
    clear: both;
}
span.gstno {
    font-size: 2rem;
    text-transform: uppercase;
    float: left;
}
.modify-details a {
    margin-left: 1rem;
}
#gstDetails .popup.light {
    max-width: 850px;
}
.gst-sty.exc-discount {
    padding: 5rem 5rem;
}
.gst-sty.exc-discount h3 {
    padding-bottom: 5rem;
}
.gst-sty.exc-discount .input-block {
    padding-right: 0;
    margin-right: 6rem;
    width: 45%;
    float: left;
}
.gst-sty.exc-discount .sm-input.no-mar {
    margin-right: 0;
}
#gstDetails .ui-error {
    color: red;
}
.newRenewal h1 {
    font-size: 3.5rem;
}
.newRenewal h3 {
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 4rem;
}
.vehicle-details {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
}
#pan-numb,
#vehicleno {
    text-transform: uppercase;
}
.car-form-block .sm-input.address-wid {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
}
a.edit.js-renewalEdit {
    text-transform: capitalize;
}
.exshowroom-block.ripple-bar.focus:before {
    position: absolute;
    content: "ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¹";
    font-size: 2rem;
    left: 0;
    top: 5px;
}
.exshowroom-block.input-block input {
    padding-left: 2rem;
}
#register-vehile {
    text-transform: uppercase;
}
.car-form-block .il-penone .date-feild:before,
.car-form-block .il-penone .input-block.ripple-bar:after,
.car-form-block .il-penone .vs__selected .open-indicator:before {
    background: #f7f6f6;
    content: "";
    border: none;
}
.car-form-block .il-penone .custom-dropdown {
    border: none;
}
.car-form-block .il-penone .custom-dropdown .vs__selected-options:before {
    display: none;
}
.il-penone .choice-radio-block {
    display: inline-block;
    width: 30%;
    margin-right: 5%;
    /* float: left; */
}
.il-penone .choice-radio-block .radioButtons {
    display: block;
    float: none;
    /* vertical-align: inherit; */
}
.il-penone .choice-radio-block.reg-underind {
    margin-right: 0;
}
.gstin-insblock.check-block {
    width: 45%;
    position: relative;
    bottom: 15px;
}
.gstin-insblock .choice-radio-block .radioButtons {
    float: none;
}
.gstin-insblock .insure-detail-accord h3 {
    padding: 0;
}
.insure-detail-accord .gstin-insblock h3 {
    padding: 0;
    color: #939393;
    font-weight: 200;
}
.vs__selected.ad-inch-valid .vs--single .vs__selected {
    padding-left: 3rem !important;
}
.p-breakup {
    width: 100%;
    display: inline-block;
}
#renpa-coverpop .popup.light {
    width: 100%;
    max-width: 742px;
}
.w-pacover .break-up {
    border-top: none;
}
.gstin-block .covers-block {
    margin: 0;
}
.car-renewal-main .ncb-box .ncb-text h4 {
    font-weight: 200;
    font-size: 1.6rem;
}
.car-renewal-main .ncb-box .ncb-text p {
    font-size: 1.6rem;
    font-weight: 200;
}
.car-renewal-main.addons-box .add-onblock {
    width: 100%;
    padding: 2rem 0;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}
.car-renewal-main.addons-box .check-feild {
    width: auto;
}
.car-renewal-main .cover-block h3 {
    padding-left: 0;
}
.mob-slide {
    padding-left: 0;
}
.car-renewal-main .cover-block h3 span {
    padding: 0;
}
.renewal-blk h3 span:nth-child(1) {
    width: 45%;
}
.car-renewal-main.addons-box .add-onblock:last-child {
    border-bottom: none;
}
a.renewal-sllink {
    position: absolute;
    right: 0;
    color: #282828;
    top: 27px;
    font-size: 1.3rem;
    text-decoration: none;
}
a.renewal-sllink:after {
    border-color: #282828;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    vertical-align: text-top;
    transform: rotate(133deg);
    box-sizing: inherit;
    transition: all 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
    transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
    margin-left: 1rem;
    margin-top: 0.2rem;
}
a.renewal-sllink.listActive:after {
    transform: rotate(315deg);
    margin-top: 0.6rem;
}
.popup.light {
    width: 96%;
}
.overlayN .content-heightauto {
    font-size: 21px;
}
.input-block .inValTerm .rpicon {
    position: absolute;
    bottom: 0;
}
.input-block .inValTerm input {
    padding-left: 20px;
}
span.ui-error {
    color: red;
}
.rtl {
    direction: rtl;
}
.vdp-datepicker {
    position: relative;
    text-align: left;
}
.vdp-datepicker * {
    box-sizing: border-box;
}

.vs__selected .open-indicator:before {
    position: absolute;
    top: 10px;
}
.vs__actions,
.vs__actions svg {
    display: none;
}
.v-select .vs__selected-options .vs__search {
    height: 35px;
    position: relative;
    padding: 0;
}
.v-select .vs__selected-options .vs__selected {
    float: none;
}
.dark-form .v-select .vs__selected-options .vs__selected {
    color: #282828;
}
.custom-dropdown ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-shadow: 1px 2px 5px #ddd;
    width: 100%;
    left: 0;
    position: absolute;
    max-height: 185px;
    overflow-y: auto;
    z-index: 9999;
    display: inline-block;
    background-color: #fff;
}
.custom-dropdown ul li {
    padding: 6px 10px;
    cursor: pointer;
    color: #282828;
    text-align: left;
}
.custom-dropdown ul li:hover {
    background: #f1f1f1;
}
ul.custom-dropdown {
    padding: 0;
}
ul.custom-dropdown li {
    list-style-type: none;
}
.custom-dropdown {
    border-bottom: 1px solid #b4c4d3;
    position: relative;
}
.custom-dropdown input.vs__search {
    width: 100%;
    background: 0 0;
    border: 0;
}
.onlyDropDown label {
    pointer-events: none;
}
.custom-dropdown .vs__selected {
    display: block;
    padding: 0;
    position: absolute;
    top: 6px;
    font-size: 1.8rem;
    width: 100%;
    text-align: left;
}
.vs__selected-options:before {
    border-color: #fff;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    vertical-align: text-top;
    transform: rotate(133deg);
    box-sizing: inherit;
    position: absolute;
    right: 0;
    bottom: 2rem;
    transition: all 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
    transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
}
.dark-form .vs__selected-options:before {
    border-color: #282828;
}
.vs--open .vs__selected-options:before {
    transform: rotate(315deg);
}
.rating-p {
    display: inline-block;
    border-right: 1px solid #eee;
    padding-right: 3rem;
}
.rating-p .rating-star {
    margin-left: 0;
    margin-right: 1rem;
}
.gray-box {
    background: #f9f5ea;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
}
.gray-box .star-fill {
    vertical-align: sub;
    background-size: 90%;
}
.error-il {
    display: none;
}
.js-editbackmob {
    display: table;
    padding: 1rem 0 0;
}
.dark-form .ripple-bar:after,
.vs--disabled {
    opacity: 0.3;
}
.vdp-datepicker__calendar .cell.selected {
    border: 1px solid #fe6625 !important;
    background: #fe6625 !important;
    color: #fff;
}
.cover-block.js-covertext h3 {
    padding-left: 3rem;
}
.plan-block span.pl-sm-btn.org-link {
    color: #fe7338;
}
.dark-form .il-penone .input-block input {
    border: none;
}
.plan-page .plan-detail-wrap h1 {
    font-size: 2.6rem;
}
#addonCovers .cover-block.js-covertext h3 {
    padding-left: 0;
}
#addonCovers {
    padding: 0 6rem 0;
}
span.nm-gstin {
    font-size: 1.1rem;
    display: inline-block;
    padding: 0.3rem 0;
    /* float: right; */
    color: #282828;
}
#inValTerm span.ui-error {
    top: 45px;
}
.payment-page .plan-detail-wrap {
    padding-left: 5rem;
}
#impDetails {
    padding-left: 0;
}
.vehicle-policycover .rec-text {
    border-bottom: none;
    padding: 0;
    width: 100%;
}
.break-up .js-detail-addons li {
    padding: 1.2rem 0 0;
}
a.btn-primary.btn-white {
    padding: 1.8rem 5.2rem;
}
.text-left.blockDiv {
    display: inline-block;
    width: 30%;
}
#addon .tab-head li.active {
    border-bottom: 3px solid #fe6625;
}
#car-policysummary .popup.light {
    max-width: 650px;
    text-align: left;
}
.policy-summary ul.summary-list {
    border-radius: 0.5rem;
}
.card-wrap.block-3 .card-block.card-text span {
    padding: 0;
    text-align: left;
    padding-right: 4rem;
}
span.tooltip-text a {
    font-size: 1.2rem;
    color: #fe6625;
}
.tab-content .check-list {
    padding: 4rem 0 0;
}
.tab-content .check-list:nth-child(2) {
    padding: 3rem 0 1rem;
}
ul.clearfix.check-list.card-text.exc-text li {
    padding-bottom: 3rem;
}
.tab-content-body .check-list li {
    margin: 0;
}
.tab-content .check-list.exc-text:nth-child(2) {
    padding: 0;
}
#fwPlanEdit .choice-radio-block {
    clear: both;
}
#fwPlanEdit .il-penone .choice-radio-block {
    clear: none;
    position: relative;
    bottom: 2.8rem;
}
.il-penone .rd-label,
.il-penone .sl-label {
    color: rgba(40, 40, 40, 0.5);
    font-size: 1.6rem;
}

#pa-coverpop .vehicle-policycover .rec-text {
    width: 80%;
}
a.btn-primary.ok-btn {
    padding: 1.8rem 5.5rem;
}
#ppcovers .sum-prem-block .vs__selected:before {
    content: "ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¹";
}
ul.break-up.covers-block {
    border-top: none;
    margin-top: 0;
}
#policy-breakup .break-up:before {
    display: none;
}
.nw-wid-wrap .break-up {
    border-top: 1px solid #184f69;
}
.nw-wid-wrap .break-up:before {
    display: none;
}
.il-penone {
    display: inline-block;
    width: 100%;
}
#policy-types .radio.active label {
    font-weight: 600;
}
#policy-types .radio.active .input-block label {
    font-weight: 400;
}
#addon .popup {
    overflow: visible;
    width: 100%;
    max-width: 1100px;
}
ul.break-up.covers-block:before {
    display: none;
}
.input-block .note a:focus {
    outline: 0;
}
span.tooltip-text.opt-out {
    width: 175px;
}

#impDetails .radio {
    position: relative;
}
span.tooltip-text strong {
    display: block;
    padding: 0.5rem 0;
}
.car-inspection-accord {
    margin-top: 1rem;
}
.car-inspection-accord span.subtext {
    padding-left: 4.5rem;
}
.input-block input {
    border-radius: 0;
}
#viewListp {
    overflow: auto;
}
#messg-popup .popup.light {
    max-width: 650px;
}
#messg-popup .ok-btn {
    margin: 1rem 0 2rem;
}
.bg-blue .input-block.od-field label span {
    color: #7795a3;
    padding: 0 0.3rem;
    font-size: 1.6rem;
    line-height: 2.8rem;
}
.bg-blue .input-block.od-field.focus label span {
    font-size: 1.3rem;
    line-height: 2.5rem;
}
.rec-idv.dark-form.pac-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.renewal-screen span.proposal-nosp {
    font-size: 2rem;
    float: right;
    color: #fe6625;
    padding-bottom: 1rem;
}
.over-inh {
    overflow: inherit;
}
.over-inh .break-up .custom-dropdown li {
    padding: 6px 10px;
}
#fwPlanEdit .il-penone .input-block label {
    pointer-events: none;
}
.hyploan-details span.gstno {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 70%;
    text-align: left;
}
.input-block.focus .rel-mnd {
    position: absolute;
    left: 66px;
    top: -24px;
    font-size: 1.5rem;
}
.input-block .rel-mnd {
    position: absolute;
    left: 79px;
    top: 5px;
    font-size: 1.5rem;
}
.plan-block.proposal-details h3.rec-policy {
    width: 100%;
    text-align: center;
    padding-bottom: 2rem;
    display: inline-block;
    font-weight: 700;
}
.car-proposalno {
    clear: both;
    border-top: 1px solid #eee;
    padding: 1.5rem 0;
}
.car-proposal {
    display: inline-block;
}
.protect-proposal {
    display: inline-block;
    border-left: 1px solid #282828;
    padding-left: 2rem;
    margin-left: 2rem;
}
.car-proposalno span {
    font-size: 1.5rem;
    color: #000;
    font-weight: 500;
    opacity: 1;
}
.plan-block.vg-benifit-img img {
    width: 100%;
    max-width: 100%;
}
.plan-block.vg-benifit-img {
    padding: 0;
    background: no-repeat;
}
a.tp-btn {
    display: none;
}
a.js-backbtn {
    text-align: left;
    display: inline-block;
    border-bottom: none;
    padding-bottom: 2rem;
    font-size: 1.5rem;
    /* float: left; */
    clear: both;
    padding-left: 1.5rem;
    position: relative;
    cursor: pointer;
    z-index: 999;
}
a.js-backbtn:before {
    content: "";
    border: solid #01b4bb;
    border-width: 0 1.2px 1.2px 0;
    display: inline-block;
    padding: 5px;
    vertical-align: top;
    transform: rotate(45deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    margin-top: 0.4rem;
    position: absolute;
    left: 0;
    top: 0;
}
a.js-backbtn {
    text-align: left;
    display: inline-block;
    border-bottom: none;
    padding-bottom: 2rem;
    font-size: 1.5rem;
    /* float: left; */
    clear: both;
    padding-left: 1.5rem;
    position: relative;
}
a.js-backbtn:before {
    content: "";
    border: solid #01b4bb;
    border-width: 0 1.2px 1.2px 0;
    display: inline-block;
    padding: 5px;
    vertical-align: top;
    transform: rotate(45deg);
    -webkit-transform: rotate(135deg);
    margin-top: 0.4rem;
    position: absolute;
    left: 0;
    top: 0;
}
.car-modelname {
    width: 50%;
    display: inline-block;
    /* float: left; */
    padding-right: 4rem;
    text-align: left;
}
.car-breakupdetail {
    width: 50%;
    display: inline-block;
    /* float: left; */
    padding-left: 4rem;
    text-align: left;
}
.policycar-block {
    width: 100%;
    display: inline-block;
    background: #f0f0f0;
    padding: 2rem 2rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
    position: relative;
}
.car-modelname p {
    display: block;
}
.car-modelname h3 {
    font-size: 2.2rem;
    font-weight: 300;
    padding: 0;
}
.policy-breakup-block .car-breakupdetail .break-up {
    padding: 0;
    margin: 0;
}
.policy-breakup-block .car-breakupdetail .break-up li {
    padding: 0;
}
.clr-details {
    clear: both;
}
.pb-block {
    display: block;
    width: 100%;
    text-align: right;
}
.policy-breakup-block .break-up:before {
    background: 0 0;
}
a.primary.btn-orange.js-insurer-proceed {
    text-decoration: none;
}
.error-popup .content h2 {
    padding: 2rem 6rem;
    text-align: left;
    border-bottom: 1px solid #f1f1f1;
}
.error-popup p {
    font-size: 2rem;
    color: #5c5c5c;
    padding: 1rem 0;
    font-weight: 500;
}
.error-sh {
    padding: 2rem 0;
}
.error-popup h3 {
    font-weight: 500;
    padding: 1.5rem 0 0;
}
.error-popup p a {
    font-size: 1.8rem;
    color: #5c5c5c;
    text-decoration: none;
    font-weight: 500;
}
.error-details {
    width: 50%;
    padding: 1rem 0;
    border: 1px solid #f1f1f1;
    border-radius: 1rem;
    margin: 1rem auto;
}
.buttons-block {
    width: 100%;
    text-align: center;
    padding: 3rem 0;
}
.buttons-block .btn-orange {
    display: block;
    width: 68%;
    text-align: center;
    margin: 0 auto;
}
.buttons-block .link-blue {
    margin: 2rem 0 0;
}
a.link-blue.link-trypm {
    margin-bottom: 3rem;
}
#errorpopup .popup.light {
    width: 50%;
}
.travel-block {
    width: 100%;
    background: #fff;
    display: inline-block;
    padding: 1rem 2rem;
    z-index: 999;
    position: absolute;
    border-radius: 0 0 10px 10px;
}
.travel-block h5 {
    font-size: 1.4rem;
    color: #282828;
}
ul.nominee-list {
    width: 100%;
    display: inline-block;
}
ul.nominee-list li span {
    display: inline-block;
    font-size: 1.3rem;
    color: #282828;
    padding: 0.8rem 1rem;
}
ul.nominee-list li {
    border: 1px solid #bbb;
    display: inline-block;
    margin-right: 1rem;
    padding: 0 2rem 0 0;
    margin-top: 1rem;
    border-radius: 10rem;
    position: relative;
    cursor: pointer;
}
.close-list {
    position: relative;
    right: -4px;
    top: 1px;
    width: 3rem;
    height: 3rem;
    z-index: 2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    padding: 4px 10px;
}
.close-list:after,
.close-list:before {
    position: absolute;
    right: 15px;
    content: " ";
    height: 1rem;
    width: 0.1rem;
    background-color: #282828;
    top: 9px;
}
.close-list:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-list:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
ul.nominee-list li.active-list {
    background: #fe6625;
    border: #fe6625;
    position: relative;
}
ul.nominee-list li.active-list span {
    color: #fff;
}
ul.nominee-list li.active-list .close-list:after,
ul.nominee-list li.active-list .close-list:before {
    background-color: #fff;
}
.emlOtp {
    display: none;
}
.email-contact-detail {
    padding: 1rem 0 0;
}
.login-details {
    display: none;
    width: 100%;
}
span#UpdatePanelloginComError {
    position: relative;
    clear: both;
    bottom: 20px;
    color: red;
}
.login-details .input-block:nth-child(3) {
    margin-right: 0;
}
.dark-form .ripple-bar:after {
    background: #01b4bb;
}
a.forgot-pass {
    font-size: 1.2rem;
    text-align: right;
    display: inline-block;
    padding: 1rem 0 0;
    /* float: right; */
    border-bottom: 1px solid;
    text-decoration: none;
}

#renew-chassis {
    text-transform: uppercase;
}
#chassis-no {
    text-transform: uppercase;
}
.policytyp-block {
    padding: 0 0 0.3rem 3rem;
    border-radius: 10px;
}
.policy-dropdown {
    border-radius: 10px;
}
.idv-amount {
    background: #1a516a;
    border-radius: 10px;
    padding: 1rem 1rem;
}
.bg-blue .idv-amount span.tooltip-ui,
.bg-blue .idv-amount span.tooltip-ui:before {
    color: #fff;
    font-size: 1rem;
    margin-left: 0;
    vertical-align: text-top;
    margin-right: 1rem;
}
.idv-amount span {
    font-size: 1.6rem;
}
.idv-amount {
    margin-top: 0.3rem;
}
.idv-amount span.tooltip-text {
    right: -10px;
    left: auto;
    width: 200px;
}
.idv-amount span.tooltip-text:after {
    top: -19px;
    left: inherit;
    right: 8px;
}
a.more-covers {
    display: inline-block;
    color: #fe6625;
    font-size: 1.2rem;
    text-decoration: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 4.5rem;
    bottom: 6px;
}
a.more-covers span {
    display: inline-block;
    margin: 0;
}
span.cover-no {
    color: #fe6625;
}
.addons-detail .addon-list li.more-li {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
}
.addons-detail .addon-list li.more-li:after {
    content: "";
}
.addons-detail .addon-list {
    position: relative;
}
.paraHide {
    display: none;
}
.covers-blocks {
    padding: 1rem 0 0;
    display: inline-block;
    width: 100%;
}
h2.close-faqs:after {
    content: "";
    position: absolute;
    top: 23px;
    right: 0;
    border: solid #282828;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: top;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: 0.6s;
}
.border-blue {
    border-bottom: 1px solid #01b4bb;
}
.pawaiver-block .vehicle-policycover .rec-text {
    width: 90%;
}
.vehicle-policycover .rec-text span:first-child {
    color: #282828;
    font-size: 1.4rem;
    padding: 0;
}
@media (max-width: 1360px) {
    .buttons-block .btn-orange {
        width: 85%;
    }
    .renewal-screen span.proposal-nosp {
        font-size: 1.6rem;
    }
    span.videodemo {
        position: relative;
        right: 0;
        top: 10px;
        left: 44px;
    }
    .car-inspection-accord .radio {
        padding: 2rem 1rem;
    }
    .policy-dropdown span:nth-child(2) {
        width: 72px;
    }
    .policy-dropdown {
        width: 100%;
    }
    .idv-amount {
        padding: 2rem 0;
    }
    .plan-block.active {
        padding: 2rem 2rem;
    }
    .coverage {
        width: 14%;
    }
    .plan-block {
        padding: 3rem 2rem 3rem 2rem;
    }
    .policytyp-block {
        padding: 0 0 1.5rem 1rem;
    }
    .plan-block .amount-plan .amt-detail span strong {
        font-size: 2.6rem;
    }
    .plan-block .amount-plan {
        bottom: 18%;
    }
    .idv-amount span {
        font-size: 1.5rem;
        padding-right: 0.5rem;
    }
    .policy-dropdown a {
        margin-left: 1rem;
        font-size: 1rem;
    }
    span.down-list {
        font-size: 1.2rem;
        padding-left: 0;
    }
    span.p-type {
        font-size: 1rem;
    }
    .plan-page .plan-detail-wrap h1 {
        font-size: 2rem;
    }
    .idv-amount a.btn-small {
        font-size: 1.1rem;
    }
    .insured-form .vs--single .vs__selected {
        max-width: 25rem;
    }
    .mainWrapper.paymntWrap .input-block label {
        font-size: 1.4rem;
    }
    .dark-form .input-block.height-wid label {
        font-size: 1.4rem;
    }
    .insure-formblock .chi-radio-block.hip-block h3 {
        font-size: 1.6rem;
    }
    .dark-form .input-block.chiaddress-block label {
        font-size: 1.6rem;
    }
    .v-select .selected-tag {
        font-size: 1.6rem;
    }
    .total-amt .rightValue {
        font-size: 2.2rem;
    }

    .total-amt p {
        font-size: 1.5rem;
    }
    .chi-details h3 {
        padding-right: 0;
        font-size: 2.6rem;
    }
    .cashless-hospitals {
        padding: 1rem 1rem;
    }

    .input-check + label:before {
        width: 2rem;
        height: 2rem;
        margin-right: 0.5rem;
    }
    .ppcover-area .input-check + label:before {
        width: 2.2rem;
        height: 2.2rem;
    }
    .plancovers-block {
        padding: 1rem 1rem;
    }
    .addons-box .plan-block {
        padding: 3rem 1rem 2rem 1rem;
    }
    .ncb-box .ncb-text {
        padding-left: 0;
    }
    .addons-box .cover-block h3 span {
        padding-left: 0;
    }
    .addons-box .add-onblock.addons-marg {
        padding-left: 1rem;
    }
    .plan-detail-wrap .insured-form .sm-input.dob-imp {
        margin-left: 0;
        width: 28%;
    }
    .insmob-img img {
        max-width: 100%;
    }
    .insured-form .input-block {
        width: 48%;
    }
    .input-block label {
        font-size: 1.5rem;
    }
    .input-block.focus label {
        font-size: 1.4rem;
    }
    .insured-form .check-block {
        width: 48%;
    }
    .insured-form .check-block h3 {
        font-size: 1.3rem;
    }
    .payment-page h1,
    h3 {
        font-size: 3rem;
    }
    .get-quote-wrap {
        margin: 0 0 0 10%;
    }
    .claim-blocks li {
        margin-right: 5rem;
    }
    .dot {
        right: 100%;
    }
    .telematic img {
        max-width: 85%;
    }
    .car-detail-wrap {
        width: 100% !important;
    }
    .amount-plan .amt-detail span strong {
        font-size: 2.4rem;
    }
    .amount-plan {
        width: 37%;
    }
    .amount-plan .amt-detail {
        float: none;
        padding-right: 1rem;
    }
    .suminsured-block {
        padding: 1.3rem 2rem;
    }
    .suminsured-block figure {
        margin-right: 3rem;
    }
    .sum-prem-block .input-block {
        margin-right: 1.5rem;
        width: 62%;
    }
    .sum-prem-block {
        width: 35%;
    }
    .suminsured-block .ppcover-area {
        width: 50%;
    }
    .car-detail-wrap .checkBoxsmall .input-check + label {
        font-size: 1.2rem;
    }
    .floating-tooltip em {
        font-size: 1.2rem;
    }
    .renewal-screen h3 {
        font-size: 1.6rem;
    }
    span.conf-id,
    span.conf-id span {
        font-size: 1.6rem;
    }
    .pl-ins-block .hom-block,
    .pl-ins-block .mult-block {
        width: 100%;
        margin-bottom: 3rem;
    }
    .plan-block span.pl-sm-btn {
        font-size: 1.5rem;
    }
    .plan-detail-wrap .insured-form .sm-input.insured-block {
        width: 34%;
    }
    .buttons-block .btn-orange {
        width: 68%;
    }
    .buttons-block .btn-orange {
        width: 68%;
    }
}
@media (max-width: 1240px) {
    .mainWrapper.paymntWrap .plan-block {
        padding: 1.5rem;
    }
    .mainWrapper.paymntWrap .payment-tabs .tab-head li {
        font-size: 1.3rem;
        min-width: 7rem;
    }
    .mainWrapper.paymntWrap .payment-block .input-block.exp-date-block {
        width: 31%;
    }
}
@media (max-width: 1199px) {
    a.btn-primary.btn-white {
        padding: 1.6rem 4rem;
    }
    .payment-page .plan-detail-wrap {
        padding-left: 0;
    }
    .car-detail-wrap.car-wrap-center.nw-wid-wrap {
        width: 100%;
    }
    a.btn-primary {
        padding: 1.6rem 3rem;
    }
    .sum-prem-block {
        width: 32%;
    }
    .car-image img {
        width: auto;
        max-width: 100%;
    }
    .car-detail-wrap {
        width: 100%;
    }
    .break-up {
        border-top: none;
        width: 100%;
    }
    .break-up.covers-block li {
        display: block;
    }
    .break-up.covers-block .rightValue {
        float: right;
    }
    .side-panel {
        width: 90rem;
    }
    .side-panel-content {
        padding: 5rem 2rem;
    }
    .addons-detail h4 {
        font-size: 1.6rem;
    }
    .car-detail-wrap .checkBoxsmall .input-check + label {
        font-size: 1.2rem;
    }
    .floating-tooltip {
        margin-right: 0;
        margin-left: 0;
    }
    .ncb-box .ncb-text {
        display: inline-block;
        padding-left: 0;
    }
    .addons-box .cover-block h3 {
        font-size: 1.4rem;
    }
    .addons-box .add-onblock.addons-marg {
        padding-left: 1rem;
    }
    .addons-box .cover-block h3 span {
        font-size: 1.2rem;
    }
    .amount-plan {
        width: 40%;
    }
}
@media (max-width: 1190px) and (min-width: 980px) {
    .mainWrapper.paymntWrap .payment-tabs .tab-head li {
        font-size: 1.5rem;
        min-width: 11.6rem;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .physical-sur .input-block:nth-child(3),
    .physical-sur .input-block:nth-child(4) {
        margin-right: 3rem;
    }
    #addonCovers {
        padding: 0;
    }
    .text-left.blockDiv {
        width: 32%;
    }
    .plancovers-block {
        padding: 1rem 1rem;
    }
    .insmob-img img {
        max-width: 100%;
    }
    .addons-area {
        padding: 3rem 1rem 0;
    }
    .totl-prem {
        padding: 2rem 2rem;
    }
    .addon-listbl {
        padding: 2rem 1rem;
    }
    .get-quote-wrap {
        margin: 0 2rem;
    }
    .renew-box {
        margin: 12rem 0 0;
    }
    h2 {
        font-size: 2rem;
    }
    .claim-blocks li {
        width: 10rem;
        height: 10rem;
        margin-right: 5rem;
    }
    .dot {
        right: 100%;
    }
    .plan-block-landing .card-block span {
        padding-right: 0;
    }
    .card-wrap .card-block {
        padding: 0 1rem 2.5rem;
    }
    .commonpop-pad {
        padding: 2rem 3rem;
    }
    #addcovers.commonpop-pad {
        padding: 0 1rem;
    }
}
@media (max-width: 991px) {
    .policy-document h2.pd-top {
        padding: 3rem 0 0;
    }
    #policy-mob-error .popup.light {
        width: 90%;
    }
    a.js-backbtn {
        display: none;
    }
    .submit-btn.wid-auto1 {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 2rem 1rem;
        width: 100%;
        -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
        text-align: center;
        z-index: 2;
        background: #f7f6f6;
    }
    .pad-btm {
        padding-bottom: 4rem;
    }
    a.btn-primary.js-thatsc {
        width: 52%;
        float: right;
    }
    .js-carDetailPanel a.btn-primary.btn-white.js-modify {
        padding: 2rem 3rem;
        width: 41%;
    }
    .js-carDetailPanel a.btn-primary.js-thatsc {
        padding: 2rem 3rem;
    }
    .idv-btn .btn-orange {
        width: 75%;
        padding: 2rem 3rem;
        font-size: 1.4rem;
        text-align: center;
    }
    .idv-btn {
        text-align: center;
    }
    #policy-types .commonpop-pad {
        padding-bottom: 5rem !important;
    }
    .wid-auto1 a.js-proc {
        width: 80%;
        text-align: center;
        padding: 2rem 3rem;
        font-size: 1.4rem;
    }
    .wid-auto1 a.js-subbtn {
        width: 80%;
        text-align: center;
        padding: 2rem 3rem;
        font-size: 1.4rem;
    }
    a.edit.js-carEdit {
        border: 1px solid #fff;
        color: #fff;
        padding: 1rem 1rem;
        border-radius: 2rem;
        letter-spacing: 0.5px;
    }
    .physical-sur .submit-btn {
        clear: both;
    }
    span.conf-id,
    span.conf-id span {
        width: 100%;
        text-align: left;
    }
    .proposal-page span.conf-id span {
        display: inline-block;
        width: auto;
        padding-left: 2rem;
    }
    .card-wrap.block-3 .card-block.card-text span {
        padding-right: 0;
    }
    .prop-left {
        width: 100%;
    }
    #addon .overlayN.active {
        overflow-x: hidden;
    }
    .overlay,
    .overlayN {
        background: #282828;
    }
    .covers-plan {
        margin-top: 0;
    }
    #addcovers.car-form-block .sm-input {
        width: 42%;
    }
    .text-left.blockDiv {
        width: 42%;
    }
    #addcovers .text-left .input-block.select-vu.ripple-bar.sm-input {
        width: 42%;
    }
    .js-planwrap {
        padding-top: 1rem;
    }
    .payment-page.renewal-page .car-detail-wrap {
        padding: 3rem 0 0;
        margin-bottom: 0;
    }
    .last-dth .input-check + label:before {
        border: 1px solid rgba(184, 184, 184, 0.5);
    }
    .payment-page .break-up.mob-n {
        display: none;
    }
    .chi-details .break-up h4 {
        display: none;
    }
    span.tl-amount {
        display: none;
    }
    .plan-block.pay-block.checkBoxsmall a.btn-primary {
        float: right;
    }
    .plan-block.pay-block {
        display: block;
    }
    .insure-formblock {
        padding: 3rem 2rem;
    }
    .dark-form .input-block.height-wid label {
        font-size: 1.4rem;
    }
    .insure-formblock .chi-radio-block.hip-block h3 {
        font-size: 1.6rem;
    }
    .insure-formblock .input-block.wid-cust.chiaddress-block {
        margin-bottom: 10rem;
    }
    .chiaddress-block textarea {
        min-height: 90px;
        font-size: 1.6rem;
        padding: 1rem 1rem;
    }
    .newChi .car-form-block {
        margin-top: 0;
        padding: 0;
    }
    .container.chi-dth:before {
        content: "";
        background: #012a3c;
        display: inline-block;
        min-height: 80px;
        position: absolute;
        width: 100%;
        left: 0;
    }
    .cashless-hospitals {
        margin-top: 6rem;
    }
    .chi-details a.edit {
        right: 15px;
    }
    .suminsured-block.chi-policydetails {
        margin-bottom: 0;
    }
    .emi-option {
        display: none;
    }
    ul.testimonials-block li {
        width: 48%;
        margin-right: 25px;
    }
    ul.testimonials-block li p {
        font-size: 1.5rem;
        line-height: 25px;
        padding-right: 5rem;
        margin-bottom: 2rem;
    }
    ul.key-features-list li {
        padding: 3rem 2rem 4rem;
    }
    .policy-docs ul li a {
        padding: 0 1rem;
    }
    .policy-docs {
        padding: 5rem 2rem 2rem;
    }
    .card-wrap.block-3 .card-block {
        margin: 1.66%;
        width: 46%;
        float: none;
    }
    .get-quote-wrap.CHI-formblock h1 {
        text-align: center;
    }
    span.policy-tag {
        text-align: center;
        display: block;
    }
    .car-detail-wrap.chi-details {
        top: 0;
        padding: 2rem 1.5rem;
    }
    .chi-plan-page .plan-detail-wrap h1 {
        display: inline-block;
        padding: 1rem 0 2rem;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        font-size: 2.8rem;
    }
    .renewal-page .car-detail-wrap a.edit {
        top: 25px;
        right: 1rem;
    }
    .renewal-page .col-sm-8 {
        width: 100%;
    }
    .ins-app .claim-blocks {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .ins-app .claim-blocks li {
        float: none;
    }
    .rating-n li:after {
        width: 42px;
    }
    ul.rating-list.checkBoxsmall label {
        font-size: 1.4rem;
    }
    ul.rating-list.checkBoxsmall .input-check:checked + label:after {
        bottom: 3px;
    }
    .payment-page .car-detail-wrap.car-wrap-center {
        padding-top: 3rem;
    }
    .payment-page .break-up {
        display: block;
    }
    .payment-page .car-detail-wrap {
        padding: 3rem 0;
        margin-bottom: 3rem;
    }
    .payment-page .section-content {
        padding: 0 0 5rem 0;
    }
    .get-quote-wrap .input-block {
        max-width: 100%;
    }
    .car-detail-wrap a.edit {
        top: 45px;
        right: 2rem;
    }
    h1,
    h3 {
        font-size: 3rem;
    }
    .addons-detail .addon-list {
        width: 100%;
        max-width: 100%;
    }
    .amount-plan {
        width: 40%;
        bottom: 10%;
    }
    .suminsured-block .ppcover-area p {
        font-size: 1.2rem;
        display: inline-flex;
        width: 85%;
    }
    .addons-detail h4 {
        font-size: 1.8rem;
        padding-top: 1rem;
    }
    .amount-plan .amt-detail span strong {
        font-size: 2.6rem;
    }
    .side-panel {
        width: 100%;
    }
    .side-panel-content {
        padding: 3rem 2rem;
    }
    .input-block label {
        font-size: 1.6rem;
    }
    .input-block input {
        font-size: 1.6rem;
    }
    .car-image {
        display: inline-block;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .car-image figure {
        text-align: left;
    }
    .car-detail {
        display: inline-block;
        position: static;
        vertical-align: top;
        padding-left: 1.5rem;
    }
    .car-detail-wrap .check-feild {
        display: none;
    }
    .car-detail-wrap.nw-wid-wrap .check-feild {
        display: inline-block;
    }
    .break-up {
        display: none;
    }
    .policy-breakup-block .break-up {
        display: block;
    }
    .plan-page .section-content {
        padding: 0 0 5rem 0;
    }
    .car-detail-wrap {
        padding: 2rem 0 0;
        background: #012a3c;
    }
    .pad-n {
        padding: 0;
        width: 100%;
    }
    .payment-page .car-detail-wrap {
        background: 0 0;
    }
    .car-image img {
        width: 175px;
        max-width: 100%;
    }
    .owl-nav {
        display: none;
    }
    .chi-mainblock .card-block h2 {
        font-size: 2rem;
    }
    ul.key-features-list li span {
        font-size: 1.6rem;
    }
    .garage-search .search-item input {
        font-size: 1.4rem;
    }
}
@media (max-width: 880px) {
    .mainWrapper.paymntWrap .payment-tabs .tab-head {
        padding-top: 0;
        display: inline-flex;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 1rem;
    }
    .mainWrapper.paymntWrap .payment-tabs .tab-head li {
        min-width: auto;
        white-space: nowrap;
        padding: 1rem;
    }
    .mainWrapper.paymntWrap .tab-head li.active:after {
        content: "";
        display: inline-block;
        width: 100%;
        position: absolute;
        left: 0;
        height: 4px;
        background: #01b4bb;
        top: 116%;
    }
}
@media (max-width: 767px) {
    .plan-comparison-block table thead tr th:nth-child(3) {
        width: 23%;
    }
    .plan-comparison-block table thead tr th:first-child {
        width: 39%;
    }
    .plan-comparison-block table tbody tr td {
        font-size: 1.3rem;
    }
    .plan-comparison-block table thead tr th {
        font-size: 1.2rem;
        padding: 2rem 0.5rem;
    }
    #plan-comparison .commonpop-pad {
        padding: 2rem 1rem;
    }
    .vehicle-policycover .rec-idv {
        padding: 2rem 0 0.5rem;
    }
    .zd-block:before {
        display: none;
    }
    .zd-block {
        padding: 3rem 2rem;
        padding-left: inherit;
    }
    .zd-block ul.drv-exp li {
        width: 100%;
        padding-bottom: 1.5rem;
    }
    .zd-block .amount {
        text-align: center;
    }
    #otp-verify .popup.light {
        width: 100%;
    }
    .otp-form-block .input-block {
        width: 100%;
        margin-right: 0;
        max-width: 100%;
    }
    .dark-form.otp-form-block {
        padding: 4rem 2rem;
    }
    .faaydeki-baat p {
        display: none;
    }
    .buttons-block .btn-orange {
        width: 100%;
    }
    #policy-mob-error .popup.light {
        width: 100%;
    }
    .error-details {
        width: 100%;
    }
    .policy-page .plan-block.vg-benifit-bg {
        height: 100%;
        padding: 0;
    }
    .car-breakupdetail {
        /*display: none;*/
        width: 100%;
        padding: 1rem 0 1rem;
    }
    .car-modelname {
        width: 100%;
        padding-bottom: 1rem;
    }
    .car-modelname.activeAcrd {
        border-bottom: 1px solid #ddd;
    }
    .car-modelname.activeAcrd:before {
        transform: rotate(-136deg);
        -webkit-transform: rotate(-136deg);
    }
    .car-modelname:before {
        transition: transform 0.3s;
        content: "";
        border: solid #282828;
        border-width: 0 1.2px 1.2px 0;
        display: inline-block;
        padding: 6px;
        vertical-align: top;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        right: 2rem;
        top: 3rem;
    }
    .DisableSubmitButtn {
        pointer-events: none;
        background: #ccc;
    }
    #messg-popup .popup.light {
        max-width: 100%;
    }
    .dark-form .checkBoxsmall .input-check + label {
        font-size: 1.3rem;
    }
    .proposal-page .bg-blue .selfinsp-block span.ui-error {
        bottom: -20px;
    }
    .policy-page .plan-block {
        padding: 3rem 1rem 4rem 1rem;
    }
    span.note-text {
        margin-top: 1rem;
    }
    .car-inspection-accord span.subtext {
        padding-left: 4.2rem;
    }
    #fwProposalConfirmation ul.summary-list li {
        width: 100%;
    }
    #fwProposalConfirmation ul.summary-list li {
        width: 100%;
    }
    #fwProposalConfirmation ul.summary-list li:last-child {
        width: 100%;
        border-right: none;
    }
    .insured-form .vs--single .vs__selected {
        max-width: 100%;
    }
    .cover-block h3 span {
        padding-left: 0.5rem;
        font-size: 1.2rem;
        padding-top: 0.3rem;
    }
    .cover-block p {
        font-size: 1.2rem;
    }
    .cover-block h3:before {
        right: -25px;
    }
    .add-onblock .input-check + label:before {
        width: 2rem;
        height: 2rem;
        margin-right: 5px;
    }
    .add-onblock .cover-block h3 {
        font-size: 1.2rem;
    }
    .add-onblock .input-check:checked + label:after {
        bottom: 0;
        left: 7px;
        top: 2px;
    }
    .car-inspection-accord .radio {
        padding: 2rem 1rem;
    }
    span.videodemo {
        position: relative;
        left: 4rem;
        top: 10px;
        right: 0;
    }
    .selfinsp-block .input-block {
        max-width: 100%;
        width: 100%;
    }
    .car-inspection-accord .radio label {
        font-size: 1.6rem;
    }
    .selfinsp-block span {
        padding-bottom: 3rem;
        display: block;
    }
    .inst-block {
        padding: 5rem 0 0;
    }
    .physical-sur {
        padding: 3rem 0 0;
    }
    .physical-sur .input-block {
        width: 100%;
        max-width: 100%;
    }
    .physical-sur .input-block:nth-child(3),
    .physical-sur .input-block:nth-child(4) {
        margin-right: 0;
        width: 100%;
    }
    .totl-prem .prem-amt {
        font-size: 2rem;
    }
    #addon .popup {
        overflow: hidden;
    }
    .idv-check {
        width: 100%;
        padding-left: 0;
        margin: 3rem 0 0;
    }
    .get-quote-wrap span.tooltip-ui {
        position: static;
    }
    span.tooltip-ui {
        position: relative;
    }
    .plan-block span.tooltip-ui {
        position: static;
    }
    span.tooltip-text {
        width: 200px;
        top: 113%;
        margin-top: 22px;
        left: 50%;
        margin-left: -105px;
        font-size: 1.2rem;
    }
    .plan-block span.tooltip-text {
        width: 100%;
        left: 0;
        right: 0;
        margin-left: 0;
        top: 32px;
        bottom: auto;
        margin-top: 0;
    }
    span.tooltip-text.opt-out:after {
        content: "";
        position: absolute;
        top: 37px;
        left: auto;
        right: 9px;
        margin-left: 0;
        transform: rotate(0);
    }
    span.tooltip-text:after {
        top: -20px;
        left: 50%;
        margin-left: -5px;
    }
    .plan-block span.tooltip-text:after {
        display: none;
    }
    span.tooltip-text.opt-out {
        left: 142px;
        right: auto;
        top: -61px;
        margin-left: 0;
    }
    span.tooltip-text.left-tooltip {
        margin-left: 0;
        top: -30px;
        left: auto;
        right: 100%;
        font-size: 12px;
        border-radius: 5px;
        margin-right: 15px;
    }
    span.tooltip-text.right-tooltip {
        margin-left: 0;
        top: -30px;
        right: auto;
        left: 100%;
        font-size: 12px;
        border-radius: 5px;
        margin-right: 15px;
    }
    span.tooltip-text.left-tooltip:after {
        top: 13px;
        left: 100%;
        margin-left: 0;
        transform: rotate(272deg);
    }
    span.tooltip-text.right-tooltip:after {
        top: 13px;
        right: 100%;
        margin-left: 0;
        transform: rotate(272deg);
    }
    .card-wrap.block-3 .card-block.card-text span {
        padding: 0;
        text-align: center;
        padding-right: 0;
    }
    .tab-content-body .check-list li {
        margin: 0;
        padding-bottom: 3rem;
    }
    .tab-content .check-list:nth-child(2) {
        padding: 0 0 1rem;
    }
    .plan-block.active .amount-plan {
        bottom: 0;
    }
    .right-side-plan {
        width: 100%;
        float: none;
        text-align: left;
    }
    .amount-plan .amt-detail {
        padding-right: 0;
    }
    .coverage {
        width: auto;
    }
    .right-side-plan a.btn-primary {
        float: right;
    }
    .js-banner-discount .telematic img,
    .js-banner-discount .telematic img.active {
        display: none;
    }
    .addons-detail {
        width: 100%;
        padding-bottom: 1.5rem;
    }
    .cover-circle {
        border: none;
        background: #01b4bb;
        border-radius: 0 0 6px 6px;
        color: #fff;
        font-size: 1.6rem;
        width: auto;
        height: auto;
        padding: 0.3rem 1.5rem;
    }
    .amount-plan {
        width: 100%;
        bottom: 10%;
        left: 0;
        position: relative;
        clear: both;
    }
    .plan-block span.cover__title {
        font-size: 1.6rem;
        font-weight: 200;
        line-height: 0.8;
        color: #fff;
        display: inline-block;
        padding-right: 0.5rem;
    }
    #addonCovers {
        padding: 0;
    }
    .plan-block.active {
        padding: 0 2rem 2rem;
    }
    .plan-block {
        padding: 0 2rem 3rem 2rem;
    }
    .idv-amount a.btn-small {
        color: #01b4bb;
        text-decoration: none;
        font-size: 1.3rem;
        border: none;
        border-bottom: 1px solid #01b4bb;
        border-radius: 0;
        padding: 0;
        margin: 0 1rem;
        float: right;
    }
    .plan-page .plan-detail-wrap h1 {
        font-size: 2.5rem;
        display: block;
        text-align: center;
        padding-bottom: 1.5rem;
    }
    .renew-box h2 {
        display: inline-block;
        font-size: 2rem;
        font-style: normal;
        font-weight: 200;
        width: 48%;
        padding: 0;
        padding-left: 1rem;
        text-align: left;
    }
    .renew-box a.btn-blue {
        float: right;
    }
    .idv-content {
        width: 100%;
    }
    #inValTerm span.ui-error {
        top: 70px;
    }
    #inValTerm .rpicon {
        top: 26px;
    }
    .il-penone .choice-radio-block {
        width: 100%;
        margin-right: 0;
    }
    .policytyp-block {
        padding: 0.5rem 0 2rem 0;
        margin-right: 0;
        width: 100%;
        border-bottom: 1px solid #19516a;
        border-radius: 0;
    }
    .policy-dropdown a {
        font-size: 1.3rem;
        top: 5px;
    }
    span.down-list {
        font-size: 1.8rem;
        padding-left: 0;
    }
    .policy-dropdown {
        padding: 0;
        background: 0 0;
    }
    .od-form .input-block {
        width: 100%;
    }
    .card-wrap.block-3 .card-block i {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    #error-popup .popup.light {
        width: 100%;
    }
    #hypothecationLoan .popup.light {
        max-width: 100%;
    }
    .hyp-sty.exc-discount {
        padding: 3rem 2rem;
    }
    .add-onblock {
        min-height: auto;
    }
    #addcovers.car-form-block .sm-input {
        width: 100%;
        margin-right: 0;
    }
    .rd-label,
    .sl-label {
        font-size: 1.4rem;
    }
    #inValTerm {
        position: relative;
        right: 0;
        left: 0;
        width: 100%;
        top: 0;
        margin-left: 0;
        padding: 2.5rem 0 0;
    }
    #addcovers h4 {
        margin: 3rem 0 0;
        display: inline-block;
        clear: both;
        width: 100%;
    }
    .text-left.blockDiv {
        width: 100%;
    }
    #addcovers h1 {
        padding-bottom: 1rem;
        font-size: 2.2rem;
    }
    .addons-box .plan-block.covertop-block {
        padding: 3rem 2rem 2rem 2rem;
    }
    .essential-cov {
        width: 100%;
        float: none;
    }
    .essential-cov .addons-detail .addon-list li {
        width: 100%;
        float: none;
    }
    .ren-policy-block {
        width: 100%;
        float: none;
    }
    .ren-policy-block .amt-detail &gt; span {
        top: 0;
    }
    .car-renewal-main .cnglpg-block .input-block {
        width: 100%;
    }
    .addons-box .plan-block {
        padding: 3rem 0 2rem 0;
    }
    .car-renewal-main .input-block {
        width: 100%;
    }
    .car-renewal-main .addon-listbl h2 {
        text-align: center;
    }
    .ncb-box {
        padding: 1.5rem 2rem;
    }
    .insure-detail-accord {
        padding: 2rem 0 1rem;
    }
    span.policy-tag {
        font-size: 1.6rem;
    }
    .plan-block.pay-block.checkBoxsmall a.btn-primary {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .insure-detail-accord h2 {
        font-size: 1.6rem;
        padding: 1.5rem 1rem 1.5rem 2rem;
    }
    a.chiins-edit {
        font-size: 1.3rem;
    }
    .plan-block.pay-block.checkBoxsmall .check-feild {
        width: 100%;
        padding: 1rem;
    }
    .chi-insured-accord .dark-form .checkBoxsmall .input-check:checked + label:after {
        width: 6px;
        height: 12px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        bottom: 6px;
        left: 7px;
    }
    .chi-insured-accord .dark-form .checkBoxsmall .input-check + label:before {
        width: 2rem;
        height: 2rem;
    }
    .insure-formblock .chi-radio-block .radio label,
    .insure-formblock .pre-policytype .radio label {
        font-size: 1.6rem;
    }
    .dark-form .input-block.chiaddress-block label {
        font-size: 1.6rem;
    }
    .gst-sty.exc-discount .input-block {
        padding-right: 0;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }
    .gst-sty.exc-discount {
        padding: 5rem 2rem;
    }
    .insure-formblock .input-block.select-vu.height-wid {
        width: 50%;
    }
    .gstin-insblock.check-block {
        width: 100%;
    }
    .insure-detail-accord h3 {
        font-size: 1.4rem;
    }
    .chi-emi-popup h2 {
        font-size: 2rem;
        padding: 3rem 2rem 0;
        font-weight: 400;
    }
    .chi-emi-popup p {
        font-size: 1.3rem;
        text-align: left;
        padding: 0 2rem;
    }
    .chi-addons-popup .addons-area {
        padding: 3rem 2rem 2rem;
    }
    a.link-gray {
        color: #fe6625;
    }
    a.link-gray:after {
        border-color: #fe6625;
    }
    .emioption-block table {
        font-size: 1.3rem;
    }
    .option-list {
        padding: 0;
    }
    span.amt-sec {
        position: absolute;
        right: 2rem;
    }
    .amt-detail &gt; span {
        position: relative;
    }
    .covers-accordmob {
        display: none;
        padding: 0;
        margin-left: 1rem;
        margin-top: 1rem;
    }
    .amount-plan .amt-detail span.amount-bl strong {
        display: block;
    }
    ul.js-policy-tabs li a,
    ul.js-suminsured-tabs li a {
        padding: 0.5rem 1rem;
        font-size: 1.2rem;
        margin-right: 0.5rem;
    }
    ul.js-suminsured-tabs li.more-lasttab {
        padding: 0.5rem 1rem;
        font-size: 1.2rem;
    }
    ul.testimonials-block li {
        width: 100%;
        margin-bottom: 8rem;
        margin-right: 0;
    }
    ul.testimonials-block li:last-child {
        margin-bottom: 0;
    }
    .recent-rev {
        padding-right: 0;
    }
    .sub-add-block {
        max-width: 100%;
    }
    .get-quote-wrap.CHI-formblock .form-block {
        margin: 0 2%;
    }
    .chi-mainblock .card-block h2 {
        font-size: 2rem;
    }
    .chi-mainblock .card-wrap.block-3 .card-block i {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 3rem;
    }
    ul.key-features-list li {
        width: 50%;
        padding: 3rem 1rem 4rem;
        text-align: center;
    }
    ul.key-features-list li:nth-child(2) {
        border-right: none;
    }
    .chi-mainblock .chiplan-tabs.tab-head li span {
        font-size: 1.4rem;
    }
    .js-applicant-details {
        margin: 0;
    }
    .addons-box .text-right {
        text-align: center;
        padding-bottom: 1rem;
    }
    #nominee-details .car-form-block {
        margin-top: 0;
    }
    .get-quote-wrap.renewal-policy h1 {
        text-align: left;
        font-size: 3rem;
    }
    .renewal-policy .otp-container .renewotp-number-input {
        width: 40px;
        margin-right: 5px;
        font-size: 20px;
    }
    .carno-box {
        width: 100%;
    }
    .caraddon-popup .car-form-block .sm-input {
        width: 100%;
    }
    .addons-box .add-onblock {
        width: 100%;
        padding: 3rem 1rem 2rem 0;
    }
    .addons-box .addon-listbl {
        height: auto;
    }
    .addons-box .add-onblock.addons-marg {
        padding-left: 0;
    }
    .add-onblock:last-child {
        border-bottom: none;
        padding-bottom: 10rem;
    }
    .addons-box .check-feild {
        width: 12%;
    }
    .ncb-box .ncb-text {
        padding-left: 0;
    }
    .close-slidem,
    .popup .close {
        right: 1rem;
        top: 0.5rem;
    }
    .addon-pa {
        padding: 3rem 0 0;
    }
    #addon .tab-head li {
        min-width: auto;
    }
    #addon .tab-head {
        white-space: nowrap;
        display: -webkit-flex;
        display: flex;
        overflow-x: auto;
        margin-bottom: 2rem;
        overflow-y: hidden;
    }
    #addon .commonpop-pad {
        padding: 2rem 2rem;
    }
    .plan-detail-wrap .insured-form .sm-input.insured-block {
        width: 100%;
    }
    .insmob-img img {
        max-width: 100%;
    }
    .rating-feedback {
        padding: 3rem 2rem;
    }
    .insured-form .check-block h3 {
        font-size: 1.4rem;
    }
    .policy-breakup-block {
        width: 100%;
        padding: 4rem 2rem;
    }
    .own-damage-prm {
        width: 100%;
        padding-right: 0;
    }
    .liability-prm {
        width: 100%;
        padding-left: 0;
    }
    .nw-total,
    .policy-breakup-block ul.break-up.nw-breakup {
        margin: 0;
    }
    .payment-page .car-detail-wrap {
        width: 100%;
    }
    .accept-declaration {
        text-align: left;
    }
    .payment-page .submit-btn {
        text-align: center;
    }
    .insured-form {
        margin-top: 2rem;
    }
    .insured-form .input-block.title-insure {
        width: 100%;
    }
    .plan-detail-wrap .insured-form .sm-input {
        width: 100%;
    }
    .plan-detail-wrap .insured-form .sm-input.dob-imp {
        margin-left: 0;
        width: 100%;
    }
    .plan-detail-wrap .insured-form .sm-input.gender-imp {
        margin-right: 0;
        width: 100%;
    }
    .insured-form .input-block {
        width: 100%;
        max-width: 100%;
    }
    .insured-form .check-block {
        width: 100%;
    }
    .plan-block-landing .card-block span {
        min-height: auto;
    }
    .car-form-block .sm-input {
        width: 100%;
        margin-right: 0;
        max-width: 100%;
    }
    .car-form-block .make-model {
        width: 100%;
        max-width: 100%;
        margin-right: 5%;
        float: left;
    }
    .idv-btn {
        text-align: center;
    }
    .mob-slide {
        display: none;
    }
    .cover-block h3 {
        display: block;
    }
    .cover-block h3:before {
        border-color: #4c4c4c;
        border-style: solid;
        border-width: 1px 1px 0 0;
        content: "";
        display: inline-block;
        height: 12px;
        width: 12px;
        vertical-align: text-top;
        transform: rotate(133deg);
        box-sizing: inherit;
        position: absolute;
        right: 0;
        transition: all 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
        transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
    }
    .cover-block h3.listActive:before {
        transform: rotate(315deg);
    }
    .fix-pre {
        display: inline-block;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }
    .addons-area {
        padding: 2rem 2rem;
        background: #01b4bb;
    }
    .add-onblock {
        width: 100%;
        padding: 2rem 1rem 1rem 0;
        position: relative;
        border-bottom: 1px solid #e5e5e5;
    }
    .addon-text h2 {
        color: #fff;
    }
    .addon-text p {
        color: #fff;
    }
    .addon-text {
        margin-right: 0;
        width: 100%;
    }
    .totl-prem {
        padding: 2rem 1rem;
        width: 50%;
        text-align: left;
    }
    .addon-btn {
        float: none;
        text-align: right;
        display: block;
        padding-right: 3rem;
    }
    .addon-listbl {
        padding: 2rem 1.5rem;
        height: 80vh;
        overflow: auto;
    }
    .chi-plan-page .plan-block {
        padding: 3rem 2rem 2rem 2rem;
    }
    .car-addv {
        background-size: cover;
        background-position: 95%;
    }
    .get-quote-section {
        padding: 3rem 0;
    }
    .get-quote-wrap {
        margin: 0;
        float: none;
        width: 100%;
        max-width: 100%;
    }
    h1,
    h3 {
        font-size: 2.4rem;
    }
    .get-quote-wrap h1 {
        margin-bottom: 2rem;
    }
    .get-quote-wrap .input-block {
        max-width: 100%;
    }
    img.whatsapp-img {
        width: 65px;
    }
    .renew-box {
        margin: 0;
        width: 100%;
    }
    .renew-box img {
        display: none;
    }
    .faaydeki-baat img {
        display: inline-block;
    }
    h2 {
        font-size: 2.3rem;
    }
    .card-wrap.block-3 .card-block {
        margin: 0 0 1rem;
        width: 100%;
        text-align: center;
    }
    .card-wrap.block-3.reveal .card-block {
        margin: 0 0 4rem;
    }
    .card-wrap.block-3 .card-block:last-child {
        margin: 0;
        padding-bottom: 0;
    }
    .input-block label {
        font-size: 1.6rem;
    }
    .insured-form .input-block label{
        z-index:5 !important;
    }
    .tab-head li {
        min-width: 14rem;
    }
    .check-list li {
        width: 100%;
    }
    .floaterImg {
        right: auto;
        top: 25%;
        left: 50%;
    }
    .claim-block {
        margin: 25rem 1rem 0;
        text-align: center;
    }
    .claim-blocks li {
        width: 10rem;
        height: 10rem;
        margin-right: 1rem;
        padding-top: 4rem;
    }
    .claim-blocks li span {
        top: 10px;
        left: 0;
        right: 0;
        text-align: center;
    }
    .claim-blocks li.active em {
        font-size: 2.8rem;
    }
    .claim-blocks li p {
        bottom: 10px;
        font-size: 1.2rem;
    }
    .dot {
        display: none;
    }
    .card-block.card-text p,
    .card-text p {
        text-align: center;
    }
    .plan-block-landing .card-block span {
        padding-right: 0;
    }
    .card-block.check-list.card-text p,
    .card-text p {
        text-align: left;
    }
    .dark-form .checkBoxsmall {
        padding: 1rem 0 2rem;
    }
    .popup.light {
        max-width: 100%;
        width: 100%;
    }
    .popup {
        margin: 0;
        border-radius: 0;
    }
    .commonpop-pad {
        padding: 2rem 3rem;
    }
    #addcovers.commonpop-pad {
        padding: 2rem 3rem;
    }
    #pa-coverpop .popup.light {
        width: 100%;
        max-width: 100%;
    }
    #editPlan .popup.light {
        max-width: 100%;
    }
    .choice-radio-block .radioButtons {
        float: right;
    }
    #addcovers .text-left .input-block.select-vu.ripple-bar.sm-input {
        width: 100%;
    }
    .idv-amount {
        float: none;
        width: 100%;
        background: 0 0;
    }
    .idv-amount .link-blue {
        float: right;
    }
    .compare-plans {
        text-align: center;
    }
    .idv-amount span {
        font-size: 1.8rem;
    }
    .car-detail-wrap h3 {
        font-size: 2rem;
        margin-bottom: 0;
    }
    .sum-prem-block {
        width: 42%;
    }
    .suminsured-block .ppcover-area {
        width: 43%;
    }
    .suminsured-block .ppcover-area p {
        width: 75%;
    }
    .cover-block {
        width: 90%;
    }
    ul.summary-list li {
        width: 50%;
        padding-top: 1rem;
    }
    ul.summary-list li:nth-child(2),
    ul.summary-list li:nth-child(4) {
        border-right: none;
    }
    ul.summary-list li:last-child,
    ul.summary-list li:nth-child(3) {
        width: 50%;
    }
    .mainWrapper.paymntWrap .payment-block .input-block {
        width: 100% !important;
        padding-right: 0;
        max-width: 100%;
    }
    .mainWrapper.paymntWrap .payment-block .inpt-title,
    .mainWrapper.paymntWrap .payment-block .inpt-title &gt; span {
        font-size: 18px;
    }
    .mainWrapper.paymntWrap .rdBox.active .descriptn {
        margin: 10px 0;
        width: 100%;
    }
    .mainWrapper.paymntWrap .rdBox .descriptn button.btnChosePlan {
        font-size: 14px;
        padding: 5px 10px;
    }
    .mainWrapper.paymntWrap .reveal .submit-btn {
        margin: 1.5rem;
    }
    .popup .close {
        right: 2rem;
        top: 1rem;
        width: 2rem;
        height: 2rem;
    }
    .popup .close:after,
    .popup .close:before {
        height: 2rem;
    }
    .overlayN .content-heightauto {
        font-size: 18px;
    }
    .loader-inner {
        display: block;
    }
    .face {
        display: inline-block;
    }
    #policy-types.overlayN.active {
        background: #fff;
    }
    #policy-types .amount.idv-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 2rem 0.5rem;
        width: 100%;
        -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
        text-align: center;
        z-index: 2;
        background: #fff;
    }
    .reveal .submit-btn {
        display: inline-block;
        width: 100%;
    }
    .submit-btn .js-car-register {
        float: right;
        margin-left: 1rem;
        width: 65%;
        text-align: center;
        padding: 2rem 3rem;
        font-size: 1.4rem;
    }
    .bg-blue .re-quote {
        margin-left: 0;
    }
    .submit-btn.fixedBtn {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        margin: 0;
        padding: 2rem 0;
        text-align: center;
        z-index: 2;
        -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    }
    .submit-btn a.gq-sticky {
        width: 85%;
        padding: 2rem 3rem;
        font-size: 1.4rem;
    }
    .submit-btn.fixedBtn .js-gqbtn {
        width: 50%;
        padding: 2rem 3rem;
        float: none;
    }
    a.tp-btn {
        display: inline-block;
        color: #282828;
        text-align: left;
        float: left;
        padding: 0 0 0 1.5rem;
        width: 48%;
        text-decoration: none !important;
        position: relative;
    }
    #impDetails.plan-detail-wrap {
        -webkit-perspective: inherit;
        perspective: inherit;
    }
    .insured-form .submit-btn {
        position: fixed;
        bottom: 0;
        background: #fff;
        width: 100%;
        left: 0;
        right: 0;
        padding: 2rem 0;
        z-index: 99;
        -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    }
    .insured-form .submit-btn .js-insurer-proceed {
        float: right;
        margin-right: 1.5rem;
        /*width: 45%;*/
        padding: 2rem 3rem;
        font-size: 1.4rem;
    }
    .insured-form .submit-btn span.tooltip-ui.tooltip {
        color: #9e9e9e;
    }
    .insured-form .submit-btn span.tooltip-ui,
    .insured-form .submit-btn span.tooltip-ui:before {
        color: #282828;
        font-size: 1.2rem;
    }
    a.tp-btn span {
        color: #282828;
        font-size: 1.8rem;
    }
    a.tp-btn span:first-child {
        display: block;
        font-size: 1.4rem;
    }
    a.tp-btn span:nth-child(2) {
        font-weight: 800;
        font-size: 2.6rem;
    }
    .tp-btn span.tooltip-text:after {
        top: 39px;
        transform: rotate(2deg);
    }
    .tp-btn span.tooltip-text {
        top: -65px;
    }
    a.tp-btn .rightValue:after {
        content: "";
        display: inline-block;
        background: url(/docs/default-source/assets/freshlook/images/tp-ico.png) no-repeat;
        width: 36px;
        height: 40px;
        background-size: 70%;
        background-position: 100%;
        position: absolute;
        top: 14px;
        margin-left: -5px;
    }
    #errorpopup .popup.light {
        width: 100%;
    }
    .mainWrapper .tab-head.js-tab-head {
        white-space: nowrap;
        display: -webkit-flex;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .mainWrapper .tab-head li,
    .tab-head li {
        min-width: auto;
    }
    .mainWrapper .tab-head.js-tab-head .bar {
        display: none;
    }
    .mainWrapper .tab-head li {
        padding: 1.5rem 1rem;
    }
    .mainWrapper .tab-head li,
    .tab-head li {
        min-width: auto;
    }
}
@media (max-width: 600px) {
    ul.policy-doc-list li {
        padding: 0 2rem;
    }
    .renewal-screen span.proposal-nosp {
        font-size: 1.8rem;
        float: none;
        display: block;
    }
    span.conf-id span {
        display: block;
    }
    h3.rec-policy {
        width: 100%;
        font-size: 2rem;
        text-align: center;
    }
    #addcovers .choice-radio-block span.tooltip-ui {
        position: static;
    }
    #addcovers .choice-radio-block span.tooltip-text {
        width: 100%;
        left: 0;
        right: 0;
        margin-left: 0;
        top: 0;
        bottom: auto;
        margin-top: 0;
    }
    #addcovers .choice-radio-block span.tooltip-text:after {
        display: none;
    }
    .policy-dropdown span:nth-child(2) {
        width: 100%;
    }
    .policy-dropdown {
        width: 100%;
    }
    span.down-list {
        float: left;
    }
    .gray-bg-block {
        padding: 4rem 2rem 3rem;
    }
    .payment-detailslist {
        padding: 2rem 1rem;
    }
    .summary-block span.conf-id {
        padding-right: 0;
    }
    .summary-block h3 {
        display: block;
        padding-left: 0;
        text-align: center;
    }
    .car-details-block {
        width: 100%;
        padding-left: 0;
    }
    a.btn-primary.btn-white {
        padding: 1.2rem 4rem;
    }
    a.btn-primary.btn-white.js-modify {
        padding: 1.5rem 3rem;
    }
    .policytyp-block {
        display: block;
    }
    .car-renewal-main .add-onblock .input-check + label:before {
        width: 2rem;
        height: 2rem;
        margin-right: 0.5rem;
    }
    .renewal-blk h3 {
        padding: 0;
    }
    .renewal-blk h3 span:nth-child(1) {
        width: 54%;
    }
    a.renewal-sllink {
        top: 22px;
        text-decoration: none;
        font-size: 0;
        width: 90%;
        right: 0;
        text-align: right;
    }
    .renewal-blk span:nth-child(2) {
        float: right;
        margin-right: 2rem;
    }
    a.renewal-sllink:after {
        height: 8px;
        width: 8px;
    }
    .chi-plan-page .amount-plan .amt-detail {
        bottom: 23rem;
    }
    .CHI-formblock .chi-gen {
        font-size: 1.6rem;
    }
    .CHI-formblock .radio label {
        font-size: 1.6rem;
    }
    .js-modify {
        margin-left: 1rem;
    }
    .choice-radio-block .radioButtons {
        float: none;
    }
    .textarea-block {
        padding: 2rem 2rem 0 0;
    }
    ul.rating-list li {
        width: 100%;
    }
    .rating-n li {
        margin: 0 2%;
    }
    h3.rec-policy {
        width: 100%;
        font-size: 1.6rem;
    }
    span.conf-id {
        display: block;
        float: none;
        font-size: 1.8rem;
        opacity: 1;
        text-align: center;
        clear: both;
    }
    span.conf-id span {
        text-align: center;
    }
    span.conf-id span {
        font-size: 1.8rem;
    }
    .policy-summary {
        padding-top: 1rem;
    }
    .plan-block span.pl-sm-tp {
        font-size: 1.2rem;
    }
    .plan-block span.pl-sm-btn {
        font-size: 1.2rem;
    }
    .total-amt p {
        padding-top: 0;
    }
    .total-amt .rightValue {
        font-size: 2rem;
    }
    .pay-now-btn {
        text-align: center;
        display: block;
        float: none;
        margin: 2rem 0 0;
    }
    .top-heading {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .addon-listbl .check-feild {
        padding-right: 0.5rem;
    }
    .pre-policytype.wid-active,
    .reg-underind.wid-active {
        width: 100%;
    }
    .prevpolicy-typval,
    .reg-un-indvalue {
        font-size: 1.8rem;
    }
    .buyn-carblock .car-nam {
        font-size: 2.4rem;
    }
    .buyn-carblock .car-modnm {
        display: block;
        font-size: 1.8rem;
    }
    .car-slide-details {
        float: none;
        width: 100%;
        padding: 2rem 0;
    }
    .add-onblock {
        width: 100%;
    }
    .il-assist {
        padding: 3rem 2rem;
    }
    .inapp-block {
        width: 60%;
        padding-left: 1rem;
    }
    .suminsured-block {
        padding: 1.3rem 2rem;
    }
    .suminsured-block figure {
        margin-right: 2rem;
    }
    .suminsured-block .ppcover-area p {
        width: 70%;
    }
    .car-text-addv {
        width: 100%;
        padding: 2rem;
    }
    ul.drv-exp li {
        width: 100%;
    }
    .car-text-addv p {
        font-size: 1.4rem;
        padding: 1rem 0 0;
    }
    ul.drv-exp li {
        padding-bottom: 0.5rem;
    }
    .car-text-addv h1 {
        font-size: 3rem;
    }
    .addons-detail {
        padding-left: 0;
        width: 100%;
        float: left;
    }
    .plan-block.active .singlesvg {
        width: 9rem;
        height: 8rem;
    }
    a.btn-primary {
        margin-right: 0;
        font-size: 1.6rem;
        padding: 1.2rem 3rem;
    }
    .amount-plan .amt-detail {
        float: none;
        padding-right: 2rem;
        vertical-align: top;
    }
    .amount-plan .amt-detail span strong {
        font-size: 2.2rem;
    }
    .car-form-block .make-model {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }
    .vehicle-policycover {
        padding: 2rem 1rem;
    }
    #addon .vehicle-policycover {
        padding: 2rem 0;
    }
    .pawaiver-block .vehicle-policycover .rec-text {
        width: 90%;
        padding-left: 1rem;
    }
    span.pac-text {
        font-size: 1.4rem;
        width: 85%;
    }
    .plan-detail-wrap h1 {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .idv-amount {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .idv-content {
        width: 100%;
    }
    .idv-check {
        width: 100%;
    }
    .rec-text span.rec-amt {
        font-size: 2rem;
        padding-left: 1rem;
    }
    .idv-popup {
        padding: 5rem 3rem 0;
    }
    a.btn-primary {
        margin-right: 0;
    }
    a.btn-primary.js-thatsc {
        margin-right: 1rem;
    }
}
@media (max-width: 480px) {
    a.btn-primary.btn-white {
        padding: 1.5rem 4rem;
    }
    .proposal-page .policy-summary h3 {
        text-align: center;
    }
    #addcovers .input-block.select-vu.ripple-bar.sm-input label {
        font-size: 1.6rem;
    }
    #policy-types .commonpop-pad {
        padding: 2rem 1rem;
    }
    .od-form {
        padding: 2rem 0 0 1rem;
    }
    .payment-detailslist ul li {
        width: 100%;
    }
    .pre-policytype .radio,
    .reg-underind .radio {
        margin: 0.5rem 3rem 0 0;
    }
    ul.paid-drv li a {
        height: 3rem;
        width: 3rem;
    }
    .addons-box .plan-block.covertop-block {
        padding: 3rem 1rem 2rem 1rem;
    }
    .plan-block.pay-block {
        padding: 2rem 1rem;
    }
    .plan-block.pay-block.checkBoxsmall .check-feild {
        padding: 0.5rem 0;
    }
    .covers-accordmob {
        margin-left: 0;
    }
    ul.key-features-list li span {
        font-size: 1.5rem;
    }
    .payment-page h1,
    h3 {
        font-size: 2.5rem;
    }
    h4 {
        font-size: 1.6rem;
    }
    .ins-app .claim-blocks li {
        width: 9rem;
        height: 10rem;
        margin-right: 0.5rem;
        padding-top: 3rem;
    }
    .cover-block {
        width: 82%;
    }
    .check-feild {
        padding-right: 0.5rem;
    }
    .cover-block h3 {
        font-size: 1.3rem;
    }
    .choice-radio-block .radioButtons {
        display: block;
    }
    .inapp-block {
        width: 100%;
        padding-left: 0;
    }
    .car-detail-wrap a.edit {
        top: 20px;
        right: 1rem;
        font-size: 1.2rem;
    }
    .car-image img {
        width: 125px;
    }
    a.btn-primary {
        font-size: 1.4rem;
        padding: 1.5rem 3rem;
    }
    .amount-plan .amt-detail span strong {
        font-size: 2rem;
    }
    .right-side-plan {
        width: 100%;
    }
    .telematic {
        text-align: center;
    }
    .amount-plan .amt-detail {
        float: left;
    }
    h1,
    h3 {
        font-size: 2rem;
    }
    .rd-label,
    .sl-label {
        font-size: 1.4rem;
    }
    .choice-radio-block .radio label,
    .pre-policytype .radio label {
        font-size: 1.4rem;
    }
    .dark-form .checkBoxsmall .input-check + label {
        font-size: 1.3rem;
    }
    .dark-form .checkBoxsmall .input-check:checked + label:after {
        bottom: 1px;
        top: 2px;
    }
    ul.social-icons li.fb-btn {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    #addon .tab-head li {
        min-width: auto;
        font-weight: 400;
        font-size: 1.1rem;
    }
    .renewal-blk span {
        font-size: 1.2rem;
    }
}
@media (max-width: 400px) {
    ul.policy-doc-list li {
        padding: 0 2rem;
        margin-bottom: 1rem;
    }
    span.note-text {
        margin-top: 1rem;
    }
    .dark-form .checkBoxsmall .input-check + label:before {
        width: 2rem;
        height: 2rem;
    }
    span.tooltip-text.opt-out {
        left: 117px;
    }
    .totl-prem {
        padding: 2rem 2rem;
    }
    .rec-text {
        width: 90%;
    }
    .rec-text span.rec-amt {
        padding-left: 0;
    }
    .input-block .note a {
        font-size: 1rem;
    }
    a.btn-primary {
        padding: 1.8rem 3rem;
    }
}
.inner-back-page {
    display: none;
}
.inner-header-wrap {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
.bg-megamenu {
    background: linear-gradient(to bottom, #f58220 -18%, #b02a30 127%);
}
.il-logo-new {
    display: inline-block;
    width: 16rem;
    vertical-align: top;
    padding: 1.4rem 0;
}
ul.innerpageActivetabs {
    display: inline-block;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

ul.innerpageActivetabs li {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 0;
    letter-spacing: 0.6px;
    position: relative;
}
ul.innerpageActivetabs li:nth-child(2) {
    padding: 15px 100px;
}

.innerpageActivecall {
    display: inline-block;
    /* float: right; */
    padding: 20px 0;
    position: relative;
        right: 30px;
}
.innerpageActivecall a span {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding-left: 4rem;
}
.innerpageActivecall a {
    text-decoration: none;
    position: relative;
    /*margin-right: 30px;*/
    border-right: 1px solid #ea7422;
    padding-right: 20px;
}
ul.innerpageActivetabs:after {
    content: "";
    background: #ea7422;
    height: 2px;
    width: 85%;
    display: inline-block;
}

ul.innerpageActivetabs li:before {
    content: "";
    background: #ea7422;
    border-radius: 30px;
    height: 10px;
    width: 10px;
    display: inline-block;
    position: absolute;
    bottom: -5px;
}

ul.innerpageActivetabs li:first-child:before {
    left: 22px;
}
ul.innerpageActivetabs li:nth-child(2):before {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

ul.innerpageActivetabs li:last-child:before {
    right: 22px;
}

ul.innerpageActivetabs li.active:before {
    background: #fff;
}
.pageactiveLine {
    display: none;
}
.ilheaderInner {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
    ul.innerpageActivetabs li.lineActive:after {
content: '';
background: #fff;
height: 2px;
display: inline-block;
width: 25rem;
left: 32px;
position: absolute;
bottom: -2px;
}
.innerpageActivecall a:before {
    content: "";
    background: url(/docs/default-source/assets/home-revamp/images/call-us-white.png?sfvrsn=39fd6d8a_2);
    width: 30px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1px;
}
.login-menu li a {
    text-decoration: none;
}

.inner-header-wrap .login-details-wrap:before {
    right: 3.3rem;
}
.callMobile {
    display: none;
}
@media (max-width: 991px) {
    ul.innerpageActivetabs {
        max-width: 400px;
    }
    ul.innerpageActivetabs li {
        font-size: 11px;
    }
    ul.innerpageActivetabs li:nth-child(2) {
        padding: 15px 30px;
    }
    ul.innerpageActivetabs li:first-child:before {
        left: 10px;
    }
    ul.innerpageActivetabs li:last-child:before {
        right: 10px;
    }
    ul.innerpageActivetabs li.lineActive:after {
        width: 172px;
        left: 2rem;
    }
    .login-nav {
        background: none;
        display: inline-block;
        /* float: right; */
        padding: 0;
    }
    .pageCall {
        display: none;
    }
    .callMobile {
        display: inline-block;
        position: relative;
        bottom: 0;
        right: 20px;
    }
    a.js-view-profile.view-pro {
        font-size: 0;
    }
    .innerpageActivecall a:before {
        display: none;
    }
    .innerpageActivecall {
        padding: 16px 0;
    }
    .login-menu li a.logout-link {
        display: inline-block;
        /* float: right; */
        padding: 2rem 0 0;
        font-size: 1.2rem;
        color: #ec6608;
        border-bottom: 1px solid;
        position: static;
        left: auto;
        bottom: auto;
        border-left: none;
    }
    .login-content-block {
        margin: 0;
    }
    .login-menu li a.view-pro {
        color: #282828;
        font-size: 1.4rem;
        display: block;
        padding: 15px 20px;
        bottom: auto;
        left: 0;
    }
    .inner-header-wrap .login-details-wrap:before {
        right: 2rem;
    }
    .login-menu li .view-pro:after {
        border: solid #282828;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        vertical-align: top;
        transform: rotateZ(-44deg);
        transition: all 0.3s ease-in;
        content: "";
        position: absolute;
        top: 24px;
        right: 20px;
    }
}

@media (max-width: 767px) {
    .inner-back-page {
        display: inline-block;
        position: relative;
    }
    a.inner-back-page:before {
        border: solid #fff;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 5px;
        vertical-align: top;
        transform: rotate(136deg);
        -webkit-transform: rotate(136deg);
        -ms-transform: rotate(-46deg);
        content: "";
        position: absolute;
        top: 19px;
        right: 0;
        left: 5px;
    }
    ul.innerpageActivetabs {
        display: none;
    }
    .il-logo-new {
        margin-left: 20px;
    }
    .pageactiveLine {
        display: inline-block;
        padding: 3px 0;
        width: 100%;
    }

    span.line-bg {
        display: inline-block;
        background: #be4e00;
        height: 8px;
    }

    span.line-bg.line-second-active {
        width: 60%;
        border-radius: 0 30px 30px 0;
    }
    .login-details-wrap {
        width: 100%;
    }
    .inner-header-wrap .login-details-wrap:before {
        right: 2rem;
    }
    .user-details {
        text-align: left;
        padding: 10px 15px;
        border-radius: 0;
    }
    .user-label {
        padding: 25px 15px;
        display: inline-block;
        vertical-align: top;
    }
    .view-profile {
        border-radius: 0;
    }
    p#logTimedate {
        display: inline-block;
        padding-left: 5px;
    }
    .login-para p {
        display: inline-block;
    }
    .login-menu li a.logout-link {
        padding: 0;
    }

.inner-back-page {
position: absolute;
width: 18px;
height: 18px;
left: 10px;
top: 5px;
}
}
@media (max-width: 480px) {
    .login-menu li a {
        font-size: 1.4rem;
    }
    .innerpageActivecall a span {
        padding-left: 3.5rem;
        font-size: 14px;
    }
}

.insured-form .input-block.left-one {
        width: 21%;
        margin-left: 9rem;
    }

    .insured-form .input-block.right-one {
        width: 21%;
        /*margin-right: 2.5rem;*/
    }
    .hypothication-yes-block span.ui-error {
        position: relative;
        bottom: 0;
    }
    @media (max-width: 1360px) {
        .insured-form .input-block.right-one span.ui-error,
        .insured-form .input-block.left-one span.ui-error {
            position: relative;
            top: 0;
        }
        .insured-form .input-block.right-one {
            width: 22%;

            /*margin-right: 3rem;*/
        }
        .insured-form .input-block.left-one {
            width: 22%;
            margin-left: 3rem;
        }
    }
    @media (max-width: 767px) {
        .insured-form .input-block.left-one {
            width: 100%;
            margin-left: 0;
        }
        .insured-form .input-block.right-one {
            width: 100%;
            /*margin-right: 0;*/
        }
    }

    /* ------------------------------ */
    .gogreenWrap.bgGraycolor {
        border: solid 1px #004a80;
        border-radius: 5px;
        margin-bottom: 50px;
    }

    .gogreenWrap .gogeenImg {
        width: 10%;
        text-align: center;
        float: left;
        position: relative;
        display: none;
    }


    .gogreenWrap .gogreenChkbox {
        width: 100%;
        float: left;
    }
    .gogreenChkbox .readmoreBold a {
        color: #053c6c;
        font-size: 12px;
        font-weight: bold;
        text-decoration: underline;
        text-transform: uppercase;
    }

    .gogreenWrap .chekboxContent {
        padding-top: 10px;
    }

    .gogreenWrap {
        padding: 5px 0;
    }

    /*pop up code start*/

    .goGreenPopup #gogreen-popup {
        overflow: auto;
    }

    .goGreenPopup .overlayN.active {
        visibility: visible;
        opacity: 1;
        overflow: auto;
        z-index: 100000;
        height: 100%;
        width: 100%;
        display: block;
    }

    .goGreenPopup .overlayN {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.8);
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;
        visibility: hidden;
        opacity: 0;
        z-index: 10;
    }

    .goGreenPopup .popup .close {
        position: absolute;
        right: 1rem;
        top: 1rem;
        width: 3rem;
        height: 3rem;
        z-index: 2;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }


    .goGreenPopup .popup.light.js-popup-body.commonpop-pad {
        max-width: 700px;
        padding: 3rem 3rem;
    }

    .goGreenPopup .popup.light {
        max-width: 1024px;
        width: 100%;
        opacity: 1;
    }

    .goGreenPopup .popup {
        margin: 7.5rem auto;
        -webkit-border-radius: 1.5rem;
        border-radius: 1.5rem;
        position: relative;
        background: #fff;
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        text-align: center;
        overflow: hidden;
    }

    /*pop up code end*/

    .goGreenPopup .okBtn {
        width: 100%;
        text-align: center;
        margin: 30px 0;
    }

    .goGreenPopup .okBtn a {
        background: #053c6d;
        color: #fff;
        padding: 13px 13px;
        max-width: 130px;
        display: block;
        margin: 0 auto;
        border-radius: 30px;
    }

    .goGreenPopup .okBtn a:hover {
        color: #fff;
        text-decoration: none;
    }

    .bgTransperant {
        background-color: transparent;
        margin-bottom: 45px;
    }

    .bgTransperant .chekboxContent .customeChkbox input:checked ~ .checkmark {
        background-color: #ec6608 !important;
        border-color: #ec6608;
    }

    .gogreenChkbox.orangeTick .readmoreBold a {
        font-weight: bold;
        color: #ec6608;
    }

    #vehicledetail-popup .okBtn a {
        background: #ec6608;
        color: #fff;
        padding: 13px 13px;
        max-width: 120px;
        display: block;
        margin: 0 auto;
        border-radius: 30px;
		text-decoration:none;
    }

    .bgTransperant .chekboxContent label {
        color: #fff;
    }

    .bgTransperant .chekboxContent .checkmark {
        background-color: transparent;
    }

    .bgTransperant .gogeenImg img {
        box-shadow: none;
        position: initial;
    }

    #vehicledetail-popup h2 {
        font-size: 17px;
        margin: 0;
        color: #282828;
        font-weight: 600;
    }

    #vehicledetail-popup p {
        margin: 0;
        padding: 25px 0 15px 0;
        font-size: 15px;
        font-weight: normal;
    }

    #vehicledetail-popup ul {
        margin: 0;
        padding: 0;
        margin-left: 17px;
    }

    #vehicledetail-popup ul li {
        margin-bottom: 10px;
        color: #282828;
        font-size: 15px;
        font-weight: normal;
        line-height: 22px;
        list-style-type: none;
        position: relative;
        padding-left: 15px;
    }

    #vehicledetail-popup ul li::before {
        content: "";
        background: url(/docs/default-source/assets/images/path.png?sfvrsn=39fd6d10_2);
        width: 12px;
        height: 11px;
        position: absolute;
        top: 6px;
        left: -15px;
    }

    /*---------------------------css for custome Blue checkbox start---------------------------*/

    .gogreenWrap .chekboxContent label {
        font-size: 15px;
        color: #282828;
        font-weight: 500;
    }

    .gogreenWrap .chekboxContent label span {
        /*font-family: 'Muli';*/
        font-weight: normal;
        font-size: 14px;
        color: #282828;
        line-height: 20px;
    }

    /* The container */
    .gogreenWrap .chekboxContent .customeChkbox {
        display: block;
        position: relative;
        padding-left: 40px;
        padding-right: 40px;
        margin-bottom: 0px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-left: 5px;
    }

    /* Hide the browser's default checkbox */
    .gogreenWrap .chekboxContent .customeChkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom checkbox */
    .gogreenWrap .chekboxContent .checkmark {
        position: absolute;
        top: 0px;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #ffffff;
        border: 1px solid #eee;
        border-radius: 5px;
    }

    /* When the checkbox is checked, add a blue background */
    .gogreenWrap .chekboxContent .customeChkbox input:checked ~ .checkmark {
        background-color: #053c6d;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .gogreenWrap .chekboxContent .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .gogreenWrap .chekboxContent .customeChkbox input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .gogreenWrap .chekboxContent .customeChkbox .checkmark:after {
        left: 9px;
        top: 2px;
        width: 7px;
        height: 15px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /*---------------------------css for custome Blue checkbox End---------------------------*/

    @media screen and (max-width: 1199px) {
        .gogreenWrap .gogeenImg {
            width: 15%;
        }
        .gogreenWrap .gogreenChkbox {
            width: 100%;
        }
    }

    @media screen and (max-width: 767px) {
        .bgTransperant {
            margin-bottom: 0px;
        }
        .gogreenWrap .gogeenImg {
            width: 100%;
        }
        .gogreenWrap .gogreenChkbox {
            width: 100%;
        }
        .gogeenImg img {
            position: initial;
        }
        .gogreenWrap {
            padding: 0px;
        }
        .goGreenPopup .popup.light.js-popup-body.commonpop-pad {
            max-width: 100%;
            padding: 4rem 2rem 3rem;
        }
        .goGreenPopup .popup {
            margin: 0;
            border-radius: 0;
        }
        .gogreenWrap .chekboxContent .customeChkbox {
            padding-right: 0;
        }
    }

    .gogreenChkbox .input-check:checked + label:before {
        background: #fe6625;
        border: solid #fe6625;
    }
    .gogreenChkbox .input-check + label:before {
        border: 2px solid #93aabf;
    }
    .gogreenWrap .chekboxContent .customeChkbox {
        color: #fff;
        width: 95%;
        vertical-align: top;
        font-size: 14px;
        padding: 0;
        display: inline-block;
    }
    .gogreenChkbox .readmoreBold a {
        margin-left: 0.5rem;
        color: #ec6608;
        text-transform: initial;
        font-size: 13px;
    }
    .gogreenWrap .chekboxContent label {
        margin-top: 0.3rem;
    }
    .gogreenWrap .chekboxContent .customeChkbox span {
        color: #fff;
        font-size: 13.75px;
        line-height: 1.43;
        font-weight: 200;
    }
    .gogeenImg img {
        max-width: 100%;
    }
    .gogreenWrap {
        padding: 1rem 1rem 2rem 2rem;
    }
    @media (min-width: 1024px) and (max-width: 1359px) {
        .gogreenWrap .chekboxContent .customeChkbox {
            width: 85%;
        }
    }
    @media (max-width: 767px) {
        .gogreenWrap .chekboxContent .customeChkbox span {
            font-size: 13.75px;
            line-height: 1.5;
        }
        .gogreenWrap .chekboxContent .customeChkbox {
            padding-right: 0;
            padding: 0 1rem 0 0;
            width: 83%;
        }
        .gogreenWrap .chekboxContent label {
            margin-left: 2rem;
        }
        .gogreenWrap.bgGraycolor {
            padding: 2rem 0;
        }
        .gogreenWrap .gogreenChkbox {
            width: 100%;
        }
        .gogreenWrap .chekboxContent {
            padding-top: 0;
        }
    }
    @media (max-width: 320px) {
        .innerpageActivecall {
            right: 12px;
        }
        .innerpageActivecall a {
            padding-right: 0px;
            margin-right: 0;
        }
        .callMobile {
            right: 8px;
        }
        .inner-header-wrap.bg-megamenu .il-home-container {
            padding-right: 10px;
            padding-left: 10px;
        }
    }

    #gst-uin {
        text-transform: uppercase;
    }
    .policy-breakup-block ul.break-up.nw-breakup,
    .nw-total {
        margin: 0;
    }
    @media (max-width: 767px) {
        .liability-prm {
            padding-top: 3rem;
        }
        .policy-breakup-block .total-amt.amt-orange p,
        .policy-breakup-block .total-amt.amt-orange .rightValue {
            font-size: 1.4rem;
        }
        .bg-gray {
            padding: 0 1rem 1.5rem;
        }
    }
    .exc-discount .input-block select{
        color: #282828 !important;
        background-color: #fff !important;
    }

    .exc-discount .input-block .ripple-bar select{
        color: #282828 !important;
        background-color: #fff !important;
    }

    .bg-blue .ripple-bar select {
        color: #fff;
        background-color: #00305b;
        -webkit-appearance: auto;
        background-position: unset;
        white-space: nowrap;
        text-overflow: ellipsis;
        background-image: unset;
      }

    @media (min-width: 768px) {
        
        .bg-blue .ripple-bar select {
            margin-top: 0px;
            margin-bottom: 20px;
            padding-bottom: 10px;
            font-weight: 300;
            letter-spacing: .05rem;
        }
    }
.bg-blue .zdltTW_Plans h4 , .bg-blue .suminsured-left h6 {
	color: #2d2d2d;
}
.policyform-section .mat-form-field-appearance-fill .mat-form-field-flex {
    padding: 0.25em 0em 0 0em !important;
}
.policyform-section .custom-purchase-date-tp .mat-form-field-appearance-fill .mat-form-field-flex {
    padding: 0.75em 0em 0 0em !important;
}
.policyform-section .mat-form-field-infix {
	border-top: 0.84375em solid transparent;
	border-top: 0em solid transparent;
}   
#multiplan-buttons .btn-white:hover {
	color: #ec6608 !important;
} 
.custom-dropdown-ul {
    position: absolute;
    background: #fff;
    width: 100%;
    margin: 0;
    z-index: 1;
    padding: 0;
    height: 180px;
    overflow: auto;
    box-shadow: 1px 2px 5px #ddd !important;
    border-radius: 0 !important;
    border: 1px solid #b2c3d2!important;
    z-index: 999;
    color: #282828;
    font-size: 16px;
    height: 100%;
    min-height: 140px;
}
.gogreenChkbox .input-check+label:before {
	background: transparent;
}
a:not([href]) {
	cursor:pointer;
}
app-policy-breakup #insured-policy-breakup .policy-breakup-block {
	padding:0 !important;
}
.custom-dropdown-li-active {
  background: #f6f6f6;
  color: #282828;
}
@media (max-width: 768px) {
	.bg-blue .add-pop h3 {
		color: #2d2d2d;
	}
	app-personal-details .des-non {
		/* display:
		none; */
	}
	.apr-section-content-padding {
		padding: 0 !important;
	}
	.dob-imp.date-feild .mat-input-element {
		background: transparent !important;
	}
	.car-detail {
		display:block;
	}
	.payment-page .car-detail-wrap {
		width: 100% !important;
	}
}
@media (max-width: 767px) {
	.insured-form .check-block h3 {
		top: -24px;
	}
	.break-up .rightValue {
		width: 50%;
	}
	.break-up li p, .break-up li span {
		font-size:1.4rem;
		font-weight:300;
	}
	.gogreenWrap .chekboxContent .customeChkbox {
		width: 80% !important;
	}
}

#impDetails .tooltip {
  position: relative;
  display: inline-block;
  color: #b2b2b2 !important;
  left: 2px;
  top: 3px;
  cursor: pointer;
}

#impDetails .tooltip .tooltiptext {
  visibility: hidden;
  width: 245px;
  left: -30px;
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.11);
  top: 25px;
  background-color: #fff;
  color: #333333;
  line-height: 1.54;
  text-align: left;
  border: 0px solid lightgray;
  border-radius: 6px;
  padding: 11px 22px 11px 20px;
  font-size: 13px;
  border-radius: 10px;
  position: absolute;
  z-index: 9999;
}

  #impDetails .tooltip .tooltiptext-right {
    visibility: hidden;
    width: 245px;
    right: -30px;
    top: 25px;
    background-color: #fff;
    box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.11);
    color: #333333;
    line-height: 1.54;
    text-align: left;
    border: 0px solid lightgray;
    border-radius: 10px;
    padding: 11px 22px 11px 20px;
    font-size: 13px;
    position: absolute;
    z-index: 9999;
  }

  #impDetails .tooltip:hover .tooltiptext {
    visibility: visible;
  }

  #impDetails .tooltip:hover .tooltiptext-right {
    visibility: visible;
  }
  .link-blue:focus {
	padding: 5px;
	color: #ec6608;
	margin-bottom:1rem;
	outline: 1px solid black !important;
	outline: -webkit-focus-ring-color auto 1px !important;
}
.link-blue.cmn-popup:hover, .link-blue.cmn-popup:active {
	text-decoration: none;
	border-bottom: 0px solid #fe6625;
}
#divInsurer .car-detail-wrap a.js-backbtn:focus {
	padding: 0 5px 0 15px;
	color: #ec6608;
	margin-bottom:1rem;
	outline: 1px solid black !important;
	outline: -webkit-focus-ring-color auto 1px !important;
}

.car-detail-wrap a.js-backbtn:focus:before {
	left: 6px;
}
@media (max-width: 468px) {
  #impDetails .tooltip .tooltiptext, .tooltip .tooltiptext-right {
    width: 200px;
    right: 0;
    box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.11);
    top: 25px;
    background-color: #fff;
    color: #333333;
    line-height: 1.34;
    text-align: left;
    border: 0px solid lightgray;
    border-radius: 6px;
    padding: 11px 22px 11px 20px;
    font-size: 12px;
    border-radius: 10px;
    position: absolute;
  }
}

ul#hypothecationType {
    height: 110px;
    min-height: 100px;
}
form[action="./select-plans-tw-revamp"]  #pyp-datepicker + .pyp-mask-date {
color: #282828;
font-family: 'Muli' !important;
font-size: 20px;
font-weight: 300;
letter-spacing: .05rem;
position: relative;
top: -73px;
}
/*-- registration no css start --*/
a.reg-edit {
  position: absolute;
  right: 10px;
}

.disabled-link {
  pointer-events: none;
  opacity: 0.6;
}

#registrationNo p.thirt-party-txt, #engineChanum p.thirt-party-txt {
  margin-bottom: 3rem;
}

#registrationNo .popup,
#engineChanum .popup {
  max-width: 425px;
  text-align: left;
  padding: 3rem 3rem;
}

#attentionPop .popup {
  max-width: 500px;
  text-align: left;
  padding: 3rem 3rem;
  color: #282828;
}

  #attentionPop .popup h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 1.5rem;
    color:#282828;
  }

#attentionPop p {
  padding: 1.5rem 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #282828;
}

#engineChanum h5 {
  font-size: 1.6rem;
  padding: 2rem 0 4rem;
  color: #282828;
}

#engineChanum .input-block {
  max-width: 100%;
}

#registrationNo .popup h2,
#engineChanum .popup h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #282828;
}

#attentionPop .plans-btn-new {
  text-align: center;
  margin: 3rem 0 1rem;
}

#attentionPop .registration-num-block1 {
  text-align: center;
}

  #attentionPop .registration-num-block1 p {
    text-align: left;
    color: #282828;
  }

#attentionPop .plans-btn-new .btn-white {
  margin-right: 25px;
}

.reg-field {
  position: relative;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 2rem;
  text-align: left;
}

  .reg-field input {
    border: none;
    cursor: auto;
    border: none;
    color: #282828;
    font-size: 1.6rem;
    z-index: 2;
    height: 35px;
    margin-top: 1rem;
    outline: 0;
    background: 0 0;
    display: inline-block;
    font-weight: 600;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding-left: 1rem;
  }

  .reg-field .ui-error {
    display: none;
  }

  .reg-field input.p-none {
    border: none;
    pointer-events: none !important;
    padding-left: 0;
  }

  .reg-field .link-blue {
    display: inline-block;
    position: absolute;
    top: 1.8rem;
    right: 17rem;
    font-size: 1.4rem;
    font-weight: 600;
    z-index: 9;
    color: #fe6625 !important;
    border-bottom: 0px solid #01b4bb;
  }
.reg-field .link-blue:focus {
	padding: 0px;
	outline: -webkit-focus-ring-color auto 0px !important;
}
#registrationNo img,
#engineChanum img {
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 2rem;
}

#registrationNo p,
#engineChanum p {
  padding: 3rem 0 0;
  font-size: 1.8rem;
  font-weight: 500;
  color: #282828;
}

#registrationNo .plans-btn-new,
#engineChanum .plans-btn-new {
  text-align: center;
}

#engineChanum .plans-btn-new {
  padding: 1rem 0 0;
}

.adr-in input {
  text-transform: uppercase;
}
app-tw-details .car-detail-wrap .break-up li {
	display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}
app-tw-details .car-detail-wrap .break-up li .leftValue {
	width: 50%;
}
app-tw-details .car-detail-wrap .break-up li .rightValue {
	width: 50%;
}
.cust_form .mat-icon-button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}
.car-modelname.car-modelname-mobile {
display:none;
}
#registrationNo .plans-btn-new, #engineChanum .plans-btn-new {
margin-top: 20px;
}
#registrationNo .plans-btn-new a:hover, #engineChanum .plans-btn-new  a:hover,
#attentionPop .plans-btn-new .btn-primary.btn-white:hover, #attentionPop .plans-btn-new  a.btn-primary:hover {
	text-decoration:none !important;
}
/*#3yearPlan-buttons .btn-primary.btn-white:hover {
    color: #fe6625 !important;
}*/
.content-new.registration-num-block1 .plans-btn-new .btn-white:hover{
	background: #ec6608 !important;
	color: #fff !important;
}
.buttons-newui  .btn-white:hover{
	background: #ec6608 !important;
	color: #fff !important;
}
#multiplan-buttons .btn-white:hover {
    color: #fff !important;
}
#registrationNo .plans-btn-new #btnTW, #registrationNo .plans-btn-new #btnTP {
	max-width: 180px;
    margin: auto;
}
.break-up li p {
    line-height: initial;
}
#registrationNo.overlayN.active, #engineChanum .overlayN.active{
	z-index: 999;
}
.reg-field input.vehicle-regno {
	text-transform: uppercase;
}
#common-error a.closeBtn.btn-primary.btn-white:hover {
	color: #fe6625 !important;
}
a#btnNoRenewal:hover {
	color: #ec6608 !important;
}
@media (max-width:1024px) {
	.block-full-width {
		width:100% !important;
	}
}
@media (max-width: 810px) {
	.car-detail-wrap {
		width: 100% !important;
	}
	.car-detail {
		display: block;
	}
	.own-damage-prm .break-up  p.leftValue, .break-up  p.leftValue {
		width: 60%;
		line-height: 18px;
	}
	.own-damage-prm .break-up  .rightValue, .break-up  .rightValue {
		width: 40%;
	}
	.policy-breakup-block .break-up li {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
	}
	.total-amt {
		width: 100%;
	}
	.policy-breakup-block .total-amt p {
		width: 50%;
	}
	app-tw-details .car-detail-wrap .break-up li .leftValue {
		display: initial;
	}
}
@media (max-width:767px) {
	.car-modelname {
		display:none;
	}
	.car-modelname.car-modelname-mobile {
		display:block;
	}
	#registrationNo .plans-btn-new a.btn-primary, #engineChanum .plans-btn-new a.btn-primary {
		font-size: 1.6rem;
	}
	#attentionPop .plans-btn-new .btn-primary.btn-white {
		padding: 1.7rem 2rem;
		margin-right: 10px;
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
  #registrationNo .popup,
  #engineChanum .popup {
    max-width: 100%;
  }

  .reg-field .link-blue {
    right: 2rem;
  }

  .reg-field input {
    width: 100%;
	text-transform: uppercase;
  }
  .own-damage-prm .break-up  p.leftValue, .break-up  p.leftValue {
		width: 70%;
		line-height: 18px;
	}
	.own-damage-prm .break-up  .rightValue, .break-up  .rightValue {
		width: 30%;
	}
	.policy-breakup-block .break-up li {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
	}
	.total-amt {
		width: 100%;
	}
	.policy-breakup-block .total-amt p {
		width: 50%;
	}
	app-policy-breakup #insured-policy-breakup .content {
		padding: 4rem 2rem;
		padding-bottom: 10rem;
	}
	.policy-breakup-block .policycar-block .car-breakupdetail .break-up li {
		padding-bottom: 5px;
	}
}
@media (max-width: 480px) {
	#registrationNo .plans-btn-new a.btn-primary, #engineChanum .plans-btn-new a.btn-primary {
		font-size: 1.6rem;
	}
}
@media (max-width:767px) {
	#renwelPopup .popup {
		height: 100%;
	}
	#renwelPopup.break-case-block .commonpop-pad {
		padding: 2rem 4rem;
	}
	.amount.idv-btn #btnYesRenewal{
		width: auto;
		padding: 1.7rem 4rem;
	}
}
/*-- registration no css start --*/

/* tw new plans */
.odmain-wrap button:focus,
    .sum-plan-wraper button:focus {
        outline: none;
        outline-offset: 0;
    }
    .odmain-wrap button:focus-visible,
    .sum-plan-wraper button:focus-visible {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }
    /*.ui-wrapper-content .dashed-border {
        border: none;
    }*/
    .sum-plan-wraper .savings {
        font-size: 10px !important;
    }
    .sum-plan-wraper .btn-plan:before {
        top: 6px;
        right: 4px;
    }
    .sum-plan-wraper .btn-plan.plan-active:after {
        top: 12px;
        right: -1px;
    }
    .ui-wrapper-content .sum-plan-wraper .btn-plan {
        background: #f5f6f6;
        border: 3px solid #f5f6f6;
        position: relative;
        border-radius: 10px;
    }
    .btn-plan.plan-active:after,
    .btn-plan:before,
    .ui-wrapper-content .plans-box:before {
        position: absolute;
        height: 2rem;
        width: 2rem;
        content: "";
    }
    .ui-wrapper-content .plans-box.plans-box-active,
    .ui-wrapper-content .sum-plan-wraper .plan-active {
        border-color: #ec6625;
        background: #fff2eb;
    }
    .ui-wrapper-content .sum-plan-wraper .plan-time h6,
    .ui-wrapper-content .sum-plan-wraper .plan-time h6 span {
        color: #282828;
        /* font-weight: 700;*/
    }
    .btn-plan:before {
        background: #fff;
        border: 2px solid #eaeaea;
        top: 12px;
        right: 12px;
        border-radius: 3rem;
    }
    .btn-plan.plan-active:before,
    .ui-wrapper-content .plans-box.plans-box-active:before {
        background: #ec6625;
        border: 2px solid #ec6625;
    }
    .btn-plan.plan-active:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjAwMDQ5IDQuMTQ5NjRMMy41Mjc3MSA2Ljk5OTAzTDguODg4OTQgMS4yMjIxNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
        background-repeat: no-repeat;
        top: 18px;
        right: 7px;
    }
    .ui-wrapper-content .plans-box {
        border: 3px solid #f5f6f6;
        border-radius: 1rem;
        width: 100%;
        position: relative;
        background: #f5f6f6;
        padding: 0;
        text-align: left;
        margin-right: 1rem;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        display: flex;
        height: 100%;
    }
    .ui-wrapper-content .plans-box:nth-child(3) {
        margin: 0;
    }
    .ui-wrapper-content .plans-box:last-child {
        margin-right: 0;
    }
    .ui-wrapper-content .plans-box:before {
        background: #fff;
        border: 2px solid #eaeaea;
        top: 1.5rem;
        right: 1.5rem;
        border-radius: 3rem;
    }
    .ui-wrapper-content .plan-first-details h3 {
        font-size: 1.6rem;
        font-style: italic;
        font-weight: 400;
        color: #282828;
    }
    .ui-wrapper-content .plan-first-details h3 strong {
        font-style: normal;
        font-weight: 800;
    }
    .ui-wrapper-content .plan-first-details p {
        font-size: 1.3rem;
        font-weight: 500;
        color: #575757;
        padding-bottom: 1rem;
        line-height: normal;
    }
    .ui-wrapper-content p.smart-text {
        color: #09751b;
        font-style: italic;
        font-weight: 700;
        font-size: 1.2rem;
    }
    .ui-wrapper-content .premium-amount {
        font-size: 2.4rem;
        font-weight: 900;
        color: #282828;
    }
    .ui-wrapper-content .discount-amount {
        font-size: 1.3rem;
        font-weight: 600;
        color: #838383;
        vertical-align: super;
        padding-left: 1.5rem;
        position: relative;
        top: 2px;
    }
    .ui-wrapper-content .plan-first-details {
        padding: 2rem;
        border-radius: 1rem 1rem 0 0;
    }
    .ui-wrapper-content .plans-sec-details {
        padding: 2rem 0;
        position: relative;
        border-radius: 0 0 1rem 1rem;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .ui-wrapper-content .plans-sec-details h4 {
        font-size: 1.4rem;
        font-weight: 800;
        color: #282828;
    }
    .ui-wrapper-content .plan-benefits {
        padding: 2rem 0 0;
    }
    .ui-wrapper-content .plan-benefits li {
        font-size: 1.1rem;
        color: #282828;
        padding-bottom: 1rem;
        padding-left: 2rem;
        font-weight: 600;
        position: relative;
    }
    .ui-wrapper-content .plan-ben-more {
        position: absolute;
        top: 2rem;
        right: 2rem;
    }
    .ui-wrapper-content .plan-ben-more .smallSubtle-btn {
        padding: 0.5rem 0.7rem;
        font-size: 1.1rem;
    }
    .ui-wrapper-content .plan-benefits li:before {
        content: "";
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEwIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjAwMzY2IDQuNzA1MThMMy41MzA4OCA3LjU1NDU4TDguODkyMTEgMS43Nzc3MSIgc3Ryb2tlPSIjMERBNTI2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
        background-repeat: no-repeat;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 4px;
        height: 2rem;
        width: 2rem;
    }
    .plans-box .ui-tooltip {
        position: relative;
        display: inline-block;
        color: #b2b2b2 !important;
        left: 2px;
        top: 0;
        cursor: pointer;
        box-shadow: none;
        padding: 0;
    }
    .plans-box .ui-tooltip .ui-tooltiptext {
        visibility: hidden;
        width: 210px;
        left: -30px;
        box-shadow: 0 2px 9px 2px rgb(0 0 0 / 11%);
        top: 25px;
        background-color: #282828;
        color: #fff;
        line-height: 1.54;
        text-align: left;
        border: 0 solid #d3d3d3;
        padding: 11px 22px 11px 20px;
        font-size: 13px !important;
        border-radius: 10px;
        position: absolute;
        z-index: 99999;
    }
    .plans-box span.tooltip-text {
        width: 210px;
        font-size: 13px !important;
    }
    .plans-box .ui-tooltip:hover .ui-tooltiptext {
        visibility: visible;
    }
    .ui-wrapper-content .plans-box.plans-box-active .smallSubtle-btn {
        background: #fff;
        border: 1px solid #ec6625;
        color: #ec6625;
    }
    .ui-wrapper-content .plans-box.plans-box-active:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjAwMDQ5IDQuMTQ5NjRMMy41Mjc3MSA2Ljk5OTAzTDguODg4OTQgMS4yMjIxNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
        background-repeat: no-repeat;
        height: 2rem;
        width: 2rem;
        position: absolute;
        content: "";
        top: 21px;
        right: 10px;
    }
    .plans-box .rec-plan-active {
        border-radius: 0.5rem;
        background: #ec6625;
        color: #fff;
        font-size: 1.2rem;
        font-weight: 700;
        position: absolute;
        top: -12px;
        padding: 0.3rem 1.5rem;
        left: 0;
        right: 0;
        text-align: center;
        width: 125px;
        margin: 0 auto;
        z-index: 1;
    }
    .plans-box .rec-plan-active {
        background: #c9c9c9;
    }
    .plans-box.plans-box-active .rec-plan-active {
        background: #ec6625;
    }
    .odmain-wrap {
        display: flex;
        justify-content: space-between;
        margin: 2rem 0 0;
    }
    .add-modify-addons {
        display: table;
        background: linear-gradient(90deg, #fff 0%, #e1f4fd 50.52%, #fff 100%);
        padding: 0.6rem 15rem;
        text-align: center;
        margin: 2rem auto;
        position: relative;
    }
    .add-modify-addons p {
        color: #282828;
        font-size: 1.4rem;
        font-weight: 600;
    }
    .add-modify-addons:after {
        content: "";
        position: absolute;
        bottom: -23px;
        right: auto;
        left: auto;
        border-width: 12px;
        border-style: solid;
        border-color: #e7f6fe transparent transparent transparent;
        transform: rotate(360deg);
    }
    .additional-cover-main {
        margin-top: 25px;
    }
    .od-plans-block {
        display: inline-flex;
        width: 100%;
    }
    .ui-wrapper-content .pro-tip {
        display: flex;
        background: #fff;
        border-radius: 1rem;
        padding: 1rem 2rem;
    }
    .ui-wrapper-content .pro-tip img {
        margin-right: 1rem;
    }
    .ui-wrapper-content .pro-tip p {
        padding: 0;
        margin: 0;
        font-weight: 600;
        font-style: italic;
        font-size: 1.1rem;
    }
    .plans-sec-details .tooltip {
        z-index: auto;
        top: 0 !important;
    }
    .plans-sec-details .tooltip[_ngcontent-vvg-c74] {
        top: 0;
    }
    .sum-plan-wraper .plan-active .plan-time h6,
    .sum-plan-wraper .plan-active .plan-time h6 span,
    .sum-plan-wraper .plan-active .plan-premium h6,
    .sum-plan-wraper .plan-active .plan-premium h6 span {
        color: #282828;
    }
    @media (max-width: 1023px) {
        .add-modify-addons {
            display: none;
        }
    }
    @media (max-width: 767px) {
        .od-plans-block {
            display: block;
        }
        .ui-wrapper-content .plans-box {
            min-height: 390px;
        }
        .owl-carousel .owl-stage {
            margin: 1rem 0;
        }
        .odmain-wrap .owl-dots {
            text-align: center;
        }
        .ui-wrapper-content .plan-benefits {
            padding: 1rem 0 0;
        }
        .renew-home-policy-main .optimal-plan-section {
            padding-left: 0;
            padding-right: 0;
            overflow: hidden;
        }
        .suminsured-main,
        .sum-plan-wraper.od-plan,
        .additional-cover-main,
        .policy-doc {
            padding-left: 15px;
            padding-right: 15px;
        }
        .networkGarage {
            margin: 0 15px;
        }
        .ui-wrapper-content .pro-tip {
            padding: 1rem 1rem;
        }
        .sum-plans-main h5 {
            padding-left: 15px;
            padding-right: 15px;
        }
        .bottom-tp-section {
            justify-content: space-between;
            float: none;
            padding-right: 1rem;
        }
        .bottom-tp-section .tp-section {
            padding-left: 1rem;
            text-align: left;
            font-size: 2.6rem;
        }
        .odmain-wrap{
            padding: 0 10px;
        }
    }
/* tw new plans */
</pre></body></html>