   
    .row {
    margin: 0    
    }    
    .form-banner {
    height: 300px;
    background-image: url(/ec99/rwd1181/images/formbanner2.jpg);
    background-repeat: no-repeat;
/*    background-size: cover;*/
    background-position: center;
    }
    .form-banner img {
        width:100%
    }
    
.title-s {
    font-size: 16px;
    } 
    

    
.logo {
text-align: center;
padding:10px 0 ;    
    }   

.logo img{
margin-left:0;    
    }   
    
.table {
text-align: center;
border-collapse: collapse;
width:900px
}    
    

    td, th{
        width:200px;
        padding:5px 0 ; 
        font-size:16px;
        text-align: center
    }    
    
tr:nth-child(odd){
  background:#f0f0f0;
}

tr:nth-child(even){
  background:#fff;
}    
    
.id-part{
    padding:20px 0 ;    
    } 
    
.idicon img {
    width: 80%    
    } 
    
.idicon {
    border: 1px solid #000;
    margin: 10px;
    border-radius:10px;
    width:23%;
    text-align: center;
    padding: 10px
    } 
    
    
.idicon:hover {
    background: #f0f0f0;
    transition: all 0.4s;    
    }    

.button {
padding:40px;
text-align: center
    }    
    
   
.sub-btn{
border:0;
background-color:#8c0008;
color:#fff;
border-radius:10px;
font-size:18px;
padding:10px 30px
}    

.sub-btn:hover {
background: #b3000a;    
}       

    .input {
    padding-top: 10px;
    font-size: 16px;
    cursor: pointer;    
    }    
    
    .idicon-input p{
    display: inline-block;
    font-size: 18px;
    margin: 0 5px;
    vertical-align: middle;  
    padding-top: 5px    
    }

    
    .form-footer {
        background: #8c0008;
        text-align: center;
        font-size: 16px ;
        color:#fff;
        padding:20px 0;
    }    
    .form-footer p{
        margin:0;
    }

    .form-container h4 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 60px;
    background: #8c0008;
    color: #ffffff;
    padding: 12px 15px;
    }    
    
    
    .form-container span {
        font-size: 16px;
        color: #fb0303;
        display: block;
        margin-left: 17px;
        margin-bottom: 20px;
        text-align: left;
    }
    
    
    .form-container .form-group span {
        text-align: center;
        margin: 5px;
        display: inline-block;
        color: #555;
    }
    
    .openNewsBG {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: hsla(0, 100%, 0%, 0.8);
    z-index: 9999;
    }
    
    
    #openNews {
    position: absolute;
    top: 100px;
    width: 25%;
    min-height: 400px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
    display: none;
    background: #fff;
    border-radius: 10px;
    margin: auto;
    left: 0;
    right: 0;
    }
    
    #openNews .openNewsContent {
    padding-top: 15px;
    }
    
    #openNews .CLOSE {
    display: block;
    background-color: #8c0008;
    width: 44px;
    height: 44px;
    position: absolute;
    right: -20px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 44px;
    cursor: pointer;
    border-radius: 50%;
    top: -20px;
    }
    
    .opentext {
        width: 100%;
        height: 300px;
        font-size: 24px ;
        color: #000;
        text-align: center;
        padding: 50px 0
    }
    
    .opentext img {
        width:60%;
        padding:0 50px
    }
    
    @media screen and (max-width: 1024px){
    .idicon {
        width: 22% ;
        height:  180px
         }
        
    .idicon img {
    width: 90%     
    }
        
    #openNews {
    width: 50%;}  
        
    .idicon-input p{
    display: block;   
    line-height: 1    
        }      
    }
    
    
    
     @media screen and (max-width: 768px){
    .idicon {
        width: 47% ;
        height:  200px
         }
         
    .form-container span {
    font-size: 14px;
    color: #fb0303;
    display: block;
    margin-left: 16px;
    text-align: left;
    } 
    
       td, th{
        font-size:12px;

    }       
    }
    
    @media screen and (max-width: 480px){
    .form-banner {
     background-image: url(images/formbanner2_1.jpg) ;
     background-position: 50% ;
    } 
    
    .form-container h4 {
    font-size:16px        
        }    
        
    .idicon {
    width: 44% ;
    height:  160px    
        }    
    
    .idicon img {
    width:  100%;
    padding: 0 0 5px;    
        }
    .idicon .input {
    padding-top: 0;    
    }
    .idicon-input p{
    display: block; 
    line-height: 1;
        }    
        
    #openNews {
    width: 90%;}    
    }    