@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;
}
html {
    scroll-behavior: smooth;
}
  
.babiaaHomecontainer {

}
.babiaaHomecontainer a {
   text-decoration: none;
   outline: 0;
   cursor: pointer;
}
.babiaaHomeBanner {
    background: url('../images/homebanner.svg') no-repeat;
    height: 100vh;
    background-size: cover;
    background-position: 100%;
    min-height: 700px;
}
.navbar {
    padding: 0;
}
.navbar-brand img {
    width: 81px;
    height: 115px;
}
.babiaaheader {
    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;
}
.babiaabannercontentLeft {
    width: 50%;
    align-self: center;
}
.bannerHeaderText {
    font-size: 46px;
    line-height: 70px;
    color: #151515;
    font-weight: 600;
    font-family: 'FiraSans-Regular';
    margin-bottom: 15px;
    max-width: 600px;
}
.babiaaSubHeaderText {
    font-size: 20px;
    line-height: 28px;
    color: #222222;
    opacity: 0.85;
    font-family: 'FiraSans-Regular';
    margin-bottom: 20px;
    max-width: 600px;
}
.babiaaDownloadText {
    font-weight: 500;
    font-family: 'FiraSans';
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    opacity: 0.85;
    margin-bottom: 10px;
}
.bannerBtnSection a.appStore {
    margin-left: 0px;
}
.bannerBtnSection a.googleplay {
    margin-right: 7.5px;
}
.bannerBtnSection img {
    border-radius: 5.5px;
}
.babiaabannercontentRight {
    width: 50%;
}
.babiaabannercontentRight img {
    max-width: 100%;
    height: auto;
}
.whychoosebabiaaBox {
   padding: 75px 7%;
}
.whychooseHeaderText {
    font-family: 'FiraSans';
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    color: #2B3B54;
    text-align: center;
    margin-bottom: 40px;
}
.whychooseContent {
    text-align: center;
}
.whychooseContent img {
   margin-bottom: 20px;
}
.whychooseContent h4 {
    font-family: 'FiraSans';
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #222222;
    opacity: 0.85;
    margin-bottom: 15px;
}
.whychooseContent p {
    font-family: 'FiraSans-Regular';
    font-size: 18px;
    line-height: 160.5%;
    color: #4F4F4F;
}
.howItsWorkBox {
    padding: 0px 0% 75px;
}
.howItsWorkHeadertext {
    font-family: 'FiraSans';
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    color: #2B3B54;
    text-align: center;
    margin-bottom: 40px;
}
.howRow {
  margin: 0 0 80px -15px;
}
.imgBox img {
    height: auto;
    max-width: 95%;
}
.contentTextBox {
   padding-right: 8%;
   max-width: 540px;
   margin: auto;
}
.contentTextBox h3 {
    font-family: 'FiraSans-Regular';
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    letter-spacing: 0.02em;
    color: #333333;
    margin-bottom: 18px;
}
.contentTextBox h3 span {
    color: #FF6602;
}
.contentTextBox p {
    font-family: 'FiraSans-Regular';
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    opacity: 0.85;
    margin-bottom: 35px;
}
.howRowsection2 {
    margin: 0px 0px 80px;
}
.howRowsection2 .contentTextBox {
    padding-left: 8%;
    padding-right: 0;
    margin: auto;
}
.howRowsection2 .imgBox {
   padding-right: 5%;
}
.howRowsection3 {
    margin: 0px;
}
.howRowsection3 .contentTextBox {
    margin: 0;
}
.howRowsection2 .imgBox img,
.howRowsection3 .imgBox img {
    height: auto;
    max-width: 80%;
}
.howRowsection3 .imgBox {
    padding-left: 7%;
}
.driveWithUsBox {
   position: relative;
   background: #FF5C01;
   padding: 75px 7%;
}
.driveWithUsBoxImg {
    /* background: url('/images/Group36.svg') no-repeat; */
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.driveWithUsBoxImg img {
    height: auto;
    max-width: 100%;
    margin-top: -90px;
}
.drivewithUsHeaderText {
    font-family: 'FiraSans-Regular';
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 70px;
}
.driveWithUsBoxContent {
   text-align: center;
}
.driveWithUsBoxContent img {
    margin-bottom: 30px;
}
.driveWithUsBoxContent h3 {
    font-family: 'FiraSans';
    max-width: 270px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    margin: auto auto 25px;
}
.driveWithUsBoxContent p {
    font-family: 'FiraSans-Regular';
    font-size: 18px;
    line-height: 160.5%;
    text-align: center;
    color: #FFFFFF;
}
.driveWithUsBtn {
    padding: 50px 0 0;
    text-align: center;
}
.driveWithUsBtn a {
   height: 48px;
   width: 234px;
   z-index: 1000;
   position: relative;
}
.partnerWithUsBox {
    padding: 75px 7%;
    text-align: center;
}
.partnerWithUsBox h2 {
    font-family: 'FiraSans';
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    color: #2B3B54;
    text-align: center;
    margin-bottom: 15px;
}
.partnerWithUsBox p {
    font-family: 'FiraSans-Regular';
    font-size: 22px;
    line-height: 36px;
    color: #222222;
    opacity: 0.85;
    max-width: 750px;
    margin: auto auto 25px;
}
.partnerWithUsBox a {
    height: 40px;
    width: 120px;
    outline: 0;
}
.partnerWithUsBox a button {
   height: 40px;
   width: 120px;
   border: 1.5px solid #2B3B54;
   cursor: pointer;
   color: #2B3B54;
   background: white;
   font-family: 'FiraSans';
   font-weight: 500;
   border-radius: 5px;
}
.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: 992px) {
    .whychoosebabiaaBox {
        padding: 30px 5% 0;
    }
    .whychooseContent {
        padding: 15px 0;
    }
}
@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;
    }
    .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;
    }
    .mobileMenuNavbar {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        right: 0px;
        height: 100%;
        padding: 0;
        left: 0px;
        background: #fef2ea;
        z-index: 3;
    }
    .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%;
    }
    .babiaabannerMobileRight img {
        height: auto;
        max-width: 100%;
    }
    .babiaabannercontentLeft {
        width: 100%;
        padding-top: 40px;
    }
    .bannerBtnSection {
       position: relative;
       z-index: 123;
    }
    .howRowsection3 .contentTextBox {
        margin: auto;
    }
    .mobileSignUpLink img {
        height: 36px;
        margin-left: 10px;
    }
    .whychooseContent {
       padding: 15px 0;
    }
    .whychoosebabiaaBox {
       padding: 30px 5% 0;
    }
    .whychooseHeaderText {
       font-size: 30px;
       line-height: 45px;
       margin-bottom: 20px;
    }
    .whychooseContent h4 {
       font-size: 20px;
    }
    .howItsWorkBox {
        padding: 30px 0 0;
    }
    .howRow {
       margin-bottom: 60px;
    }
    .contentTextBox {
        padding: 30px 0 0 15px;
    }
    .contentTextBox h3 {
       font-size: 25px;
       text-align: center;
    }
    .howRowsection2 {
        margin: 0px 0 20px;
    }
    .howRowsection2 .contentTextBox {
        padding-left: 15px;
    }
    .driveWithUsBox {
        padding: 40px 5%;
    }
    .drivewithUsHeaderText {
        font-size: 30px;
        margin-bottom: 35px;
        line-height: 45px;
    }
    .driveWithUsBoxContent {
       margin-bottom: 30px;
    }
    .partnerWithUsBox {
        padding: 35px 5%;
    }
    .partnerWithUsBox h2 {
        font-size: 30px;
        margin-bottom: 15px;
        line-height: 45px;
    }
    .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 {

    }
    .bannerHeaderText {
        font-size: 22px;
        line-height: 35px
    }
    .whychooseContent img {
        height: auto;
        max-width: 100%;
    }
}