* {
	padding:0;
	margin:0;  
}
:root {

    --theme-color:rgb(244, 122, 33);
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
.content-wrapper
{
	overflow-x: hidden;
}

a {
	color:#5f0099;
}
a:hover {
	color:#5f0099;
}
h1, h2, h3 {
	font-weight: 700;
}
h4, h5 {
	font-weight:600;
}
h6 {
	font-weight:500;
}
.white {
	color:#ffffff !important;
}
.black {
	color:#000000;
}
.bg-orange{
	background-color: var(--theme-color);
}
.navbar {
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-height: 50px;
	line-height: 50px;
	background: transparent;
	z-index: 1030;
}

.navbar-nav{
	gap:1.5rem !important
}
.navbar-logo img{
    height: 47px;
    width: 105;
}
.navbar .active {
	color: #ffffff !important;
	background-color: rgb(244 122 33 / 74%);
	border-radius: 4px;
}

/* .navbar .nav-item {
	margin: 0 5px;
	padding: 0;
} */
.navbar .nav-item a {
	color: #484848;
	/* text-transform: uppercase;
	font-weight: 400;
	font-size: 14px; */
}
.navbar .nav-item a:hover {
	color: var(--theme-color);
}
.navbar .nav-link {
	position: relative;
	padding: 0;
}
.navbar .navbar-toggler {
	cursor: pointer;
}
.navbar .navbar-toggler span {
	color: #fff;
}
.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
	display: none;
}
.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.nav-scroll .navbar-nav > li > a {
	color: #333;
}
.nav-scroll .navbar-brand img {
	-webkit-transform: scale(1.03) !important;
	transform: scale(1.03) !important;
}
.nav-scroll .navbar-toggler {
	cursor: pointer;
}
.nav-scroll .navbar-toggler span {
	color: #333;
}
.nav-scroll .nav-link:hover:after {
	background-color: #2388ed;
}
.nav-scroll .active {
	position: relative;
}
.banner {
	background: rgb(244, 122, 33);
	background: linear-gradient(to left, rgb(244, 122, 33), rgb(240 120 33));
	padding:73px 0px 25px;
	height: auto;
	min-height: 70vh;
	overflow: hidden;
	/* position:relative; */
}
.navbar-nav .nav-item .nav-link {
	padding-left: .7rem !important;
	padding-right: .7rem !important;
	font-size: 16px !important;
}
.banner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	/* height: 100%; */
	/* background: url(/public/assets/images/pattern.png); */
}
.banner a.weblink {
	color:#ffffff;
	border-bottom:1px dotted #ffffff;
}
.banner a:hover {
	text-decoration:none;
}

.banner-text {
	padding-right:80px;
	margin:50px 0px 0px;
}
.banner-left{
	margin-right: -2rem;
	z-index: 2;
}
.banner-right{
	margin-left: -4rem;
	z-index: 2;
}

.banner-right h2{
	font-size: 40px;
	font-weight: 700;
	margin-bottom: .5rem;
}

.banner-right p{
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 1.5rem;
}

.banner-mid img{
	width: 525px; 
	height: 630px;
	margin-left: auto !important;
	z-index: 1;
}
.banner-logo img{
	width: 486px; height: 190px;
	margin-left: auto;
	margin-right: auto;
}
.partner-card {
	width: auto;
	padding: 2rem 4rem;
	font-size: 17px;
	font-weight: bold;
}
.btn-orange{
	color:#fff !important;
	background-color: var(--theme-color) !important;
}
.partner-card h2{
	margin-top:4rem;
	color:var(--theme-color);
	font-weight: 700;
	font-size: 31px;
}
.partner-card p{
	font-weight: 600;
}
.banner-text p {
	margin:40px 0px;
}
.banner-text ul {
	list-style: none;
}
.banner-text ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.banner-text ul li a {
	display: block;
}
.banner-text ul li a img {
	width: 150px;
	border-radius: 7px;
}
ul, li {list-style-type: none;}

.text-orange{
    color:#F47A21;
}
.prelative {
	position:relative
}
.section-padding {
	padding:40px 0px;
}
.sectioner-header {
	width:69%;
	margin:0 auto;
}
.line {
	height: 2px;
	width: 50px;
	background: #F47A21;
	display: block;
	margin: 20px auto 20px;
}

.line::after {
	content:"";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed #F47A21;
	margin-left: -75px;
}

.line-white {
	height: 2px;
	width: 50px;
	background: #ffffff;
	display: block;
	margin: 20px auto 20px;
}

.line-white::after {
	content:"";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed #ffffff;
	margin-left: -75px;
}

.sectioner-header p {
	color:#000000;
	font-size: 18px;
}
.section-content {
	margin-top: 80px;
}
.icon-box {
	margin-bottom:50px;
}
.icon-box i {
	display: block;
	position: relative;
	width: 135px;
	height: 135px;
	border-radius: 100px;
	background: #7a60ff;
	background:  linear-gradient(to left, #7a60ff, #cd9ffa);
	color: #ffffff;
	font-size: 50px;
	line-height: 135px;
	margin: 0 auto;
}
.icon-box h5 {
	margin-top:30px;
}
.icon-box p {
	color: #818992;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}

.features, .mission{
    color:#fff;
    background-color: rgb(42, 18, 49);
}
.core-values{
	background-color: var(--theme-color);
	color:#fff;
}


.icon-border span {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	color: rgb(142, 30, 252);
	font-size: 18px;
	line-height: 50px;
	border: 1px solid rgb(142, 30, 252);
}
.align-middle{
	margin-left:auto !important;margin-right:auto !important;
}

.banner-icon, .banner-icon img{
	width: 64px;
	height: 64px;
	opacity: .8;
}
.banner-icon .fa{
	width: 164px;
	height: 164px;
	color:#ffffff;
	font-size: 51px;
	font-weight: 100;
}

.bx-wrapper {
	border: none !important;
	background: rgba(255, 255, 255, 0.81) !important;
	border-radius: 5px !important;
	box-shadow:none !important;
}

.faq {
	background: #fafafa;
	border-bottom: 1px solid #e4e4e4;
}
.faq-content {
	margin: 20px 0px;
}
.faq-content h4 {
	font-weight: 400;
	font-size: 20px;
}
.faq-content p {
	color: #818992;
	font-weight:300;
	margin-top:15px;
}

.download-section {
	background: rgb(244, 122, 33);
	background: linear-gradient(to left, rgb(244, 122, 33), rgb(234 140 71));
	padding:40px 0 0!important;
	/* position:relative; */
	min-height: 100vh;
	height: auto;
	overflow: hidden;
}

.mb-10{
	margin-bottom:10rem !important;
}
.download-section ul {
	list-style: none;
}
.download-section ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.download-section ul li a {
	display: block;
}
.download-section ul li a img {
	width: 150px;
	border-radius: 7px;
}

.section-title{
	font-size: 2rem;
	font-weight: 700;
}

.square-wrapper{
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
}
.square-wrapper-center{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}
.square {
	width: 40px;
	height: 40px;
	margin: 6px;
	font-size: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background-color: white;
	transition-property: box-shadow, transform;
	transition-duration: 350ms;
	transition-timing-function: ease;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.24);
  }

  .square:is(:hover, :focus) {
	box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.2);
	transform: translateY(-8px);
  }

  .feature-card:is(:hover, :focus) {
	box-shadow: 0px 8px 10px 1px rgb(244, 122, 33);
	border-radius: 1rem;
	transform: translateY(-8px);
	padding-top: .5rem;
  }


  .feature-card:hover {
    cursor: pointer;
	}

  .box-square {
	width: 54px;
	height: 54px;
	margin: 10px;
	font-size: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	transition-duration: 350ms;
	transition-timing-function: ease;
	margin-bottom: 1rem;
  }
  .box-square:is(:hover, :focus) {
	border-radius: .5rem;
	padding: .3rem;
	box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.2);
	transform: translateY(-8px);
  }
  
  .feature-vid{
	width:90%;
	height:auto;
	z-index: 1;
  }
  .download-card1{
	width: 50% !important;
	height: auto !important;
  }
  .download-card1 img{
	width: 394px; height: 449px; object-fit: cover; object-position: 50% 50%;
  }
  .download-card2{
	width: 50% !important;
	height: auto;
	position:relative;
	justify-content: left;
	
  }
  .dowload-btn-icon{
	display: flex;
	justify-content: center;
	margin-top: 5%;
  }
  .download-card2 #downloadPoboxxLocker{
	width: auto; 
	object-fit: cover;
	object-position: 50% 50%;
	position:absolute;
	bottom: 0;
  }
  .w-30 {
	width: 30% !important;
  }
  #home-btn{
	background-color: #fff;
	color: #F47A21;
	font-weight: 700;
	width: 25%;
	font-size: 16px;
	border-radius: 1.5rem;
	margin-bottom: 1rem;
  }

.banner-logo{
	text-align: center;
	justify-content: center;
	color:#fff;
}

video {
	width: 100%;
	height: auto;
	border-radius: 1rem;
  }

  #poboxx-card .card-body:hover{
	background-color: #f19b55;
	transition: all .4s ease;
  }

.video-container {
	width: 100%;
	border-radius: 4px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
	z-index:2;
}

.video-container video {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

.play-button-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	pointer-events: none;
	}

.play-button-wrapper .play-gif svg {
	width: 100px;
	height: 100px;
	fill: #fff;
	stroke: #fff;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	opacity: 0.9;
}
.banner-vid{
	z-index: 1;
}
.sm-vidBox{
	height: 150px;
	max-width: 150px !important;
	background-color: var(--theme-color);
	z-index: -1;
}

.vidBox{
	height: 40%;
	width: 40%;
	background-color: var(--theme-color);
	z-index: 0;
}
.vidBox-white {
    height: 40%;
    width: 40%;
    background-color: #fff;
    z-index: 0;
}
.video-wrapper{
	padding: 1rem;
}
.mdlbanner1Img img{
	width: 50%;
	height: 60%;
}
.mdlbannerLogo img{
	width: 100%;
	height: 50%;
	border-radius: 1.5rem;
	/* background-color: var(--theme-color); */
}
.btn-rounded button{
	border-radius: 50%;
}
.modal-header{
	background-color: var(--theme-color);
	padding: .5rem 1rem !important;
	color: #fff;
	font-weight: 600;
}

.mdlfeatureIconHolder{
	margin-bottom: 1rem;
	min-height: 200px;
	background-color: rgb(42, 18, 49);
	border-radius: 1rem;
	padding: 5%;
}


#imgPreviewFeature,#mdlAddFeaturePrev{
	min-height: 200px;
	min-width: 200px;
	margin-top: auto;
	margin-left: auto;
}
.form-label{
	font-size: .95rem;
	font-weight: 400;
	margin-bottom: 0.25rem !important	;
}
.feature-container{
	justify-content: center;
}
.rounded-radius{
	border-radius: 1.5rem;
}

#txtMdlAboutUs{
	min-height: 170px;
	height: auto;
}
.mdlCoreValueIcon{
	background-color: var(--theme-color);
	border-radius: 1rem;
	justify-content: center;
	text-align: center;
	padding:1rem;
}
.w-5{
	width: 5%;
}
.w-15{
	width: 15%;
}
.w-40{
	width: 40%;
}
.banner-vid{
	padding: 0 !important;
}

#tblFAQs p{
	line-height: 1.4em;
    font-size: 14px;
	margin-bottom: 0;
}
.table-secondary{
	background-color: (248, 248, 248)!important;
}
.HowItWorksDesc p{
	font-size: 18px;
}
.map-filter{
	position:absolute;
	z-index: 2;
	top:0;
	background-color: transparent;
	width: 100%;
	height: 20%;
	padding:1rem;
}
.map-filter label{
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}
.poboxLocation{
	position: absolute;
	margin-top: 4rem;
	right:0;
	/* width: 25%; */
	height: auto;
	z-index: 2;
	
	margin-right: 1rem;
}
.map{
	position: relative;
	z-index: 1;
}
.card-icon .fa{
	font-size:40px;color:#F47A21; margin-top:auto;
}
.card-btn .fa{
	font-size: 18px;
	color: #F47A21;
	text-align: left;
}
.locDir{
	font-size: 14px;
}
.dropdown-menu {
	--bs-dropdown-link-active-bg: rgb(244, 122, 33) !important;
}
.navbar .nav-item a{

	font-size: 12px;
}
.poboxx-gear-btn{
	width:2.5% !important;
	color:#fff;
	padding:0px !important;
    margin-right: 0.75rem;

}

.download-section .sectioner-header{
	/* position:absolute;
	top:4;
	display: block;
	left: 50%;
    transform: translateX(-50%); */
}

.poboxx-gear-btn :hover{
	color: #F47A21;
}
.red{
	color: red;
}
#poboxx-card a{
	font-size: 13px;
}

#downloadImgPhone{
	width: 507px; height: 572px; object-fit: cover; object-position: 50% 50%;
}
#dowload-arrow
{
	animation: moveRight 2s;
}
.core-values p{
	font-size: 18px;
	font-weight: 400;
}

#resCardLocation
{
	cursor: pointer;
	padding: 0px;
}
.card .small-box-footer {
    background-color: rgba(0,0,0,.1);
    color: rgba(214, 73, 17, 0.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}
.card .small-box-footer:hover{
	color:#ffffff;
	font-size: 30px;
	background-color: #2388ed;
	padding: .2rem;
}

#bgBannerImg{
	background-repeat: no-repeat;
	background-size:100% 100%;
	height: 570px;
}

.blog-section{
	background-repeat: no-repeat;
	background-size:100% 100%;
	height: 70vh;
	margin-bottom: 2rem;
	display: flex;
	justify-content: center;
	vertical-align: middle;
}

.coming-soon-card{
	height:100px;
	font-size: 18px;
	text-align: center;
	background-color: #F47A21;
	color:#fff;
	margin-top: auto;
	margin-bottom: auto;
}
.coming-soon-card h1{
	font-weight: 700;
	
}
.missionTitle{
	font-size: 20px;
	font-weight: 400;
}
.mdlImgPrev{
	max-height: 150px;
	max-width: 140px !important;
	min-height: 150px;
	min-width: 140px !important;
	transition: 0.5s ease;
}

#bnrImg1{
	width: 120px;
	height: 370px;
	margin-top:12rem;
	transition: 0.5s ease;
}
#bnrImg2{
	width: 150px; height: 399px; margin-top:9rem;
	transition: 0.5s ease;
}
#bnrImg3{
	width: 150px; 
	height: 360px; 
	margin-top:13rem;
	transition: 0.5s ease;
}
.icon-envelop{
	rotate: -30deg; 
	height:45px !important;
	width:45px !important;
}
.icon-heels{
	margin-top:10rem;
}
.icon-watch{
	margin-top:12rem;
}
.wiw-icons img{
	width: 50px;
	height: 50px;
	opacity: .8;
}

#dowload-scan-me{
	margin-left: -5rem !important;
}

.download-section .container{
	display: block;
	height: 90vh;
	position:relative;
	/* position:absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%); */
}

.fs-18{
	font-size: 18px;
}

@media (max-width: 1366px) {
	.navbar-nav .nav-item .nav-link {
		padding-left: .7rem !important;
		padding-right: .7rem !important;
		font-size: 12px !important;
		transition: 0.5s ease;
	}
	#bgBannerImg {
		height: 470px;
		transition: 0.5s ease;
	}
	#bannerLogo {
		width: 400px;
		height: 150px;
		transition: 0.5s ease;
	}
	#bnrImg1{
		margin-top:7rem;
	}
	#bnrImg2{
		width: 150px; 
		height: 360px; 
		margin-top:6rem;
	}
	#bnrImg3{
		width: 120px; 
		height: 350px; 
		margin-top:8rem;
	}

	.banner-right h2 {
		font-size: 30px;
		font-weight: 700;
		transition: 0.5s ease;
	}
	.banner-right p {
		font-size: 18px;
		font-weight: 300;
		transition: 0.5s ease;
	}
	#home-btn {
		width: 25% !important;
		font-size: 15px;
		transition: 0.5s ease;
	}
}

@media (max-width: 1240px){
	.navbar-nav{
		gap: .2rem !important
	}
	.navbar .nav-item a {
		color: #484848;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 11px;
	}

}

@media (max-width: 900px){
	.navbar-nav{
		gap: .2rem !important
	}
	.banner{
		padding: 50px 0px 25px;
	}
	.banner-logo{
		text-align: center;
		justify-content: center;
		color:#fff;
	}
	.banner-logo h2{
		font-size: 24px;
		transition: 0.5s ease;
	}
	.banner-logo p{
		font-size: 18px;
		transition: 0.5s ease;
	}

	#bannerLogo{
		width:320px;
		height:120px;
		transition: 0.5s ease-in-out;
	}

	#home-btn{
		background-color: #fff;
		color: #F47A21;
		font-weight: 600;
		font-size: 14px;
		width: 50% !important;
		margin-bottom: 1.5rem;
		transition: 0.5s ease;
	}
	/* #top-banner-icon{
		margin-left: -8rem;
	} */
	
	#top-banner-icon img{
		height: 54px;
		width: 54px;
	}
	/* #bottom-icon{
		margin-left: -8rem;
	}*/
	#bottom-icon img{
		height: 54px;
		width: 54px;
	} 

	.banner-mid img{
		width:174px;
		height:220px;
		margin-left: auto !important;
	}
	.icon-envelop{
		 height:50px;width:50px;
	}

	.banner-left .banner-icon img{
		width: 50px;
		height: 50px;
	}
	#bgBannerImg{
		height: 450px;
		width: 280px;
	}
	#bnrImg1{
		margin-top: 5rem
	}
	#bnrImg2{
		margin-top: 2.5rem
	}
	#bnrImg3{
		margin-top: 5rem
	}
	/* .banner-left{
		display: none;
	} */
	.banner-right{
		margin-left: 0rem;
		z-index: 2;
	}
	/* #top-icon,#bottom-icon{
		display: none !important;
	} */

	.feature-vid{
		width: 90%;
    	height: auto;
	}
	.download-card1{
		height: auto !important;
	  }
	.download-card1 img{
		width: 150px; height: 200px; object-fit: cover;
	}
	.download-card2{
		height: auto !important;
		position:relative;

	}

	.download-card2 img{
		width: 200px; height: 200px; 
		bottom: 0;
	}

}

@media all and (max-width:600px) {
	
	#bannerLogo{
		width:270px;
		height:70px;
		transition: 0.5s ease;
	}
	#home-btn{
		font-weight: 600;
		font-size: 12px;
		width: 80%;
		margin-bottom: 1.5rem;
		transition: 0.5s ease;
	}
	.banner-logo h2{
		font-size: 16px;
		transition: 0.5s ease;
	}
	.banner-logo p{
		font-size: 14px;
		transition: 0.5s ease;
	}

	#bottom-icon img{
		height: 34px;
		width: 34px;
		transition: 0.5s ease;
	} 
	#top-banner-icon img{
		height: 34px;
		width: 34px;
		transition: 0.5s ease
	}
	.icon-envelop{
		height:34px;width:34px;
	}

	#bgBannerImg{
		height: 340px;
		width: 200px;
		transition: 0.3s ease-in-out;
	}
	#bnrImg1{
		height: 250px;
		margin-top: 7rem;
		transition: 0.3s ease-in-out;
	}
	#bnrImg2{
		height: 250px;
		width: 240px;
		margin-top: 5rem;
		transition: 0.3s ease-in-out;
	}
	#bnrImg3{
		height: 250px;
		margin-top: 7rem;
		transition: 0.3s ease-in-out;
	}
	.icon-envelop{
		height:30px !important;
		width:30px !important;
	}
	.icon-heels{
		margin-top:5rem;
		height:30px !important;
		width:30px !important;
	}
	.icon-watch{
		margin-top:10rem;
		height:30px !important;
		width:30px !important;
		margin-right: 3rem;
	}
	#downloadImgPhone {
		width: 399px;
		height: 296px;
		object-fit: cover;
		object-position: 50% 50%;
	}
	#downloadPoboxxLocker{
		width: 100%;
		margin-top: auto;
	
	}
	#dowload-arrow {
		width: 5px; 
		height: 30px;
		margin-right: 6rem;
	}
	#dowload-scan-me{
		margin-right: 6rem;
		width: 22px; height: 50px;
	}
	#resCardLocation{
		text-align: center;
	}
	.card-icon{
		text-align: center;
	}
	.poboxLocation{
		margin-top: 7rem;
	}
}
@media (max-width:600px) {

	#downloadImgPhone{
		height: 440px;
	}
	#dowload-scan-me {
		margin-left: -10rem !important;
		width: 103px;
		height: 38px;
	}
	#dowload-arrow {
		animation: moveRight 2s;
		margin-left: -10rem !important;
	}
	.dowload-btn-icon img{
		height: 30px;
		width: 30px;
	}

	.download-section ul li a img {
		width: 113px;
		height: 39px;
	}
	#downloadImgPhone {
		height: 321px;
	}

	.section-title {
		font-size: 1.5rem;
		font-weight: 600;
	}


	
}





