.nav-main {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-block: 20px;
    padding-inline: 5rem;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(222, 238, 250, 1) 100%
    );
}
.talktous-btn {
    position: relative;
    box-sizing: border-box;
}
.form-open-btn.landingpage {
    position: relative;
    right: unset;
    top: unset;
    border-radius: 5px;
    width: 100%;
    padding-block: 10px;
    font-size: 20px;
}
.landingpage .talk-to-us-btn-p {
    margin-block: 0px;
    padding-inline: 12px;
}
.-hidden {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: top 0.3s;
    position: fixed !important;
}

.navbar-fixed-top {
    position: fixed !important;
    height: 100px;
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 9999;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1),
        -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
    box-shadow: 0 0 10px #ccc;
}
.landing-footer {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    background-color: #18aaca;
    padding-block: 20px;
    padding-inline: 5rem;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.landing-footerlink,
.landing-copyright {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    padding-inline: 8px;
    padding-block: 0;
    margin: 0px 0;
    display: block;
    white-space: nowrap;
    text-decoration: none;
}
.landing-flexitem2 {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.appiness-logo.desktop {
    display: block;
}
.appiness-logo.mobile {
    display: none;
}
.landing-talktous {
    padding: 10px 30px 10px 30px;
    display: block;
    color: white;
    background-color: #18aaca;
    font-size: 20px;
    font-weight: 400;
    border-radius: 5px;
    border: 0;
    text-decoration: none;
    cursor: pointer;
}
.landing-talktous:hover{
    box-shadow: 0 14px 15px #64dfff85;
    background-color: #0a7486;
    transition: all 0.4s ease-in-out;
}
.landingdigitalbtn.desktop {
    display: block;
}
.landingdigitalbtn.mobile {
    display: none;
}
@media only screen and (min-device-width: 1200px) and (max-device-width: 1350px) {
}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1199px) {
}
@media only screen and (min-device-width: 993px) and (max-device-width: 1024px) {
}
@media only screen and (min-device-width: 769px) and (max-device-width: 992px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
    .nav-main {
        padding-inline: 2rem;
    }
    .landing-footer {
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    .landing-flexitem,
    .landing-flexitem2 {
        justify-content: center;
        display: flex;
        align-items: center;
        text-align: center;
    }
    .appiness-logo.desktop {
        display: none;
    }
    .appiness-logo.mobile {
        display: block;
    }
    .landingdigitalbtn.desktop {
        display: none;
    }
    .landingdigitalbtn.mobile {
        display: block;
    }
}
@media only screen and (max-width: 550px) {
}
@media only screen and (max-width: 375px) {
}
