@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 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;
}
.navbardefault {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}
.navbarbrand img {
    width: 81px;
    height: 115px;
}
.babiaaheader {
    position: relative;
    z-index: 2;
    padding: 5px 7% 0;
}
#collapsibleNavbar,.mobileSignUpLink {
    width: calc(100% - 81px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-self: center;
    justify-content: flex-end;
    text-align: right;
}
.navbardefault .navbarnav {
    list-style: none;
    align-self: center;
    margin-bottom: 0;
}
.navbardefault .navbarnav .navitem {
   padding-right: 25px;
   float: left;
}
.navbardefault .navbarnav .navlink {
    color: #222222;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'NotoSans-Regular';
}
/* .navbar-collapse img {
    height: 40px;
} */
.babiaabannercontent {
    padding: 60px 10% 30px 8%;
    display: -webkit-flex;
    display: flex;
}
.babiaabannercontentLeft {
    width: calc(100% - 325px);
    /* align-self: center; */
}
.bannerHeaderText {
    font-size: 46px;
    line-height: 60px;
    color: #151515;
    font-family: 'NotoSans-Bold';
    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: 325px;
}
.bannerleftIconText {
   padding-top: 35px;
}
.iconandtext {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 470px;
    margin-bottom: 35px;
}
.iconandtext img {
    align-self: baseline;
    width: 44px;
    height: 44px;
}
.iconContentText {
    padding-left: 30px;
}
.iconandtext h4 {
    font-family: 'FiraSans';
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #2F3035;
    margin-top: 0;
}
.iconandtext p {
    font-family: 'FiraSans-Regular';
    font-size: 18px;
    line-height: 24px;
    color: #434140;
}
.babiaabannercontentRight img {
    /* max-width: 100%;
    height: auto; */
    width: 325px;
    height: 615px;
    position: relative;
    top: 90px;
}
.signupFormBox {
    padding: 150px 5% 60px;
    max-width: 910px;
    margin: auto;
}
.signupheadertext {
    font-family: 'FiraSans';
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #151515;
    margin-bottom: 20px;
    margin-top: 0;
}
.signupsubheadertext {
    font-family: 'FiraSans-Regular';
	font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #222222;
    opacity: 0.85;
    max-width: 704px;
    margin: auto auto 50px;
}
.signUpFormSection {

}
.personalDetails,.vehicleDetails {
    margin-bottom: 50px;
}
.detailsheaderText {
   font-family: 'FiraSans';
   font-weight: 500;
   font-size: 21px;
   line-height: 20px;
   color: #2F3035;
   margin-top: 0;
   margin-bottom: 30px;
}
.signUpFormSection .form-group {
   margin-bottom: 30px;
}
.signUpFormSection form label {
	font-weight: 400;
	text-transform: capitalize;
    font-family: 'FiraSans-Regular';
    font-size: 14px;
    line-height: 20px;
    color: #5F6377;
}
.signUpFormSection form .form-group input {
	/* opacity: .65; */
    height: 42px;
    font-size: 14px;
    font-family: 'FiraSans-Regular';
	letter-spacing: .5px;
	padding: 11px 12px;
	width: 100%;
	outline: 0;
	border: 0;
    border-radius: 0;
    color: rgba(26, 32, 61, 1);
	background: #FCFCFD;
    border: 1px solid #CFD0D7;
	box-shadow: none;
}
.signUpFormSection .full_name,
.signUpFormSection .email_mobile,
.signUpFormSection .address_ssn,
.signUpFormSection .driving_license,
.signUpFormSection .make_model,
.signUpFormSection .bank_account_info {
	display: flex;
    display: -moz-flex;
	display: -webkit-flex;
}
.signUpFormSection .left {
	width: 50%;
	margin-right: 40px;
}
.leftroute {
    width: calc(50% - 40px);
}
.signUpFormSection .right {
	width: 50%;
	margin-left: 40px;
}
.signUpFormSection form input:focus {
	box-shadow: none;
}
.signUpFormSection form .error {
	color: #f5222d;
	font-size: 14px;
	text-transform: none;
	margin-top: 2px;
}
.signUpFormSection form .termsandcondition {
	display: flex;
    display: -moz-flex;
	display: -webkit-flex;
}
.signUpFormSection form .termsandcondition input {
	width: 18px;
	height: 18px;
	margin: 3px 0 0;
}
.signUpFormSection form .termsandcondition span {
	font-size: 16px;
	width: calc(100% - 18px);
	padding-left: 5px;
}
.signUpFormSection .sent_user {
	height: 45px;
	width: 220px;
	border-radius: 5px;
	border: 0;
    font-family: 'FiraSans';
    font-weight: 500;
    font-size: 20px;
	color: white;
	background: #4267b2;
	cursor: pointer;
	outline: 0;
	text-align: center;
	padding: 9px 0;
	margin-top: 30px;
}
.success_alert {
	/*position: absolute;*/
	/*bottom: 50%;*/
	font-size: 20px;
	color: #4267b2;
	/*margin: 10px 0 0;*/
	display: none;
	opacity: 0;
	border: 2px solid #4267b2;
	border-radius: 5px;
	/*height: 60px;*/
	border-color: #4267b2;
	/* padding: 5%; */
	background-color: #edf7fd;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	margin-top: -200px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	margin: auto;
	max-width: 730px;
	margin-top: 20vh;
}
.failure_alert {
	font-size: 20px;
	color: #f5222d;
	margin: 10px 0 0;
	display: none;
	opacity: 0;
}

.loader {
  position: relative;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  width: 70px;
  height: 70px;
  left:50%;
  top:50%;
  -webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}
#overlay {
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .5;
}
.overlayContainer {
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.signUpFormSection form .container1 {
	display: block;
	position: relative;
    padding-left: 25px;
    padding-top: 3px;
    margin-bottom: 0px;
    font-family: 'FiraSans-Regular';
    max-width: 500px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: none;
  }
  .container1 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  .checkmark {
	position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1.2px solid gray;
  }
  .container1 input:checked ~ .checkmark {
	/* background-color: #2196F3; */
	 border: 1.2px solid #2196f3;
  }
 .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  .container1 input:checked ~ .checkmark:after {
	display: block;
  }
  .container1 .checkmark:after {
	left: 6.5px;
    top: 2.3px;
    width: 4px;
    height: 10px;
    border: solid #2196f3;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.footerBox {
    padding: 75px 7% 30px;
    background: #333333;
}
.footerBoxContentLeft .babiaaDownloadText {
    color: #FFFFFF;
    font-size: 29px;
    margin-bottom: 15px;
    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;
    margin-top: 0;
}
.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;
    margin-bottom: 10px;
}
.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;
    }
    .navbarbrand 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;
    }
    .navbarnav {
        position: relative;
        display: none;
        opacity: 0;
    }
    #collapsibleNavbar {
        width: auto;
    }
    .mobileSignUpLink {
        width: calc(100% - 51.73px);
    }
    .navbardefault .navbarnav .navitem {
        float: none;
        margin-bottom: 0px;
        border-top: 1px solid #0055FF;
        padding: 20px;
    }
    .navbardefault .navbarnav .navitem:last-child {
        border-bottom: 1px solid #0055FF;
    }
    .mobileMenuNavbar .navbarnav {
        display: block;
        opacity: 1;
        height: 100%;
        padding-top: 100px;
        text-align: left;
        padding-left: 0px;
        margin: 0;
        width: 100%;
    }
    .navbardefault .navbarnav .navlink {
        font-size: 20px;
        color: #0055FF;
        padding: 15px 0;
    }
    .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% 40px;
    }
    .babiaabannerMobileRight img {
        height: auto;
        max-width: 100%;
    }
    .babiaabannercontentLeft {
        width: 100%;
        padding-top: 40px;
    }
    .mobileSignUpLink img {
        height: 36px;
        margin-left: 10px;
    }
    .signupFormBox {
       padding: 35px 5% 15px;
    }
    .signUpFormSection .left {
        width: 50%;
        margin-right: 20px;
    }
    .leftroute {
        width: calc(50% - 20px);
    }
    .signUpFormSection .right {
        width: 50%;
        margin-left: 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 {

    }
    .mobileSignUpLink {
        width: calc(100% - 51.73px);
    }
    .bannerHeaderText {
        font-size: 30px;
        line-height: 35px;
        margin-top: 0;
    }
    .bannerleftIconText {
        padding-top: 15px;
    }
    .iconandtext {
        margin-bottom: 15px;
    }
    .iconandtext img {
        width: 44px;
        height: 44px;
    }
    .iconandtext h4 {
        font-size: 20px;
    }
    .signupheadertext {
      font-size: 25px;
      line-height: 40px;
    }
    .detailsheaderText {
        margin-bottom: 20px;
    }
    .personalDetails,
    .vehicleDetails {
        margin-bottom: 20px;
    }
    .signUpFormSection .full_name,
    .signUpFormSection .email_mobile,
    .signUpFormSection .address_ssn,
    .signUpFormSection .driving_license,
    .signUpFormSection .make_model,
    .signUpFormSection .bank_account_info {
        display: block;
    }
    .signUpFormSection .left {
        width: 100%;
        margin-right: 0px;
    }
    .leftroute {
        width: 100%;
    }
    .signUpFormSection .right {
        width: 100%;
        margin-left: 0px;
    }
}
