html,
body {
    background: #ffffff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-size: 18px;
    font-weight: 400;
    color: #1d286a;
    font-family: Arial, Helvetica, sans-serif !important;
    position: relative;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.line {
    height: 1px;
    background-color: rgb(179, 179, 179);
}

#div_1 {
    margin-top: 10px;
}

#div_1_sec {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}

#div_1_sec img {
    width: 135px;
    height: 50px;
}

#div_1_sec button {
    float: right;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    border: 0px;
    background-color: orange;
    padding: 8px 8px;
    color: #ffffff;
    border-radius: 4px;
}

#div_2_sec {
    background-image: url('//cdn2.impact.com/display-refbylogo-image/736998__v4abc823.gif');
    margin-bottom: 80px;
}

#div_2_content {
    width: 100%;
    opacity: 0.90;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow-y: auto;
    float: right;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-right: 20px;
}

#div_2_content h6 {
    margin-top: 25px;
    margin-bottom: 25px;
    color: black;
    font-size: 25px;
    margin-left: 10px;
    margin-right: 10px;
}

#div_2_content p {
    margin-top: 15px;
    margin-bottom: 90px;
    color: black;
    font-size: 22px;
    margin-left: 10px;
    margin-right: 10px;
}

#div_3_content h2 {
    font-size: 45px;
    font-weight: 400;
}

#div_3_content p {
    margin-top: 50px;
    font-size: 25px;
    margin-bottom: 50px;
}

#div_4_content {
    margin-bottom: 60px;
}

#countrySelect {
    width: 400px;
    float: right;
    font-size: 22px;
}



#div_15_content {
    font-size: 20px;
    margin-top: 20px;
}

.trackerHeading {
    font-size: 20px;
    width: 100%;
    display: table;
    background-color: #9098A1;
    color: #fff;
    padding: 15px 25px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-sizing: border-box;
}

.trackerMinimize {
    width: 100%;
    display: table;
    background-color: #9098A1;
    padding: 0px 25px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    float: right;
}

.trackerContent {
    padding: 30px 25px
}

.io_diff_table {
    font-size: 16px;
    width: 100%;
    margin-top: 20px;
    background: #edeced;
    padding: 10px 20px;
    text-align: left;
    text-transform: uppercase;
    box-sizing: border-box;
    font-size: 14px;
}

#two_field_inp {
    width: 84%;
}

.checkbox-container {
    width: 100%;
    margin-bottom: 10px;
}

#preference1 {
    margin-right: 10px;
}

.line_3 {
    height: 2px;
    background-color: #dddddd;
    margin-top: 50px;
    margin-bottom: 20px;
}

.cancel {
    border: 0px;
    color: #003366 !important;
    padding: 10px 10px;
    border-radius: 5px;
    background-color: #FFFFFF;
    font-size: 25px;
}

.cancel:hover {
    cursor: pointer;
    background-color: #9098A1;
}

.submit {
    border: 0px;
    background-color: #e07f23;
    color: #ffffff !important;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 25px;
}

#div_17 {
    margin-bottom: 20px;
}

.h5-line {
    border-bottom: 1px solid rgb(202, 201, 201);
    margin-top: 20px;
    margin-bottom: 20px;
}

label{
    font-weight: lighter
}