h1, h2, h3, h4, h5, h6, p, span, li, a{ font-family: 'Poppins', sans-serif; color: #000;}
h1{
	font-size: 50px;
}
h2{
	font-size: 45px;
}
h3{
	font-size: 40px;
}
h4 { 
	font-size: 30px; 
}
h5 { 
	font-size: 35px; 
}
h6 { 
	font-size: 30px; 
}
.s18{font-size:1.8em;font-weight: 600;font-family: 'Spartan', sans-serif;
    color: #000000;}a {
    color: #428bca;
    text-decoration: none;}
img{max-width: 100%;height: auto;}
iframe{ max-width: 100%; }
.questionTitle{
	color: #000;
	text-align: center;
	margin: 15px 0; 
}
.questionTitle h1{
	font-weight: 700;
}
.recommended{
	color: #D50003;
	text-align: center;
	margin: 15px 0; 
}
.hugeFont{
	font-size: 16px;
}
.middleFont{
	font-size: 14px;
}
.subTitle{
	margin: 15px 0;
	text-align: center;
}
.subTitle p{
	color: #666666;
	font-size: 21px;
	font-weight: 700;
}
p{ 
  text-align: left;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.5;
}
ul{ padding-left: 0; list-style-image: none; list-style-type: none;}
li {
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 1rem;
  min-height: 32px;
  padding-left: 44px;
  text-align: left;
}
.container {
	max-width: 1000px;
    margin: auto;
}
.video-container {
   position:relative;
   padding-bottom: 46.5%;
   padding-top:31px;
   height:0;
   overflow:hidden;
   border: 10px solid #eee;
   border-radius: 5px;
}
.video-container iframe, .video-container object, .video-container embed {
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
}
.full-width{
  background-repeat: no-repeat;
  background-size: cover;
}
.full-width-header{
  background-image: url(../images/background1.png); 
  background-repeat: round;
  background-size: cover; 
  margin-bottom: -40px;

}
.full-width-background2{
  background-color: #7ab1d6
;
}
.full-width-background4{
  background-image: url(../images/background4.png); 
  background-repeat: round;
  background-size: cover;
  background-attachment: fixed; 
}
/*CONTENT BONUS*/
.content-bonus {
  background: #f5f5f5;
  padding-top: 75px;
  padding-bottom: 50px;
}

.content-bonus h2 {
  text-align: center;
}

.bonuses {
  background-color: #fff !important;
  border: 2px solid #333;
  border-radius: 25px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  display: block;
  margin: 0 auto;
  max-width: 800px;
}

.well h1 {
  font-family: 'Noto Sans', sans-serif;
  color: #181818;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.well h2 {
  font-family: 'Noto Sans', sans-serif;
  text-align: center;
  color: #181818;
  font-size: 33px;
  font-weight: bold;
  text-align: center;
}

.well p {
  font-family: 'Noto Sans', sans-serif;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.para-bonus {
  font-family: 'Noto Sans', sans-serif;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #181818;
  display: block;
  margin: 0 auto;
  max-width: 800px;
  padding-top: 25px;
}

.title {
  background-color: #0F9814 !important;
  border-radius: 50px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  padding: 10px 5px;
  display: block;
  margin: 0 auto;
  max-width: 400px;
  position: relative;
  top: -50px;
}

/*CONTENT FUP*/
.content-fup {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)), url(../images/fast.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;

}

.para-fup {
  font-family: 'Noto Sans', sans-serif;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  display: block;
  margin: 0 auto;
  max-width: 800px;
  
}

.content-fup h1 {
  text-align: center;
  margin-bottom: 10px; color: #fff;    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;font-size: 40px;
}

.panel {
  border: none;
}

.panel-heading {
  background: -webkit-linear-gradient(#0594DE 0%, #29A0DD 47%, #0594DE 100%);
  background: -o-linear-gradient(#0594DE 0%, #29A0DD 47%, #0594DE 100%);
  background: linear-gradient(#0594DE 0%, #29A0DD 47%, #0594DE 100%);
  color: #fff !important;
}

.panel-title {
  font-size: 22px;
  padding: 15px;
}

.panel-body {
  color: #333;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
}
/*testimonials*/
#testimonials{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:100%;
}
.testimonial-heading{
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.testimonial-heading h1{
    
    font-weight: 500;
    background-color: #202020;
    color: #ffffff;
    padding: 10px 20px;
}
.testimonial-heading span{
    
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.testimonial-box-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
}
.testimonial-box{
    width:500px;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}
.profile-img{
    width:50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile{
    display: flex;
    align-items: center;
}
.name-user{
    display: flex;
    flex-direction: column;
}
.name-user strong{
    color: #3d3d3d;
  
    letter-spacing: 0.5px;
}
.name-user span{
    color: #979797;
   
}
.reviews{
    color: #f9d71c;
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.client-comment p{
    
    color: #4b4b4b;
}
.testimonial-box:hover{
    transform: translateY(-10px);
    transition: all ease 0.3s;
}
 
@media(max-width:1060px){
    .testimonial-box{
        width:45%;
        padding: 10px;
    }
}
@media(max-width:790px){
    .testimonial-box{
        width:100%;
    }
    .testimonial-heading h1{
        
    }
}
@media(max-width:340px){
    .box-top{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .reviews{
        margin-top: 10px;
    }
}
::selection{
    color: #ffffff;
    background-color: #252525;
}
 

/*CONTENT CAP*/
.content-cap {

  /* background: linear-gradient(#fff 0%, #fff 47%, #fff 100%); */
  text-align: center;
  color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
}
/*CONTENT SUB LIST*/
.content-sub-list {
  background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9)), url(../img/bg-04.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
 ;
}

.item-sub-list {
  background: url(../images/check.png) 0px 0px no-repeat;
  padding-left: 50px;
}

.para-sub-list {
  font-family: 'Noto Sans', sans-serif;
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6em;
  color: #333;
  display: block;
  margin: 0 auto;
  max-width: 800px;
}
.content-desc {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 3px solid #0594DE; border-top: 3px solid #0594DE;
    }
.item-top {
    background: url(../images/10.png) 5px 6px no-repeat;
    padding-left: 50px;
}
.center-image { display: block; margin-left: auto; margin-right: auto; }
.header-style { font-family:'Alex Brush', cursive; font-size: 100px; color: #ff3939; } 
.list-icon li{ color: #ffffff; margin-bottom: 3rem; font-size: 23px; line-height: 1.1em; background-image: url(../images/checked.png);}
.footer{ background-color: #000000; padding-top: 2%; padding-bottom: 1%; }
.footer .row{ padding: 0; }
.footer p{ font-size: 14px; margin-bottom: 0px; text-align: center; }
.row{ padding: 5% 0; }
.heading{ color: #333;font-weight: 700;line-height: 1;}
.subheading {color: #ffeb3b;font-weight: normal;}
.logo{ margin-bottom: 30px; }
.fast-action-heading{background-color:#0594DE; padding: 15px 0; color: #fff; margin-top: 35px;}
.fast-action-contents{ background-color: #fff;border: 1px solid #eee; padding: 40px; align-items: center; }
.fast-action{ margin-bottom: 50px; box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.06); }
.right{ float: right; }
.faq{ margin-bottom: 20px; }
.faq p{ margin-bottom: 5px; }
.faq img{ vertical-align: middle; margin-right: 10px;}
.faq ul{ padding-left: 55px; }
.faq ul li{ padding-left: 15px; background-image: none; }
.answer{ padding-left: 64px; }
.advice img{ vertical-align: middle; }
.padding {padding-top: 0; padding-bottom: 0;}

@media (max-width: 900px) {
	.rw-1 .columns{
		width: 100%;
	}
}
@media (max-width: 767px){
  .header-buy-button{ margin-bottom: 0px!important; }
  .ask{ top: 0px!important; }
  .fast-action-contents .col-md-5, .fast-action-contents .col-md-7 { margin: 15px 0; }
}

.top-p {
  display: block;
  font-size: 24px;
  font-weight: 400;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}

.top-p a {
  color: #2e2e2e;
  font-size: 24px;
  font-weight: 400;
}

.top-p a:hover {
  color: #2e2e2e;
  font-size: 24px;
  font-weight: 700;
}

.btn-warning {
  background: #F7CA18;
  border-color: #f1c40f;
  border-radius: 10px;
  box-shadow: 2px 2px 3px 0px rgba(34, 34, 34, 0.8);
}

.btn-warning:hover {
  background: #f1c40f;
  border-color: #f1c40f;
  border-radius: 10px;
  box-shadow: 2px 2px 3px 0px rgba(34, 34, 34, 0.8);
}

.btn-huge {
  font-size: 28px;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  width: 100%;
}

