 .last1{
            
            background-color: #141414;
            color: #888888;
            text-align: center;
            height: 65px;
            height: 65px;
            font-size: 15px;
        }
        .btn2{
            
            
           border-style: none;
           border: solid 1px orange;
          height: 30px;
           color: white;
           transition: 0.3s;
            background-color:#373C43; 
           
        }
        .btn2:hover{
            
            background-color:orange;
            color: white;
            transition: 0.3s;
            
        }
        .btn3{
            
            border-style: none;
           border: solid 1px  orange;
          height: 50px;
           color:  #EB2519;
           transition: 0.3s;
            background-color:white; 
            font-size: 18px;
            
            width: 40%;
            margin-top: 5px;
           
            
        }
         .btn3:hover{
            
            background-color:#EB2519;
            color: white;
            transition: 0.3s;
            
        }
        .textbox1{
            
           height: 30px;  
            
        }
       
       
            
        }
         .tube{
            
            font-size: 45px;
            text-align: center;
            color: #EB2519;
            font-family: raleway,sans-serif;
            
            
            
        }
        .login{
            
            background-image: url(image/login_borad.jpg);
           
            background-size: cover;
            
           
            
            
        }
       
        .mmmm{
             margin-top: 10vh;
            color: white;
            font-size: 25px;
            text-align: center;
            
        }
        .form-control{
            background-color: rgba(100, 100, 100, 0.0);
           color: white;
            border:none;
            border-bottom: solid 1px white;
            outline-color: none;
            
            
        }
           ::-webkit-input-placeholder {
            color:white !important;
        }
        
        #comments{
            
         background-color: rgba(100, 100, 100, 0.0);
           color:white !important;
        }
        .btn9{
            
            
            margin-left: 450px;
            width: 15%;
            height: 35px;
            border: none;
            margin-bottom: 5px;
            color: white;
            
        }
        #jj
        {
             transition: 0.5s;
        }
        #jj:hover{
            
            transform: rotate(360deg);
            transition: 0.5s;
        }
        
       @media only screen and (max-width: 600px) {
           
            .btn9{
            
            
            margin-left: 150px;
                margin-top: 15px;
                 width: 25%;
                 width: 25%;
            height: 35px;
            
        }
           #comments{
               
               width: 90%;
               
           }
   
}
        
        @media only screen and (min-width: 650px) {
            
           .btn9{
            
            
            margin-left: 450px;
                margin-top: 15px;
                 width: 25%;
                 width: 25%;
            height: 35px;
            
        }
          
            
        }
        .nvr{
            
            background-color: orange;
            color: white;
            border-style: none;
           
        }
        .hover_nav_li:hover{
            
            
            background-color:chocolate;
            
        }