@charset "UTF-8";.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
html{
    overflow-x: hidden !important;
}
.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 .5s ease-in-out;
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .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 .1s ease;
    transition: transform .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 .4s ease;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.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%
}

@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%
    }
}

@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%
    }
}

@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%
    }
}

.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;
}

.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;
}

.pull-right {
    float: right !important;
}

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;
}

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: 4px;
    -webkit-transition: .3s ease;
    transition: .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: .3s;
    transition-duration: .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);
}

.loader-inner {
    width: 300px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }

    4% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
        opacity: 1;
    }

    8% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    70% {
        opacity: 0;
    }
}

@keyframes waves {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }

    4% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
        opacity: 1;
    }

    8% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    70% {
        opacity: 0;
    }
}

body.no-scroll {
    position: fixed;
    width: 100%;
    overflow: hidden;
    padding-right: 15px;
}

.over-hidden {
    overflow: hidden;
    width: 100%;
    position: fixed;
    height: 100%
}

.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: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%
}

sup {
    color: #f58220;
    font-size: 1.3rem;
}

sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.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;
}

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;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

li, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: Muli, sans-serif;
    font-size: 62.5%;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

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;
}

@media (min-width: 768px) {
    .container {
        width: 758px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 1014px;
    }
}
@media (min-width: 1200px){
    .container {
        width: 1170px;
    }    
}
@media (min-width: 1360px) {
    .container {
        width: 1330px;
    }
}

.bg-blue {
    background-color: #00305a;
}

sup.branchSup {
    color: #282828;
}

.section-content.bg-darkgray {
    background-color: #eeecdd;
}

section.bg-lightgray {
    background-color: #f8f6f6;
}

sup.branchSup {
    color: #282828;
}

.bg-white {
    background-color: #fff;
}

.bg-orange {
    background-color: #f68134;
}

.bg-grey {
    background-color: #f9fafc;
}

.clearfix {
    clear: both;
}

.uppercase {
    text-transform: uppercase;
}

.sup_script {
    position: relative;
    top: -8px;
}

.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, .29);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .29);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2;
}

.bg-blue .input-block.onFocused label {
    color: #01b4bb;
}

.bg-blue .ripple-bar.onFocused:after {
    background: #01b4bb;
}

.widgetSectn .widget-content-body .block input {
    cursor: auto;
    border: none;
    color: #063b6d;
    border-bottom: 1px solid #b6b4b4;
    font-size: 16px;
    z-index: 12;
    width: 100%;
    height: 35px;
    margin-top: 16px;
    outline: 0;
    background: 0 0;
}

.healthFreshlook .widgetSectn .adultOuter .formblock label {
    color: #6c6c6c;
    font-size: 1.7rem;
    position: absolute;
    bottom: 10px;
    left: 0;
}

a.btn-primary {
    font-size: 1.6rem;
    text-decoration: none;
    padding: 1.8rem 4rem;
    -webkit-border-radius: 3rem;
    -ms-border-radius: 3rem;
    border-radius: 3rem;
    position: relative;
    overflow: hidden;
    font-weight: 600;
}

a.btn-primary:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff69;
    -webkit-transform: translateX(-100%) rotate(45deg);
    -ms-transform: translateX(-100%) rotate(45deg);
    transform: translateX(-100%) rotate(45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}

.btn-white {
    background: 0 0;
    color: #fe6625 !important;
    border: 1px solid #fe6625;
    background-position: 50% 99%;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    transition: all .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: #f26624;
    -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: .6rem 1.4em;
    font-size: 1.4rem;
    color: #fff;
}

.btn-orange:hover {
    color: #fff;
}

.btn-orange:hover:after {
    opacity: 1;
    -webkit-animation: fx-mask .3s ease-out;
    -moz-animation: fx-mask .3s ease-out;
    -ms-animation: fx-mask .3s ease-out;
    animation: fx-mask .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 rgba(255, 255, 255, .5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    vertical-align: top;
}

.bg-blue .input-check:checked+label:before {
    background-color: #f26624;
    vertical-align: top;
}

.input-check:checked+label:before {
    border: 1px solid rgba(255, 255, 255, .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(38deg);
    -ms-transform: rotate(38deg);
    transform: rotate(38deg);
    position: absolute;
    bottom: 6px;
    left: 8px;
}

span.ui-error {
    font-size: 1.2rem;
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 10px;
    left: 0;
    text-align: left;
    display: none;
}

span.error-bottom1 {
    bottom: -18px;
}

span.error-bottom1 a {
    color: #fc9494;
    font-size: 1.2rem;
}

.input-block.focus label {
    font-size: 1.6rem;
    top: -22px;
    color: #969494;
}

.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;
}

.wid-100 {
    width: 100%
}

svg {
    max-width: 100;
}

.bg-blue span.ui-error {
    color: #fc9494;
    font-weight: 600;
}

.bg-blue .input-block input {
    border-bottom: solid 1px #b6b4b4;
}

.bg-blue .input-check+label {
    color: rgba(255, 255, 255, .5);
}

.bg-blue .input-check+label:before {
    background: #00447c;
    border: none;
}

.overlayN.active {
    visibility: visible;
    opacity: 1;
    overflow: auto;
    z-index: 100000;
    height: 100%;
    width: 100%
}

.overlayN {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
}

.popup {
    margin: 7.5rem auto;
    -webkit-border-radius: 1.5rem;
    border-radius: 1.5rem;
    position: relative;
    background: #fff;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .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: .5s;
    transition: .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: .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: .3s;
    animation-duration: .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;
}

.link {
    font-size: 14px;
    font-weight: 700;
    color: #f26624 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.bg-grey .input-block input:disabled {
    opacity: .5;
}

.bg-blue .input-block input:disabled {
    opacity: .5;
}

.float-left {
    float: left;
}

.loader, .loader_tr {
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    z-index: 99999;
}

.loader .innerT {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.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: auto;
    position: relative;
    right: 23px;
}

@-webkit-keyframes typing {
    0% {
        background-color: #043c6f;
        box-shadow: 18px 0 0 0 rgba(4, 60, 111, .2), 36px 0 0 0 rgba(4, 60, 111, .2);
    }

    25% {
        background-color: rgba(4, 60, 111, .4);
        box-shadow: 18px 0 0 0 #043c6f, 36px 0 0 0 rgba(4, 60, 111, .2);
    }

    75% {
        background-color: rgba(4, 60, 111, .4);
        box-shadow: 18px 0 0 0 rgba(4, 60, 111, .2), 36px 0 0 0 #043c6f;
    }
}

@-moz-keyframes typing {
    0% {
        background-color: #043c6f;
        box-shadow: 18px 0 0 0 rgba(4, 60, 111, .2), 36px 0 0 0 rgba(4, 60, 111, .2);
    }

    25% {
        background-color: rgba(4, 60, 111, .4);
        box-shadow: 18px 0 0 0 #043c6f, 36px 0 0 0 rgba(4, 60, 111, .2);
    }

    75% {
        background-color: rgba(4, 60, 111, .4);
        box-shadow: 18px 0 0 0 rgba(4, 60, 111, .2), 36px 0 0 0 #043c6f;
    }
}

@keyframes typing {
    0% {
        background-color: #043c6f;
        box-shadow: 18px 0 0 0 rgba(4, 60, 111, .2), 36px 0 0 0 rgba(4, 60, 111, .2);
        -ms-box-shadow: 18px 0 0 0 rgba(4, 60, 111, .2), 36px 0 0 0 rgba(4, 60, 111, .2);
    }

    25% {
        background-color: rgba(4, 60, 111, .4);
        box-shadow: 18px 0 0 0 #043c6f, 36px 0 0 0 rgba(4, 60, 111, .2);
        -ms-box-shadow: 18px 0 0 0 #043c6f, 36px 0 0 0 rgba(4, 60, 111, .2);
    }

    75% {
        background-color: rgba(4, 60, 111, .4);
        box-shadow: 18px 0 0 0 rgba(4, 60, 111, .2), 36px 0 0 0 #043c6f;
        -ms-box-shadow: 18px 0 0 0 rgba(4, 60, 111, .2), 36px 0 0 0 #043c6f;
    }
}

@keyframes typing {
    from {
        background-color: #043c6f;
        box-shadow: 18px 0 0 0 rgba(4, 60, 111, .2), 36px 0 0 0 rgba(4, 60, 111, .2);
        -ms-box-shadow: 18px 0 0 0 rgba(4, 60, 111, .2), 36px 0 0 0 rgba(4, 60, 111, .2);
    }

    25% {
        background-color: rgba(4, 60, 111, .4);
        box-shadow: 18px 0 0 0 #043c6f, 36px 0 0 0 rgba(4, 60, 111, .2);
        -ms-box-shadow: 18px 0 0 0 #043c6f, 36px 0 0 0 rgba(4, 60, 111, .2);
    }

    to {
        background-color: rgba(4, 60, 111, .4);
        box-shadow: 18px 0 0 0 rgba(4, 60, 111, .2), 36px 0 0 0 #043c6f;
        -ms-box-shadow: 18px 0 0 0 rgba(4, 60, 111, .2), 36px 0 0 0 #043c6f;
    }
}

.mob-para, .ep-button {
    display: none;
}

.healthSelectmain .date-block span.jq-dte-inner, .widgetSectn .date-block span.jq-dte-inner {
    border: none;
    padding: 1px;
    margin: 1px;
    white-space: nowrap;
    background-color: #fff;
    float: none;
    position: relative;
    width: 100%
}

.healthSelectmain .date-block span.jq-dte, .widgetSectn .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: 0;
    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: 400;
    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: 400;
    top: 53px;
    right: 22px;
}

.healthSelectmain .date-block span.jq-dte span.separator, .widgetSectn .date-block span.jq-dte span.separator {
    color: #999;
    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;
}

.landing-widget .tab-wrap {
    padding-top: 0;
}

.landing-widget .tab-head {
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 10px;
}

.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 .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
    padding: 20px;
    width: 25%;
    min-height: 135px;
}

.landing-widget .tab-head li h2 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 24px;
    color: #2d2726;
    letter-spacing: normal;
}

.healthFreshlook .widgetSectn span.icon {
    right: 12px;
    top: 25px;
}

.landing-widget .tab-head li p {
    font-size: 1.3rem;
    letter-spacing: normal;
    color: #6c6c6c;
    font-weight: 400;
    line-height: normal;
}

.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: 1;
    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;
}

.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 0;
    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: .5s opacity ease-in, .8s -webkit-transform ease, .8s -webkit-transform ease;
    transition: .5s opacity ease-in, .8s transform ease, .8s -webkit-transform ease;
    z-index: 1;
}

.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;
}

.check-feild.benefitViewLink {
    color: #fff;
    text-decoration: underline;
    vertical-align: middle;
    font-size: 12px;
    padding-left: 10px;
}

.landing-widget .widgetSectnCHINew .widget-content-body .chi-form-block .input-block.marRight {
    margin-right: 2rem;
}

.landing-widget .marRight {
    margin-right: 3rem;
}

.landing-widget .input-block.steps-row span {
    display: inline-block;
    padding: .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: .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: 0 0;
    color: #282828;
    vertical-align: middle;
}

.landing-widget .subs-block a {
    border-radius: 5px;
    width: 3rem;
    height: 3rem;
    text-decoration: none;
    font-size: 2rem;
    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: 2rem;
}

.healthFreshlook .formOuter .checkWrapper a.check-terms-condition {
    color: #8097ac;
    font-size: 1.3rem;
}

.healthFreshlook .formOuter .widget-content-body .checkWrapper {
    position: absolute;
    bottom: -55px;
    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: #969494;
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 400;
}

.landing-widget .input-block.focus label {
    font-size: 1.6rem;
}

.landing-widget .widget-content-body .detailsWrapp .chiadultWrapp .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: .5s opacity ease-in, .8s -webkit-transform ease, .8s -webkit-transform ease;
    transition: .5s opacity ease-in, .8s transform ease, .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: .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;
    margin: 0;
}

.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: -18px;
}

.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.befiteditBtn, .landing-widget .subs-block a.argeditBtn, .landing-widget .subs-block a.chieditBtn, .landing-widget .subs-block a.hbeditBtn {
    position: relative;
    display: none;
    color: #ec6608;
    font-size: 15px;
    font-weight: 700;
    border: 0;
}

.landing-widget .subs-block a.argeditBtn:before, .landing-widget .subs-block a.befiteditBtn:before, .landing-widget .subs-block a.chieditBtn:before, .landing-widget .subs-block a.hbeditBtn:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: #b2b2b2;
    right: 45px;
    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: 0 0;
    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 {
    width: 48%;
    float: left;
}

.landing-widget .widget-content-body .detailsWrapp .adultOuter .subs-block {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 5px;
}

.landing-widget .widget-content-body .detailsWrapp .chiadultWrapp .adultOuter {
    width: 100%
}

section {
    padding: 5rem 0;
}

.healthFreshlook .zeroHassleWrapp h1, .healthFreshlook .zeroHassleWrapp h2 {
    font-size: 4.5rem;
    font-weight: 500;
    line-height: 1.33;
    color: #fff;
}

.healthFreshlook .zeroHassleWrapp .planBreakup li {
    font-size: 1.5rem;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    padding: 0 1rem;
    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: 700;
    text-decoration: underline;
}

.healthFreshlook .formOuter .widgetSectn {
    display: inline-block;
    width: 100%;
    border-radius: 15px;
    margin-bottom: 60px;
}

.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: 0;
    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;
}

.healthFreshlook .widgetSectn .selectOptn a:last-child {
    border-radius: 0 10px 0 0;
}

.healthFreshlook .widgetSectn span.icon {
    position: absolute;
    content: "";
    right: 22px;
    top: 30px;
    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.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 .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;
    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, .5);
}

.healthFreshlook .zeroHassleWrapp {
    padding-bottom: 0;
    padding-top: 35px;
}

.healthFreshlook .formOuter {
    padding-bottom: 10px;
    padding-top: 3rem;
}

.widgetSectn .arogyaPolicy, .widgetSectn .buyNew, .widgetSectn .renewP {
    display: none;
}

.healthFreshlook .formOuter .checkWrapper .check-feild label span {
    color: #8097ac;
    font-weight: 500;
}

.owl-theme .owl-dots .owl-dot {
    background: 0 0;
    border: 0;
}

.tab-arogya-new .tab-head li.active {
    border-bottom: 3px solid;
}

.widgetSectn .adultBoxWrapp .date-block span.jq-dte input.error-chi {
    color: red;
    position: relative;
    bottom: 0;
    padding: 0;
    -webkit-text-fill-color: red;
}

.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:active, .healthFreshlook .formOuter .widget-content-body .checkWrapper .managePref a:hover {
    color: #fff;
}

.bg-blue span.errorN {
    color: #fc9494;
    display: none;
    position: absolute;
    right: 3rem;
    bottom: 0;
}

.mainWrapper.healthFreshlook .container {
    margin: 0 auto;
    max-width: 1104px;
}
/* 09/05/2023 befit changes */
.befitWrapper .itemOne .befitHead {
    padding-right: 40px;
}
.freshAppwidget .befitWrapper {
    display: inline-block;
    width: 100%;
    background: #004A80;
    padding: 10px;
    border-radius: 15px;
    align-items: center;
}
.befitWrapper .befitBanner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.befitWrapper .befitBanner .item {
    display: flex;
    justify-content: space-between;
    background: #00305B;
    padding: 20px;
    width: 49.5%;
    border-radius: 12px;
    align-items: center;
}
.befitWrapper .befitImageHealth {
    max-width: 90px;
    width: 100%;
    margin-right: 10px;
}
.befitlistWrapp.readMorebefit {
    position: absolute;
    bottom: 0;
    right: 15px;
}
.healthFreshlook .befitNote {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    color: #575757;
    text-align: left;
    padding-top: 10px;
}
/* 09/05/2023 befit changes */
.freshAppwidget .befitlistWrapp {
    display: flex;
    align-items: flex-end;
}

.freshAppwidget .befitILimg img {
    vertical-align: text-bottom;
}

.freshAppwidget .befitlistWrapp .benefitReadmore {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #ec6625;
    position: relative;
    float: left;
}

.freshAppwidget .befitlistWrapp .benefitReadmore:before {
    position: absolute;
    content: " ";
    background: url(/docs/default-source/assets/freshlook/images/befitarrow.svg) no-repeat;
    height: 16px;
    width: 11px;
    right: -14px;
    top: 4px;
}
/* 09/06/2023 start*/
.freshAppwidget .befitWrapper .befitContent {
    color: #fff;
    position: relative;
    height: 100%;
}

.freshAppwidget .befitWrapper .befitHead {
    font-size: 16px;
    font-weight: 800;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    color: #fff;
    line-height: 22px;
}
.freshAppwidget .befitWrapper p {
    font-size: 12px;
    line-height: 18px;
    color: #AAC5DD;
    font-weight: 600;
}
/* 09/06/2023 end*/
.freshAppwidget .befitWrapper .befitContent .icon {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.46;
    width: 55%;
    display: inline-block;
    float: left;
    padding: 0 20px 0 48px;
    position: relative;
    color: #c4dff7;
}

.freshAppwidget .befitWrapper .befitContent .icon.headcare {
    width: 45%;
}

.freshAppwidget .befitWrapper .befitContent .cashless.icon:before {
    background: url(/docs/default-source/assets/freshlook/images/comprehensive-cashless.svg?sfvrsn=39fd6dcd_2) no-repeat;
}

.freshAppwidget ul.befitList {
    float: left;
    display: inline-block;
    width: 85%;
}

.freshAppwidget .befitWrapper .befitContent .icon:before {
    position: absolute;
    content: "";
    width: 32px;
    height: 30px;
    background: url(/docs/default-source/assets/freshlook/images/befithealthcare.svg?sfvrsn=39fd6d16_2) no-repeat;
    left: 0;
}

.freshAppwidget .befitWrapper.mobile {
    display: none
}

.landing-widget .freshAppwidget .widget-content-body .btnwarpp {
    bottom: auto;
}

.landing-widget .freshAppwidget .tab-head li h2 {
    padding-right: 35px;
}

.healthFreshlook .freshAppwidget.widgetSectn span.allinclusive {
    background: url(/docs/default-source/assets/images/chifresh/all-inclusive.svg);
    width: 41px;
    height: 41px;
}

.heading1-super {
    color: #fff;
    font-size: 4.3rem;
}

@media (min-width: 1200px) {
    .mainWrapper.healthFreshlook .container {
        width: 100% !important;
    }

    .mainWrapper.healthFreshlook {
        margin: auto;
    }
}

.landing-widget .input-block.steps-row span.sm_f {
    font-size: 14px;
}

.svg_icon_chi {
    width: 42px;
    height: 42px;
    position: relative;
    display: block;
}

@media (min-width: 992px) {
    .landing-widget .widget-content-body .detailsWrapp .adultOuter {
        height: 60px;
    }

    .bk_btn_widgt, .lg-none, .ui_get_sticky {
        display: none;
    }
}

@media (max-width: 992px) {
    .HealthlandMidWrapp .content-details .content-img {
        width: 20% !important;
    }

    .showroom-price {
        overflow: scroll;
    }

    .HealthlandMidWrapp .section-list-block {
        margin: 3rem 0;
    }
}

@media (max-width: 991px) {
    .mob_chi_disc {
        display: none;
    }

    .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;
    }

    .ui-onlineimg-dth .img-responsive {
        margin-top: 95px;
    }

    .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;
    }
}

.ui-img-claim-mob {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.popup h3 {
    margin: 0;
    color: #282828;
    font-size: 2.5rem;
    font-family: inherit;
    text-align: center;
    padding-bottom: 3rem;
}

.overlayN .content-heightauto {
    width: 100%
}

@media (max-width: 991px) {
    .popup {
        width: 90% !important;
        margin: 0;
        border-radius: 0;
    }
}

@media (max-width: 991px) {
    .idv-img-detach, .tw-img-detach, .ui-garageimg-dth, .ui-onlineimg-dth {
        padding: 3rem 0 0;
    }
}

@media (max-width: 767px) {
    .mob_chi_disc {
        display: block;
        margin-bottom: 18px;
    }
}

@media (max-width: 991px) {
    .popup .content {
        max-height: 360px;
        overflow: auto;
        padding-bottom: 20px;
    }

    .argeditBtn, .chieditBtn, .hbeditBtn {
        margin-top: 12px;
    }
}

@media (max-width: 767px) {
    .content {
        padding: 4rem 1rem;
    }
}

.align-center {
    text-align: center;
}

h2.mb-25 {
    margin-bottom: 2.5rem;
}

.pr-60 {
    padding-right: 6rem;
}

.pr-80 {
    padding-right: 8rem;
}

.popup {
    padding: 20px;
}

.quote_click {
    cursor: pointer;
    font-weight: 600;
    font-size: 15px !important;
    text-decoration: underline;
    color: #f4824c;
}

.bg-blue .input-block input.adultsNo.adultsComn {
    opacity: 1;
    font-weight: 600;
    color: #282828;
}

.input-block sup {
    font-size: 16px;
    font-weight: 300;
    color: #e71a1a;
}

.argeditBtn, .chieditBtn, .hbeditBtn {
    background-color: transparent !important;
    text-decoration: underline !important;
}

.widget-content .adultOuter .tooltip {
    position: relative;
    display: inline-block;
}

.adultOuter .tooltip .tooltiptext {
    visibility: hidden;
    width: 280px;
    height: 85px;
    background-color: #fff;
    color: #282828;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: -460%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity .3s;
}

.adultOuter .tooltip .tooltiptext:after {
    content: "";
    position: absolute;
    top: -18%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff;
}

.adultOuter .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.landing-widget .input-block.steps-row span .tooltiptext {
    font-size: 14px;
    position: absolute;
    /*font-family: Muli, sans-serif;*/
    font-size: 14px;
    color: #282828;
    background: #fff;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    width: 191px;
    height: 60px;
    text-align: left;
    left: 0;
    top: 150%;
    margin-left: -90px;
    box-shadow: rgb(0 0 0/10%) 0px 1px 11px 1px;
    background-color: #fff;
    padding: 10px 12px 10px 13px;
}

.common-insurance-blocks span.hilitedText {
    font-size: 12px;
    font-weight: 700;
    padding: 2px 6px 5px 5px;
    border-radius: 3px;
    background-color: #e2fce9;
    color: #09751b;
    display: inline-block;
}

.common-insurance-blocks span.hilitedText.orange {
    color: #d35700;
    background-color: #fff6ea;
}

.beftRider .row {
    width: 75%;
    margin: 0 auto;
}

.beftRider .befitRiderLeft {
    display: inline-block;
    width: 22%;
    float: left;
}

.beftRider .befitRiderRight {
    display: inline-block;
    float: left;
    width: 78%
}

@media (max-width: 768px) {
    .beftRider .befitRiderLeft, .beftRider .befitRiderRight {
        width: 100%
    }

    .beftRider .row {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }

    .section-content.befitCsection {
        padding-bottom: 0;
    }

    .section-content.beftRider {
        padding-top: 20px;
    }

    .beftRider .befitRiderLeft {
        padding-bottom: 20px;
    }

    .landing-widget .input-block.steps-row span .tooltiptext {
        font-size: 14px;
        position: absolute;
        /*font-family: Muli, sans-serif;*/
        font-size: 14px;
        color: #282828;
        background: #fff;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        width: 191px;
        height: 60px;
        text-align: left;
        left: 70px;
        top: 150%;
        margin-left: -90px;
        box-shadow: rgb(0 0 0/10%) 0px 1px 11px 1px;
        background-color: #fff;
        padding: 16px 12px 10px 13px;
    }

    .adultOuter .tooltip .tooltiptext:after {
        content: "";
        position: absolute;
        top: -17%;
        left: 15%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #fff;
    }

    .adultOuter .tooltip {
        position: relative;
        top: -18px;
        left: -75px;
        display: inline-block;
    }
}

.ui-tabs {
    position: relative;
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .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;
}

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;
}

p {
    font-size: 1.5rem;
    line-height: 3rem;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.bg-blue a, .bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5, .bg-blue h6, .bg-blue p, .bg-blue span {
    color: #fff;
}

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: .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 .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
}

a:active, a:hover {
    color: #fe6625;
    text-decoration: none;
}

.tab-wrap {
    padding-top: 1rem;
}

.tab-head {
    width: 100%;
    border-bottom: 2px solid #eeeff1;
    position: relative;
    margin-bottom: 2rem;
}

.tab-head li {
    min-width: 25rem;
    float: left;
    padding: 1.7rem;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: .8px;
    color: #b2b2b2;
    position: relative;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .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;
    z-index: 1;
}

.input-block {
    position: relative;
    height: 68px;
}

.input-block .selec-feild select {
    width: 100%;
    color: #fff;
}

.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: .3s;
    transition-duration: .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.8rem 4rem;
    -webkit-border-radius: 3rem;
    -ms-border-radius: 3rem;
    border-radius: 3rem;
    position: relative;
    overflow: hidden;
    font-weight: 600;
}

a.btn-primary:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff69;
    -webkit-transform: translateX(-100%) rotate(45deg);
    -ms-transform: translateX(-100%) rotate(45deg);
    transform: translateX(-100%) rotate(45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}

a.btn-small {
    font-size: 1.4rem;
    border: 1px solid #fe6625;
    padding: .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 .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    transition: all .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: .6rem 1.4em;
    font-size: 1.4rem;
    color: #fff;
}

.btn-orange:hover {
    color: #fff;
}

.btn-orange:hover:after {
    opacity: 1;
    -webkit-animation: fx-mask .3s ease-out;
    -moz-animation: fx-mask .3s ease-out;
    -ms-animation: fx-mask .3s ease-out;
    animation: fx-mask .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%
}

.input-block input {
    font-size: 2rem;
    color: #fff;
    margin-top: .5rem;
    padding-bottom: 10px;
    font-weight: 300;
    letter-spacing: .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;
}

.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, .5);
    outline: 0;
    background: 0 0;
    padding: .5rem 1rem .5rem 0;
    text-align: left;
    font-weight: 300;
}

.choice-radio-block {
    padding: 0 0 2rem;
    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: .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 .25s ease;
    transition: all .25s 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, .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;
}

.overlayNew.active {
    z-index: 1000000;
}

.section-content h2 {
    font-weight: 700;
}

.section-content h2, .inclu-exclusion h2 {
    padding-bottom: 1rem;
    margin: 0;
}

.HealthlandMidWrapp .section-content-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 6rem 0;
}

.HealthlandMidWrapp .compare-table-wrap {
    padding: 6rem 0;
}

.HealthlandMidWrapp .showroom-price.compare-table {
    margin: 0;
}

.HealthlandMidWrapp .showroom-price {
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 12px;
}

.HealthlandMidWrapp .showroom-price table {
    border-radius: 10px;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    border-collapse: collapse;
}

.HealthlandMidWrapp .showroom-price table th, tr, td {
    border-collapse: collapse;
    padding: 20px 15px 20px 30px;
    border-right: 1px solid #ece9e9;
    border-left: 1px solid #ece9e9;
    border-bottom: 1px solid #ece9e9;
}

.HealthlandMidWrapp .showroom-price table th {
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    background-color: #dddccb;
    color: #000000;
}

.HealthlandMidWrapp .showroom-price table td {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #282828;
}

.HealthlandMidWrapp .showroom-price table th, tr, td {
    border-collapse: collapse;
    padding: 20px 15px 20px 30px;
    border-right: 1px solid #ece9e9;
}

.HealthlandMidWrapp .showroom-price table tr:nth-child(even) {
    background-color: #f5f6f6;
}

.HealthlandMidWrapp .section-content-block .content-block-left {
    padding-right: 6rem;
}

.HealthlandMidWrapp .img-content-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 6rem 0;
}

.HealthlandMidWrapp .img-content-block .content-block {
    width: 60%;
}

.HealthlandMidWrapp .img-content-block .img-block {
    width: 37%;
    margin-right: 3%;
}

.HealthlandMidWrapp .img-block img {
    width: 100%;
}

.HealthlandMidWrapp h2.heading-2, .HealthlandMidWrapp .inclu-exclusion h2 {
    font-size: 3.5rem;
    color: #282828;
    font-weight: 700;
}

.HealthlandMidWrapp .section-content-block .content-block {
    width: 50%;
}

.HealthlandMidWrapp .list2 .list-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    background: url(/docs/default-source/assets/health/marketing/images/arrow.png) no-repeat;
    width: 1.5rem;
    height: 1.9rem;
}

.HealthlandMidWrapp .img-content-block p, .HealthlandMidWrapp .section-content-block p {
    font-size: 1.6rem;
    line-height: 24px;
    color: #282828;
    font-weight: 300;
}

.HealthlandMidWrapp .list .list-item {
    margin-bottom: 3rem;
    padding-left: 3.5rem;
    position: relative;
}

.HealthlandMidWrapp .list .list-item:last-child {
    margin-bottom: 0;
}

.HealthlandMidWrapp .list1 .list-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.4rem;
    background: url('/docs/default-source/assets/health/marketing/images/green-tick.png') no-repeat;
    width: 2.1rem;
    height: 2.1rem;
}

.HealthlandMidWrapp .list2 .list-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    background: url('/docs/default-source/assets/health/marketing/images/arrow.png') no-repeat;
    width: 1.5rem;
    height: 1.9rem;
}

.HealthlandMidWrapp .list2 .list-item {
    padding-left: 3rem;
}

.HealthlandMidWrapp .list2 .list-item {
    padding-left: 3rem;
}

.HealthlandMidWrapp .list2 .list-item {
    padding-left: 3rem;
    position: relative;
}

.HealthlandMidWrapp .click-link {
    font-size: 1.7rem;
    font-weight: 400;
    color: #ec6608;
    display: inline-block;
}

.HealthlandMidWrapp .section-content-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 6rem 0;
}

.HealthlandMidWrapp .section-content-block.no-flex {
    display: block;
}

.HealthlandMidWrapp .content-block-sec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.HealthlandMidWrapp .section-content-block .content-block {
    width: 50%;
}

.HealthlandMidWrapp .section-content-block .content-block-left {
    padding-right: 6rem;
}

.HealthlandMidWrapp .section-content-block .content-block-right {
    padding-left: 6rem;
}

.HealthlandMidWrapp .section-list-block {
    margin: 6rem 0;
}

.HealthlandMidWrapp .list-block .content-text p {
    font-size: 1.7rem;
    line-height: 1.76;
    color: #282828;
    font-weight: 300;
}

.HealthlandMidWrapp .list-block {
    border: 1px solid #d2d1d1;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1104px;
    width: 100%;
}

.HealthlandMidWrapp .list-block .list-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 50%;
    padding: 3rem;
    overflow: hidden;
}

.HealthlandMidWrapp .list-block .list-item:nth-child(2) {
    border-top-right-radius: 10px;
}

.HealthlandMidWrapp .list-block .list-item:nth-child(3) {
    border-bottom-left-radius: 10px;
}

.HealthlandMidWrapp .list-block .content-img {
    width: 13%;
}

.HealthlandMidWrapp .list-block .content-text {
    width: 87%;
}

.HealthlandMidWrapp .heading-content-block {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 6rem 0;
}

.HealthlandMidWrapp .heading-list-block {
    margin: 6rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.HealthlandMidWrapp .heading-list-block .heading-sec {
    width: 40%;
}

.HealthlandMidWrapp .heading-list-block .content-sec {
    width: 60%;
}

.HealthlandMidWrapp .sub-heading {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 1.6rem;
    color: #282828;
}

.HealthlandMidWrapp .list-heading {
    font-size: 1.8rem;
    line-height: 2.7rem;
    color: #282828;
    font-weight: 700;
    margin-bottom: 2.8rem;
}

.HealthlandMidWrapp .step-list .step-list-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.HealthlandMidWrapp .step-list .step-list-item .no {
    font-size: 3rem;
    font-weight: 800;
    color: #ec6608;
    font-style: italic;
    width: 2%;
    border-bottom: 1px solid #fff;
    padding-top: 1.5rem;
    position: relative;
    top: -4px;
}

.HealthlandMidWrapp .step-list .step-list-item p {
    font-size: 1.6rem;
    line-height: 24px;
    color: #282828;
    font-weight: 300;
    border-bottom: 1px solid #cbcdce;
    width: 95%;
    padding: 1.5rem 0 1.5rem 0;
}

.HealthlandMidWrapp .step-list .step-list-item:first-child p, .HealthlandMidWrapp .step-list .step-list-item:first-child .no {
    padding-top: 0;
}

.HealthlandMidWrapp .step-list .step-list-item:last-child p, .HealthlandMidWrapp .step-list .step-list-item:last-child .no {
    border: none;
    padding-bottom: 0;
}

.HealthlandMidWrapp .optional-addon-wrap .content-details {
    padding: 2.5rem 0;
    border-bottom: 1px solid #cbcdce;
    margin-bottom: 0;
}

.HealthlandMidWrapp .optional-addon-wrap .content-details:first-child {
    padding-top: 0;
}

.HealthlandMidWrapp .optional-addon-wrap .content-details:last-child {
    border: none;
}

.HealthlandMidWrapp .heading-content-block {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 6rem 0;
}

.HealthlandMidWrapp .heading-content-block .heading-sec {
    width: 40%;
}

.HealthlandMidWrapp .heading-content-block .content-sec {
    width: 60%;
}

.HealthlandMidWrapp .content-details .content-text p {
    font-size: 1.7rem;
    line-height: 1.76;
    color: #282828;
    font-weight: 300;
}

.HealthlandMidWrapp .content-sec .content-details {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 3rem;
}

.HealthlandMidWrapp .content-sec .content-details:last-child {
    margin-bottom: 0rem;
}

.HealthlandMidWrapp .content-details .content-img {
    width: 10%;
}

.HealthlandMidWrapp .content-details .content-text {
    width: 90%;
}

.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, .5);
}

.bg-blue .input-check+label:before {
    background: #00447c;
    border: none;
}

.bg-blue span.ui-error {
    color: #fc9494;
    font-weight: 600;
}

.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 1px 1px 0;
    bottom: 6px;
    left: 6px;
    top: 2px;
}

.input-check:checked+label:before {
    background: #fe6625;
    border: solid #fe6625;
}

.ui-card-wrap p {
    font-size: 1.5rem;
    position: relative;
}

.ui-card-wrap {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 5rem 0 0;
}

.ui-card-wrap .card-block {
    display: inline-block;
    width: 30%;
    text-align: center;
    margin: 0 auto;
    padding: 0 1rem;
}

.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.5rem;
    color: #282828;
    padding: 0 2rem;
    position: relative;
}

.ui-card-wrap .card-block p span:after {
    content: "";
    background: #bebebe;
    display: inline-block;
    height: .4rem;
    width: .4rem;
    border-radius: 50px;
    position: absolute;
    top: 14px;
    left: 100%;
    right: auto;
}

.ui-card-wrap .card-block 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: #f4824c;
}

.common-insurance-blocks h4 {
    font-size: 1.7rem;
    color: #282828;
    font-weight: 600;
    padding-bottom: 1rem;
}

.common-insurance-blocks p {
    font-size: 1.5rem;
    line-height: 2.5rem;
}

.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;
}

.ui-check-list.exclusion-tabs li:before {
    content: "";
    position: absolute;
    left: 0;
    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 .ui-check-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 1.7rem;
    background-image: url(/docs/default-source/assets/health/marketing/images/redclick-circle.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 4rem;
    width: 4rem;
}

.ui-check-list {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}

.ui-check-list p {
    font-weight: 600;
    font-size: 1.7rem;
    padding-bottom: .5rem;
}

.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-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;
    color: #fff;
}

.claim-block h2 {
    color: #fff;
}

.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: .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 .8s ease;
    transition: all .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, .5);
}

.claim-blocks li p {
    text-align: center;
    position: absolute;
    bottom: 2rem;
    width: 100%;
    color: #fff;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    font-size: 1.4rem;
    letter-spacing: .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(.73, .24, .45, .76);
    transition: left 3s cubic-bezier(.73, .24, .45, .76);
}

.claim-blocks li em {
    font-size: 3.8rem;
    color: #003d59;
    -webkit-transition: color .5s ease;
    transition: color .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, .2);
    box-shadow: 0 0 30px rgba(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;
}

.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 .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: .7rem;
}

@-webkit-keyframes blink {
    50% {
        background-color: transparent;
    }
}

@keyframes blink {
    50% {
        background-color: transparent;
    }
}

.dot.active em:nth-child(2) {
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
}

.dot.active em:nth-child(3) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.idv-img-detach svg {
    margin: 0 auto;
}

.idv-img-detach img {
    margin: 0 auto;
}

.tableWrapp {
    border-collapse: collapse;
    text-align: center;
    width: 70%;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 5rem;
}

.tableWrapp td, .tableWrapp th {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 1.2rem 2rem;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 300;
}

.tableWrapp.wid-100 th {
    width: 20%
}

.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;
}

.ui-tabs-modify {
    overflow: hidden;
}

.ui-tabs-modify .tab-head {
    width: 70%;
    border-bottom: 2px solid #eeeff1;
    padding-top: 2rem;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

.ui-tabs-modify .tab-head li {
    min-width: 18.2rem;
    float: left;
    text-align: center;
    font-size: 1.7rem;
}

.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: 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.5rem;
    font-weight: 300;
    padding-bottom: 1rem;
    display: inline-block;
    width: 46%;
    float: left;
    position: relative;
    padding-left: 3rem;
    margin-right: 3rem;
    color: #282828;
}

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;
}

ul.rating_count {
    display: inline-flex;
    margin-top: 10px;
}

.rating_count li:first-child {
    width: 120px;
}

.rating_count li {
    padding: 0 10px;
    text-align: left;
}

.rating_count p {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
}

.rating_count span {
    color: #6c6c6c;
    font-size: 12px;
}

.ui-reviews-slider .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 15rem;
    font-size: 0;
    border: 1px solid #adadad;
    height: 5rem;
    width: 5rem;
    border-radius: 50px;
    cursor: pointer;
    margin-left: 0;
}

.ui-reviews-slider .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 15rem;
    font-size: 0;
    border: 1px solid #adadad;
    height: 5rem;
    width: 5rem;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 0;
}

.ui-reviews-slider .owl-nav .owl-prev:before {
    border-color: #282828;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    vertical-align: text-top;
    transform: rotate(228deg);
    box-sizing: inherit;
    margin: 0;
    position: absolute;
    left: 21px;
    top: 18px;
}

.ui-reviews-slider .owl-nav .owl-next:before {
    border-color: #282828;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    vertical-align: text-top;
    transform: rotate(47deg);
    box-sizing: inherit;
    margin: 0;
    position: absolute;
    left: 18px;
    top: 19px;
}

.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: 500;
    border-right: 2px solid #b2b2b2;
    padding-right: 1rem;
    display: inline-block;
}

.ui-reviews-slider .reviews-rating-content p {
    font-size: 1.5rem;
    line-height: 3rem;
}

.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: .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: #282828;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    vertical-align: text-top;
    transform: rotate(228deg);
    box-sizing: inherit;
    margin: 0;
    position: absolute;
    left: 21px;
    top: 18px;
}

.ui-reviews-slider .owl-nav .owl-next:before {
    border-color: #282828;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    vertical-align: text-top;
    transform: rotate(47deg);
    box-sizing: inherit;
    margin: 0;
    position: absolute;
    left: 18px;
    top: 19px;
}

.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 .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: .4;
    cursor: default !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: .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;
}

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 li.mrR {
    margin-right: 10%;
}

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: .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;
}

.tableWrapp {
    border-collapse: collapse;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
    width: 100%
}

.tableWrapp.wid-100 th {
    width: 20%
}

.tableWrapp th {
    text-align: left !important;
    background-color: #dddccb;
    padding: 1.5rem 2rem;
    border-right: 1px solid #ece9e9;
    /*font-family: Muli;*/
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.tableWrapp td, .tableWrapp th {
    border-right: 1px solid #ece9e9;
    border-left: 1px solid #ddd;
    font-size: 15px;
    text-align: center;
    width: 230px;
}

.tableWrapp td {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 17px;
    padding-bottom: 16px;
    /*font-family: Muli;*/
    font-size: 15px;
    font-weight: 300;
    line-height: 1.33;
    color: #000;
    position: relative;
}

.tableWrapp tr {
    border-bottom: solid 1px #eaeaea;
}

.border-top-grey {
    border-top: solid 1px #eaeaea !important;
}

.border-bottom-none {
    border-bottom: none !important;
}

.tableWrapp tr:first-child {
    border-radius: 10px;
    border-bottom: none;
}

.tableWrapp td:first-child {
    text-align: left;
    width: 290px;
    padding-left: 30px !important;
}

.tableWrapp tr.row-1 {
    background-color: #f5f6f6;
}

.tableWrapp tr.row-1 td {
    /*font-family: Muli;*/
    font-size: 15px;
    font-weight: 700;
    color: #282828;
    background-color: #f5f6f6;
    padding: 15px !important;
    padding-left: 30px;
}

.active-accord:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 11px;
    display: inline-block;
    padding: 6px;
    vertical-align: top;
    background-image: url(/docs/default-source/assets/freshlook/images/up-arrow.png?sfvrsn=39fd6b72_2);
    background-repeat: no-repeat;
}

.close-accord:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 11px;
    display: inline-block;
    padding: 6px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-image: url(/docs/default-source/assets/freshlook/images/down-arrow.png?sfvrsn=39fd6b76_2);
}

.hide-row, .show-row {
    width: 290px;
    cursor: pointer;
}

.hide-row td {
    padding-top: 0 !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.text-align-left {
    text-align: left !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.health-table tr:nth-child(odd) {
    background-color: #fff;
}

.health-table tr.row-1 td {
    padding-left: 30px !important;
}

@media(max-width: 767px) {
    .active-accord: after, .close-accord:after {
        right: 5px;
    }
}

.ui-card-wrap .card-block h3 {
    font-size: 3rem;
    font-weight: 300;
    color: #f26624;
    text-align: center;
    padding-bottom: 1rem;
    display: inline-block;
}

.common-insurance-blocks h3, .tab-content-body h3 {
    font-size: 1.7rem;
    color: #282828;
    font-weight: 600;
}

.section-content a {
    color: #fe6625;
    font-weight: 600;
    font-size: 17px;
    text-decoration: underline;
}

.section-content a.btn-orange {
    text-decoration: none;
    color: #fff;
}

a.btn-orange.inclusionread {
    color: #fe6625;
}

.section-content .p_tg_font h1 {
    font-size: 3.5rem;
}

h5 a {
    font-size: 1.7rem;
}

.garages-search-block a {
    font-size: 1.2rem;
}

#widgetError .popup .close:after, #widgetError .popup .close:before {
    display: block;
}

#HAP-popup .content-new h2 {
    padding-left: 0;
    color: #282828;
}

.widget-content-body .inputWrapp {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.inputWrapp .hapmMobile, .inputWrapp .pincodeWrapp {
    width: 30%;
}

.ui-garageimg-dth img {
    margin: 0 auto;
}

.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;
}

.garages-search-block small {
    font-size: 1.3rem;
    color: #8097ac;
    text-align: left;
    display: block;
    position: relative;
    top: 5rem;
}

.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 .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);
}

#HAP-popup .content-new h2 {
    padding-left: 0;
    color: #282828;
}

.widget-content-body .inputWrapp {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.inputWrapp .hapmMobile, .inputWrapp .pincodeWrapp {
    width: 30%;
}
/*
@media (max-width: 1024px) {
   
}

@media (max-width: 1366px) and (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1300px !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%
    }

    .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 1rem;
    }

    .landing-widget .widget-content-body .date-block span.jq-dte input.jq-dte-day, .landing-widget .widget-content-body .date-block span.jq-dte input.jq-dte-month {
        width: 40px !important;
    }

    .healthFreshlook .formOuter .widget-content-body .checkWrapper {
        left: -18px;
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .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: 48%
    }

    .landing-widget .widget-content-body .btnwarpp {
        width: 100%;
        position: relative;
        left: 0;
        bottom: 0;
        text-align: left;
    }

    .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;
    }

    .freshAppwidget .befitWrapper {
        padding: 0 20px;
    }

    .freshAppwidget .befitWrapper .befitContent {
        padding: 15px 10px;
    }

    .freshAppwidget .befitWrapper .befitHead {
        font-size: 14px;
    }

    .freshAppwidget .befitWrapper .befitContent .icon {
        padding: 0 0 0 36px;
    }
}

@media(max-width: 991px) {
    .HealthlandMidWrapp .section-content-block {
        flex-direction: column;
        margin: 2rem 0;
    }

    .HealthlandMidWrapp .section-content-block .content-block {
        width: 100%;
        padding-right: 0;
        margin-bottom: 5rem;
        padding-left: 0rem;
    }

    .ui-claimimg-dth img {
        position: relative;
        top: 10rem;
        overflow: hidden;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }

    .HealthlandMidWrapp .img-content-block {
        flex-direction: column-reverse;
        margin: 4rem 0;
    }

    .HealthlandMidWrapp .img-content-block .img-block {
        width: 100%;
        margin-right: 0;
        margin-top: 2rem;
    }

    .HealthlandMidWrapp h2.heading-2 {
        font-size: 3rem;
    }

    .HealthlandMidWrapp .heading-list-block {
        flex-direction: column;
        margin: 4rem 0;
    }

    .HealthlandMidWrapp .step-list .step-list-item p {
        font-weight: 400;
        width: 90%;
    }

    .HealthlandMidWrapp .img-content-block .content-block, .HealthlandMidWrapp .img-content-block .img-block img, .HealthlandMidWrapp .heading-list-block .heading-sec, .HealthlandMidWrapp .heading-list-block .content-sec {
        width: 100%;
    }

    .HealthlandMidWrapp h2.heading-2 {
        font-size: 3rem;
    }

    .HealthlandMidWrapp .list-block {
        flex-direction: column;
    }

    .HealthlandMidWrapp .list-block .list-item {
        width: 100%;
        padding: 1.9rem 1.8rem;
        background: transparent;
    }

    .HealthlandMidWrapp .list-block .content-text {
        width: 80%;
    }

    .HealthlandMidWrapp .heading-content-block {
        flex-direction: column;
        margin: 4rem 0;
    }

    .HealthlandMidWrapp .heading-content-block .heading-sec, .HealthlandMidWrapp .heading-content-block .content-sec {
        width: 100%;
    }

    .landing-widget .input-block.steps-row span.sm_f {
        font-size: 16px;
        padding: 0;
    }

    .landing-widget .widget-content-body .detailsWrapp .adultOuter .steps-row span.AdultB {
        font-size: 18px;
    }

    .landing-widget .subs-block a {
        width: 4rem;
        height: 4rem;
        font-size: 3rem;
    }

    .healthFreshlook .countAdult .newTsenior .stepclLeft span.labelHead {
        font-size: 1.5rem;
    }
}

@media(max-width: 1360px) {
    .ui-form-block a.renewal-link {
        margin-left: .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%
    }

    .mainWrapper.healthFreshlook .container {
        width: 100%;
    }
}

@media(max-width: 1024px) and (min-width:768px) {
    .reviews-rating-content {
        padding: 0 3rem;
    }

    .rating-topbar:after {
        right: 0;
    }

    .ui-card-wrap .card-block span {
        font-size: 2.2rem;
    }

    .package-policy-wording {
        width: auto;
    }

    .ui_get_sticky {
        display: none;
    }
}

@media(max-width: 991px) {
    .dot {
        display: none;
    }

    .idv-img-detach, .tw-img-detach, .ui-garageimg-dth, .ui-onlineimg-dth {
        padding: 3rem 0 0;
    }

    .idv-img-detach img, .tw-img-detach img, .ui-claimimg-dth img, .ui-garageimg-dth img {
        text-align: center;
        margin: 0 auto;
    }

    .banner-para, .banner-para span {
        font-size: 3rem;
    }

    ul.ui-banner-list li {
        font-size: 2rem;
    }

    .ui-banner-content {
        padding: 0;
    }

    ul.ui-banner-list li img {
        width: 30px;
        height: auto;
        vertical-align: middle;
    }

    .input-block label {
        font-size: 1.6rem;
    }

    .input-block.focus label {
        font-size: 1.4rem;
    }

    .input-block {
        max-width: 100%
    }

    .pad-block2 {
        padding: 3rem 0 2rem;
    }

    .border-bottom1 {
        border-bottom: 1px solid #eee;
    }

    .package-policy-wording {
        width: 100%
    }

    .tableWrapp {
        width: 100%
    }

    .ui-card-wrap .card-block {
        width: 100%;
        padding-bottom: 2rem;
    }

    .owl-nav {
        display: none;
    }

    .claim-block {
        text-align: center;
    }

    .claim-blocks {
        margin-bottom: 3rem;
    }

    .ui-claimimg-dth img {
        position: relative;
        top: 10rem;
        overflow: hidden;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }

    .claim-section {
        overflow: hidden;
    }
}

@media(max-width: 767px) {
    .popup {
        margin: 0;
        border-radius: 0;
    }

    .mob-para, .ep-button {
        display: block;
    }

    .ep-button a, .landing-widget .widgetSectnCHINew .widget-content-body .detailsWrapp, .landing-widget .widgetSectnCHINew .widget-content-body .chi-form-block .input-block, .ui-check-list li {
        width: 100%;
    }

    .ui-reviews-slider .rating-topbar h3 {
        border-right: none;
    }

    .heading1-super {
        font-size: 2.8rem;
    }

    .healthFreshlook .zeroHassleWrapp .planBreakup li:first-child {
        padding-left: 2.5rem;
        padding-right: 0;
    }

    .scrollTop {
        display: none;
    }

    .ui-form-block .ui-submit-btn {
        margin-top: 0;
    }

    .fixedBtn {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        margin: 0;
        padding: 1rem 0;
        text-align: center;
        z-index: 2;
        -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
        box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
        display: inline-block;
        width: 100%
    }

    .gq-sticky {
        width: 90%
    }

    .container-small h2 {
        padding-left: 1rem;
    }

    .ui-reviews-slider .rating-topbar:after {
        top: 31px;
        right: 30px;
    }

    .claim-blocks li span {
        top: 10px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .section-content {
        padding: 4rem 0 6rem;
    }

    .section-content h2 {
        padding-bottom: 1rem;
        margin: 0;
        font-size: 3rem;
        text-align: left;
    }

    .section-content p {
        text-align: left;
        line-height: 2.5rem;
    }

    .ui-card-wrap .card-block span {
        font-size: 2.5rem;
    }

    .ui-card-wrap .card-block p span {
        font-size: 1.2rem;
    }

    .ui-card-wrap p {
        text-align: center;
    }

    .tableWrapp {
        width: 100%;
        overflow: auto;
        display: inline-block;
    }

    .search-item {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .input-check+label:before {
        margin-right: .5rem;
    }
    .tab-head{
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
    }
    .tab-head li {
        min-width: max-content;
    }

    .claim-block h2 {
        text-align: center;
    }

    .claim-blocks li {
        width: 10rem;
        height: 12rem;
        margin-right: 1rem;
        padding-top: 4rem;
    }

    .claim-blocks li p {
        font-size: 1.2rem;
        bottom: 1rem;
    }

    .landing-widget .widget-content-body .btnwarpp {
        display: block;
        text-align: center;
    }

    .tncbasic img {
        margin-top: 8px;
    }

    .ui_get_sticky.fixedBtns {
        width: 100%;
        position: fixed;
        z-index: 9999;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 12px;
        height: 80px;
        background: #fff;
        box-shadow: 2px 3px 12px 1px rgba(0, 0, 0, .34);
        background-color: #00305b;
    }

    .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 {
        color: #fff !important;
        position: relative;
        top: -4px;
        left: 5px;
        font-size: 17px;
        font-weight: 600;
    }

    .widget-content-body input:-webkit-autofill, .widget-content-body input:-webkit-autofill:active, .widget-content-body input:-webkit-autofill:focus, .widget-content-body input:-webkit-autofill:hover {
        -webkit-box-shadow: 0 0 0 50px #00305b inset !important;
        -webkit-text-fill-color: #fff;
    }

    .healthFreshlook .landing-widget .input-block .subs-block input {
        color: #282828;
        height: 4rem;
        width: 4rem;
        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.argeditBtn:before, .landing-widget .subs-block a.chieditBtn:before, .landing-widget .subs-block a.hbeditBtn:before {
        top: 2px;
    }

    #widgetError .popup {
        width: 100% !important;
        max-width: 100%
    }

    .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;
    }

    .healthFreshlook .landing-widget .input-block input, .landing-widget .input-block input, .landing-widget .input-block label {
        color: #fff;
    }

    .landing-widget .widget-content-body .detailsWrapp .adultOuter {
        background: #fff;
    }

    .landing-widget .widget-content-body .btnwarpp {
        position: relative;
        width: auto;
        bottom: auto;
    }

    .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.5rem 2rem;
        margin-bottom: 3rem;
    }

    .landing-widget .tab-wrap {
        overflow: hidden;
    }

    .healthFreshlook .formOuter .widgetSectn {
        background: 0 0;
        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;
    }

    .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;
    }

    .landing-widget .widget-content-body {
        padding: 0 0 4rem;
    }

    .landing-widget .widget-content-body .detailsWrapp .adultOuter {
        margin-bottom: 2rem;
    }

    .healthFreshlook .countAdult .newTsenior .stepclLeft span.labelHead {
        font-size: 1.5rem;
        display: block;
        line-height: 1;
    }

    .countAdult .newTsenior .stepclLeft {
        line-height: 2.7rem;
    }

    .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 .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 a.active:before, .healthFreshlook .widgetSectn h2 br {
        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;
    }

    .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, .5);
        transition: opacity .2s;
        opacity: 1;
        z-index: 98;
        display: none;
    }

    .healthFreshlook p.note {
        margin-top: 0px;
        line-height: 1.61;
        padding-top: 20px;
    }

    .healthFreshlook .widgetSectn .adultOuter .formblock label {
        display: none;
    }

    .bg-blue .input-check+label:before, .input-check+label:before {
        vertical-align: top !important;
        margin-top: 7px;
    }
    .bg-blue .checkWrapper .input-check:checked+label:before {
        vertical-align: top !important;
        margin-right: 6px;
        margin-top: 0;
    }
    .healthFreshlook .formOuter {
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-top: -1px;
    }

    .healthFreshlook .formOuter .checkWrapper .check-feild label span.tncbasic {
        width: 89%;
        display: inline-block;
    }

    .landing-widget .widget-content-body .detailsWrapp .adultOuter .adultBoxWrapp {
        top: 77px;
    }

    .landing-widget .inputWrapp .input-block.ripple-bar {
        margin-top: 3rem;
    }

    .landing-widget .widget-content-body .detailsWrapp .adultOuter .date-feild {
        padding: 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: 0;
        position: relative;
        width: 50%;
        left: 0;
        float: right;
    }

    .freshAppwidget .befitWrapper.mobile .befitContent .icon, .freshAppwidget .befitWrapper.mobile .befitContent .icon.headcare {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }

    .freshAppwidget .befitWrapper.mobile .befitContent {
        width: 100%;
        padding: 0;
    }

    .freshAppwidget .befitWrapper.mobile {
        padding: 0;
    }

  

    .landing-widget .freshAppwidget ul.tab-head {
        z-index: 99;
        margin: 0;
        padding-bottom: 20px;
    }

    .freshAppwidget .befitWrapper.mobile .befitImageHealth span {
        position: absolute;
        background: #004a80;
        height: 150px;
        width: 150px;
        top: -39px;
        z-index: 9;
        margin: 0 auto;
        right: -16px;
        border-radius: 50%;
        display: inline-block;
    }

    .freshAppwidget .befitWrapper.mobile .befitImageHealth span img {
        position: absolute;
        right: 0px;
        top: 38px;
        height: 73px;
        width: 142px;
    }

    .freshAppwidget .befitlistWrapp {
        display: block
    }
    /* 09/05/2023 start here */
    .freshAppwidget .befitWrapper.mobile {
        display: block;
        border: solid 2px #004a80;
        padding: 20px;
        margin-bottom: 20px;
    }
    .befitWrapper .befitBanner .item {
        display: block;
        width: 100%;
        background: #004A80;
        padding: 0;
    }
    .healthFreshlook .befitWrapper.mobile .befitNote {
        display: block;
        text-align: left;
        color: #93AABF;
        font-size: 9px;
        line-height: 11px;
        padding-top: 20px;
    }
    .befitWrapper.mobile .cashlessHospmob, .befitCovmob {
        display: flex;
        justify-content: space-between;
    }
    .healthFreshlook .widgetSectn .befitCovmob .befitbuyNow {
        padding: 8px 16px;
        border-radius: 5px;
        font-size: 12px;
        margin-top: 13px;
    }
    .befitWrapper .befitILimg {
        display: inline-block;
        position: absolute;
        top: 29px;
        left: 90px;
    }
    .freshAppwidget .befitWrapper.mobile .befitImageHealth {
        margin-right: 0;
        max-width: 98px;
    }
    .freshAppwidget .befitWrapper .befitILimg {
        display: inline-block;
    }
    .befitWrapper .owl-dots {
        position: absolute;
        bottom: -45px;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .healthFreshlook .befitNote { display: none;}
    .freshAppwidget .befitWrapper p { padding-right: 15px;}
  /* 09/05/2023 end here */
    .freshAppwidget .befitWrapper.desktop {
        display: none;
    }

   

    .freshAppwidget ul.befitList {
        width: 100%;
    }

    .freshAppwidget .befitWrapper .befitHead {
        padding: 0 0px 20px 0;
    }

    .healthFreshlook .formOuter .widget-content-body .checkWrapper {
        padding-top: 20px;
    }
}

@media(max-width: 640px) {
    .healthFreshlook .zeroHassleWrapp h1 {
        font-size: 3.5rem;
    }
}

@media(max-width: 480px) {
    .input-block .note a {
        font-size: 1rem;
    }

    ul.breadcrumbs li a {
        padding-right: 1rem;
        font-size: 1.2rem;
    }

    .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-day, .landing-widget .widget-content-body .date-block span.jq-dte input.jq-dte-month {
        width: 45px !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 .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: 80px !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;
    }*/
}

@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;
    }
}

@media (max-width: 767px) {
    .widget-content-body .inputWrapp {
        flex-direction: column;
    }

    #HAP-popup .whatsapp-popup-block {
        padding-top: 5rem;
    }
}
/***********************************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: 0;
    border: 1px solid transparent;
}
.link-btn:hover {
    color: #fd7b20;
}
.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 {
    color: #fff;
    background: #000;
    position: absolute;
    width: 272px;
    bottom: 30px;
    left: -20px;
    text-align: left;
    padding: 1.2rem;
    border-radius: 5px;
    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);
    opacity: 0;
    overflow: auto;
    height: 100%;
}
.port-overlay,
.port-tooltipTxt {
    visibility: hidden;
    z-index: 9999;
}
.port-overlay.activeOverlay {
    visibility: visible;
    opacity: 1;
}
.port-popup-sec {
    background: #fff;
    border-radius: 15px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 570px;
}
.port-popup-sec .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
    background: #fff;
    display: flex;
    align-items: center;
    border: 1px solid #f0efee;
    border-radius: 5px;
    opacity: 1;
}
.port-popup-sec .close:after,
.port-popup-sec .close:before {
    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);
}
.portpopup-content {
    padding: 4rem;
    background: #fff;
    border-radius: 15px;
}
.thanks_popup_content {
    display: none;
    text-align: center;
    padding: 4rem 8rem;
}
.port-popup-sec .il-input-block {
    position: relative;
    display: inline-block;
    width: auto;
    margin-bottom: 35px;
    min-width: 231px;
    width: fit-content;
}
.port-popup-sec .chkbox_error,
.port-popup-sec .errorN {
    color: #e71a1a;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 15px;
    position: absolute;
    left: 0;
    bottom: -16px;
    display: none;
}
.port-popup-sec .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;
    pointer-events: none;
}
.port-popup-sec input.default-input {
    outline: #c9c9c9 solid 1px;
    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;
}
.port-popup-sec .dob-form-block .input-block:hover,
.port-popup-sec input.default-input:hover {
    border: #282828 solid 1px;
}
.port-popup-sec .il-input-block input.input-sm {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 1.2rem;
}
.port-popup-sec .il-input-block label.input-sm {
    font-size: 1.4rem;
    left: 12px;
    top: 10px;
}
.port-popup-sec .il-input-block.focus label,
.port-popup-sec .il-input-block.transform label {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 600;
    top: -7px;
    left: 8px;
    padding: 0 5px;
    z-index: 2;
    transition: 0.3s;
}
.port-popup-sec .dob-form-block.focus .input-block label,
.port-popup-sec .il-input-block.onFocused label {
    color: #ec6625;
}
.port-popup-sec .il-input-block.focus input:focus,
.port-popup-sec .il-input-block.onFocused input {
    border: #ec6625 solid 2px;
}
.port-popup-sec .cstm-chkbox-block .form-group {
    display: block;
    margin-bottom: 1rem;
    text-align: left;
    position: relative;
}
.port-popup-sec .cstm-chkbox-block .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.port-popup-sec .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;
}
.port-popup-sec .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);
}
.port-popup-sec .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;
}
.port-popup-sec .cstm-chkbox-block .form-group input:checked + label:before {
    background-color: #ec6625 !important;
    border: 2px solid #ec6625;
}
.port-popup-sec .dob-form-block {
    margin-bottom: 40px;
    position: relative;
    min-width: 231px;
    width: fit-content;
}
.port-popup-sec .dob-form-block .input-block,
.port-popup-sec .dob-form-block .input-block.active {
    position: relative;
    width: 100%;
    border-radius: 5px;
    border: #c9c9c9 solid 1px;
    background-color: #fff;
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
}
.port-popup-sec .dob-form-block .input-block label,
.port-popup-sec .dob-form-block .input-block.error label {
    font-size: 1.2rem;
    margin-top: -1rem;
    margin-left: -5px;
    top: 0;
}
.port-popup-sec .dob-form-block .input-block label,
.port-popup-sec .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;
    padding: 0 5px;
    background: #fff;
    margin-top: -0.7rem;
    margin-left: 8px;
    max-width: 100%;
    margin-bottom: 5px;
    top: 0;
    z-index: 9;
    letter-spacing: inherit;
}
.port-popup-sec .dob-form-block .input-block input {
    border: 1px solid #c9c9c9;
    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.disableInput input {
    color: #6c6c6c !important;
}
.port-popup-sec .dob-form-block .input-block input.day {
    margin-left: 0.7rem;
}
.port-popup-sec .dob-form-block .input-block span {
    color: #b2b2b2;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0 6px;
    border-bottom: none;
    left: 0;
    position: static;
    padding-bottom: 0;
}
.port-popup-sec .dob-form-block.focus .input-block {
    border: #ec6625 solid 2px;
}
.port-popup-sec ::placeholder {
    color: #838383;
    opacity: 1;
    font-weight: 500;
}
.port-popup-sec :-ms-input-placeholder {
    color: #838383;
    font-weight: 500;
}
.port-popup-sec ::-ms-input-placeholder {
    color: #838383;
    font-weight: 500;
}
.port-popup-sec .date-block span.jq-dte input.jq-dte-day {
    width: 25px !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;
    display: inline !important;
}
.port-popup-sec .dob-form-block.error .date-block span.jq-dte-errorbox {
    bottom: -30px !important;
}
.port-popup-sec .date-block span.jq-dte input.error-chi {
    color: #e71a1a;
    -webkit-text-fill-color: #e71a1a;
    font-weight: 700;
}
.port-popup-sec .primary-button {
    background: #ec6625;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 20px;
    text-align: center;
    padding: 1.3rem 2.4rem 1.5rem;
    transition: 0.2s linear;
    text-decoration: none;
}
.port-popup-sec .primary-button:hover {
    color: #fff;
    background: #fd7b20;
}
.port-popup-sec .termsandcond {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: underline;
}
.port-popup-sec .thanks_register {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #282828;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.port-popup-sec .get_back {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #282828;
    margin-bottom: 2rem;
}
.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;
}
.port-popup-sec .flex-div {
    display: flex;
    justify-content: space-between;
}
.port-submit-btn {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 99;
}
.port-popup-sec .date-block input:focus-visible {
    outline: none;
}
@media (max-width: 767px) {
    .port_policy_div {
        width: 100%;
        text-align: center;
        margin: 2rem 0;
    }
    .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: 0;
        left: 0;
        width: 100%;
        padding: 6px 20px;
        text-align: center;
        background: #fff;
        box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
    }
    .port-popup-sec .cstm-chkbox-block .form-group {
        margin-bottom: 9rem;
    }
    .thanks_popup_content {
        padding-top: 7rem;
    }
    .port-popup-sec .dob-form-block,
    .port-popup-sec .il-input-block,
    .thanks-ok-btn {
        width: 100%;
    }
    .how_can_i_port,
    .why_should_i_port {
        display: block;
    }
    .why_should_i_port {
        padding-bottom: 3rem;
    }
    .how_can_i_port {
        padding-top: 3rem;
    }
    .port-popup-sec .flex-div {
        flex-direction: column;
    }
}




.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-scrollable-tabs ul {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    /* white-space: nowrap; */
}
.healthFreshlook .widgetSectn span.maxProtecIcon {
    background: url("/docs/default-source/assets/images/chifresh/max-protect-icon.svg");
    height: 27px;
    width: 50px;
}
.healthFreshlook .widgetSectn span.wynhealthIcon {
    background: url("/docs/default-source/assets/images/chifresh/wyn-health-icon.svg");
    height: 24px;
    width: 46px;
}
.il-scrollable-tabs ul::-webkit-scrollbar {
    display: none;
}
.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);
}
.landing-widget .widget-content-body .detailsWrapp .maxpadultWrapp .input-block label {
    top: 22px;
}
.landing-widget .subs-block a.disable-Kid {
    background-color: #f5f6f6;
    color: #cbcdce;
    pointer-events: none;
}
.btnwarpp.ui_get_sticky {
    display: none;
}
.landing-widget .tab-head li p{
    padding-right: 3rem;
}

.landing-widget .showDob {
    display: none;
}
.landing-widget .subs-block a.maxpeditBtn {
    position: relative;
    display: none;
    color: #ec6608;
    font-size: 15px;
    font-weight: 700;
    border: 0
}

.landing-widget .subs-block a.maxpeditBtn:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: #b2b2b2;
    right: 45px;
    top: 2px
}

.maxpeditBtn{
    background-color: transparent !important;
    text-decoration: underline !important
}
.landing-widget .widget-content-body .detailsWrapp .maxpadultWrapp .adultOuter{
    width: 100%
}
.landing-widget .widget-content-body .detailsWrapp .maxpadultWrapp{
    width: 48%;
    float: left
}
.mob-para {
        display: none;
    }

    .desk-para {
        display: block;
    }
     .landing-widget .tab-head li a{
        text-decoration: none!important;
    }
@media(max-width:991px) {
    .maxpeditBtn{
        margin-top: 12px
    }
}

@media(max-width:767px) {
    .mob-para {
            display: block;
        }

        .desk-para {
            display: none;
        }
    .landing-widget .widget-content-body .detailsWrapp .maxpadultWrapp{
        width: 100%
    }
    /*.landing-widget .widget-content-body .detailsWrapp .adultOuter .adultBoxWrapp{
        top: 60px !important;
    }*/
    .healthFreshlook .landing-widget .widget-content-body .date-block span.jq-dte input.jq-dte-month, 
    .healthFreshlook .landing-widget .widget-content-body .date-block span.jq-dte input.jq-dte-day {
        width: 32px !important;
    }
    .healthFreshlook .landing-widget .widget-content-body .date-block span.jq-dte input.jq-dte-year {
        width: 60px !important;
    }
    .freshAppwidget .tab-head {
        display: block;
    }
    .il-nav-next, .il-nav-prev {
        display: none;
    }
    .landing-widget .widget-content-body .detailsWrapp .maxpadultWrapp {
        width: 100%;
    }
    .landing-widget .widget-content-body .detailsWrapp .adultOuter {
        margin-right: 0;
        width: 100%;
        padding: 1.7rem;
        margin-bottom: 2rem;
    }
    .landing-widget .widget-content-body .detailsWrapp .adultOuter .steps-row span.AdultB {
        font-size: 16px !important;
    }
    .landing-widget .input-block.steps-row span.sm_f {
        font-size: 12px !important;
        padding: 0;
    }
    .landing-widget .widget-content-body .detailsWrapp .adultOuter .subs-block {
        top: 2px;
    }
    .landing-widget .subs-block a.min-num, .landing-widget .subs-block a.plus-num {
        border-radius: 5px;
        width: 3rem;
        height: 3rem;
        line-height: 2.6rem;
        font-size: 2.4rem;
    }
    .healthFreshlook .landing-widget .input-block .subs-block input {
        color: #282828;
        height: 3rem;
        width: 4rem;
        /* font-size: 1.8rem; */
        text-align: center;
         vertical-align: initial !important; 
         padding-bottom: 10px !important;
    }
    .landing-widget .input-block.steps-row span {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .landing-widget .widget-content-body .btnwarpp {
        width: 100% !important;
        padding: 0 !important;
        text-align: right;
    }
    .landing-widget .widget-content-body .btnwarpp .submit-btn a.btn-primary{
        padding: 18px;
    }
    .landing-widget .input-block {
        width: 100%;
    }
}

.landing-widget .widget-content-body .detailsWrapp span.ui-error{
    position: static;
}
.healthFreshlook .landing-widget .ripple-bar:after{
    display: none !important;
}


/*------------------CSS for Mint Rating Tooltip Start Here------------------*/


.tab-tooltip-block{
    border-radius: 16px;
    background: linear-gradient(267deg, #F58820 -22.48%, #B02A30 138%);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: normal;
    padding: 0.5rem 0 0.7rem;
    width: 179px;
    text-align: center;
    display: inline-block;
    color: #FFFFFF;
    position: relative;
    letter-spacing: normal;

    position: absolute;
    bottom: 15px;
    left: 20px;
    
}


.tab-tooltip-block:after{
    content: '';
    width: 0; 
    height: 0; 
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #D55C28;
    position: absolute;
    top:-3px;
    left: 50%;
    transform: translate(-50%,-50%);
}

.tab-tooltip-block sup{
    font-size: 0.8rem;
    color: #ffffff;
    font-weight: 700;
}

/*.il-scrollable-tabs ul.mint-tooltip-sec{
    overflow-x: inherit;
    overflow-y: inherit;
}*/

.mint-rating-block .tab-tooltip-block{
    display: none;
}



@media screen and (max-width:767px){

    .tab-tooltip-block{
        width: 100%;
        border-radius: 0;
    }

    .tab-tooltip-block:after{
        content: none;
    }

    .tab-tooltip-block{
        position: absolute;
        top: 0;
        left: 0;
        bottom: auto;
    }

    .landing-widget .tab-head li#allInclusiveTab,
    .landing-widget .tab-head li#chiTabland{
        overflow: hidden;
        padding-top: 46px;
    }


    .landing-widget .tab-head.mint-tooltip-sec li:first-child span.icon.chiIcon {
        top: 52px;
    }

    .landing-widget .tab-head.mint-tooltip-sec li:first-child {
        padding-top: 46px;
    }

    .healthFreshlook .landing-widget .widget-content-body.mint-rating-block{
        padding: 2rem 0;
    }

    .mint-rating-block .landing-widget-block{
        padding: 3rem 2rem 0;
    }

    .mint-rating-block .tab-tooltip-block{
        display: block;
        position: absolute;
        top: -20px;
        width: 100%;
        left: 0;
        right: 0;
    }

    .landing-widget .widget-content#landingMaxProtec,
    .landing-widget .widget-content#landingHB,
    .landing-widget .widget-content#landingPP,
    .landing-widget .widget-content#landingARG{
        padding:0 2rem;
    }





}



/*------------------CSS for Mint Rating Tooltip End Here------------------*/


.common-insurance-blocks span.hilitedText.pink {
    color: #B02A30;
    background-color: #FFF3F3;
}
.befitCsection .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;
}
.befitCsection .secondary-btn:hover {
    position: relative;
    background: #fff2eb;
    border: 1px solid #ec6625;
    color: #ec6625;
}
.befitCsection .secondary-btn:focus-visible {
    position: relative;
    background: #fff9f6;
    border: 1px solid #ec6625;
    color: #ec6625;
}
.befitCsection .secondary-btn:active {
    position: relative;
    background: #fff9f6;
    border: 1px solid #bb5106;
    color: #bb5106;
}

@media (max-width: 767px){
    #view_more_prods {
        display: none !important;
    }
}