body {
    height: 100vh;
    width: 100%;
    background-color: #F4F4F4;
}
.eh_only_middle-content .content-wrapper p{
    padding-left:0}

.feedback-page{
    background-image: url("bg.png");
    background-size: cover;
}

.card {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 15px;
}

.card--contact {
    box-shadow: 0px 4px 10px rgba(8, 51, 99, 0.2);
    display: flex;
    align-items: center;
    height: 65vh;
}

.card__column-border-right {
    border-right: 2px solid #E5E5E5;
    border-radius: 2px;
}

.content-title {
    font-size: 36px;
    padding-bottom: 38px;
}

.mg-t-80 {
    margin-top: 80px;
}
.mg-t-30 {
    margin-top: 30px;
}

/*class for test*/
.mg-asheader-height {
    margin-top: 90px;
}
/*.content-title__blue-line {*/
    /*position: relative;*/
    /*padding-bottom: 6px;*/
/*}*/
.content-title__blue-line:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 4px;
    background-color: #76A9D7;
}
.card_column, .column {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
}
.p-relative {
    position: relative;
}
.p-absolute {
    position: absolute;
}
.card-bottom-absolute {
    position: absolute;
    bottom: 0;
}
.card__with_icon {
    padding: 15px 10px;
}
.card__body {
    padding-top: 10px
}

.grey-line {
    height: 2px;
    width: 100%;
    background-color: #E5E5E5;
    margin: 15px 0;
}
div.card__with_icon {
    width: 100%;
}
.btn-blue_contact_form {
    width: 198px;
    height: 56px;
    background-color: #76A9D7;
    color: #ffffff;
    font-size: 16px;
}

@media (min-width: 768px ) {
    .radio.radio--mgt-50 {
        margin-top: 50px;
    }
    .radio.radio--mgb-50 {
        margin-bottom: 50px;
    }
}

@media (max-width: 441px ) {
    .card_column {

    }
    div.card__with_icon {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .card--contact {
        display: block;
        height: auto;
    }
    .card__column-border-right {
        border-right: unset;
        border-bottom: 2px solid #E5E5E5;
        border-radius: 2px;
        margin-bottom: 10px;
    }
    .card__with_icon {
        padding: 20px;
    }
    .card_column, .column {
        flex-direction: row;
        justify-content: space-between;
        height: 120px;
        align-items: center;
    }

    .grey-line {
        height: 100%;
        width: 2px;
        background-color: #E5E5E5;
        margin: 15px 0;
    }
    div.card__with_icon {
        width: 50%;
    }
    .radio {
        margin-top: 20px!important;
        margin-bottom: 20px!important;
    }

    div.radio.radio--mgt-50 {
        margin: unset!important;
        margin-top: 20px !important;
    }
    div.radio.radio--mgb-50 {
        margin: unset!important;
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
    .btn-blue_contact_form{
        margin-top: 15px;
        margin-bottom: 30px;
    }
}

/*For evidence page include also next style*/
.content-title--vport-mgt {
    margin-top: 80px;
}
@media (max-width: 768px) {
    .content-title--vport-mgt {
        margin-top: 60px;
    }
}

@media (max-width: 425px) {
    .content-title--vport-mgt {
        margin-top: 40px;
    }
}

.evidence-page {
    background-color: #F4F4F4;
}

.pdb-50 {
    padding-bottom: 50px!important;
}

.mr-unset {
    margin: unset!important;
}

.card.card--evidence {
    background-color: transparent;
    padding-top: unset;
    padding-left: unset;
}

.c-ts-18 {
    font-size: 18px;
}


.c-mrl-25 {
    margin-left: 25px;
}

.c-link {
    color: #76A9D7;
    text-decoration: underline;
}

.c-list li, .c-list li ul, .c-list li ul li {
    font-size: 18px;
}

ol.c-list {
    padding-left: 1em;
}

ol.c-list li, ul.c-list li {
    padding-bottom: 10px;
}

ul.c-list-disc {
    padding-top: 10px;
}

.c-list li:last-child {
    padding-bottom: 0;
}

.c-list li:firs-child {
    padding-top: 10px;
}

ul.c-list-disc {
    list-style-type: none!important;
}

ul.c-list-disc li {
    position: relative;
}

ul.c-list-disc li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #76A9D7;
    display: flex;
    position: absolute;
    /*font-size / 2*/
    top: calc( 18px / 2);
    left: -20px;
}
/*end styles for evidence*/

h6 {
    font-size: 24px!important;
    font-weight: 400!important;
    color: rgb(112, 112, 112)!important;
}
.c-list.c-list-disc li {
    padding-left: 0!important;
}

.aboutPage .eh_only_middle-content p{
    font-size: 18px;
    color: #535353;
    padding-bottom: 50px;
}
.aboutPage .eh_only_middle-content ul{
    list-style-type: none!important;
    padding-top: 10px;
    margin-left: 25px;
    padding-bottom: 50px;

}
.aboutPage .eh_only_middle-content ul li{
    padding-left: 0!important;
    color: #535353!important;
    position: relative;
    padding-bottom: 10px;
    font-size: 18px;
}
.aboutPage .eh_only_middle-content ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #76A9D7;
    display: flex;
    position: absolute;
    top: calc(18px / 2);
    left: -20px;
}
.aboutPage .eh_only_middle-content h4{
    font-size: 24px;
    color: #535353!important;
}
.aboutPage .eh_only_middle-content h6{
    font-size: 24px;
    color: #535353!important;
}

.aboutPage .eh_only_middle-content h2{
    font-size: 24px;
    color: #535353!important;
    padding-bottom: 50px;
}

.aboutPage .eh_only_middle-content.middle-content.eh_middle_cont_top_padding{
    background-color: #F4F4F4;
    padding-bottom: 0;
}






