@media screen and (min-width: 100px) and (max-width: 480px) {
  .aboutTabWrap .aboutSectionTabMenuWrp .aboutSectionTabMenu {
    width: 750px;
    justify-content: flex-start;
    margin: 0;
  }

  .nav-hide .owl-nav, .owl-dots{
    display: block !important;
  }
}

@media screen and (min-width: 100px) and (max-width: 767px) {
  .main-banner .desktop-banner{
    display: none;
  }
}
@charset "UTF-8";
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 @media only screen and (min-width: 768px) {

    .termsandconditionsheading .terms-condtn-sec {
        padding-top: 30px;
    }
}

.faq .haveQuesSec h2.mainTitle {
    font-size: 32px !important;
}

.faq .haveQuesSec {
    margin-top: 0;
}

.blankRTE .single-knowledge-center-page.wrapper h2 .BlueHeading {
    font-size: 32px;
}

.blankRTE .single-knowledge-center-page p:last-child {
    margin-bottom: 0;
}

.articlesdynamic .section,
.articles .section {
    padding-block: 50px;
}

.financialtab .mainPageSec {
    margin-top: 0;
    padding-block: 50px;
    margin-top: 0 !important;
}

.financialtab .mainPageSec .taxFeatureSec {
    padding-block: 0;
}

.financialtab .toolsCalcTabSec .contentGridBlock {
    margin-bottom: 0;
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
:after,
:before {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    font-style: normal;
    line-height: inherit;
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem;
}

dl,
ol,
ul {
    margin-top: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    border-style: none;
}

img,
svg {
    vertical-align: middle;
}

svg {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h1,
h1 {
    font-size: 2.5rem;
}

.h2,
h2 {
    font-size: 2rem;
}

.h3,
h3 {
    font-size: 1.75rem;
}

.h4,
h4 {
    font-size: 1.5rem;
}

.h5,
h5 {
    font-size: 1.25rem;
}

.h6,
h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
}

.display-3 {
    font-size: 4.5rem;
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer:before {
    content: "\2014\00A0";
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.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-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.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-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.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-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #000;
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm td,
.table-sm th {
    padding: 0.3rem;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #000;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff;
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff;
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db;
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf;
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb;
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e;
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb;
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb;
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda;
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5;
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba;
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb;
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e;
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7;
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe;
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6;
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca;
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c;
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe;
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-sm>.table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-md>.table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-lg>.table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-xl>.table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
    appearance: none;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.form-row>.col>.valid-tooltip,
.form-row>[class*="col-"]>.valid-tooltip {
    left: 5px;
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat,
        #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745;
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block;
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745;
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #28a745;
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745;
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*="col-"]>.invalid-tooltip {
    left: 5px;
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat,
        #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545;
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545;
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #dc3545;
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545;
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        justify-content: center;
    }

    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #000;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #000;
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.btn-link:hover {
    color: #0056b3;
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline;
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty:after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0;
}

.dropright .dropdown-toggle:after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0;
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0;
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%;
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0;
}

.btn-group-toggle>.btn-group>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px;
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.custom-file {
    display: flex;
    align-items: center;
}

.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group.has-validation>.custom-file:nth-last-child(n + 3) .custom-file-label:after,
.input-group.has-validation>.custom-select:nth-last-child(n + 3),
.input-group.has-validation>.form-control:nth-last-child(n + 3),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-append,
.input-group-prepend {
    display: flex;
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3;
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem;
}

.input-group.has-validation>.input-group-append:nth-last-child(n + 3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n + 3)>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    color-adjust: exact;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #80bdff;
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd;
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

.custom-control-label:after {
    background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label:before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #007bff;
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label:before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label:after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label:after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    display: inline-block;
    margin-bottom: 0;
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    overflow: hidden;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse);
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    overflow: hidden;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}

.custom-range:focus {
    outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.navbar {
    position: relative;
    padding: 0.5rem 1rem;
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto;
}

@media (max-width: 575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap;
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        flex-wrap: nowrap;
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap;
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, 0.25);
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, 0.5);
    border-color: hsla(0, 0%, 100%, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, 0.5);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-bottom: -0.75rem;
    border-bottom: 0;
}

.card-header-pills,
.card-header-tabs {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group>.card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion {
    overflow-anchor: none;
}

.accordion>.card {
    overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "";
    display: none;
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc;
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62;
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 1rem;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress,
.progress-bar {
    display: flex;
    overflow: hidden;
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #000;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.list-group-item+.list-group-item {
    border-top-width: 0;
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: hsla(0, 0%, 100%, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    border-radius: 0.25rem;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translateY(-50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: min-content;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover,
.popover .arrow {
    position: absolute;
    display: block;
}

.popover .arrow {
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^="top"]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^="top"]>.arrow:before,
.bs-popover-top>.arrow:before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="top"]>.arrow:after,
.bs-popover-top>.arrow:after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^="right"]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="right"]>.arrow:before,
.bs-popover-right>.arrow:before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="right"]>.arrow:after,
.bs-popover-right>.arrow:after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^="bottom"]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    top: 0;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="bottom"]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^="left"]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="left"]>.arrow:before,
.bs-popover-left>.arrow:before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="left"]>.arrow:after,
.bs-popover-left>.arrow:after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #000;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%);
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid;
    border-right: 0.25em solid transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {

    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s;
    }
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
}

.rounded-right,
.rounded-top {
    border-top-right-radius: 0.25rem !important;
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix:after {
    display: block;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive:before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9:before {
    padding-top: 56.25%;
}

.embed-responsive-4by3:before {
    padding-top: 75%;
}

.embed-responsive-1by1:before {
    padding-top: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    top: 0;
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    bottom: 0;
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important;
}

.text-body {
    color: #000 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: hsla(0, 0%, 100%, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    .container,
    body {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

a,
a:hover {
    text-decoration: none;
}

button:active,
button:focus,
input,
input:active button,
input:focus {
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
}

.clear,
.clearfix:after,
.clearfix:before {
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after,
.clearfix:before {
    content: "\0020";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.accordion-content {
    display: none;
}

.accordion-section {
    padding: 80px 0;
    background: #fff;
}

.accordion-section .accordion-title-wrap {
    margin-bottom: 40px;
}

.accordion-section .accordion-title-wrap h2 {
    color: #233253;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
}

.accordion-section .accordion-title-wrap p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #8a93a5;
    text-align: center;
}

.accordion-section>.cust-accordion:first-child {
    margin-top: 0;
}

.accordion-section .cust-accordion {
    position: relative;
    border: 1px solid #c7cacc;
    padding: 20px 80px 20px 90px;
    margin-top: 9px;
    min-height: 86px !important;
}

.accordion-section .cust-accordion .accordion-head {
    cursor: pointer;
}

.accordion-section .cust-accordion .accordion-head h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #233253;
    margin-bottom: 0;
    padding-top: 12px;
}

.accordion-section .cust-accordion .accordion-head .acc-arrow {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    right: 40px;
}

.accordion-section .cust-accordion .acc-count {
    font-size: 16px;
    font-weight: 600;
    color: #005e9e;
    position: absolute;
    top: 20px;
    left: 24px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    background: linear-gradient(180deg, rgba(237, 248, 255, 0), #edf8ff);
}

.accordion-section .cust-accordion .accordion-content {
    display: none;
    font-size: 14px;
    line-height: 22px;
    color: #5a5a5a;
    margin-top: 12px;
}

.accordion-section .cust-accordion .accordion-content p {
    margin-top: 18px;
}

.accordion-section .cust-accordion .accordion-content p:first-child {
    margin-top: 0;
}

.accordion-section .cust-accordion .open-arrow {
    display: none;
}

.accordion-section .cust-accordion .down-arrow {
    display: block;
}

.accordion-section .cust-accordion.open .down-arrow {
    display: none;
}

.accordion-section .cust-accordion.open .open-arrow {
    display: block;
}

.accordion-section .cust-accordion.open .accordion-head h3 {
    font-weight: 600;
}

.accordion-section .viewMoreBtn-wrap {
    margin-top: 40px;
}

.title-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.title-wrap h5 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #233253;
    opacity: 0.5;
    margin-bottom: 4px;
}

.title-wrap h2 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
    color: #233253;
    margin-bottom: 8px;
}

.title-wrap p {
    font-size: 16px;
    line-height: 22px;
    color: #8a93a5;
}

.tab-content>div {
    display: none;
}

.owl-carousel div.owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    top: 176px;
    position: absolute;
}

.owl-carousel div.owl-nav button.owl-prev {
    left: -56px;
}

.owl-carousel div.owl-nav button.owl-next {
    right: -52px;
}

.owl-carousel div.owl-nav button.owl-next,
.owl-carousel div.owl-nav button.owl-prev {
    background: #ed1c24;
}

.owl-carousel div.owl-nav button.owl-next.disabled,
.owl-carousel div.owl-nav button.owl-prev.disabled {
    background: #c7cacc !important;
    box-shadow: 0 12px 24px rgba(199, 202, 204, 0.3);
}

.owl-carousel div.owl-nav button span {
    color: #fff;
}

.accordion-section .cust-accordion.open,
.border-top-left,
.featured-investment-wrap .featured-investment .featured-investment-col-left,
.investment-strategy .investment-strategy-left,
.product-reports-wrap .product-report,
.product-wrap .product-list,
.recommended-products-wrap .recommended-product,
.strategy-framework-wrap .strategy-framework,
.talk-to-advisor .advisor-col-left {
    position: relative;
}

.accordion-section .cust-accordion.open:after,
.border-top-left:after,
.featured-investment-wrap .featured-investment .featured-investment-col-left:after,
.investment-strategy .investment-strategy-left:after,
.product-reports-wrap .product-report:after,
.product-wrap .product-list:after,
.recommended-products-wrap .recommended-product:after,
.strategy-framework-wrap .strategy-framework:after,
.talk-to-advisor .advisor-col-left:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 4px;
    height: 100px;
    background: #ed1c24;
}

.border-top-right,
.re-discover-sec .re-discover-cont .re-discover-left-col .discover-right-col {
    position: relative;
}

.border-top-right:after,
.re-discover-sec .re-discover-cont .re-discover-left-col .discover-right-col:after {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    width: 4px;
    height: 100px;
    background: #ed1c24;
}

.show-only-mobile {
    display: none;
}

.more-button-dots {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    color: #233253;
    width: 100px;
    display: block;
}

.more-button-dots:hover {
    color: #ed1c24;
}

.more-button-dots span {
    border: 1px solid #ed1c24;
    border-radius: 12px;
    width: 20px;
    height: 13px;
    position: relative;
    display: block;
    float: right;
    margin-top: 3px;
}

.more-button-dots span:after,
.more-button-dots span:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 3px;
    height: 3px;
    background: #ed1c24;
    border-radius: 50%;
}

.more-button-dots span:after {
    left: auto;
    right: 4px;
}

img {
    max-width: 100%;
}

.wrapper {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
}

.custom-dropdown {
    border: 1px solid #ed1c24;
    box-sizing: border-box;
    filter: drop-shadow(0 8px 12px rgba(237, 28, 36, 0.2));
    border-radius: 4px;
    width: 153px;
    height: 34px;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #ed1c24;
    padding: 0 50px 0 18px;
    z-index: 9;
}

.custom-dropdown>span svg {
    display: none;
}

.custom-dropdown ul {
    position: absolute;
    top: 33px;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #c7cacc;
    box-sizing: border-box;
    box-shadow: 0 5px 18px rgba(34, 84, 131, 0.25);
    border-radius: 4px;
    font-weight: 400;
}

.custom-dropdown ul li {
    font-size: 14px;
    line-height: 22px;
    color: #233253;
    padding: 0 30px 24px 32px;
    font-weight: 400;
    position: relative;
    cursor: pointer;
}

.custom-dropdown ul li:first-child {
    padding-top: 24px;
}

.custom-dropdown ul li:first-child svg {
    top: 31px;
}

.custom-dropdown ul li:hover {
    color: #ed1c24;
}

.custom-dropdown ul li svg {
    right: auto;
    left: 10px;
    top: 7px;
    display: none;
}

.custom-dropdown ul li.active {
    color: #ed1c24;
}

.custom-dropdown ul li.active svg {
    display: block;
}

.custom-dropdown svg {
    position: absolute;
    right: 14px;
    top: 11px;
    width: 13px;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.custom-dropdown.open>svg {
    transform: rotate(180deg);
}

.custom-list-style li {
    font-size: 16px;
    line-height: 24px;
    color: #5a5a5a;
    margin-bottom: 15px;
    padding-left: 26px;
    position: relative;
}

.custom-list-style li>svg {
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
}

.header-section {
    padding-right: 59px;
    height: 200px;
}

.header-section h1 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    color: #233253;
    margin-bottom: 18px;
    position: relative;
}

.header-section h1 span {
    color: #ed1c24;
    position: relative;
}

.header-section h1 svg {
    position: absolute;
    top: -11px;
    left: -49px;
}

.header-section.knowledge-center .header-section-left {
    padding: 52px 55px 0 30px;
    float: none;
    width: 590px;
    margin: 0 auto;
}

.header-section .header-section-left {
    padding: 70px 55px 0 200px;
    float: left;
    width: calc(100% - 350px);
}

.header-section .header-section-left p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #233253;
}

.header-section .header-section-right {
    float: right;
    position: relative;
}

.header-section .header-section-right .update-sec {
    background: #f3f9fb;
    padding: 30px 58px 34px;
    width: 350px;
    z-index: 1;
    height: 243px;
}

.header-section .header-section-right .update-sec a {
    color: #005e9e;
}

.header-section .header-section-right .update-sec h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #233253;
    margin-bottom: 21px;
}

.header-section .header-section-right .update-sec ul li {
    border-radius: 4px;
    border: 1px solid #c2dae8;
    margin-bottom: 10px;
    max-width: 216px;
    padding: 10px 20px 10px 62px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #005e9e;
    position: relative;
}

.header-section .header-section-right .update-sec ul li svg {
    position: absolute;
    left: 20px;
    top: 7px;
}

.header-section .header-section-right .update-sec ul li.modification-nav svg {
    left: 16px;
    top: 16px;
}

fund-performance-tab-inner {
    width: 750px;
}

.fund-performance-sec {
    padding-top: 40px;
}

.fund-performance-sec.knowledge-center-tab {
    padding-top: 28px;
}

.fund-performance-sec.knowledge-center-tab .fund-performance-tab li {
    margin: 0 18px;
}

.fund-performance-sec .fund-performance-tab {
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.fund-performance-sec .fund-performance-tab li {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 58px;
    cursor: pointer;
    padding-bottom: 9px;
    color: #233253;
    position: relative;
}

.fund-performance-sec .fund-performance-tab li,
.fund-performance-sec .fund-performance-tab li:before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fund-performance-sec .fund-performance-tab li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    border-radius: 4px;
    background: #ed1c24;
    left: 0;
    bottom: -1px;
}

.fund-performance-sec .fund-performance-tab li.active,
.fund-performance-sec .fund-performance-tab li:hover {
    color: #005e9e;
}

.fund-performance-sec .fund-performance-tab li.active:before,
.fund-performance-sec .fund-performance-tab li:hover:before {
    width: 100%;
}

.fund-performance-sec .fund-performance-content .product-search-wrap {
    background: #f9f9f9;
    padding: 40px;
}

.fund-performance-sec .fund-performance-content .product-search-wrap .search-text {
    font-size: 12px;
    color: #233253;
    margin: 0 auto;
    max-width: 875px;
}

.fund-performance-sec .fund-performance-content .product-search-wrap .search-text .result-label {
    line-height: 28px;
    width: 100px;
}

.fund-performance-sec .fund-performance-content .product-search-wrap .search-text .search-text-right {
    float: left;
    width: calc(100% - 100px);
}

.fund-performance-sec .fund-performance-content .product-search-wrap .search-text ul li {
    float: left;
    font-size: 11px;
    color: #657d93;
    background: #fff;
    border: 1px solid #c7cacc;
    box-sizing: border-box;
    border-radius: 19px;
    padding: 6px 12px;
    margin: 0 16px 5px 0;
    cursor: pointer;
}

.fund-performance-sec .fund-performance-content .product-search-wrap .search-text ul li span {
    margin-left: 5px;
    cursor: pointer;
}

.fund-performance-sec .fund-performance-content .product-search-wrap .search-text ul li span:hover svg path {
    stroke: #ed1c24;
}

.fund-performance-sec .fund-performance-content .product-search-wrap .search-text ul li:hover {
    color: #005e9e;
}

.fund-performance-sec .fund-performance-content .fund-search-from p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #233253;
    text-align: center;
    margin-bottom: 16px;
}

.fund-performance-sec .fund-performance-content .product-search-form {
    width: 495px;
    margin: 0 auto 27px;
    position: relative;
}

.fund-performance-sec .fund-performance-content .product-search-form .search-icon {
    display: block;
    float: left;
    height: 40px;
    width: 40px;
    background: #f4f4f4;
    border: 1px solid #c7cacc;
    border-right: 0;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    text-align: center;
    line-height: 35px;
}

.fund-performance-sec .fund-performance-content .product-search-form input {
    float: left;
    height: 40px;
    width: 350px;
    background: #f4f4f4;
    border: 1px solid #c7cacc;
    border-left: 0;
    border-radius: 0;
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    color: #767676;
    -webkit-appearance: none;
}

.fund-performance-sec .fund-performance-content .product-search-form .siteButton {
    float: left;
    width: 105px;
    height: 40px;
    line-height: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.fund-performance-sec .fund-performance-content .product-search-form .siteButton svg {
    width: 10px;
    margin-left: 5px;
}

.fund-performance-sec .fund-performance-content .product-search-form .product-search-autofill {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    background: #fff;
    border: 1px solid #89949b;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 94, 158, 0.05), 1px 2px 4px rgba(50, 130, 196, 0.08);
    padding: 5px 16px;
    z-index: 9;
    width: 100%;
}

.fund-performance-sec .fund-performance-content .product-search-form .product-search-autofill ul li {
    font-size: 12px;
    line-height: 23px;
    color: #233253;
    border-top: 1px solid #ddd;
    padding: 4px 25px;
    cursor: pointer;
}

.fund-performance-sec .fund-performance-content .product-search-form .product-search-autofill ul li:first-child {
    border-top: 0;
}

.fund-performance-sec .fund-performance-content .product-search-form .product-search-autofill ul li:hover {
    color: #ed1c24;
}

.fr {
    float: right;
}

.breadcrumb-sec {
    background: linear-gradient(180deg, #ebf5f9, rgba(235, 245, 249, 0));
    transform: matrix(1, 0, 0, -1, 0, 0);
    padding: 8px 8px 8px 30px;
}

.breadcrumb-sec ul li {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    float: left;
    margin-right: 5px;
    transform: matrix(1, 0, 0, -1, 0, 0);
    color: #7b8498;
}

.breadcrumb-sec ul li span {
    color: #7b8498;
}

.breadcrumb-sec ul li svg {
    margin-top: -5px;
}

.breadcrumb-sec ul li:last-child {
    color: #233253;
}

.re-discover-sec {
    background: #f9f9f9;
    padding: 80px 0 74px;
}

.re-discover-sec .re-discover-cont .re-discover-left-col {
    float: left;
    width: 660px;
    height: 264px;
    margin-right: 23px;
}

.re-discover-sec .re-discover-cont .re-discover-left-col .discover-left-col {
    float: left;
    width: 277px;
}

.re-discover-sec .re-discover-cont .re-discover-left-col .discover-left-col img {
    height: 264px;
    max-width: 100%;
}

.re-discover-sec .re-discover-cont .re-discover-left-col .discover-right-col {
    float: left;
    height: 264px;
    width: calc(100% - 277px);
    padding: 37px 32px 32px;
    border: 1px solid #c7cacc;
    border-left: 0;
}

.re-discover-sec .re-discover-cont .re-discover-left-col .discover-right-col:after {
    right: -1px;
    top: -1px;
    height: 80px;
}

.re-discover-sec .re-discover-cont .re-discover-left-col .discover-right-col h3 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 800;
    color: #233253;
    margin-bottom: 12px;
}

.re-discover-sec .re-discover-cont .re-discover-left-col .discover-right-col p {
    font-size: 14px;
    line-height: 20px;
    color: #233253;
    opacity: 0.6;
    margin-bottom: 0;
}

.re-discover-sec .re-discover-cont .re-discover-right-col {
    float: left;
    width: calc(100% - 684px);
}

.re-discover-sec .re-discover-cont .re-discover-right-col .re-discover-cont {
    position: relative;
    height: 126px;
    margin-top: 12px;
}

.re-discover-sec .re-discover-cont .re-discover-right-col .re-discover-cont:after {
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
}

.re-discover-sec .re-discover-cont .re-discover-right-col .re-discover-cont:first-child {
    margin-top: 0;
}

.re-discover-sec .re-discover-cont .re-discover-right-col .re-discover-cont img {
    width: 100%;
    max-height: 100%;
}

.re-discover-sec .re-discover-cont .re-discover-right-col .re-discover-cont h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding-right: 88px;
    z-index: 1;
}

.re-discover-sec .re-discover-cont .re-discover-btn {
    float: left;
    margin-top: 40px;
    width: 100%;
}

.re-discover-sec .re-discover-cont .re-discover-btn a {
    margin: 0 auto;
    width: 130px;
}

.product-title-wrap {
    width: 100%;
    margin-bottom: 24px;
}

.product-title-wrap h2 {
    float: left;
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
    color: #233253;
    margin: 0;
}

.product-title-wrap a {
    float: right;
    text-transform: uppercase;
}

.product-title-wrap .post-filter {
    float: right;
}

.product-title-wrap .post-filter label {
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    text-align: right;
    color: #8a93a5;
    float: left;
    margin: 0 12px 0 0;
}

.product-title-wrap .post-filter .custom-dropdown {
    float: left;
}

.equity-funds-wrap {
    margin: 32px 0 85px;
    position: relative;
}

.equity-funds-wrap .product-title-wrap {
    margin-bottom: 24px;
}

.equity-funds-wrap.show-graph {
    min-height: 636px;
}

.equity-funds-wrap.show-graph .product-wrap {
    visibility: hidden;
}

.debt-funds-wrap {
    padding-bottom: 100px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    position: relative;
}

.debt-funds-wrap .product-title-wrap {
    margin-bottom: 24px;
}

.debt-funds-wrap.show-graph {
    min-height: 730px;
}

.debt-funds-wrap.show-graph .product-wrap {
    visibility: hidden;
}

.debt-funds-wrap.show-graph .product-graph-wrap {
    min-height: 730px;
}

.debt-funds-wrap.show-graph .product-graph-wrap .product-graph-table {
    max-height: 525px;
}

.hybrid-funds-wrap {
    margin-bottom: 100px;
    position: relative;
}

.hybrid-funds-wrap .product-title-wrap {
    margin-bottom: 24px;
}

.hybrid-funds-wrap.show-graph {
    min-height: 705px;
}

.hybrid-funds-wrap.show-graph .product-wrap {
    visibility: hidden;
}

.hybrid-funds-wrap.show-graph .product-graph-wrap {
    min-height: 705px;
}

.hybrid-funds-wrap.show-graph .product-graph-wrap .product-graph-table {
    max-height: 497px;
}

.product-wrap .product-list {
    width: 339px;
    max-width: 339px;
    height: 400px;
    background: #fff;
    border: 1px solid #c7cacc;
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(0, 94, 158, 0.05), 1px 2px 4px rgba(50, 130, 196, 0.08);
    position: relative;
}

.product-wrap .product-list:after {
    height: 56px;
}

.product-wrap .product-list .product-inner-list {
    padding: 18px 24px 24px;
    position: relative;
    height: 100%;
}

.product-wrap .product-list .product-inner-list .product-head {
    margin-bottom: 24px;
    padding-right: 85px;
}

.product-wrap .product-list .product-inner-list:hover .product-icons {
    display: block;
}

.product-wrap .product-list .product-inner-list .product-top-data {
    border-bottom: 1px solid #ddd;
    padding-bottom: 24px;
}

.product-wrap .product-list .product-inner-list .product-top-data .product-wk-wrap {
    margin-top: 14px;
}

.product-wrap .product-list .product-inner-list .product-top-data .product-wk-wrap:first-child {
    margin-top: 0;
}

.product-wrap .product-list .product-inner-list .product-top-data .product-value-txt {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #005e9e;
    margin-bottom: 6px;
}

.product-wrap .product-list .product-inner-list .product-top-data .product-data-txt {
    font-size: 35px;
    line-height: 24px;
    font-weight: 600;
    color: #005e9e;
    margin-bottom: 5px;
}

.product-wrap .product-list .product-inner-list .product-top-data .product-date-txt,
.product-wrap .product-list .product-inner-list .product-top-data .product-wk-date {
    font-size: 11px;
    line-height: 12px;
    font-weight: 400;
    color: #8a93a5;
    margin-bottom: 0;
}

.product-wrap .product-list .product-inner-list .product-top-data .product-wk-height {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #233253;
    margin-bottom: 5px;
}

.product-wrap .product-list .product-inner-list .product-top-data .product-wk-avg {
    font-size: 16px;
    line-height: 20px;
    color: #233253;
    margin: 5px 0 0 10px;
}

.product-wrap .product-list .product-inner-list .product-bottom-data {
    padding-top: 24px;
}

.product-wrap .product-list .product-inner-list .product-bottom-data .product-result-data {
    padding-left: 24px;
    position: relative;
}

.product-wrap .product-list .product-inner-list .product-bottom-data .product-result-data .product-txt {
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    color: #233253;
    max-width: 85px;
    display: block;
    float: left;
}

.product-wrap .product-list .product-inner-list .product-bottom-data .product-result-data .product-result-per {
    font-size: 28px;
    line-height: 24px;
    font-weight: 400;
    color: #233253;
}

.product-wrap .product-list .product-inner-list .product-bottom-data .product-result-data .product-resul-info {
    width: 16px;
    height: 16px;
    background: #eaf1f8;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    line-height: 16px;
}

.product-wrap .product-list .product-inner-list .product-bottom-data .product-result-data:hover .product-result-tooltip {
    display: block;
}

.product-wrap .product-list .product-inner-list .product-bottom-data .product-result-data .product-result-tooltip {
    display: none;
    position: absolute;
    width: 338px;
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 94, 158, 0.09), 1px 2px 4px rgba(50, 130, 196, 0.09);
    border-radius: 5px;
    border: 1px solid #eee;
    top: 40px;
    z-index: 99;
    left: -24px;
}

.product-wrap .product-list .product-inner-list .product-bottom-data .product-result-data .product-result-tooltip:after {
    width: 30px;
    height: 15px;
    background: no-repeat -1px 5px;
    content: "";
    position: absolute;
    top: -15px;
    left: 45%;
}

.product-wrap .product-list .product-inner-list .product-bottom-data .product-result-data .product-result-tooltip .product-result-cde {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #233253;
    margin-bottom: 4px;
}

.product-wrap .product-list .product-inner-list .product-bottom-data .product-result-data .product-result-tooltip .product-result-returns {
    font-size: 12px;
    line-height: 14px;
    color: #233253;
    margin-bottom: 0;
}

.product-wrap .product-list .product-inner-list .product-bottom-data p.product-result-vs-txt {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #005e9e;
    margin: 12px 0;
    text-align: center;
}

.product-wrap .product-list .product-inner-list .negitive-data,
.product-wrap .product-list .product-inner-list .postive-data {
    color: #4bb152;
    font-size: 20px;
    line-height: 18px;
    font-weight: 500;
}

.product-wrap .product-list .product-inner-list .negitive-data {
    color: #ed1c24;
}

.product-wrap .product-list .product-inner-list .product-single-data {
    text-align: center;
    padding: 32px 0;
}

.product-wrap .product-list .product-inner-list .product-single-data .product-result-per {
    font-size: 28px;
    line-height: 24px;
    font-weight: 400;
    color: #233253;
    margin-bottom: 8px;
}

.product-wrap .product-list .product-inner-list .product-single-data .product-result-txt {
    font-size: 11px;
    line-height: 14px;
    color: #233253;
    margin-bottom: 15px;
}

.product-wrap .product-list .product-inner-list .product-single-data .negitive-data,
.product-wrap .product-list .product-inner-list .product-single-data .postive-data {
    margin-bottom: 0;
}

.product-wrap .product-list .product-inner-list .product-single-data .negitive-data svg,
.product-wrap .product-list .product-inner-list .product-single-data .postive-data svg {
    margin-left: 4px;
}

.product-wrap .product-list .product-inner-list h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: #233253;
    margin-bottom: 7px;
    min-height: 44px;
}

.product-wrap .product-list .product-inner-list .product-identy {
    color: #233253;
    font-size: 12px;
    line-height: 22px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.product-wrap .product-list .tab-content {
    overflow: hidden;
    height: 240px;
}

.product-wrap .product-list .tab-content:hover {
    overflow: inherit;
}

.product-wrap .product-list .fund-period {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.product-wrap .product-list .fund-period li {
    float: left;
    background: #fafafa;
    width: 25%;
    height: 39px;
    line-height: 39px;
    border: 1px solid #c7cacc;
    border-bottom: 0;
    border-right: 0;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

.product-wrap .product-list .fund-period li:first-child {
    border-left: 0;
}

.product-wrap .product-list .fund-period li.active {
    font-weight: 500;
    border-top: 2px solid #1d7bd3;
    background: #fff;
    color: #1d7bd3;
}

.product-wrap .product-list .fund-period li:hover {
    background: #fff;
    color: #1d7bd3;
}

.product-wrap .product-icons {
    position: absolute;
    right: 24px;
    top: 24px;
    display: none;
}

.product-wrap .product-icons>li {
    float: left;
    margin-left: 13px;
    position: relative;
}

.product-wrap .product-icons>li>a {
    border-radius: 50%;
    display: block;
    width: 18px;
    height: 22px;
}

.product-wrap .product-icons>li>a:hover+.social-setting {
    display: block;
}

.social-setting {
    display: none;
    position: absolute;
    right: -19px;
    top: 35px;
    width: 235px;
    padding: 25px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 94, 158, 0.09), 1px 2px 4px rgba(50, 130, 196, 0.09);
    border-radius: 5px;
    border: 1px solid #eee;
    z-index: 9;
}

.social-setting:after {
    width: 30px;
    height: 15px;
    background: no-repeat;
    content: "";
    position: absolute;
    top: -15px;
    right: 15px;
}

.social-setting:hover {
    display: block;
}

.social-setting .share-icon {
    margin-top: 10px;
}

.social-setting .share-icon li {
    float: left;
    margin-right: 8px;
    position: relative;
}

.social-setting .share-icon li>a {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.slider-info-txt {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #767676;
    margin-top: -162px;
    padding-left: 12px;
    position: relative;
}

.slider-info-txt span {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 16px;
}

.slider-info-txt p {
    margin-bottom: 0;
}

.product-wrap .owl-carousel {
    margin-bottom: 90px;
}

.product-wrap .owl-carousel .owl-stage-outer {
    padding-bottom: 50px;
}

.product-wrap .owl-carousel .owl-dots {
    text-align: center;
    padding-top: 40px;
}

.product-wrap .owl-carousel .owl-dots button {
    background: #fff;
    border: 1px solid #005e9e;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 4px;
}

.product-wrap .owl-carousel .owl-dots button.active {
    background: #005e9e;
}

.No-display {
    display: none !important;
}

.portfolio-wrap {
    background: no-repeat 50%;
    background-size: cover;
    padding: 40px 40px 40px 56px;
    margin-bottom: 40px;
}

.portfolio-wrap .portfolio-wrap-txt {
    float: left;
    padding-left: 130px;
    position: relative;
}

.portfolio-wrap .portfolio-wrap-txt svg {
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio-wrap .portfolio-wrap-txt h2 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.portfolio-wrap .portfolio-wrap-txt p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.portfolio-wrap .siteButton {
    float: left;
    margin: 20px 0 0 55px;
    background-color: #005e9e;
    border-color: #005e9e;
    text-transform: uppercase;
    font-weight: 500;
}

.portfolio-wrap .siteButton:hover {
    background: #005e9e;
    box-shadow: 0 8px 12px rgba(0, 131, 195, 0.3);
}

.insurance-profiler {
    background: url(../../../content/dam/hdfclifeinsurancecompany/insurance-profiler.png) no-repeat 50%;
    background-size: cover;
    min-height: 194px;
    padding: 40px 40px 40px 56px;
    max-width: 1060px;
    margin: 0 auto;
}

.insurance-profiler .portfolio-wrap-txt {
    float: left;
    padding-left: 130px;
    position: relative;
    max-width: 740px;
}

.insurance-profiler .portfolio-wrap-txt svg {
    position: absolute;
    top: 0;
    left: 0;
}

.insurance-profiler .portfolio-wrap-txt h2 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.insurance-profiler .portfolio-wrap-txt p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.insurance-profiler .siteButton {
    float: left;
    margin: 20px 0 0 55px;
    background-color: #005e9e;
    border-color: #005e9e;
    text-transform: uppercase;
    font-weight: 500;
}

.insurance-profiler .siteButton:hover {
    background: #005e9e;
    box-shadow: 0 8px 12px rgba(0, 131, 195, 0.3);
}

.talk-to-advisor {
    background: #eaf1f8;
    margin-bottom: 80px;
}

.talk-to-advisor .advisor-col-left {
    float: left;
    width: calc(100% - 520px);
    padding: 42px 42px 42px 48px;
}

.talk-to-advisor .advisor-col-left h2 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    color: #233253;
    margin-bottom: 8px;
}

.talk-to-advisor .advisor-col-left h2 span {
    color: #ed1c24;
}

.talk-to-advisor .advisor-col-left p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #8a93a5;
    margin-bottom: 24px;
}

.talk-to-advisor .advisor-col-left .siteButton {
    width: 140px;
    text-align: center;
}

.talk-to-advisor .advisor-col-right {
    float: left;
    width: 520px;
    height: 242px;
}

.talk-to-advisor img {
    max-width: 100%;
    max-height: 100%;
}

.featured-investment-wrap {
    background: #f9f9f9;
    padding: 80px 0;
}

.featured-investment-wrap .featured-investment {
    background: #fff;
    border: 1px solid #c7cacc;
    box-sizing: border-box;
    box-shadow: 0 4px 20px rgba(0, 94, 158, 0.05), 3px 6px 10px rgba(50, 130, 196, 0.08);
}

.featured-investment-wrap .featured-investment .featured-investment-col-left {
    float: left;
    width: 400px;
    height: 280px;
    padding: 27px 38px 0 94px;
}

.featured-investment-wrap .featured-investment .featured-investment-col-right {
    float: left;
    width: calc(100% - 400px);
    padding: 70px 90px 70px 40px;
}

.featured-investment-wrap .featured-investment .featured-investment-col-right h3 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #233253;
}

.featured-investment-wrap .featured-investment .featured-investment-col-right h3 span {
    color: #ed1c24;
}

.featured-investment-wrap .featured-investment .featured-investment-col-right p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #233253;
    margin-bottom: 24px;
}

.featured-investment-wrap .featured-investment .featured-investment-btn a {
    text-transform: uppercase;
    float: left;
    margin-right: 24px;
}

.product-reports-wrap {
    margin: 40px 0 56px;
}

.product-reports-wrap .product-reports-lists {
    display: flex;
    flex-wrap: wrap;
}

.product-reports-wrap .product-report {
    float: left;
    width: 518px;
    padding: 16px 40px 40px;
    border: 1px solid #c7cacc;
    box-sizing: border-box;
    margin: 0 24px 24px 0;
}

.product-reports-wrap .product-report:after {
    height: 88px;
}

.product-reports-wrap .product-report:nth-child(2n + 0) {
    margin-right: 0;
}

.product-reports-wrap .product-report .product-report-head {
    position: relative;
    padding-left: 95px;
    margin-bottom: 14px;
    min-height: 72px;
}

.product-reports-wrap .product-report .product-report-head .product-report-img {
    width: 72px;
    height: 72px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.product-reports-wrap .product-report h3 {
    font-size: 28px;
    line-height: 31px;
    font-weight: 700;
    color: #005e9e;
    height: 72px;
    vertical-align: middle;
    display: table-cell;
    margin: 0;
}

.product-reports-wrap .product-report p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #767676;
    margin-bottom: 25px;
}

.product-reports-wrap .product-report ul li {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #233253;
    border-bottom: 1px solid #ddd;
    padding: 12px 58px 12px 0;
    position: relative;
}

.product-reports-wrap .product-report ul li:first-child {
    padding-top: 0;
}

.product-reports-wrap .product-report ul li:first-child a {
    top: 4px;
}

.product-reports-wrap .product-report ul li a {
    position: absolute;
    right: 0;
    top: 12px;
    display: block;
    width: 18px;
    height: 20px;
}

.product-reports-wrap .product-report ul li a.product-report-download {
    right: 35px;
}

.investment-strategy {
    margin: 40px 0 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid #eee;
}

.investment-strategy h2 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    color: #233253;
    margin-bottom: 24px;
}

.investment-strategy .investment-strategy-wrap {
    border: 1px solid #c7cacc;
}

.investment-strategy .investment-strategy-left {
    background: #eaf1f8;
    padding: 48px 40px;
    text-align: center;
    width: 272px;
    float: left;
    min-height: 665px;
}

.investment-strategy .investment-strategy-left:after {
    height: 88px;
}

.investment-strategy .investment-strategy-left img {
    width: 121px;
    height: 116px;
    border-radius: 50%;
    margin-bottom: 16px;
}

.investment-strategy .investment-strategy-left h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 0;
    color: #005e9e;
    font-weight: 600;
}

.investment-strategy .investment-strategy-left .inv-position {
    font-size: 14px;
    line-height: 22px;
    color: #233253;
    opacity: 0.6;
    margin-bottom: 8px;
}

.investment-strategy .investment-strategy-left .inv-dec {
    font-size: 16px;
    line-height: 21px;
    color: #233253;
    opacity: 0.6;
}

.investment-strategy .investment-strategy-right {
    float: left;
    width: calc(100% - 272px);
    padding: 32px 32px 0;
}

.investment-strategy .investment-strategy-right .investment-strategy-cont {
    font-size: 16px;
    line-height: 22px;
    color: #233253;
    margin-bottom: 32px;
}

.investment-strategy .investment-strategy-right h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 42px;
    color: #233253;
    margin-bottom: 10px;
}

.investment-strategy .investment-strategy-right .recent-publication {
    width: 351px;
    height: 126px;
    float: left;
    margin-left: 20px;
    padding: 27px 50px 20px 25px;
    position: relative;
    cursor: pointer;
}

.investment-strategy .investment-strategy-right .recent-publication .recent-publication-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.investment-strategy .investment-strategy-right .recent-publication .recent-publication-img:after {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.investment-strategy .investment-strategy-right .recent-publication:first-child {
    margin-left: 0;
}

.investment-strategy .investment-strategy-right .recent-publication:hover .recent-publication-img:after {
    background: rgba(0, 0, 0, 0.6);
}

.investment-strategy .investment-strategy-right .recent-publication .play-icon {
    width: 29px;
    height: 29px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

.investment-strategy .investment-strategy-right .recent-publication h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 13px;
}

.investment-strategy .investment-strategy-right .recent-publication p {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

.strategy-framework-wrap h2 {
    font-size: 38px;
    line-height: 48px;
    color: #233253;
    font-weight: 700;
    margin-bottom: 0;
}

.strategy-framework-wrap .strategy-frameworks {
    display: flex;
    flex-wrap: wrap;
}

.strategy-framework-wrap .strategy-framework {
    border: 1px solid #c7cacc;
    box-sizing: border-box;
    width: 518px;
    float: left;
    padding: 45px 40px 40px 106px;
    margin: 24px 24px 0 0;
}

.strategy-framework-wrap .strategy-framework:nth-child(2n + 0) {
    margin-right: 0;
}

.strategy-framework-wrap .strategy-framework .strategy-framework-head {
    position: relative;
    height: 56px;
    vertical-align: middle;
    display: table-cell;
}

.strategy-framework-wrap .strategy-framework .strategy-framework-head h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #005e9e;
}

.strategy-framework-wrap .strategy-framework .strategy-framework-head .strategy-framework-img {
    background: #eff9ff;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    left: -66px;
    border-radius: 50%;
}

.strategy-framework-wrap .strategy-framework p {
    font-size: 16px;
    line-height: 22px;
    color: #233253;
}

.fund-performance-search-cont {
    background: #f9f9f9;
    padding-bottom: 56px;
}

.fund-performance-search-cont .search-label-txt {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #233253;
    padding: 48px 20px 40px 0;
    position: relative;
}

.fund-performance-search-cont .search-label-txt strong {
    font-size: 20px;
}

.fund-performance-search-cont .search-label-txt p {
    margin-bottom: 0;
}

.fund-performance-search-cont .search-label-txt .search-close {
    position: absolute;
    top: 47px;
    right: 0;
    cursor: pointer;
    font-size: 17px;
    color: #233253;
}

.fund-performance-search-cont .search-label-txt .search-close:hover {
    color: #ed1c24;
}

.fund-performance-search-cont .fund-performance-search-result {
    text-align: center;
}

.fund-performance-search-cont .fund-performance-search-result .fund-search-tab.tab {
    border-radius: 23px;
    border: 2px solid #fff;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 30px;
}

.fund-performance-search-cont .fund-performance-search-result .fund-search-tab.tab li {
    float: left;
    display: block;
    background: #fff;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    color: #233253;
    cursor: pointer;
    padding: 0 24px;
    border-left: 1px solid #ddd;
}

.fund-performance-search-cont .fund-performance-search-result .fund-search-tab.tab li:first-child {
    border-left: 0;
}

.fund-performance-search-cont .fund-performance-search-result .fund-search-tab.tab li.active {
    color: #fff;
    background: #005e9e;
}

.fund-performance-search-cont .fund-performance-search-result .tab-content {
    text-align: left;
}

.fund-performance-search-cont .fund-performance-search-result .tab-content .product-wrap .product-list {
    float: left;
    margin: 0 21px 22px 0;
}

.fund-performance-search-cont .fund-performance-search-result .tab-content .product-wrap .product-list.all-product {
    height: 437px;
}

.fund-performance-search-cont .fund-performance-search-result .tab-content .product-wrap .product-list.all-product .product-inner-list .product-head {
    margin-bottom: 12px;
}

.fund-performance-search-cont .fund-performance-search-result .tab-content .product-wrap .product-list.all-product .product-tag-wrap {
    margin-bottom: 24px;
    min-height: 20px;
}

.fund-performance-search-cont .fund-performance-search-result .tab-content .product-wrap .product-list.all-product .product-tag-wrap .product-tag {
    border: 1px solid #005e9e;
    box-sizing: border-box;
    border-radius: 9px;
    padding: 3px 20px;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 12px;
    color: #005e9e;
}

.fund-performance-search-cont .fund-performance-search-result .tab-content .product-wrap .product-list:nth-child(3n + 0) {
    margin-right: 0;
}

.fund-performance-search-cont .fund-performance-search-result .product-wrap {
    position: relative;
}

.fund-performance-search-cont .fund-performance-search-result .product-wrap.show-graph {
    min-height: 710px;
}

.fund-performance-search-cont,
.fund-performance-search-cont .fund-performance-search-result .product-wrap.show-graph>.tab-content {
    display: none;
}

.product-graph-wrap {
    background: #fff;
    height: 100%;
    max-height: 650px;
    width: 100%;
    position: absolute;
    top: 0;
    display: none;
    z-index: 9;
}

.product-graph-wrap .product-graph-inner-sh-wrap {
    background: #fff;
    border: 1px solid #c7cacc;
    box-shadow: 0 2px 8px rgba(0, 94, 158, 0.05), 1px 2px 4px rgba(50, 130, 196, 0.08);
    padding: 32px 48px 14px 66px;
    height: 100%;
}

.product-graph-wrap #product-graph {
    height: 330px;
}

.product-graph-wrap .product-graph-head {
    position: relative;
    padding-right: 30px;
}

.product-graph-wrap .product-graph-head h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #233253;
    margin-bottom: 8px;
}

.product-graph-wrap .product-graph-head p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
    color: #8a93a5;
}

.product-graph-wrap .product-graph-head span {
    font-size: 17px;
    position: absolute;
    top: 0;
    right: -20px;
    cursor: pointer;
    color: #233253;
}

.product-graph-wrap .product-graph-head span:hover {
    color: #ed1c24;
}

.product-graph-wrap .product-graph-filter {
    margin-bottom: 15px;
}

.product-graph-wrap .product-graph-filter .tab {
    float: right;
    margin-left: 16px;
}

.product-graph-wrap .product-graph-filter .tab li {
    float: left;
    background: #fafafa;
    border: 1px solid #c7cacc;
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(0, 94, 158, 0.05), 1px 2px 4px rgba(50, 130, 196, 0.08);
    width: 43px;
    height: 43px;
    cursor: pointer;
    text-align: center;
    line-height: 41px;
}

.product-graph-wrap .product-graph-filter .tab li:first-child {
    border-right: 0;
}

.product-graph-wrap .product-graph-filter .tab li.active {
    background: #1576d2;
    border-color: #1576d2;
}

.product-graph-wrap .product-graph-filter .tab li.active svg path {
    stroke: #fff;
}

.product-graph-wrap .product-graph-filter .date-picker-wrap {
    position: relative;
    float: right;
}

.product-graph-wrap .product-graph-filter .date-picker-wrap svg {
    position: absolute;
    top: 9px;
    right: 25px;
}

.product-graph-wrap .product-graph-filter input {
    float: right;
    background: #f4f4f4;
    border-radius: 4px;
    height: 42px;
    font-weight: 300;
    font-size: 12px;
    line-height: 23px;
    color: #767676;
    font-style: italic;
    padding: 0 54px 0 16px;
    border: 0;
    -webkit-appearance: none;
}

.product-graph-wrap .product-graph-result {
    border: 1px solid #c7cacc;
    background: #fff;
    padding: 16px 19px 16px 24px;
    width: 378px;
    height: 108px;
    margin: 0 auto 30px;
    position: relative;
}

.product-graph-wrap .product-graph-result:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 4px;
    height: 48px;
    background: #ed1c24;
    width: 3px;
}

.product-graph-wrap .product-graph-result .product-graph-nav-txt {
    font-size: 12px;
    line-height: 12px;
    color: #233253;
    margin-bottom: 7px;
}

.product-graph-wrap .product-graph-result .product-graph-dat-txt {
    font-weight: 600;
    font-size: 38px;
    line-height: 38px;
    color: #233253;
    margin-bottom: 7px;
}

.product-graph-wrap .product-graph-result .product-graph-date {
    font-size: 12px;
    line-height: 12px;
    color: #233253;
    margin: 0;
    opacity: 0.5;
}

.product-graph-wrap .product-graph-result .product-graph-week-txt {
    font-size: 12px;
    line-height: 12px;
    color: #233253;
    margin-bottom: 6px;
}

.product-graph-wrap .product-graph-result .graph-result-low {
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    color: #233253;
}

.product-graph-wrap .product-graph-result .graph-result-dat {
    margin-top: 14px;
}

.product-graph-wrap .product-graph-result .graph-result-dat:first-child {
    margin-top: 0;
}

.product-graph-wrap .product-graph-result .graph-result-high {
    min-width: 105px;
}

.product-graph-wrap .product-update-txt {
    font-size: 12px;
    line-height: 20px;
    color: #767676;
}

.product-graph-wrap .product-graph-table {
    overflow-y: scroll;
    max-height: 460px;
    padding-right: 12px;
}

.product-graph-wrap .product-graph-table::-webkit-scrollbar {
    width: 6px;
    border-radius: 5px;
}

.product-graph-wrap .product-graph-table::-webkit-scrollbar-track {
    background: #eaf1f8;
}

.product-graph-wrap .product-graph-table::-webkit-scrollbar-thumb {
    background-color: #8a93a5;
    border-radius: 5px;
}

.product-graph-wrap .product-graph-table li {
    padding: 14px 25px;
    border-top: 1px solid #ddd;
    color: #233253;
    font-size: 14px;
    line-height: 12px;
}

.product-graph-wrap .product-graph-table .product-graph-table-head {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #005e9e;
}

.product-graph-wrap .product-graph-table .graph-table-date {
    color: #233253;
    font-size: 12px;
    line-height: 12px;
    float: left;
}

.product-graph-wrap .product-graph-table .graph-table-val {
    float: right;
}

.disclaimer-wrap {
    padding: 80px 0;
}

.disclaimer-wrap .disclaimer-sec {
    border-bottom: 0.5px solid #c7cacc;
    padding: 0 0 20px;
}

.disclaimer-wrap .disclaimer-head {
    position: relative;
    cursor: pointer;
}

.disclaimer-wrap .disclaimer-head span {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 17px;
    height: 9px;
}

.disclaimer-wrap .disclaimer-head h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    color: #767676;
}

.disclaimer-wrap .disclaimer-cont {
    display: none;
    padding: 22px 20px 0 5px;
}

.disclaimer-wrap .disclaimer-cont p {
    font-size: 12px;
    line-height: 22px;
    color: #5a5a5a;
    margin: 15px 0 0;
    position: relative;
    padding-left: 7px;
}

.disclaimer-wrap .disclaimer-cont p:first-child {
    margin-top: 0;
}

.disclaimer-wrap .disclaimer-cont p .disclaimer-count {
    font-size: 8px;
    line-height: 6px;
    color: #5a5a5a;
    position: absolute;
    top: 8px;
    left: 0;
    font-weight: 700;
}

.slide-contact-info-wrap {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(30px);
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding-top: 141px;
    overflow: auto;
}

.slide-contact-info-wrap .slide-contact-info-cont {
    background: #fff;
    padding: 56px 0 52px;
    position: relative;
    height: 730px;
}

.slide-contact-info-wrap .slide-contact-info-cont .close-slide-contact-info {
    background: #fff;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.19);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    display: block;
    margin-left: -17px;
    position: absolute;
    top: -17px;
    left: 50%;
    cursor: pointer;
    text-align: center;
    line-height: 34px;
}

.slide-contact-info-wrap .slide-contact-info-cont .close-slide-contact-info svg {
    width: 11px;
}

.slide-contact-info-wrap .accordion-lists .cust-accordion {
    padding: 24px 0;
    position: relative;
}

.slide-contact-info-wrap .accordion-lists .cust-accordion:after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 70px);
    background: rgba(0, 0, 0, 0.1);
    left: 34px;
    top: 0;
}

.slide-contact-info-wrap .accordion-lists .cust-accordion:first-child {
    padding-top: 0;
}

.slide-contact-info-wrap .accordion-lists .cust-accordion:first-child:after {
    display: none;
}

.slide-contact-info-wrap .accordion-lists .cust-accordion .accordion-head {
    padding: 0 55px 0 34px;
    position: relative;
}

.slide-contact-info-wrap .accordion-lists .cust-accordion .accordion-head h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #233253;
    opacity: 0.5;
}

.slide-contact-info-wrap .accordion-lists .cust-accordion .acc-arrow {
    position: absolute;
    top: 2px;
    right: 36px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ed1c24;
}

.slide-contact-info-wrap .accordion-lists .cust-accordion.open .acc-arrow {
    right: 34px;
    top: 7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ed1c24;
}

.slide-contact-info-wrap .accordion-lists .cust-accordion .accordion-content {
    padding-top: 8px;
}

.slide-contact-info-wrap .contact-info-cont {
    padding: 16px 36px 16px 34px;
    font-size: 12px;
    line-height: 14px;
    color: #233253;
}

.slide-contact-info-wrap .contact-lists li {
    padding: 16px 36px 16px 69px;
    position: relative;
    font-size: 12px;
    line-height: 14px;
    color: #233253;
    background: #fff;
}

.slide-contact-info-wrap .contact-lists li.call-req-box {
    background: #ebf5f9;
}

.slide-contact-info-wrap .contact-lists li label {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #2c6698;
    margin-bottom: 8px;
    display: block;
}

.slide-contact-info-wrap .contact-lists li svg {
    position: absolute;
    top: 25px;
    left: 37px;
    width: 20px;
}

.slide-contact-info-wrap .contact-lists li a {
    color: #233253;
}

.slide-contact-info-wrap .slide-contact-info-btn {
    margin-top: 40px;
}

.slide-contact-info-wrap .slide-contact-info-btn a {
    width: 150px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
}

.recommend-search-me {
    background: #f9f9f9;
    padding: 59px;
    text-align: center;
}

.recommend-search-me form {
    display: inline-block;
}

.recommend-search-me label {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #233253;
    margin: 0 14px;
    line-height: 40px;
}

.recommend-search-me select {
    height: 40px;
    background: #fff;
    border: 0;
    border-radius: 4px;
    padding: 0 12px;
    font-size: 14px;
    color: #808285;
}

.recommend-search-me .recommend-col-1,
.recommend-search-me .recommend-col-2 {
    margin-right: 27px;
}

.recommend-search-me .siteButton {
    height: 40px;
    line-height: 29px;
    width: 175px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}

.knowledge-center-content {
    padding-top: 45px;
}

.knowledge-center-content .featured-investment-wrap {
    margin-bottom: 32px;
}

.featured-content-wrap {
    margin-bottom: 80px;
}

.featured-content-wrap .featured-content-col-1 {
    width: 698px;
    height: 264px;
    border: 1px solid #c7cacc;
    float: left;
    margin: 0 24px 24px 0;
}

.featured-content-wrap .featured-content-col-1 figure {
    width: 338px;
    height: 264px;
    float: left;
    margin-bottom: 0;
}

.featured-content-wrap .featured-content-col-1 figure img {
    height: 100%;
}

.featured-content-wrap .featured-content-col-1 .featured-cont-wrap {
    float: left;
    width: calc(100% - 338px);
    position: relative;
}

.featured-content-wrap .featured-content-col-1 .featured-cont-wrap:after {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    width: 4px;
    height: 80px;
    background: #ed1c24;
}

.featured-content-wrap .featured-content-col-1:hover img {
    transform: scale(1.1);
}

.featured-content-wrap .featured-content-col-2 {
    width: 338px;
    height: 528px;
    border: 1px solid #c7cacc;
    float: right;
    margin-bottom: 24px;
}

.featured-content-wrap .featured-content-col-2 figure {
    height: 264px;
    margin-bottom: 0;
}

.featured-content-wrap .featured-content-col-2 figure img {
    height: 100%;
}

.featured-content-wrap .featured-content-col-2 .featured-cont-wrap {
    position: relative;
}

.featured-content-wrap .featured-content-col-2 .featured-cont-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 4px;
    height: 80px;
    background: #ed1c24;
}

.featured-content-wrap .featured-content-col-2:hover img {
    transform: scale(1.1);
}

.featured-content-wrap .featured-content-col-3 {
    width: 338px;
    height: 528px;
    border: 1px solid #c7cacc;
    float: left;
    margin-right: 24px;
    position: relative;
}

.featured-content-wrap .featured-content-col-3 figure {
    height: 264px;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
}

.featured-content-wrap .featured-content-col-3 figure img {
    height: 100%;
}

.featured-content-wrap .featured-content-col-3 .featured-cont-wrap {
    position: relative;
}

.featured-content-wrap .featured-content-col-3 .featured-cont-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 4px;
    height: 80px;
    background: #ed1c24;
}

.featured-content-wrap .featured-content-col-3:hover img {
    transform: scale(1.1);
}

.featured-content-wrap .featured-content-col-4 {
    width: 336px;
    height: 241px;
    float: left;
    margin: 0 24px 24px 0;
    position: relative;
    height: 100%;
}

.featured-content-wrap .featured-content-col-4 figure {
    margin: 0;
}

.featured-content-wrap .featured-content-col-4 figure img {
    height: 100%;
    width: 100%;
}

.featured-content-wrap .featured-content-col-4 figure:after {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    content: "";
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.featured-content-wrap .featured-content-col-4:hover figure:after {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.featured-content-wrap .featured-content-col-4 .featured-cont-wrap {
    position: absolute;
    bottom: 0;
}

.featured-content-wrap .featured-content-col-4 .featured-cont-wrap .featured-post-view,
.featured-content-wrap .featured-content-col-4 .featured-cont-wrap a,
.featured-content-wrap .featured-content-col-4 .featured-cont-wrap p {
    display: none;
}

.featured-content-wrap .featured-content-col-4 .featured-cont-wrap h3 {
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}

.featured-content-wrap .featured-content-col-4 .featured-cont-wrap .featured-cont-head .featured-post-date {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.featured-content-wrap .featured-content-col-5 {
    width: 698px;
    height: 264px;
    border: 1px solid #c7cacc;
    float: right;
}

.featured-content-wrap .featured-content-col-5 figure {
    width: 338px;
    height: 262px;
    float: right;
    margin-bottom: 0;
}

.featured-content-wrap .featured-content-col-5 figure img {
    height: 100%;
    width: 100%;
}

.featured-content-wrap .featured-content-col-5 .featured-cont-wrap {
    float: left;
    width: calc(100% - 338px);
    position: relative;
}

.featured-content-wrap .featured-content-col-5 .featured-cont-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 4px;
    height: 80px;
    background: #ed1c24;
}

.featured-content-wrap .featured-content-col-5:hover img {
    transform: scale(1.1);
}

.featured-content-wrap .featured-cont-wrap {
    padding: 24px;
}

.featured-content-wrap .featured-cont-wrap .featured-cont-head {
    margin-bottom: 6px;
}

.featured-content-wrap .featured-cont-wrap .featured-cont-head .featured-post-date {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #8a93a5;
}

.featured-content-wrap .featured-cont-wrap .featured-cont-head .featured-post-view {
    font-size: 11px;
    line-height: 11px;
    color: #8a93a5;
    float: right;
    margin-top: 8px;
}

.featured-content-wrap .featured-cont-wrap .featured-cont-head .featured-post-view svg {
    margin: -1px 0 0 1px;
}

.featured-content-wrap .featured-cont-wrap h3 {
    font-weight: 800;
    font-size: 28px;
    line-height: 33px;
    color: #233253;
    margin-bottom: 4px;
}

.featured-content-wrap .featured-cont-wrap p {
    font-size: 14px;
    line-height: 20px;
    color: #8a93a5;
    margin-bottom: 8px;
}

.featured-content-wrap .featured-cont-wrap a {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #233253;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.featured-content-wrap .featured-cont-wrap a svg {
    margin-left: 5px;
    margin-top: -2px;
}

.featured-content-wrap .featured-cont-wrap a:hover {
    margin-left: 5px;
    color: #ed1c24;
}

.featured-content-wrap figure {
    overflow: hidden;
}

.subscribe-section {
    margin-bottom: 80px;
}

.subscribe-section .subscribe-sec-col-1,
.subscribe-section .subscribe-sec-col-2 {
    float: left;
    width: 515px;
    box-sizing: border-box;
    position: relative;
}

.subscribe-section .subscribe-sec-col-1 figure,
.subscribe-section .subscribe-sec-col-2 figure {
    margin: 0;
    width: 515px;
    height: 480px;
    position: relative;
}

.subscribe-section .subscribe-sec-col-1 figure img,
.subscribe-section .subscribe-sec-col-2 figure img {
    width: 100%;
    height: 100%;
}

.subscribe-section .subscribe-sec-col-1 figure:after,
.subscribe-section .subscribe-sec-col-2 figure:after {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.subscribe-section .subscribe-sec-col-1 h3,
.subscribe-section .subscribe-sec-col-2 h3 {
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.subscribe-section .subscribe-sec-col-1 .subscribe-sec-cont,
.subscribe-section .subscribe-sec-col-2 .subscribe-sec-cont {
    position: absolute;
    top: 0;
    left: 0;
    padding: 102px 40px 24px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.subscribe-section .subscribe-sec-col-2 {
    margin-left: 30px;
}

.subscribe-section .subscribe-sec-col-2 h3 {
    margin-bottom: 52px;
}

.subscribe-section .subscribe-sec-col-2 a {
    width: 170px;
    text-align: center;
    margin: 0 auto;
    background: #0083c3;
    border-color: #0083c3;
    text-transform: uppercase;
}

.subscribe-section .subscribe-sec-col-2 a:hover {
    color: #fff;
    box-shadow: 0 8px 12px rgba(0, 131, 195, 0.3);
}

.subscribe-section form {
    display: inline-block;
}

.subscribe-section form input.txt-fld {
    width: 200px;
    height: 40px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    color: #59595b;
    padding: 0 10px;
    float: left;
    border: 0;
    -webkit-appearance: none;
}

.subscribe-section form input.siteButton {
    width: 81px;
    height: 40px;
    background: #ed1c24;
    border-radius: 0 4px 4px 0;
    font-weight: 600;
    font-size: 12px;
    float: left;
    text-transform: uppercase;
}

.all-posts-contents {
    display: flex;
    flex-wrap: wrap;
}

.all-posts-contents .all-posts-content {
    margin-bottom: 8px;
}

.all-posts-contents .featured-content-wrap {
    margin-bottom: 0;
}

.all-posts-contents .all-post {
    width: 337px;
    height: 528px;
    float: left;
    border: 1px solid #c7cacc;
    margin: 0 24px 24px 0;
}

.all-posts-contents .all-post:nth-child(3n + 0) {
    margin-right: 0;
}

.all-posts-contents .all-post figure {
    width: 100%;
    height: 264px;
    margin: 0;
}

.all-posts-contents .all-post figure img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
}

.all-posts-contents .all-post .featured-cont-wrap {
    position: relative;
}

.all-posts-contents .all-post .featured-cont-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 4px;
    height: 80px;
    background: #ed1c24;
}

.all-posts-contents .all-post:hover img {
    transform: scale(1.1);
}

.all-post-with-btn {
    margin-bottom: 80px;
}

.all-post-with-btn .load-all-posts {
    margin-top: 16px;
    text-align: center;
    width: 100%;
}

.all-post-with-btn .load-all-posts a {
    margin: 0 auto;
}

.featured-videos .featured-video-list {
    float: left;
    width: 337px;
    margin-left: 24px;
    height: 220px;
    position: relative;
}

.featured-videos .featured-video-list:first-child {
    margin-left: 0;
}

.featured-videos .featured-video-list figure {
    margin-bottom: 0;
    position: relative;
    height: 100%;
    width: 100%;
}

.featured-videos .featured-video-list figure img {
    height: 100%;
}

.featured-videos .featured-video-list figure:after {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    content: "";
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.featured-videos .featured-video-list:hover figure:after {
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.featured-videos .featured-video-list .featured-cont-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 17px;
}

.featured-videos .featured-video-list .featured-cont-wrap .featured-post-date {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 8px;
}

.featured-videos .featured-video-list .featured-cont-wrap h3 {
    font-weight: 800;
    font-size: 28px;
    line-height: 30px;
    color: #fff;
}

.featured-videos .owl-carousel div.owl-nav button.owl-next,
.featured-videos .owl-carousel div.owl-nav button.owl-prev {
    top: 85px;
}

.recommended-articles-sec {
    display: none;
    padding-top: 60px;
}

.recommended-articles-sec .product-title-wrap {
    margin-bottom: 24px;
}

.recommended-articles-sec .all-post-with-btn {
    margin-bottom: 0;
}

.single-knowledge-center-page {
    padding-top: 84px;
}

.single-knowledge-center-page .close-recommended-articles {
    position: absolute;
    right: 5px;
}

.single-knowledge-center-page .single-knowledge-head {
    padding-right: 130px;
    margin-bottom: 24px;
    position: relative;
}

.single-knowledge-center-page .single-knowledge-head h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #233253;
    text-align: left;
}

.single-knowledge-center-page .single-knowledge-content {
    margin-bottom: 65px;
}

.single-knowledge-center-page .single-knowledge-content.single-knowledge-small-banner .single-knowledge-cont-head {
    float: left;
    margin-right: 30px;
}

.single-knowledge-center-page .single-knowledge-content.single-knowledge-small-video .single-page-video {
    float: right;
    width: 270px;
    height: 150px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-top: 0;
}

.single-knowledge-center-page .single-knowledge-content.single-knowledge-small-video .single-page-video video {
    height: auto;
}

.single-knowledge-center-page .single-knowledge-content .single-page-video {
    margin-top: 20px;
    margin-bottom: 40px;
}

.single-knowledge-center-page .single-knowledge-content .single-page-video video {
    width: 100%;
    height: auto;
}

.single-knowledge-center-page .single-knowledge-content .single-page-video video:focus {
    outline: none;
}

.single-knowledge-center-page .single-knowledge-content .single-knowledge-left {
    float: left;
    width: 808px;
    margin-right: 16px;
}

.single-knowledge-center-page .single-knowledge-content .single-knowledge-left .single-knowledge-cont-head {
    margin-bottom: 24px;
}

.single-knowledge-center-page .single-knowledge-content .single-knowledge-left .single-knowledge-cont-head figure {
    margin-bottom: 10px;
}

.single-knowledge-center-page .single-knowledge-content .single-knowledge-left .single-knowledge-cont-head .single-knowledge-date {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #8a93a5;
    float: left;
}

.single-knowledge-center-page .single-knowledge-content .single-knowledge-left .single-knowledge-cont-head .single-knowledge-view {
    float: right;
    font-size: 11px;
    line-height: 11px;
    color: #8a93a5;
    opacity: 0.8;
}

.single-knowledge-center-page .single-knowledge-content .single-knowledge-left #product-graph {
    margin: 80px 0 60px;
}

.single-knowledge-center-page .single-knowledge-content .single-knowledge-left p {
    font-size: 16px;
    line-height: 24px;
    color: #5a5a5a;
    margin-bottom: 20px;
}

.single-knowledge-center-page .single-knowledge-content .single-knowledge-left h1 {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    color: #233253;
    margin: 28px 0 16px;
}

.single-knowledge-center-page .single-knowledge-content .single-knowledge-left h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #233253;
    margin: 28px 0 16px;
}

.single-knowledge-center-page .single-knowledge-content .single-knowledge-left h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #233253;
    margin: 40px 0 16px;
}

.single-knowledge-center-page .single-knowledge-content .single-knowledge-left a {
    font-size: 14px;
    line-height: 24px;
    color: #005e9e;
    display: block;
}

.single-knowledge-center-page .single-knowledge-content .single-knowledge-left a:hover {
    text-decoration: underline;
}

.single-knowledge-center-page .single-knowledge-content .single-knowledge-left .custom-dropdown {
    margin-bottom: 24px;
}

.single-knowledge-center-page .single-knowledge-content .single-knowledge-left .custom-dropdown a {
    margin-top: 8px;
    display: block;
}

.single-knowledge-center-page .single-knowledge-content .single-knowledge-left .custom-list-style {
    margin: 16px 0 24px;
}

.single-knowledge-center-page .single-knowledge-content .single-knowledge-right {
    float: left;
    width: 236px;
}

.close-recommended-articles {
    float: right;
    font-size: 24px;
    cursor: pointer;
    display: block;
    margin-top: -27px;
    color: #233253;
}

.close-recommended-articles svg {
    width: 24px;
    height: 24px;
}

.close-recommended-articles:hover svg path {
    stroke: #ed1c24;
}

.featured-post-video-ico {
    background: #fff;
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    right: 17px;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
}

.recommended-products-wrap {
    margin-bottom: 68px;
}

.recommended-products-wrap .recommended-products-head {
    margin-bottom: 48px;
}

.recommended-products-wrap .recommended-products-head h2 {
    font-size: 28px;
    line-height: 28px;
    color: #233253;
    margin-bottom: 0;
    font-weight: 700;
}

.recommended-products-wrap .recommended-product {
    width: 335px;
    height: 404px;
    background: #fff;
    border: 1px solid #c7cacc;
    float: left;
    padding: 23px 24px 34px 26px;
    position: relative;
}

.recommended-products-wrap .recommended-product h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #005e9e;
    margin-bottom: 30px;
}

.recommended-products-wrap .recommended-product h3 span {
    color: #ed1c24;
    display: block;
}

.recommended-products-wrap .recommended-product ul {
    margin-bottom: 30px;
}

.recommended-products-wrap .recommended-product ul li {
    font-size: 16px;
    line-height: 22px;
    color: #233253;
    margin-bottom: 16px;
    position: relative;
    padding-left: 15px;
}

.recommended-products-wrap .recommended-product ul li span {
    position: absolute;
    color: #ed1c24;
    width: 10px;
    display: block;
    left: 0;
    top: 1px;
}

.recommended-products-wrap .recommended-product .recommended-product-btn {
    position: absolute;
    bottom: 34px;
    width: 100%;
    left: 0;
    padding: 0 24px 0 26px;
}

.recommended-products-wrap .recommended-product .recommended-product-btn .outlinedBtn {
    float: left;
    text-transform: uppercase;
    padding: 5px 15px;
}

.recommended-products-wrap .recommended-product .recommended-product-btn .payPremiumBtn {
    float: right;
    text-transform: uppercase;
    padding: 5px 15px;
}

.recommended-products-wrap .owl-carousel div.owl-nav {
    text-align: center;
    margin-top: 35px;
}

.recommended-products-wrap .owl-carousel div.owl-nav button {
    position: static;
    margin: 0 25px;
}

.single-page-pagination a {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #005e9e;
    max-width: 370px;
    display: block;
}

.single-page-pagination a span {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #233253;
    display: block;
    margin-top: 15px;
}

.single-page-pagination a:hover,
.single-page-pagination a:hover span {
    color: #ed1c24;
}

.single-page-pagination .fr {
    text-align: right;
}

.single-page-pagination .fr svg {
    margin-left: 5px;
    margin-top: -2px;
}

.single-page-pagination .fl svg {
    margin-right: 8px;
    transform: rotate(-180deg);
    margin-top: -3px;
}

.recent-posts {
    margin-bottom: 20px;
}

.recent-posts .recent-post-slide {
    border: 3px solid #80c1e1;
    border-top: 0;
}

.recent-posts .recent-post-slide .owl-dots {
    display: none;
}

.recent-posts .recent-post-head {
    background: #80c1e1;
    height: 61px;
    padding: 24px 50px 16px 46px;
}

.recent-posts .recent-post-head h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #233253;
    position: relative;
}

.recent-posts .recent-post-head h2 svg {
    position: absolute;
    top: 2px;
    left: -30px;
    width: 17px;
}

.recent-posts .recent-post-wrap li {
    padding: 23px 5px 24px 13px;
    border-top: 3px solid #80c1e1;
}

.recent-posts .recent-post-wrap li:first-child {
    border-top: 0;
}

.recent-posts .recent-post-wrap li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #005e9e;
    display: block;
    margin-bottom: 6px;
}

.recent-posts .recent-post-wrap li a:hover {
    color: #ed1c24;
}

.recent-posts .recent-post-wrap li p {
    font-weight: 500;
    font-size: 11px;
    line-height: 11px;
    color: #8a93a5;
    margin-bottom: 0;
}

.recent-posts .recent-post-wrap li p svg {
    margin-right: 3px;
}

.recent-posts .owl-carousel div.owl-nav button {
    width: 5px;
    height: 11px;
    border-radius: 0;
    top: -39px;
}

.recent-posts .owl-carousel div.owl-nav button.owl-prev {
    left: auto;
    right: 40px;
}

.recent-posts .owl-carousel div.owl-nav button.owl-next {
    right: 16px;
}

.single-subscribe {
    background: no-repeat 50%;
    position: relative;
    padding: 21px 23px 24px 15px;
    margin-bottom: 24px;
}

.single-subscribe:after {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(36, 84, 107, 0.9);
    height: 100%;
    width: 100%;
    content: "";
}

.single-subscribe .single-subscribe-content {
    position: relative;
    z-index: 1;
}

.single-subscribe h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 27px;
}

.single-subscribe form input[type="text"] {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    margin-bottom: 14px;
    border: 0;
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    color: #59595b;
    padding: 0 15px;
}

.single-subscribe form input[type="submit"] {
    height: 34px;
    margin: 0 auto;
    text-transform: uppercase;
}

.single-subscribe form input[type="submit"]:hover {
    color: #fff;
}

.popular-posts {
    background: #0083c3;
}

.popular-posts .popular-post-head {
    padding: 24px 50px 21px 43px;
}

.popular-posts .popular-post-head h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #f9f9f9;
    margin: 0;
    position: relative;
}

.popular-posts .popular-post-head h2 svg {
    position: absolute;
    top: 0;
    left: -30px;
}

.popular-posts .popular-post-slider ul li {
    padding: 20px 0 22px;
    margin: 0 19px 0 17px;
    border-top: 1px solid #fff;
}

.popular-posts .popular-post-slider ul li:first-child {
    border-top: 0;
    padding-top: 0;
}

.popular-posts .popular-post-slider ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

.popular-posts .popular-post-slider ul li a:hover {
    color: #233253;
}

.popular-posts .popular-post-slider ul li p {
    font-weight: 500;
    font-size: 11px;
    line-height: 11px;
    margin: 0;
    color: #c7cacc;
}

.popular-posts .owl-carousel div.owl-nav button {
    width: 5px;
    height: 11px;
    border-radius: 0;
    top: -44px;
}

.popular-posts .owl-carousel div.owl-nav button.owl-prev {
    left: auto;
    right: 40px;
}

.popular-posts .owl-carousel div.owl-nav button.owl-next {
    right: 16px;
}

img {
    transition: transform 0.5s ease;
}

.default-select-cust-arrow {
    position: relative;
    display: inline-block;
}

.default-select-cust-arrow select {
    padding-right: 50px;
    -webkit-appearance: none;
}

.default-select-cust-arrow svg {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 12px;
    pointer-events: none;
}

select:focus {
    outline: none;
}

.all-posts-contents .viewMoreBtn {
    font-size: 12px;
}

body .popular-post-slider.owl-carousel div.owl-nav button.owl-next,
body .popular-post-slider.owl-carousel div.owl-nav button.owl-next.disabled,
body .popular-post-slider.owl-carousel div.owl-nav button.owl-prev,
body .popular-post-slider.owl-carousel div.owl-nav button.owl-prev.disabled,
body .recent-post-slide.owl-carousel div.owl-nav button.owl-next,
body .recent-post-slide.owl-carousel div.owl-nav button.owl-next.disabled,
body .recent-post-slide.owl-carousel div.owl-nav button.owl-prev,
body .recent-post-slide.owl-carousel div.owl-nav button.owl-prev.disabled {
    background: none;
}

body .popular-post-slider.owl-carousel div.owl-nav button.owl-prev svg,
body .recent-post-slide.owl-carousel div.owl-nav button.owl-prev svg {
    transform: rotate(-180deg);
}

body .popular-post-slider.owl-carousel div.owl-nav button.owl-next.disabled svg path,
body .popular-post-slider.owl-carousel div.owl-nav button.owl-prev.disabled svg path,
body .recent-post-slide.owl-carousel div.owl-nav button.owl-next.disabled svg path,
body .recent-post-slide.owl-carousel div.owl-nav button.owl-prev.disabled svg path {
    stroke: #c4c4c4;
}

.mb-16 {
    margin-bottom: 16px;
}

.mt-8 {
    margin-top: 8px;
}

.mb-67 {
    margin-bottom: 67px;
}

.floater {
    display: none;
}

.toolsCalcTitleCont {
    padding-right: 150px;
    position: relative;
}

.toolsCalcTitleCont .close-tools-wrap {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.toolsCalcVideoWrap {
    margin-bottom: 8px;
    text-align: right;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #233253;
}

.toolsCalcVideoWrap .video-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    /* background: #005e9e;
    box-shadow: 0 4px 4px rgba(0, 94, 158, 0.1); */
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
}

.toolsCalcVideoWrap a {
    color: #233253;
}

.toolsCalcVideoWrap a,
.toolsCalcVideoWrap a:hover {
    font-style: normal;
    font-size: 16px;
    line-height: 14px;
    font-weight: 500;
}

.toolsCalcVideoWrap a:hover {
    color: #ed1c24;
}

.fund-performance-page-wrap,
.knowledge-center-page {
    padding-top: 98px;
}

.view-product-cont-wrap .search-label-txt p {
    display: none;
}

.single-knowledge-center-page-wrap {
    padding-top: 98px;
}

.video-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.video-popup-wrap .video-popup-inner-wrap {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 680px;
    height: 400px;
}

.video-popup-wrap .video-popup-inner-wrap .video-popup-head {
    margin-bottom: 10px;
    padding-right: 50px;
    position: relative;
}

.video-popup-wrap .video-popup-inner-wrap h3 {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    max-width: 748px;
}

.video-popup-wrap .video-popup-inner-wrap .close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 1;
    background: no-repeat 0 0;
    width: 24px;
    height: 24px;
    display: block;
}

.video-popup-wrap .video-popup-inner-wrap .close:hover {
    background: no-repeat 0 0;
}

.video-popup-wrap .video-popup-inner-wrap video {
    width: 100%;
    height: auto;
}

.video-popup-wrap .video-popup-inner-wrap video:focus {
    outline: none;
}

.recommended-products-slider .owl-dots {
    display: none;
}

.knowledge-center-page .deskTopHeader,
.single-knowledge-center .deskTopHeader {
    background: #fff;
}

.fund-lists-popup {
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(30px);
    -moz-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    z-index: 9999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}

.fund-lists-popup .fund-lists {
    width: 1060px;
    background: #fff;
    border: 1px solid #c7cacc;
    box-shadow: 0 2px 8px rgba(0, 94, 158, 0.05), 1px 2px 4px rgba(50, 130, 196, 0.08);
    margin: 60px auto 0;
    padding-top: 24px;
}

.fund-lists-popup .fund-lists-head {
    margin-bottom: 34px;
    position: relative;
}

.fund-lists-popup .fund-lists-head h1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
}

.fund-lists-popup .fund-lists-head .close-fund-lists {
    position: absolute;
    top: -4px;
    right: 24px;
    cursor: pointer;
}

.fund-lists-popup .fund-lists-head .close-fund-lists:hover svg path {
    stroke: #ed1c24;
}

.fund-lists-popup .fund-lists-wrap,
.fund-lists-popup .group-schemes-wrap {
    padding: 0 72px;
}

.fund-lists-popup .fund-lists-wrap h2,
.fund-lists-popup .group-schemes-wrap h2 {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #2c6698;
    margin-bottom: 24px;
}

.fund-lists-popup .group-schemes-wrap {
    padding: 48px 72px;
    border-top: 1px solid #ddd;
    margin-top: 42px;
}

.fund-lists-popup .group-schemes-wrap .fund-list {
    float: none;
    width: 100%;
}

.fund-lists-popup .fund-list {
    float: left;
    width: 33%;
}

.fund-lists-popup .fund-list li {
    margin-bottom: 6px;
}

.fund-lists-popup .fund-list li a {
    font-size: 12px;
    line-height: 13px;
    color: #233253;
}

.fund-lists-popup .fund-list li a:hover {
    color: #ed1c24;
}

.fund-lists-popup .fund-purchases-txt {
    height: 52px;
    line-height: 52px;
    background: #fafafa;
    padding: 0 72px;
    font-size: 12px;
    color: #000;
    opacity: 0.6;
}

footer .stayUpdatedSec {
    max-width: 300px;
}

footer .appDwnldSec {
    max-width: 322px;
}

.custom-check-box {
    margin-top: 12px;
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 11px;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #5a5a5a !important;
}

.custom-check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-check-box input:checked~.checkmark {
    background-color: #fff;
}

.custom-check-box input:checked~.checkmark:after {
    display: block;
}

.custom-check-box .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 1px;
}

.custom-check-box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: solid #ed1c24;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fund-lists-wrap-scroll {
    overflow-y: scroll;
    max-height: calc(100vh - 240px);
    padding-right: 12px;
}

.fund-lists-wrap-scroll::-webkit-scrollbar {
    width: 6px;
    border-radius: 5px;
}

.fund-lists-wrap-scroll::-webkit-scrollbar-track {
    background: #eaf1f8;
}

.fund-lists-wrap-scroll::-webkit-scrollbar-thumb {
    background-color: #8a93a5;
    border-radius: 5px;
}

.apexcharts-tooltip.apexcharts-theme-light {
    border: 0 solid red;
    min-width: 200px;
    background: #fff !important;
    font-size: 14px;
    color: #233253;
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
    background: #fff !important;
    border-bottom: 1px solid #ddd;
}

.apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
table,
td,
tr,
ul {
    margin: 0;
}

body,
html {
    font-family: Poppins, sans-serif;
}

.container {
    max-width: 1060px;
    width: 100%;
}

.section {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.bggrey {
    background-color: #f9f9f9;
}

.colorblk {
    color: #000 !important;
    padding-bottom: 18px;
    font-weight: 500;
}

.bgwhite {
    background-color: #fff !important;
}

.oh {
    overflow: hidden !important;
}

.greyheading {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #8a93a5;
    padding-bottom: 10px;
}

.col-sm-8.offset-md-2.col-10.offset-1.text-center h2 {
    font-size: 32px;
    font-weight: 500;
    color: #233253;
}

h3.homeheader2+p,
h3.homeheader2+span+p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #8a93a5;
    padding-bottom: 0;
}

.btnred {
    background: #ed1c24;
    text-transform: uppercase;
}

.btnred,
.btnred:active,
.btnred:focus,
.btnred:hover {
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    border: 1px solid #ed1c24;
    height: 34px;
    padding: 7px 21px;
    min-width: 135px;
    outline: none !important;
}

.btnred:active,
.btnred:focus,
.btnred:hover {
    background: #ff3038 !important;
    box-shadow: 0 8px 12px rgba(237, 28, 36, 0.2);
    outline-style: none;
    outline-width: 0;
}

.btnred:not(:disabled):not(.disabled).active:focus,
.btnred:not(:disabled):not(.disabled):active:focus,
.show>.btnred.dropdown-toggle:focus,
.show>.btnred.dropdown-toggle:focus:not(:disabled):not(.disabled).active:focus {
    background: #ff3038 !important;
    outline: none;
    outline-style: none;
    outline-width: 0;
}

.btnwhite {
    border-radius: 4px;
    border: 1px solid #ed1c24;
    padding: 4px 18px 5px;
}

.btnwhite,
.btnwhite:hover {
    background: #fff;
    color: #ed1c24;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    height: 30px;
    min-width: 104px;
}

.btnwhite:hover {
    border-radius: 4px;
    border: 1px solid #ff3038;
    box-shadow: 0 5px 7px rgba(228, 24, 32, 0.4);
}

.abtboxholder {
    border: 1px solid #c7cacc;
    background: #fff;
    padding: 24px 22px;
    margin-bottom: 10px;
}

.abtboxholder:hover {
    box-shadow: 0 4px 20px rgba(0, 94, 158, 0.05), 3px 6px 10px rgba(50, 130, 196, 0.08);
}

.abtboxholder:before {
    width: 4px;
    height: 100px;
    background-color: red;
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
}

.abtboxholder h6,
.mob-abt h6 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #8a93a5;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.col-sm-4 .abtboxholder h6,
.mob-abt h6 {
    padding-top: 18px;
}

.abtboxholder h4,
.mob-abt h4 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 800;
    color: #233253;
    padding-bottom: 2px;
}

.abt-txt {
    margin-top: 20px;
    margin-left: 4px;
}

.abt-txt,
.left {
    float: left;
}

.abtboxholder p,
.mob-abt p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #233253;
}

.abtboxbig {
    border: 1px solid #c7cacc;
    background: #fff;
    padding: 0;
    display: block;
    clear: both;
    overflow: hidden;
}

.abtboxbig.after:after {
    right: 15px;
}

.abtboxbig.after:after,
.abtboxbig.before:before {
    width: 4px;
    height: 100px;
    background-color: red;
    content: "";
    position: absolute;
    top: 0;
}

.abtboxbig.before:before {
    left: 15px;
}

.abtboxbig .imgholder {
    float: left;
    width: 40%;
    overflow: hidden;
}

.abtboxbig:hover {
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 4px 20px rgba(0, 94, 158, 0.05), 3px 6px 10px rgba(50, 130, 196, 0.08);
}

.abtboxbig img {
    transition: transform 0.5s ease;
}

.abtboxbig:hover img {
    transform: scale(1.1);
}

.abtboxbig .abtbigrt {
    float: left;
    width: 60%;
    padding: 20px;
}

.abtboxbig h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #8a93a5;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.abtboxbig h4 {
    font-size: 26px;
    line-height: 33px;
    font-weight: 800;
    color: #233253;
    padding-bottom: 10px;
    padding-right: 10px;
}

.abtboxbig p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #8a93a5;
}

.abtboxRt {
    background-color: grey;
    height: 100%;
}

.settle {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.settle h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    color: #233253;
    padding-top: 30px;
}

.settle p {
    font-size: 14px;
    line-height: 20px;
    color: #8a93a5;
}

.bg1 {
    padding: 20px;
    position: relative;
}

.bg1 *,
.bg1h4 {
    color: #fff;
}

.bg1h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 9;
}

.bg1 h6 {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 10px;
}

.bg1 div {
    bottom: 20px;
    position: absolute;
}

.bg2 {
    padding: 20px;
    position: relative;
}

.bg2 *,
.bg2h4 {
    color: #fff;
}

.bg2h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 9;
    padding-left: 17px;
    padding-right: 17px;
}

.bg2 h6 {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 10px;
}

.bg2 div {
    bottom: 20px;
    position: absolute;
}

.panel-title a {
    margin-top: 78px;
    text-decoration: none;
}

.panel-title a,
.panel-title a.collapsed {
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    color: #767676;
    display: block;
    background-repeat: no-repeat;
    background-position: 100%;
}

/* .panel-title a.collapsed {
} */
.swiper-slide {
    padding-left: 15px !important;
}

.disc-txt {
    font-size: 12px;
    line-height: 20px;
    color: #767676;
    margin-top: 8px;
}

#carouselExampleIndicators {
    max-width: 1600px;
    margin: 0 auto;
}

.hght100 {
    height: 100%;
}

.padtop10 {
    padding-top: 10px !important;
}

.padtop0 {
    padding-top: 0 !important;
}

.padtop15 {
    padding-top: 15px !important;
}

.padtop30 {
    padding-top: 30px !important;
}

.padbot30 {
    padding-bottom: 30px !important;
}

.padbot0 {
    padding-bottom: 0 !important;
}

.mtop0 {
    margin-top: 0 !important;
}

.mtp10 {
    margin-top: 10px !important;
}

.mtp15 {
    margin-top: 15px !important;
}

.mtop30 {
    margin-top: 30px;
}

.mbot50 {
    margin-bottom: 50px !important;
}

.mtop20 {
    margin-top: 20px !important;
}

.carousel-item {
    min-height: 550px;
    background: no-repeat 50% scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-item {
    min-height: 280px !important;
    height: auto !important;
    background-position: bottom !important;
}

.mouse {
    text-align: center;
    position: relative;
    bottom: -94px;
    z-index: 99;
}

.mouse a {
    animation: MoveUpDown 1s linear infinite;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-top: 100px;
}

#carouselExampleIndicators .carousel-indicators {
    right: 80px !important;
    left: auto;
    bottom: auto;
    top: 23%;
    margin: 0;
    width: auto;
    display: block;
}

.carousel-indicators li {
    background-color: transparent;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-bottom: 20px !important;
    border: 1px solid #005e9e !important;
}

.carousel-indicators li.active {
    background-color: #005e9e;
}

.carousel-caption {
    bottom: auto;
    bottom: 45%;
    left: 5%;
    text-align: left;
}

.carousel-indicators li {
    margin-bottom: 8px;
}

.settle-top {
    padding-top: 0;
}

.plans-wrapper {
    text-align: center;
    width: 100%;
}

.plans-holder {
    background-color: #fff;
    display: inline-block;
    border-radius: 10px;
    padding: 15px;
    margin: 0 3px 12px;
}

.plans-holder:hover {
    cursor: pointer;
}

.plans-holder h5,
.swiper-slide .h5 {
    margin-top: 0;
    font-weight: 600;
    line-height: 14px;
    font-size: 18px;
    color: #ed1c24;
}

.plans-holder h5 span,
.swiper-slide .h5 span {
    color: #005e9e;
    font-size: 14px;
    font-weight: 500;
}

.bannerh2+p {
    font-size: calc(16px + 3.2vw) !important;
}

.bannerh2,
.bannerh2+p {
    line-height: normal;
    font-weight: 700;
    color: #233253;
    padding-bottom: 0;
}

.bannerh2 {
    font-size: calc(16px + 2.9vw) !important;
}

.bannerh5 {
    font-size: calc(10px + 0.9vw) !important;
    line-height: normal;
    font-weight: 700;
    color: #8a93a5;
    padding-bottom: 0;
}

.sar-logo img {
    width: 20%;
}

.ban-logo img {
    width: 11%;
}

.bottom-scroll {
    clear: both;
    width: 954px;
    height: 300px !important;
    padding-top: 50px;
    position: absolute;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    bottom: 10px;
    z-index: 99;
    padding-left: 50px;
    padding-right: 50px;
}

.swiper-container1 {
    height: 94%;
    overflow: hidden;
    padding-top: 20px;
}

.swiper-wrapper {
    height: 100%;
}

.bottom-scroll .h5 {
    text-align: left;
    display: block;
    line-height: 16px;
    margin-top: 8px;
}

.menu-alert {
    color: red;
    font-size: 14px;
    margin-top: -20px;
    margin-bottom: 15px;
}

.chkbx {
    display: inline-block;
    width: 94%;
    padding-left: 8px;
    padding-top: 5px;
}

.bottom-scroll .plans-holder {
    width: 100%;
    text-align: left;
    padding-left: 12px;
}

.product-cateogry .tile {
    display: block;
    padding: 0;
    outline: 0;
    transition: all 1s ease-in-out;
    background: 0 0;
    height: 100%;
    word-break: break-all;
    border-radius: 10px;
}

.product-cateogry .tile:hover {
    background: linear-gradient(242deg, #ed1c24, #ed1c24), #ed1c24;
    box-shadow: -3px -1px 14px rgba(32, 40, 52, 0.2);
}

.product-cateogry .tile:hover>div {
    background: #fff;
    transform: translate3d(-10px, -10px, 0);
}

.product-cateogry .tile>div {
    padding: 12px;
    background: linear-gradient(62deg, #fff, #f4f4f4), #fff;
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.product-cateogry .tile>div:hover {
    box-shadow: none;
}

.progress.active .progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

.bottom-scroll .swiper-slide {
    background: transparent;
    height: 170px !important;
    margin-right: 0;
    width: 170px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    opacity: 1 !important;
    font-size: 0 !important;
    font-family: none !important;
    width: 80px !important;
}

.bottom-scroll .swiper-button-next {
    right: 3% !important;
}

.swiper-button-next {
    right: 17% !important;
    top: 150px !important;
    left: auto !important;
}

.viewall {
    float: left;
    position: absolute;
    bottom: 23%;
    width: 70px;
    z-index: 111;
    left: 862px;
}

.viewall img {
    width: 100%;
}

.swiper-button-next img {
    width: 200%;
    max-width: 160%;
    outline: none;
}

.swiper-button-prev {
    left: 40px !important;
    top: 150px !important;
    outline: none;
}

.swiper-button-prev img {
    max-width: 160%;
    width: 200%;
}

.swiper-button-next img,
.swiper-button-prev img {
    box-shadow: 0 10px 16px rgba(237, 28, 36, 0.2) !important;
    border-radius: 25px;
    margin-bottom: 35px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.45 !important;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.sub.swiper-button-next {
    width: 40px;
    left: 68%;
}

.sub.swiper-button-next,
.sub.swiper-button-prev {
    top: auto !important;
    bottom: 23px !important;
    display: block;
}

.sub.swiper-button-prev {
    width: 40px !important;
    left: 17% !important;
}

.swiper-pagination-bullet-active {
    background-color: #005e9e !important;
}

.padtopgrtxt {
    padding-top: 38px;
}

.panel.panel-default {
    padding-bottom: 16px;
}

.panel.panel-default .panel-collapse {
    padding-top: 20px;
    line-height: 22px;
    font-size: 12px;
    font-weight: 400;
    color: #5a5a5a;
}

.panel-collapse p {
    position: relative;
    margin-top: 12px;
    padding-left: 10px;
}

.panel-collapse p span {
    font-size: 8px;
    line-height: 6px;
    color: #5a5a5a;
    position: absolute;
    top: 8px;
    left: 0;
    font-weight: 700;
}

.panel-collapse p:first-child {
    margin-top: 0;
}

.disktext {
    line-height: 22px;
    font-size: 12px;
    font-weight: 400;
    color: #8a93a5;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ban-logo {
    padding-bottom: 10px;
}

.abt-sec .col-sm-4,
.abt-sec .col-sm-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.claimsettle {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
}

.sel-type {
    font-weight: 500;
    padding: 15px 20px 0;
}

.sel-type,
.webservices h5 {
    font-size: 16px;
    line-height: 22px;
}

.webservices h5 {
    position: relative;
    font-weight: 400;
    color: #233253;
    padding-left: 12px;
    padding-bottom: 15px;
}

.webservices :before {
    width: 2px;
    height: 24px;
    background-color: red;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.webservices p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
    color: #233253;
    padding-left: 12px;
}

.webservices p a {
    color: #005e9e;
}

.claimsettle+h4 {
    font-size: 38px;
    padding-top: 43px;
    padding-bottom: 15px;
    line-height: 38px;
}

.claimsettle+h4 small {
    font-size: 24px;
    line-height: 55px;
    font-weight: 600;
}

.font-12 {
    font-size: 12px !important;
}

.claimsicon1,
.claimsicon2 {
    position: relative;
    padding-left: 70px;
    margin-bottom: 50px;
}

.claimsicon1 h6,
.claimsicon2 h6 {
    padding-bottom: 7px;
}

.claimsicon1:before {
    background: no-repeat 0 0;
}

.claimsicon1:before,
.claimsicon2:before {
    position: absolute;
    left: 0;
    width: 60px;
    height: 57px;
    content: "";
}

.claimsicon2:before {
    background: no-repeat 0 0;
}

.claim-settle-sec {
    padding-top: 33px;
}

.swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;
    /* width: auto !important; */
    padding-left: 20px;
}

.swiper-container {
    padding-bottom: 72px !important;
}

.swiper-holder {
    width: 291px;
    height: 354px;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #ced1d3;
    border-left: 8px solid red;
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.sar-logo {
    display: block;
}

.sar-logo-mob {
    display: none;
}

.prod-img-sh-dt {
    display: block;
    margin: 0 auto;
}

.prod-img-sh-mob {
    display: none;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .icon-wrap:hover .hover-drop-down {
        display: block;
    }

    .desk-block {
        display: none !important;
    }
}

.error-page {
    height: 700px;
    position: relative;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 30%;
    text-align: center;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mrgn-space {
    margin-top: 70px;
    margin-bottom: 16px;
}

.mb-none {
    display: block;
    margin: 0 auto;
}

.mb-shw {
    display: none;
    margin: 0 auto;
}

.info-icon {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #767676;
    padding-left: 25px;
}

.info-icon:before {
    background: no-repeat 0 0;
    width: 16px;
    height: 16px;
    background-color: red;
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
}

.health-desk {
    display: block;
}

.health-mob {
    display: none;
}

.contact-section-wrapper .tabAccordContent {
    padding-bottom: 20px !important;
}

.contact-section-wrapper .lst {
    background: no-repeat 100%;
}

.contact-section-wrapper .articleBulletLists li:last-child {
    padding-bottom: 0 !important;
}

.contact-section-wrapper .dropbtn {
    display: block;
    width: 100%;
}

.contact-section-wrapper .dropbtn:focus,
.contact-section-wrapper .dropbtn:hover {
    background-color: transparent;
}

.contact-section-wrapper .dropdown {
    width: 100%;
    display: block;
}

.contact-section-wrapper .health-mob {
    display: none;
}

.socialSectionList {
    margin-top: 40px !important;
}

.contact-section-wrapper .lst {
    border: none !important;
    line-height: 46px;
    font-size: 14px;
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.contact-section-wrapper .lst.active {
    background-color: #fff !important;
}

.contact-section-wrapper .articleBulletLists li:last-child {
    padding-bottom: 14px !important;
}

.contact-section-wrapper .lst.active:active,
.contact-section-wrapper .lst.active:focus,
.contact-section-wrapper .lst.active:hover {
    background-color: #fff !important;
}

.contact-section-wrapper .dropbtn {
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
}

.contact-section-wrapper .dropbtn:focus,
.contact-section-wrapper .dropbtn:hover {
    color: #fff;
    -webkit-border-top-right-radius: 23px !important;
    -webkit-border-bottom-right-radius: 23px !important;
    -moz-border-radius-topright: 23px !important;
    -moz-border-radius-bottomright: 23px !important;
    border-top-right-radius: 23px !important;
    border-bottom-right-radius: 23px !important;
    background: no-repeat 100% #005e9e;
}

.contact-section-wrapper .dropdown {
    position: relative;
    display: inline-block;
}

.contact-section-wrapper .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 288px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: -19px;
    text-align: left;
}

.contact-section-wrapper .dropdown-content li {
    padding-left: 20px;
    padding-right: 20px;
    color: #233258 !important;
}

.contact-section-wrapper .dropdown-content li.active,
.contact-section-wrapper .dropdown-content li:hover {
    color: #fff !important;
}

.contact-section-wrapper .dropdown-content a {
    color: #000;
    padding: 7px 16px;
    text-decoration: none;
    display: block;
    line-height: 40px;
    color: #233253;
}

.contact-section-wrapper .dropdown-content a:hover {
    background-color: #fff;
}

.claimtype,
.contact-section-wrapper .show {
    display: block;
}

.claimtype {
    color: #233253;
    text-align: right;
    padding-top: 5px;
}

.claim-form {
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .settle .settle-img {
        text-align: center;
    }

    .products-wrapper {
        margin-top: 0px !important;
    }

    .settle h5 {
        float: left;
        margin: 12px 0 !important;
    }

    .cs-mobtoppad {
        padding-top: 0 !important;
    }

    .cs-table {
        overflow-x: scroll;
    }

    #mtop0mob {
        margin-top: 0 !important;
    }

    .claim-tabaddjust {
        width: 320px !important;
        margin: 0 auto !important;
    }

    .claim-online-wrapper .vsteps li {
        padding-right: 0 !important;
    }

    .claim-online-wrapper .vsteps li:last-child {
        padding-bottom: 0 !important;
        height: 76px !important;
    }

    .claim-online-wrapper .vsteps li:last-child:after {
        height: 0 !important;
        display: none !important;
    }

    .cs-workarea1 .aboutSectionTabMenuWrp {
        overflow-x: unset !important;
    }

    .wp-sec {
        display: block;
    }

    .clform .form-group {
        margin-bottom: 0 !important;
    }

    .cs-banner-section {
        margin-top: 56px !important;
    }

    .claim-online-wrapper .downloads li span {
        width: 70% !important;
        float: left;
    }

    .prod-img-sh-dt {
        display: none;
    }

    .prod-img-sh-mob {
        display: block;
        margin: 0 auto;
    }

    .popularMenuList {
        border-right: 0 solid #889e9e !important;
        padding-right: 40px;
        margin-left: 0;
    }

    footer .wrapper.footerMenuSec .productMenuSec {
        margin-left: 0 !important;
    }

    .mb-none {
        display: none;
    }

    .mb-shw {
        display: block;
    }

    .error-page {
        height: auto;
        min-height: 400px;
        position: relative;
    }

    .vertical-center {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 0;
        text-align: center;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .vertical-center img {
        width: 80%;
    }

    .swiper-button-next img,
    .swiper-button-prev img {
        max-width: 100%;
    }

    .mob-hide {
        display: none !important;
    }

    .desk-block {
        display: block !important;
    }

    .mtop10 {
        margin-top: 5px !important;
    }

    .adv-pad {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .rupee {
        position: absolute !important;
        left: 21px !important;
        top: 35px !important;
        right: -16px;
        z-index: 99;
        width: 20px;
        font-family: arial;
    }

    .rupee+input {
        margin-left: 0 !important;
    }

    .settle-top h4,
    .settle-top p {
        width: 93%;
        margin: 0 auto;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 34px !important;
        left: -3px !important;
        width: 100%;
    }

    .swiper-container {
        padding-left: 15px !important;
    }

    #abtpad {
        padding-bottom: 0 !important;
    }

    .pad-top57 {
        padding-top: 57px !important;
    }

    .mob-abt h4 {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 0;
    }

    .mob-abt h6 {
        padding-bottom: 0;
    }

    .mob-abt h6,
    .mob-abt p {
        font-size: 14px;
        line-height: 22px;
    }

    .bg-mob.section {
        padding-top: 32px !important;
        padding-bottom: 27px !important;
    }

    .section {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .carousel-item {}

    .bg-mob {
        background-color: #f5f8f8;
    }

    .vhid {
        visibility: hidden;
    }

    .vhid+h5 {
        top: -54px !important;
    }

    .mb .plans-holder {
        width: 110px;
        height: 108px;
        padding: 0;
        margin: 0 4px !important;
        box-shadow: 3px 3px 8px 1px #e4e3e3;
    }

    .mb .plans-holder h5 {
        font-size: 14px !important;
        line-height: 13px;
        position: relative;
        top: -20px;
    }

    .viewall {
        display: none;
    }

    .claimsettle {
        float: none;
        margin: 0 auto;
        display: block;
        width: 100px;
    }

    .padtopgrtxt {
        padding-top: 0;
    }

    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sar-logo {
        display: none;
    }

    .sar-logo-mob {
        text-align: center;
        display: block;
    }

    .bannerh5 {
        font-size: 16px;
        line-height: 22px;
    }

    .bannerh2,
    .bannerh5 {
        text-align: center;
        padding-bottom: 0 !important;
    }

    .bannerh2 {
        font-size: 34px !important;
        line-height: 45px;
    }

    .carousel-caption {
        width: 90% !important;
        top: 5%;
        padding-top: 0;
    }

    .carousel-item {
        background-size: 100% !important;
    }

    .ban-logo1 {
        text-align: right;
    }

    .ban-logo1 img {
        width: 25%;
    }

    .greyheading {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 4px;
        text-align: center;
    }

    h3.homeheader2 {
        font-size: 24px;
        text-align: center;
        line-height: 30px;
        padding-top: 4px;
        padding-bottom: 9px;
    }

    h3.homeheader2+p,
    h3.homeheader2+span+p,
    h3.homeheader2+span+p+p {
        text-align: center;
        font-size: 14px !important;
        line-height: 22px;
        padding-top: 0;
        width: 100%;
    }

    h3.homeheader2+span+p+button,
    h3.homeheader2+span+p+p+button {
        margin: 0 auto;
        display: block;
    }

    .settle-top {
        padding-top: 0;
    }

    .settle h4 {
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        padding-bottom: 5px;
        font-weight: 700;
        color: #233253;
    }

    .settle h4+p {
        font-size: 14px;
        line-height: 14px;
        text-align: center;
        font-weight: 500;
        padding-bottom: 3px;
        color: #8a93a5;
    }

    .claimsettle+h4 {
        padding-top: 10px;
    }

    .font28 {
        font-size: 28px !important;
        line-height: 34px;
    }

    /* } */
    .font-12 {
        font-size: 12px !important;
    }

    .color000 {
        color: #000 !important;
    }

    .color85 {
        color: #858686 !important;
    }

    .calculator-section .select-holder1 {
        max-width: 100% !important;
    }

    .calculator-section .form-group input {
        width: 100% !important;
    }

    .calculator-section .close-icon {
        right: 20px !important;
    }

    .calculator-section .select-holder1 select,
    .liabilities-sec .form-select {
        width: 110% !important;
    }

    .plans-wrapper {
        line-height: 17px;
    }
}

@media screen and (max-device-width: 767px) and (orientation: landscape) {
    .carousel-item {
        background-size: 68% !important;
    }
}

.bg-Do_you_need {
    display: inline-block;
    width: 359px;
    height: 332px;
    background: -46px -10px;
}

.bg-Covid_19_Coverage {
    display: inline-block;
    width: 365px;
    height: 253px;
    background: -10px -362px;
}

.bg-Talk_to_an_Advisor_right_away {
    display: inline-block;
    width: 376px;
    height: 330px;
    background: -476px -10px;
    animation: MoveRight 1s linear infinite;
}

@keyframes MoveUpDown {

    0%,
    to {
        bottom: 0;
    }

    50% {
        bottom: 10px;
    }
}

.bg-About_Us {
    display: inline-block;
    width: 78px;
    height: 78px;
    background: -508px -310px;
}

.bg-Android {
    height: 28px;
    background: -10px -527px;
}

.bg-Android,
.bg-Apple {
    display: inline-block;
    width: 28px;
}

.bg-Apple {
    height: 29px;
    background: -552px -429px;
}

.bg-Asset_management {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: -236px -316px;
}

.bg-BFSI_Awards {
    display: inline-block;
    width: 173px;
    height: 173px;
    background: -10px -10px;
}

.bg-Branches {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: -508px -10px;
}

.bg-Bullet {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: -359px -527px;
}

.bg-call_header_hover {
    background: -429px -139px;
}

.bg-call_header,
.bg-call_header_hover {
    display: inline-block;
    width: 46px;
    height: 46px;
}

.bg-call_header {
    background: -429px -205px;
}

.bg-Cancel {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: -608px -50px;
}

.bg-Chat {
    display: block;
    float: right;
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 999;
}

.bg-Chat a {
    display: block;
    clear: both;
    width: 63px;
    height: 66px;
    background: -336px -316px;
}

.floater {
    position: fixed !important;
    right: 30px;
    bottom: 0;
    width: 63px;
    z-index: 999;
}

.bg-Chat1 {
    display: block;
    float: right;
    clear: both;
    margin-bottom: 10px;
}

.bg-Chat1 a {
    display: block;
    width: 38px;
    height: 38px;
    background: 0 0 no-repeat;
    background-size: 99%;
    margin-top: 4px;
}

.bg-cll {
    display: block;
    float: right;
    clear: both;
    margin-bottom: 10px;
}

.bg-cll a {
    display: block;
    width: 38px;
    height: 37px;
    background: 0 0;
}

.bg-Childrens {
    display: inline-block;
    width: 93px;
    height: 93px;
    background: 0 0;
}

.bg-Customer {
    display: inline-block;
    width: 21px;
    height: 18px;
    background: 442px -527px;
}

.bg-Employee {
    width: 17px;
    height: 20px;
    background: -608px -10px;
}

.bg-Employee,
.bg-FB {
    display: inline-block;
}

.bg-FB {
    width: 42px;
    height: 42px;
    background: -203px -123px;
}

.bg-Fund_Performance {
    display: inline-block;
    width: 78px;
    height: 78px;
    background: -10px -429px;
}

.bg-Group {
    display: inline-block;
    width: 93px;
    height: 93px;
    background: 0 0;
}

.bg-HDFC_logo {
    display: inline-block;
    width: 87px;
    height: 57px;
    background: -316px -236px;
}

.bg-Health {
    display: inline-block;
    width: 93px;
    height: 93px;
    background: 0 0;
}

.bg-Instagram {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: -236px -203px;
}

.bg-Knowledge_Center {
    display: inline-block;
    width: 78px;
    height: 78px;
    background: -108px -429px;
}

.bg-Language {
    width: 53px;
    background: -429px -271px;
}

.bg-Language,
.bg-Language_1 {
    display: inline-block;
    height: 34px;
}

.bg-Language_1 {
    width: 52px;
    background: -429px -325px;
}

.bg-Linkedin {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: -304px -429px;
}

.bg-Lives_insured {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: -508px -110px;
}

.bg-Login_hover {
    background: -429px -379px;
}

.bg-Login,
.bg-Login_hover {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.bg-Login {
    background: -265px -123px;
}

.bg-menu {
    display: inline-block;
    width: 24px;
    height: 14px;
    background: -350px -491px;
}

.bg-mouse_cursor {
    display: inline-block;
    width: 59px;
    height: 109px;
    background: -429px -10px;
}

.bg-Online_Call {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: -233px -527px;
}

.bg-Online_Email {
    display: inline-block;
    width: 20px;
    height: 17px;
    background: -483px -527px;
}

.bg-Online_Request_call_back {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: -275px -527px;
}

.bg-Online_sms {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: -317px -527px;
}

.bg-Partner {
    display: inline-block;
    width: 26px;
    height: 15px;
    background: -304px -491px;
}

.bg-Policy_Whatsapp {
    display: inline-block;
    width: 23px;
    height: 24px;
    background: -190px -527px;
}

.bg-Retirement {
    background: 0 0;
}

.bg-Retirement,
.bg-Savings {
    display: inline-block;
    width: 93px;
    height: 93px;
}

.bg-Savings {
    background: 0 0;
}

.bg-pos {
    background: 0 0;
}

.bg-combo,
.bg-pos {
    display: inline-block;
    width: 93px;
    height: 93px;
}

.bg-combo {
    background: 0 0;
}

.bg-search_hover {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: -608px -84px;
}

.bg-search {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: -236px -265px;
}

.bg-hand_cursor {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: -58px -527px;
}

.bg-see_more_arrow {
    display: inline-block;
    width: 17px;
    height: 8px;
    background: -608px -117px;
}

.bg-Slideshare {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: -366px -429px;
}

.bg-Speaker {
    display: inline-block;
    width: 22px;
    height: 19px;
    background: -400px -527px;
}

.bg-Star_no_filled {
    background: -608px -145px;
}

.bg-star_filled,
.bg-Star_no_filled {
    display: inline-block;
    width: 12px;
    height: 12px;
}

.bg-star_filled {
    background: -608px -177px;
}

.bg-Subscripe_failed {
    background: -102px -527px;
}

.bg-Subscripe_failed,
.bg-Subscripe_sucess {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.bg-Subscripe_sucess {
    background: -146px -527px;
}

.bg-Sum_assuredsvg {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: -508px -210px;
}

.bg-Term_plans {
    display: inline-block;
    width: 93px;
    height: 93px;
    background: 0 0;
}

.bg-Tools_and_Calculators {
    display: inline-block;
    width: 78px;
    height: 78px;
    background: -206px -429px;
}

.bg-Twitter {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: -428px -429px;
}

.bg-Ulip {
    display: inline-block;
    width: 93px;
    height: 93px;
    background: 0 0;
}

.bg-Youtube {
    width: 42px;
    height: 42px;
    background: -490px -429px;
}

.bg1,
.bg-Youtube {
    display: inline-block;
}

.bg1 {
    width: 100%;
    background: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.bg1:hover {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.bg2 {
    display: inline-block;
    width: 100%;
    background: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-size: 100%;
}

.bg2:hover {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.swiper-slide span {
    margin: 0 auto !important;
}

.calculator-section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    display: none;
    max-width: 1200px;
    width: 100%;
    border: 1px solid #bfc0c1;
    background-color: #fff;
    margin: 68px auto;
}

.calculator-section .close-icon,
.calculator-section .close-icon1 {
    position: absolute;
    top: 26px;
    right: 26px;
    cursor: pointer;
    font-size: 23px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../../../content/dam/hdfclifeinsurancecompany/home/icons/pop-close.png) no-repeat 0 0;
}

.calculator-section h3 {
    color: #233253;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
}

.calculator-section .calc-btn,
.calculator-section .com-btn {
    display: block;
    text-transform: uppercase;
    margin: 0 auto 49px;
}

.calculator-section .form-group label {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    color: #8a93a5;
    display: block;
}

.calculator-section .select-holder1 select {
    width: 110%;
    border: 0 solid transparent;
    background-color: transparent !important;
    font-size: 14px;
    color: #233253;
    line-height: 22px;
    font-weight: 500;
    outline: none;
}

.calculator-section .select-holder1 {
    background: url(../../../content/dam/hdfclifeinsurancecompany/claims/select-arrow.png) no-repeat 100%;
    max-width: 200px;
    width: 100%;
    overflow: hidden;
    padding-top: 4px;
    border: 1px solid #c7cacc;
    height: 34px;
    padding-left: 5px;
}

.tools-calc .calculator-section {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    display: block;
    max-width: 1200px;
    width: 100%;
    border: 1px solid #bfc0c1;
    background-color: #fff;
    margin: 0 auto;
}

.tools-calc .calculator-section .container {
    max-width: 1020px;
    width: 100%;
}

.tools-calc .calculator-section .close-icon {
    position: absolute;
    top: 26px;
    right: 26px;
    cursor: pointer;
    font-size: 23px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../../../content/dam/hdfclifeinsurancecompany/home/icons/pop-close.png) no-repeat 0 0;
}

.tools-calc .calculator-section h3 {
    color: #233253;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
}

.tools-calc .calculator-section .calc-btn {
    display: block;
    text-transform: uppercase;
    margin: 0 auto 49px;
}

.tools-calc .calculator-section .form-group label {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    color: #8a93a5;
    display: block;
}

.tools-calc .calculator-section .select-holder1 select {
    width: 110%;
    border: 0 solid transparent;
    background-color: transparent !important;
    font-size: 14px;
    color: #233253;
    line-height: 22px;
    font-weight: 500;
    outline: none;
}

.tools-calc .calculator-section .select-holder1 {
    background: url(../../../content/dam/hdfclifeinsurancecompany/select-arrow.png) no-repeat 100%;
    max-width: 200px;
    width: 100%;
    overflow: hidden;
    padding-top: 4px;
    border: 1px solid #c7cacc;
    height: 34px;
    padding-left: 5px;
}

.col2-calculator .calculator-section {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    display: block;
    max-width: 420px;
    margin: 0;
    border: 0 solid #bfc0c1;
    background-color: #fff;
}

.col2-calculator .calculator-section .container {
    max-width: 1020px;
    width: 100%;
}

.col2-calculator .calculator-section .close-icon {
    position: absolute;
    top: 26px;
    right: 26px;
    cursor: pointer;
    font-size: 23px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../../../content/dam/hdfclifeinsurancecompany/home/icons/pop-close.png) no-repeat 0 0;
}

.col2-calculator .calculator-section h3 {
    color: #233253;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
}

.col2-calculator .calculator-section .calc-btn {
    display: block;
    text-transform: uppercase;
    margin: 0 auto 49px;
}

.col2-calculator .calculator-section .form-group label {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    color: #8a93a5;
    display: block;
}

.col2-calculator .calculator-section .select-holder1 select {
    width: 110%;
    border: 0 solid transparent;
    background-color: transparent !important;
    font-size: 14px;
    color: #233253;
    line-height: 22px;
    font-weight: 500;
    outline: none;
}

.col2-calculator .calculator-section .select-holder1 {
    background: url(../../../content/dam/hdfclifeinsurancecompany/claims/select-arrow.png) no-repeat 100%;
    max-width: 200px;
    width: 100%;
    overflow: hidden;
    padding-top: 4px;
    border: 1px solid #c7cacc;
    height: 34px;
    padding-left: 5px;
}

.col2-graph .wizardFormContent {
    border: 1px solid #c7cacc;
    padding: 30px 24px 0;
}

.col2-graph .wizardFormContent .wizardFormInner h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #233253;
    margin-bottom: 15px;
}

.col2-graph p {
    font-weight: 400;
    font-size: 16px;
}

.green {
    color: #03a755;
    font-weight: 400;
}

.select-holder2 {
    background: no-repeat 100%;
    max-width: 187px;
    width: 100%;
    overflow: hidden;
    padding-top: 4px;
    border: 1px solid #ed1c24;
    height: 34px;
    padding-left: 5px;
    border-radius: 3px;
    margin: 0 auto;
}

.select-holder2 select {
    width: 110%;
    border: 0 solid transparent;
    background-color: transparent !important;
    font-size: 14px;
    color: #ed1c24;
    line-height: 22px;
    font-weight: 500;
    outline: none;
}

.rupee {
    position: relative;
    left: 8px;
    top: 3px;
    right: -16px;
    top: 1px;
    z-index: 99;
    font-family: arial;
}

.rupee-con {
    position: relative !important;
}

.rupee-con .rupee {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 5px;
}

.rupee-con .rupee+input {
    padding-left: 18px !important;
    margin-left: 0;
}

.range-limit .rupee {
    left: 0;
    top: 0;
}

.rupee+input {
    padding-left: 18px !important;
    margin-left: -8px;
}

.calculator-section .form-group input {
    width: 200px;
    height: 32px;
    box-sizing: border-box;
    padding: 5px 10px;
    border: 1px solid #c7cacc;
    font-size: 14px;
    color: #233253;
    line-height: 22px;
    font-weight: 500;
    position: relative;
}

@media only screen and (max-width: 640px) {

    .calculator-section .form-group input,
    .calculator-section .form-group select {
        width: 100%;
    }
}

.calculator-section .calculate-bottom-section {
    border-top: 1px solid #e7e7e7;
    text-align: center;
    padding-top: 40px;
    display: none;
}

.calculator-section .calculate-bottom-section h6 {
    color: #233253;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 12px;
}

.calculator-section .calculate-bottom-section p {
    font-size: 15px;
}

.calculator-section .calculate-bottom-section h1,
.calculator-section .calculate-bottom-section h2 {
    font-size: 30px;
    line-height: 40px;
    color: #233253;
    margin-top: 8px;
    margin-bottom: 10px;
}

.calculator-section .calculate-bottom-section small {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    display: block;
}

.calculator-section #range-slider-wrapper {
    width: 257px;
    height: 70px;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

@media only screen and (max-width: 640px) {
    .calculator-section #range-slider-wrapper {
        width: 100%;
    }
}

.calculator-section #range-slider-wrapper .range-limit {
    font-size: 16px;
    line-height: 22px;
    color: #e5e5e5;
    position: absolute;
    bottom: -5px;
}

.calculator-section #range-slider-wrapper .range-limit.max {
    right: 0;
}

.calculator-section .rangeslider__fill {
    box-shadow: none;
    background: #ed1c24;
    height: 8px;
}

.calculator-section .rangeslider {
    height: 8px;
    border-radius: 3px;
    background: #e5e5e5;
    box-shadow: none;
}

.calculator-section .rangeslider__handle {
    width: 22px;
    height: 22px;
    box-shadow: none;
    margin-top: 3px;
    background: #fff;
    background-image: none !important;
    border: 2px solid #ed1c24;
    box-shadow: 0 2px 3px rgba(237, 28, 36, 0.16);
}

.video-icon svg {
    margin-left: 2px;
}

.calculator-section .rangeslider__handle:after {
    background: none;
}

.calculator-section .live-range-val {
    position: absolute;
    top: 11px;
    left: 7%;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    transform: translateX(-30%);
}

main {
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}

@media (max-width: 1024px) {
    .fmob {
        text-align: center !important;
    }

    main {
        margin-top: 78px !important;
    }

    .mb0 {
        margin-bottom: 0 !important;
    }

    .side-strip,
    .side-strip img {
        display: none;
    }
}

.side-strip {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    border-right: 1px solid #f9f9f9;
}

.search-suggestions {
    height: 100px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 41px;
    z-index: 99999;
    display: none;
}

.search-suggestions-selectOption li {
    color: #233253;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    padding: 16px 0 16px 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    position: relative;
}

.search-suggestions-selectOption li span {
    color: #808285;
    font-size: 10px;
    line-height: 14px;
    right: 30px;
    position: absolute;
}

.search-suggestions-selectOption li:hover {
    background: #ebf5f9;
}

ul.search-suggestions-selectOption {
    border: 1px solid rgba(0, 0, 0, 0.08);
    height: 130px;
    overflow-y: auto;
    background: #fff;
    border-radius: 7px;
}

#carouselExampleIndicators .carousel-item {
    background: no-repeat 20% scroll;
}

.pad-top-fd {
    padding-top: 54px;
}

@media (min-width: 1025px) {
    .container.aboutus-sec {
        padding: 0;
    }
}

.modal.sac {
    width: 92%;
    margin-left: 5%;
}

.modal.sac .modal-dialog.modal-lg {
    margin: 100px auto 0;
}

.modal-content {
    border-radius: 0;
    padding: 40px 20px;
}

.sac input {
    font-size: 12px;
    font-style: italic;
    color: #767676;
    height: 38px;
    outline-style: none;
    outline-width: 0;
    border: 0 solid transparent;
    box-shadow: none !important;
}

.sac input,
.sac input:focus {
    background-color: #f4f4f4;
}

.sac label {
    font-size: 14px;
    color: #233253;
}

.select-holder {
    background-color: #f4f4f4;
    background: url(../../../content/dam/hdfclifeinsurancecompany/claims/select-arrow.png) no-repeat 100% #f4f4f4;
    height: 38px;
    width: 100%;
    overflow: HIDDEN;
    padding-top: 7px;
    padding-left: 10px;
    cursor: pointer;
}

.select-holder select {
    cursor: pointer;
    width: 116%;
    border: 0 solid transparent;
    background-color: transparent !important;
    font-size: 12px;
    font-style: italic;
    outline: none;
    color: #767676;
}

.sac .row {
    padding-bottom: 10px;
}

.sac .row:last-child {
    padding-bottom: 0;
}

.sac .carousel-item {
    min-height: 65px !important;
    height: auto !important;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
}

.sac .carousel-item .col-3,
.sac .carousel-item .col-4,
.sac .carousel-item .col-12 {
    font-size: 14px;
    color: #233253;
}

.sac .carousel-item .col-3 a,
.sac .carousel-item .col-4 a,
.sac .carousel-item .col-12 a {
    font-size: 14px;
    color: #9098a8;
}

.sac .carousel-item .col-3 a.active,
.sac .carousel-item .col-4 a.active,
.sac .carousel-item .col-12 a.active {
    font-size: 14px;
    color: #233253;
}

.sac .carousel-control-next,
.sac .carousel-control-prev {
    height: 80px;
}

.sac .carousel-control-prev {
    left: -46px;
}

.sac .carousel-control-next {
    right: -46px;
}

.sac .drop-section {
    position: absolute;
    width: 558px;
    border: 1px solid #c7cacc;
    background-color: #fff;
    z-index: 99999;
    padding: 30px;
    display: none;
    top: 81px;
    z-index: 99999 !important;
}

.sac .drop-section h6 {
    font-size: 16px;
    line-height: 22px;
    color: #233253;
}

.sac .time {
    width: 100%;
    display: table;
    border-collapse: collapse;
    margin: 0 auto;
}

.sac .time li {
    width: 25%;
    display: table-cell;
    border: 1px solid #c7cacc;
    vertical-align: middle;
}

.sac .time li a {
    padding-top: 10px !important;
    font-size: 12px !important;
}

.sac .time li a.active,
.sac .time li a:hover {
    background-color: #005e9e;
    color: #fff;
}

.sac p a {
    font-size: 14px;
    color: #233253;
}

.sac p {
    padding-top: 10px;
}

.sac .time li a {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 8px;
    font-size: 14px;
    height: 40px;
    color: #233253;
}

.sac #ok .btnred {
    min-width: 80px !important;
}

.slidedesc {
    display: block;
}

.slidemob {
    display: none !important;
}

.drop-section:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 12px;
    top: -12px;
    background: no-repeat;
}

.colorred>span {
    color: #ed1c24 !important;
}

.colorred a {
    color: #233253 !important;
}

.drop-section .carousel-item .text-center {
    cursor: pointer;
}

.btn-close {
    width: 102px;
    height: 102px;
    left: 50%;
    position: absolute;
    top: -38px;
    transform: translateX(-50%);
}

.curve-container {
    background-color: #fff;
    position: relative;
    margin-top: -200px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 30px 5px;
}

.headh4 {
    display: inline-block;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #ed1c24;
    top: -34px;
    left: -15px;
}

.headh4 span {
    color: #005e9e;
}

.curve-container h4+P {
    font-size: 12px;
    color: #555;
    line-height: 17px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

.curve-container h4+P+div {
    padding-left: 15px;
}

.swip-section {
    width: 90%;
    height: 350px;
    position: relative;
    overflow: scroll;
    padding: 40px 0 40px 6px;
}

.swip-section .swip-section-inner {
    position: absolute;
    width: 890px;
}

.bot-box-holder {
    background-color: #fff;
    padding: 20px 25px 20px 15px;
    width: 262px;
    height: 286px;
    float: left !important;
    box-shadow: 0 10px 18px rgba(18, 89, 157, 0.12);
    border-radius: 20px;
    margin: 0 30px 12px 3px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}

.rt-arrow {
    position: relative;
    right: -25px;
    bottom: 29px;
}

.viewmre {
    display: none !important;
}

body,
html {
    height: 100%;
}

.h5 {
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #ed1c24;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}

.h5 span {
    color: #005e9e;
}

.colorred {
    color: #ed1c24;
}

.h5+p {
    font-size: 12px;
    line-height: 15px;
    color: #bbb;
    padding-top: 13px;
    padding-bottom: 15px;
}

.bot-box-holder ul {
    clear: both;
    overflow: hidden;
    margin: 0 !important;
    padding: 0;
    width: 100%;
}

.bot-box-holder ul li {
    clear: both;
    list-style: none;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: #555;
    padding: 0 0 8px;
}

.pad-top-fd {
    padding-top: 25px;
}

.reach-out-to-us-inner .verticalTab li .active {
    color: #ed1c24;
    background: #eaf1f8;
}

@media only screen and (max-width: 767px) {
    .claim-settle-sec {
        text-align: center !important;
        padding-top: 10px;
    }

    .recomendPlans>div a {
        margin-bottom: 20px !important;
    }

    .floater {
        position: fixed !important;
        bottom: 20px;
        right: 20px;
        z-index: 99999 !important;
    }

    .calculator-section .form-group {
        margin-bottom: 1.6rem;
    }

    .calculator-section {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        border: 0 solid red;
    }

    .calculator-section .close-icon {
        position: absolute;
        top: 32px;
        font-size: 23px;
        right: 40px !important;
    }

    .carousel-item {
        background-size: 100% !important;
    }

    .sac .drop-section {
        width: 90% !important;
    }

    .sac .carousel-item {
        min-height: 65px !important;
        height: 65px !important;
        background-image: none !important;
    }

    .sac .time {
        width: 100%;
        display: table;
        border-collapse: collapse;
        margin: 0 auto;
        padding: 0;
    }

    .sac .time li {
        width: 100%;
        display: block !important;
        border: 1px solid #c7cacc;
    }

    .mob-show {
        display: none !important;
    }

    .slidedesc {
        display: none;
    }

    .slidemob {
        display: block !important;
    }

    .bg-mob .plans-holder {
        position: relative;
    }

    .disclaimers-sec .panel-group {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sac .row {
        padding-bottom: 0;
    }

    .sac .form-group {
        margin-bottom: 21px;
    }

    .sac .carousel-control-prev {
        left: -12px;
    }

    .sac .carousel-control-next {
        right: -12px;
    }

    .mreshw {
        display: block !important;
    }

    .mob-cent {
        text-align: center !important;
        margin-top: 20px;
    }

    .mob-cent .btnred {
        width: 100px !important;
    }

    .padtop40 {
        text-align: center !important;
        padding-top: 10px !important;
    }
}

.modal-dialog.modal-lg {
    margin: 0;
}

.modal-dialog {
    pointer-events: unset;
}

@media (min-width: 1500px) {
    .bottom-scroll .swiper-slide {
        background: transparent;
        height: 170px !important;
        margin-right: 0;
    }

    .swiper-wrapper {
        margin-top: 25px;
    }

    .viewall {
        bottom: 20%;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 188px !important;
    }
}

.width100 {
    width: 100%;
}

.close-icon1 {
    position: absolute;
    top: 18px;
    right: 16px;
    cursor: pointer;
    font-size: 23px;
    z-index: 999;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../../../content/dam/hdfclifeinsurancecompany/home/icons/pop-close.png) no-repeat 0 0;
}

.getQuoteSec {
    margin: 30px;
}

.getQuoteSec,
.recomendPlans>div {
    display: flex;
    justify-content: center;
}

.recomendPlans>div {
    flex-wrap: wrap;
}

.recomendPlans h3 {
    font-weight: 700;
}

.recomendPlans>div a {
    background: #fff;
    border: 1px solid #c7cacc;
    box-shadow: 0 4px 20px rgba(0, 94, 158, 0.05), 3px 6px 10px rgba(50, 130, 196, 0.08);
    font-weight: 600;
    font-size: 16px;
    line-height: 51px;
    color: #005e9e;
    width: 262px;
    height: 51px;
    position: relative;
    display: block;
    padding: 0 18px;
    margin: 0 16px;
}

.recomendPlans>div a:after {
    content: "";
    position: absolute;
    left: 0;
    background: #ed1c24;
    top: 0;
    width: 4px;
    height: 100%;
}

.arial {
    font-family: arial !important;
}

.padtop40 {
    padding-top: 40px;
}

.pad-btm0 {
    padding-bottom: 0 !important;
}

.pad-btm25 {
    padding-bottom: 25 !important;
}

.martop10 {
    margin-top: 10px !important;
}

.claimsimg {
    width: auto !important;
    margin-left: 0 !important;
}

.maxwidth1k {
    max-width: 1000px !important;
}

.marleft25 {
    margin-left: 25px !important;
}

.unset {
    overflow: unset !important;
}

.WhatsApp {}

.tab-left {
    -webkit-border-top-left-radius: 23px !important;
    -webkit-border-bottom-left-radius: 23px !important;
    -moz-border-radius-topleft: 23px !important;
    -moz-border-radius-bottomleft: 23px !important;
    border-top-left-radius: 23px !important;
    border-bottom-left-radius: 23px !important;
}

.tab-right {
    -webkit-border-top-right-radius: 23px !important;
    -webkit-border-bottom-right-radius: 23px !important;
    -moz-border-radius-topright: 23px !important;
    -moz-border-radius-bottomright: 23px !important;
    border-top-right-radius: 23px !important;
    border-bottom-right-radius: 23px !important;
}

.tab-color {
    color: #233253;
}

.aboutSectionTabMenuWrp {
    padding-top: 30px;
}

@media (min-device-width: 768px) and (max-device-width: 1100px) {
    #carouselExampleIndicators .carousel-indicators {
        right: 30px !important;
        top: 50%;
    }

    .ban-logo img {
        width: 20%;
    }

    .bottom-scroll {
        width: 620px;
    }

    .viewall {
        left: 514px;
        bottom: 18%;
    }

    #carouselExampleIndicators .carousel-item {
        background-position: bottom !important;
        min-height: 650px !important;
    }
}

.heart path {
    fill: #fff;
    stroke: #233253;
}

.rated path {
    fill: #edbf1c;
    stroke: #edbf1c;
    opacity: 1;
}

.success-form {
    display: none;
    text-align: center;
    padding: 70px;
}

.disclaimers-sec .panel.panel-default {
    padding-bottom: 20px;
    border-bottom: 0.5px solid #c7cacc;
}

.cs-workarea {
    max-width: 1090px;
    clear: both;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding-top: 56px;
    padding-left: 15px;
    padding-right: 15px;
}

.product-search-autofill {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    background: #fff;
    border: 1px solid #89949b;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 94, 158, 0.05), 1px 2px 4px rgba(50, 130, 196, 0.08);
    padding: 5px 16px;
    z-index: 9;
    width: 100%;
}

.product-search-autofill ul li {
    font-size: 12px;
    line-height: 23px;
    color: #233253;
    border-top: 1px solid #ddd;
    padding: 4px 25px;
    cursor: pointer;
}

.product-search-autofill ul li:first-child {
    border-top: 0;
}

.product-search-autofill ul li:hover {
    color: #ed1c24;
}

.cs-newpge .cs-box-holder,
.cs-workarea .cs-box-holder {
    border: 1px solid #c7cacc;
    padding: 32px;
    position: relative;
    margin-bottom: 24px;
    background: #fff;
}

.cs-workarea .cs-box-holder:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.cs-newpge .cs-box-holder:before,
.cs-workarea .cs-box-holder:before {
    width: 4px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    z-index: 1;
    background-color: #ed1c24;
}

.cs-workarea .cs-box-holder h3 {
    font-family: Poppins, sans-serif;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #005e9e;
    padding-bottom: 24px;
}

.cs-workarea .cs-box-holder ul {
    clear: both;
    overflow: hidden;
    min-height: 190px;
}

.cs-workarea .cs-box-holder ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/cs-sprite.png) no-repeat -37px -88px;
    width: 6px;
    height: 10px;
    z-index: 9;
}

.cs-workarea .cs-box-holder ul li {
    position: relative;
    clear: both;
    font-size: 16px;
    color: #233253;
    line-height: 22px;
    padding-bottom: 16px;
    padding-left: 18px;
}

.cs-workarea .cs-box-holder ul li a,
.cs-workarea .cs-box-holder ul li a:hover {
    color: #233253;
    text-decoration: none;
}

.policy-bg {
    position: relative;
    height: 100%;
    background: no-repeat 0 0;
    background-size: 100% 100%;
    margin-bottom: 24px;
}

.pb24 {
    padding-bottom: 24px !important;
}

.policy-layer {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 30px;
    text-align: center;
}

.policy-layer h2 {
    font-size: 32px;
    line-height: 46px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 15px;
}

.help-bg {
    position: relative;
    height: 370px;
    background: no-repeat 0 0;
    background-size: 100% 100%;
    margin-bottom: 24px;
}

.help-layer {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 30px;
    text-align: center;
}

.help-layer h2 {
    font-size: 32px;
    line-height: 46px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 15px;
}

.help-layer h2+p {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    padding-bottom: 24px;
}

.login-btn {
    background: #0083c3;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    line-height: 20px;
    padding: 7px 25px;
}

.login-btn:hover {
    background: #005e9e !important;
    border-color: #005e9e !important;
}

.rt-blue-bg ul,
.rt-blue-bg ul .range-limit {
    clear: both;
    overflow: hidden;
}

.rt-blue-bg ul li a:hover {
    color: #ed1c24;
}

.rt-blue-bg ul li a:after {
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/cs-sprite.png) no-repeat -178px -92px;
    height: 11px;
}

.rt-blue-bg ul li a:after,
.rt-blue-bg ul li a:hover:after {
    position: absolute;
    right: 18px;
    top: 22px;
    content: "";
    width: 6px;
}

.rt-blue-bg ul li a:hover:after {
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/cs-sprite.png) no-repeat -37px -88px;
    height: 10px;
}

.rt-blue-bg1 {
    width: 100%;
    padding: 3px;
    background-color: #0083c3;
    margin-top: 26px;
}

.rt-blue-bg1 h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    padding: 24px 0 0 44px;
    position: relative;
}

.rt-blue-bg1 h5:before {
    position: absolute;
    left: 18px;
    top: 27px;
    content: "";
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/cs-sprite.png) no-repeat -204px -94px;
    width: 18px;
    height: 18px;
}

.rt-blue-bg1 ul,
.rt-blue-bg1 ul .range-limit {
    clear: both;
    overflow: hidden;
}

.recent-search .alert {
    display: inline-block;
    background: none;
    border: 1px solid #c7cacc;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 400;
    color: #657d93;
    padding: 10px 40px 10px 20px;
    margin-right: 10px;
}

.adbanner {}

.recent-search .alert .close {
    padding-top: 4px !important;
    font-weight: 400;
    color: #8a93a5;
}

.recent-search .res-search {
    color: #233253;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    padding-right: 10px;
}

.recent-search .alert .close:hover {
    color: #8a93a5;
}

.cs-bonus.recommend-search-me {
    padding-bottom: 0 !important;
    background-color: #fff !important;
}

.cs-bonus.recommend-search-me select {
    border: 1px solid #ed1c24;
    color: #ed1c24;
}

.cs-bonus.recommend-search-me select option {
    font-style: normal !important;
}

.rt-blue-bg1 ul li a {
    clear: both;
    overflow: hidden;
    padding: 19px 30px 19px 34px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
    display: block;
    width: 100%;
    margin-top: 3px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.rt-blue-bg1 ul li a:hover {
    color: #233253;
}

.rt-blue-bg1 ul li a:before {
    position: absolute;
    left: 18px;
    top: 22px;
    content: "";
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/cs-sprite.png) no-repeat -188px -92px;
    width: 6px;
    height: 11px;
}

.rt-blue-bg1 ul li:last-child a {
    border-bottom: 0 !important;
}

.product-search-form {
    padding-top: 0;
}

.Searchsection {
    background: #f9f9f9;
    padding: 48px 0;
}

.Searchsection .search {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
}

.Searchsection .search label {
    font-size: 14px;
    line-height: 22px;
    color: #233253;
    font-weight: 400;
}

.Searchsection .search .search-sec {
    position: relative;
    max-width: 420px;
    width: 100%;
    background: #f4f4f4;
    border: 1px solid #c7cacc;
    height: 41px;
    border-radius: 4px;
}

.Searchsection .search .search-sec:before {
    position: absolute;
    content: "";
    left: 14px;
    top: 13px;
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/cs-sprite.png) no-repeat -107px -86px;
    width: 14px;
    height: 14px;
}

.Searchsection .search .search-sec input {
    float: left;
    width: 74%;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 12px;
    line-height: 28px;
    color: #767676;
    height: 39px;
    padding-left: 37px;
}

.Searchsection .search .search-sec input:focus {
    background-color: #fff;
}

.Searchsection .search .search-sec button {
    float: right;
    background: #ed1c24;
    border-radius: 0 4px 4px 0;
    width: 26%;
    height: 39px;
    border: none !important;
    font-size: 12px;
    color: #fff;
}

.Searchsection .search .search-sec button:hover {
    color: #fff;
    box-shadow: 0 8px 12px rgba(237, 28, 36, 0.2);
}

.Searchsection .search .search-sec label {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #233253;
}

.hmbreadcrumb {
    background: repeat-x 0 0;
    height: 39px;
    padding: 0 0 0 30px;
}

.hmbreadcrumb ul {
    clear: both;
    overflow: hidden;
}

.hmbreadcrumb ul li {
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    padding-top: 7px;
    padding-right: 5px;
    padding-left: 10px;
    position: relative;
}

.hmbreadcrumb ul li:first-child:before {
    display: none;
}

.hmbreadcrumb ul li:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 5px;
}

.hmbreadcrumb ul li:before {
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/cs-sprite.png) no-repeat -91px -89px;
    width: 7px;
    height: 8px;
    position: absolute;
    content: "";
    left: 0;
    top: 14px;
}

.hmbreadcrumb ul .level0 {
    color: #233253 !important;
}

.hmbreadcrumb ul .level1 {
    color: #717a8d !important;
}

.hmbreadcrumb ul .level2 {
    color: #233253 !important;
}

.hmbreadcrumb ul li a,
.hmbreadcrumb ul li a:hover {
    color: #233253;
}

.background-white {
    background-color: #fff !important;
}

.bread-home {
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/cs-sprite.png) no-repeat -60px -87px;
    width: 9px;
    height: 10px;
    display: inline-block;
}

h1 .bgwhite {
    background-color: #fff;
    line-height: 55px;
    height: 50px;
    display: inline-block;
}

.cs-banner-section {
    margin-top: 98px;
    padding-top: 50px;
}

.banner .csmargin {
    padding-top: 0px !important;
}

.cs-banner-section h1 {
    position: relative;
    line-height: 48px;
    font-weight: 700;
    font-size: 48px;
    color: #ed1c24;
    text-align: left;
}

.cs-banner-section h1:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 82px;
    height: 82px;
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/cs-sprite.png) no-repeat 0 0;
    z-index: -1;
    left: -44px;
    top: -18px;
}

.cs-banner-section h1 .bluetxt {
    color: #233253;
}

.cs-banner-section h1+p {
    font-size: 14px;
    line-height: 20px;
    color: #233253;
    padding-top: 14px;
}

.cs-banner-section ul {
    display: block;
    margin-top: 15px;
}

.cs-banner-section ul li {
    display: inline-block;
    padding-right: 26px;
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 10px;
}

.cs-banner-section ul li:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px;
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/cs-sprite.png) no-repeat 0 -84px;
}

.cs-banner-section ul li.services:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 13px;
    left: 0;
    top: 4px;
    background: no-repeat 0 0 !important;
}

.cs-banner-section ul li a,
.cs-banner-section ul li a:hover {
    color: #233253;
    text-decoration: none;
}

.cs-banner-section ul li a span {
    color: #005e9e;
    font-weight: 600;
}

.cs-profile {
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/cs-sprite.png) no-repeat -87px 0;
    width: 73px;
    height: 70px;
    display: inline-block;
}

.cs-help {
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/cs-sprite.png) no-repeat -170px 0;
    width: 72px;
    height: 89px;
    display: inline-block;
}

.payins {
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/cs-sprite.png) no-repeat -256px 0;
}

.manage,
.payins {
    width: 56px;
    height: 56px;
    display: inline-block;
}

.manage {
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/cs-sprite.png) no-repeat -249px -64px;
}

.ps {
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/cs-sprite.png) no-repeat -249px -64px;
}

.demat,
.ps {
    width: 56px;
    height: 56px;
    display: inline-block;
}

.demat {
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/cs-sprite.png) no-repeat -4px -112px;
}

.claims {
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/cs-sprite.png) no-repeat -391px -69px;
    width: 56px;
    height: 56px;
    display: inline-block;
}

.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
    background: #005e9e;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    color: #2b5679;
    background: #fff;
    font-size: 14px;
    font-family: arial;
}

.ui-datepicker table {
    width: 100%;
    font-size: 0.7em;
    border-collapse: collapse;
    font-family: verdana;
    margin: 0 0 0.4em;
    color: #000;
    background: #fff;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: 0.8em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 2px !important;
    cursor: pointer !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0 !important;
}

.ui-datepicker .ui-datepicker-next {
    right: 0 !important;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 0 !important;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 0 !important;
}

.grp {
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/cs-sprite.png) no-repeat -324px -65px;
}

.grp,
.manage-online {
    width: 56px;
    height: 56px;
    display: inline-block;
}

.manage-online {
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/cs-sprite.png) no-repeat -249px -64px;
}

.specimen {
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/cs-sprite.png) no-repeat -385px 0;
}

.escalation,
.specimen {
    width: 56px;
    height: 56px;
    display: inline-block;
}

.escalation {
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/cs-sprite.png) no-repeat -324px 0;
}

.claim-tabaddjust li {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

@media only screen and (max-width: 1020px) {
    .claim-tabaddjust li {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.cs {
        padding-top: 200px;
    }

    .banner-mob {
        display: block;
        text-align: center;
        padding-bottom: 40px;
    }

    .cs-banner-section h1 {
        font-size: 24px;
        display: inline-block;
        text-align: center;
        margin-top: 40px !important;
    }

    .cs-banner-section h1+p {
        padding-top: 20px !important;
    }

    .mauto {
        display: block;
        margin: 0 auto 40px;
    }
}

@media only screen and (max-width: 767px) {
    .calculator-section .calculate-bottom-section h2 {
        font-size: 20px;
    }

    .prog-left {
        font-size: 12px !important;
    }

    .bg1h4 {
        bottom: 28px;
    }

    .bg1h4,
    .bg2h4 {
        font-size: 16px !important;
        line-height: 19px;
        font-weight: 800;
    }

    .bg2h4 {
        bottom: 40px;
    }

    .abtboxbig h4 {
        padding-bottom: 0;
    }

    body.cs {
        padding-top: 120px;
    }

    .Searchsection .search {
        padding: 0 50px;
    }

    .help-bg,
    .policy-bg {
        height: 315px;
        margin-top: 20px;
    }

    .cs-help,
    .cs-profile {
        display: none;
    }

    .cs-workarea .cs-box-holder span {
        float: left;
    }

    .cs-workarea {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 40px;
    }

    .cs-workarea .haveQuesSec {
        padding-left: 0;
        padding-right: 0;
    }

    .cs-workarea .aboutSectionTabMenu {
        justify-content: space-evenly !important;
    }

    .cs-workarea .tabAccordContent {
        padding: 0 20px 20px !important;
    }

    .cs-workarea .whiteheadtxt {
        bottom: 14px !important;
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .cs-workarea .pay-vid {
        width: 50px;
        height: 50px;
    }

    .cs-workarea .pay-vid svg {
        width: 100%;
    }

    .cs-workarea .cs-box-holder {
        padding: 16px 24px;
        margin-bottom: 14px;
        clear: both;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 94, 158, 0.05), 1px 2px 4px rgba(50, 130, 196, 0.08);
    }

    .cs-workarea .cs-box-holder h3 {
        float: left;
        padding-top: 17px;
        padding-left: 20px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        width: 70%;
        padding-bottom: 0;
    }

    .cs-workarea .cs-box-holder:before,
    .cs-workarea .cs-box-holder ul,
    .cs-workarea .cs-box-holder ul+div {
        display: none;
    }

    .Searchsection .search .search-sec input {
        width: 60%;
    }

    .cs-workarea .cs-box-holder:after {
        position: absolute;
        content: "";
        right: 38px;
        top: 50%;
        transform: translateY(-50%);
        background: url(../../../content/dam/hdfclifeinsurancecompany/icons/cs-sprite.png) no-repeat -137px -88px;
        display: inline-block;
        width: 8px;
        height: 14px;
    }
}

.dbl {
    padding-top: 3px !important;
}

.pay:before {
    display: none;
}

.cs-ban {
    padding-left: 20px;
    padding-right: 20px;
}

.cs-ban .banner-mob {
    padding-bottom: 50px;
}

.cs-workarea .bannerAdSection {
    margin-top: 0;
}

.cs-workarea .bannerAdSection .bannerAdContent {
    width: 600px;
}

.cs-workarea .nav-tabs {
    display: block !important;
    text-align: center;
}

.cs-workarea .nav-tabs li {
    float: none !important;
    display: inline-block;
}

.cs-workarea .tabAccordSection .tabAccordMenu .counter {
    display: none;
}

.cs-workarea .tabAccordSection .tabAccordMenu a .toggleIcon {
    margin-left: 0 !important;
    margin-right: 24px;
}

.cs-workarea .tabAccordContent p {
    font-size: 14px;
    line-height: 22px;
    color: #5a5a5a;
    font-weight: 400;
    padding-bottom: 20px;
}

.cs-workarea .tabAccordContent p a {
    color: #ed1c24;
}

.cs-workarea .tabAccordContent p.note {
    font-size: 12px;
}

.cs-workarea .tabAccordContent p.note span {
    color: #233253;
}

.cs-workarea .tabAccordContent .key {
    font-size: 14px;
    line-height: 22px;
    color: #005e9e;
    font-weight: 500;
    padding-bottom: 12px;
}

.cs-workarea .tabAccordContent .keyul {
    clear: both;
    overflow: hidden;
    list-style: non;
    margin: 0;
    padding: 0;
}

.cs-workarea .tabAccordContent .keyul li {
    clear: both;
    overflow: hidden;
    list-style: non;
    margin: 0;
    padding: 0 0 18px 30px;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #5a5a5a;
    font-weight: 400;
    text-align: left;
}

.cs-workarea .tabAccordContent .keyul li a {
    color: #ed1c24;
}

.cs-workarea .tabAccordContent .keyul li:before {
    background: no-repeat 0 0;
    width: 22px;
    height: 22px;
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
}

.cs-workarea .tabAccordContent .video-holder {
    width: 100%;
    position: relative;
    margin-bottom: 32px;
}

.cs-workarea .tabAccordContent .video-holder .whiteheadtxt {
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    left: 45px;
    bottom: 32px;
    width: 100%;
}

.cs-workarea .tabAccordContent .video-holder .pay-vid {
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}

.cs-workarea .tabAccordContent .video-holder .pay-vid img {
    width: 100%;
}

.cs-workarea .tabAccordContent .note {
    font-size: 12px;
    color: #989898;
}

.wrap-end {
    padding-left: 0;
    padding-right: 0;
    background-color: #f9f9f9;
}

.clainm {
    margin: 19px 0 40px;
}

.clainm button {
    border-radius: 36px;
    font-size: 14px;
    background-color: #fff !important;
    color: #233253 !important;
    border-color: #fff;
    height: 56px;
    padding: 0 50px;
    border-left: 1px solid #e9e9e9;
}

.clainm button:first-child {
    border-left: 0 solid #e9e9e9;
}

.clainm button:hover {
    border-color: #fff !important;
}

.form-control,
input[type="text"],
selectbox {
    font-style: italic !important;
}

.claim-online-wrapper {
    background-color: #fff;
    max-width: 1050px;
    width: 100%;
    padding: 48px;
    margin: 0 auto 40px;
}

.claim-online-wrapper .reach-out-to-us-section {
    padding-top: 0 !important;
}

.claim-online-wrapper .reach-out-tabs-title-section {
    padding-left: 0 !important;
}

.claim-online-wrapper .reach-out-tabs-title-section li {
    line-height: 19px !important;
    font-size: 14px !important;
    margin-bottom: 10px;
    padding-top: 10px;
}

.claim-online-wrapper .reach-out-tabs-title-section:nth-child(3),
.claim-online-wrapper .reach-out-tabs-title-section:nth-child(4) {
    padding-top: 19px;
}

.claim-online-wrapper h2 {
    font-size: 38px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
    color: #233253;
    padding-bottom: 5px;
}

.claim-online-wrapper h2+p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #8a93a5;
    font-weight: 500;
    padding-bottom: 10px;
}

.claim-online-wrapper .steps {
    clear: both;
    overflow: hidden;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.claim-online-wrapper .steps li {
    display: inline-block;
    position: relative;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    font-weight: 500;
    padding-bottom: 30px;
    padding-left: 65px;
    padding-right: 75px;
}

.claim-online-wrapper .steps .step1,
.claim-online-wrapper .steps .step2,
.claim-online-wrapper .steps .step3 {
    color: #005e9e;
}

.claim-online-wrapper .steps .step1:before {
    position: absolute;
    left: 0;
    width: 58px;
    height: 58px;
    content: "";
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/step-1.png) no-repeat 0 0;
}

.claim-online-wrapper .steps .step2:before {
    position: absolute;
    left: 0;
    width: 58px;
    height: 58px;
    content: "";
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/step-2.png) no-repeat 0 0;
}

.claim-online-wrapper .steps .step3:before {
    position: absolute;
    left: 0;
    width: 58px;
    height: 58px;
    content: "";
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/step-3.png) no-repeat 0 0;
}

.claim-online-wrapper .steps .step1:after,
.claim-online-wrapper .steps .step2:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 62px;
    height: 58px;
    content: "";
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/rt-arrow.png) no-repeat 0 0;
}

.claim-online-wrapper .vsteps {
    clear: both;
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
}

.claim-online-wrapper .vsteps li {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    font-weight: 500;
    padding-bottom: 30px;
    padding-left: 85px;
    padding-right: 75px;
    color: #2c6698;
    height: 114px;
    font-size: 13px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
}

.claim-online-wrapper .vsteps :before {
    position: absolute;
    left: 0;
    width: 58px;
    height: 58px;
    content: "";
}

.claim-online-wrapper .form-group label {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #233253;
    margin-top: 17px;
    cursor: pointer;
}

.claim-online-wrapper .form-group .form-control {
    height: 40px;
    background-color: #f4f4f4;
    border: none;
    font-size: 12px;
    line-height: 23px;
    color: #767676;
    font-weight: 300;
}

.claim-online-wrapper .form-group :focus {
    outline: none;
    outline-width: 0;
    outline-style: none;
}

.claim-online-wrapper .vsteps1:after {
    background: no-repeat 0 0;
    position: absolute;
    left: 0;
    width: 58px;
    height: 58px;
    top: 59px;
    content: "";
}

.claim-online-wrapper .downtop {
    margin-top: 2px;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #005e9e !important;
    width: 34px;
    font-weight: 600;
}

.claim-online-wrapper .vsteps2:after {
    background: no-repeat 0 0;
    position: absolute;
    left: 0;
    width: 58px;
    height: 58px;
    top: 59px;
    content: "";
}

.claim-online-wrapper .vsteps3 {
    color: #005e9e;
    padding-top: 0 !important;
}

.claim-online-wrapper .vsteps3:after {
    background: no-repeat 0 0;
    position: absolute;
    left: 0;
    width: 58px;
    height: 58px;
    top: 59px;
    content: "";
}

.claim-online-wrapper .vsteps4 {
    color: #005e9e;
    padding-top: 0 !important;
}

.claim-online-wrapper .vsteps4:after {
    background: no-repeat 0 0;
    position: absolute;
    left: 0;
    width: 58px;
    height: 58px;
    top: 59px;
    content: "";
}

.claim-online-wrapper .vsteps5 {
    color: #005e9e;
}

.claim-online-wrapper .vsteps5:after {
    background: no-repeat 0 0;
    position: absolute;
    left: 0;
    width: 58px;
    height: 58px;
    top: 59px;
    content: "";
}

.claim-online-wrapper .vsteps6 {
    color: #005e9e;
}

.claim-online-wrapper .vsteps6:after {
    background: no-repeat 0 0;
    position: absolute;
    left: 0;
    width: 58px;
    height: 58px;
    top: 59px;
    content: "";
}

.claim-online-wrapper .vsteps1:before {
    background: no-repeat 0 0;
}

.claim-online-wrapper .vsteps2:before {
    background: no-repeat 0 0;
}

.claim-online-wrapper .vsteps3:before {
    background: no-repeat 0 0;
}

.claim-online-wrapper .vsteps4:before {
    background: no-repeat 0 0;
}

.claim-online-wrapper .vsteps5:before {
    background: no-repeat 0 0;
}

.claim-online-wrapper .vsteps6:before {
    background: no-repeat 0 0;
}

.claim-online-wrapper .vsteps6:after {
    background: none !important;
}

.form-group label {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #233253;
    margin-top: 0;
}

.form-group .form-control {
    height: 40px;
    background-color: #f4f4f4;
    border: none;
    font-size: 12px;
    line-height: 23px;
    color: #767676;
    font-weight: 300;
}

.form-group :focus {
    outline: none;
    outline-width: 0;
    outline-style: none;
}

.articleBulletLists {
    padding-left: 11px;
}

.articleBulletLists li {
    font-size: 14px;
    padding-bottom: 20px;
}

.downtop {
    margin-top: 38px;
}

.downtop,
.downtop1 {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #005e9e !important;
}

.downtop1 {
    margin-top: 9px;
}

.downloads,
.downloads li {
    clear: both;
    overflow: hidden;
}

.downloads li {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0;
}

.downloads li span {
    width: 80%;
    display: inline-block;
}

.downloads li a {
    margin-left: 10px;
}

.downloads:first-child {
    border-top: 1px solid #ececec;
}

.headbold {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #005e9e !important;
    padding-bottom: 10px !important;
}

.mrgn-bot40 {
    margin-bottom: 40px !important;
}

.claim-track-wrapper {
    background-color: #eaf1f8;
    max-width: 1050px;
    width: 100%;
    padding: 48px;
    margin: 0 auto 40px;
    display: none;
}

.table-struct table tr td table {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
}

.table-struct table tr td table tr td:first-child {
    background-color: #edf7fc;
}

.table-struct table tr td table tr td {
    font-size: 12px;
}

.table-struct table tr td table tr th {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #005e9e;
}

.table-struct table tr td table td,
.table-struct table tr td table th {
    border: 1px solid #e3e4e5;
    padding: 13px 20px;
}

.cs-workarea1 {
    max-width: 1600px;
    clear: both;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding-top: 56px;
}

.cs-workarea1 .curved-tab-titles {
    background-color: #fff !important;
    width: 1000px !important;
}

.qr {
    margin-left: 100px;
}

.input-radio {
    margin-right: 20px;
    margin-left: 0;
    position: relative;
}

.input-radio span {
    padding-left: 7px;
    display: inline-block;
}

.input-radio input {
    display: none;
}

.input-radio label {
    position: relative;
    width: 12px;
    height: 12px;
    left: 0;
    border-radius: 50%;
    border: 1px solid #233253;
    margin: 0 !important;
}

.input-radio input+label:before {
    border-radius: 50%;
    position: absolute;
    content: "";
    margin: 0;
    background: #233253;
    left: 3px;
    top: 3px;
}

.input-radio input:checked+label+span {
    color: #ed1c24;
}

.input-radio input:checked+label {
    position: relative;
    width: 12px;
    height: 12px;
    left: 0;
    border-radius: 50%;
    border: 1px solid #ed1c24;
    margin: 0 !important;
}

.input-radio input:checked+label:before {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    content: "";
    margin: 0;
    background: #ed1c24;
    left: 3px;
    top: 3px;
}

.cl-adjust li {
    padding-top: 0 !important;
}

.orpad {
    padding-top: 52px;
}

.claims-accord .accordion-lists .cust-accordion {
    padding: 24px 0;
    position: relative;
}

.claims-accord .accordion-lists .cust-accordion:after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 70px);
    background: rgba(0, 0, 0, 0.1);
    left: 34px;
    top: 0;
}

.claims-accord .accordion-lists .cust-accordion:first-child {
    padding-top: 0;
}

.claims-accord .accordion-lists .cust-accordion:first-child:after {
    display: none;
}

.claims-accord .accordion-lists .cust-accordion:last-child {
    padding-bottom: 10px;
}

.claims-accord .accordion-lists .cust-accordion .accordion-head {
    padding: 0 55px 0 24px;
    position: relative;
    cursor: pointer;
}

.claims-accord .accordion-lists .cust-accordion .accordion-head h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #005e9e;
    padding-bottom: 10px;
}

.claims-accord .accordion-lists .cust-accordion .acc-arrow {
    position: absolute;
    top: 2px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ed1c24;
}

.claims-accord .accordion-lists .cust-accordion.open .acc-arrow {
    left: 0;
    top: 7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ed1c24;
}

.claims-accord .accordion-lists .cust-accordion.open h3 {
    color: #ed1c24;
}

.claims-accord .accordion-lists .cust-accordion .accordion-content {
    padding-top: 8px;
    padding-left: 15px;
}

#Death {
    display: block;
}

.select-holder-mobile {
    display: none;
    margin-bottom: 0;
}

.pd0 {
    padding-left: 0 !important;
}

.pd0 .verticalTab li {
    padding-top: 10px;
}

.pd0 .verticalTab li a {
    display: block;
    line-height: 19px;
    font-size: 14px;
}

.contacts-tab-section {
    display: block;
}

.claimsblue {
    background-color: #eaf1f8;
}

.climlink {
    color: #9098a8;
}

.climlink a {
    color: #005e9e;
}

.claimslide .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.claimshealth div.reach-out-tabs-contents h2 {
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 36px !important;
    color: #233253 !important;
}

.claimshealth div.reach-out-tabs-contents h2+p {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #8a93a5;
    padding-bottom: 30px;
}

.datepic {
    position: absolute;
    right: 33px !important;
    bottom: 26px;
}

.claim-mob {
    display: block;
}

.lstactive,
.lstactive:hover {
    background-color: #005e9e !important;
    color: #fff !important;
}

.lstactive .dropdown button {
    color: #fff !important;
}

.claim-online-wrapper.cform {
    padding: 48px 0 !important;
}

#myModalthankyou .branch-locator,
#myModalthankyou .branch-locator:hover {
    border: 1px solid #ed1c24;
    width: 186px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    color: #ed1c24;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    float: none;
    display: block;
    margin: 0 auto;
}

.thankyoutxt {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #233253;
    padding-bottom: 24px;
}

.discstar {
    position: relative;
    line-height: 20px;
    color: #8a93a5;
    font-size: 12px;
    padding-left: 19px;
    display: block;
}

.discstar:before {
    position: absolute;
    content: "**";
    left: 0;
    top: 0;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .cs-tab li a {
        font-size: 14px;
        line-height: 18px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .faq .accordion-head {
        padding-left: 70px !important;
        padding-right: 50px !important;
    }

    .faq .cust-accordion {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .datepic {
        bottom: 11px !important;
    }

    .claimsac .accordion-head h3 {
        font-size: 13px !important;
        line-height: 18px !important;
        font-weight: 400 !important;
        padding-top: 0 !important;
    }

    .stle {
        padding-left: 10px;
        padding-right: 10px;
    }

    .accordion-head h3 {
        font-size: 12px;
    }

    .articleBulletLists li .listBullet {
        float: left;
        padding-right: 10px;
    }

    .claim-online-wrapper {
        padding: 48px 15px !important;
    }

    .mobbgnone {
        background-color: transparent !important;
    }

    .cl0 {
        padding: 0 !important;
    }

    .claim-online-wrapper .reach-out-to-us-inner {
        padding-top: 40px;
    }

    .claim-online-wrapper .select-holder2 {
        background-color: transparent;
    }

    .show-mob-camp {
        display: block !important;
    }

    .show-mob-camp img {
        width: 70%;
    }

    .camp-banner {
        background: none !important;
        height: auto !important;
    }

    .mb-0 {
        margin-bottom: 0 !important;
    }

    .table-struct {
        overflow-x: hidden;
    }

    .table-struct .table-scroll {
        overflow: scroll;
        width: 50%;
    }

    .contacts-tab-section {
        display: block !important;
    }

    .tab-title {
        display: none;
    }

    .select-holder-mobile {
        display: block !important;
    }

    .contact-section-wrapper {
        margin-top: 40px;
    }

    .cs-ban .banner-mob {
        padding-bottom: 50px;
    }

    .cs-ban .payins {
        position: relative;
        transform: scale(0.9);
    }

    .cs-ban .payinstxt {
        display: inline-block;
        width: 70%;
        text-align: left;
    }

    .cs-ban p {
        padding-left: 0;
    }

    .cs-ban h1 .bgwhite {
        line-height: 30px;
    }

    .banner-icon {
        margin-top: -32px;
        margin-right: 12px;
    }

    .cs-workarea .catBannerAdSection {
        display: block;
        text-align: center;
    }

    .cs-workarea .catBannerAdSection .bannerAdContent {
        width: 100% !important;
    }

    .cs-workarea .catBannerAdSection .siteButton {
        display: inline-block;
    }

    .cs-workarea .aboutSectionTabMenu li a {
        width: 80px;
        text-align: center;
        padding: 12px 0;
    }

    .cs-workarea .tabAccordSection .tabAccordMenu .counter {
        display: block;
        padding-top: 10px;
    }

    .cs-workarea .tabAccordSection .tabAccordMenu a {
        position: relative;
    }

    .cs-workarea .tabAccordSection .tabAccordMenu a .toggleIcon {
        position: absolute;
        right: 0;
    }

    .cs-workarea .tabAccordSection .tabAccordMenu a strong {
        position: absolute;
        left: 30px;
        padding-left: 50px;
    }

    .cs-workarea .tabAccordSection .cornerBg {
        display: none;
    }

    .calculator-section .rangeslider__handle {
        width: 22px;
        height: 22px;
    }

    .banner .csmargin {
        padding-top: 40px !important;
    }
}

.cs-table {
    padding-bottom: 15px;
}

.cs-table table {
    width: 100%;
    border-collapse: collapse;
}

.cs-table table tr td {
    background-color: #edf7fc;
    font-size: 14px;
    color: #2c6698;
}

.cs-table table tr th {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #005e9e;
}

.cs-table table td,
.cs-table table th {
    border: 1px solid #e3e4e5;
    padding: 13px 20px;
}

.exite {
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 30px !important;
    color: #233253 !important;
}

.products-custom-listnew {
    margin-bottom: 26px;
}

.products-custom-listnew li {
    font-size: 16px;
    line-height: 26px;
    position: relative;
    padding-left: 34px;
    padding-top: 2px;
}

.products-custom-listnew li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 21px;
    height: 20px;
    background: -236px -435px;
}

@media only screen and (max-width: 680px) {
    .products-custom-listnew li {
        font-size: 14px;
        line-height: 20px;
    }
}

.chk-break {
    border: none !important;
    width: 100% !important;
    font-size: 10px !important;
    color: #666;
    text-align: left !important;
    line-height: 14px;
}

.camp-banner {
    background: repeat-x 50%;
    height: 300px;
}

.wrap-bg-white {
    background-color: #fff;
    padding: 0 0 50px;
}

.quick-guide {
    background: #f1f5f6;
    background: -moz-linear-gradient(top, #f1f5f6 0, #fdfdfe 100%);
    background: -webkit-linear-gradient(top, #f1f5f6, #fdfdfe);
    background: linear-gradient(180deg, #f1f5f6 0, #fdfdfe);
    padding: 40px 20px;
}

.quick-guide h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #233253;
    padding-bottom: 10px;
}

.quick-guide h6,
.quick-guide p {
    font-style: normal;
    text-align: center;
}

.quick-guide p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    padding-bottom: 30px;
}

.quick-guide .img-hold {
    clear: both;
    overflow: hidden;
    width: 100%;
    padding-bottom: 15px;
    text-align: center;
}

.quick-guide .click {
    font-style: normal;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #1068a4;
}

.quick-guide .click a {
    color: #ef5258;
}

.quick-guide .strip-holder {
    width: 288px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}

.quick-guide .strip-holder .circle-holder {
    background: repeat-x top;
    height: 70px;
    width: 90px;
    text-align: center;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
    color: #233253;
    padding-top: 25px;
    display: inline-block;
}

.quick-guide .strip-holder .strip {
    background: repeat-x top;
    height: 40px;
    width: 284px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding-top: 8px;
    display: inline-block;
}

.checktxt {
    display: inline-block;
    width: 94%;
    line-height: 14px;
    position: relative;
    bottom: -20px;
}

.cb-btn {
    clear: both;
    overflow: hidden;
    padding-top: 20px;
    text-align: center !important;
}

.cb-btn button {
    margin: 0 !important;
}

.campaign2 label,
.cb-btn button {
    display: inline-block !important;
}

.campaign2 h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 38px !important;
    line-height: 48px !important;
    color: #233253 !important;
    text-align: left !important;
}

.campaign2 .disktt {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #999;
}

.campaign2 .form-row {
    margin-bottom: 10px !important;
}

.show-mob {
    display: none;
}

.scroll {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: rgba(76, 90, 120, 0.9);
    padding: 8px 30px;
    bottom: 0;
    z-index: 99;
    overflow: hidden;
}

.scroll .marquee {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    font-weight: 400;
    padding-left: 20px;
    width: 100%;
}

.scroll .marquee:before {
    width: 39px;
    height: 44px;
    background: repeat-x top;
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
}

.progress {
    background: transparent;
}

.progress .bg-success {
    background-color: #8a93a5 !important;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-top-left-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.prog-left {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 12px;
    color: #233253;
    text-align: right;
}

.prog-mid {
    padding-top: 15px;
    padding-bottom: 0;
    position: relative;
}

.prog-mid:before {
    position: absolute;
    content: "";
    left: 15px;
    top: 0;
    width: 1px;
    background-color: #c5cad1;
    height: 100%;
}

.prog-mid p {
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 22px;
    color: #878787;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 5px;
}

.prog-mid p span {
    color: #233253;
}

.prog-right {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    padding-left: 15px;
    width: 100px;
    top: -2px;
    position: relative;
    line-height: 18px;
    color: #ed1c24;
    text-align: right;
}

.pgrs .row {
    padding-bottom: 0 !important;
}

.disc-text,
.disc-text p {
    line-height: 22px;
    font-size: 12px !important;
    font-weight: 400;
    color: #5a5a5a;
}

.disc-text p ul li,
.disc-text ul li {
    line-height: 22px !important;
    font-size: 12px !important;
    font-weight: 400;
    color: #5a5a5a;
}

.disc-text p b {
    font-weight: 600;
}

.disc-text {
    padding-bottom: 20px;
}

.settle .settle-img {
    margin-right: 20px;
    float: left;
    margin-bottom: 11px;
}

.settle h5 {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    margin-top: 14px;
}

.settle h5,
.settle h5+p {
    font-style: normal;
    color: #233253;
}

.settle h5+p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 10px;
}

.logo-holder {
    clear: both;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;
    margin-top: -20px;
}

.settle li {
    font-size: 14px !important;
    line-height: 28px;
    color: #5a5a5a;
    font-weight: 400;
}

ol {
    padding-left: 10px;
}

ol li {
    background-image: none;
}

.disc-text ol li {
    font-size: 12px !important;
    line-height: 22px;
    color: #5a5a5a;
    font-weight: 400;
}

.info-form p {
    margin-bottom: 0 !important;
}

.info-form p :first-child {
    padding-top: 0;
}

.info-form .disc-text {
    padding-bottom: 10px;
}

.km,
.km:hover {
    color: #ed1c24;
    font-size: 12px;
}

.ptop0 {
    padding-top: 0 !important;
}

.calcQuoate {
    color: rgba(0, 0, 0, 0.6);
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}

.calcQuoate:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 20px;
    background: -236px -435px;
}

.pb15 {
    padding-bottom: 15px !important;
}

.popularMenuList {
    border-right: 1px solid #cfd6d6;
    padding-right: 40px;
}

@media screen and (min-height: 800px) {
    .viewall {
        bottom: 17%;
    }
}

.icons-wrap1:hover .hover-drop-down {
    opacity: 1 !important;
    top: 52px !important;
    display: block;
}

.rate .hover-drop-down span {
    content: "";
    position: absolute;
    top: -15px;
    left: 32px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
}

.prod .modal-body,
.prod .modal-content {
    padding: 0 !important;
}

.prodbluebg {
    background-color: #31539a;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

.prodbluebg .row {
    padding-bottom: 0 !important;
}

.prodgreybg {
    background-color: #faf9f7;
    text-align: center;
    padding: 20px;
}

.prodgreybg h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #494641;
    text-align: center;
    letter-spacing: 4px;
}

.prodgreybg .prodwhitebg {
    background-color: #fff;
    text-align: center;
    padding: 30px 20px;
}

.prodgreybg .prodwhitebg h5 {
    font-size: 15px;
    color: #494641;
    padding-bottom: 15px;
    text-align: center;
}

.close-iconprod {
    position: absolute;
    top: -30px;
    right: 0;
    cursor: pointer;
    font-size: 23px;
    z-index: 999;
    width: 24px;
    height: 24px;
    display: inline-block;
    background: no-repeat 0 0;
}

.close-iconprod:hover {
    background: no-repeat 0 0;
}

.prod.modal.sac {
    width: 100%;
    margin-left: 0;
}

#prodmodal2.modal.sac .modal-dialog.modal-lg,
#prodmodal.modal.sac .modal-dialog.modal-lg {
    margin: 50px auto 0;
    width: 100% !important;
    max-width: 94%;
}

.mar33 {
    margin-left: 33px;
}

.modal-backdrop {
    z-index: 9999;
}

.modal {
    z-index: 99999;
}

.disclaimerSec .disclaimer-wrap {
    display: block !important;
    padding-top: 15px !important;
}

.pad-top10 {
    padding-top: 10px !important;
}

.pad-top20 {
    padding-top: 20px !important;
}

.pad-top30 {
    padding-top: 30px !important;
}

.pad-top40 {
    padding-top: 40px !important;
}

.pad-top50 {
    padding-top: 50px !important;
}

.pad-top60 {
    padding-top: 60px !important;
}

.pad-top70 {
    padding-top: 70px !important;
}

.pad-top80 {
    padding-top: 80px !important;
}

.pad-top90 {
    padding-top: 90px !important;
}

.pad-top100 {
    padding-top: 100px !important;
}

.pad-bot10 {
    padding-bottom: 10px !important;
}

.pad-bot20 {
    padding-bottom: 20px !important;
}

.pad-bot30 {
    padding-bottom: 30px !important;
}

.pad-bot40 {
    padding-bottom: 40px !important;
}

.pad-bot50 {
    padding-bottom: 50px !important;
}

.pad-bot60 {
    padding-bottom: 60px !important;
}

.pad-bot70 {
    padding-bottom: 70px !important;
}

.pad-bot80 {
    padding-bottom: 80px !important;
}

.pad-bot90 {
    padding-bottom: 90px !important;
}

.pad-bot100 {
    padding-bottom: 100px !important;
}

.contcaptcha {
    padding-bottom: 30px;
}

.icon-active svg .non {
    fill: #ed1c24 !important;
    stroke: #ed1c24 !important;
}

.cont .lke {
    position: relative;
    display: block;
}

.cont .hover-drop-down {
    opacity: 0;
    width: 214px;
    height: 108px;
    color: #233253;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    position: absolute;
    top: -100px;
    left: -30px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 32px;
    z-index: 99999;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.cont .hover-drop-down p {
    margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
    .cont .hover-drop-down {
        left: -80px;
    }
}

.cont .hover-drop-down:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 32px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
}

.cont .effectshow {
    opacity: 1;
    top: 0;
}

.contus .default-select-cust-arrow svg {
    top: 35px;
}

.form-select-holder {
    position: relative;
    margin: 0 auto;
    -webkit-border-radius: 7px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 240px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    width: 272px;
    border: 1px solid #ed1c24;
    display: none;
}

.form-select-holder select {
    border: none !important;
    width: 110% !important;
}

.contact-section-wrapper .info-cards-wrapper .info-card small {
    font-size: 16px !important;
}

.contact-section-wrapper .info-cards-wrapper .info-card small.font12 {
    font-size: 12px !important;
}

.font-blue {
    color: #005e9e !important;
}

.contrate .icons-wrap {
    display: flex;
    justify-content: space-between;
}

.contrate .icons-wrap .icon-wrap {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
    font-size: 10px;
    line-height: 14px;
    color: #8a93a5;
}

.contrate .icons-wrap .icon-wrap.active>.icon>svg path,
.contrate .icons-wrap .icon-wrap:hover>.icon>svg path {
    stroke: #ed1c24;
}

@media only screen and (max-width: 768px) {

    .contrate .icons-wrap .bg1,
    .contrate .icons-wrap .bg2 {
        height: 200px !important;
    }

    .contrate .icons-wrap .icon-wrap.share {
        margin-right: 0;
    }
}

.contrate .rt.hover-drop-down {
    left: auto !important;
    right: 0 !important;
}

.contrate .hover-drop-down {
    opacity: 0;
    width: 214px;
    height: 90px;
    color: #233253;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 18px;
    z-index: 99999;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.contrate .hover-drop-down p {
    margin: 0 !important;
    padding: 0 !important;
}

@media only screen and (max-width: 640px) {
    .contrate .hover-drop-down {
        left: -80px;
    }
}

.contrate .icon-wrap.active>.hover-drop-down {
    top: 20px;
    opacity: 1;
    pointer-events: auto;
}

.contrate .star-rate {
    margin-top: 8px;
}

.contrate .star-rate i {
    display: inline-block;
    width: 18px;
    height: 17px;
    background: -516px -88px;
}

.contrate .rating-wrapper {
    display: flex !important;
    margin-top: 10px;
    margin-left: 24px;
    align-items: end;
}

.contrate .social-icons-link {
    display: flex;
}

.contrate .social-icons-link svg {
    margin-right: 8px;
    margin-top: 8px;
}

.cntscrl .owl-stage-outer {
    padding-bottom: 60px !important;
}

.map {
    display: inline-block !important;
    position: relative;
    top: -2px;
}

.map .icons-wrap {
    display: flex;
}

.map .icons-wrap .icon-wrap {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 4px rgba(0, 94, 158, 0.1);
    margin-right: 8px;
    position: relative;
    cursor: pointer;
}

.map .icons-wrap .icon-wrap.active,
.map .icons-wrap .icon-wrap:hover {
    background-color: #ed1c24;
}

.map .icons-wrap .icon-wrap.active>.icon>svg path,
.map .icons-wrap .icon-wrap:hover>.icon>svg path {
    stroke: #fff;
}

@media only screen and (max-width: 768px) {

    .map .icons-wrap .bg1,
    .map .icons-wrap .bg2 {
        height: 200px !important;
    }

    .map .icons-wrap .icon-wrap {
        margin-right: 32px;
    }

    .map .icons-wrap .icon-wrap.share {
        margin-right: 0;
    }
}

.map .hover-drop-down {
    opacity: 0;
    width: 214px;
    height: 108px;
    color: #233253;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    position: absolute;
    top: -135px;
    left: -30px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 32px;
    z-index: 99999;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.map .hover-drop-down p {
    margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
    .map .hover-drop-down {
        left: -80px;
    }
}

.map .hover-drop-down:before {
    content: "";
    position: absolute;
    top: 50px;
    left: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
}

.map .icon-wrap.active>.hover-drop-down {
    top: -45px;
    left: 52px;
    opacity: 1;
    z-index: 99999;
    pointer-events: auto;
}

.modal-width {
    width: 100% !important;
    margin-left: 0 !important;
}

.max-1000 {
    max-width: 1000px !important;
}

.bg-parent {
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.ui-menu {
    max-width: 300px !important;
    width: 100% !important;
    margin-top: 2px;
    background: #fff;
    border: 1px solid #89949b;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 94, 158, 0.05), 1px 2px 4px rgba(50, 130, 196, 0.08);
    padding: 5px 16px;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.ui-menu-item {
    font-size: 12px;
    line-height: 23px;
    color: #233253;
    border-top: 1px solid #ddd;
    padding: 4px 0 !important;
    cursor: pointer;
}

.ui-menu-item:hover {
    color: #ed1c24 !important;
}

.ui-menu-item:first-child {
    border-top: 0 solid transparent !important;
}

.btnimg {
    display: inline !important;
    width: 14px !important;
    position: relative !important;
    top: -2px !important;
    left: -4px !important;
}

#contowl .owl-stage {
    margin: 0 auto !important;
}

.section-padding {
    padding-bottom: 70px;
    padding-top: 80px;
}

.ui-state-default.ui-state-hover {
    border: 0 solid #005e9e;
    background: #005e9e;
    font-weight: 400;
    color: #fff !important;
}

#sectionblock1 .tabAccordContent,
#sectionblock .tabAccordContent {
    display: block !important;
    padding-top: 20px;
}

@media only screen and (max-width: 1024px) {
    .hdfc-home #abtpad {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

    .section {
        padding-left: 40px;
        padding-right: 40px;
    }

    .calculator-append {
        padding-left: 25px;
        padding-right: 25px;
    }

    .contact-section-wrapper .reach-out-to-us-section .reach-out-to-us-inner {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 1023px) {

    .claim-mob,
    .steps {
        display: none;
    }

    .qr {
        margin-left: 0 !important;
    }

    .tab-title-long {
        display: none;
    }

    .select-holder-long-mobile {
        display: block !important;
        width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 992px) {
    .mobmrmot0 {
        margin-bottom: 0 !important;
    }

    .mobpadtop0 {
        padding-top: 0 !important;
    }

    .mobmarbot14 {
        margin-bottom: 14px !important;
    }

    .mobmartop14 {
        margin-top: 9px !important;
    }

    .mobmartop9 {
        margin-top: 7px !important;
    }

    .bg1,
    .bg2 {
        height: 200px !important;
    }

    .bg1h4,
    .bg2h4 {
        bottom: 25px !important;
    }

    .headbold {
        padding-top: 10px;
    }

    .articleBulletLists li,
    .headbold {
        font-size: 12px !important;
    }
}

.claims-accord {
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .viewall {
        bottom: 17%;
    }

    .mbsc-popup {
        margin-right: 18px !important;
        margin-left: 18px !important;
    }

    .contact-section-wrapper .reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section h2.plus-title:before {
        display: none !important;
    }

    #group select {
        width: 100% !important;
    }
}

#custCarouselNavtwit button,
#twittertwit button {
    margin-top: 0 !important;
}

#custCarouselNavtwit {
    justify-content: center !important;
}

.mbsc-popup-wrapper {
    z-index: 99999 !important;
}

.mbsc-calendar-cell div div,
.mbsc-scroller-wheel-item div div {
    color: hsla(0, 0%, 100%, 0);
}

.mbsc-icon>svg {
    fill: #ed1c24 !important;
}

.mbsc-calendar-cell-text,
.mbsc-ios.mbsc-calendar-day-text {
    color: #2a2d3c !important;
}

.mbsc-ios.mbsc-calendar-week-day {
    font-size: 14px !important;
    color: #97979f !important;
}

.mbsc-ios.mbsc-calendar-button.mbsc-button {
    color: #1c507f !important;
}

.mbsc-ios.mbsc-button-flat {
    color: #ed1c24 !important;
}

.mbsc-ios.mbsc-hover .mbsc-calendar-cell-text,
.mbsc-ios.mbsc-selected .mbsc-calendar-cell-text {
    border-color: #0b5b96 !important;
    background: #0b5b96 !important;
    color: #fff !important;
}

.dobicon {
    background: no-repeat;
    background-position: 95%;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .abtboxbig .imgholder {
        margin-bottom: 24px;
    }

    .bg1,
    .bg2 {
        width: 100% !important;
    }

    .bg2 {
        margin-bottom: 16px;
    }

    .abtboxbig.after:after {
        background-color: transparent !important;
    }

    .abtboxbig {
        border: none;
        box-shadow: none;
    }

    .disclaimers-sec .panel-title a,
    .panel-title a.collapsed {
        font-size: 14px;
    }

    .imgholder {
        width: 100% !important;
    }

    .imgholder .desk-block {
        padding: 20px 20px 15px !important;
    }

    .imgholder .db1 {
        padding: 20px 20px 21px !important;
    }

    .abtboxbig:before {
        display: none;
    }

    .imgholder .desk-block {
        position: absolute;
        bottom: 0;
        padding: 20px;
    }

    .abtboxbig h4,
    .abtboxbig h6 {
        color: #fff;
        text-align: left;
    }

    .abtboxbig h4 {
        font-size: 16px;
        line-height: 19px;
        font-weight: 800;
    }

    .abtboxbig h6 {
        font-size: 16px;
        line-height: 17px;
    }

    .bg1,
    .bg2 {
        height: 200px !important;
    }

    .bg1 h4,
    .bg2 h4 {
        font-size: 16px;
        line-height: 19px;
    }

    .mob-abt {
        text-align: center !important;
    }

    .carousel-item {
        min-height: auto !important;
        height: 430px !important;
        background-position: bottom !important;
    }

    .caro-height {
        height: auto !important;
    }

    #carouselExampleIndicators .carousel-indicators {
        bottom: 0;
        top: auto;
        margin: 0;
        width: 100% !important;
        right: auto !important;
        text-align: center;
        display: block;
    }

    .carousel-indicators li {
        background-color: transparent;
        width: 6px;
        height: 6px;
        border-radius: 8px;
        border: 1px solid #fff !important;
        display: inline-block;
    }

    .carousel-indicators li.active {
        background-color: #fff;
    }

    .carousel-caption {
        bottom: auto;
        bottom: 45%;
        left: 5%;
        text-align: left;
    }

    .carousel-indicators li {
        margin-bottom: 8px;
    }

    .bottom-scroll {
        display: none;
    }

    .bg-Childrens,
    .bg-combo,
    .bg-Group,
    .bg-Health,
    .bg-pos,
    .bg-Retirement,
    .bg-Savings,
    .bg-Term_plans,
    .bg-Ulip {
        transform: scale(0.6);
        position: relative;
        margin-top: -14px;
    }

    .bg-BFSI_Awards,
    .bg-Covid_19_Coverage,
    .bg-Do_you_need,
    .bg-Talk_to_an_Advisor_right_away {
        margin: 0 auto;
        transform: scale(0.8);
        margin-top: -25px !important;
    }

    .bg-Covid_19_Coverage {
        position: relative;
        top: 20px;
        margin-bottom: 6px;
    }

    .pbot56 {
        padding-bottom: 56px;
    }

    .swiper-pagination-bullet {
        width: 12px !important;
        height: 12px !important;
        background: #fff !important;
        opacity: 1 !important;
        border: 1px solid #005e9e !important;
    }

    .swiper-pagination-bullet-active {
        background-color: #005e9e !important;
    }

    .btnred {
        width: 174px;
    }

    .font-28 {
        font-size: 28px !important;
    }

    .font-16 {
        font-size: 16px !important;
    }

    .font-14 {
        font-size: 14px !important;
    }

    .claim-online-wrapper .form-group label {
        font-size: 12px;
        line-height: 22px;
        color: #59595b;
    }

    .dobicon {
        background-position: 90%;
    }

    .tabAccordSection .tabAccordMenu .spanclass {
        font-size: 14px;
        line-height: 20px;
        padding-top: 10px;
    }

    .claims-accord .accordion-lists .cust-accordion .accordion-head h3 {
        font-size: 12px;
        line-height: 18px;
    }

    .claims-accord .accordion-lists .cust-accordion .acc-arrow {
        top: 6px;
        left: 4px;
    }

    .cs-workarea1 .tabAccordSection .tabAccordMenu .spanclass strong {
        width: 76% !important;
    }

    .section.claimsblue {
        padding-left: 0;
        padding-right: 0;
    }

    .claimsblue .claimsettle {
        display: none;
    }

    .claimsblue h4 {
        font-size: 24px;
        line-height: 20px;
    }

    .claimsblue h4 small {
        font-size: 20px;
    }

    .claimsblue .headbold {
        font-size: 18px !important;
        line-height: 20px;
    }

    .contacts-tab-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .claim-online-wrapper .vsteps :before {
        transform: scale(0.8) !important;
    }

    #myModal .datepic {
        bottom: 30px !important;
    }

    .conttabtitlemob,
    .form-select-holder {
        display: block;
    }

    .conttabtitlemob ul.curved-tab-titles li {
        font-size: 14px !important;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 18px !important;
    }

    .conttabtitlemob ul {
        display: table !important;
    }

    .conttabtitlemob ul li {
        display: table-cell !important;
        width: auto !important;
        vertical-align: middle !important;
    }

    .contact-section-wrapper .reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section .reach-out-tabs-contents {
        padding: 48px 32px !important;
    }

    .contact-section-wrapper .join-the-conversation {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .contact-section-wrapper .join-the-conversation .join-the-conversation-inner .social-tab-contents .info-card-bg {
        width: 287px !important;
        height: 677px !important;
    }

    .claim-online-wrapper.cform {
        padding: 0 !important;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 380px) {
    .contact-section-wrapper .info-cards-wrapper .info-card {
        width: 265px !important;
    }

    .contact-section-wrapper .join-the-conversation .join-the-conversation-inner .social-tab-contents .info-card-bg {
        width: 247px !important;
    }
}

.ref {
    font-size: 12px;
    color: #8a93a5;
    padding-bottom: 11px;
}

.ref img {
    position: relative;
    margin-top: -6px;
}

.info-list {
    padding-left: 15px;
    padding-top: 10px;
}

.info-list li {
    padding-bottom: 10px;
    list-style-type: disc;
    font-size: 14px;
    line-height: 22px;
    color: #5a5a5a;
}

.wp-sec {
    display: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #005e9e;
    font-weight: 700;
    text-align: center;
}

.wp-sec img {
    position: relative;
    top: -2px;
    margin-right: 4px;
}

.wp-sec a {
    color: #005e9e;
    text-decoration: none;
}

.downview {
    display: none;
}

.downloadblock {
    display: block;
}

.cs-workarea1 .tabAccordContent {
    padding-bottom: 40px;
}

.cs-workarea1 .accordion-section .cust-accordion .acc-count {
    top: 19px;
}

.cs-workarea1 .tabAccordSection .tabAccordMenu .spanclass {
    padding-top: 16px;
    padding-left: 24px;
}

.cs-workarea1 .hdfc-office-locations {
    width: auto;
    border: 1px solid #ed1c24;
    height: 40px;
    line-height: 28px;
    text-align: center;
    background: transparent;
    color: #ed1c24;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 600;
    display: block;
}

.commonul {
    padding: 0;
}

.commonul,
.commonul li {
    clear: both;
    overflow: hidden;
    list-style: non;
    margin: 0;
}

.commonul li {
    padding: 0 0 18px 30px;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #5a5a5a;
    font-weight: 400;
}

.commonul li a {
    color: #ed1c24;
}

.commonul li:before {
    background: no-repeat 0 0;
    width: 22px;
    height: 22px;
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
}

.claimdiskpad {
    padding-left: 15px;
}

@media only screen and (min-width: 1500px) {
    .bottom-scroll {
        height: 330px !important;
    }

    .viewall {
        bottom: 13%;
    }
}

@media only screen and (max-width: 1024px) {
    .individual-tab-contents-wrappers .haveQuesSec .tabAccordSection .tabAccordContent {
        padding: 0 25px 40px 75px !important;
    }

    .cs-workarea1 .owlCarouselNav {
        justify-content: center;
        padding-top: 10px;
        padding-top: 25px;
    }
}

@media only screen and (max-width: 1023px) {
    .cs-workarea1 .aboutSectionTabMenuWrp .aboutSectionTabMenu {
        justify-content: center;
        width: auto !important;
    }

    .select-holder-mobile .sel-type {
        margin: 0 auto;
        text-align: left !important;
        padding-left: 0;
        font-size: 12px;
        font-style: italic;
        font-weight: 300;
        padding-bottom: 10px;
        color: #636363;
    }

    .clims .select-holder2 {
        max-width: 300px;
        width: 100%;
        margin: 0;
    }

    .orpad {
        padding-top: 15px !important;
    }

    .claimtype {
        width: 80%;
        text-align: left !important;
        font-size: 12px;
        font-style: italic;
        font-weight: 300;
        padding-bottom: 10px;
        color: #636363;
    }

    .claimtype,
    .socialSection .socialSectionList {
        padding-left: 0;
    }

    .socialSection.bggrey.section {
        padding-left: 30px;
        padding-right: 30px;
    }

    .claimsac.faq {
        padding-top: 80px;
    }

    .health-mob {
        display: block !important;
        width: 100%;
        background-color: #fff;
        margin: 0 auto;
        padding: 30px 0 0;
    }

    .health-mob .toggleIcon {
        margin-left: 0 !important;
        margin-right: 10px !important;
    }

    .health-mob h2 {
        display: none;
    }

    .health-mob .vsteps {
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
    }

    .health-mob .vsteps li {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    .health-mob .tabAccordSection .tabAccordMenu.opened a strong,
    .health-mob .vsteps li {
        font-weight: 400 !important;
    }

    .health-mob h2+p {
        font-size: 15px !important;
        padding-bottom: 20px !important;
    }

    .health-desk {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .downloadblock {
        display: none;
    }

    .downview {
        display: block;
        padding-top: 30px;
    }

    .downloads li:last-child {
        border-bottom: 0 solid transparent;
    }

    .mob-height {
        height: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .onmob {
        left: 0 !important;
    }

    .pay-vid.tapvideo {
        top: 31% !important;
    }

    .individual-tab-contents-wrappers .haveQuesSec {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .input-radio {
        display: block;
    }

    .wp-sec {
        font-size: 12px;
        text-transform: uppercase;
        color: #005e9e;
        font-weight: 600;
        text-align: center;
    }

    .claim-online-wrapper h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .cs-workarea1 .socialSection .socialSectionList li {
        width: 270px !important;
    }

    .cs-workarea1 .owlCarouselNav {
        padding-top: 0;
    }

    .plans-wrapper {
        max-width: 440px;
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 440px) {
    .plans-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .mb .plans-holder {
        width: 100px;
        margin: 0 4px 8px !important;
    }

    #mob-plan {
        padding-left: 0;
        padding-right: 0;
    }
}

.mauto {
    margin: 0 auto;
    text-align: center;
}

.dblk {
    display: block !important;
}

.globe-blue-section {
    position: relative;
    top: -59px;
    right: 44px;
}

.globe-blue-component {
    position: relative;
    clear: both;
    overflow: hidden;
}

.globe-blue-component .blue-percentage-section {
    width: 214px;
    height: 52px;
    background-color: #005e9e;
    border-radius: 44px;
    box-sizing: border-box;
    padding-left: 1px;
    padding-top: 1px;
    display: flex;
    float: right;
    margin-bottom: 0;
}

.globe-blue-component .blue-percentage-section i {
    position: absolute;
    z-index: 2;
}

.globe-blue-component .blue-percentage-section .percentage {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #005e9e;
}

.globe-blue-component .blue-percentage-section .percentage-text {
    color: #fff;
    width: 132px;
    font-size: 12px;
    line-height: 14px;
    margin-top: 11px;
    margin-left: 8px;
}

.keyul1 {
    padding: 0;
}

.keyul1,
.keyul1 li {
    clear: both;
    overflow: hidden;
    list-style: non;
    margin: 0;
}

.keyul1 li {
    padding: 0 0 18px 30px;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #5a5a5a;
    font-weight: 400;
    text-align: left;
}

.keyul1 li a {
    color: #ed1c24;
}

.keyul1 li:before {
    background: no-repeat 0 0;
    width: 22px;
    height: 22px;
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
}

.mtop3 {
    margin-top: 3px;
}

.cs-new-holder {
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.pay-ins input {
    max-width: 100%;
    width: 100% !important;
}

.mydetails {
    font-size: 20px;
    line-height: 28px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    color: #233253;
    float: left;
}

.calculator-section.irc {
    display: block !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
    border: 0 solid transparent;
}

.calculator-section.irc label {
    font-weight: 300 !important;
    color: #666;
}

.table-hold .tctable {
    width: 100% !important;
}

.blueTxt {
    color: #005e9e;
    font-weight: 600;
    font-size: 17px;
}

.redTxt {
    color: #d51d25;
    font-weight: 600;
}

.irc-disc-text {
    font-size: 12px;
    color: #666;
}

.irc-disc-text p {
    margin-bottom: 0px;
}

.irc-disc-text span {
    color: #666;
    font-weight: 500;
}

.calculator-section.irc button {
    margin-bottom: 0 !important;
}

.returncompansion {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
}

.toolsCalcTitleCont1 {
    padding: 0 !important;
}

.tctable {
    border-collapse: collapse;
    width: 100%;
}

.tctable td,
.tctable th {
    border: 1px solid #c7cacc;
}

.tctable th {
    background-color: #005e9e;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.tctable td,
.tctable th {
    font-style: normal;
    text-align: center;
    padding: 20px;
}

.tctable td {
    background-color: #fff;
    /* font-family: Roboto; */
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #233253;
}

.tctable td:first-child {
    text-align: left !important;
}

.tctable #centertxt {
    font-weight: 500;
    font-size: 14px;
    text-align: center !important;
    color: #005e9e;
}

.table-hold+p,
.tctable #centertxt {
    font-family: Poppins;
    font-style: normal;
    line-height: 18px;
}

.table-hold+p {
    font-weight: 400;
    font-size: 12px !important;
    text-align: center;
    color: #233253;
    padding: 20px 0;
}

.irc-button-holder a,
.irc-button-holder button {
    display: inline-block !important;
}

.irc-button-holder+p {
    font-family: Poppins;
    font-style: normal;
    clear: both;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 18px;
    text-align: center;
    color: #233253;
    padding: 10px 0 20px;
}

.padddingwrap {
    padding: 17px 26px 26px 20px !important;
}

.calculator-section.irc .select-holder1 {
    height: 32px;
    padding-top: 2px;
}

.ulipcalmore {
    border: 1px solid #c7cacc;
    padding: 50px;
    margin-top: 40px;
}

.pay-holder,
.ulipcalmore {
    max-width: 100%;
}

.youpay {
    font-family: Poppins;
    font-weight: 300;
    font-size: 16px;
}

.rec-return span,
.youpay {
    font-style: normal;
    line-height: 22px;
    text-align: center;
    color: #005e9e;
}

.rec-return span {
    /* font-family: Roboto; */
    font-weight: 500;
    font-size: 24px;
}

.rec-return {
    /* font-family: Roboto; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #233253;
    text-align: center;
}

.payablebox {
    border: 1px solid #c7cacc;
    text-align: center;
    padding: 30px;
}

.payablebox p {
    font-weight: 500;
    font-size: 16px;
    color: #233253;
}

.payablebox p,
.payablebox p small {
    font-family: Poppins;
    font-style: normal;
    line-height: 22px;
    text-align: center;
}

.payablebox p small {
    font-weight: 400;
    font-size: 14px;
    color: #666;
    opacity: 0.6;
    display: block;
    padding-top: 10px;
}

.payablebox h2 {
    /* font-family: Roboto; */
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #233253;
}

.uc-disc-holder {
    border-top: 1px solid #c7cacc;
    padding-top: 30px;
    clear: both;
    overflow: hidden;
    margin-top: 60px;
}

.commonol {
    padding-left: 18px !important;
}

.commonol li {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.clrfx {
    clear: both;
    overflow: hidden;
}

.clcbtn {
    padding-top: 10px;
    padding-bottom: 10px;
}

.lastcolumn {
    display: none;
}

.nummail {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #666;
    margin-bottom: 0 !important;
}

.prodcalc {
    max-width: 1050px;
    padding-left: 30px;
    padding-right: 30px;
}

.recomendPlans.prod div a {
    font-size: 12px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .mydetails {
        font-size: 16px;
        line-height: 21px;
        display: block;
        text-align: left;
        float: none;
        padding: 30px 0 0;
    }

    .calculator-section.irc .rupee {
        top: 45px !important;
    }

    .ulipcalmore {
        padding: 20px;
    }

    .payablebox {
        margin-bottom: 30px;
    }

    .payablebox h2 {
        font-size: 30px;
    }

    .commonol li {
        font-size: 14px;
        line-height: 24px;
    }

    .toolsCalcTitleCont {
        margin-bottom: 27px !important;
    }

    .toolsCalcVideoWrap {
        margin-bottom: 14px !important;
    }

    .mobpadtop0 {
        padding-top: 0;
    }

    .mobpadbmb0 {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .rec-return {
        font-weight: 600;
    }

    .payablebox p small {
        font-size: 12px;
        line-height: 20px;
    }

    .uc-disc-holder {
        margin-top: 30px;
    }

    .uc-disc-holder.uc-disc-holder1 {
        margin-top: 0;
        border-top: 0 solid transparent;
        padding-top: 0;
    }

    .uc-disc-holder.uc-disc-holder1 .mydetails {
        padding-top: 0;
    }

    .uc-disc-holder.uc-disc-holder1 .mydetails+p {
        margin-bottom: 0;
    }

    .nummail {
        font-size: 14px;
        padding-top: 0;
    }
}

.dticon {
    background: no-repeat;
    background-position-x: 0;
    background-position-y: 0;
    background-position: 95%;
    cursor: pointer;
}

.element {
    display: inline-block;
    width: 300px;
    height: 300px;
    vertical-align: top;
}

.fl {
    float: left;
    padding-top: 50px;
}

.recommended-form .f1,
.search-text .fl,
.tab-content .fl {
    padding-top: 0 !important;
}

.clrboth {
    clear: both;
}

.grphholder {
    width: 300px;
    float: right;
    text-align: center;
    position: relative;
}

.label-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    padding-top: 50%;
    transform: translateY(-10%);
}

.label-holder p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.label-holder h6,
.label-holder p {
    font-family: Poppins;
    font-style: normal;
    text-align: center;
    color: #233253;
}

.label-holder h6 {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 0;
}

.grphholder h5 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #4bb152;
    position: relative;
    top: -38px;
}

.grphholder .linkarrow,
.grphholder h5 {
    text-align: center;
}

.grphholder .linkarrow a {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #005e9e;
    /* background: url(../../../content/dam/hdfclifeinsurancecompany/link-arrow.png) no-repeat 0; */
    text-align: left;
    padding-left: 15px;
}

.clffix {
    clear: both;
    overflow: hidden;
}

.indicate {
    position: absolute;
    width: 26px;
    height: 26px;
    z-index: 1;
}

.jchart__bar__segment,
.jchart__donut__segment,
.jchart__pie__segment {
    transition: stroke 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), fill 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    outline: none;
    cursor: pointer;
}

.jchart__figure {
    position: relative;
}

.jchart,
.jchart__body {
    width: 100%;
    height: 100%;
}

.jchart__bar {
    overflow: visible;
}

.jchart__summary {
    font-size: 0.5rem;
    font-weight: 400;
    line-height: 1em;
}

.jchart__summary-text {
    margin: 0;
}

.jchart__legend-shape {
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: 2rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.jchart .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.mobileHeader {
    display: none;
}

:focus {
    outline: 0 !important;
    outline: none !important;
}

button {
    outline: none !important;
}

button:focus {
    outline: 0 !important;
}

ul li ul {
    margin-top: 10px;
}

ul li ul li {
    padding-left: 2px;
    padding-bottom: 0 !important;
}

ul li ul li:before {
    margin-left: 5px;
}

ul li ol {
    margin-top: 10px;
    padding-left: 6px;
    list-style-type: upper-roman;
}

ul li ol li {
    padding-left: 12px;
    font-size: 14px !important;
    margin-left: 16px !important;
    padding-bottom: 0 !important;
}

ul li ol li:before {
    display: none;
}

@media (hover: none) {

    input[type="”datetime-local”"],
    input[type="”datetime”"],
    input[type="”date”"],
    input[type="”email”"],
    input[type="”month”"],
    input[type="”number”"],
    input[type="”password”"],
    input[type="”text”"],
    input[type="”time”"],
    input[type="”url”"],
    input[type="”week”"],
    select,
    textarea {
        font-size: 12px;
    }
}

html {
    scroll-behavior: smooth;
}

.blurOverlayBg {
    margin: 0;
    overflow: hidden;
}

p {
    margin-bottom: 18px;
}

.strong {
    font-weight: 700px !important;
}

.investment-strategy-right p {
    margin: 0 0 30px;
}

.fixed-position {
    overflow-y: hidden;
}

p a {
    /* color: #ed1c24; */
    color: #005e9e;
}

p a,
p a:hover {
    font-style: normal;
    font-size: 16px;
    line-height: 14px;
    font-weight: 500;
}

p a:hover {
    color: #233253;
}

.calculator-section h1,
.calculator-section h2,
.eligibility-section {
    text-align: center;
}

.popular-post-slider .owl-dots {
    display: none;
}

.deskTopHeader {
    border-left: 1px solid #e3e3e3;
    background: #fff;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.deskTopHeader .deskTopHeaderWrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.deskTopHeader .deskTopHeaderWrap .headerWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 35px;
    height: 68px;
    flex: 1;
}

.deskTopHeader .deskTopHeaderWrap .headerWrap .logo {
    margin: 0;
}

.deskTopHeader .deskTopHeaderWrap .headerWrap .button-switch .switch:checked:after {
    -webkit-transform: translate(2.5em);
    transform: translate(2.5em);
}

.deskTopHeader .deskTopHeaderWrap .headerWrap .button-switch .switch:checked~.lbl-off {
    opacity: 0;
}

.deskTopHeader .deskTopHeaderWrap .headerWrap .button-switch .switch:checked~.lbl-on {
    opacity: 1;
}

.deskTopHeader .deskTopHeaderWrap .headerWrap .navBarWrap {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.deskTopHeader .deskTopHeaderWrap .headerWrap nav.site_navBar {
    height: 100%;
}

.deskTopHeader .deskTopHeaderWrap .headerWrap nav.site_navBar>ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.deskTopHeader .deskTopHeaderWrap .headerWrap nav.site_navBar>ul>li {
    padding: 0 21.5px;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.deskTopHeader .deskTopHeaderWrap .headerWrap nav.site_navBar>ul>li>a {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #233253;
    text-decoration: none;
}

.deskTopHeader .deskTopHeaderWrap .headerWrap nav.site_navBar>ul>li>a .caretIcon {
    margin-left: 4px;
}

.deskTopHeader .deskTopHeaderWrap .headerWrap nav.site_navBar>ul>li>a .caretIcon svg {
    transform: rotate(0deg);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.deskTopHeader .deskTopHeaderWrap .headerWrap nav.site_navBar>ul>li>a.opened {
    color: #ed1c24;
}

.deskTopHeader .deskTopHeaderWrap .headerWrap nav.site_navBar>ul>li>a.opened .caretIcon svg {
    transform: rotate(180deg);
}

.deskTopHeader .deskTopHeaderWrap .headerWrap nav.site_navBar>ul>li>a.opened .caretIcon svg path {
    stroke: #ed1c24;
}

.deskTopHeader .deskTopHeaderWrap .headerWrap nav.site_navBar>ul>li .megaMenuSec.opened {
    top: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: 0 -1px 5px 0 hsla(0, 0%, 89%, 0.75);
    -webkit-box-shadow: 0 -1px 5px 0 hsla(0, 0%, 89%, 0.75);
    -moz-box-shadow: 0 -1px 5px 0 hsla(0, 0%, 89%, 0.75);
}

.deskTopHeader .deskTopHeaderWrap .headerWrap nav.site_navBar>ul>li .megaMenuSec:hover~a {
    color: #ed1c24;
}

.deskTopHeader .deskTopHeaderWrap .headerWrap nav.site_navBar>ul>li .megaMenuSec:hover~a .caretIcon svg {
    transform: rotate(180deg);
}

.deskTopHeader .deskTopHeaderWrap .headerWrap nav.site_navBar>ul>li .megaMenuSec:hover~a .caretIcon svg path {
    stroke: #ed1c24;
}

main {
    margin-top: 68px;
}

.langSwitch,
main {
    position: relative;
}

.langSwitch {
    width: 53px;
    height: 28px;
    font-size: 1.5em;
    margin-left: 37px;
}

.langSwitch input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 0;
    font-size: 1em;
    left: 0;
    line-height: 0;
    outline: none;
    position: absolute;
    top: 0;
    width: 0;
}

.langSwitch input:after {
    content: "";
    font-size: 1em;
    position: absolute;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #fff;
    top: 2px;
    left: 2px;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: -webkit-transform 0.25s ease-out 0.1s;
    transition: -webkit-transform 0.25s ease-out 0.1s;
    transition: transform 0.25s ease-out 0.1s;
    transition: transform 0.25s ease-out 0.1s, -webkit-transform 0.25s ease-out 0.1s;
}

.langSwitch input:checked:after {
    -webkit-transform: translate(30px);
    transform: translate(26px);
}

.langSwitch input:checked~.langHindi {
    color: #ed1c24;
}

.langSwitch input:checked~.langEng {
    color: #fff;
}

.langSwitch input:before {
    content: "";
    font-size: 1em;
    position: absolute;
    border-radius: 30px;
    background: #005e9e;
    height: 28px;
    -webkit-transition: background-color 0.25s ease-out 0.1s;
    transition: background-color 0.25s ease-out 0.1s;
    width: 53px;
}

.langSwitch label {
    font-size: 10px;
    line-height: 16px;
    margin: 0;
    color: hsla(0, 0%, 100%, 0.8);
    cursor: pointer;
    display: block;
    position: absolute;
    -webkit-transition: opacity 0.25s ease-out 0.1s;
    transition: opacity 0.25s ease-out 0.1s;
    text-transform: uppercase;
}

.langSwitch label.langEng {
    color: #ed1c24;
    left: 7px;
    top: 6px;
}

.langSwitch label.langHindi {
    right: 8px;
    top: 7px;
    font-weight: 600;
    color: #fff;
}

.arrowUp {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #fff;
}

.megaMenuSec {
    padding: 41px 50px 8px;
    display: grid;
    grid-template-columns: 1fr 295px;
    grid-column-gap: 40px;
    position: absolute;
    background-color: #fff;
    z-index: 999999;
    top: 150%;
    left: -1px;
    width: calc(100% + 1px);
    height: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.megaMenuSec .megaMenuLinkSec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.megaMenuSec .megaMenuLinkSec .menuLinkInner {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 32%;
}

.megaMenuSec .megaMenuLinkSec .menuLinkInner:nth-last-child(-n + 3) {
    border-bottom: 0;
}

.megaMenuSec .megaMenuLinkSec .menuLinkInner h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #005e9e;
    margin-bottom: 16px;
}

.megaMenuSec .megaMenuLinkSec .menuLinkInner h3 a {
    color: #005e9e;
}

.megaMenuSec .megaMenuLinkSec .menuLinkInner h3 a:hover {
    color: #ed1c24;
}

.megaMenuSec .megaMenuLinkSec .menuLinkInner ul li {
    margin-bottom: 0;
}

.megaMenuSec .megaMenuLinkSec .menuLinkInner ul li a {
    font-size: 13px;
    line-height: 14px;
    color: #233253;
    text-transform: capitalize;
    margin-left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.megaMenuSec .megaMenuLinkSec .menuLinkInner ul li a:hover {
    color: #ed1c24;
    margin-left: 10px;
}

.megaMenuSec .megaMenuLinkSec .menuLinkInner .moreMenuLink {
    font-weight: 600;
    font-size: 10px;
    line-height: 20px;
    color: #233253;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.megaMenuSec .megaMenuLinkSec .menuLinkInner .moreMenuLink span {
    margin-left: 10px;
}

.megaMenuSec .megaMenuLinkSec .menuLinkInner .moreMenuLink:hover {
    margin-left: 15px;
    color: #ed1c24;
}

.megaMenuSec .keyFeatureSec {
    align-self: flex-start;
    padding: 21px 26px 44px;
    margin-top: 25px;
    border: 1px solid #c7cacc;
    box-sizing: border-box;
    box-shadow: 0 4px 20px rgba(0, 94, 158, 0.05), 3px 6px 10px rgba(50, 130, 196, 0.08);
    position: relative;
}

.megaMenuSec .keyFeatureSec:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 85px;
    right: -1px;
    top: -1px;
    background: #ed1c24;
}

.megaMenuSec .keyFeatureSec .ratingStarWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    padding-right: 8px;
    margin-bottom: 10px;
}

.megaMenuSec .keyFeatureSec .ratingStarWrap label {
    font-size: 11px;
    line-height: 11px;
    color: rgba(35, 50, 83, 0.8);
    margin: 0;
}

.megaMenuSec .keyFeatureSec h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #005e9e;
    margin-bottom: 7px;
}

.megaMenuSec .keyFeatureSec h3 .highlight {
    color: #ed1c24;
}

.megaMenuSec .keyFeatureSec h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #233253;
    margin-bottom: 20px;
}

.megaMenuSec .keyFeatureSec .keyFeatureTag {
    padding: 2px 11px 2px 9px;
    background: #59647d;
    border-radius: 20px;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 12px;
}

.megaMenuSec .keyFeatureSec .featureContent {
    font-size: 14px;
    line-height: 20px;
    color: #767676;
    max-width: 100%;
}

.megaMenuSec .keyFeatureSec .featureContent strong {
    display: block;
    font-weight: 400;
}

.megaMenuSec .keyFeatureSec .featureContent .priceStrike {
    color: #233253;
    text-decoration: line-through;
}

.megaMenuSec .keyFeatureSec .featureContent .priceHighlight {
    color: #ed1c24;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-left: 1px;
}

.megaMenuSec .keyFeatureSec .featureContent .limitedOfferLbl {
    color: #233253;
    font-size: 12px;
    line-height: 18px;
}

.megaMenuSec .keyFeatureSec .featureLists {
    font-size: 12px;
    line-height: 18px;
    color: #5a5a5a;
    margin-bottom: 25px;
    margin-top: 5px;
}

.megaMenuSec .keyFeatureSec .featureLists li {
    margin-bottom: 5px;
    padding-left: 28px;
    padding-top: 3px;
    position: relative;
}

.megaMenuSec .keyFeatureSec .featureLists li .listBullet {
    position: absolute;
    left: 0;
    top: 2px;
}

.megaMenuSec .keyFeatureSec .featureBtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.megaMenuSec .keyFeatureSec .featureBtn .learnMoreLink {
    margin-left: 10px;
}

.headerBtnWrp {
    display: flex;
    flex-wrap: wrap;
    padding-left: 22px;
}

.headerBtnWrp .payPremiumBtn {
    margin: 0 10px;
}

.siteButton {
    background: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
    padding: 5px 20px;
    text-transform: uppercase;
    border-radius: 4px;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.siteButton:hover {
    background: #ff3038;
}

.siteButton:active,
.siteButton:hover {
    color: #fff;
    box-shadow: 0 8px 12px rgba(237, 28, 36, 0.2);
}

.siteButton:active {
    background: #ff373f;
    border: 1px solid #ff373f;
}

.siteButton.outlinedBtn {
    background: transparent;
    color: #ed1c24;
    border-color: #ed1c24;
}

.siteButton.outlinedBtn:hover {
    background: #fff;
    box-shadow: 0 5px 7px rgba(228, 24, 32, 0.4);
}

.siteButton.outlinedBtn:active {
    background: #ff373f !important;
    border: 1px solid #ff373f;
    color: #fff;
    box-shadow: 0 5px 7px rgba(228, 24, 32, 0.4);
}

form.siteSearchForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    overflow: hidden;
}

form.siteSearchForm .searchInput {
    width: 80%;
    position: relative;
}

form.siteSearchForm .searchInput input {
    border: 0;
    height: 38px;
    line-height: 38px;
    border-radius: 30px 0 0 30px;
    background: #fff;
    border-right: 0.5px solid #c7cacc;
    padding: 0 40px;
    width: 100%;
    font-size: 12px;
}

form.siteSearchForm .searchInput .searchIcon {
    position: absolute;
    left: 18px;
    top: 6px;
}

form.siteSearchForm .searchSelect {
    width: 20%;
    position: relative;
}

form.siteSearchForm .searchSelect .searchSelectBox {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-radius: 0 30px 30px 0;
    background: #fff;
    padding: 0 25px 0 11px;
    cursor: pointer;
    position: relative;
}

form.siteSearchForm .searchSelect .searchSelectBox label {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #233253;
    margin: 0;
    cursor: pointer;
}

form.siteSearchForm .searchSelect .searchSelectBox .dropIcon {
    position: absolute;
    right: 15px;
}

form.siteSearchForm .searchSelect .searchSelectBox .dropIcon svg {
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

form.siteSearchForm .searchSelect ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #fff;
    border-radius: 8px;
    width: 100%;
    left: 0;
    top: 60px;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

form.siteSearchForm .searchSelect ul li {
    padding: 15px 10px 17px;
    font-size: 12px;
    line-height: 14px;
    color: #233253;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

form.siteSearchForm .searchSelect ul li:last-child {
    border-bottom: 0;
}

form.siteSearchForm .searchSelect ul li:hover {
    background: #ebf5f9;
}

form.siteSearchForm .searchSelect.opened ul {
    opacity: 1;
    visibility: visible;
    top: 41px;
}

form.siteSearchForm .searchSelect.opened .searchSelectBox .dropIcon svg,
form.siteSearchForm .searchSelect .searchSelectBox.opened .dropIcon svg {
    transform: rotate(180deg);
}

.siteSearchInput {
    margin: 0 11px;
    position: relative;
}

.siteSearchInput.expand {
    margin-left: auto;
}

.siteSearchInput.expand form.siteSearchForm {
    width: 720px;
    overflow: visible;
    border: 1px solid #ddd;
    border-radius: 20px;
}

.siteSearchInput a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 0;
    background: #657d93;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.siteSearchInput a svg path {
    fill: #fff;
}

.siteSearchInput a:hover {
    background: #233253;
}

.headerLoginIcon {
    margin: 0 11px 0 0;
    position: relative;
}

.headerLoginIcon>a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #657d93;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.headerLoginIcon>a:hover {
    background: #233253;
}

.headerLoginIcon .accountDropDown {
    background: #fff;
    border-radius: 8px;
    width: 345px;
    padding: 25px 0;
    position: absolute;
    top: 100px;
    right: -35px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99;
}

.headerLoginIcon .accountDropDown .arrowUp {
    position: absolute;
    top: -9px;
    right: 37px;
}

.headerLoginIcon .accountDropDown.opened {
    top: 45px;
    opacity: 1;
    visibility: visible;
    z-index: 99999;
}

.headerLoginIcon .accountDropDown>ul>li>a {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #2c6698;
    padding: 16px 62px;
    display: block;
    position: relative;
}

.headerLoginIcon .accountDropDown>ul>li>a:before {
    content: "";
    position: absolute;
    width: 280px;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.headerLoginIcon .accountDropDown>ul>li>a span {
    position: absolute;
}

.headerLoginIcon .accountDropDown>ul>li>a .menuIcon {
    left: 30px;
    top: 12px;
}

.headerLoginIcon .accountDropDown>ul>li>a .dropIcon {
    right: 37px;
}

.headerLoginIcon .accountDropDown>ul>li>a .dropIcon svg {
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
}

.headerLoginIcon .accountDropDown>ul>li>a.opened .dropIcon svg {
    transform: rotate(180deg);
}

.headerLoginIcon .accountDropDown>ul>li:last-child a:before,
.headerLoginIcon .accountDropDown>ul>li>a.opened:before {
    display: none;
}

.headerLoginIcon .accountDropDown>ul>li ul {
    background: #fff;
    display: none;
}

.headerLoginIcon .accountDropDown>ul>li ul li a {
    font-size: 12px;
    line-height: 14px;
    color: #233253;
    display: block;
    padding: 16px 35px 16px 60px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.headerLoginIcon .accountDropDown>ul>li ul li a>span {
    margin-right: 5px;
}

.headerLoginIcon .accountDropDown>ul>li ul li a:before {
    content: "";
    position: absolute;
    width: 255px;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.headerLoginIcon .accountDropDown>ul>li ul li a:hover {
    background: #ebf5f9;
}

.headerLoginIcon .accountDropDown>ul>li ul li:last-child a {
    border-bottom: 0;
}

.headerContactIcon {
    margin: 0 11px 0 0;
    position: relative;
}

.headerContactIcon>a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* background: #fff; */
    box-shadow: 0 4px 4px rgba(0, 94, 158, 0.1);
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

/* .headerContactIcon > a:hover {
    background: #ed1c24;
} */
.headerContactIcon>a:hover svg path {
    stroke: #fff;
}

.headerContactIcon>a:hover svg path.phonePath {
    fill: #ed1c24;
}

.headerContactIcon .contactInfoPopOver {
    position: absolute;
    right: 0;
    top: 150px;
    width: 575px;
    padding: 26px 50px;
    border-radius: 8px;
    background: #fff;
    display: grid;
    grid-template: auto auto/1fr 1fr;
    grid-column-gap: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999999;
}

.headerContactIcon .contactInfoPopOver.opened {
    top: 55px;
    opacity: 1;
    visibility: visible;
}

.headerContactIcon .contactInfoPopOver .arrowUp {
    position: absolute;
    right: 10px;
    top: -10px;
}

.headerContactIcon .contactInfoPopOver .contactInfoSection h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #9198a9;
    margin-bottom: 22px;
}

.headerContactIcon .contactInfoPopOver .contactInfoSection ul li {
    padding: 11px 0 9px 53px;
    margin-bottom: 11px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.headerContactIcon .contactInfoPopOver .contactInfoSection ul li:hover {
    background: #eaf1f8;
}

.headerContactIcon .contactInfoPopOver .contactInfoSection ul li .menuIcon {
    position: absolute;
    left: 20px;
    align-items: center;
    display: flex;
    top: 0;
    bottom: 0;
}

.headerContactIcon .contactInfoPopOver .contactInfoSection ul li h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #2c6698;
    padding-bottom: 6px;
}

.headerContactIcon .contactInfoPopOver .contactInfoSection ul li p {
    color: #233253;
    margin: 0;
    font-size: 12px;
    line-height: 14px;
}

.headerContactIcon .contactInfoPopOver .contactInfoSection ul li p a {
    color: #233253;
}

.headerContactIcon .contactInfoPopOver .contactInfoSection hr {
    width: 217px;
    height: 0;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0 0 26px;
}

.headerContactIcon .contactInfoPopOver .contactViewMore {
    text-align: center;
    grid-column: 1/3;
    margin-top: 30px;
}

.headerContactIcon .contactInfoPopOver .contactViewMore a {
    display: inline-flex;
}

.headerHamburgerMenu {
    background: #fff;
    width: 60px;
    border-right: 1px solid #e3e3e3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.headerHamburgerMenu>a {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.headerHamburgerMenu>a .line {
    fill: none;
    stroke: #233253;
    stroke-width: 6;
    transition: stroke-dasharray 0.6s cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.headerHamburgerMenu>a .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.headerHamburgerMenu>a .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.headerHamburgerMenu>a .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.headerHamburgerMenu .hamMenuWrp.opened {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.headerHamburgerMenu>a.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.headerHamburgerMenu>a.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.headerHamburgerMenu>a.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.hamMenuWrp {
    position: absolute;
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr 250px;
    width: calc(100% + 1px);
    z-index: 999999;
    top: 150%;
    left: -1px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hamMenuWrp .hamMenuInnerWrp {
    padding: 47px 72px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hamMenuWrp .hamMenuInnerWrp .hamMenuSection {
    width: 25%;
}

.hamMenuWrp .hamMenuInnerWrp .hamMenuSection .hamMenuIcon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, #edf8ff, rgba(237, 248, 255, 0));
    margin-bottom: 24px;
}

.hamMenuWrp .hamMenuInnerWrp .hamMenuSection h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #005e9e;
    margin-bottom: 15px;
}

.hamMenuWrp .hamMenuInnerWrp .hamMenuSection h3 a {
    color: #005e9e;
}

.hamMenuWrp .hamMenuInnerWrp .hamMenuSection h3 a:hover {
    color: #ed1c24;
}

.hamMenuWrp .hamMenuInnerWrp .hamMenuSection nav ul li {
    margin-bottom: 7px;
}

.hamMenuWrp .hamMenuInnerWrp .hamMenuSection nav ul li a {
    color: #233253;
    font-size: 13px;
    line-height: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hamMenuWrp .hamMenuInnerWrp .hamMenuSection nav ul li a:hover {
    color: #ed1c24;
    margin-left: 4px;
}

.hamMenuWrp .quickLinkSection {
    background: #eaf1f8;
    padding: 65px 25px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.hamMenuWrp .quickLinkSection h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #8a93a5;
    margin-bottom: 6px;
}

.hamMenuWrp .quickLinkSection nav ul li {
    margin-bottom: 7px;
}

.hamMenuWrp .quickLinkSection nav ul li a {
    color: #005e9e;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
}

.hamMenuWrp .quickLinkSection nav ul li a:hover {
    color: #ed1c24;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
}

.hamMenuWrp .quickLinkSection .appDownloadForm {
    margin-top: 34px;
}

.hamMenuWrp .quickLinkSection .appDownloadForm h3 {
    margin-bottom: 16px;
}

.hamMenuWrp .quickLinkSection .appDownloadForm .formInput {
    margin-bottom: 10px;
}

.hamMenuWrp .quickLinkSection .appDownloadForm .formInput input {
    background: #fff;
    border: 0;
    width: 100%;
    height: 42px;
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    padding: 15px;
}

.hamMenuWrp .quickLinkSection .appDownloadForm .formBtnSubmit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hamMenuWrp .quickLinkSection .appDownloadForm .formBtnSubmit button {
    background: #767676;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 16px;
    border-radius: 4px;
    border: 0;
    outline: none;
}

.hamMenuWrp .quickLinkSection .appDownloadForm .formBtnSubmit a svg path {
    transition: all 0.3s ease-in-out;
}

.hamMenuWrp .quickLinkSection .appDownloadForm .formBtnSubmit a.appleStore {
    margin: 0 10px 0 auto;
}

.hamMenuWrp .quickLinkSection .appDownloadForm .formBtnSubmit a.appleStore:hover svg path[fill="#808285"] {
    fill: #000;
}

.hamMenuWrp .quickLinkSection .appDownloadForm .formBtnSubmit a.andriodStore:hover svg path[fill="#808285"] {
    fill: #9fc037;
}

.hamMenuWrp .quickLinkSection .appDownloadForm.focused {
    outline: none;
}

.hamMenuWrp .quickLinkSection .appDownloadForm.focused .formBtnSubmit button {
    background: #ed1c24;
    outline: none;
}

.whiteBgHeader.deskTopHeader {
    background: #fff;
}

.bannerSectionWrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.highlight {
    color: #ed1c24;
}

.titleBgBox {
    width: 72px;
    height: 72px;
    background: transparent;
    border: 10px solid #f1f5f6;
    border-radius: 10px;
    position: absolute;
}

.contentBannerSection {
    background: #fff;
    min-height: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.contentBannerSection h2,
.contentBannerSection h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #233253;
    position: relative;
    z-index: 1;
}

.contentBannerSection h2 .titleBgBox,
.contentBannerSection h1 .titleBgBox {
    top: -14px;
    left: -37px;
    z-index: -1;
}

.contentBannerSection h2 .titleBgBox svg,
.contentBannerSection h1 .titleBgBox svg {
    position: absolute;
    top: 5px;
    left: 5px;
}

.breadcrumbSection {
    background: linear-gradient(0deg, #ebf5f9, rgba(235, 245, 249, 0));
    padding: 8px 0 8px 26px;
}

.breadcrumbSection a {
    display: inline-flex;
}

.breadcrumbSection label,
.breadcrumbSection span {
    display: inline-flex;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
}

.breadcrumbSection label {
    color: #233253;
    margin: 0;
}

.breadcrumbSection a {
    color: #8a93a5;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
}

.breadcrumbSection a svg {
    margin: 0;
}

.breadcrumbSection ahover {
    color: #8a93a5;
}

.breadcrumbSection svg {
    margin: 2px 5px 0;
}

.TabMenuSection {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
}

.TabMenuSection li a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #233253;
    padding: 12px 20px;
    margin: 0 58px;
    position: relative;
}

.TabMenuSection li a,
.TabMenuSection li a:before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.TabMenuSection li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    border-radius: 4px;
    background: #ed1c24;
    left: 0;
    bottom: 0;
}

.TabMenuSection li a.active,
.TabMenuSection li a:hover {
    color: #005e9e;
}

.TabMenuSection li a.active:before,
.TabMenuSection li a:hover:before {
    width: 100%;
}

.TabMenuSection li a.active {
    font-weight: 500;
}

.aboutSectionTabMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
}

.aboutSectionTabMenu li a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #233253;
    padding: 12px 20px;
    margin: 0 10px;
    position: relative;
}

.aboutSectionTabMenu li a,
.aboutSectionTabMenu li a:before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.aboutSectionTabMenu li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    border-radius: 4px;
    background: #ed1c24;
    left: 0;
    bottom: 0;
}

.aboutSectionTabMenu li a.active,
.aboutSectionTabMenu li a:hover {
    color: #005e9e;
}

.aboutSectionTabMenu li a.active:before,
.aboutSectionTabMenu li a:hover:before {
    width: 100%;
}

.aboutSectionTabMenu li a.active {
    font-weight: 500;
}

.abtSectionTitle {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color: #233253;
    margin: 0 0 8px;
}

.abtSectionSubTitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #8a93a5;
    margin: 0 auto 40px;
    text-align: center;
    max-width: 800px;
    width: 100%;
}

.abtContentTitle {
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #233253;
    margin: 0 0 40px;
    text-align: center;
}

.ceoSection {
    background: #f9f9f9;
    padding: 80px 0 85px;
}

.ceoSection .ceoWrapperSec {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template: auto auto/35% 60%;
    grid-template-areas: "ceoContent ceoImage" "ceoButton ceoButton";
    grid-column-gap: 5%;
    grid-row-gap: 40px;
}

.ceoSection .ceoWrapperSec .ceoDetails {
    grid-area: ceoContent;
}

.ceoSection .ceoWrapperSec .ceoDetails h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #005e9e;
    margin: 0;
}

.ceoSection .ceoWrapperSec .ceoDetails .ceoQualification {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #8a93a5;
    margin: 0 0 24px;
    display: block;
}

.ceoSection .ceoWrapperSec .ceoDetails h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #233253;
    margin: 0 0 8px;
}

.ceoSection .ceoWrapperSec .ceoDetails p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5a5a5a;
    margin: 0 0 32px;
}

.ceoSection .ceoWrapperSec .ceoDetails p strong {
    font-weight: 600;
}

.ceoSection .ceoWrapperSec .ceoDetails .viewMoreContent {
    display: none;
}

.ceoSection .ceoWrapperSec .ceoImage {
    grid-area: ceoImage;
}

.ceoSection .ceoWrapperSec .ceoBtnSec {
    grid-area: ceoButton;
    display: flex;
    justify-content: center;
    outline: none;
}

.ceoSection .ceoWrapperContainer {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
}

.ceoSection .ceoWrapperContainer .ceoImageWrp {
    float: right;
    width: 65%;
    margin: 0 0 20px 40px;
}

.ceoSection .ceoWrapperContainer .ceoDetailsWrp {
    grid-area: ceoContent;
}

.ceoSection .ceoWrapperContainer .ceoDetailsWrp h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #005e9e;
    margin: 0;
}

.ceoSection .ceoWrapperContainer .ceoDetailsWrp .ceoQualification {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #8a93a5;
    margin: 0 0 24px;
    display: block;
}

.ceoSection .ceoWrapperContainer .ceoDetailsWrp h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #233253;
    margin: 0 0 8px;
}

.ceoSection .ceoWrapperContainer .ceoDetailsWrp p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5a5a5a;
    margin: 0 0 32px;
}

.ceoSection .ceoWrapperContainer .ceoDetailsWrp p strong {
    font-weight: 600;
}

.ceoSection .ceoWrapperContainer .ceoDetailsWrp .viewMoreContent {
    display: none;
}

.ceoSection .meetOurLeader {
    clear: both;
    max-width: 1060px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 90px auto 0;
}

.visonSection {
    padding: 50px 0;
}

.visonSection .philosophyLists {
    margin-left: calc(50% - 530px);
}

.visonSection .philosophyLists ul li {
    width: 264px;
    height: 239px;
}

.visonSection .philosophyLists ul li .contentWrapper {
    height: 100%;
    padding: 32px;
    position: relative;
    border: 1px solid #c7cacc;
}

.visonSection .philosophyLists ul li .contentWrapper .cornerBg {
    left: -1px;
}

.visonSection .philosophyLists ul li .contentWrapper .contentCounter {
    position: absolute;
    top: 18px;
    right: 25px;
    font-weight: 300;
    font-size: 48px;
    color: #000;
    opacity: 0.1;
}

.visonSection .philosophyLists ul li .contentWrapper .contentIcon {
    width: 56px;
    height: 56px;
    border-radius: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    background: linear-gradient(0deg, #edf8ff, rgba(237, 248, 255, 0));
}

.visonSection .philosophyLists ul li .contentWrapper h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    color: #005e9e;
    margin-bottom: 16px;
}

.visonSection .philosophyLists ul li .contentWrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #233253;
}

.visonSection .philosophyLists .owl-carousel .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    outline: none;
}

.visonSection .philosophyLists .owl-carousel .owl-nav button.owl-prev {
    left: -70px;
    box-shadow: none;
}

.visonSection .philosophyLists .owl-carousel .owl-nav button.owl-next {
    right: 55px;
    box-shadow: none;
}

.visonSection .philosophyLists .owl-carousel .owl-dots {
    margin-top: 30px;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-dots>button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-left: 8px;
    border: 1px solid #005e9e;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: none;
    outline: none;
}

.owl-carousel .owl-dots>button:first-child {
    margin-left: 0;
}

.owl-carousel .owl-dots>button.active,
.owl-carousel .owl-dots>button:hover {
    background: #005e9e;
}

.awardsSection {
    background: #f9f9f9;
    padding: 80px 0 0;
}

.awardsSection .abtSectionSubTitle {
    max-width: 835px;
}

.awardsSection .awardsTimelineSec {
    display: flex;
    flex-wrap: wrap;
}

.awardsSection .awardsTimelineSec .awardsTimelineYear {
    padding: 77px 0 0 110px;
    width: 442px;
    background: #fff;
}

.awardsSection .awardsTimelineSec .awardsTimelineYear h3 {
    font-weight: 700;
    font-size: 38px;
    line-height: 44px;
    color: #005e9e;
    margin-bottom: 24px;
}

.awardsSection .awardsTimelineSec .awardsTimelineYear p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #5a5a5a;
    margin-bottom: 48px;
    max-width: 90%;
}

.awardsSection .awardsTimelineSec .awardsTimelineYear ul {
    margin-bottom: 58px;
}

.awardsSection .awardsTimelineSec .awardsTimelineYear ul li {
    margin-bottom: 10px;
}

.awardsSection .awardsTimelineSec .awardsTimelineYear ul li a {
    padding: 18px 28px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #233253;
    display: block;
    border-radius: 500px 0 0 500px;
    position: relative;
}

.awardsSection .awardsTimelineSec .awardsTimelineYear ul li a,
.awardsSection .awardsTimelineSec .awardsTimelineYear ul li a .tabPointer {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.awardsSection .awardsTimelineSec .awardsTimelineYear ul li a .tabPointer {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
}

.awardsSection .awardsTimelineSec .awardsTimelineYear ul li a.active .tabPointer {
    opacity: 1;
    visibility: visible;
}

.awardsSection .awardsTimelineSec .awardsTimelineYear ul li a.active,
.awardsSection .awardsTimelineSec .awardsTimelineYear ul li a:hover {
    color: #ed1c24;
    background: #eaf1f8;
}

.awardsSection .awardsTimelineSec .awardsTimelineYear ul li a.active:after,
.awardsSection .awardsTimelineSec .awardsTimelineYear ul li a:hover:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #ed1c24;
    right: 0;
    top: 50%;
    transform: translateY(-5px);
}

.awardsSection .awardsTimelineSec .awardsTimelineYear .viewAllBtn {
    display: inline-flex;
}

.awardsSection .verticalTabWrap {
    width: calc(100% - 442px);
}

.awardsSection .verticalTabWrap .awardsListsSec {
    height: 100%;
    background: #eaf1f8;
    padding: 110px 0 112px 40px;
    height: 797px;
}

.awardsSection .verticalTabWrap .awardsListsSec h3 {
    margin-bottom: 77px;
}

.awardsSection .verticalTabWrap .awardsListsSec .carouselNavWrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-right: 40px;
}

.awardsSection .awardsLists {
    margin: 0 0 48px;
}

.awardsSection .awardsLists ul li {
    width: 337px;
    height: 362px;
}

.awardsSection .awardsLists ul li>div {
    border: 1px solid #c7cacc;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    height: 100%;
    position: relative;
}

.awardsSection .awardsLists ul li>div .awardImg {
    margin-bottom: 41px;
}

.awardsSection .awardsLists ul li>div h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #233253;
    margin: 0;
    text-align: center;
}

.awardsSection .viewAllAwardsSec {
    background: #eaf1f8;
    padding: 95px 0 55px;
    display: none;
}

.awardsSection .viewAllAwardsSec .viewAllAwardWrp {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.awardsSection .viewAllAwardsSec .viewAllAwardWrp .titleWrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 72px;
}

.awardsSection .viewAllAwardsSec .viewAllAwardWrp .awardsLists {
    margin-bottom: 0;
}

.awardsSection .viewAllAwardsSec .viewAllAwardWrp .awardsLists ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.awardsSection .viewAllAwardsSec .viewAllAwardWrp .awardsLists ul li {
    margin-bottom: 24px;
}

.awardsSection .viewAllAwardsSec .viewAllAwardWrp .closeAwardsAllSec {
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 999;
    width: 20px;
    height: 20px;
    background: no-repeat 0 0;
}

.selectBoxOrng {
    position: relative;
}

.selectBoxOrng select {
    border: 1px solid #ed1c24;
    background: transparent;
    border-radius: 4px;
    height: 34px;
    line-height: 34px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding: 0 40px 0 20px;
    color: #ed1c24;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.selectBoxOrng select:active,
.selectBoxOrng select:focus {
    outline: none;
}

.selectBoxOrng span {
    position: absolute;
    right: 20px;
    display: flex;
    top: 13px;
    pointer-events: none;
}

.ourStorySection {
    background: #f9f9f9;
    padding: 80px 0;
}

.ourStorySection .ourHistoryWrapper {
    max-width: 1060px;
    width: 100%;
    padding: 0 0 62px;
    margin: 0 auto 64px;
    border-bottom: 1px solid rgba(31, 34, 35, 0.1);
}

.ourStorySection .ourHistoryWrapper .ourHistoryImg {
    background-size: cover;
    background-repeat: no-repeat;
    width: 430px;
    height: 335px;
    float: left;
    margin: 0 65px 25px 0;
}

.ourStorySection .ourHistoryWrapper .ourHistoryContent h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #005e9e;
    margin-bottom: 16px;
}

.ourStorySection .ourHistoryWrapper .ourHistoryContent p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #263238;
    margin-bottom: 20px;
}

.ourRootsSection .abtContentTitle {
    margin-bottom: 12px;
    line-height: 28px;
}

.ourRootsSection>p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #263238;
    max-width: 760px;
    width: 100%;
    margin: 0 auto 40px;
}

.ourRootsSection .logoImg {
    display: block;
    text-align: right;
}

.ourRootsSection .viewMoreWrap {
    text-align: center;
}

.ourRootsSection .rootsHidden {
    display: none;
}

.ourRootsSection .rootsHidden .rootContentHidden {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.ourRootsSection .rootsHidden .rootContentHidden>div {
    width: 518px;
    padding: 55px 40px 60px;
    background: #fff;
    border: 1px solid #c7cacc;
    box-sizing: border-box;
    box-shadow: 0 4px 20px rgba(35, 50, 83, 0.05);
    position: relative;
}

.ourRootsSection .rootsHidden .rootContentHidden>div h3 {
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
    color: #005e9e;
    margin-bottom: 24px;
}

.ourRootsSection .rootsHidden .rootContentHidden>div p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #263238;
    margin-bottom: 30px;
}

.csrActivitySection {
    padding: 80px 0 0;
}

.csrActivitySection .activitySection {
    display: flex;
    flex-wrap: wrap;
}

.csrActivitySection .activitySection .activitySecContent {
    padding: 80px 40px 0 110px;
    width: 442px;
}

.csrActivitySection .activitySection .activitySecContent h3 {
    font-weight: 700;
    font-size: 38px;
    line-height: 44px;
    color: #005e9e;
    margin-bottom: 16px;
}

.csrActivitySection .activitySection .activitySecContent h3:last-child {
    margin-bottom: 32px;
}

.csrActivitySection .activitySection .activitySecContent p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #5a5a5a;
    margin-bottom: 48px;
}

.csrActivitySection .activitySection .activitySecList {
    width: calc(100% - 442px);
    background: #eaf1f8;
    padding: 80px 40px;
}

.csrActivitySection .activitySection .activitySecList .activitySecContDetail {
    background: #fff;
    position: relative;
    padding: 32px;
    max-width: 90%;
    width: 100%;
    display: none;
}

.csrActivitySection .activitySection .activitySecList .activitySecContDetail .closeActivitySec {
    position: absolute;
    top: 17px;
    right: 24px;
}

.csrActivitySection .activitySection .activitySecList .activitySecContDetail h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #005e9e;
    margin: 0 0 16px;
}

.csrActivitySection .activitySection .activitySecList .activitySecContDetail p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #233253;
    margin: 0 0 12px;
}

.csrActivitySection .activitySection .activitySecList .activitySecContDetail ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 25px;
    padding-left: 32px;
    position: relative;
    width: 100%;
}

.csrActivitySection .activitySection .activitySecList .activitySecContDetail ul li .listBullet {
    position: absolute;
    top: 3px;
    left: 0;
}

.csrActivitySection .activitySection .activitySecList .activitySecContDetail .activityDetailImg {
    height: 230px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.csrActivitySection .activitySection .activitySecList .activitySecCarousel ul {
    margin-bottom: 40px;
}

.csrActivitySection .activitySection .activitySecList .activitySecCarousel ul li {
    width: 352px;
}

.csrActivitySection .activitySection .activitySecList .activitySecCarousel ul li>div {
    background: #fff;
    padding: 32px 16px 16px;
    position: relative;
}

.csrActivitySection .activitySection .activitySecList .activitySecCarousel ul li>div h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #005e9e;
    margin: 0 0 16px;
    padding: 0 16px;
}

.csrActivitySection .activitySection .activitySecList .activitySecCarousel ul li>div p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #233253;
    margin: 0 0 16px;
    padding: 0 16px;
    min-height: 175px;
}

.csrActivitySection .activitySection .activitySecList .activitySecCarousel ul li>div a {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #233253;
    text-transform: uppercase;
    margin: 0 0 32px;
    padding: 0 25px 0 16px;
    display: inline-flex;
    align-items: center;
    min-height: 25px;
}

.csrActivitySection .activitySection .activitySecList .activitySecCarousel ul li>div a span.docuIcon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
    background: linear-gradient(0deg, #edf8ff, rgba(237, 248, 255, 0));
}

.csrActivitySection .activitySection .activitySecList .activitySecCarousel ul li>div a span.arrowIcon {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
}

.csrActivitySection .activitySection .activitySecList .activitySecCarousel ul li>div .activityImg {
    width: 100%;
    height: 182px;
    background-size: cover;
    background-repeat: no-repeat;
}

.platformSection {
    padding: 80px 0 0;
}

.platformSection .platformWrapper {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.platformSection .platformWrapper>div {
    width: 50%;
}

.platformSection .platformWrapper .platformContent {
    padding: 40px 48px;
    background: #eaf1f8;
    position: relative;
}

.platformSection .platformWrapper .platformContent h4 {
    color: #005e9e;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 4px;
}

.platformSection .platformWrapper .platformContent h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #233253;
    margin-bottom: 12px;
}

.platformSection .platformWrapper .platformContent p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(35, 50, 83, 0.6);
    margin-bottom: 24px;
}

.platformSection .platformWrapper .platformContent a {
    display: inline-flex;
}

.platformSection .platformWrapper .platformImg {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.platformSection .platformWrapper .platformImg .videoPlayBtn {
    cursor: pointer;
}

.leaderShipTabSection .boardOfDirList {
    max-width: 100%;
    width: 100%;
}

.leaderShipTabSection .boardOfDirList .bodDetailContent {
    width: calc(78% + 30px);
    background: #fff;
    border: 1px solid #c7cacc;
    padding: 20px 20px 32px;
    margin-bottom: 12px;
    display: none;
    position: relative;
}

.leaderShipTabSection .boardOfDirList .bodDetailContent .bodContentClose {
    position: absolute;
    top: 16px;
    right: 16px;
}

.leaderShipTabSection .boardOfDirList .bodDetailContent.contentVisible {
    display: flex;
    flex-wrap: wrap;
}

.leaderShipTabSection .boardOfDirList .bodDetailContent .bodImage {
    width: 26%;
}

.leaderShipTabSection .boardOfDirList .bodDetailContent .bodContent {
    margin-left: 12px;
    flex: 1;
    position: relative;
}

.leaderShipTabSection .boardOfDirList .bodDetailContent .bodContent h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #005e9e;
    margin: 0;
}

.leaderShipTabSection .boardOfDirList .bodDetailContent .bodContent h5 {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #233253;
    opacity: 0.76;
    margin: 0 0 9px;
}

.leaderShipTabSection .boardOfDirList .bodDetailContent .bodContent p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #233253;
    opacity: 0.6;
}

.leaderShipTabSection .boardOfDirList .bodDetailContent .cornerBg {
    left: -1px;
    width: 4px;
    height: 65px;
}

.leaderShipTabSection .boardOfDirList ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, 26%);
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.leaderShipTabSection .boardOfDirList ul li {
    position: relative;
}

.leaderShipTabSection .boardOfDirList ul li .mobileContentBtn {
    display: none;
}

.leaderShipTabSection .boardOfDirList ul li .bodImage {
    background-size: cover;
    background-repeat: repeat;
    background-position: 50%;
    width: 100%;
    height: 208px;
    position: relative;
    display: flex;
    align-items: flex-end;
    -webkit-transition: filter 0.5s ease-in-out;
    -moz-transition: filter 0.5s ease-in-out;
    -ms-transition: filter 0.5s ease-in-out;
    -o-transition: filter 0.5s ease-in-out;
    transition: filter 0.5s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.leaderShipTabSection .boardOfDirList ul li .bodImage .bodInfo {
    width: 100%;
    background: rgba(6, 6, 6, 0.458824);
    padding: 5px 5px 5px 13px;
}

.leaderShipTabSection .boardOfDirList ul li .bodImage .bodInfo h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin: 0 0 2px;
}

.leaderShipTabSection .boardOfDirList ul li .bodImage .bodInfo h5 {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    opacity: 0.8;
    margin: 0;
}

.leaderShipTabSection .boardOfDirList ul li .bodImage:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.leaderShipTabSection .boardOfDirList ul li .bodContent {
    display: none;
}

.leaderShipTabSection .boardOfDirList .leadershipViewMore {
    margin-top: 35px;
}

.irTabSection .tabAccordContent ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(31, 34, 35, 0.1);
}

.irTabSection .tabAccordContent ul li p {
    margin: 0;
}

.irTabSection .tabAccordContent ul li p>span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    color: #233253;
    opacity: 0.7;
    margin: 0 0 10px;
}

.irTabSection .tabAccordContent ul li a.docName {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #005e9e;
}

.irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail .titleWithBox {
    margin-bottom: 21px;
}

.irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 36px;
}

.irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail form .inputWrp {
    margin-bottom: 24px;
}

.irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail form .inputWrp label {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #233253;
    margin-bottom: 8px;
}

.irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail form .inputWrp input {
    background: #fff;
    border: 0;
    border-radius: 4px;
    max-width: 450px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    color: #59595b;
}

.irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail form .inputWrp input::-webkit-input-placeholder {
    color: #59595b;
}

.irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail form .inputWrp input:-moz-placeholder,
.irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail form .inputWrp input::-moz-placeholder {
    color: #59595b;
}

.irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail form .inputWrp input:-ms-input-placeholder {
    color: #59595b;
}

.irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail form .notARobot {
    background: #fff;
    border: 1px solid #c7cacc;
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    margin-bottom: 32px;
}

.irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail form .notARobot .checkboxWrp {
    display: flex;
    align-items: center;
}

.irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail form .notARobot .checkboxWrp input {
    margin-right: 8px;
}

.irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail form .notARobot .checkboxWrp label {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    margin: 0;
}

.irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail .dividentResultSec {
    display: none;
}

.irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail .dividentResultSec ul {
    margin-bottom: 48px;
}

.irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail .dividentResultSec ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail .dividentResultSec ul li label {
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    color: rgba(35, 50, 83, 0.5);
    display: block;
    width: 160px;
}

.irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail .dividentResultSec ul li strong {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #233253;
    max-width: 315px;
}

.irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail .dividentResultSec ul li:last-child {
    margin-bottom: 0;
}

.irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail .dividentResultSec .tblWrp {
    max-width: 670px;
    margin-bottom: 32px;
}

.irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail .dividentResultSec .tblWrp table {
    width: 100%;
}

.irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail .dividentResultSec .tblWrp table thead th {
    width: 33.33%;
}

.irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail .dividentResultSec .centerSecCont {
    max-width: 670px;
    width: 100%;
}

.irTabSection .irAccordViewMore {
    margin-top: 40px;
}

.tblWrp,
.tblWrp table {
    width: 100%;
}

.tblWrp table thead th {
    background: #005e9e;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    padding: 13px 0;
    border-left: 1px solid #c7cacc;
}

.tblWrp table thead th:first-child {
    border-left: 0;
}

.tblWrp table tbody td {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #233253;
    padding: 17px 0;
    border: 1px solid #c7cacc;
    border-top: 0;
}

.tblWrp table tbody td:first-child {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    background: #edf7fc;
    color: #2c6698;
}

.mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .titleWrapper {
    margin-bottom: 83px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .titleWrapper .titleWithBox {
    margin: 0;
}

.mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .titleWrapper .newsFilterSel {
    display: flex;
}

.mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .titleWrapper .newsFilterSel .selectBoxOrng:first-child {
    margin-right: 24px;
}

.mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .newsLists {
    margin: 0;
}

.mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .newsLists li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-top: 1px solid rgba(31, 34, 35, 0.1);
}

.mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .newsLists li:last-child {
    border-bottom: 1px solid rgba(31, 34, 35, 0.1);
}

.mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .newsLists li .newsData {
    padding-left: 11px;
}

.mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .newsLists li .newsData h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #005e9e;
    margin: 0;
}

.mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .newsLists li .newsData p {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #233253;
    opacity: 0.5;
    margin: 0;
}

.mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .newsLists li .newsActionBtn a:last-child {
    margin-left: 16px;
}

.mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .newsListViewMore .newsLists li:first-child {
    border-top: 0;
}

.mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .centerSecCont {
    margin: 40px 0 0;
}

.mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent.meidaKitSec .tabAccordContent h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #233253;
    margin-bottom: 7px;
}

.mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent.meidaKitSec .tabAccordContent div {
    display: flex;
    flex-direction: column;
}

.mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent.meidaKitSec .tabAccordContent div a {
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #005e9e;
}

.mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent.meidaKitSec .tabAccordContent div a span {
    margin-left: 14px;
    display: inline-flex;
    position: relative;
    top: 2px;
}

.mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent.meidaCtSec p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #233253;
    margin-bottom: 24px;
    max-width: 500px;
    width: 100%;
}

.mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent.meidaCtSec h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #233253;
    margin-bottom: 12px;
}

.mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent.meidaCtSec a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #005e9e;
}

.mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent.meidaCtSec a span {
    margin-right: 13px;
}

.tabAccordSection .accordMenuContWrp {
    position: relative;
}

.tabAccordSection .accordMenuContWrp .cornerBg {
    height: 0;
    top: 0;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
}

.tabAccordSection .accordMenuContWrp.opened .cornerBg {
    height: 100px;
}

.tabAccordSection .tabAccordMenu {
    margin: 8px 0 0;
}

.tabAccordSection .tabAccordMenu a {
    height: 86px;
    padding: 0 28px 0 24px;
    background: #fff;
    border: 1px solid #c7cacc;
    color: #233253;
}

.tabAccordSection .tabAccordMenu a,
.tabAccordSection .tabAccordMenu a .counter {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.tabAccordSection .tabAccordMenu a .counter {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    justify-content: center;
    background: linear-gradient(0deg, #edf8ff, rgba(237, 248, 255, 0));
    text-align: center;
    color: #005e9e;
    margin-right: 6px;
}

.tabAccordSection .tabAccordMenu a strong {
    font-weight: 400;
}

.tabAccordSection .tabAccordMenu a .toggleIcon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(237, 28, 36, 0.6);
    margin-left: auto;
    transform: rotate(0deg);
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.tabAccordSection .tabAccordMenu .spanclass {
    height: 63px;
    padding: 0 28px 0 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    border: solid #c7cacc;
    border-width: 1px 1px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #233253;
}

.tabAccordSection .tabAccordMenu .spanclass .counter {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, #edf8ff, rgba(237, 248, 255, 0));
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #005e9e;
    margin-right: 6px;
}

.tabAccordSection .tabAccordMenu .spanclass strong {
    font-weight: 400;
}

.tabAccordSection .tabAccordMenu .spanclass .toggleIcon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(237, 28, 36, 0.6);
    margin-left: auto;
    transform: rotate(0deg);
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.tabAccordSection .tabAccordMenu.opened a {
    border-bottom: 0;
}

.tabAccordSection .tabAccordMenu.opened a strong {
    font-weight: 600;
}

.tabAccordSection .tabAccordMenu.opened .toggleIcon {
    background: #ed1c24;
    transform: rotate(180deg);
}

.tabAccordSection .tabAccordMenu.opened .toggleIcon path {
    stroke: #fff;
}

.tabAccordSection .tabAccordContent {
    padding: 0 32px 40px 80px;
    background: #fff;
    border: 1px solid #c7cacc;
    border-top: 0;
    display: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #5a5a5a;
}

.tabAccordSection .tabAccordContent.opened {
    display: block;
}

.tabAccordSection table {
    width: 100%;
}

.tabAccordSection table td,
.tabAccordSection table th {
    min-width: 100px;
    padding: 10px;
}

.tabAccordSection table tr {
    background: #eaf1f8;
}

.tabAccordSection table th {
    vertical-align: middle;
    background: #005e9e;
    border: 1px solid #fff;
    color: #fff;
}

.tabAccordSection table td {
    vertical-align: top;
    border: 1px solid #fff;
    color: #5a5a5a;
}

.tabAccordSection table tr:nth-child(2n) {
    background-color: #f2f2f2;
}

.socialSection {
    padding: 80px 0;
}

.socialSection .socialSectionWrapper {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
}

.socialSection .socialSectionList li {
    width: 337px;
}

.socialSection .socialSectionList li>div {
    padding: 42px 23px 48px;
    border: 1px solid #c7cacc;
    position: relative;
}

.socialSection .socialSectionList li>div .cornerBg {
    width: 3px;
    height: 82px;
}

.socialSection .socialSectionList li>div .socialSecHeader {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 36px;
}

.socialSection .socialSectionList li>div .socialSecHeader .socialSecLogo svg {
    width: 65px;
    height: 42px;
}

.socialSection .socialSectionList li>div .socialSecHeader .socialSecTitle {
    margin-left: 16px;
}

.socialSection .socialSectionList li>div .socialSecHeader .socialSecTitle h4 {
    font-size: 16px;
    line-height: 16px;
    color: #233253;
    margin: 0 0 4px;
}

.socialSection .socialSectionList li>div .socialSecHeader .socialSecTitle h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #8a93a5;
    margin: 0;
}

.socialSection .socialSectionList li>div .socialSecHeader .socialSecTwitter {
    margin-left: auto;
}

.socialSection .socialSectionList li>div .socialSecContent {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #8a93a5;
    margin: 0 0 32px;
    min-height: 155px;
}

.socialSection .socialSectionList li>div .socialSecContent p {
    margin-bottom: 0;
}

.socialSection .socialSectionList li>div .socialMediaVideo {
    margin: 0 0 26px;
}

.socialSection .socialSectionList li>div .socialMediaVideo a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 215px;
    background: red;
    margin-bottom: 16px;
    position: relative;
}

.socialSection .socialSectionList li>div .socialMediaVideo a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
}

.socialSection .socialSectionList li>div .socialMediaVideo a:before,
.socialSection .socialSectionList li>div .socialMediaVideo a span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.socialSection .socialSectionList li>div .socialMediaVideo a span {
    width: 56px;
    height: 56px;
    border-radius: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 1;
}

.socialSection .socialSectionList li>div .socialMediaVideo a:hover:before,
.socialSection .socialSectionList li>div .socialMediaVideo a:hover span {
    opacity: 1;
    visibility: visible;
}

.socialSection .socialSectionList li>div .socialMediaVideo p {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #8a93a5;
}

.socialSection .socialSectionList li>div .socialMediaAction {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.socialSection .socialSectionList li>div .socialMediaAction a {
    font-size: 10px;
    line-height: 14px;
    color: #8a93a5;
    display: block;
}

.socialSection .socialSectionList li>div .socialMediaAction a svg {
    margin-right: 5px;
}

.socialSection .socialSectionList li>div .socialMediaAction a.tweets {
    margin-left: 20px;
}

.socialSection .socialSectionList li>div .socialMediaAction span.share {
    margin-left: auto;
    position: relative;
    cursor: pointer;
}

.socialSection .socialSectionList li>div .socialMediaAction span.share .shareHoverSec {
    position: absolute;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 10px;
    width: 135px;
    z-index: 99999;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    right: -10px;
    top: -105px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.socialSection .socialSectionList li>div .socialMediaAction span.share .shareHoverSec h3 {
    color: #233253;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 5px;
}

.socialSection .socialSectionList li>div .socialMediaAction span.share .shareHoverSec .socialIconsLink {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.socialSection .socialSectionList li>div .socialMediaAction span.share:hover .shareHoverSec {
    top: -80px;
    opacity: 1;
    visibility: visible;
}

.socialSection .socialSectionList .owl-carousel .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    outline: none;
}

.socialSection .socialSectionList .owl-carousel .owl-nav button.owl-prev {
    left: -68px;
}

.socialSection .socialSectionList .owl-carousel .owl-nav button.owl-next {
    right: -63px;
}

.branchLocatorSection {
    background: #f9f9f9;
    padding: 80px 0;
    margin-bottom: 80px;
}

.branchLocatorSection .abtSectionTitle {
    margin-bottom: 48px;
}

.branchLocatorSection .abtContentTitle {
    margin-bottom: 24px;
}

.branchLocatorSection .branchLocatorWrapper {
    max-width: 1060px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto 12px;
}

.branchLocatorSection .branchLocatorWrapper form {
    width: 302px;
    margin: 0 12px;
    position: relative;
}

.branchLocatorSection .branchLocatorWrapper form .inputIcon {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    left: 16px;
    top: 13px;
}

.branchLocatorSection .branchLocatorWrapper form input {
    width: 215px;
}

.branchLocatorSection .branchLocatorWrapper form input::-webkit-input-placeholder {
    color: #59595b;
}

.branchLocatorSection .branchLocatorWrapper form input:-moz-placeholder,
.branchLocatorSection .branchLocatorWrapper form input::-moz-placeholder {
    color: #59595b;
}

.branchLocatorSection .branchLocatorWrapper form input:-ms-input-placeholder {
    color: #59595b;
}

.branchLocatorSection .branchLocatorWrapper form button {
    width: 87px;
    outline: none;
}

.branchLocatorSection .branchLocatorWrapper a {
    height: 40px;
    border: 1px solid #ed1c24;
    border-radius: 4px;
    margin-left: 12px;
    font-weight: 600;
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    color: #ed1c24;
    padding: 0 20px;
}

.branchLocatorSection .mobileTags {
    display: none;
}

.branchLocatorSection .topSearchTags {
    text-align: center;
    font-weight: 400;
    font-size: 10px;
    line-height: 22px;
    color: #233253;
}

.branchLocatorSection .topSearchTags span {
    font-size: 10px;
    line-height: 14px;
    color: #005e9e;
    margin-left: 8px;
}

.notFoundError {
    text-align: center;
    color: red;
    font-size: 18px;
    font-weight: 600;
}

.catBannerSec {
    background: #f1f5f6;
    padding-top: 109px;
    position: relative;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.catBannerSec .catSectionSubTitle {
    text-align: left;
}

.catBannerSec .catBannerCont {
    padding-left: 155px;
    max-width: 710px;
    margin-bottom: 57px;
}

.catBannerSec .catBannerCont .mainTitle {
    text-align: left;
    margin-bottom: 19px;
}

.catBannerSec .catBannerCont p {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #5a5a5a;
    margin-bottom: 19px;
}

.catBannerSec .catBannerCont .catBannerBtn {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.catBannerSec .catBannerCont .catBannerBtn a {
    text-transform: uppercase;
}

.catBannerSec .catBannerCont .catBannerBtn a:last-child {
    margin-left: 19px;
    padding-left: 12px;
    padding-right: 13px;
}

.catBannerSec .catBannerCont .catBannerBtn a:last-child span {
    display: inline-block;
    margin-right: 9px;
}

.catBannerSec .catBannerCont .catBannerBtn a:last-child span svg path {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.catBannerSec .catBannerCont>a {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #005e9e;
}

.catBannerSec .catBannerCont>a span {
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.catBannerSec .catBannerImg {
    position: absolute;
    bottom: 0;
    right: 110px;
    width: 35%;
}

.catBannerSec .catBannerImg img {
    width: 100%;
}

.catSectionSubTitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #8a93a5;
    margin: 0 0 40px;
}

.questWorrySection {
    background: #fff;
    padding: 80px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.questWorrySection .questionsSection {
    width: 55%;
    max-width: 730px;
}

.questWorrySection .questionsSection h3 {
    margin-bottom: 32px;
    font-size: 38px;
    text-align: left;
}

.questWorrySection .questionsSection h3 .titleBgBox {
    border-color: #edf8ff;
    left: -25px;
    top: -16px;
    z-index: -1;
}

.questWorrySection .questionsSection h3 :before {
    background: #fff;
}

.questWorrySection .questionsSection ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #233253;
    margin-bottom: 14px;
}

.questWorrySection .questionsSection ul li .listBullet {
    margin: 6px 5px 0 0;
}

.questWorrySection .questionsSection ul li:last-child {
    margin: 0;
}

.product-info {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-info .product-info-content {
    width: 60%;
    padding: 50px 0 40px 230px;
}

.product-info .product-info-content h3 {
    margin-bottom: 10px;
    font-size: 48px;
    text-align: left;
    color: #005e9e;
}

.product-info .product-info-content h3 .titleBgBox {
    border-color: #edf8ff;
    left: -25px;
    top: -16px;
    z-index: -1;
}

.product-info .product-info-content h3 :before {
    background: #fff;
}

.product-info .product-info-content ul {
    margin-bottom: 18px;
}

.product-info .product-info-content ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #233253;
    margin-bottom: 14px;
}

.product-info .product-info-content ul li .listBullet {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.product-info .product-info-content ul li:last-child {
    margin: 0;
}

.product-info .illustrationSec {
    width: 40%;
    text-align: right;
}

.info-content {
    background: #fff;
    padding: 80px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.info-content .infoSection {
    width: 70%;
}

.info-content .infoSection h3 {
    margin-bottom: 32px;
    font-size: 38px;
    text-align: left;
}

.info-content .infoSection h3 .titleBgBox {
    border-color: #edf8ff;
    left: -25px;
    top: -16px;
    z-index: -1;
}

.info-content .infoSection h3 :before {
    background: #fff;
}

.info-content .infoSection .three-col {
    width: 33.33%;
    float: left;
    text-align: center;
    padding-right: 30px;
}

.info-content .infoSection ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #233253;
    margin-bottom: 14px;
}

.info-content .infoSection ul li .listBullet {
    margin: 6px 5px 0 0;
}

.info-content .infoSection ul li:last-child {
    margin: 0;
}

.contentHide {
    display: none;
}

.termInsuranceSection {
    padding: 80px 0;
    background: #f9f9f9;
}

.termInsuranceSection .mainTitle {
    margin: 0 0 8px;
    text-align: center;
}

.termInsuranceSection .viewMoreArticleWrap {
    text-align: center;
}

.termPlanSection {
    padding: 80px 0;
}

.articlePostSect {
    background: #fff;
    border: 1px solid #c7cacc;
    box-shadow: 0 4px 20px rgba(0, 94, 158, 0.05), 3px 6px 10px rgba(50, 130, 196, 0.08);
    max-width: 1050px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 48px 32px;
    margin: 40px auto;
    position: relative;
}

.articlePostSect .cornerBg {
    left: auto;
    right: 0;
}

.articlePostSect .bestSellerTag {
    position: absolute;
    top: -14px;
    left: -14px;
}

.articlePostSect .articlePostImg {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.articlePostSect .articlePostImg img {
    margin-bottom: 70px;
}

.articlePostSect .articlePostImg label {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
}

.articlePostSect .articlePostCont {
    width: 630px;
}

.articlePostSect .articlePostCont .articleContTitle {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.articlePostSect .articlePostCont .articleContTitle .titleContent {
    max-width: 75%;
}

.articlePostSect .articlePostCont .articleContTitle .titleContent h3 {
    color: #005e9e;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 5px;
}

.articlePostSect .articlePostCont .articleContTitle .titleContent p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #233253;
}

.articlePostSect .articlePostCont .articleContTitle .titleContent p sup {
    font-size: 10px;
    line-height: 10px;
    color: #233253;
}

.articlePostSect .articlePostCont .articleContTitle .starRatingInfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    margin-top: 7px;
}

.articlePostSect .articlePostCont .articleContTitle .starRatingInfo span {
    font-size: 11px;
    line-height: 15px;
    color: rgba(35, 50, 83, 0.8);
}

.articlePostSect .articlePostCont .articleContTitle .starRatingInfo .starRating {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.articlePostSect .articlePostCont .articleContTitle .starRatingInfo .starRating a {
    display: inline-flex;
    margin-left: 3px;
    cursor: default;
}

.articlePostSect .articlePostCont .articleContTitle .starRatingInfo .starRating a:first-child {
    margin-left: 0;
}

.articlePostSect .articlePostCont .articleContTitle .starRatingInfo .starRating a svg {
    width: 14px;
    height: 14px;
}

.articlePostSect .articlePostCont .articleContTitle .starRatingInfo .starRating a.rated svg path {
    fill: #edbf1c;
    stroke: #edbf1c;
    opacity: 1;
}

.articlePostSect .articlePostCont .tagEl {
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    background: #59647d;
    border-radius: 20px;
    padding: 3px 10px 2px 11px;
    margin-bottom: 12px;
    display: inline-flex;
}

.articlePostSect .articlePostCont ul {
    margin-bottom: 32px;
}

.articlePostSect .articlePostCont ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #5a5a5a;
    padding-left: 27px;
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 0;
}

.articlePostSect .articlePostCont ul li strong {
    font-weight: 600;
}

.articlePostSect .articlePostCont ul li .listBullet {
    position: absolute;
    left: 0;
}

.articlePostSect .articlePostCont ul li .listBullet svg {
    width: 18px;
    height: 18px;
}

.articlePostSect .articlePostCont ul li sup {
    font-size: 10px;
    line-height: 10px;
    color: #5a5a5a;
}

.articlePostSect .articlePostCont ul li .articleToolTip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.articlePostSect .articlePostCont ul li .articleToolTip>strong {
    border-bottom: 1px dashed #005e9e;
}

.articlePostSect .articlePostCont ul li .articleToolTip .articleTTContent {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -75px;
    margin-top: 10px;
    width: 215px;
    background: #fff;
    border-radius: 8px;
    padding: 27px 38px 25px;
    box-shadow: 0 4px 20px rgba(0, 94, 158, 0.05), 3px 6px 10px rgba(50, 130, 196, 0.08);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9;
}

.articlePostSect .articlePostCont ul li .articleToolTip .articleTTContent p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #233253;
    margin: 0;
}

.articlePostSect .articlePostCont ul li .articleToolTip .articleTTContent:after {
    content: "";
    position: absolute;
    top: -10px;
    left: calc(50% - 6px);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #fff;
}

.articlePostSect .articlePostCont ul li .articleToolTip:hover .articleTTContent {
    opacity: 1;
    visibility: visible;
}

.articlePostSect .articlePostCont .articleBtnCont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.articlePostSect .articlePostCont .articleBtnCont .dwnldLink {
    display: flex;
    margin-left: 24px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #005e9e;
}

.articlePostSect .articlePostCont .articleBtnCont .dwnldLink span {
    margin-right: 5px;
}

.articlePostSect .articlePostCont .articleBtnCont a:last-child {
    margin-left: auto;
}

.articlePostSect .articlePostCont .mobPointsViewMore,
.articlePostSect .articlePostCont .mobTermsCond {
    display: none;
}

.bannerAdSection {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1050px;
    width: 100%;
    min-height: 194px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0 40px 0 55px;
}

.bannerAdSection .bannerAdContent {
    width: 550px;
    margin-left: 63px;
}

.bannerAdSection .bannerAdContent h3 {
    font-weight: 700;
    font-size: 42px;
    line-height: 42px;
    color: #fff;
    margin-bottom: 11px;
}

.bannerAdSection .bannerAdContent p {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.bannerAdSection .bannerAdBtn {
    margin-left: auto;
}

.bannerAdSection .bannerAdBtn.siteButton {
    background: #0083c3;
    border: 1px solid #0083c3;
    outline: none;
}

.bannerAdSection .bannerAdBtn.siteButton:hover {
    background: #005e9e !important;
    border-color: #005e9e;
}

.bannerAdSection {
    margin: 40px auto;
}

.termPlanSection .platformWrapper .platformContent {
    padding: 42px 48px 32px;
}

.termPlanSection .platformWrapper .platformContent p {
    margin: 0;
}

.catTermInsuranceSec {
    padding: 80px 0;
    background: #f9f9f9;
}

.catTermInsuranceSec .mainTitle {
    margin: 0 auto 8px;
    max-width: 850px;
    text-align: center;
}

.contentGridBlock,
.insuranceBenList {
    max-width: 1060px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.contentGridBlock li,
.insuranceBenList li {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #c7cacc;
    background: #fff;
    width: 49%;
    padding: 27px 19px 24px 32px;
    position: relative;
}

.contentGridBlock li .illustrationImg,
.insuranceBenList li .illustrationImg {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(0deg, #edf8ff, rgba(237, 248, 255, 0));
}

.contentGridBlock li .contenTagWrp,
.insuranceBenList li .contenTagWrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}

.contentGridBlock li .contenTagWrp .gridTag,
.insuranceBenList li .contenTagWrp .gridTag {
    height: 20px;
    line-height: 20px;
    background: #f0f2f2;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #233253;
    padding: 0 21px 0 19px;
    border-radius: 70px;
}

.contentGridBlock li .contenTagWrp .tagLabel,
.insuranceBenList li .contenTagWrp .tagLabel {
    margin-left: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #808285;
}

.contentGridBlock li .benContent,
.insuranceBenList li .benContent {
    padding-top: 6px;
    margin-left: 10px;
    width: calc(100% - 90px);
}

.contentGridBlock li .benContent h3,
.insuranceBenList li .benContent h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #005e9e;
    margin-bottom: 15px;
}

.contentGridBlock li .benContent p,
.insuranceBenList li .benContent p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #233253;
    margin-bottom: 33px;
}

.contentGridBlock li .benContent a,
.insuranceBenList li .benContent a {
    display: inline-flex;
}

.contentGridBlock.fullGridBlock .benContent,
.insuranceBenList.fullGridBlock .benContent {
    width: 100%;
    margin-left: 0;
}

.custStorySec {
    padding: 80px 0 50px;
    background: #eaf1f8;
}

.custStorySec .mainTitle {
    margin-bottom: 10px;
}

.custStorySec .catSectionSubTitle {
    margin-bottom: 40px;
}

.custStorySec .custStoryLists {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
}

.custStorySec .custStoryLists ul {
    margin-bottom: 47px;
}

.custStorySec .custStoryLists ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.custStorySec .custStoryLists ul li .testimonialImg {
    width: 428px;
    position: relative;
}

.custStorySec .custStoryLists ul li .testimonialCont {
    width: 570px;
    margin-left: 62px;
}

.custStorySec .custStoryLists ul li .testimonialCont h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #005e9e;
}

.custStorySec .custStoryLists ul li .testimonialCont h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(35, 50, 83, 0.6);
    margin-bottom: 16px;
}

.custStorySec .custStoryLists ul li .testimonialCont p {
    font-size: 16px;
    line-height: 22px;
    color: #233253;
    margin-bottom: 13px;
}

.custStorySec .custStoryLists ul li .testimonialCont p.custStoryHidden {
    display: none;
}

.custStorySec .custStoryLists ul li .testimonialCont a {
    font-size: 12px;
}

.custStorySec .custStoryLists ul li .testimonialCont a span {
    top: 2px;
}

.custStorySec .custStoryLists .owlCarouselNav {
    justify-content: center;
}

.custStorySec .mobCustStoryLists {
    display: none;
}

.catLifeInsuranceSec h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: rgba(35, 50, 83, 0.5);
    margin-bottom: 4px;
}

.catLifeInsuranceSec .mainTitle {
    max-width: 55%;
    margin: 0 auto;
    line-height: 55px;
}

.catLifeInsuranceSec .catSectionSubTitle {
    margin-bottom: 40px;
}

.catLifeInsuranceSec .blockGridHidden {
    display: none;
}

.catLifeInsuranceSec .viewMoreBtnWrp {
    margin-top: 25px;
}

.blockGridSection {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto 15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-template-areas: "twoCol twoCol oneCol" "oneCol2  twoCol2 twoCol2";
}

.blockGridSection article:first-child {
    grid-area: twoCol;
}

.blockGridSection article:first-child .cornerBg {
    left: auto;
    right: 0;
}

.blockGridSection article:nth-child(2) {
    grid-area: oneCol;
}

.blockGridSection article:nth-child(3) {
    grid-area: oneCol2;
}

.blockGridSection article:nth-child(4) {
    grid-area: twoCol2;
}

.blockGridSection article.twoColGrid {
    display: flex;
    flex-wrap: wrap;
}

.blockGridSection article.twoColGrid .gridSecImg {
    width: 325px;
    height: 269px;
    overflow: hidden;
}

.blockGridSection article.twoColGrid .gridSecImg a {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
}

.blockGridSection article.twoColGrid .gridSecCont,
.blockGridSection article.twoColGrid .gridSecImg a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blockGridSection article.twoColGrid .gridSecCont {
    width: calc(100% - 325px);
    background: #fff;
    padding: 40px 32px;
    border: 1px solid #c7cacc;
    position: relative;
}

.blockGridSection article.twoColGrid .gridSecCont span.dateInfo {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: rgba(35, 50, 83, 0.5);
    margin-bottom: 4px;
}

.blockGridSection article.twoColGrid .gridSecCont h3 {
    font-weight: 800;
    font-size: 26px;
    line-height: 33px;
    color: #233253;
    margin-bottom: 4px;
}

.blockGridSection article.twoColGrid .gridSecCont p {
    font-size: 14px;
    line-height: 20px;
    color: rgba(35, 50, 83, 0.6);
}

.blockGridSection article.twoColGrid:hover .gridSecImg a {
    transform: scale(1.1);
}

.blockGridSection article.twoColGrid:hover .gridSecCont {
    box-shadow: 0 4px 20px rgba(0, 94, 158, 0.05), 3px 6px 10px rgba(50, 130, 196, 0.08);
}

.blockGridSection article.oneColGrid .fullGridSecImg {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.blockGridSection article.oneColGrid .fullGridSecImg a {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blockGridSection article.oneColGrid .fullGridSecImg a:hover {
    transform: scale(1.1);
}

.blockGridSection article.oneColGrid .gridSecCont {
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.blockGridSection article.oneColGrid .gridSecCont span.dateInfo {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.blockGridSection article.oneColGrid .gridSecCont h3 {
    font-weight: 800;
    font-size: 26px;
    line-height: 33px;
    color: #fff;
}

.haveQuesSec {
    padding: 80px 0;
}

.haveQuesSec .mainTitle {
    margin-bottom: 8px;
}

.haveQuesSec .catSectionSubTitle {
    margin-bottom: 40px;
}

.haveQuesSec .tabAccordSection {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
}

.haveQuesSec .tabAccordSection .tabAccordContent {
    padding: 0 85px 40px 75px;
}

.haveQuesSec .viewMoreBtnWrp {
    margin-top: 40px;
}

.disclaimerSec .disclaimer-wrap {
    padding-top: 0;
}

.videoPlayBtn {
    width: 56px;
    height: 56px;
    border-radius: 500px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.calculateSection {
    background: #fff;
    padding: 48px 40px 0;
    max-width: 1060px;
    width: 100%;
    display: none;
    margin: 0 auto 80px;
    position: relative;
}

.calculateSection .calculateClose {
    position: absolute;
    top: 26px;
    right: 26px;
    width: 20px;
    height: 20px;
    background: url(../../../content/dam/hdfclifeinsurancecompany/home/icons/pop-close.png) no-repeat 0 0;
}

.calculateSection .calculateClose svg {
    display: none;
}

.calculateSection .calculatorSection {
    padding-bottom: 37px;
}

.calculateSection .calculatorSection h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #233253;
    margin-bottom: 12px;
}

.calculateSection .calculatorSection p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #666;
    margin-bottom: 32px;
}

.calculateSection .calculateInputSec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 47px;
}

.calculateSection .calculateInputSec .calcInput {
    width: 275px;
}

.calculateSection .calculateInputSec .calcInput .ruppeeInputWrp {
    position: relative;
}

.calculateSection .calculateInputSec .calcInput .ruppeeInputWrp span {
    position: absolute;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: #666;
    left: 7px;
}

.calculateSection .calculateInputSec .calcInput .ruppeeInputWrp input[type="text"] {
    padding-left: 20px;
}

.calculateSection .calculateInputSec .calcInput label {
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 0 4px;
    width: 100%;
}

.calculateSection .calculateInputSec .calcInput input[type="text"] {
    width: 185px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #c7cacc;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: #666;
}

.calculateSection .calculateInputSec .calcInput input.years[type="text"] {
    width: 55px !important;
    padding: 0 14px !important;
}

.calculateSection .calculateInputSec .calcInput .calcInput label {
    width: 100%;
}

.calculateSection .calculateResSec {
    padding: 30px 0 46px;
    border-top: 1px solid rgba(31, 34, 35, 0.1);
    display: none;
}

.calculateSection .calculateResSec .calcAmtSec {
    text-align: center;
}

.calculateSection .calculateResSec .calcAmtSec label {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    opacity: 0.6;
    margin: 0;
}

.calculateSection .calculateResSec .calcAmtSec h3 {
    color: #233253;
    font-weight: 400;
}

.calculateSection .calculateResSec .calcAmtSec.reqAmt {
    padding-bottom: 20px;
    position: relative;
}

.calculateSection .calculateResSec .calcAmtSec.reqAmt:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: #233253;
    opacity: 0.5;
    width: 228px;
    height: 1px;
}

.calculateSection .calculateResSec .calcAmtSec.monthPrem {
    padding-top: 20px;
    margin-bottom: 37px;
}

.calculateSection .calculateResSec .recomendPlans {
    text-align: center;
    margin: 0 0 49px;
}

.calculateSection .calculateResSec .recomendPlans h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #233253;
    margin-bottom: 18px;
}

.calculateSection .calculateResSec .recomendPlans>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.calculateSection .calculateResSec .recomendPlans>div a {
    background: #fff;
    border: 1px solid #c7cacc;
    box-shadow: 0 4px 20px rgba(0, 94, 158, 0.05), 3px 6px 10px rgba(50, 130, 196, 0.08);
    font-weight: 600;
    font-size: 16px;
    line-height: 51px;
    color: #005e9e;
    width: 262px;
    height: 51px;
    position: relative;
    display: block;
    padding: 0 18px;
    margin: 0 16px;
}

.calculateSection .calculateResSec .recomendPlans>div a:after {
    content: "";
    position: absolute;
    left: 0;
    background: #ed1c24;
    top: 0;
    width: 4px;
    height: 100%;
}

.calculateSection .calculateResSec .getQuoteSec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.calculateSection .calculateResSec .getQuoteSec a {
    margin: 0 8px;
}

.calculateSection .calculateResSec .getQuoteSec a:last-child span {
    display: inline-block;
    margin-right: 9px;
}

.calculateSection .calculateResSec .getQuoteSec a:last-child span svg path {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.rangeSliderInput #range-slider-wrapper {
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    padding-top: 37px;
    position: relative;
    margin-top: 10px;
}

@media only screen and (max-width: 640px) {
    .rangeSliderInput #range-slider-wrapper {
        width: 100%;
    }

    .faqSec,
    .taxFeatureSec {
        padding-top: 0px !important;
    }
}

.rangeSliderInput #range-slider-wrapper .range-limit {
    font-size: 16px;
    line-height: 22px;
    color: #898989;
    position: absolute;
    bottom: -5px;
}

.rangeSliderInput #range-slider-wrapper .range-limit.max {
    right: 0;
}

.rangeSliderInput .rangeslider__fill {
    box-shadow: none;
    background: #ed1c24;
    height: 8px;
}

.rangeSliderInput .rangeslider {
    height: 8px;
    border-radius: 3px;
    background: #e5e5e5;
    box-shadow: none;
}

.rangeSliderInput .rangeslider__handle {
    width: 22px;
    height: 22px;
    box-shadow: none;
    margin-top: 3px;
    background: #fff;
    background-image: none !important;
    border: 2px solid #ed1c24;
    box-shadow: 0 2px 3px rgba(237, 28, 36, 0.16);
}

.rangeSliderInput .rangeslider__handle:after {
    background: none;
}

.rangeSliderInput .live-range-val {
    position: absolute;
    top: 6px;
    left: 45%;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    transform: translateX(-30%);
}

.mobCatArticleSec {
    display: none;
}

.modalOverLayBg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 9999;
    backdrop-filter: blur(15px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.modalPopUp {
    background: #fff;
    position: relative;
    transition: all 0.3s ease-out;
}

.modalPopUp.scaleEffect {
    transform: scale(1.02);
}

.modalPopUp .modalCloseBtn {
    position: absolute;
    top: 26px;
    right: 26px;
    cursor: pointer;
    font-size: 23px;
    z-index: 999;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../../../content/dam/hdfclifeinsurancecompany/images/home-images/pop-close.png) no-repeat 0 0;
}

.modalPopUp .modalCloseBtn svg {
    display: none;
}

.categoryTermPopUp {
    width: 1000px;
    padding: 65px 80px;
}

.categoryTermPopUp>div ul li {
    max-height: 450px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.categoryTermPopUp>div ul li .iconContainer {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: linear-gradient(0deg, #edf8ff, rgba(237, 248, 255, 0));
    margin-bottom: 17px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.categoryTermPopUp>div ul li .contentContainter {
    position: relative;
}

.categoryTermPopUp>div ul li .contentContainter h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #005e9e;
    margin-bottom: 16px;
}

.categoryTermPopUp>div ul li .contentContainter p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #233253;
    margin-bottom: 30px;
}

.categoryTermPopUp>div ul li .contentContainter p:last-child {
    margin-bottom: 0;
}

.categoryTermPopUp>div .owlCarouselNav {
    justify-content: center;
}

.categoryTermPopUp #catTermSliderNav {
    margin-top: 30px;
}

.custReviewPopUp {
    width: 1000px;
    padding: 80px;
    position: relative;
}

.custReviewPopUp .avatarSec {
    width: 100%;
    max-width: 595px;
}

.custReviewPopUp .avatarSec .avatarTitle {
    margin-bottom: 20px;
}

.custReviewPopUp .avatarSec .avatarTitle h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #005e9e;
    margin-bottom: 4px;
}

.custReviewPopUp .avatarSec .avatarTitle>span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #233253;
}

.custReviewPopUp .avatarSec .avatarContent {
    margin: 0 0 40px;
}

.custReviewPopUp .avatarSec .avatarContent p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #233253;
    margin: 0 0 30px;
}

.custReviewPopUp .avatarSec .avatarInfoDetail h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #005e9e;
    margin: 0 0 4px;
}

.custReviewPopUp .avatarSec .avatarInfoDetail h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #ed1c24;
}

.custReviewPopUp .avatarSec .avatarInfoDetail h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #005e9e;
}

.custReviewPopUp .avatarImg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.customerVideoPopup,
.termPlansVideoPopUp {
    width: 800px;
    padding: 60px 40px 40px;
    position: relative;
}

.customerVideoPopup .modalCloseBtn,
.termPlansVideoPopUp .modalCloseBtn {
    top: 20px;
    right: 20px;
}

.customerVideoPopup .videoWrapper iframe,
.termPlansVideoPopUp .videoWrapper iframe {
    width: 100%;
    height: 400px;
}

.toolsCalcBannerSec {
    flex-direction: column;
    padding-top: 30px;
}

.toolsCalcBannerSec h2,
.toolsCalcBannerSec h1 {
    max-width: 550px;
    width: 100%;
    margin: 0 auto 11px;
}

.toolsCalcBannerSec h5 {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #233253;
}

.toolsCalcMenuLinks {
    margin: 43px 0 50px;
}

.toolsCalcMenuLinks ul {
    border-bottom: 1px solid rgba(31, 34, 35, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.toolsCalcMenuLinks ul li {
    margin-left: 80px;
}

.toolsCalcMenuLinks ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #233253;
    position: relative;
    padding-bottom: 12px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.toolsCalcMenuLinks ul li a.active,
.toolsCalcMenuLinks ul li a:hover {
    color: #ed1c24;
    text-shadow: 0 0 0 #ed1c24;
}

.toolsCalcMenuLinks ul li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    border-radius: 4px;
    background: #ed1c24;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.toolsCalcMenuLinks ul li a.active:after,
.toolsCalcMenuLinks ul li a:hover:after {
    width: 100%;
}

.toolsCalcMenuLinks ul li:first-child {
    margin: 0;
}

.toolsCalcTabSec>div {
    display: none;
}

.toolsCalcTabSec .financialCotentSec {
    display: block;
}

.toolsCalcTabSec .contentGridBlock {
    margin-bottom: 22px;
}

.toolsCalcTabSec .contentGridBlock li {
    margin-bottom: 18px;
}

.toolsCalcTabSec .contentGridBlock li .benContent {
    display: flex;
    flex-direction: column;
}

.toolsCalcTabSec .contentGridBlock li .benContent a {
    align-self: flex-start;
    margin-top: auto;
}

.prodListSliderWrp {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto 50px;
}

.prodListSliderWrp>h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #233253;
    margin-bottom: 24px;
}

.prodListSliderWrp .prodListSliderList ul li {
    width: 340px;
}

.prodListSliderWrp .prodListSliderList ul li>div {
    background: #fff;
    border: 1px solid #c7cacc;
    box-shadow: 0 2px 8px rgba(0, 94, 158, 0.05), 1px 2px 4px rgba(50, 130, 196, 0.08);
    padding: 19px 24px 28px;
    position: relative;
}

.prodListSliderWrp .prodListSliderList ul li>div .cornerBg {
    height: 55px;
}

.prodListSliderWrp .prodListSliderList ul li>div h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #233253;
    margin-bottom: 26px;
}

.prodListSliderWrp .prodListSliderList ul li>div p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #233253;
    margin-bottom: 30px;
}

.prodListSliderWrp .prodListSliderList ul li>div a {
    display: inline-flex;
}

.toolsCalcAdSec {
    margin-bottom: 80px;
}

.wizardFormStepper {
    margin-bottom: 35px;
}

.wizardFormStepper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wizardFormStepper ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
}

.wizardFormStepper ul li a {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: rgba(0, 94, 158, 0.5);
    position: relative;
    margin-bottom: 13px;
}

.wizardFormStepper ul li a.inActiveStepper {
    pointer-events: none;
}

.wizardFormStepper ul li a span {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #005e9e;
    background: #fff;
    box-shadow: 0 4px 4px rgba(2, 70, 117, 0.25);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wizardFormStepper ul li a:after {
    content: "";
    background: #233253;
    width: 85px;
    height: 1px;
    position: absolute;
    left: 65px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.wizardFormStepper ul li a.stepperComplete span {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #005e9e;
    color: #fff;
    box-shadow: none;
}

.wizardFormStepper ul li:last-child a:after {
    display: none;
}

.wizardFormStepper ul li h4 {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #233253;
}

.wizardFormContent {
    border: 1px solid #c7cacc;
    padding: 20px 24px 45px;
}

.wizardFormContent .wizardFormInner h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #233253;
    margin-bottom: 45px;
}

.wizardFormContent .wizardFormInner h3 span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(0deg, #edf8ff, rgba(237, 248, 255, 0));
    margin-right: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #005e9e;
}

.wizardFormContent .wizardFormInner .wizardFormWrp {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
}

.wizardFormContent .wizardFormInner .wizardFormWrp .wizardRadioSec h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #233253;
    margin-bottom: 12px;
}

.wizardFormContent .wizardFormInner .wizardFormWrp .wizardRadioSec .wizardRadioRow {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.wizardFormContent .wizardFormInner .wizardFormWrp .wizardRadioSec .wizardRadioRow .wizardRadio {
    margin-left: 95px;
}

.wizardFormContent .wizardFormInner .wizardFormWrp .wizardRadioSec .wizardRadioRow .wizardRadio input {
    display: none;
}

.wizardFormContent .wizardFormInner .wizardFormWrp .wizardRadioSec .wizardRadioRow .wizardRadio input:checked+label {
    color: #000;
}

.wizardFormContent .wizardFormInner .wizardFormWrp .wizardRadioSec .wizardRadioRow .wizardRadio input:checked+label:after {
    transform: scale(1);
}

.wizardFormContent .wizardFormInner .wizardFormWrp .wizardRadioSec .wizardRadioRow .wizardRadio label {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.6);
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}

.wizardFormContent .wizardFormInner .wizardFormWrp .wizardRadioSec .wizardRadioRow .wizardRadio label:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 2px solid #ed1c24;
    left: 0;
    top: 4px;
}

.wizardFormContent .wizardFormInner .wizardFormWrp .wizardRadioSec .wizardRadioRow .wizardRadio label:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ed1c24;
    left: 5px;
    top: 9px;
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wizardFormContent .wizardFormInner .wizardFormWrp .wizardRadioSec .wizardRadioRow .wizardRadio:first-child {
    margin-left: 0;
}

.wizardFormContent .wizardFormInner .wizardFormWrp .wizardInputRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 45px;
}

.wizardFormContent .wizardFormInner .wizardFormWrp .wizardInputRow .wizardInputWrp {
    max-width: 315px;
    width: 100%;
}

.wizardFormContent .wizardFormInner .wizardFormWrp .wizardInputRow .wizardInputWrp label {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
}

.wizardFormContent .wizardFormInner .wizardFormWrp .wizardInputRow .wizardInputWrp input[type="text"],
.wizardFormContent .wizardFormInner .wizardFormWrp .wizardInputRow .wizardInputWrp input[type="number"] {
    height: 32px;
    max-width: 185px;
    width: 100%;
    border: 1px solid #c7cacc;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: #666;
    padding: 0 10px;
}

.wizardFormContent .wizardFormInner .wizardFormWrp .wizardInputRow .wizardInputWrp .wizardInputHint {
    margin-top: 6px;
    display: block;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.6);
    max-width: 235px;
}

.wizardFormContent .wizardFormInner .wizardFormWrp .wizardButtonRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wizardFormContent .wizardFormInner .wizardFormWrp .wizardButtonRow button.siteButton {
    width: 105px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    outline: none;
    text-transform: uppercase;
}

.wizardFormContent .wizardFormInner .wizardFormWrp .wizardButtonRow button.previousButton {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #233253;
    background: none;
    border: 0;
    outline: none;
    margin-right: 52px;
}

.wizardFormContent .wizardFormInner .wizardFormWrp .wizardNotes {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    opacity: 0.6;
    margin-bottom: 20px;
}

.wizardFormContent .wizardFormInner .wizardFormWrp .wizardTable {
    margin-bottom: 50px;
}

.wizardFormContent .wizardFormInner .wizardFormWrp .wizardTable table {
    width: 100%;
}

.wizardFormContent .wizardFormInner .wizardFormWrp .wizardTable table thead tr th {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    padding: 16px;
    background: #005e9e;
    border-left: 1px solid #c7cacc;
}

.wizardFormContent .wizardFormInner .wizardFormWrp .wizardTable table thead tr th:first-child {
    border-left: 0;
}

.wizardFormContent .wizardFormInner .wizardFormWrp .wizardTable table tbody tr td {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #233253;
    padding: 16px;
    border: 1px solid #c7cacc;
    border-top: 0;
}

.wizardFormContent .wizardFormInner .wizardFormWrp .wizardTable table tbody tr td:first-child {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #2c6698;
    text-align: center;
}

.toolsCalcTitleCont {
    margin-bottom: 47px;
}

.toolsCalcTitleCont h3,
.toolsCalcTitleCont h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #233253;
    margin-bottom: 12px;
}

.toolsCalcTitleCont p {
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #666;
}

.itWizardFormSec {
    padding: 50px 0 50px;
}

.itWizardFormSec .itWizardFormWrp .wizardFormContent .personalInfoWizard .wizardFormWrp .wizardInputWrp {
    max-width: 187px;
}

.itWizardFormSec .itWizardFormWrp .wizardFormContent .deduction80DWizard .wizardInputWrp {
    max-width: 33%;
    display: flex;
    flex-direction: column;
}

.itWizardFormSec .itWizardFormWrp .wizardFormContent .deduction80DWizard .wizardInputWrp label {
    line-height: 18px;
    margin-bottom: 22px;
    max-width: 65%;
}

.itWizardFormSec .itWizardFormWrp .wizardFormContent .deduction80DWizard .wizardInputWrp .wizardInput {
    margin-top: auto;
}

.itWizardFormSec .itWizardFormWrp .wizardFormContent .houseIncomeWizard .houseIncomeRadioWrp {
    border-bottom: 1px solid rgba(31, 34, 35, 0.1);
    margin-bottom: 30px;
}

.itWizardFormSec .itWizardFormWrp .wizardFormContent .otherDeductionWizard .wizardNotes {
    margin-bottom: 50px;
}

.itWizardFormSec .itWizardFormWrp .wizardFormContent .deductions80dWizard .wizardFormWrp h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #233253;
    margin-bottom: 21px;
}

.itWizardFormSec .itWizardFormWrp .wizardFormContent .deductions80dWizard .wizardFormWrp .taxSummaryTable {
    margin-bottom: 20px;
}

.itWizardFormSec .itWizardFormWrp .wizardFormContent .deductions80dWizard .wizardFormWrp .taxSummaryTable table {
    width: 100%;
}

.itWizardFormSec .itWizardFormWrp .wizardFormContent .deductions80dWizard .wizardFormWrp .taxSummaryTable table td {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #233253;
    border: 1px solid #c7cacc;
    padding: 20px;
}

.itWizardFormSec .itWizardFormWrp .wizardFormContent .deductions80dWizard .wizardFormWrp .taxSummaryTable table td:first-child {
    width: 400px;
}

.itWizardFormSec .itWizardFormWrp .wizardFormContent .deductions80dWizard .wizardFormWrp .taxSummaryTable table td:last-child {
    padding-left: 30px;
}

.itWizardFormSec .itWizardFormWrp .wizardFormContent .deductions80dWizard .wizardFormWrp .wizardNotes h6 {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.itWizardFormSec .itWizardFormWrp .wizardFormContent .deductions80dWizard .wizardFormWrp .wizardNotes p {
    margin-bottom: 20px;
}

.itWizardFormSec .itWizardFormWrp .wizardFormContent .deductions80dWizard .wizardFormWrp .wizardDisclaimer {
    margin-bottom: 50px;
}

.itWizardFormSec .itWizardFormWrp .wizardFormContent .deductions80dWizard .wizardFormWrp .wizardDisclaimer p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: rgba(237, 28, 36, 0.6);
}

.taxFeatureSec {
    padding-top: 80px;
}

.taxFeatureSec .mainTitle {
    font-size: 38px;
}

.financialCotentSec .taxFeatureSec .mainTitle {
    font-size: 32px;
    margin-bottom: 26px;
}

.taxFeatureSec .contentGridBlock li {
    margin-bottom: 24px;
}

.itSectionSubTitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #8a93a5;
    margin-bottom: 60px;
}

.faqSec {
    padding-top: 80px;
    padding-bottom: 80px;
}

.faqSec .mainTitle {
    margin-bottom: 8px;
}

.faqSec .tabAccordSection {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto 40px;
}

.toolsCalcWrapper {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
}

.calculateBMISec {
    padding: 50px 10px 50px;
}

.toolsCalcForm .toolsCalcInput>label {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
}

.toolsCalcForm .toolsCalcInput input[type="text"] {
    height: 32px;
    max-width: 185px;
    width: 100%;
    border: 1px solid #c7cacc;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: #666;
    padding: 0 10px;
}

.toolsCalcForm .toolsCalcRadio label {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.6);
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}

.toolsCalcForm .toolsCalcRadio label:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #ed1c24;
    left: 0;
    top: 5px;
}

.toolsCalcForm .toolsCalcRadio label:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ed1c24;
    left: 4px;
    top: 9px;
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.toolsCalcForm .toolsCalcRadio input[type="radio"] {
    display: none;
}

.toolsCalcForm .toolsCalcRadio input[type="radio"]:checked+label {
    color: #000;
}

.toolsCalcForm .toolsCalcRadio input[type="radio"]:checked+label:after {
    transform: scale(1);
}

.calculateBmiFormWrp {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}

.calculateBmiFormWrp .calculateBmiForm {
    max-width: 185px;
    width: 100%;
}

.calculateBmiFormWrp .calculateBmiForm .toolsCalcInput {
    margin-bottom: 32px;
}

.calculateBmiFormWrp .calculateBmiForm .heightInputWrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.calculateBmiFormWrp .calculateBmiForm .heightInputWrp>label {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
}

.calculateBmiFormWrp .calculateBmiForm .heightInputWrp .radioBoxWrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.calculateBmiFormWrp .calculateBmiForm .heightInputWrp .radioBoxWrp .feetRadio {
    margin-left: 16px;
}

.calculateBmiFormWrp .calculateBmiForm .heightInputWrp .radioBoxWrp label {
    font-size: 14px;
}

.codCalcFormWrp .codCalcForm {
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(31, 34, 35, 0.1);
}

.codCalcFormWrp .codCalcForm .codCalcFormInputRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.codCalcFormWrp .codCalcForm .codCalcFormInputRow .lifeCoverSlide {
    max-width: 185px;
    width: 100%;
}

.codCalcFormWrp .codCalcForm .codCalcFormInputRow .codRadioSec>label {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
}

.codCalcFormWrp .codCalcForm .codCalcFormInputRow .codRadioSec .genderRadioWrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 185px;
    width: 100%;
}

.codCalcFormWrp .codCalcForm .codCalcFormInputRow .codRadioSec .genderRadioWrp .toolsCalcRadio:last-child {
    margin-left: 24px;
}

.codCalcFormWrp .codFormResult {
    padding: 48px 0 0;
}

.codCalcFormWrp .codFormResult h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #233253;
    text-align: center;
    margin-bottom: 22px;
}

.codCalcFormWrp .codFormResult h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #233253;
    margin-bottom: 6px;
}

.codCalcFormWrp .codFormResult .premiumAmtWrp {
    margin-bottom: 24px;
    text-align: center;
}

.codCalcFormWrp .codFormResult .premiumAmtWrp strong {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #233253;
}

.codCalcFormWrp .codFormResult .premiumAmtWrp small,
.codCalcFormWrp .codFormResult p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #233253;
}

.codCalcFormWrp .codFormResult p {
    text-align: center;
    margin-bottom: 40px;
}

.codCalcFormWrp .codFormResult p strong {
    font-size: 20px;
    font-weight: 600;
}

.codCalcFormWrp .codFormResult .centerSecCont {
    margin-bottom: 67px;
}

.codCalcFormWrp .codFormResult .tblWrp {
    margin-bottom: 52px;
}

.codCalcFormWrp .codFormResult .hintsNote {
    border-bottom: 1px solid rgba(31, 34, 35, 0.1);
    padding-bottom: 48px;
    margin-bottom: 48px;
}

.codCalcFormWrp .codFormResult .hintsNote p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.6);
    text-align: left;
    margin-bottom: 0;
}

.codCalcFormWrp .codFormResult .hintsNote:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.plannerWizFormStepper {
    margin-bottom: 70px;
}

.plannerWizFormStepper ul {
    justify-content: center;
}

.plannerWizFormStepper ul li {
    width: 160px;
}

.plannerWizFormCont .wizardFormInner .wizardFormWrp {
    max-width: 345px;
    width: 100%;
    margin: 0 auto;
}

.plannerWizFormCont .wizardFormInner .wizardFormWrp .wizardInputRow {
    flex-direction: column;
    margin-bottom: 40px;
}

.plannerWizFormCont .wizardFormInner .wizardFormWrp .wizardInputRow .wizardInputWrp,
.plannerWizFormCont .wizardFormInner .wizardFormWrp .wizardInputRow .wizardInputWrp input[type="text"],
.plannerWizFormCont .wizardFormInner .wizardFormWrp .wizardInputRow .wizardInputWrp input[type="number"] {
    max-width: 100%;
}

.plannerWizFormCont .wizardFormInner .wizardFormWrp .wizardInputRow .costOfEduRadio h4 {
    margin: 0 0 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.6);
}

.plannerWizFormCont .wizardFormInner .wizardFormWrp .wizardInputRow .costOfEduRadio .wizardRadioRow {
    flex-direction: column;
    margin: 0;
}

.plannerWizFormCont .wizardFormInner .wizardFormWrp .wizardInputRow .costOfEduRadio .wizardRadioRow .wizardRadio:last-child {
    margin-left: 0;
}

.planSummarySec {
    text-align: center;
}

.planSummarySec h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #233253;
    margin-bottom: 40px;
}

.planSummarySec>div {
    max-width: 315px;
    width: 100%;
    border: 1px solid #c7cacc;
    padding: 24px 0;
    margin: 0 auto 40px;
}

.planSummarySec>div h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #233253;
    margin-bottom: 8px;
}

.planSummarySec>div p {
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #233253;
}

.lifeRetireWizFormStepper ul {
    max-width: 735px;
    width: 100%;
    margin: 0 auto;
}

.retireWizFormCont .wizardFormInner .wizardFormWrp {
    max-width: 345px;
    width: 100%;
    margin: 0 auto;
}

.retireWizFormCont .wizardFormInner .wizardFormWrp .wizardInputRow {
    flex-direction: column;
    margin-bottom: 40px;
}

.retireWizFormCont .wizardFormInner .wizardFormWrp .wizardInputRow .wizardInputWrp,
.retireWizFormCont .wizardFormInner .wizardFormWrp .wizardInputRow .wizardInputWrp input[type="text"] {
    max-width: 100%;
}

.retireWizFormCont .wizardFormInner.savingInvestWizard .wizardFormWrp {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.retireWizFormCont .wizardFormInner.savingInvestWizard .wizardFormWrp .wizardInputRow .wizardInputWrp {
    max-width: 100%;
}

.retireWizFormCont .wizardFormInner.savingInvestWizard .wizardFormWrp .wizardInputRow .wizardInputWrp input[type="text"] {
    max-width: 345px;
}

.retireWizFormCont .wizardFormInner.savingInvestWizard .wizardFormWrp .wizardInputRow .wizardInputWrp .wizardInputHint {
    max-width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.6);
}

.retireWizFormCont .wizardFormInner.savingInvestWizard .wizardFormWrp .wizardInputRow .investTypeRadio h4 {
    margin: 0 0 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.6);
}

.retireWizFormCont .wizardFormInner.savingInvestWizard .wizardFormWrp .wizardInputRow .investTypeRadio .wizardRadioRow {
    flex-direction: column;
    margin: 0;
}

.retireWizFormCont .wizardFormInner.savingInvestWizard .wizardFormWrp .wizardInputRow .investTypeRadio .wizardRadioRow .wizardRadio {
    margin-left: 0;
}

.retireWizFormCont .wizardFormInner.savingInvestWizard .wizardFormWrp .wizardInputRow .investTypeRadio .wizardRadioRow .wizardRadio label {
    font-size: 14px;
}

.retireWizFormCont .wizardFormInner.expenseWizard .wizardFormWrp {
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
}

.retireWizFormCont .wizardFormInner.expenseWizard .wizardFormWrp .wizardInputRow {
    flex-direction: row;
}

.retireWizFormCont .wizardFormInner.expenseWizard .wizardFormWrp .wizardInputRow .wizardInputWrp {
    max-width: 185px;
}

.retireWizFormCont .wizardFormInner.expenseWizard .expenseInputSec h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #233253;
    margin-bottom: 20px;
}

.retireWizFormCont .wizardFormInner.expenseWizard .expenseInputSec.montlyExpenseSec .wizardInputRow:first-child {
    margin-bottom: 22px;
}

.retireWizFormCont .wizardFormInner.summarLRWizard .wizardFormWrp {
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
}

.retireWizFormCont .wizardFormInner.summarLRWizard .wizardFormWrp .providedDetailSec h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #233253;
    margin-bottom: 45px;
}

.retireWizFormCont .wizardFormInner.summarLRWizard .wizardFormWrp .providedDetailSec .wizardInputRow {
    flex-direction: row;
}

.retireWizFormCont .wizardFormInner.summarLRWizard .wizardFormWrp .providedDetailSec .wizardInputRow .wizardInputWrp,
.retireWizFormCont .wizardFormInner.summarLRWizard .wizardFormWrp .providedDetailSec .wizardInputRow .wizardInputWrp .rangeSliderInput {
    max-width: 265px;
}

.retireWizFormCont .wizardFormInner.summarLRWizard .wizardFormWrp .lifeRetireCalcSec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 63px;
}

.retireWizFormCont .wizardFormInner.summarLRWizard .wizardFormWrp .lifeRetireCalcSec>div {
    text-align: center;
}

.retireWizFormCont .wizardFormInner.summarLRWizard .wizardFormWrp .lifeRetireCalcSec>div p {
    font-size: 16px;
    line-height: 22px;
    color: #233253;
    margin-bottom: 20px;
    max-width: 100%;
}

.retireWizFormCont .wizardFormInner.summarLRWizard .wizardFormWrp .lifeRetireCalcSec>div strong {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    display: block;
    color: #233253;
    margin-bottom: 15px;
}

.retireWizFormCont .wizardFormInner.summarLRWizard .wizardFormWrp .lifeRetirementSummary {
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #233253;
    margin-bottom: 46px;
}

.retireWizFormCont .wizardFormInner.summarLRWizard .wizardFormWrp .lifeRetirementSummary .highlight {
    font-weight: 600;
}

.disclaimer-wrap .disclaimer-sec .disclaimer-head span {
    transform: rotate(0deg);
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
    height: auto;
}

.disclaimer-wrap .disclaimer-sec.open .disclaimer-head span {
    transform: rotate(180deg);
}

.disclaimer-wrap .disclaimer-sec.open .disclaimer-head span path {
    stroke: #ed1c24;
}

.centerSecCont,
.viewMoreBtnWrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.displayNone {
    display: none;
}

.contentCenter {
    text-align: center;
}

body>div {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

.modal,
.modal-backdrop {
    max-width: 100%;
}

.blurOverlayBg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(30px);
    -moz-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    z-index: 9999;
    display: none;
    top: 0;
}

.mainTitle {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #233253;
    position: relative;
    z-index: 1;
    text-align: center;
}

.searchFormStyle {
    display: flex;
    flex-wrap: wrap;
}

.searchFormStyle input {
    border: 1px solid #c7cacc;
    border-radius: 4px 0 0 4px;
    padding: 0 30px 0 45px;
    height: 40px;
    line-height: 40px;
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    color: #59595b;
}

.searchFormStyle button {
    background: #808285;
    text-align: center;
    border: 0;
    padding: 0 18px;
    border-radius: 0 4px 4px 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 40px;
    color: #fff;
    height: 40px;
    outline: none;
}

.searchFormStyle.focused {
    outline: none;
}

.searchFormStyle.focused input {
    background: #fff;
}

.searchFormStyle.focused button {
    background: #ed1c24;
    outline: none;
}

.readMoreBtn,
.viewMoreBtn {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #233253;
    text-transform: uppercase;
}

.readMoreBtn:hover,
.viewMoreBtn:hover {
    color: #233253;
}

.readMoreBtn span,
.viewMoreBtn span {
    display: inline-flex;
    position: relative;
    top: 1px;
    margin-left: 8px;
}

h3.titleWithBox {
    font-size: 38px;
    line-height: 48px;
    color: #233253;
    z-index: 1;
    padding-left: 30px;
}

h3.titleWithBox,
h3.titleWithBox strong {
    position: relative;
    font-weight: 700;
}

h3.titleWithBox strong:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 35px;
    background: #eaf1f8;
    top: 9px;
    z-index: -1;
}

h3.titleWithBox .titleBgBox {
    border-color: #fff;
    z-index: -1;
    left: 0;
    top: -15px;
}

h3.titleWithBox .titleBgBox svg {
    position: absolute;
    top: 5px;
    left: 5px;
}

.cornerBg {
    position: absolute;
    width: 4px;
    height: 100px;
    background: #ed1c24;
    left: 0;
    top: -1px;
}

.owlCarouselNav {
    display: flex;
    flex-wrap: wrap;
}

.owlCarouselNav>button {
    width: 40px;
    height: 40px;
    border-radius: 500px;
    border: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owlCarouselNav>button span {
    text-indent: -9999px;
    background: no-repeat;
    width: 14px;
    height: 12px;
    display: block;
    margin: auto;
    outline: none;
}

.owlCarouselNav>button.owl-prev {
    background: #ed1c24;
}

.owlCarouselNav>button.owl-prev.disabled {
    background: #c7cacc;
    pointer-events: none;
}

.owlCarouselNav>button.owl-prev span {
    background-position: -1px -17px;
}

.owlCarouselNav>button.owl-prev:hover {
    box-shadow: 0 12px 24px rgba(237, 28, 36, 0.3);
}

.owlCarouselNav>button.owl-next {
    background: #ed1c24;
}

.owlCarouselNav>button.owl-next.disabled {
    background: #c7cacc;
    pointer-events: none;
}

.owlCarouselNav>button.owl-next span {
    background-position: -1px -1px;
}

.owlCarouselNav>button.owl-next:hover {
    box-shadow: 0 12px 24px rgba(237, 28, 36, 0.3);
}

.owlCarouselNav .owlCarouselDot {
    margin: 0 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.owlCarouselNav .owlCarouselDot>button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-left: 8px;
    border: 1px solid #005e9e;
    padding: 0;
    background: transparent;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owlCarouselNav .owlCarouselDot>button:first-child {
    margin-left: 0;
}

.owlCarouselNav .owlCarouselDot>button.active,
.owlCarouselNav .owlCarouselDot>button:hover {
    background: #005e9e;
}

body .owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 500px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body .owl-carousel .owl-nav button span {
    text-indent: -9999px;
    background: url(../../../content/dam/hdfclifeinsurancecompany/images/product/sprite.png) no-repeat;
    width: 14px;
    height: 12px;
    display: block;
    margin: auto;
}

body .owl-carousel .owl-nav button.owl-prev {
    background: #ed1c24 !important;
}

body .owl-carousel .owl-nav button.owl-prev.disabled {
    background: #c7cacc;
    pointer-events: none;
}

body .owl-carousel .owl-nav button.owl-prev span {
    background-position: -1px -17px;
}

body .owl-carousel .owl-nav button.owl-prev:hover {
    box-shadow: 0 12px 24px rgba(237, 28, 36, 0.3);
}

body .owl-carousel .owl-nav button.owl-next {
    background: #ed1c24;
}

body .owl-carousel .owl-nav button.owl-next.disabled {
    background: #c7cacc;
    pointer-events: none;
}

body .owl-carousel .owl-nav button.owl-next span {
    background-position: -1px -1px;
}

body .owl-carousel .owl-nav button.owl-next:hover {
    box-shadow: 0 12px 24px rgba(237, 28, 36, 0.3);
}

.verticalTabSection {
    display: flex;
    flex-wrap: wrap;
}

.verticalTabSection .verticalTabMenuList {
    padding: 40px 0 80px 110px;
    width: 442px;
}

.verticalTabSection .verticalTabMenuList h3 {
    font-weight: 700;
    font-size: 38px;
    line-height: 44px;
    color: #005e9e;
    margin-bottom: 40px;
}

.verticalTabSection .verticalTabMenuList p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #5a5a5a;
    margin-bottom: 48px;
    padding-right: 5px;
}

.verticalTabSection .verticalTabMenuList ul li {
    margin-bottom: 10px;
}

.verticalTabSection .verticalTabMenuList ul li a {
    padding: 18px 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #233253;
    display: block;
    border-radius: 500px 0 0 500px;
    position: relative;
}

.verticalTabSection .verticalTabMenuList ul li a,
.verticalTabSection .verticalTabMenuList ul li a svg {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.verticalTabSection .verticalTabMenuList ul li a svg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
}

.verticalTabSection .verticalTabMenuList ul li a.active svg {
    opacity: 1;
    visibility: visible;
}

.verticalTabSection .verticalTabMenuList ul li a.active,
.verticalTabSection .verticalTabMenuList ul li a:hover {
    color: #ed1c24;
    background: #eaf1f8;
}

.verticalTabSection .verticalTabMenuList ul li a.active:after,
.verticalTabSection .verticalTabMenuList ul li a:hover:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #ed1c24;
    right: 0;
    top: 50%;
    transform: translateY(-5px);
}

.verticalTabSection .verticalTabWrap {
    width: calc(100% - 442px);
}

.verticalTabSection .verticalTabWrap .verticalTabContent {
    background: #eaf1f8;
    padding: 100px 35px 50px;
    height: 100%;
}

.verticalTabSection .verticalTabWrap .verticalTabContent .titleWithBox {
    margin-bottom: 35px;
}

.img {
    padding: 5px 28px !important;
}

.desk-buttontop {
    margin-top: 32px;
}

.section-bottom {
    margin-bottom: 80px;
}

.rupeesSymbol {
    font-family: arial !important;
}

.appLink input::-webkit-inner-spin-button,
.appLink input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    outline: none;
}

.searchSelectOption-container.opened .searchSelectOption {
    opacity: 1;
    visibility: visible;
    top: 41px;
    z-index: 99999;
}

.terms-condtn-content {
    padding: 25px 110px 80px;
}

.terms-condtn-content .header-section {
    padding-top: 60px;
    padding-bottom: 45px;
}

.terms-condtn-content h4,
.terms-condtn-content h5,
.terms-condtn-content h6 {
    color: #233253;
    font-weight: 500;
}

.terms-condtn-content h4 {
    font-weight: 700;
    line-height: 42px;
    text-align: left;
}

.terms-condtn-content h4 p {
    margin-top: 16px;
}

.terms-condtn-content li,
.terms-condtn-content p {
    font-size: 16px;
    color: #5a5a5a;
    padding-top: 10px;
}

.terms-condtn-content ul {
    padding-left: 40px;
}

.terms-condtn-content ul li {
    list-style-type: disc;
}

.terms-condtn-content .partA-sec {
    margin-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid hsla(0, 0%, 80%, 0.34901960784313724);
}

.terms-condtn-content .partA-sec h6,
.terms-condtn-content .partA-sec ul {
    padding-top: 25px;
}

.terms-condtn-content .partB-sec h6 {
    margin-top: 25px;
}

.terms-condtn-content .partB-sec ul li span {
    color: #005e9e;
}

.terms-condtn-content .partB-sec ul li .mob-numb {
    font-weight: 500;
}

.abtUsHeader.deskTopHeader {
    background-color: #fff;
}

.rt-blue-bg {
    width: 100%;
    padding: 3px;
    background-color: #80c1e1;
}

.rt-blue-bg h5:before {
    position: absolute;
    left: 18px;
    top: 27px;
    content: "";
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/cs-sprite.png) no-repeat -157px -90px;
    width: 17px;
    height: 16px;
}

.rt-blue-bg h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #233253;
    padding: 24px 0 21px 44px;
    position: relative;
}

.rt-blue-bg ul,
.rt-blue-bg ul .range-limit {
    clear: both;
    overflow: hidden;
}

.rt-blue-bg ul li a {
    clear: both;
    background-color: #fff;
    padding: 19px 30px 19px 22px;
    font-size: 14px;
    line-height: 14px;
    color: #2c6698;
    font-weight: 500;
    display: block;
    width: 100%;
    margin-top: 3px;
    position: relative;
}

ul.blue-list li {
    position: relative;
    padding-left: 24px;
    box-sizing: border-box;
    background: #fff;
}

ul.blue-list li svg {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 13px;
}

.onlineInsureContainer .banner-sec {
    background: linear-gradient(180deg, #fff, #f3f8f9);
    padding: 50px 0 10px;
}

.onlineInsureContainer .recommend-search-me {
    text-align: left;
    margin-left: 5px;
}

.onlineInsureContainer .online-insure-select {
    color: #000;
}

.onlineInsureContainer .empty {
    color: #59595b;
}

.onlineInsureContainer .instant-quote p {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #233253;
    margin-top: 40px;
}

.onlineInsureContainer .instant-quote .recommend-search-me {
    background: transparent;
    padding: 0;
}

.onlineInsureContainer .instant-quote .recommended-form .submt-btn {
    display: inline-block;
    margin-top: 46px;
}

.onlineInsureContainer .instant-quote .recommended-form label {
    display: block;
    text-align: left;
    margin: 0;
}

.onlineInsureContainer .instant-quote .recommended-form select {
    background: #e6e6e6;
    width: 216px;
    cursor: pointer;
    font-style: italic;
}

.onlineInsureContainer .instant-quote .recommended-form select option {
    background: #fff;
    color: #000;
    font-style: normal;
}

.onlineInsureContainer .instant-quote .recommended-form .siteButton {
    width: 80px;
    padding: 2px;
    height: 34px;
    outline: none;
}

.onlineInsureContainer .onlineInsur-title {
    position: relative;
    color: #ed1c24;
    margin-bottom: 4px;
    transform-style: preserve-3d;
    max-width: 100%;
    font-weight: 700;
}

.onlineInsureContainer .onlineInsur-title:before {
    content: "";
    width: 95px;
    height: 95px;
    background: transparent;
    position: absolute;
    top: -30px;
    left: -41px;
    background-size: cover;
    transform: translateZ(-1px);
}

.onlineInsureContainer .onlineInsur-title:after {
    content: "+";
    position: absolute;
    left: -19px;
    top: -24px;
    color: #ed1c24;
    font-size: 26px;
    font-weight: 400;
}

.onlineInsureContainer .onlineInsur-title span {
    color: #233253;
}

.onlineInsureContainer .blue-list {
    padding-bottom: 20px;
}

.onlineInsureContainer .rt-blue-bg ul li a:hover {
    color: #ed1c24;
}

.onlineInsureContainer .banner-section-bottom {
    color: #233253;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 22px;
    background: #f3f8f9;
}

.onlineInsureContainer .banner-section-bottom svg {
    vertical-align: baseline;
}

.onlineInsureContainer .banner-section-bottom .hide-for-mob span {
    color: #7b8498;
}

.onlineInsureContainer .group-contents-wrapper,
.onlineInsureContainer .plans-carousel {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.onlineInsureContainer .plans-sec {
    padding: 80px 110px;
}

.onlineInsureContainer .plans-sec .plans-title {
    text-align: center;
    margin-bottom: 30px;
}

.onlineInsureContainer .plans-sec .plans-title h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color: #233253;
    display: inline-block;
}

.onlineInsureContainer .plans-sec .plans-title .checkbox {
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 30px;
}

.onlineInsureContainer .plans-sec .plans-title .checkbox input {
    width: 18px;
    height: 18px;
}

.onlineInsureContainer .plans-sec .onlineinsure-marg30 {
    margin-top: 30px;
}

.onlineInsureContainer .plans-sec .cs-box-holder {
    width: 370px;
    box-sizing: border-box;
    border: 1px solid #c7cacc;
    padding: 15px 20px 40px;
    position: relative;
    background: #fff;
    cursor: pointer;
}

.onlineInsureContainer .plans-sec .cs-box-holder:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.onlineInsureContainer .plans-sec .cs-box-holder .payins {
    vertical-align: bottom;
}

.onlineInsureContainer .plans-sec .cs-box-holder .dbl {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    vertical-align: super;
    padding-left: 10px;
    display: inline-block;
    color: #233253;
}

.onlineInsureContainer .plans-sec .cs-box-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100px;
    background: #ed1c24;
}

.onlineInsureContainer .plans-sec .cs-box-holder select {
    width: 325px;
    height: 40px;
    background: #f4f4f4;
    border-radius: 4px;
    border: 0;
    font-size: 12px;
    padding-left: 15px;
    color: #233253;
    cursor: pointer;
}

.onlineInsureContainer .plans-sec .cs-box-holder .default-select-cust-arrow {
    margin-top: 20px;
    margin-bottom: 20px;
}

.onlineInsureContainer .plans-sec .cs-box-holder h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #005e9e;
}

.onlineInsureContainer .plans-sec .cs-box-holder .plans-content {
    font-size: 14px;
    line-height: 22px;
    color: #233253;
    margin-top: 15px;
}

.onlineInsureContainer .plans-sec .cs-box-holder .button-container {
    margin-top: 45px;
    outline: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.onlineInsureContainer .plans-sec .cs-box-holder .button-container a {
    color: #233253;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
}

.onlineInsureContainer .plans-sec .cs-box-holder .button-container a svg {
    width: 14px;
    margin-left: 5px;
}

.onlineInsureContainer .plans-sec .cs-box-holder .button-container a:hover {
    margin-left: 15px;
    color: #ed1c24;
}

.onlineInsureContainer .accordion-section {
    padding: 80px 110px;
}

.onlineInsureContainer .buy-online {
    background: #ebf5f9;
    padding: 80px 110px;
}

.onlineInsureContainer .buy-online h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color: #233253;
    margin-bottom: 7px;
}

.onlineInsureContainer .buy-online .group-contents-wrapper .group-content {
    width: 518px;
    height: 240px;
    box-sizing: border-box;
    border: 1px solid #c7cacc;
    padding: 27px 20px;
    position: relative;
    margin-top: 25px;
    background: #fff;
}

.onlineInsureContainer .buy-online .group-contents-wrapper .group-content:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.onlineInsureContainer .buy-online .group-contents-wrapper .group-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100px;
    background: #ed1c24;
}

.onlineInsureContainer .buy-online .group-contents-wrapper .group-content .group-content-left {
    width: 76px;
    height: 100%;
    float: left;
}

.onlineInsureContainer .buy-online .group-contents-wrapper .group-content .group-content-right h2 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #005e9e;
    margin-bottom: 24px;
    margin-top: 22px;
}

.onlineInsureContainer .buy-online .group-contents-wrapper .group-content .group-content-right p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #233253;
    margin-bottom: 18px;
}

.onlineInsureContainer .buy-online .group-contents-wrapper .group-content .group-content-right button {
    width: 110px;
    height: 32px;
    border-radius: 4px;
    text-align: center;
    line-height: 24px;
    color: #ed1c24;
    border: 1px solid #ed1c24;
    background-color: #fff;
    font-size: 12px;
    font-weight: 600;
    outline: none;
}

.onlineInsureContainer .buy-online .group-contents-wrapper .group-content .group-content-right button:hover {
    box-shadow: 2px 2px 4px rgba(237, 28, 36, 0.25), -2px -2px 4px rgba(237, 28, 36, 0.25);
}

.onlineHeader {
    background: #fff;
}

.onlineHeader .site_navBar li a {
    font-size: 14px;
}

.onlineHeader .headerBtnWrp {
    border-right: 1px solid rgba(30, 37, 43, 0.1);
}

.onlineHeader .siteSearchInput a {
    background: #eaf1f8;
}

.post-filter .custom-dropdown {
    width: 340px;
    margin: 0 !important;
}

.custom-dropdown {
    width: 340px;
    margin: 45px auto;
}

.disclaimer-container {
    margin: auto 110px 80px;
}

.disclaimer-container h3 {
    color: #233253;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 700;
}

.disclaimer-container h3 .close-page {
    position: absolute;
    right: 0;
}

.disclaimer-container p {
    color: #8a93a5;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.disclaimer-container .disclaimer-content ul {
    margin-left: 10px;
}

.disclaimer-container .disclaimer-content li,
.disclaimer-container .disclaimer-content p {
    color: #5a5a5a;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    list-style-type: decimal;
}

.disclaimer-container .viewMoreBtn-wrap {
    margin-top: 40px;
}

span.message-success {
    color: #4bb543;
    font-size: 12px;
}

span.message-fail {
    color: #ed1c24;
    font-size: 12px;
}

span.message-success-white {
    color: #fff;
    font-size: 12px;
}

a.searchBtnIcon.active {
    visibility: hidden;
}

.terms-condtn-sec .header-section.clearfix {
    display: flex;
    align-items: center;
    justify-content: center;
}

div#stickThis.stick {
    position: fixed;
    top: 68px;
    z-index: 999;
    background: #fff;
    left: 0;
    right: 0;
    padding: 15px 45px;
    max-width: 1600px;
    margin: 0 auto;
}

.ratingStarWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    padding-right: 8px;
    margin-bottom: 10px;
}

.ratingStarWrap label {
    font-size: 11px;
    line-height: 11px;
    color: rgba(35, 50, 83, 0.8);
    margin: 0;
}

ul.verticalTab li {
    margin-bottom: 10px;
}

.annualreport-title {
    color: #555;
    font-size: 14px;
}

.appLink input[type="number"] {
    -moz-appearance: textfield;
}

.geta-callback-component-popup {
    box-sizing: border-box;
}

.geta-callback-component-popup .geta-callback-inner {
    background: #fff;
    width: 100%;
    margin: 0 auto;
}

.geta-callback-component-popup .geta-callback-inner .geta-callback-component-popup {
    box-sizing: border-box;
}

.geta-callback-component-popup .geta-callback-inner .geta-callback-component-popup .geta-callback-inner {
    background: #fff;
    width: 100%;
    margin: 0 auto;
}

.geta-callback-component-popup .geta-callback-inner .geta-callback-component-popup h2 {
    font-size: 38px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
    color: #233253;
    margin-bottom: 24px;
}

.geta-callback-component-popup .geta-callback-inner .geta-callback-component-popup h4 {
    color: #233253;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 8px;
}

.geta-callback-component-popup .geta-callback-inner .geta-callback-component-popup p.subtext {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #8a93a5;
}

.geta-callback-component-popup .geta-callback-inner .geta-callback-component-popup form .row {
    margin-bottom: 48px;
}

.geta-callback-component-popup .geta-callback-inner .geta-callback-component-popup .inputGroup label {
    color: #233253;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}

.geta-callback-component-popup .geta-callback-inner .geta-callback-component-popup .inputGroup input {
    height: 40px;
    background-color: #f4f4f4;
    border: none;
    font-size: 12px;
    line-height: 23px;
    color: #767676;
    font-weight: 300;
    width: 300px;
    padding: 0.375rem 0.75rem;
}

.geta-callback-component-popup .geta-callback-inner .geta-callback-component-popup .time-range {
    display: flex;
    margin-bottom: 46px;
}

.geta-callback-component-popup .geta-callback-inner .geta-callback-component-popup .time-range li {
    font-size: 11px;
    line-height: 14px;
    border: 1px solid #c7cacc;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    border-radius: 20px;
    padding: 6px 12px;
    color: #767676;
    cursor: pointer;
}

.geta-callback-component-popup .geta-callback-inner .geta-callback-component-popup .time-range li:hover {
    background: rgba(0, 94, 158, 0.1);
    color: #005e9e;
    cursor: pointer;
}

.geta-callback-component-popup .geta-callback-inner .geta-callback-component-popup .time-range li.active {
    color: #005e9e;
    border-radius: 20px;
    padding: 6px 12px;
    background: rgba(0, 94, 158, 0.1);
    border: 1px solid rgba(0, 94, 158, 0.2);
}

.geta-callback-component-popup .geta-callback-inner .geta-callback-component-popup .disc-text .chkbx {
    padding-top: 0;
}

.geta-callback-component-popup .geta-callback-inner .geta-callback-component-popup .disc-text input[type="checkbox"] {
    margin-top: 6px;
}

.geta-callback-component-popup .geta-callback-inner .geta-callback-component-popup .feedback-text {
    text-align: center;
    margin-top: 20px;
    display: none;
}

@media only screen and (max-width: 768px) {
    .geta-callback-component-popup .geta-callback-inner .geta-callback-component-popup {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .geta-callback-component-popup .geta-callback-inner .geta-callback-component-popup .geta-callback-inner {
        width: calc(100% - 48px);
        padding: 40px 15px;
    }

    .geta-callback-component-popup .geta-callback-inner .geta-callback-component-popup h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .geta-callback-component-popup .geta-callback-inner .geta-callback-component-popup p.subtext {
        font-size: 14px;
        padding-bottom: 24px;
        border-bottom: 1px solid #e5e5e5;
    }

    .geta-callback-component-popup .geta-callback-inner .geta-callback-component-popup .inputGroup {
        margin-bottom: 32px;
    }

    .geta-callback-component-popup .geta-callback-inner .geta-callback-component-popup .inputGroup input {
        width: 100%;
    }

    .geta-callback-component-popup .geta-callback-inner .geta-callback-component-popup .time-range {
        display: block;
        margin-bottom: 34px;
    }

    .geta-callback-component-popup .geta-callback-inner .geta-callback-component-popup .time-range li {
        width: 124px;
        display: block;
        margin-bottom: 16px;
        font-size: 11px;
    }

    .geta-callback-component-popup .geta-callback-inner .geta-callback-component-popup .row {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .itWizardFormSec {
        padding: 25px 0 25px;
    }
}

.geta-callback-component-popup h2 {
    font-size: 38px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
    color: #233253;
    margin-bottom: 24px;
}

.geta-callback-component-popup h4 {
    color: #233253;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 8px;
}

.geta-callback-component-popup p.subtext {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #8a93a5;
    margin-bottom: 46px !important;
}

.geta-callback-component-popup form .row {
    margin-bottom: 28px;
}

.geta-callback-component-popup .inputGroup label {
    color: #233253;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}

.geta-callback-component-popup .disc-text {
    padding-bottom: 0;
}

.geta-callback-component-popup small {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #5a5a5a;
}

.geta-callback-component-popup .inputGroup input {
    height: 40px;
    background-color: #f4f4f4 !important;
    border: none;
    font-size: 12px;
    line-height: 23px;
    color: #767676;
    font-weight: 300;
    width: 220px;
    padding: 0.375rem 0.75rem;
}

.geta-callback-component-popup .inputGroup input[type="date"] {
    cursor: pointer;
}

.geta-callback-component-popup .time-range {
    display: flex;
    margin-bottom: 46px;
}

.geta-callback-component-popup .time-range li {
    font-size: 11px;
    line-height: 14px;
    border: 1px solid #c7cacc;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    border-radius: 20px;
    padding: 6px 12px;
    color: #767676;
    cursor: pointer;
}

.geta-callback-component-popup .time-range li.active,
.geta-callback-component-popup .time-range li:hover {
    color: #005e9e;
    border-radius: 20px;
    padding: 6px 12px;
    background: rgba(0, 94, 158, 0.1);
    border: 1px solid rgba(0, 94, 158, 0.2);
}

.geta-callback-component-popup .disc-text .chkbx {
    padding-top: 0;
}

.geta-callback-component-popup .disc-text input[type="checkbox"] {
    margin-top: -7px;
}

.geta-callback-component-popup .feedback-text {
    text-align: center;
    margin-top: 20px;
    display: none;
}

@media only screen and (max-width: 1000px) {
    .geta-callback-component-popup {
        padding-top: 0;
        padding-bottom: 0;
    }

    .geta-callback-component-popup .geta-callback-inner {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 0;
    }

    .geta-callback-component-popup h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .geta-callback-component-popup p.subtext {
        font-size: 14px;
        padding-bottom: 24px;
        border-bottom: 1px solid #e5e5e5;
    }

    .geta-callback-component-popup .inputGroup {
        margin-bottom: 32px;
    }

    .geta-callback-component-popup .inputGroup input {
        width: 100%;
    }

    .geta-callback-component-popup .time-range {
        display: block;
        margin-bottom: 34px;
    }

    .geta-callback-component-popup .time-range li {
        width: 124px;
        display: block;
        margin-bottom: 16px;
        font-size: 11px;
    }

    .geta-callback-component-popup .disc-text {
        padding-bottom: 30px;
    }

    .geta-callback-component-popup .row {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .geta-callback-component-popup small {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        color: #5a5a5a;
        margin-top: 30px;
        float: left;
    }
}

.info-blue-button {
    padding: 9px 18px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #fff;
    background: #0083c3;
    border-radius: 4px;
    border: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    outline: none;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.info-blue-button:hover {
    box-shadow: 0 8px 12px rgba(0, 131, 195, 0.3);
    outline: none;
}

.search-wrap {
    background: #f9f9f9;
    padding: 40px;
}

.search-wrap .search-text {
    font-size: 12px;
    color: #233253;
    margin: 0 auto;
    max-width: 875px;
}

.search-wrap .search-text .result-label {
    line-height: 28px;
    width: 100px;
}

.search-wrap .search-text .search-text-right {
    float: left;
    width: calc(100% - 100px);
}

.search-wrap .search-text ul li {
    float: left;
    font-size: 11px;
    color: #657d93;
    background: #fff;
    border: 1px solid #c7cacc;
    box-sizing: border-box;
    border-radius: 19px;
    padding: 6px 12px;
    margin: 0 16px 5px 0;
    cursor: pointer;
}

.search-wrap .search-text ul li span {
    margin-left: 5px;
    cursor: pointer;
}

.search-wrap .search-text ul li span:hover svg path {
    stroke: #ed1c24;
}

.search-wrap .search-text ul li:hover {
    color: #005e9e;
}

.search-head p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #233253;
    margin-bottom: 16px;
}

.search-head h1,
.search-head p {
    text-align: center;
}

.product-search-form {
    width: 495px;
    margin: 0 auto 27px;
    position: relative;
}

.product-search-form .search-icon {
    display: block;
    float: left;
    height: 40px;
    width: 40px;
    background: #f4f4f4;
    border: 1px solid #c7cacc;
    border-right: 0;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    text-align: center;
    line-height: 35px;
}

.product-search-form input {
    float: left;
    height: 40px;
    width: 350px;
    background: #f4f4f4;
    border: 1px solid #c7cacc;
    border-left: 0;
    border-radius: 0;
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    color: #767676;
    -webkit-appearance: none;
}

.product-search-form .siteButton {
    float: left;
    width: 105px;
    height: 40px;
    line-height: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.product-search-form .siteButton svg {
    width: 10px;
    margin-left: 5px;
}

.product-search-form .product-search-autofill {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    background: #fff;
    border: 1px solid #89949b;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 94, 158, 0.05), 1px 2px 4px rgba(50, 130, 196, 0.08);
    padding: 5px 16px;
    z-index: 9;
    width: 100%;
}

.product-search-form .product-search-autofill ul li {
    font-size: 12px;
    line-height: 23px;
    color: #233253;
    border-top: 1px solid #ddd;
    padding: 4px 25px;
    cursor: pointer;
}

.product-search-form .product-search-autofill ul li:first-child {
    border-top: 0;
}

.product-search-form .product-search-autofill ul li:hover {
    color: #ed1c24;
}

.search-container {
    margin-bottom: 80px;
}

.search-result {
    width: 94%;
    margin: 40px;
}

.search-result :focus {
    outline: 0 !important;
}

.search-result h2 {
    margin-bottom: 20px;
    color: #ed1c24;
}

.search-result button:focus {
    outline: 0;
}

.search-result a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #233253;
    text-decoration: underline;
    outline: none;
    outline: 0;
}

.search-result a:hover {
    color: #233253;
    text-decoration: none;
}

.search-result p {
    margin-top: 10px;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 400px;
    line-height: 18px;
}

.search-result .result-links {
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}

.search-result .last {
    border-bottom: 0 solid #ccc;
}

.search-list .searchSelect {
    width: 21%;
    position: relative;
    float: right;
}

.search-list .searchSelect .searchSelectBox {
    background: #ed1c24;
    width: 105px;
    height: 40px;
    line-height: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 10px 17px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}

.search-list .searchSelect .searchSelectBox label {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    margin: 0;
    cursor: pointer;
}

.search-list .searchSelect .searchSelectBox .dropIcon {
    position: absolute;
    right: 15px;
}

.search-list .searchSelect .searchSelectBox .dropIcon svg {
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search-list .searchSelect ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #fff;
    border: 1px solid #c7cacc;
    border-top: 0 solid;
    width: 100%;
    left: 0;
    top: 60px;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.search-list .searchSelect ul li {
    padding: 15px 10px 17px;
    font-size: 12px;
    line-height: 14px;
    color: #233253;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.search-list .searchSelect ul li:last-child {
    border-bottom: 0;
}

.search-list .searchSelect ul li:hover {
    background: #ebf5f9;
}

.search-list .searchSelect.opened ul {
    opacity: 1;
    visibility: visible;
    top: 41px;
}

.search-list .searchSelect.opened .searchSelectBox .dropIcon svg {
    transform: rotate(180deg);
}

.modal-body {
    max-height: 600px;
    overflow-y: scroll;
}

.modal-body::-webkit-scrollbar {
    -webkit-appearance: none;
}

.modal-body::-webkit-scrollbar:vertical {
    width: 11px;
}

.modal-body::-webkit-scrollbar:horizontal {
    height: 11px;
}

.modal-body::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0.2);
}

.rediscover-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f9f9f9;
}

.rediscover-section .inner-section {
    width: calc(100% - 220px);
    max-width: 1060px;
    margin: 0 auto;
}

.rediscover-section .inner-section h3 {
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #8a93a5;
}

.rediscover-section .rediscover-content-section {
    margin-top: 40px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 24px;
    grid-row-gap: 10px;
}

.rediscover-section .rediscover-content-section .left-section {
    position: relative;
    grid-row: 1/3;
    grid-column: 1/3;
    border: 1px solid #c7cacc;
    display: block;
    clear: both;
}

.rediscover-section .rediscover-content-section .left-section .imagesec {
    width: 40%;
    height: 100%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
}

.rediscover-section .rediscover-content-section .left-section .textsec {
    width: 60%;
    float: left;
    box-sizing: border-box;
    padding: 36px 30px;
}

.rediscover-section .rediscover-content-section .left-section img {
    width: 100%;
    height: 100%;
}

.rediscover-section .rediscover-content-section .left-section h2 {
    color: #233253;
    font-size: 28px;
    line-height: 33px;
    font-weight: 800;
    margin-bottom: 12px;
}

.rediscover-section .rediscover-content-section .left-section p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #233253;
}

.rediscover-section .rediscover-content-section .left-section:after {
    content: "";
    width: 4px;
    height: 100px;
    background-color: #ed1c24;
    position: absolute;
    right: 0;
    top: 0;
}

.rediscover-section .rediscover-content-section .right-bottom-section,
.rediscover-section .rediscover-content-section .right-top-section {
    height: 127px;
    width: 378px;
    box-sizing: border-box;
    background-size: cover;
    position: relative;
}

.rediscover-section .rediscover-content-section .overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    align-items: flex-end;
}

.rediscover-section .rediscover-content-section .overlay-bg .text {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
}

@media only screen and (max-width: 680px) {
    .rediscover-section .rediscover-content-section .overlay-bg .text {
        font-size: 20px;
        line-height: 26px;
    }
}

.rediscover-section .learn-more {
    font-size: 12px;
    width: 111px;
    height: 34px;
    text-align: center;
    display: block;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ed1c24;
    color: #ed1c24;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    background: transparent;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 1024px) {
    .rediscover-section .inner-section {
        width: calc(100% - 64px);
        margin: 0 auto;
    }
}

@media only screen and (max-width: 820px) {
    .rediscover-section {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .rediscover-section .inner-section {
        width: calc(100% - 64px);
        margin: 0 auto;
    }

    .rediscover-section .left-section,
    .rediscover-section .right-bottom-section,
    .rediscover-section .right-top-section {
        grid-column: 1/4 !important;
        width: 100% !important;
        overflow: hidden;
        position: relative;
    }

    .rediscover-section .left-section p {
        display: none;
    }

    .rediscover-section .left-section .textsec {
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.5);
        float: none;
        position: absolute;
        width: 100% !important;
        height: 100%;
        display: flex;
        align-items: flex-end;
        padding: 20px !important;
    }

    .rediscover-section .left-section .textsec h2 {
        color: #fff;
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 0;
    }

    .rediscover-section .left-section .imagesec {
        width: 100% !important;
        height: 165px !important;
    }

    .rediscover-section .left-section:after {
        width: 0 !important;
        height: 0 !important;
    }
}

@media only screen and (max-width: 688px) {
    .rediscover-section .left-section .textsec {
        padding-left: 20px;
    }

    .rediscover-section .left-section .textsec h2 {
        font-size: 20px;
        line-height: 26px;
    }
}

.product-title {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    color: #233253;
    text-align: center;
    margin: 0 auto 8px;
    max-width: 75%;
}

.product-title.left-text {
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .product-title {
        font-size: 24px;
        line-height: 30px;
    }
}

.product-title-mobile {
    position: relative;
    transform-style: preserve-3d;
    margin-top: 26px;
    font-size: 26px;
    line-height: 31px;
    font-weight: 700;
    text-align: center;
    color: #ed1c24;
    width: 326px;
    margin-left: auto;
    margin-right: auto;
}

.product-title-mobile span {
    color: #005e9e;
}

@media screen and (max-width: 1024px) and (min-width: 800px) {
    .product-title-mobile {
        font-size: 48px;
        line-height: 48px;
        width: 417px;
        margin-bottom: 10px;
    }
}

.product-title-mobile:before {
    content: "";
    position: absolute;
    width: 54px;
    height: 54px;
    background: transparent;
    top: -16px;
    left: 27px;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateZ(-1px);
}

@media screen and (max-width: 1024px) and (min-width: 800px) {
    .product-title-mobile:before {
        width: 95px;
        height: 95px;
        top: -28px;
        left: -30px;
    }
}

.product-title-mobile:after {
    content: "+";
    position: absolute;
    left: 36px;
    top: -17px;
    color: #ed1c24;
    font-size: 18px;
    font-weight: 400;
}

@media screen and (max-width: 1024px) and (min-width: 800px) {
    .product-title-mobile:after {
        left: -9px;
        top: -30px;
    }
}

.product-title-two {
    position: relative;
    font-size: 38px;
    line-height: 42px;
    text-align: center;
    font-weight: 700;
    font-family: Poppins;
    color: #233253;
    margin: 0 0 8px;
}

@media only screen and (max-width: 768px) {
    .product-title-two {
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 400px) {
    .product-title-two {
        margin-right: 38px;
        margin-left: 38px;
    }
}

.view-more {
    text-transform: uppercase;
    display: block;
    width: 115px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #233253;
    margin-top: 18px;
    position: relative;
}

.view-details {
    width: 81px;
    height: 14px;
    color: #ed1c24;
    border: 1px solid #ed1c24;
    font-size: 9px;
    line-height: 12px;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.product-title-subtext {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #8a93a5;
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 768px) {
    .product-title-subtext {
        font-size: 14px;
        line-height: 20px;
    }
}

.search-pagination {
    margin: 30px 30px 0 60px;
}

.search-pagination .slider-nav h3 {
    cursor: pointer;
}

.search-pagination .slider-nav .inactive h3 {
    cursor: default;
}

.side-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin-left: 12px;
}

.formInput button {
    background: #767676;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    padding: 8px 16px;
    border-radius: 4px;
    border: 0;
    outline: none;
}

.formInput button .primary {
    background: #ed1c24;
}

input.years[type="text"] {
    width: 55px !important;
    padding: 0 14px !important;
}

::-webkit-scrollbar {
    width: 5px;
    height: 2px;
}

::-webkit-scrollbar-track {
    background: none;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
    background: #afb1b3;
}

.two-col-con {
    display: inline;
    position: relative;
}

.twocolRadio {
    position: relative;
    margin-left: 10px;
}

.twocolRadio input {
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.twocolRadio label {
    display: inline !important;
    margin-left: 15px;
    cursor: pointer;
}

.twocolRadio label:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #ed1c24;
    left: 0;
    top: 5px;
}

.twocolRadio input[type="radio"]:checked+label:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ed1c24;
    left: 4px;
    top: 9px;
    transition: all 0.3s ease-in-out;
}

.twocolRadio input[type="radio"] {
    display: none;
    box-sizing: border-box;
    padding: 0;
}

.twocolRadio input[type="radio"]:checked+label {
    color: #000;
}

.twocolRadio input[type="radio"]:checked+label:after {
    transform: scale(1);
}

@media screen and (min-width: 100px) and (max-width: 1000px) {
    .two-col-con {
        display: block;
        position: relative;
    }

    .twocolRadio {
        margin-left: 0;
        margin-right: 10px;
    }

    .wizardFormContent .wizardInput {
        max-width: 280px;
    }

    .wizardInputRow>div:last-child {
        margin-top: 5px;
    }

    .visonSection .philosophyLists .owl-carousel .owl-nav button {
        top: auto;
        bottom: -14px;
    }

    .visonSection .philosophyLists .owl-carousel .owl-nav button.owl-next {
        right: 71px;
    }

    .visonSection .philosophyLists .owl-carousel .owl-nav button.owl-prev {
        left: 50px;
    }
}

.table-con {
    overflow-x: scroll;
}

.vertical-accord .tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.vertical-accord .tab {
    width: 100%;
    color: #fff;
    overflow: hidden;
}

.vertical-accord .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: red;
    font-weight: 700;
    cursor: pointer;
}

.vertical-accord .tab-label:hover {
    background: red;
}

.vertical-accord .tab-label:after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}

.vertical-accord .tab-content {
    max-height: 0;
    padding: 0 1em;
    color: red;
    background: #fff;
    transition: all 0.35s;
}

.vertical-accord .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: red;
    cursor: pointer;
}

.vertical-accord .tab-close:hover,
.vertical-accord input:checked+.tab-label {
    background: red;
}

.vertical-accord input:checked+.tab-label:after {
    transform: rotate(90deg);
}

.vertical-accord input:checked~.tab-content {
    max-height: 100vh;
    padding: 1em;
}

.aboutTabWrap .aboutSectionTabMenuWrp {
    margin-bottom: 0;
}

.reach-out-to-us-section h1 {
    text-align: center;
}

.faq-section {
    padding-top: 80px;
    margin-bottom: 50px;
}

.faq-section .faq-title {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    color: #233253;
    text-align: center;
    margin: 0 auto 8px;
    max-width: 75%;
}

.faq-section .faq-title-subtext {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #8a93a5;
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.faq-section .product-accordion {
    max-width: 1060px;
    margin: 40px auto;
}

.faq-section .product-accordion .accord-wrapper {
    border: 1px solid #c7cacc;
    padding: 32px 32px 32px 24px;
    margin-bottom: 8px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.faq-section .product-accordion .accord-wrapper:before {
    content: "";
    width: 4px;
    height: 100px;
    background-color: #ed1c24;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    transition: height 0.3s ease-in-out;
}

.faq-section .product-accordion .accord-wrapper .accord-title {
    font-size: 16px;
    line-height: 22px;
    color: #233253;
    margin-left: 64px;
    cursor: pointer;
    padding-right: 35px;
}

.faq-section .product-accordion .accord-wrapper .accord-title span {
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    position: absolute;
    left: 24px;
    top: 21px;
    color: #005e9e;
    background: linear-gradient(0deg, #edf8ff, rgba(237, 248, 255, 0));
}

.faq-section .product-accordion .accord-title>i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    top: 32px;
    pointer-events: none;
    text-align: center;
    border: 1px solid #ed1c24;
}

.faq-section .product-accordion .active .accord-title {
    font-weight: 600;
}

.faq-section .product-accordion .active .accord-title>i {
    background: #ed1c24;
}

.faq-section .product-accordion .active .accord-title>i svg {
    transform: rotate(180deg);
}

.faq-section .product-accordion .active .accord-title>i svg path {
    stroke: #fff;
}

.faq-section .product-accordion .accord-content {
    font-size: 14px;
    line-height: 22px;
    color: #5a5a5a;
    padding-left: 65px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    padding-right: 30px;
}

.faq-section .product-accordion .active .accord-content {
    max-height: 750px;
    margin-top: 12px;
}

textarea {
    height: 100px;
    background-color: #f4f4f4 !important;
    border: none;
    line-height: 23px;
    color: #424040;
    font-weight: 300;
    resize: none;
    padding: 0.375rem 0.75rem;
}

#the-count,
textarea {
    font-size: 12px;
}

.calculator-section .form-group input.dticon {
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/date.png) no-repeat;
    background-position: 95%;
    cursor: pointer;
}

input.isd {
    width: 15% !important;
}

.modilewidth {
    width: 83% !important;
}

.products-wrapper {
    font-family: Poppins;
}

.products-wrapper .product-title {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    color: #233253;
    text-align: center;
    margin: 0 auto 8px;
    max-width: 75%;
}

.products-wrapper .product-title.left-text {
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .products-wrapper .product-title {
        font-size: 24px;
        line-height: 30px;
    }
}

.products-wrapper .product-title-mobile {
    position: relative;
    transform-style: preserve-3d;
    margin-top: 26px;
    font-size: 26px;
    line-height: 31px;
    font-weight: 700;
    text-align: center;
    color: #ed1c24;
    width: 326px;
    margin-left: auto;
    margin-right: auto;
}

.products-wrapper .product-title-mobile span {
    color: #005e9e;
}

@media screen and (max-width: 1024px) and (min-width: 800px) {
    .products-wrapper .product-title-mobile {
        font-size: 48px;
        line-height: 48px;
        width: 417px;
        margin-bottom: 10px;
    }
}

.products-wrapper .product-title-mobile:before {
    content: "";
    position: absolute;
    width: 54px;
    height: 54px;
    background: transparent;
    top: -16px;
    left: 27px;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateZ(-1px);
}

@media screen and (max-width: 1024px) and (min-width: 800px) {
    .products-wrapper .product-title-mobile:before {
        width: 95px;
        height: 95px;
        top: -28px;
        left: -30px;
    }
}

.products-wrapper .product-title-mobile:after {
    content: "+";
    position: absolute;
    left: 36px;
    top: -17px;
    color: #ed1c24;
    font-size: 18px;
    font-weight: 400;
}

@media screen and (max-width: 1024px) and (min-width: 800px) {
    .products-wrapper .product-title-mobile:after {
        left: -9px;
        top: -30px;
    }
}

.products-wrapper .product-title-two {
    position: relative;
    font-size: 38px;
    line-height: 42px;
    text-align: center;
    font-weight: 700;
    font-family: Poppins;
    color: #233253;
    margin: 0 0 8px;
}

@media only screen and (max-width: 768px) {
    .products-wrapper .product-title-two {
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 400px) {
    .products-wrapper .product-title-two {
        margin-right: 38px;
        margin-left: 38px;
    }
}

.products-wrapper .view-more {
    text-transform: uppercase;
    display: block;
    width: 115px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #233253;
    margin-top: 18px;
    position: relative;
}

.products-wrapper .view-details {
    width: 81px;
    height: 14px;
    color: #ed1c24;
    border: 1px solid #ed1c24;
    font-size: 9px;
    line-height: 12px;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.products-wrapper .product-title-subtext {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #8a93a5;
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 768px) {
    .products-wrapper .product-title-subtext {
        font-size: 14px;
        line-height: 20px;
    }
}

.products-wrapper .outlined-button-hover:hover {
    box-shadow: 0 5px 7px rgba(228, 24, 32, 0.4);
}

.products-wrapper .blue-button:hover {
    box-shadow: 0 8px 12px rgba(0, 131, 195, 0.3);
}

@media screen and (max-width: 1024px) {
    .products-wrapper .hide-for-tab-and-below {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
    }
}

.products-wrapper .show-for-mob {
    display: none !important;
}

.products-wrapper .rating-wrapper {
    display: none;
    justify-content: center;
}

.products-wrapper .rating-wrapper .five-star-wrapper i {
    display: inline-block;
    width: 18px;
    height: 17px;
    background: -516px -197px;
}

.products-wrapper .rating-wrapper .five-star-wrapper i:last-child {
    background: -516px -161px;
}

.products-wrapper .rating-wrapper span {
    display: inline-block;
    margin-left: 10px;
    color: #233253;
    font-size: 11px;
    line-height: 22px;
    margin-top: -2px;
}

@media screen and (max-width: 768px) {
    .products-wrapper .hide-for-mob {
        display: none !important;
    }

    .products-wrapper .show-for-mob {
        display: block !important;
    }


}


.products-wrapper .banner-section {
    background: linear-gradient(180deg, #fff, #f3f8f9);
    position: relative;
}

.products-wrapper .banner-section .banner-section-inner {
    width: calc(100% - 260px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 40% 60%;
    padding-bottom: 36px;
    padding-top: 59px;
}

.products-wrapper .banner-section .banner-icons-wrapper {
    width: 633px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: -30px;
}

.products-wrapper .banner-section .banner-icons-wrapper>div {
    text-align: center;
    padding: 10px;
}

.products-wrapper .banner-section .banner-icons-wrapper .img {
    margin: auto;
}

.products-wrapper .banner-section .banner-icons-wrapper small {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #233253;
}

.products-wrapper .banner-section .product-title {
    position: relative;
    color: #ed1c24;
    margin-bottom: 4px;
    transform-style: preserve-3d;
    max-width: 100%;
}

.products-wrapper .banner-section .product-title span {
    color: #005e9e;
}

.products-wrapper .banner-section .product-title:before {
    content: "";
    width: 95px;
    height: 95px;
    background: transparent;
    position: absolute;
    top: -30px;
    left: -41px;
    background-size: cover;
    transform: translateZ(-1px);
}

.products-wrapper .banner-section .product-title:after {
    content: "+";
    position: absolute;
    left: -19px;
    top: -24px;
    color: #ed1c24;
    font-size: 26px;
    font-weight: 400;
}

.products-wrapper .banner-section .banner-section-inner p {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    font-family: Poppins;
    color: #233253;
    margin-top: 16px;
    margin-bottom: 13px;
}

.products-wrapper .banner-section .grey-text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: Poppins;
    color: #8a93a5;
}

.products-wrapper .banner-section .banner-section-bottom {
    color: #233253;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 22px;
    background: linear-gradient(0deg, #ebf5f9, rgba(235, 245, 249, 0));
}

.products-wrapper .banner-section .banner-section-bottom span {
    color: #8a93a5;
}

.products-wrapper .banner-section .banner-section-bottom svg {
    vertical-align: baseline;
}

@media only screen and (max-width: 1024px) {
    .products-wrapper .banner-section .banner-section-inner {
        width: calc(100% - 64px);
    }
}

@media only screen and (max-width: 1024px) {
    .products-wrapper .banner-section {
        display: flex;
        flex-direction: column;
    }

    .products-wrapper .banner-section .banner-section-inner {
        width: calc(100% - 64px);
        grid-template-columns: 100%;
        padding-top: 24px;
        text-align: center;
        order: 2;
    }

    .products-wrapper .banner-section .banner-section-inner p {
        font-size: 16px;
        line-height: 24px;
    }

    .products-wrapper .banner-section .banner-left-section,
    .products-wrapper .banner-section .product-title {
        display: none !important;
    }

    .products-wrapper .banner-section .product-title-mobile {
        display: block !important;
    }

    .products-wrapper .banner-section .banner-section-bottom {
        order: 1;
        background: none;
    }

    .products-wrapper .banner-section .banner-icons-wrapper {
        display: none;
    }

    .products-wrapper .banner-section .rating-wrapper {
        display: flex !important;
    }
}

.products-wrapper .downloads-section {
    padding-top: 50px;
    padding-bottom: 28px;
    position: relative;
}

.products-wrapper .downloads-section .downloads-section-inner {
    width: calc(100% - 220px);
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .products-wrapper .downloads-section .downloads-section-inner {
        width: calc(100% - 64px);
    }
}

.products-wrapper .downloads-section .downloads-section-top {
    display: flex;
    padding-bottom: 28px;
    padding-top: 10px;
    justify-content: space-between;
}

.products-wrapper .downloads-section .downloads-section-top .icons-wrap {
    display: flex;
}

.products-wrapper .downloads-section .downloads-section-top .icons-wrap .icon-wrap {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 4px rgba(0, 94, 158, 0.1);
    margin-right: 8px;
    position: relative;
    cursor: pointer;
}

.products-wrapper .downloads-section .downloads-section-top .icons-wrap .icon-wrap.active,
.products-wrapper .downloads-section .downloads-section-top .icons-wrap .icon-wrap:hover {
    background-color: #ed1c24;
}

.products-wrapper .downloads-section .downloads-section-top .icons-wrap .icon-wrap.active>.icon>svg path,
.products-wrapper .downloads-section .downloads-section-top .icons-wrap .icon-wrap:hover>.icon>svg path {
    stroke: #fff;
}

@media only screen and (max-width: 768px) {
    .products-wrapper .downloads-section .downloads-section-top .icons-wrap .icon-wrap {
        margin-right: 32px;
    }

    .products-wrapper .downloads-section .downloads-section-top .icons-wrap .icon-wrap.share {
        margin-right: 0;
    }
}

.products-wrapper .downloads-section .downloads-section-top button {
    text-transform: uppercase;
    padding: 7px 18px;
    font-size: 12px;
    background: none;
    border: none;
    font-weight: 600;
    border-radius: 4px;
    margin-right: 16px;
    position: relative;
}

.products-wrapper .downloads-section .downloads-section-top button.product-buynow-btn {
    color: #fff;
    width: 94px;
    min-width: 94px;
    height: 34px;
    background-color: #ed1c24;
    box-sizing: border-box;
    margin-right: 0;
    transition: all 0.3s ease;
}

.products-wrapper .downloads-section .downloads-section-top button.product-calculate-btn {
    background: #fff;
    color: #ed1c24;
    border: 1px solid #ed1c24;
    transition: all 0.3s ease;
}

.products-wrapper .downloads-section .downloads-section-top button.product-calculate-btn:hover {
    border: 1px solid #ff3038;
}

.products-wrapper .downloads-section .downloads-section-top button.product-download-btn {
    margin-right: 0;
    color: #005e9e;
    z-index: 2;
}

.products-wrapper .downloads-section .downloads-section-top button.product-download-btn i {
    width: 16px;
    height: 16px;
    background: -516px -125px;
    display: inline-block;
    margin-right: 5px;
    transform: translateY(5px);
}

.products-wrapper .downloads-section .downloads-section-top .message-icon {
    width: 63px;
    height: 66px;
    position: absolute;
    top: 55px;
    right: 0;
    background: -358px -224px;
    cursor: pointer;
}

.products-wrapper .downloads-section .downloads-section-top .message-icon.sticky {
    position: fixed;
    top: 180px;
    z-index: 999;
}

.products-wrapper .downloads-section .downloads-section-bottom p {
    font-size: 10px;
    line-height: 20px;
    font-weight: 400;
    color: #767676;
    margin-bottom: 0;
}

.products-wrapper .downloads-section .hover-drop-down {
    opacity: 0;
    width: 214px;
    height: 108px;
    color: #233253;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: -30px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 32px;
    z-index: 99999;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.products-wrapper .downloads-section .hover-drop-down p {
    margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
    .products-wrapper .downloads-section .hover-drop-down {
        left: -80px;
    }
}

.products-wrapper .downloads-section .hover-drop-down:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 32px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
}

.products-wrapper .downloads-section .icon-wrap.active>.hover-drop-down {
    top: 50px;
    opacity: 1;
    pointer-events: auto;
}

.products-wrapper .downloads-section .star-rate {
    margin-top: 8px;
}

.products-wrapper .downloads-section .star-rate i {
    display: inline-block;
    width: 18px;
    height: 17px;
    background: -516px -88px;
}

.products-wrapper .downloads-section .star-rate svg:hover path {
    opacity: 1;
    fill: #edbf1c;
    stroke: #edbf1c;
}

.products-wrapper .downloads-section .rating-wrapper {
    display: flex !important;
    margin-top: 12px;
    margin-left: 24px;
    align-items: end;
}

.products-wrapper .downloads-section .social-icons-link {
    display: flex;
}

.products-wrapper .downloads-section .social-icons-link svg {
    margin-right: 8px;
    margin-top: 8px;
}

.products-wrapper .downloads-section :hover .hover-drop-down svg.facebook-svg:hover {
    background: #4867aa;
    border-radius: 50%;
}

.products-wrapper .downloads-section :hover .hover-drop-down svg.facebook-svg:hover path {
    stroke: #4867aa;
}

.products-wrapper .downloads-section :hover .hover-drop-down svg.twitter-svg:hover {
    background: #50abf1;
    border-radius: 50%;
}

.products-wrapper .downloads-section :hover .hover-drop-down svg.twitter-svg:hover path {
    stroke: #50abf1;
}

.products-wrapper .downloads-section :hover .hover-drop-down svg.linkedin-svg:hover {
    background: #0077b5;
    border-radius: 50%;
}

.products-wrapper .downloads-section :hover .hover-drop-down svg.linkedin-svg:hover path {
    stroke: #0077b5;
}

.products-wrapper .downloads-section :hover .hover-drop-down svg:hover path.fl {
    fill: #fff !important;
}

.products-wrapper .downloads-section .downloads-button-dropdown {
    display: block;
    position: absolute;
    opacity: 0;
    z-index: 99;
    top: 0;
    pointer-events: none;
    left: 50%;
    width: 336px;
    height: 186px;
    background: #fff;
    box-sizing: border-box;
    padding-top: 42px;
    padding-left: 55px;
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%);
    border-radius: 8px;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.products-wrapper .downloads-section .downloads-button-dropdown:before {
    content: "";
    position: absolute;
    top: -16px;
    left: 164px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
}

.products-wrapper .downloads-section .downloads-button-dropdown ul li {
    text-align: left;
    color: #233253;
    margin-bottom: 20px;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    font-size: 16px;
}

.products-wrapper .downloads-section .downloads-button-dropdown ul li:before {
    content: ">";
    position: absolute;
    left: -17px;
    top: 0;
    color: #ed1c24;
    font-size: 18px;
    font-weight: 400;
}

.products-wrapper .downloads-section .product-download-btn.active>.downloads-button-dropdown {
    top: 44px;
    opacity: 1;
    pointer-events: auto;
}

@media only screen and (max-width: 820px) {
    .products-wrapper .downloads-section {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .products-wrapper .downloads-section .downloads-section-bottom {
        display: none;
    }

    .products-wrapper .downloads-section .downloads-section-top {
        display: block;
        padding-bottom: 0;
    }

    .products-wrapper .downloads-section .icons-wrap {
        justify-content: center;
        margin-bottom: 50px;
    }

    .products-wrapper .downloads-section .icon-wrap:before {
        content: attr(data-content);
        position: absolute;
        bottom: -24px;
        color: #233253;
        font-size: 11px;
        line-height: 22px;
    }

    .products-wrapper .downloads-section .btns-wrap {
        display: flex;
        flex-direction: column;
    }

    .products-wrapper .downloads-section .btns-wrap button {
        width: 100% !important;
        display: block;
        margin-bottom: 24px;
    }

    .products-wrapper .downloads-section .btns-wrap .product-buynow-btn {
        order: 1;
    }

    .products-wrapper .downloads-section .btns-wrap .product-calculate-btn {
        order: 2;
    }

    .products-wrapper .downloads-section .btns-wrap .product-download-btn {
        order: 3;
        margin-bottom: 0;
    }

    .products-wrapper .downloads-section .rating-wrapper {
        display: none !important;
    }
}

@media only screen and (max-width: 680px) {
    .products-wrapper .downloads-section .icon-wrap.rate.active .hover-drop-down {
        left: -30px;
        top: 78px;
    }

    .products-wrapper .downloads-section .icon-wrap.rate.active .hover-drop-down:before {
        left: 34px;
    }

    .products-wrapper .downloads-section .icon-wrap.share.active .hover-drop-down {
        left: -160px;
        top: 78px;
    }

    .products-wrapper .downloads-section .icon-wrap.share.active .hover-drop-down:before {
        left: 164px;
    }
}

.products-wrapper .list-section {
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #f9f9f9;
}

.products-wrapper .list-section .list-section-inner {
    padding-top: 32px;
    width: calc(100% - 220px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto auto;
}

.products-wrapper .list-section .list-section-left img {
    display: block;
    margin-bottom: 21px;
}

.products-wrapper .list-section .list-section-right .viewMoreBtn {
    display: block;
}

.products-wrapper .list-section small {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #767676;
    display: block;
    max-width: 300px;
}

@media only screen and (max-width: 768px) {
    .products-wrapper .list-section small {
        text-align: center;
    }
}

.products-wrapper .list-section .products-custom-list {
    padding-top: 40px;
    margin-bottom: 18px;
}

.products-wrapper .list-section .products-custom-list li {
    font-size: 16px;
    line-height: 36px;
    color: #767676;
    position: relative;
    background: no-repeat 0 10px;
    padding-left: 32px;
}

.products-wrapper .list-section .products-custom-list li svg {
    display: inline-block;
    margin-right: 14px;
}

@media only screen and (max-width: 680px) {
    .products-wrapper .list-section .products-custom-list li {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .products-wrapper .list-section {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .products-wrapper .list-section .list-section-inner {
        width: calc(100% - 110px);
    }

    .products-wrapper .list-section .products-custom-list {
        padding-top: 0;
    }

    .products-wrapper .list-section .products-custom-list li {
        line-height: 27px;
        margin-bottom: 20px;
    }

    .products-wrapper .list-section .view-more {
        display: none;
    }
}

@media only screen and (max-width: 680px) {
    .products-wrapper .list-section .list-section-inner {
        width: calc(100% - 84px);
    }

    .products-wrapper .list-section .viewMoreBtn {
        display: none;
    }
}

.products-wrapper .benefits-section {
    padding-top: 84px;
}

.products-wrapper .benefits-section .products-tab-section {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 30% 70%;
}

.products-wrapper .benefits-section .products-tab-section .products-tab-title-section {
    box-sizing: border-box;
    padding-top: 48px;
    padding-left: 110px;
}

.products-wrapper .benefits-section .products-tab-section .products-tab-title-section h3 {
    font-size: 35px;
    line-height: 44px;
    font-weight: 700;
    color: #005e9e;
    width: 275px;
    margin-bottom: 30px;
}

.products-wrapper .benefits-section .products-tab-section .products-tab-title-section ul {
    text-align: right;
}

.products-wrapper .benefits-section .products-tab-section .products-tab-title-section ul li {
    display: inline-block;
    font-weight: 400;
    text-align: left !important;
    line-height: 22px;
    width: 270px;
    box-sizing: border-box;
    padding: 20px 30px;
    border-radius: 50px 0 0 50px;
    color: #233253;
    cursor: pointer;
    margin-bottom: 10px;
}

.products-wrapper .benefits-section .products-tab-section .products-tab-title-section ul li.active,
.products-wrapper .benefits-section .products-tab-section .products-tab-title-section ul li:hover {
    color: #ed1c24;
    background: #eaf1f8;
    position: relative;
    font-weight: 400;
}

.products-wrapper .benefits-section .products-tab-section .products-tab-title-section ul li.active:after,
.products-wrapper .benefits-section .products-tab-section .products-tab-title-section ul li:hover:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #ed1c24;
    right: 0;
    top: 50%;
    transform: translateY(-5px);
}

.products-wrapper .benefits-section .products-tab-section .products-tab-content-section {
    position: relative;
    padding: 64px 40px 173px;
    background-color: #ebf5f9;
}

.products-wrapper .benefits-section .products-tab-section .products-tab-content-section h1 {
    font-size: 38px;
    line-height: 48px;
    color: #233253;
    font-weight: 700;
    margin-bottom: 23px;
    margin-left: 26px;
    position: relative;
}

.products-wrapper .benefits-section .products-tab-section .products-tab-content-section h1:before {
    content: "";
    position: absolute;
    width: 83px;
    height: 82px;
    background: -226px -250px;
    top: -20px;
    left: -32px;
}

.products-wrapper .benefits-section .products-tab-section .products-tab-content-section h1:after {
    content: "+";
    position: absolute;
    color: #ed1c24;
    font-size: 16px;
    font-weight: 400;
    left: -14px;
    top: -19px;
}

.products-wrapper .benefits-section .products-tab-section .products-tab-content-section h5 {
    font-size: 16px;
    line-height: 22px;
    color: #8a93a5;
    font-weight: 400;
    margin-bottom: 16px;
    margin-left: 26px;
}

.products-wrapper .benefits-section .products-tab-section .products-tab-content {
    width: 100%;
    height: 678px;
    display: none;
}

.products-wrapper .benefits-section .products-tab-section h5 {
    margin-bottom: 20px;
}

.products-wrapper .benefits-section .products-tab-section .info-cards-wrapper,
.products-wrapper .benefits-section .products-tab-section .tab-wrapper {
    position: relative;
}

.products-wrapper .benefits-section .products-tab-section .product-info-card {
    margin-top: 28px;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(35, 50, 83, 0.05);
    width: 384px;
    height: 535px;
    padding: 64px 40px 26px;
    box-sizing: border-box;
    margin-bottom: 30px;
    overflow-y: scroll;
}

.products-wrapper .benefits-section .products-tab-section .product-info-card h4 {
    color: #233253;
    font-size: 24px;
    line-height: 33px;
    font-weight: 800;
    margin-bottom: 24px;
}

.products-wrapper .benefits-section .products-tab-section .product-info-card h4 svg {
    margin-right: 8px;
    position: relative;
}

.products-wrapper .benefits-section .products-tab-section .product-info-card ul li {
    color: #767676;
    position: relative;
    margin-left: 30px;
    margin-bottom: 6px;
    font-size: 15px;
}

.products-wrapper .benefits-section .products-tab-section .product-info-card ul li ul li {
    font-size: 14px;
}

.products-wrapper .benefits-section .products-tab-section .product-info-card ul li ul li:before {
    width: 10px;
    height: 10px;
    background: no-repeat 0 3px;
}

.products-wrapper .benefits-section .products-tab-section .product-info-card ul li:last-child {
    padding-bottom: 15px;
}

.products-wrapper .benefits-section .products-tab-section .product-info-card ul li:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: -35px;
    top: 3px;
    background: 0 16px;
}

.products-wrapper .benefits-section .products-tab-section .product-info-card ul li.plus-divide {
    text-align: center;
    color: #ed1c24;
    margin-left: 0;
}

.products-wrapper .benefits-section .products-tab-section .product-info-card ul li.plus-divide:before {
    background: none;
}

.products-wrapper .benefits-section .products-tab-section .product-info-card button {
    display: block;
    margin: 32px auto 0;
}

@media only screen and (max-width: 480px) {
    .products-wrapper .benefits-section .products-tab-section .product-info-card {
        padding-top: 40px;
        width: 292px !important;
        height: 510px !important;
    }

    .products-wrapper .benefits-section .products-tab-section .product-info-card h4 {
        font-size: 22px;
    }

    .products-wrapper .benefits-section .products-tab-section .product-info-card ul li {
        font-size: 14px;
        line-height: 20px;
    }
}

.products-wrapper .benefits-section .products-tab-section .product-info-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100px;
    background-color: #ed1c24;
}

.products-wrapper .benefits-section .products-tab-section .blue-percentage-section {
    width: 214px;
    height: 52px;
    background-color: #005e9e;
    border-radius: 44px;
    box-sizing: border-box;
    padding-left: 1px;
    padding-top: 1px;
    display: flex;
    position: absolute;
    top: 30px;
    left: -215px;
    z-index: 99;
    transform: translate(-50%, -50%);
}

.products-wrapper .benefits-section .products-tab-section .blue-percentage-section i {
    position: absolute;
    z-index: 2;
}

.products-wrapper .benefits-section .products-tab-section .blue-percentage-section .percentage {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #005e9e;
}

.products-wrapper .benefits-section .products-tab-section .blue-percentage-section .percentage-text {
    color: #fff;
    width: 132px;
    font-size: 12px;
    line-height: 14px;
    margin-top: 11px;
    margin-left: 8px;
}

@media only screen and (max-width: 375px) {
    .products-wrapper .benefits-section .products-tab-section .blue-percentage-section {
        left: -160px;
    }
}

.products-wrapper .benefits-section .products-tab-section .blue-percentage-onesection {
    width: 214px;
    height: 52px;
    background-color: #005e9e;
    border-radius: 44px;
    box-sizing: border-box;
    padding-left: 1px;
    padding-top: 1px;
    display: flex;
    position: absolute;
    top: 5%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
}

.products-wrapper .benefits-section .products-tab-section .blue-percentage-onesection i {
    position: absolute;
    z-index: 2;
}

.products-wrapper .benefits-section .products-tab-section .blue-percentage-onesection .percentage {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #005e9e;
}

.products-wrapper .benefits-section .products-tab-section .blue-percentage-onesection .percentage-text {
    color: #fff;
    width: 132px;
    font-size: 12px;
    line-height: 14px;
    margin-top: 11px;
    margin-left: 8px;
}

@media only screen and (max-width: 1024px) {
    .products-wrapper .benefits-section .products-tab-section .blue-percentage-onesection {
        top: 24px;
    }
}

.products-wrapper .benefits-section .products-tab-section .talk-to-advisor-link {
    position: absolute;
    right: 42px;
    bottom: 45px;
    border: 1px solid #ed1c24;
    width: 186px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #ed1c24;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .products-wrapper .benefits-section .products-tab-section .talk-to-advisor-link {
        position: static;
        display: block;
        margin: 41px auto 56px;
    }
}

.products-wrapper .benefits-section .products-tab-select-wrapper {
    width: 272px;
    margin: 0 auto;
    border: 1px solid #ed1c24;
    border-radius: 4px;
}

.products-wrapper .benefits-section .products-tab-select {
    width: 96%;
    border: none;
    padding: 6px 20px 6px 18px;
    color: #ed1c24;
    font-size: 14px;
    background: transparent;
}

@media only screen and (max-width: 1024px) {
    .products-wrapper .benefits-section {
        padding-top: 56px;
        background: #ebf5f9;
    }

    .products-wrapper .benefits-section .products-tab-select,
    .products-wrapper .benefits-section .products-tab-select-wrapper {
        display: block !important;
    }

    .products-wrapper .benefits-section .products-tab-section {
        grid-template-columns: 100%;
    }

    .products-wrapper .benefits-section .products-tab-title-section {
        padding-left: 0 !important;
        padding-top: 0 !important;
    }

    .products-wrapper .benefits-section .products-tab-title-section h3 {
        text-align: center;
        width: 80% !important;
        margin-left: auto;
        margin-right: auto;
        font-size: 28px !important;
        line-height: 30px !important;
    }

    .products-wrapper .benefits-section .products-tab-title-section ul {
        display: none;
    }

    .products-wrapper .benefits-section .products-tab-content-section {
        padding: 38px 32px 150px !important;
    }

    .products-wrapper .benefits-section .products-tab-content {
        height: 630px !important;
    }

    .products-wrapper .benefits-section .products-tab-content h1 {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .products-wrapper .benefits-section .products-tab-content-section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .products-wrapper .benefits-section .product-title {
        width: 80%;
        margin: 0 auto 12px;
    }
}

.products-wrapper .eligibility-section {
    background: #f9f9f9;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    padding-top: 76px;
    padding-bottom: 68px;
    box-sizing: border-box;
}

.products-wrapper .eligibility-section div {
    margin-right: 24px;
}

.products-wrapper .eligibility-section h1 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 600;
    color: #233253;
    margin-bottom: 6px;
}

.products-wrapper .eligibility-section p {
    color: #8a93a5;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}

.products-wrapper .eligibility-section button {
    width: 188px;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background: #0083c3;
    border-radius: 4px;
    border: none;
    margin-left: 57px;
    font-weight: 600;
    transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
    .products-wrapper .eligibility-section {
        display: block;
        padding-top: 56px;
        padding-bottom: 56px;
        grid-template-columns: 1fr;
        text-align: center;
        height: auto;
    }

    .products-wrapper .eligibility-section div {
        margin-right: 0;
    }

    .products-wrapper .eligibility-section h1 {
        font-weight: 800;
        color: #233253;
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 33px;
    }

    .products-wrapper .eligibility-section p {
        margin-left: 55px;
        margin-right: 55px;
    }

    .products-wrapper .eligibility-section button {
        margin: 21px auto 0;
    }
}

.products-wrapper .eligibility-criteria-section {
    display: none;
    padding-top: 96px;
    padding-bottom: 80px;
    background: #f9f9f9;
}

.products-wrapper .eligibility-criteria-section .eligibility-criteria-section-inner {
    width: calc(100% - 132px);
    margin: 0 auto;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .products-wrapper .eligibility-criteria-section .eligibility-criteria-section-inner {
        width: calc(100% - 64px);
    }
}

.products-wrapper .eligibility-criteria-section h3 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #233253;
    margin-bottom: 32px;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    .products-wrapper .eligibility-criteria-section h3 {
        font-size: 24px;
        line-height: 24px;
        display: block;
        text-align: center;
    }
}

.products-wrapper .eligibility-criteria-section table {
    border: 1px solid #c7cacc;
    box-shadow: 0 4px 20px rgba(0, 94, 158, 0.05), 3px 6px 10px rgba(50, 130, 196, 0.08);
    background: #fff;
    margin-bottom: 33px;
}

.products-wrapper .eligibility-criteria-section table thead {
    background: #005e9e;
}

.products-wrapper .eligibility-criteria-section table th {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding: 24px 20px;
    text-align: center;
    border-right: 1px solid #c7cacc;
    vertical-align: middle;
}

.products-wrapper .eligibility-criteria-section table td {
    width: 190px;
    height: 79px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #233253;
    border-bottom: 1px solid #c7cacc;
    border-right: 1px solid #c7cacc;
    vertical-align: middle;
}

.products-wrapper .eligibility-criteria-section table td:first-child {
    background-color: #eaf1f8;
    font-weight: 500;
    color: #005e9e;
}

.products-wrapper .eligibility-criteria-section table td span {
    color: #ee4326;
    font-weight: 500;
}

@media only screen and (max-width: 768px) {

    .products-wrapper .eligibility-criteria-section table td,
    .products-wrapper .eligibility-criteria-section table th {
        font-size: 12px;
        line-height: 14px;
        padding: 15px;
    }
}

.products-wrapper .eligibility-criteria-section p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}

.products-wrapper .eligibility-criteria-section .close-table {
    position: absolute;
    top: 2px;
    right: 0;
    cursor: pointer;
    font-size: 23px;
    z-index: 99;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../../../content/dam/hdfclifeinsurancecompany/home/icons/pop-close.png) no-repeat 0 0;
}

.products-wrapper .eligibility-criteria-section .close-table svg {
    display: none;
}

@media only screen and (max-width: 680px) {
    .products-wrapper .eligibility-criteria-section .close-table {
        top: -58px;
    }
}

@media only screen and (max-width: 420px) {
    .products-wrapper .eligibility-criteria-section .eligibility-criteria-section-inner .table-freeze-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    .products-wrapper .eligibility-criteria-section .eligibility-criteria-section-inner .table td:first-child,
    .products-wrapper .eligibility-criteria-section .eligibility-criteria-section-inner .table th:first-child {
        position: sticky;
        left: -2px;
        background: #eaf1f8;
    }

    .products-wrapper .eligibility-criteria-section .eligibility-criteria-section-inner .table th:first-child {
        background: #005e9e;
    }
}

.products-wrapper .thank-you-section {
    padding: 80px 0;
}

.products-wrapper .thank-you-section .thank-you-section-inner {
    width: calc(100% - 220px);
    max-width: 1060px;
    margin: 0 auto;
    height: 242px;
    display: flex;
}

.products-wrapper .thank-you-section .thank-you-section-inner>div {
    box-sizing: border-box;
    width: 50%;
    height: 100%;
}

.products-wrapper .thank-you-section .thank-you-section-inner .thank-you-section-left {
    background-color: #eaf1f8;
    position: relative;
    padding: 34px 48px;
}

.products-wrapper .thank-you-section .thank-you-section-inner .thank-you-section-left h6 {
    color: #005e9e;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 4px;
}

.products-wrapper .thank-you-section .thank-you-section-inner .thank-you-section-left h1 {
    font-size: 52px;
    line-height: 52px;
    color: #233253;
    font-weight: 700;
    margin-bottom: 8px;
}

.products-wrapper .thank-you-section .thank-you-section-inner .thank-you-section-left h1 span {
    color: #ed1c24;
}

.products-wrapper .thank-you-section .thank-you-section-inner .thank-you-section-left p {
    font-size: 16px;
    line-height: 22px;
    color: #8a93a5;
}

.products-wrapper .thank-you-section .thank-you-section-inner .thank-you-section-left:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100px;
    background-color: #ed1c24;
    top: 0;
    left: 0;
}

.products-wrapper .thank-you-section .thank-you-section-inner .thank-you-section-right {
    height: 242px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 564px;
}

.products-wrapper .thank-you-section .thank-you-section-inner .thank-you-section-right svg {
    transform: translateY(11px);
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .products-wrapper .thank-you-section .thank-you-section-inner {
        width: calc(100% - 64px);
    }

    .products-wrapper .thank-you-section .thank-you-section-right {
        background-size: cover !important;
    }
}

@media only screen and (max-width: 768px) {
    .products-wrapper .thank-you-section .thank-you-section-inner {
        height: auto;
        display: flex;
        flex-direction: column;
        width: calc(100% - 64px);
    }

    .products-wrapper .thank-you-section .thank-you-section-inner .thank-you-section-left {
        height: 268px;
        order: 2;
        width: 100% !important;
        padding: 32px;
    }

    .products-wrapper .thank-you-section .thank-you-section-inner .thank-you-section-left h1 {
        font-size: 21px;
        line-height: 30px;
    }

    .products-wrapper .thank-you-section .thank-you-section-inner .thank-you-section-right {
        width: 100% !important;
        max-width: 100% !important;
        height: 198px;
        order: 1;
    }
}

.products-wrapper .extra-coverage-section {
    padding-top: 80px;
    padding-bottom: 68px;
    background-color: #f9f9f9;
}

.products-wrapper .extra-coverage-section .view-more {
    text-align: center;
    margin-top: 30px;
    margin-left: 110px;
}

.products-wrapper .extra-coverage-section .extra-coverage-section-inner {
    width: calc(100% - 220px);
    max-width: 1060px;
    padding-top: 40px;
    margin: 0 auto 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.products-wrapper .extra-coverage-section .extra-coverage-section-inner .info-card {
    padding: 27px 19px 24px 28px;
}

.products-wrapper .extra-coverage-section .extra-coverage-section-inner .info-card.contentHide {
    display: none;
}

.products-wrapper .extra-coverage-section .extra-coverage-section-inner .info-card-left span {
    width: 56px;
    height: 56px;
    background-color: #ed1c24;
    display: block;
}

.products-wrapper .extra-coverage-section .extra-coverage-section-inner .first-info-card .info-card-left span {
    background: -117px -358px;
}

.products-wrapper .extra-coverage-section .extra-coverage-section-inner .second-info-card .info-card-left span {
    background: -193px -358px;
}

@media only screen and (max-width: 1024px) {
    .products-wrapper .extra-coverage-section .extra-coverage-section-inner {
        width: calc(100% - 64px);
    }
}

@media only screen and (max-width: 820px) {
    .products-wrapper .extra-coverage-section .extra-coverage-section-inner {
        width: calc(100% - 64px);
        grid-template-columns: 1fr;
        grid-row-gap: 24px;
    }
}

.products-wrapper .know-more-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.products-wrapper .know-more-section .know-more-section-inner {
    width: calc(100% - 220px);
    margin: 0 auto;
    max-width: 1060px;
}

@media only screen and (max-width: 1024px) {
    .products-wrapper .know-more-section .know-more-section-inner {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .products-wrapper .know-more-section .know-more-section-inner .know-more-images-wrapper {
        width: calc(100% - 64px);
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
    .products-wrapper .know-more-section .know-more-section-inner .product-accordion {
        margin-left: 32px;
        margin-right: 32px;
    }
}

.products-wrapper .know-more-section .know-more-images-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
}

@media only screen and (max-width: 820px) {
    .products-wrapper .know-more-section .know-more-images-wrapper {
        grid-template-columns: 1fr;
        grid-row-gap: 24px;
    }
}

.products-wrapper .know-more-section .know-more-image {
    height: 465px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 55px;
}

.products-wrapper .know-more-section .know-more-image .text h1 {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 24px;
    max-width: 91%;
    margin-left: auto;
    margin-right: auto;
}

.products-wrapper .know-more-section .know-more-image .text p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

.products-wrapper .know-more-section .know-more-image .text button {
    padding: 9px 18px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #fff;
    background: #0083c3;
    border-radius: 4px;
    border: none;
    margin-top: 33px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-weight: 600;
    transition: all 0.3s ease;
}

.products-wrapper .know-more-section .know-more-left {
    background-size: cover;
}

.products-wrapper .know-more-section .know-more-left .icon {
    width: 76px;
    height: 87px;
    margin: 0 auto;
    background: -358px -10px;
}

.products-wrapper .know-more-section .know-more-right {
    background-size: cover;
}

.products-wrapper .know-more-section .know-more-right .icon {
    width: 74px;
    height: 87px;
    margin: 0 auto;
    background: -358px -117px;
}

.products-wrapper .know-more-section .know-more-section-bottom {
    padding-top: 80px;
}

.products-wrapper .know-more-section .product-accordion {
    margin-top: 40px;
    margin-bottom: 40px;
}

.products-wrapper .know-more-section .product-accordion .accord-wrapper {
    border: 1px solid #c7cacc;
    padding: 32px 32px 32px 24px;
    margin-bottom: 8px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.products-wrapper .know-more-section .product-accordion .accord-wrapper .accord-title {
    font-size: 16px;
    line-height: 22px;
    color: #233253;
    margin-left: 64px;
    cursor: pointer;
    padding-right: 50px;
}

.products-wrapper .know-more-section .product-accordion .accord-wrapper .accord-title span {
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    position: absolute;
    left: 24px;
    top: 21px;
    color: #005e9e;
    background: linear-gradient(0deg, #edf8ff, rgba(237, 248, 255, 0));
}

.products-wrapper .know-more-section .product-accordion .accord-wrapper .accord-content {
    font-size: 14px;
    line-height: 22px;
    color: #5a5a5a;
    padding-left: 65px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    padding-right: 30px;
}

@media only screen and (max-width: 680px) {
    .products-wrapper .know-more-section .product-accordion .accord-wrapper .accord-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.products-wrapper .know-more-section .product-accordion .accord-title>i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    top: 32px;
    pointer-events: none;
    text-align: center;
    border: 1px solid #ed1c24;
}

.products-wrapper .know-more-section .product-accordion .accord-title>i svg {
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
}

.products-wrapper .know-more-section .product-accordion .accord-wrapper:before {
    content: "";
    width: 4px;
    height: 100px;
    background-color: #ed1c24;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    transition: height 0.3s ease-in-out;
}

.products-wrapper .know-more-section .product-accordion .accord-wrapper.active:before {
    height: 100px;
}

.products-wrapper .know-more-section .product-accordion .accord-wrapper.active .accord-title {
    font-weight: 600;
}

.products-wrapper .know-more-section .product-accordion .accord-wrapper.active .accord-content {
    max-height: 500px;
    margin-top: 12px;
}

.products-wrapper .know-more-section .product-accordion .accord-wrapper.active .accord-title>i {
    background: #ed1c24;
}

.products-wrapper .know-more-section .product-accordion .accord-wrapper.active .accord-title>i svg {
    transform: rotate(180deg);
}

.products-wrapper .know-more-section .product-accordion .accord-wrapper.active .accord-title>i svg path {
    stroke: #fff;
}

.products-wrapper .know-more-section .view-more {
    text-align: center;
}

@media screen and (max-width: 680px) {
    .products-wrapper .know-more-section {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .products-wrapper .know-more-section .know-more-image {
        height: 335px;
    }

    .products-wrapper .know-more-section .know-more-image .text .icon {
        display: none;
    }

    .products-wrapper .know-more-section .know-more-image .text h1 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 16px;
        margin-top: 0;
    }

    .products-wrapper .know-more-section .know-more-image .text p {
        font-size: 14px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .products-wrapper .know-more-section .know-more-image .text button {
        margin-top: 5px;
    }

    .products-wrapper .know-more-section .product-accordion .accord-wrapper:after {
        right: 16px;
    }

    .products-wrapper .know-more-section .product-accordion .accord-wrapper .accord-title {
        margin-left: 45px;
        font-size: 14px;
        line-height: 20px;
    }

    .products-wrapper .know-more-section .product-accordion .accord-wrapper .accord-title>i {
        right: 16px;
    }

    .products-wrapper .know-more-section .product-accordion .accord-title span {
        left: 16px !important;
    }
}

.products-wrapper .info-card {
    position: relative;
    border: 1px solid #c7cacc;
    padding: 24px;
    display: grid;
    grid-template-columns: 15% 85%;
}

.products-wrapper .info-card h2 {
    font-size: 28px;
    line-height: 34px;
    color: #005e9e;
    font-weight: 700;
    margin-bottom: 26px;
}

.products-wrapper .info-card p {
    color: #233253;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 33px;
}

.products-wrapper .info-card button {
    width: 111px;
    height: 34px;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ed1c24;
    color: #ed1c24;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.products-wrapper .info-card:before {
    content: "";
    width: 4px;
    height: 100px;
    background: #ed1c24;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 600px) {
    .products-wrapper .info-card {
        grid-template-columns: 100%;
    }
}

.products-wrapper .rediscover-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f9f9f9;
}

.products-wrapper .rediscover-section .inner-section {
    width: calc(100% - 220px);
    max-width: 1060px;
    margin: 0 auto;
}

.products-wrapper .rediscover-section .inner-section h3 {
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #8a93a5;
}

.products-wrapper .rediscover-section .rediscover-content-section {
    margin-top: 40px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 24px;
    grid-row-gap: 10px;
}

.products-wrapper .rediscover-section .rediscover-content-section .left-section {
    position: relative;
    grid-row: 1/3;
    grid-column: 1/3;
    border: 1px solid #c7cacc;
    display: block;
    clear: both;
}

.products-wrapper .rediscover-section .rediscover-content-section .left-section .imagesec {
    width: 40%;
    height: 100%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
}

.products-wrapper .rediscover-section .rediscover-content-section .left-section .textsec {
    width: 60%;
    float: left;
    box-sizing: border-box;
    padding: 36px 30px;
}

.products-wrapper .rediscover-section .rediscover-content-section .left-section img {
    width: 100%;
    height: 100%;
}

.products-wrapper .rediscover-section .rediscover-content-section .left-section h2 {
    color: #233253;
    font-size: 28px;
    line-height: 33px;
    font-weight: 800;
    margin-bottom: 12px;
}

.products-wrapper .rediscover-section .rediscover-content-section .left-section p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #233253;
}

.products-wrapper .rediscover-section .rediscover-content-section .left-section:after {
    content: "";
    width: 4px;
    height: 100px;
    background-color: #ed1c24;
    position: absolute;
    right: 0;
    top: 0;
}

.products-wrapper .rediscover-section .rediscover-content-section .right-bottom-section,
.products-wrapper .rediscover-section .rediscover-content-section .right-top-section {
    height: 127px;
    width: 378px;
    box-sizing: border-box;
    background-size: cover;
    position: relative;
}

.products-wrapper .rediscover-section .rediscover-content-section .overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    align-items: flex-end;
}

.products-wrapper .rediscover-section .rediscover-content-section .overlay-bg .text {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
}

@media only screen and (max-width: 680px) {
    .products-wrapper .rediscover-section .rediscover-content-section .overlay-bg .text {
        font-size: 20px;
        line-height: 26px;
    }
}

.products-wrapper .rediscover-section .learn-more {
    font-size: 12px;
    width: 111px;
    height: 34px;
    text-align: center;
    display: block;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ed1c24;
    color: #ed1c24;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    background: transparent;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 1024px) {
    .products-wrapper .rediscover-section .inner-section {
        width: calc(100% - 64px);
        margin: 0 auto;
    }
}

@media only screen and (max-width: 820px) {
    .products-wrapper .rediscover-section {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .products-wrapper .rediscover-section .inner-section {
        width: calc(100% - 64px);
        margin: 0 auto;
    }

    .products-wrapper .rediscover-section .left-section,
    .products-wrapper .rediscover-section .right-bottom-section,
    .products-wrapper .rediscover-section .right-top-section {
        grid-column: 1/4 !important;
        width: 100% !important;
        overflow: hidden;
        position: relative;
    }

    .products-wrapper .rediscover-section .left-section p {
        display: none;
    }

    .products-wrapper .rediscover-section .left-section .textsec {
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.5);
        float: none;
        position: absolute;
        width: 100% !important;
        height: 100%;
        display: flex;
        align-items: flex-end;
        padding: 20px !important;
    }

    .products-wrapper .rediscover-section .left-section .textsec h2 {
        color: #fff;
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 0;
    }

    .products-wrapper .rediscover-section .left-section .imagesec {
        width: 100% !important;
        height: 165px !important;
    }

    .products-wrapper .rediscover-section .left-section:after {
        width: 0 !important;
        height: 0 !important;
    }
}

@media only screen and (max-width: 688px) {
    .products-wrapper .rediscover-section .left-section .textsec {
        padding-left: 20px;
    }

    .products-wrapper .rediscover-section .left-section .textsec h2 {
        font-size: 20px;
        line-height: 26px;
    }
}

.products-wrapper .disclaimers-section {
    padding-top: 80px;
}

@media only screen and (max-width: 768px) {
    .products-wrapper .disclaimers-section {
        padding-top: 50px;
    }

    .products-wrapper .disclaimers-section .disclaimer-wrap {
        padding-bottom: 64px;
    }
}

.products-wrapper .custom-overlay-section {
    background: rgba(0, 0, 0, 0.45);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1004;
    display: block;
    overflow-y: scroll;
}

@media screen and (max-width: 1024px) {
    .products-wrapper {
        margin-top: 105px;
    }
}

.view-example-popup .modal-md {
    max-width: 646px !important;
}

#viewDetailsPopup {
    width: 100%;
    margin-left: 0;
}

@media screen and (max-width: 1024px) {
    #viewDetailsPopup {
        width: 92%;
    }
}

#viewDetailsPopup .font-weight-normal {
    font-weight: 400;
    padding-top: 0;
}

#viewDetailsPopup .close-icon {
    position: absolute;
    top: 26px;
    right: 26px;
    cursor: pointer;
    font-size: 23px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../../../content/dam/hdfclifeinsurancecompany/home/icons/pop-close.png) no-repeat 0 0;
}

#viewDetailsPopup .modal-content {
    position: relative;
    padding-top: 64px;
}

#viewDetailsPopup .modal-body {
    padding: 0 20px 20px;
}

#viewDetailsPopup .modalCloseBtn {
    position: absolute;
    right: 30px;
    top: 30px;
}

#viewDetailsPopup .modal-lg {
    max-width: 1060px;
}

#viewDetailsPopup .tabAccordContent {
    padding-left: 64px;
}

@media screen and (max-width: 820px) {
    #viewDetailsPopup .tabAccordContent {
        padding-left: 8px;
    }
}

#viewDetailsPopup h1 {
    font-size: 48px;
    line-height: 48px;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    color: #233253;
}

#viewDetailsPopup h1 span {
    color: #ed1c24;
}

@media only screen and (max-width: 820px) {
    #viewDetailsPopup h1 {
        font-size: 24px;
        line-height: 30px;
    }
}

#viewDetailsPopup .tabAccordSection .tabAccordMenu {
    position: relative;
}

#viewDetailsPopup .tabAccordSection .toggleIcon {
    position: absolute;
}

@media only screen and (max-width: 820px) {
    #viewDetailsPopup .tabAccordSection .toggleIcon {
        left: 10px;
    }
}

#viewDetailsPopup .tabAccordSection .tabAccordMenu.opened {
    position: relative;
}

#viewDetailsPopup .tabAccordSection .tabAccordMenu.opened>a {
    border-left: 4px solid #ed1c24;
}

@media only screen and (max-width: 820px) {
    #viewDetailsPopup .tabAccordSection .tabAccordMenu.opened>a {
        border-left: 1px solid #c7cacc;
    }
}

#viewDetailsPopup .tabAccordSection .tabAccordMenu strong {
    padding-left: 36px;
}

@media only screen and (max-width: 820px) {
    #viewDetailsPopup .tabAccordSection .tabAccordMenu strong {
        padding-left: 26px;
    }
}

#viewDetailsPopup .tabAccordSection .tabAccordMenu a {
    height: 70px;
}

#viewDetailsPopup .subtext {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #233253;
    padding-top: 15px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 680px) {
    #viewDetailsPopup .subtext {
        padding-top: 5px;
        margin-bottom: 24px;
    }
}

#viewDetailsPopup table {
    width: 100%;
    margin-bottom: 16px;
}

#viewDetailsPopup table thead {
    background: #005e9e;
    color: #fff;
}

#viewDetailsPopup table thead th {
    padding: 14px 24px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

#viewDetailsPopup table tbody {
    background: #eaf1f8;
}

#viewDetailsPopup table tbody tr {
    border-bottom: 1px solid #c7cacc;
}

#viewDetailsPopup table tbody td {
    padding: 16px 26px;
    font-size: 14px;
    line-height: 14px;
    color: #2c6698;
    font-weight: 400;
}

#viewDetailsPopup table tbody td:not(:last-child) {
    border-right: 1px solid #c7cacc;
}

@media screen and (max-width: 1024px) {
    #viewDetailsPopup table .hide-for-mob {
        display: none !important;
    }

    #viewDetailsPopup table td,
    #viewDetailsPopup table th {
        padding: 7px !important;
    }
}

@media screen and (max-width: 420px) {
    #viewDetailsPopup .table-freeze-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    #viewDetailsPopup .first-col {
        position: sticky;
        left: 0;
        background: #eaf1f8;
    }
}

@media screen and (max-width: 420px) {
    #viewDetailsPopup .modal-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    #viewDetailsPopup .modal-body {
        padding: 0;
    }

    #viewDetailsPopup .tabAccordContent {
        padding: 8px;
    }
}

@media screen and (max-width: 1024px) {
    #viewDetailsPopup {
        width: 92%;
        margin-left: 4%;
    }
}

.outlined-button-hover:hover {
    box-shadow: 0 5px 7px rgba(228, 24, 32, 0.4);
}

h1 {
    font-size: 38px;
    line-height: 48px;
    color: #233253;
    font-weight: 700;
}

.blankRTE .single-knowledge-center-page h2 {
    font-size: 38px;
    line-height: 48px;
    color: #233253;
    font-weight: 700;
}

@media only screen and (max-width: 640px) {

    /* h1 {
        font-size: 24px;
        line-height: 30px;
    } */
    .blankRTE .single-knowledge-center-page h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

.contacts-page-header {
    width: 97%;
    min-height: 158px;
    position: relative;
}

.contacts-page-header h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color: #233253;
    margin-top: 43px;
    margin-bottom: 43px;
    position: absolute;
    width: 438px;
    left: 50%;
    transform: translateX(-50%);
}

.contacts-page-header h1 span {
    color: #ed1c24;
}

.contacts-page-header h1:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    left: -46px;
    top: -22px;
    z-index: -2;
}

.contacts-page-header h1:after {
    content: "+";
    position: absolute;
    left: -29px;
    top: -23px;
    font-size: 16px;
    color: #ed1c24;
    font-weight: 400;
}

.contacts-page-header .headers-bottom {
    width: 100%;
    height: 38px;
    background: linear-gradient(0deg, #ebf5f9, rgba(235, 245, 249, 0));
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    box-sizing: border-box;
    line-height: 38px;
    font-size: 12px;
    color: #233253;
    padding-left: 40px;
}

.contacts-page-header .headers-bottom svg {
    vertical-align: baseline;
}

@media only screen and (max-width: 1024px) {
    .contacts-page-header {
        width: 96%;
    }
}

@media only screen and (max-width: 768px) {
    .contacts-page-header {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .contacts-page-header h1 {
        font-size: 26.5px;
        line-height: 31px;
        width: 243px;
        margin-top: 87px;
    }

    .contacts-page-header h1:before {
        content: "";
        width: 53.98px;
        height: 53.98px;
        border: 7px solid #f1f5f6;
        background: none;
    }

    .contacts-page-header .headers-bottom {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
}

@media only screen and (max-width: 420px) {
    .contacts-page-header h1:after {
        font-size: 20px;
        left: -11px;
        top: -12px;
    }

    .contacts-page-header h1:before {
        left: -18px;
        top: -11px;
    }
}

.contacts-tab-section {
    color: #233253;
    padding-top: 56px;
    padding-bottom: 80px;
}

.contacts-tab-section .tab-title p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 768px) {
    .contacts-tab-section .tab-title p {
        font-size: 14px;
    }
}

.contacts-tab-section .tab-contents .individual-tab-contents-wrappers {
    display: none;
}

.contacts-tab-section .tab-contents .individual-tab-contents-wrappers:first-child {
    display: block;
}

.contacts-tab-section .tab-contents #nri .tab-wrapper {
    justify-content: center;
}

.contacts-tab-section .tab-contents #group {
    width: calc(100% - 220px);
    position: relative;
    margin: 0 auto;
}

.contacts-tab-section .tab-contents #group select {
    width: 127px;
    height: 34px;
    box-sizing: border-box;
    color: #ed1c24;
    border-color: #ed1c24;
    font-size: 14px;
    padding: 3px 16px 6px;
}

.contacts-tab-section .tab-contents #group .recommend-search-me {
    padding-top: 0;
}

.contacts-tab-section .tab-contents #group .default-select-cust-arrow svg {
    top: 13px;
}

.contacts-tab-section .tab-contents #group .group-content-header {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #233253;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 44px;
}

.contacts-tab-section .tab-contents #group .group-contents-wrapper .group-content {
    width: 515px;
    height: 382px;
    box-sizing: border-box;
    border: 1px solid #c7cacc;
    padding: 40px 44px;
    position: relative;
}

.contacts-tab-section .tab-contents #group .group-contents-wrapper .group-content .group-content-left {
    width: 80px;
    height: 110%;
    float: left;
}

.contacts-tab-section .tab-contents #group .group-contents-wrapper .group-content .group-content-left .group-content-image {
    width: 56px;
    height: 56px;
    background-color: #ed1c24;
}

.contacts-tab-section .tab-contents #group .group-contents-wrapper .group-content .group-content-left .group-content-image.building-icon-one {
    background: no-repeat 0 0;
}

.contacts-tab-section .tab-contents #group .group-contents-wrapper .group-content .group-content-left .group-content-image.building-icon-two {
    background: no-repeat 0 0;
}

.contacts-tab-section .tab-contents #group .group-contents-wrapper .group-content .group-content-right h2 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #005e9e;
    margin-bottom: 24px;
}

.contacts-tab-section .tab-contents #group .group-contents-wrapper .group-content .group-content-right p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #233253;
    margin-bottom: 18px;
}

.contacts-tab-section .tab-contents #group .group-contents-wrapper .group-content .group-content-right small {
    font-size: 14px;
    line-height: 10px;
    color: #233253;
    display: block;
    margin-bottom: 12px;
}

.contacts-tab-section .tab-contents #group .group-contents-wrapper .group-content .group-content-right small span {
    font-size: 14px;
    line-height: 14px;
    color: #005e9e;
}

.contacts-tab-section .tab-contents #group .group-contents-wrapper .group-content .group-content-right button {
    width: 82px;
    height: 32px;
    border-radius: 4px;
    text-align: center;
    line-height: 24px;
    color: #ed1c24;
    border: 1px solid #ed1c24;
    background-color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.contacts-tab-section .tab-contents #group .group-contents-wrapper .group-content .group-content-right button:hover {
    filter: drop-shadow(0 8px 12px rgba(237, 28, 36, 0.2));
}

.contacts-tab-section .tab-contents #group .group-contents-wrapper .group-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100px;
    background: #ed1c24;
}

@media only screen and (max-width: 680px) {
    .contacts-tab-section .tab-contents #group {
        width: calc(100% - 10px);
    }
}

@media only screen and (max-width: 420px) {
    .contacts-tab-section .tab-contents #group .group-contents-wrapper .group-content {
        width: 310px;
        height: 466px;
        padding: 32px;
    }

    .contacts-tab-section .tab-contents #group .group-contents-wrapper .group-content .group-content-left {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 640px) {
    .contacts-tab-section {
        padding-top: 10px;
        padding-bottom: 53px;
    }
}

ul.curved-tab-titles {
    width: 701px;
    border-radius: 23px;
    height: 46px;
    background-color: #e8e8e8;
    display: flex;
    margin: 24px auto 0;
    overflow: hidden;
}

ul.curved-tab-titles li {
    list-style: none;
    line-height: 46px;
    font-size: 14px;
    flex-grow: 1;
    flex-basis: 0;
    border-right: 1px solid #c7cacc;
    text-align: center;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

ul.curved-tab-titles li.active,
ul.curved-tab-titles li:hover {
    color: #fff;
    background-color: #005e9e;
    font-weight: 500;
}

ul.curved-tab-titles li:last-child {
    border-left: none;
}

@media only screen and (max-width: 680px) {
    ul.curved-tab-titles {
        width: calc(100% - 48px);
    }

    ul.curved-tab-titles li {
        font-size: 10px;
    }
}

.info-cards-wrapper .info-card {
    width: 245px;
    height: 308px;
    border: 1px solid #c7cacc;
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(0, 94, 158, 0.05), 1px 2px 4px rgba(196, 50, 135, 0.08);
    position: relative;
    padding: 24px;
    display: block;
}

.info-cards-wrapper .owl-dots {
    margin-top: 30px;
}

.info-cards-wrapper .info-card:before {
    content: "";
    width: 4px;
    height: 56.76px;
    background: #ed1c24;
    position: absolute;
    top: 0;
    left: 0;
}

.info-cards-wrapper .info-card .icon {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
}

.info-cards-wrapper .info-card .icon.support {
    background: 0 0;
}

.info-cards-wrapper .info-card .icon.sms {
    background: 0 0;
}

.info-cards-wrapper .info-card .icon.email {
    background: 0 0;
}

.info-cards-wrapper .info-card .icon.chat {
    background: 0 0;
}

.info-cards-wrapper .info-card .icon.missedcall {
    background: 0 0;
}

.info-cards-wrapper .info-card .icon.wapp {
    background: 0 0;
}

.info-cards-wrapper .info-card p {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: #233253;
    margin-bottom: 18px;
}

.info-cards-wrapper .info-card .info-mob {
    color: #005e9e;
    font-size: 28px;
    line-height: 24px;
    display: block;
    margin-bottom: 14px;
}

.info-cards-wrapper .info-card .sub-text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 4px;
}

.info-cards-wrapper .info-card .sub-text span,
.info-cards-wrapper .info-card .sub-text span a {
    color: #005e9e;
}

.info-cards-wrapper .info-card small {
    color: #8a93a5;
    font-size: 12px;
    line-height: 20px;
}

@media only screen and (max-width: 380px) {
    .info-cards-wrapper .info-card {
        width: 305px;
        margin-right: 10px;
    }
}

.tab-wrapper {
    width: calc(100% - 220px);
    height: 308px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px auto 0;
}

.tab-wrapper .info-card {
    width: 245px;
    height: 308px;
    border: 1px solid #c7cacc;
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(0, 94, 158, 0.05), 1px 2px 4px rgba(196, 50, 135, 0.08);
    position: relative;
    padding: 24px;
    display: block;
}

.tab-wrapper .owl-dots {
    margin-top: 30px;
    text-align: center;
}

.tab-wrapper .info-card:before {
    content: "";
    width: 4px;
    height: 56.76px;
    background: #ed1c24;
    position: absolute;
    top: 0;
    left: 0;
}

.tab-wrapper .info-card .icon {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
}

.tab-wrapper .info-card .icon.support {
    background: 0 0;
}

.tab-wrapper .info-card .icon.sms {
    background: 0 0;
}

.tab-wrapper .info-card .icon.email {
    background: 0 0;
}

.tab-wrapper .info-card .icon.chat {
    background: 0 0;
}

.tab-wrapper .info-card .icon.missedcall {
    background: 0 0;
}

.tab-wrapper .info-card .icon.wapp {
    background: 0 0;
}

.tab-wrapper .info-card p {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: #233253;
    margin-bottom: 18px;
}

.tab-wrapper .info-card .info-mob {
    color: #005e9e;
    font-size: 28px;
    line-height: 24px;
    display: block;
    margin-bottom: 14px;
}

.tab-wrapper .info-card .sub-text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 4px;
}

.tab-wrapper .info-card .sub-text span,
.tab-wrapper .info-card .sub-text span a {
    color: #005e9e;
}

.tab-wrapper .info-card small {
    color: #8a93a5;
    font-size: 12px;
    line-height: 20px;
}

@media only screen and (max-width: 680px) {
    .tab-wrapper {
        width: calc(100% - 34px);
    }
}

@media only screen and (max-width: 380px) {
    .tab-wrapper .info-card {
        width: 275px;
        margin-right: 10px;
    }
}

#individuals .tab-wrapper {
    width: calc(100% - 220px);
}

#individuals #indivCarouselNav {
    margin-top: 40px;
    display: none;
}

@media only screen and (max-width: 1024px) {
    #individuals #indivCarouselNav {
        display: flex;
        justify-content: center !important;
    }
}

@media only screen and (max-width: 768px) {
    #individuals #indivCarouselNav {
        margin-left: 0;
    }
}

@media only screen and (max-width: 680px) {
    #individuals .info-cards-wrapper {
        width: calc(100% - 64px);
    }

    #individuals .tab-wrapper {
        width: calc(100% - 24px);
    }
}

#nri #nriCarouselNav {
    margin-top: 40px;
    display: none;
}

@media only screen and (max-width: 820px) {
    #nri #nriCarouselNav {
        display: flex;
    }
}

#policy-holders #policyCarouselNav {
    margin-top: 40px;
    justify-content: center;
}

@media only screen and (min-width: 1100px) {

    #policy-holders .owl-next,
    #policy-holders .owl-prev {
        top: 122px;
    }
}

#group #groupCarouselNav {
    margin-top: 40px;
    display: none;
}

@media only screen and (max-width: 1024px) {
    #group #groupCarouselNav {
        display: flex;
        justify-content: center;
    }
}

.callback-form-wrapper {
    margin: 0 auto;
    padding: 64px 0;
    box-sizing: border-box;
    background: #f9f9f9;
}

.callback-form-wrapper .callback-form-inner {
    width: calc(100% - 220px);
    margin: 0 auto;
    padding: 56px 48px;
    box-sizing: border-box;
    background-color: #fff;
}

.callback-form-wrapper .callback-form-inner p {
    color: #8a93a5;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    margin-top: 24px;
    padding-bottom: 32px;
    border-bottom: 1px solid #c7cacc;
}

@media only screen and (max-width: 640px) {
    .callback-form-wrapper .callback-form-inner p {
        font-size: 14px;
        padding-bottom: 24px;
    }
}

.callback-form-wrapper .callback-form-inner p a {
    color: #005e9e;
}

.callback-form-wrapper .callback-form-inner p a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .callback-form-wrapper .callback-form-inner {
        width: calc(100% - 48px);
        padding: 40px 26px;
    }
}

.geta-callback-component,
.reach-out-to-us-section form {
    padding-top: 40px;
}

.geta-callback-component .form-row,
.reach-out-to-us-section form .form-row {
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 46px;
}

@media only screen and (max-width: 680px) {

    .geta-callback-component .form-row,
    .reach-out-to-us-section form .form-row {
        grid-template-columns: 1fr;
        margin-bottom: 0;
    }
}

.geta-callback-component .col,
.reach-out-to-us-section form .col {
    padding: 0;
}

.geta-callback-component label,
.reach-out-to-us-section form label {
    color: #233253;
    font-size: 14px;
    line-height: 22px;
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    margin-top: 0 !important;
}

@media only screen and (max-width: 640px) {

    .geta-callback-component label,
    .reach-out-to-us-section form label {
        font-size: 12px;
    }
}

.geta-callback-component select,
.reach-out-to-us-section form select {
    width: 100%;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.geta-callback-component input.form-control,
.reach-out-to-us-section form input.form-control {
    border: none;
    background: #f4f4f4;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 12px;
    padding: 8px 16px;
    font-style: italic;
}

.geta-callback-component .submit-btn,
.reach-out-to-us-section form .submit-btn {
    width: 81px;
    height: 34px;
    background: #ed1c24;
    border-radius: 4px;
    text-align: center;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin-bottom: 47px;
    color: #fff;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.geta-callback-component .submit-btn:hover,
.reach-out-to-us-section form .submit-btn:hover {
    box-shadow: 0 8px 12px rgba(237, 28, 36, 0.2);
}

.geta-callback-component .checkbox-wrapper,
.reach-out-to-us-section form .checkbox-wrapper {
    border: 1px solid #c7cacc;
    width: 171px;
    height: 38px;
    text-align: center;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    line-height: 38px;
    position: relative;
}

.geta-callback-component .checkbox-wrapper input,
.reach-out-to-us-section form .checkbox-wrapper input {
    display: inline;
}

.geta-callback-component small,
.reach-out-to-us-section form small {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #5a5a5a;
}

@media only screen and (max-width: 640px) {

    .geta-callback-component,
    .reach-out-to-us-section form {
        padding-top: 24px;
    }

    .geta-callback-component .form-group,
    .reach-out-to-us-section form .form-group {
        margin-bottom: 2rem;
    }
}

.reach-out-to-us-section {
    padding-top: 80px;
}

.reach-out-to-us-section .reach-out-to-us-inner {
    height: auto;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-title-section {
    width: 30%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 110px;
    padding-top: 48px;
    background-color: #fff;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-title-section h3 {
    color: #005e9e;
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 56px;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-title-section ul li {
    display: flex;
    align-items: center;
    height: 57px;
    box-sizing: border-box;
    font-size: 14px;
    padding-left: 28px;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-title-section ul li.active {
    background: #eaf1f8;
    border-radius: 50px 0 0 50px;
    color: #ed1c24;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-title-section ul li.active:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #ed1c24;
    right: 0;
    top: 50%;
    transform: translateY(-5px);
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-title-section ul li:hover {
    background: #eaf1f8;
    border-radius: 50px 0 0 50px;
    color: #ed1c24;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-title-section select {
    width: 272px;
    margin: 0 auto;
    padding: 6px 40px 6px 18px;
    border-color: #ed1c24;
    color: #ed1c24;
    font-size: 14px;
    border-radius: 4px;
    background: transparent;
    display: none;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section {
    width: 70%;
    height: 100%;
    box-sizing: border-box;
    background-color: #eaf1f8;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section h2.plus-title {
    font-size: 38px;
    line-height: 48px;
    color: #233253;
    font-weight: 700;
    margin-bottom: 53px;
    margin-left: 26px;
    position: relative;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section h2.plus-title:before {
    content: "";
    position: absolute;
    width: 83px;
    height: 82px;
    background: -226px -250px;
    top: -16px;
    left: -32px;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section h2.plus-title:after {
    content: "+";
    position: absolute;
    color: #ed1c24;
    font-size: 16px;
    font-weight: 400;
    left: -14px;
    top: -19px;
}

@media only screen and (max-width: 768px) {
    .reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section h2.plus-title {
        display: none;
    }
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section h5.plus-title-subtext {
    font-size: 16px;
    line-height: 22px;
    color: #8a93a5;
    font-weight: 400;
    margin-bottom: 16px;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section .reach-out-tabs-contents {
    display: none;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section .reach-out-tabs-contents:first-child {
    display: block;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section .reach-out-tabs-contents {
    box-sizing: border-box;
    padding: 48px 40px;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section .reach-out-tabs-contents h1 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    margin-left: 69px;
    color: #233253;
    text-align: left;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section #our-offices .address-info-card-wrapper {
    margin-top: 48px;
    margin-bottom: 32px;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section #our-offices .address-info-card {
    width: 273px;
    height: 590px;
    box-sizing: border-box;
    padding: 32px;
    background: #fff;
    border: 1px solid #c7cacc;
    box-shadow: 0 2px 8px rgba(0, 94, 158, 0.05), 1px 2px 4px rgba(50, 130, 196, 0.08);
    position: relative;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section #our-offices .address-info-card h1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #233253;
    margin-bottom: 16px;
    margin-left: 0;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section #our-offices .address-info-card h2 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #233253;
    margin-bottom: 8px;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section #our-offices .address-info-card p {
    font-size: 14px;
    line-height: 20px;
    color: #8a93a5;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section #our-offices .address-info-card .address-tile {
    margin-bottom: 16px;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section #our-offices .address-info-card .address-tile h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #233253;
    margin-bottom: 4px;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section #our-offices .address-info-card .address-tile h4 svg {
    position: relative;
    margin: -6px 3px 0 0;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section #our-offices .address-info-card .address-tile span {
    font-size: 12px;
    line-height: 14px;
    color: #005e9e;
    cursor: pointer;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section #our-offices .address-info-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 56px;
    width: 3px;
    background: #ed1c24;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section #online-partnerships div {
    padding: 40px;
    margin-top: 40px;
    background-color: #fff;
    font-size: 16px;
    line-height: 22px;
    color: #5a5a5a;
    position: relative;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section #online-partnerships div:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 3.28px;
    height: 43.54px;
    background: #ed1c24;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section #online-partnerships p {
    margin-bottom: 20px;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section #relationship-manager form {
    padding: 40px 63px;
    background: #fff;
}

@media only screen and (max-width: 768px) {
    .reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section #relationship-manager form {
        padding: 32px 16px;
    }
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section #relationship-manager .form-group {
    margin-bottom: 0;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section #relationship-manager .form-row:nth-child(4) {
    margin-bottom: 15px;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section #relationship-manager p {
    font-size: 14px;
    line-height: 22px;
    color: #767676;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section #relationship-manager .submit-btn {
    margin-top: 58px;
    margin-bottom: 0;
}

.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section #relationship-manager .form-group #citylst,
.reach-out-to-us-section .reach-out-to-us-inner .reach-out-tabs-content-section #relationship-manager .form-group #state {
    background: url(../../../content/dam/hdfclifeinsurancecompany/claims/select-arrow.png) no-repeat 100% #f4f4f4;
}

@media only screen and (max-width: 1024px) {
    .reach-out-to-us-section {
        padding-top: 64px;
        background-color: #eaf1f8 !important;
    }

    .reach-out-to-us-section .reach-out-to-us-inner {
        padding-top: 0 !important;
        margin-top: 24px;
        display: block;
    }

    .reach-out-to-us-section .reach-out-tabs-title-section {
        padding-left: 0 !important;
        padding-top: 0 !important;
        background-color: #eaf1f8 !important;
        width: 100% !important;
    }

    .reach-out-to-us-section .reach-out-tabs-title-section ul {
        display: none;
    }

    .reach-out-to-us-section .reach-out-tabs-title-section h3 {
        text-align: center;
        margin-bottom: 26px !important;
        font-size: 28px !important;
        line-height: 30px !important;
    }

    .reach-out-to-us-section .reach-out-tabs-title-section select {
        display: block !important;
    }

    .reach-out-to-us-section .reach-out-tabs-content-section {
        width: 100% !important;
    }

    .reach-out-to-us-section .reach-out-tabs-content-section .address-info-card-wrapper {
        margin-top: 0 !important;
    }
}

.branch-locator-wrapper {
    background: #f9f9f9;
    padding-top: 58px;
}

.branch-locator {
    width: calc(100% - 490px);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-bottom: 55px;
}

.branch-locator h5 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #233253;
    margin-top: 48px;
    margin-bottom: 24px;
    text-align: center;
}

.branch-locator .searchbox-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.branch-locator .searchbox-wrapper .searchbox {
    width: 302px;
    box-sizing: border-box;
    display: flex;
    position: relative;
}

.branch-locator .searchbox-wrapper .searchbox input {
    width: 302px;
    height: 40px;
    background: #f4f4f4;
    box-sizing: border-box;
    border: 1px solid #c7cacc;
    font-style: italic;
    padding-left: 46px;
    font-size: 12px;
    margin-right: 20px;
    border-radius: 4px 0 0 4px;
    position: relative;
}

.branch-locator .searchbox-wrapper .searchbox button {
    width: 84px;
    height: 40px;
    box-sizing: border-box;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    border: none;
    background-color: #767676;
    border-radius: 0 4px 4px 0;
    position: relative;
}

.branch-locator .searchbox-wrapper .searchbox svg {
    position: absolute;
    left: 16px;
    top: 13px;
    z-index: 2;
}

.enableSliderOnMobFin .owl-nav {
    display: none !important;
}

.contentGridBlock li,
.insuranceBenList li {
    margin-bottom: 20px;
}

.branch-locator .searchbox-wrapper .hdfc-office-locations {
    width: 208px;
    border: 1px solid #ed1c24;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: transparent;
    color: #ed1c24;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 600;
    display: block;
}

@media only screen and (max-width: 768px) {
    .branch-locator .searchbox-wrapper {
        display: block;
    }
}

.branch-locator p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
}

.branch-locator p span {
    color: #005e9e;
}

@media only screen and (max-width: 1024px) {
    .branch-locator {
        width: calc(100% - 72px);
    }

    .branch-locator .hdfc-office-locations,
    .branch-locator .searchbox {
        margin: 0 auto 32px;
    }

    .branch-locator h5 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

.map-section {
    display: none;
    background: #f9f9f9;
    padding-bottom: 63px;
}

.map-section p {
    font-size: 14px;
    line-height: 22px;
    color: #233253;
    margin-bottom: 16px;
    font-weight: 400;
}

.map-section .map-section-inner {
    width: calc(100% - 220px);
    margin: 0 auto;
    position: relative;
}

.map-section .map-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.map-section .hdfc-locations-wrapper {
    width: 352px;
    background: #eaf1f8;
    position: absolute;
    left: 0;
    top: 37px;
    bottom: 7px;
    box-sizing: border-box;
    padding-left: 24px;
    padding-right: 24px;
    overflow-y: scroll;
}

.map-section .hdfc-locations-wrapper::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.map-section .hdfc-locations-wrapper::-webkit-scrollbar-thumb {
    background-color: #c5cace;
    border: 2px solid #c5cace;
}

.map-section .hdfc-location {
    color: #233253;
    font-size: 14px;
    line-height: 22px;
    padding-top: 24px;
    padding-bottom: 13px;
    border-bottom: 1px solid #c7cacc;
}

.map-section .hdfc-location h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.map-section .hdfc-location p {
    font-weight: 400;
}

.map-section .hdfc-location b {
    font-weight: 600;
    display: block;
}

.map-section .hdfc-location span {
    display: block;
}

.map-section .hdfc-location .locations-wrapper {
    margin-top: 12px;
}

@media only screen and (max-width: 720px) {
    .map-section .map-section-inner {
        width: calc(100% - 48px);
    }

    .map-section .hdfc-locations-wrapper {
        display: none;
    }
}

.join-the-conversation {
    width: 100%;
    box-sizing: border-box;
    padding-top: 80px;
    padding-left: 110px;
    padding-right: 111px;
}

.join-the-conversation .join-the-conversation-inner {
    margin-bottom: 60px;
}

.join-the-conversation .join-the-conversation-inner small {
    color: #8a93a5;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin-top: 12px;
    margin-bottom: 41px;
}

.join-the-conversation .join-the-conversation-inner ul.grey-menu {
    width: calc(100% - 542px);
    border-radius: 23px;
    height: 46px;
    background-color: #e8e8e8;
    display: flex;
    margin: 0 auto 40px;
    overflow: hidden;
}

.join-the-conversation .join-the-conversation-inner ul.grey-menu li {
    list-style: none;
    line-height: 46px;
    font-size: 14px;
    flex-grow: 1;
    flex-basis: 0;
    border-right: 1px solid #c7cacc;
    text-align: center;
    color: #233253;
    cursor: pointer;
}

.join-the-conversation .join-the-conversation-inner ul.grey-menu li:last-child {
    border-right: none;
}

.join-the-conversation .join-the-conversation-inner .social-tab-titles li.active {
    background-color: #005e9e;
    color: #fff;
}

.join-the-conversation .join-the-conversation-inner .social-content {
    display: none;
}

.join-the-conversation .join-the-conversation-inner #twitter {
    display: block;
}

.join-the-conversation .join-the-conversation-inner .social-tab-contents .info-card-bg {
    width: 337px;
    height: 637px;
    border: 1px solid #c7cacc;
    box-sizing: border-box;
    padding: 42px 24px;
    position: relative;
}

.join-the-conversation .join-the-conversation-inner .social-tab-contents .info-card-bg p {
    font-size: 14px;
    line-height: 22px;
    color: #8a93a5;
}

.join-the-conversation .join-the-conversation-inner .social-tab-contents .info-card-bg .info-card-logo {
    display: flex;
}

.join-the-conversation .join-the-conversation-inner .social-tab-contents .info-card-bg .info-card-logo img {
    display: inline-block;
    margin-right: 16px;
    width: 53px !important;
}

.join-the-conversation .join-the-conversation-inner .social-tab-contents .info-card-bg .info-card-logo>div p {
    font-size: 16px;
    line-height: 16px;
    color: #233253;
}

.join-the-conversation .join-the-conversation-inner .social-tab-contents .info-card-bg .info-card-logo>div span {
    color: #8a93a5;
    font-size: 14px;
    line-height: 16px;
}

.join-the-conversation .join-the-conversation-inner .social-tab-contents .info-card-bg .info-card-body,
.join-the-conversation .join-the-conversation-inner .social-tab-contents .info-card-bg .info-card-footer {
    margin-top: 32px;
}

.join-the-conversation .join-the-conversation-inner .social-tab-contents .info-card-bg .info-card-footer .thumbnail {
    width: 100%;
    height: 215px;
    margin-bottom: 10px;
    position: relative;
}

.join-the-conversation .join-the-conversation-inner .social-tab-contents .info-card-bg .info-card-footer .thumbnail .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.join-the-conversation .join-the-conversation-inner .social-tab-contents .info-card-bg .info-card-footer .thumbnail .overlay svg {
    cursor: pointer;
}

.join-the-conversation .join-the-conversation-inner .social-tab-contents .info-card-bg .info-card-footer .video-detail p {
    margin-bottom: 25px;
}

.join-the-conversation .join-the-conversation-inner .social-tab-contents .info-card-bg .info-card-footer .video-detail .social {
    display: flex;
    justify-content: space-between;
}

.join-the-conversation .join-the-conversation-inner .social-tab-contents .info-card-bg .info-card-footer .video-detail .social span {
    font-size: 10px;
    line-height: 14px;
    color: #8a93a5;
}

.join-the-conversation .join-the-conversation-inner .social-tab-contents .info-card-bg .info-card-footer .video-detail .social .shr {
    width: 24px;
    height: 24px;
    background: -580px -257px;
}

.join-the-conversation .join-the-conversation-inner .social-tab-contents .info-card-bg.social-one .thumbnail {
    background-size: cover;
}

.join-the-conversation .join-the-conversation-inner .social-tab-contents .info-card-bg.social-two .thumbnail {
    background-size: cover;
}

.join-the-conversation .join-the-conversation-inner .social-tab-contents .info-card-bg.social-three .thumbnail {
    background-size: cover;
}

.join-the-conversation .join-the-conversation-inner .social-tab-contents .info-card-bg:before {
    content: "";
    width: 3.28px;
    height: 81.93px;
    position: absolute;
    top: 0;
    left: 0;
    background: #ed1c24;
}

.join-the-conversation .join-the-conversation-inner .view-tweets {
    width: 134px;
    height: 34px;
    font-size: 12px;
    background: #ed1c24;
    line-height: 34px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: none;
    color: #fff;
    border-radius: 4px;
    display: block;
}

.join-the-conversation .join-the-conversation-inner .view-tweets:hover {
    box-shadow: 0 8px 12px rgba(237, 28, 36, 0.2);
}

.join-the-conversation .join-the-conversation-inner .socialTwitter {
    position: absolute;
    right: 24px;
    top: 49px;
}

@media only screen and (max-width: 1024px) {
    .join-the-conversation .join-the-conversation-inner ul.grey-menu {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .join-the-conversation {
        padding-left: 29px !important;
        padding-right: 29px !important;
    }
}

@media only screen and (max-width: 600px) {
    .join-the-conversation .join-the-conversation-inner .social-tab-contents .info-card-bg {
        width: 317px;
    }
}

@media screen and (max-width: 1024px) {
    /* margin-top: 105px; */
}

.geta-callback-component {
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f9f9f9;
}

.geta-callback-component .geta-callback-inner {
    padding: 56px 48px;
    background: #fff;
    width: calc(100% - 220px);
    max-width: 1060px;
    margin: 0 auto;
}

.geta-callback-component h2 {
    font-size: 38px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
    color: #233253;
    margin-bottom: 24px;
}

.geta-callback-component h4 {
    color: #233253;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 8px;
}

.geta-callback-component p.subtext {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #8a93a5;
    margin-bottom: 40px;
}

.geta-callback-component form .row {
    margin-bottom: 48px;
}

.geta-callback-component .inputGroup label {
    color: #233253;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}

.geta-callback-component .inputGroup input {
    height: 40px;
    background-color: #f4f4f4 !important;
    border: none;
    font-size: 12px;
    line-height: 23px;
    color: #424040;
    font-weight: 300;
    width: 300px;
    padding: 0.375rem 0.75rem;
}

.geta-callback-component .time-range {
    display: flex;
    margin-bottom: 46px;
}

.geta-callback-component .time-range li {
    font-size: 11px;
    line-height: 14px;
    border: 1px solid #c7cacc;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    border-radius: 20px;
    padding: 6px 12px;
    color: #767676;
    cursor: pointer;
}

.geta-callback-component .time-range li:hover {
    background: rgba(0, 94, 158, 0.1);
    color: #005e9e;
    cursor: pointer;
}

.geta-callback-component .time-range li.active {
    color: #005e9e;
    border-radius: 20px;
    padding: 6px 12px;
    background: rgba(0, 94, 158, 0.1);
    border: 1px solid rgba(0, 94, 158, 0.2);
}

.geta-callback-component .disc-text {
    padding-bottom: 0;
}

.geta-callback-component .disc-text .chkbx {
    padding-top: 0;
}

.geta-callback-component .disc-text input[type="checkbox"] {
    margin-top: 6px;
}

.geta-callback-component .feedback-text {
    text-align: center;
    margin-top: 20px;
    display: none;
}

@media only screen and (max-width: 820px) {
    .geta-callback-component {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .geta-callback-component .geta-callback-inner {
        width: calc(100% - 48px);
        padding: 40px 15px;
    }

    .geta-callback-component h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .geta-callback-component p.subtext {
        font-size: 14px;
        padding-bottom: 24px;
        border-bottom: 1px solid #e5e5e5;
    }

    .geta-callback-component .inputGroup {
        margin-bottom: 32px;
    }

    .geta-callback-component .inputGroup input {
        width: 100%;
    }

    .geta-callback-component .time-range {
        display: block;
        margin-bottom: 34px;
    }

    .geta-callback-component .time-range li {
        width: 124px;
        display: block;
        margin-bottom: 16px;
        font-size: 11px;
    }

    .geta-callback-component .row {
        margin-bottom: 0 !important;
    }
}

input[type="date"]::-webkit-calendar-picker-indicator {
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    opacity: 0;
}

#scdate {
    background: url(../../../content/dam/hdfclifeinsurancecompany/icons/date.png) no-repeat;
    background-position: 95%;
    cursor: pointer;
    width: 100% !important;
}

.geta-callback-component .submit-btn {
    width: 81px;
    height: 34px;
    background: #ed1c24;
    border-radius: 4px;
    text-align: center;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin-bottom: 47px;
    color: #fff;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.geta-callback-component .submit-btn:hover {
    box-shadow: 0 8px 12px rgba(237, 28, 36, 0.2);
}

.products-wrapper .benefits-section .products-tab-section .info-cards-wrapper-two .product-info-card {
    width: 500px;
}

.products-wrapper .benefits-section .products-tab-section .info-cards-wrapper-single .product-info-card {
    width: 100%;
    padding-bottom: 40px;
}

@media screen and (min-width: 100px) and (max-width: 480px) {
    .products-wrapper .benefits-section .products-tab-section .info-cards-wrapper-single .product-info-card {
        width: 100% !important;
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1536px) {
    .products-wrapper .benefits-section .products-tab-section .info-cards-wrapper-two .product-info-card {
        width: 455px;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1439px) {
    .products-wrapper .benefits-section .products-tab-section .info-cards-wrapper-two .product-info-card {
        width: 420px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1355px) {
    .products-wrapper .benefits-section .products-tab-section .info-cards-wrapper-two .product-info-card {
        width: 400px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .products-wrapper .benefits-section .products-tab-section .info-cards-wrapper-two .product-info-card {
        width: 470px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .products-wrapper .benefits-section .products-tab-section .info-cards-wrapper-two .product-info-card {
        width: 345px;
        height: 600px;
    }
}

.products-wrapper .benefits-section .products-tab-section .talk-to-advisor-button {
    position: absolute;
    right: 42px;
    bottom: 35px;
    border: 1px solid #ed1c24;
    width: 186px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #ed1c24;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
}

@media screen and (min-width: 1025px) {
    .products-tab-section.card-component .products-tab-content-section {
        padding: 64px 0 100px 40px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 800px) {
    .products-tab-section.card-component .products-tab-content-section {
        padding: 64px 40px 38px !important;
    }
}

@media screen and (min-width: 801px) and (max-width: 999px) {
    .products-tab-section.card-component .products-tab-content-section {
        padding: 64px 40px 100px !important;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {
    .products-tab-section.card-component .products-tab-content-section {
        padding: 64px 40px 50px !important;
    }
}

@media only screen and (max-width: 768px) {
    .products-wrapper .benefits-section .products-tab-section .talk-to-advisor-button {
        position: static;
        display: block;
        margin: 40px auto;
    }
}

.form-control input[type="text"].isd {
    width: 15% !important;
    -webkit-text-fill-color: #424040;
    opacity: 0.6;
    font-style: normal !important;
}

.vertical-accord {
    display: inline;
    line-height: 22px;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    color: #005e9e;
    margin-left: 30px;
}

.down-arrow {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.down-arrow,
.up-arrow {
    content: "";
    border: solid #233253;
    border-width: 0 2px 2px 0;
    display: inline-block;
    position: relative;
    top: -2px;
    padding: 3px;
    margin-left: 10px;
}

.up-arrow {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.accordian-con {
    border-top: 1px solid rgba(55, 149, 194, 0.15);
    float: right;
    padding-top: 30px;
    margin-top: 30px;
    width: 100%;
    max-width: 270px;
}

.accordian-con.noborder {
    border-top: 0 solid rgba(55, 149, 194, 0.15);
}

.vertical-list {
    margin-top: 30px;
}

.plusminus {
    margin-left: 10px;
}

.table-struct {
    margin-bottom: 10px;
}

@media screen and (max-width: 1280px) {
    .product-info .product-info-content {
        width: 60%;
        padding: 40px 0 30px 230px;
    }
}

@media screen and (max-width: 1024px) {
    nav.aboutSectionTabMenuWrp {
        margin-bottom: 40px;
    }

    nav.tab-content ul {
        display: flex !important;
    }

    nav.tab-content ul li {
        display: contents !important;
    }

    .accordian-con {
        display: none !important;
    }

    .tab-container ul.heading-tab.tab {
        display: block;
        margin-top: 50px;
    }

    .articleContTitle {
        margin-bottom: 0 !important;
    }

    .blurOverlayBg,
    .deskTopHeader {
        display: none;
    }

    .product-info .product-info-content {
        width: 100%;
        padding: 50px 30px 40px 60px;
    }

    .product-info .illustrationSec {
        width: 40%;
        display: none;
    }

    .externalLinks {
        padding-left: 38px;
    }

    .mobileHeader {
        display: block;
        background: #fff;
        padding: 20px 25px 15px;
        position: fixed;
        width: 100%;
        z-index: 9999;
        top: 0;
        left: 0;
    }

    .mobileHeader .mobHeaderWrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec {
        margin-left: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .searchButton {
        margin-right: 13px;
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .searchButton a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 5px 20px rgba(90, 90, 90, 0.2);
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .accountButton {
        margin-right: 13px;
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .accountButton>a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 5px 20px rgba(90, 90, 90, 0.2);
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .accountButton .accountDropDown {
        background: #fff;
        border-radius: 8px;
        width: 90%;
        padding: 25px 0;
        position: fixed;
        left: 0;
        right: 0;
        margin: 100px auto 0;
        opacity: 0;
        visibility: hidden;
        z-index: 999;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .accountButton .accountDropDown.opened {
        margin: 17px auto 0;
        opacity: 1;
        visibility: visible;
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .accountButton .accountDropDown>ul>li>a {
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        color: #2c6698;
        padding: 16px 62px;
        display: block;
        position: relative;
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .accountButton .accountDropDown>ul>li>a:before {
        content: "";
        position: absolute;
        width: 280px;
        height: 1px;
        background: rgba(0, 0, 0, 0.08);
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .accountButton .accountDropDown>ul>li>a.opened:before {
        display: none;
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .accountButton .accountDropDown>ul>li>a.opened .dropIcon svg {
        transform: rotate(180deg);
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .accountButton .accountDropDown>ul>li>a span {
        position: absolute;
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .accountButton .accountDropDown>ul>li>a .menuIcon {
        left: 30px;
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .accountButton .accountDropDown>ul>li>a .dropIcon {
        right: 37px;
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .accountButton .accountDropDown>ul>li>a .dropIcon svg {
        -webkit-transition: transform 0.3s ease-in-out;
        -moz-transition: transform 0.3s ease-in-out;
        -ms-transition: transform 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transform: rotate(0deg);
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .accountButton .accountDropDown>ul>li:first-child .menuIcon {
        top: 13px;
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .accountButton .accountDropDown>ul>li:nth-child(2) .menuIcon {
        top: 12px;
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .accountButton .accountDropDown>ul>li:nth-child(3) .menuIcon {
        top: 15px;
        left: 27px;
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .accountButton .accountDropDown>ul>li:last-child a:before {
        display: none;
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .accountButton .accountDropDown>ul>li ul {
        background: #fff;
        display: none;
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .accountButton .accountDropDown>ul>li ul li a {
        font-size: 12px;
        line-height: 14px;
        color: #233253;
        display: block;
        padding: 16px 35px 16px 60px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: relative;
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .accountButton .accountDropDown>ul>li ul li a:before {
        content: "";
        position: absolute;
        width: calc(100% - 95px);
        height: 1px;
        background: rgba(0, 0, 0, 0.08);
        bottom: 0;
        left: 60px;
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .accountButton .accountDropDown>ul>li ul li a:hover {
        background: #ebf5f9;
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .accountButton .accountDropDown>ul>li ul:last-child a {
        border-bottom: 0;
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .hamBurgerMenu {
        width: 35px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .hamBurgerMenu>a {
        background-color: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .hamBurgerMenu>a .line {
        fill: none;
        stroke: #233253;
        stroke-width: 6;
        transition: stroke-dasharray 0.6s cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .hamBurgerMenu>a .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .hamBurgerMenu>a .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }

    .mobileHeader .mobHeaderWrap .mobHeaderBtnSec .hamBurgerMenu>a .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .mobileHeader .hamMenuSection {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        background: #fff;
        -webkit-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        -ms-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        transition: left 0.3s ease;
        z-index: 999;
    }

    .mobileHeader .hamMenuSection.opened {
        left: 0;
    }

    .mobileHeader .hamMenuSection h3 {
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        color: #9198a9;
    }

    .mobileHeader .hamMenuSection .logoSection {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 20px 24px;
    }

    .mobileHeader .hamMenuSection .logoSection .closeBtn {
        margin-left: auto;
    }

    .mobileHeader .hamMenuSection .subMenuSection {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        background: #fff;
        z-index: 9;
        padding: 0 0 50px;
        -webkit-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        -ms-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        transition: left 0.3s ease;
    }

    .mobileHeader .hamMenuSection .subMenuSection.opened {
        left: 0;
    }

    .mobileHeader .hamMenuSection .subMenuSection .subMenuBC {
        margin: 0 0 40px;
        padding: 0 24px;
    }

    .mobileHeader .hamMenuSection .subMenuSection .subMenuBC a {
        font-size: 12px;
        line-height: 22px;
        color: #233253;
    }

    .mobileHeader .hamMenuSection .subMenuSection nav {
        padding: 0 24px;
    }

    .mobileHeader .hamMenuSection .subMenuSection nav>ul {
        margin-bottom: 52px;
    }

    .mobileHeader .hamMenuSection .subMenuSection nav .plansNote {
        font-size: 12px;
        line-height: 16px;
        color: #ed1c24;
        position: relative;
        padding-left: 10px;
    }

    .mobileHeader .hamMenuSection .subMenuSection nav .plansNote sup {
        position: absolute;
        left: 0;
        top: 7px;
    }

    .mobileHeader .hamMenuSection .subMenuSection.opened .subMenuBC a {
        font-size: 13px;
    }

    .mobileHeader .hamMenuSection .subMenuSection.opened .subMenuBC a svg {
        height: 18px;
        width: 13px;
    }

    .mobileHeader .hamMenuSection .hamBtnSection {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0 24px 40px;
    }

    .mobileHeader .hamMenuSection .hamBtnSection a {
        width: 48%;
        text-align: center;
        padding: 5px 8px;
    }

    .mobileHeader .hamMenuSection .hamMenuLinks {
        padding: 0 24px 48px;
    }

    .mobileHeader .hamMenuSection .hamMenuLinks .submenuAcc>ul>li>a {
        font-weight: 500;
        font-size: 15px;
        line-height: 15px;
        color: #2c6698;
    }

    .mobileHeader .hamMenuSection .hamMenuLinks .submenuAcc>ul>li>a .menuBullet {
        display: inline-block;
        vertical-align: text-top;
    }

    .mobileHeader .hamMenuSection .hamMenuLinks .submenuAcc>ul>li>a .menuBullet svg {
        width: 12px;
        height: 13px;
    }

    .mobileHeader .hamMenuSection .hamMenuLinks .submenuAcc>ul>li>a.opened .menuBullet svg {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .mobileHeader .hamMenuSection .hamMenuLinks h3,
    .mobileHeader .hamMenuSection .hamMenuLinks nav>ul>li {
        margin-bottom: 24px;
    }

    .mobileHeader .hamMenuSection .hamMenuLinks nav>ul>li>a,
    .mobileHeader .hamMenuSection .hamMenuLinks nav>ul>li>span>a {
        font-weight: 500;
        font-size: 15px;
        line-height: 15px;
        color: #2c6698;
    }

    .mobileHeader .hamMenuSection .hamMenuLinks nav>ul>li>a .menuBullet {
        vertical-align: text-top;
    }

    .mobileHeader .hamMenuSection .hamMenuLinks nav>ul>li>a svg {
        width: 12px;
        height: 13px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .mobileHeader .hamMenuSection .hamMenuLinks nav>ul>li>a.opened svg {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .mobileHeader .hamMenuSection .hamMenuLinks nav>ul>li:last-child {
        margin: 0;
    }

    .mobileHeader .hamMenuSection .hamMenuLinks nav>ul>li ul.hamSubMenu {
        display: none;
        padding: 10px 10px 0 17px;
    }

    .mobileHeader .hamMenuSection .hamMenuLinks nav>ul>li ul.hamSubMenu li {
        margin-bottom: 5px;
    }

    .mobileHeader .hamMenuSection .hamMenuLinks nav>ul>li ul.hamSubMenu li a {
        font-size: 13px;
        line-height: 22px;
        color: #233253;
    }

    .mobileHeader .hamMenuSection .hamMenuLinks nav>ul>li ul.hamSubMenu li:last-child {
        margin: 0;
    }

    .mobileHeader .hamMenuSection .hamMenuLinks nav>ul>li .hamMenuList .menuBullet {
        vertical-align: unset;
    }

    .mobileHeader .hamMenuSection .hamQuickLinkSection {
        background: #ebf5f9;
        padding: 40px 24px;
    }

    .mobileHeader .hamMenuSection .hamQuickLinkSection .hamQuickLink {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .mobileHeader .hamMenuSection .hamQuickLinkSection .hamQuickLink h3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 25px;
    }

    .mobileHeader .hamMenuSection .hamQuickLinkSection .hamQuickLink h3 a {
        width: 23px;
        height: 23px;
        border-radius: 50%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        border: 1px solid rgba(237, 28, 36, 0.6);
        transform: rotate(0deg);
        -webkit-transition: rotate 0.3s ease-in-out;
        -moz-transition: rotate 0.3s ease-in-out;
        -ms-transition: rotate 0.3s ease-in-out;
        -o-transition: rotate 0.3s ease-in-out;
        transition: rotate 0.3s ease-in-out;
    }

    .mobileHeader .hamMenuSection .hamQuickLinkSection .hamQuickLink h3 a.opened {
        background: #ed1c24;
        transform: rotate(180deg);
    }

    .mobileHeader .hamMenuSection .hamQuickLinkSection .hamQuickLink h3 a.opened path {
        stroke: #fff;
    }

    .mobileHeader .hamMenuSection .hamQuickLinkSection .hamQuickLink nav {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0 0 32px;
    }

    .mobileHeader .hamMenuSection .hamQuickLinkSection .hamQuickLink nav ul li {
        margin-bottom: 24px;
    }

    .mobileHeader .hamMenuSection .hamQuickLinkSection .hamQuickLink nav ul li a {
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        color: #2c6698;
    }

    .mobileHeader .hamMenuSection .hamQuickLinkSection .hamQuickLink nav ul li:last-child {
        margin: 0;
    }

    .mobileHeader .hamMenuSection .appDwnldForm {
        padding-top: 23px;
    }

    .mobileHeader .hamMenuSection .appDwnldForm h3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 17px;
    }

    .mobileHeader .hamMenuSection .appDwnldForm h3 a {
        width: 23px;
        height: 23px;
        border-radius: 50%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        border: 1px solid rgba(237, 28, 36, 0.6);
        transform: rotate(0deg);
        -webkit-transition: rotate 0.3s ease-in-out;
        -moz-transition: rotate 0.3s ease-in-out;
        -ms-transition: rotate 0.3s ease-in-out;
        -o-transition: rotate 0.3s ease-in-out;
        transition: rotate 0.3s ease-in-out;
    }

    .mobileHeader .hamMenuSection .appDwnldForm h3 a.opened {
        background: #ed1c24;
        transform: rotate(180deg);
    }

    .mobileHeader .hamMenuSection .appDwnldForm h3 a.opened path {
        stroke: #fff;
    }

    .mobileHeader .hamMenuSection .appDwnldForm .formInput {
        margin-bottom: 18px;
    }

    .mobileHeader .hamMenuSection .appDwnldForm .formInput input {
        width: 100%;
        background: #fff;
        border-radius: 4px;
        height: 44px;
        line-height: 44px;
        border: 0;
        padding: 0 14px;
        font-style: italic;
        font-weight: 300;
        font-size: 12px;
        line-height: 23px;
    }

    .mobileHeader .hamMenuSection .appDwnldForm .formBtn {
        display: flex;
        flex-wrap: wrap;
    }

    .mobileHeader .hamMenuSection .appDwnldForm .formBtn button {
        background: #767676;
        color: #fff;
        font-weight: 600;
        font-size: 12px;
        line-height: 20px;
        padding: 8px 16px;
        border-radius: 4px;
        border: 0;
    }

    .mobileHeader .hamMenuSection .appDwnldForm .formBtn .appleStore {
        margin-left: 15px;
        margin-right: 10px;
    }

    .mobileHeader form.siteSearchForm .searchInput .searchIcon {
        top: 7px;
    }

    .mobileHeader form.siteSearchForm .searchInput input,
    .mobileHeader form.siteSearchForm .searchSelect .searchSelectBox {
        height: 38px;
        line-height: 38px;
    }

    .mobileHeader form.siteSearchForm .searchSelect .searchSelectOption-container.opened .searchSelectOption {
        top: 40px;
    }

    .mainPageSec {
        margin-top: 105px;
    }

    .mobHeaderSearchWrp {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        height: 100%;
        -webkit-backdrop-filter: blur(10px);
        -moz-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        padding: 105px 24px 0;
    }

    .mobHeaderSearchWrp .mobHeaderSearchOverlay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .mobHeaderSearchWrp a.mobSearchClose {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 34px;
        right: 24px;
        background: #fff;
        box-shadow: 0 12px 34px rgba(0, 0, 0, 0.19);
    }

    .mobHeaderSearchWrp form.siteSearchForm {
        width: 100%;
        position: static;
        overflow: visible;
    }

    .mobHeaderSearchWrp form.siteSearchForm .searchInput {
        width: 68%;
    }

    .mobHeaderSearchWrp form.siteSearchForm .searchSelect {
        width: 32%;
    }

    .langSwitch {
        margin-left: 23px;
    }

    footer {
        padding: 40px 0px 56px;
    }

    footer .wrapper {
        width: 100%;
    }

    footer .footerMenu {
        padding: 36px 38px 39px;
        margin-bottom: 0;
        display: flex;
    }

    footer .footerMenu ul {
        width: 100%;
        flex-direction: column;
    }

    footer .footerMenu ul li {
        padding: 0;
        margin: 0 0 18px;
    }

    footer .footerMenu ul li a {
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        color: #231f20;
    }

    footer .footerMenu ul li:last-child {
        margin-bottom: 0;
    }

    footer .footerMenu .footerLogo {
        display: block;
    }

    footer .wrapper.footerMenuSec {
        margin-bottom: 0;
    }

    footer .wrapper.footerMenuSec .productMenuSec {
        margin-left: 0;
        width: 100%;
    }

    footer .wrapper.footerMenuSec .productMenuSec .productMenuWrp .menuSecList {
        max-width: 100%;
        width: 100%;
    }

    footer .wrapper.footerMenuSec .menuSecList {
        margin-bottom: 10px;
    }

    footer .footerFormSec {
        padding: 38px 38px 40px;
        flex-direction: column;
        margin: 0;
    }

    footer .footerFormSec .footerFormBlk {
        display: none;
    }

    footer .footerFormSec .stayUpdatedSec {
        display: block;
    }

    footer .footerFormSec h3 {
        font-size: 16px;
        margin-bottom: 16px;
    }

    footer .footerFormSec form input {
        height: 44px;
        line-height: 44px;
        width: 100%;
    }

    footer .footerFormSec form button {
        height: 44px;
        line-height: 44px;
        width: 30%;
    }

    footer .mobileFooterMenu {
        display: block;
        padding: 0 38px 30px;
    }

    footer .mobileFooterMenu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    footer .mobileFooterMenu ul li a {
        font-size: 12px;
        line-height: 18px;
        color: #231f20;
    }

    footer .externalLinks,
    footer .footerInfo {
        display: none;
    }

    footer .mobileFooterInfo {
        display: block;
        padding: 0 38px 15px;
    }

    footer .mobileFooterInfo h4 {
        font-weight: 400;
        font-size: 12px;
        line-height: 17px;
        color: #666;
        margin: 0 0 15px;
    }

    footer .bewareAlert {
        padding: 0 38px;
    }

    footer .bewareAlert div {
        padding: 29px 9px;
    }

    footer .bewareAlert div h3 {
        font-size: 13px;
        margin: 0 0 11px;
    }

    footer .bewareAlert div p {
        font-size: 11px;
        max-width: 100%;
    }

    footer .footerViewMore {
        display: block;
        text-align: right;
        padding: 0 38px;
    }

    footer .footerViewMore .viewMoreBtn {
        font-size: 12px;
    }

    .rangeSliderInput .rangeslider__handle {
        width: 19px;
        height: 19px;
        margin-top: 4px;
    }

    .products-wrapper .calculator-append .calculator-section {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1023px) {
    .product-accordion {
        width: calc(100% - 64px);
        margin: 0 auto;
    }

    .products-wrapper .know-more-section .product-accordion .accord-wrapper.active .accord-content {
        margin-top: 32px !important;
    }

    .info-content .infoSection {
        width: 85%;
    }

    #viewDetailsPopup .tabAccordSection .tabAccordMenu a {
        height: 55px;
        min-height: 55px;
    }
}

@media screen and (max-width: 767px) {
    .recomendPlans>div a {
        margin: 0;
    }

    .info-content .infoSection {
        width: 60%;
    }

    .three-col {
        width: 100% !important;
        float: none !important;
        margin-top: 40px;
    }
}

@media screen and (device-width: 1024px) {
    .mobileHeader {
        top: 0;
        left: 0;
    }

    .mainTitle {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 5px;
    }

    .info-content .infoSection {
        width: 85%;
    }

    .abtSectionTitle {
        font-size: 34px;
        line-height: 34px;
    }

    .abtContentTitle {
        font-size: 24px;
    }

    .ceoSection {
        padding: 40px 0;
    }

    .ceoSection .ceoWrapperContainer,
    .ceoSection .ceoWrapperSec {
        max-width: 94%;
        width: 100%;
        margin: 0 auto;
    }

    .visonSection {
        padding: 40px 0;
    }

    .visonSection .philosophyLists {
        margin-left: 10%;
    }

    .awardsSection {
        padding: 40px 0;
    }

    .awardsSection .awardsTimelineSec .awardsTimelineYear {
        padding: 40px 0 0 3%;
        width: 30%;
    }

    .awardsSection .awardsTimelineSec .awardsTimelineYear h3 {
        font-size: 34px;
        line-height: 34px;
    }

    .awardsSection .viewAllAwardsSec {
        padding: 95px 3% 55px;
    }

    .awardsSection .viewAllAwardsSec .awardsLists ul li {
        width: 32%;
    }

    .awardsSection .verticalTabWrap {
        width: 70%;
    }

    .awardsSection .verticalTabWrap .awardsListsSec {
        padding: 50px 0 50px 40px;
    }

    .ourStorySection {
        padding: 40px 0;
    }

    .ourStorySection .ourHistoryWrapper {
        max-width: 94%;
        padding: 0 0 40px;
        margin: 0 auto 40px;
    }

    .ourStorySection .rootsHidden .rootContentHidden.wrapper {
        width: 94%;
    }

    .ourStorySection .rootsHidden .rootContentHidden>div {
        width: 49%;
    }

    .csrActivitySection {
        padding: 40px 0 0;
    }

    .csrActivitySection .activitySection .activitySecContent {
        padding: 40px 0 0 3%;
        width: 30%;
    }

    .csrActivitySection .activitySection .activitySecContent h3 {
        font-size: 34px;
        line-height: 34px;
    }

    .csrActivitySection .activitySection .activitySecList {
        width: 70%;
        padding: 40px;
    }

    .socialSection {
        padding: 40px 0 80px;
    }

    .socialSection .socialSectionWrapper {
        max-width: 94%;
    }

    .socialSection .socialSectionList {
        margin-bottom: 30px;
    }

    .socialSection .socialSectionList li {
        width: 325px;
    }

    .socialSection .socialSectionList .owl-carousel .owl-nav button {
        position: absolute;
        top: auto;
        bottom: -60px;
    }

    .socialSection .socialSectionList .owl-carousel .owl-nav button.owl-prev {
        left: calc(50% - 45px);
    }

    .socialSection .socialSectionList .owl-carousel .owl-nav button.owl-next {
        right: calc(50% - 45px);
    }

    .socialSection .owlCarouselNav {
        justify-content: center;
    }

    .branchLocatorSection {
        padding: 40px 0;
    }

    .branchLocatorSection .abtSectionTitle {
        margin-bottom: 25px;
    }

    .verticalTabSection {
        display: flex;
        flex-wrap: wrap;
    }

    .verticalTabSection .verticalTabMenuList {
        padding: 40px 0 40px 3%;
        width: 30%;
    }

    .verticalTabSection .verticalTabMenuList h3 {
        font-size: 34px;
        line-height: 34px;
    }

    .verticalTabSection .verticalTabWrap {
        width: 70%;
    }

    .verticalTabSection .verticalTabWrap .verticalTabContent {
        padding: 50px 40px;
        height: 100%;
    }

    .verticalTabSection .verticalTabWrap .verticalTabContent .titleWithBox {
        margin-bottom: 35px;
    }

    .irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent,
    .mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent {
        padding: 50px 40px;
    }

    .catBannerSec {
        padding-top: 30px;
    }

    .catBannerSec .catBannerCont {
        padding-left: 34px;
        max-width: 50%;
        padding-top: 24px;
    }

    .catBannerSec .catBannerCont .mainTitle {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .catBannerSec .catBannerCont .catSectionSubTitle {
        margin-bottom: 10px;
    }

    .catBannerSec .catBannerImg {
        right: 35px;
        width: 47%;
    }

    .questWorrySection {
        padding: 80px 0;
    }

    .questWorrySection .questionsSection h3 {
        max-width: 100%;
        margin-bottom: 25px;
        font-size: 34px;
    }

    .questWorrySection .questionsSection ul li .listBullet {
        margin: 0 5px 5px 0;
        float: left;
    }

    .articlePostSect .articlePostCont {
        width: 65%;
    }

    .articlePostSect {
        max-width: 90%;
        margin-top: 40px;
    }

    .abtboxbig .abtbigrt {
        padding-bottom: 0;
    }

    .calculateSection {
        max-width: 94%;
    }

    .calculateSection .calculateInputSec .calcInput {
        width: 30%;
    }

    .platformSection,
    .termPlanSection {
        padding: 40px;
    }

    .platformSection .platformWrapper,
    .termPlanSection .platformWrapper {
        max-width: 94%;
    }

    .platformSection .platformWrapper .platformContent h3,
    .termPlanSection .platformWrapper .platformContent h3 {
        font-size: 42px;
        line-height: 46px;
    }

    .catTermInsuranceSec {
        padding: 40px;
    }

    .contentGridBlock,
    .insuranceBenList {
        max-width: 94%;
    }

    .contentGridBlock li .benContent h3,
    .insuranceBenList li .benContent h3 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 18px;
    }

    .contentGridBlock li .benContent p,
    .insuranceBenList li .benContent p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 25px;
    }

    .custStorySec {
        padding: 40px;
    }

    .custStorySec .custStoryLists {
        max-width: 94%;
    }

    .custStorySec .custStoryLists ul li .testimonialImg {
        width: 40%;
    }

    .custStorySec .custStoryLists ul li .testimonialCont {
        width: calc(60% - 40px);
        margin-left: 40px;
    }

    .catLifeInsuranceSec {
        padding: 40px 0;
    }

    .catLifeInsuranceSec .mainTitle {
        max-width: 55%;
        line-height: 44px;
    }

    .blockGridSection {
        max-width: 94%;
    }

    .blockGridSection article.oneColGrid .gridSecCont h3,
    .blockGridSection article.twoColGrid .gridSecCont h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .haveQuesSec {
        padding: 40px;
    }

    .haveQuesSec .tabAccordSection {
        max-width: 100%;
    }

    .haveQuesSec .tabAccordSection .tabAccordContent {
        padding: 0 20px 20px;
    }
}

@media screen and (min-width: 100px) and (max-width: 1023px) {

    .nav-hide .owl-nav,
    .owl-dots {
        display: none;
    }

    .search-wrap {
        padding: 40px 20px 30px;
    }

    .search-wrap .search-text {
        display: none;
    }

    .product-search-form {
        max-width: 290px;
        margin: 0 auto !important;
    }

    .product-search-form input {
        width: 145px;
    }

    .search-list .searchSelect {
        width: 34%;
    }

    .search-list .searchSelect .searchSelectBox {
        width: 100px;
    }

    .search-result {
        width: 80%;
    }

    .search-list .searchSelect ul {
        width: 100px;
    }

    .desk-buttontop {
        margin-top: 0;
    }

    .custStorySec .custStoryLists ul li .testimonialCont {
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }

    .col2-calculator .calculator-section {
        padding-top: 0;
        padding-bottom: 40px;
        position: relative;
        display: block;
        max-width: 100%;
        margin: 0;
        border: 0 solid #bfc0c1;
        background-color: #fff;
    }

    .col2-calculator .calculator-section .container {
        max-width: 1020px;
        width: 100%;
    }

    .col2-calculator .calculator-section .close-icon {
        position: absolute;
        top: 26px;
        right: 26px;
        cursor: pointer;
        font-size: 23px;
        width: 20px;
        height: 20px;
        display: inline-block;
        background: url(../../../content/dam/hdfclifeinsurancecompany/home/icons/pop-close.png) no-repeat 0 0;
    }

    .col2-calculator .calculator-section h3 {
        color: #233253;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .col2-calculator .calculator-section .calc-btn {
        display: block;
        text-transform: uppercase;
        margin: 0 auto 49px;
    }

    .col2-calculator .calculator-section .form-group label {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        color: #8a93a5;
        display: block;
    }

    .col2-calculator .calculator-section .select-holder1 select {
        width: 110%;
        border: 0 solid transparent;
        background-color: transparent !important;
        font-size: 14px;
        color: #233253;
        line-height: 22px;
        font-weight: 500;
        outline: none;
    }

    .col2-calculator .calculator-section .select-holder1 {
        background: url(../../../content/dam/hdfclifeinsurancecompany/claims/select-arrow.png) no-repeat 100%;
        max-width: 200px;
        width: 100%;
        overflow: hidden;
        padding-top: 4px;
        border: 1px solid #c7cacc;
        height: 34px;
        padding-left: 5px;
    }

    .col2-graph .wizardFormContent {
        border: 1px solid #c7cacc;
        padding: 44px 24px 0 !important;
    }

    .col2-graph .wizardFormContent .wizardFormInner h3 {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        font-weight: 700;
        font-size: 28px;
        line-height: 28px;
        color: #233253;
        margin-bottom: 15px;
    }

    .col2-graph p {
        font-weight: 400;
        font-size: 16px;
    }

    .disc-text {
        padding-bottom: 20px !important;
    }

    .searchbox-wrapper {
        display: inline !important;
    }

    .hdfc-locations-wrapper {
        display: none;
    }

    .map-section-inner {
        width: 90% !important;
    }

    .group-content-header .default-select-cust-arrow {
        display: inline-block;
    }

    .product-info .product-info-content {
        width: 100%;
        padding: 50px 30px 40px;
    }

    .product-info .illustrationSec {
        width: 40%;
        display: none;
    }

    .martop0 {
        margin-top: 0 !important;
    }

    .wrapper {
        width: 100% !important;
        padding-left: 34px !important;
        padding-right: 34px !important;
    }

    .ratingStarWrap {
        width: 100%;
    }

    .hideOnMobile {
        display: none;
    }

    .readMoreBtn,
    .viewMoreBtn {
        font-size: 14px;
    }

    .titleBgBox {
        width: 54px;
        height: 54px;
        border-width: 7px;
        border-radius: 7px;
    }

    .breadcrumbSection {
        order: 0;
        background: #fff;
    }

    .contentBannerSection {
        order: 1;
    }

    .contentBannerSection h2,
    .contentBannerSection h1 {
        font-size: 26px;
        line-height: 35px;
    }

    .contentBannerSection h2 .titleBgBox,
    .contentBannerSection h1 .titleBgBox {
        left: -17px;
    }

    .aboutSectionTabMenuWrp {
        width: 100%;
        padding-top: 48px;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .aboutSectionTabMenuWrp .aboutSectionTabMenu {
        width: 490px;
        margin: auto;
        justify-content: flex-start;
    }

    .aboutSectionTabMenuWrp .aboutSectionTabMenu li a {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 15px;
    }

    .abtSectionTitle {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 12px;
    }

    .abtSectionSubTitle {
        font-size: 14px;
        line-height: 22px;
    }

    .abtContentTitle {
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 17px;
    }

    .ceoSection {
        padding: 55px 25px;
    }

    .ceoSection .ceoWrapperSec {
        grid-template: auto auto auto/100%;
        grid-template-areas: "ceoImage" "ceoContent" "ceoButton";
        grid-column-gap: 0;
        grid-row-gap: 22px;
    }

    .ceoSection .ceoWrapperSec .ceoDetails {
        grid-area: ceoContent;
        text-align: center;
    }

    .ceoSection .ceoWrapperSec .ceoDetails h3 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 4px;
    }

    .ceoSection .ceoWrapperSec .ceoDetails .ceoQualification {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 18px;
    }

    .ceoSection .ceoWrapperSec .ceoDetails h4 {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 10px;
    }

    .ceoSection .ceoWrapperSec .ceoDetails p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 24px;
    }

    .ceoSection .ceoWrapperSec .ceoImage {
        grid-area: ceoImage;
    }

    .ceoSection .ceoWrapperSec .ceoBtnSec {
        grid-area: ceoButton;
    }

    .ceoSection .ceoWrapperContainer .ceoImageWrp {
        float: none;
        width: 100%;
        margin: 0 0 22px;
    }

    .ceoSection .ceoWrapperContainer .ceoDetailsWrp {
        text-align: center;
    }

    .ceoSection .ceoWrapperContainer .ceoDetailsWrp h3 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 4px;
    }

    .ceoSection .ceoWrapperContainer .ceoDetailsWrp .ceoQualification {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 18px;
    }

    .ceoSection .ceoWrapperContainer .ceoDetailsWrp h4 {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 10px;
    }

    .ceoSection .ceoWrapperContainer .ceoDetailsWrp p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 24px;
    }

    .ceoSection .meetOurLeader {
        margin-top: 22px;
    }

    .visonSection {
        padding: 50px 0;
    }

    .visonSection .abtContentTitle,
    .visonSection .abtSectionSubTitle,
    .visonSection .abtSectionTitle {
        padding: 0 25px;
    }

    .visonSection .philosophyLists {
        margin-left: 0;
        padding-left: 25px;
        margin-bottom: 40px;
    }

    .visonSection .philosophyLists ul li {
        width: 315px;
    }

    .awardsSection {
        padding: 55px 0;
        background: #ebf5f9;
    }

    .awardsSection .abtSectionSubTitle {
        max-width: 90%;
        color: rgba(0, 0, 0, 0.6);
        margin-bottom: 22px;
    }

    .awardsSection .awardsTimelineSec .awardsTimelineYear {
        padding: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 33px;
        background: #ebf5f9;
    }

    .awardsSection .awardsTimelineSec .awardsTimelineYear h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .awardsSection .awardsTimelineSec .awardsTimelineYear p {
        max-width: 70%;
        margin: 0 auto 29px;
    }

    .awardsSection .awardsTimelineSec .awardsTimelineYear .viewAllBtn,
    .awardsSection .awardsTimelineSec .awardsTimelineYear ul {
        display: none;
    }

    .awardsSection .awardsTimelineSec .awardsTimelineYear .tabSelectorOption span {
        right: 48px;
    }

    .awardsSection .verticalTabWrap {
        width: 100%;
    }

    .awardsSection .verticalTabWrap .awardsListsSec {
        padding: 0;
        height: auto;
        background-color: transparent;
    }

    .awardsSection .verticalTabWrap .awardsListsSec .awardsViewAllBtn,
    .awardsSection .verticalTabWrap .awardsListsSec h3.titleWithBox {
        display: none;
    }

    .awardsSection .verticalTabWrap .awardsListsSec .awardsLists {
        padding-left: 25px;
    }

    .awardsSection .verticalTabWrap .awardsListsSec .awardsLists ul li {
        width: 315px;
    }

    .awardsSection .verticalTabWrap .awardsListsSec .carouselNavWrp {
        padding-right: 0;
        justify-content: center;
    }

    .terms-condtn-sec .titleBgBox {
        left: -34px !important;
    }

    .terms-condtn-sec .breadcrumb-sec {
        top: 0;
    }

    .terms-condtn-sec .header-section {
        padding-bottom: 15px;
    }

    .terms-condtn-sec .header-section>div {
        margin-top: 25px;
    }

    .terms-condtn-sec .terms-condtn-content {
        padding: 20px 30px;
    }

    .terms-condtn-sec .terms-condtn-content h4 {
        font-size: 21px;
        line-height: 25px;
    }

    .terms-condtn-sec .terms-condtn-content h5,
    .terms-condtn-sec .terms-condtn-content h6 {
        font-size: 16px;
    }

    .terms-condtn-sec .terms-condtn-content .partB-sec ul li span {
        display: block;
    }

    .ourStorySection {
        padding: 55px 0;
    }

    .ourStorySection .abtSectionSubTitle {
        max-width: 60%;
    }

    .ourStorySection .ourHistoryWrapper {
        flex-direction: column;
        padding: 0 24px;
        border: 0;
        margin-bottom: 40px;
    }

    .ourStorySection .ourHistoryWrapper .ourHistoryImg {
        width: 100%;
        margin-bottom: 32px;
    }

    .ourStorySection .ourHistoryWrapper .ourHistoryContent {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(31, 34, 35, 0.1);
        padding-bottom: 40px;
    }

    .ourStorySection .ourHistoryWrapper .ourHistoryContent h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .ourStorySection .ourHistoryWrapper .ourHistoryContent p {
        font-size: 14px;
        line-height: 22px;
    }

    .ourRootsSection {
        padding: 0 24px;
    }

    .ourRootsSection .abtContentTitle {
        margin-bottom: 16px;
    }

    .ourRootsSection>p {
        text-align: center;
        margin-bottom: 24px;
    }

    .ourRootsSection .rootsHidden .rootContentHidden {
        padding: 0;
    }

    .ourRootsSection .rootsHidden .rootContentHidden>div {
        width: 100%;
        padding: 40px 24px;
        margin-bottom: 24px;
    }

    .ourRootsSection .rootsHidden .rootContentHidden>div:last-child {
        margin: 0;
    }

    .ourRootsSection .rootsHidden .rootContentHidden>div h3 {
        font-size: 24px;
        line-height: 24px;
    }

    .ourRootsSection .rootsHidden .rootContentHidden>div p {
        font-size: 12px;
        line-height: 20px;
    }

    .csrActivitySection {
        padding: 55px 0;
        background: #ebf5f9;
    }

    .csrActivitySection .abtSectionSubTitle {
        max-width: 90%;
        margin-bottom: 24px;
    }

    .csrActivitySection .activitySection .activitySecContent {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .csrActivitySection .activitySection .activitySecContent h3 {
        font-size: 18px;
        line-height: 22px;
        margin: 0;
    }

    .csrActivitySection .activitySection .activitySecContent p {
        font-size: 14px;
        line-height: 20px;
        margin: 16px auto 40px;
        max-width: 90%;
    }

    .csrActivitySection .activitySection .activitySecList {
        width: 100%;
        padding: 0;
        background: transparent;
    }

    .csrActivitySection .activitySection .activitySecList .activitySecHiddenCont {
        padding: 0 24px;
    }

    .csrActivitySection .activitySection .activitySecList .activitySecHiddenCont .activitySecContDetail {
        max-width: 100%;
    }

    .csrActivitySection .activitySection .activitySecList .activitySecHiddenCont .activitySecContDetail p {
        font-size: 12px;
        line-height: 20px;
    }

    .csrActivitySection .activitySection .activitySecList .activitySecHiddenCont .activitySecContDetail ul li {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .csrActivitySection .activitySection .activitySecList .activitySecCarousel {
        padding-left: 3%;
    }

    .csrActivitySection .activitySection .activitySecList .activitySecCarousel ul li {
        width: 315px;
    }

    .csrActivitySection .activitySection .activitySecList .activitySecCarousel ul li>div h3 {
        font-size: 24px;
        margin: 0 0 12px;
    }

    .platformSection {
        padding: 55px 32px;
    }

    .platformSection .platformWrapper {
        flex-direction: column-reverse;
    }

    .platformSection .platformWrapper>div {
        width: 100%;
    }

    .platformSection .platformWrapper .platformContent {
        padding: 32px;
    }

    .platformSection .platformWrapper .platformContent h3 {
        font-size: 21px;
        line-height: 30px;
    }

    .platformSection .platformWrapper .platformContent p {
        margin-bottom: 32px;
    }

    .platformSection .platformWrapper .platformImg {
        height: 185px;
    }

    .socialSection {
        padding: 55px 0;
    }

    .socialSection .abtSectionSubTitle {
        max-width: 65%;
        margin-bottom: 32px;
    }

    .socialSection .socialSectionList {
        padding-left: 25px;
        margin: 0 0 40px;
        margin-top: 30px !important;
    }

    .socialSection .socialSectionList li {
        width: 315px;
    }

    .branchLocatorSection {
        padding: 55px 0;
        margin-bottom: 0;
    }

    .branchLocatorSection .abtSectionTitle {
        margin: 0 0 24px;
    }

    .branchLocatorSection .branchLocatorWrapper {
        flex-direction: column;
        padding: 0 36px;
        max-width: 65%;
    }

    .branchLocatorSection .branchLocatorWrapper form {
        width: 100%;
        margin: 0 0 32px;
    }

    .branchLocatorSection .branchLocatorWrapper form.searcgCityForm {
        margin-bottom: 8px;
    }

    .branchLocatorSection .branchLocatorWrapper form input {
        width: 70%;
    }

    .branchLocatorSection .branchLocatorWrapper form button {
        width: 30%;
    }

    .branchLocatorSection .branchLocatorWrapper .mobileTags {
        display: block;
        margin-bottom: 28px;
    }

    .branchLocatorSection .branchLocatorWrapper a {
        display: flex;
        margin: 0;
        width: 100%;
        justify-content: center;
    }

    .branchLocatorSection .topSearchTags {
        display: none;
    }

    .tabSelectorOption {
        padding: 0 32px;
        position: relative;
        max-width: 50%;
        margin: 0 auto;
    }

    .tabSelectorOption select {
        width: 100%;
        border: 1px solid #ed1c24;
        border-radius: 4px;
        height: 34px;
        line-height: 34px;
        padding: 0 16px;
        font-size: 14px;
        color: #ed1c24;
        background: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .tabSelectorOption select:active,
    .tabSelectorOption select:focus {
        outline: none;
    }

    .tabSelectorOption span {
        position: absolute;
        top: 14px;
        right: 16px;
        display: flex;
        pointer-events: none;
    }

    .owlCarouselNav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .owlCarouselNav .owlCarouselDot {
        margin: 0 20px;
    }

    .leaderShipTabSection .boardOfDirList ul {
        display: grid;
        grid-template-columns: repeat(1, 100%);
        grid-template-rows: auto;
        grid-column-gap: 0;
        grid-row-gap: 25px;
    }

    .leaderShipTabSection .boardOfDirList ul li .mobileContentBtn {
        display: block;
        width: 16px;
        height: 16px;
        background: #e51c24;
        position: absolute;
        top: 16px;
        right: 17px;
        border: 0;
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        z-index: 2;
    }

    .leaderShipTabSection .boardOfDirList ul li .mobileContentBtn:after,
    .leaderShipTabSection .boardOfDirList ul li .mobileContentBtn:before {
        content: "";
        position: absolute;
        background: #fff;
        border-radius: 5px;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .leaderShipTabSection .boardOfDirList ul li .mobileContentBtn:after {
        width: 2px;
        height: 10px;
    }

    .leaderShipTabSection .boardOfDirList ul li .mobileContentBtn.opened:after,
    .leaderShipTabSection .boardOfDirList ul li .mobileContentBtn:before {
        width: 10px;
        height: 2px;
    }

    .leaderShipTabSection .boardOfDirList ul li .mobileContentBtn.opened:before {
        display: none;
    }

    .leaderShipTabSection .boardOfDirList ul li .bodImage {
        height: 291px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        z-index: 1;
    }

    .leaderShipTabSection .boardOfDirList ul li .bodImage.active,
    .leaderShipTabSection .boardOfDirList ul li .bodImage:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

    .leaderShipTabSection .boardOfDirList ul li .bodContent {
        display: none;
        padding: 17px 16px 40px;
        background: #fff;
        border: 1px solid #c7cacc;
        border-top: 0;
        position: relative;
    }

    .leaderShipTabSection .boardOfDirList ul li .bodContent p {
        font-size: 14px;
        line-height: 22px;
        color: rgba(35, 50, 83, 0.6);
    }

    .verticalTabSection {
        display: flex;
        flex-wrap: wrap;
        background: #ebf5f9;
        padding: 55px 30px;
    }

    .verticalTabSection .verticalTabMenuList {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .verticalTabSection .verticalTabMenuList h3 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .verticalTabSection .verticalTabMenuList p {
        margin-bottom: 24px;
    }

    .verticalTabSection .verticalTabMenuList ul {
        display: none;
    }

    .verticalTabSection .verticalTabMenuList .tabSelectorOption {
        padding: 0;
        margin-bottom: 23px;
    }

    .verticalTabSection .verticalTabWrap {
        width: 100%;
    }

    .verticalTabSection .verticalTabWrap .verticalTabContent {
        padding: 0;
        background: transparent;
    }

    .verticalTabSection .verticalTabWrap .verticalTabContent .titleWithBox {
        display: none;
    }

    .tabAccordSection .tabAccordMenu a {
        height: 70px;
    }

    .tabAccordSection .tabAccordMenu a .counter {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .tabAccordSection .tabAccordMenu a strong {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    .tabAccordSection .tabAccordMenu a .toggleIcon {
        width: 20px;
        height: 20px;
        border-radius: 50%;
    }

    .tabAccordSection .tabAccordContent {
        padding: 0 20px 20px;
    }

    .haveQuesSec .tabAccordSection .tabAccordContent {
        padding: 20px 30px 20px 30px;
    }

    .cs-workarea1 .tabAccordContent {
        padding-top: 20px;
    }

    .irTabSection .tabAccordContent ul li {
        padding: 24px 0;
    }

    .irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail h6 {
        text-align: center;
        font-weight: 500;
        line-height: 22px;
    }

    .irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail form .notARobot {
        display: flex;
        max-width: 175px;
        margin-left: auto;
        margin-right: auto;
    }

    .irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail form .dividentSubmit {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail .dividentResultSec {
        display: none;
    }

    .irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail .dividentResultSec ul {
        margin-bottom: 48px;
    }

    .irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail .dividentResultSec ul li {
        margin: 0 0 16px;
    }

    .irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail .dividentResultSec ul li label {
        width: 100%;
        font-size: 12px;
    }

    .irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail .dividentResultSec ul li strong {
        width: 100%;
        font-size: 13px;
    }

    .irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail .dividentResultSec ul li:last-child {
        margin-bottom: 0;
    }

    .irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail .dividentResultSec .tblWrp {
        max-width: 100%;
    }

    .irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail .dividentResultSec .tblWrp table thead th {
        font-size: 12px;
        padding: 0;
        height: 48px;
        line-height: 17px;
    }

    .irTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .dividentDetail .dividentResultSec .tblWrp table tbody td {
        padding: 0;
    }

    .mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .titleWrapper {
        margin-bottom: 32px;
    }

    .mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .titleWrapper .newsFilterSel {
        width: 100%;
        justify-content: center;
    }

    .mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .titleWrapper .newsFilterSel .selectBoxOrng:first-child {
        margin-right: 16px;
    }

    .mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .newsLists li {
        padding: 24px 0;
        align-items: flex-start;
    }

    .mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .newsLists li .newsData {
        max-width: 80%;
    }

    .mediaCenterTab .mcTabSection .verticalTabSection .verticalTabWrap .verticalTabContent .newsLists li .newsData p {
        font-size: 11px;
    }

    .aboutDisclaimerSec .disclaimer-head h3 {
        font-size: 14px;
    }

    .aboutDisclaimerSec .disclaimer-wrap {
        padding-top: 55px !important;
    }

    .mainTitle {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .catSectionSubTitle {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        margin-bottom: 32px;
    }

    .catBannerSec {
        background: #f1f5f6;
        padding: 24px 25px 70px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .catBannerSec .catBannerCont {
        padding-left: 0;
        max-width: 100%;
        text-align: center;
        order: 1;
        margin: 0;
    }

    .catBannerSec .catBannerCont .mainTitle {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 12px;
        text-align: center;
    }

    .catBannerSec .catBannerCont .catSectionSubTitle {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
        text-align: center;
    }

    .catBannerSec .catBannerCont p {
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 24px;
    }

    .catBannerSec .catBannerCont .catBannerBtn {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .catBannerSec .catBannerCont .catBannerBtn a {
        margin-bottom: 20px;
        padding: 5px 11px;
        text-transform: uppercase;
        width: 195px;
    }

    .catBannerSec .catBannerCont .catBannerBtn a:last-child {
        margin: 0;
    }

    .catBannerSec .catBannerImg {
        display: none;
    }

    .catBannerSec .breadcrumbSection {
        background: transparent;
        padding: 0;
        margin-bottom: 24px;
    }

    .questWorrySection {
        padding: 45px 26px 56px 33px;
    }

    .questWorrySection .illustrationSec {
        display: none;
    }

    .questWorrySection .questionsSection {
        margin-left: 0;
        width: 100%;
    }

    .questWorrySection .questionsSection h3 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        max-width: 85%;
    }

    .questWorrySection .questionsSection h3 .titleBgBox {
        display: none;
    }

    .questWorrySection .questionsSection h3 .titleWithBox {
        padding-left: 0;
    }

    .questWorrySection .questionsSection ul li {
        display: flex;
        color: #233253;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .questWorrySection .questionsSection ul li .listBullet {
        display: inline-flex;
        margin: 6px 10px 0;
    }

    .questWorrySection .questionsSection ul li:last-child {
        margin-bottom: 0;
    }

    .termInsuranceSection {
        padding: 56px 32px 48px;
    }

    .platformSection.termPlanSection .platformWrapper .platformContent p {
        margin-bottom: 0;
    }

    .articlePostSect {
        padding: 24px 30px 30px;
        margin-bottom: 30px;
        position: relative;
    }

    .articlePostSect .cornerBg {
        left: auto;
        right: 0;
    }

    .articlePostSect .articlePostImg {
        display: none;
    }

    .articlePostSect .articlePostCont {
        width: 100%;
    }

    .articlePostSect .articlePostCont .articleContTitle {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin-bottom: 24px;
    }

    .articlePostSect .articlePostCont .articleContTitle .titleContent {
        max-width: 100%;
    }

    .articlePostSect .articlePostCont .articleContTitle .titleContent h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .articlePostSect .articlePostCont .articleContTitle .titleContent p {
        font-size: 14px;
        line-height: 20px;
    }

    .articlePostSect .articlePostCont .articleContTitle .starRatingInfo {
        align-self: flex-end;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-bottom: 9px;
    }

    .articlePostSect .articlePostCont .tagEl {
        margin-bottom: 16px;
    }

    .articlePostSect .articlePostCont ul {
        margin-bottom: 22px;
    }

    .articlePostSect .articlePostCont ul li {
        margin-bottom: 15px;
    }

    .articlePostSect .articlePostCont .mobPointsViewMore {
        display: inline-flex;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #233253;
        text-transform: uppercase;
        margin-bottom: 35px;
        padding-left: 27px;
    }

    .articlePostSect .articlePostCont .mobPointsViewMore:hover {
        color: #233253;
    }

    .articlePostSect .articlePostCont .mobPointsViewMore span {
        position: relative;
        top: -1px;
        margin-left: 8px;
    }

    .articlePostSect .articlePostCont .articleBtnCont {
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
        grid-column-gap: 24px;
        grid-row-gap: 32px;
        grid-template-areas: "learnMore buyOnline" "dwnldBr dwnldBr";
        max-width: 70%;
        margin: 0 auto 24px;
    }

    .articlePostSect .articlePostCont .articleBtnCont .siteButton {
        width: 100%;
        text-align: center;
        padding: 5px 15px;
    }

    .articlePostSect .articlePostCont .articleBtnCont .learMoreBtn {
        grid-area: learnMore;
    }

    .articlePostSect .articlePostCont .articleBtnCont .dwnldLink {
        grid-area: dwnldBr;
        margin: 0;
        justify-content: center;
    }

    .articlePostSect .articlePostCont .articleBtnCont .buyOnlineBtn {
        grid-area: buyOnline;
    }

    .articlePostSect .articlePostCont .mobTermsCond {
        display: block;
        text-align: center;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        color: rgba(0, 0, 0, 0.6);
    }

    .bannerAdSection {
        padding: 45px 25px;
        margin: 30px 0;
        justify-content: center;
    }

    .bannerAdSection .illustratorImg {
        display: none;
    }

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

    .bannerAdSection .bannerAdContent h3 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 16px;
    }

    .bannerAdSection .bannerAdContent p {
        font-size: 14px;
        line-height: 20px;
    }

    .bannerAdSection .bannerAdBtn {
        margin-left: 0;
    }

    .catTermInsuranceSec {
        padding: 55px 32px;
    }

    .catTermInsuranceSec .mainTitle {
        max-width: 100%;
    }

    .contentGridBlock,
    .insuranceBenList {
        padding-left: 0;
        padding-right: 0 !important;
        margin-bottom: 40px;
    }

    .contentGridBlock li,
    .insuranceBenList li {
        width: 100%;
        padding: 40px;
        position: relative;
        flex-direction: column;
        margin-bottom: 24px;
    }

    .contentGridBlock li .illustrationImg,
    .insuranceBenList li .illustrationImg {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: linear-gradient(0deg, #edf8ff, rgba(237, 248, 255, 0));
        margin-bottom: 8px;
    }

    .contentGridBlock li .benContent,
    .insuranceBenList li .benContent {
        margin-left: 0;
        width: 100%;
    }

    .contentGridBlock li .benContent h3,
    .insuranceBenList li .benContent h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .contentGridBlock li .benContent p,
    .insuranceBenList li .benContent p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 32px;
    }

    .contentGridBlock li .benContent a,
    .insuranceBenList li .benContent a {
        display: inline-flex;
    }

    .contentGridBlock li:last-child,
    .insuranceBenList li:last-child {
        margin-bottom: 0;
    }

    .custStorySec {
        padding: 55px 29px;
    }

    .custStorySec .catSectionSubTitle {
        margin-bottom: 32px;
    }

    .custStorySec .mobCustStoryLists {
        display: block;
    }

    .custStorySec .mobCustStoryLists ul li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .custStorySec .mobCustStoryLists ul li .testimonialImg {
        position: relative;
        margin-bottom: 16px;
        height: 112px;
        width: 100%;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
    }

    .custStorySec .mobCustStoryLists ul li .testimonialImg .playBtn {
        width: 43px;
        height: 43px;
        border-radius: 500px;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .custStorySec .mobCustStoryLists ul li .testimonialCont h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
        color: #005e9e;
    }

    .custStorySec .mobCustStoryLists ul li .testimonialCont h6 {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        color: rgba(35, 50, 83, 0.6);
        margin-bottom: 24px;
    }

    .custStorySec .mobCustStoryLists ul li .testimonialCont a {
        font-weight: 600;
        font-size: 12px;
        line-height: 20px;
        text-transform: uppercase;
        color: #233253;
    }

    .custStorySec .mobCustStoryLists ul li .testimonialCont a span {
        display: inline-flex;
        margin-left: 8px;
    }

    .calculateSection {
        padding: 52px 24px 0;
    }

    .calculateSection .calculateClose {
        top: 15px;
        right: 24px;
    }

    .calculateSection .calculateClose svg {
        width: 16px;
        height: 16px;
    }

    .calculateSection .calculatorSection h3 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .calculateSection .calculatorSection p {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .calculateSection .calculateInputSec .calcInput {
        width: 100%;
        margin-bottom: 30px;
    }

    .calculateSection .calculateInputSec .calcInput label {
        font-size: 16px;
        width: 100%;
    }

    .calculateSection .calculateInputSec .calcInput:last-child {
        margin-bottom: 0;
    }

    .calculateSection .calculateResSec {
        border-top: 0;
        padding-bottom: 26px;
    }

    .calculateSection .calculateResSec .calcAmtSec label {
        font-size: 14px;
    }

    .calculateSection .calculateResSec .calcAmtSec.reqAmt:after {
        display: none;
    }

    .calculateSection .calculateResSec .calcAmtSec.monthPrem {
        padding: 0 0 28px;
        margin-bottom: 26px;
        border-bottom: 1px solid #e0e0e0;
    }

    .calculateSection .calculateResSec .recomendPlans {
        margin: 0;
    }

    .calculateSection .calculateResSec .recomendPlans h3 {
        font-size: 14px;
        line-height: 28px;
        color: #005e9e;
        margin-bottom: 7px;
        text-align: left;
    }

    .calculateSection .calculateResSec .recomendPlans>div a {
        margin: 0 0 16px;
        width: 100%;
        font-size: 14px;
        height: 40px;
        line-height: 39px;
        text-align: left;
    }

    .calculateSection .calculateResSec .recomendPlans>div a:last-child {
        margin: 0;
    }

    .calculateSection .calculateResSec .getQuoteSec {
        width: 100%;
        margin: 25px auto;
    }

    .calculateSection .calculateResSec .getQuoteSec a {
        margin: 0 0 24px;
        width: 80%;
        text-align: center;
    }

    .calculateSection .calculateResSec .getQuoteSec a:last-child {
        margin: 0;
    }

    .catLifeInsuranceSec {
        display: none;
    }

    .haveQuesSec {
        padding: 55px 32px;
    }

    .haveQuesSec .catSectionSubTitle {
        margin-bottom: 32px;
    }

    .section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .claim-form {
        margin-top: 30px;
    }

    .mobCatArticleSec {
        background: hsla(0, 0%, 93.7%, 0.3);
        padding: 30px 32px;
        display: block;
    }

    .mobCatArticleSec h4 {
        font-weight: 700;
        font-size: 20px;
        line-height: 22px;
        text-align: center;
        color: rgba(35, 50, 83, 0.5);
    }

    .mobCatArticleSec .catSectionSubTitle {
        margin-bottom: 30px;
    }

    .mobCatArticleSec ul {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 165px;
        grid-auto-rows: 115px;
        grid-row-gap: 17px;
        margin-bottom: 17px;
    }

    .mobCatArticleSec ul li {
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        position: relative;
    }

    .mobCatArticleSec ul li:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        left: 0;
        top: 0;
    }

    .mobCatArticleSec ul li a {
        position: absolute;
        bottom: 16px;
        left: 16px;
        width: calc(95% - 16px);
        font-weight: 800;
        font-size: 20px;
        line-height: 26px;
        color: #fff;
    }

    .mobCatArticleSec .hiddenArticleCont {
        display: none;
    }

    .mobCatArticleSec .hiddenArticleCont ul {
        grid-template-rows: 115px;
        margin-bottom: 0;
    }

    .mobCatArticleSec .viewMoreBtnWrp {
        margin-top: 40px;
    }

    .tabAccordSection .tabAccordMenu a {
        padding: 0 16px;
        height: auto;
        min-height: 74px;
    }

    .tabAccordSection .tabAccordMenu a .counter {
        width: 46px;
        height: 46px;
        margin-right: 8px;
    }

    .tabAccordSection .tabAccordMenu a strong {
        width: calc(100% - 79px);
    }

    .modalOverLayBg {
        overflow: scroll;
    }

    .modalPopUp .modalCloseBtn {
        top: 20px;
        right: 20px;
    }

    .modalPopUp .modalCloseBtn svg {
        width: 16px;
        height: 16px;
    }

    .categoryTermPopUp {
        width: 90%;
        padding: 40px 25px;
        margin: 25px 0;
    }

    .categoryTermPopUp>div ul li .iconContainer {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        margin-bottom: 8px;
    }

    .categoryTermPopUp>div ul li .iconContainer svg {
        width: 41px;
        height: 36px;
    }

    .categoryTermPopUp>div ul li .contentContainter h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .categoryTermPopUp>div ul li .contentContainter p {
        margin-bottom: 25px;
    }

    .custReviewPopUp {
        width: 90%;
        padding: 0;
        margin: 25px 0;
    }

    .custReviewPopUp .avatarSec {
        margin-bottom: 35px;
        padding: 40px 25px 0;
    }

    .custReviewPopUp .avatarSec .avatarTitle {
        margin-bottom: 24px;
    }

    .custReviewPopUp .avatarSec .avatarTitle h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 0;
    }

    .custReviewPopUp .avatarSec .avatarContent,
    .custReviewPopUp .avatarSec .avatarContent p {
        margin: 0 0 25px;
    }

    .custReviewPopUp .avatarImg {
        position: static;
        float: right;
    }

    .toolsCalcBannerSec {
        padding-top: 50px;
    }

    .toolsCalcBannerSec h2,
    .toolsCalcBannerSec h1,
    .toolsCalcBannerSec h5 {
        text-align: center;
        max-width: 90%;
    }

    .toolsCalcBannerSec h2 .titleBgBox,
    .toolsCalcBannerSec h1 .titleBgBox,
    .toolsCalcBannerSec h5 .titleBgBox {
        left: 10px;
    }

    .toolsCalcAdSec {
        margin-bottom: 0;
    }

    .toolsCalcMenuLinks {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }

    .toolsCalcMenuLinks ul {
        width: 750px;
        flex-wrap: nowrap;
    }

    .toolsCalcMenuLinks ul li {
        margin-left: 30px;
    }

    .toolsCalcTabSec {
        padding: 0 32px;
    }

    .onlineInsureContainer .accordion-section,
    .onlineInsureContainer .buy-online,
    .onlineInsureContainer .plans-sec {
        padding: 64px 30px !important;
    }

    .onlineInsureContainer .banner-section-bottom {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        min-height: 40px;
        padding-left: 25px;
        background: #fff;
    }

    .onlineInsureContainer #groupCarouselNav {
        margin-top: 40px;
    }

    .onlineInsureContainer .plans-sec .plans-title h1 {
        font-size: 24px !important;
        line-height: 24px;
    }

    .onlineInsureContainer .plans-sec .plans-title .checkbox {
        display: none;
    }

    .onlineInsureContainer .plans-sec .cs-box-holder {
        width: auto;
    }

    .onlineInsureContainer .plans-sec .cs-box-holder .default-select-cust-arrow {
        background: #f4f4f4;
    }

    .onlineInsureContainer .plans-sec .cs-box-holder .default-select-cust-arrow select {
        width: auto;
    }

    .onlineInsureContainer .plans-sec .cs-box-holder .button-container a {
        font-size: 14px;
    }

    .onlineInsureContainer .plans-sec .rt-blue-bg {
        margin-top: 40px;
    }

    .onlineInsureContainer .plans-sec .enableSliderActionOnMobile {
        margin: 25px auto;
    }

    .onlineInsureContainer .buy-online h1 {
        font-size: 24px;
    }

    .onlineInsureContainer .buy-online .group-contents-wrapper .group-content {
        height: 330px;
        width: auto;
        margin-bottom: 25px;
    }

    .onlineInsureContainer .buy-online .group-contents-wrapper .group-content .group-content-right h2 {
        font-size: 24px;
    }

    .onlineInsureContainer .buy-online .group-contents-wrapper .group-content .group-content-right p {
        font-size: 14px;
    }

    .onlineInsureContainer .buy-online .group-contents-wrapper .group-content .group-content-left {
        float: none;
        height: auto;
    }

    .onlineInsureContainer .buy-online #groupCarouselNav {
        margin: auto;
    }

    .onlineInsureContainer .Faq-section .wrapper {
        padding: 0;
    }

    .onlineInsureContainer .Faq-section .wrapper h3 {
        font-size: 14px;
    }

    .onlineInsureContainer .Faq-section .cust-accordion {
        padding: 20px 50px 20px 70px;
    }

    .onlineInsureContainer .Faq-section .cust-accordion.open .accordion-head h3 {
        font-weight: 600 !important;
    }

    .onlineInsureContainer .Faq-section .cust-accordion .accordion-head h3 {
        font-weight: 400;
    }

    .onlineInsureContainer .Faq-section .cust-accordion .acc-count {
        left: 10px;
    }

    .onlineInsureContainer .Faq-section .cust-accordion .acc-arrow {
        right: 20px;
    }

    .onlineInsureContainer .banner-sec-img {
        text-align: center;
    }

    .onlineInsureContainer .banner-sec-img svg {
        width: 200px;
        height: 210px;
    }

    .onlineInsureContainer .banner-sec-content br {
        display: none;
    }

    .onlineInsureContainer .banner-sec-content .onlineInsur-title {
        font-size: 26px;
        text-align: center;
        margin-top: 25px;
    }

    .onlineInsureContainer .banner-sec-content .onlineInsur-title:before {
        content: "";
        width: 55px;
        height: 55px;
        top: -17px;
        left: 39px;
    }

    .onlineInsureContainer .banner-sec-content .onlineInsur-title:after {
        left: 52px;
        top: -12px;
        font-size: 18px;
    }

    .onlineInsureContainer .instant-quote p {
        font-size: 20px;
        text-align: center;
    }

    .onlineInsureContainer .instant-quote .siteButton {
        width: 94px;
    }

    .onlineInsureContainer .default-select-cust-arrow {
        background: #e6e6e6;
        text-align: left;
    }

    .onlineInsureContainer .recommend-search-me form {
        padding: 0 45px;
        text-align: center;
    }

    .onlineInsureContainer .recommend-search-me form .submt-btn {
        margin-top: 0 !important;
        text-align: center;
        margin-bottom: 20px;
    }

    .onlineInsureContainer .accordionExtraContent {
        margin-top: 9px;
    }

    .onlineInsureContainer .recommend-search-me {
        margin-left: 0;
    }

    .disclaimer-page .banner-section-bottom {
        top: 60px;
    }

    .disclaimer-page .disclaimer-container {
        margin: auto;
        padding: 10px 24px 64px;
    }

    .disclaimer-page .disclaimer-container .disclaimer-content ul {
        margin-left: 20px;
    }

    .disclaimer-page .disclaimer-container h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .disclaimer-page .disclaimer-container h3 .close-page {
        display: none;
    }

    .disclaimer-page .disclaimer-container p {
        font-size: 14px;
    }

    .disclaimer-page .disclaimer-container .disclaimer-content li,
    .disclaimer-page .disclaimer-container .disclaimer-content p {
        font-size: 12px;
    }

    .disclaimer-page .disclaimer-container .custom-dropdown {
        width: auto;
        margin: 45px auto 20px;
    }
}

@media screen and (min-width: 100px) and (max-width: 480px) {
    .aboutSectionTabMenuWrp .aboutSectionTabMenu {
        width: 600px;
        justify-content: flex-start;
        margin: 0;
    }

    .product-info .product-info-content ul li .listBullet {
        float: left;
        margin-right: 15px;
        margin-bottom: 30px;
    }

    .articlePostSect .articlePostCont .articleBtnCont,
    .branchLocatorSection .branchLocatorWrapper {
        max-width: 100%;
    }

    .activitySecCarousel {
        padding-left: 0;
    }

    .tabSelectorOption {
        max-width: 100%;
    }

    .products-wrapper .benefits-section .products-tab-title-section .aboutSectionTabMenuWrp ul {
        display: flex;
        justify-content: left;
    }

    .products-wrapper .benefits-section .products-tab-section .products-tab-title-section .aboutSectionTabMenuWrp ul li {
        width: auto;
        padding: 0;
        margin-bottom: 0;
    }

    .products-wrapper .benefits-section .products-tab-title-section .aboutSectionTabMenuWrp ul li:hover:after {
        display: none;
    }

    .products-wrapper .benefits-section .products-tab-title-section .aboutSectionTabMenuWrp {
        margin-bottom: 40px;
    }

    .products-wrapper .benefits-section .products-tab-section .products-tab-title-section ul.appTabMenu li.active:after {
        display: none;
    }

    .blockdiv {
        display: block !important;
    }

    .hidediv {
        display: none !important;
    }
}

@media screen and (min-width: 375px) and (max-width: 598px) {
    .bannerAdSection {
        padding: 45px 25px;
        margin: 30px 0;
        justify-content: center;
    }

    .wizardRadioSec .wizardRadioRow>div:nth-child(2).wizardRadio {
        /* margin-left: 35px !important; */
    }

    .deduction80DWizard .wizardInputWrp {
        max-width: 100% !important;
    }

    .wizardFormWrp .taxSummaryTable table td:first-child {
        width: 60% !important;
    }

    .deduction80DWizard .wizardInputRow>div:nth-child(2).wizardInputWrp {
        margin-top: 45px;
    }

    .itWizardFormSec .itWizardFormWrp p.wizardNotes {
        position: static !important;
        float: none !important;
    }

    .itWizardFormSec .itWizardFormWrp .wizardFormContent {
        padding: 17px 30px 26px 34px !important;
    }

    .itWizardFormSec .itWizardFormWrp .wizardFormContent .wizardFormInner p {
        font-size: 12px;
        line-height: 28px;
        float: right;
        color: #808285;
        position: relative;
        top: 0;
        right: -10px !important;
    }

    .itWizardFormSec .itWizardFormWrp .wizardDisclaimer p,
    .itWizardFormSec .itWizardFormWrp .wizardNotes p {
        position: static !important;
        float: none !important;
    }
}

@media screen and (min-device-width: 665px) and (max-device-width: 1024px) {
    .mobileHeader .hamMenuSection .hamBtnSection {
        justify-content: start;
    }

    .mobileHeader .hamMenuSection .hamBtnSection a {
        max-width: 200px;
        margin-right: 20px;
    }
}

@media screen and (min-device-width: 640px) and (max-device-width: 1000px) {
    .wizardFormContent .wizardInputWrp {
        max-width: 300px !important;
    }

    .wizardFormContent .wizardInputRow>div:nth-child(2) {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 1024px) {
    .single-knowledge-center-page {
        padding: 84px 40px 0;
    }

    .recommended-products-wrap,
    .single-page-pagination {
        padding: 0 40px;
    }

    footer .appDwnldSec,
    footer .stayUpdatedSec {
        max-width: 600px;
    }

    footer .bewareAlert,
    footer .externalLinks,
    footer .footerFormSec,
    footer .footerInfo,
    footer .mobileFooterInfo,
    footer .mobileFooterMenu,
    footer .wrapper.footerMenuSec {
        padding-left: 0;
        padding-right: 0;
    }

    .disclaimer-wrap .wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }

    .popularMenuList {
        border-right: 0;
    }

    footer .footerMenuSec>.popularMenuList.menuSecList li svg {
        margin-right: 2px;
        width: 7px;
    }

    footer .footerMenuSec>.menuSecList>h3,
    footer .footerMenuSec>.productMenuSec>h3 {
        position: relative;
        padding-left: 18px;
    }

    footer .footerMenuSec>.menuSecList>h3:after,
    footer .footerMenuSec>.productMenuSec>h3:after {
        position: absolute;
        width: 20px;
        height: 20px;
        content: "";
        /* background: no-repeat; */
        left: 0;
        top: -5px;
        transform: rotate(-90deg);
        background-size: 60%;
    }

    footer .footerMenuSec>.menuSecList.open h3:after,
    footer .footerMenuSec>.productMenuSec.open h3:after {
        transform: none;
        top: 5px;
    }

    footer .footerMenuSec>.menuSecList .productMenuWrp .menuSecList>h3,
    footer .footerMenuSec>.productMenuSec .productMenuWrp .menuSecList>h3 {
        position: relative;
        padding-left: 15px;
    }

    footer .footerMenuSec>.menuSecList .productMenuWrp .menuSecList>h3:after,
    footer .footerMenuSec>.productMenuSec .productMenuWrp .menuSecList>h3:after {
        position: absolute;
        width: 20px;
        height: 20px;
        content: "";
        /* background: no-repeat; */
        left: 0;
        top: -5px;
        transform: rotate(-90deg);
        background-size: 50%;
    }

    footer .footerMenuSec>.menuSecList .productMenuWrp .menuSecList.open h3:after,
    footer .footerMenuSec>.productMenuSec .productMenuWrp .menuSecList.open h3:after {
        transform: none;
        top: 8px;
    }

    footer .footerMenuSec>.menuSecList .productMenuWrp .menuSecList .menuSecList-sublist,
    footer .footerMenuSec>.productMenuSec .productMenuWrp .menuSecList .menuSecList-sublist {
        display: none;
        padding-left: 15px;
    }

    footer .footerMenuSec>.menuSecList .productMenuWrp .menuSecList .menuSecList-sublist li svg,
    footer .footerMenuSec>.productMenuSec .productMenuWrp .menuSecList .menuSecList-sublist li svg {
        margin-right: 2px;
        width: 7px;
    }

    footer .footerMenuSec>.menuSecList ul {
        display: none;
        padding-left: 20px;
    }

    footer .wrapper.footerMenuSec .menuSecList ul li a svg {
        display: inline-block;
    }

    footer .wrapper.footerMenuSec .productMenuSec .productMenuWrp {
        display: none;
        padding-left: 20px;
    }

    .product-reports-wrap .product-report {
        width: 457px;
    }

    .investment-strategy .investment-strategy-left {
        min-height: 540px;
    }

    .strategy-framework-wrap .strategy-framework {
        width: 457px;
    }

    .header-section.knowledge-center {
        padding-top: 110px;
        height: auto;
    }

    .header-section .header-section-left {
        padding: 52px 55px 0 90px;
    }

    .header-section h1 {
        font-size: 36px;
        line-height: 36px;
    }

    .header-section .header-section-right .update-sec {
        height: 300px;
        padding: 45px 55px 40px 45px;
    }

    .header-section.knowledge-center .header-section-left {
        padding-bottom: 20px;
    }

    .header-section h1 svg {
        width: 55px;
        top: -18px;
        left: -31px;
    }

    .wrapper {
        width: 100%;
    }

    .product-wrap .product-list {
        margin: 0 auto;
    }

    .product-wrap .product-wrap.owl-carousel,
    .product-wrap .slider-info-txt {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
    }

    .accordion-section,
    .re-discover-sec {
        max-width: 940px;
        margin-left: auto;
        margin-right: auto;
    }

    .fund-lists-popup .fund-lists {
        max-width: 90%;
    }

    .fund-performance-search-cont .fund-performance-search-result .tab-content .product-wrap .product-list:nth-child(3n + 0) {
        margin-right: 21px;
    }

    .fund-performance-search-result .product-wrap {
        max-width: 720px;
        margin: 0 auto;
    }

    .portfolio-wrap .portfolio-wrap-txt {
        max-width: 80%;
    }

    .portfolio-wrap .portfolio-wrap-txt h2 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 8px;
    }

    .talk-to-advisor .advisor-col-left {
        width: calc(100% - 440px);
    }

    .talk-to-advisor .advisor-col-left h2 {
        font-size: 36px;
        line-height: 36px;
    }

    .talk-to-advisor .advisor-col-right {
        width: 440px;
    }

    .title-wrap {
        margin-bottom: 30px;
    }

    .title-wrap h5 {
        font-size: 20px;
        line-height: 20px;
    }

    .title-wrap h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .title-wrap p {
        font-size: 14px;
        line-height: 18px;
    }

    .featured-investment-wrap .featured-investment .featured-investment-col-right {
        padding: 70px 80px 51px 39px;
    }

    .featured-investment-wrap .featured-investment .featured-investment-col-right h3 {
        font-size: 24px;
        line-height: 24px;
    }

    .featured-investment-wrap .featured-investment .featured-investment-col-right p {
        font-size: 14px;
        line-height: 20px;
    }

    .accordion-section .accordion-title-wrap {
        margin-bottom: 30px;
    }

    .accordion-section .accordion-title-wrap h2 {
        font-size: 36px;
        line-height: 36px;
    }

    .accordion-section .accordion-title-wrap p {
        font-size: 14px;
        line-height: 20px;
    }

    .re-discover-sec .re-discover-cont .re-discover-left-col {
        float: left;
        width: 570px;
    }

    .re-discover-sec .re-discover-cont .re-discover-left-col .discover-left-col {
        width: 250px;
    }

    .re-discover-sec .re-discover-cont .re-discover-left-col .discover-right-col {
        width: calc(100% - 250px);
    }

    .re-discover-sec .re-discover-cont .re-discover-left-col .discover-right-col h3 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .re-discover-sec .re-discover-cont .re-discover-left-col .discover-right-col p {
        font-size: 14px;
        line-height: 18px;
    }

    .re-discover-sec .re-discover-cont .re-discover-right-col {
        width: calc(100% - 593px);
    }

    .re-discover-sec .re-discover-cont .re-discover-right-col .re-discover-cont h3 {
        font-size: 22px;
        line-height: 24px;
    }

    .investment-strategy {
        margin-bottom: 56px;
        padding-bottom: 56px;
        border-bottom: 1px solid #ddd;
    }

    .investment-strategy .investment-strategy-right h3 {
        font-size: 22px;
        line-height: 25px;
    }

    .investment-strategy .investment-strategy-right .recent-publication {
        width: 290px;
        padding: 15px 20px;
    }

    .investment-strategy .investment-strategy-right .recent-publication h3 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .investment-strategy .investment-strategy-right .investment-strategy-cont {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .strategy-framework-wrap .strategy-framework {
        padding: 30px 30px 30px 95px;
    }

    .strategy-framework-wrap .strategy-framework .strategy-framework-head h3 {
        font-size: 26px;
        line-height: 26px;
    }

    .strategy-framework-wrap .strategy-framework p {
        line-height: 20px;
    }

    .strategy-framework-wrap h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .product-reports-wrap .product-report h3 {
        font-size: 26px;
        line-height: 26px;
    }

    .product-reports-wrap .product-report ul li {
        line-height: 18px;
    }

    .fund-performance-content .wrapper {
        width: 940px;
    }

    .featured-content-wrap .featured-cont-wrap h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .featured-content-wrap .featured-content-col-1 {
        width: 600px;
    }

    .featured-content-wrap .featured-content-col-1 figure {
        width: 310px;
    }

    .featured-content-wrap .featured-content-col-1 .featured-cont-wrap {
        width: calc(100% - 310px);
    }

    .featured-content-wrap .featured-content-col-2,
    .featured-content-wrap .featured-content-col-3 {
        width: 316px;
    }

    .featured-content-wrap .featured-content-col-4 {
        width: 260px;
    }

    .featured-content-wrap .featured-content-col-5 {
        width: 600px;
    }

    .featured-content-wrap .featured-content-col-5 figure {
        width: 312px;
    }

    .featured-content-wrap .featured-content-col-5 .featured-cont-wrap {
        width: calc(100% - 312px);
    }

    .subscribe-section .subscribe-sec-col-1,
    .subscribe-section .subscribe-sec-col-2 {
        width: 455px;
        height: 440px;
    }

    .subscribe-section .subscribe-sec-col-1 figure,
    .subscribe-section .subscribe-sec-col-2 figure {
        width: 100%;
    }

    .subscribe-section .subscribe-sec-col-1 .subscribe-sec-cont,
    .subscribe-section .subscribe-sec-col-2 .subscribe-sec-cont {
        padding-top: 85px;
    }

    .subscribe-section .subscribe-sec-col-1 h3,
    .subscribe-section .subscribe-sec-col-2 h3 {
        font-size: 38px;
        line-height: 46px;
    }

    .all-posts-contents .all-post {
        width: 297px;
        height: 460px;
    }

    .all-posts-contents .all-post figure {
        height: 238px;
    }

    .featured-videos {
        width: 880px;
        margin: 0 auto;
    }

    .featured-videos .featured-video-list {
        width: 280px;
        height: 200px;
    }

    .featured-videos .featured-video-list .featured-cont-wrap h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .single-knowledge-center-page .single-knowledge-content .single-knowledge-left {
        width: 685px;
    }

    .faqSec,
    .itWizardFormSec,
    .taxFeatureSec {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .fund-performance-sec.knowledge-center-tab .fund-performance-tab li {
        display: inline-block;
        float: none;
    }
}

@media screen and (min-width: 100px) and (max-width: 1023px) {
    .product-wrap .product-list .tab-content {
        height: auto;
    }

    .tools-calc .calculator-section .container {
        max-width: 720px;
    }

    .taxFeatureSec .centerSecCont {
        display: none;
    }

    .recommended-products-wrap .recommended-product {
        width: 300px;
    }

    .popularMenuList {
        border-right: 0;
    }

    .wrapper.bewareAlert,
    .wrapper.externalLinks,
    .wrapper.footerFormSec,
    .wrapper.footerMenuSec,
    .wrapper.mobileFooterInfo {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    footer .mobileFooterMenu {
        padding-left: 24px;
        padding-right: 24px;
    }

    .post-filter .custom-dropdown {
        padding-right: 80px;
    }

    .show-only-mobile {
        display: block;
    }

    .header-section.knowledge-center {
        padding-top: 0;
    }

    .default-select-cust-arrow {
        display: block;
    }

    .single-knowledge-center-page-wrap .breadcrumb-sec,
    .single-knowledge-center-page-wrap .breadcrumb-sec ul li {
        transform: none;
    }

    .fund-performance-page-wrap {
        padding-top: 40px;
    }

    .single-share-wrap .social-setting {
        right: auto;
        left: -20px;
        top: 60px;
    }

    .single-share-wrap .social-setting:after {
        right: auto;
        left: 22px;
    }

    .fund-performance-search-cont .fund-performance-search-result .product-wrap.show-graph {
        min-height: 740px;
    }

    .breadcrumb-sec {
        position: absolute;
        left: 0;
        top: 75px;
        width: 100%;
        min-height: 40px;
        background: #fff;
    }

    .fund-performance-page-wrap .breadcrumb-sec {
        top: 75px;
    }

    .fund-performance-page-wrap .header-section {
        padding-top: 75px;
    }

    .fund-performance-sec .fund-performance-content .product-search-form {
        width: 100%;
    }

    .header-section {
        padding-right: 0;
        padding-top: 60px;
        height: auto;
        background: linear-gradient(180deg, #fff, #f3f8f9);
    }

    .header-section .header-section-left {
        float: none;
        width: 100%;
        padding: 32px 40px;
        text-align: center;
    }

    .header-section .header-section-left p {
        margin: 0 30px;
    }

    .header-section .header-section-left .performance-call-info {
        text-align: center;
        margin-top: 22px;
        padding-bottom: 32px;
        border-bottom: 1px solid #ddd;
    }

    .header-section .header-section-left .performance-call-info div {
        display: inline-block;
        font-weight: 600;
        font-size: 12px;
        line-height: 20px;
        text-transform: uppercase;
        color: #005e9e;
    }

    .header-section .header-section-left .performance-call-info div:first-child {
        margin-right: 20px;
    }

    .header-section .header-section-left .performance-call-info div svg {
        width: 14px;
        height: 14px;
        margin-right: 2px;
    }

    .header-section .header-section-left .performance-call-info div span {
        font-weight: 400;
        color: #233253;
    }

    .header-section .header-section-right {
        float: none;
    }

    .header-section .header-section-right .update-sec {
        height: auto;
        padding: 0 60px 24px;
        text-align: center;
        position: static;
        width: 100%;
        background: none;
    }

    .header-section .header-section-right .update-sec h3 {
        font-weight: 500;
        font-size: 14px;
        line-height: 30px;
        color: #5a5a5a;
        margin-bottom: 4px;
    }

    .header-section .header-section-right .update-sec ul li {
        margin: 0 auto 9px;
        max-width: 220px;
        text-align: center;
    }

    .header-section h1 {
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 19px;
    }

    .header-section h1 span svg {
        top: -26px;
        left: -18px;
        width: 53px;
    }

    .fund-performance-sec {
        padding-top: 48px;
    }

    .fund-performance-sec .fund-performance-tab {
        margin: 0 24px;
    }

    .fund-performance-sec .fund-performance-tab li {
        float: left;
        width: 33%;
        display: block;
        margin: 0;
        font-size: 14px;
        line-height: 18px;
    }

    .fund-performance-sec .fund-performance-tab li.active {
        color: #ed1c24;
        font-size: 14px;
        line-height: 18px;
    }

    .fund-performance-sec .fund-performance-tab li.active:after {
        top: auto;
        bottom: 0;
    }

    .fund-performance-sec .fund-performance-content .product-search-wrap {
        padding: 40px 24px;
        margin-bottom: 56px;
    }

    .fund-performance-sec .fund-performance-content .product-search-wrap .search-text {
        margin: 0;
        display: none;
    }

    .fund-performance-sec .fund-performance-content .product-search-form {
        max-width: 400px;
        margin-bottom: 0;
    }

    .fund-performance-sec .fund-performance-content .product-search-form p {
        max-width: 65%;
        margin: 0 auto 16px;
    }

    .fund-performance-sec .fund-performance-content .product-search-form .siteButton svg {
        display: none;
    }

    .fund-performance-sec .fund-performance-content .product-search-form input {
        width: calc(100% - 150px);
    }

    .product-title-wrap h2 {
        text-align: center;
        float: none;
    }

    .product-title-wrap a.siteButton.outlinedBtn {
        display: none;
    }

    .equity-funds-wrap {
        margin-top: 0;
        margin-bottom: 56px;
        padding-bottom: 64px;
        border-bottom: 1px solid #ddd;
    }

    .equity-funds-wrap .product-title-wrap {
        margin-bottom: 32px;
    }

    .equity-funds-wrap.show-graph {
        padding-bottom: 0;
    }

    .equity-funds-wrap .product-graph-wrap .product-update-txt {
        text-align: center;
        margin: 10px 15px 0;
    }

    .debt-funds-wrap {
        margin-bottom: 56px;
        padding-bottom: 56px;
    }

    .debt-funds-wrap .product-graph-wrap .product-update-txt {
        text-align: center;
        margin: 10px 15px 0;
    }

    .debt-funds-wrap .product-graph-wrap .product-graph-filter .tab {
        margin-top: -30px;
        margin-bottom: 10px;
    }

    .accordion-section .cust-accordion {
        padding-right: 60px;
        padding-left: 80px;
    }

    .accordion-section .cust-accordion .accordion-head h3 {
        padding-top: 0;
    }

    .accordion-section .cust-accordion .accordion-head .acc-arrow {
        right: 25px;
    }

    .accordion-section .cust-accordion .acc-count {
        left: 20px;
    }

    .hybrid-funds-wrap {
        margin-top: 56px;
        margin-bottom: 64px;
    }

    .hybrid-funds-wrap.show-graph {
        padding-bottom: 0;
        min-height: 725px;
    }

    .hybrid-funds-wrap .product-graph-wrap .product-update-txt {
        text-align: center;
        margin: 10px 15px 0;
    }

    .hybrid-funds-wrap .product-graph-wrap .product-graph-filter .tab {
        margin-top: -30px;
        margin-bottom: 10px;
    }

    .strategy-framework-wrap h2 {
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 10px;
    }

    .show-only-desktop {
        display: none;
    }

    .debt-funds-wrap,
    .equity-funds-wrap,
    .hybrid-funds-wrap {
        position: relative;
    }

    .debt-funds-wrap .show-only-mobile a,
    .equity-funds-wrap .show-only-mobile a,
    .hybrid-funds-wrap .show-only-mobile a {
        margin: 0 auto;
    }

    .debt-funds-wrap .slider-info-txt,
    .equity-funds-wrap .slider-info-txt,
    .hybrid-funds-wrap .slider-info-txt {
        width: 100%;
        margin-top: 0;
        margin-bottom: 32px;
    }

    .show-graph .show-only-mobile,
    .show-graph .slider-info-txt {
        display: none;
    }

    .equity-funds-wrap.show-graph {
        min-height: 680px;
    }

    .product-graph-wrap .product-graph-head {
        margin-bottom: 20px;
    }

    .product-graph-wrap .date-picker-wrap {
        float: left;
    }

    .product-graph-wrap .product-icons {
        position: static;
        display: block;
        margin-top: 7px;
        float: right;
    }

    .product-graph-wrap .product-graph-filter .date-picker-wrap {
        float: left;
    }

    .product-graph-wrap .product-graph-filter .date-picker-wrap svg {
        right: 18px;
    }

    .product-graph-wrap .product-graph-filter input {
        width: 210px;
    }

    .product-graph-wrap .product-graph-filter .tab {
        margin-top: -25px;
        margin-bottom: 15px;
        position: relative;
        z-index: 1;
    }

    .product-graph-wrap .product-graph-filter .tab li {
        width: 30px;
        height: 32px;
        line-height: 31px;
    }

    .product-report-wrap {
        float: left;
        width: 100%;
    }

    .product-desc-txt {
        margin: 16px 0 32px;
        font-size: 12px;
        line-height: 20px;
        color: #767676;
    }

    .disclaimer-wrap,
    .featured-investment-wrap,
    .portfolio-wrap,
    .re-discover-btn,
    .talk-to-advisor {
        display: none;
    }

    .product-wrap.owl-carousel {
        display: block;
    }

    .product-wrap .product-list {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 12px;
        box-shadow: 0 2px 8px rgba(0, 94, 158, 0.05), 1px 2px 4px rgba(50, 130, 196, 0.08);
    }

    .product-wrap .product-list:after {
        display: none;
    }

    .product-wrap .product-list .product-inner-list .product-head {
        padding-right: 110px;
        margin-bottom: 0;
    }

    .product-wrap .product-list .product-inner-list h3 {
        font-size: 16px;
        line-height: 20px;
        min-height: auto;
    }

    .product-wrap .product-list .product-inner-list .product-identy {
        line-height: 13px;
        word-break: break-all;
    }

    .product-wrap .product-list .product-inner-list .product-top-data {
        position: absolute;
        top: 0;
        right: 60px;
        padding: 0;
        bottom: 0;
        margin: auto;
        height: 52px;
        border: 0;
    }

    .product-wrap .product-list .product-inner-list .product-top-data .product-value-txt {
        margin-bottom: 4px;
    }

    .product-wrap .product-list .product-inner-list .product-top-data .product-data-txt {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 4px;
    }

    .product-wrap .product-list .product-inner-list .product-top-data .product-date-txt {
        font-size: 10px;
        line-height: 14px;
    }

    .product-wrap .product-list .product-inner-list .product-top-data .fr {
        display: none;
    }

    .product-wrap .product-list .product-inner-list .product-icons {
        display: block;
        position: static;
        margin-top: 6px;
    }

    .product-wrap .product-list .product-inner-list .product-icons li {
        display: none;
    }

    .product-wrap .product-list .product-inner-list .product-icons li.product-report-list {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 18px;
        height: 22px;
        right: 22px;
    }

    .product-wrap .product-list .product-inner-list .product-icons li.product-report-list svg {
        display: none;
    }

    .product-wrap .product-list .product-inner-list .product-icons li.product-report-list a {
        background: url(../../../content/dam/hdfclifeinsurancecompany/icons/cs-sprite.png) no-repeat -132px -83px;
    }

    .product-wrap .product-list .fund-period,
    .product-wrap .product-list .product-bottom-data {
        display: none;
    }

    .accordion-section {
        padding-top: 0;
        padding-bottom: 54px;
    }

    .accordion-section .accordion-title-wrap {
        padding: 0 40px;
    }

    .accordion-section .accordion-title-wrap h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .accordion-section .accordion-title-wrap p {
        font-weight: 400;
        color: #49545a;
    }

    .accordion-section .cust-accordion .acc-count {
        top: 11px;
    }

    .re-discover-sec {
        padding: 48px 0 56px;
    }

    .re-discover-sec .re-discover-cont .re-discover-left-col {
        float: none;
        width: 100%;
        position: relative;
        height: 170px;
        overflow: hidden;
    }

    .re-discover-sec .re-discover-cont .re-discover-left-col .discover-left-col {
        float: none;
        width: 100%;
        position: relative;
    }

    .re-discover-sec .re-discover-cont .re-discover-left-col .discover-left-col:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
    }

    .re-discover-sec .re-discover-cont .re-discover-left-col .discover-left-col img {
        width: 100%;
        height: 100%;
    }

    .re-discover-sec .re-discover-cont .re-discover-left-col .discover-right-col {
        float: none;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        height: auto;
        padding: 16px 95px 16px 16px;
        border: 0;
    }

    .re-discover-sec .re-discover-cont .re-discover-left-col .discover-right-col:after,
    .re-discover-sec .re-discover-cont .re-discover-left-col .discover-right-col p {
        display: none;
    }

    .re-discover-sec .re-discover-cont .re-discover-left-col .discover-right-col h3 {
        font-size: 20px;
        line-height: 26px;
        color: #fff;
    }

    .re-discover-sec .re-discover-cont .re-discover-right-col {
        float: none;
        width: 100%;
    }

    .re-discover-sec .re-discover-cont .re-discover-right-col .re-discover-cont {
        height: 120px;
        margin-top: 16px !important;
    }

    .re-discover-sec .re-discover-cont .re-discover-right-col .re-discover-cont h3 {
        font-size: 20px;
        line-height: 26px;
        color: #fff;
        padding: 0 16px;
        left: 0;
    }

    .title-wrap {
        padding: 0 40px;
    }

    .title-wrap h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 20px 12px;
    }

    .title-wrap h5 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 2px;
    }

    .title-wrap p {
        font-size: 14px;
        line-height: 20px;
        color: #49545a;
    }

    .investment-strategy .investment-strategy-wrap {
        border: 0;
    }

    .investment-strategy .investment-strategy-left {
        float: none;
        width: 100%;
        padding: 32px 32px 24px;
        border: 1px solid #c7cacc;
        border-bottom: 0;
        min-height: auto;
    }

    .investment-strategy .investment-strategy-left h3 {
        font-size: 18px;
    }

    .investment-strategy .investment-strategy-left .inv-position {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .investment-strategy .investment-strategy-left .inv-dec {
        font-size: 14px;
        margin-bottom: 0;
    }

    .investment-strategy .investment-strategy-right {
        float: none;
        width: 100%;
        padding: 0;
    }

    .investment-strategy .investment-strategy-right .investment-strategy-cont {
        border: 1px solid #c7cacc;
        padding: 20px 32px;
        border-top: 0;
        margin-bottom: 45px;
        font-size: 14px;
        line-height: 22px;
    }

    .investment-strategy .investment-strategy-right h3 {
        font-size: 24px;
        line-height: 42px;
    }

    .investment-strategy .investment-strategy-right .recent-publication {
        width: 100%;
        padding: 9px 30px 9px 88px;
        height: auto;
        min-height: 78px;
        border: 1px solid #c7cacc;
        margin: 10px 0 0;
        overflow: hidden;
        height: 78px;
    }

    .investment-strategy .investment-strategy-right .recent-publication:first-child {
        margin-top: 0;
    }

    .investment-strategy .investment-strategy-right .recent-publication .play-icon {
        display: none;
    }

    .investment-strategy .investment-strategy-right .recent-publication h3 {
        color: #233253;
        line-height: 18px;
        margin-bottom: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
    }

    .investment-strategy .investment-strategy-right .recent-publication p {
        font-size: 14px;
        line-height: 22px;
        color: #233253;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 1;
    }

    .investment-strategy .investment-strategy-right .recent-publication.recent-publication-1 .recent-publication-img {
        background: no-repeat;
        background-size: cover;
        height: 78px;
        width: 72px;
        background-position: 50%;
    }

    .investment-strategy .investment-strategy-right .recent-publication.recent-publication-2 .recent-publication-img {
        background: no-repeat;
        background-size: cover;
        height: 78px;
        width: 72px;
        background-position: 50%;
    }

    .investment-strategy .investment-strategy-right .recent-publication .recent-publication-img {
        top: 0;
        left: 0;
        width: 72px;
        height: 78px;
    }

    .investment-strategy .investment-strategy-right .recent-publication .recent-publication-img:after {
        display: none;
    }

    .investment-strategy .investment-strategy-right .recent-publication .recent-publication-img img {
        max-width: 100%;
        height: 100%;
        display: none;
    }

    .strategy-framework-wrap .strategy-frameworks {
        grid-auto-flow: inherit;
        display: block;
        margin-bottom: 50px;
    }

    .strategy-framework-wrap .strategy-frameworks .strategy-framework {
        float: none;
        width: 100%;
        padding: 24px;
    }

    .strategy-framework-wrap .strategy-frameworks .strategy-framework .strategy-framework-head {
        padding-left: 74px;
        position: relative;
        margin-bottom: 24px;
    }

    .strategy-framework-wrap .strategy-frameworks .strategy-framework .strategy-framework-head h3 {
        font-size: 24px;
        line-height: 24px;
    }

    .strategy-framework-wrap .strategy-frameworks .strategy-framework .strategy-framework-head .strategy-framework-img {
        height: 48px;
        width: 48px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .strategy-framework-wrap .strategy-frameworks .strategy-framework p {
        margin-top: 24px;
        font-size: 14px;
        line-height: 20px;
    }

    .strategy-framework-wrap .owl-carousel div.owl-nav {
        text-align: center;
        width: 100%;
    }

    .strategy-framework-wrap .owl-carousel div.owl-nav button {
        position: static;
        margin: 40px 0;
    }

    .strategy-framework-wrap .owl-carousel div.owl-nav button.owl-prev {
        margin-right: 80px;
    }

    .strategy-framework-wrap .owl-carousel div.owl-nav button.owl-next {
        margin-left: 80px;
    }

    .strategy-framework-wrap .owl-carousel .owl-dots {
        text-align: center;
        margin: -74px auto 0;
    }

    .strategy-framework-wrap .show-only-mobile {
        margin-bottom: 56px;
    }

    .strategy-framework-wrap .show-only-mobile a {
        width: 100px;
        margin: 0 auto;
        text-align: center;
    }

    .product-reports-wrap .product-report {
        float: none;
        width: 100%;
        margin: 0;
        padding: 24px;
        margin-bottom: 15px;
    }

    .product-reports-wrap .product-report .product-report-head {
        padding-left: 70px;
        margin-bottom: 24px;
    }

    .product-reports-wrap .product-report .product-report-head .product-report-img {
        width: 48px;
        height: 48px;
    }

    .product-reports-wrap .product-report h3 {
        font-size: 24px;
        line-height: 24px;
    }

    .product-reports-wrap .owl-carousel div.owl-nav {
        text-align: center;
        width: 100%;
    }

    .product-reports-wrap .owl-carousel div.owl-nav button {
        position: static;
        margin: 40px 0;
    }

    .product-reports-wrap .owl-carousel div.owl-nav button.owl-prev {
        margin-right: 80px;
    }

    .product-reports-wrap .owl-carousel div.owl-nav button.owl-next {
        margin-left: 80px;
    }

    .product-reports-wrap .owl-carousel .owl-dots {
        text-align: center;
        margin: -74px auto 0;
    }

    .product-reports-wrap .show-only-mobile {
        margin-bottom: 56px;
    }

    .product-reports-wrap .show-only-mobile a {
        width: 100px;
        margin: 0 auto;
        text-align: center;
    }

    .fund-performance-search-cont .fund-performance-search-result .tab-content .product-wrap .product-list.all-product {
        height: auto;
    }

    .fund-performance-search-cont .fund-performance-search-result .tab-content .product-wrap .product-list.all-product .product-tag-wrap {
        margin-bottom: 0;
    }

    .product-wrap .product-list .product-inner-list {
        padding-bottom: 18px;
    }

    .fund-lists-popup .fund-lists {
        width: 90%;
    }

    .fund-lists-popup .fund-lists-wrap,
    .fund-lists-popup .group-schemes-wrap {
        padding: 0 24px;
    }

    .fund-lists-popup .group-schemes-wrap {
        padding-top: 24px;
        margin-top: 24px;
        padding-bottom: 24px;
    }

    .fund-lists-popup .fund-list {
        float: none;
        width: 100%;
    }

    .fund-lists-popup .fund-purchases-txt {
        padding: 20px 24px;
        text-align: center;
        height: auto;
        line-height: normal;
    }

    .product-graph-wrap {
        max-height: 100%;
    }

    .product-graph-wrap .product-graph-inner-sh-wrap {
        padding: 32px 16px 14px;
    }

    .product-graph-wrap .product-graph-head span {
        right: 0;
    }

    .product-graph-wrap .product-graph-result {
        width: 320px;
        margin: 15px auto 30px;
    }

    .product-graph-wrap .product-graph-result .product-graph-dat-txt {
        font-size: 22px;
        line-height: 22px;
    }

    .product-graph-wrap .product-graph-result .graph-result-low {
        font-size: 20px;
    }

    .feature-video-slider.owl-carousel .owl-stage-outer {
        overflow: visible;
    }

    .feature-video-slider.owl-carousel .owl-item img {
        max-height: 100%;
    }

    .feature-video-slider.owl-carousel .owl-nav button.owl-prev {
        margin-right: 80px;
    }

    .feature-video-slider.owl-carousel .owl-nav button.owl-next {
        margin-left: 80px;
    }

    .feature-video-slider.owl-carousel .owl-dots {
        text-align: center;
        margin-top: -36px;
    }

    .header-section.knowledge-center .header-section-left {
        width: 100%;
        padding: 50px 32px 20px;
    }

    .recommend-search-me {
        padding: 34px 43px 44px;
    }

    .recommend-search-me .recommend-col-1,
    .recommend-search-me .recommend-col-2 {
        margin-right: 0;
        margin-bottom: 30px;
        float: none;
    }

    .recommend-search-me form {
        display: block;
        text-align: left;
        max-width: 370px;
        margin: 0 auto;
    }

    .recommend-search-me label {
        margin: 0 13px 0 0;
    }

    .recommend-search-me select {
        width: 100%;
    }

    .recommend-search-me .siteButton {
        margin: 0 auto;
        text-transform: uppercase;
    }

    .fund-performance-sec.knowledge-center-tab .fund-performance-tab-wrap {
        width: 100%;
        overflow: auto;
    }

    .fund-performance-sec.knowledge-center-tab .fund-performance-tab {
        width: 750px;
    }

    .fund-performance-sec.knowledge-center-tab .fund-performance-tab li {
        width: auto;
        max-width: 100%;
    }

    .fund-performance-content .wrapper {
        width: 100%;
        overflow: hidden;
    }

    .featured-content-wrap .featured-content-col-1,
    .featured-content-wrap .featured-content-col-2,
    .featured-content-wrap .featured-content-col-3,
    .featured-content-wrap .featured-content-col-4,
    .featured-content-wrap .featured-content-col-5 {
        height: auto;
        max-width: 345px;
        width: 100%;
        border: 1px solid #c7cacc;
        float: none;
        margin: 0 auto;
    }

    .featured-content-wrap .featured-content-col-1 .featured-cont-wrap,
    .featured-content-wrap .featured-content-col-2 .featured-cont-wrap,
    .featured-content-wrap .featured-content-col-3 .featured-cont-wrap,
    .featured-content-wrap .featured-content-col-4 .featured-cont-wrap,
    .featured-content-wrap .featured-content-col-5 .featured-cont-wrap {
        min-height: 265px;
        width: 100%;
        float: none;
        position: relative;
    }

    .featured-content-wrap .featured-content-col-1 .featured-cont-wrap:after,
    .featured-content-wrap .featured-content-col-2 .featured-cont-wrap:after,
    .featured-content-wrap .featured-content-col-3 .featured-cont-wrap:after,
    .featured-content-wrap .featured-content-col-4 .featured-cont-wrap:after,
    .featured-content-wrap .featured-content-col-5 .featured-cont-wrap:after {
        content: "";
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        width: 4px;
        height: 80px;
        background: #ed1c24;
    }

    .featured-content-wrap .featured-content-col-1 .featured-cont-wrap .featured-cont-head .featured-post-date,
    .featured-content-wrap .featured-content-col-2 .featured-cont-wrap .featured-cont-head .featured-post-date,
    .featured-content-wrap .featured-content-col-3 .featured-cont-wrap .featured-cont-head .featured-post-date,
    .featured-content-wrap .featured-content-col-4 .featured-cont-wrap .featured-cont-head .featured-post-date,
    .featured-content-wrap .featured-content-col-5 .featured-cont-wrap .featured-cont-head .featured-post-date {
        color: #8a93a5;
    }

    .featured-content-wrap .featured-content-col-1 .featured-cont-wrap .featured-cont-head .featured-post-view,
    .featured-content-wrap .featured-content-col-1 .featured-cont-wrap p,
    .featured-content-wrap .featured-content-col-2 .featured-cont-wrap .featured-cont-head .featured-post-view,
    .featured-content-wrap .featured-content-col-2 .featured-cont-wrap p,
    .featured-content-wrap .featured-content-col-3 .featured-cont-wrap .featured-cont-head .featured-post-view,
    .featured-content-wrap .featured-content-col-3 .featured-cont-wrap p,
    .featured-content-wrap .featured-content-col-4 .featured-cont-wrap .featured-cont-head .featured-post-view,
    .featured-content-wrap .featured-content-col-4 .featured-cont-wrap p,
    .featured-content-wrap .featured-content-col-5 .featured-cont-wrap .featured-cont-head .featured-post-view,
    .featured-content-wrap .featured-content-col-5 .featured-cont-wrap p {
        color: #8a93a5;
        display: block;
    }

    .featured-content-wrap .featured-content-col-1 .featured-cont-wrap a,
    .featured-content-wrap .featured-content-col-2 .featured-cont-wrap a,
    .featured-content-wrap .featured-content-col-3 .featured-cont-wrap a,
    .featured-content-wrap .featured-content-col-4 .featured-cont-wrap a,
    .featured-content-wrap .featured-content-col-5 .featured-cont-wrap a {
        display: block;
    }

    .featured-content-wrap .featured-content-col-1 .featured-cont-wrap h3,
    .featured-content-wrap .featured-content-col-2 .featured-cont-wrap h3,
    .featured-content-wrap .featured-content-col-3 .featured-cont-wrap h3,
    .featured-content-wrap .featured-content-col-4 .featured-cont-wrap h3,
    .featured-content-wrap .featured-content-col-5 .featured-cont-wrap h3 {
        color: #233253;
    }

    .featured-content-wrap .featured-content-col-1 figure,
    .featured-content-wrap .featured-content-col-2 figure,
    .featured-content-wrap .featured-content-col-3 figure,
    .featured-content-wrap .featured-content-col-4 figure,
    .featured-content-wrap .featured-content-col-5 figure {
        width: 100%;
        height: 233px;
        float: none;
    }

    .featured-content-wrap .featured-content-col-1 figure:after,
    .featured-content-wrap .featured-content-col-2 figure:after,
    .featured-content-wrap .featured-content-col-3 figure:after,
    .featured-content-wrap .featured-content-col-4 figure:after,
    .featured-content-wrap .featured-content-col-5 figure:after {
        display: none;
    }

    .featured-content-wrap .featured-content-col-3 figure {
        position: static;
    }

    .featured-content-wrap.owl-carousel .owl-dots {
        text-align: center;
        margin-top: -37px;
    }

    .featured-content-wrap.owl-carousel div.owl-nav {
        text-align: center;
        position: relative;
        margin-top: 40px;
    }

    .featured-content-wrap.owl-carousel div.owl-nav button {
        position: static;
    }

    .featured-content-wrap.owl-carousel div.owl-nav button.owl-prev {
        margin-right: 80px;
    }

    .featured-content-wrap.owl-carousel div.owl-nav button.owl-next {
        margin-left: 80px;
    }

    .featured-content-wrap.owl-carousel div.owl-nav .owl-total-carousel {
        position: absolute;
        left: 0;
        right: 0;
        top: 10px;
        font-size: 12px;
        color: #233253;
        z-index: -1;
    }

    .subscribe-section .subscribe-sec-col-1,
    .subscribe-section .subscribe-sec-col-2 {
        width: 100%;
        height: 100%;
        height: 320px;
        float: none;
        margin: 0;
    }

    .subscribe-section .subscribe-sec-col-1 figure,
    .subscribe-section .subscribe-sec-col-2 figure {
        height: 320px;
    }

    .subscribe-section .subscribe-sec-col-1 h3,
    .subscribe-section .subscribe-sec-col-2 h3 {
        font-size: 30px;
        line-height: 34px;
    }

    .subscribe-section .subscribe-sec-col-1 .subscribe-sec-cont,
    .subscribe-section .subscribe-sec-col-2 .subscribe-sec-cont {
        padding: 48px 30px 24px;
    }

    .subscribe-section .subscribe-sec-col-1 .subscribe-sec-cont a,
    .subscribe-section .subscribe-sec-col-2 .subscribe-sec-cont a {
        text-transform: uppercase;
    }

    .subscribe-section .subscribe-sec-col-2 {
        margin-top: 23px;
    }

    .product-title-wrap h2 {
        font-size: 24px;
        line-height: 42px;
    }

    .all-posts-contents .product-title-wrap .post-filter {
        float: none;
        margin: 24px 0 8px;
        text-align: center;
    }

    .all-posts-contents .product-title-wrap .post-filter .custom-dropdown,
    .all-posts-contents .product-title-wrap .post-filter label {
        float: none;
        display: inline-block;
        max-width: 200px;
    }

    .all-posts-contents .product-title-wrap .post-filter .custom-dropdown li,
    .all-posts-contents .product-title-wrap .post-filter label li {
        padding-left: 0;
    }

    .all-posts-contents .product-title-wrap .post-filter .custom-dropdown li svg,
    .all-posts-contents .product-title-wrap .post-filter label li svg {
        left: 20px;
    }

    .all-posts-contents .all-post {
        width: 100%;
        height: auto;
        margin-right: 0;
    }

    .all-posts-contents .all-post figure {
        display: none;
    }

    .all-posts-contents .featured-content-wrap .featured-cont-wrap .featured-post-date {
        font-weight: 400;
        font-size: 12px;
        line-height: 12px;
    }

    .all-posts-contents .featured-content-wrap .featured-cont-wrap h3 {
        font-weight: 700;
        font-size: 21px;
        line-height: 30px;
    }

    .all-posts-contents .featured-content-wrap .featured-cont-wrap p {
        line-height: 22px;
    }

    .recommended-articles-sec .all-posts-contents .all-post figure {
        display: block;
    }

    .recommended-articles-sec .load-all-posts {
        display: none;
    }

    .recommended-articles-sec .close-recommended-articles svg {
        width: 18px;
        height: 24px;
    }

    .recommended-articles-sec .product-title-wrap h2 {
        font-size: 24px;
        line-height: 32px;
        margin: 0 40px;
    }

    .recommended-articles-sec .all-posts-contents .all-post {
        margin-bottom: 0;
    }

    .featured-videos {
        width: 100%;
        margin: 0 auto 56px;
    }

    .featured-videos .feature-video-slider .featured-video-list {
        width: 100%;
        max-width: 350px;
        float: none;
        margin: 0 auto;
    }

    .featured-videos .feature-video-slider .featured-video-list .featured-cont-wrap h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .featured-videos .feature-video-slider .featured-video-list .featured-cont-wrap .featured-post-date {
        font-weight: 400;
        font-size: 12px;
        line-height: 12px;
    }

    .featured-videos .feature-video-slider.owl-carousel div.owl-nav {
        text-align: center;
        margin-top: 25px;
        position: relative;
    }

    .featured-videos .feature-video-slider.owl-carousel div.owl-nav button {
        position: static;
    }

    .featured-videos .feature-video-slider.owl-carousel div.owl-nav button.owl-prev {
        margin-right: 80px;
    }

    .featured-videos .feature-video-slider.owl-carousel div.owl-nav button.owl-next {
        margin-left: 80px;
    }

    .featured-videos .feature-video-slider.owl-carousel div.owl-nav .owl-total-carousel {
        position: absolute;
        left: 0;
        right: 0;
        top: 10px;
        font-size: 12px;
        color: #233253;
        z-index: -1;
    }

    .recommended-articles-sec .all-posts-contents.all-post-with-btn {
        padding-bottom: 66px;
    }

    .subscribe-section form input.txt-fld {
        width: calc(100% - 81px);
    }

    .all-post-with-btn,
    .subscribe-section {
        margin-bottom: 56px;
    }

    .featured-content-wrap {
        margin-bottom: 66px;
    }

    .close-recommended-articles svg {
        width: 24px;
        height: 24px;
    }

    .single-knowledge-center-page {
        padding-top: 80px;
    }

    .single-knowledge-center-page .single-knowledge-head {
        padding-right: 45px;
    }

    .single-knowledge-center-page .single-knowledge-head h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px;
    }

    .single-knowledge-center-page .single-knowledge-content .single-knowledge-left {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 54px;
    }

    .single-knowledge-center-page .single-knowledge-content .single-knowledge-left .single-knowledge-cont-head {
        margin-bottom: 16px;
    }

    .single-knowledge-center-page .single-knowledge-content .single-knowledge-left .single-knowledge-cont-head .single-knowledge-date {
        font-size: 14px;
        line-height: 20px;
    }

    .single-knowledge-center-page .single-knowledge-content .single-knowledge-left p {
        font-size: 14px;
        line-height: 22px;
    }

    .single-knowledge-center-page .single-knowledge-content .single-knowledge-left #product-graph {
        margin: 56px 0;
    }

    .single-knowledge-center-page .single-knowledge-content .single-knowledge-right {
        float: none;
        width: 100%;
    }

    .single-knowledge-center-page .single-knowledge-content .single-page-video video {
        width: 100%;
        height: auto;
    }

    .single-knowledge-center-page .single-knowledge-content.single-knowledge-small-video .single-page-video {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .single-knowledge-center-page .single-knowledge-content.single-knowledge-small-video .single-page-video video {
        height: auto;
    }

    .custom-list-style li {
        font-size: 14px;
        line-height: 22px;
    }

    .single-subscribe {
        padding: 21px 23px 24px;
    }

    .single-subscribe h2 {
        text-align: center;
    }

    .single-subscribe form input[type="submit"] {
        width: 90px;
        float: left;
        height: 40px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .single-subscribe form input[type="text"] {
        float: left;
        width: calc(100% - 90px);
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .recommended-products-wrap .recommended-products-head h2 {
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }

    .recommended-products-wrap .recommended-product h3 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 800;
    }

    .recommended-products-wrap .recommended-product ul li {
        font-size: 14px;
        line-height: 16px;
    }

    .recommended-products-wrap .recommended-product .recommended-product-btn {
        position: static;
        text-align: center;
    }

    .recommended-products-wrap .recommended-product .recommended-product-btn a.siteButton,
    .recommended-products-wrap .recommended-product .recommended-product-btn a.siteButton.outlinedBtn {
        float: none;
        display: inline-block;
        width: 160px;
    }

    .recommended-products-wrap .recommended-product .recommended-product-btn a.siteButton.outlinedBtn {
        margin-bottom: 10px;
    }

    .recommended-products-slider {
        margin-bottom: 56px;
    }

    .recommended-products-slider.owl-carousel .owl-dots {
        text-align: center;
        margin-top: -37px;
    }

    .recommended-products-slider.owl-carousel div.owl-nav {
        text-align: center;
        margin-top: 40px;
        position: relative;
    }

    .recommended-products-slider.owl-carousel div.owl-nav button {
        position: static;
    }

    .recommended-products-slider.owl-carousel div.owl-nav button.owl-prev {
        margin-right: 80px;
    }

    .recommended-products-slider.owl-carousel div.owl-nav button.owl-next {
        margin-left: 80px;
    }

    .recommended-products-slider.owl-carousel div.owl-nav .owl-total-carousel {
        position: absolute;
        left: 0;
        right: 0;
        top: 10px;
        font-size: 12px;
        color: #233253;
        z-index: -1;
    }

    .single-knowledge-center-page-wrap .recommended-products-slider {
        margin-bottom: 0;
    }

    .recommended-products-wrap {
        margin-bottom: 56px;
    }

    .recommended-products-wrap .recommended-product {
        float: none;
        margin: 0 auto;
        height: auto;
    }

    .recommended-products-wrap .recommended-product:first-child {
        margin-left: auto;
    }

    .recommended-products-wrap .owl-carousel div.owl-nav {
        margin-top: 40px;
    }

    .single-page-pagination {
        margin-bottom: 56px;
    }

    .single-page-pagination .fl,
    .single-page-pagination .fr {
        width: 136px;
    }

    .single-page-pagination a {
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
    }

    .fund-performance-sec.knowledge-center-tab {
        padding-top: 17px;
    }

    .knowledge-center-content {
        padding-top: 24px;
    }

    .subscribe-section form {
        display: block;
        max-width: 300px;
        margin: 0 auto;
    }

    .floater {
        display: block;
    }

    .bg-Chat.mob-hide {
        display: none;
    }

    .video-popup-wrap .video-popup-inner-wrap {
        max-width: 90%;
    }

    .video-popup-wrap .video-popup-inner-wrap .video-popup-head {
        padding-right: 0;
    }

    .video-popup-wrap .video-popup-inner-wrap .video-popup-head .date-wrap {
        font-size: 12px;
        line-height: 12px;
        color: #fff;
        margin-bottom: 4px;
    }

    .video-popup-wrap .video-popup-inner-wrap .video-popup-head h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .video-popup-wrap .video-popup-inner-wrap .close {
        position: fixed;
        top: 50px;
        left: 49%;
        right: 0;
        width: 30px;
    }

    .knowledge-center-page .disclaimer-wrap {
        display: block;
        padding: 30px 0 56px;
    }

    .incomeTaxCalcPage .breadcrumb-sec {
        position: static;
    }

    .itWizardFormSec .itWizardFormWrp .wizardFormContent {
        padding: 17px 56px 26px 34px;
    }

    .itWizardFormSec .itWizardFormWrp .wizardFormContent .wizardFormInner h3 {
        display: block;
        margin-bottom: 35px;
        position: relative;
    }

    .itWizardFormSec .itWizardFormWrp .wizardFormContent .wizardFormInner h3 span {
        display: none;
    }

    .itWizardFormSec .itWizardFormWrp .wizardFormContent .wizardFormInner h3 p {
        font-size: 12px;
        line-height: 28px;
        float: right;
        color: #808285;
        position: absolute;
        top: 0;
        right: -40px;
    }

    .itWizardFormSec .itWizardFormWrp .wizardFormContent .wizardFormInner .wizardFormWrp .wizardRadioSec .wizardRadioRow {
        margin-bottom: 30px;
    }

    .itWizardFormSec .itWizardFormWrp .wizardFormContent .wizardFormInner .wizardFormWrp .wizardInputRow .wizardInputWrp:first-child {
        margin-top: 0;
    }

    .itWizardFormSec .itWizardFormWrp .wizardFormContent .wizardFormInner .wizardFormWrp .wizardInputRow .wizardInputWrp label {
        margin-bottom: 8px;
    }

    .itWizardFormSec .itWizardFormWrp .deduction80DWizard .wizardInputWrp,
    .itWizardFormSec .itWizardFormWrp .wizardFormContent .personalInfoWizard .wizardFormWrp .wizardInputWrp,
    .itWizardFormSec .itWizardFormWrp .wizardFormContent .wizardFormInner .wizardFormWrp .wizardInputRow .wizardInputWrp input[type="text"] {
        max-width: 100%;
    }

    .wizardFormStepper {
        width: 100%;
        overflow: auto;
        height: 101px;
    }

    .wizardFormStepper ul {
        width: 800px;
    }

    .wizardFormStepper ul li a:after {
        width: 42px;
    }

    .toolsCalcTitleCont {
        padding: 0px;
    }

    .toolsCalcTitleCont .close-tools-wrap {
        top: -24px;
        right: 17px;
    }

    .toolsCalcTitleCont .close-tools-wrap svg {
        width: 18px;
    }

    .toolsCalcTitleCont h3,
    .toolsCalcTitleCont h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 17px;
    }

    .toolsCalcTitleCont p {
        color: #666;
    }

    .toolsCalcTitleCont p,
    .toolsCalcTitleCont p a,
    .toolsCalcTitleCont p a:hover {
        font-size: 14px;
        line-height: 22px;
    }

    .toolsCalcVideoWrap {
        text-align: center;
        margin-bottom: 24px;
    }

    .taxFeatureSec .mainTitle {
        font-size: 24px;
        line-height: 30px;
    }

    .itSectionSubTitle {
        font-size: 14px;
        line-height: 20px;
        color: #49545a;
        margin-bottom: 32px;
    }

    .taxFeatureSec .contentGridBlock {
        margin-bottom: 45px;
    }

    .taxFeatureSec .contentGridBlock li {
        min-height: 254px;
    }

    .taxFeatureSec .contentGridBlock.owl-carousel div.owl-nav {
        text-align: center;
        width: 100%;
    }

    .taxFeatureSec .contentGridBlock.owl-carousel div.owl-nav button {
        position: static;
        margin: 24px 0 40px;
    }

    .taxFeatureSec .contentGridBlock.owl-carousel div.owl-nav button.owl-prev {
        margin-right: 80px;
    }

    .taxFeatureSec .contentGridBlock.owl-carousel div.owl-nav button.owl-next {
        margin-left: 80px;
    }

    .taxFeatureSec .contentGridBlock.owl-carousel .owl-dots {
        text-align: center;
        margin: -74px auto 0;
    }

    .faqSec {
        padding-bottom: 64px;
    }

    .faqSec,
    .taxFeatureSec {
        padding-top: 64px;
    }

    .incomeTaxCalcPage .disclaimer-wrap {
        display: block;
        padding: 0 0 64px;
    }
}

@media screen and (min-width: 100px) and (max-width: 413px) {
    .product-graph-wrap .product-graph-result {
        padding-left: 10px;
        padding-right: 7px;
        width: 100%;
    }
}

@media screen and (min-width: 100px) and (max-width: 320px) {
    .product-graph-wrap .product-graph-result {
        height: auto;
    }

    .product-graph-wrap .product-graph-result>.fl,
    .product-graph-wrap .product-graph-result>.fr {
        float: none;
    }

    .product-graph-wrap .product-graph-result>.fl {
        margin-bottom: 10px;
    }
}

input.rupee {
    position: relative !important;
    left: 0 !important;
    top: 3px !important;
    z-index: 99;
    padding-left: 5px;
    font-family: arial;
}

@media screen and (max-width: 1024px) {
    .calculatePageResponsive .toolsCalcWrapper {
        padding-left: 12px;
        padding-right: 12px;
    }

    .calculatePageResponsive .tabAccordSection,
    .calculatePageResponsive .toolsCalcWrapper {
        width: calc(100% - 64px);
        box-sizing: border-box;
    }
}

@media screen and (min-width: 100px) and (max-width: 1000px) {
    .view-tweets {
        margin-top: 40px;
    }

    .calculatePageResponsive {
        padding-bottom: 64px;
    }

    .calculatePageResponsive .toolsCalcForm .toolsCalcInput input[type="text"] {
        max-width: 221px;
    }

    .calculatePageResponsive .codCalcFormWrp .codCalcForm .codCalcFormInputRow .lifeCoverSlide {
        max-width: 262px;
    }

    .calculatePageResponsive table {
        width: 100%;
    }

    .calculatePageResponsive table td,
    .calculatePageResponsive table th {
        display: none;
    }

    .calculatePageResponsive table td:first-child,
    .calculatePageResponsive table td:nth-child(2),
    .calculatePageResponsive table th:first-child,
    .calculatePageResponsive table th:nth-child(2) {
        display: table-cell;
    }

    .calculatePageResponsive .itSectionSubTitle {
        font-size: 14px;
        margin-bottom: 12px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .calculatePageResponsive .mainTitle {
        font-size: 24px;
        line-height: 30px;
    }

    .calculatePageResponsive .codCalcFormInputRow {
        display: block !important;
    }
}

@media screen and (max-width: 700px) {
    .calculatePageResponsive .taxFeatureSec {
        margin-left: 32px;
        margin-right: 32px;
    }

    .calculatePageResponsive .taxFeatureSec .viewMoreBtn {
        display: block;
        margin-top: 54px;
    }
}

@media screen and (max-width: 480px) {
    .calculatePageResponsive .plannerWizFormStepper ul li {
        width: 95px;
    }

    .calculatePageResponsive .wizardFormStepper ul li a:after {
        content: "";
        background: #233253;
        width: 36px;
        height: 1px;
        position: absolute;
        left: 58px;
        bottom: 0;
        top: 0;
        margin: auto;
    }
}


@media screen and (min-width: 768px) {

    .retireWizFormCont .wizardFormInner.summarLRWizard .wizardFormWrp .lifeRetireCalcSec>div p {
        max-width: 190px;
    }
}

@media only screen and (max-width: 767px) {
    .error-txt {
        line-height: 18px;
    }
}

.rangeSliderInput #range-slider-wrapper .range-limit {
    color: #565454;
}

.rupee+input {
    margin-left: -13px;
}
footer .wrapper.disclaimerTxtParent p {
    font-size: 15px;
    color: #1f2223;
}

@media screen and (min-width: 100px) and (max-width: 1023px) {

    .toolsCalcBannerSec h2,
    .toolsCalcBannerSec h1,
    .toolsCalcBannerSec h5 {
        text-align: center;
        max-width: 90%;
    }

    .toolsCalcBannerSec h2 .titleBgBox,
    .toolsCalcBannerSec h1 .titleBgBox,
    .toolsCalcBannerSec h5 .titleBgBox {
        left: 10px;
    }
}

/*# sourceMappingURL=style.css.map */
.visonSection .philosophyLists ul li .contentWrapper {
    overflow-y: auto;
    scrollbar-width: thin;
    word-break: break-word !important;
}

.visonSection .philosophyLists ul li .contentWrapper {
    height: 100%;
    padding: 32px;
    position: relative;
    border: 1px solid #c7cacc;
}

.owl-carousel div.owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

@media screen and (min-width: 100px) and (max-width: 480px) {
    .visonSection .philosophyLists .owl-carousel .owl-dots {
        width: 95%;
    }
}

.Setbg {
    background: #f9f9f9;
}

.SetMargin {
    margin-left: 30px !important;
}

@media screen and (min-width: 100px) and (max-width: 1023px) {
    .SetMargin {
        margin-left: 0 !important;
        padding-left: 25px !important;
        margin-bottom: 40px !important;
    }

    .SetOwlbtn .owl-next {
        right: unset !important;
        box-shadow: unset !important;
        top: unset !important;
        position: unset !important;
        z-index: unset !important;
    }

    .SetOwlbtn .owl-prev {
        display: block !important;
    }
}

@media screen and (min-width: 100px) and (max-width: 768px) {
    .SetMargin {
        margin-left: 0px !important;
    }
}

.SetOwlbtn {
    justify-content: center !important;
    padding-top: 50px !important;
}

@media (max-width: 767px) {
    .SetOwlbtn {
        justify-content: center !important;
        padding-top: 0px !important;
    }
}

.owlCarouselNav>button span {
    background: url(../../../content/dam/hdfclifeinsurancecompany/images/product/sprite.png) no-repeat;
}

.blankRTE .single-knowledge-center-page p {
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #666;
}

section#VisionValueRedirect h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #233253;
    z-index: 1;
}


@media screen and (max-width: 768px) {

    .articlesdynamic .section,
    .articles .section {
        padding-block: 25px;
    }

    .No-display {
        display: flex !important;
    }

    .trial h1:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 82px;
        height: 82px;
        background: url(../../../content/dam/hdfclifeinsurancecompany/icons/cs-sprite.png) no-repeat 0 0;
        z-index: 1;
        left: -11px;
        top: -18px;
    }

    h1 .bgwhite {
        line-height: 50px;
    }

    .visonSection {
        padding: 25px 0;
    }

    section#VisionValueRedirect h2 {
        font-size: 24px;
    }

    .faq .haveQuesSec h2.mainTitle {
        font-size: 24px !important;
    }

    .blankRTE .single-knowledge-center-page.wrapper h2 .BlueHeading {
        font-size: 24px;
    }

    .articles h2 {
        font-size: 24px;
    }

    .financialtab .mainPageSec {
        padding-block: 25px;
    }

    .financialCotentSec .taxFeatureSec .mainTitle {
        font-size: 24px;
    }

    
    .calculateBMISec {
        padding: 25px 10px;
    }

    .calculatePageResponsive .tabAccordSection,
    .calculatePageResponsive .toolsCalcWrapper {
        width: 100%;
    }

@media only screen and (min-width: 768px) {

    .termsandconditionsheading .terms-condtn-sec {
        padding-top: 30px;
    }
}
