@media only screen and (max-width: 1100px) {


  header{
    width: 100%;
    height: auto;
    background-color: aqua;
    position: fixed;
  }
  .top_navbar{
    height: auto;
  }
   .top_box1{
    display: none;

  }
  .top_box2{
    width: 100%;
    height: 65px;
    background-color: #025DAB;
    transform: none;
    padding: 0;

  }
  .navbar1{
    display: flex;
    justify-content: space-between;
    transform: none;
    padding: 0;
    margin: 0;
  }
  .navbar1 .number_top{
    display: block;
    padding: 0px 0px 0px -20px;
    margin: 0px 0px 0px 0px;
    font-size: 12px;
  }
  .printing{
    display: none;
  }
  .account_main{
    font-size: 12px;
    text-align: right;
    margin: -20px 0px 0px 0px;
    padding: 30px 5px 5px 5px;
  }
  .login_bar{
    margin-top: 10px;
  }
  .navbar1{
    display: flex;
    height: auto;
    justify-content: space-between;
  }
  
  .navbar1 .number_top p{
    display: block;
    padding: 5px;
    margin: 5px 0px 0px 0px;
  }
  .account_main p{
   
    margin: 0px 0px 0px 0px;
    padding: 1px 1px 0px 30px;
  }
  .account_main p i{
    margin: 20px 0px 0px 0px;
    padding: 2px;

  } 

  /*------------Nav----------2-----*/
  .logo{
    margin: 10px 0px 0px 0px;
    padding: 0;
  }
  .logoZ{
    display: block;
    width: 250px;
    padding: 60px 10px 10px 10px;
  }
  .logoX{
    display: none;
  }
  .logoY{
    display: none;
  }
  .navbar2{
    margin: 0px;
    padding: 10px;
    display: block;
    justify-content: normal;
    background-color: whitesmoke;
    position: relative;
    height: auto;
  }
   
  #Xbar{
    display: none;
  }
  .nav{
    margin: 5px 0px 0px 0px;
    padding: 0px;
    display: none;
    height: auto;
  }
  .toggole{
    display: block;
    right: 0;
    justify-content: right;
    text-align: right;
    margin-top: -50px;

  }
   .toggole i{
    font-size: 25px;
    padding: 10px;
   }
   .nav ul{
    display: block; 
    color: white;
    background: #76B729;
    border-radius: 30px;
    width: 95%;
    margin: 0;
    padding: 0px 0px 0px 30px ;


   }
   .nav ul li{
    display: block;
    margin: 0;
    padding: 0px 0px 0px 0px ;
    


   }
   .nav ul li a{
    color: white;
    margin: 0;
    padding: 10px 10px 10px 10px ;
  }
  .nav li a{
    background-image: linear-gradient(
      to bottom,
      #fff,
      #fff 100%,
      #fff 100%
    );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0px;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    margin: 10px 5px 5px 20px;
    font-size: 16px;
    color: black;
  }

  .nav li a:before{
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
  }

  .nav li a:hover {
   background-position: 0;
  }

  .nav li a:hover::before{
    width: 100%;
  }

 
  /*------------Start Body Section--------*/
  .Body_main{
    display: block;
    width: 100%;
    justify-content: center;
    padding-top: 200px;
  }
  .Body_main .text_part{
    display: block;
    width: 100%;
  }
  .text_part h1{
    width: 100%;
    text-align: center;
    margin: 10px;
    padding: 10px;
  }
  .text_box1{
    width: 100%;
    display: block;
    text-align: center;
    margin: 10px;
    padding: 10px;

  }
  .Body_main .text_part{
    width: 95%;
    border: none;
    margin: 10px;
  }
  .text_box1 p{
    width: 95%;
    padding: 20px;
    margin: 10px;
  }
  .images img{
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 25px;

  }
  .images{
    display: block;
    justify-content: center;

  }


  /*----------------- Start Product Section-----------------*/
  .Pro_top{
    font-size: 20px;
  }
  .pro_box{
    display: inline-block;
    justify-content: center;
    margin: auto;
    width: 100%;
    padding: 20px 30px 20px 10px;
  }
  .box1{
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .box1 img{
    width: 100%;
    height: auto;
    border-radius: 15px;

  }
  /*---------- Start Design & Print Section---------------------*/
  .design{
    display: block;
    justify-content: center;
  }
  .design div{
    width: 100%;
    height: auto;

  }
  .boxx h2{
    color: #015FB0;
    padding: 5px;
    font-size: 25px;
    line-height: 50px;

  }
  .boxx p{
    padding: 10px 10px 10px 10px;
    color: #333;
    text-align: justify;
  }
  .boxx button{
    margin: 10px;
    text-align: center;
  }
  .boxx img{
    padding: 20px;
    border-radius: 30px;
  }

  /*-------------------Subscribtion Section Stat---------------*/
  .subscription{
    width: 100%;
    height: auto;
    display: block;
    background: #76B729;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  .sub_box{
    width: 100%;
    height: auto;
    
  }
  .sub_text{
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .sub_icon{
    display: block;
    color: white;
    text-align: center;

  }
  .sub_icon i{
    font-size: 30px;
    color: #222;
  }
  .sub_icon p{
    padding: 1px 0px 0px 10px;
    font-size: 14px;
    color: #222;

  }
  .Submit_from{
    width: 100%;
    text-align: center;
    margin: auto;
  }
  .submit_input{
    width: 70%;
    height: 40px;
    text-align: center;
    margin: auto;
  }
  .Submit_btn{
    width: 20%;
    height: 40px;
    border: none;
    border-radius: 1px;
    background-color: black;
    color: white;
    cursor: pointer;
  }
  .sub_icon{
    padding: 5px;
  }
  .cont_icon{
    padding: 10px 0px 10px 0px;
    font-size: 25px;
    justify-content: right;
    text-align: center;
  }
  .cont_icon a{
    text-decoration: none;
    text-align: center;
    margin: auto;
  }
  .cont_icon i{
    padding: 10px 10px 10px 10px;
    text-align: center;
    margin: auto;
  }
 
  /*---------------- Start Footer Section----------------*/

    .footer_top{
      display: block;
      padding: 10px 10px 10px 10px;
    }
    .footer_top{
    display: block;
    justify-content: center;
    padding: 15px 10px 0px 10px;

  }
  .footer_box{
    width: 100%;
    
  }
  .footer_box h3{
    color: #fff;
    width: 50%;
    border-bottom: 2px solid #76B729;
    

  }
  .Address{
    padding: 0px 10px 10px 10px;
  }
  .mobile_number{
    display: flex;
    padding: 20px 0px 0px 0px;
  }
  .mobile_number i{
    color: #fff;
    font-size: 20px;
    padding: 0px 10px 0px 0px;
  }
  .mobile_number p{
    color: #fff;
    padding: 0px 10px 0px 0px;
  }
  .qu_link{
    padding: 0px 0px 0px 10px;

  }
  .menu_footer{
    padding: 10px 0px 0px 0px;
  }
  .menu_footer li{
    list-style: none;
    padding: 5px 0px 5px 0px;

  }
  .menu_footer li a{
    text-decoration: none;
    color: #fff;
  }
  .menu_footer li a:hover{
    color: #76B729;
  }
  .qu_link{
    padding: 0px 0px 0px 10px;

  }
  .account_bottom{
    padding: 0px 0px 0px 10px;

  }
  .account{
    padding: 10px 0px 0px 0px;

  }
  .account li{
    list-style: none;
    padding: 5px 0px 5px 0px;

  }
  .account li a{
    text-decoration: none;
    color: #fff;
  }
  .account li a:hover{
    color: #76B729;
  }
  .hour{
    padding: 10px 0px 0px 0px;
  }
  .hour span{
      display: flex;
      justify-content: space-between;
      border-bottom: 1px dotted #fff;
      color: #fff;
      padding: 7px 0px 2px 0px;
  }
  .bottom_copy p{
    text-align: center;
    color: white;
    padding: 10px;
  }

}