* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}
@font-face {
    font-family: 'Circular pro book';
    src: url('../ttf/circularprobookitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Circular pro book';
    src: url('../ttf/circularprobook.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Circular pro';
    src: url('../ttf/circularprobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Circular pro';
    src: url('../ttf/circularpromediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Circular pro';
    src: url('../ttf/circularpromedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Circular pro';
    src: url('../otf/circularprolight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 10px;
}
.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}
body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
.body {
    font-family: 'Circular pro book', sans-serif;
    color: #26354c;
    font-size: 18px;
    line-height: 140%;
}
.header {
    padding-top: 18px;
    padding-bottom: 104px;
    background-image: url('../jpg/hero%20bg.jpg');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.wrapper {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
}
.hero {
    margin-top: 60px;
}
.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}
.hero-2-col {
    margin-top: 120px;
    margin-bottom: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 0.75fr;
    grid-template-columns: 1fr 0.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.heading {
    font-family: 'Circular pro', sans-serif;
    font-size: 44px;
    line-height: 160%;
    font-weight: 700;
    margin-top: 20px;
}
.subheading {
    max-width: 381px;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 160%;
    font-weight: 400;
}
#w-node-298558b9befc-09bd6641 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.action-card {
    max-width: 334px;
    min-height: 408px;
    min-width: auto;
    padding: 30px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 1px 20px 0 rgba(38, 53, 76, 0.09);
}
.active-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 123px;
    margin-bottom: 29px;
    margin-left: auto;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 500px;
    background-color: #5fd69a;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    animation-name: backgroundColorPalette;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}
@keyframes backgroundColorPalette {
    0% {
        background: #5fd69a;
    }
    25% {
        background: #28aead;
    }
    50% {
        background: #e6c54d;
    }
    75% {
        background: #40d1f2;
    }
    100% {
        background: #26354c;
    }
}
.image-2 {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.8;
}

.card-title {
    margin-bottom: 10px;
    font-family: 'Circular pro', sans-serif;
    font-size: 24px;
    font-weight: 500;
}

.paragraph {
    margin-bottom: 30px;
    opacity: 0.8;
    font-family: 'Circular pro book', sans-serif;
    font-size: 16px;
    line-height: 190%;
    font-weight: 400;
}

.paragraph.alt {
    margin-bottom: 0px;
    line-height: 140%;
}

.button {
    display: block;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 180px;
    text-align: center;
}

.button.btn-primary {
    background-color: #f8f5f2;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'Circular pro', sans-serif;
    color: #26354c;
    font-size: 16px;
    font-weight: 500;
}

.button.btn-primary:hover {
    background-color: #28aead;
    color: #fff;
}

.button.btn-primary.alt {
    background-color: #26354c;
    color: #fff;
}

.button.btn-primary.alt:hover {
    background-color: #28aead;
}

.get-started {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #ffffff;
    text-align: center;
}

.h3 {
    width: auto;
    max-width: 520px;
    margin-bottom: 30px;
    font-family: 'Circular pro', sans-serif;
    color: #26354c;
    font-size: 32px;
    line-height: 120%;
    font-weight: 500;
}


.h3.center-align {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    text-align: center;
}

._3-col-grid {
    margin-bottom: 60px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
._4-col-grid {
    margin-bottom: 60px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.icon-box {
    padding-right: 30px;
    padding-left: 30px;
}

.image-3 {
    width: auto;
    height: 125px;
    margin-bottom: 20px;
}
a.button.btn-primary.alt.align-center {
    display: inline-block;
    width: auto;
    padding-right: 35px;
    padding-left: 35px;
}

.why-serenity {
    padding-top: 100px;
    padding-bottom: 100px;
}
#why {
    background: #f8f5f2;
}

.video-care {
    margin-bottom: 0;
    text-align: center;
}
.video-care p {
    line-height: 170%;
    font-family: 'Circular pro book', sans-serif;
    font-size: 16px;
    opacity: 0.8;
}
.center {
    max-width: 860px;
    margin-top: -29px;
    margin-right: auto;
    margin-left: auto;
}

.div-block {
    height: 30px;
}

.image-4 {
    position: relative;
    left: auto;
    display: block;
    width: auto;
    margin: -10px auto 0;
    width: 100%;
}
.benefits {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f8f5f2;
}
.ic-icon {
    width: 38px;
    margin-bottom: 20px;
}
.card-title {
    margin-bottom: 10px;
    font-family: 'Circular pro', sans-serif;
    font-size: 24px;
    font-weight: 500;
}
.icon-card {
    padding: 40px 30px 30px;
    border-radius: 30px;
    background-color: #fff;
    text-align: center;
    height: 100%;
}
.icon-card ul li {
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
    opacity: 0.8;
}

.icon-card ul li:last-child {
    margin-bottom: 0;
}
.icon-card ul {
    margin-bottom: 0;
    padding-left: 20px;
}
.flImg{
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.flList h4 {
    text-align: left;
    margin-bottom: 22px;
    font-family: 'Circular pro', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 180%;
    margin-top: 0;
}
.listROws{
    display: flex;
    align-items: stretch;
    margin: 0px -8px;
}
.listROws {
    margin-bottom: 16px;
}
.listROws:last-child {
    margin-bottom: 0px;
}
.listIC {
    padding: 16px 8px;
    text-align: center;
    background-color: rgba(40, 174, 173, 0.18);
    border-radius: 10px;
    height: 100%;
}
.listICMN {
    padding: 0px 8px;
    width: 25%;
}
.fdName {
    margin-top: 5px;
    font-size: 14px;
    line-height: 130%;
}
.hero-2-col.w-layout-grid.w-layout-grid-revert {
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
}
.listROws li {
    text-align: left;
    font-size: 16px;
    margin-bottom: 4px;
}

.listROws li:last-child {
    margin-bottom: 0;
}

.listROws ul {
    padding-left: 30px;
    margin: 0;
    width: 50%;
}

.bnfWithPoints .card-title {
    font-size: 18px;
}
.benefits.bnfWithPoints .icon-card p {
    font-size: 14px;
}
ul.GSTSTA {
    padding-left: 22px;
}

ul.GSTSTA li {
    font-size: 16px;
    margin-bottom: 10px;
}
.bluredd {
    height: 100vh;
    overflow: hidden;
    filter: blur(8px);
    -webkit-filter: blur(8px);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.modal-content {
    max-width: 500px;
    box-shadow: 0 2px 11px 0 rgba(0,0,0,0.18);
    border-radius: 8px;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    outline: 0;
    overflow: auto;
}
@media screen and (min-width: 1280px) {
    .img-ft {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .cta {
        padding-bottom: 352px;
    }
}

@media screen and (max-width: 991px) {
    .header {
        overflow: hidden;
        padding-bottom: 43px;
        background-position: 50% 50%;
    }
    .wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }
    .nav-link {
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
    }
    .nav-link.navbtn {
        margin-left: 0px;
    }
    .heading {
        font-size: 40px;
    }
    .get-started {
        overflow: hidden;
    }
    .icon-box {
        padding-right: 8px;
        padding-left: 8px;
    }
    .why-serenity {
        overflow: hidden;
    }
    .benefits {
        overflow: hidden;
    }
    ._3-col-grid-care {
        grid-column-gap: 28px;
    }
    .special-care-services {
        overflow: hidden;
    }
    .cta {
        overflow: hidden;
        padding-right: 161px;
        padding-bottom: 264px;
        padding-left: 161px;
    }
    .footer {
        overflow: hidden;
    }
    .menu-button {
        padding: 14px;
        border-radius: 500px;
        background-color: #28aead;
        color: #fff;
    }
    .menu-button.w--open {
        background-color: #26354c;
    }
    .nav-menu {
        margin-top: 9px;
        padding: 10px;
        background-color: #fff;
        box-shadow: 0 11px 20px -7px rgba(38, 53, 76, 0.2);
        text-align: center;
    }
}
.bottom-fix {
    display: flex;
    position: fixed;
    width: 100%;
    padding: 11px;
    background: #26354c;
    bottom: 0;
    border-radius: 12px 12px 0px 0px;
}

.fixB{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.fixB h3 {
    color: #fff;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
}

.fixB a {
    width: 200px;
    padding: 10px;
}
.trust{
    padding: 30px 0px;
}

.iconsLstIn{
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.inch {
    width: 150px;
    height: 100px;
}

.inch img {
    width: 100%;
}
.trust h4 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 400;
}
.inch img {
    width: 100%;
    filter: grayscale(100%);
    opacity: 0.5;
    height: 100%;
    object-fit: contain;
}
@media screen and (max-width: 767px) {
    .heading {
        font-size: 29px;
    }
    .subheading {
        font-size: 16px;
        margin-bottom: 18px;
        margin-top: 18px;
    }
    .iconsLstIn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        overflow: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        padding-left: 0px;
        scroll-padding-left: 25px;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 20px;
    }
    .inch {
        width: 100px;
        height: 60px;
        margin-right: 36px;
    }
    .inch:last-child {
        margin-right: 0;
    }
    .card-title {
        font-size: 18px;
    }
    .h3 {
        font-size: 22px;
    }
    .h3.center-align {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .image-3 {
        width: 90px;
    }
    .why-serenity {
        padding-bottom: 28px;
    }
    .center {
        font-size: 16px;
        line-height: 130%;
        margin-top: 0;
    }
    .colored-text {
        font-size: 16px;
    }
    div#learn-more ._4-col-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 0;
    }
    div#learn-more .image-3 {
        width: 90px;
        height:90px;
        margin:0;
    }
    div#learn-more .h3.center-align {
        font-size: 22px;
        margin-bottom: 38px;
    }
    div#learn-more ._3-col-grid{
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .flList h4{
        font-size: 18px;
    }
    .img-ft {
        height: 410px;
    }
    .hor-icon-box {
        font-size: 16px;
    }
    .text-block-2 {
        font-size: 27px;
        line-height: 120%;
    }
    ._3-col-grid-care {
        grid-column-gap: 10px;
    }
    .cta {
        padding-right: 87px;
        padding-bottom: 66px;
        padding-left: 87px;
    }
    .footer-grid {
        margin-bottom: 46px;
        grid-row-gap: 38px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .paragraph-3 {
        font-size: 16px;
        line-height: 130%;
    }
    .paragraph-4 {
        font-size: 16px;
        line-height: 130%;
    }
    .paragraph-5 {
        font-size: 16px;
        line-height: 130%;
    }
    .paragraph-6 {
        font-size: 16px;
        line-height: 130%;
    }
    .paragraph-7 {
        font-size: 16px;
        line-height: 130%;
    }
}

@media screen and (max-width: 479px) {
    .flImg{
        display: none;
    }
    a.CSLogo {
        margin: auto;
        display: block;
        text-align: center;
    }
    div#Interfaces .hero-2-col {
        justify-items: baseline;
    }
    .listROws ul{
        width:100%;
    }
    .benefits {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    ._3-col-grid {
        margin-bottom: 21px;
    }
    div#Interfaces .hero-2-col {
        justify-items: baseline;
        grid-template-columns: 1fr;
    }
    .listROws{
        display: block;
    }
    .brand.w--current {
        padding-left: 0px;
    }
    .hero {
        margin-top: 0;
    }
    .hero-2-col {
        margin-top: 0px;
        justify-items: center;
        -ms-grid-columns: 1.5fr;
        grid-template-columns: 1.5fr;
    }
    .heading {
        font-size: 22px;
        text-align: center;
    }
    .subheading {
        text-align: center;
    }
    .action-icon {
        margin-right: auto;
        margin-left: auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .action-card {
        min-height: auto;
    }
    .paragraph {
        margin-bottom: 47px;
    }
    .get-started {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    ._3-col-grid {
        grid-row-gap: 21px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .why-serenity {
        padding-top: 64px;
    }
    .image-4 {
        margin-top: 50px;
        margin-bottom: 49px;
    }
    ._2-col-feature-grid {
        margin-top: 54px;
        margin-bottom: 48px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        text-align: center;
    }
    .img-ft {
        display: block;
        width: 100%;
        height: 280px;
        margin-right: auto;
        margin-bottom: 38px;
        margin-left: auto;
        border-radius: 30px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .grid {
        justify-items: center;
    }
    .text-block-2 {
        font-size: 24px;
    }
    .text-block-3 {
        font-size: 18px;
    }
    .paragraph-2 {
        font-size: 14px;
    }
    ._3-col-grid-care {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        text-align: center;
    }
    .icon-card {
        padding-right: 22px;
        padding-left: 22px;
    }
    .special-care-services {
        padding-top: 71px;
        padding-bottom: 46px;
        text-align: center;
    }
    ._2-col-grid {
        grid-row-gap: 54px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .cta {
        padding-right: 26px;
        padding-bottom: 122px;
        padding-left: 26px;
    }
    .footer-grid {
        justify-items: center;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        text-align: center;
    }
    .copy-right {
        margin-top: 31px;
        margin-bottom: 21px;
        text-align: center;
    }
    .image-9 {
        width: 140px;
    }
    .fixB h3{
        display: none;
    }
}
