body
{
    font-family: Verdana,sans-serif,Arial;
    font-weight: normal;
 
}

#btnSubmit
{
    padding: 6px 12px;
    border: 1px solid transparent;
    font-family: Arial;
    font-size: 15px;
 
    margin-top: 40px;
    margin-bottom: 15px;
    
    font-weight: 400;
       color: #ffffff;
    background-color: #173D6E;
    border-color: #173D6E;
    
    text-align: center;
    border-radius: 5px;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 40px;
    margin-bottom: 15px;
    padding-bottom: 7px;
    text-transform: uppercase;
    line-height:56px;
}

h3
{
    font-family: "Segoe UI",Arial,sans-serif;
    text-align:center;
        display: none;
}

#FieldsTable
{
    width: 100%;
    margin: auto;
}

#lblFormTitle
{
    font-size: 30px;
    font-weight: 400;
}

#FieldsTable span
{
    font-weight: 700;
    padding-top: 7px;
    float: left;
    width: 200px;
  
    text-align: right;
    display: none;
}

    .label::after
    {
        content: ':';
    }

#FieldsTable textarea
{

    height: 176px;
    margin-top:20px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: table-cell;
    position: relative;
    z-index: 2;
  
    margin-bottom: 0;
    border: 2px solid #d6e0e8 !important;
 
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: none;
    transition: none;
     width: 1150px;

}

#FieldsTable input[type="text"]
{

    margin-top:20px;
   
    background-color: #fff;
    border-radius: 4px;

    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 515px;
    margin-bottom: 0;
    border: 2px solid #d6e0e8 !important;
    
    height:  43px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    box-shadow: none;
    transition: none;

}

.inputtext::before
{
}

.inputtext::after
{
    content: '';
    display: block;
    clear: both;
}

select
{

    margin-top:20px;
    padding: 6px 12px;
    height: 60px;
    width: 544px;

    float: left;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;

    display: table-cell;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    border: 2px solid #d6e0e8 !important;
}

.vi input
{
    width: auto !important;
}

.vi
{
   
    color: black;
    font-weight: normal;
}

#recaptcha
{
    width: 302px;
    margin: auto;
    margin-top: 10px;
}

.submitbtn
{
    text-align:center;
}
.inputtext
{
    padding:5px;
    display: inline-block;
    margin-left: 75px;
}

@media only screen and (max-width : 480px) {
    .inputtext
    {
        width: 97%;
        margin: 0px auto;
        margin-left: auto;
        padding:0px;
    }
    #FieldsTable input[type="text"]{
        float:none;
        width:96%;
        padding:6px 2%;
    }
    select {
        float:none;
        width:100%;
        padding:6px 2%;
    }
    #FieldsTable textarea{
        float:none;
        width:96%;
        padding:6px 2%;
    }
    #FieldsTable{
        width:96%;
    }
    
}

@media only screen and (min-width : 481px) and (max-width: 768px) {
    .inputtext
    {
        width: 97%;
        margin: 0px auto;
        margin-left: auto;
        padding:0px;
    }
    #FieldsTable input[type="text"]{
        float:none;
        width:96%;
        padding:6px 2%;
    }
    select {
        float:none;
        width:100%;
        padding:6px 2%;
    }
    #FieldsTable textarea{
        float:none;
        width:96%;
        padding:6px 2%;
    }
    #FieldsTable{
        width:96%;
    }
}

@media only screen and (min-width : 769px) and (max-width: 1024px) {
    
#FieldsTable {
    width: 90%;
    margin: auto;
}
.inputtext {
    padding: 0px;
    display: inline-block;
    margin-left: 75px;
    margin: 0px;
    width: 46%;
    display: inline-block;
    margin-right:2%;
}
#FieldsTable input[type="text"]{
        float:none;
        width:96%;
        padding:6px 2%;
    }
    select {
        float:none;
        width:100%;
        padding:6px 2%;
    }
    #FieldsTable textarea{
        float:none;
        width:96%;
        padding:6px 2%;
    }
    .inputtext.Message{
            width: 95%;
    }

}

@media only screen and (min-width : 1025px) and (max-width: 1200px) {
    
#FieldsTable {
    width: 90%;
    margin: auto;
}
.inputtext {
    padding: 0px;
    display: inline-block;
    margin-left: 75px;
    margin: 0px;
    width: 46%;
    display: inline-block;
    margin-right:2%;
}
#FieldsTable input[type="text"]{
        float:none;
        width:96%;
        padding:6px 2%;
    }
    select {
        float:none;
        width:100%;
        padding:6px 2%;
    }
    #FieldsTable textarea{
        float:none;
        width:96%;
        padding:6px 2%;
    }
    .inputtext.Message{
            width: 95%;
    }

}