
canvas {
  display: block;
  vertical-align: bottom;
}
/* ---- particles.js container ---- */

/*-----------------------------------------------------------------------------------------------Investment css starts here-----------------------------------------------*/

.packages {
  margin: 20px 10px;
  width: 300px;
  padding-bottom: 1.5em;
  height: 100%;
  background-color: #1e2321;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 19px 38px rgba(30, 35, 33, 1), 0 15px 12px rgba(30, 35, 33, 0.2);
  flex-wrap: wrap;
  color: #f4f4f4;
}

.packages h1, .packages h2{
  font-weight:bolder;
  font-size: 1.8em;
}

.list li {
  font-size: 20px;
  list-style: none;
  border-bottom: 1px solid #f4f4f4;
  padding-inline-start: 0;
  border-width: 1px;
  padding: 5px;
}

.first {
  margin-top: 15px;
  border-top: 1px solid #f4f4f4;
}

.list {
  width: 80%;
}

ol,
ul {
  padding: 0;
}

.top {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight:bold;
  font-size: 1.4em;
}

.button {
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1.4em;
  margin: 15px 15px;
  border-radius: 50px;
  color: #f4f4f4;
  transition: all 0.3s ease 0s;
}

.button:hover {
  transform: scale(1.2);
}

.azzxx1 {
  color: grey;
  box-shadow: 0 0 10px 0 grey inset, 0 0 20px 2px grey;
}

.azzxx2 {
  color: grey;
  box-shadow: 0 0 10px 0 grey inset, 0 0 20px 2px grey;
}

.azzxx3 {
  color: grey;
  box-shadow: 0 0 10px 0 grey inset, 0 0 20px 2px grey;
}
.azzxx4 {
  color: grey;
  box-shadow: 0 0 10px 0 grey inset, 0 0 20px 2px grey;
}

.button1 {
  background-color: grey;
  box-shadow: 0 0 10px 0 grey inset, 0 0 20px 2px grey;
}

.button2 {
  background-color: grey;
  box-shadow: 0 0 10px 0 grey inset, 0 0 20px 2px grey;
}

.button3 {
  background-color: grey;
  box-shadow: 0 0 10px 0 grey inset, 0 0 20px 2px grey;
}
.button4 {
  background-color: grey;
  box-shadow: 0 0 10px 0 grey inset, 0 0 20px 2px grey;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.sliderx {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1e2321;
  -webkit-transition: 0.4s;

  box-shadow: 2px 6px 25px #1e2321;
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}

.sliderx:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .sliderx {
  background-color: grey;
}

input:focus + .sliderx {
  box-shadow: 0 0 1px grey;
}

input:checked + .sliderx:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.sliderx.round {
  border-radius: 34px;
}

.sliderx.round:before {
  border-radius: 50%;
}

.package-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.fz-2 {
    font-size: 2em;
}
.fz-4 {
    font-size: 4em;
}

.fz-5 {
    font-size: 5em;
}


.section-box a,
.section-box a:hover,
.section-box a:focus,
.section-box a:active {
  text-decoration: none;
  outline: none;
}

.section-box a,
.section-box a:active,
.section-box a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.section-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-box img {
  max-width: 100%;
  height: auto;
}
section {
  padding: 10px 0;
  /* min-height: 100vh;*/
}

.section-box h2 {
  color: #000;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
}
.section-box h4 {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}
.section-box p {
  color: #888;
}
.what-we-offer .offer-text {
  padding-bottom: 44px;
}
.what-we-offer .offer-image {
  padding-bottom: 44px;
}
.offer-image img {
  max-height: 240px;
  width: 100%;
  object-fit: cover;
}
  .section {
    width: 100%;
  }
.icon-block {
  padding: 0 15px;
}
  .icon-block i {
    font-size: 2em;
  }
  

#investme1{
    width:45%;
    height:auto;
    float:left;
  position: relative;
    text-align:left;
}
#investme2{
    width:45%;
    height:auto;
    float:right;
    text-align:left;
}
.input-group-iconzz input{
  width: 100%;
  padding: .8em;
  line-height: 1.4;
  color:#ffffff;
  font-weight:bold;
  padding-left: 2.2em;
  background-color: grey;
  border: 1px solid grey;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.input-group-iconzz .input-iconxz {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4em;
  height: 3.4em;
  padding-top:3.8em;
  color:#ffffff;
  text-align: center;
  pointer-events: none;
}
#investme2 select{
    width:100%;
  padding: .8em;
    border: 0;
    background-color:grey;
  border: 1px solid grey;
  border-radius: 3px;
    font-weight:600;
    color:#FFFFFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
#investme2 select option{
    padding:1em .8em;
    font-weight:600;
    color:#FFFFFF;
}
@-moz-document url-prefix() {
  /* If you use a background image */
  select {
     background-image: none;
  }

  /* If you use a wrapper label with :after */
  .select-label:after {
    content: none;
  }
}

#content_title{
	font-size:2.5em;
	color:#ffffff;
	font-weight:bolder;
	text-align:center;
    text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
	margin:.6em 0em;
	}
@media screen and (max-width: 1000px) {
.packages {
  width: 45%;
}
#content_title{
	font-size:2em;
	color:#ffffff;
	font-weight:bolder;
	text-align:center;
    text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
	margin:.4em 0em;
	}
}
/*-----------------------------------------------------------------------------------------------Investment css ends here-----------------------------------------------*/

#particles-js {
  position: absolute;
  width: 100%;
  height: 450px;
  background-image: linear-gradient(to right, rgba(25, 51, 101, 0.7), rgba(0, 0, 0, 0.08)), url(/images/4e9b381cd2f528c0da29b671f90c5acb2924eb95.jpeg);
  background-size: cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed;
}

/* ---- stats.js ---- */

.count-particles{
  background: #000000;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}
.waves {
  position: relative;
  background-color:transparent;
  display: block;
  top:250px;
  width: 100%;
  height: 200px;
  margin: 0 0 -1px 0;
}

.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

.jumbotron{
  background: transparent;
  position:absolute;
  width:100%;
    padding-top:120px;
  z-index:1;
}
.jumbotron h1{
  text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 44px;
}
.jumbotron spam{
  color: #fff;
    font-size: 18px;
}
/*prevent many large-by-comparison ripples by shrinking the height*/

@media (max-width: 50em) {
  .waves {
  top:300px;
  height: 150px;
  }
.jumbotron{
    padding-top:120px;
}
.jumbotron h1{
    font-size: 34px;
}
}

.y-us-section {
  padding: 10px 0 10px;
}
.y-us-head {
  text-align: center;
  margin: 0 0 15px;
}
.y-us-title h2 {
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.y-us-title > p {
  color: #ffffff;
  line-height: 22px;
}
.y-us-title-border {
  background: #ffae11 none repeat scroll 0 0;
  border-radius: 2px;
  display: inline-block;
  height: 3px;
  position: relative;
  width: 50px;
}
.service-3 .service-box {
  margin-bottom: 18px;
}
.service-3 .service-box .iconset {
  float: left;
  text-align: center;
  width: 25%;
}
.service-3 .service-box .iconset i {
  color: #000;
  font-size: 44px;
}
.service-3 .service-box .y-us-content {
  float: left;
  width: 75%;
}
service-3 .service-box .y-us-content h4 {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 10px 0 10px;
  text-transform: uppercase;
}
.service-3 .service-box .y-us-content p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}

.icon {
  color: #ffffff;
  padding: 0px;
  font-size: 40px;
  border: 1px solid #ffffff;
  border-radius: 100px;
  color: #ffffff;
  font-size: 28px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 70px;
}



.icon-image.center {
  top: -20px;
  width: 60px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  /* padding: 5px; */
  float: left;
  margin-right: 20px;
}

.UVPs .service-heading.third {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
  margin-bottom: 38px;
  color: #bb272b;
}

.UVPs p {
  color: #444;
}

.whyChooseUsText {
  margin-bottom: 60px !important;
}

.UVPs .heading.left {
  margin-top: 5px;
  margin-bottom: 60px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-bottom: 0px none rgba(0, 0, 0, 0.1);
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 38px;
  font-weight: 600;
  text-align: center;
  color: #444;
}

.shhdj {
  margin: 0;
  padding: 0;
  height: auto;
    background-color: grey;
    background-image:linear-gradient(#282828, grey);
}
#content{
  background-color: transparent;
  background-image: linear-gradient(
      0deg,
      transparent 20%,
      rgba(255, 255, 255, 0.05) 25%,
      rgba(255, 255, 255, 0.05) 26%,
      transparent 27%,
      transparent 74%,
      rgba(255, 255, 255, 0.05) 75%,
      rgba(255, 255, 255, 0.05) 76%,
      transparent 77%,
      transparent
    ),
    linear-gradient(
      90deg,
      transparent 20%,
      rgba(255, 255, 255, 0.05) 25%,
      rgba(255, 255, 255, 0.05) 26%,
      transparent 27%,
      transparent 74%,
      rgba(255, 255, 255, 0.05) 75%,
      rgba(255, 255, 255, 0.05) 76%,
      transparent 77%,
      transparent
    );
  height: 100%;
  background-size: 50px 50px;
}

#swddxc {
  width:100%;padding:5px 0; height:auto;background:url(l_images/world-map-dot.png) center center no-repeat grey;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
* {
  box-sizing: border-box;
}

.faq {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  margin: 0 auto;
}
.faq .arrow {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  float: right;
}
.faq .arrow-up {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #1f849f;
}
.faq .arrow-down {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #1f849f;
}
.faq .faq-menu {
  width: 30%;
  float: left;
  margin-right: 2%;
}
.faq .faq-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.24);
}
.faq .faq-menu li {
  background-color: #f1f7f8;
  padding: 14px;
  font-size: 14px;
  border-bottom: 2px solid white;
  cursor: pointer;
}
.faq .faq-menu li:first-of-type {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.faq .faq-menu li:last-of-type {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-bottom: none;
}
.faq .faq-menu li.selected {
  background-color: grey;
  color: #000000;
}
.faq .faq-content {
  width: 68%;
  float: right;
  font-size: 15px;
}
.faq .faq-content .faq-item-header {
  font-size: 15px;
  cursor: pointer;
  color:grey;
  font-weight:bold;
  margin-left: 3px;
}
.faq .faq-content .faq-item-content {
  margin-top: 11px;
  padding: 3px;
}
.faq .faq-content section > div:last-of-type {
  display: none;
}
.faq .faq-content section.visible > div:last-of-type {
  display: block;
}
.faq .faq-content > section {
  background-color: #000000;
  margin: 10px 0;
  padding: 9px;
  color:#ffffff;
  border-radius: 5px;
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.24);
}
.faq .faq-content > section:first-of-type {
  margin-top: 0;
}

.about-section{
	position:relative;
	padding:50px 0px;
}

.about-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .content-column .inner-column{
	position:relative;
	padding-top:50px;
	padding-right:10px;
}

.about-section .content-column .text{
	position:relative;
	color:#777777;
	font-size:15px;
	line-height:2em;
	margin-bottom:20px;
}

.about-section .content-column .email{
	position:relative;
	color:#252525;
	font-weight:700;
	margin-bottom:20px;
}

.about-section .image-column{
	position:relative;
	margin-bottom:50px;
}

.about-section .image-column .inner-column{
	position:relative;
	padding:10px 10px 0px 0px;
	margin-left:0px;
}

.about-section .image-column .inner-column:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:40px;
	bottom:100px;
	z-index:-1;
	border:2px solid #d7a449;
}

.about-section .image-column .inner-column .image{
	position:relative;
}

.about-section .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-50px;
	bottom:-50px;
	width:299px;
	height:299px;
	background:url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	height:500px;
	display:block;
}

.about-section .image-column .inner-column .image .overlay-box{
	position:absolute;
	left:40px;
	bottom:48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box{
	position:relative;
	color:#252525;
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
	padding-left:125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	height:110px;
	color:#d7a449;
	font-size:68px;
	font-weight:700;
	line-height:105px;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #000000;
}
.about-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}
.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #d7a449;
}
.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #d7a449;
    font-family: 'Arimo', sans-serif;
}
.sec-title2{
	color:#fff;
}
.sec-title {
    position: relative;
    padding-bottom: 20px;
}
.sec-title .title {
    position: relative;
    color: #d7a449;
    font-size: 30px;
    font-weight: 800;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 80px;
    height: 1px;
    background-color: #bbbbbb;
}

.section-title {
	font-size: 28px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-weight: 400;
	display: inline-block;
	position: relative;
}
.section-title:after,
.section-title:before {
	content: "";
	position: absolute;
	bottom: 0;
}
.section-title:after {
	height: 2px;
	background-color: rgba(252, 92, 15, 0.46);
	left: 25%;
	right: 25%;
}

.section-title:before {
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	background-color: #fc5c0f;
	left: 50%;
	transform: translatex(-50%);
	bottom: -6px;
	z-index: 9;
	border-radius: 50%;
}

/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
	width: 85px;
	height: 85px;
}

.feedback-slider-item {
	position: relative;
	padding: 60px;
	margin-top: -40px;
}

.customer-name {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 500;
}

.feedback-slider-item p {
	line-height: 1.875;
}

.customer-rating {
	background-color: #eee;
	border: 3px solid #fff;
	color: rgba(1, 1, 1, 0.702);
	font-weight: 700;
	border-radius: 50%;
	position: absolute;
	width: 47px;
	height: 47px;
	line-height: 44px;
	font-size: 15px;
	right: 0;
	top: 77px;
	text-indent: -3px;
}

.thumb-prev .customer-rating {
	top: -20px;
	left: 0;
	right: auto;
}

.thumb-next .customer-rating {
	top: -20px;
	right: 0;
}

.customer-rating i {
	color: rgb(251, 90, 13);
	position: absolute;
	top: 10px;
	right: 5px;
	font-weight: 600;
	font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	top: 103px;
	background-color: #f6f6f6;
	border: 1px solid rgba(251, 90, 13, 0.1);
	border-radius: 10px;
	z-index: -1;
}

.thumb-prev,
.thumb-next {
	position: absolute;
	z-index: 99;
	top: 45%;
	width: 98px;
	height: 98px;
	left: -90px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.thumb-next {
	left: auto;
	right: -90px;
}

.feedback-slider-thumb img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.feedback-slider-thumb:hover {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
	position: relative;
	display: inline-block;
	bottom: 45px;
	transition: all 0.2s ease-in;
}

.customer-feedback .owl-nav i {
	background-color: transparent;
	color: rgb(251, 90, 13);
	font-size: 25px;
}

.customer-feedback .owl-prev {
	left: -15px;
}

.customer-feedback .owl-prev:hover {
	left: -20px;
}

.customer-feedback .owl-next {
	right: -15px;
}

.customer-feedback .owl-next:hover {
	right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 35px;
}
.customer-feedback .owl-dot {
	display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
	width: 11px;
	height: 11px;
	margin: 0 5px;
	background: #fff;
	border: 1px solid rgb(251, 90, 13);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
	background-color: rgb(251, 90, 13);
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
	.feedback-slider-item:after {
		left: 30px;
		right: 30px;
	}
	.customer-feedback .owl-nav [class*="owl-"] {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 45px;
		bottom: auto;
	}
	.customer-feedback .owl-prev {
		left: 0;
	}
	.customer-feedback .owl-next {
		right: 0;
	}
}
@media screen and (max-width: 1000px) {
.faq {
  width: 100%;
}
.faq .faq-menu {
  width: 100%;
  float: none;
  margin-right: 0;
}
.faq .faq-menu li {
  background-color: #000000;
  padding: 10px;
  margin:.3em;
  font-size: 13px;
  color:#ffffff;
  float: left;
  font-weight:bold;
  border-radius: 5px;
  border-bottom: 2px solid transparent;
}
.faq .faq-content {
  width: 100%;
  clear:both;
  float: none;
  font-size: 14px;
}
.faq .faq-content .faq-item-header {
  font-size: 15px;
  cursor: pointer;
  font-weight:500px;
  margin-left: 0;
}
.faq .faq-content > section {
  margin: 5px 0;
  padding: 5px;
}

}

#affiliate-image{
    width:20%;
    height:50px;
    float:left;
}
#affiliate-text{
    width:78%;
    height:auto;
    color:#ffffff;
    font-size:1.2em;
    padding-left:5px;
    float:right;
}
#affiliate-text2{
    width:100%;
    height:300px;
    font-size:1.2em;
    float:right;
}
#affiliate-image img{
    width:100%;
}
.aff-percents{
   border:1px solid;
   margin-left:1px;
   margin-bottom:10px;
}
.aff-percents div{
    width:20%;
    text-align:center;
    padding:5px;
}
.aff-percents span{
    font-weight:bolder;
}
.aazx{
   border-right:1px solid; 
}
