@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap');

body {
	font-size: .875rem;
  }
  
  .feather {
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
  }
  
  .zindex101 {
	  z-index: 101;
  }
  
  .valign-center {
	  vertical-align: middle;
  }
  
  .word-break {
	  word-break: break-word;
  }
  
  .cuppercase {
	  text-transform: capitalize;
  }

  .backblack {
	background-color: #000;
  }

  .duojust {
	text-align: justify;
	text-justify: inter-word;
  }
  /*
   * Sidebar
   */

   .sidebar {
	position: fixed;
	display: none;
	top: 3rem;
	height: 100%;
	/* rtl:raw:
	right: 0;
	*/
	bottom: 0;
	/* rtl:remove */
	left: 0;
	z-index: 100; /* Behind the navbar */
	padding: 48px 0 0; /* Height of navbar */
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  }
  
  .sidebar-sticky {
	position: relative;
	top: 0;
	height: calc(100vh - 48px);
	padding-top: .5rem;
	overflow-x: hidden;
	overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }
  
  .sidebar .nav-link {
	font-weight: 500;
	color: #333;
  }
  
  .sidebar .nav-link .feather {
	margin-right: 4px;
	color: #727272;
  }
  
  .sidebar .nav-link.active {
	color: #fff;
  }
  
  .sidebar .nav-link:hover .feather,
  .sidebar .nav-link.active .feather {
	color: inherit;
  }
  
  .sidebar-heading {
	font-size: .75rem;
	text-transform: uppercase;
  }
  
  .fusion-menu {
	display: inline-block;
  }
  
  .line-ht1r {
	  line-height: 1rem;
  }
  
  .tinytext {
	  font-size: 12px;
  }
  
  .midtinytext {
	  font-size: 14px;
  }
  
  .midtext {
	font-size: 1.1rem;
  }

  .frontptext {
	font-weight: 300;
	margin: 1.5rem 6rem 1.5rem 6rem;
  }

  .faqptext {
	font-size: 1.8rem;
	font-weight: 700;
	color: red;
  }

  /*
   * Navbar
   */
  
  .navbar-brand {
	padding: .7rem;
	font-size: 1rem;
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
  }
  
  .navbar .navbar-toggler {
	top: 0;
	right: 0;
  }
  
  .navbar .form-control {
	padding: .75rem 1rem;
	border-width: 0;
	border-radius: 0;
  }
  
  .dropright {
    width: 12rem;
	margin-left: -8rem;
	font-size: .9rem;
	padding: 1.5rem 0 1.5rem 0;
  }
  
  .dropright li {
    
	width: 100%;
	margin-left: 0;
	margin-top: 0;
	padding: 0 1.5rem 0 1.5rem;
  }
  
  .form-control-dark {
	color: #fff;
	background-color: rgba(255, 255, 255, .1);
	border-color: rgba(255, 255, 255, .1);
  }
  
  .form-control-dark:focus {
	border-color: transparent;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
  }
  
  .b-example-divider {
	height: 3rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }
  
  .bi {
	vertical-align: -.125em;
	fill: currentColor;
  }
  
  .feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	margin-bottom: 1rem;
	font-size: 2rem;
	color: #fff;
	border-radius: .75rem;
  }
  
  .icon-link {
	display: inline-flex;
	align-items: center;
  }
  
  .icon-link > .bi {
	margin-top: .125rem;
	margin-left: .125rem;
	transition: transform .25s ease-in-out;
	fill: currentColor;
  }
  
  .icon-link:hover > .bi {
	transform: translate(.25rem);
  }
  
  .icon-square {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	font-size: 1.5rem;
	border-radius: .75rem;
  }
  
  .rounded-4 { border-radius: .5rem; }
  .rounded-5 { border-radius: 1rem; }
  
  .text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
  .text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
  .text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }
  
  .card-cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
  }

  .mlrzero {
	margin-top: 1.3rem;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
  }

  .mzheading {
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-size: 2.3rem;
	font-weight: 700;
	margin-top: 4.5rem;
	margin-bottom: 2rem;
  }

  .mzheadspan {
	color: red;
	text-transform: uppercase;
  }

  .gcashspan {
	color: blue;
	text-transform: uppercase;
  }

  .h5title {
	margin-top: .4rem;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 1rem;
	text-align: center;
	font-size: 1.05rem;
  }

  .icon-list {
	padding: 0;
	list-style: none;
  }

  .icon-list li {
	display: flex;
	align-items: flex-start;
	margin-left: 0;
	margin-bottom: .7rem;
	font-size: .85rem;
  }

  .icon-list li::before {
	display: block;
	flex-shrink: 0;
	width: 1.35em;
	height: 1.35em;
	margin-right: .5rem;
	content: "";
	background-image: url(../../assets/img/checked-tick-red.svg);
	background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5em;
  }

  .icon-list2 {
	padding-left: 4rem;
	list-style: none;
  }

  .icon-list2 li {
	display: flex;
	align-items: flex-start;
	margin-left: 0;
	margin-bottom: .7rem;
	font-size: 1.2rem;
	line-height: 3rem;
  }

  .icon-list2 li::before {
	display: block;
	flex-shrink: 0;
	width: 1.35em;
	height: 1.35em;
	margin-right: .5rem;
	margin-top: .6rem;
	content: "";
	background-image: url(../../assets/img/checked-tick-red-white.svg);
	background-size: contain;
    background-repeat: no-repeat;
  }

  .darksection {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	background-color: #26262d;
  }

  .well-bg {
	position: relative;
  }
  
  .wellcome-text {
	padding: 3.5rem 10rem 1rem 10rem;
  }
  
  .well-text>h2 {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 2.3rem;
	font-weight: 500;
	line-height: 4.4rem;
  }
  
  .well-text p {
	font-size: 1.1rem;
	line-height: 2.2rem;
	color: #fff;
  }

  .single-icon svg {
	padding: .65rem;
	color: #fff;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	line-height: 46px;
	border-radius: 50%;
	margin-top: .9rem;
	margin-bottom: .6rem;
  }
  
  .single-icon p {
	font-size: 1.1rem;
	line-height: 1.4rem;
	color: #00ffff;
  }
  
  .single-icon a {
	color: #00ffff;
	text-decoration: none;
  }

  .contact-icon {
	margin-bottom: .5rem;
  }

  .word-break {
	word-break: break-word;
  }

  .noborder {
	border: none;
  }
  .mothercard {
    margin-top: 0;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
  }
  .stepsbox {
	padding-left: 3.5rem;
	padding-right: 3.5rem;
	padding-top: 0;
  }
  .threesteps>h5 {
	margin-top: 1.4rem;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.7rem;
  }
  .threesteps p {
	font-size: .95rem;
	line-height: 1.4rem;
	margin-left: 1.3rem;
	margin-right: 1.3rem;
	margin-bottom: 2rem;
  }
  .imgndesc {
	text-align: center;
	padding-top: 0;
  }
  .imgndesc img {
	margin-top: 0;
	margin-bottom: 2rem;
	width: 68%;
	height: auto;
  }
  .imgndesc ul {
	text-align: left;
	margin-left: 24%;
	margin-right: 24%;
	line-height: 2.2rem;
	font-size: 1.2rem;
  }
  .joinnow {
	text-align: center;
  }
  .joinnow img {
	margin-top: 1.2rem;
	margin-bottom: 0;
	width: 28%;
	height: auto;
  }
  .debooks {
	text-align: center;
  }
  .debooks img {
	margin-top: 1.2rem;
	margin-bottom: 0;
  }
  .redsection {
	background-color: red;
	margin-top: 3.5rem;
	margin-bottom: 0;
	margin-left: -12px;
	margin-right: -12px;
	padding-top: 4rem;
	padding-bottom: 4rem;
  }
  .redsection h4 {
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: .15rem;
  }
  .redsection a {
	color: red;
	margin-top: 1rem;
	font-size: 1.5rem;
	letter-spacing: .15rem;
  }
  .redsection a:hover {
	color: #000;
  }

  .prodfeatures {
	padding: 2rem 5rem 2rem 5rem;
  }
  .features-list {
	padding:  0 2rem 2rem 2rem;
	text-align: center;
	list-style: none;
  }
  .features-list li {
	display: flex;
	align-items: flex-start;
	margin-left: 0;
	margin-bottom: 2rem;
	line-height: 1.7rem;
  }
	.vidshotsz {
	padding: 1rem;
  }
	.vidshotsz img {
	height: auto;
  }
	.vidshotsz p {
	text-align: center;
	margin: .5rem 0 2rem 0;
	font-size: .9rem;
	color: #000000;
  }
  .vidshotsz h5 {
	text-align: center;
	margin: .5rem 0 2rem 0;
	font-size: 1.1rem;
	color: #000000;
  }
  .hidelgtoxs {
	display: block;
    }
    .showlgtoxs {
    	display: none;
    }
    .subheading {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 2rem;
    }
		
    .cashking>h4 {
    font-family: 'Raleway', sans-serif;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 4rem;
    margin-bottom: 3rem;
    }

.line-ht25r {
	line-height: 2.5rem;
}

.seclink {
	margin-left: 380px;
	border-radius: 1.5rem;
	line-height: .75rem;
	padding: .3rem .7rem .5rem .7rem;
	margin-top: .4rem;
	background-color: rgb(255, 123, 0);
	border: none;
	color: #000;
	font-weight: 600;
}
.seclink2 {
	margin-left: 210px;
	border-radius: 1.5rem;
	line-height: .75rem;
	padding: .3rem .7rem .5rem .7rem;
	margin-top: .3rem;
	background-color: rgb(255, 123, 0);
	border: none;
	color: #000;
	font-weight: 600;
}

.seclink3 {
	border-radius: 1.5rem;
	line-height: .75rem;
	padding: .3rem .7rem .5rem .7rem;
	margin-top: .4rem;
	background-color: rgb(112, 150, 255);
	border: none;
	color: #000;
	font-weight: 600;
}