﻿.footer-wrapper {
    background-color: #334054c2;
}
#footer-menu-wrapper {
}
#footer-menu {
	display: flex;
    flex: 1;
	padding: 0px;
    margin-left: -20px;
}
#footer-menu ul {
	flex-direction: row;
}
#footer-menu ul li {
	margin-left:20px;
}
#footer-menu ul li:fist-child {
	margin-left:0px;
}
#footer-menu ul li a {
	color:white;
}
.footer-nav {
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14); 
    /* border-radius: 0 5px 0 0; */
    /* position: absolute; */
    bottom: 0;
    left: 0;
  	right:0;
  	color:white;
    z-index: 100;
	padding-top:2em;
}
.footer-nav li {
	display:block;
	margin:1em;
}
.footer-nav a {
	color:unset;
}
.android-ios {
	width:100%;
	margin:1em;
}
.social-share  {
	display:flex;
}
.social-share .social-share-item {
	display:flex;
	flex:1;
}
.social-share a {
	width:45px;
	height:45px;
	border:1px solid white;
	border-radius: 50%;
	display:flex;
	padding:1em;
	margin-top: 1em;
	margin-right: 1em;
	justify-content: center;
    align-items: center;
	font-size:1.5em;
}
.fixed-bottom {
	box-shadow: -3px 0px 24px rgb(0 0 0 / 57%);
    background-color: #334054c2;
	border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.bottom-nav-btn {
	color: white;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
.bottom-nav-btn i {
	font-size:2em;
}
.bottom-nav-btn .bottom-nav-text {
	display:block;
	font-size: 12px;
    margin-top: 10px;
}
.bottom-nav-btn button {
	display: flex;
    flex: 1;
	color:#334054;
	width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 25px;
    border-radius: 50%;
	font-size:1em;
	background-color:aliceblue;
}
.apps img {
	width: 49%;
    max-width: 150px;
    padding-right: 15px;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog,
.modal.top .modal-dialog,
.modal.bottom .modal-dialog {
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* Left & Right */

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 500px;
  max-width: 100%;
  height: 100%;
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
  left: -500px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
  left: 0;
}

.modal.right.fade .modal-dialog {
  right: -500px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.modal.left .modal-content,
.modal.right .modal-content,
.modal.top .modal-content,
.modal.bottom .modal-content,
.modal.full .modal-content {
  border-radius: 0;
  border: none;
}

.modal.left .modal-dialog.modal-sm,
.modal.right .modal-dialog.modal-sm {
  width: 300px;
}

.modal.left .modal-dialog.modal-lg,
.modal.right .modal-dialog.modal-lg {
  width: 800px;
}

.modal.left .modal-dialog.modal-xl,
.modal.right .modal-dialog.modal-xl {
  width: 1140px;
}

/* Top and Bottom */

.modal.top .modal-dialog,
.modal.bottom .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.modal.top .modal-content,
.modal.bottom .modal-content {
  height: auto;
  overflow-y: auto;
}

.modal.top .modal-body,
.modal.bottom .modal-body {
  padding: 15px 15px;
}

/* Top */

.modal.top.fade .modal-dialog {
  top: -100%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.top.fade.show .modal-dialog {
  top: 0;
}

/* Bottom */

.modal.bottom.fade .modal-dialog {
  bottom: -100%;
  -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.bottom.fade.show .modal-dialog {
  bottom: 0;
}

.modal.bottom.fade .modal-dialog {
  bottom: -100%;
}

/* Full Screen */

.modal.full .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.modal.full .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.full .close-modal {
  position: fixed;
  top: 0;
  right: 3rem;
}

/* Footer */

.modal-footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-radius: 0;
}

/* XS */

.modal.left.xs .modal-body,
.modal.right.xs .modal-body {
  padding: 15px;
}