@font-face {
    font-family: 'SF Pro Display';
    font-weight: normal;
    font-style: normal;
    src: url('https://d1t11jpd823i7r.cloudfront.net/font/SFUIDisplay-Regular.ttf');
}
@font-face {
    font-family: 'SF Pro Display';
    font-weight: 500;
    font-style: normal;
    src: url('https://d1t11jpd823i7r.cloudfront.net/font/SFUIDisplay-Medium.ttf');
}
@font-face {
    font-family: 'SF Pro Display';
    font-weight: 600;
    font-style: normal;
    src: url('https://d1t11jpd823i7r.cloudfront.net/font/SFUIDisplay-Semibold.ttf');
}
@font-face {
    font-family: 'SF Pro Display Heavy';
    font-weight: 900;
    font-style: normal;
    src: url('https://d1t11jpd823i7r.cloudfront.net/font/SFUIDisplay-Heavy.ttf');
}
body {
    background: #ffffff;
    font-family: 'SF Pro Display', sans-serif !important;
    font-style: normal;
    font-weight: normal;
    height: 100%;
    margin: 0;
    color: #121131;
    margin-bottom: 96px;
}
.footer-section a {
    color: #FFFFFF;
}
#change2-login-btn, .footer-signup a, #change2-signup-btn {
    color:#007bff !important;
}
.header-bg, #body-section-2, #body-section-3, #body-section-9, #body-section-10{
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.header-bg img, .header-bg picture {
    width:100%;
    object-fit: cover;
    height: 622px;
}
.header-bg h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 600;
    color: #fff;
    position: absolute;
    align-self: center;
    padding-top: 5rem;
    z-index: 2;
}
.desktop {
    display: block !important;
}
.mobile {
    display: none !important;
}
.desktop-inline {
    display: unset !important;
}
.mobile-inline {
    display: none !important;
}
#body-section img, #body-section-3 img, #body-section picture, #body-section-3 picture {
    width: 100%;
    object-fit: cover;
    -webkit-filter: blur(1rem); 
    filter: blur(1rem);
    -moz-filter: blur(1rem);
    -o-filter: blur(1rem);
    -ms-filter: blur(1rem);
    background-color: #F2F7FFB2;
    opacity: 0.7;
}
#body-section .desktop {
    height: 571px;
}
#body-section .mobile {
    height: 850px;
}
#body-section .row {
    justify-content: space-evenly;
}
#body-section h2 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 400;
    position: absolute;
    padding-top: 3rem;
}
#body-section h2 span {
    font-weight: 700;
    color:#478DFF;
}
#body-section-9 {
    height: auto;
    background: linear-gradient(246deg, #262072 -7.03%, #1A175A 101.18%);
}
#body-section-9 .section__text {
    text-align: left;
    color: white;
}
.elsa-pro-sec {
    width: 1110px;
    height: 442px;
    padding: 3em 5em;
    margin: 5rem 1rem 2.5rem;
    justify-content: space-evenly;
    background-image: url('../png/pre-banner.png');
    background-repeat: no-repeat;
    background-position: unset;
    background-size: 100%;
}
.elsa-pro-box {
    padding: 0;
}
#body-section-9 .section__text h1 {
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 0.5em;
}
#body-section-9 .section__text p {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
    gap: 0.5em;
}
#body-section-9 h2 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 400;
    position: absolute;
    padding-top: 3rem;
}
#body-section-9 h2 span {
    font-weight: 700;
    color:#478DFF;
}
#body-section-9 .section__text .btn-cta {
    display: inline-flex;
    align-items: center;
    border-radius: 123px;
    background: linear-gradient(180deg, #29F4FF -46.11%, #5257FF 151.97%);
    color: white;
    padding: 0 1.5em;
    height: 3.2em;
    font-size: 1.125em;
    font-weight: 600;
    margin-top: 0.65em;
    border: none;
}
#body-section-9 .section__text .btn-cta.outline {
    margin-left: 8px;
    background: #fff;
    color: #000;
    border: 2px solid #29F4FF;
    text-decoration: none !important;
}
#countdown {
    position: absolute;
    padding-top: 6.25rem;
}
#countdown ul {
    padding-left: 0;
    margin-bottom: 0;
}
#countdown ul li {
    display: inline-block;
    font-size: 1.5rem;
    list-style-type: none;
    line-height: 1.75rem;
    margin:0 0.75rem;
}
#countdown div {
    display: flex;
    justify-content: space-between;
    font-size: 1.5rem;
    padding: 0 0.75rem;
    line-height: 1.75rem;
}
#countdown ul li span {
    display: block;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3rem;
}
.plans-list {
    position: absolute;
    width: 100%;
    padding: 12rem 9rem 0rem;
}
.plan-box {
    background: #FFFFFF;
    border-radius: 24px;
    border: 3px solid #ECECF2;
    color: #121131;
    padding: 1.5rem;
    min-height: 290px;
    width: 290px;
}
.plans-list .active-box {
    border: 4px solid #478DFF;
}
.plan-box:hover {
    border: 4px solid #478DFF;
}

.plan-best {
    font-size: 0.9rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #FF9500;
    letter-spacing: 2px;
    margin-bottom: 0.75rem;
}
.plan-duration {
    font-size: 1.75rem;
    line-height: 1.75rem;
    font-weight: 700;
    padding-top: 0.75rem;
}
.plan-price {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
}
.plan-price span {
    font-size: 1.5rem;
}
.plan-price-2{
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 400;
    margin-bottom: 0;
}
.plan-price-strike {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #8E8E93;
    text-decoration: line-through;
    margin-bottom: 0;
    margin-top: 0.75rem;
}
.plan-button-blue {
    border: 2px solid #478DFF;
    border-radius: 24px;
    padding: 0.5rem 1.5rem;
    font-weight: 700;
    font-size: 1.1rem;
    color: #478DFF;
    line-height: 1.875rem;
    display: inline-block;
    margin-top: 1rem;
}
.plan-button-blue:hover {
    background: linear-gradient(356deg, #29F4FF -46.11%, #5257FF 151.97%);
    color: white;
    text-decoration: none;
    border: none;
}
.plan-button-white {
    background-color: white;
    border-radius: 20px;
    padding: 0.5rem 3.75rem;
    color: #3DB0FF;
    border: 3px solid #3DB0FF;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.25rem;
    display: inline-block;
    margin-top: 1.5rem;
    text-transform: uppercase;
}
.plan-offer {
    border-radius: 10px;
    color: white;
    font-weight: 800;
    padding: 0.75rem 1.75rem;
    display: inline-block;
    float: right;
    font-size: 1.125rem;
    line-height: 1rem;
    margin-top: -3rem;
    background: linear-gradient(180deg, #FFF35C -54.1%, #EF7B32 100%);
}
.plan-info {
    font-size: 1.15rem;
    line-height: 1.25rem;
    margin-top: 0.75rem;
}
.plan-elsa-img {
    width: 168px !important;
    -webkit-filter: none !important; 
    filter: none !important;
    background-color: #ff000000 !important;
    opacity: 1 !important;
}
.plan-elsa-pro-title {
    font-size: 2.25rem;
    line-height: 3rem;
    font-weight: 700;
    color: #33B6FF;
    margin-top: 0.9rem;
    margin-bottom: 0.25rem;
}
.mt-16 {
    margin-top:-16px;
}
.mt-48 {
    margin-top:-48px;
}
.margin-left-side {
    margin-left: 17%;
}
.mb-12 {
    margin-bottom: -12px;
}
.pt-3 {
    padding-top: 3rem !important;
}
.m-150 {
    margin-top: -10rem !important;
}
.none {
    display: none;
}
.blue {
    color: #33B6FF;
}
.strike {
    color: #8E8E93;
    text-decoration: line-through;
}
.table-img {
    width: 100%;
    height: 686px;
    object-fit: cover;
}
table {
    width: 979px;
    height: 424px;
    border: 1px solid #E6E6E6;
    border-radius: 1rem;
    display: inline-block;
    padding-top:1.25rem;
    padding-bottom: 1.25rem;
    background-color: white;
}
td, th {
    padding: 1rem;
    font-size: 1.25rem;
    line-height: 2rem;
}
td {
    opacity: 0.8;
}
.green {
    color: #27AE60;
}
#body-section-1 .row {
    padding-top: 8rem;
    position: absolute;
    width: 995px;
    justify-content: space-evenly;
}
#body-section-1 {
    height: 652px;
    background-image: url('https://d1t11jpd823i7r.cloudfront.net/pro-subscription/table-bg.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
#body-section-2 {
    background-image: url('https://d1t11jpd823i7r.cloudfront.net/pro-subscription/slider-img.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
#body-section {
    height: 583px;
    background-image: url('../png/plans-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
#body-section h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    padding-top: 3rem;
}
#body-section-3 {
    display: block;
    background-image: url('../png/testimonial-bg-pre.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#body-section-4 {
    background: linear-gradient(180deg, #3321A3 -14.55%, #0D0D25 127.6%);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 493px;
    width: 100%;
}
#body-section-10 {
    background: #181349;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 352px;
    width: 100%;
    text-align: left;
}
#body-section-10 h2 {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 3.75rem;
    padding-top: 3rem;
    color: white;
}
#body-section-10 .appstore {
    width: 143px;
}
#body-section-10 .googleplay {
    width: 161px;
}
#body-section-1 h1 {
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 3rem;
    padding-top: 3rem;
    position: absolute;
}
#body-section-1 h2 {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.5rem;
    padding-top: 9rem;
    position: absolute;
    letter-spacing: 0.5px;
}
.slider-img {
    width: 100%;
    height: 1331px;
    object-fit: cover;
}
#body-section-2 h1 {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 3rem;
    padding-top: 3.75rem;
    position: absolute;
}
#body-section-2 h2 {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 2rem;
    padding-top: 7.5rem;
    opacity: 0.8;
    position: absolute;
}
#body-section-3 h2 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 3.75rem;
    padding-top: 3.4rem;
    color: white;
}
#body-section-4 h2 {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 3.75rem;
    padding-top: 3rem;
    color: white;
}
.slider-box {
    padding-top: 11.5rem;
}
.back-ground-active {
    background: rgba(71, 141, 255, 0.1);
    border-radius: 1.5rem;
}
.title-active {
    color: #478DFF;
}
.item-slide-width {
    max-width: 606px;
    cursor: pointer;
    padding: 1.5rem 2rem;
}
.title-item {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.slider-text {
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 400;
    opacity: 0.8;
    margin-bottom: 0;
}
.slider-block {
    padding-left: 6rem;
    padding-right: 15px;
}
#slider.carousel {
    width: 440px;
    margin-top: 3rem;
}
#slider .carousel-item {
    width: 391px;
}
.carousel-item .w-image {
    width: 350px;
}
.table-inner-box-top, .table-inner-box-bottom, .table-inner-box-middle {
    display: inline-block;
    width: 100%;
    padding: 0;
}
.table-inner-box-bottom p {
    border: 2px solid #27AE60;
    border-top: none;
    padding: 1rem 0;
    margin: 0;
    margin-right: 1rem;
    border-radius: 0 0 12px 12px;
}
.table-inner-box-middle p {
    border: 2px solid #27AE60;
    border-top: none;
    border-bottom: none;
    padding: 1rem 0;
    margin: 0;
    margin-right: 1rem;
}
.elsa-pro {
    width: 128px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 0;
    margin-right: 1rem;
    font-family: 'SF Pro Display Heavy', sans-serif;
    border: 2px solid #27AE60;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
}
tr:nth-child(odd) {
            background-color:#EDF4FF;
}
tr:first-child {
            background-color: white;
}
.mobile-2 {
    display: none;
}
.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 100%;
}
.carousel-indicators li {
    background-color: #E6E6E6;

}
.carousel-indicators .active {
    background-color: #478DFF;
}
#carouselBulletImage {
    padding-top:9rem;
    width: 100%;
    min-width: 320px;
    max-width: 343px;
}
.footer-bg {
    background-color: #0C0A28;
    padding: 0rem 9.5rem;
    height: auto;
    font-size: 0.85rem;
    line-height: 1.25rem;
    color: white;
}
.float-desk-right {
    float: right;
}
.footer-bg p {
    opacity: 0.8;
    padding-top:1rem;
}
.footer-bg a {
    margin-right: 24px;
}
.footer-float {
    float:right;
}
#body-section-3 picture {
    height: 920px;
}
#body-section-3 .subtitle {
    color: #fff;
    font-size: 1.25em;
    margin-bottom: 1em;
    line-height: 1.4;
    padding: 0 10px;
    margin-top: -1.5em;
}
@media (min-width: 768px) {
    #body-section-3 .subtitle {
        margin-top: 0;
        font-size: 1.5em;
    }
}
.double-quote {
    width:auto !important;
    object-fit: none !important;
    -webkit-filter: none !important;
    filter: unset !important;
    -moz-filter: none !important;
    -o-filter: none !important;
    -ms-filter: none !important;
    background-color: #ffffff00 !important;
    opacity: 1 !important;
}
.post-slide{
    margin: 20px 15px 20px;
    border-radius: 1.5rem;
    padding-top: 1px;
    border-radius: 24px;
    border: 2px solid var(--dark-neutral-border-stroke-primary, #2D2851);
    background: var(--alpha-black-60, rgba(18, 17, 49, 0.60));
}
.post-img {
    width: 100%;
    text-align: left;
    padding-bottom: 1.5rem;
}
.post-slide .post-content{
    padding: 2rem 2.25rem;
    border-radius: 1.5rem;
    min-height: 415px;
    color: white;
}
.post-name {
    font-size: 1.15rem;
    line-height: 1.5rem;
    padding-top:0.5rem;
    font-weight: 600;
    text-align: left;
}
.post-slide .post-description{
    font-size: 1.25rem;
    line-height:2rem;
    text-align: left;
    min-height: 260px;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    right:75px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
.join-box {
    background-color: #00000020;
    margin: 0 1rem;
    border-radius: 1.5rem;
    padding: 2rem;
}
.join-box img {
    padding-bottom: 1rem;
}
.join-box-text {
    font-size: 1.5rem;
    line-height: 2.25rem;
    padding-bottom: 0.5rem;
    font-weight: 600;
    margin-bottom: 0px;
}
.join-box-sub-text {
    font-size: 1.15rem;
    line-height: 1.75rem;
    font-weight: 400;
    opacity: 0.8;
    margin-bottom: 0px;
}
.join {
    padding: 1.5rem 7rem 2.6rem;
    justify-content: center;
}
.plan-mobile {
    display: none;
}
.header-boxes {
    position: absolute;
    width: 97%;
    padding-top: 9rem;
}
.header-box {
    justify-content: center;
    display: inline-block;
    text-align: left!important;
    width: 514px;
    margin-top: -3rem;
    margin-left: 80px;
}
.header-title {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
}
.header-description {
    font-size: 1.875rem;
    line-height: 2.675rem;
    font-weight: 400;
    opacity: 0.8;
    color: #ffffff;
    margin-bottom: 2rem;
}
.elsa-pro-button {
    line-height: 2rem;
    font-size: 1.375rem;
    font-weight: 600;
    background: linear-gradient(180deg, #29F4FF -46.11%, #5257FF 151.97%);
    border-radius: 123px;
    padding: 1.2rem 2.25rem;
    margin-top:1.5rem;
    color: white;
}
.elsa-pro-button:hover {
    background: linear-gradient(359deg, #29F4FF -46.11%, #5257FF 151.97%);
    color: #ffffff;
    text-decoration: none;
}

.newsletter{
    background: #ffffff26;
    border-radius: 123px;
    width: 316px;
    display: inline-block;
} 
.newsletter input {
    background: #ffffff00;
    border-radius: 123px;
    border:none;
    color: white;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    opacity: 0.8;
}
.newsletter input:focus-visible {
    border:none;
}
.newsletter img {
    float: right;
    margin-top: 0.75rem;
    margin-right: 1rem;
}
::-webkit-input-placeholder { /* Edge */
  color: white;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: white;
}


/*owl*/
.owl-nav{
    text-align:center;
    margin-top:20px;
}
.owl-nav .owl-prev{
    font-size: 38px;
    line-height: 0px;
    background: #fff;
    position: absolute;
    right: 170px;
    border: none;
    bottom: -70px;
    padding: 1.688rem 1.21rem;
    border-radius: 50px;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.15));
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-nav .owl-prev:focus, .owl-nav .owl-next:focus {
    outline:none !important;
}
.owl-dots {
    display: none;
}
.owl-nav .owl-next{
    font-size: 38px;
    line-height: 0px;
    background: #fff;
    position: absolute;
    right: 100px;
    bottom: -70px;
	padding: 1.688rem 1.21rem;
    border:none;
    border-radius: 50px;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.15));
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-prev span, .owl-next span {
	margin-top:-6px
}


.elsa-pro-textbox {
    margin-top: 1.5rem;
}
.elsa-pro-title {
    line-height: 3rem;
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 1.5rem;
}
.elsa-pro-text {
    line-height: 2rem;
    font-size: 1.25rem;
    font-weight: 400;
    opacity: 0.8;
    padding-bottom: 1.5rem;
    letter-spacing: -0.4px;
}
.footer-section {
    margin: 0.5rem 9.25rem;
    width: 100%;
}
.footer-text {
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 500;
    margin: 2.5rem 0 1.5rem;
    color: #F4F5F7;
}
.footer-sub-text {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    opacity: 0.8;
    margin: 0.75rem 0;
    color: #EEEFF4;
}
.dropdown-menu {
    min-width:14rem !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border:none;
}
#menu-language-menu .dropdown-menu {
    min-width:8rem !important;
}
.one-year {
    background-image: url('../png/best-plan.png');
    background-repeat: no-repeat;
    background-position: unset;
    background-size: cover;
    color:#ffffff;
    border-radius: 36px;
    height: 340px;
    margin-top: -32px;
}
.one-year .plan-button-blue {
    background: linear-gradient(180deg, #29F4FF -46.11%, #5257FF 151.97%);
    color:white;
    border:none;
}
.one-year .plan-duration {
    padding-top: 2.25rem;
}
.ml-4n {
    margin-left: -4rem;
}
.carousel-item {
    width:100%;
    max-width: 343px;
    min-width: 320px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: transform 0s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: transform 0s cubic-bezier(0.68, -0.55, 0.27, 1.55),-webkit-transform 0s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.download-CTA {
    color: #3CADFF !important;
    border: 2px solid #3CADFF;
    border-radius: 100px;
    font-weight: 500;
    font-size: 1em;
    letter-spacing: -0.25px;
    height: 40px;
    width: 14em;
    text-align: center;
    padding: 6px 20px;
    margin-left: 1em;
    cursor: pointer;
}
@media (min-width: 1500px) {
    .margin-left-side {
        margin-left: 30%;
    }
    .post-slide .post-description{
        min-height: 225px;
    }
    #body-section-3 picture {
        height: 900px;
    }
     #body-section-3 {
        height: 840px;
    }
}
@media (min-width: 1650px) {
    .plans-list {
        padding: 12rem 16rem 4rem;
    }
    .margin-left-side {
        margin-left: 30%;
    }
    #body-section-3 {
        height: 880px;
    }
    .post-slide .post-description{
        min-height: 290px;
    }

}
@media (min-width: 1600px) {
    .post-slide .post-content{
        min-height: 445px;
    }
    
    #body-section-3 picture {
        height: 990px;
    }
}
@media (min-width: 1800px) {
    .plans-list {
        padding: 12rem 22rem 4rem;
    }
    .margin-left-side {
        margin-left: 37%;
    }
    .post-slide .post-content{
        min-height: 415px;
    }
    .post-slide .post-description{
        min-height: 260px;
    }
    #body-section-3 picture {
        height: 950px;
    }
    #body-section-3 {
        height: 840px;
    }
}
@media (min-width: 2100px) {
    .plans-list {
        padding: 12rem 32rem 4rem;
    }
    .post-slide .post-description{
        min-height: 200px;
    }
    #body-section-3 picture {
        height: 900px;
    }
    #body-section-3 {
        height: 800px;
    }
}
@media (min-width: 2400px) {
    .plans-list {
        padding: 12rem 42rem 4rem;
    }
    .margin-left-side {
        margin-left: 50%;
    }
    #body-section-3 picture {
        height: 830px;
    }
    .post-slide .post-content{
        min-height: 370px;
    }
    .post-slide .post-description {
        min-height: 230px;
    }
    #body-section-3 {
        height: 800px;
    }
}
@media (max-width: 1400px) {
    .footer-section {
        margin: 0.5rem 5.25rem;
    }
    .plans-list {
        padding: 12rem 5rem 4rem;
    }
    .margin-left-side {
        margin-left: 15%;
    }
    .post-slide .post-description{
        min-height: 260px;
    }
    #body-section-3 picture {
        height: 950px;
    }
    #body-section-3 {
        height: 840px;
    }
}
@media (max-width: 1300px) {
    .footer-section {
        margin: 0.5rem 2.25rem;
    }
    #body-section-3 {
        height: 840px;
    }
    .navbar {
        padding: 0.75rem 4rem !important;
    }
    .plans-list {
        padding: 12rem 3rem 4rem;
    }
    .margin-left-side {
        margin-left: 9%;
    }
    .join {
        padding: 1.5rem 2rem;
    }
    #body-section-3 picture {
        height: 990px;
    }
    .post-slide .post-content{
        min-height: 445px;
    }
    .post-slide .post-description{
        min-height: 260px;
    }
}
@media (max-width: 1200px) {
    .footer-section {
        margin: 0.5rem 0rem;
    }
    #body-section-3 {
        height: 900px;
    }
    .navbar {
        padding: 0.75rem 0rem !important;
    }
    .navbar-nav li {
        margin: 0 0 !important; 
    }
    .plans-list {
        padding: 12rem 1rem 4rem;
    }
    .margin-left-side {
        margin-left: 5%;
    }
    .slider-img {
        height: 1400px;
    }
    #body-section-3 picture {
        height: 1040px;
    }
    .post-slide .post-content{
        min-height: 455px;
    }
    .post-slide .post-description{
        min-height: 320px;
    }
}
@media (max-width: 1100px) {
    #body-section-3 {
        height: 940px;
    }
    #body-section-10 .appstore {
        width: 139px;
    }
    #body-section-10 .googleplay {
        width: 158px;
    }
    .navbar {
        padding: 0.75rem 0rem !important;
    }
    #body-section-4 {
        height: 580px;
    }
    .footer-bg {
        padding: 0rem 1rem;
    }
    .footer-bg p {
        padding-left: 1rem;
    }
    .plans-list {
        padding: 12rem 0rem 4rem;
    }
    .slider-block {
        padding-left: 3rem;
    }
    .margin-left-side {
        margin-left: 4%;
    }
    #slider.carousel {
        margin-top: 6rem;
    }
    #body-section-3 picture {
        height: 890px;
    }
    .post-slide .post-content{
        min-height: 380px;
    }
    .post-slide .post-description{
        min-height: 360px;
    }
}
@media (max-width: 992px) {
    .elsa-pro-box {
        padding: 0;
    }
    .elsa-pro-sec {
        margin: 2.5rem 1rem;
        padding: 2em 2em;
        height: auto;
        justify-content: space-evenly;
        background-image: url('../png/pre-banner-m.png');
        background-repeat: no-repeat;
        background-position: unset;
        background-size: 100%;
        border-radius: 2em;
    }
    #body-section-9 .section__text .btn-cta {
        display: none;
    }
    .one-year {
        margin-top:0;
    }
    .plan-box {
        display: inline-block;
    }
    #body-section {
        height: 1128px;
    }
    #body-section-1 {
        background-image: url('https://d1t11jpd823i7r.cloudfront.net/pro-subscription/compare-bg.svg');
        background-position: top;
        height: 511px;
    }
    .elsa-pro-button {
        line-height: 1.675rem;
        font-size: 1.125rem;
        padding: 1.2rem 3.7rem;
    }
    .header-title {
        font-size: 2.25rem;
        line-height: 2.5rem;
        margin-bottom: 1.5rem;
    }
    .header-description {
        font-size: 1.125rem;
        line-height: 1.675rem;
        margin-bottom: 2rem;
    }
    .header-boxes {
        padding-top: 3.125rem;
    }
    .header-box {
        margin-top: 0;
        text-align: center !important;
        width: 100%;
        max-width: 343px;
        min-width: 320px;
        margin-left: 0;
    }
    /* .header-bg img {
        height: 654px;
    } */
    #body-section-10 {
        height: 735px;
    }
     #body-section-9 h2 {
        font-size: 1.25rem;
        line-height: 2rem;
    }
    .join {
        padding: 1.5rem 0rem;
    }
    .footer-bg p {
        padding-left: 1rem;
    }
    .carousel-item-padder {
        padding-left: 0.75rem;
        padding-right: 0;
    }
    .item-slide-width {
        max-width: 540px;
        cursor: pointer;
        justify-content: center;
        padding: 1rem 1rem;
    }
    .mobile-2 {
        display: block;
    }
    .slider-mob-img {
        margin-bottom: 1.25rem;
    }
    .slider-img {
        height: 1000px;
    }
    #slider.carousel {
        width: 311px;
        margin:auto;
        margin-top:6rem;
    }
    .slider-text {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 2.5rem;
    }
    .header-bg h1 {
        font-size: 2rem;
        padding-top: 2rem;
        line-height: 2.5rem;
    }
    #body-section h2 {
        font-size: 1.25rem;
        line-height: 2rem;
    }
    .plans-list {
        padding: 7rem 0rem 4rem;
    }
    #body-section-1 .row {
        padding-top: 4.75rem;
        width: 100%;
        max-width: 750px;
        min-width: 320px;
    }
    .table-img {
        height: 803px;
    }
    .carousel-item .w-image {
        width: 222px;
    }
    .desktop-flex {
        display: none;
    }
    .carousel.carousel-fade .carousel-item.active {
        opacity: 1 !important;
    }
    #body-section-3 picture {
        height: 1010px;
    }
    .post-slide .post-content{
        min-height: 380px;
    }
    .post-slide .post-description{
        min-height: 205px;
        font-size: 1rem;
        line-height: 1.6rem;
    }
    .dropdown-menu {
        min-width: 6.4rem !important;
    }
    .navbar {
        padding: 0.407rem 0rem !important;
    }
    .navbar-nav li {
        margin: 0 0.25rem !important;
        font-size: 0.75rem;
    }
    .logo {
        height: 33px;
    }
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
    .desktop-inline {
        display: none !important;
    }
    .mobile-inline {
        display: inline-block !important;
    }
    .mt-5r {
        margin-top: 3.2rem;
        width: 100%;
        max-width: 343px;
        min-width: 295px;
    }
    #body-section-1 h1 {
        font-size: 1.875rem;
        line-height: 2.25rem;
        padding-top: 2.5rem;
    }
    td, th {
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 1rem;
    }
    #body-section h1 {
        font-size: 1.875rem;
        line-height: 2.25rem;
        padding-top: 2rem;
    }
    #body-section-2 h1 {
        font-size: 1.9rem;
        line-height: 2.25rem;
        padding-top: 2.5rem;
    }
    #body-section-2 h2 {
        font-size: 0.9rem;
        line-height: 1.3rem;
        padding: 5.25rem 2rem;
    }
    .title-item {
        margin-bottom: 1rem;
    }
    #body-section-3 h2 {
        font-size: 1.8rem;
        line-height: 2.25rem;
        padding: 2.5rem 1rem;
    }
    #body-section-3 {
        height: 800px;
    }
    .elsa-pro-title {
        line-height: 2.25rem;
        font-size: 1.875rem;
        padding-bottom: 1.5rem;
    }
    .elsa-pro-textbox {
        margin-top: 2.5rem;
        width: 311px;
        padding: 0;
    }
    .elsa-pro-box .mobile-inline {
        margin-top:2.5rem;
    }
    .footer-text {
        font-size: 1.125rem;
        line-height: 1.5rem;
        margin: 0 0 1.5rem;
    }
    .footer-sub-text {
        font-size: 0.875rem;
        line-height: 1.375rem;
        margin: 1.5rem 0;
    }
    .download-CTA {
        display: none;
    }
    body {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .elsa-pro-sec {
        padding: 2em 2em;
    }
    #body-section-9 .section__text h1 {
        font-size: 1.4em;
        margin-bottom: 0.35em;
    }
    #body-section-9 .section__text p {
        font-size: 1em;
        margin-bottom: 0.35em;
        gap: 0.35em;
    }
    #menu-language-menu {
        display: block;
    }
    .float-desk-right {
        float: none;
        justify-content: center;
    }
    #body-section-3 {
        height: 720px;
    }
    .navbar-collapse {
        margin-top: 1rem;
    }

    .elsa-navbar .nav-link {
        padding: 0.75rem 0rem !important;
    }
    .elsa-navbar .navbar-nav li {
        margin: 0 !important;
        font-size: 1rem;
    }
    .dropdown-menu {
        box-shadow: none !important; 
        border: 1px solid white !important;
        border-top: 1px solid #E8EAED !important;
        border-bottom: 1px solid #E8EAED !important;
    }
    #body-section-10 h2 {
        font-size: 1.8rem;
        line-height: 2.25rem;
        padding: 2.5rem 1rem 1rem;
        margin-bottom: 0;
    }
    #body-section-9 h2 {
        font-size: 1.25rem;
        line-height: 2rem;
        padding-top: 1.5rem;
    }
    .navbar {
        padding: .5rem 1rem !important;
    }
    #body-section .mobile {
        height: 535px;
    }
    .appstore, .googleplay {
        height: 47px;
    }
    #body-section-4 {
        height: 840px;
    }
    .join-box {
        margin: 0 10rem 1rem;
    }
    #body-section-4 h2 {
        font-size: 1.8rem;
        line-height: 2.25rem;
        padding: 2.5rem 1rem 1rem;
        margin-bottom: 0;
    }
    .post-slide .post-description{
        min-height: 100px;
    }
    .post-slide {
        margin:1rem 0.25rem;
    }
    .post-img {
        padding-bottom: 1rem;
    }
    #body-section-3 picture {
        height: 950px;
    }
    .post-slide .post-content{
        min-height: 270px;
    }
    .footer-bg p {
        padding-top: 0.5rem;
        margin-bottom: 0;
    }
    .footer-bg img {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .footer-float {
        float:none;
    }
    .footer-text-center {
        text-align: center !important;
    }
    .plan-elsa-pro-title {
        font-size: 2rem;
        line-height: 2.25rem;
    }
    
    .header-bg h1 {
        font-size: 1.7rem;
        padding: 1rem;
        line-height: 3rem;
    }
    #body-section h2 {
        font-size: 1.2rem;
        line-height: 2rem;
        padding: 1.5rem;
    }
    #countdown {
       padding-top: 4rem;
    }
    #countdown div {
        padding: 0 0.9rem;
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    #body-section-1 h2 {
        font-size: 1.5rem;
        line-height: 2rem;
        padding-top: 5.5rem;
    }
    .table-img {
        height: 748px;
    }
    .elsa-pro {
        width: 100px;
    }
    table {
        border:none;
    }
}
@media (max-width: 576px) {
    .elsa-pro-sec {
        padding: 1em 1em;
    }
    .elsa-pro {
        width: 110px;
    }
    .table-inner-box-middle p {
        padding: 1.5rem 0rem;
    }
    td, th {
        padding: 0.5rem;
    }
    .table-inner-box-middle p, .elsa-pro, .table-inner-box-bottom p {
        margin-right:0.5rem;
    }
    #body-section .mobile {
        height: 850px;
    }
    .plan-mobile {
        display: block;
    }
    .plan-desktop {
        display: none;
    }
    .join-box {
        margin: 0 4rem 1rem;
    }
    #countdown {
       padding-top: 5.5rem;
    }
    #countdown div {
        padding: 0 0.7rem;
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .post-slide .post-content{
        min-height: 330px;
    }
    .post-slide .post-description{
        min-height: 190px;
    }
    #body-section-3 {
        height: 750px;
    }
    #body-section-3 picture {
        height: 810px;
    }
}
@media (max-width: 414px) {
    .elsa-free {
        width: 85px;
    }
    .elsa-pro {
        width: 90px;
    }
    #body-section-1 {
        height: 540px;
    }
    #body-section-4 {
        height: 870px;
    }
    .join-box {
        margin: 0 1rem 1rem;
    }
    #body-section-3 picture {
        height: 860px;
    }
    .post-slide .post-content{
        min-height: 390px;
    }
    .post-slide .post-description{
        min-height: 220px;
    }
    #body-section-3 {
        height: 800px;
    }
    .table-img {
        height: 880px;
    }
}

/*navigation bar*/
.elsa-navbar .navbar-light .navbar-nav .nav-link {
    color: #8793A5 !important;
}
.elsa-navbar .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #322F65 !important;
}
.elsa-navbar .navbar-light .navbar-nav .nav-link:hover {
    color: #322F65 !important;
}
.navbar {
    padding:0.407rem 7rem;
    z-index: 9;
    box-shadow: 0px 0px 15px 2px #4840af;
    width: 100%;
}
.navbar-nav li {
    margin:0 0.5rem;
}

.navbar-light .navbar-toggler {
    padding: 0;
    padding-top: 0.5rem;
}
.navbar-light .navbar-toggler-icon {
    background-image:unset; 
}
.language {
    border: 1px solid #E6E6E6;
    border-radius: 25px;
    padding: 0px 16px;
}
.navbar-light .navbar-toggler-icon {
    background-image: unset;
}
@media all and (min-width: 992px) {
    .navbar-nav .menu-item .dropdown-menu{ display: none; }
    .elsa-navbar .navbar-nav .menu-item:hover .nav-link{   }
    .navbar-nav .menu-item:hover .dropdown-menu{ display: block; }
    .navbar-nav .menu-item .dropdown-menu{ margin-top:0;z-index: 99999999; }
    .header-description-m, .header-title-m {
        display: none;
    }
}

.items-center {
    align-items: center;
}
.flex-col {
    flex-direction: column;
}
.flex {
    display: flex;
}
.justify-center {
    justify-content: center;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 770px;
        margin: 1.75rem auto;
    }
}
@media (min-width: 992px) {
    .elsa-modal .modal-body {
        padding: 3.125rem 6.25rem;
    }
}

#js-elsa-signup .btn, #js-elsa-signin .btn {
    padding: 0;
}

.elsa-modal .modal-body button.close {
    position: absolute;
    outline: none;
    top: 1.25rem;
    right: 1.25rem;
}

.elsa-icon {
    display: inline-block;
    font-family: elsa-icon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #687582;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}


.btn-info:hover {
    color: #fff;
    background-color: #3352b2;
    border-color: #304da9;
}

#js-elsa-download .modal-dialog {
    max-width: 1090px;
    margin: 0.75rem auto;
}

#js-elsa-download .modal-content {
    text-align: center;
    background-image: url('https://d1t11jpd823i7r.cloudfront.net/pro-subscription/modal-bg.svg');
    height: max-content;
    padding-bottom: 32px;
    max-width: 1068px;
    width: 100%;
    margin: 5% 5%;
    border-radius: 20px;
    z-index: 3;
    background-size: contain;
    background-repeat: no-repeat;
}

#js-elsa-download .modal-body {
    padding: 2em 2em;
}

.elsa-modal__content-score {
    color: #FFFFFF;
    font-size: 20px !important;
    font-weight: 600;
    position: relative;
    bottom: 177px;
}

.elsa-modal__content-qr-text {
    color: #478DFF;
    font-size: 24px !important;
    font-weight: 500 !important;
}

.elsa-modal__content-qr {
    width: 100%;
    max-width: 300px;
    margin-bottom: 16px;
}

.elsa-modal__close {
    cursor: pointer;
    display: flex;
    justify-content: right;
    float: right;
    width:100%;
    max-height: 32px;
    max-width: 32px;
}