/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: 'Lato', sans-serif;
}

a {
    text-decoration: none !important;
}
p{
    line-height: 25px;
}

.m-b {
    margin-bottom: 90px;
}

.p-t-b {
    padding: 100px 0px !important;
}

.p-t-70 {
    padding-top: 70px !important;
}

.m-Top-50 {
    margin-top: 50px !important;
}

.m-bottom-50 {
    margin-bottom: 50px !important;
}

.p-top-20 {
    padding-top: 20px !important;
}

.p-top-30 {
    padding-top: 30px !important;
}

.p-top-40 {
    padding-top: 40px !important;
}

.p-top-60 {
    padding-top: 60px !important;
}
/* .wrapper{
    overflow-x: hidden;
} */


/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.top_header_
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrapper
{
    padding: 1rem 0px;
}
.left.box label{
    margin-bottom: 1rem;
}
.para_wrapper {
    padding: 1rem 0px;
    background: #2e3192;
    color: white;
    text-align: center;
    margin: 2rem 0px;
    line-height: 25px;
}
.inside_box_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.input_box {
    flex: 1;
    flex-basis: 35%;
    padding: 15px 20px 15px 0px;
    display: flex;
}
.input_box label {
    flex: 2;
    font-size: 15px;
    align-items: center;
    justify-content: left;
    display: flex;
}
.input_box input{
flex: 3;
border-radius: 0px;
box-shadow: none;
}
.input_box:last-child label {
    flex: 1.15;
}
.input_box:last-child textarea.form-control {
    flex: 5;
}
textarea.form-control{
    box-shadow: none;
    border-radius: 0px;
}
.input_inside{
    border:0px;
    border-bottom: 1px solid #ccc; 
}
.input_inside:hover, .input_inside:focus{
    outline: none;
}
input.input_inside{
    font-weight: 700;
    margin: 0px 10px;
}
.box_wrapper p{
    line-height: 30px;
}
.box_wrapper{margin-top: 2rem;}
.box_wrapper b{font-weight: 700;}
.table_box{
    padding: 2rem 0px;
}
.table_wrapper thead{
    background: #2e3192;
    color: white;
    text-align: center;
}
.wrapper_box {
    display: flex;
    margin: 15px 0px;
}
.wrapper_box .box:first-child{
    background: #2e3192;
    color: white;
        text-align: left;
}
.wrapper_box .box {
    flex: 1;
    border: 1px solid #ccc;
    padding: 10px 24px;
        text-align: right;
}

.important p{
    line-height: 21px;
    font-style: italic;
}
#submit {
    background: #2e3192;
    border: 1px solid #2e3192;
    color: white;
    padding: 10px;
    font-size: 16px;
    /* text-transform: uppercase; */
    text-align: center;
    margin: auto;
    position: relative;
    display: table;
    right: auto;
    bottom:auto;
    margin-top: 1rem;
}
.mt-2{
    margin-top: 2rem;
}
.input_box label.error
{
        color: red;
        margin: 0px 10px;
}
input.input_inside{
    text-align: center;
}
.enclose_date{
    width: 150px;
    display: inline-block;
    margin: 0px 20px;
}
.enclose_box p{
    display: inline-block;
}

.enclose_date #enclose_date
{
        border: none;
    outline: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
}

.enclose_date #enclose_posted_date
{
        border: none;
    outline: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
}
.enclose_date .input-group-addon:last-child
{
        background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
}
.box_wrapper.enclose_box{
    line-height: 35px;
        text-align: justify;
}
/*.right.box{
    width:15%;
}
*/
.right.box label
{
        display: inline-block;
    margin-bottom: 0.4rem;

}

.top_header_ .box {
    flex: 1;
}
.top_header_ .center.box{
    text-align:center;
}
.inside_right_date
{
    width: 52%;
    margin: auto 35px auto auto;
}
.top_header_ h1
{
    font-size: 27px;
    text-transform: uppercase;
    color: #2e3192;
    font-weight: 900;
}
.content {
    margin-top: 3rem;
}
.logo img
{
    position: relative;
    left: -19px;
}
.input_box.cus-align select#countrycode {
    flex: 0.8;
    border-radius: 0px;
    box-shadow: none;
}
.input_box.cus-align input {
    flex: 2;
}
.input_box.cus-align label {
    flex: 2;
}
.input-group-addon:last-child{
    cursor:pointer;
}
/*.table_wrapper tbody tr td:last-child{
    width:110px;
}*/
.table_wrapper tbody tr td:last-child select {
    border: none;
    box-shadow: none;
}
p {
    text-align: justify;
}
.para_wrapper p{
    text-align: center;
}

button#submit:hover {
    background: white;
    border: 1px solid #2e3192;
    color: #2e3192;
}


@media (max-width: 768px) {
    .input_box{
        flex-basis: 100%;
    }
    .top_header_{
        display:block;
    }

    .top_header_ .center.box {
    text-align: center;
    margin: 1rem 0px;
    }
    .logo{
        text-align: center;
    }
    .logo img {
    position: relative;
     left: auto; 
    }
    .top_header_ h1{
            font-size: 20px;
    }
    .input_box label {
    font-size: 14px;
    line-height: 20px;
    }
    .input_box:last-child textarea.form-control {
        flex: 3;
    }
    .input_box:last-child label {
        flex: 2;
    }
    .input_box.cus-align select#countrycode {
        flex: 0.8;
        padding: 6px;
    }
    .para_wrapper p {
        font-size: 13px;
        margin: 1rem 0px;
        line-height: normal;
    }
    #submit{
        padding: 10px;
        font-size: 15px;
    }
    .inside_right_date {
        text-align: center;
        width: 30%;
        margin: auto auto auto auto;
    }
}

@media (max-width: 475px) {
    .inside_right_date {
        width: 50%;
    }
    .table_wrapper .table>tbody>tr>td, .table_wrapper .table>tbody>tr>th, .table>tfoot>tr>td, .table_wrapper .table>tfoot>tr>th, .table_wrapper .table>thead>tr>td, .table_wrapper .table>thead>tr>th {
        font-size: 14px;
    }
    .table_scroll
    {
        overflow: hidden;
    overflow-x: scroll;
    }
    #submit {
    right: auto;
    bottom: auto;
    }
}