.table-row{
    padding: 0 20px;
}
.page_padding{ margin-top: 80px; }
.account_header {
    position: relative;
    height: 451px;
    background: url(/i/img/eu_verification/header_img.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}
.account_header .account_desc {
    height: 451px;
    width: 50%;
    text-align: left;
    font-size: 17px;
    padding-left: 20px;
}
.account_header .account_title_1 {
    padding-top: 20%;
    font-size: 40px;
    font-weight: bold;
    line-height: 46px;
    color: #000000;
}
.account_header .account_title_2 {
    font-size: 17px;
    line-height: 150%;
    color: #636E72;
    padding-top: 20px;
}
.account_header .account_butt {
    margin-top: 20px;
}
.account_butt a {
    padding: 15px;
    font-size: 17px;
    line-height: 20px;
}
.ensure_title{
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    padding-bottom: 20px;
    color: #000000;
}
.ensure_desc{
    text-align: left;
    font-size: 17px;
    line-height: 150%;
    color: #000000;
}

.require_title{
    text-align: left;
    color: #000000;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
}
.require_sub_title{
    text-align: left;
    font-size: 14px;
    line-height: 150%;
    color: #6E6E6E;
}
.require-steps{
    display: flex;
    flex-wrap: wrap;
}
.single_step{
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: calc(25% - 24px);
    margin-right: 32px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(196, 196, 196, 0.5);
    border-radius: 6px;
    min-height: 131px;
    margin-top: 80px;
}
.single_step:last-of-type{
    margin-right: 0;
    margin-left: 0;
}
.requireTiles_img{
    position: absolute;
    left: 50%;
    top: -35px;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background: #1F9034;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.requireTiles_description{
    font-size: 17px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    padding: 55px 5px 30px;
}
.requireTiles_description span{
    font-size: 14px;
    line-height: 150%;
    color: #6E6E6E;
    display: block;
}

.proof_container img{
    margin: 0 auto;
}
.proof_title{
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #000000;
    line-height: 130%;
}
.proof_img{
    background: url(/i/img/eu_verification/arrow.svg) no-repeat;
}
.proof {
    min-height: 24px;
    margin: 15px 0;
    list-style: none;
    background-size: 24px;
    padding-left: 30px;
}
.proof p {
    text-align: left !important;
    font-size: 17px;
    line-height: 24px !important;
    color: #000000;
}
.allowed{
    font-size:14px;
    margin-top: 25px;
    text-align: left;
    line-height: 150%;
    color: #6E6E6E;
}

.video_title{
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
}
.video_sub_title{
    text-align: center;
    font-size: 14px;
    line-height: 150%;
    color: #6E6E6E;
    margin-bottom: 30px;
}
.faq_title{
    text-align: left;
    font-size: 24px;
    color: #000000;
    padding: 10px 0;
    line-height: 150%;
    font-weight: bold;
}

/**** accordion system ****/
#accordion .panels > li {
    list-style-type: none;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    color: #424242;
    border: none;
    padding: 20px 0;
    background: none;
    margin-left: 0 !important;
    border-bottom: 1px solid #E5E5E5;
}
#accordion .panels > li span {
    display: inline-block;
    width: 100%;
}
#accordion .panels > li img {
    float: right;
    margin-top: 3px;
}
#accordion .panels > li.liactive {
    background: none;
}
#accordion .panels > li .faq_header {
    background: url(/i/img/eu_verification/plus.svg) no-repeat right center;
    font-size: 17px;
    line-height: 150%;
    color: #000000;
    padding-right: 40px;
}
#accordion .panels > li.liactive .faq_header {
    background: url(/i/img/eu_verification/minus.svg) no-repeat right center;
}

.panel:not(.active) {
    display: none;
}
.panel {
    text-align: left;
    color: #6E6E6E;
    font-size: 17px;
    line-height: 150%;
    padding-top: 20px;
}
.panel ul {
    margin-top: 10px;
}
.panel ul > li {
    margin-left: 0 !important;
}
.panel ul > li:before {
    content: "";
    position:relative;
    background-color:#6E6E6E;
    left: -10px;
    margin-left: 10px;
    display:inline-block;
    width:10px;
    height:10px;
    border-radius:50%
}

ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    margin-top: 10px;
}
ol li {
    counter-increment: my-awesome-counter;
    color: #6E6E6E;
    margin-left: 0 !important;
}
ol li::before {
    content: counter(my-awesome-counter) ". ";
    font-weight: bold;
}

[class*="col"] {
    padding-left: 0;
    padding-right: 0;
}
@media only screen and (max-width: 775px) {
    .account_header .account_desc {
        font-size: 14px;
    }
    .account_header .account_title_1 {
        padding-top: 15%;
        font-size: 32px;
        line-height: 36px;
    }
    .account_header .account_title_2 {
        font-size: 14px;
    }
    .account_header {
        margin: -25px -25px 0 -25px;
        height: unset;
        background: unset;
    }
    .account_header_775{
        position: relative;
        height: 320px;
        background: url(/i/img/eu_verification/header_img.jpg) no-repeat;
        background-size: cover;
        background-position: bottom right -90px;
    }
    .account_header .account_desc {
        height: unset;
        width: calc(100% - 40px);
        text-align: center;
        padding: 0 20px;
    }
    .account_header .account_title_1 {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .table-row{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .page_padding{
        margin-top: 40px;
    }
    .ensure_title{
        font-size: 18px;
    }
    .ensure_desc{
        font-size: 14px;
    }
    .require_title{
        font-size: 18px;
    }
    .require_sub_title{
        font-size: 13px;
    }
    .video_title{
        text-align: left;
        font-size: 18px;
        line-height: 130%;
    }
    .video_sub_title{
        text-align: left;
        font-size: 13px;
        line-height: 130%;
    }
    .proof_title{
        font-size: 18px;
    }
    .proof p {
        font-size: 14px;
    }
    .allowed{
        font-size:13px;
    }
    .faq_title{
        font-size: 18px;
    }
    #accordion .panels > li .faq_header {
        font-size: 14px;
    }
    .panel {
        font-size: 14px;
    }
    .group_bottom{
        padding-bottom: 20px;
    }
}
@media only screen and ( min-width:768px ) {
    .proof_container {
        display:flex;
        align-items:center;
    }
}
@media only screen and (min-width: 1001px) and (max-width: 1099px) {
    .single_step{ width: calc(50% - 16px); }
    .single_step:nth-child(2){
        margin-right: 0;
        margin-left: 0;
    }
}
@media only screen and (min-width: 776px) and (max-width: 1500px) {
    .account_header {
        height: 400px;
        background-position: top right -110px;
    }
}
@media only screen and (min-width: 451px) and (max-width: 834px) {
    .single_step{ width: calc(50% - 16px); }
    .single_step:nth-child(2){
        margin-right: 0;
        margin-left: 0;
    }
}
@media only screen and (max-width: 450px) {
    .single_step{
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.undervideo-note {
    text-align: left;
    margin-top: 15px;
    font-style: italic;
    font-size: 90%;
}