@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
/* 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-Semibold/Inter-Semibold.otf');
  src: url('../fonts/Inter-Semibold/Inter-Semibold.woff2') format('woff2'),
    url('../fonts/Inter-Semibold/Inter-Semibold.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-Light';
  src: url('../fonts/Inter-Light/Inter-Light.otf');
  src: url('../fonts/Inter-Light/Inter-Light.woff2') format('woff2'),
    url('../fonts/Inter-Light/Inter-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */


@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/glyphicons-halflings-regular/glyphicons-halflings-regular.woff2') format('woff2'),
        url('../fonts/glyphicons-halflings-regular/glyphicons-halflings-regular.woff') format('woff'),
        url('../fonts/glyphicons-halflings-regular/glyphicons-halflings-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WorkSans-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/WorkSans-SemiBold.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-Regular';
    font-style: normal;
    font-weight: 100;
    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-Medium';
    font-style: normal;
    font-weight: 100;
    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 */

html,
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    background-color: #fff;

    overflow-x: hidden;
}


*,
*:before,
*:after {
    box-sizing: border-box;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
    outline: none;
    text-decoration: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input:focus {
    outline: none;
}

.modal-open {
    padding: 0 !important;
    overflow: hidden !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.display-none {
    display: none !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.has-error {
    border-color: #d43d3d !important;
    border-width: 2px;
}

.error-text {
    font-size: 12px;
    margin: 0;
    color: #d43d3d;
}

.form-group {
    margin: 0 0 15px 0;
}

.container {
    max-width: 1224px;
    position: relative;
}

.header {
    min-height: 80px;
    display: flex;
    align-items: center;
    position: relative;
}

.header .col {
    display: flex;
    align-items: center;
}

.header .col:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

.mainLogo {
    width: 150px;
    height: 58px;
}

.header-right {
    position: relative;
    display: flex;
    align-items: center;
}

.header-right p {
    max-width: 245px;
    font-size: 14px;
    line-height: 20px;
    color: #111111;
    margin: 0;
}

.header-right img {
    width: 145px;
}

.banner {
    position: relative;
    background-color: #19C2F2;
    padding: 20px 0;
}

.banner-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.banner-div-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.banner-text-wrapper {
    max-width: 709px;
    width: 100%;
}

.banner-div-right {
    width: 100%;
}

.banner-img{
    width: 100%;
    max-width: 712px;
    position: relative;
    left: -8px;
}

.banner-tablet, .banner-mobile{
    display: none;
}

.header1 {
    margin: 10px 0 33px 0;
    color: #080808;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    font-family: 'WorkSans-Bold';
}

.header1 span{
    color: #fff;
}

.header1-p {
    margin: 0 0 20px 0;
    color: #080808;
    font-size: 18px;
    line-height: 26px;
}

.header2 {
    font-size: 28px;
    line-height: 34px;
    color: #080808;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'WorkSans-Bold';
}

.header2-p {
    margin: 0 auto 24px auto;
    color: #080808;
    font-size: 18px;
    line-height: 28px;
    max-width: 640px;
    text-align: center;
}

.banner-div-video {
    width: 209px;
    background-color: #F2DB0C;
    border-radius: 19px;
    font-size: 14px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 5px 3px 14px;
    color: #111111;
    font-weight: 600;
    margin: 0 0 24px 0;
}

.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 {
    border-radius: 10px;
    width: 120px;
    height: 85px;
    margin-right: 8px;
}

.deskVideoTxt {
    width: 112px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #080808;
    margin-right: 3px;
}

.deskVideoSvg {
    width: 36px;
    height: 36px;
}

.banner-div-cards {
    position: relative;
    display: flex;
    margin: 0 0 0 0;
    flex-wrap: wrap;
    max-width: 560px;
}

.banner-div-cards-tablet {
    display: none;
}

.prod-cards div {
    position: relative;
    width: 140px;
    height: 140px;
    background-color: #FCFCFC;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px;
    margin: 0 44px 30px 0;
    padding: 6.5px;
}

.prod-cards div:nth-child(3),
.prod-cards div:nth-child(6){
    margin: 0 0 20px 0;
}

.prod-cards div:nth-child(4),
.prod-cards div:nth-child(5),
.prod-cards div:nth-child(6){
    margin-bottom: 0 !important;
}

.prod-cards div span {
    background-color: #fff;
    box-shadow: -3px -3px 10px #00000019;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.prod-cards div span img {
    width: 44px;
    margin: 0 0 8px 0;
}

.prod-cards div span p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #080808;
    margin: 0 auto;
    /* max-width: 108px; */
}

.prod-cards div:last-child {
    /* margin: 0; */
}

.banner-div-cards a:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
}

.banner-login {
    max-width: 370px;
    min-width: 370px;
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    padding: 20px 15px;
    height: 100%;
}

.banner-login h2 {
    font-size: 22px;
    line-height: normal;
    color: #182639;
    margin: 0 0 20px 0;
    text-align: center;
    font-weight: 600;
}

.bannerLoginTab {
    justify-content: center;
    border: none;
}

.bannerLoginTab .nav-link {
    margin: 0;
    color: #AFB0B3;
    font-size: 14px;
    line-height: normal;
    padding: 0 0 4px 0;
    min-width: 94px;
    border: none;
    border-bottom: 1px solid #AFB0B3;
    position: relative;
}

.bannerLoginTab .nav-link:hover {
    border-color: #AFB0B3;
}

.bannerLoginTab .nav-link.active {
    font-weight: 600;
    color: #19C2F2;
    border-bottom: 1px solid #AFB0B3;
    /* border-bottom: 2px solid #19C2F2; */
}

.bannerLoginTab .nav-link.active:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #19C2F2;
    display: block;
    position: absolute;
    bottom: -2px;
}

.bannerLoginTabContent {
    padding: 20px 0 0 0;
}

.input-label {
    color: #182639;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 8px 0;
}

.form-control {
    width: 100%;
    font-size: 14px;
    height: 48px;
    border-color: #707070;
}

input::placeholder {
    color: #AFB0B3 !important;
}

::-webkit-input-placeholder {
    color: #AFB0B3 !important;
}

::-moz-placeholder {
    color: #AFB0B3 !important;
}

:-ms-input-placeholder {
    color: #AFB0B3 !important;
}

:-moz-placeholder {
    color: #AFB0B3 !important;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #707070;
}

.pwd-form-group {
    margin: 0 0 10px 0 !important;
}

.pwd-div {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 0 0;
}

.pwd-div img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    display: block;
    margin: auto;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.forgot-pwd-div {
    display: flex;
    justify-content: space-between;
    margin: 0 0 18px 0;
}

.forgot-pwd-div a {
    color: #107591;
    font-size: 11px;
    line-height: 16px;
}

.button1 {
    background-color: #F15926;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    border: none;
    margin: 0 0 20px 0;
}


/* custom checkbox */
.custom-checkbox {
    float: left;
    width: 30px;
    height: 16px;
    overflow: hidden;
    border-radius: 20px;
    margin: 0;
}

.custom-checkbox-input {
    display: none;
}

.custom-checkbox-label {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    cursor: pointer;
    background-color: #dddddd;
    transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    margin: 0;
}

.custom-checkbox-label-aux {
    top: 2px;
    left: 3px;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    cursor: pointer;
    border-radius: 100%;
    transition: left 0.3s;
    -o-transition: left 0.3s;
    background-color: white;
    -moz-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    box-shadow: 0px 1px 5px 0px rgb(56 55 56 / 61%);
    -moz-box-shadow: 0px 1px 5px 0px rgba(56, 55, 56, 0.61);
    -webkit-box-shadow: 0px 1px 5px 0px rgb(56 55 56 / 61%);
}

.custom-checkbox-input:checked+.custom-checkbox-label {
    background-color: #107591;
    border: none;
}

.custom-checkbox-input:checked+.custom-checkbox-label .custom-checkbox-label-aux {
    left: 16px;
}

/* custom checkbox end */

.whatsapp-check-div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px 0;
}

.whatsapp-check-div img {
    width: 16px;
    margin: 0 4px 0 0;
}

.whatsapp-check-div p {
    font-size: 11px;
    color: #333333;
    margin: 0 8px 0 0;
}

.banner-disclaimer {
    font-size: 11px;
    color: #808080;
    margin: 0;
    text-align: center;
}

.banner-disclaimer a{
    color: #278EAA;
    text-decoration: underline;
}

.otp-verify-div {
    display: none;
    flex-direction: column;
}

.otp-verify-div p {
    font-size: 14px;
    color: #182639;
    margin: 0 0 14px 0;
}

.otp-verify-div .form-group {
    margin: 0 0 20px 0;
}

.otp_verify {
    font-size: 24px;
    color: #182639;
    letter-spacing: 2.4px;
    text-align: center;
    margin: 0 0 0 0;
}

.resend-code-div {
    margin: 0 0 30px 0 !important;
    justify-content: center !important;
}

.resend-code-div p {
    font-size: 12px;
    color: #182639;
    margin: 0 0 0 0;
    line-height: 16px;
}

#resend_code_secs {
    display: none;
}

.otp-verify-6div {
    display: flex;
    justify-content: space-between;
}

.otp-verify-6div input {
    font-size: 24px;
    color: #182639;
    padding: 4px;
    max-width: 48px;
    text-align: center;
}


/* mediabox */

.mediabox-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    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 video,
.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 video,
    .mediabox-content iframe {
        height: 320px !important;
    }

    .mediabox-close {
        bottom: 362px;
    }
}

@media all and (max-width: 480px) and (min-width:10px) {
    .mediabox-content video,
    .mediabox-content iframe {
        height: 220px !important;
    }

    .mediabox-close {
        bottom: 262px;
    }
}

/* mediabox ends */


/* Customer Say Section Starts */
.customerSaySecWrap {
    background-color: #FFE817;
    padding: 60px 0;
    overflow: hidden;
}

.custSayHeading {
    font-size: 28px;
    line-height: 26px;
    color: #080808;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
    font-family: 'WorkSans-Bold';
}


.newCustSayWrap {
    position: relative;
    display: flex;

}

#newCustSaySlider .splide__track .splide__list .splide__slide {
    min-width: 284px;
}

.newCustSayItem {
    background-color: #FFFFFF;
    padding: 16px;
    position: relative;
    margin: 0 20px 0 0;
    /* min-width: 284px; */
}

.newCustSayItemStars {
    width: 122px;
    display: block;
    margin: 0 0 14px 0;
}

.newCustSayItemText {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px 0;
    color: #020113;
    min-height: 222px;
}

.newCustSayItemUser {
    width: 70px;
    display: block;
    margin: 0 0 7px 0;
}

.newCustSayItemUserName {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 0 0 2px 0;
    color: #020113;
}

.newCustSayItemUserInfo {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 0 0;
    color: #020113;
}

#newCustSaySlider.splide .splide__track {
    overflow: inherit;
}

#newCustSaySlider {
    position: relative;
}

#newCustSaySlider .splide__arrows {
    position: absolute;
    right: 38px;
    top: -64px;
}

#newCustSaySlider .splide__arrow {
    background: #fff !important;
    opacity: 1 !important;
    width: 31px !important;
    height: 31px !important;
    border: 1px solid #000000;
}

#newCustSaySlider .splide__arrow svg {
    width: 14px !important;
}

#newCustSaySlider .splide__arrow--prev {
    right: 1em !important;
    left: auto !important;
}

#newCustSaySlider .splide__arrow--next {
    left: -10px !important;
    right: auto !important;
}






/* faqs */
.faqs {
    padding: 72px 0;
    position: relative;
}

.faqs-accordion {
    border-radius: 0;
}

.faqs-accordion .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #080808;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 0 0 !important;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.faqs-accordion .accordion-body {
    padding: 10px 0 0 0;
}

.faqs-accordion .accordion-item {
    border: none;
    padding: 20px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #B9B9B9;
    border-radius: 0;
}

.faqs-accordion .accordion-item:first-child {
    padding-top: 0 !important;
}

.faqs-accordion .accordion-button::after {
    background-image: url(../img/black-plus.svg);
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
}

.faqs-accordion .accordion-button:not(.collapsed)::after {
    background-image: url(../img/black-minus.svg);
}

.faqs-accordion .accordion-body p {
    font-size: 14px;
    margin: 0;
}

.faqs-accordion .accordion-body .faqs-list {
    font-size: 14px;
    margin: 0;
    padding: 0 0 0 22px;
}


/* unlock-superpower */
.unlock-superpower {
    padding: 60px 0;
    position: relative;
}

.usp-row {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.usp-col {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 50%;
}

.usp-col:first-child {
    max-width: 500px;
}

.usp-info-row {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0 0 24px 0;
}

.usp-info-row:last-child {
    margin-bottom: 0 !important;
}

.usp-info-row img {
    width: auto;
    height: 50px;
    margin: 0 16px 0 0;
}

.usp-info-text-row {
    position: relative;
    display: flex;
    flex-direction: column;
}

.usp-info-text-row h3 {
    color: #080808;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.usp-info-text-row p {
    color: #080808;
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 0 0;
}

.usp-family {
    max-width: 526px;
    width: 100%;
}


/* fit-track */
.fit-track {
    position: relative;
    padding: 80px 0;
    background-color: #152981;
}

.fit-track-header {
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin: 0 0 60px 0;
    font-weight: 600;
    font-family: 'WorkSans-Bold';
}

.fit-track-row {
    position: relative;
    display: flex;
    border-radius: 24px;
    justify-content: center;
}

.fit-track-img-col {
    position: relative;
    border-radius: 24px 0 0 24px;
    min-width: 416px;
    max-width: 416px;
    width: 100%;
    background-image: url('../img/fit-track-banner.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fit-track-text-col {
    position: relative;
    padding: 42px 32px 42px 50px;
    background-color: #fff;
    border-radius: 0 24px 24px 0;
    min-width: 747px;
    max-width: 747px;
    width: 100%;
}

.fit-track-text-check {
    position: relative;
    display: flex;
    margin: 0 0 22px 0;
    align-items: flex-start;
}

.fit-track-text-check:last-child {
    margin: 0;
}

.fit-track-text-check img {
    width: 18px;
    margin: 0 14px 0 0;
    position: relative;
    top: 6px;
}

.fit-track-text-check p {
    color: #080808;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}


/* wellness */
.wellness {
    position: relative;
    padding: 60px 0;
    background-color: #19C2F2;
}

.wellness .header2 {
    margin-bottom: 50px !important;
}

.wellness-row {
    position: relative;
    display: flex;
    justify-content: center;
}

.wellness-col {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    min-width: 270px;
    max-width: 270px;
    min-height: 304px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    margin: 0 0 0 0;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 24px 20px 20px 20px;
    box-shadow: 3px 3px 6px #00000029;
}

#wellnessSlider {
    display: flex;
    justify-content: center;
}

.wellness-col h3 {
    color: #080808;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.wellness-col p {
    font-size: 14px;
    line-height: 24px;
    color: #080808;
    margin: 0 0 30px 0;
}

.wellness-col img {
    width: 60px;
}

.wellness-col-1 {
    background-color: #EAFFD8;
}

.wellness-col-2 {
    background-color: #D0E6FF;
}

.wellness-col-3 {
    background-color: #FFEED0;
}

.wellness-col-4 {
    background-color: #FFDDEC;
}


/* easy-claim-video */
.easy-claim-video {
    position: relative;
    padding: 60px 0;
    background-color: #EFFBFF;
}

.ec-video {
    max-width: 473px;
    width: 100%;
    margin: auto;
    background-color: #D9D9D9;
    display: flex;
}

.ec-video img {
    width: 100%;
}








/* discover */
.discover {
    position: relative;
    padding: 60px 0;
    background-color: #19C2F2;
}

.discover .header2-p {
    margin: 0 auto 30px auto;
}

.newBannerProdWrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    max-width: 740px;
    width: 100%;
    margin: auto;
}

.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: 20px 0;
    margin: 0 16px 16px 0;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
}

.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);
}

.prodEleSvg {
    height: 40px;
    text-align: center;
    margin-bottom: 10px;
}

.prodEleName {
    font-size: 14px;
    line-height: 16px;
    color: #080808;
    text-align: center;
}

.prodEleSvg svg,
.prodEleSvg img {
    width: 78px;
    height: 42px;
}

.prodEle squeeze {
    letter-spacing: -0.56px;
}

/* footer */
.footer {
    position: relative;
    background-color: #080808;
    padding: 12px 0;
}

.footer p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    text-align: center;
}

/* passwordPolicy */
.passwordPolicyModal {
    padding: 0 !important;
    overflow: hidden;
}

.passwordPolicyModal .modal-title {
    font-size: 20px;
}

.passwordPolicyModal .modal-dialog {
    max-width: 764px;
    width: 100%;
}

.passwordPolicyModal .modal-body {
    overflow: auto;
}

.passwordPolicy-header {
    text-align: center;
    text-decoration: underline;
    font-weight: 600;
    margin: 0 0 10px 0;
    font-size: 16px;
}

.passwordPolicyModal ul {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 0 22px;
    margin: 0;
}

.passwordPolicyModal li {
    padding: 5px 0;
}

.passwordPolicyModal li p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}






@media (max-width: 991px) {
    .container {
        padding: 0 15px;
    }

    .banner-laptop, .banner-mobile{
        display: none;
    }

    .banner-tablet{
        display: block;
    }

    .banner-img{
        max-width: 660px;
        left: 0;
    }

    .header .col:nth-child(2) {
        flex: 2;
    }

    .mainLogo {
        width: 138px;
        height: 54px;
    }

    .header-right p {
        font-size: 12px;
        line-height: 18px;
        max-width: 215px;
    }

    .header-right img {
        width: 135px;
    }

    .banner {
        padding: 20px 0 30px 0;
    }

    .banner-div {
        flex-direction: column;
        align-items: center;
    }

    .banner-div-cards-desktop {
        display: none;
    }

    .banner-div-cards-tablet {
        display: flex;
        margin: 0;
        max-width: 524px;
        justify-content: center;
    }

    .banner-login {
        margin: 0 0 30px 0;
        max-width: 344px;
        min-width: 344px;
    }

    .banner-text-wrapper {
        max-width: unset;
    }

    .header1 {
        margin: 0 auto 24px auto;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        max-width: 588px;
    }

    .header1-p {
        text-align: center;
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 30px 0;
    }

    .prod-cards div {
        
    }

    .prod-cards div span img {
        width: 39px;
        margin: 0 0 8px 0;
    }

    .prod-cards div span p {
        /* font-size: 12px;
        line-height: 16px; */
    }

    #newCustSaySlider .splide__arrows{
        top: -43px;
    }

    .unlock-superpower {
        padding: 40px 0;
    }

    .header2 {
        font-size: 24px;
        line-height: normal;
    }

    .header2-p {
        font-size: 16px;
        line-height: 26px;
    }

    .usp-row {
        flex-direction: column-reverse;
    }

    .usp-col {
        width: 100%;
    }

    .usp-family {
        max-width: 344px;
        margin: 0 auto 30px auto;
        display: flex;
    }

    .usp-col:first-child {
        max-width: unset;
        width: 100%;
    }

    .fit-track {
        padding: 40px 0;
    }

    .fit-track-header {
        font-size: 24px;
        line-height: normal;
        margin: 0 0 30px 0;
    }

    .fit-track-img-col {
        min-width: 263px;
        max-width: 263px;
        background-position: -24px center;
    }

    .fit-track-text-col {
        padding: 26px 16px;
        min-width: 465px;
        max-width: 465px;
    }

    .wellness {
        padding: 40px 0;
    }

    .wellness .header2 {
        margin-bottom: 30px !important;
    }

    #wellnessSlider {
        display: block;
    }

    #wellnessSlider.splide .splide__track,
    #newCustSaySlider.splide .splide__track {
        overflow: inherit;
    }

    .faqs {
        padding: 40px 0;
    }

    .customerSaySecWrap {
        padding: 40px 0;
    }

    .custSayHeading {
        font-size: 24px;
        line-height: normal;
        margin: 0 0 30px 0;
    }

    .discover {
        padding: 40px 0;
    }

    .passwordPolicyModal .modal-dialog {
        margin: 30px auto 0 auto;
    }

}

@media (max-width: 767px) {
    .banner-laptop, .banner-tablet{
        display: none;
    }

    .banner-mobile{
        display: block;
    }

    .banner-login{
        margin: 0 0 20px 0;
        min-width: unset;
    }

    .banner-login h2{
        font-size: 18px;
    }

    .header-right p {
        display: none;
    }

    .header {
        min-height: 68px;
    }

    .mainLogo {
        width: 122px;
        height: 48px;
    }

    .header-right img {
        width: 120px;
    }

    .banner {
        padding: 16px 0 30px 0;
    }

    .header1 {
        font-size: 16px;
        line-height: 21px;
        margin: 0 0 16px 0;
    }

    .header1-p {
        font-size: 14px;
        line-height: 21px;
        margin: 0 0 16px 0;
    }

    .banner-div-cards-desktop {
        display: none;
    }

    .banner-div-cards-tablet {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .deskVideoWrap{
        position: relative;
        right: unset;
        bottom: unset;
        margin: 0 auto 20px auto;
    }

    .prod-cards div {
        margin: 0 0 20px 0;
    }

    .prod-cards div:nth-child(5),
    .prod-cards div:nth-child(6){
        margin-bottom: 0 !important;
    }

    .prod-cards div:nth-child(odd){
        margin-right: 16px !important;
    }
    
    .unlock-superpower {
        padding: 30px 0;
    }

    .header2 {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 8px;
    }

    .header2-p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 auto 10px auto;
    }

    .usp-family {
        margin: 0 auto 10px auto;
    }

    .usp-info-row img {
        height: 38px;
        margin: 0 8px 0 0;
    }

    .usp-info-text-row h3 {
        font-size: 14px;
        line-height: normal;
    }

    .usp-info-row {
        margin: 0 0 18px 0;
    }

    .wellness {
        padding: 30px 0;
    }

    .fit-track {
        padding: 30px 0;
    }

    .fit-track-header {
        font-size: 16px;
        line-height: 21px;
    }

    .prodEle {
        flex-basis: 100px;
        padding: 14px 0;
        height: 96px;
        width: 32%;
        margin: 0 6px 6px 0;
        box-shadow: none;
    }

    .prodEleSvg {
        height: auto;
        margin-bottom: 8px;
    }

    .prodEleSvg svg,
    .prodEleSvg img {
        width: 54px;
        height: 30px;
    }

    .prodEleName {
        font-size: 12px;
    }

    .fit-track-row {
        flex-direction: column;
    }

    .fit-track-img-col {
        height: 205px;
        min-width: unset;
        max-width: unset;
        width: 100%;
        border-radius: 24px 24px 0 0;
        background-position: center;
    }

    .fit-track-text-col {
        width: 100%;
        border-radius: 0 0 24px 24px;
        padding: 20px;
        min-width: unset;
        max-width: unset;
    }

    .fit-track-text-check p {
        font-size: 14px;
        line-height: 22px;
    }

    .fit-track-text-check {
        margin: 0 0 12px 0;
    }

    .fit-track-text-check img {
        position: relative;
        top: 2px;
    }

    .faqs {
        padding: 30px 0;
    }

    .faqs-accordion .accordion-button {
        font-size: 14px;
        line-height: 21px;
        padding: 0 10px 0 0;
    }

    .faqs-accordion .accordion-button::after {
        position: relative;
        right: -9px;
    }

    .customerSaySecWrap {
        padding: 30px 0;
    }

    .custSayHeading {
        font-size: 16px;
        line-height: 21px;
    }

    .discover {
        padding: 30px 0;
    }

    .discover .header2 {
        max-width: 325px;
        margin: 0 auto 8px auto;
    }

    .discover .header2-p {
        max-width: 295px;
        margin: 0 auto 15px auto;
    }

    .footer p {
        font-size: 12px;
        line-height: 18px;
        max-width: 248px;
        margin: auto;
    }

    .passwordPolicyModal .modal-dialog {
        margin: 0 auto 0 auto;
    }

    .passwordPolicyModal .modal-header{
        padding: 8px 16px;
    }

    .passwordPolicyModal .modal-title {
        font-size: 16px;
    }

    .passwordPolicy-header{
        font-size: 14px;
    }

    .passwordPolicyModal li p{
        font-size: 14px;
        line-height: 20px;
    }

}
.eb360-logo {
    padding: 0 !important;
    margin-left: 12px;
}
.eb360-logo img {
    width: 123px;
    margin: 0 10px 0 0;
    border-right: 2px solid #B9B9B9;
}
.eb360-logo p {
    max-width: 245px;
    font-size: 14px;
    line-height: 19px;
    color: #111111;
    margin: 0 4px 0 0;
    font-weight: 500;
}
.eb360-logo p span {
    font-weight: bolder;
}
@media (max-width: 767px) {
    .eb360-logo {
        justify-content: space-between;
    }
    .eb360-logo img {
        width: 110px;
        border-right: none;
    }
    .eb360-logo p {
        font-size: 11px;
        line-height: 16px;
        margin-right: 16px;
    }
}
