/* Add to Home Screen Button */
.btnApp {
    border: 2px solid #fada7d;
    padding: 10px 16px;
    text-align: center;
    border-radius: 30px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    /* box-shadow: 0 2px 2px #ddd; */
    font-size: 18px;
    line-height: 1.4;
    background-color: transparent;
    color: #fada7d;
    font-weight: 400;
    text-transform: capitalize;
    margin: 10px 0px;
    }
    .pwa-install {
    width: 100%;
    /* line-height: 2; */
    white-space: nowrap;
    }
   .pwa-install a{
    background-color: #f7567c;
    color: #fff;
   }
    .f1  {
    margin: 0 auto;
    line-height: 2.6;
    }
    .pwa-install.available {
    display: block ;
    }
    .pwa-install {
        display: none ;
        white-space: nowrap;
        }

/*PROMPT CSS  */
.is-on-homescreen .header-clear {
    padding-top: calc(55px + (constant(safe-area-inset-top))*0.75) !important;
    padding-top: calc(55px + (env(safe-area-inset-top))*0.75) !important;
}
.is-on-homescreen .header-clear-small {
    padding-top: calc(5px + (constant(safe-area-inset-top))*0.75) !important;
    padding-top: calc(5px + (env(safe-area-inset-top))*0.75) !important;
}
.is-on-homescreen .header-clear-medium {
    padding-top: calc(60px + (constant(safe-area-inset-top))*0.75) !important;
    padding-top: calc(60px + (env(safe-area-inset-top))*0.75) !important;
}
.is-on-homescreen .header-clear-large {
    padding-top: calc(80px + (constant(safe-area-inset-top))*0.75) !important;
    padding-top: calc(80px + (env(safe-area-inset-top))*0.75) !important;
}
.is-on-homescreen .header {
    height: calc(55px + (constant(safe-area-inset-top))*0.75) !important;
    height: calc(55px + (env(safe-area-inset-top))*0.75) !important;
}
.is-on-homescreen .header-icon {
    margin-top: calc(0px + (constant(safe-area-inset-top))*0.75) !important;
    margin-top: calc(0px + (env(safe-area-inset-top))*0.75) !important;
}
.is-on-homescreen .header-title {
    margin-top: calc(0px + (constant(safe-area-inset-top))*0.75) !important;
    margin-top: calc(0px + (env(safe-area-inset-top))*0.75) !important;
}
.is-on-homescreen .page-content .page-title {
    margin-top: calc(20px + (constant(safe-area-inset-top))*0.75) !important;
    margin-top: calc(20px + (env(safe-area-inset-top))*0.75) !important;
}
#footer-bar.position-relative {
    z-index: 2 !important;
}
.is-ios #footer-bar {
    height: calc(65px + (constant(safe-area-inset-bottom))*1.1);
    height: calc(65px + (env(safe-area-inset-bottom))*1.1);
}
.is-not-ios .footer-menu-clear {
    height: 70px;
    display: block;
}
.is-not-ios .footer {
    padding-bottom: 0;
}
.is-not-ios #footer-menu a i {
    padding-top: 13px;
}
.is-not-ios #footer-menu a span {
    opacity: 0.6;
}
.footer-bar-5.position-relative .active-nav strong {
    bottom: 0 !important;
}
.menu-title h1 {
    font-size: 23px;
    font-weight: 700;
    padding: 20px 0 3px 20px;
}
.menu-title p {
    font-size: 11px;
    margin: -15px 0 10px 20px;
    padding: 0;
}
.menu-title a {
    font-size: 20px;
    color: #dc3545;
    position: absolute;
    text-align: center;
    width: 55px;
    line-height: 85px;
    right: 0;
    top: 0;
}
.menu-bg {
    background-color: #f0f0f0;
}
.menu-hider {
    position: fixed;
    top: -100px;
    bottom: -100px;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.35);
    z-index: 100;
    pointer-events: none;
    opacity: 0;
    transition: all 300ms ease;
}
.menupwa {
    /* display: none; */
    position: fixed;
    background-color: #fff;
    z-index: 1011;
    overflow: scroll;
    transition: all 300ms ease;
    -webkit-overflow-scrolling: touch;
}
.f-22{
font-size: 22px;
}
.menupwa .content {
    margin-bottom: 0 !important;
}
.menu-box-left {
    left: 0;
    top: 0 !important;
    top: constant(safe-area-inset-top) !important;
    top: env(safe-area-inset-top) !important;
    width: 250px;
    bottom: 0;
    box-shadow: 0 15px 25px 1px rgba(0,0,0,0.1);
    transform: translate3d(-100%, 0, 0);
}
.menu-box-right {
    right: 0;
    transform: translateX(100%);
    top: 0 !important;
    top: constant(safe-area-inset-top) !important;
    top: env(safe-area-inset-top) !important;
    bottom: 0;
    box-shadow: 0 15px 25px 1px rgba(0,0,0,0.1);
    width: 250px;
}
.menu-box-top {
    transform: translate3d(0, -115%, 0);
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
}
.menu-box-bottom {
    bottom: 0;
    left: 0;
    right: 0;
    height: 340px;
    transform: translate3d(0, 110%, 0);
}
.menu-box-modal {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    opacity: 0;
    pointer-events: none;
    transition: all 300ms ease;
}
.menu-box-top.menu-box-detached {
    top: 10px;
    left: 10px;
    right: 10px;
}
.menu-box-bottom.menu-box-detached {
    bottom: 20px;
    left: 30px;
    right: 30px;
}
.menu-box-left.menu-box-detached {
    top: 10px !important;
    bottom: 10px;
    top: calc(0px + (constant(safe-area-inset-top))*0.75) !important;
    top: calc(0px + (env(safe-area-inset-top))*0.75) !important;
    bottom: calc(0px + (constant(safe-area-inset-bottom))*0.75) !important;
    bottom: calc(0px + (env(safe-area-inset-bottom))*0.75) !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.menu-box-right.menu-box-detached {
    top: 10px !important;
    bottom: 10px;
    top: calc(0px + (constant(safe-area-inset-top))*0.75) !important;
    top: calc(0px + (env(safe-area-inset-top))*0.75) !important;
    bottom: calc(0px + (constant(safe-area-inset-bottom))*0.75) !important;
    bottom: calc(0px + (env(safe-area-inset-bottom))*0.75) !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.menu-box-left.menu-active {
    transform: translate3d(0%, 0, 0) !important;
}
.menu-box-right.menu-active {
    transform: translate3d(0%, 0, 0) !important;
}
.menu-box-top.menu-active {
    transform: translate3d(0%, 0, 0) !important;
}
.is-on-homescreen .menu-box-top.menu-active {
    transform: translate3d(0%, 40px, 0) !important;
}
.menu-box-bottom.menu-active {
    transform: translate3d(0%, 0, 0) !important;
}
.menu-box-modal.menu-active {
    transition: all 300ms ease;
    pointer-events: all !important;
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1, 1) !important;
}

.rounded-l {
    border-radius: 30px !important;
}
.rounded-xl {
    border-radius: 50px !important;
}
.shadow-none {
    box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
}
.shadow-0 {
    box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
}
.shadow-xs {
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.04) !important;
}
.shadow-s {
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1) !important;
}
.shadow-m {
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.08) !important;
}
.shadow-l {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.09) !important;
}
.shadow-xl {
    box-shadow: 0 5px 30px 0 rgba(0,0,0,0.11),0 5px 15px 0 rgba(0,0,0,0.08) !important;
}
.line-height-xs {
    line-height: 14px !important;
}
.line-height-s {
    line-height: 17px !important;
}
.line-height-m {
    line-height: 24px !important;
}
.line-height-l {
    line-height: 26px !important;
}
.line-height-xl {
    line-height: 37px !important;
}
.text-shadow-s {
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}
.text-shadow-l {
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
.boxed-text-l,
.boxed-text-m,
.boxed-text-s,
.boxed-text-xl {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.boxed-text-xl {
    width: 90%;
    max-width: 340px;
}
.boxed-text-l {
    width: 85%;
    max-width: 90%;
}
.boxed-text-m {
    width: 80%;
    max-width: 300px;
}
.boxed-text-s {
    width: 70%;
    max-width: 260px;
}

@keyframes scale-animation {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.05, 1.05);
    }
    0% {
        transform: scale(1, 1);
    }
}

.is-on-homescreen .offline-message {
    padding-top: 30px !important;
}
.is-on-homescreen .online-message {
    padding-top: 30px !important;
}
.offline-message-active {
    transform: translateY(0%);
}
.online-message-active {
    transform: translateY(0%);
}
.add-to-home-visible {
    opacity: 1 !important;
    pointer-events: all !important;
}
.add-to-home {
    position: fixed;
    background-color: #000;
    z-index: 99;
    left: 15px;
    right: 15px;
    border-radius: 10px;
    height: 80px;
    opacity: 0;
    pointer-events: none;
    transition: all 250ms ease;
}
.add-to-home .close-add-to-home {
    pointer-events: none;
}

.add-to-home p {
    color: #ced4da;
    position: absolute;
    font-size: 11px;
    padding-right: 20px;
    padding-left: 75px;
    padding-top: 35px;
    line-height: 14px;
}
.add-to-home img {
    width: 45px;
    margin-top: 17px;
    margin-left: 15px;
}
.add-to-home-ios {
    bottom: 25px;
}
.add-to-home-ios i {
    width: 40px;
    text-align: center;
    position: absolute;
    font-size: 30px;
    left: 50%;
    bottom: -18px !important;
    margin-left: -21px;
    transform: rotate(180deg);
    color: #000;
    display: block;
}
.add-to-home-ios .close-add-to-home {
    position: absolute;
    right: 13px;
    top: 13px;
    transform: scale(0.5, 0.5);
}
.add-to-home-android {
    top: 20px;
}
.add-to-home-android i {
    width: 40px;
    text-align: center;
    position: absolute;
    top: -18px;
    right: 15px;
    font-size: 30px;
    margin-left: -20px;
    color: #000;
    display: block;
}
.add-to-home-android .close-add-to-home {
    position: absolute;
    right: 5px;
    top: 20px;
    transform: scale(0.5, 0.5);
}


.text-deco{
    text-decoration: none;
}
.btn-1 {
    height: 36px;
    padding: 3px 78px;
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 500;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s all;
    text-decoration: none !important;
    border-radius: 10px;
    border-width: 2px;
  background: #ff6700 !important;
    border-color: #ff6700 !important;
    color: #FFFFFF !important;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.pad1{
    padding: 0 10px;
    color: #f7567c !important;
}
.btn-pwa{
    background: #f7567c;
    color: #fff;
    padding: 8px 10px;
    border-radius: 10px;
}
.close2{
    font-size: 15px;
    color: #f7567c;
}
.close-android{
    float: right;
    font-size: 30px;
    font-weight: 700;
    top: 10px;
    right: 20px;
    position: absolute;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    font-weight: bolder;
    opacity: .5;
}
.closeios{
    padding: 8px 100px;
    border-radius: 10px;
    color: #fff;
    background: #f7567c;
}
.br-10{
    border-radius: 10px;
}
.text{
    text-align: center;
    color: #000;
    font-size: 18px;
    line-height: 1.3;
}
.share-icon{
        vertical-align: middle;
        font-size: 24px;
}
.m-1{
    margin: 1.2em 0;
}
.mt-4{
    margin-top: 20px;
}
.mt-40{
    margin-top: 40px;
}
.mt-5{
    margin-top: 50px;
}