/*  responsive
---------------------------------------------------------------------- /
   1 - media screen and (max-width: 1199px)
   2 - media screen and (max-width: 991px)
   3 - media screen and (max-width: 767px)
   4 - media screen and (max-width: 624px)
   5 - media screen and (max-width: 567px)
   6 - media screen and (max-width: 480px)
   7 - media screen and (max-width: 380px)


---------------------------------------------------------------------- */


@media only screen and (max-width: 1199px) {
    
}

@media only screen and (max-width: 1024px){
    
}
@media only screen and (max-width: 980px) {

    
}
@media only screen and (max-width: 992px) {
        #full_luck {
            
            background-position: 63% 0%;
        }
       
        .luck_top_text h2 {
          font-size: 100px;
        }
        #img-header img {
            margin-top: -300px;
        }
        
        .super_text_bot p {
            font-size: 20px;
          }
        .img {
            float: right;
            margin-top: -200px;
        }
        .super_right h1 {
            font-size: 59px;
          }
        .super_text_bot p {
            font-size: 18px;
        }
        #img-header img {
              margin-top: -261px;
        }
        #about-info {
            margin-top: -189px;
        }
        .arrow {
          display: none;
        }
        .luck_top_text h2 {
          font-size: 80px;
        }
        .luck_top_img img {
            padding-top: 14px;
        }
        .img{
          float: left;
          margin-top: 0px;
        }
        .luck_text_bot h4 {
            font-size: 20px
          }
        .luck_box h5 {
            line-height: 11px;
            font-size: 15px;
          }
        .middle-para h3 {
            font-size: 17px;
        }
        p{
          font-size: 16px;
        }
        .luck_text_bot p {
            font-size: 15px;
        }
        .sup_te li a {
            font-size: 15px;
        }
        
}


@media only screen and (max-width: 840px){
    
}
@media only screen and (max-width: 768px){
    
    
}
@media only screen and (max-width: 767px){
    .text-right {
        text-align: center;
    }
    #full_luck {
        background-position: 94% 0%;
    }
    .luck_top_img img {
        padding-left: 200px;
        margin-top: -40px;
    }
    .super_right h5 {
        text-align: center;
        padding-top: 20px;
    }
    .super_right h1 {
        font-size: 34px;
        text-align: center;
    }
    .super_right p {
        max-width: 100%;
    }
    #img-header img {
        margin-top: -100px;
    }
    .super_text_bot p {
        font-size: 17px;
    }
    #about-info {
        margin-top: -146px;
        border-bottom: 0px solid #9C9A9C;
    }
    .luck_top_text h2 {
        font-size: 45px;
    }
    #about-info {
      padding-bottom: 0px;
    }
    .luck_top_img  img{
      text-align: center;
    }
    .luck_top_img img {
         padding-top: 0px; 
    }
    .arrow img {
        margin-top: -23px;
        float: right;
    }
    .per_img_last img{
      padding-bottom: 30px;
      text-align: center;
    }
}
@media only screen and (max-width: 640px){
    #about-info {
        margin-top: -116px;
      }
}
@media only screen and (max-width: 360px){
    #about-info {
        margin-top: -62px;
    }
    .luck_top_img img {
        padding-left: 64px;
        margin-top: 18px;
    }
    
    .display{
      display: block;
    }
    .person_top_img {
        padding: 0px 0px;
    }
}   

@media only screen and (max-width: 567px){
    
}

@media only screen and (max-width: 485px){
    
}   

@media only screen and (max-width: 380px){
    
  
}



















