@media (min-width:0px) and (max-width:767px) {
  .first .text_wrap, .button_wrap{
    width: 96%;
    height: auto;
    padding: 0;
    margin: 0 2%;
    background: ;
    text-align: center;
  }
  .text_wrap p{
    font-size: 80%;
    line-height: 30px;
  }
  .text_wrap i{
    color: #3C7DCD;
    position: absolute;
    right: 15%;
    top: 55px;
    font-size: 85%;
  }
  .button_wrap ul li a{
    padding: 2%;
  }
  .second{
    margin: 20px 3% 0 3%;
  }
  .third{
    width: 88%;
    height: auto;
    padding:20px 0%;
    margin: 0 6%;
  }
  .shape_contain{
    width: 100%;
    height: auto;
    padding:0 0%;
    margin:5px 0;
    background:red ;
    text-align: center;
  }
  .shape_contain .icon_wrap{
    width: 100%;
    height: 150px;
    padding:0;
    margin: 10px 0;
    float: ;
    background: ;
    clear: both;
  }
  .float-right{
    float:;
    position:static;
    right:0%;
  }
  img{
    margin: 20px 0 0 4%;
  }


  .break{
    float:left ;
    width: 33%;
    height: auto;
    padding: 0;
    margin: 0 0 0 0%;
    background: ;
  }
  .break span.value{
    font-size:17px;
    font-weight:bolder
  }
  .break span, .copyright p{
    font-size:70%;
  }
  .get_start a{
    font-size: 100%;
    padding:3% 5%;
    border-radius: 3px;
  }
}

@media (min-width:767px) and (max-width:1280px) {
  .first .text_wrap, .button_wrap{
    width: 96%;
    height: auto;
    padding: 0;
    margin: 0 2%;
    background: ;
    text-align: center;
  }
  .text_wrap p{
    font-size: 80%;
    line-height: 30px;
  }
  .button_wrap ul li a{
    padding: 2%;
  }
  .second{
    margin: -30px 3% 0 3%;
  }
  .float-right{
    float:left;
    position:absolute;
    right:0.2%;
  }
}
@media (min-width:0px) and (max-width:303px) {
  .button_wrap ul{
  }
  .button_wrap ul li{
    display: block;
    margin: 10% 0;
  }
  section.first{
    background-image: linear-gradient(to bottom, #000, #0C0D29);
    height: 380px;
    top: 0px;
  }
}
