html {
    font-size: 62.5%;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    margin: 0;
    overflow-x: hidden;
    font-family: Poppins, sans-serif;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #666;
    background: #fff;
}
.loaded > .page-wrapper {
    opacity: 1;
}
.page-wrapper {
    position: relative;
    -webkit-transition: margin 0.4s, opacity 0.5s;
    transition: margin 0.4s, opacity 0.5s;
}
.d-none {
    display: none !important;
}
h1 {
    font-size: 4rem;
}
main {
    display: block;
    position: relative;
}
.coming-soon-bg {
    min-height: 100vh;
}
.banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 1rem;
    overflow: hidden;
}
.coming-content-wrapper {
    min-height: 100vh;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.coming-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 1rem;
    font-size: 1rem;
}
.coming-content .logo {
    display: inline-block;
    margin-bottom: 2.5rem;
}
.logo {
    min-width: 14.4rem;
    margin-right: 2rem;
}
a {
    text-decoration: none;
    color: #336699;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.logo img {
    display: block;
}
img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
}
.coming-content .coming-title {
    margin-bottom: 1rem;
    font-size: 8em;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
}
.ls-25 {
    letter-spacing: -0.025em !important;
}
h2 {
    font-size: 3rem;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    letter-spacing: 0;
}
h1, h2, h3, h4, h5, h6, p {
    font-weight: 400;
    margin: 0 0 2rem;
}
.coming-content .countdown-section:not(:first-child) .countdown-amount::before {
    content: ":";
    position: absolute;
    left: -2.2rem;
    color: #999;
    font-size: 3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.coming-content .countdown-section:not(:first-child) {
    margin-left: 3rem;
}
.coming-content .coming-title span {
    color: #1b1c25;
    -webkit-text-stroke: 1px #2c9ac5;
}
.coming-content p {
    color: #999;
    font-size: 1.5rem;
    letter-spacing: 0;
    margin-bottom: 4.5rem;
    max-width: 55rem;
}
p {
    font-size: 1.4rem;
    line-height: 1.86;
}
.countdown-coming {
    margin-bottom: 6.8rem;
}
.coming-content .countdown-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.coming-content .countdown-section {
    position: relative;
    letter-spacing: -0.025em;
    min-width: 60px;
}
.coming-content .countdown-amount {
    display: inline-block;
    position: relative;
    padding: 0.62em 0.583em;
    border-radius: 3px;
    font-size: 3.6em;
    font-weight: 600;
    background-color: #1b1c25;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.6rem;
}
.coming-content .countdown-period {
    display: block;
    position: absolute;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.4rem;
    color: #bbb;
    text-align: center;
}
.coming-content .social-icons {
    margin-bottom: 1.4rem;
}
.social-icons {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.coming-content p.copyright {
    font-size: 1.4rem;
}
.coming-content .social-icon {
    margin-right: 1rem;
}
.social-icon.social-facebook, .social-icon.social-instagram, .social-icon.social-twitter, .social-icon.social-youtube, .social-icon.social-pinterest, .social-icon.social-whatsapp {
    padding-top: 5px;
    font-size: 18px;
}
.social-icons-colored .social-icon {
    color: #fff;
}
.social-icons-colored .social-icon.social-facebook {
    border-color: #1b4f9b;
    background-color: #1b4f9b;
}
.social-icons-colored .social-icon.social-instagram {
    border-color: #cc0001;
    background-color: #cc0001;
}
.social-icons-colored .social-icon.social-whatsapp {
    border-color: #25D366;
    background-color: #25D366;
}
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.social-icon {
    font-size: 1.4rem;
    width: 32px;
    height: 32px;
    margin: 2px 10px 2px 0;
    line-height: 28px;
    border: 2px solid #ccc;
    border-radius: 50%;
    color: inherit;
    -webkit-transition: color 0.4s, border 0.4s, background-color 0.4s;
    transition: color 0.4s, border 0.4s, background-color 0.4s;
    text-align: center;
}
[class^=w-icon-], [class*=" w-icon-"] {
    font-family: "wolmart" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.border-thin .social-icon {
    border-width: 1px;
    line-height: 3rem;
}
.social-no-color .social-icon {
    border-color: #cdcdcd;
    color: #666;
}
/*-------------------------
   Compare page
-------------------------*/
.compare-popup {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    padding: 2rem 0;
    background: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 2400;
}
.compare-popup .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2.1rem;
    padding-bottom: 3.1rem;
}
.compare-popup .btn-clean {
    margin-right: 1.8rem;
    padding: 0;
    border: none;
    text-transform: capitalize;
    font-weight: 400;
}
.compare-popup .btn-clean:hover, .compare-popup .btn-clean:active, .compare-popup .btn-clean:focus {
    color: #336699;
    background-color: #fff;
}
.compare-popup.show {
    -webkit-transform: translateY(-99%);
    transform: translateY(-99%);
}
.compare-popup.show + .compare-popup-overlay {
    opacity: 0.7;
    visibility: visible;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
#scroll-top {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: -4rem;
    right: 1.5rem;
    z-index: 9999;
    width: 4.6rem;
    height: 4.6rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #222;
    opacity: 0;
    -webkit-transition: bottom 0.3s, opacity 0.3s;
    transition: bottom 0.3s, opacity 0.3s;
}
#scroll-top.show {
    opacity: 1;
    bottom: 98px;
}
#scroll-top:focus, #scroll-top:hover {
    text-decoration: none;
}
#scroll-top:hover {
    opacity: 0.8;
}
#scroll-top i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    color: #fff;
    background-color: #333;
    border: 2px solid #333;
    border-radius: 50%;
    z-index: 1;
}
#scroll-top svg {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    top: 1px;
    left: 1px;
    z-index: -1;
}
#scroll-top svg circle {
    stroke: #2C67E7;
    stroke-width: 4px;
    stroke-linecap: round;
    stroke-dasharray: 1, 400;
}
.button {
    color: white;
    background-color: #1b1c25;
    border: 1px solid #555555;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}
.button:hover {
    background-color: #1b1c25;
    color: white;
    border: 1px solid #3fc3da;
}
@media (max-width: 768px) {
    #scroll-top {
        display: none;
    }
}
@media (max-width: 991px) {
    .coming-content {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        max-width: 100%;
        padding: 0 2rem;
        font-size: 0.9rem;
        text-align: center;
    }
    .coming-content .countdown-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .coming-content p {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 767px) {
    .coming-content {
        font-size: 0.7rem;
    }
}
@media (max-width: 479px) {
    .coming-content {
        font-size: 0.5rem;
    }
}