body {
  padding-top: 100px;
}

.top
{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgb(35, 31, 32);
    outline: none;
}


.top_btn
{
        display: block;
    width: 80%;
    margin-right: 50px;
    padding: 5px;
    background-color: rgb(242, 101, 44);
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px inset;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    border-radius: 0px;
    letter-spacing: -2px;
    font-family: "Open Sans", sans-serif !important;
    text-transform: uppercase;
    text-decoration: none;
}

.top_btn:hover{
    background-color: #fcbd01;
    color: #FFF;
    text-decoration: none;
}

.top b
{
        text-align: right;
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-transform: uppercase;
     font-family: "Open Sans", sans-serif !important;
}

}

.spacer{

    padding: 10px;
}

.space{
    padding-top: 40px;
    padding-bottom: 40px;
}

.spacer2
{
    padding-top: 40px;
}

.top u{
    text-align: right;
    color: rgb(241, 244, 248);
}

.blue_bg
{
    background-color: rgb(32, 190, 198);
}

.blue_bg h2
{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 30px;
    color: rgb(255, 255, 255);
}

.blue_bg p
{
        text-align: left;
    font-size: 24px;
}

.blue_bg2
{
    background-color: rgb(32, 190, 198);
}

.blue_bg2 h2
{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 50px;
    color: rgb(255, 255, 255);
}

.orange_bg_content{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgb(243, 178, 63);
    outline: none;
}

.pink_bg_content{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgb(195, 61, 142);
    outline: none;
}

.green_bg_content{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgb(96, 213, 110);
    outline: none;
}

.blue_bg_content{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgb(63, 141, 250);
    outline: none;
}

.border_dotted
{
     border-width:5px; 
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-color: #FFF;

}

.black_dotted
{
     border-width:5px; 
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-color: #000;
}

.white_dotted
{
     border-width:5px; 
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-color: #FFF;
}

.orange_dotted
{
     border-width:5px; 
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-color: rgb(248, 110, 11);
    padding-top: 10px;
    padding-bottom: 10px;
}

.red_dashed
{
     border-width:4px; 
    border-top-style: dashed;
    border-bottom-style: dashed;
    border-color: rgb(255, 0, 0);
    padding-top: 10px;
    padding-bottom: 10px;
}


.border_dotted_one
{
    border-width:5px; 
    border-top-style: dotted;
    border-color: #FFF;
    margin-top: 20px;
    padding-bottom: 20px;
}

.border_dotted_blue
{
     border-width:5px; 
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-color: rgb(32, 190, 198);
}

.top_header
{
    text-align: center;
    color: #FFF;
    font-size: 39px;
    font-family: 'Montserrat', sans-serif;
    padding-top: 40px;
    padding-bottom: 20px;
    outline: none;
    
}
.top2{
    padding-bottom: 40px;
    padding-top: 40px;
}

.top2 p{
    text-align: left;
    font-size: 20px;
}
.top2 span{
    
    color: rgb(32, 190, 198);
    font-weight: bold;
}

.black
{
    padding-top: 20px;
    padding-bottom: 15px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;
}

.blue_text
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.blue_text p
{
        text-align: center;
    font-size: 30px;
    color: rgb(32, 190, 198);
    font-family: 'Montserrat', sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
}

.blue_text span
{
        color: rgb(255, 221, 0);
        font-weight: bold;
}

.black span{
    color: rgb(235, 188, 21);
}


.price 
{
     padding-bottom: 40px;
    padding-top: 40px;

}

.price-btn {
    display:  block;
    color:  #FFF;
    background: rgb(255, 85, 48);
    text-align:  center;
    font-size:  40px;
    text-transform:  uppercase;
    font-weight:  700;
    border-radius:  15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 80%;
    font-family: 'Roboto', sans-serif;
}

.price-btn2 {
    display:  block;
    color:  #FFF;
    background: rgb(248, 110, 11);
    text-align:  center;
    font-size:  40px;
    text-transform:  uppercase;
    font-weight:  700;
    border-radius:  15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    border: 1px solid rgba(0,0,0,0.2);
}

.price-btn3 {
    display:  block;
    color:  #FFF;
    background: rgb(124, 180, 69);
    text-align:  center;
    font-size:  35px;
    text-transform:  uppercase;
    font-weight:  700;
    border-radius:  15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 80%;
    font-family: 'Roboto', sans-serif;
}


.price-btn:hover  {
    color: #FFF;
    background-color:  #ff6a49;
    text-decoration: none;
}

.price-btn2:hover
{
    color: #FFF;
    background-color: #f98029;
    text-decoration: none;
}

.price-btn3:hover
{
     color: #FFF;
    background-color: #8cbd5c;
    text-decoration: none;
}



.border_dashed
{
    border-width:3px; 
    border-color: rgba(0,0,0,0.7);
    border-style: dashed;
}



.price h1
{
        text-align: center;
    color: rgb(0, 0, 0);
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.price h2
{
        text-align: center;
    color: rgb(0, 0, 0);
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.price h3
{
    text-align: center;
    color: #FFF;
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.price p{
        padding-top: 20px;
        font-size: 16px;
}

.grey
{
    padding-top: 40px;
    padding-bottom: 20px;
    outline: none;
    background-color: rgb(232, 232, 232);
}

.grey h2
{
    color: rgb(45, 45, 45);
    font-size: 40px;
}

.grey p
{
    padding-left: 15px;
}

.dark_grey
{
    padding-top: 20px;
    padding-bottom: 5px;
    background-color: rgb(82, 81, 82);
    outline: none;
    color: rgb(255, 255, 255);   
}

.dark_grey_img
{

    background-image: url(../images/quote.png);
height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
   
    padding: 18px;
}

.blackbg
{
    padding-top: 20px;
    padding-bottom: 20px;
    outline: none;
    background-color: rgb(0, 0, 0);
}

.blackbg h1
{
        text-align: center;
    font-size: 38px;
    color: rgb(255, 255, 255);
}

.blackbg p
{
    padding-left: 15px;
    color: #FFF;
}

.blackbg span
{
        padding-top: 20px;
    font-size: 16px;
    color: #FFF;
}

.testi 
{
    padding-top: 40px;
    padding-bottom: 40px;
    outline: none;
}

.testi img
{
    width: 200px;
    height: 210px;
}

.testi span
{
    color:#FFF;
    font-size: 15px;
    padding-bottom: 20px;
}
.testi i{
    font-size: 55px;
    color: #FFF;
}
.testi h2
{
        font-size: 32px;
    color: rgb(0, 0, 0);
}

.testi a:link
{
     
    color: rgb(0, 0, 0);
    font-size: 16px;
    text-decoration: underline;
}

.shadow40 {
    -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4);
    box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4);
}

.black_text
{
    color: #000;
}

.white_text
{
    color: #FFF;
}
.red_text
{
    color: rgb(255, 0, 0);
}

.orange_text
{
    color: rgb(248, 110, 11);
}

.blue_text
{
    color: rgb(32, 190, 198)
}

.pink_text
{
   color: rgb(217, 2, 162);
}

.dark_grey2
{
        padding-top: 40px;
    padding-bottom: 40px;
    outline: none;
    background-color: rgb(45, 45, 45);

}

.dark_grey2 p
{
    font-size: 35px;
}

.orange_bg
{
    padding-top: 40px;
    padding-bottom: 40px;;
    background-color: rgb(248, 110, 11);
}

.orang_bg2
{
    background-color: gb(248, 110, 11);
  padding: 30px;
  text-align: center;
}

.orange_bg h2
{
    color: #FFF;
}

.products h2
{
        text-align: left;
    font-size: 40px;
    color: rgb(0, 113, 199);
}

.products li
{
    display: inline-flex;
}

.products span{
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 10px;
    font-size: 18px;
    list-style-type: none;
    margin-bottom: 6px;
    padding-left: 1em;
}

.pink_bg
{
        padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(217, 2, 162);
    outline: none;
}

.pink_bg h2, h1
{
    color: #FFF;
}


.v_training h2
{
    text-align: left;
    font-size: 28px;
    padding-bottom: 10px;
    font-weight: 700;
}

.v_training p
{
    text-align: left;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}

.videos p
{
    text-align: justify;
}

.footer_bg
{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgb(29, 33, 36);
    outline: none;
    color: #FFF;
}

.footer_bg a:link
{
    color: #FFF;
}

.content p
{
    text-align: left;
    color: rgb(116, 116, 116);
    font-size: 18px;
}

@media (max-width: 576px) { 
  body {
    padding-top: 0px;
  }

  .success_txt{
    padding-bottom: 20px;
  }

  .center_clock{
    padding-left: 0px;
  }

  .top{
    padding-top: 5px;padding-bottom: 5px;
  }
  .top_header{
    padding-top: 5em;
  }
}

@media (max-width: 576px) { 
.center_clock{
    padding-left: 0px;
  }
    }


.center_clock{
      
       padding-left: 14em;
}

.center_clock2{
      
       padding-left: 21em;
}


.success_txt{
	padding-top: 13px;
}

.success_txt a:link,a:visited{
    color: #FFF;
}

.success_txt a:hover{
    text-decoration: underline;
}
.terms_services{
    color: rgb(116, 116, 116);
    padding-top: 40px;
    padding-bottom: 40px;
}
.terms_services b, .terms_services p{
    color: rgb(116, 116, 116);
}

.affiliates{
    padding-top: 40px;
}

.affiliates h1{
        text-align: center;
    font-size: 60px;
    color: rgb(45, 140, 224);
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

.affiliate_footer{
    padding-top: 40px;
}

.quote{
    font-family: 'Just Me Again Down Here', cursive;
        text-align: left;
    font-size: 35px
}

.yellow_btn{
    color: rgb(255, 255, 255);
    font-weight: 600;
    background-color: rgb(255, 227, 0);
    font-size: 20px;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 12px;
    width: 60%;
    border-radius: 5px;
}

.pointer{
    cursor: pointer;
}
img.gsi-guarantee{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

img.first-area {
    width: 100%;
}
.gsi-guarantee-text p{
    text-align: center;

}
.gsi-divider {
    height: 50px;
}