/* Fonts style starts */
@font-face {
  font-family: 'Inter-Black';
  src: url('../fonts/Inter-Black/Inter-Black.otf');
  src: url('../fonts/Inter-Black/Inter-Black.woff2') format('woff2'),
    url('../fonts/Inter-Black/Inter-Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-SemiBold';
  src: url('../fonts/Inter-Bold/Inter-Bold.otf');
  src: url('../fonts/Inter-Bold/Inter-Bold.woff2') format('woff2'),
    url('../fonts/Inter-Bold/Inter-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-Bold';
  src: url('../fonts/Inter-Bold/Inter-Bold.otf');
  src: url('../fonts/Inter-Bold/Inter-Bold.woff2') format('woff2'),
    url('../fonts/Inter-Bold/Inter-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-Regular';
  src: url('../fonts/Inter-Regular/Inter-Regular.otf');
  src: url('../fonts/Inter-Regular/Inter-Regular.woff2') format('woff2'),
    url('../fonts/Inter-Regular/Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-Medium';
  src: url('../fonts/Inter-Medium/Inter-Medium.otf');
  src: url('../fonts/Inter-Medium/Inter-Medium.woff2') format('woff2'),
    url('../fonts/Inter-Medium/Inter-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-Italic';
  src: url('../fonts/Inter-Italic/Inter-Italic.otf');
  src: url('../fonts/Inter-Italic/Inter-Italic.woff2') format('woff2'),
    url('../fonts/Inter-Italic/Inter-Italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'WorkSans-Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/WorkSans-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'WorkSans-Bold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/WorkSans-Bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'WorkSans-Medium';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/WorkSans-Medium.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Fonts style ends */

/* Bootstrap padding reset Starts */
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.container {
  padding-right: 12px;
  padding-left: 12px;
}

/* Bootstrap padding reset Ends */
/* custom classes starts */
html {
  max-width: 100%;
  overflow-x: hidden;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  position: relative;
  font-family: 'Inter-Regular';
  color: #111;
  margin: 0 auto;
}

/* scrollbar width */
body::-webkit-scrollbar {
  width: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.logoLink {
  pointer-events: none;
}

header {
  display: block;
  width: 100%;
  z-index: 1;
  height: 96px;
  padding: 23px 0 0 0;
}

header .container .row {
  flex-direction: row;
  justify-content: space-between;
}

.hederRight {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  height: 52px;
  width: 530px;
  /* flex-direction: row;
  justify-content: right;
  align-content: center; */
}

.hederRightTxt {
  width: 232px;
  align-self: center;
  font-family: "Inter-Regular";
  font-size: 14px;
  line-height: 20px;
  color: #111;
  margin-right: 15px;
}

.hederRightTxt span {
  font-family: 'Inter-Semibold';
}

.hederRightLogoAnch {
  float: right;
  display: block;
}

.stickyLogo {
  float: left;
  padding: 0;
  width: 252px;
}

.mainLogo {
  width: 160px;
  height: 48px;
}

.enrollSec {
  padding: 40px 0;
}

.enrollHeading {
  float: left;
  width: 100%;
  font-family: 'WorkSans-Bold';
  font-size: 28px;
  line-height: 20px;
  margin-bottom: 12px;
  text-align: center;
}

.enrollSubHeading {
  float: left;
  width: 100%;
  font-family: 'Inter-Regular';
  font-size: 14px;
  line-height: 34px;
  color: #111;
  margin-bottom: 34px;
  padding: 0;
  text-align: center;
}

.enrollDisc {
  font-family: 'Inter-Italic';
  font-size: 11px;
  line-height: 17px;
  color: #111;
  margin-top: 34px;
  padding: 0 196px;
  text-align: center;
}

.enrollStep {
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 20px 36px 14px;
}

.enrollStepSvg {
  width: 292px;
  height: 168px;
}

.textCenter {
  text-align: center;
}

.enrollStepHeading {
  font-family: 'WorkSans-Bold';
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 4px;
}

.enrollStepTxt {
  height: 60px;
  width: 310px;
  font-family: 'Inter-Regular';
  font-size: 16px;
  line-height: 20px;
  color: #111;
  margin: 0 auto 14px;
}

.enrollStepInWrap {
  float: left;
  padding: 0;
  width: 100%;
  text-align: center;
}

.journeySec {
  padding: 60px 0;
  background: #19c2f2;
}

.journeyHeading {
  font-family: 'WorkSans-Bold';
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 32px;
  text-align: center;
}

.journeyListWrap {
  padding: 0 58px 32px;
}

.journeyListWrap:last-child {
  padding-bottom: 0;
}

.journeyListIcon {
  float: left;
  margin-right: 16px;
}

.journeyListHead {
  font-family: 'WorkSans-Bold';
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
}

.journeyListTxt {
  font-family: 'Inter-Regular';
  font-size: 16px;
  line-height: 24px;
}

.journeyListTxtWrap {
  margin-left: 67px;
}

.disclaimerSec {
  padding: 48px 0 108px 0;
  background: url(../img/2000pxcompressed.png);
  background-size: cover;
  background-position: center;
  color: #e3e4e8;
  z-index: 0;
  position: relative;
}

.disclaimerHeading {
  font-family: 'WorkSans-Bold';
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.disclaimerLeft {
  font-family: 'WorkSans-Bold';
  font-size: 24px;
  line-height: 33px;
  padding: 10px 36px 0 0;
}

.disclaimerRight {
  background: rgba(17, 17, 17, 0.6);
  font-family: 'Inter-Regular';
  font-size: 20px;
  line-height: 32px;
  padding: 17px 25px;
}

.disclaimerRight::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: -1;
  background: #000;
}

.disclaimerRight div:first-child {
  margin-bottom: 32px;
}

footer {
  font-family: 'Inter-Regular';
  font-size: 14px;
  line-height: 24px;
  padding: 20px 0;
  color: #e3e4e8;
  height: 60px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footerLeft div {
  float: left;
  margin-right: 52px;
}

.footerLeft div:last-child {
  margin-right: 0;
}

.footerRight {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

/* JL style starts */
.headRightTxt {
  float: right;
  font-family: 'Inter-Regular';
  font-size: 14px;
  line-height: 18px;
  color: #111;
}

.jlSvg {
  float: right;
  width: 152px;
  /* height: 52px; */
  align-self: center;
}

.mainSection {
  background: linear-gradient(90deg, #ff41b2 50%, #fff2e2 50%);
}

.mainSection .container {
  overflow: hidden;
}

.mainLeft {
  float: left;
  width: 423px;
  height: 680px;
  padding-right: 28px;
  color: #111;
}

.leftHead {
  font-family: 'WorkSans-Bold';
  font-size: 34px;
  line-height: 40px;
}

.leftSubHead {
  font-family: 'Inter-Regular';
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 150px;
}

.leftLink {
  float: left;
  width: 100%;
  font-family: 'Inter-Regular';
  font-size: 16px;
  line-height: 20px;
}

.leftLink a {
  float: left;
  width: 100%;
  margin-top: 8px;
  color: #111;
  text-decoration: underline;
}

.mainCenter {
  float: left;
  position: relative;
  height: 680px;
  width: 463px;
  background-color: #ffe2bf;
  padding: 0 27px 100px;
}

.mainCenter .familyImg {
  position: absolute;
  width: 405px;
  height: auto;
  left: 316px;
  top: 245px;
}

.leftHead,
.centerHead,
.rightHead {
  padding-top: 106px;
  margin-bottom: 16px;
}

.centerHead {
  font-family: 'WorkSans-Bold';
  font-size: 34px;
  line-height: 40px;
}

.mainRight {
  float: left;
  position: relative;
  width: 310px;
  height: 680px;
  padding: 0 34px;
}

.rightHead {
  font-family: 'WorkSans-Bold';
  font-size: 34px;
  line-height: 40px;
}

.centerListWrap,
.rightListWrap {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.centerListWrap li {
  float: left;
  width: 100%;
  margin-bottom: 4px;
}

.mainCenter .centerListWrap li a {
  display: inline-block;
  border: solid 1px #000;
  border-radius: 24px;
  padding: 0 16px 0;
}

.centerListWrap li svg {
  float: left;
  width: 26px;
  height: 26px;
  margin-top: 3px;
  margin-right: 16px;
}

.mainRight .centerListWrap li svg {
  height: 22px;
  margin-right: 8px;
}

.mainRight .centerListWrap li .listName {
  line-height: 24px;
  margin-right: 8px;
}

.centerListWrap li .listName {
  float: left;
  font-family: 'Inter-Regular';
  font-size: 16px;
  line-height: 27px;
  color: #111;
  margin-top: 3px;
  margin-bottom: 2px;
}

.mainCenter .centerListWrap li a.comingSoonLinkWrap {
  pointer-events: none;
  padding: 0 4px 2px 16px;
  opacity: 0.5;
}

.comingSoonTxt {
  float: right;
  font-family: 'Inter-Medium';
  font-size: 12px;
  line-height: 20px;
  color: #342f2f;
  padding: 0;
  border-radius: 0;
  border: none;
  margin-left: 8px;
  margin-top: 7px;
}

.mainRight li {
  cursor: pointer;
}

.enrolCard {
  float: left;
  width: 365px;
  height: 370px;
  background-color: #f5f6f7;
  margin-right: 12px;
}

.enrollSec .enrolCard:last-child {
  margin-right: 0;
}

.proceedNext {
  position: relative;
  width: 191px;
  height: 48px;
  border-radius: 4px;
  background-color: #f2581b;
  color: #ffffff;
  font-family: 'Inter-SemiBold';
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  outline: none;
  border: none;
  margin: 0 auto;
  text-transform: uppercase;
}

.proceedNext:hover {
  background-color: #ff4d07
}

.cominSoonBtn,
.cominSoonBtn:hover {
  background-color: #f5f6f7;
  color: #f2581b;
  border: solid 1px #f2581b;
  pointer-events: none;
}

.proceedNext div {
  width: 122px;
  position: relative;
  margin: 0 auto;
  height: 28px;
}

.proceedNext span {
  float: left;
}

.proceedNext svg {
  width: 15px;
  transition: 0.5s;
  position: absolute;
  right: 0;
  top: 6px;
}

.proceedNext:hover svg {
  right: -4px;
}

.disclaimerRightSocial {
  margin-top: 30px;
}

.disclaimerRightSocial svg {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  cursor: pointer;
}

.disclaimerRightSocial svg:last-child {
  margin-right: 0;
}

/* Banner Section Starts */
.bannerSec {
  position: relative;
  background-color: #19c2f2;
  padding: 24px 0 24px;
}

.bannerSliderSec {
  position: relative;
  background-color: #f3f4f7;
  padding: 18px 0 32px 0;
}

.bannerHead {
  font-family: "WorkSans-Bold";
  font-size: 28px;
  line-height: 34px;
  color: #080808;
  margin: 0 0 8px 0;
  text-align: center;
}

.bannerSubHead {
  font-family: "Inter-Regular";
  font-size: 18px;
  line-height: 25px;
  color: #080808;
  margin: 0 390px 18px;
  text-align: center;
}

.bannerSubHead .interBold {
  font-family: "Inter-Bold";
}

.associateHeading {
  margin: 0 240px 18px;
}

.bannerProdSec,
.bannerProdSec2 {
  /* width: 976px; */
  margin: 0 auto;
  display: table;
}

.ProdSecLeft {
  width: 629px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  padding: 0;
}

.ProdSecRight {
  width: 540px;
  padding: 0 0 0 38px;
}

#mainSlider .splide__slide,
#mainSlider2 .splide__slide {
  background-color: #cef3ff;
}

#mainSlider .splide__pagination,
#mainSlider2 .splide__pagination {
  width: 100%;
  bottom: -22px;
  height: 22px;
  background: #9feaff;
  border-radius: 0 0 12px 12px;
}

#mainSlider .splide__track,
#mainSlider2 .splide__track {
  border-radius: 12px 12px 0 0;
}

#mainSlider .splide__pagination__page.is-active,
#mainSlider2 .splide__pagination__page.is-active {
  transform: scale(1);
  background: #19c2f2;
  width: 20px;
  border-radius: 4px;
}

#mainSlider .splide__pagination__page,
#mainSlider2 .splide__pagination__page {
  background: #f5f6f7;
  margin: 3px 4px;
}

.heroSliderAnchor {
  display: block;
  height: 100%;
  padding: 26px 0 0 40px;
  text-decoration: none;
}

.heroSlideHeadTxt {
  font-family: "WorkSans-Bold";
  font-size: 20px;
  line-height: 28px;
  color: #080808;
  margin-bottom: 10px;
}

.heroSlideHeadTxt span {
  display: block;
}

.heroSlideSubHeadTxt {
  font-family: "WorkSans-Medium", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #080808;
  width: 237px;
}

.heroSlideWoman .heroSlideSubHeadTxt {
  width: 264px;
}

.strickThrough {
  text-decoration: line-through
}

.heroSlideCar {
  background-image: url('../img/heroSlider/car.png');
  background-size: 269px;
  background-repeat: no-repeat;
  /* background-position: right bottom; */
  background-position: right 40px;
}

.heroSlideHealth {
  background-image: url('../img/heroSlider/health.png');
  background-size: 229px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.heroSlideSuperTop {
  background-image: url('../img/heroSlider/health2.png');
  background-size: 269px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.heroSlideSenior {
  background-image: url('../img/heroSlider/senior.png');
  background-size: 238px;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 18px 0 0 40px;
}

.heroSlideLife {
  background-image: url('../img/heroSlider/term.png');
  background-size: 255px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.heroSlideWoman {
  background-image: url('../img/heroSlider/woman.png');
  background-size: 255px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.heroSlideHealth .heroSlideSubHeadTxt {
  padding-right: 28px;
}

.heroSlideUl {
  font-family: "WorkSans-Medium", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #080808;
}

.heroSlideLi {
  display: flex;
  align-items: center;
}

.heroSlideLi svg {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}

#mainSlider .splide__arrow {
  width: 24px;
  height: 28px;
  opacity: 1;
  background: #9feaff;
}

#mainSlider .splide__arrow--prev,
#mainSlider2 .splide__arrow--prev {
  left: 0;
  border-radius: 0 12px 12px 0;
}

#mainSlider .splide__arrow--next,
#mainSlider2 .splide__arrow--next {
  right: 0;
  border-radius: 12px 0 0 12px;
}

#mainSlider .splide__arrow svg,
#mainSlider2 .splide__arrow svg {
  width: 12px;
  height: 12px;
}

#mainSlider .splide__arrow svg path,
#mainSlider2 .splide__arrow svg path {
  fill: #080808;
}

/* .ProdVidTxt{
  font-family: "Inter-Regular";
  font-size: 13px;
  line-height: 18px;
  color: #080808;
  padding-top: 11px;
  letter-spacing: -0.10px;
} */
.ProdSecLeft .prodEle:nth-child(5n) {
  margin-right: 0;
}

.bannerProdDesk,
.bannerProdtab {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}

.prodEle {
  /* float: left; 
  display: inline-table; */
  position: relative;
  flex-basis: 116px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 118px;
  background-color: #fff;
  width: 116px;
  max-width: 116px;
  height: 118px;
  border-radius: 12px;
  box-shadow: 50px 50px 99px 0 rgba(0, 0, 0, 0.07);
  padding: 16px 0;
  margin: 0 12px 16px 0;
  text-decoration: none !important;
  transition: all 0.2s;
}

.prodEle squeeze {
  letter-spacing: -0.56px;
}

.prodEleExc .prodEleOffer {
  letter-spacing: -0.11px;
  padding: 2px 4px 0;
}

.bannerProdSec2 .prodEle {
  margin: 0 16px 0 0;
}

.bannerProdSec2 .prodEle:last-child {
  margin: 0;
}

.prodEle:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* .prodEle:nth-child(7n) {
  margin: 0 0 12px 0;
}
.bannerProdDesk .prodEle:nth-child(8n) {
  margin: 0 16px 0 16px;
} */
.prodEleSvg {
  height: 40px;
  text-align: center;
  margin-bottom: 10px;
}

.prodEleSvg svg {
  width: 46px;
  height: 46px;
}

.bannerProdSec .prodEle:nth-child(1) svg,
.bannerProdSec .prodEle:nth-child(2) svg {
  width: 60px;
}

.prodEleName {
  font-family: "Inter-Regular";
  font-size: 14px;
  line-height: 16px;
  color: #080808;
  text-align: center;
}

.prodEleOffer {
  position: absolute;
  bottom: -8px;
  right: 6px;
  font-family: "Inter-SemiBold";
  font-size: 11px;
  line-height: 18px;
  color: #080808;
  background-color: #f2db0c;
  border-radius: 12px;
  width: 104px;
  padding: 1px 8px;
}

.bannerSliderWrap .splide__slide {
  width: 270px;
  /* height: 240px; */
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}

.bannerSliderWrap .splide__slide img {
  width: 100%;
}

.bannerSliderWrap .splide__arrow {
  background: none;
}

.bannerProdSec2 .prodEle:last-child svg {
  width: 60px;
}

.splide__arrow--next {
  right: -32px;
}

.splide__arrow--prev {
  left: -32px;
}

/* Banner Section Ends */

/* Why elephant section starts */
.whySecWrap {
  background-color: #fff;
  padding: 40px 0;
}

.whyHeadTxt {
  font-family: 'WorkSans-Bold';
  font-size: 28px;
  line-height: 34px;
  color: #080808;
  margin-bottom: 12px;
  text-align: center;
}

.whyHeadSubTxt,
.signFullTxt {
  font-family: 'Inter-Regular';
  font-size: 14px;
  line-height: 22px;
  color: #080808;
  margin-bottom: 32px;
  text-align: center;
}

.whyHeadSubTxt a,
.whyHeadSubTxt a:hover {
  font-family: 'Inter-SemiBold';
  color: #080808;
  text-decoration: none;
}

.whyList,
.signLi {
  display: flex;
  margin-bottom: 20px;
  width: 50%;
}

.whyList:nth-child(odd),
.signLi:nth-child(odd) {
  padding-right: 70px;
}

.whyList:nth-child(even) {
  padding-left: 70px;
}

.whyEleSvg,
.signLiSvg {
  width: 85px;
  text-align: center;
}

.whyEleSvg svg,
.signLiSvg svg {
  width: 64px;
  height: 64px;
}

.whyEleTxtWrap,
.signLiTxt {
  margin-left: 35px;
}

.whyEleTxt,
.signLiTxt1 {
  font-family: 'WorkSans-Bold';
  font-size: 16px;
  line-height: 16px;
  color: #080808;
  margin-bottom: 8px;
}

.whyEleSubTxt,
.signLiTxt2 {
  font-family: 'Inter-Regular';
  font-size: 13px;
  line-height: 22px;
  color: #080808;
  min-height: 66px;
}

/* Why elephant section ends */

/* Disclaimer Section Starts */
.disclaimerSecWrap {
  background-color: #152981;
  padding: 40px 0 48px 0;
  color: #fff;
}

.disclaimerSecWrap .container {
  max-width: 1240px;
}

.disclaimerSecWrap .container .row:first-child .discCol {
  padding-top: 30px;
}

.disclaimerSecWrap .container .row:last-child .discCol:last-child {
  padding-top: 26px;
  /* margin-top: -116px; */
  border-left: solid 1px #fff;
}

.discCol:first-child {
  /* border-right: solid 1px #4e4e4e; */
  padding-top: 26px;
}

.disclaimerSecWrap .container .row:first-child .discCol:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
  border-left: solid 1px #fff;
}

.discCol:nth-child(2) {
  padding-left: 30px;
  padding-right: 30px;
}

.discTitle {
  font-family: 'Inter-Bold';
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
}

.discSubTitle {
  display: flex;
  font-family: 'Inter-Bold';
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 7px;
}

.discTxt {
  font-family: 'Inter-Regular';
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 48px;
}

.discTxtSec {
  float: left;
  width: 33.33%;
  padding-left: 30px;
}

.discNewStrRow {
  float: left;
  width: 100%;
}

.discCol .footerLifePad {
  margin-bottom: 48px;
}

.footerLifePad a:nth-child(2) {
  margin-bottom: 18px;
}

.discTxt a,
.discSubTitle a {
  display: block;
  color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
}

.discTxt a:last-child,
.discSubTitle a:last-child {
  margin-bottom: 0;
}

.discSubTitle a {
  display: inline;
}

.discTxt a:hover,
.discSubTitle a:hover {
  color: #fff;
}

.discSubTitle svg {
  width: 19px;
  margin-right: 5px;
}

.discCallSubTitle svg {
  width: 19px;
}

.addressPadding {
  padding-right: 36px;
}

.discCallSubTitle,
.discCallSubTitle a,
.discCallSubTitle a:hover {
  font-family: 'Inter-Bold';
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 14px;
  text-decoration: none;
}

.discCallDay {
  font-family: 'Inter-Bold';
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2px;
}

.discCallTime {
  font-family: 'Inter-Regular';
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 48px;
}

.discSocialWrap {
  height: 70px;
  margin-bottom: 30px;
}

.discSocialWrap svg {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-top: 6px;
}

.discDetailWrap {
  font-family: 'Inter-Regular';
  font-size: 12px;
  line-height: 24px;
}

.discDetailWrap img {
  width: 56px;
  height: 24px;
  margin-bottom: 8px;
  background: #fff;
  border-radius: 10px;
  padding: 5px 4px;
}

.discDetailWrap span {
  font-family: 'Inter-Bold';
}

.discFooter {
  font-family: 'Inter-Regular';
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 12px;
}

.discFooterCopySpan {
  float: left;
  margin-top: 6px;
}

.discFooterSupport {
  font-size: 11px;
  line-height: 17px;
  margin-top: 24px;
  margin-bottom: 0;
}

.discSecRowPad {
  margin-bottom: 30px;
}

.discSecRowPad~.discTitle {
  height: auto;
  margin-bottom: 13px;
}

.discSupport {
  margin-top: 0;
}

.discLegal {
  margin-top: 0;
}

.paymentGatewaySvg {
  height: 30px;
  width: 46px;
  margin-right: 3px;
}

.paymentGatewaySvg:first-child {
  margin-left: 18px;
}

.paymentGatewaySvg:last-child {
  margin-right: 0;
}

/* Disclaimer Section Ends */

/* Benefit Section Starts */
.benefitSecWrap {
  background-color: #f2db0c;
  padding: 32px 0;
  font-family: "WorkSans-Bold";
  color: #080808;
  overflow: hidden;
}

.benefitSecWrap .container {
  position: relative;
}

.benefitBg {
  position: absolute;
  right: 0;
  top: 100px;
}

.benefitBg img {
  width: 608px;
}

.benefTitle {
  font-size: 28px;
  line-height: 40px;
  padding-right: 160px;
  margin-bottom: 20px;
}

.benefSubTitle {
  font-size: 20px;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.benefTxt {
  font-family: "Inter-Regular";
  font-size: 14px;
  line-height: 22px;
  padding-right: 514px;
  margin-bottom: 8px;
}

.benefListWrap {
  width: 450px;
  display: flex;
  margin-bottom: 26px;
}

.benefListWrap:last-child {
  margin-bottom: 0;
}

.benefListSvg svg {
  width: 60px;
  height: 52px;
}

.benefListTxtWrap {
  margin-left: 12px;
}

.benefListHead {
  font-family: "Inter-Bold";
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 8px;
}

.benefListTxt {
  font-family: "Inter-Regular";
  font-size: 14px;
  line-height: 19px;
}

/* Benefit Section Ends */

/* Articles and Video Section Starts */
.artVidSecWrap {
  background-color: #f4f4f4;
  padding: 32px 0;
  font-family: "WorkSans-Bold";
  color: #080808;
}

.artVidHeading {
  font-size: 28px;
  line-height: 26px;
  margin-bottom: 48px;
  text-align: center;
}

.artVidSliderWrap {
  margin-bottom: 32px;
}

.artVidSecWrap .splide__slide {
  background-color: #fff;
  height: 520px;
  border-radius: 24px;
  /* box-shadow: 50px 50px 99px 0 rgba(0, 0, 0, 0.07); */
}

.artVidSecWrap .splide__arrows {
  position: absolute;
  top: -46px;
  right: 34px;
}

.artVidSecWrap .splide__arrow {
  background: #fff;
  border: solid 1px #000;
  opacity: 1;
  margin: 0 -2px;
}

.artVidSecWrap .splide__arrow:hover {
  background: #152981;
}

.artVidSecWrap .splide__arrow:hover svg {
  fill: #fff;
}

.artVidSecWrap .splide__arrow svg {
  width: 14px;
  height: 14px;
}

.splide__arrow--next {
  right: -32px;
}

.splide__arrow--prev {
  left: -32px;
}

.articleSliderImg {
  width: 100%;
  border-radius: 24px 24px 0 0;
  max-height: 244px;
}

.articleSliderWrap {
  padding: 24px 22px;
  width: 100%;
}

.articleSliderTime {
  font-family: "Inter-Medium";
  font-size: 12px;
  line-height: 24px;
  color: #707070;
  margin-bottom: 16px;
}

.articleSliderTitle {
  font-family: "WorkSans-Bold";
  font-size: 16px;
  line-height: 21px;
  color: #080808;
  margin-bottom: 12px;
  max-height: 42px;
  overflow: hidden;
}

.articleSliderCont {
  font-family: "Inter-Regular";
  font-size: 14px;
  line-height: 22px;
  color: #080808;
  margin-bottom: 8px;
  height: 88px;
  overflow: hidden;
}

.articleSliderBtn {
  display: block;
  width: 136px;
  height: 38px;
  background-color: #152981;
  border: solid 1px #152981;
  border-radius: 18px;
  padding: 9px 0;
  font-family: "Inter-Bold";
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.articleSliderBtn:hover {
  color: #fff;
}

.articleViewAllWrap {
  width: 100%;
}

.articleViewAllBtn {
  display: block;
  width: 225px;
  height: 54px;
  margin: 0 auto;
  font-family: "Inter-Bold";
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  border-radius: 24px;
  padding: 15px 0;
  border: solid 1px #152981;
  background-color: #152981;
  text-decoration: none;
  text-align: center;
}

.articleViewAllBtn:hover {
  color: #fff;
}

/* Articles and Video Section Ends */

/* Partner Section Starts */
.partnerSecWrap {
  padding: 32px 0 53px;
  font-family: "WorkSans-Bold";
  color: #fff;
  overflow: hidden;
  background-color: #152981;
  width: 100%;
  height: 100%;
}

.partnerSecWrap .costCapsul {
  padding: 0;
  margin: 0 auto 12px;
  overflow: hidden;
}

.partnerSecWrap .costCapsul:last-child {
  margin-bottom: 0;
}

.partnerSecWrap .costCapsul img {
  width: 100%;
}

/* slider */
.partnerSecWrap li.splide__slide {
  text-align: center;
}

.partnerSecWrap img {
  border-radius: 12px;
  height: 388px;
  width: 1200px;
  background: #fff;
}

#partnerSlider {
  display: block;
}

#partnerSliderMob {
  display: none;
}

/* Partner Section Ends */

/* Cost Free Section Starts */
.costFreeSecWrap {
  padding: 32px 0;
  font-family: "WorkSans-Bold";
  color: #fff;
  overflow: hidden;
  background-color: #152981;
  /* background: url(../img/ElephantGraphicElement.svg) #152981 no-repeat;
    background-size: 100%;
    background-position: center; */
  width: 100%;
  height: 100%;
}

.costFreeHeading {
  font-size: 28px;
  line-height: 26px;
  margin-bottom: 32px;
  text-align: center;
}

.costCapsul {
  position: relative;
  display: table;
  background-color: #fff;
  width: 800px;
  border-radius: 24px;
  color: #152981;
  text-align: center;
  padding: 16px 50px 16px 0;
  margin: 0 auto 16px;
  box-shadow: 50px 50px 99px 0 rgba(0, 0, 0, 0.07);
  z-index: 1;
}

.costCapsul:last-child {
  margin-bottom: 32px;
}

.costFreeSecCont {
  position: relative;
}

.elephantGraphicEnd {
  display: none;
  background: url(../img/ElephantDesignGraphic.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  bottom: 53px;
  right: -130px;
  width: 522px;
  height: 251px;
  z-index: 0;
}

.costCapCount {
  display: table-cell;
  font-family: "WorkSans-SemiBold";
  font-size: 28px;
  line-height: 30px;
  vertical-align: middle;
}

.costCapTxt {
  display: table-cell;
  vertical-align: middle;
  font-family: "Inter-Regular";
  font-size: 14px;
  line-height: 22px;
  width: 490px;
}

.costFreeHrHeading {
  font-family: "WorkSans-Medium", sans-serif;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  text-align: center;
}

.costFreeHrBtn {
  position: relative;
  display: block;
  width: 502px;
  height: 80px;
  margin: 0 auto;
  background-color: #f2db0c;
  border-radius: 24px;
  box-shadow: 50px 50px 99px 0 rgba(0, 0, 0, 0.16);
  padding: 29px 0;
  text-align: center;
  font-family: "Inter-Bold";
  font-size: 20px;
  line-height: 22px;
  color: #080808;
  text-decoration: none;
}

.costFreeHrBtn:hover {
  color: #080808;
}

.costFreeHrBtn svg {
  margin-top: -9px;
  width: 40px;
}

/* Cost Free Section Ends */

/* Customer Say Section Starts */
.customerSaySecWrap {
  background-color: #f2db0c;
  padding: 32px 0 72px 0;
  overflow: hidden;
}

.custSayHeading {
  font-family: "WorkSans-Bold";
  font-size: 28px;
  line-height: 26px;
  color: #080808;
  text-align: center;
  margin-bottom: 16px;
}

.custSayCtaWrap {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.custSayCta {
  background-color: #152981;
  padding: 18px 22px;
  font-family: 'Inter-SemiBold';
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  border: solid 1px #152981;
  border-radius: 24px;
}

.custSayFilterWrap {
  margin-bottom: 52px;
}

#custSaySlider1.splide .splide__track,
#custSaySlider2.splide .splide__track,
#custSaySlider3.splide .splide__track {
  overflow: inherit;
}

#custSaySlider1 .splide__slide,
#custSaySlider2 .splide__slide,
#custSaySlider3 .splide__slide {
  position: relative;
  background-color: #fff;
  font-family: "Inter-Regular";
  padding: 22px 45px 25px;
  border-radius: 5px;
  margin-right: 24px;
  width: 400px;
  height: 314px;
}

#custSaySlider1 .splide__pagination,
#custSaySlider2 .splide__pagination,
#custSaySlider3 .splide__pagination {
  bottom: -42px;
}

#custSaySlider1 .splide__pagination__page.is-active,
#custSaySlider2 .splide__pagination__page.is-active,
#custSaySlider3 .splide__pagination__page.is-active {
  background: #152981;
  opacity: 1;
}

.splide__pagination__page {
  background: #999788;
}

.sayWho {
  position: absolute;
  font-family: "Inter-SemiBold";
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  background-color: #152981;
  border-radius: 12px;
  padding: 3px 13px;
  top: 21px;
  right: 16px;
}

.sayRating {
  margin-bottom: 24px;
}

.sayRating svg {
  width: 18px;
  height: 18px;
  margin-right: 0;
}

.sayQuote {
  font-size: 13px;
  line-height: 20px;
  color: #020113;
  margin-bottom: 40px;
  height: 120px;
  overflow: hidden;
}

.sayInfoWrap {
  display: flex;
}

.sayImg {
  margin-right: 18px;
}

.sayImg img,
.sayImg svg {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.sayImg svg {
  border: solid 1px #dbdce5;
}

.sayName {
  font-family: "Inter-Bold";
  font-size: 16px;
  line-height: 20px;
  color: #020113;
}

.sayPosition {
  font-family: "Inter-Regular";
  font-size: 14px;
  line-height: 20px;
  color: #020113;
}

.customerSaySecWrap .nav {
  border: solid 1px #152981;
  border-radius: 10px;
  overflow: hidden;
  width: 430px;
  margin: 0 auto 24px;
}

.customerSaySecWrap li.nav-item {
  width: 33.33%;
}

.customerSaySecWrap .nav-item:nth-child(2) {
  border: solid #152981;
  border-width: 0 1px 0 1px;
}

.customerSaySecWrap .nav-tabs .nav-link {
  background: #fff;
  width: 100%;
  height: 40px;
  border: none;
  font-family: "Inter-Regular";
  font-size: 16px;
  line-height: 18px;
  color: #152981;
}

.customerSaySecWrap .nav-tabs .nav-link.active {
  font-family: "Inter-Bold";
  background-color: #152981;
  color: #fff;
  border-radius: 0;
}

/* Customer Say Section Ends */

/* Corporate Business Section Starts */
.corpBusSecWrap {
  background-color: #19c2f2;
  padding: 32px 0;
  overflow: hidden;
}

.corpHeading {
  font-family: "WorkSans-Bold";
  font-size: 28px;
  line-height: 26px;
  color: #080808;
  text-align: center;
  margin-bottom: 24px;
}

.corpBusSecWrap li.splide__slide {
  display: table;
}

.corpImg {
  background-color: #fff;
  display: table-cell;
  vertical-align: middle;
  /* height: 308px; */
  border-radius: 5px;
  padding: 0 86px;
}

.corpImg img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.corpTxt::before {
  content: "";
  border-top: solid 8px transparent;
  display: block;
}

.corpMetroImg {
  height: auto;
}

.corpVanImg {
  height: 32px;
}

.corpBenImg {
  height: 46px;
}

.corpHexImg {
  height: 62px;
}

.corpAgsImg {
  height: 58px;
}

.corpIDBImg {
  height: 46px;
}

.corpInfoImg {
  height: 50px;
}

.corpMahiImg {
  height: 52px;
}

.corpToshiImg {
  height: 28px;
}

.corpCircImg {
  height: 60px;
}

.corpUdanImg {
  height: 62px;
}

.corpWildImg {
  height: 62px;
}

.corpLupinImg {
  height: 90px;
}

.corpJubilantImg {
  height: 74px;
}

.corpMarathonImg {
  height: 80px;
}

.corpTxt {
  font-family: "Inter-Regular";
  font-size: 18px;
  line-height: 24px;
  color: #020113;
  text-align: center;
  display: table-footer-group;
  text-decoration: none;
  padding-top: 16px;
}

.corpTxt:hover {
  color: #020113;
}

.corpBusSecWrap .splide__arrows {
  position: absolute;
  top: -37px;
  right: 2px;
  z-index: 0;
}

.corpBusSecWrap .splide__track {
  overflow: inherit;
}

.corpBusSecWrap .splide__arrow {
  background: #fff;
  border: solid 1px #000;
  opacity: 1;
  margin: 0 -2px;
}

.corpBusSecWrap .splide__arrow:hover {
  background: #152981;
}

.corpBusSecWrap .splide__arrow:hover svg {
  fill: #fff;
}

.corpBusSecWrap .splide__arrow svg {
  width: 14px;
  height: 14px;
}

/* Corporate Business Section Ends */


/* For mediabox v0.0.2 | https://github.com/pinceladasdaweb/mediabox */
/* Custom classes starts */
.deskVideoWrap {
  position: fixed;
  display: flex;
  align-items: center;
  background-color: #fff;
  right: 10px;
  bottom: 10px;
  padding: 4px 10px 4px 4px;
  text-decoration: none;
  border-radius: 12px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  z-index: 1;
}

.deskVideoThumb {
  width: 117px;
  height: 83px;
  margin-right: 8px;
}

.deskVideoTxt {
  width: 114px;
  font-family: "Inter-SemiBold";
  font-size: 13px;
  line-height: 18px;
  color: #080808;
  margin-right: 3px;
}

.deskVideoSvg {
  width: 35px;
  height: 35px;
}

/* Floating video icon style starts */
.vdFloat {
  display: none;
  position: fixed;
  bottom: 35px;
  right: 35px;
  text-align: center;
}

.circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #0000001a;
}

.pulse {
  animation: pulse-animation 2.5s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@media all and (max-width: 767px) and (min-width: 10px) {
  .deskVideoWrap {
    display: none;
  }

  .vdFloat {
    display: block;
  }
}

/* Floating video icon style ends */

/* Lightbox css strats */
.vidSec {
  text-align: center;
  background-color: #000;
}

.vidSec a img {
  width: auto;
  height: 100%;
  opacity: 0.7;
}

.vidSec .mediabox::after {
  content: '';
  background-image: url(../img/play.png);
  background-size: 40px;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 46px);
}

.vidTestimonial a {
  position: relative;
}

.vidTestimonial .nlImg {
  background-color: #000;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  margin: 0 46px;
}

.vidTestimonial a img {
  text-align: center;
  background-color: #000;
  opacity: 0.7;
}

.vidTestimonial .mediabox::after {
  content: '';
  background-image: url(../img/play.png);
  background-size: 40px;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
}

.vidTestimonial .sayRating {
  float: left;
  position: relative;
  margin: 1px 0 0;
  width: 100%;
  left: 0 !important;
}

.vidTestimonial .nlData a {
  float: left;
  margin-top: 25px;
}

/* .ProdVidSec{
  background-color: #fff;
  font-size: 14px;
  line-height: 21px;
  color: #080808;
  height: 252px;
  width: 502px;
  padding: 10px;
  border-radius: 12px;
  margin-left: 38px;
  overflow: hidden;
} */
/* .ProdVidSec .mediabox::after{
  content: '';
  background-image: url(../img/play.png);
  background-size: 40px;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 46px);
} */
.ProdVidSec a img {
  width: 316px;
}

.bannerProdtab {
  display: none;
}

/* Custom classes ends */

.mediabox-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  /* background-color: #000;
  background-color: rgba(0,0,0,0.8); */
  background: rgb(29 29 29 / 50%);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(8.5px);
  -webkit-backdrop-filter: blur(8.5px);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mediabox;
  animation-name: mediabox;
}

@-webkit-keyframes mediabox {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mediabox {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mediabox-content {
  max-width: 830px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.mediabox-content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 480px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.mediabox-hide {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mediaboxhide;
  animation-name: mediaboxhide;
}

@-webkit-keyframes mediaboxhide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes mediaboxhide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.mediabox-close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMvSURBVHja7Js9aBRBFMd/d1lPY6FiJVjY+Fkoxl7wA1Q0prQRS6tgoZV2MWIRRVHUUq3U+JnESrS2sBXBzipREWMlATXwt8gFznC5nd15M7Nn8uC45nZnfr/dY96+N1uTxFKOOks8lgUU/H2t4tJqIQUcAiaBGeBymcECRgO4B/wBPgJ9zkdKcvkclfRL/8ZtSTXH40N+GpLGF8zth6Q9Lse7DHCsDXxVJLSDLyQhb4B+Sb/VOVJJ6ATfKqGvrIDjDvCpJLjAz8d0JwmLDTBQAD62hIakiYJzm5a021VAfwn4WBLKwLdK2JUnIJP0XX4RSoIP/Hy8W3jeepv1dL3nmjwI3DLOExrAU2DA8zwb8xKhGeCuwYQtJTSAZwbwAHdcEqFM0mPZhO/foSHppdFcrraby2IDV0FCcPi8PCClhCjwLplgCgkrDeGv5I3pcjViSogK7yogloTo8EUEhJaQBL6oAGsJ9yVtkrRD0qsU8JKolagKZ8AD4ETFymFXgPOAQpXE5mMWOAk86XZ4n6pwlSSUhvcti1dBghe8RV8gpYQRX3irxkgKCSPABV94y85QTAlm8NatsRgSTOGBUnmAS57w3KiA0Ro3gHOW8KEEAOwE3hvfXWubFauu6A6vCND07OmW9viq5vpsGT3AtRAN2XoA+BfAwQBiTweoNpMZw48BRwKuAoPN7zNVWwZjwAfpO9S7DN5cQmYAPw4cTvAsYPJ3qHcpvNmdUO9ieBMJZQT0AhMVgfeWUC8BP87cjjHfuA6sATY0c4c0EgpUUHslvTaq3l5aUL1N1oarAnxSCVWBTyYhJvyw41XJJI3GkpAH/yYyfHQJi01gdUL4qBKqCh9NQrtBx4wGvGi0XS6T9MhoTkN5AtZVDN5awlTePsGfwDfPjGwYGDKu3s4Cp4BRz/N8cskED0iaqciVt7wTvkra5roKlJEQGt5HwhdJ24vmAUUkDEV+VyCT9NBxbp/bXXnXTNBFQmz4IhI6wrs+C+zvICEVvIuEKUlbrZ4G97WRkBq+k4RJSVusd4ntlfSheVudrQh8q4SbmntH6K2kzSF3if1Xsfzq7LKAJR5/BwCdAQBJn4egPgAAAABJRU5ErkJggg==') no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
}

.mediabox-close:hover {
  opacity: 0.5;
}

@media all and (max-width: 768px) and (min-width: 10px) {
  .vidSec a::after {
    top: calc(50% - 34px);
  }

  .mediabox-content {
    max-width: 90%;
  }
}

@media all and (max-width: 600px) and (min-width: 10px) {
  .mediabox-content iframe {
    height: 320px !important;
  }

  .mediabox-close {
    bottom: 362px;
  }
}

@media all and (max-width: 480px) and (min-width: 10px) {
  .mediabox-content iframe {
    height: 220px !important;
  }

  .mediabox-close {
    bottom: 262px;
  }
}

/* Lightbox css ends */

/* Floating video icon style starts */
.vdFloat {
  display: none;
  position: fixed;
  bottom: 35px;
  right: 35px;
  text-align: center;
}

.circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #0000001a;
}

.pulse {
  animation: pulse-animation 2.5s infinite;
}

@keyframes pulse-animation {
  0% {
    /* box-shadow: 0 0 0 0px #f88660; */
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

/* Floating video icon style ends */

/* Disclaimer Section Starts */
.termSec {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  border-top: solid 1px #dbdbdb;
}

.otherHeadSec {
  position: relative;
  padding: 0 0 17px 0;
  border-bottom: solid 1px #d3d3d3;
  margin-top: 26px;
  margin-bottom: 24px;
}

.otherHeadTxt {
  font-family: "WorkSans-Bold";
  font-size: 34px;
  line-height: 34px;
  color: #080808;
  margin-bottom: 10px;
}

.otherHeadTxt1 {
  font-family: "Inter-Regular";
  font-size: 16px;
  line-height: 15px;
  color: #080808;
}

.otherBodySec {
  display: block;
  margin-bottom: 26px;
}

.otherBodyLeftSec {
  position: relative;
  float: left;
  width: 920px;
  padding-right: 16px;
}

.otherBodyRightSec {
  float: left;
  display: inline-grid;
  background-color: #f4f6ff;
  border-radius: 5px;
  width: 276px;
  margin-bottom: 80px;
}

.otherRightHead {
  background-color: #152981;
  font-family: "Inter-Bold";
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  padding: 16px 20px;
  border-radius: 5px 5px 0 0;
}

.otherBodyRightSec a {
  padding: 16px 20px;
  font-family: "Inter-Regular";
  font-size: 14px;
  line-height: 21px;
  color: #080808;
  border: solid #d0d2d9;
  border-width: 0 1px 1px 1px;
  text-decoration: none;
}

.otherBodyRightSec a:last-child {
  border-radius: 0 0 5px 5px;
}

.termUl {
  padding-left: 14px;
  font-family: "Inter-Regular";
  font-size: 14px;
  line-height: 20px;
  color: #080808;
  margin-bottom: 48px;
}

.termUl li {
  margin-bottom: 12px;
}

.blueBoldTxt {
  font-family: "Inter-Bold";
  color: #152981;
}

.boldTxt {
  font-family: "Inter-Bold";
}

.termOl {
  padding-left: 14px;
  font-size: 14px;
  line-height: 20px;
  color: #080808;
}

.termUlHidden {
  list-style: none;
  padding: 0;
}

.termUlHidden li {
  margin-bottom: 0;
}

.termUlHead {
  font-family: "Inter-Bold";
  font-size: 16px;
  line-height: 20px;
  color: #080808;
  margin-bottom: 14px;
}

.infoBoxWrap {
  background-color: #ebebeb;
  padding: 17px 20px;
  font-family: "Inter-Regular";
  font-size: 13px;
  line-height: 21px;
  color: #080808;
  margin-top: 8px;
  margin-bottom: 18px;
}

.otherBodTxt {
  font-family: "Inter-Regular";
  font-size: 14px;
  line-height: 20px;
  color: #080808;
  margin-bottom: 12px;
}

.otherNumberOl {
  margin-bottom: 48px;
}

.otherNumberOl li::marker {
  font-family: "Inter-Bold";
  font-size: 16px;
}

.otherContactWrap {
  background-color: #f4f6ff;
  padding: 8px 14px;
  font-family: "Inter-Regular";
  font-size: 14px;
  line-height: 20px;
  color: #152981;
  margin-bottom: 12px;
}

.otherContactBold {
  font-family: "Inter-Bold";
}

.otherOpenContactWrap {
  padding: 8px 14px;
  font-family: "Inter-Regular";
  font-size: 14px;
  line-height: 20px;
  color: #152981;
}

.otherBodTxtPadding {
  font-family: "Inter-Regular";
  font-size: 14px;
  line-height: 20px;
  color: #080808;
  margin-bottom: 12px;
  padding: 8px 14px;
}

.discSec {
  margin-bottom: 80px;
}

.termUlBigHead {
  font-family: "Inter-Bold";
  font-size: 20px;
  line-height: 20px;
  color: #080808;
  margin-top: 48px;
  margin-bottom: 16px;
}

/* Disclaimer Section Ends */

/* JL style ends */


/* More Product Model Style Starts */
body.modal-open {
  overflow: hidden !important;
}

.certificate img {
  width: 80px !important;
  margin-top: 4rem !important;
  text-align: left !important;
  margin-left: 0px !important;
}

.prodEle {
  cursor: pointer;
}

.prodEleSvg svg,
.prodEleSvg img {
  width: 78px;
  height: 42px;
}

.more-prod-wrapper {
  background-color: #19c2f2;
  border-radius: 0 0 6px 6px;
}

#prodModal .modal-dialog {
  max-width: 1133px;
  margin-top: 99px;
}

#prodModal .modal-content {
  border: none;
  border-radius: 7px;
  box-shadow: 8px 16px 32px 0 rgb(21 41 129 / 6%);
  padding: 15px 0 0;
}

#prodModal .modalClose {
  padding: 12px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
}

#prodModal .modalClose svg {
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 1;
}

.prodModalTitle {
  font-family: 'Inter-Medium';
  font-size: 20px;
  line-height: 20px;
  color: #777;
  padding-left: 18px;
  margin-bottom: 11px;
}

#prodModal .tab-content>.active {
  background-color: #19c2f2;
  border-radius: 0 0 6px 6px;
}

#prodModal .newBannerProdWrap {
  margin: 0 auto;
  padding: 52px 0;
}

#personalInsuranceTab .newBannerProdWrap {
  /* width: 755px; */
  width: 800px;
}

#businessInsuranceTab .newBannerProdWrap {
  width: 530px;
  padding: 52px 0 36px;
}

#businessInsuranceTab .heroLeft .newBannerProdWrap {
  padding-right: 18px;
}

#businessInsuranceTab .heroRight .newBannerProdWrap {
  padding-left: 18px;
}

#personalInsuranceTab .prodEle:nth-child(4n) {
  margin: 0 16px 16px 0;
}

#businessInsuranceTab .prodEle:nth-child(4n) {
  margin: 0 0 16px 0;
}

#personalInsuranceTab .prodEle:nth-child(5n) {
  margin: 0 16px 0 0;
}

#businessInsuranceTab .prodEle:nth-child(5n) {
  margin: 0 16px 16px 0;
}

#personalInsuranceTab .prodEle:nth-child(6n),
#personalInsuranceTab .prodEle:last-child {
  margin: 0 0 0 0;
}

#prodModal .nav-link {
  padding: 4px 20px;
}

#prodModal .nav-tabs .nav-item.show .nav-link,
#prodModal .nav-tabs .nav-link.active {
  background-color: #fae1d7;
  font-family: 'Inter-Medium';
  border-bottom: solid 3px;
  border-color: #fff #fff #f2581b;
}

#prodModal .nav-tabs .nav-link {
  background-color: #ebebeb;
  font-family: 'Inter-Regular';
  font-size: 16px;
  line-height: 20px;
  color: #080808;
  border-bottom: solid 2px #ebebeb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#prodModal .nav-tabs {
  border-bottom: 1px solid #19c2f2;
}

#prodModal .nav-item {
  padding-left: 6px;
}

#businessInsuranceTab .heroLeft,
#businessInsuranceTab .heroRight {
  position: relative;
  margin-bottom: 0;
}

#businessInsuranceTab .heroTitle {
  position: absolute;
  top: 17px;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
}

#businessInsuranceTab .prodEleName {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#businessInsuranceTab .heroLeft .newBannerProdWrap::after {
  right: -7px;
  top: 117px;
}

.modal-body {
  padding: 0;
  border: none;
}

.newBannerProdWrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}

.newBannerProdWrap {
  /* width: 755px; */
  width: 800px;
}

.disclaimerSecWrap .container .row:last-child .discCol:last-child {
  /* border: none !important; */
}

/* More Product Model Style Ends */
.heroSlideCar .upto90 {
  width: 90px;
  margin: 9px 0 0 0;
}

.heroSlideCar .heroSlideSubHeadTxt {
  width: 340px;
}


/* Extra small devices (phones, 767px and down) */
@media only screen and (max-width: 767px) {
  header {
    height: 75px;
    padding: 22px 15px;
  }

  .hederRightTxt {
    display: none;
  }

  .mainSection {
    background: none;
    margin-bottom: 0;
  }

  .enrollSec {
    padding: 20px 15px 12px;
  }

  .enrollHeading {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 8px;
    text-align: left;
  }

  .enrollStepHeading {
    margin-bottom: 2px;
  }

  .enrollStepInWrap {
    margin-bottom: 20px;
  }

  .journeySec {
    padding: 20px 15px 24px;
  }

  .journeyHeading {
    margin-top: 0;
    font-size: 30px;
    line-height: 34px;
    text-align: left;
    margin-bottom: 24px;
  }

  .journeyListWrap {
    padding: 0;
  }

  .journeyListTxtWrap {
    margin-left: 0;
    margin-bottom: 32px;
  }

  .journeyListWrap:last-child .journeyListTxtWrap {
    margin-bottom: 0;
  }

  .journeyListHead {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .disclaimerSec {
    padding: 20px 0 40px;
    background-position: inherit;
  }

  .disclaimerHeading {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 12px;
    text-align: left;
  }

  .disclaimerLeft {
    font-family: 'WorkSans-Medium';
    font-size: 17px;
    line-height: 22px;
    padding: 0 15px 27px;
  }

  .disclaimerRight {
    /* background: none; */
    font-size: 15px;
    line-height: 24px;
    padding: 15px;
  }

  .disclaimerRight div:first-child {
    margin-bottom: 14px;
  }

  footer {
    height: auto;
    /* background-color: #f6f6f6; */
  }

  .footerLeft {
    float: left;
    font-size: 13px;
  }

  .footerLeft div {
    float: none;
    margin-right: 0;
    margin-bottom: 12px;
    padding: 0;
  }

  .footerLeft div:last-child {
    margin-bottom: 0;
  }

  .footerRight {
    text-align: left;
    padding-left: 16px;
    float: left;
    margin-top: 40px;
  }

  .footerHideInTab {
    display: none;
  }

  .footerBreakInTab {
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
  }

  /* JL style starts */
  .vdFloat {
    display: block;
    z-index: 1;
  }

  .circle {
    width: 46px;
    height: 46px;
  }

  .mainLogo {
    width: 117px;
    height: 31px;
  }

  .bannerHead {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 4px 0;
  }

  .bannerSubHead {
    font-size: 14px;
    line-height: 19px;
    margin: 0 auto 12px;
    width: 304px;
  }

  .bannerProdDesk {
    display: none;
  }

  .headRightTxt {
    font-size: 10px;
    line-height: 12px;
    width: 140px;
  }

  .jlSvg {
    float: right;
    width: 140px;
    height: auto;
  }

  header .container .row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .stickyLogo {
    width: auto;
  }

  .hederRight {
    width: 158px;
    height: 24px;
  }

  .mainLeft {
    width: 100%;
    height: auto;
    padding: 0 15px;
    background: #ff41b2;
  }

  .bannerSec {
    padding: 15px 0;
  }

  .leftHead {
    padding-top: 81px;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .leftSubHead {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 24px;
  }

  .leftLink {
    font-size: 13px;
    line-height: 12px;
    margin-bottom: 20px;
  }

  .bannerProdSec,
  .bannerProdSec2 {
    width: auto;
    padding: 0 18px;
  }

  .bannerProdDesk {
    display: none;
  }

  .bannerProdSec,
  .bannerProdSec2 {
    width: auto;
    padding: 0 5px;
  }

  .bannerProdSec .prodEle:nth-child(1) svg,
  .bannerProdSec .prodEle:nth-child(2) svg,
  .prodEleSvg svg,
  .prodEleSvg img {
    width: 54px;
    height: 30px;
  }

  .prodEleSvg {
    height: auto;
    margin-bottom: 8px;
  }

  .prodEle,
  .prodEle:nth-child(7n) {
    float: left;
    padding: 10px 0;
    height: 96px;
    width: 32%;
    max-width: 158px;
    margin: 0 2% 2% 0;
    box-shadow: none;
  }

  .prodEle:nth-child(3n) {
    margin: 0 0 2% 0;
  }

  /* .prodEle:nth-child(13) {
    margin: 4px 2% 2% 50px;
  } */
  .prodEle:nth-child(14) {
    margin: 4px 2% 2% 0;
  }

  .bannerProdDesk {
    display: none;
  }

  .bannerProdtab {
    max-width: 345px;
    margin: 0 auto;
    display: block;
    position: relative;
    height: 305px;
    overflow: hidden;
    -moz-transition: height 0.8s ease-out;
    -webkit-transition: height 0.8s ease-out;
    -o-transition: height 0.8s ease-out;
    transition: height 0.8s ease-out;
  }

  .prodEleExtra {
    display: block;
    position: absolute;
    right: 0;
    top: 206px;
    bottom: 0;
    width: 94px !important;
    margin: 0 12px 0 0 !important;
  }

  .prodEleName {
    font-size: 12px;
  }

  .prodEleOffer {
    right: calc(50% - 46px);
    bottom: -5px;
    font-size: 10px;
    line-height: 15px;
    width: 91px;
    padding: 1px 0;
    text-align: center;
  }

  .bannerProdMob {
    height: 404px;
  }

  .bannerSliderWrap div:nth-child(2) {
    padding: 0;
  }

  .mainCenter {
    width: 100%;
    height: 406px;
    padding: 0 16px 45px;
  }

  .centerHead {
    padding-top: 16px;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .centerListWrap li {
    margin-bottom: 10px;
  }

  .mainCenter .centerListWrap li {
    margin-bottom: 2px;
  }

  .mainCenter .centerListWrap li a {
    padding: 0 10px;
  }

  .centerListWrap li svg {
    width: 24px;
    height: 22px;
    margin-top: 1px;
    margin-right: 6px;
  }

  .centerListWrap li .listName {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .comingSoonTxt {
    font-size: 10px;
    margin-left: 6px;
    margin-top: 3px;
  }

  .mainCenter .familyImg {
    width: 258px;
    height: auto;
    left: 193px;
    top: 126px;
  }

  .mainRight {
    width: 100%;
    height: auto;
    padding: 0 15px 12px;
    background: #fff2e2;
  }

  .rightHead {
    padding-top: 16px;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .enrollSubHeading {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 17px;
    padding: 0;
    text-align: left;
  }

  .enrolCard {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .enrollStep {
    padding: 0;
    text-align: center;
  }

  .enrollStep svg {
    height: 121px;
  }

  .enrollStepTxt {
    font-size: 14px;
    margin-bottom: 10px;
    width: 260px;
    height: auto;
  }

  .enrollDisc {
    margin-top: 2px;
    padding: 0 10px;
  }

  .proceedNext {
    width: 313px;
  }

  .hideImMobile {
    display: none;
  }

  .journeyListTxt {
    font-size: 14px;
    line-height: 20px;
  }

  .disclaimerRight::after {
    display: none;
  }

  .disclaimerSec::after {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: -1;
    background: #000;
  }

  .disclaimerRightSocial {
    margin-top: 20px;
  }

  .whySecWrap {
    padding: 16px 0;
  }

  .whyHeadTxt {
    font-size: 16px;
    line-height: 18px;
  }

  .whyHeadSubTxt span {
    display: none;
  }

  .whyList,
  .signLi {
    display: block;
    text-align: center;
    margin-bottom: 32px;
  }

  .whyList:nth-child(odd),
  .signLi:nth-child(odd) {
    padding-right: 15px;
  }

  .whyList:nth-child(even) {
    padding-left: 15px;
  }

  .whyEleSvg,
  .signLiSvg {
    display: inline;
  }

  .whyEleSvg svg,
  .signLiSvg svg {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
  }

  .whyEleTxtWrap,
  .signLiTxt {
    margin-left: 0;
  }

  .whyEleTxt,
  .signLiTxt1 {
    font-family: 'Inter-Bold';
    font-size: 13px;
    line-height: 18px;
    margin: 0 auto;
    width: 130px;
  }

  .whyEleSubTxt,
  .signLiTxt2 {
    display: none;
  }

  .whyListWrap {
    display: flex;
    flex-wrap: wrap;
  }

  .disclaimerSecWrap {
    padding: 30px 0 24px 0;
  }

  .disclaimerSecWrap .container {
    max-width: 540px;
  }

  .disclaimerSecWrap .container .row:first-child .discCol {
    padding-top: 0;
  }

  .discTitle {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 8px;
  }

  .discTxt {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 32px;
  }

  .addressPadding {
    padding-right: 0;
    width: 244px;
  }

  .discSubTitle {
    font-size: 15px;
    line-height: 18px;
  }

  .discCallSubTitle,
  .discCallSubTitle a,
  .discCallSubTitle a:hover {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .discCallDay {
    font-size: 13px;
  }

  .discCallTime {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 32px;
  }

  .discSocialWrap {
    height: 98px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: solid 1px #4e4e4e;
  }

  .discCol:first-child {
    padding-top: 16px;
    border-right: none;
  }

  .disclaimerSecWrap .container .row:first-child .discCol:nth-child(2) {
    border: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .discTxtSec {
    padding-left: 0;
    width: 50%;
  }

  .disclaimerSecWrap .container .row:first-child .discCol:nth-child(2) .discTxt:nth-child(even) {
    padding-left: 10px;
    margin-bottom: 44px;
  }

  .disclaimerSecWrap .container .row:last-child .discCol:last-child {
    padding-top: 32px;
    margin-top: 0;
  }

  .discCol:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
  }

  .discFooter span {
    display: block;
    margin-bottom: 10px;
  }

  .paymentGatewaySvg {
    margin-right: 0;
    margin-bottom: 6px;
    height: 30px;
    width: 38px;
  }

  .discFooterSupport {
    margin-top: 0;
  }

  #custSaySlider1 .splide__slide,
  #custSaySlider2 .splide__slide,
  #custSaySlider3 .splide__slide {
    width: 325px;
  }

  #partnerSlider {
    display: none;
  }

  #partnerSliderMob {
    display: block;
  }

  .partnerSecWrap img {
    height: auto;
    width: 100%;
  }

  #heroSlider .splide__list {
    padding: 0 15px !important;
  }

  .costFreeSecWrap {
    padding: 26px 0 24px;
  }

  .costFreeHeading {
    font-size: 16px;
    line-height: 22px;
    width: 314px;
    margin: 0 auto 30px;
  }

  .costCapsul {
    width: 100%;
    padding: 16px 24px 16px;
    margin: 0 auto 12px;
  }

  .costCapCount {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .costCapCount br {
    display: none;
  }

  .costCapTxt {
    display: block;
    font-size: 13px;
    line-height: 19px;
    width: 100%;
  }

  .costFreeHrHeading {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .costFreeHrBtn {
    width: 100%;
    padding: 29px 0;
    font-size: 16px;
  }

  .costFreeHrBtn svg {
    margin-top: -2px;
    width: 26px;
  }

  .bannerSliderSec {
    padding: 16px 0;
  }

  .bannerSliderWrap .splide__slide {
    width: 250px !important;
    height: 224px !important;
  }

  .benefitSecWrap {
    padding: 24px 0;
  }

  .benefTitle {
    font-size: 16px;
    line-height: 21px;
    padding-right: 0;
    margin-bottom: 218px;
  }

  .benefitBg {
    right: calc(50% - 120px);
    top: 62px;
  }

  .benefitBg img {
    width: 240px;
  }

  .benefSubTitle {
    font-family: "Inter-Bold";
    font-size: 15px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 8px;
  }

  .benefTxt {
    font-size: 13px;
    line-height: 20px;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .benefListSvg svg {
    width: 40px;
    height: 40px;
  }

  .benefListWrap {
    width: 100%;
    margin-bottom: 24px;
  }

  .benefListHead {
    line-height: 26px;
    margin-bottom: 4px;
  }

  .benefListTxt {
    font-size: 13px;
  }

  .artVidSecWrap {
    padding: 16px 0 20px;
    overflow: hidden;
  }

  .artVidHeading {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 24px;
  }

  .artVidSecWrap .splide__slide {
    width: 223px;
    height: 319px;
  }

  .articleSliderImg {
    max-height: 142px;
  }

  .articleSliderWrap {
    padding: 12px 7px 15px 12px;
  }

  .articleSliderTime {
    font-size: 9px;
    line-height: 11px;
    margin-bottom: 8px;
  }

  .articleSliderTitle {
    font-family: "Inter-Bold";
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 4px;
    max-height: 30px;
  }

  .articleSliderCont {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 10px;
    height: 62px;
  }

  .articleSliderBtn {
    width: 116px;
    height: 28px;
    border-radius: 18px;
    padding: 8px 10px;
    font-size: 10px;
    line-height: 11px;
  }

  .artVidSliderWrap {
    margin-bottom: 24px;
    /* margin-left: -15px;
        width: calc(100% + 30px); */
  }

  #articleSlider .splide__track {
    overflow: inherit;
  }

  .articleViewAllBtn {
    width: 156px;
    height: 32px;
    font-size: 11px;
    line-height: 11px;
    padding: 10px 0;
  }

  .partnerSecWrap {
    padding: 17px 0 24px;
  }

  .customerSaySecWrap {
    padding: 16px 0 52px;
  }

  .custSayHeading {
    font-size: 16px;
  }

  .customerSaySecWrap .nav {
    border-radius: 5px;
    width: 277px;
    margin: 0 auto 32px;
  }

  .customerSaySecWrap .nav-tabs .nav-link {
    font-size: 11px;
    line-height: 11px;
    height: 26px;
  }

  #custSaySlider1 .splide__slide,
  #custSaySlider2 .splide__slide,
  #custSaySlider3 .splide__slide {
    padding: 15px 20px;
    margin-right: 9px;
    height: 274px;
  }

  .sayWho {
    top: 14px;
  }

  .sayQuote {
    margin-bottom: 16px;
  }

  #custSaySlider1 .splide__pagination,
  #custSaySlider2 .splide__pagination,
  #custSaySlider3 .splide__pagination {
    bottom: -30px;
  }

  .splide__pagination__page {
    width: 6px;
    height: 6px;
  }

  .corpBusSecWrap {
    padding: 16px 0 20px;
  }

  .corpHeading {
    font-size: 16px;
  }

  .corpImg {
    padding: 56px;
  }

  .corpLupinImg {
    height: 78px;
  }

  .corpTxt {
    font-size: 14px;
    padding-top: 12px;
  }

  .disclaimerSecWrap {
    padding: 30px 0 24px 0;
  }

  .discTitle {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 8px;
  }

  .disclaimerSecWrap .container .row:first-child .discCol {
    padding-top: 0;
  }

  .discTxt {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 32px;
  }

  .addressPadding {
    padding-right: 0;
    width: 244px;
  }

  .discSubTitle {
    font-size: 15px;
    line-height: 18px;
  }

  .discCallSubTitle,
  .discCallSubTitle a,
  .discCallSubTitle a:hover {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .discCallDay {
    font-size: 13px;
  }

  .discCallTime {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 32px;
  }

  .discSocialWrap {
    height: 98px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: solid 1px #5e6ba2;
  }

  .discCol:first-child {
    padding-top: 16px;
    border-right: none;
  }

  .disclaimerSecWrap .container .row:first-child .discCol:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
  }

  .discTxtSec {
    padding-left: 0;
    width: 50%;
  }

  .disclaimerSecWrap .container .row:first-child .discCol:nth-child(2) .discTxt:nth-child(even) {
    padding-left: 10px;
  }

  .discTxtSec:nth-child(2) {
    margin-bottom: 62px;
  }

  .disclaimerSecWrap .container .row:last-child .discCol:last-child {
    padding-top: 32px;
    border: none !important;
  }

  .discCol:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
  }

  .discFooter span {
    display: block;
    margin-bottom: 10px;
  }

  .paymentGatewaySvg {
    margin-right: 0;
    margin-bottom: 6px;
  }

  .discFooterSupport {
    margin-top: 0;
  }

  .ProdSecRight.bannerProdtab {
    height: 235px;
    padding: 0;
    margin: 12px auto 3px;
    align-content: flex-start;
  }

  .heroSlideHeadTxt {
    font-size: 16px;
    line-height: 20px;
  }

  .heroSlideHeadTxt {
    margin-bottom: 6px;
  }

  .heroSlideSubHeadTxt {
    font-size: 14px;
    line-height: 18px;
    width: 142px;
  }

  .heroSlideHealth .heroSlideSubHeadTxt {
    padding-right: 0;
  }

  .heroSlideSenior .heroSlideSubHeadTxt {
    width: 142px;
  }

  .heroSlideWoman .heroSlideSubHeadTxt {
    width: 212px;
  }

  .heroSlideWoman .heroSlideUl {
    width: 172px;
  }

  .heroSlideWoman .heroSlideUl .heroSlideLi div {
    width: 150px;
  }

  .heroSliderAnchor {
    padding: 22px 0 0 26px;
  }

  #mainSlider2 .splide__arrow {
    width: 20px;
    height: 23px;
    opacity: 1;
    background: #9feaff;
  }

  .heroSlideCar {
    background-image: url('../img/heroSlider/mob/car.png');
    background-size: 311px;
    background-repeat: no-repeat;
    background-position: bottom center;
  }

  .heroSlideHealth {
    background-image: url('../img/heroSlider/mob/health.png');
    background-size: 311px;
    background-repeat: no-repeat;
    background-position: bottom center;
  }

  .heroSlideSuperTop {
    background-image: url('../img/heroSlider/mob/health2.png');
    background-size: 311px;
    background-repeat: no-repeat;
    background-position: bottom center;
  }

  .heroSlideSenior {
    background-image: url('../img/heroSlider/mob/senior.png');
    background-size: 311px;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 16px 0 0 26px;
  }

  .heroSlideLife {
    background-image: url('../img/heroSlider/mob/term.png');
    background-size: 311px;
    background-repeat: no-repeat;
    background-position: bottom center;
  }

  .heroSlideWoman {
    background-image: url('../img/heroSlider/mob/woman.png');
    background-size: 311px;
    background-repeat: no-repeat;
    background-position: bottom center;
  }

  .heroSlideUl {
    font-size: 12px;
    line-height: 16px;
    width: 142px;
    margin-top: 2px;
  }

  .heroSlideLi {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3px;
  }

  .heroSlideLi div {
    width: 126px;
  }

  .otherHeadSec {
    padding: 0 0 8px 0;
    margin-top: 16px;
    margin-bottom: 20px;
  }

  .otherHeadTxt {
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 4px;
  }

  .otherHeadTxt1 {
    font-size: 13px;
    line-height: 19px;
  }

  .discSec {
    margin-bottom: 50px;
  }

  .otherBodyLeftSec {
    width: 100%;
    padding-right: 0;
  }

  .termUlBigHead {
    margin-top: 28px;
  }

  /* JL style ends */


  /* More Product Model Style Starts */
  #prodModal .modal-dialog {
    max-width: 100%;
    margin: 0;
  }

  .prodModalTitle {
    font-size: 16px;
  }

  #prodModal .newBannerProdWrap {
    padding: 34px 0;
  }

  .newBannerProdWrap .prodEle {
    flex-basis: 100px;

    float: left;
    padding: 14px 0 10px !important;
    height: 96px;
    width: 32%;
    max-width: 158px;
    margin: 0 6px 6px 0;
    box-shadow: none;
  }

  .newBannerProdWrap {
    width: 320px;
  }

  .prodEleSvg {
    height: auto;
    margin-bottom: 8px;
  }

  .prodEleName {
    font-size: 12px;
  }

  .prodEleSvg img {
    width: 54px;
    height: 30px;
  }

  .newBannerProdWrap .prodEle:nth-child(3n),
  .newBannerProdWrap .prodEle:last-child {
    margin-right: 0 !important;
  }

  .prodEleExtra.view-all {
    display: block;
    position: relative !important;
    top: auto;
    left: auto;
    right: auto;
    left: auto;
    margin: 0 0 0 0 !important;
    height: 96px !important;
    width: 32% !important;
    max-width: 158px !important;
  }

  /* More Product Model Style Ends */
  .heroSlideWoman .heroSlideUl {
    width: 200px;
  }

  .heroSlideWoman .heroSlideUl .heroSlideLi div {
    width: 190px;
  }

  .heroSlideWoman {
    background-image: url('../img/heroSlider/mob/woman.png');
    background-size: 311px;
    background-repeat: no-repeat;
    background-position: 38px bottom;
  }

  .heroSlideCar .upto90 {
    width: 86px;
  }

}

/* Small devices (small devices tablets and large phones, 768px and 1199px) */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .vdFloat {
    display: block;
  }

  .bannerHead {
    font-size: 24px;
    line-height: 30px;
  }

  .bannerSubHead {
    font-size: 18px;
    line-height: 25px;
    margin: 0 145px 18px;
  }

  .associateHeading {
    margin: 0 28px 18px;
  }

  .ProdSecRight {
    /* display: none; */
    width: 502px;
    padding: 24px 0 36px 0;
  }

  .bannerSliderSec .splide__arrow:hover {
    background: #152981;
  }

  .bannerSliderSec .splide__arrow:hover svg {
    fill: #fff;
  }

  .bannerSliderSec .splide__arrows {
    position: absolute;
    top: -26px;
    right: 35px;
    z-index: 0;
  }

  .bannerSliderSec .splide__arrow {
    background: #fff;
    border: solid 1px #000;
    opacity: 1;
    margin: 0 -2px;
    width: 18px;
    height: 18px;
  }

  .bannerSliderSec .splide__arrow--prev {
    left: -6px;
  }

  .bannerSliderSec .splide__arrow svg {
    width: 10px;
    height: 10px;
  }

  .bannerSliderSec .splide__slide {
    height: 320px;
  }

  .enrollHeading {
    font-size: 21px;
    line-height: 20px;
    margin-bottom: 12px;
  }

  .enrollSec {
    padding: 40px 0 35px;
  }

  .enrollStep {
    float: left;
    padding: 14px 28px 0;
  }

  .enrollStepInWrap {
    margin-bottom: 22px;
  }

  .journeySec {
    padding: 40px 0;
  }

  .journeyHeading {
    font-size: 21px;
    line-height: 20px;
  }

  .journeyListHead {
    font-size: 20px;
    line-height: 24px;
  }

  .disclaimerHeading {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 12px;
  }

  .disclaimerLeft {
    text-align: center;
    padding: 0;
    margin-bottom: 16px;
    font-family: 'WorkSans-Medium';
    font-size: 18px;
    line-height: 22px;
    width: 368px;
    margin-left: calc(50% - 184px);
  }

  footer {
    height: auto;
    padding: 0;
  }

  footer .container,
  footer .row {
    padding: 0;
    /* margin: 0; */
    width: 726px;
  }

  .footerLeft {
    width: 100%;
    padding: 7px 0;
  }

  .footerRight {
    width: 100%;
    text-align: center;
    padding: 0 0 12px 0;
    font-size: 11px;
    line-height: 24px;
    /* background-color: #f6f6f6; 
    border-top: 1px solid #d8d5d5;*/
  }

  .footerLeft div {
    margin-right: 0;
    text-align: center;
  }

  .footerLeft div:nth-child(2) {
    padding: 0;
  }

  .costFreeHeading {
    font-size: 24px;
    line-height: 30px;
    width: 470px;
    margin: 0 auto 21px;
  }

  .costCapsul {
    width: 670px;
    margin: 0 auto 12px;
  }

  .costCapCount {
    font-size: 24px;
    line-height: 28px;
  }

  .costCapTxt {
    font-size: 13px;
    line-height: 19px;
    width: 455px;
  }

  .costCapsul:last-child {
    margin-bottom: 40px;
  }

  .benefitSecWrap {
    padding: 24px 0;
  }

  .benefTitle {
    font-size: 20px;
    line-height: 25px;
    padding-right: 40px;
  }

  .benefSubTitle {
    font-family: "Inter-Bold";
    font-size: 15px;
    line-height: 10px;
    margin-bottom: 8px;
  }

  .benefTxt {
    font-size: 13px;
    line-height: 19px;
    padding-right: 328px;
  }

  .benefListWrap {
    width: 450px;
    margin-bottom: 0;
    margin-top: 20px;
  }

  .benefListSvg svg {
    width: 32px;
    height: 32px;
  }

  .benefListHead {
    font-size: 13px;
    line-height: 10px;
    margin-bottom: 6px;
  }

  .benefListTxt {
    font-size: 13px;
  }

  .benefitBg {
    right: 8px;
    top: 44px;
  }

  .benefitBg img {
    width: 300px;
  }

  .artVidSecWrap {
    padding: 24px 0;
  }

  .artVidHeading {
    font-size: 24px;
    line-height: 14px;
    margin-bottom: 26px;
  }

  .artVidSecWrap .splide__arrows {
    top: -33px;
    right: 35px;
  }

  .artVidSecWrap .splide__arrow {
    width: 18px;
    height: 18px;
    z-index: 0;
  }

  .artVidSecWrap .splide__arrow--prev {
    left: -6px;
  }

  .artVidSecWrap .splide__arrow svg {
    width: 10px;
    height: 10px;
  }

  .artVidSecWrap .splide__slide {
    height: 320px;
  }

  .articleSliderImg {
    max-height: 140px;
  }

  .articleSliderWrap {
    padding: 14px 13px 16px;
  }

  .articleSliderTime {
    font-size: 6px;
    line-height: 11px;
    margin-bottom: 10px;
  }

  .articleSliderTitle {
    font-family: "Inter-Bold";
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 4px;
    max-height: 28px;
  }

  .articleSliderCont {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 8px;
    height: 60px;
  }

  .articleSliderBtn {
    width: 94px;
    height: 28px;
    padding: 8px 0;
    font-size: 11px;
    line-height: 11px;
  }

  .artVidSliderWrap {
    margin-bottom: 24px;
  }

  .articleViewAllBtn {
    width: 200px;
    height: 38px;
    font-size: 12px;
    line-height: 12px;
    padding: 12px 0;
  }

  .partnerSecWrap {
    padding: 24px 0 32px;
  }

  .partnerSecWrap img {
    height: 221px;
    width: 683px;
  }

  .customerSaySecWrap {
    padding: 24px 0 72px 0;
  }

  .custSayHeading {
    font-size: 24px;
  }

  .customerSaySecWrap .nav {
    margin: 0 auto 32px;
  }

  #custSaySlider1 .splide__slide,
  #custSaySlider2 .splide__slide,
  #custSaySlider3 .splide__slide {
    margin-right: 12px;
    width: 380px !important;
  }

  .corpImg {
    padding: 0 44px;
  }

  .corpTxt {
    font-size: 14px;
  }

  .corpBusSecWrap .splide__arrow {
    width: 18px;
    height: 18px;
  }

  .corpBusSecWrap .splide__arrow svg {
    width: 10px;
    height: 10px;
  }

  .corpBusSecWrap .splide__arrow--next {
    right: -4px;
  }

  .disclaimerSecWrap {
    padding: 37px 0 48px 0;
  }

  .disclaimerSecWrap .container .row:first-child .discCol:first-child {
    padding-top: 8px;
    padding-left: 16px;
    width: 304px;
  }

  .discTitle {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 8px;
  }

  .discTxt {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 32px;
  }

  .discSubTitle svg {
    width: 16px;
    margin-right: 4px;
  }

  .discSubTitle {
    font-size: 15px;
    line-height: 18px;
  }

  .discCallSubTitle,
  .discCallSubTitle a,
  .discCallSubTitle a:hover {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 8px;
  }

  .discCallDay {
    font-size: 16px;
  }

  .discCallTime {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 32px;
  }

  .disclaimerSecWrap .container .row:first-child .discCol {
    padding-top: 8px;
  }

  .disclaimerSecWrap .container .row:first-child .discCol:nth-child(2) {
    width: 448px;
  }

  .discTxtSec {
    width: 50%;
  }

  .discTxtSec:nth-child(2) {
    margin-bottom: 20px;
  }

  .disclaimerSecWrap .container .row:last-child .discCol:first-child {
    padding-left: 16px;
    width: 304px;
  }

  .disclaimerSecWrap .container .row:last-child .discCol:last-child {
    width: 448px;
    padding-top: 0;
    padding-right: 12px;
  }

  .discFooter {
    font-size: 11px;
    line-height: 18px;
  }

  .paymentGatewaySvg:first-child {
    margin-left: 0;
  }

  .paymentGatewaySvg {
    margin-top: 18px;
    margin-right: 2px;
  }

  /* .discDetailWrap {
    margin-top: -226px;
  } */
  .hederRightTxt {
    width: 215px;
    font-size: 13px;
    line-height: 19px;
    margin-right: 3px;
  }

  /* JL style starts */
  .container {
    width: 728px;
    padding-left: 0;
    padding-right: 0;
  }

  .mainLogo {
    width: 160px;
    height: 43px;
  }

  /* header {
    height: 82px;
  } */
  .hederRight {
    width: 452px;
  }

  header .container {
    margin-left: 20px;
    margin-right: 20px;
    margin: 0 auto;
  }

  .headRightTxt {
    font-size: 10px;
    line-height: 12px;
  }

  .jlSvg {
    width: 152px;
    /* height: 52px; */
  }

  .hederRight svg {
    width: 50px;
    height: 20px;
    margin-top: 6px;
  }

  .mainLeft {
    width: 254px;
    height: 492px;
    padding-right: 12px;
  }

  .mainCenter {
    width: 274px;
    height: 576px;
    padding: 0 16px 36px;
  }

  .mainRight {
    width: 189px;
    height: 492px;
    padding: 0 0 0 16px;
  }

  .leftHead,
  .centerHead,
  .rightHead {
    padding-top: 100px;
    font-size: 21px;
    line-height: 24px;
  }

  .leftHead {
    margin-bottom: 12px;
  }

  .centerHead,
  .rightHead {
    margin-bottom: 17px;
  }

  .leftSubHead {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 50px;
  }

  .leftLink {
    font-size: 12px;
    line-height: 12px;
  }

  .centerListWrap li {
    margin-bottom: 10px;
  }

  .mainCenter .centerListWrap li {
    margin-bottom: 4px;
  }

  .mainCenter .centerListWrap li a {
    padding: 4px 10px 0;
  }

  .centerListWrap li svg {
    width: 18px;
    height: 20px;
    margin-right: 7px;
    margin-top: 0;
  }

  .centerListWrap li .listName {
    font-size: 13px;
    line-height: 22px;
    margin-top: 0;
  }

  .comingSoonTxt {
    font-size: 8px;
    margin-top: 2px;
  }

  .mainCenter .familyImg {
    width: 300px;
    height: auto;
    left: 199px;
    top: 236px;
  }

  .enrollSubHeading {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    padding: 0 76px;
  }

  .enrolCard {
    width: 237px;
    height: 278px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .enrollStep svg {
    width: 180px;
    height: 104px;
  }

  .enrollStepHeading {
    font-size: 18px;
  }

  .enrollStepTxt {
    width: auto;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    padding: 0 10px;
    min-height: 40px;
  }

  .enrollDisc {
    margin-top: 16px;
    padding: 0 70px;
  }

  .journeyListWrap {
    padding: 0 29px 32px;
    width: 726px;
    margin: 0;
  }

  .disclaimerSec {
    padding: 40px 0 24px 0;
  }

  .disclaimerRight {
    /* background: none; */
    width: 726px;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 25px;
  }

  .disclaimerRightSocial {
    text-align: center;
  }

  .whyHeadTxt {
    font-size: 24px;
  }

  .whySecWrap {
    padding: 24px 0;
  }

  .whyHeadSubTxt,
  .signFullTxt {
    font-size: 13px;
    width: 670px;
    margin: 0 auto 24px;
  }

  .whyHeadSubTxt br {
    display: none;
  }

  .whyList:nth-child(odd),
  .signLi:nth-child(odd),
  .whyList:nth-child(even) {
    padding: 0;
  }

  .whyList,
  .signLi {
    display: flex;
    width: 600px;
    padding: 0;
    margin: 0 auto 20px;
  }

  .disclaimerSecWrap {
    padding: 37px 0 48px 0;
  }

  .disclaimerSecWrap .container .row:first-child .discCol:first-child {
    float: left;
    padding-top: 8px;
    padding-left: 16px;
    width: 278px;
  }

  .discTitle {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 8px;
  }

  .discTxt {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
  }

  .discSubTitle svg {
    width: 16px;
    margin-right: 4px;
  }

  .discSubTitle {
    font-size: 15px;
    line-height: 18px;
  }

  .discCallSubTitle,
  .discCallSubTitle a,
  .discCallSubTitle a:hover {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 8px;
  }

  .discCallDay {
    font-size: 16px;
  }

  .discCallTime {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 32px;
  }

  .disclaimerSecWrap .container .row:first-child .discCol {
    padding-top: 8px;
  }

  .disclaimerSecWrap .container .row:first-child .discCol:nth-child(2) {
    float: left;
    width: 448px;
  }

  .discTxtSec {
    width: 50%;
  }

  .disclaimerSecWrap .container .row:last-child .discCol:first-child {
    float: left;
    padding-top: 0;
    padding-left: 16px;
    width: 278px;
  }

  .disclaimerSecWrap .container .row:last-child .discCol:last-child {
    float: left;
    width: 448px;
    padding-top: 0;
    padding-right: 12px;
    /* margin-top: -44px; */
  }

  .discFooter {
    font-size: 11px;
    line-height: 18px;
  }

  .paymentGatewaySvg:first-child {
    margin-left: 0;
  }

  .paymentGatewaySvg {
    margin-top: 18px;
    margin-right: 2px;
  }

  .otherHeadSec {
    padding: 0 0 12px 0;
    margin-top: 24px;
    margin-bottom: 12px;
  }

  .otherHeadTxt {
    font-size: 24px;
    line-height: 15px;
    margin-bottom: 12px;
  }

  .otherHeadTxt1 {
    font-size: 14px;
  }

  .otherBodyLeftSec {
    width: 100%;
    margin-bottom: 32px;
  }

  /* JL style ends */
}

/* Ipad Landscape (between 1024px and 1199px) */
@media only screen and (min-width: 1024px) and (max-width: 1199px) {

  header .container,
  .mainSection .container {
    width: 940px !important;
  }

  .mainLeft {
    width: 329px;
    height: 528px;
    padding-right: 24px;
  }

  .mainCenter {
    width: 329px;
    height: 580px;
    padding: 0 0 36px 24px;
  }

  .mainRight {
    width: 280px;
    height: 528px;
    padding: 0 0 0 24px;
  }

  .mainCenter .familyImg {
    left: 226px;
  }
}

/* Large devices (Large device desktops, 1200px and above) */
@media only screen and (min-width: 1200px) {

  .enrollSec .enrolCard:nth-child(1),
  .enrollSec .enrolCard:nth-child(4) {
    margin-left: 40px;
  }

  .enrollSec .enrolCard:nth-child(1n+4) {
    margin-top: 12px;
  }

  .footerLeft .col-sm-4 {
    width: auto;
    padding: 0;
  }

  /* .container{
    width: 1200px;
  } */
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1224px;
  }

  .prodPageCont {
    max-width: 1260px;
  }
}


/* More Product Model Style Starts */
@media only screen and (min-width: 767px) and (max-width: 1229px) {
  #prodModal .modal-dialog {
    max-width: 600px;
  }

  .newBannerProdWrap {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .certificate img {
    margin-top: 3rem !important;
  }
}

@media only screen and (max-width: 768px) {
  .certificate img {
    margin-bottom: 0.8rem !important;
  }
}

/* More Product Model Style Ends */