article ::-webkit-input-placeholder {
    opacity: 1;
    color: #bfbfbf;
}

article :-moz-placeholder {
    opacity: 1;
    color: #bfbfbf;
}

article ::-moz-placeholder {
    opacity: 1;
    color: #bfbfbf;
}

article :-ms-input-placeholder {
    opacity: 1;
    color: #bfbfbf;
}


html,
body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    background: #ffffff;
    color: #adadad;
    font-family: PingFang SC, Arial, sans-serif;
    font-size: 20px;
}

form {
    height: 100%;
}

article,
aside,
body,
div,
embed,
fieldset,
figcaption,
figure,
footer,
form,
header,
hgroup,
iframe,
ins,
nav,
object,
section,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt {
    border: 0px;
    outline: 0px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

table,
table td {
    padding: 0px;
    border: none;
    border-collapse: collapse;
}

header,
nav,
section,
article,
aside,
footer,
div,
main {
    display: block;
    box-sizing: border-box;
}

a img {
    border: 0px;
    outline: none;
}

a {
    color: #737476;
    text-decoration: none;
    border: 0px;
    outline: none;
    outline: 0px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

button,
textarea,
input[type="text"],
input[type="password"],
input[type="image"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"] {
    border: 1px solid #DEEAF6;
    background: #ffffff;
    margin: 0;
    height: 55px;
    outline: none;
    padding: 0px 0px 0px 8px;
    box-sizing: border-box;
    font-size: 14px;
    color: #BFBFBF;
}

select {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    background-color: #ffffff;
    border-radius: 0px;
}

.button_st1,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: PingFang SC, Arial, sans-serif;
    height: 50px;
    padding: 0px 32px;
    display: inline-block;
    box-sizing: border-box;
    background: #1F72B4;
    border: 0px;
}

a.button_st1 {
    line-height: 50px;
}

.button_st1:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background: #737476;
}

a:hover {
    text-decoration: none;
    color: #1F72B4;
}

button,
input,
select,
select option,
textarea {
    font-family: PingFang SC, Arial, sans-serif;
}

.arrow_down:hover:after,
.arrow_down:hover:before,
nav>ul>li>a:after,
header .logo img,
nav>ul,
nav>ul>li,
button,
input[type="submit"],
input[type="button"] {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

p {
    margin: 0px;
    padding: 0px 0px 20px 0px;
    line-height: 28px;
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0px;
    margin: 0px;
}

b,
strong {
    font-weight: 800;
}

h1 {
    font-size: 52px;
    font-weight: 300;
    line-height: 62px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.changepassword_page h1 {
    font-size: 44px;
    line-height: 54px;
}

h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 50px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    color: #000000;
}

h3 {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: normal;
    letter-spacing: 2px;
}

.text_list_st1 {
    margin-top: 0px;
}

header {
    width: 100%;
    position: relative;
    z-index: 9;
}

header .logo {
    position: relative;
    z-index: 100;
}

header .logo a {
    width: 220px;
    display: block;
}

header .logo a img {
    width: 100%;
    display: block;
}

nav {
    width: 100%;
    padding: 0px 140px;
    max-width: 1920px;
    display: flex;
    height: 146px;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

nav>ul {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    list-style: none;
    display: block;
    text-align: right;
}

nav>ul>li {
    padding: 0px;
    margin: 0px 0px 0px 36px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-weight: 300;
    font-size: 24px;
}

nav>ul>li:first-child {
    margin: 0px;
}

nav>ul>li>a {
    display: block;
    color: #DEEAF6;
    padding: 0px 0px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

nav>ul>li>a:after {
    display: block;
    width: 0px;
    margin: 3px auto 0px auto;
    height: 1px;
    content: "";
    background: #ffffff;
}

nav>ul>li>a.active,
nav>ul>li.active>a,
nav>ul>li>a:hover {
    color: #1F72B4;
}

nav>ul>li>a.active:after,
nav>ul>li>a:hover:after {
    width: 100%;
    background: #1F72B4;
}

.documents_page .main_nav {
    display: none;
}

header ul.user_nav,
.leftcol ul.user_nav,
.content_holder aside ul.user_nav {
    border-bottom: 1px solid #737476;
    padding-bottom: 1px;
    position: relative;
    padding: 0px;
    margin: 0px 0px 125px 0px;
    list-style: none;
}

header ul.user_nav {
    position: absolute;
    left: 88px;
    z-index: 2;
    top: 203px;
    text-align: left;
    width: 100%;
    max-width: 262px;
}

header ul.user_nav li,
.leftcol ul.user_nav li,
.content_holder aside ul.user_nav li {
    color: #ffffff;
    display: block;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    list-style: none;
}

header ul.user_nav li:first-child,
.leftcol ul.user_nav li:first-child,
.content_holder aside ul.user_nav li:first-child {
    padding-bottom: 60px;
    border-bottom: 1px solid #737476;
    color: #ffffff;
    margin-bottom: 18px;
    line-height: 28px;
}

header ul.user_nav li a,
.leftcol ul.user_nav li a,
.content_holder aside ul.user_nav li a {
    text-transform: none;
    color: #ffffff;
    text-transform: capitalize;
    padding: 0px;
    border: 0px;
}

header ul.user_nav li a:hover,
.leftcol ul.user_nav li a:hover,
.content_holder aside ul.user_nav li a:hover {
    color: #1F72B4;
    border: 0px !important;
}

ul.user_nav li span {
    display: block;
}

.change_password_link a,
.logout_link a {
    padding: 3px 0px 0px 35px !important;
    display: block;
}

.change_password_link a {
    background: url(../image/lock_icon.png) left top no-repeat;
}

.logout_link a {
    background: url(../image/logout_icon.png) left top no-repeat;
}


.main_fullpage {
    height: auto;
    display: table;
    width: 100%;
}

.home_page header {
    position: absolute;
    top: 0px;
    left: 0px;
}

.home_page .user_nav {
    display: none !important;
}

.main_container {
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
}

.login_page .wrapper {
    display: table-cell;
    padding: 120px 0px;
    vertical-align: middle;
    text-align: center;
}

.wrapper {
    padding: 0px 0px 0px 0px;
    width: 100%;
    min-height: 100%;
}

.checkbox_type {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.checkbox_type>input[type="checkbox"] {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0px;
    cursor: pointer;
    opacity: 0;
    z-index: 666;
}

.checkbox_type>input[type="checkbox"]+span {
    display: inline-block;
    width: 21px;
    height: 21px;
    border: 1px solid #737476;
    vertical-align: top;
    background: #ffffff;
    box-sizing: border-box;
}

.checkbox_type>input[type="checkbox"]:checked+span {
    background: #DEEAF6;
    border: 1px solid #DEEAF6 !important;
}

.checkbox_type>input[type="checkbox"]:checked+span:after {
    left: 7px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid #1F72B4;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
}

.title_page {
    display: none;
}

.banner {
    width: 100%;
    display: none;
}

.login_page .wrapper article {
    background: transparent;
    padding-left: 0px;
    padding-right: 0px;
}

.login_page .main_fullpage {
    margin: 0px;
    height: calc(100vh - 146px);
}

.main_container article {
    width: 100%;
    padding: 60px 88px 60px 528px;
    max-width: 1920px;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 400;
    color: #707070;
}

.main_container article h2 {
    color: #1F72B4;
}

.ie_css .main_container article {
    width: calc(100vw - 17px);
}

.changepassword_page .main_container article,
.documents_page .main_container article {
    padding-left: 0px;
}

.main_container article:before {
    position: fixed;
    width: 447px;
    background: linear-gradient(162deg, #04375c 0%, rgb(9, 65, 110, 0.66) 79%, rgb(0, 71, 129, 0.48) 100%);
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: block;
    content: "";
}

.login_page .main_container article {
    padding: 0px;
    max-width: 100%;
}

.login_page .main_container article:before {
    display: none;
}

.login_page footer {
    display: none;
}

.content_block .container {
    padding-top: 60px;
}

.modal_win {
    display: none;
}

.content_block {
    width: 100%;
}

.rightcol {
    padding-left: 81px;
}

.leftcol {
    white-space: normal !important;
    width: 447px;
    padding: 0px 88px;
    box-sizing: border-box;
}

.leftcol ul {
    display: none;
}

.rightcol .text,
.rightcol .twocol {
    width: 100%;
    max-width: 800px;
}

#duo_iframe {
    width: 100% !important;
    margin-top: 25px;
    border: 0px;
}

.login_page #duo_iframe {
    margin-top: 0px;
    max-width: 536px;
}

.changepassword_page #duo_iframe {
    width: calc(100% + 3px) !important;
}

.duo_iframe {
    margin-top: 10px;
    width: 100%;
    height: 328px;
    overflow: hidden;
    max-width: 800px;
}

.duo_iframe #duo_iframe {
    margin: -1px 0px 0px -1px;
}

.DuoText {
    font-size: 44px;
    font-weight: 300;
    line-height: 54px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.inputText {
    width: 100%;
}

.labelInput {
    padding-bottom: 3px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.twocol select {
    width: 100%;
    height: 50px;
    font-size: 16px;
}

.twocol select option {
    font-size: 16px;
}

.twocol .star {
    display: none !important;
}

.twocol h1 {
    display: none;
}

.required {
    padding-bottom: 10px;
    padding-top: 10px;
}

.buttons {
    padding-top: 10px;
}

.buttons input {
    margin-left: 0px !important;
}

/*Homepage*/

.home_page footer {
    padding: 0px 88px 0px 88px;
    margin: 0px auto;
    max-width: 1816px;
    width: 100%;
    color: rgba(255, 255, 255, 0.6);
    min-height: auto;
}

.home_page footer .container {
    padding: 30px 0px;
    border-top: 2px solid rgba(255, 255, 255, 0.6);
}

.home_page .main_container article:before {
    display: none;
}

.home_page .main_container article {
    padding: 0px;
    max-width: 100%;
}

.home_page .home_top_section {
    background: linear-gradient(162deg, #04375c 0%, rgb(9, 65, 110, 0.66) 79%, rgb(0, 71, 129, 0.48) 100%);
    height: 100vh;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.home_page .home_top_section h1 {
    margin: 0px;
    padding: 0px 0px 0px 22px;
    font-size: 36px;
    line-height: 1.4;
    width: 100%;
    color: #FFFFFF;
    letter-spacing: 0px;
    position: relative;
    font-weight: 100;
    max-width: 25em;
}

.home_page .home_top_section h1 span {
    display: block;
}

.left_border {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 2px;
    background: #FFFFFF;
    transform: translateY(-100px);
}

.home_page .home_top_section .container {
    display: flex;
    height: 100vh;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

.login_page nav,
.home_page nav {
    padding: 0px 140px;
    margin: 0px auto;
}

.home_page nav>ul>li>a {
    color: #ffffff;
}

.home_page nav>ul>li>a:hover,
.home_page nav>ul>li>a.active {
    color: #1F72B4;
}

.container {
    max-width: 1920px;
    padding: 50px 88px 50px 88px;
    margin: 0px auto;
    width: 100%;
}

.home_page .container {
    max-width: 1816px;
}

.content_block_st1 {
    width: 100%;
    background: #ffffff;
}

.content_block_st1 .container {
    padding: 150px 100px;
}

.content_block_st2 {
    color: #FFFFFF;
    width: 100%;
}

.content_block_st2 p a {
    color: #FFFFFF;
    text-decoration: none;
}

.content_block_st2 p a:hover {
    color: #FFFFFF;
}

.content_block_st2 p {
    color: #FFFFFF;
    opacity: 0.6;
}

a[href^="tel"] {
    color: inherit !important;
    text-decoration: none;
}

.aboutus_content {
    padding: 0px;
    margin: 0px auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.aboutus_content li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    box-sizing: border-box;
    width: 50%;
    font-size: 24px;
    font-weight: 300;
    color: #707070;
}

.aboutus_content li p {
    line-height: 1.4;
    margin-bottom: 25px;
}

.aboutus_content li .content:last-child p:last-child {
    margin-bottom: 0px;
    padding: 0px;
}

.aboutus_content li:first-child {
    padding-right: 113px;
}

.aboutus_content li h1 {
    color: #1F72B4;
}

.home_page [data-aos=fade-down] {
    transform: translateY(-40px);
}

.content_block_st2 .container {
    padding-top: 50px;
    padding-bottom: 0px;
}

.content_block_st2 .container p {
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 35px;
}

.content_block_st2 .container p+p {
    font-size: 18px;
    line-height: 28px;
}

.content_block_st2 p sup {
    font-size: 10px;
    line-height: 1px;
}

.content_block_st2 strong {
    font-weight: 500;
    color: #FFFFFF;
}

.home_page .content_block_st1 .container {
    position: relative;
}

.arrow_down {
    position: relative;
    display: block;
    width: 47px;
    height: 73px;
    cursor: pointer;
}

.arrow_down:after {
    display: inline-block;
    vertical-align: middle;
    border: solid #FFFFFF;
    border-width: 0px 2px 2px 0px;
    display: inline-block;
    padding: 16px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    left: 6px;
    bottom: 5px;
    content: "";
}

.arrow_down:before {
    height: 73px;
    width: 2px;
    background: #FFFFFF;
    position: absolute;
    left: 22px;
    bottom: 0px;
    content: "";
    display: block;
}

.arrow_down:hover:after {
    border-color: #ffffff;
}

.arrow_down:hover:before {
    background: #ffffff;
}

.button_holder_st2 {
    position: absolute;
    bottom: 33px;
    left: 50%;
    z-index: 2;
    width: 47px;
    transform: translateX(-50%);
}

.p_option_icon {
    z-index: 2;
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: -34px;
    vertical-align: middle;
    cursor: pointer;
    color: #707070;
}

.p_option_icon:before {
    display: inline-block;
    font-family: Font Awesome;
    content: "\f070";
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
    font-style: normal;
}

.p_option_icon.checked:before {
    content: "\f06e";
}

.pnlAddPhone {
    width: 100%;
    max-width: 600px;
}


.tf_lb_extension {
    display: none;
}

.tf_lb_extension label {
    display: block;
    margin-bottom: 5px;
}

.iti {
    display: block !important;
    width: 100%;
    margin-bottom: 24px;
}

.iti input[type="tel"] {
    height: 55px !important;
    width: 100%;
    font-size: 18px;
}

.tf_extension {
    width: 180px;
}

.tf_addphone_number {
    padding-top: 40px;
}

.tf_IsLandline {
    display: block;
    margin-bottom: 20px;
}

.tf_IsLandline input {
    margin-right: 7px;
}

.lnkCallMe {
    display: block;
    color: #1F72B4;
    margin-top: 6px;
    margin-bottom: 40px;
}

.pnl_tf_message {
    margin-bottom: 20px;
}

.login_page .login_form .pnl_tf_message {
    margin-bottom: 0px;
}

.login_page .login_form .tfaCode {
    margin-top: 20px;
}

.pnlCode input {
    width: 100%;
    max-width: 500px;
}

.pnlSendCode input {
    margin-right: 4px;
}

.pnlPhoneList {
    margin-bottom: 32px;
    width: 100%;
    max-width: 600px;
}

.phoneRow {
    padding: 10px 10px;
    border-bottom: 2px solid #CCCCCC;
    border-top: 2px solid #CCCCCC;
    margin-bottom: -2px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.phoneRow:hover {
    background: #ebebeb;
}

input[type="submit"].delete-phone-number {
    padding: 0px 12px;
    height: 28px;
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffffff;
}

.phoneRow span:nth-child(1) {
    width: calc(100% - 110px);
}

.phoneRow span:nth-child(2) {
    width: 110px;
    text-align: right;
}

.pnlProviders {
    width: 100%;
}

.pnlProviders select {
    font-size: 18px;
}

.pnlProviders input[type="button"] {
    margin-right: 10px;
}

.pnl_provider_login input[type="text"],
.pnlProviders input[type="text"] {
    margin-bottom: 20px;
}

.access_box .pnlTwoFactorCode h1 {
    font-size: 52px;
    line-height: 62px;
    margin-bottom: 10px;
}

.msgTwoFactorProvider {
    margin-bottom: 20px;
}

input[type="button"].btnCallMe {
    background-image: url(../image/incoming_call.png);
    background-repeat: no-repeat;
    background-position: 30px center;
    padding-left: 60px;
    min-width: 180px;
    box-sizing: border-box;
}

input[type="button"].btnTextMe {
    background-image: url(../image/m_text_icon.png);
    background-repeat: no-repeat;
    background-position: 30px center;
    padding-left: 60px;
    min-width: 180px;
    box-sizing: border-box;
}

input[type="button"].btnEmailMe {
    background-image: url(../image/m_email_icon.png);
    background-repeat: no-repeat;
    background-position: 30px 17px;
    padding-left: 60px;
    min-width: 180px;
    box-sizing: border-box;
}

.pnlProviders_container {
    overflow: hidden;
    width: 100%;
    border: 1px solid #DEEAF6;
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
    display: block;
    max-width: 370px;
    height: 50px;
    line-height: normal;
}

.touch .iOs_fix .pnlProviders_container {
    background-color: #ffffff;
    background-image: url(../image/dd_arrow.png);
    background-repeat: no-repeat, repeat;
    background-position: right .6em top 50%, 0 0;
}

.iOs_fix .select_container {
    max-width: 370px;
    height: 50px;
    width: 100%;
}

.pnlProviders ul {
    margin: 0px 0px 0px -1px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 2px);
    text-align: left;
    font-size: 18px;
    color: #BFBFBF;
    z-index: 1;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #DEEAF6;
    border-top: 0px;
}

.pnlProviders ul li {
    padding: 0px;
    margin: 0px 0px;
    list-style: none;
    display: none;
    order: 2;
    width: 100%;
    position: relative;
    z-index: 2;
    background: #ffffff;
    color: #DEEAF6;
    line-height: 38px;
    box-sizing: border-box;
    cursor: pointer !important;
}

.pnlProviders ul li:hover {
    color: #1F72B4;
}

.pnlProviders ul li.active {
    line-height: 53px;
    border-bottom: 1px solid #DEEAF6;
    display: block;
    order: 1;
    background: transparent;
    color: #BFBFBF;
}

.pnlProviders .show {
    overflow: visible;
}

.pnlProviders .show li {
    display: block;
}

.pnlProviders ul li label {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding-left: 8px;
    cursor: pointer;
}

.pnlProviders ul li label input {
    display: none;
}

.arrow_dd {
    display: block;
    height: 53px;
    width: 30px;
    background: transparent;
    z-index: 3;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.arrow_dd:before {
    content: "";
    margin-left: 2px;
    vertical-align: middle;
    border: solid #bfbfbf;
    border-width: 0px 1px 1px 0px;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: inline-block;
    border-top-color: #BFBFBF !important;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -10px;
    vertical-align: middle;
}

.login_page .pnlProviders_container {
    border-color: #ffffff;
    color: #DEEAF6;
}

.login_page .pnlProviders ul li.active {
    color: #DEEAF6;
}

.login_page .arrow_dd {
    border-top-color: #ffffff !important;
}

.login_page .pnlProviders ul {
    border-color: #ffffff;
}

footer {
    width: 100%;
    padding: 0px 88px 0px 528px;
    max-width: 1920px;
    min-height: 150px;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    color: #1F72B4;
}

.tgprivacypolicy_page footer {
    color: #707070;
}

footer .container {
    border-top: 1px solid #cccccc;
    width: 100%;
    padding: 30px 0px;
    display: flex;
    flex-wrap: wrap;
}

footer .container p {
    padding: 0px;
    line-height: 17px;
    font-size: 12px;
    width: 100%;
    order: 1;
}

footer .container p br {
    display: none;
}

.footer_nav {
    padding: 0px;
    margin: 20px 0px 0px 0px;
    list-style: none;
    order: 2;
}

.footer_nav li {
    display: inline-block;
    padding: 0px;
    margin: 0px 30px 0px 0px;
    list-style: none;
    font-size: 12px;
    vertical-align: top;
}

.footer_nav li a {
    color: rgba(255, 255, 255, 0.6);
}

.footer_nav li a:hover {
    color: #FFFFFF;
}

.tgprivacypolicy_page .footer_nav li a {
    color: #707070;
}

.tgprivacypolicy_page .footer_nav li a:hover {
    color: #000000;
}

.changepassword_page article>p {
    display: none;
}

.documents_page .main_container .content_rightcol p {
    font-size: 21px;
    font-weight: 300;
}

.menu_button {
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff !important;
    z-index: 100;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 26px;
    box-sizing: border-box;
    border-bottom: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
}

.menu_button:after,
.menu_button:before {
    height: 2px;
    background: #FFFFFF;
    width: 30px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: block;
    content: "";
    transform: rotate(0deg);
    transition: transform .25s;
}

.tgprivacypolicy_page .menu_button {
    color: #1F72B4 !important;
    border-bottom: 2px solid #1F72B4;
    border-top: 2px solid #1F72B4;
}

.tgprivacypolicy_page .menu_button:after,
.tgprivacypolicy_page .menu_button:before {
    background: #1F72B4;
}

.menu_button.open {
    border: 0px;
}

.menu_button.open:before {
    transform: rotate(45deg);
    width: 34px;
}

.menu_button.open:after {
    transform: rotate(-45deg);
    bottom: 0px;
    width: 34px;
}

.homeFooter {
    background: linear-gradient(162deg, #04375c 0%, rgb(9, 65, 110, 0.66) 79%, rgb(0, 71, 129, 0.48) 100%);
}

.nav-right {
    position: relative;
}

.expand {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: max-content;
    opacity: 0;
    transition: all ease .3s;
    pointer-events: none;
}

.expand.open {
    opacity: 1;
    pointer-events: visible;
}

.expand a {
    display: block;
    padding-right: 70px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #FFFFFF;
}

.tgprivacypolicy_page .expand a {
    color: #1F72B4;
}

.expand a:hover {
    font-weight: 800;
}

@media (max-width: 1770px) {
    .aboutus_content li:first-child {
        padding-right: 120px;
    }
}

@media (max-width: 1600px) {
    body {
        font-size: 18px;
    }

    header ul.user_nav,
    .leftcol ul.user_nav,
    .content_holder aside ul.user_nav {
        margin-bottom: 121px;
    }

    .documents_page .main_container .content_rightcol p {
        font-size: 20px;
        font-weight: normal;
    }
}

@media (max-width: 1454px) {

    header ul.user_nav li:first-child,
    .leftcol ul.user_nav li:first-child,
    .content_holder aside ul.user_nav li:first-child {
        padding-bottom: 88px;
    }
}

@media (max-width: 1500px) {

    textarea,
    input[type="text"],
    input[type="tel"],
    input[type="number"],
    input[type="password"],
    input[type="email"],
    .button_st1,
    input[type="submit"],
    input[type="button"] {
        font-size: 14px;
    }

    .main_container article:before {
        width: 391px;
    }

    .leftcol {
        width: 391px;
        padding: 0px 60px;
    }

    header ul.user_nav {
        left: 60px;
    }

    .rightcol {
        padding-left: 60px;
    }

    nav {
        padding: 0px 60px;
    }

    .main_container article {
        padding-right: 60px;
    }

    .main_container article {
        padding-left: 456px;
    }

    footer {
        width: 100%;
        padding: 0px 60px 0px 456px;
        min-height: 90px;
    }

    .home_page footer,
    .login_page nav,
    .home_page nav {
        padding: 0px 60px;
    }

    .container {
        padding-left: 60px;
        padding-right: 60px;
    }

    .aboutus_content li:first-child {
        padding-right: 120px;
    }

    .home_page .home_top_section h1 {
        font-size: 32px;
    }
}

@media (max-width: 1420px) {

    textarea,
    input[type="text"],
    input[type="tel"],
    input[type="number"],
    input[type="password"],
    input[type="email"],
    .button_st1,
    input[type="submit"],
    input[type="button"] {
        font-size: 13px;
    }

    .arrow_down {
        height: 49px;
    }

    .arrow_down:before {
        height: 49px;
        left: 16px;
    }

    .arrow_down:after {
        padding: 10px;
        bottom: 2px;
    }
}

@media (max-width: 1500px) {
    .home_page .home_top_section h1 {
        padding-left: 15px;
    }

    h2 {
        font-size: 28px;
        line-height: 36px;
    }

    h3 {
        font-size: 21px;
        letter-spacing: 1px;
        margin-bottom: 12px;
    }

    .aboutus_content li {
        font-size: 21px;
    }

    .content_block_st2 .container p {
        font-size: 18px;
        line-height: 27px;
    }

    .content_block_st2 .container {
        padding-top: 43px;
    }

}


@media (max-width: 1300px) {
    .container {
        padding-left: 45px;
        padding-right: 45px;
    }

    .login_page .container,
    .home_page .container {
        padding-left: 60px;
        padding-right: 60px;
    }

    .main_container article:before {
        width: 361px;
    }

    .leftcol {
        width: 361px;
        padding: 0px 45px;
    }

    header ul.user_nav {
        left: 45px;
    }

    .rightcol {
        padding-left: 45px;
    }

    nav {
        padding: 0px 45px;
    }

    .main_container article {
        padding-right: 45px;
    }

    .main_container article {
        padding-left: 406px;
    }

    footer {
        width: 100%;
        padding: 0px 45px 0px 406px;
        min-height: 90px;
    }

    .aboutus_content li:first-child {
        padding-right: 90px;
    }

}

@media (max-width: 1350px) {

    .access_box .pnlTwoFactorCode h1,
    .DuoText,
    h1,
    .changepassword_page h1,
    .access_box h1 span {
        font-size: 34px;
        line-height: 44px;
    }

    textarea,
    input[type="text"],
    input[type="tel"],
    input[type="number"],
    input[type="password"],
    input[type="email"] {
        letter-spacing: 0.5px;
    }

    .button_st1,
    input[type="submit"],
    input[type="button"] {
        letter-spacing: 0.5px;
    }
}

@media (max-width: 1200px) {
    .main_container article:before {
        display: none;
    }

    header {
        height: auto;
    }

    .tgprivacypolicy_page header {
        background-color: #003158;
    }

    nav>ul>li>a {
        color: #ffffff;
    }

    footer .container {
        padding: 25px 0px;
    }

    .leftcol {
        display: block;
        width: 100%;
        background: #DEEAF6;
        padding-bottom: 25px;
    }

    .rightcol {
        display: block;
        width: 100%;
        padding-top: 40px;
        padding-right: 40px;
        box-sizing: border-box;
    }

    footer {
        padding-left: 25px;
    }

    ul.user_nav li span {
        display: inline;
    }

    .main_container article {
        padding: 60px 40px 60px 40px;
    }

    .changepassword_page .main_container article,
    .documents_page .main_container article {
        padding: 0px 0px 60px 0px;
    }

    .main_nav {
        margin-bottom: 25px;
    }

    header ul.user_nav li:first-child,
    .leftcol ul.user_nav li:first-child,
    .content_holder aside ul.user_nav li:first-child {
        padding-bottom: 15px;
        padding-top: 25px;
    }

    .main_fullpage {
        margin-bottom: 0px;
        height: auto;
    }

    header ul.user_nav {
        position: static;
        max-width: 100%;
        padding: 0px 40px 25px 40px;
        box-sizing: border-box;
        margin: 0px;
    }

    header ul.user_nav,
    .leftcol ul.user_nav,
    .content_holder aside ul.user_nav {
        margin-bottom: 20px;
    }

    .documents_page .main_container .content_rightcol p {
        font-size: 18px;
    }

    .aboutus_content li:first-child {
        padding-right: 50px;
    }
}

@media (max-width: 1050px) {
    h2 {
        font-size: 24px;
        line-height: 32px;
    }

    h3 {
        font-size: 20px;
    }

    .aboutus_content li {
        font-size: 20px;
    }

    .aboutus_content li:first-child {
        padding-right: 40px;
    }
}

@media (max-width: 992px) {

    .home_page footer,
    .login_page nav,
    .home_page nav {
        padding: 0px 25px;
    }

    .user_nav {
        display: none !important;
    }

    header,
    nav {
        height: 75px;
    }

    .login_page .container,
    .home_page .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .container {
        padding: 47px 25px;
    }

    .aboutus_content li {
        width: 100%;
    }

    .aboutus_content li:first-child {
        padding-right: 0px;
        padding-bottom: 25px;
    }

    .aboutus_content li p {
        padding-bottom: 40px;
    }

    .leftcol {
        padding: 0px 25px 25px 25px;
    }

    .rightcol {
        padding: 40px 25px 0px 25px;
    }

    .content_block_st2 p a {
        text-decoration: none;
    }

    .content_block_st1 .container {
        padding: 70px 25px;
    }
}

@media (max-width: 900px) {
    .home_page .home_top_section h1 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 740px) {
    .login_page .wrapper {
        padding: 20px 0px;
        vertical-align: top;
    }

    .nav-right {
        position: static;
    }

    .expand {
        left: 0;
        top: 100%;
        transform: none;
        width: 100%;
        background-color: #ffffff;
        flex-wrap: wrap;
        box-shadow: 0 0 5px #999;
    }

    .expand a {
        color: #000000;
        display: block;
        width: 100%;
        padding: 10px 20px;
        border-bottom: 1px solid #f3f3f3;
    }
}

@media (max-width: 450px) {
    header .logo a {
        width: 140px;
    }

    .buttons input {
        width: 100%;
        margin-bottom: 10px;
    }

    .menu_button {
        width: 24px;
        height: 20px;
    }

    .menu_button:before,
    .menu_button:after {
        width: 24px;
    }

    .menu_button.open:before,
    .menu_button.open:after {
        width: 28px;
    }

    input[type="submit"].delete-phone-number {
        font-size: 14px;
        padding: 0px 10px;
    }
}


@media (max-width: 639px) {
    .arrow_down {
        height: 40px;
    }

    .arrow_down:after {
        left: 8px;
        padding: 9px;
        bottom: 2px;
    }

    .arrow_down:before {
        height: 40px;
        left: 17px;
    }

    .footer_nav li {
        margin: 0px 0px 5px 0px;
        width: 100%;
    }

    .home_page .home_top_section .container,
    .home_page .home_top_section {
        height: auto;
        min-height: 88vh;
        max-height: 736px;
    }

    .home_page .home_top_section h1 br {
        display: none;
    }

    .home_page .home_top_section h1 {
        padding-left: 20px;
    }

    h2 {
        font-size: 18px;
        line-height: 28px;
    }

    h3 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .aboutus_content li {
        font-size: 19px;
    }

    .aboutus_content li p {
        line-height: 18px;
        line-height: 1.4;
        padding-bottom: 23px;
    }

    .content_block_st2 .container p+p {
        font-size: 14px;
        line-height: 23px;
    }

    .twocol select,
    .twocol select option {
        font-size: 14px;
    }

    .main_container article {
        font-size: 14px;
    }

    .aboutus_content li:first-child h2 {
        font-size: 21px;
    }
}

@media (max-width: 440px) {
    .home_page .home_top_section h1 {
        font-size: 20px;
        line-height: 35px;
    }

    .twocol select,
    .twocol select option {
        font-size: 11px;
    }

    .access_box .pnlTwoFactorCode h1,
    .changepassword_page h1,
    .DuoText,
    h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .pnlSendCode input[type="submit"],
    .pnlSendCode input[type="button"],
    .pnlProviders input[type="submit"] {
        margin-right: 0px;
        margin-bottom: 20px;
        display: block;
    }

    .pnlProviders input[type="submit"],
    .pnlProviders input[type="button"] {
        margin-bottom: 20px;
    }
}

@media (max-width: 370px) {
    .home_page .home_top_section h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .phoneRow span:nth-child(1),
    .phoneRow span:nth-child(2) {
        width: 100%;
        text-align: left;
    }

    .phoneRow span:nth-child(1) {
        padding-bottom: 12px;
    }
}

@media (max-width: 370px) {
    .home_page .home_top_section h1 {
        font-size: 22px;
        line-height: 30px;
    }
}

.container_section_settings {
    text-align: left;
    position: relative;
    z-index: 99;
}

.main_container>.container_section_settings {}

.login_page .main_container>.container_section_settings {
    top: auto;
}