@font-face {
    font-family: 'Raleway-Regular';
    src: url('../css/fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'), url('../css/fonts/Raleway-Regular.woff') format('woff'), url('../css/fonts/Raleway-Regular.ttf') format('truetype'), url('../css/fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../css/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../css/fonts/Roboto-Regular.woff') format('woff'), url('../css/fonts/Roboto-Regular.ttf') format('truetype'), url('../css/fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
    height: 100%;
}
body {
    font-family: 'Raleway-Regular', sans-serif;
    position: relative;
    min-height: 100%;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:focus {
    outline: none;
}
a {
    color: inherit;
    text-decoration: none;
}
ul li {
    list-style: none;
}
section.login-block {
    height: 100vh;
    width: 100%;
    background: #00274f;
    color: white;
    display: flex;
    flex-wrap: wrap;
}
.log-rgt.log-rgt.register-rg {
    height: 100vh;
    overflow-y: scroll;
}
.log-rgt.log-rgt.register-rg .log-footer {
    position: relative;
    bottom: -2%;
}
.log-lft {
    width: 30%;
    text-align: center;
}
.log-rgt {
    width: 77%;
    background: white;
    color: black;
    position: relative;
}
.log-lft {
    width: 22%;
    text-align: center;
    background: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.logo {
    margin-top: 56px;
}
.bottom-data {
    position: absolute;
    bottom: 38px;
    width: 60%;
    right: 0;
    left: 0;
    margin: auto;
}
.bottom-data p {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}
.log-form h1 {
    color: #00274f;
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 39px;
}
.log-form input[type="text"],
.log-form input[type="password"],
.log-form input[type="email"],
.register-form input,
.register-form select {
    border: none;
    width: 100%;
    border-bottom: solid 2px #8080808c;
    padding: 12.5px 4.5px;
    font-size: 18px;
    line-height: 21px;
    font-weight: lighter;
    font-family: 'Raleway-Regular', sans-serif;
}
.log-form form div {
    position: relative;
    margin-bottom: 40px;
}
.empty {
    color: #c3c3c3;
}
.search-data-empty {
    color: #808080;
}
option {
    color: black;
}
::placeholder {
    color: #c3c3c3;
}
.log-form form {
    position: relative;
}
.psw-eye,
.perdonal-info-form form div .fa.fa-eye,
.register-form form div .fa.fa-eye,
.register-form form div .fa.fa-eye-slash,
.perdonal-info-form form div .fa.fa-eye-slash {
    position: absolute;
    right: 7px;
    margin-top: 16px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #808080;
}
.log-form input[type="radio"] {
    margin-right: 7px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.log-form label {
    color: #6c6c6c;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
}
.forget-psw {
    float: right;
    right: 0;
    color: #00274f;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
}
.log-form .login {
    display: block;
    border-radius: 14px;
    background: #00afca;
    border: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    margin-left: 10px;
    margin-top: 30px;
    padding: 14px 103px;
    cursor: pointer;
    width: auto;
    font-family: 'Raleway-Regular', sans-serif;
}
.log-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 55px 30px 37px;
    background: #e8e8e8;
    display: flex;
    justify-content: space-between;
}
.log-footer p {
    color: #00274f;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
}
.log-footer p a {
    color: #00afca;
    font-weight: 600;
    text-decoration: underline;
}
.log-footer span {
    color: #00274f;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
}
.log-footer span a {
    text-decoration: underline;
}
.log-form .login:hover {
    background: #00274f;
}
a,
.log-form .login,
button,
.head-btn ul li ul {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}
.log-footer p a:hover {
    color: #00274f;
}
.log-footer span a:hover {
    color: gray;
}
.log-form {
    width: 55%;
    margin: auto;
    transform: translateY(-50%);
    margin-top: -64px;
    top: 50%;
    position: relative;
}
.log-form.register-form {
    width: 80%;
    transform: translate(0);
    top: 0;
    margin: 100px auto 50px;
}
.log-form.register-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.log-form.register-form div,
.log-form.register-form div {
    width: 49%;
    margin-bottom: 20px;
}
.log-form.register-form input:nth-last-child(2),
.log-form.register-form input:nth-last-child(3) {
    margin-bottom: 0;
}
.log-form.register-form .login {
    margin-left: 0;
}
.log-form.register-form .login {
    padding: 14px 91px;
}
.log-form input~.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #4444446e;
    transition: 0.4s;
}
.log-form input:focus~.focus-border {
    width: 100%;
    transition: 0.4s;
}
.log-form.register-form select {
    padding-left: 0;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    font-family: 'Raleway-Regular', sans-serif;
}
.log-form.register-form select option {
    font-size: 18px;
    font-family: 'Roboto-Regular', sans-serif;
}
/*index page*/


/*menu*/
.mo-menu {
    float: left;
    width: 65%;
    display: none;
    position: fixed;
    background: #00274f;
    height: 100%;
    z-index: 999;
    box-sizing: border-box;
    padding: 30px 3.5%;
    box-shadow: 0 0 10px #85888C;
    right: 0;
    color: white;
    transform: translate3d(100%, 0px, 0px);
    visibility: visible;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.mystyle {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.mo-inner-menu {
    float: left;
    width: 100%;
    padding: 0 3.5%;
    box-sizing: border-box;
    position: fixed;
    background: #fff;
    z-index: 999;
    height: 100%;
    display: none;
}
.inner-menu-head a#back-manu {
    float: left;
    width: auto;
    margin-top: 6px;
}
.inner-menu-head a#close-manu {
    float: right;
    width: auto;
    padding: 4px;
}
.mo-inner-menu ul li {
    float: left;
    width: 100%;
}
.mo-inner-menu ul li a {
    float: left;
    width: 100%;
    font-size: 2.2em;
    line-height: 20px;
    color: #012c47;
    font-weight: 700;
    padding: 7px 0;
}
.mo-inner-menu .mo-sub-menu {
    float: left;
    display: none;
    margin-top: 0 !important;
    width: 100%;
    padding: 5px 10px 5px 20px;
    box-sizing: border-box;
}
.c-hamburger.c-hamburger--htx {
    display: none;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background: none;
    cursor: pointer;
    position: fixed;
    right: 2.5%;
    top: 20px;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    z-index: 11;
    border: none;
    z-index: 999;
}
button.c-hamburger.c-hamburger--htx.is-active i {
    display: none;
}
.c-hamburger span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0px;
    height: 3px;
    background: transparent;
    width: 28px;
    float: right;
    transform: translate(-50%, -50%);
    font-size: 0;
}
.c-hamburger--htx.is-active span {
    background: none;
}
button.c-hamburger.c-hamburger--htx i {
    color: #00274f;
    font-size: 18px;
}
.c-hamburger.c-hamburger--htx.is-active span {
    width: 20px;
}
.c-hamburger span::before {
    top: -8px;
}
.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: transparent;
    content: "";
}
button.c-hamburger.c-hamburger--htx.is-active span::before,
button.c-hamburger.c-hamburger--htx.is-active span::after {
    background-color: #ffffff;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    -moz-transition-duration: 0.3s, 0.3s;
    -ms-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    -moz-transition-delay: 0.3s, 0s;
    -ms-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}
.c-hamburger--htx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
    -moz-transition-delay: 0s, 0.3s;
    -ms-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}
.c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}
.c-hamburger--htx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*home*/

tr:nth-child(odd) {
    background-color: #f3f3f3;
}
.main-index {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    overflow-y: scroll;
}
section.indx-lft {
    width: 20%;
    text-align: center;
    box-shadow: 5px 2px 5px rgba(211, 211, 211, 0.5);
    position: relative;
    padding: 0 17px;
}
section.indx-rgt {
    width: 80%;
}
.main-logo {
    margin-top: 18px;
    text-align: left;
}
.footer-block {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.footer-block span {
    display: block;
    color: #808080;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 6px;
}
.search-data {
    /*margin-top: 57px;*/
    margin-top: 20px;
    text-align: left;
}
header .search-data {
    width: 450px;
    float: left;
    margin-top: 0px;
    position: absolute;
    left: 17px;
}
.search-data h2 {
    color: #00274f;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 5px;
}
header .search-data h2 {
    float: left;
    width: 70px;
    line-height: 33px;
}
.search-data form label {
    float: left;
    margin-top: 6px;
    color: #00274f;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 5px;
}
.search-data form input,
.search-data form select {
    width: 100%;
    padding: 5px 0;
    border: solid 1px #808080;
    margin-bottom: 10px;
    font-size: 13px;
    font-family: 'Raleway-Regular', sans-serif;
}
.search-data form input {
    /*margin-bottom: 9px;*/
    padding: 5px 7px;
}
.search-data form {
    position: relative;
}
header .search-data form {
    width: calc(100% - 70px);
    float: right;
}
.search-data form i {
    position: absolute;
    right: 7px;
    color: #808080;
    font-size: 18px;
    line-height: 26px;
}
.search-data form i.far.fa-calendar-alt {
    font-size: 12px;
}
button {
    cursor: pointer;
}
.search-data ::placeholder,
.rgt-form ::placeholder {
    color: #808080;
}
.login,
.login,
button[type="reset"],
.search-data form input[type="submit"] {
    border-radius: 10px;
    background: #00afca;
    color: #ffffff;
    font-size: 16px;
    /*font-weight: 600;*/
    line-height: 21px;
    border: none;
    padding: 5px 0;
    width: 100%;
    margin-top: 1px;
    font-family: inherit;
    /*text-transform: uppercase;*/
}
.login:hover,
.search-data form input[type="submit"]:hover {
    background: #00274f;
    cursor: pointer;
}
.indx-rgt header {
    width: 100%;
    display: inline-flex;
    background: #eeeeee;
    padding: 10px 17px;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
}
.head-btn a,
.mo-menu-btn a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    width: 81px;
    padding: 8px 0;
    display: inline-block;
    text-align: center;
    border-radius: 14px;
    margin: 0 5px;
}
.blue-drk {
    background: #00274f;
}
.blue-light {
    background: #00afca;
}
nav {
    margin-right: 10px;
}
nav ul li {
    display: inline-block;
    padding: 0 16px 0 0;
}
nav ul li a {
    color: #00274f;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    position: relative;
}
.indx-mian-block,
.indx-inpage-block {
    padding: 25px 18px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.indx-inpage-block {
    padding: 30px 21px;
}
.update-block-main {
    width: 20%;
}
.table-data {
    width: 78%;
}
.indx-mian-block .table-data table {
    width: 100%;
    margin-bottom: 18px;
}
.table-data table th {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
    padding: 15px 11px;
    position: relative;
}
.table-data table thead tr {
    background: #00274f;
}
.table-data table {
    width: 100%;
    border: solid 1px #808080;
    border-spacing: 1px;
    border-collapse: collapse;
}
.table-data table th,
.table-data table td {
    border-right: solid 1px #808080;
}
.table-data table td {
    color: #808080;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    padding: 11px 10px 13px;
    position: relative;
}
.table-data table td .dwonl-tooltip {
    visibility: hidden;
    width: 100%;
    background-color: rgba(89, 187, 230, 0.9);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 3px;
    position: absolute;
    z-index: 1;
    bottom: 83%;
    /* left: 0; */
    font-size: 12px;
    margin-left: -100px;
    line-height: 18px;
    right: 0;
}
.table-data table td .dwonl-tooltip.dwn {
    width: auto;
    right: -147%;
}
.table-data table td:hover .dwonl-tooltip {
    visibility: visible;
}
.table-data table td .dwonl-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(89, 187, 230, 0.9) transparent transparent transparent;
}
.pagination-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.pagination ul li a {
    color: #808080;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    background: #d3d3d3;
    padding: 8px 14px 10px 13px;
}
.pagination ul li a.active,
.pagination ul li a:hover {
    background: #00274f;
    color: #ffffff;
}
.pagination ul li {
    display: inline-flex;
    align-items: center;
    margin:  0 5px 5px 0;
}
.pagination-block p {
    color: #00afca;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    text-align: right;
}
.update-block-main h2 {
    background: #00274f;
}
.update-block-main h2 span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    font-family: 'Raleway-Regular', sans-serif;
    width: 100%;
    padding: 9px 10px 6px;
    display: block;
}
.update-block {
    background: #ffffff;
    border: solid 1px #00274f;
    padding: 11px 7px 11px 10px;
    font-family: 'Roboto-Regular', sans-serif;
}
.update-data h3 {
    background: #00afca;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    padding: 6px 10px;
}
.update-data ul li:before {
    content: "\25AA";
    color: #00274f;
    font-weight: bold;
    display: inline-block;
    margin-left: 0em;
    margin-right: 5px;
    font-size: 13px;
    line-height: 16px;
}
.update-data ul {
    padding: 5px 11px;
}
.update-data ul li {
    color: #808080;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 2px;
}
.update-data {
    margin-bottom: 9px;
}
.update-data:last-child {
    margin: 0;
}
nav ul li.active a:after,
nav ul li:hover a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: #00afca;
    left: 0;
    right: 0;
    bottom: -100%;
}
nav ul li.active a,
nav ul li:hover a {
    color: #00AFCA;
}
.head-btn ul li a {
    color: #00274f;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 3px 0;
    flex-wrap: wrap;
    margin: 0;
}
.head-btn {
    position: relative;
}
.head-btn ul li a img{border-radius: 50%; width: 40px; margin:0 10px 0 0px;}
.head-btn ul li ul {
    display: none;
    position: absolute;
    background: white;
    right: -7%;
    width: 154px;
    padding: 12px 10px;
    box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.5);
    z-index: 9;
}
.head-btn ul li a i {
    margin-right: 11px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #808080;
}
.head-btn ul {
    margin-left: 18px;
    margin-right: 8px;
}
.head-btn ul li ul li a {
    padding: 0 0 8px 0;
}
.head-btn ul li ul hr {
    margin-bottom: 6px;
    margin-top: 2px;
    background: #808080;
    border: .5px solid transparent;
}
.head-btn ul li:hover>ul {
    display: block;
}
.head-btn ul li a:hover,
.full-menu .head-btn ul li ul li a:hover {
    color: #00afca;
}
/*accordian*/

ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    list-style: none;
}
ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    background: #f9f9f9;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
ul.accordion-list li.active h3 i {
    transform: rotate(90deg);
}
ul.accordion-list li h3 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    letter-spacing: 0.01em;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    background: #00274f;
    padding: 9px 10px 11px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
ul.accordion-list li h3 i {
    position: absolute;
    right: 25px;
    top: 10px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    line-height: 19px;
}
ul.accordion-list li div.answer ul {
    width: 100%;
    display: inline-flex !important;
    flex-wrap: wrap;
}
ul.accordion-list li div.answer {
    position: relative;
    display: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
    padding: 10px 13px;
    height: auto;
}
ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 10px 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px 0;
    font-size: 14px;
    padding: 0px 13px;
}
.inpage-data {
    width: calc(75% - 10px);
}
.inpage-reference {
    width: calc(25% - 10px);
    position: relative;
}
ul.accordion-list>li {
    margin-bottom: 14px;
}
ul.accordion-list li div.answer span {
    color: #00afca;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    display: block;
    margin-bottom: 3px;
}
ul.accordion-list li div.answer ul li {
    /*width: calc(100% / 3);*/
    width: auto;
    padding: 0 10px 0 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Roboto-Regular', sans-serif;
    color: #5b5b5b;
}
/*ul.accordion-list li div.answer ul li:nth-child(3n) {
    text-align: right;
}
ul.accordion-list li div.answer ul li:nth-child(2n) {
    text-align: center;
}*/
ul.accordion-list2 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    list-style: none;
}
ul.accordion-list2 li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    cursor: pointer;
    background: #f9f9f9;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
ul.accordion-list2 li.active h3 i {
    transform: rotate(90deg);
}
ul.accordion-list2 li h3 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    letter-spacing: 0.01em;
    cursor: auto;
    color: #ffffff;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    background: #00afca;
    padding: 9px 10px 11px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.related_desc{
        height: 200px;
    overflow-y: auto;
    margin-top: 15px;
    cursor: auto;
}
.reves_ref_radio label{font-size: 14px;}
ul.accordion-list2 li h3 i {
    position: absolute;
    right: 25px;
    top: 10px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    line-height: 19px;
}
ul.accordion-list li div.answer ul {
    width: 100%;
    display: inline-flex !important;
    flex-wrap: wrap;
}
ul.accordion-list2 li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
    padding: 10px 13px;
    height: auto;
}
ul.accordion-list2 li div.answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 10px 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px 0;
    font-size: 14px;
    padding: 0px 13px;
}

ul.accordion-list2>li {
    margin-bottom: 14px;
}
ul.accordion-list2 li div.answer span {
    color: #00afca;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    display: block;
    margin-bottom: 3px;
}
ul.accordion-list2 li div.answer ul li {
    width: calc(100% / 3);
    /*width: auto;*/
    /*padding: 0 10px 0 0;*/
    font-size: 11.5px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Roboto-Regular', sans-serif;
    color: #5b5b5b;
}
.detail h1 {
    color: #00274f;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.accordion-list li div.answer ul li a {
    width: auto;
    display: inline-block;
    color: #5b5b5b;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}
.detail h1 i {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #808080;
    padding-right: 11px;
}
.detail p {
    color: #808080;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.detail-tab>ul:first-child>li>a {
    background: #747474;
    color: #ffffff;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    display: block;
    position: relative;
    width: 150px;
    padding: 9px 0;
    margin-right: 0;
    border-radius: 5px 0 0 5px;
}
/*.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a{border-radius:5px;}

*/.detail-tab {
    padding: 0px 0;
    box-shadow: none;
    background: transparent;
}
.tab-details .ui-widget-content {
    background: transparent;
    box-shadow: none;
}
.detail-tab>ul:first-child>li>a:active,
.detail-tab>ul:first-child>li>a:hover,
.detail-tab>ul:first-child>li>a.current {
    background: #00afca;
}
.detail-tab ul:first-child li a i {
    position: absolute;
    right: 3px;
    top: 2px;
    background: white;
    color: #747474;
    border-radius: 50%;
    font-size: 10px;
    line-height: 12px;
    width: 12px;
    height: 12px;
}
.remark-block form label {
    color: #ffffff;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    background: #00afca;
    display: block;
    padding: 9px 10px 11px;
    margin-bottom: 5px;
}
.remark-block textarea {
    resize: none;
    width: 100%;
    height: 227px;
    padding: 10px;
    margin-top: 10px;
    border-color: rgb(188,188,188);
}
button.comment {
    background: #00afca;
    border: none;
    color: #ffffff;
    padding: 8px 50px;
    border-radius: 5px;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: right;
    margin-top: 15px;
}
button.comment:hover {
    background: #00274f;
}
.remark-block {
    margin-top: 20px;
}
.search-refrance {
    position: relative;
    margin: 12px 0;
}
.search-refrance span {
    width: 21%;
    background: #eeeeee;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    margin-bottom: 7px;
    border: solid 1px #eeeeee;
    cursor: pointer;
    position: relative;
    line-height: 29px;
    margin-bottom: 10px;
    color: #00274f;
    font-weight: 700;
}
.search-refrance span:hover .dwonl-tooltip {
    display: block;
}
.search-refrance .dwonl-tooltip {
    width: auto;
    background-color: rgb(89 187 230);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    font-size: 12px;
    margin-left: -100px;
    line-height: 18px;
    display: none;
    left: 0;
    transform: translate(63%, -122%);
    text-transform: capitalize;
    font-family: 'Roboto-Regular', sans-serif;
    font-weight: lighter;
}
.search-refrance .dwonl-tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 19%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(89, 187, 230, 0.8) transparent transparent transparent;
}
.search-refrance {
    position: relative;
    margin: 12px 0;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
/*ul.accordion-list li div.answer ul:last-child {
    margin-bottom: 10px;
}*/
.absdv {
    width: 100%;
    float: left;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    z-index: 999;
}
.loader {
    border: 6px solid #f3f3f3;
    border-radius: 100%;
    border-top: 6px solid #fe7f65;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    / Safari / animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999999999;
    margin-left: -20px;
    margin-top: -20px;
}
table.ui-datepicker-calendar tr td {
    width: 70px;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.remark-data {
    width: 100%;
    text-align: right;
}
.remark-data a {
    color: #00274f;
    width: auto;
    font-size: 14px;
    background: none;
    border-radius: 0;
    padding: 0;
    padding: 0 0px 0 10px;
    margin-top: 9px;
    display: inline-block;
}
.remark-data a:hover {
    color: #00afca;
}
/*28- 12*/

.detail-tab ul:first-child {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}
.tab-details p {
    color: #555555;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}
.tab-details {
    background: #eeeeee;
    box-shadow: 0px 2px 2px rgba(100, 100, 100, 0.5);
    padding: 12px 10px;
    position: relative;
    margin: 13px 0 0;
}
.tab-details div div{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tab-details div div{
    padding-bottom: 12px;
}
.tab-details ul li {
    display: inline-block;
}
.tab-details ul li a i {
    color: #555555;
    font-size: 18px;
    line-height: 24px;
    padding: 0 6px;
}
/*404 page*/

.main-logo img {
    width: 125px;
}
section.full-menu {
    width: 100%;
}
.container {
    width: 1200px;
    margin: auto;
}
section.full-menu .logo {
    margin-top: 0;
}
section.full-menu header {
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding: 20px 0 20px;
    left: 0;
    background: white;
}
section.full-menu header div {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
section.full-menu header div div:last-child {
    flex-direction: row-reverse;
}
section.full-menu header .logo img {
    width: 165px;
}
.full-menu nav ul li {
    display: inline-block;
    padding: 0 40px 0 0;
}
.full-menu .head-btn>a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    width: 140px;
    padding: 12px 0 12px;
    display: inline-block;
    text-align: center;
    border-radius: 40px;
    margin: 0 5px;
}
.full-menu .head-btn ul>li>a {
    color: #00274f;
    font-size: 15px;
}
.head-btn ul li ul {
    width: 190px;
}
.full-menu .head-btn ul li ul li a {
    font-size: 14px;
}
.error-page {
    float: left;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
}
.rgt-foot ul li:last-child {
    margin-right: 0;
}
.error-page h3 {
    float: left;
    width: 100%;
    text-align: center;
    color: #00274f;
    font-size: 26px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Roboto-Regular', sans-serif;
}
.error-page p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #808080;
    padding: 0 335px;
    box-sizing: border-box;
    font-family: 'Roboto-Regular', sans-serif;
}
.error-page a {
    float: none;
    width: auto;
    display: inline-block;
    background: #00afca;
    color: #fff;
    border-radius: 100px;
    font-size: 20px;
    padding: 20px 80px;
    box-sizing: border-box;
    line-height: 20px;
    margin-top: 40px;
    letter-spacing: 0.6px;
    font-family: 'Roboto-Regular', sans-serif;
}
section.main-content {
    width: 100%;
    height: calc(100vh - 128px);
    position: relative;
}
h1.error-404 {
    font-family: 'Roboto-Regular', sans-serif;
    color: #00afca6e;
    font-size: 250px;
}
footer {
    background: #e8e8e8;
    padding: 15px 0;
    float: left;
    width: 100%;
    color: #00274f;
    font-family: 'Roboto-Regular', sans-serif;
    position: absolute;
    bottom: 0;
}
.detail div {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: solid 1px #808080;
}
.lft-foot {
    float: left;
    width: auto;
}
.rgt-foot {
    float: right;
    width: auto;
}
.rgt-foot ul {
    float: left;
    width: 100%;
}
.rgt-foot ul li {
    float: left;
    width: auto;
    margin-right: 50px;
}
.rgt-foot ul li a {
    float: left;
    width: auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
h1.Thank.You {
    font-size: 50px;
    color: #00afca;
    padding-bottom: 28px;
    font-family: 'Raleway-Regular', sans-serif;
}
.full-width {
    width: 100%;
}
.hm-banner {
    background-size: auto;
    background-size: cover;
    display: inline-block;
    width: 100%;
    background-size: cover !important;
}
.ovr-lays {
    float: left;
    width: 100%;
    background: #00afca4a;
    height: 100%;
    padding: 23px 0;
    min-height: 137px;
}
.banner-txt {
    float: left;
    width: 100%;
    /*margin-top: 20px;*/
}
.banner-txt h1 {
    float: left;
    width: 100%;
    font-size: 40px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 60px;
}
.banner-txt ul {
    float: left;
    width: 100%;
}
.banner-txt ul li {
    float: left;
    width: auto;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.3px;
}
.banner-txt ul li a {
    color: #fff;
}
.banner-txt ul li:after {
    content: "|";
    padding: 0 10px;
    box-sizing: border-box;
}
.banner-txt ul li:last-child:after {
    content: "";
}
.rgt-form h2 {
    float: left;
    width: 100%;
    letter-spacing: 0.3px;
    margin-bottom: 25px;
    color: #00274f;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
}
.rgt-form {
    width: 600px;
    margin: auto;
    display: inline-block;
    margin-bottom: 50px;
    position: relative;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
}
.rgt-form form,
.form-row {
    float: left;
    width: 100%;
}
.rgt-form form input[type="text"],
.rgt-form form input[type="email"],
.rgt-form form input[type="tel"],
.rgt-form form textarea {
    float: left;
    width: 100%;
    border: 1px solid #808080;
    font-size: 14px;
    color: #a7a7a7;
    padding: 15px 12px;
    box-sizing: border-box;
    line-height: 20px;
    margin-bottom: 15px;
    color: #000000;
    font-family: 'Roboto-Regular', sans-serif;
}
.rgt-form form textarea {
    height: 120px;
    resize: none;
}
.error-text {
    float: left;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #ff0000;
    margin: -10px 0 10px 0;
    font-weight: 300;
}
.rgt-form form input[type="submit"] {
    float: right;
    border-radius: 14px;
    text-transform: capitalize;
    box-sizing: border-box;
    background: #00afca;
    border: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    margin-left: 10px;
    margin-top: 0;
    padding: 12px 50px;
    cursor: pointer;
    width: auto;
    font-family: 'Roboto', sans-serif;
}
.faq-qus h3 {
    font-size: 20px;
    color: #00274f;
    font-weight: normal;
    line-height: 30px;
    cursor: pointer;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}
.faq-qus p {
    font-size: 17px;
    color: #000;
    letter-spacing: 0.5px;
}
.faq-qus ul li {
    margin-bottom: 15px;
}
.log-form.register-form.perdonal-info-form {
    top: 0;
    margin-top: 0;
    transform: translate(0);
}
.log-form.register-form.perdonal-info-form {
    top: 0;
    transform: translate(0);
}
.perdonal-info-form form div,
.perdonal-info-form form div:nth-last-child(2) div {
    width: 49%;
    margin-bottom: 0;
}
.log-form.register-form.perdonal-info-form input,
.log-form.register-form.perdonal-info-form select {
    width: 100%;
}
.perdonal-info-form form div:nth-last-child(1) {
    width: 100%;
}
.perdonal-info-form form div:nth-last-child(4) input[type="checkbox"] {
    width: auto;
    margin-bottom: 30px;
}
.perdonal-info-form form div:nth-last-child(2) {
    width: 100%;
}
.perdonal-info-form form label {
    color: #808080;
}
.prof-delete,
.prof-update {
    border: none;
    background: gainsboro;
    background: #00afca;
    border: none;
    color: #ffffff;
    padding: 12px 50px;
    border-radius: 5px;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    text-align: right;
    margin-top: 0;
}
.prof-update {
    float: right;
}
.prof-update:hover,
.prof-delete:hover {
    background-color: #00274f;
}
section.contact-sec,
.log-form.register-form.perdonal-info-form,
section.faq-qus {
    margin-top: 60px;
    padding-bottom: 60px;
    display: inline-block;
    width: 100%;
}
.answer {
    display: none;
}
.faq-qus ul li.active h3 i {
    transform: rotate(90deg);
    margin-right: 7px;
}
.faq-qus ul li h3 i {
    font-size: 15px;
}
.menu-header h3 {
    font-family: 'Roboto-Regular', sans-serif;
    margin-bottom: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.menu-header ul li {
    font-family: 'Roboto-Regular', sans-serif;
    line-height: 25px;
}
.mo-menu-fixed {
    display: none;
}
.sticky-header {
    position: fixed;
    top: 0;
    width: 80%;
    z-index: 999;
    box-shadow: -2px 6px 20px -5px rgba(79, 79, 79, .3);
    -webkit-transition: all .3s ease 0s;
}
section.indx-lft.sticky-header {
    position: fixed;
    background: white;
    z-index: 99;
    box-shadow: -2px 6px 20px -5px rgba(79, 79, 79, .3);
}
.mo-menu-fixed ul li a {
    font-size: 16px;
    color: #555555;
}
/*checkbox*/

.checkbox-label input[type="checkbox"].css-checkbox-profile {
    display: none;
}
.checkbox-label label.css-label-profile {
    background-image: url(../images/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-label input[type="checkbox"].css-checkbox-profile+label.css-label-profile {
    padding-left: 33px;
    height: 19px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 1px;
    vertical-align: middle;
    cursor: pointer;
    color: #959595;
    font-weight: 400;
}
.checkbox-label input[type="checkbox"].css-checkbox-profile:checked+label.css-label-profile {
    background-position: 0 1px;
    background-image: url(../images/right-checkbox.png);
}
.close {
    display: none;
}
.close,
.indx-inpage-block .close {
    text-align: right;
    margin-bottom: 9px;
}
.mo-side-block {
    position: fixed;
    top: 37%;
    right: 0;
    background: #00274f;
    z-index: 99;
    color: white;
    transform: rotate(-90deg) translate(0, 269%);
    padding: 4px 15px;
    font-size: 13px;
    width: 148px;
    text-align: center;
}
.mo-menu-btn {
    display: none;
}
.mo-side-block {
    display: none;
}
.error-page a:hover {
    background: #00274f;
}
.blue-drk:hover {
    background: #00afca;
}
.blue-light:hover {
    background: #00274f;
}
.detail-tab>ul>li>a.active {
    background: #00274f;
}
section.full-menu header div.menu-icon {
    display: none;
}
.log-form.register-form div.checkbox-label {
    margin-bottom: 0;
}
ul.accordion-list li h3 span {
    width: 82%;
    display: inline-block;
}
.tab-details ul li a:hover i {
    color: #555555;
    opacity: 0.8;
}
/*meodel*/
.modal-header {
    position: relative;
    font-family: 'Roboto-Regular', sans-serif;
    margin-bottom: 10px;
}
span.close.close-reveal-modal {
    position: absolute;
    top: 0;
    right: 0px;
    color: black;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
}
.pdf-show-popup{z-index: 9999 !important;}
/*.search-data {
    min-height: 100vh;
}*/
.log-form .checkbox-label {
    display: inline-block;
    margin-bottom: 0;
}
/*18 jan 2021*/
.indx-rgt header .search-data form input,
.indx-rgt header .search-data h2 {
    margin-bottom: 0;
}
.indx-rgt header .search-data form input {
    /*margin-bottom: 9px;*/
    padding: 8px 7px;
}
.indx-rgt header .search-data form i{line-height: 34px;}
.search-refrance table {
    width: 100%;
    font-size: 11px;
    font-family: 'Roboto-Regular', sans-serif;
    border: 1px solid gray;
    padding: 0;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
.search-refrance table tr:nth-child(odd) {
    background-color: transparent;
}
.search-refrance table tr th,
.search-refrance table tr td {
    padding: 0;
    border: 1px solid gray;
    padding: 0 5px;
    border-spacing: 0;
    line-height: 18px;
    width: 77%;
}
.search-refrance table tr th{padding: 5px;}
.search-refrance table tr td:last-child,
.search-refrance table tr th:last-child {
    text-align: center;
}

/*19 jan 2021*/
.log-form.register-form div img {
    border-radius: 50%;
    width: 25%;
    text-align: center;
}
/*.table-data table td p {
    width: 470px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
*/
.table-data table td > p,
.footable-row-detail-value > p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: auto;
    min-width: 0;
    /*text-align: center;*/
    display: block;
    margin: auto;
    /*max-width: 447px;*/
    max-width: 2.8vw;
}
.table-data table td .dwonl-tooltip p {
    text-align: center;
    width: 100% !important;
    display: block;
    margin: 0;
    max-width: 100% !important;
}
.table-data table td:nth-child(3) {
    width: auto;
}
.ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 9px;
}

/*21 jan 2021*/
li.refer-msg {
    width: 100% !important;
}
.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper:active,
.ui-menu .ui-menu-item-wrapper:focus{
    background-color: #00afca;
    color: white;
}
.table-data table td.footable-row-detail-cell {
    width: 100%;
}
.full-width.table-data table td > p,
.full-width .footable-row-detail-value > p {
    max-width: 10vw;
}
.reg_main_img_box{
    border: none;
    width: 100%;
    border-bottom: solid 2px #8080808c;
    padding: 12.5px 4.5px;
    font-size: 18px;
    line-height: 21px;
    font-weight: lighter;
    font-family: 'Raleway-Regular', sans-serif;
}
.reg_main_img_box label{
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}

/*26 jan 2021*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-background-color: transparent !important;
    background-color: transparent !important;
}

/*27 jan 2021*/
.event-sld #progressBar{
    display: none !important;
}
.event-sld .item:hover img {
    transform: none;
    transition: none;
}
/*11 feb 2021*/
/*pop up*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
width: 100%;
   height: 100%;

}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
     margin: auto; 
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 25%;
    position: relative;
     /*transition: all 5s ease-in-out; */
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    display: inline-block;
    transform: translate(-50%, -50%);
}
.popup h2 {
    margin-top: 0;
    color: #333 !important;
    font-family: inherit;
    font-size: initial !important;
    font-weight: 600;
    letter-spacing: 1px;
}
.popup .close {
    position: absolute;
    top: 25px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    background: transparent;
    width: auto;
    min-height: auto;
    float: none;
    box-sizing: none;
    line-height: 0;
    margin-bottom: 0;
    padding: 0;
    border: none;
    display: block;
}
.popup .close:hover {
  color: #828282;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
    position: relative;
    left: 0;
    width: 100%;
    color: black;
        font-size: initial;
        padding-top: 4%;
    display: inline-block;
}
.popup .content img {
    max-width: 100%;
}
.content.psw-popup input[type="text"] {
    border: none;
    border-bottom: 1px solid;
    width: 100%;
    padding: 11px;
    font-size: 16px;
    margin: 19px 0;
    padding-left: 0;
}
.content.psw-popup input[type="text"]:focus {
    border: none;
    outline: none;
    border-bottom: 1px solid;
}
.content.psw-popup button.transfer {
    margin: 0;
    border: none;
    color: #ffffff;
    padding: 8px 50px;
    border-radius: 5px;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: right;
    margin-top: 15px;
    background: #00afca;
}
.content.psw-popup button.transfer:hover{
    background-color: #00274f;
}
@media screen and (max-width: 908px){
  .popup{
    width: 35%;
  }
}
@media screen and (max-width: 700px){
    .popup{
     width: 50%;
   }
}
@media screen and (max-width: 500px){
  .popup h2{
    margin-top: 21px;
  }
  .popup{
     width: 76%;
   }
}
/*3 march 2021*/
#doc_description{color: #808080;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;display: block;
    border-bottom: 0;
}
/*5 march 2021*/
.legal-inner {
    margin-bottom: calc(0% + 65px);
    display: inline-block;
    margin-top: 20px;
}
.legal-intro-text p,.legal-intro-text ul li{
    line-height: 24px;
    font-size: 16px;
    width: 100%;
    color: #525252;
    font-family: 'Raleway', sans-serif;
    /*font-family: inherit;*/
    margin: 0px 0 15px;
}
.legal-intro-text ul li{
        margin: 9px 0;
}
.legal-intro-text ul {
    padding-left: 17px;
}
.legal-intro-text h2 {
    margin: 25px 0 12px;
}
.legal-intro-text ul li {
    list-style: inherit;
}















