* {
    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 {
    padding: 6rem 0;
}
.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;
}
.linear-blue-bg {
    background: linear-gradient(270deg, #2168F6 -0.66%, #012B52 100%);
}
.bg-pink-linear {
    background: linear-gradient(180deg, #FFF2ED 0%, #FFF 100%);
}
.bg-pink2-linear {
    background: linear-gradient(105deg, #FFF3E3 -8.1%, #FFF 106.18%);
}
.bg-blue-linear {
    background: linear-gradient(105deg, #EDF3FF -8.1%, #FFF 106.18%);
}
.bg-blue2-linear {
    background: linear-gradient(285deg, #EDF6FF 3.11%, #C7DBFF 118.1%);
}
.bg-gray-linear {
    background: linear-gradient(180deg, #FFF 0%, #F5F5F5 100%);
}
.bg-mocassin {
    background: linear-gradient(114deg, #FFE2B7 -0.67%, #FFF3E3 106.46%);
}
.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 !important;
}
.bold-txt {
    font-weight: 900;
}
sup {
    font-size: 0.8rem;
    color: #212121 !important;
}
.heading1 {
    font-size: 3.6rem;
    color: #282828;
    font-weight: 700;
}
.heading2, .heading2 span {
    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;
}
.clr-green {
    color: #038542;
}
.clr-red {
    color: #E00903;
}
.highlight-txt {
    color: #ec6625;
}
.color-coolgray {
    color: #424242;
}
.font-14 {
    font-size: 1.4rem;
}
.font-16 {
    font-size: 1.6rem;
}
.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;
}
.mb-60 {
    margin-bottom: 6rem;
}
.ml-15 {
    margin-left: 1.5rem;
}
.pb-15 {
    padding-bottom: 1.5rem;
}
.pt-30 {
    padding-top: 3rem;
}
.pd-0 {
    padding: 0;
}
.section-content.padding-40 {
    padding: 4rem 0;
}
.middle-width {
    margin: 0 auto;
    max-width: 60%;
    width: 100%;
}
.full-btn-width {
    width: 100%;
    max-width: 100%;
}
.width-50 {
    width: 50%;
}
.width-100 {
    width: 100%;
}
.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-col {
    display: flex;
    flex-direction: column;
}
.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: 3rem;
}
.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: 1rem;
    padding-left: 3rem;
    color: #212121;
}
.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 1.5rem;
    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%;*/
    flex: 1;
    background: #fff;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}
.col-item img {
    width: 100%;
}
.col-content {
    padding: 2rem;
    height: 400px;
}
.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;
    display: block !important;
}
#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;
}

.il-travel-btn-block .primary-btn {
    width: 100%;
    max-width: 100%;
}
@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) {
    .section-content {
        padding: 4rem 0;
    }
    .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 {
        opacity: 0;
        background: #fff0;
    }
    ::-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;
    }
}
@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;
    }
}


/*****Travel Style Start*****/
.heading1, .heading2 {
    margin-bottom: 1.5rem;
}
.cont-img-sec {
    display: flex;
    gap: 8rem;
    justify-content: space-between;
}

.country-block {
    margin: 4rem auto 0;
    display: flex;
    justify-content: center;
    gap: 4rem;
}
.country-item {
    border-radius: 10px;
    border: 1px solid var(--Neutral--coolgray-100, #F5F5F5);
    background: linear-gradient(180deg, #FFF3E3 0%, #FFF 100%);
    padding: 2rem;
    width: 33.33%;
}
.block-title {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 24px;
    margin-bottom: 1.5rem;
}
.block-subtitle {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 24px;
} 
.block-listing {
    display: flex;
    flex-wrap: wrap;
    /*margin-left: 1.6rem;*/
}
.block-listing-item {
    color: #212121;
    font-weight: 400;
    width: 50%;
    /*list-style: disc;*/
    margin-top: 0.5rem;
    position: relative;
    padding-left: 1.5rem;
}
.block-listing-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
}
.section-content a.show-more-list {
    color: #E3530F;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 24px;
    text-decoration-line: underline;
    cursor: pointer;
    display: block;
}
.border-style2 {
    border-radius: 10px;
    border: 1px solid var(--Secondary-maroon-100, #FFC0BE);
    background: linear-gradient(119deg, #FFF2EE -24.09%, #FFF 40.22%);
}

.list-block.disc-list ul li {
    list-style: disc;
    margin-left: 0;
    padding-left: 0.5rem;
}

.section-content .width-50 {
    width: 50%;
}

.section-content .width-40 {
    width: 46%;
}

.four-col {
    gap: 0;
}

.four-col .download-item {
    width: 23.5%;
    padding: 2rem;
}

.bg-pink2-linear .four-col .download-item {
    border-radius: 10px;
    border: 1px solid #FFE2B7;
    background: #FFF;
}

.bg-blue-linear .four-col .download-item {
    border-radius: 10px;
    border: 1px solid var(--Informative-blue-100, #C7DBFF);
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.bg-blue-linear .strong-no {
    color: #2168F6;
}

.table-auto {
    margin: 3rem auto 0;
    max-width: 740px;
    width: 100%;
}

.table-auto td, .table-auto th {
    font-size: 1.6rem;
    line-height: 20px;
    font-weight: 400;
    color: #282828;
    text-align: left;
    padding: 12px 20px;
    width: 50%;
    border-right: 1px solid #9E9E9E !important;
    border-bottom: 1px solid #9E9E9E;
    background: #fff;
}

.table-auto .no-right-border {
    border-right: none !important;
}

.table-auto th {
    background: #FFF2ED;
    color: #903501;
    font-weight: 700;
}

.table-style {
    border: solid 1px #9E9E9E;
}

.table-auto .no-bottom-border {
    border-bottom: none;
}

.table-auto .disc-list {
    margin-left: 1.5rem;
}

.table-auto .list-block.disc-list ul li {
    padding-left: 0;
    margin-bottom: 0.5rem;
}

.no-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 4rem;
}

.no-item {
    width: 24%;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.number-txt {
    color: #E3530F;
    font-size: 3.6rem;
    font-weight: 800; 
    line-height: normal;
}

.extend-policy-btn {
    margin: 4rem auto 0;
    max-width: 278px;
    display: block;
}

.step-block {
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    gap: 2rem;
}

.step-block:after {
    content: '';
    position: absolute;
    border-radius: 30px;
    background: linear-gradient(90deg, #FF7C43 0%, #E3530F 100%);
    left: 0;
    top: -2px;
    width: 100%;
    height: 11px;
}

.step-item {
    width: 23%;
    position: relative;
    margin-top: 4rem;
} 

.step-no {
    background: #fff;
    border-radius: 50%;
    margin: 0 2rem;
    padding: 0.5rem;
    position: absolute;
    left: 6px;
    top: -70px;
    z-index: 9;
}

.step-no span {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    color: #E3530F;
    font-size: 2.4rem;
    font-weight: 1000;
    line-height: 24px;
    background: linear-gradient(144deg, #FFBCA1 21.05%, #FFF 136.57%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.myth-block {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin: 4rem auto 0;
    max-width: 80%;
}

.myth-item {
    width: 45%;
    border-radius: 10px;
    border: 1px solid #FFE2B7;
    background: #FFF;
    padding: 2rem;
}

.myth-item h4 {
    color: #E00903;
    font-weight: 800;
}


/****Tab Style Start****/
.tab-category {
    margin-top: 4rem;
}

.tab-category .tab-sec {
    overflow: auto;
}

.tab-category .tab-sec ul {
    display: flex;
    border-bottom: 1px solid #EEE;
}

.tab-category .tab-sec ul li {
    padding: 1.4rem 5rem;
    cursor: pointer;
    position: relative;
}

.tab-category .tab-sec ul li span {
    font-size: 1.4rem;
    line-height: 100%;
    font-weight: 700;
    color: #424242;
    text-align: center;
    display: block;
}

.tab-category .tab-sec ul li.active span {
    color: #EC6625;
}

.tab-category .tab-sec ul li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: none;
    bottom: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.tab-category .tab-sec ul li.active:after {
    background: #EC6625;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.tab-category .tab-cont {
    margin-top: 4rem;
    display: none;
}

.tab-category .tab-cont:first-child {
    display: flex;
}
.tab-category .col-wrap {
    justify-content: flex-start;
}
.tab-show {
    display: block;
}
/****Tab Style End****/

.ui-banner-content sup, .table-wrap sup {
    color: #282828;
}

.sectionSpace.policy-cover-wrap .ui-tabs-modify .tab-head {
    border-top: none;
    border-right: none;
    border-left: none;
}

.img-right-pos {
    position: relative;
    right: 15px;
}

.type-list {
    margin-top: 1.5rem;
}

.type-item {
    position: relative;
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
    line-height: 24px;
    color: #282828;
}

.type-item:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 10px;
    background: #000;
    border-radius: 50%;
}

.type-item p {
    padding-left: 1.5rem;
}

.more-list {
    display: none;
}

.more-list li {
    position: relative;
}

.more-list li p {
    padding-left: 2rem;
}

.more-list li:before {
    content: '';
    position: absolute;
    background: #282828;
    width: 5px;
    height: 5px;
    top: 5px;
    border-radius: 50%;
}

.col-content .primary-btn {
    width: 90%;
    max-width: 100%;
    padding: 1.2rem;
}

.disc-list-org li::marker {
  color: #E3530F
}
.show-more-opt {
    display: none;
}
.section-content a.show-more-list {
    font-size: 1.4rem;
    line-height: normal;
    color: #EC6625;
    font-weight: 700;
    text-decoration: underline;
    position: relative;
}

.section-content a.show-more-list: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: .7rem;
    vertical-align: baseline;
}

.section-content a.show-more-list.show-less-list:after {
    transform: rotate(-135deg);
    vertical-align: middle;
    top: 8px;
}

.diff-traveller {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 6rem;
}

.traveller-item {
    width: 23.5%;
    border-radius: 150px 150px 0 0;
    border: 1px solid var(--Primary-orange-100, #FFD6C8);
    background: linear-gradient(180deg, #FFF2EE 11.68%, #FFF 68.63%);
    /*padding: 2rem;*/
}

.traveller-cont {
    padding: 1.5rem;
    padding-top: 0;
}

.traveller-name {
    color: #212121;
    font-size: 1.8rem;
    line-height: normal;
    font-weight: 700;
} 

.pink-ribbon {
    border-radius: 8px;
    background: linear-gradient(93deg, #FFF3E3 0%, #FFF 102.35%);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
    padding: 1rem;
    display: flex;
    gap: 2rem;
}

.traveller-item img.width-100 {
    width: 100%;
    position: relative;
    top: -35px;
}

a.primary-btn.buy-travel-btn {
    margin: 4rem auto 0;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 278px;
}

.row-sec {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 5rem auto 0;
    max-width: 1024px;
    width: 100%;
}

.row-sec-item {
    width: 48%;
    border-radius: 15px;
    padding: 2rem;
    display: flex;
    gap: 1rem;
}

.desk-hide-list {
    display: block;
}

.show-cont-mob .show-more-btn {
    display: none;
}

.show-cont-mob .show-more-option {
    display: block;
}

.section-content .right-block figure {
    text-align: right;
}

.read-reviews a.btn-white:hover {
    color: #fff !important;
}

.traveller-item {
    width: 100%;
    position: relative;
}
.traveller-cont {
    position: relative;
    top: -20px;
}

/*.bottom-sec {
    position: absolute;
    bottom: 10px;
}*/

.width-height-100 {
    width: 100%;
    height: 200px;
    top: -50px;
    position: relative;
}
.imgstyle2 {
    width: 323px !important;
}
.owl-traveller.owl-carousel .owl-stage-outer {
    overflow: inherit;
}

.owl-carousel .pink-ribbon img {
    width: auto;
}

.traveller-item .list-block.disc-list ul li {
    font-size: 1.4rem;
}

.traveller-item .list-block.disc-list {
    min-height: 140px;
}

.get-quote-now-btn {
    padding: 0.8rem 2rem;
}

.select-category-nav .active-lnk {
    font-size: 1.2rem;
}

.ribbon-cont .text {
    font-size: 1.4rem;
}

@media (max-width:  768px) {
    .section-content h2, .section-content h2 span {
        font-size: 2.4rem;
    }
    .section-content a.show-more-list {
        text-align: center;
    }
    .section-content .width-50, .section-content .width-40 {
        width: 100%;
    } 
    .cont-img-sec {
        gap: 2rem;
    }
    .row-sec {
        margin: 3rem auto 0;
    }
    .row-sec-item {
        padding: 1rem 0;
    }
    .disc-list {
        margin-left: 1.5rem;
        margin-top: 2rem;
        padding-right: 1rem;
    } 
    .four-col {
        gap: 2rem;
    }
    .traveller-item, .four-col .download-item, .no-item {
        width: 100%;
    }
    .country-block {
        flex-direction: column;
    } 
    .country-item {
        width: 100%;
    }
    .step-block {
        flex-direction: column;
    }
    .step-block:after {
        left: 21px;
        top: -5px;
        width: 11px;
        height: 100%;
    }
    .step-item {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 0;
    }
    .step-no {
        margin: 0;
        padding: 0.5rem 0;
        position: relative;
        left: -3px;
        top: -16px;
        z-index: 9;
        height: 69px;
        width: 67px;
    }
    .step-cont {
        margin-left: 2rem;
    }
    .myth-block {
        max-width: 100%;
    }
    .myth-item {
        width: 100%;
    }
    .row-sec {
        max-width: 100%;
    }
    .row-sec-item {
        width: 100%;
        padding: 2rem 0;
    }
    .tab-category .tab-sec ul li {
        padding: 1.4rem 2.5rem;
    }

    .heading1, .section-content h2 {
        text-align: left;
        margin-bottom: 2rem;
    }

    .cont-img-sec, .img-list-block {
        flex-direction: column-reverse;
    }

    .table-auto td, .table-auto th {
        padding: 12px;
    }

    .mid-wrap {
        gap: 0;
    }

    .list-block ul li, .list-block ul li:last-child {
        margin-bottom: 1rem;
    }
    .country-block {
        gap: 2rem;
    }
    .no-item {
        margin-bottom: 2rem;
    }
    .download-sec {
        margin:  3rem 0 0;
    }
    .section-content a.show-more-list {
        text-align: left;
    }
    .mid-wrap {
        gap: 2rem;
    }
    .diff-traveller {
        gap: 6rem;
    }
    .show-cont-mob .show-more-btn  {
        color: #E3530F;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 24px;
        text-decoration-line: underline;
        cursor: pointer;
        display: block;
        text-align: center;
        position: relative;
    }
     .show-cont-mob .show-more-btn: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: .7rem;
        vertical-align: baseline;
    }
    .show-cont-mob .show-more-btn.show-less-btn:after {
        transform: rotate(-135deg);
        vertical-align: middle;
        top: 10px;
    }
    .show-cont-mob .show-more-option {
        display: none;
    }
    .traveller-item {
        border-radius: 200px 200px 0 0;
    }
    .img-right-pos {
        position: static;
        width: 100%;
    }
    .img-sec img {
        width: 100%;
    }
    .img-list-block {
        flex-direction: column;
        gap: 2rem;
    }
}
    
/*****Travel Style End*****/