* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: Mulish, sans-serif !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    overflow-x: hidden !important;
}

body {
    font-family: Mulish, sans-serif !important;
    font-size: 62.5%;
    color: #212121;
    overflow-x: hidden !important;
}

a {
    text-decoration: none;
}

p,
span {
    font-weight: 400;
}

li {
    list-style: none;
}

figure {
    margin: 0;
    padding: 0;
}

b,
strong {
    font-weight: 700 !important;
}

.section-content a {
    font-size: 1.6rem;
}

.section-wrap {
    padding: 6rem 0;
}

.il-container {
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.bg-gray {
    background: #f8f6f6;
}

.bg-white {
    background: #fff;
}

.bg-blue {
    background: #00305a;
}

.bg-lblue {
    background: #e1f4fd;
}

.bg-pink {
    background: #fff2ed;
}

.bg-amber {
    background: #fff3e3;
}

.bg-sec-blue {
    background: #edf6ff;
}

.bg-warmgray {
    background: #f7f3f2 !important;
}

.bg-coolgray {
    background: #fafafa;
}

.bg-gray2 {
    background: #f8f6f6;
}

.linear-red-bg {
    background: linear-gradient(270deg, #e3530f -0.66%, #af050c 100%);
    padding: 3.5rem;
}

.flex {
    display: flex;
}

.text,
.sub-txt {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
}

.small-txt {
    font-size: 1.4rem;
    line-height: 100%;
    font-weight: 400;
}

.strong-txt {
    font-weight: 700;
}

.bold-txt {
    font-weight: 900;
}

sup {
    font-size: 0.8rem;
    color: #212121 !important;
}

.heading1 {
    font-size: 3.6rem;
    color: #282828;
    font-weight: 700;
}

.heading2 {
    margin: 0 0 1.5rem 0;
    font-size: 3.6rem;
    line-height: 45px;
    font-weight: 700;
}

.heading3 {
    margin: 0 0 1rem 0;
    font-size: 1.8rem;
    line-height: 26px;
    font-weight: 700;
}

.heading-4 {
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
}

.heading4 {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 1rem;
}

h2.heading2-title {
    color: #282828;
    font-size: 2.4rem !important;
    font-weight: 700;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.clr-white {
    color: #fff;
}

.clr-gray {
    color: #424242;
}

.highlight-txt {
    color: #ec6625;
}

.color-coolgray {
    color: #424242;
}

.primary-btn {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    color: #fff !important;
    padding: 0.8rem 2rem;
    max-width: 179px;
    font-size: 1.4rem;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    background: #e3530f;
    border-radius: 8px;
    text-decoration: none;
    outline: none;
    border: 3px solid #fff0;
    display: inline-block;
}

.primary-btn:hover {
    background: #ff7c43;
    color: #fff;
}

.primary-btn:focus-visible {
    background: #ff7c43;
    box-shadow: 0 0 0 3px #ff7c43 #e3530f;
    border: 3px solid #fff;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 0.5rem;
}

.mt-10 {
    margin-top: 1rem;
}

.mt-15 {
    margin-top: 1.5rem;
}

.mt-20 {
    margin-top: 2rem;
}

.mt-25 {
    margin-top: 2.5rem;
}

.mt-30 {
    margin-top: 3rem;
}

.mt-40 {
    margin-top: 4rem;
}

.mt-60 {
    margin-top: 6rem;
}

.mb-10 {
    margin-bottom: 1rem !important;
}

.mb-20 {
    margin-bottom: 2rem;
}

.pb-15 {
    padding-bottom: 1.5rem;
}

.pt-30 {
    padding-top: 3rem;
}

.pd-0 {
    padding: 0;
}

.middle-width {
    margin: 0 auto;
    max-width: 60%;
    width: 100%;
}

.width-50 {
    width: 50%;
}

.mid-width {
    margin: 0 auto;
    width: 65%;
}

.strong {
    font-weight: 700;
    color: #282828;
}

.link {
    color: #f26624;
    font-weight: 700;
    text-decoration: underline;
}

.width-80 {
    margin: 0 auto;
    max-width: 878px;
    width: 100%;
}

.table-wrapper {
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #ddd;
}

.table-wrap {
    border-collapse: collapse;
    text-align: center;
    border-radius: 10px;
    display: table;
    box-sizing: border-box;
    border-color: #dddccb;
    overflow: hidden;
    width: 100%;
}

.table-wrap tr:nth-child(odd) {
    background-color: #fff0;
}

.table-wrap tr:nth-child(even) {
    background-color: #f5f6f6;
}

.table-wrap tr:first-child {
    border-radius: 10px;
    border-bottom: none;
}

.table-wrap td,
.table-wrap th {
    font-size: 1.4rem;
    line-height: normal;
    font-weight: 400;
    color: #212121;
    text-align: left;
    padding: 15px 20px;
}

.table-wrap td {
    border-right: 1px solid #ddd;
}

.table-wrap th {
    font-weight: 700;
    background-color: #e5e0df;
    border-right: 1px solid #f7f3f2;
}

.table-wrap .no-border {
    border: none;
}

.width-80.mt-15 {
    margin-top: 1.5rem;
}

.width-80.mt-40 {
    margin-top: 4rem;
}

.width-80.mt-30 {
    margin-top: 3rem;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: #fff0;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.owl-dots {
    text-align: center;
    position: relative;
    bottom: 20px;
}

.owl-theme .owl-dots .owl-dot {
    background: 0 0;
    border: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
    backface-visibility: visible;
    margin: 5px 7px;
    background: #eaeaea;
    transition: opacity 0.2s;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 25px;
    background: #f58220;
    margin: 5px 0;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

a.rMore {
    font-size: 1.4rem;
    line-height: normal;
    color: #ec6625;
    font-weight: 700;
    text-decoration: underline;
    position: relative;
    text-align: center;
    display: none;
}

a.rMore:after {
    content: "";
    position: absolute;
    top: 5px;
    border: solid #ec6625;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 0.7rem;
    vertical-align: baseline;
}

a.rMore.rLess:after {
    transform: rotate(-135deg);
    vertical-align: middle;
    top: 8px;
}

.section-content a.r-more {
    font-size: 1.6rem;
    line-height: normal;
    color: #ec6625;
    font-weight: 700;
    text-decoration: underline;
    position: relative;
}

.section-content a.r-more:after {
    content: "";
    position: absolute;
    top: 6px;
    border: solid #ec6625;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 0.7rem;
    vertical-align: baseline;
}

.section-content a.r-more.r-less:after {
    transform: rotate(-135deg);
    vertical-align: middle;
    top: 8px;
}

.section-content a.read-more-btn {
    display: flex;
    border-radius: 8px;
    border: 1px solid #e3530f;
    background: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #e3530f;
    position: relative;
    text-decoration: none;
    max-width: 142px;
    margin: 4rem auto 0;
    padding: 8px 16px;
}

.read-more-btn:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 27px;
    border: solid #ec6625;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 0.7rem;
    vertical-align: baseline;
}

.read-more-btn.read-less-btn:after {
    transform: rotate(-135deg);
    vertical-align: middle;
    top: 8px;
}

.read-more-link,
.read-more-opt-btn {
    border-radius: 8px;
    border: 1px solid #e3530f;
    background: #fff;
    padding: 8px 12px;
    color: #e3530f;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    line-height: 16px;
    text-decoration: none !important;
    width: 120px;
    margin: 2rem auto 0;
    position: relative;
    display: none;
}

.read-more-link:after,
.read-more-opt-btn:after {
    content: "";
    position: absolute;
    top: 11px;
    border: solid #ec6625;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 1.3rem;
    vertical-align: baseline;
}

a.read-more-link.read-less-link:after,
a.read-more-opt-btn.read-less-opt-link:after {
    transform: rotate(-135deg);
    vertical-align: middle;
    top: 15px;
}

a.read-more-link:active,
a.read-more-link:hover,
a.read-more-opt-btn:active,
a.read-more-opt-btn:hover {
    background: #fff2eb;
    border: 1px solid #ec6625;
    color: #ec6625;
}

.read-more-opt-btn {
    display: block;
}

.flex-div {
    display: flex;
    justify-content: space-between;
}

.flex-center {
    align-items: center;
}

.center-sec {
    margin: 0 auto;
    max-width: 990px;
    width: 100%;
}

.grid-list {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px;
}

.grid-column-auto {
    grid-template-columns: auto;
}

.grid-col-3 {
    grid-template-columns: auto auto auto;
}

.grid-list-equal {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 15px !important;
}

.img-cont-block,
.cont-img-block {
    gap: 8rem;
    align-items: center;
}

.cont-list-block,
.img-list-block {
    flex-wrap: wrap;
    gap: 4rem;
}

.section-content .left-block {
    width: 35%;
}

.section-content .right-block {
    width: 58%;
}

.section-content .cont-img-block .left-block {
    width: 58%;
}

.section-content .cont-img-block .right-block {
    width: 38%;
}

.list-block ul li {
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 3rem;
}

.list-block ul li:last-child {
    margin: 0;
}

.check-list,
.check-list2,
.cross-list {
    gap: 0;
}

.check-list li,
.check-list2 li,
.cross-list li {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.org-list ul li:before {
    content: "";
    background: url(../images/org-arrow.svg) no-repeat;
    width: 10px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 7px;
}

.arrow-list ul li:before {
    content: "";
    display: inline-block;
    background: url(../images/list-arrow.png) no-repeat;
    width: 13px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 6px;
}

.check-list li:before {
    content: "";
    display: inline-block;
    background: url(../images/green-tick2.svg) no-repeat;
    width: 18px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 6px;
}

.check-list2 li:before {
    content: "";
    display: inline-block;
    background: url(../images/green_ticks.svg) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 6px;
}

.cross-list li:before {
    content: "";
    display: inline-block;
    background: url(../images/cross-tick.svg) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 6px;
}

.no-list ul li {
    position: relative;
    counter-increment: step-counter;
    display: flex;
    padding: 0;
}

.no-list ul li::before {
    display: inline-block;
    content: counter(step-counter);
    font-size: 2.4rem;
    color: #ec6625;
    font-weight: 800;
    margin-right: 2rem;
}

.feature-block,
.col-block {
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 4rem;
}

.feature-block-item {
    width: 31%;
}

.feature-block-item img {
    margin-bottom: 1.5rem;
}

.col-block-item {
    width: 49%;
    display: flex;
    align-items: self-start;
    background: #fff;
    padding: 3rem;
    border-radius: 10px;
}

.col-block-item img {
    margin-right: 2rem;
}

.block-list-item {
    display: flex;
    align-items: self-start;
    gap: 2rem;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #e0ddbd;
}

.block-list-item:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.img-width {
    width: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-border {
    border: none;
}

.width-equal {
    width: 48%;
}

.org-list-block ul li {
    min-height: 160px;
}

.bg-blue h2,
.bg-blue h3,
.bg-blue p,
.bg-blue li {
    color: #fff;
}

.bg-blue-height {
    min-height: 280px;
}

.bg-blue .col-block-item {
    background: #fff0;
    border: 1px solid #065e9e;
    border-radius: 15px;
}

.sec-list {
    display: flex;
    flex-wrap: wrap;
}

.sec-list-item {
    width: 33.33%;
    padding-left: 2.5rem;
    position: relative;
}

.no-txt span {
    font-size: 7.6rem;
    line-height: 49px;
    font-weight: 300;
    background: linear-gradient(180deg, #f58820 0%, #b02a30 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    text-fill-color: #fff0;
    margin-right: 2rem;
}

.value-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.value-list li {
    border-radius: 10px;
    background: #f8f6e4;
    padding: 1rem 4rem;
    height: 110px;
    display: flex;
    align-items: center;
}

.value-list li img {
    margin-right: 3rem;
}

.value-list li span {
    font-size: 1.8rem;
    line-height: 100%;
    font-weight: 700;
}

.num span {
    font-size: 4.5rem;
    line-height: 100%;
    font-weight: 700;
    color: #f26624;
    margin-right: 2rem;
}

.width-30 {
    width: 32%;
}

.accordian-block,
.tab-accord-sec .tab-sec {
    margin: 4rem auto 0;
    max-width: 828px;
    width: 100%;
}

.accord-row {
    margin-bottom: 3rem;
}

.accord-row:last-child {
    margin-bottom: 0;
}

.accord-sec .accord-row {
    border-bottom: 1px solid #c9c9c9;
    margin: 0;
}

.accord-sec .accord-row:first-child {
    border-top: 1px solid #c9c9c9;
}

.accord-sec .accord-title,
.accord-sec .accord-tit {
    position: relative;
    padding: 2.5rem 2rem;
    cursor: pointer;
    transition: 0.5s ease-all;
}

.accord-sec .accord-title:after,
.accord-sec .accord-tit:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 20px;
    border: solid #282828;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 0.7rem;
    vertical-align: baseline;
}

.accord-sec .accord-title.active:after,
.accord-sec .accord-tit.active:after {
    transform: rotate(-135deg);
    vertical-align: middle;
    top: 30px;
}

.accord-sec .accord-data {
    padding: 0 2rem 2rem 2rem;
    transition: 0.5s ease-all;
    display: none;
}

.tab-accord-sec .more-cont {
    display: none;
}

.tab-accord-sec .accordian-block {
    display: none;
}

.tab-accord-sec .accordian-block:first-child {
    display: block;
}

.tab-accord-sec .rMore {
    display: block;
}

.tab-sec ul {
    display: grid;
    grid-template-columns: 20rem 20rem;
    border-bottom: 1px solid #c9c9c9;
}

.tab-accord-sec .tab-sec ul {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    border-bottom: 1px solid #c9c9c9;
}

.tab-block .tab-sec {
    overflow: auto;
}

.tab-sec ul li {
    padding: 1.4rem 3rem;
    cursor: pointer;
    position: relative;
}

.tab-sec ul li span {
    font-size: 1.6rem;
    line-height: 100%;
    font-weight: 700;
    color: #838383;
    text-align: center;
    display: block;
}

.tab-sec ul li.active span {
    color: #ec6625;
}

.tab-sec ul li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: none;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.tab-sec ul li.active:after {
    background: #ec6625;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.tab-block {
    margin-top: 4rem;
}

.tab-cont {
    margin-top: 4rem;
    display: none;
}

.tab-cont:first-child {
    display: block;
    margin-top: 4rem;
}

.div-center {
    margin: 0 auto;
    max-width: 660px;
    width: 100%;
}

.flex-list {
    display: flex;
    gap: 1.5rem;
}

.no {
    font-size: 2rem;
    line-height: 100%;
    font-weight: 800;
    color: #ec6625;
}

.doc-block {
    margin-top: 6rem;
}

.list-block ul li.pd-0 {
    padding: 0 !important;
}

.left-align {
    margin-left: 2.5rem;
}

.left-align .arrow-list ul li:before {
    top: 2px;
}

.card-item {
    padding: 25px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
}

.link-redirect {
    font-weight: 400;
}

.health-nav {
    background: #fafafa;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 0.1);
    padding: 0.8rem 0;
    display: none;
}

.fixed_jumplink {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    display: block;
}

ul.jump-list {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
}

ul.jump-list li a {
    font-size: 1.2rem;
    color: #282828;
    text-decoration: none;
    padding: 1rem 2.2rem;
    display: block;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 0.8rem;
    font-weight: 700;
    transition: 0.3s;
}

ul.jump-list li.jump_active a {
    background: #e26123;
    color: #fff;
}

.more-nav-list {
    display: none;
}

.active-link {
    display: none;
}

.separator {
    background: #e0e0e0;
    width: 1px;
}

.breadcrumb-block {
    background: #fafafa;
    padding: 2rem;
}

.breadcrumb-block ul {
    display: flex;
    gap: 3rem;
}

.breadcrumb-block ul li a {
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: normal;
    position: relative;
}

.breadcrumb-block ul li a:after {
    content: "";
    position: absolute;
    border: solid #282828;
    border-width: 0 2.2px 2.2px 0;
    display: inline-block;
    padding: 2.2px;
    vertical-align: top;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: 6px;
    margin-left: 10px;
}

.breadcrumb-block ul li:last-child a:after {
    display: none;
}

.nav-flex {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.select-category-nav {
    width: 350px;
    height: 3.7rem;
    position: relative;
    border: 1px solid #9e9e9e;
    background: #fff;
    border-radius: 4px;
    padding: 1rem 1.5rem;
    cursor: pointer;
}

.select-category-nav .active-lnk {
    position: relative;
    top: 0;
    font-size: 1.4rem;
    line-height: 18px;
    font-weight: 400;
    color: #9e9e9e;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 1.5rem;
}

.select-category-nav.active,
.select-category-nav.focus {
    outline: 1px solid #e3530f;
}

.select-category-nav:after {
    content: "";
    position: absolute;
    top: 13px;
    right: 1.7rem;
    width: 0.8rem;
    height: 0.8rem;
    border: 2px solid #212121;
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    padding: 0;
    pointer-events: none;
}

.select-category-nav.focus:after {
    border: 2px solid #e3530f;
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
}

.select-category-nav.active:after {
    top: 17px;
    border: 2px solid #e3530f;
    border-left-width: 0;
    border-bottom-width: 0;
    transform: rotate(-45deg);
}

.sub-category {
    position: absolute;
    left: 0;
    top: 38px;
    background: #fff;
    padding: 1rem;
    max-height: 300px;
    overflow: auto;
    transition: 0.5s ease-all;
    box-shadow: 0 4px 12px 0 #bdbdbd;
    border-radius: 4px;
    display: none;
}

.sub-category.active {
    display: block;
}

.sub-category-list a {
    padding: 1.2rem 0.8rem;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #eee;
    font-size: 1.4rem;
    line-height: 18px;
    font-weight: 400;
    background: #fff !important;
    color: #424242 !important;
    width: 100%;
}

.sub-category-list a:hover {
    background: #eee !important;
}

.desk-hide-list {
    display: none;
}

.combine-table .table-wrap td,
.combine-table .table-wrap th {
    width: 16.66%;
}

.combine-table .table-wrap tr:nth-child(odd),
.combine-table .table-wrap tr:nth-child(even) {
    background: #fff;
}

.compare-table-block {
    border: none;
}

.table-style1 .table-wrap td,
.table-style1 .table-wrap th {
    width: 33.33% !important;
    padding: 2rem;
    font-size: 1.4rem;
    line-height: 18px;
}

.table-style1 .table-wrap tr:nth-child(even),
.table-style1 .table-wrap tr:nth-child(odd) {
    background: #fff;
}

.table-style2 .table-wrap td:first-child,
.table-style2 .table-wrap th:first-child {
    width: 30% !important;
}

.table-style2 .table-wrap td:last-child,
.table-style2 .table-wrap th:last-child {
    width: 70% !important;
}

.accordian-block {
    max-width: 900px;
    background: #fff;
}

.accord-wrap {
    margin: 3rem auto 0;
}

.accord-wrap {
    margin-top: 3.2rem;
}

.accord-sec .accord-title:after,
.accord-sec .accord-tit:after {
    border: solid #ec6625;
    border-width: 0 2px 2px 0;
}

.accord-sec .accord-row:first-child {
    border-top: none;
}

.accord-sec .accord-title,
.accord-sec .accord-tit {
    padding: 1.5rem;
}

.more-list-show {
    display: block;
}

.row-item.more-option-show {
    display: none;
}

#health-ins .more-cont,
#optional-add-ons .more-cont {
    display: none;
}

.img-cont-sec {
    display: flex;
    justify-content: space-between;
    gap: 8rem;
}

.img-cont-sec .cont-sec {
    width: 58%;
}

.flex-block {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.flex-block img {
    width: 45px;
    height: 43px;
}

.quick-block {
    position: relative;
    background: url(/docs/default-source/assets/marketing/images/gradient-blue.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    border-radius: 30px;
    padding: 4rem;
}

.quick-block h2,
.quick-block p {
    color: #fff;
}

.arrow-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.arrow-list ul li {
    width: 48%;
    position: relative;
    padding-left: 4rem;
}

.arrow-list .list2 .list-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5rem;
    background: url(/docs/default-source/assets/marketing/images/ico.png) no-repeat;
    width: 1.5rem;
    height: 1.9rem;
}

.col-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
}

.col-item {
    width: 23.5%;
    background: #fff;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.col-item img {
    width: 100%;
}

.col-content {
    padding: 2rem;
    height: 380px;
}

.col-item .text {
    color: #575757;
}

.col-item a.primary-btn {
    width: 90%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.work-block .col-block {
    gap: 2rem;
}

.work-block .col-block-item {
    padding: 2rem 0;
}

.row-block {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.row-item {
    width: 31.66%;
    border-radius: 15px;
    border: 1px solid #e0e0e0;
    padding: 2rem;
    display: flex;
    gap: 1rem;
}

.bg-blue .banner-list-item p {
    line-height: 2rem;
}

.bg-blue .banner-list-item sup {
    font-size: 1rem;
}

a.primary-btn.view-plan-btn {
    max-width: 100%;
}

.num-block {
    margin-top: 2rem;
}

.num-block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.6rem;
}

.num-row {
    width: 48.7%;
    display: flex;
    align-items: center;
    gap: 2rem;
    background: #fff;
    border-radius: 14px;
    padding: 2.4rem;
}

.num-txt {
    color: #e3530f;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: normal;
    width: 100px;
    text-align: center;
}

.num-cont {
    color: #282828;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
}

.num-block {
    margin-top: 2rem;
}

.num-block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.6rem;
}

.num-row {
    width: 48.7%;
    display: flex;
    align-items: center;
    gap: 2rem;
    background: #fff;
    border-radius: 14px;
    padding: 2.4rem;
}

.num-txt {
    color: #e3530f;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: normal;
    width: 100px;
    text-align: center;
}

.num-cont {
    color: #282828;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
}

.option-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2.5rem;
    margin-top: 2rem;
}

.option-item {
    border: 1px solid #fff0;
    border-radius: 16px;
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(to right, #e3530f, #e5e0df) border-box;
    background-clip: padding-box, border-box;
    padding: 3rem;
    width: 31.66%;
    position: relative;
}

.option-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 2rem;
    width: 6px;
    height: 50px;
    border-radius: 0 8px 8px 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #e3530f;
}

#common-reason .org-list-block ul li {
    min-height: auto;
    margin-bottom: 2rem;
}

.grad-block {
    margin-top: 2rem;
}

.grad-sec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2.6rem;
}

.grad-item {
    width: 48.7%;
    display: flex;
    background: #fff;
    border: 1px solid #fff0;
    border-radius: 16px;
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(to right, #e3530f, #fff) border-box;
    background-clip: padding-box, border-box;
    padding: 3rem;
    gap: 2rem;
    overflow: hidden;
}

.bullet-list {
    margin: 1.4rem 0;
}

.bullet-list li p {
    position: relative;
    font-size: 1.6rem;
    line-height: 24px;
    color: #424242;
    font-weight: 400;
    padding-left: 1.5rem;
}

.bullet-list li p.text {
    color: #212121;
}

.bullet-list li {
    position: relative;
    margin-bottom: 0.5rem;
}

.bullet-list li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    left: 0;
    top: 10px;
    background: #e3530f;
    border-radius: 50%;
}

.bullet-list sup {
    font-size: 0.8rem;
    color: #424242;
}

.section-content a.know-more-link {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 16px;
    color: #e3530f;
    text-decoration: underline;
}

.mid-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.8rem;
}

.mid-cont {
    width: 48%;
}

.mid-cont p {
    font-size: 2.4rem;
    color: #fff;
    line-height: normal;
}

.section-content a.get-quote-btn {
    width: 278px;
    height: 48px;
    padding: 12px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    font-size: 1.6rem;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    color: #e3530f;
    text-decoration: none;
}

#health-cover .tab-sec ul {
    grid-template-columns: 20% 20%;
}

#health-cover .flex-list {
    flex-direction: column;
    gap: 0;
    margin-bottom: 2rem;
}

#health-cover .heading4 {
    margin-bottom: 0;
}

.note-txt {
    margin-top: 2rem;
}

.section-content .note-txt a {
    font-size: 1.6rem;
}

.section-content.tab-wrap {
    padding: 6rem 0 6rem 0 !important;
}

a.primary-btn.buy-now-btn {
    margin-bottom: 0 !important;
    width: 100%;
}

#optional-add-ons .read-more-link {
    display: block;
}

.first-second-sec {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
}

.first-sec {
    width: 42%;
}

.second-sec {
    width: 54%;
}

.series-item {
    display: grid;
    grid-template-columns: 8% 90%;
    grid-gap: 2%;
    margin-bottom: 2rem;
}

.series-no {
    width: 46px;
    height: 46px;
    background: #ffe2b7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    line-height: 24px;
    font-weight: 800;
    color: #161414;
}

.series-style1 .series-no {
    background: #fff2ed;
}

.calc-prem-btn {
    margin-top: 2.6rem;
    max-width: 242px;
}

.port-exis-btn {
    max-width: 210px;
    margin: 3rem auto 0;
    display: block;
}

.common-mistake-block .org-list-block ul li {
    min-height: 100px;
}

.mid-width .org-list-block ul li {
    min-height: auto;
}

.grad-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
}

.grad-box-item {
    width: 49%;
    border-radius: 16px;
    border: 1px solid #e5e0df;
    background: linear-gradient(286deg, #fff 35.81%, #fff2ed 99.75%);
    padding: 2.4rem 3.2rem;
}

.grad-box-item .heading3 {
    font-size: 24px;
    line-height: normal;
    font-weight: 800;
    color: #e3530f;
    margin-bottom: 1.8rem;
}

.first-sec-fold {
    margin: 4rem auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    width: 100%;
}

.fold-box {
    background: #fff;
    border-radius: 32px;
    padding: 3rem;
    width: 49%;
}

.fold-box .heading3 {
    color: #212121;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 2.5rem;
}

.download-sec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 3rem 0;
}

.download-item {
    width: 32%;
    background: #fff;
    border-radius: 16px;
    padding: 3rem;
    display: flex;
    gap: 2rem;
}

.strong-no {
    font-size: 4.5rem;
    line-height: normal;
    font-weight: 700;
    color: #e3530f;
}

.linkText {
    font-size: 1.6rem;
    font-weight: 700;
    color: #f26d2e;
    text-decoration: underline;
}

.network-hospital-block .primary-btn {
    padding: 1.6rem 2rem !important;
}

sup.heading1-super {
    color: #fff !important;
}

.search-input-block .primary-btn {
    top: 0 !important;
    padding: 1.6rem 2rem;
}

.locate-hospital-popup .popup.light {
    z-index: 999 !important;
}

.locate-hospital-popup .popup .close,
.locate-hospital-popup .popup .close1 {
    padding: 7px 14px;
    background: #fff;
    border: 1px solid #f0efee;
    border-radius: 5px;
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 3rem;
    height: 3rem;
    z-index: 2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.locate-hospital-popup .popup .close1:after,
.locate-hospital-popup .popup .close1:before,
.locate-hospital-popup .popup .close:after,
.locate-hospital-popup .popup .close:before {
    position: absolute;
    content: " ";
    height: 1.5rem;
    width: 0.1rem;
    left: 1.5rem;
    background-color: #333;
    display: block !important;
}

.popup .close1:before,
.popup .close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup .close1:after,
.popup .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popoverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 0.8);
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
}

.popoverlay.active {
    opacity: 1;
    overflow: auto;
    z-index: 100000;
    height: 100%;
    width: 100%;
    visibility: visible;
}

.health-ins-img {
    width: 368px;
    height: 364px;
}

#health-policy img {
    width: 100%;
    height: 150px;
}

#imp-health img {
    width: 50px;
    height: 50px;
}

@media (max-width: 1024px) {
    .num-row {
        width: 48.5%;
    }

    .option-item {
        width: 31%;
    }

    .grad-sec {
        gap: 2rem;
    }

    .mid-width {
        width: 100%;
    }

    #health-cover .tab-sec ul {
        grid-template-columns: 40% 40%;
    }

    .grad-box,
    .first-sec-fold {
        gap: 1rem;
    }

    .fold-box .series-item {
        display: grid;
        grid-template-columns: 14% 86%;
        grid-gap: 2%;
    }

    .series-style1 .series-item {
        display: grid;
        grid-template-columns: 12% 86%;
        grid-gap: 2%;
    }

    .download-sec {
        gap: 1rem;
    }

    .row-item {
        width: 31%;
    }

    .col-item {
        width: 48%;
    }

    .col-block-item.width-30 {
        width: 48%;
    }
}

@media (max-width: 991px) {
    ul.jump-list {
        display: -webkit-inline-box;
        overflow: auto;
        width: 100%;
        gap: 1rem;
    }

    .flex-div {
        flex-direction: column;
    }

    .align-center,
    .center-sec {
        text-align: left;
    }

    .img-cont-block,
    .cont-img-block,
    .feature-block,
    .col-block,
    .cont-list-block,
    .img-list-block {
        gap: 0;
    }

    .left-block,
    .right-block,
    .center-sec,
    .cont-img-block .left-block,
    .cont-img-block .right-block,
    .feature-block-item,
    .col-block-item,
    .width-equal,
    .sec-list-item,
    .section-content .cont-img-block .left-block,
    .section-content .left-block,
    .section-content .right-block {
        width: 100%;
    }

    .img-hide {
        display: none;
    }

    .feature-block-item {
        margin-bottom: 4rem;
    }

    .col-block-item {
        margin-bottom: 1.5rem;
    }

    .feature-block-item:last-child,
    .col-block-item:last-child {
        margin: 0;
    }

    .img-width {
        width: 15%;
    }

    .org-list-block ul li {
        min-height: auto;
    }

    .list-block ul li,
    .list-block ul li:last-child {
        margin-bottom: 2rem;
    }

    .block-list-item {
        padding: 0;
        margin-bottom: 3rem;
    }

    .sec-list-item {
        margin-bottom: 1.5rem;
    }

    .sec-list-item:last-child {
        margin: 0;
    }

    .pad-bottom {
        padding-bottom: 2.5rem;
    }

    .mob-mt-30 {
        margin-top: 3.5rem;
    }

    .img-width {
        width: 5%;
        margin-right: 15px;
    }

    .middle-width {
        max-width: 100%;
    }

    .combine-table {
        overflow-x: scroll;
    }

    .buy-now-btn {
        white-space: nowrap;
    }

    .num-row {
        width: 48.3%;
    }

    .option-block {
        gap: 2rem;
    }

    .option-item {
        width: 48.5%;
    }

    .row-block {
        gap: 1.5rem;
    }

    .section-content h2.align-center {
        text-align: left;
    }

    .width-50 {
        width: 100%;
    }

    .first-second-sec {
        flex-direction: column;
    }

    .first-sec,
    .second-sec {
        width: 100%;
    }

    #calculate-health-premium .cont-list-block {
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .gst-col h2 {
        color: #fff !important;
    }

    .gst-bg p a sup {
        color: #282828 !important;
    }

    .il-container {
        width: auto;
        max-width: 100%;
        padding: 0 2rem;
    }

    .section-content {
        padding: 4rem 0;
    }

    .align-center {
        text-align: left;
    }

    .heading2 {
        font-size: 2.4rem;
        line-height: normal;
        margin-bottom: 2rem;
    }

    .heading1 {
        font-size: 2.4rem;
    }

    .heading-2 {
        font-size: 2.4rem;
        line-height: normal;
        margin-bottom: 2rem;
    }

    .section-content h2 {
        font-size: 2.4rem;
        line-height: normal;
    }

    h2.heading2-title {
        font-size: 2rem !important;
    }

    ul.jump-list li {
        margin-right: 0;
    }

    ul.jump-list li a {
        font-size: 1.2rem;
        padding: 1rem 1rem;
    }

    .mob-mb-0 {
        margin-bottom: 0;
    }

    a.rMore {
        display: block;
    }

    .col-block-item {
        flex-direction: column;
        padding: 2rem;
    }

    .col-block-item img {
        margin-bottom: 2rem;
    }

    .col-block-item.width-30 {
        flex-direction: row;
        padding: 0;
        margin-bottom: 2.5rem;
    }

    .no-txt span {
        font-size: 4.8rem;
        font-weight: 400;
        margin-bottom: 2rem;
        display: block;
    }

    .value-list li {
        width: 100%;
        padding: 2rem 2.5rem;
        min-height: 90px;
    }

    .value-list li span br {
        display: none;
    }

    .num span {
        font-size: 3.4rem;
    }

    .bg-blue .col-block-item {
        padding: 3rem 2rem;
    }

    .grid-list,
    .grid-list-equal {
        grid-template-columns: auto;
    }

    .accordian-block {
        margin: 3rem auto 0;
    }

    .tab-sec ul {
        grid-template-columns: auto auto;
    }

    .tab-accord-sec .tab-sec ul {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .list-block ul li.flex-list {
        padding: 0;
    }

    .check-list li:before {
        top: 4px;
    }

    .mt-60 {
        margin-top: 3rem;
    }

    .doc-block {
        margin: 0;
    }

    .table-wrapper {
        overflow: auto;
    }

    ::-webkit-scrollbar:hover {
        opacity: 1;
    }

    .img-cont-sec {
        display: flex;
        flex-direction: column;
        gap: 4rem;
    }

    .img-cont-sec .cont-sec {
        width: 100%;
    }

    .img-cont-sec img {
        width: 100%;
    }

    .arrow-list {
        margin-top: 1rem;
    }

    .arrow-list .list2 .list-item {
        width: 100%;
        padding-left: 3rem;
        margin-bottom: 0;
    }

    .section-content h2.align-center {
        text-align: left;
    }

    .col-block-item.width-30 {
        margin: 0;
    }

    .work-block .col-block-item {
        padding: 1rem 0;
    }

    .col-item {
        width: 100%;
    }

    .cont-sec {
        height: auto;
    }

    .col-content {
        height: 350px;
    }

    .col-item .text {
        font-size: 1.4rem;
    }

    .row-item {
        width: 100%;
    }

    .mt-30 {
        margin-top: 2rem;
    }

    .sub-txt.mt-30 {
        margin-top: 1rem;
    }

    .work-block .col-block {
        margin-top: 2rem;
    }

    .quick-block {
        width: 90%;
        padding: 2rem;
    }

    .col-wrap .owl-dots {
        display: block;
        text-align: center;
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
    }

    #health-policy .owl-stage {
        padding-left: 0 !important;
    }

    .read-more-link,
    .read-more-opt-btn {
        display: block;
    }

    .num-block ul {
        gap: 1.6rem;
    }

    .num-row {
        align-items: flex-start;
        width: 100%;
        padding: 2rem 1rem;
    }

    .section-content.tab-wrap {
        padding: 4rem 0 4rem 0 !important;
    }

    .option-item {
        width: 100%;
    }

    .grad-item {
        width: 100%;
        padding: 1.5rem;
        flex-direction: column;
    }

    .grad-item img {
        width: inherit !important;
    }

    .section-content h2 br {
        display: none;
    }

    .grad-box-item {
        width: 100%;
    }

    .fold-box {
        width: 100%;
        min-height: 690px;
        padding: 2rem;
    }

    .download-item {
        width: 100%;
    }

    .more-list-show {
        display: none;
    }

    .more-cont {
        display: none;
    }

    .more-nav-list {
        display: block;
    }

    .select-category-nav {
        width: 100%;
        height: 4rem;
        background: #fff;
    }

    .select-category-nav:after {
        border: 2px solid #212121;
        border-right-width: 0;
        border-top-width: 0;
        top: 13px;
    }

    .select-category-nav.active:after {
        top: 18px;
        border-width: 2px 2px 0 0;
        border-style: solid;
        border-color: #e3530f;
    }

    .select-category-nav .active-lnk {
        font-size: 1.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #212121;
        font-weight: 400;
        top: 0;
        padding-right: 2rem;
    }

    .sub-category {
        top: 40px;
        border: 1px solid #eee;
    }

    .sub-category-list.jump_active a {
        background: #eee;
    }

    .desk-hide-list {
        display: block;
    }

    .separator {
        display: none;
    }

    .health-nav {
        box-shadow: non;
    }

    .owl-div .il-container {
        padding-right: 0;
    }

    .owl-sec .owl-stage,
    .grad-box .owl-stage,
    .owl-fold .owl-stage,
    .owl-block .owl-stage,
    .owl-grad .owl-stage {
        padding-left: 0 !important;
        display: flex !important;
        align-items: stretch;
    }

    .owl-sec .owl-item,
    .grad-box .owl-item,
    .owl-fold .owl-item,
    .owl-block .owl-item,
    .owl-grad .owl-item {
        display: flex;
        height: auto;
    }

    #myths-health {
        margin-bottom: 4rem;
    }

    .owl-block .owl-dots,
    .owl-grad .owl-dots {
        text-align: center;
        position: relative;
        bottom: -15px;
        display: block;
    }
}

@media (max-width: 480px) {
    .num-txt {
        width: 225px;
    }

    .option-item {
        width: 100%;
    }

    .linear-red-bg {
        padding: 4rem 1rem;
    }

    .mid-wrap {
        justify-content: flex-start;
        align-items: flex-start;
        gap: 2.8rem;
        flex-direction: column;
    }

    .mid-cont {
        width: 100%;
    }

    .get-quote-block,
    .section-content .get-quote-block a.get-quote-btn {
        width: 100%;
    }

    #health-cover .tab-sec ul {
        grid-template-columns: 50% 50%;
    }

    .tab-sec ul li {
        padding: 1.4rem 1rem;
    }

    .tab-sec ul li span {
        font-size: 1.4rem;
    }

    .series-item {
        grid-template-columns: 14% 82%;
        grid-gap: 4%;
    }

    a.full-btn-width {
        max-width: 100%;
        width: 100%;
    }

    #factor-health-ins .option-item {
        min-height: auto;
    }

    .reduce-health-block .row-item {
        height: 310px;
        padding: 1rem;
    }

    .reduce-health-block .img-wrap {
        width: 100%;
    }

    .reduce-health-block .owl-dots,
    .grad-box .owl-dots,
    .first-sec-fold .owl-dots {
        display: block;
        text-align: center;
        position: relative;
        bottom: -20px;
    }

    #myths-health .owl-dots {
        display: block;
        text-align: center;
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .owl-fold .owl-dots {
        display: none;
    }

    .series-style1 .series-item,
    .fold-box .series-item {
        grid-template-columns: 25% 75%;
        grid-gap: 0;
    }

    .fold-box {
        min-height: 700px;
    }

    .fold-box .series-txt {
        font-size: 1.6rem;
        line-height: 24px;
    }

    .grad-box {
        display: flex !important;
        flex-direction: column;
        min-height: 100%;
        align-items: stretch;
    }

    .grad-box-item {
        min-height: 460px;
        flex: 1;
        padding: 2rem;
    }

    .col-block-item.width-30 {
        width: 100%;
    }

    .accord-wrap,
    .accordian-block {
        margin-top: 0;
    }

    .tab-accord-sec .tab-sec ul {
        border-bottom: none;
    }

    .accord-sec .accord-title,
    .accord-sec .accord-tit {
        padding-right: 3.5rem;
    }

    .search-input-block .primary-btn {
        max-width: 100%;
    }

    ul.jump-list {
        display: flex;
        flex-direction: column;
        display: none;
    }

    .nav-flex {
        gap: 0;
    }

    a.read-more-link:active,
    a.read-more-link:hover,
    a.read-more-opt-btn:active,
    a.read-more-opt-btn:hover {
        background: #fff;
    }
}

.popup .close1 {
    position: absolute;
    right: 3rem;
    top: 2rem;
    width: 3rem;
    height: 3rem;
    z-index: 2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.popup .close1:after,
.popup .close1:before {
    position: absolute;
    left: 1.5rem;
    content: " ";
    height: 3rem;
    width: 0.1rem;
    background-color: #333;
}

.popup .close1:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup .close1:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

figure.alert-img {
    display: inline-block;
    vertical-align: top;
}

.whatsapp-popup-block ul {
    padding-bottom: 20px;
}

.whatsapp-popup-block {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0 0;
}

.whatsapp-popup-block h3 {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #282828;
    text-align: left;
}

.whatsapp-popup-block p {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 1.5rem;
}

.whatsapp-popup-block ul li {
    font-size: 15px;
    padding-bottom: 10px;
    color: #6c6c6c;
    font-weight: 600;
    position: relative;
    padding-left: 2rem;
}

.whatsapp-popup-block ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url(/docs/default-source/assets/freshlook/images/error-list-arrow-gray.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 9px;
    display: inline-block;
}

.popup.light.js-popup-body.commonpop-pad {
    max-width: 700px;
    padding: 3rem 4rem 5rem;
    background: #fff;
    width: 100% !important;
}

#whatsapp-popup {
    overflow: auto;
}

.whatsapp-popup-block h2 {
    font-size: 20px;
    padding-bottom: 20px;
    text-align: left;
    font-weight: 700;
    color: #e71a1a;
    display: inline-block;
    padding-left: 15px;
}

a.btn-link {
    display: inline-block;
    padding: 20px 15px;
}

a.btn-primary {
    font-size: 14px;
    text-decoration: none;
    padding: 1.8rem 4rem;
    -webkit-border-radius: 3rem;
    -ms-border-radius: 3rem;
    border-radius: 3rem;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.btn-white {
    background: 0 0;
    color: #fe6625 !important;
    border: 1px solid #fe6625;
    background-position: 50% 99%;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.3s ease-out;
}

a.btn-primary:after {
    display: none;
}

.btn-white:hover {
    background: #fe6625 !important;
    border-color: #fe6625;
}

a.btn-link {
    font-size: 14px;
    color: #fe6625;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

a.btn-link:hover {
    color: #fe6625;
    text-decoration: underline;
}

.popup .close:after,
.popup .close:before {
    display: none;
}

.btn-white:hover {
    background: #fe6625;
    border-color: #fe6625;
}

.sub-menu-wrap {
    z-index: 9;
}

@media (max-width: 767px) {
    .popup.light.js-popup-body.commonpop-pad {
        max-width: 100%;
        padding: 1rem 1rem 2rem;
        max-height: initial;
        min-height: auto;
        width: 100% !important;
        border: none;
    }

    a.btn-link {
        margin-top: 20px;
    }
}

.ui-reviews-slider .item {
    text-align: center;
    margin: 2rem 0;
}

.ui-reviews-slider .reviews-rating-content {
    display: inline-block;
    text-align: left;
    margin: 0 auto;
    width: 100%;
    max-width: 432px;
    direction: ltr;
}

.ui-reviews-slider .rating-topbar {
    margin: 0 auto;
}

.ui-reviews-slider .rating-topbar h3 {
    text-align: left;
    font-size: 1.7rem;
    color: #282828;
    font-weight: 500;
    border-right: 2px solid #b2b2b2;
    padding-right: 1rem;
    display: inline-block;
}

.ui-reviews-slider .rating-fl {
    display: inline-block;
    width: 45%;
    margin-left: 1rem;
}

.ui-reviews-slider .rating-topbar:after {
    content: "";
    background-image: url(/docs/default-source/assets/freshlook/images/ui-exl-ico.png);
    background-repeat: no-repeat;
    width: 4.9rem;
    height: 4.2rem;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 5rem;
}

.ui-reviews-slider .reviews-rating-content p {
    font-size: 1.5rem;
    line-height: 3rem;
}

@media (max-width: 767px) {
    .ui-reviews-slider .item {
        padding: 2rem 2rem;
        border: 1px solid #cbcdce;
        border-radius: 1rem;
        min-height: 38rem;
        margin: 3rem 1rem 2rem;
        margin-top: 0;
    }

    .ui-reviews-slider .rating-topbar:after {
        top: 31px;
        right: 30px;
    }

    .ui-reviews-slider .rating-topbar h3 {
        border-right: none;
    }

    .ui-reviews-slider .rating-fl {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-bottom: 1rem;
    }

    .table-wrap td,
    .table-wrap th,
    .table-style1 .table-wrap td,
    .table-style1 .table-wrap th {
        padding: 1rem;
    }
}


/*CSS for Sahayak Section Start here*/

.sahayak-claim-wrap {
    margin-top: 4rem;
}

.sahayak-first-fold {
    padding-bottom: 12rem;
    margin-top: 4rem;
    background: linear-gradient(252deg, #FFF2ED 2.07%, #FFD6C8 101.37%);
}

.sahayak-image-sec {
    position: relative;
    margin-top: 5rem;
}

.sahayak-img-heading {
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    text-align: center;
    transform: translate(-50%, -50%);
}

.sahayak-image-sec:after {
    content: '';
    background: url(/docs/default-source/assets/images/elevate/sahayak-banner-male.png);
    background-repeat: no-repeat;
    width: 260px;
    height: 340px;
    position: absolute;
    bottom: 2px;
    right: 16rem;
}

.sahayak-heading-sec {
    padding: 6rem 0 3.2rem;
}

.sahayak-heading-sec h2,
.sahayak-heading-sec h2 span {
    margin: 0;
    padding: 0;
    color: #282828;
    font-size: 3.6rem;
    font-weight: 800;
    line-height: normal;
    text-align: center;
}

.sahayak-heading-sec h2 span {
    color: #E3530F;
    font-weight: 900;
}

.sahayak-claim-wrap h4.sahayak-sub-head,
.sahayak-review-sec h4.sahayak-sub-head {
    margin: 0;
    padding: 0 0 2.4rem;
    color: #282828;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: normal;
    text-align: center;
}

.real-support-sec p {
    color: #282828;
    font-size: 2rem;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding: 0 6rem;
}

.real-support-sec p span {
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.sahayak-counter-block h5 {
    margin-top: 1.6rem;
    color: #212121;
    font-size: 2rem;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 0.5rem;
}

.sahayak-counter-block p {
    margin: 0;
    padding: 0;
    color: #424242;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: normal;
}

.sahayak-counter-block .sahayak-counter-details {
    text-align: center;
    border-radius: 20px;
    background: linear-gradient(117deg, #FFF2ED 4.71%, rgba(255, 242, 237, 0.00) 91.59%);
    width: fit-content;
    padding: 2rem 2.3rem;
    flex: 1;
}

.sahayak-counter-block {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin: 2.4rem 0 0;
}

.sahayak-support-slider {
    display: flex;
    gap: 26px;
}

.sahayak-support-details {
    border-radius: 20px;
    border: 1px solid #FFD087;
    background: #FFF;
    overflow: hidden;
    flex: 1;
    /*width: 100%;*/
}

.sahayak-support-details .sahayak-support-txt {
    padding: 1.4rem 2.4rem 3.1rem;
}

.sahayak-support-txt h4 {
    margin: 0;
    padding: 0 0 1.2rem;
    color: #212121;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: normal;
}

.sahayak-support-txt ul {
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sahayak-support-txt li {
    color: #161414;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    list-style-type: disc;
}

.sahayak-support-txt li::marker {
    color: #E3530F;
}

.sahayak-support-sec,
.real-support-sec {
    margin-bottom: 1.2rem;
}

.sahayak-support-sec {
    margin: 0;
    padding: 4rem 0;
}

.sahayak-review-details {
    border-radius: 24px;
    border: 1px solid #75A5FF;
    background: #FFF;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 2rem 2rem 3.3rem;
    width: 100%;
    max-width: 867px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 0.5rem;
}

.sahayak-review-details .sahayak-review-logo span {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.sahayak-review-details .sahayak-review-logo {

    background: linear-gradient(150deg, #FEF5EA 10.87%, #FCE4BF 95.3%);
    border-radius: 100%;

}

.sahayak-review-details .sahayak-review-txt p {
    color: #212121;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 1rem;
    padding: 0 12rem 1rem 0;
}

.sahayak-review-details p.sahayak-customers-name {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.sahayak-review-details p.sahayak-customers-name span {
    color: #616161;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: normal;
}

.sahayak-review-block .owl-theme .owl-dots .owl-dot span,
.sahayak-support-block .owl-theme .owl-dots .owl-dot span {
    background: #E5E0DF;
    margin: 0 5px 0 0;
}

.sahayak-review-block .owl-theme .owl-dots .owl-dot.active span,
.sahayak-support-block .owl-theme .owl-dots .owl-dot.active span {
    background: #E3530F;
    width: 20px;
}

.sahayak-review-block .owl-carousel .owl-nav .owl-next,
.sahayak-review-block .owl-carousel .owl-nav .owl-prev {
    margin: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #EC6625;
    border-radius: 6px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.sahayak-review-block .owl-carousel .owl-nav .owl-next {
    left: 40px;
}

.sahayak-review-block .owl-carousel .owl-nav .owl-prev {
    right: 40px;
}

.sahayak-review-block .owl-carousel .owl-nav .owl-next:hover,
.sahayak-review-block .owl-carousel .owl-nav .owl-prev:hover {
    background: #fff2eb;

}

.sahayak-review-block .owl-theme .owl-dots,
.sahayak-review-block .owl-theme .owl-nav {
    margin: 0 auto;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sahayak-review-block .owl-theme .owl-nav {
    margin-top: 2rem;
}

.sahayak-review-block .owl-theme .owl-dots {
    position: relative;
    top: -20px;
    left: 3px;
}

.sahayak-review-sec {
    margin-bottom: 0;
    position: relative;
}


.section-content.who_needs_elevate {
    margin-top: 13rem;
}

.sahayak-review-slider .owl-carousel .owl-stage-outer {
    padding: 0 0 1rem;
}

.sahayak-review-details:after {
    content: '';
    background: url(/docs/default-source/assets/images/elevate/review-double-comma-icon-desk.svg);
    background-repeat: no-repeat;
    background-position: right 40px top 25px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.sahayak-claim-wrap+.section-content {
    margin-top: 0;
}

.sahayak-explore-wrap {
    background: url('/docs/default-source/assets/images/elevate/sahayak-explore-banner.png');
    width: 100%;
    background-size: cover;
    padding: 0;
    margin: 6rem 0;
}

.sahayak-explore-block {
    display: flex;
    gap: 30px;
    justify-content: center;
    padding: 4rem 0;
    align-items: center;
}

.sahayak-explore-sec .sahayak-explore-txt h4 {
    margin: 0;
    padding: 0;
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: normal;
    width: 100%;
    max-width: 55%;
}

.sahayak-explore-sec .sahayak-explore-txt a {
    color: #E3530F;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    background: #fff;
    padding: 1.2rem 1.6rem;
    width: fit-content;
    border-radius: 8px;
    display: block;
    text-align: center;
}

.sahayak-explore-sec .sahayak-explore-txt {
    display: flex;
    align-items: center;
    gap: 30px;
}

.sahayak-explore-sec {
    position: relative;
}

.sahayak-explore-sec:after {
    content: '';
    background: url('/docs/default-source/assets/images/elevate/sahayak-explore-male.png');
    width: 170px;
    height: 221px;
    position: absolute;
    bottom: 0;
    right: 10rem;
    background-repeat: no-repeat;
}

.sahayak-explore-sec .sahayak-explore-bg {
    position: absolute;
    bottom: 0;
    right: 20px;
}

.bg-blue .banner-list-item {
    cursor: pointer;
}

.sahayak-support-img img {
    width: 100%;
}

.ban-wrap {
    display: flex;
    align-items: flex-end;
    gap: 5px;
}

.real-support-sec p span {
    font-size: 2rem;
}

.note-text {
    margin-top: 0;
    text-align: center;
    font-size: 1.2rem !important;
    font-style: italic;
    font-weight: 500;
    color: #757575;
}

.sahayak-counter-details img {
    min-height: 50px;
}

.sahayak-review-slider .owl-stage {
    padding-left: 0 !important;
    display: flex !important;
    align-items: stretch;
}

.sahayak-review-slider .owl-item {
    display: flex;
    height: auto;
    width: 100%;
}

.sahayak-review-block {
    margin: 0 auto;
    max-width: 870px;
    width: 100%;
}

.sahayak-review-slider .owl-carousel,
.sahayak-review-slider .owl-carousel .owl-item {
    left: 0;
}

.sahayak-claim-wrap {
    position: relative;
    top: 0;
    margin-top: 6rem;
    margin-bottom: 0;
    padding-bottom: 6rem;
}

#doc-require-claim {
    padding-top: 6rem;
    position: relative;
    top: 0;
}

.sahayak-review-sec {
    margin-top: -125px;
}

@media screen and (max-width: 767px) {
    .sahayak-support-sec {
        padding: 4rem 0;
    }

    .sahayak-image-sec:after {
        content: '';
        background: url(/docs/default-source/assets/images/elevate/sahayak-banner-male-mob.png);
        background-repeat: no-repeat;
        width: 113px;
        height: 147px;
        right: 20px;
    }

    .sahayak-heading-sec h2,
    .sahayak-heading-sec h2 span {
        font-size: 2.4rem;
        text-align: left;
    }

    .sahayak-heading-sec {
        padding: 2rem 0 2rem;
    }

    .sahayak-claim-wrap h4.sahayak-sub-head,
    .sahayak-review-sec h4.sahayak-sub-head {
        font-size: 1.8rem;
        text-align: left;
        padding: 0 0 2rem;
    }

    .sahayak-claim-wrap .real-support-sec h4.sahayak-sub-head {
        padding: 0 0 1.4rem;
    }

    .real-support-sec p {
        font-size: 1.4rem;
        text-align: left;
        padding: 0;
        line-height: 20px;
    }

    .sahayak-counter-block h5 {
        font-size: 1.6rem;
    }

    .sahayak-counter-block p {
        font-size: 1.2rem;
        text-align: center;
    }

    .sahayak-counter-block {
        justify-content: space-between;
        gap: 14px 7px;
    }

    .sahayak-counter-block .sahayak-counter-details {
        flex: none;
        width: 48%;
        padding: 1.6rem 1rem;
    }

    /*.sahayak-counter-block .sahayak-counter-details:last-child{
        width: 100%;
    }*/
    .sahayak-counter-details img {
        display: none;
    }

    .sahayak-support-slider.owl-carousel .owl-stage,
    .sahayak-review-slider.owl-carousel .owl-stage {
        display: flex;
        padding-left: 0 !important;
    }

    .sahayak-support-slider.owl-carousel .owl-item,
    ..sahayak-review-slider.owl-carousel .owl-item {
        min-height: 100%;
    }

    .sahayak-support-details {
        height: 100%;
    }

    .sahayak-review-sec h4.sahayak-sub-head {
        padding-right: 10rem;
    }

    .sahayak-review-block {
        position: relative;
        top: 0;
        padding-left: 2rem;
    }

    .sahayak-review-details .sahayak-review-txt p {
        font-size: 1.2rem;
        padding-right: 0;
    }

    .sahayak-review-slider.owl-carousel .owl-stage {
        padding-left: 0 !important;
    }

    .sahayak-review-details p.sahayak-customers-name {
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
    }

    .sahayak-review-details:after {
        content: '';
        background: url(/docs/default-source/assets/images/elevate/review-double-comma-icon-mob.svg);
        background-repeat: no-repeat;
        background-position: right 40px top 0%;

    }

    .sahayak-review-details {
        padding: 4rem 2rem 3.3rem;
        /*min-height: 320px;*/
    }

    .sahayak-claim-wrap+.section-content {
        margin-top: 0;
    }

    .sahayak-img-heading img {
        width: 100%;
        max-width: 104px;
    }

    .sahayak-explore-sec .sahayak-explore-img {
        display: none;
    }

    .sahayak-explore-sec .sahayak-explore-txt {
        flex-direction: column;
        align-items: flex-start;
    }

    .sahayak-explore-sec .sahayak-explore-txt h4 {
        max-width: 100%;
    }

    .sahayak-explore-sec .sahayak-explore-txt a {
        width: 100%;
    }

    .sahayak-explore-sec:after {

        bottom: 100%;
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: 80%;
        border-bottom: 2px solid #FF9D76;
    }

    .sahayak-explore-block {
        padding: 7rem 0 4rem;
    }

    .sahayak-explore-wrap {
        margin: 15rem 0 4rem;
    }

    .sahayak-support-block .owl-dots {
        position: absolute;
        bottom: -25px;
        transform: translateX(-50%);
        left: 50%;
        display: block !important;
    }

    .sahayak-review-block .owl-theme .owl-nav {
        display: none;
    }

    .sahayak-review-block .owl-theme .owl-dots {
        position: relative;
        top: 10px;
    }

    .sahayak-support-sec .il-container,
    .sahayak-review-sec .il-container {
        padding-right: 0;
    }

    .sahayak-review-sec {
        margin-top: 0rem;
    }

    .note-text {
        line-height: 18px !important;
    }

    .sahayak-first-fold {
        background: none;
        padding-bottom: 4rem;
    }

    .sahayak-claim-wrap {
        padding-bottom: 4rem;
        padding-top: 0;
        background: linear-gradient(252deg, #FFF2ED 2.07%, #FFD6C8 101.37%);
    }

    .sahayak-review-details p.sahayak-customers-name {
        font-size: 1.5rem;
    }

    .sahayak-review-details p.sahayak-customers-name span {
        font-size: 1.4rem;
    }

    .real-support-sec p span {
        font-size: 1.4rem;
        line-height: normal;
    }

}

/*CSS for Sahayak Section End here*/


/* CSS for Parents Insurance Starts Here */

.section-content.benefits-of-buying-parent-insurance .org-list-block ul li {
    min-height: 30px;
}

.section-content.read-more-cont {
    padding-bottom: 0rem;
}

.parent-insurance.section-content a.r-more {
    display: block;
}

.parent-insurance.section-content .parent-insurance-title {
    padding-bottom: 0rem;
}

.benefits-of-buying-parent-insurance,
.parents-rating-review-sec {
    padding-top: 0;
}

.section-content .align-center {
    text-align: center;
}

.section-content.bg-gray2 .types-of-parent-insurance {
    display: flex;
    justify-content: space-evenly;
}

.section-content.bg-warmgray .table-wrapper .table-wrap .half-width {
    width: 50% !important;
}

.table-wrap td {
    border: 1px solid #ece9e9;
}

.table-wrap td,
.table-wrap th {
    text-align: left;
}

.parent-insurance-claim-process .series-block .series-item {
    align-items: center;
}

.parent-insurance-claim-process .series-block .series-item .series-txt {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
}

.comparison-table-after-text .width-80.mt-30 {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.factors-affecting-parents .option-block {
    justify-content: space-evenly;
}

.insurance-madeeasy-block {
    padding-bottom: 0rem;
}

@media (max-width: 767px) {
    .parent-insurance.section-content .parent-insurance-title {
        padding-bottom: 2rem;
    }

    .section-content .align-center {
        text-align: left;
    }

    .parent-insurance-claim-process .fold-box {
        min-height: auto;
    }

    .section-content.bg-coolgray .parent-insurance-faq h2 {
        text-align: center;
    }

    .ui-reviews-slider .item {
        min-height: auto;

    }

    .section-content.rating-review-sec {
        padding-bottom: 0;
    }

    .section-content.rating-review-sec .rating_count {
        padding-bottom: 2rem;
    }
}

/*CSS for Parents Insurance Ends Here*/