section[data-cattype="338"].wrapper_middle{
    padding: 1px 0px 1px 0px;
}



[data-cattype="338"] input[name="vname"]{
    display: none;
}

[data-cattype="338"] h3{
    font-size: 33px;
    color: #fff;
    margin-bottom: 20px;
}

[data-cattype="338"] .form-fields{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
    
}

[data-cattype="338"] .form{
    margin-top: 25px;
    
}


[data-cattype="338"] .form-fields li{
    width: calc(30% - 10px);
    
    margin: 5px;
    
}

[data-cattype="338"] .form-fields li:last-child{
    width: 5%;
}


[data-cattype="338"] .form-fields li:last-child button{
    background: #1a3880;
    border: 0;
    padding: 6.5px 15px;
    border-radius: 3px;
}

[data-cattype="338"] .form-fields li:last-child button i{
    color: #fff;
}


[data-cattype="338"] .form-fields li:last-child button:hover{
    background: #fff;
    transition: all .5s;
}

[data-cattype="338"] .form-fields li:last-child button:hover i{
    color: #1a3880;
}




/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
    
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
    
    [data-cattype="338"] input{
        margin-top: 5px;
    }
    [data-cattype="338"] .form-fields li{
        width: 100%;
    }

    [data-cattype="338"] .form-fields li:last-child{
        width: 100%;
    }
    
    [data-cattype="338"] .form-fields li:last-child button{
        width: 100%;
        margin-top: 5px;
    }
}

/* Mobile screen size */
@media (max-width: 480px) {
    
    section[data-cattype="338"].wrapper_middle{
        padding: 35px 0px 40px 0px;
    }
    
    [data-cattype="338"] .form {
	   margin : 0;
    }
    
    [data-cattype="338"] .form-fields {
        margin : 0;
    }
    
    [data-cattype="338"] h3 {
        padding: 0;
	   margin-bottom: 10px;
    }
      
}