ion-content {
  --background: none !important;
  background: url(../../../assets/imgs/background.png) no-repeat center left/cover !important;
  width: 100% !important;
  height: 100vh;
}

.backgroudC {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

/*-----header css-----*/
.div-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
}
.div-header .div-header-left {
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.div-header .div-header-left .img_menu {
  width: 23px;
}
.div-header .div-header-left .lbl_logo {
  font-family: UbuntuRegular;
  color: white;
  font-size: 18px;
  margin-left: 15px;
}
.div-header .div-header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.btn-login {
  --color: white;
  margin: 0px !important;
  --border-radius: 5px !important;
  font-family: UbuntuMedium;
  text-transform: none;
  font-size: 18px;
}

.gridd {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 0px !important;
  background-color: #344e64 !important;
}
.gridd .grid_row {
  padding: 20px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.gridd .grid_col {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.horizontal-logo {
  width: 165px;
}

.menu-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.menu-section .menu-btn {
  color: white;
  text-transform: none;
  font-size: 18px;
  font-family: UbuntuMedium;
}
.menu-section .signup-btn {
  --color: "#1A269C";
  --background: white;
  text-transform: none;
  margin-left: 15px;
  font-size: 16px;
  --border-radius: 5px !important;
  font-family: UbuntuMedium;
}
.menu-section .menu-btn-footer {
  color: #5B6C8A;
  text-transform: none;
  font-size: 17px;
  font-family: UbuntuMedium;
}

/*---- footer css ----*/
.grid-footer {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #F4F4F7;
  padding-left: 20px;
}

.column-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

/*---action box div css--*/
.header-inner-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
  padding: 70px;
}
.header-inner-content .inner-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.header-inner-content .inner-right {
  height: 100%;
  width: 400px;
}

.lbl-header {
  font-size: 50px;
  color: white;
  display: block;
  font-family: UbuntuMedium;
  margin-top: -5px;
}

.lbl-desc {
  font-size: 25px;
  color: white;
  display: block;
  font-family: UbuntuRegular;
  margin-top: 20px;
}

.lbl-desc2 {
  font-size: 16px;
  color: white;
  font-family: UbuntuRegular;
  margin-top: 45px;
  display: block;
}

.store-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-top: 30px;
}
.store-buttons .store-button {
  margin-right: 20px;
}

.header-inner-box {
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 10px;
  padding: 25px;
}

.inner-label-drive {
  font-size: 20px;
  font-family: UbuntuMedium;
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 35px;
}

.inner-label-desc {
  font-size: 14px;
  color: var(--ion-color-description);
  text-align: left;
  margin-top: 5px;
  font-family: UbuntuMedium;
  display: block;
}

.btn-testdrive {
  width: 100%;
  --box-shadow: none !important;
  height: 45px;
  --background: linear-gradient(197deg, rgba(255,141,0,1) 0%, rgba(255,141,0,1) 13.5%, rgba(255,141,0,1) 33.33%, rgba(255,113,0,1) 100%) !important;
  --background-activated: linear-gradient(197deg, rgba(255,141,0,1) 0%, rgba(255,141,0,1) 13.5%, rgba(255,141,0,1) 33.33%, rgba(255,113,0,1) 100%) !important;
  text-transform: none;
  font-size: 18px;
  margin-bottom: 10px;
  --border-radius: 5px !important;
  font-family: UbuntuMedium;
  margin: 0px !important;
  margin-bottom: 25px !important;
}

.btn-how {
  width: 100%;
  --color: rgba(255,113,0,1);
  --box-shadow: none !important;
  height: 45px;
  --background: white;
  text-transform: none;
  font-size: 18px;
  margin-bottom: 10px;
  --border-radius: 5px !important;
  font-family: UbuntuMedium;
  margin: 0px !important;
  margin-top: 13px !important;
}

.mobil-content {
  width: 100%;
  padding: 20px;
}

.store-buttons2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start !important;
  width: 100%;
  padding-bottom: 28px;
}

.store-button2 {
  width: 95%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

/*------- Benifits css --------*/
.div-inner-slide {
  width: 100%;
  padding: 20px 0px;
  padding-bottom: 0px !important;
}
.div-inner-slide .lbl-slide-header {
  font-size: 29px;
  font-family: UbuntuMedium;
  font-weight: 500;
  display: block;
  color: white;
}
.div-inner-slide .div-inner-slide-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 50px;
}
.div-inner-slide .div-circle {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background: var(--ion-color-description);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.div-inner-slide .div-circle .img-all {
  width: 27px;
}
.div-inner-slide .div-circle .img-all_n {
  width: 24px;
}
.div-inner-slide .div-label {
  width: 85%;
  padding-left: 20px;
}
.div-inner-slide .div-label .lbl-header-benifit {
  font-size: 24px;
  font-family: UbuntuMedium;
  display: block;
  color: white;
}
.div-inner-slide .div-label .lbl-desc-slide {
  font-size: 18px;
  font-family: UbuntuRegular;
  display: block;
  color: white;
  margin-top: 10px;
}

.label-get-started {
  font-size: 37px;
  font-weight: 500;
  display: block;
  text-align: center;
  color: white;
  font-family: UbuntuMedium;
}

.row-component {
  width: 100%;
  padding-top: 70px;
}

.column-component {
  text-align: center;
}

.div-component-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 80px;
}

.div-widget-circle {
  width: 115px;
  height: 115px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: linear-gradient(197deg, rgb(130, 148, 182) 0%, rgb(130, 148, 182) 13.5%, rgb(130, 148, 182) 33.33%, rgb(117, 133, 163) 100%) !important;
}

.icon-all {
  width: 40px;
}

.label-header {
  font-size: 27px;
  font-weight: 500;
  margin-top: 38px;
  color: white;
}

.label-desc {
  font-size: 21px;
  margin-top: 10px;
  width: 80%;
  font-family: UbuntuRegular;
  color: white;
  display: block;
}

.div_pad {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.div-btn-last {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 14px;
}

/* --------------------------For web Media query----------------------------------------------------------- */
/*---- XXLarge screens---- */
@media only screen and (min-width: 120.063em) {
  h3:after {
    content: " - min-width 1921px, xlarge screens" !important;
    display: inline;
  }
  .gridd {
    display: block !important;
  }
  .heder-mobile {
    display: none !important;
  }
  .mobil-content {
    display: none;
  }
  .row-component {
    padding-left: 200px;
    padding-right: 200px;
  }
  .label-get-started {
    margin-top: 35px;
  }
} /* min-width 1921px, xlarge screens */
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  h3:after {
    content: " - min-width 1441px and max-width 1920px xlarge screen-only" !important;
    display: inline;
  }
  .gridd {
    display: block !important;
  }
  .div_width {
    width: 0%;
  }
  .heder-mobile {
    display: none !important;
  }
  .mobil-content {
    display: none;
  }
  .row-component {
    padding-left: 200px;
    padding-right: 200px;
  }
  .label-get-started {
    margin-top: 35px;
  }
} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen and (min-width: 64.063em) and (max-width: 75em) {
  h3:after {
    content: " - banavali 1024 to 1440 large screen-only" !important;
    display: inline;
  }
  .gridd {
    display: block !important;
  }
  .heder-mobile {
    display: none !important;
  }
  .lbl-header {
    font-size: 38px;
  }
  .lbl-desc {
    font-size: 21px;
  }
  .lbl-desc2 {
    margin-top: 30px;
    font-size: 14px;
  }
  .div_width {
    width: 2%;
  }
  .inner-right {
    height: 100%;
  }
  .header-inner-content {
    padding: 70px 35px;
  }
  .inner-label-desc {
    font-size: 13px;
  }
  .btn-testdrive {
    font-size: 17px;
    margin-bottom: 20px !important;
  }
  .inner-label-drive {
    font-size: 19px;
  }
  .mobil-content {
    display: none;
  }
  .row-component {
    padding-left: 110px;
    padding-right: 110px;
  }
  .label-header {
    font-size: 25px;
  }
  .label-desc {
    font-size: 17px;
  }
  .label-get-started {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 75em) and (max-width: 90em) {
  h3:after {
    content: " - min-width 1024px and max-width 1440px large screen-only" !important;
    display: inline;
  }
  .gridd {
    display: block !important;
  }
  .heder-mobile {
    display: none !important;
  }
  .lbl-header {
    font-size: 45px;
  }
  .lbl-desc {
    font-size: 25px;
  }
  .lbl-desc2 {
    margin-top: 30px;
    font-size: 14px;
  }
  .div_width {
    width: 7%;
  }
  .inner-right {
    height: 100%;
    width: 350px;
  }
  .mobil-content {
    display: none;
  }
  .row-component {
    padding-left: 110px;
    padding-right: 110px;
  }
  .label-header {
    font-size: 25px;
  }
  .label-desc {
    font-size: 18px;
  }
  .label-get-started {
    margin-top: 35px;
  }
} /* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */
/*---- Ipads screens ----*/
@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  h3:after {
    content: " - min-width 768 and max-width: 1024px Ipad portrait" !important;
    display: inline;
  }
  ion-content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .gridd {
    display: none !important;
  }
  .heder-mobile {
    display: inherit !important;
  }
  .only_landscap {
    display: none;
  }
  .web-component {
    display: none;
  }
  .header-inner-content {
    display: none;
  }
  .mobil-content {
    display: block;
  }
  .lbl-header {
    font-size: 42px;
    margin-top: 5px;
  }
  .lbl-desc {
    font-size: 23px;
  }
  .header-inner-box {
    justify-content: center;
    align-items: center;
  }
  .store-buttons2 {
    justify-content: center !important;
  }
  .inner-label-drive {
    font-size: 22px;
    text-align: center;
    width: 600px;
  }
  .div_image_soc {
    width: 220px;
  }
  .inner-label-desc {
    font-size: 17px;
  }
  .btn-testdrive {
    width: 70%;
    height: 50px;
    font-size: 22px;
  }
  .btn-how {
    height: 50px;
    font-size: 22px;
  }
  .label-get-started {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 35px;
  }
  .lbl-desc-slide {
    font-size: 20px !important;
  }
  .lbl-header-benifit {
    font-size: 25px !important;
  }
  .div-circle {
    width: 80px !important;
    height: 80px !important;
  }
  .img-all {
    width: 40px !important;
  }
  .img-all_n {
    width: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  h3:after {
    content: " - Ipad landscape" !important;
    display: inline;
  }
  ion-content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .gridd {
    display: none !important;
  }
  .heder-mobile {
    display: inherit !important;
  }
  .only_landscap {
    display: inherit;
  }
  .menu-btn-footer {
    font-size: 14px !important;
  }
  .lbl-header {
    font-size: 37px;
  }
  .lbl-desc {
    font-size: 19px;
  }
  .lbl-desc2 {
    margin-top: 30px;
    font-size: 12px;
  }
  .div_width {
    width: 3%;
  }
  .inner-right {
    height: 100%;
    width: 330px !important;
  }
  .store-buttons {
    padding-top: 25px;
  }
  .header-inner-content {
    padding: 70px 25px;
  }
  .inner-label-desc {
    font-size: 13px;
  }
  .btn-testdrive {
    font-size: 17px;
    margin-bottom: 15px !important;
  }
  .inner-label-drive {
    font-size: 19px;
    margin-bottom: 20px !important;
  }
  .mobil-content {
    display: none;
  }
  .row-component {
    padding-left: 110px;
    padding-right: 110px;
  }
  .label-header {
    font-size: 25px;
  }
  .label-desc {
    font-size: 17px;
  }
  .row-component {
    padding-left: 10px;
    padding-right: 10px;
  }
  .label-header {
    font-size: 28px;
  }
  .label-desc {
    font-size: 20px;
  }
  .label-get-started {
    margin-top: 35px;
  }
}
@media all and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  h3:after {
    content: " - Ipad  pro portarait" !important;
    display: inline;
  }
  .gridd {
    display: none !important;
  }
  ion-content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .heder-mobile {
    display: inherit !important;
  }
  .only_landscap {
    display: none;
  }
  .btn-login {
    font-size: 21px !important;
  }
  .lbl_logo {
    font-size: 21px !important;
  }
  .web-component {
    display: none;
  }
  .header-inner-content {
    display: none;
  }
  .mobil-content {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
  .lbl-header {
    font-size: 55px;
    margin-top: 10px;
  }
  .lbl-desc {
    margin-top: 25px;
    font-size: 28px;
  }
  .header-inner-box {
    justify-content: center;
    align-items: center;
  }
  .store-buttons2 {
    justify-content: center !important;
  }
  .inner-label-drive {
    font-size: 31px;
    text-align: center;
    width: 650px;
  }
  .div_image_soc {
    width: 280px;
  }
  .inner-label-desc {
    font-size: 21px;
  }
  .btn-testdrive {
    width: 70%;
    height: 60px;
    font-size: 25px;
  }
  .label-get-started {
    font-size: 42px;
  }
  .lbl-desc-slide {
    font-size: 25px !important;
  }
  .lbl-header-benifit {
    font-size: 35px !important;
  }
  .div-circle {
    width: 100px !important;
    height: 100px !important;
  }
  .img-all {
    width: 40px !important;
  }
  .img-all_n {
    width: 34px !important;
  }
}
@media only screen and (min-width: 1025px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  h3:after {
    content: " - Ipad pro landscape web" !important;
    display: inline;
  }
  ion-content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .gridd {
    display: none !important;
  }
  .heder-mobile {
    display: inherit !important;
  }
  .only_landscap {
    display: inherit;
  }
  .lbl-header {
    font-size: 50px;
  }
  .lbl-desc {
    font-size: 26px;
  }
  .lbl-desc2 {
    display: none;
  }
  .div_width {
    width: 7%;
  }
  .inner-right {
    height: 100%;
    width: 350px;
  }
  .mobil-content {
    display: none;
  }
  .row-component {
    padding-left: 50px;
    padding-right: 50px;
  }
  .label-header {
    font-size: 27px;
  }
  .label-desc {
    font-size: 21px;
  }
  .label-get-started {
    margin-top: 35px;
  }
}
/* --------------------------For Native Media query----------------------------------------------------------- */
/* Ipads screens */
@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  h3:after {
    content: " - min-width 768 and max-width: 1024px Ipad portrait" !important;
    display: inline;
  }
  ion-content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .gridd {
    display: none !important;
  }
  .heder-mobile {
    display: inherit !important;
  }
  .only_landscap {
    display: none;
  }
  .web-component {
    display: none;
  }
  .header-inner-content {
    display: none;
  }
  .mobil-content {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  h3:after {
    content: " - Ipad landscape" !important;
    display: inline;
  }
  ion-content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .gridd {
    display: none !important;
  }
  .heder-mobile {
    display: inherit !important;
  }
  .only_landscap {
    display: inherit;
  }
  .menu-btn-footer {
    font-size: 14px !important;
  }
  .mobil-content {
    display: none;
  }
  .row-component {
    padding-left: 10px;
    padding-right: 10px;
  }
  .label-header {
    font-size: 25px;
  }
  .label-desc {
    font-size: 17px;
  }
  .label-get-started {
    font-size: 28px;
    margin-top: 35px !important;
  }
  .div-widget-circle {
    width: 100px !important;
    height: 100px !important;
  }
  .icon-all {
    width: 30px !important;
  }
  .icon-all_n {
    width: 35px !important;
  }
}
@media all and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  h3:after {
    content: " - Ipad  pro portarait" !important;
    display: inline;
  }
  ion-content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .gridd {
    display: none !important;
  }
  .heder-mobile {
    display: inherit !important;
  }
  .only_landscap {
    display: none;
  }
  .btn-login {
    font-size: 20px !important;
  }
  .lbl_logo {
    font-size: 21px !important;
  }
  .web-component {
    display: none;
  }
  .header-inner-content {
    display: none;
  }
  .mobil-content {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }
}
@media only screen and (min-width: 1025px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .ios h3:after {
    content: " - Ipad pro landscape native" !important;
    display: inline;
  }
  .ios ion-content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .ios .gridd {
    display: none !important;
  }
  .ios .heder-mobile {
    display: inherit !important;
  }
  .ios .only_landscap {
    display: inherit;
  }
  .ios .btn-login {
    font-size: 20px !important;
  }
  .ios .lbl_logo {
    font-size: 21px !important;
  }
  .ios .header-inner-content {
    padding: 70px 35px;
  }
  .ios .inner-label-desc {
    font-size: 13px;
  }
  .ios .btn-testdrive {
    font-size: 17px;
    margin-bottom: 20px !important;
  }
  .ios .inner-label-drive {
    font-size: 19px;
  }
  .ios .lbl-header {
    font-size: 44px;
  }
  .ios .lbl-desc {
    font-size: 24px;
  }
  .ios .lbl-desc2 {
    margin-top: 30px;
    font-size: 16px;
  }
  .ios .inner-right {
    height: 100%;
    width: 350px;
  }
  .ios .mobil-content {
    display: none;
  }
  .ios .label-get-started {
    font-size: 30px;
    margin-top: 35px !important;
  }
  .ios .label-desc {
    font-size: 20px !important;
  }
}

/* --------------------------For Mobile devices Media query----------------------------------------------------------- */
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  h3:after {
    content: " - iphones";
    display: inline;
  }
  ion-content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .gridd {
    display: none !important;
  }
  .heder-mobile {
    display: inherit !important;
  }
  .only_landscap {
    display: none !important;
  }
  .web-component {
    display: none;
  }
  .header-inner-content {
    display: none;
  }
  .mobil-content {
    display: block;
  }
  .lbl-header {
    font-size: 31px !important;
  }
  .lbl-desc {
    font-size: 16px;
  }
  .inner-label-drive {
    margin-top: 0px !important;
    margin-bottom: 25px !important;
    font-size: 19px !important;
  }
  .btn-testdrive {
    margin-bottom: 20px !important;
  }
  .div_image_soc {
    width: 200px;
  }
  .label-get-started {
    font-size: 23px;
    text-align: left;
    margin-left: 20px;
    margin-right: 15px;
  }
  .img-all_n {
    width: 23px !important;
  }
  .img-all {
    width: 29px !important;
  }
  .div-circle {
    width: 63px !important;
    height: 63px !important;
  }
  .lbl-header-benifit {
    font-size: 20px !important;
  }
  .lbl-desc-slide {
    font-size: 16px !important;
  }
  .div-inner-slide-row {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  h3:after {
    content: " - Low REsolution" !important;
    display: inline;
  }
  ion-content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .heder-mobile {
    display: inherit !important;
  }
  .gridd {
    display: none !important;
  }
  .only_landscap {
    display: none;
  }
  .web-component {
    display: none;
  }
  .header-inner-content {
    display: none;
  }
  .mobil-content {
    display: block;
  }
  .lbl-header {
    font-size: 31px !important;
  }
  .lbl-desc {
    font-size: 16px;
  }
  .div_image_soc {
    width: 200px;
  }
  .label-get-started {
    font-size: 23px;
    text-align: left !important;
    margin-left: 20px;
  }
}
