@font-face {
    font-family: 'FiraSans-Regular';
    src: url('../fonts/FiraSans-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FiraSans';
    src: url('../fonts/FiraSans-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSans-Bold';
    src: url('../fonts/NotoSans-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSans-Regular';
    src: url('../fonts/NotoSans-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
.babiaaHomeBanner {
    background: url('../images/homebanner.svg') no-repeat;
    height: 100vh;
    background-size: cover;
    background-position: 100%;
    min-height: 700px;
}
.babiaafaqsBanner {
    background: url('../images/homebanner.svg') no-repeat;
    background-size: cover;
    background-position: 100%;
    height: 330px;
}
.babiaaPrivacyBanner {
    background: url('../images/homebanner.svg') no-repeat;
    background-size: cover;
    background-position: 100%;
    height: 280px;
}
.navbar {
    padding: 0;
}
.navbar-brand img {
    width: 81px;
    height: 115px;
}
.babiaaheader {
    position: relative;
    z-index: 2;
    padding: 5px 7% 0;
}
.navbar-collapse {
    justify-content: flex-end;
}
.navbar-expand-md .navbar-nav .nav-item {
   padding-right: 15px;
}
.navbar-expand-md .navbar-nav .nav-link {
    color: #222222;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'NotoSans-Regular';
}
.navbar-collapse img {
    height: 40px;
}
.babiaabannercontent {
    padding: 100px 7% 30px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.babiaafaqsBanner .babiaabannercontent {
    padding: 50px 7% 30px;
}
.babiaaPrivacyBanner .babiaabannercontent {
    padding: 50px 7% 30px;
}
.babiaabannercontentText {
    max-width: 800px;
    margin: auto;
}
.bannerAboutHeaderText {
    font-family: 'FiraSans-Regular';
    font-weight: 600;
    font-size: 46px;
    line-height: 55px;
    text-align: center;
    color: #151515;
    margin-bottom: 35px;
}
.babiaafaqsBanner .bannerAboutHeaderText {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 25px;
}
.babiaaPrivacyBanner .bannerAboutHeaderText {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
}
.babiaabannercontentText p {
    font-family: 'FiraSans-Regular';
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    opacity: 0.85;
    margin-bottom: 20px;
}



.footerBox {
    padding: 75px 7% 30px;
    background: #333333;
}
.footerBoxContentLeft .babiaaDownloadText {
    color: #FFFFFF;
    font-size: 29px;
    margin-bottom: 20px;
    opacity: 1;
}
.footerBoxContentLeft .bannerBtnSection {
    margin-bottom: 70px;
}
.callandMailBox {
    font-family: 'FiraSans-Regular';
    font-size: 17px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.callandMailBox img {
    margin-right: 10px;
}
.callandMailBox span {
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.callandMailBox a {
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.socialMediaBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 40px;
}
.socialMediaBox a {
    outline: 0;
    margin-right: 15px;
    height: 30px;
    width: 30px;
}
.socialMediaBox a img {
    height: 30px;
    width: 30px;
}
.footerBoxContentRight h3 {
    font-family: 'FiraSans';
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.footerBoxContentRight p {
    font-family: 'FiraSans-Regular';
    font-size: 18px;
    line-height: 32px;
    color: #DDDDDD;
    margin-bottom: 60px;
    max-width: 450px;
}
.subcribeBox {
    max-width: 450px;
}
.subcribeBox label {
    font-family: 'FiraSans-Regular';
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.inputEmail {
   position: relative;
}
.inputEmail input {
    height: 56px;
    width: 100%;
    font-family: 'FiraSans-Regular';
    font-size: 14px;
    outline: 0;
    padding: 8px 120px 8px 8px;
}
.inputEmail button {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 100px;
    height: 40px;
    background: #FF6602;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    font-family: 'FiraSans-Regular';
}
.copyrightBox {
    padding-top: 70px;
}
.copyrightBox p {
    font-family: 'FiraSans-Regular';
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.copyrightBox ul {
    padding: 0;
    margin: 0;
    display: inline;
}
.copyrightBox ul li {
    padding-right: 20px;
    float: left;
    list-style: none;
}
.copyrightBox ul li a {
    font-family: 'FiraSans';
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    outline: 0;
}
.mobileSignUpLink,
.babiaabannerMobileRight,
.mobileBannerIcon,
.crossIconClose {
    display: none;
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 300px) and (max-width: 767px) {
    .newBabiaaHeader {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11);
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1111;
        transition: 0.5s;
        height: 95px;
        background: #fef2ea;
    }
    .navbar-brand img {
        width: 51.73px;
        height: 73.45px;
    }
    .mobileSignUpLink img {
        height: 36px;
        margin-left: 10px;
    }
    .desktopSignUpLink,
    .babiaabannercontentRight {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    .mobileSignUpLink,
    .babiaabannerMobileRight,
    .mobileBannerIcon,
    .crossIconClose {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .navbar-nav {
        position: relative;
        display: none;
        opacity: 0;
    }
    .mobileMenuNavbar .navbar-nav {
        display: block;
        opacity: 1;
        height: 100%;
        padding-top: 100px;
        text-align: left;
        padding-right: 0px;
    }
    .navbar-expand-md .navbar-nav .nav-item {
        float: none;
        margin-bottom: 0px;
        border-top: 1px solid #0055FF;
        padding: 20px;
    }
    .navbar-expand-md .navbar-nav .nav-item:last-child {
        border-bottom: 1px solid #0055FF;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        font-size: 20px;
        /* font-family: 'FiraSans';
        font-weight: 500; */
        color: #0055FF;
    }
    .crossIconClose {
        position: absolute;
        height: 20px !important;
        right: 30px;
        top: 30px;
        cursor: pointer;
    }
    .mobileMenuNavbar {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        right: 0px;
        height: 100%;
        padding: 0;
        left: 0px;
        background: #fef2ea;
        z-index: 1234;
    }
    .mobileSignUpLink {
        position: relative;
        z-index: 2;
    }
    .babiaaHomeBanner {
        background: #FFF2EA;
        min-height: 700px;
        height: auto;
        position: relative;
    }
    .mobileBannerIcon {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
    }
    .babiaabannercontent {
        display: block;
        padding: 70px 5%;
    }
    .bannerAboutHeaderText,
    .babiaafaqsBanner .bannerAboutHeaderText,
    .babiaaPrivacyBanner .bannerAboutHeaderText {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    .footerBox {
        padding: 35px 5% 30px;
    }
    .footerBoxContentLeft .babiaaDownloadText {
        font-size: 20px;
    }
    .footerBoxContentLeft .bannerBtnSection {
        margin-bottom: 30px;
    }
    .socialMediaBox {
        padding-top: 5px;
        margin-bottom: 30px;
    }
    .footerBoxContentRight h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .footerBoxContentRight p {
        margin-bottom: 30px;
        line-height: 26px;
    }
    .copyrightBox {
        padding-top: 40px;
    }
    .copyrightBox ul li {
        margin-bottom: 15px;
        padding-right: 15px;
    }
    .copyrightBox ul li a {
        font-size: 15px;
    }
    .copyrightBox p {
        margin-bottom: 0;
        font-size: 14px;
    }
}
@media (min-width: 300px) and (max-width: 525px) {
    .babiaaHomeBanner {
        min-height: 100vh;
    }
    .babiaaPrivacyBanner {
        height: 230px;
    }
    .bannerHeaderText {
        font-size: 22px;
        line-height: 35px
    }
    .babiaaPrivacyBanner .bannerAboutHeaderText {
        font-size: 25px;
        line-height: 36px;
    }
}
