/*! jQuery UI - v1.12.1 - 2016-09-14 */
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: -1px;
}

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    padding: 0.4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup > .ui-controlgroup-item:focus {
    z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: 0.12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: 700;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: 0 0;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
    width: 7px;
    height: 7px;
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: 0.222em 0;
    margin: 0.2em 0;
    vertical-align: middle;
    margin-left: 0.4em;
    margin-right: 2em;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-tabs {
    position: relative;
    padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}

.ui-widget-content a {
    color: #333;
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700;
}

.ui-widget-header a {
    color: #333;
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545;
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}

/*! jQuery UI - v1.12.1 - 2016-09-14 */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.loader-inner {
    width: 300px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.bg-blue {
    background-color: #00305a;
}
.section-content.bg-darkgray {
    background-color: #eeecdd;
}
.bg-lightgray {
    background-color: #f8f6f6;
}
.bg-white {
    background-color: #fff;
}
.bg-orange {
    background-color: #f68134;
}
.bg-grey {
    background-color: #f9fafc;
}
.clearfix {
    clear: both;
}
.uppercase {
    text-transform: uppercase;
}
.scrollTop {
    bottom: 30px;
    right: 6rem;
    background: #ec6608 url(/docs/default-source/assets/images/marineplan/up_ico.png) no-repeat;
    background-position: 14px 17px;
    width: 50px;
    height: 50px;
    margin-left: 0;
    margin-top: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.29);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.29);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}
.wave:after,
.wave:before {
    position: absolute;
    background: #f77a42;
    margin-left: 0;
    margin-top: 0;
    width: 50px;
    height: 50px;
    content: "";
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    opacity: 0;
}
.wave:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wave:hover:after {
    -webkit-animation: wave-animate 3s 1.5s infinite ease-out;
    animation: wave-animate 3s 1.5s infinite ease-out;
}
.wave:hover:before {
    -webkit-animation: wave-animate 3s infinite ease-out;
    animation: wave-animate 3s infinite ease-out;
}
@-webkit-keyframes wave-animate {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
        -webkit-transform-origin: center;
        transform-origin: center;
    }
    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
        -webkit-transform-origin: center;
        transform-origin: center;
    }
}
@keyframes wave-animate {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
        -webkit-transform-origin: center;
        transform-origin: center;
    }
    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
        -webkit-transform-origin: center;
        transform-origin: center;
    }
}
body.no-scroll {
    position: fixed;
    width: 100%;
    overflow: hidden;
    padding-right: 15px;
}
.over-hidden {
    overflow: hidden;
    width: 100%;
    position: fixed;
    height: 100%;
}
.il-penone {
    pointer-events: none !important;
    border-bottom: none;
}
.il-container {
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.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;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
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%;
}
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: Mulish, 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;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:focus,
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;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
[role="button"] {
    cursor: pointer;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}
#HAPWidget .text-left {
    text-align: left;
}
.link {
    font-size: 14px;
    font-weight: 700;
    color: #f26624 !important;
    text-decoration: underline !important;
    cursor: pointer;
}
#HealthAdvatEdgePopup {
    visibility: visible;
    opacity: 1;
    overflow: auto;
}
#HealthAdvatEdgePopup .popup {
    max-width: 815px;
    padding: 0;
}
#HealthAdvatEdgePopup .top-bg-block {
    background: #f9f7e5;
    padding: 30px 30px 0;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
}
#HealthAdvatEdgePopup .content {
    padding: 0;
}
#HealthAdvatEdgePopup .top-bg-block h2 {
    display: inline-block;
    font-size: 25px;
    text-align: left;
    float: left;
    padding: 55px 0 0;
    width: 50%;
    font-weight: 700;
}
#HealthAdvatEdgePopup .top-bg-block img {
    display: inline-block;
    vertical-align: middle;
    float: right;
}
#HealthAdvatEdgePopup .btn-primary {
    border-radius: 5px;
}
#HealthAdvatEdgePopup .content-area-main {
    padding: 30px;
    text-align: left;
}
#HealthAdvatEdgePopup .content-area-main p {
    font-size: 16px;
    padding-bottom: 15px;
}
#HealthAdvatEdgePopup .btn-bottom {
    text-align: right;
    padding-top: 40px;
}
@media (min-width: 768px) {
    .container {
        width: 758px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 1014px;
    }
}
@media (min-width: 1360px) {
    .container {
        width: 1330px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both;
}
.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;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.flexclass {
    display: flex;
}
.flexclass .img_section {
    padding: 18px 22px 0px 0px;
}
.leftImgWrap .centerImg {
    display: flex;
    align-items: center;
}
.ui-tabs {
    position: relative;
    padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    -ms-box-shadow: 0 0 5px #aaa;
    -moz-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
    border-width: 2px;
}
.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: 6rem 0 6rem 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;
}
#HAPWidget .btn-disabled {
    background: #c9c9c9;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    padding: 1.4rem 4rem;
    font-size: 1.6rem;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    border: 0;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    pointer-events: none;
    /*width: 100%;*/
}
.tab_bk_btn {
    position: relative;
    top: -4px;
    left: 5px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}
.midWrappHAP p {
    font-size: 1.6rem;
    line-height: 24px;
    /*margin: 0 0 20px;*/
    font-weight: 400;
}
.midWrappHAP .text-center {
    text-align: center;
}
.midWrappHAP .text-left {
    text-align: left;
}
.midWrappHAP .text-right {
    text-align: right;
}
.midWrappHAP .bg-blue h1,
.midWrappHAP .bg-blue h2,
.midWrappHAP .bg-blue h3,
.midWrappHAP .bg-blue h4,
.midWrappHAP .bg-blue h5,
.midWrappHAP .bg-blue h6,
.midWrappHAP .bg-blue p,
.midWrappHAP .bg-blue span {
    color: #fff;
}
h1,
h3 {
    font-size: 4rem;
    margin-bottom: 1rem;
    font-weight: 200;
}
h2 {
    font-size: 3.5rem;
    color: #282828;
    font-weight: 400;
    font-weight: 200;
    margin-bottom: 0.6rem;
}
h3 {
    font-size: 2.5rem;
}
h4 {
    font-size: 2rem;
    font-weight: 200;
}
.subTitle {
    font-size: 1.5rem;
    color: #979797;
}
a {
    font-size: 1.4rem;
    color: #fe6625;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}
.midWrappHAP .h1,
.midWrappHAP .h2,
.midWrappHAP .h3,
.midWrappHAP h1,
.midWrappHAP h2,
.midWrappHAP h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
a:active,
a:hover {
    color: #fe6625;
    text-decoration: none;
}
/*landing widget css start here*/
/*loader css start here*/
.loader,
.loader_tr {
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 99999;
    /*display: none;
    */
}
.loader .innerT {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}
/*Typing Loader*/
.typing_loader {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    -webkit-animation: typing 1s linear infinite alternate;
    -moz-animation: Typing 1s linear infinite alternate;
    -ms-animation: typing 1s linear infinite alternate;
    animation: typing 1s linear infinite alternate;
    /* margin: 46px auto;
     Not necessary- its only for layouting*/
    margin: auto;
    position: relative;
    right: 23px;
}
@-webkit-keyframes typing {
    0% {
        background-color: rgba(4, 60, 111, 1);
        box-shadow: 18px 0px 0px 0px rgba(4, 60, 111, 0.2), 36px 0px 0px 0px rgba(4, 60, 111, 0.2);
    }
    25% {
        background-color: rgba(4, 60, 111, 0.4);
        box-shadow: 18px 0px 0px 0px rgba(4, 60, 111, 2), 36px 0px 0px 0px rgba(4, 60, 111, 0.2);
    }
    75% {
        background-color: rgba(4, 60, 111, 0.4);
        box-shadow: 18px 0px 0px 0px rgba(4, 60, 111, 0.2), 36px 0px 0px 0px rgba(4, 60, 111, 1);
    }
}
@-moz-keyframes typing {
    0% {
        background-color: rgba(4, 60, 111, 1);
        box-shadow: 18px 0px 0px 0px rgba(4, 60, 111, 0.2), 36px 0px 0px 0px rgba(4, 60, 111, 0.2);
    }
    25% {
        background-color: rgba(4, 60, 111, 0.4);
        box-shadow: 18px 0px 0px 0px rgba(4, 60, 111, 2), 36px 0px 0px 0px rgba(4, 60, 111, 0.2);
    }
    75% {
        background-color: rgba(4, 60, 111, 0.4);
        box-shadow: 18px 0px 0px 0px rgba(4, 60, 111, 0.2), 36px 0px 0px 0px rgba(4, 60, 111, 1);
    }
}
@keyframes typing {
    0% {
        background-color: rgba(4, 60, 111, 1);
        box-shadow: 18px 0px 0px 0px rgba(4, 60, 111, 0.2), 36px 0px 0px 0px rgba(4, 60, 111, 0.2);
        -ms-box-shadow: 18px 0px 0px 0px rgba(4, 60, 111, 0.2), 36px 0px 0px 0px rgba(4, 60, 111, 0.2);
    }
    25% {
        background-color: rgba(4, 60, 111, 0.4);
        box-shadow: 18px 0px 0px 0px rgba(4, 60, 111, 2), 36px 0px 0px 0px rgba(4, 60, 111, 0.2);
        -ms-box-shadow: 18px 0px 0px 0px rgba(4, 60, 111, 2), 36px 0px 0px 0px rgba(4, 60, 111, 0.2);
    }
    75% {
        background-color: rgba(4, 60, 111, 0.4);
        box-shadow: 18px 0px 0px 0px rgba(4, 60, 111, 0.2), 36px 0px 0px 0px rgba(4, 60, 111, 1);
        -ms-box-shadow: 18px 0px 0px 0px rgba(4, 60, 111, 0.2), 36px 0px 0px 0px rgba(4, 60, 111, 1);
    }
}
@keyframes typing {
    from {
        background-color: rgba(4, 60, 111, 1);
        box-shadow: 18px 0px 0px 0px rgba(4, 60, 111, 0.2), 36px 0px 0px 0px rgba(4, 60, 111, 0.2);
        -ms-box-shadow: 18px 0px 0px 0px rgba(4, 60, 111, 0.2), 36px 0px 0px 0px rgba(4, 60, 111, 0.2);
    }
    25% {
        background-color: rgba(4, 60, 111, 0.4);
        box-shadow: 18px 0px 0px 0px rgba(4, 60, 111, 2), 36px 0px 0px 0px rgba(4, 60, 111, 0.2);
        -ms-box-shadow: 18px 0px 0px 0px rgba(4, 60, 111, 2), 36px 0px 0px 0px rgba(4, 60, 111, 0.2);
    }
    to {
        background-color: rgba(4, 60, 111, 0.4);
        box-shadow: 18px 0px 0px 0px rgba(4, 60, 111, 0.2), 36px 0px 0px 0px rgba(4, 60, 111, 1);
        -ms-box-shadow: 18px 0px 0px 0px rgba(4, 60, 111, 0.2), 36px 0px 0px 0px rgba(4, 60, 111, 1);
    }
}
/*Typing*/
/*datepicker css start here*/
.widgetSectn .date-block span.jq-dte-inner,
.healthSelectmain .date-block span.jq-dte-inner {
    border: none;
    padding: 1px;
    margin: 1px;
    white-space: nowrap;
    background-color: #ffffff;
    float: none;
    position: relative;
    width: 100%;
}
.widgetSectn .date-block span.jq-dte,
.healthSelectmain .date-block span.jq-dte {
    float: none;
    position: relative;
}
.healthFreshlook .widgetSectn .adultOuter .block.date-block {
    float: right;
    height: auto;
    margin: 0;
    border-bottom: solid 1px #b6b4b4;
}
.landing-widget .widget-content-body .date-block span.jq-dte input {
    cursor: auto;
    border: none;
    color: #adadad;
    font-size: 14px;
    z-index: 12;
    width: 100%;
    height: 30px;
    outline: none;
    border-radius: unset;
    text-align: center;
    vertical-align: unset;
    margin: unset;
}
.landing-widget .widget-content-body .date-block span.jq-dte input.Numeric.hint {
    font-weight: normal;
    color: #adadad;
}
.landing-widget .widget-content-body .date-block span.jq-dte input.Numeric {
    font-weight: 700;
    color: #282828;
}
.calendarBox.date-block .errorN {
    position: absolute;
    color: #e71a1a;
    font-size: 12px;
    font-weight: normal;
    top: 53px;
    right: 22px;
}
.widgetSectn .date-block span.jq-dte span.separator,
.healthSelectmain .date-block span.jq-dte span.separator {
    color: #999999;
    float: none;
    padding: 0 5px;
}
.landing-widget .widget-content-body .date-block span.jq-dte input.jq-dte-day {
    width: 45px !important;
    text-align: left;
}
.landing-widget .widget-content-body .date-block span.jq-dte input.jq-dte-month {
    width: 50px !important;
}
.landing-widget .widget-content-body .date-block span.jq-dte input.jq-dte-year {
    width: 60px !important;
}

/*datepicker css end here*/
/****************************************************** layout css *************************************************/
/*health freshlook css start here*/
.landing-widget .tab-wrap {
    padding-top: 0rem;
}
.landing-widget .tab-head {
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 10px 10px 0 0;
}
.landing-widget .tab-head li:last-child {
    border-right: 0;
}
.landing-widget .tab-head li {
    border-right: solid 1px #eaeaea;
    float: left;
    text-align: left;
    font-size: 1.7rem;
    font-weight: 600;
    color: #979797;
    position: relative;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
    padding: 20px;
    min-width: 25%;
    min-height: 120px;
}
.landing-widget .tab-head li h2 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 24px;
    color: #2d2726;
    letter-spacing: normal;
}
.landing-widget .tab-head li p {
    font-size: 1.3rem;
    letter-spacing: normal;
    color: #6c6c6c;
    font-weight: 400;
    line-height: normal;
    padding-right: 3rem;
}
.landing-widget .tab-head li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
}
.landing-widget .tab-head li.active {
    color: #fe6625;
    z-index: 5;
    background-color: #fff5ed;
}
.landing-widget .tab-head li.active:before {
    content: " ";
    height: 6px;
    width: 100%;
    background: #ec6608;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
}
.landing-widget .tab-head li:first-child.active {
    border-radius: 15px 0 0 0;
}
.landing-widget .tab-head li:last-child.active {
    border-radius: 10px;
}
.landing-widget .tab-head li.bar {
    position: absolute;
    height: 2px;
    padding: 0;
    background: #fe6625;
    top: 100%;
    z-index: 4;
    left: 0;
}
.landing-widget .tab-head li.bar:after {
    display: none;
}
.landing-widget .tab-head li:not(.active):hover {
    color: #7e7e7e;
}
.landing-widget .widget-content-body {
    position: relative;
    margin: 2rem 0;
    padding: 3rem 3rem 3rem;
    border-radius: 10px;
}
.landing-widget .widget-content {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}
.landing-widget .widget-content.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    position: relative;
    -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease, 0.8s -webkit-transform ease;
    transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
    z-index: 1;
}
 .landing-widget .hb-form-block .inputWrapp .input-block {width: 32%;}
 .landing-widget .hb-form-block .inputWrapp .input-block.nameWrapp {width: 31%;}
.landing-widget .widget-content-body .detailsWrapp {
    width: 80%;
    display: inline-block;
}
.landing-widget .widget-content-body .btnwarpp {
    width: 19%;
    display: inline-block;
    position: absolute;
    right: 0;
    /*bottom: 35px;*/
    text-align: right;
}
.landing-widget .input-block {
    width: 48%;
    max-width: 100%;
    display: inline-block;
    float: left;
    height: auto;
}
.inputWrapp .hapmMobile,
.inputWrapp .pincodeWrapp {
    width: 20%;
}
.inputWrapp .emailWrapp, .inputWrapp .nameWrapp  {
    width: 26%;
}
.landing-widget .marRight {
    margin-right: 3rem;
}
.landing-widget .chiadultWrapp.marRight {
    margin-right: 3rem;
}
  .landing-widget .detailsWrapp .maxpadultWrapp.marRight {
        margin-right: 3rem;
    }
.landing-widget .input-block.steps-row span {
    display: inline-block;
    padding: 0.5rem 0;
    font-size: 1.6rem;
    font-weight: 400;
    font-size: 1.7rem;
    font-weight: 600;
    color: #282828;
}
.landing-widget .widget-content-body .detailsWrapp .adultOuter .input-block.steps-row .stepclLeft {
    padding: 0;
    font-size: 14px;
    color: #989898;
    margin: 0;
    display: inline-block;
    line-height: 30px;
}
.landing-widget .subs-block {
    display: inline-block;
    float: right;
    margin-bottom: 0.5rem;
}
.landing-widget .subs-block input {
    margin: 0;
    display: inline-block;
    width: 50px;
    height: 32px;
    /*vertical-align: top;*/
    text-align: center;
    border: 0;
    font-size: 2rem;
    font-weight: 700;
    background: none;
    color: #282828;
    /*vertical-align: middle;*/
}
.landing-widget .subs-block a {
    border-radius: 5px;
    width: 3rem;
    height: 3rem;
    text-decoration: none;
    font-size: 2.3rem;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    background-color: #f5f6f6;
    color: #cbcdce;
}
.landing-widget .input-block.steps-row {
    border-bottom: 1px solid #b4c4d3;
}
.landing-widget .input-block input.input-date {
    font-size: 1.8rem;
    text-align: right;
    color: #282828;
    padding-right: 3rem;
    font-weight: 300;
}
.landing-widget .input-block {
    /*margin-bottom: 4rem;*/
}
.healthFreshlook .formOuter .checkWrapper a.check-terms-condition {
    color: #8097ac;
    font-size: 1.3rem;
    text-decoration: underline;
}
span.ui-error {
    font-size: 1.2rem;
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: -15px;
    left: 0;
    text-align: left;
    display: none;
    color: #e71a1a;
    font-weight: 400;
}
.check-feild {
    position: relative;
}
.healthFreshlook .formOuter .widget-content-body .checkWrapper {
    position: absolute;
    bottom: -75px;
    display: inline-block;
    width: 100%;
    left: -28px;
}
.check-feild .ui-error a {
    font-size: 1.2rem;
}
.healthFreshlook .landing-widget .ripple-bar:after {
    bottom: 0;
    border-bottom: 1px solid #b6b4b4;
}
/*.healthFreshlook .landing-widget .input-block input{
     color: #282828;
     font-size: 2rem;
     opacity: 1 !important;
     border-bottom: 1px solid #b6b4b4;
}*/
.jq-dte-errorbox {
    display: none !important;
}
.healthFreshlook .landing-widget .subs-block input {
    border: 0;
}
/* .healthFreshlook .landing-widget .input-block label{
     color: #838383;
     font-size: 16px;
     letter-spacing: normal;
     font-weight: 600;
}*/
/* .landing-widget .input-block.focus label{
     font-size: 1.6rem;
}*/
.landing-widget .widget-content-body .detailsWrapp .chiadultWrapp .input-block label,
.landing-widget .widget-content-body .detailsWrapp .maxpadultWrapp .input-block label {
    top: 22px;
}
.landing-widget .widget-content-body .detailsWrapp .adultOuter .subs-block input {
    border: 0;
}
.landing-widget .showDob {
    display: none;
}
#widgetError .popup {
    width: 50%;
}
.landing-widget .widget-content.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    position: relative;
    -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease, 0.8s -webkit-transform ease;
    transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
    z-index: 1;
}
.landing-widget .widget-content {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}
.landing-widget .widget-content-body .detailsWrapp .adultOuter {
    float: left;
    width: 48%;
    padding: 1rem 2rem;
    border: 1px solid #cbcdce;
    border-radius: 10px;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
}
.landing-widget .widget-content-body .detailsWrapp .adultOuter .input-block {
    width: 100%;
    border: 0;
}
.landing-widget .input-block.steps-row span {
    display: inline-block;
    padding: 0.5rem 0;
    font-size: 1.6rem;
    font-weight: 400;
    color: #6c6c6c;
}
.landing-widget .widget-content-body .detailsWrapp .adultOuter .adultBoxWrapp {
    position: absolute;
    right: 0;
    top: 52px;
    left: -1px;
    width: calc(100% + 2px);
    right: -1px;
    border: 1px solid #cbcdce;
    border-radius: 0 0 10px 10px;
    background: #fff;
    z-index: 99;
    display: none;
    border-top: 0;
}
.landing-widget .widget-content-body .detailsWrapp .adultOuter .date-feild {
    padding: 2rem 2rem;
    margin: 0;
}
/*.landing-widget .widget-content-body .detailsWrapp .adultOuter.active .adultBoxWrapp, .landing-widget .widget-content-body .detailsWrapp .adultOuter.active {
     box-shadow: 0 5px 8px 1px rgba(0, 0, 0, 0.15);
    border-top:1px solid #cbcdce 
}
*/
.landing-widget .widgetSectn .adultOuter .block.date-block:after {
    display: none;
}
.landing-widget .widget-content-body .detailsWrapp .adultOuter .adultBoxWrapp span.ui-error {
    bottom: 40px;
    text-align: right;
    padding-right: 136px;
}
.landing-widget .widget-content-body .detailsWrapp .adultOuter .steps-row span.AdultB {
    font-size: 1.7rem;
    font-weight: 600;
    color: #282828;
}
.landing-widget .widget-content-body .detailsWrapp span.ui-error {
    bottom: -16px;
    position: static;
    /*top: 40px;*/
}
/* .landing-widget .widget-content-body .detailsWrapp .adultOuter.active {
     border-radius: 10px 10px 0 0;
}
*/
.landing-widget .widget-content-body .detailsWrapp .adultOuter.active .adultBoxWrapp {
    border-top: 1px solid #cbcdce;
}
.landing-widget .subs-block a.plus-num,
.landing-widget .widget-content-body .detailsWrapp .adultOuter .subs-block.kidBox .min-num,
.landing-widget .widget-content-body .detailsWrapp .adultOuter.active .min-num {
    background: #ffeee3;
    color: #ec6608;
    border: 0;
}
.landing-widget .subs-block a.disable-Kid {
    background-color: #f5f6f6;
    color: #cbcdce;
    pointer-events: none;
}
.landing-widget .subs-block a.chieditBtn,
.landing-widget .subs-block a.maxpeditBtn,
.landing-widget .subs-block a.argeditBtn,
.landing-widget .subs-block a.hbeditBtn {
    position: relative;
    display: none;
    color: #ec6608;
    font-size: 15px;
    font-weight: bold;
    border: 0;
}
.landing-widget .subs-block a.chieditBtn:before,
.landing-widget .subs-block a.maxpeditBtn:before,
.landing-widget .subs-block a.argeditBtn:before,
.landing-widget .subs-block a.hbeditBtn:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    background: #b2b2b2;
    right: 40px;
    top: 5px;
}
.landing-widget .widget-content-body .detailsWrapp .adultOuter .btn-orange {
    color: #ec6608;
    float: right;
    margin-bottom: 2rem;
    font-size: 1.7rem;
    font-weight: 700;
    background: transparent;
    padding: 0 3rem;
}
.landing-widget .widget-content-body .detailsWrapp .adultOuter .subs-block {
    margin-bottom: 0;
}
.landing-widget .widget-content-body .detailsWrapp .adultOuter .steps-row {
    margin-bottom: 0;
    position: relative;
}
.input-check:checked + label:before {
    background: #fe6625;
    border: solid #fe6625;
}
.landing-widget .widget-content-body .detailsWrapp .chiadultWrapp,
.landing-widget .widget-content-body .detailsWrapp .maxpadultWrapp {
    width: 48%;
    float: left;
}
.landing-widget .widget-content-body .detailsWrapp .adultOuter .subs-block {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 2px;
}
.landing-widget .widget-content-body .detailsWrapp .chiadultWrapp .adultOuter,
.landing-widget .widget-content-body .detailsWrapp .maxpadultWrapp .adultOuter {
    width: 100%;
}
/*new changes end here*/
.leftImgWrap p {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
    /* margin-bottom: 1rem; */
}
.flexclass .content_section {
    text-align: left;
}
section {
    padding: 5rem 0;
}
.healthFreshlook .zeroHassleWrapp h1 {
    font-size: 4.5rem;
    font-weight: 500;
    line-height: 1.33;
    color: #ffffff;
}
.healthFreshlook .zeroHassleWrapp .planBreakup li {
    font-size: 1.7rem;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    padding: 0 2rem;
    position: relative;
}
.healthFreshlook .zeroHassleWrapp .planBreakup li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    border: solid 1px #004a80;
    left: 0;
    top: 3px;
}
.healthFreshlook .zeroHassleWrapp .planBreakup li:first-child:before {
    display: none;
}
.healthFreshlook .zeroHassleWrapp .planBreakup li:first-child {
    padding-left: 0;
}
.healthFreshlook .zeroHassleWrapp .planBreakup li .searchHospital {
    display: none;
    cursor: pointer;
    color: #ec6608;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: underline;
}
.healthFreshlook .formOuter .widgetSectn {
    display: inline-block;
    width: 100%;
    border-radius: 15px;
}
.healthFreshlook .widgetSectn .selectOptn h2 {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 24px;
    color: #2d2726;
}
.healthFreshlook .widgetSectn .selectOptn a {
    border-left: solid 1px #eaeaea;
    vertical-align: top;
    cursor: pointer;
    display: inline-block;
    width: 24.9%;
    outline: none;
    position: relative;
    margin: 0;
    padding: 3rem 10rem 3rem 3rem;
}
.healthFreshlook .widgetSectn .selectOptn a:before {
    content: "";
    position: absolute;
    border-left: 1px red;
    height: 100%;
}
.healthFreshlook .widgetSectn .selectOptn a:first-child {
    border-left: 0;
    border-radius: 10px 0 0 0;
}
.healthFreshlook .widgetSectn .selectOptn a:last-child {
    border-radius: 0px 10px 0 0;
}
.healthFreshlook .widgetSectn span.icon {
    position: absolute;
    content: "";
    right: 12px;
    top: 25px;
    height: 37px;
    width: 43px;
    background-repeat: no-repeat;
}
.healthFreshlook .widgetSectn span.chiIcon {
    background: url("/docs/default-source/assets/images/chifresh/health.svg?sfvrsn=2");
}
.healthFreshlook .widgetSectn span.maxProtecIcon {
    background: url("/docs/default-source/assets/images/chifresh/max-protect-icon.svg");
    height: 27px;
    width: 50px;
}
.healthFreshlook .widgetSectn span.argIcon {
    background: url("/docs/default-source/assets/images/chifresh/sanjivani-policy.svg?sfvrsn=2");
    width: 35px;
    height: 48px;
}
.healthFreshlook .widgetSectn span.hbIcon {
    background: url("/docs/default-source/assets/images/chifresh/health-booster.svg?sfvrsn=2");
    width: 45px;
    height: 38px;
}
.healthFreshlook .widgetSectn span.ppIcon {
    background: url("/docs/default-source/assets/images/chifresh/personal-protect.svg?sfvrsn=2");
    width: 49px;
    height: 39px;
}
.healthFreshlook .widgetSectn .selectOptn p {
    font-size: 1.3rem;
    color: #6c6c6c;
    font-weight: 400;
    line-height: normal;
}
.healthFreshlook .formOuter .widgetSectn .selectOptn {
    justify-content: space-between;
    display: flex;
    border-bottom: solid 1px #eaeaea;
    width: 100%;
}
.healthFreshlook .formOuter .widgetSectn .optDetials {
    padding: 4rem 2rem 0;
    display: inline-block;
    width: 100%;
}
.healthFreshlook .widgetSectn .optDetials .btnwarpp a {
    color: #fff;
}
.healthFreshlook .widgetSectn .optDetials .btnwarpp {
    width: 19%;
    display: inline-block;
    text-align: right;
    position: relative;
    bottom: 40px;
}
.healthFreshlook .widgetSectn .optDetials .detailsWrapp {
    width: 80%;
    display: inline-block;
}
.healthFreshlook .formOuter .checkWrapper {
    position: relative;
    bottom: -40px;
    display: inline-block;
    width: 100%;
    left: -15px;
}
.checkWrapper span.ui-error {
    bottom: -17px;
}
.healthFreshlook p.note {
    color: #8097ac;
    font-size: 1.2rem;
    display: inline-block;
    margin-top: 60px;
    font-weight: 500;
}
.healthFreshlook .widgetSectn .adultOuter .formblock {
    display: inline-block;
    width: 100%;
    position: relative;
}
.healthFreshlook .countAdult .newTsenior .stepclLeft span.labelHead {
    font-size: 1.7rem;
    font-weight: 600;
    color: #282828;
}
.healthFreshlook a.check-terms-condition {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.5);
}
.healthFreshlook .zeroHassleWrapp {
    padding-bottom: 0;
    padding-top: 35px;
}
.healthFreshlook .formOuter {
    padding-bottom: 10px;
    padding-top: 3rem;
}
.widgetSectn .buyNew,
.widgetSectn .renewP,
.widgetSectn .arogyaPolicy {
    display: none;
}
.healthFreshlook .widgetSectn .optDetials .adultOuter span.ui-error {
    bottom: -18px;
}
.healthFreshlook .formOuter .checkWrapper .check-feild label span {
    color: #8097ac;
    font-weight: 500;
}
.owl-theme .owl-dots .owl-dot {
    background: transparent;
    border: 0;
}
.tab-arogya-new .tab-head li.active {
    border-bottom: 3px solid;
}
.widgetSectn .adultBoxWrapp .date-block span.jq-dte input.error-chi {
    color: #ff0000;
    position: relative;
    bottom: 0;
    padding: 0;
    -webkit-text-fill-color: #ff0000;
}
.healthFreshlook .formOuter .widget-content-body .checkWrapper .managePref {
    display: none;
    width: 100%;
    padding-left: 2.8rem;
    position: absolute;
}
.healthFreshlook .formOuter .widget-content-body .checkWrapper.managePrefWrapp {
    bottom: -65px;
}
.healthFreshlook .formOuter .widget-content-body .checkWrapper .managePref a:hover,
.healthFreshlook .formOuter .widget-content-body .checkWrapper .managePref a:active {
    color: #fff;
}
.bg-blue span.errorN {
    color: #fc9494;
    display: none;
    position: absolute;
    right: 3rem;
    bottom: 0;
}
.landing-widget .input-block.steps-row span.sm_f {
    font-size: 14px;
}
.svg_icon_chi {
    width: 42px;
    height: 42px;
    position: relative;
    display: block;
}
.midWrappHAP .inc-exc-tab .include_div .ui-check-list.exclusion-tabs.green_tick li:before {
    background-image: url(/docs/default-source/assets/freshlook/images/tick_inclusion.png);
    width: 30px;
    height: 30px;
    top: 5px;
}
.midWrappHAP .inc-exc-tab .ui-check-list.exclusion-tabs li:before {
    background-image: url(/docs/default-source/assets/freshlook/images/error_exclusion.png);
    top: 7px;
}
.inc-exc-tab .ui-check-list.exclusion-tabs li {
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 20px;
}
.inc-exc-tab ul.arrow-tab-list.green_tick li {
    width: 45%;
    margin: 1.5rem 0;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}
.inc-exc-tab h4 {
    font-size: 15px;
    font-weight: 700;
    padding: 28px 0;
}
.inc-exc-tab h5 {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.67;
}
.inc-exc-tab .green_tick h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.inc-exc-tab p {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.67;
}
.premium_calulation .text-blue {
    margin: 40px 0 0 0;
    font-size: 17px;
    font-weight: 600;
    color: #004a80;
}
.premium_calulation .tableWrapp {
    width: 95%;
    margin: 35px 0 15px 0;
}
.premium_calulation .tableWrapp td,
.tableWrapp th {
    text-align: left;
}
.premium_calulation .tableWrapp tr:nth-child(odd) {
    background-color: #f1eeee;
}
.premium_calulation .common-insurance-blocks em {
    font-size: 2.5rem;
    top: 20px;
}
.premium_calulation ul.arrow-tab-list li:before {
    width: 100%;
}
.premium_calulation ul.arrow-tab-list li,
.save_premium ul.arrow-tab-list li {
    width: 90%;
    padding-bottom: 1.5rem;
    line-height: 1.76;
    font-size: 17px;
}
.premium_calulation .common-insurance-blocks p {
    font-size: 17px;
}
.premium_calulation .pad-block1 {
    padding: 2rem 1.5rem 0 5rem;
}
.premium_calulation a,
.benift_container a {
    font-weight: 600;
    font-size: 17px;
    text-decoration: underline;
}
.premium_calulation ul.arrow-tab-list {
    padding: 2rem 0 0;
}
.claim_know_btn {
    color: #ec6608 !important;
    background: transparent !important;
    border: 1px solid #ec6608;
}
.claim_know_btn:hover {
    color: #fff !important;
    background: #ec6608 !important;
}
.inc-exc-tab .ui-check-list {
    display: grid;
}
.inc-exc-tab .ui-check-list li {
    width: 100%;
}
.widget-content-body .inputWrapp {
    width: 100%;
    display: flex;
    /*justify-content: space-between;*/
}
.bf_customer_love_us .ui-card-wrap h3 {
    margin-bottom: 0px;
    margin-top: 0;
}
.bf_customer_love_us .ui-card-wrap {
    padding-top: 0;
}

/*    top reason start here*/
.top_reasion_top_buy table {
    width: 100%;
}
.top_reasion_top_buy,
.bg-pink {
    background: #fff9f6;
}
.top_reasion_top_buy table tr td {
    padding: 7px 0px;
    font-size: 16px;
    font-weight: 600;
    padding-left: 25px;
    width: 50%;
}

.top_reasion_top_buy table tr td::before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjgiIHN0cm9rZT0iIzBEQTUyNiIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik01LjgwMDI5IDkuMTE5ODFMNy44MjIwNyAxMS4zOTkzTDEyLjExMTEgNi43Nzc4MyIgc3Ryb2tlPSIjMERBNTI2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
    width: 30px;
    height: 30px;
    position: absolute;
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-left: -26px;
}
.four_reason_to_buy h2 {
    padding-bottom: 30px;
}
.who_need_healthAdvanedge .noList {
    font-size: 20px;
    font-weight: 700;
    color: #ec6625;
    padding-right: 5px;
    vertical-align: middle;
}
.what_include_what_not .inc-exc-tab h3 {
    margin-top: 5px;
    margin-bottom: 20px;
}

/* top reason end here*/

/* 4reasons to buy heath insurance */
.under_claim_section img.under_claim {
    padding-top: 50px;
}
.befit_cashless h5 {
    font-size: 18px;
    font-weight: 600;
}

ul.avail-befit {
    /* display: flex; */
    /* align-items: center; */
}
ul.avail-befit li {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 10px;
    min-height: 187px;
    display: flex;
}

.avail-befit ul,
li {
    list-style: none;
}
.befit_cashless {
    width: 49%;
    /* display: flex; */
    /* align-items: center; */
}
.avail-befit li span {
    margin-right: 25px;
    padding-top: 2px;
    background: linear-gradient(180deg, #f58820 0%, #b02a30 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 300;
    font-size: 76px;
    width: 100%;
    max-width: fit-content;
}
.avail-befit h3 {
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    font-size: 20px;
}
.bord-text {
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
}

.inc-exc-tab .in_ex_collapse_expland {
    font-size: 16px;
    font-weight: 700;
    color: #ec6625;
    text-decoration: underline;
    position: relative;
    cursor: pointer;
    padding: 0px 0px 40px 0px;
}
.inc-exc-tab .in_ex_collapse_expland::after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNSA3LjI1TDggMi43NUwxMi41IDcuMjUiIHN0cm9rZT0iI0VDNjYyNSIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat, repeat;
    background-position: right 10px top 50%, 0 0;
    background-size: 1.2em auto, 100%;
    transition: all 0.2s ease-in-out;
    position: absolute;
    padding-left: 40px;
    z-index: 999;
    width: 37px;
    height: 24px;
    text-align: justify;
    margin: 0 auto;
    transform: rotate(180deg);
}
.inc-exc-tab .in_ex_collapse_expland.active::after {
    transform: rotate(0deg);
}
.ui-img-claim-mob {
    width: 100%;
    display: block;
    margin: 0 auto;
}
/* search-hospital start */
/* pop */
.popup h3 {
    margin: 0;
    color: #282828;
    font-size: 2.5rem;
    font-family: inherit;
    text-align: center;
    padding-bottom: 3rem;
}
#viewListp {
    overflow: auto !important;
}
#viewListp .popup {
    max-height: inherit;
}
#viewListp .popup .content {
    max-height: initial;
}
.overlayN .content-heightauto {
    width: 100%;
}
ul.listOfgrg {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
ul.listOfgrg:before {
    content: "";
    height: 100%;
    width: 1px;
    display: inline-block;
    position: absolute;
    left: 50%;
    right: 50%;
}
ul.listOfgrg li.mrR {
    margin-right: 10%;
}
ul.listOfgrg li {
    display: inline-block;
    width: 45%;
    list-style: none;
    float: left;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
ul.listOfgrg li:before {
    content: "";
    background: url(/docs/default-source/assets/images/carplan/garaddico.png) no-repeat;
    width: 23px;
    height: 30px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
ul.listOfgrg .netGargs {
    display: inline-block;
    float: left;
    width: 80%;
}
ul.listOfgrg .netGargs h4 {
    margin: 0;
    font-size: 15px;
    color: #282828;
    font-weight: 500;
    text-align: left;
}
ul.listOfgrg .netGargs p {
    font-size: 13px;
    color: #666;
    padding-top: 8px;
    opacity: 0.8;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 5px;
}
ul.listOfgrg .conMn {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 10px 0;
    text-align: left;
}
ul.listOfgrg .conGrgs {
    display: inline-block;
    width: 60%;
    margin: 0;
    text-align: left;
}
.dtlsCn {
    display: block;
}
p,
span {
    margin: 0;
    padding: 0;
    color: #282828;
    font-size: 1.3rem;
    font-weight: 300;
}
ul.listOfgrg .manfGrgs {
    width: 35%;
    display: inline-block;
    float: right;
}
/* popup end */
/* city-dropdown */
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-autocomplete .ui-menu-item {
    color: #063b6d !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 9px 15px !important;
    border-bottom: 1px solid #eaeff3 !important;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em;
}
.ui-autocomplete .ui-menu-item-wrapper {
    border: none !important;
    text-transform: capitalize !important;
}
.ui-autocomplete .ui-menu-item-wrapper,
.ui-autocomplete .ui-menu-item-wrapper:hover,
.ui-autocomplete .ui-menu-item:hover .ui-menu-item-wrapper {
    background: 0 0 !important;
}
.ui-autocomplete .ui-menu-item:hover {
    border: none !important;
    background: #063b6d;
    color: #fff !important;
}
.ui-widget.ui-widget-content {
    z-index: 999 !important;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    top: 6843.25px;
    left: 684.5px;
    width: 425.75px !important;
}
.ui-autocomplete {
    border-radius: 5px !important;
    border: 1px solid #b2c3d2 !important;
    max-height: 290px !important;
    overflow: hidden !important;
    overflow-y: auto !important;
}
.ui-widget-content {
    background: #fff !important;
    z-index: 1000;
}
.ui-widget.ui-widget-content {
    border: 1px solid #9bb1c5;
    border-radius: 6px;
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
}
/* city-dropdown end*/
/* search-hospital end*/
/*landing widget css end here*/

.midWrappHAP .leftImgWrap h2 {
    font-size: 3.6rem;
    color: #282828;
    font-weight: 700;
    text-align: left;
    margin: 0;
    padding-bottom: 3rem;
    /*padding-right: 35px;*/
}
.tab-wrap {
    padding-top: 1rem;
}
.tab-head {
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
    position: relative;
    margin-bottom: 2rem;
}
.tab-head li {
    min-width: 16rem;
    float: left;
    padding: 1.6rem;
    text-align: center;
    font-size: 1.8rem;
    line-height: 23px;
    font-weight: 700;
    letter-spacing: normal;
    color: #6c6c6c;
    position: relative;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.tab-head li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
}
.tab-head li.active {
    color: #f16623;
    z-index: 5;
}
.tab-head li.bar {
    position: absolute;
    height: 3px;
    padding: 0;
    background: #f16623;
    top: 100%;
    z-index: 4;
    left: 0;
}
.tab-head li.bar:after {
    display: none;
}
.tab-head li:not(.active):hover {
    color: #7e7e7e;
}
.tab-content-body {
    position: relative;
}
.tab-content {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}
.tab-content.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    position: relative;
    -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease, 0.8s -webkit-transform ease;
    transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
    z-index: 1;
}
.tab-content .accordion-card {
    cursor: pointer;
    border-top: solid 1px #eaeaea;
    padding: 0;
}
.tab-content .accordion-title {
    position: relative;
    cursor: pointer;
    padding: 1px 0;
}
.tab-content .accordion-title h3 {
    font-size: 16px;
    font-weight: 700;
    width: 97%;
    color: #282828;
    line-height: 24px;
    margin-bottom: 20px;
}
.tab-content .accordion-title::after {
    width: 0.8rem;
    height: 0.8rem;
    border-right: 2px solid #282828;
    border-bottom: 2px solid #282828;
    position: absolute;
    right: 2rem;
    content: " ";
    top: 3rem;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
}

.tab-content .accordion-title.active::after {
    transform: rotate(-135deg);
}

.tab-content .accordion-panel {
    display: none;
    padding: 0 0 20px 0px;
    margin-bottom: -2px;
    cursor: default;
    transition: none;
}
.tab-content .accordion-panel span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.input-block {
    position: relative;
    height: 68px;
}
.input-block .selec-feild select {
    width: 100%;
    color: #fff;
}
.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;
}
/*.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);
}
/*.bg-blue .input-block.onFocused label {
    color: #01b4bb;
}
.bg-blue .ripple-bar.onFocused:after {
    background: #01b4bb;
}*/
a.btn-primary {
    font-size: 1.6rem;
    text-decoration: none;
    padding: 1.4rem 4rem;
    -webkit-border-radius: 3rem;
    -ms-border-radius: 3rem;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    background: #ec6625;
    color: #fff;
}
a.btn-primary:hover {
    background: #fd7b20;
}
a.btn-primary:focus-visible {
    background: #e26123;
    box-shadow: 0 0 0px 3px #e26123;
    border: 3px solid #fff;
}
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 {
    font-size: 1.4rem;
    border: 1px solid #fe6625;
    padding: 0.4rem 1em;
    -webkit-border-radius: 3rem;
    -ms-border-radius: 3rem;
    border-radius: 3rem;
    text-decoration: none;
    color: #fe6625;
    font-weight: 400;
}
.btn-white {
    background: 0 0;
    color: #fe6625 !important;
    border: 1px solid #fe6625;
    background-position: 50% 99%;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-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: #ec6608;
    -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;
    -moz-animation: fx-mask 0.3s ease-out;
    -ms-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);
        -ms-transform: translateX(-100%) rotate(45deg);
        -moz-transform: translateX(-100%) rotate(45deg);
        transform: translateX(-100%) rotate(45deg);
    }
    100% {
        -webkit-transform: translateX(100%) rotate(45deg);
        -moz-transform: translateX(100%) rotate(45deg);
        -ms-transform: translateX(100%) rotate(45deg);
        transform: translateX(100%) rotate(45deg);
    }
}
@keyframes fx-mask {
    0% {
        -webkit-transform: translateX(-100%) rotate(45deg);
        -moz-transform: translateX(-100%) rotate(45deg);
        -ms-transform: translateX(-100%) rotate(45deg);
        transform: translateX(-100%) rotate(45deg);
    }
    100% {
        -webkit-transform: translateX(100%) rotate(45deg);
        -ms-transform: translateX(100%) rotate(45deg);
        -moz-transform: translateX(100%) rotate(45deg);
        transform: translateX(100%) rotate(45deg);
    }
}
.checkBox {
    padding: 3% 10%;
}
.check-feild {
    display: inline-block;
    vertical-align: top;
    padding-right: 1.5rem;
    position: relative;
}
.input-check {
    position: absolute;
    opacity: 0;
}
.input-check + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 1.4rem;
    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 #838383;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.input-check:checked + label:before {
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.input-check:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.input-check:disabled + label:before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-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(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg);
    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;
}
a.check-terms-condition {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.5);
}
span.ui-error {
    font-size: 1.2rem;
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 10px;
    left: 0;
    text-align: left;
}
.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 #b4c4d3;
}
.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: #fbbe5e;
    padding-top: 10px;
    display: inline-block;
    text-decoration: none;
    padding-right: 5px;
    outline: 0;
}
sup {
    font-size: inherit;
    font-weight: 500;
    color: #ec6625;
    top: -8px;
}
.what_is_max_protec h2 sup{
    font-size: 2rem;
}
.content_section span sup {
    font-size: 10px;
}
.input-block .note a:hover {
    text-decoration: underline;
}
.input-block.rupeeimg input {
    padding-left: 2rem;
}
.checkBoxsmall {
    padding: 1rem 0 4rem;
    width: 100%;
}
.checkBoxsmall .input-check + label:before {
    width: 1.8rem;
    height: 1.8rem;
}
.checkBoxsmall .input-check:checked + label:after {
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    bottom: 6px;
    left: 6px;
    top: 3px;
}
.checkBoxsmall .input-check:checked + label:before {
    background: #fe6625;
    border: solid #fe6625;
}
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;
}
.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;
    display: none;
}
.blur {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}
.floating-tooltip {
    margin-top: 6rem;
    margin-right: 2rem;
    margin-left: 2rem;
    position: relative;
    background-color: #e3cf7d;
    padding: 1.4rem 2rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    border-radius: 3rem;
    -webkit-animation: floatsmall 1.5s ease-in-out infinite;
    animation: floatsmall 1.5s ease-in-out infinite;
}
.floating-tooltip em {
    font-size: 1.3rem;
    color: #282828;
    font-style: normal;
}
.floating-tooltip a {
    position: absolute;
    right: 15px;
    top: 50%;
    height: 18px;
    width: 18px;
    color: #282828;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.floating-tooltip a:after,
.floating-tooltip a:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #282828;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 10px;
}
.floating-tooltip a:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.floating-tooltip:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 9px;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 9px solid #e3cf7d;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}
.floating-tooltip:hover {
    -webkit-animation: none;
    animation: none;
}
@-webkit-keyframes floatsmall {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
    50% {
        -webkit-transform: translatey(-8px);
        transform: translatey(-8px);
    }
    100% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}
@keyframes floatsmall {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
    50% {
        -webkit-transform: translatey(-8px);
        transform: translatey(-8px);
    }
    100% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}
.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;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
}
.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%;
    padding: 4rem 5rem;
}
.content p {
    font-size: 2rem;
    font-weight: 400;
}
.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;
}
.white-shadow {
    position: relative;
}
.white-shadow:before {
    content: "";
    height: 30px;
    width: 100%;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
    position: absolute;
    z-index: 1;
}
a.link-blue {
    color: #01b4bb;
    text-decoration: none;
    font-size: 1.3rem;
    border-bottom: 1px solid #01b4bb;
}
.bg-grey .input-block input:disabled {
    opacity: 0.5;
}
.bg-blue .input-block input:disabled {
    opacity: 0.5;
}
.float-left {
    float: left;
}
ul.autocompleteDrop {
    width: 100%;
    margin: 0;
    max-height: 150px;
    overflow: auto;
    background: #fff;
    position: relative;
    z-index: 11;
}
ul.autocompleteDrop li {
    padding: 0.6rem 1rem;
    font-size: 1.4rem;
    cursor: pointer;
}
ul.autocompleteDrop li:hover {
    background: #f7f6f6;
}
.vs__actions,
.vs__actions svg {
    display: none;
}
.v-select .vs__selected-options .vs__search {
    height: 33px;
    position: relative;
    padding: 0;
}
.v-select .vs__selected-options .vs__selected {
    float: none;
}
.dark-form .v-select .vs__selected-options .vs__selected {
    color: #282828;
}
.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);
}
.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: 1rem 2rem;
    cursor: pointer;
    color: #282828;
    text-align: left;
    font-size: 1.6rem;
    list-style-type: none;
}
.custom-dropdown ul li:hover {
    background: #f1f1f1;
}
.custom-dropdown {
    position: relative;
}
.custom-dropdown input.vs__search {
    width: 100%;
    background: 0 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: #8097ac;
}
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;
}
.section-content h2 {
    padding-bottom: 2rem;
    margin: 0;
    font-size: 36px;
    font-weight: 700;

    line-height: 42px;

    text-align: center;
    color: #2d2d2d;
}
#twlanding-vehile {
    text-transform: uppercase;
}
/*.bg-blue .input-block input {
    border-bottom: 1px solid #5c748a;
}*/
.bg-blue .input-block label {
    /*color: #8097ac;*/
}
.bg-blue .input-check + label {
    color: rgba(255, 255, 255, 0.5);
}
.bg-blue .input-check + label:before {
    background: #fff;
    /*border: none;*/
}
/*.bg-blue span.ui-error {
    color: #fc9494;
    font-weight: 600;
}*/
.ui-banner-content {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    padding: 2rem 10rem 0;
}
.banner-para {
    font-size: 4.5rem;
    color: #fff;
    font-weight: 500;
}
.banner-para span {
    display: block;
    font-size: 4.5rem;
    font-weight: 200;
}
ul.ui-banner-list {
    padding: 3rem 0 0;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
}
ul.ui-banner-list li {
    font-size: 2.5rem;
    color: #fff;
    padding-bottom: 2rem;
    font-weight: 200;
}
ul.ui-banner-list li svg {
    width: 40px;
    margin-right: 1rem;
    height: 34px;
    vertical-align: bottom;
}
ul.ui-banner-list li img {
    margin-right: 1rem;
    vertical-align: bottom;
}
.ui-form-block {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}
.ui-form-block .input-block {
    margin-bottom: 5rem;
}
.input-check + label:before {
    width: 1.8rem;
    height: 1.8rem;
}
.input-check:checked + label:after {
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    bottom: 6px;
    left: 6px;
    top: 3px;
}
.input-check:checked + label:before {
    background: #fe6625;
    border: solid #fe6625;
}
.ui-form-block .input-block {
    margin-bottom: 5rem;
}
.ui-form-block .input-block.mar-bottom {
    margin-bottom: 2rem;
}
.ui-form-block .check-feild {
    padding-bottom: 2rem;
}
.ui-form-block span.error-bottom {
    bottom: -15px;
}
.ui-form-block .check-feild .ui-error {
    bottom: 0;
    color: #fc9494;
}
.ui-form-block .check-feild .ui-error a {
    color: #fc9494;
    font-weight: 600;
    font-size: 1.2rem;
}
.ui-form-block .check-feild .ui-error a:hover {
    text-decoration: underline;
}
.ui-form-block .check-feild span {
    color: rgba(255, 255, 255, 0.5);
}
.ui-form-block .check-feild span a {
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}
.ui-form-block .check-feild span a:hover {
    text-decoration: underline;
}
.ui-form-block .ui-submit-btn {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    margin-top: 1rem;
}
.ui-form-block a.renewal-link {
    background: #004a80;
    border-radius: 8px;
    padding: 1rem 1rem;
    font-size: 1.3rem;
    text-decoration: none;
    width: 100%;
    max-width: 22rem;
    display: inline-block;
    vertical-align: top;
    margin-left: 2rem;
}
.ui-form-block a.renewal-link span {
    display: inline-block;
    font-size: 1.3rem;
    width: 80%;
}
.ui-form-block a.renewal-link svg {
    margin-right: 1rem;
    vertical-align: baseline;
}
.ui-form-block a.renewal-link img {
    margin-right: 1rem;
    vertical-align: baseline;
}
.ui-form-block .re-quote {
    font-size: 1.7rem;
    color: #f26624;
    font-weight: 500;
    border-bottom: none;
    text-decoration: underline;
    display: inline-block;
    margin: 3rem 2rem 0;
}
.bf_customer_love_us p {
    margin-bottom: 0;
}
.ui-card-wrap p {
    font-size: 1.4rem;
    position: relative;
    text-align: left;
    line-height: 2rem;
}
.ui-card-wrap {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0rem 0 0;
}
.ui-card-wrap .card-block {
    display: inline-block;
    width: 32%;
    text-align: center;
    padding: 24px;
    vertical-align: top;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    margin-right: 10px;
}
.bf_customer_love_us .img_section {
    padding-top: 0;
}
.ui-card-wrap .card-block h3 {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
    color: #f26624;
    text-align: left;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 0px;
}
.ui-card-wrap .card-block span {
    font-size: 3rem;
    font-weight: 300;
    color: #f26624;
    text-align: center;
    padding-bottom: 1rem;
    display: inline-block;
}
.ui-card-wrap .card-block p span {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    color: #282828;
    padding: 0 0.6rem;
    position: relative;
}
.ui-card-wrap .card-block p span:first-child {
    padding-left: 0;
}
.ui-card-wrap .card-block p span:after {
    content: "";
    background: #6c6c6c;
    display: inline-block;
    height: 0.3rem;
    width: 0.3rem;
    border-radius: 50px;
    position: absolute;
    top: 9px;
    left: 100%;
    right: auto;
}
.ui-card-wrap .card-block p span:last-child:after {
    display: none;
}
.tw-img-detach svg {
    margin: 0 auto;
}
.tw-img-detach img {
    margin: 0 auto;
}
.common-insurance-blocks {
    width: 100%;
    display: inline-block;
    position: relative;
}
.common-insurance-blocks em {
    font-size: 4.5rem;
    font-style: normal;
    position: absolute;
    left: 0;
    top: 40px;
    color: #f26624;
    font-weight: 700;
}
.common-insurance-blocks h4 {
    font-size: 1.7rem;
    line-height: 2.1rem;
    color: #333333;
    font-weight: 700;
    padding-bottom: 1rem;
}
.common-insurance-blocks h3,
.tab-content-body h3 {
    font-size: 1.6rem;
    color: #282828;
    font-weight: 700;
}
.common-insurance-blocks h3 {
    margin: 0 0 10px;
    font-size: 1.7rem;
}
.common-insurance-blocks span.hilitedText {
    font-size: 12px;
    font-weight: 700;
    padding: 2px 6px 5px 5px;
    border-radius: 3px;
    background-color: #e2fce9;
    color: #09751b;
}

.common-insurance-blocks span.hilitedText.orange {
    color: #d35700;
    background-color: #fff6ea;
}

.common-insurance-blocks p {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.ui-check-list li {
    width: 50%;
    float: left;
    margin-bottom: 2.5rem;
    margin-top: 1.5rem;
    padding: 0 3.5rem;
    text-align: left;
    position: relative;
    color: #282828;
}
.ui-check-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 1.7rem;
    background-image: url(/docs/default-source/assets/freshlook/images/ui-correct-ico.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 2rem;
    width: 2rem;
}
.bf_exclude_note table td.title {
    padding-right: 15px;
    font-weight: 700;
    vertical-align: top;
}
.bf_exclude_note table td {
    font-size: 14px;
    font-weight: 400;
    padding: 15px;
}
.ui-check-list.exclusion-tabs li:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 1.7rem;
    background-image: url(/docs/default-source/assets/freshlook/images/ui-close-ico.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 2rem;
    width: 2rem;
}
.exclusion-tabs li h5 {
    font-weight: 600;
    font-size: 1.7rem;
    margin-top: 0px;
}
.ui-check-list {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
.ui-check-list p {
    font-weight: 700;
    font-size: 1.6rem;
    margin: 0;
    padding-bottom: 0.5rem;
}
.exclusive_div .ui-check-list p {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0;
    padding-bottom: 0;
}
.ui-check-list.exclusion-tabs p.spec_list {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #282828;
    padding: 0 3.5rem;
    margin-bottom: 10px;
}
body {
    counter-reset: section;
}
/*.midWrappHAP .inc-exc-tab .exclusive_div .ui-check-list .exclusion_sub_list li:before {
    counter-increment: section;
    content: counter(section) ": ";
    font-size: inherit;
    line-height: inherit;
    position: static;
    background-image: none !important;
    background: none !important;
}*/
.midWrappHAP .inc-exc-tab .exclusive_div .ui-check-list .exclusion_sub_list li:before {
    content: none;
}
.exclusion_sub_list {
    padding-left: 6rem;
}
.midWrappHAP .inc-exc-tab .exclusive_div .ui-check-list .exclusion_sub_list li {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #282828;
    padding: 0;
    margin: 0;
    list-style: decimal;
}
.midWrappHAP .inc-exc-tab .exclusive_div .ui-check-list .exclusion_sub_list li:last-child {
    padding-bottom: 2rem;
}
/*.midWrappHAP .inc-exc-tab .exclusive_div .ui-check-list .exclusion_sub_list{
    padding: 0;
}*/
.ui-check-list span {
    font-size: 1.4rem;
    line-height: 2.3rem;
}
.ui-check-list.exclusion-tabs li {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}
.ui-policy-documents {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    border-top: 1px solid #dcd8d8;
    padding: 3rem 2rem 0;
}
.ui-policy-documents p {
    padding: 10px 0px 0px 0px;
    font-size: 16px;
    font-weight: 700;
    color: #434343;
    margin: 0;
}
.ui-policy-documents p a {
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: underline;
    padding-left: 3rem;
}
.number-tab-list {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 2rem 0 0;
}
.number-list-container {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}
.number-list-container p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #282828;
    margin: 0;
}
.note-div .number-list-container p {
    font-size: 14px;
}
.num_holder {
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
    color: #ec6625;
    margin-right: 15px;
    display: inline-block;
}
.note-div .num_holder {
    font-size: 14px;
    line-height: 18px;
    color: #282828;
}
.max-protect-coverage-good-fit .row,
.steps-to-apply-for-1cr .row,
.what_is_max_protec .row,
.claim_calmly_sec .row,
.locate_hospital_sec .row,
#WhyICICILombard .row,
.why-is-1cr-plan-needed .row {
    display: flex;
    align-items: center;
}

#WhyICICILombard h2 {
    padding-right: 15rem;
}

.pointer-list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
}

.pointer-list li:before {
    content: "";
    display: inline-block;
    background-image: url(/docs/default-source/assets/car-landing-new/images/pointer_bullet.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 6px;
}

.eligibility-container {
    display: flex;
}

.eligibility-holder {
    border: 1px solid #c9c9c9;
    background: #fff;
    border-radius: 20px;
    padding: 4rem 2.5rem;
    width: 31%;
    margin: 0 auto;
}

.eligible-img-div {
    text-align: right;
}

h3.eligible-heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #282828;
    margin: 10px 0;
}

.knw-more-btn-div {
    display: block;
    text-align: left;
}

.il-table-block {
    border: 1px solid #e4e3e3;
    border-radius: 10px;
    overflow: hidden; /* margin: 3rem; */
    width: fit-content;
    margin: 0 auto;
}
.table-default {
    border-collapse: collapse;
    width: 100%;
}
.table-default td,
.table-default th {
    padding: 2rem;
    font-size: 1.6rem;
    line-height: 1.7rem;
    border-right: 1px solid #ece9e9;
    position: relative;
    font-weight: 400;
    display: table-cell;
}
.table-default tr:nth-child(odd) {
    background-color: #f5f6f6;
}
.table-default th {
    padding: 2rem;
    text-align: left;
    background-color: #dddccb;
    color: #000000;
    font-weight: 700;
}
.table-default th:last-of-type,
.table-default td:last-of-type {
    border-right: none;
}

.checkmark {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMwREE1MjYiLz4KPHBhdGggZD0iTTUuNDAwMzkgOS4xMzQ3Mkw3LjY3NDg5IDExLjY5OTJMMTIuNSA2LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.wrongmark {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOSIgZmlsbD0id2hpdGUiIHN0cm9rZT0iI0MzQkRCQyIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0xMy4wMDAyIDdMNy4xMjU5OCAxMi44NTk4IiBzdHJva2U9IiNDM0JEQkMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik02Ljk5OTc3IDcuMjA3MDNMMTIuODc0IDEzLjA2NjgiIHN0cm9rZT0iI0MzQkRCQyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.bg-lightblue {
    background: #e1f4fd;
}

.head-text {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
}

.ui-claimimg-dth svg {
    margin: 0 auto;
}
.ui-claimimg-dth img {
    margin: 0 auto;
}
.claim-steps {
    margin-bottom: 3rem;
}
.claim-steps p {
    font-size: 1.8rem;
    display: inline-block;
}
.claim-steps ul {
    display: inline-block;
    padding: 0 1rem;
}
.claim-steps li {
    color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    width: 26px;
    height: 26px;
    text-align: center;
    padding-top: 0.3rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 1rem;
    position: relative;
    border: 1px solid;
}
.icon-sprt {
    text-align: center;
}
.claim-blocks {
    margin-bottom: 6rem;
}
.claim-blocks li {
    width: 15rem;
    height: 14rem;
    display: inline-block;
    background: #004a80;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
    position: relative;
    margin-right: 9rem;
    padding-top: 4rem;
    vertical-align: top;
    z-index: 5;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.claim-blocks li:last-child {
    margin-right: 0;
}
.claim-blocks li span {
    position: absolute;
    top: 13px;
    left: 20px;
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.5);
}
.claim-blocks li p {
    text-align: center;
    position: absolute;
    bottom: 2rem;
    width: 100%;
    color: #fff;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
}
.claim-blocks li:after {
    content: "";
    position: absolute;
    width: 100%;
    left: -100%;
    height: 100%;
    background: 0 0;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
    top: 0;
    z-index: -1;
    -webkit-transition: left 3s cubic-bezier(0.73, 0.24, 0.45, 0.76);
    transition: left 3s cubic-bezier(0.73, 0.24, 0.45, 0.76);
}
.claim-blocks li em {
    font-size: 3.8rem;
    color: #003d59;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
.claim-blocks li.active {
    background: #004a80;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.claim-blocks li.active:after {
    left: 0;
}
.claim-blocks li.active em {
    font-size: 3.8rem;
    color: #fff;
}
.claim-blocks li.active p {
    color: #fff;
}
.pie_progress__svg {
    position: absolute;
    z-index: 5;
    width: 26px;
    top: 0;
}
.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;
}
.package-policy-wording {
    display: inline-block;
    width: 63%;
    margin: 0 auto;
    text-align: left;
    padding: 2rem 0 0;
}
.package-policy-wording p {
    color: #6c6c6c;
    font-size: 1.3rem;
}
.package-policy-wording p a {
    font-size: 1.3rem;
    color: #6c6c6c;
    text-decoration: none;
    border-bottom: 1px solid #b1b1b1;
    font-weight: 600;
    line-height: normal;
}
.idv-img-detach svg {
    margin: 0 auto;
}
.idv-img-detach img {
    margin: 0 auto;
}
.pro-code-wrap {
    width: 60%;
    margin: 2rem auto;
}
.table_wrapper {
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #ddd;
}
.tableWrapp {
    border-collapse: collapse;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.tableWrapp td,
.tableWrapp th {
    border-right: 1px solid #ece9e9;
    /*border-left: 1px solid #ddd;*/
    padding: 1.2rem 2rem;
    font-size: 1.5rem;
    text-align: left;
    font-weight: 300;
}
.tableWrapp td {
    border-right: 1px solid #ddd;
}
.tableWrapp td:last-child,
.tableWrapp th:last-child {
    border-right: 0;
}
.tableWrapp.wid-100 th {
    width: 20%;
}
.tableWrapp.wid-100 td {
    text-align: left;
}
.tableWrapp td:first-child {
    text-align: left;
}
.tableWrapp tr:nth-child(odd) {
    background-color: #f5f6f6;
}
.tableWrapp th {
    text-align: left;
    background-color: #dddccb;
    font-size: 1.5rem;
    color: #000;
    padding: 1.5rem 2rem;
    border-right: 1px solid #ece9e9;
    font-weight: 700;
}
/*.tableWrapp tr:last-child {
    border-bottom: 1px solid #ddd;
}*/
.garages-search-block {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
.garages-search-block h2 {
    padding-bottom: 3rem;
    text-align: left;
}
.garages-search-block h3 {
    font-weight: 600;
    font-size: 3rem;
}
.garages-search-block .search-item {
    background: #fff;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    width: 40rem;
    position: relative;
    margin-top: 2rem;
}
.garages-search-block .search-item .icon-map {
    width: 25px;
    height: 30px;
    color: #01b4bb;
    font-size: 2.6rem;
    padding: 1.7rem 0 0 1.8rem;
    display: inline-block;
    position: absolute;
    background-image: url(/docs/default-source/assets/freshlook/images/ui-location-ico.png);
    background-repeat: no-repeat;
    top: 15px;
    left: 15px;
}
.garages-search-block .search-item input {
    vertical-align: top;
    border: 0;
    min-width: 295px;
    min-height: 60px;
    font-size: 1.4rem;
    outline: 0;
    color: #696969;
    background: #fff;
    padding: 0 2rem 0;
    display: inline-block;
    padding-left: 5.5rem;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.garages-search-block a {
    float: right;
    color: #fe6625;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 2.3rem 1.5rem 0 0;
    letter-spacing: 0.05rem;
}
.search-item span.ui-error {
    bottom: -25px;
    color: #fc9494;
    font-weight: 600;
    display: none;
}
.mob_small,
.desk_small {
    font-size: 1.3rem;
    color: #fff;
    text-align: left;
    display: block;
    position: relative;
    top: 5rem;
}
.mob_small {
    display: none;
}
.ui-widget.ui-widget-content {
    overflow: auto;
    max-height: 130px;
}
.ui-menu .ui-menu-item {
    font-size: 1.4rem;
    color: #282828;
    padding: 1rem 1rem;
}
.ui-menu .ui-menu-item:hover {
    background: #eee;
}
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: none;
    background: 0 0;
    font-weight: 400;
    color: #282828;
    margin: 0;
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: none;
    background: 0 0;
    font-weight: 400;
    color: #282828;
    margin: 0;
}
.ui-garageimg-dth svg {
    margin: 0 auto;
}
.ui-garageimg-dth img {
    margin: 0 auto;
}
.garages-search-block small sub {
    bottom: 4px;
}
.ui-tabs-modify {
    overflow: hidden;
}
.ui-tabs-modify .tab-head {
    width: 70%;
    border-bottom: 1px solid #c9c9c9;
    padding-top: 2rem;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: flex;
}
.ui-tabs-modify .tab-head li {
    min-width: 12rem;
    float: left;
    text-align: center;
    font-size: 1.6rem;
}
.ui-tabs-modify .tab-content-body {
    position: relative;
    width: 70%;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}
.ui-tabs-modify .common-insurance-blocks {
    padding: 3rem 2rem 0;
}
ul.arrow-tab-list {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 0rem 2rem 2rem 0;
}
ul.arrow-tab-list li:before {
    content: "";
    display: inline-block;
    background-image: url(/docs/default-source/assets/freshlook/images/ui-arrow-ico.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 6px;
}
ul.arrow-tab-list li {
    font-size: 1.6rem;
    font-weight: 300;
    padding-bottom: 1rem;
    display: inline-block;
    width: 46%;
    float: left;
    position: relative;
    padding-left: 3rem;
    margin-right: 3rem;
    color: #282828;
    line-height: 21px;
}
ul.arrow-tab-list.ui-width-half {
    width: 48%;
    float: left;
}
ul.arrow-tab-list.ui-width-half li {
    width: 100%;
}
ul.arrow-tab-list.ui-width-full li {
    width: 100%;
}
p.small-para {
    font-size: 1.3rem;
}
p.link-para {
    font-size: 1.3rem;
    color: #6c6c6c;
}
p.link-para a {
    font-size: 1.3rem;
    color: #6c6c6c;
    border-bottom: 1px solid #6c6c6c82;
    line-height: normal;
}
p.ui-note {
    color: #6c6c6c;
}
.ui-reviews-slider .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 48%;
    font-size: 0;
    height: 5rem;
    width: 5rem;
    border-radius: 50px;
    cursor: pointer;
    margin-left: 0;
    filter: drop-shadow(-5px 0px 10px rgba(0, 0, 0, 0.0968094));
    background: #ec6625;
    border: 1px solid #eaeaea;
}
.ui-reviews-slider .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 48%;
    font-size: 0;
    height: 5rem;
    width: 5rem;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 0;
    box-shadow: 5px 0 10px 0 rgba(0,0,0,.1);
    background: #ec6625;
    border: 1px solid #eaeaea;
}
.ui-reviews-slider .owl-nav .owl-next:before {
    border-color: transparent;
    border-style: none;
    border-width: 0;
    background-image: url(/docs/default-source/assets/india-risk-index/images/white-review-arrow.svg);
    height: 16px;
    width: 18px;
    transform: rotate(360deg);
    left: 16px;
    top: 17px;
    content: "";
    display: inline-block;
    vertical-align: text-top;
    box-sizing: inherit;
    margin: 0;
    position: absolute;
}
.ui-reviews-slider .item {
    text-align: center;
    margin: 2rem 0;
}
.ui-reviews-slider .reviews-rating-content {
    display: inline-block;
    text-align: left;
    margin: 0 auto;
    width: 100%;
    max-width: 432px;
    direction: ltr;
}
.ui-reviews-slider .rating-topbar {
    margin: 0 auto;
}
.ui-reviews-slider .rating-topbar h3 {
    text-align: left;
    font-size: 1.7rem;
    color: #282828;
    font-weight: 700;
    border-right: 2px solid #b2b2b2;
    padding-right: 1rem;
    display: inline-block;
}
.ui-reviews-slider .reviews-rating-content p {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.ui-reviews-slider .rating-fl {
    display: inline-block;
    width: 45%;
    margin-left: 1rem;
}
span.star-fill {
    background-image: url(/docs/default-source/assets/freshlook/images/ui-orangestar-ico.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 12px;
    display: inline-block;
}
span.star-gray {
    background-image: url(/docs/default-source/assets/freshlook/images/ui-graystar-ico.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 12px;
    display: inline-block;
}
.ui-reviews-slider .rating-fl span {
    margin-right: 0.5rem;
}
.ui-reviews-slider .rating-topbar:after {
    content: "";
    background-image: url(/docs/default-source/assets/freshlook/images/ui-exl-ico.png);
    background-repeat: no-repeat;
    width: 4.9rem;
    height: 4.2rem;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 5rem;
}
.ui-reviews-slider .owl-nav .owl-prev:before {
    border-color: transparent;
    border-style: none;
    border-width: 0;
    background-image: url(/docs/default-source/assets/india-risk-index/images/white-review-arrow.svg);
    height: 16px;
    width: 18px;
    transform: rotate(180deg);
    left: 16px;
    top: 16px;
    content: "";
    display: inline-block;
    vertical-align: text-top;
    box-sizing: inherit;
    margin: 0;
    position: absolute;
}
.ui-reviews-slider .owl-nav .owl-prev.disabled:before, .ui-reviews-slider .owl-nav .owl-next.disabled:before {
    background-image: url(/docs/default-source/assets/images/review_arrow.png);
    opacity: .5;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.4;
    cursor: default !important;
}
.ui-reviews-slider .owl-nav .owl-prev.disabled, .ui-reviews-slider .owl-nav .owl-next.disabled {
    background: #fff;
    border: 1px solid #cbcdce;
    cursor: not-allowed !important; 
}
.owl-theme .owl-dots .owl-dot span {
    background: #ccc;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #f58220;
    width: 25px;
    margin: 5px 0;
}
.owl-theme .owl-dots .owl-dot span {
    background: #eaeaea;
}
.breadcrumb-main-block {
    width: 100%;
    padding: 2rem 0;
    border-top: 1px solid #ece9e9;
}
ul.breadcrumbs {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
ul.breadcrumbs li {
    display: inline-block;
}
ul.breadcrumbs li a {
    color: #282828;
    padding-right: 1.5rem;
    text-decoration: none;
    font-weight: 600;
}
ul.breadcrumbs li.active a {
    color: #6c6c6c;
    opacity: 0.8;
}
ul.breadcrumbs li a:after {
    border: solid #282828;
    border-width: 0 1.2px 1.2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: top;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: "";
    margin-top: 6px;
    margin-left: 10px;
}
ul.breadcrumbs li:last-child a:after {
    display: none;
}
.viewlistpopup .popup {
    width: 62%;
    max-height: unset;
    margin: 45px auto;
}
.viewlistpopup .popup h3 {
    font-size: 20px;
    display: block;
    text-align: center;
    color: #282828;
    font-weight: 700;
    padding: 15px 0 30px;
}
ul.listOfgrg li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
ul.listOfgrg {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
ul.listOfgrg li {
    display: inline-block;
    width: 45%;
    list-style: none;
    float: left;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
ul.listOfgrg li:before {
    content: "";
    background: url(/docs/default-source/assets/images/carplan/garaddico.png) no-repeat;
    width: 23px;
    height: 30px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
ul.listOfgrg .netGargs {
    display: inline-block;
    float: left;
    width: 80%;
}
ul.listOfgrg .netGargs h4 {
    margin: 0;
    font-size: 15px;
    color: #282828;
    font-weight: 500;
    text-align: left;
}
ul.listOfgrg:before {
    content: "";
    height: 100%;
    width: 1px;
    background: #ebebeb;
    display: inline-block;
    position: absolute;
    left: 50%;
    right: 50%;
}
ul.listOfgrg .netGargs p {
    font-size: 13px;
    color: #666;
    padding-top: 8px;
    opacity: 0.8;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 5px;
}
ul.listOfgrg li.mrR {
    margin-right: 10%;
}
ul.listOfgrg .conGrgs {
    display: inline-block;
    width: 60%;
    margin: 0;
    text-align: left;
}
ul.listOfgrg .manfGrgs {
    width: 35%;
    display: inline-block;
    float: right;
}
ul.listOfgrg .conMn {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 10px 0;
    text-align: left;
}
.dtlsCn {
    display: block;
}
.findSortList {
    transition: opacity 0.2s, visibility 0.2s;
}
.search-item .ui-error {
    display: none;
}
.garage-search .search-item .ui-error {
    bottom: -20px;
}
.garage-search .search-item {
    position: relative;
}
#viewListp {
    overflow: auto !important;
}
.idv-btn {
    text-align: right;
    padding: 2rem 3rem;
    border-top: 1px solid #ededed;
}
.pad-block1 {
    padding: 5rem 1.5rem 0 5rem;
}
.pad-block2 {
    padding: 5rem 0 0 2rem;
}
.pad-top1 {
    padding-top: 1rem;
}
.pad-top2 {
    padding-top: 2rem;
}
.pad-top3 {
    padding-top: 3rem;
}
.pad-top5 {
    padding-top: 5rem;
}
.pad-bottom1 {
    padding-bottom: 1rem;
}
.pad-bottom2 {
    padding-bottom: 2rem;
}
.pad-bottom3 {
    padding-bottom: 3rem;
}
.pad-left1 {
    padding-left: 1rem;
}
.pad-left2 {
    padding-left: 2rem;
}
.pad-left3 {
    padding-left: 3rem;
}
svg {
    max-width: 100%;
}
.align-center {
    text-align: center;
}
.click-link {
    font-size: 1.7rem;
    font-weight: 400;
    color: #ec6608;
    display: inline-block;
    text-decoration: underline;
}
h3.heading-3 {
    font-size: 1.7rem;
    color: #282828;
    font-weight: 600;
    margin: 0;
}
.pb-10 {
    padding-bottom: 1rem;
}
.toggle-panel-wrapper .orange-strip p.first-quote span {
    width: 238px !important;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 92%;
    min-width: 100%;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
}
.toggle-panel-wrapper .orange-strip p span {
    font-size: 1.2rem;
    color: #fff;
    margin: 0;
    line-height: normal;
    font-weight: 400;
}
.more-quotes-wrapper ul li:hover {
    background: #fff4eb;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.more-quotes-wrapper ul li:nth-last-child(2):hover {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.more-quotes-wrapper ul li:nth-last-child(3):hover {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.more-quotes-wrapper span.quote-title {
    width: 92% !important;
    font-weight: 600 !important;
    color: #282828 !important;
}
.blue-strip .more-quotes-wrapper ul li a.redirectUrl img.right-arrow {
    position: absolute;
    right: 10px;
}
.more-quotes-wrapper span.quote-plan-name {
    font-size: 1.2rem !important;
    color: #6c6c6c !important;
}
.toggle-panel-wrapper .orange-strip p.first-quote span {
    font-weight: 600 !important;
}
.more-quotes-wrapper ul li {
    border-bottom: 0 !important;
}
.more-quotes-wrapper ul li:nth-last-child(2) {
    border-bottom: 0;
    border-top: solid 1px #cbcdce;
}
.more-quotes-wrapper .close {
    display: none;
}
a.redirectUrl {
    text-decoration: none !important;
}
/*faq section start here*/
.bg-lightgray {
    background-color: #f8f6f6;
}

.section-content h2 {
    font-weight: 700;
}
.pad-bot50 {
    padding-bottom: 50px;
}
.text-center {
    text-align: center;
}
.frequent-accordian .il-accordion {
    width: 65%;
    margin: 50px auto 0;
    border-bottom: 1px solid #dfdfdf;
}
.frequent-accordian .il-accordion-card {
    cursor: pointer;
    border-top: solid 1px #e2e1df;
    padding: 0;
}
.frequent-accordian .il-accordion-title {
    position: relative;
    cursor: pointer;
    padding: 20px 0;
}
.frequent-accordian .il-accordion-title h3 {
    font-size: 20px;
    font-weight: bold;
    width: 97%;
    color: #282828;
    line-height: 30px;
    margin-bottom: 0px;
}
.frequent-accordian .il-accordion-title::after {
    width: 8px;
    height: 8px;
    border-right: 2px solid #282828;
    border-bottom: 2px solid #282828;
    position: absolute;
    right: 0;
    content: " ";
    top: 30px;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
}
.frequent-accordian .il-accordion-title.active::after {
    transform: rotate(-135deg);
    transition: all 0.2s ease-in-out;
}
.frequent-accordian .il-accordion-panel {
    display: none;
    padding: 0 0 20px 0px;
    margin-bottom: -2px;
    cursor: default;
}
.frequent-accordian .il-accordion-panel span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.frequent-accordian .il-accordion-panel-list {
    padding-left: 16px;
    margin-top: 10px;
}
.frequent-accordian .il-accordion-panel-list li {
    font-size: 16px;
    list-style-type: disc;
    margin-bottom: 10px;
}
.accordian-lists {
    position: relative;
}
.accordian-lists ul {
    padding-left: 20px;
    margin-top: 20px;
}
.accordian-lists ul li {
    padding-bottom: 3px;
    padding-top: 10px;
}
.accordian-lists ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    margin-top: 7px;
    background-image: url(/docs/default-source/assets/activa-campaign/images/path.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 15px;
    width: 15px;
}
.idv-btn {
    text-align: right;
    padding: 2rem 3rem;
    border-top: 1px solid #ededed;
}
.popup h3 {
    margin: 0;
    color: #282828;
    font-size: 2.5rem;
    font-weight: 600;
    font-family: inherit;
    text-align: center;
    padding-bottom: 3rem;
}
.popup {
    padding: 30px;
}
.search-item span.ui-error {
    bottom: -25px;
    color: #fc9494;
    font-weight: 600;
    display: none;
}
.section-content.p_tg_font p {
    font-size: 17px;
    line-height: 1.76;
}
.f-15 {
    font-size: 15px;
}
.ui-onlineimg-dth .img-responsive {
    margin: 0 auto;
}
.ui-menu-item-wrapper:hover,
.ui-state-active:hover {
    color: #fff;
}
.quote_click {
    cursor: pointer;
    font-weight: 600;
    font-size: 15px !important;
    text-decoration: underline;
    color: #f4824c;
}
.sup_script {
    position: relative;
    top: -8px;
}
.bg-blue .input-block input.adultsNo.adultsComn,
.bg-blue .input-block input.mpadultsNo.adultsComn,
.bg-blue .input-block input.argadultNo.adultsComn,
.bg-blue .input-block input.argKidsNo.adultsComn,
.bg-blue .input-block input.hbadultNo.adultsComn,
.bg-blue .input-block input.hbKidsNo.adultsComn {
    opacity: 1;
    font-weight: 600;
    color: #282828;
}
.input-block sup {
    font-size: 16px;
    font-weight: 300;
    color: #e71a1a;
}
.chieditBtn,
.maxpeditBtn,
.argeditBtn,
.hbeditBtn {
    background-color: transparent !important;
    text-decoration: underline !important;
}
/* what is covered css start here */
.table_coverd {
    margin: 0 auto;
    width: 85%;
    border: 1px solid #f5f6f6;
    border-radius: 10px;
}
.what_is_covered table {
    margin: 0 auto;
    margin-top: 0px;
    width: 100%;
}
.what_is_covered table tr td {
    border-right: 1px solid #eaeaea;
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    word-break: break-word;
}
.what_is_covered table tr td:last-child {
    border-right: none;
}
.what_is_covered table tr td.txtbold {
    font-weight: 700;
}
.what_is_covered table tr td.bg {
    background: #e1e0d1;
}
.what_is_covered table tr:first-child td.bg:first-child {
    border-radius: 10px 0px 0px 0px;
}
.what_is_covered table tr:first-child td.bg:last-child {
    border-top-right-radius: 10px;
}
.what_is_covered table.toggletable tr:first-child td.bg:first-child {
    border-radius: 0px 0px 0px 0px;
}
.what_is_covered table.toggletable tr:first-child td.bg:last-child {
    border-top-right-radius: 0px;
}
.what_is_covered table tr:first-child {
    border-radius: 10px;
}
.what_is_covered tr td.row_title {
    text-align: left;
}
.what_is_covered table tr:nth-child(odd) {
    background: #f5f6f6;
}
.what_is_covered tr td:first-child {
    width: 40%;
}
.what_is_covered tr td:last-child {
    width: 20%;
}

.what_is_covered table tr td:nth-child(n + 2) {
    width: 20%;
}
.collapse_expland {
    font-size: 16px;
    font-weight: 700;
    color: #ec6625;
    text-decoration: underline;
    position: relative;
    cursor: pointer;
}
.what_is_covered .bg_overide {
    background-color: #fff !important;
}
.what_is_covered h2 {
    margin-bottom: 25px;
}

.what_is_covered .collapse_expland::after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNSA3LjI1TDggMi43NUwxMi41IDcuMjUiIHN0cm9rZT0iI0VDNjYyNSIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat, repeat;
    background-position: right 10px top 50%, 0 0;
    background-size: 1.2em auto, 100%;
    transition: all 0.2s ease-in-out;
    position: absolute;
    right: -39px;
    z-index: 999;
    width: 37px;
    height: 24px;
    text-align: justify;
    margin: 0 auto;
    transform: rotate(180deg);
}
.what_is_covered .collapse_expland.active::after {
    transform: rotate(0deg);
}
/*faq section end here*/

/* value added service start here */
.value_added_service .ui-card-wrap {
    margin-top: 25px;
}
.value_added_service .ui-card-wrap .card-block {
    margin-bottom: 15px;
    background: #f0efee;
    padding: 25px 50px 20px 25px;
    height: 90px;
}

.value_added_service .ui-card-wrap .card-block h3 {
    font-size: 18px;
    font-weight: 700;
    color: #282828;
    text-align: left;
    padding-bottom: 0;
    display: inline-block;
    margin: 0;
}
.value_added_service .ui-card-wrap .card-block {
    width: auto;
}
.value_added_service .flexclass .img_section {
    padding: 0px 20px 0px 0px;
}

/* value added service end here  */

/* claim calmy css start here */
.calmy-wrapper {
    background-color: #00305b;
}
.claim-wrapper {
    /* margin: 6.6rem 0; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
/*.claim-img {
 width: 40%;
}*/
.img-responsive {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
/*.claim-cont {
 width: 60%;
}*/
.section-head {
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 1.5rem;
}
.claim-inline-cont {
    display: flex;
    align-items: center;
}
.claim-txt {
    color: #fff;
    font-size: 1.7rem;
    line-height: 2rem;
    /* width: 17%; */
    padding-right: 2rem;
    padding-top: 10px;
}
.claim-list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    width: 12%;
}

.claim-list-item {
    color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    width: 22px;
    height: 22px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 1rem;
    position: relative;
    border: 1px solid #8097ac;
    background: #00305b;
}
.claim-box-wrapper {
    margin: 4rem 0;
    display: flex;
}

.claim-box {
    max-width: 150px;
    width: 100%;
    background-color: #004a80;
    border-radius: 20px;
    margin-right: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.9rem 1rem;
    position: relative;
}

.claim-box:last-child {
    margin-right: 0;
}

.claim-box-num {
    color: #93aabf;
    font-size: 2rem;
    line-height: 2.5rem;
    position: absolute;
    top: 10px;
    left: 20px;
}

.claim-box-head {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-weight: 700;
    text-align: center;
}

.box-img {
    margin-bottom: 1rem;
}

.dot {
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 10px;
    right: 105%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dot em {
    font-size: 3.8rem;
    background: #8097ac;
    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;
}
/* claim calmy css end here */
.how_can_you_buy .card .content {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    line-height: 20px;
    padding: 0;
}
.how_can_you_buy .card .img-content {
    text-align: right;
    height: 85px;
}
.how_can_you_buy .card .switch {
    display: flex;
    flex-direction: column-reverse;
}
.how_can_you_buy .card {
    display: inline-block;
    width: 275px;
    background: #fff3f3;
    border-radius: 10px;
    padding: 20px;
    margin-right: 20px;
    vertical-align: middle;
    margin-top: 25px;
}
.how_can_you_buy .card.chose_plan {
    background: #f8f6e4;
}
.reasonBoxwrapp {
    display: flex;
}
.bf_customer_love_us .img_section {
    padding-top: 0;
}

.reasonBoxwrapp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

p.bagi_block a {
    padding: 0;
    margin: 0;
    float: none;
    font-size: 14px;
    text-decoration: underline;
}
p.bagi_block {
    line-height: 23px;
    margin: 35px 0 0;
}
.morecontent span {
    font-size: 1.5rem;
    display: none;
    font-weight: 400;
}
.morelink {
    display: inline-block;
}
.morelink::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 16px;
    margin-top: -12px;
    background: url(/docs/default-source/assets/freshlook/images/readmore.png?sfvrsn=39fd6dd2_2);
}
.morelink.less::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg) !important;
}
.insurance-benefit-wrap {
    background: #f8f6e4;
}
/***Heading Content Block Start***/
.heading-content-block {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    /* margin: 6rem 0; */
}

.heading-content-block .heading-sec {
    width: 40%;
}

.heading-content-block .content-sec {
    width: 60%;
}

.content-sec .content-details {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 3rem;
}

.content-sec .content-details:last-child {
    margin-bottom: 0rem;
}

.content-details .content-img {
    width: 10%;
}

.content-details .content-text {
    width: 90%;
}

.content-details .content-text p {
    font-size: 1.7rem;
    line-height: 1.76;
    color: #282828;
    font-weight: 300;
}
/***Heading Content Block End***/

/***Img Content Block Start***/
.img-content-block {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    /* margin: 6rem 0; */
    display: flex;
}

.img-content-block .img-block {
    width: 37%;
    margin-right: 3%;
}

.img-content-block .content-block {
    width: 60%;
}

.img-block img {
    width: 100%;
}

.img-content-block p {
    font-size: 1.7rem;
    line-height: 1.76;
    font-weight: 300;
}

.list .list-item {
    padding-left: 3.5rem;
    position: relative;
    margin-bottom: 3rem;
}

.list .list-item:last-child {
    margin-bottom: 0;
}

.list1 .list-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.1rem;
    background: url("../images/green-tick.png") no-repeat;
    width: 2.1rem;
    height: 2.1rem;
}

.list2 .list-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2rem;
    background: url("../images/arrow.png") no-repeat;
    width: 1.5rem;
    height: 1.9rem;
}

.list2 .list-item {
    padding-left: 3rem;
}
/***Img Content Block End***/
.inc-exc-tab .exclusion-tabs.ExclusionValidList li p {
    padding-bottom: 0;
}
/*.inc-exc-tab .ui-check-list.exclusion-tabs.ExclusionValidList li {
    margin-bottom: 0;
}*/
.btnwarpp.ui_get_sticky {
    display: none;
}
.il-scrollable-tabs ul {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    /*white-space: nowrap;*/
}
.il-scrollable-tabs ul::-webkit-scrollbar {
    display: none;
}

.il-nav-next,
.il-nav-prev {
    width: 44px;
    height: 44px;
    background-color: #fff;
    position: absolute;
    top: 40px;
    right: -10px;
    border-radius: 50%;
    cursor: pointer;
    /*filter: drop-shadow(-5px 0px 20px rgba(0, 0, 0, 0.25));*/
    filter: drop-shadow(-5px 0px 40px rgba(0, 0, 0, 1.25));
    z-index: 6;
}
.il-nav-prev {
    left: -10px;
}

.il-nav-prev:before,
.il-nav-next:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background: url(/docs/default-source/assets/images/chifresh/widget-tab-arr-gradient.svg);
}

.il-nav-prev:before {
    background: url(/docs/default-source/assets/images/chifresh/widget-tab-arr-prev.svg);
}

@media (max-width: 1360px) {
    .ui-form-block a.renewal-link {
        margin-left: 0.5rem;
        max-width: 19rem;
    }
    .ui-form-block a.renewal-link span {
        font-size: 1.2rem;
        width: 75%;
    }
    .input-block {
        max-width: 100%;
    }
    .ui-tabs-modify .tab-head li {
        min-width: 13.7rem;
    }
    .ui-card-wrap .card-block span {
        font-size: 2.5rem;
    }
    .ui-card-wrap .card-block p span {
        font-size: 1.4rem;
        padding: 0 1rem;
    }
    .claim-blocks li {
        margin-right: 4rem;
    }
}

@media (max-width: 1199px) {
    img.whatsapp-img {
        width: 50px;
        margin-left: 0;
    }
    .input-check + label {
        font-size: 1.2rem;
    }
    .ui-tabs-modify .tab-content-body,
    .ui-tabs-modify .tab-head {
        width: 100%;
    }
    #HealthAdvatEdgePopup .top-bg-block h2 {
        width: 100%;
        padding-bottom: 30px;
    }
}
@media (min-width: 1200px) {
    .mainWrapper.healthFreshlook .container {
        width: 1104px !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    /* .landing-widget .container {
         margin: 0;
    } */

    .landing-widget .widgetSectn .tab-head li {
        padding: 3rem 6rem 3rem 2rem;
        width: 24.9%;
        min-width: 24.9%;
    }
    .freshAppwidget .tab-head {
         display: flex ;
    }
    .landing-widget .widget-content-body {
        padding: 4rem 2rem 0;
    }
    .landing-widget .widget-content-body .detailsWrapp .adultOuter,
    .landing-widget .widget-content-body .detailsWrapp .adultOuter .date-feild {
        padding: 2rem 1.7rem;
    }
    .landing-widget .widget-content-body .date-block span.jq-dte input.jq-dte-month,
    .landing-widget .widget-content-body .date-block span.jq-dte input.jq-dte-day {
        width: 40px !important;
    }
    .healthFreshlook .formOuter .widget-content-body .checkWrapper {
        left: -18px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .landing-widget .widget-content-body .detailsWrapp .adultOuter .subs-block {
        top: 6px;
    }
    .landing-widget .widget-content-body .detailsWrapp .adultOuter .adultBoxWrapp {
        top: 78px;
    }
    .healthFreshlook .formOuter .checkWrapper {
        bottom: -100px;
        left: -7px;
    }
    .landing-widget .widget-content-body .detailsWrapp {
        width: 100%;
    }
    .landing-widget .marRight {
        margin-right: 2rem;
    }


    .landing-widget .input-block {
        width: 100%;
        min-width: auto;
    }
    .garages-search-block small.desk_small {
        text-align: left;
        top: 5rem;
    }
    .claim-list {
        width: auto;
    }
    .claim-box {
        padding: 2.9rem 3rem;
    }
    #WhyICICILombard h2 {
        padding-right: 0;
    }
    .landing-widget .widget-content-body .btnwarpp {
        width: 100%;
        position: relative;
        left: 0;
        bottom: 0;
        text-align: left;
        margin-left: 2rem;
    }
    .port_policy_div {
        margin-bottom: 2rem;
    }
    .landing-widget .subs-block input {
        width: 36px;
    }
    .landing-widget .input-block.steps-row span {
        font-size: 1.5rem;
    }
    .landing-widget .widget-content-body .detailsWrapp .adultOuter {
        margin-bottom: 4rem;
    }
    .landing-widget .widget-content-body {
        padding-top: 1rem;
    }
}
@media (min-width: 992px) {
    .landing-widget .widget-content-body .detailsWrapp .adultOuter {
        height: 60px;
        line-height: 25px;
    }
    .bk_btn_widgt,
    .lg-none,
    .ui_get_sticky {
        display: none;
    }
    .ml-150 {
        margin-left: 150px;
    }
    .mb-20 {
        margin-bottom: 20px;
    }
    .ui-policy-documents .divide_line {
        position: relative;
        left: 14px;
        color: grey;
    }
    .inc-exc-tab .tab-content.active {
        padding-left: 30px;
    }
    .inc-exc-tab ul.ui-check-list.exclusion-tabs.green_tick {
        padding: 0 0 2rem 0;
    }
}
@media (max-width: 991px) {
    #whyHealthPolicy .clearfix {
        display: none;
    }
    .content-details .content-img {
        width: auto;
    }
    .content-details .content-text {
        padding-left: 10px;
    }
    .ui_get_sticky.fixedBtns {
        width: 100%;
        position: fixed;
        z-index: 9999;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 5px 20px;
        height: fit-content;
        background: #fff;
        box-shadow: 2px 3px 12px 1px rgba(0, 0, 0, 0.34);
        background-color: #fff;
    }
    .landing-widget .input-block.steps-row span.sm_f {
        font-size: 12px;
        padding: 0;
    }
    .landing-widget .widget-content-body .detailsWrapp .adultOuter .steps-row span.AdultB {
        font-size: 16px;
    }
    .landing-widget .subs-block a {
        width: 3rem;
        height: 3rem;
        font-size: 2.4rem;
        line-height: 2.6rem;
        font-weight: 700;
    }
    .healthFreshlook .widgetSectn .optDetials .btnwarpp a {
        padding: 1.8rem 2rem;
    }
    .widgetSectn .optDetials .block.countAdult {
        padding: 2rem 1.5rem;
    }
    .healthFreshlook .countAdult .newTsenior .stepclLeft span.labelHead {
        font-size: 1.5rem;
    }
    .idv-img-detach,
    .tw-img-detach,
    .ui-garageimg-dth,
    .ui-onlineimg-dth {
        padding: 3rem 0 0;
    }
    .garages-search-block .search-item {
        margin: 0 auto;
    }
    .mob_interchng {
        display: inline-grid;
    }
    .tw-para-detach {
        order: 1;
    }
    .tw-img-detach {
        order: 2;
    }
    .pad-block2 {
        padding: 3rem 0 3rem 0 !important;
    }
    /*.garages-search-block .search-item input{
         padding-left: 0 !important;
    }*/

    .hidden-sm {
        display: none;
    }
    .ui-policy-documents .divide_line {
        display: none;
    }
    .policy_doc {
        margin-top: 10px;
        font-weight: 600;
        line-height: normal;
    }
    /*.ui-policy-documents p a.policy_doc {
         display: inline-block;
         width: 65%;
    }*/
    .ui-policy-documents p a.policy_doc:after {
        display: none;
    }
    #HAPWidget .popup {
        width: 100%;
        margin: 0;
        border-radius: 0;
    }
}
@media (max-width: 768px) {
    .calmy-wrapper .row {
        margin: 0;
    }
    .claim-wrapper {
        display: flex;
        align-items: unset;
        flex-direction: column-reverse;
        margin: 0;
    }
    .claim-box-wrapper {
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 3rem 0;
    }
    .claim-box {
        margin-right: 0;
        margin-bottom: 1.2rem;
        width: 30%;
        max-width: 100%;
        padding-top: 5rem;
    }

    .calm-image {
        width: 70%;
    }

    .claim-list {
        width: 60%;
        display: inline-block;
    }
    .claim-cont {
        width: 100%;
    }
    .claim-img {
        width: 100%;
    }
    .dot {
        display: none;
    }
    .how_can_you_buy .card {
        width: 100% !important;
    }
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .container,
    .il-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    /*#sc_healthinsurance {
    padding: 40px 0px 60px 0px;
  }*/
    .midWrappHAP .section-content h2 {
        font-size: 30px;
        line-height: 38px;
        text-align: left;
    }
    .garages-search-block h3{
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .what_is_max_protec .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .section-content {
        padding: 4rem 1rem;
    }
    .midWrappHAP .text-center {
        text-align: left;
    }
    .midWrappHAP .review_rating .text-center {
        text-align: center;
    }
    .midWrappHAP .review_rating h2 {
        text-align: center;
        font-size: 3rem;
        font-weight: 700;
    }
    .eligibility-container {
        flex-direction: column;
        padding-top: 3rem;
    }
    .eligibility-holder {
        width: 100%;
        margin-bottom: 15px;
    }
    .pad-top-4-mob {
        padding-top: 4rem;
    }
    .pad-block1 {
        padding: 2rem 1.5rem 2rem 3rem;
    }
    #buy_car_polc_online .common-insurance-blocks {
        padding-bottom: 0;
    }
    .common-insurance-blocks em {
        font-size: 2.4rem;
        line-height: 3rem;
        top: 16px;
        font-weight: 800;
    }
    .bf_customer_love_us.section-content h2 {
        padding-bottom: 0 !important;
        width: 70%;
    }

    h2.befit_cover,
    p.befit_cover {
        text-align: left;
    }

    h2.befit_cover {
        font-size: 3rem;
    }

    .ui-check-list p {
        font-size: 1.6rem;
    }

    /*.ui-policy-documents p {
    padding: 20px 0px 20px 20px;
    font-size: 20px;
    font-weight: 600;
  }*/
    .max-protect-coverage-good-fit .row,
    .what_is_max_protec .row,
    .claim_calmly_sec .row,
    .locate_hospital_sec .row {
        flex-direction: column-reverse;
    }
    .ui-policy-documents p a.policy_doc {
        margin-top: 10px;
        display: block;
        color: #ec6608;
        padding: 10px 15px;
        border: 1px solid #c9c9c9;
        border-radius: 10px;
        text-decoration: none;
        font-weight: 700;
        background-image: url(/docs/default-source/assets/car-landing-new/images/forward_arrow.svg);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center;
        background-origin: content-box;
    }
    .ui-policy-documents p a::after {
        /* background-image: url(/docs/default-source/apps/befitlandingapp/assets/images/bf-policy-arrow.png); */
        background-repeat: no-repeat;
        content: "";
        width: 20px;
        height: 20px;
        float: right;
        margin-right: 0px;
        margin-top: 9px;
    }
    /*.section-content.bg-lightgray {
      background-color: #f8f6f6;
      padding: 40px 0 40px 0;
   } */

    .tab-head li {
        min-width: 50%;
    }
    .ui-check-list.exclusion-tabs li:before {
        left: 0;
    }
    .midWrappHAP .inc-exc-tab .include_div .ui-check-list.exclusion-tabs.green_tick li:before {
        top: 7px;
    }
    .ui-check-list li {
        padding: 0 2.5rem;
    }

    .leftImgWrap .centerImg {
        flex-direction: column-reverse;
        display: block !important;
    }
    .leftImgWrap.why_golden_shield .centerImg {
        display: block;
    }
    #mobile_quoteavail {
        font-size: 2.5rem !important;
        vertical-align: bottom;
    }
    #mobile_quotecnt {
        margin: 0 10px 0 15px;
    }
    .toggle-panel-wrapper .blue-strip .more-quotes-wrapper .continue-journey-m {
        font-size: 3rem !important;
        font-weight: 600;
        margin: 8px 0 20px 0;
    }
    .more-quotes-wrapper span.quote-title {
        font-size: 2.5rem !important;
    }
    .blue-strip .more-quotes-wrapper ul li a.redirectUrl img.right-arrow {
        width: 9px;
        right: 32px;
    }
    .more-quotes-wrapper span.quote-plan-name {
        font-size: 2.5rem !important;
    }
    .toggle-panel-wrapper .blue-strip .more-quotes-wrapper ul li {
        border-top: 0 !important;
        border-bottom: solid 1px #cbcdce !important;
        padding: 20px 30px !important;
    }
    .toggle-panel-wrapper .blue-strip .more-quotes-wrapper ul li.dont-show-me {
        font-size: 2rem !important;
    }
    .more-quotes-wrapper ul li:nth-last-child(2):hover {
        border-radius: 0 !important;
    }
    .more-quotes-wrapper .close {
        position: absolute;
        right: 30px;
        top: 35px;
        display: block;
    }
    .toggle-panel-wrapper .blue-strip .down-arrow {
        right: 18px !important;
    }
}
.img-section-h {
    padding-bottom: 2rem;
}
.view-more-content .paraHide {
    display: block;
}
a.vMore,
a.rMore {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #ec6625;
    text-decoration: underline;
    text-align: center !important;
}
.view-more-content a.vMore,
.view-more-content a.rMore {
    display: none;
}
.rating_count {
    display: inline-flex;
    margin-top: 10px;
}
.rating_count li {
    padding: 0 10px;
    text-align: left;
}
.rating_count li:first-child {
    width: 130px;
}
.rating_count img {
    margin-top: -8px;
}
.rating_count p {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
}
.rating_count span {
    color: #6c6c6c;
    font-size: 12px;
    font-weight: 500;
}
.rating_count h2 {
    font-size: 30px;
    font-weight: 700;
    border-right: 1px solid #cbcdce;
    padding-bottom: 0;
}
.secondary-btn {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    padding: 1.3rem 2.4rem;
    font-size: 1.6rem;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    border: 1px solid #ec6625;
    font-weight: 700;
    text-align: center;
    background: #fff;
    color: #ec6625;
}
.secondary-btn:hover {
    position: relative;
    background: #fff2eb;
    border: 1px solid #ec6625;
    color: #ec6625;
}
.mar-top-5 {
    margin-top: 5rem;
}
.div-holder{
    width: 70%;
    margin: 0 auto;
}
.pink-gradient-box{
    border-radius: 10px 10px 0px 0px;
    background: linear-gradient(180deg, #FFF2EB 0%, #FFF 100%);
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.claim-guarantee{
    color:#282828;
    font-size: 16px;
    font-weight: 700 !important;
    line-height: normal;
    margin-bottom: 1.2rem;
}
.gradient-txt{
    font-size: 14px;
    font-weight: 700 !important;
    line-height: 21px; 
    background: linear-gradient(270deg, #F58820 0%, #B02A30 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 1.5rem;
}
.accordion-wrapper .accordion-card {
    cursor: pointer;
    border-top: solid 1px #e2e1df;
    padding: 0;
    margin-bottom: 1rem;
}
.accordion-wrapper .accordion-card:last-child {
    border-bottom: solid 1px #e2e1df;
}
.accordion-wrapper .accordion-card.accordion-filled {
    background-color: #fff;
    border-radius: 1rem;
    border-width: 0;
    border: 1px solid #c9c9c9;
}
.accordion-wrapper .accordion-filled .accordion-title {
    position: relative;
    cursor: pointer;
    padding: 2rem;
    border-radius: 1rem;
}
.accordion-wrapper .accordion-filled .accordion-title.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.accordion-wrapper .accordion-title h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #282828;
    line-height: 3rem;
    margin-bottom: 0px;
    margin-top: 0;
}
.accordion-wrapper .accordion-title::after {
    width: 0.8rem;
    height: 0.8rem;
    border-right: 2px solid #282828;
    border-bottom: 2px solid #282828;
    position: absolute;
    right: 2rem;
    content: " ";
    top: 3rem;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
}
.accordion-title.active::after {
    transform: rotate(-135deg);
    transition: all 0.2s ease-in-out;
}
.accordion-wrapper .accordion-panel {
    display: none;
    padding: 0 2rem 2.5rem;
    margin-bottom: -0.2rem;
    cursor: default;
}
.accordion-wrapper .accordion-panel span {
    transform: rotate(-135deg);
    transition: all 0.2s ease-in-out;
}
.accordion-wrapper .accordion-title.active::after {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
}
.accordion-wrapper .accordion-title:hover {
    background: linear-gradient(180deg, #f8f6f6 0%, #ffffff 100%);
}
.accordion-wrapper .accordion-title:active {
    background: linear-gradient(180deg, #f0efee 0%, #ffffff 100%);
}
.accordion-wrapper .accordion-title:focus-visible,
.accordion-wrapper .accordion-title:focus {
    border: 1px solid #ec670c;
}

@media (max-width: 767px) {
    .inputWrapp .emailWrapp, .inputWrapp .nameWrapp, .landing-widget .hb-form-block .inputWrapp .input-block,
     .landing-widget .hb-form-block .inputWrapp .input-block.nameWrapp
     {width: 100%;}
    .div-holder{
        width: 100%;
    }
    .pink-gradient-box{
        padding: 3rem 2rem;
    }
    .pink-gradient-box img{
        display: none;
    }
    .landing-widget .widget-content-body .detailsWrapp .chiadultWrapp, .landing-widget .widget-content-body .detailsWrapp .maxpadultWrapp, .nameWrapp{
        width: 100%;
    }

    .table-tooltip-icon {
        top: -1px;
    }
    .container-small.review_rating h2 {
        font-size: 3rem;
        line-height: 3.4rem;
        padding-left: 0;
    }
    .review_rating .pad-top5 {
        padding-top: 0;
    }
    .ui-reviews-slider .item {
        padding: 2rem 2rem;
        border: 1px solid #cbcdce;
        border-radius: 1rem;
        min-height: 38rem;
        margin: 3rem 1rem 2rem;
    }
    .ui-reviews-slider .rating-topbar:after {
        top: 31px;
        right: 30px;
    }
    .ui-reviews-slider .rating-fl {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-bottom: 1rem;
    }
    .ui-reviews-slider .rating-topbar h3 {
        border-right: none;
    }
    .owl-dots {
        text-align: center;
    }
    .midWrappHAP .review_rating .text-center{
        text-align: center;
    }
    .landing-widget .widget-content-body .detailsWrapp .adultOuter .subs-block {
        top: 2px;
    }
    .ui-garageimg-dth img {
        width: 65%;
    }
    .landing-widget .input-block.steps-row span {
        padding: 0;
    }
    .healthFreshlook .formOuter .checkWrapper .check-feild label span,
    .healthFreshlook .formOuter .checkWrapper a.check-terms-condition {
        color: #575757;
    }
    #WhyICICILombard h2 {
        padding-right: 0;
    }
    #WhyICICILombard .row,
    .steps-to-apply-for-1cr .row, .why-is-1cr-plan-needed .row {
        display: block;
    }
    .view-more-content a.vMore,
    .view-more-content a.rMore {
        display: block;
    }
    a.vMore:after,
    a.rMore:after {
        content: "";
        border: solid #ec6625;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-left: 0.7rem;
        vertical-align: baseline;
    }
    a.vMore.vLess:after,
    a.rMore.rLess:after {
        transform: rotate(-135deg);
        vertical-align: middle;
    }
    .view-more-content .paraHide {
        display: none;
    }
    .pro-code-wrap {
        width: 100%;
    }
    .tableWrapp {
        overflow: auto;
    }
    .claim-txt {
        padding-top: 0;
    }
    .table-default td {
        font-size: 1.4rem;
    }
    .garages-search-block .search-item input {
        min-width: 220px;
        padding-right: 1rem;
        padding-left: 4.5rem;
    }
    .garages-search-block h2 {
        text-align: center;
    }
    .garages-search-block p {
        text-align: left;
    }
    .garages-search-block h3 {
        font-size: 2rem;
        line-height: 2.5rem;
        font-weight: 700;
    }
    .garages-search-block a {
        font-size: 1.5rem;
        line-height: 1.8rem;
        font-weight: 600;
        letter-spacing: normal;
        padding: 0;
        position: absolute;
        right: 10px;
        top: 20px;
    }
    .desk_small {
        display: none;
    }
    .mob_small {
        display: block;
        top: 2rem;
    }
    .things-to-remember-wrap,
    .sav-tax-wrap {
        padding-bottom: 0;
    }
    .list2 .list-item {
        padding-left: 0;
    }
    .buy-family-plan-wrap {
        padding-top: 0;
    }
    .ui-card-wrap {
        flex-direction: column;
    }
    #hapinfo .ui-card-wrap .card-block {
        margin-top: 2rem;
        width: 100%;
    }
    .ui-card-wrap .card-block h3 {
        padding-bottom: 10px;
    }
    .freshAppwidget .tab-head {
        display: block;
    }
    .widget-content-body .inputWrapp {
        flex-direction: column;padding-top: 25px;
    }
    .landing-widget .widget-content-body .btnwarpp {
        display: block;
        text-align: center;
    }

    .tncbasic img {
        /*margin-top: 8px;*/
    }

    .submit-btn {
        text-align: center;
    }
    .gq-stickys {
        display: block;
    }
    .ui_get_sticky a.btn-primary {
        width: 100% !important;
    }
    .bk_btn_widgt {
        display: none;
        margin-bottom: 15px;
        margin-top: 8px;
        height: 18px;
        width: 80px;
    }
    .tab_bk_btn {
        position: relative;
        top: -4px;
        left: 5px;
        font-size: 17px;
        font-weight: 600;
        color: #fff;
    }
    .widget-content-body input:-webkit-autofill,
    .widget-content-body input:-webkit-autofill:hover,
    .widget-content-body input:-webkit-autofill:focus,
    .widget-content-body input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 50px #fff inset !important;
        -webkit-text-fill-color: #282828;
    }
    .healthFreshlook .landing-widget .input-block .subs-block input {
        color: #282828;
        height: 3rem;
        width: 4rem;
        /*font-size: 1.8rem;*/
        text-align: center;
        /*vertical-align: super;*/
    }
    .healthFreshlook .landing-widget .input-block .subs-block.kidBox input {
        padding-bottom: 0;
        font-size: 19px;
        vertical-align: baseline;
    }
    .landing-widget .subs-block a.chieditBtn:before,
    .landing-widget .subs-block a.argeditBtn:before,
    .landing-widget .subs-block a.hbeditBtn:before {
        top: 3px;
    }
    .healthFreshlook .formOuter .widgetSectn {
        min-height: 550px;
    }
    #widgetError .popup {
        width: 100% !important;
        max-width: 100%;
    }
    /*new chnages start here*/
    .healthFreshlook .zeroHassleWrapp h1 {
        padding-bottom: 1.2rem;
    }
    /*.healthFreshlook .landing-widget .input-block input {
         border-bottom: 1px solid #5c748a;
        border-radius: 0;
    }*/
    /*.landing-widget .input-block.focus label {
         font-size: 1.6rem;
         color: #8097ac;
    }*/
    .healthFreshlook .landing-widget .ripple-bar:after {
        display: none;
    }
    /*.landing-widget .widget-content-body .btnwarpp a {
         border-radius: 3rem !important;
    }*/
    .check-feild {
        margin-bottom: 1.7rem;
        width: 100%;
    }
    .healthFreshlook .formOuter .widget-content-body .checkWrapper label {
        width: 100%;
    }
    .landing-widget .tab-head li.active:before {
        display: none;
    }
    .landing-widget .tab-head li.active {
        background: #fff;
    }
    .landing-widget .widget-content-body .detailsWrapp .chiadultWrapp {
        width: 100%;
    }
    .landing-widget .tab-head li:first-child.active {
        border-radius: 15px;
    }
    .landing-widget .widget-content-body .detailsWrapp .adultOuter {
        background: #fff;
    }
    .landing-widget .widget-content-body .btnwarpp {
        position: relative;
        width: auto;
        bottom: auto;
        padding-bottom: 20px;
    }
    .healthFreshlook .formOuter .widget-content-body .checkWrapper {
        position: relative;
        bottom: auto;
        left: auto;
    }
    .landing-widget .widget-content-body .detailsWrapp {
        width: 100%;
    }
    .landing-widget .widget-content-body .detailsWrapp .adultOuter {
        margin-right: 0;
        width: 100%;
        padding: 1.7rem;
        margin-bottom: 3rem;
    }
    .landing-widget .tab-wrap {
        overflow: hidden;
    }
    .healthFreshlook .formOuter .widgetSectn {
        background: transparent;
        position: relative;
        margin-top: 1rem;
    }
    .landing-widget .tab-head {
        border-radius: 0;
        box-shadow: none;
        padding: 5px;
        background: #00305b;
        border: 0;
    }
    .landing-widget .tab-head li:first-child {
        margin-top: 0;
    }
    .landing-widget .tab-head li {
        width: 100%;
        text-align: left;
        padding: 2rem 4rem 2rem 9rem;
        letter-spacing: 0;
        margin-top: 2rem;
        background: #fff;
        border-radius: 15px;
        position: relative;
    }
    .il-nav-next,
    .il-nav-prev {
        display: none;
    }
    .healthFreshlook .widgetSectn span.icon {
        left: 30px;
        top: 20px;
    }
    .landing-widget .widget-content-body {
        padding: 2rem 1rem;
        position: absolute;
        top: 0;
        z-index: 5;
        background: #00305a;
        width: 100%;
        margin: 0 auto;
        display: inline-block;
        left: 0;
        right: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        top: 0;
        left: 100%;
        height: 100%;
    }
    .landing-widget .input-block {
        width: 100%;
        margin-right: 0;
        /*margin-bottom: 2rem;*/
    }
    .landing-widget .widget-content-body {
        padding: 0rem 0rem 4rem 0;
    }
    /*new changes end here*/
    /*.widgetSectn .optDetials .block input {
         border-bottom: 1px solid #5c748a;
    }
    */
    .landing-widget .widget-content-body .detailsWrapp .adultOuter {
        margin-bottom: 2rem;
    }
    .landing-widget .widget-content-body .detailsWrapp .adultOuter:nth-of-type(2) {
        margin-bottom: 0;
    }
    .healthFreshlook .countAdult .newTsenior .stepclLeft span.labelHead {
        font-size: 1.5rem;
        display: block;
        line-height: 1;
    }
    .countAdult .newTsenior .stepclLeft {
        line-height: 2.7rem;
    }
    .widgetSectn .optDetials {
        position: relative;
        width: 100%;
        margin-top: -591px;
        left: 100%;
        z-index: 2;
        display: none;
        border-radius: 0;
        padding: 24px 0 50px;
        box-shadow: none;
    }
    /*popup dob start here*/
    .healthFreshlook .widgetSectn .optDetials #adultPopp .adultOuter {
        border: 0;
        margin: 0;
        padding-top: 5rem;
    }
    .healthFreshlook .widgetSectn .optDetials #adultPopp .healthadultDob {
        display: block;
        border: 0;
    }
    .healthFreshlook .widgetSectn .optDetials #adultPopp .healthadultDob .Donebtn {
        float: none;
        text-align: center;
    }
    /*popup dob end here*/
    .healthFreshlook .formOuter .widgetSectn .selectOptn {
        display: block;
        background: #00305b;
        border-bottom: 0;
    }
    .healthFreshlook .widgetSectn .selectOptn a {
        width: 100%;
        background: #fff;
        margin-bottom: 2rem;
        border-radius: 15px;
    }
    .healthFreshlook .widgetSectn .optDetials .detailsWrapp {
        width: 100%;
    }
    .healthFreshlook .widgetSectn .optDetials .btnwarpp {
        width: auto;
    }
    .healthFreshlook .zeroHassleWrapp .planBreakup li {
        display: block;
        padding-left: 2.5rem;
        padding-right: 0;
        padding-bottom: 2.5rem;
    }
    .healthFreshlook .zeroHassleWrapp .planBreakup li:first-child {
        padding-left: 2.5rem;
        padding-right: 0;
    }
    .healthFreshlook .zeroHassleWrapp .planBreakup li:before {
        border: 0;
        background: url("/docs/default-source/assets/images/chifresh/backchiarrow.png");
        background-repeat: no-repeat;
        height: 15px;
        width: 15px;
    }
    .healthFreshlook .zeroHassleWrapp .planBreakup li:first-child:before {
        display: block;
    }
    .healthFreshlook .widgetSectn h2 br,
    .healthFreshlook .widgetSectn a.active:before {
        display: none;
    }
    /*.healthFreshlook .widgetSectn a:first-child {
         border-radius: 15px;
    }*/
    .landing-widget .tab-head li {
        padding: 2rem 4rem 2rem 9rem;
        min-height: auto;
    }
    /*.healthFreshlook .widgetSectn a:last-child {
         border-radius: 15px;
    }*/
    .healthFreshlook .widgetSectn a .icon {
        left: 30px;
    }
    .healthFreshlook .widgetSectn a:after {
        content: "";
        position: absolute;
    }
    .landing-widget .tab-head li:before,
    .landing-widget .tab-head li:first-child.active:before {
        content: "";
        position: absolute;
        height: 20px;
        width: 20px;
        right: 15px !important;
        top: 50%;
        background: url("/docs/default-source/assets/images/chifresh/resarrow.svg?sfvrsn=2");
        background-repeat: no-repeat;
        transform: translateY(-50%);
    }
    .landing-widget .subs-block a.min-num,
    .landing-widget .subs-block a.plus-num {
        border-radius: 5px;
        /*display: inline-flex;
         align-items: center;
         justify-content: center;*/
        width: 3rem;
        height: 3rem;
        line-height: 2.6rem;
    }
    .landing-widget .tab-head li:first-child.active:before {
        display: block;
        background: transparent url("/docs/default-source/assets/images/chifresh/resarrow.svg?sfvrsn=2");
        background-repeat: no-repeat;
        right: 10px;
        left: auto;
    }
    .healthFreshlook .formOuter .checkWrapper {
        bottom: 0;
        left: 0;
    }
    .widgetSectn .overlay {
        width: 100%;
        height: 100%;
        background: #00305b;
        opacity: 1;
        position: absolute;
        top: 0;
        z-index: 1;
        display: none;
        left: 0;
    }
    .overlay.addAdultoverlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        transition: opacity 200ms;
        opacity: 1;
        z-index: 98;
        display: none;
    }
    .healthFreshlook .widgetSectn .optDetials .adultOuter {
        background: #fff;
    }
    .healthFreshlook .formOuter .widgetSectn .optDetials {
        position: relative;
        width: 100%;
        z-index: 99;
        margin-top: -600px;
        left: 100%;
        z-index: 2;
        display: none;
        border-radius: 0;
        padding: 24px 0 50px;
        box-shadow: none;
    }
    .healthFreshlook p.note {
        margin-top: -90px;
        line-height: 1.61;
    }
    .healthFreshlook .widgetSectn .optDetials .btnwarpp {
        bottom: 0;
    }
    .healthFreshlook .widgetSectn .optDetials .detailsWrapp .check-feild {
        margin-bottom: 2rem;
    }
    .healthFreshlook .widgetSectn .optDetials .detailsWrapp .detailBox {
        padding: 0;
    }
    .healthFreshlook .widgetSectn .optDetials .healthadultDob {
        width: 100%;
        left: 0;
        z-index: 9999;
        padding: 2rem;
    }
    .widgetSectn .optDetials .block.datepickerBlock {
        width: 100%;
    }
    .healthFreshlook .widgetSectn .adultOuter .formblock label {
        display: none;
    }
    .healthFreshlook .widgetSectn .optDetials .adultOuter.active .countAdult {
        border: 0;
        padding-bottom: 0;
    }
    .healthFreshlook .widgetSectn .optDetials .adultOuter.active .healthadultDob {
        border: 0;
    }
    .input-check + label:before,
    .bg-blue .input-check + label:before {
        vertical-align: top;
    }
    /* .healthFreshlook .zeroHassleWrapp {
         padding-top: 3rem;
    }
     */
    .healthFreshlook .formOuter {
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-top: -1px;
    }
    .widgetSectn .optDetials .block input {
        border-bottom: 1px solid #5c748a;
    }
    .healthFreshlook .widgetSectn .optDetials .block.focus label {
        color: #8097ac;
    }
    .healthFreshlook .widgetSectn .optDetials .stepColum input {
        border: 0;
    }
    .healthFreshlook .formOuter .checkWrapper .check-feild label span.tncbasic {
        width: 87%;
        display: inline-block;
        line-height: 2rem;
    }
    .check-feild { padding-right: 0px;}
    .landing-widget .widget-content-body .detailsWrapp .adultOuter .adultBoxWrapp {
        top: 70px;
    }
    .landing-widget .input-block.mobWrapp {
        margin-top: 3rem;
    }
    .landing-widget .widget-content-body .detailsWrapp .adultOuter .date-feild {
        padding: 2rem 2rem;
    }
    .landing-widget .widget-content-body .detailsWrapp .adultOuter .btn-orange {
        width: 100%;
        text-align: right;
    }
    .landing-widget .widget-content-body .detailsWrapp .adultOuter .adultBoxWrapp span.ui-error {
        bottom: 11px;
        text-align: left;
        padding-right: 0px;
        position: relative;
        width: 50%;
        left: 0;
        float: right;
    }

    ul.listOfgrg li.mrR {
        margin-right: 0;
    }
    ul.listOfgrg li {
        width: 100%;
        border: none;
    }
    ul.listOfgrg .conGrgs,
    ul.listOfgrg .manfGrgs,
    ul.listOfgrg .netGargs {
        width: 80%;
        float: none;
    }
    .content {
        padding: 4rem 1rem;
    }
    .how_can_you_buy h2 {
        text-align: left;
        font-size: 24px;
    }

    .how_can_you_buy .card {
        width: 100%;
        margin-right: 0px;
        margin-bottom: -5px;
    }

    .value_added_service .ui-card-wrap .card-block {
        width: 100% !important;
        height: 100% !important;
    }
    .what_is_covered table {
        width: 150%;
    }

    .what_is_covered .table_coverd {
        overflow-x: auto;
        width: 100%;
    }

    .what_is_covered table tr td.bg {
        background: #e1e0d1;
        text-align: left;
    }

    .what_is_covered .bg_overide {
        position: absolute;
        margin-right: 15px;
    }

    .top_reasion_top_buy table tr td {
        display: block;
        padding-left: 25px;
        width: 100%;
    }

    .tax_deduction_table {
        width: 150%;
    }

    .table_scroll {
        overflow: auto;
    }

    .disclaimer {
        float: left !important;
        margin-top: 15px;
        padding-top: 20px;
        border-top: 1px solid #dfdfdf;
        width: 100%;
    }
    .reasonBoxwrapp {
        flex-direction: column;
    }
    .reasonBoxwrapp .befit_cashless {
        width: 100%;
    }
    /***Heading Content Block Start***/
    .midWrappHAP .heading-content-block {
        flex-direction: column !important;
        margin: 2rem 0;
    }

    .midWrappHAP .heading-content-block .heading-sec,
    .midWrappHAP .heading-content-block .content-sec {
        width: 100%;
    }

    .midWrappHAP .heading-content-block .heading-sec h2.pr-60 {
        padding-right: 0;
    }

    .midWrappHAP .content-details .content-text h3.pb-10 {
        padding-bottom: 0.8rem;
    }

    .midWrappHAP .content-sec .content-details {
        margin-bottom: 3.2rem;
    }

    .midWrappHAP .content-sec .content-details:last-child {
        margin-bottom: 0;
    }

    .midWrappHAP .content-details .content-img {
        width: 20%;
    }

    .midWrappHAP .content-details .content-text {
        width: 80%;
    }
    /***Heading Content Block End***/

    /***Img Content Block Start***/
    .midWrappHAP .img-content-block {
        margin: 4rem 0;
    }

    .midWrappHAP .img-content-block .img-block {
        width: 100%;
        margin-right: 0;
        margin-top: 2rem;
    }

    .midWrappHAP .img-content-block .content-block {
        width: 100%;
    }
    .knw-more-btn-div {
        text-align: center;
    }
    /***Img Content Block End***/
}
@media (max-width: 640px) {
    .healthFreshlook .formOuter .widgetSectn .optDetials {
        margin-top: -510px;
    }
    .healthFreshlook .zeroHassleWrapp h1 {
        font-size: 3.5rem;
    }
}
@media (max-width: 480px) {
    .landing-widget .widget-content-body .date-block span.jq-dte input {
        font-size: 14px;
    }
    .landing-widget .widget-content-body .date-block span.jq-dte input.jq-dte-month,
    .landing-widget .widget-content-body .date-block span.jq-dte input.jq-dte-day {
        width: 32px !important;
    }
    .landing-widget .subs-block input {
        width: 35px;
    }
    .landing-widget .input-block.steps-row span {
        font-size: 1.5rem;
    }
    .input-check + label:before {
        vertical-align: top;
    }
    .countAdult .newTsenior .stepclLeft {
        font-size: 1.3rem;
    }
    .healthFreshlook .formOuter .widgetSectn .optDetials {
        margin-top: -535px;
    }
    .healthFreshlook .check-feild.whatsupCheck .input-check:checked + label:after {
        bottom: 21px;
        left: 6px;
    }
    .check-feild.whatsupCheck span {
        width: 89%;
        display: inline-block;
    }
    .healthFreshlook .widgetSectn .selectOptn a {
        padding: 2rem 3rem 3rem 6rem;
    }
    .healthFreshlook .widgetSectn .selectOptn a .icon {
        left: 11px;
        top: 22px;
    }
    .healthFreshlook .zeroHassleWrapp h1 {
        font-size: 2.8rem;
    }
    .healthFreshlook .zeroHassleWrapp .planBreakup li {
        font-size: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .landing-widget .widget-content-body .date-block span.jq-dte input.jq-dte-year {
        width: 60px !important;
    }
    .healthFreshlook .widgetSectn .adultOuter .block.date-block {
        width: 60%;
    }
    .landing-widget .widget-content-body .detailsWrapp .adultOuter .date-feild label {
        font-size: 1.5rem;
    }
    /*.healthFreshlook .landing-widget .input-block label{
         color: #8097ac !important;
    }*/

    #mobile_quoteavail {
        font-size: 1.8rem !important;
        vertical-align: middle;
        line-height: 22px;
    }
    .toggle-panel-wrapper .blue-strip .down-arrow {
        right: 12px !important;
    }
    #mobile_quotecnt {
        margin: 0 10px 0 10px;
    }
    .toggle-panel-wrapper .blue-strip .more-quotes-wrapper .continue-journey-m {
        font-size: 2rem !important;
        margin: 8px 0 0px 0;
    }
    .more-quotes-wrapper span.quote-title {
        font-size: 1.5rem !important;
    }
    .more-quotes-wrapper span.quote-plan-name {
        font-size: 1.5rem !important;
    }
    .toggle-panel-wrapper .blue-strip .more-quotes-wrapper ul li.dont-show-me {
        font-size: 1.5rem !important;
    }
    .blue-strip .more-quotes-wrapper ul li a.redirectUrl img.right-arrow {
        right: 32px;
    }
    .more-quotes-wrapper .close {
        right: 20px;
        top: 20px;
    }
}
@media (max-width: 360px) {
    .landing-widget .widget-content-body #landingPP .pp-form-block {
        width: 100%;
        padding-top: 2rem;
    }
    .healthFreshlook .widgetSectn span.icon {
        left: 17px;
    }
    .landing-widget .tab-head li {
        padding-left: 7rem;
    }
    .landing-widget .input-block.mobWrapp {
        margin-top: 1rem;
    }
}
@media (max-width: 320px) {
    .landing-widget .input-block.steps-row span {
        font-size: 1.2rem;
    }
    .landing-widget .widget-content-body .detailsWrapp .adultOuter .steps-row span.AdultB {
        font-size: 1.5rem;
    }
    #mobile_quoteavail {
        font-size: 1.5rem !important;
    }
    #mobile_quotecnt {
        margin: 0 10px 0 8px;
    }
}

.section-content.search-bg {
    background: #f8f6f6;
}
.section-content .flexs {
    display: flex;
    align-items: center;
}
.section-content .popular-search {
    padding-left: 40px;
}
.section-content .popular-search h2 {
    font-weight: 500;
    padding-bottom: 3rem;
    line-height: 44px;
    text-align: left;
}
.section-content .popular-search a {
    background-color: #fff;
    color: #000;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    border-radius: 100px;
    padding: 8px 15px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    text-decoration: none;
}
.section-content .popular-search a:hover {
    background: #fff2eb;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .section-content.search-bg .row.flexs img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .section-content .flexs {
        display: flex;
        flex-direction: column-reverse;
    }
    .section-content .popular-search {
        margin-bottom: 30px;
        padding-left: 15px;
    }
}

.garages-search-block sup {
    color: #fff;
}

.table-tooltip-icon {
    position: relative;
    top: -2px;
    padding-left: 4px;
    display: inline;
}
.table-tooltipTxt {
    visibility: hidden;
    color: #fff;
    background: #000;
    position: absolute;
    width: 272px;
    bottom: 26px;
    left: -26px;
    text-align: left;
    padding: 1.2rem;
    border-radius: 5px;
    z-index: 9999;
    font-size: 1.4rem;
    line-height: 18px;
    font-weight: 500;
    right: auto;
}
.table-tooltipTxt:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #000;
    position: absolute;
    bottom: -9px;
    left: 28px;
    right: auto;
}
.table-tooltip-icon:hover .table-tooltipTxt {
    visibility: visible;
}

/***********************************Port Policy CSS starts here****************************************/
.port_policy_div {
    position: relative;
    width: 80%;
    float: left; /*margin-bottom: 2rem*/
}
.port_policy_div .link-btn {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 18px;
    color: #ec6625;
    text-decoration: underline;
    position: relative;
    display: inline-block;
    outline: none;
    /*padding: 1px 4px;*/
    border: 1px solid transparent;
}
.link-btn:hover {
    color: #fd7b20;
    text-decoration: underline;
}
.link-btn:focus-visible {
    box-shadow: 0 0 0 1px;
    border-radius: 3px;
    color: #fd7b20;
}
.link-btn:active {
    color: #bb5106;
}
.port-tooltip-icon {
    position: relative;
    top: 0;
    padding-left: 6px;
    display: inline;
}
.port-tooltipTxt {
    visibility: hidden;
    color: #fff;
    background: #000;
    position: absolute;
    width: 272px;
    bottom: 30px;
    left: -20px;
    text-align: left;
    padding: 1.2rem;
    border-radius: 5px;
    z-index: 9999;
    font-size: 1.4rem;
    line-height: 18px;
    font-weight: 500;
    right: auto;
}
.port-tooltipTxt:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #000;
    position: absolute;
    bottom: -9px;
    left: 28px;
    right: auto;
}
.port-tooltip-icon:hover .port-tooltipTxt {
    visibility: visible;
}
.port-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    /* transition: opacity 500ms; */
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    overflow: auto;
    height: 100%;
}
.port-overlay.activeOverlay {
    visibility: visible;
    opacity: 1;
}
.port-popup-sec {
    background: #ffffff;
    border-radius: 15px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 570px;
    /*margin: 7.5rem auto;*/
    /* overflow: hidden; */
}
.port-popup-sec .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
    background: #ffffff;
    display: flex;
    align-items: center;
    border: 1px solid #f0efee;
    border-radius: 5px;
    opacity: 1;
}
.port-popup-sec .close:before,
.port-popup-sec .close:after {
    position: absolute;
    left: 14px;
    content: " ";
    height: 14px;
    width: 2px;
    background-color: #575757;
    border-radius: 5px;
}
.port-popup-sec .close:before {
    transform: rotate(45deg);
}
.port-popup-sec .close:after {
    transform: rotate(-45deg);
}
.port-popup-sec .close:hover {
    background-color: #f8f6f6;
}
.portpopup-content {
    padding: 4rem;
}
input {
    outline: none;
}
.il-input-block {
    position: relative;
    display: inline-block;
    width: auto;
    margin-bottom: 35px;
    min-width: 231px;
    width: fit-content;
}
    .inputWrapp .il-input-block {
    min-width: auto;
}
.port-popup-sec .errorN,
.port-popup-sec .chkbox_error {
    color: #e71a1a;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 15px;
    position: absolute;
    left: 0;
    bottom: -16px;
    display: none;
}
.il-input-block label {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 600;
    color: #838383;
    position: absolute;
    left: 17px;
    top: 17px;
    background-color: #fff;
    transition: 0.3s all ease;
    pointer-events: none;
    letter-spacing: normal;
}

input.default-input {
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    background: #ffff;
    padding: 1.7rem;
    width: 100%;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 600;
    color: #282828;
    border-width: 0;
    margin: 0;
    outline: none;
}

input.default-input:hover {
    border: 1px solid #282828;
}

.il-input-block.onValidate label {
    color: #e71a1a;
}
.il-input-block.onValidate input {
    border: 1px solid #e71a1a;
}

.il-input-block input.input-sm {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 1.2rem;
}
.il-input-block label.input-sm {
    font-size: 1.4rem;
    left: 12px;
    top: 10px;
}

.il-input-block.transform label {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 600;
    top: -7px;
    left: 11px;
    padding: 0 7px;
    z-index: 2;
    transition: 0.3s all ease;
}

.il-input-block.focus label,
.healthFreshlook .landing-widget .il-input-block.focus label {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 600;
    top: -7px;
    left: 11px;
    padding: 0 7px;
    z-index: 2;
    /*color: #EC6625;*/
    letter-spacing: normal;
    transition: 0.3s all ease;
}

.il-input-block.onFocused label {
    color: #ec6625;
}

.il-input-block.onFocused input {
    border: 2px solid #ec6625;
}
.il-input-block.focus input:focus {
    border: 2px solid #ec6625;
}
.cstm-chkbox-block .form-group {
    display: block;
    margin-bottom: 1rem;
    text-align: left;
    position: relative;
}
.cstm-chkbox-block .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.cstm-chkbox-block .form-group label {
    position: relative;
    cursor: pointer;
    display: flex;
    font-size: 1.2rem;
    line-height: 18px;
    font-weight: 500;
    color: #575757;
    width: fit-content;
}
.cstm-chkbox-block .form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    .transition: 0.3s all ease;
}
.cstm-chkbox-block .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #838383;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 1rem;
    border-radius: 3px;
    height: fit-content;
    transition: 0.3s all ease;
}
.cstm-chkbox-block .form-group input:checked + label:before {
    background-color: #ec6625 !important;
    border: 2px solid #ec6625;
}
/*..................CSS for datepicker start here..................*/

.dob-form-block {
    margin-bottom: 40px;
    position: relative;
    min-width: 231px;
    width: fit-content;
}

.dob-form-block .input-block,
.dob-form-block .input-block.active {
    position: relative;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
}

.dob-form-block .input-block {
    position: relative;
}

.dob-form-block .input-block label,
.dob-form-block .input-block.error label {
    font-size: 1.2rem;
    margin-top: -1rem;
    margin-left: -5px;
    top: 0;
}

.dob-form-block .input-block label,
.dob-form-block .input-block.focus label {
    cursor: auto;
    display: inline-flex;
    font-size: 1.2rem;
    color: #838383;
    font-weight: 600;
    position: absolute;
    transition: 0.3s ease;
    padding: 0 7px;
    background: #fff;
    margin-top: -0.7rem;
    margin-left: 11px;
    max-width: 100%;
    margin-bottom: 5px;
    top: 0;
    z-index: 9;
    letter-spacing: inherit;
}

.dob-form-block .input-block input {
    width: 100%;
    height: 54px;
    margin: 0 0 39px;
    padding: 15px 100px 15px 15px;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    color: #282828;
    font-size: 16px;
    font-weight: 600;
}

.dob-form-block .input-block.disableInput input {
    color: #6c6c6c !important;
}

.dob-form-block .input-block input {
    width: 15%;
    height: 42px;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    border: none;
    background-color: #fff;
    color: #282828;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.port-popup-sec .dob-form-block .input-block input.day {
    margin-left: 0.7rem;
}

.port-popup-sec .dob-form-block .input-block input.day,
.port-popup-sec .dob-form-block .input-block input.months {
    width: 10%;
}

.port-popup-sec .dob-form-block .input-block span {
    color: #b2b2b2;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0 6px;
    /*left: -6px;*/
    border-bottom: none;
    left: 0;
    position: static;
    padding-bottom: 0;
}

.dob-form-block .input-block:hover {
    border: 1px solid #282828;
}

.dob-form-block.focus .input-block {
    border: 2px solid #ec6625;
}

.dob-form-block.focus .input-block label {
    color: #ec6625;
}

::placeholder {
    color: #838383;
    opacity: 1;
    font-weight: 500;
}

:-ms-input-placeholder {
    color: #838383;
    font-weight: 500;
}

::-ms-input-placeholder {
    color: #838383;
    font-weight: 500;
}

.port-popup-sec .date-block span.jq-dte input.jq-dte-day {
    width: 32px !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #b2b2b2;
}

.port-popup-sec .date-block span.jq-dte input.jq-dte-month {
    width: 50px !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #b2b2b2;
}
.port-popup-sec .date-block span.jq-dte input.jq-dte-year {
    width: 60px !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #b2b2b2;
}

.port-popup-sec .date-block span.jq-dte input.Numeric.hint {
    color: #b2b2b2;
    height: 42px;
    text-align: center;
}

.port-popup-sec .date-block span.jq-dte input.Numeric {
    color: #282828;
    text-align: center;
}

.port-popup-sec .date-block span.jq-dte-errorbox {
    top: auto !important;
    left: 0 !important;
    bottom: -34px !important;
    color: #e71a1a;
    margin: 0;
}

.port-popup-sec .dob-form-block.error .date-block span.jq-dte-errorbox {
    bottom: -30px !important;
}

.port-popup-sec .dob-form-block .input-block span.seperator {
    font-size: 1.6rem;
}
.port-popup-sec .date-block span.jq-dte input.error-chi {
    color: #e71a1a;
    -webkit-text-fill-color: #e71a1a;
    font-weight: 700;
}
/*..................CSS for datepicker end here..................*/
.primary-button {
    background: #ec6625;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 20px;
    text-align: center;
    padding: 1.3rem 2.4rem 1.5rem;
    transition: all linear 0.2s;
    text-decoration: none;
}

.primary-button:hover {
    color: #ffffff;
    background: #fd7b20;
}

.primary-button:focus {
    color: #ffffff;
}
.termsandcond {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: underline;
}
.thanks_register {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #282828;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.get_back {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #282828;
    margin-bottom: 2rem;
}
.thanks_popup_content {
    text-align: center;
    padding: 4rem 8rem;
}
.thanks-ok-btn {
    width: 50%;
    text-align: center;
    display: inline-block;
}
.why_should_i_port {
    display: block;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eaeaea;
}
.why_should_i_port h2 {
    font-weight: 800;
    font-size: 16px;
    line-height: 21px;
    color: #282828;
    margin-bottom: 1rem;
    padding-right: 6rem;
}
.why_should_i_port ul li {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    color: #282828;
    position: relative;
    padding-left: 2.5rem;
}
.why_should_i_port ul li:before {
    content: "";
    background-image: url("/docs/default-source/assets/images/hap/why_port_li_icon.svg");
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 4px;
    left: -3px;
}
.how_can_i_port {
    display: block;
    padding-top: 1.5rem;
    margin-bottom: 3rem;
}
.how_can_i_port h2 {
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #282828;
    padding-bottom: 1rem;
    margin: 0;
}
.how_can_i_port p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #282828;
}
.flex-div {
    display: flex;
    justify-content: space-between;
}
.port-submit-btn {
    position: absolute;
    bottom: 40px;
    right: 40px;
}
@media (max-width: 767px) {
    .port_policy_div {
        width: 100%;
        text-align: center;
        margin: 0 0 2rem;
    }
    .port-tooltipTxt {
        left: auto;
        right: -54px;
    }
    .port-tooltipTxt:after {
        left: auto;
        right: 53px;
    }
    .port-popup-sec {
        top: auto;
        transform: none;
        left: auto;
        height: 100%;
        border-radius: 0;
    }
    .portpopup-content {
        padding: 2rem;
    }
    .port-submit-btn {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding: 6px 20px;
        text-align: center;
        background: #ffffff;
        box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
    }
    .port-submit-btn .primary-button {
        display: block;
    }
    .cstm-chkbox-block .form-group {
        margin-bottom: 9rem;
    }
    .thanks_popup_content {
        padding-top: 7rem;
    }
    .thanks-ok-btn {
        width: 100%;
    }
    .why_should_i_port,
    .how_can_i_port {
        display: block;
    }
    .why_should_i_port {
        padding-bottom: 3rem;
    }
    .how_can_i_port {
        padding-top: 3rem;
    }
    .flex-div {
        flex-direction: column;
    }
    .dob-form-block,
    .il-input-block {
        width: 100%;
    }
}

.search-radiobtn-block .checkmark{
    background: none;
    transform: translateY(0%);
}

.network-hospital-block .il-input-block{
    width: 100%;
    max-width: 100%;
}