﻿
@media (max-width: 767px) {
    #demo-request-page .headerlogo {
        left: 100px;
    }
}

#bank_header .navbar .navbar-phone {
    display: inline-block;
    float: right;
    padding: 1.7em 0 0 0;
    color: #000;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    vertical-align: top;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    text-align: right;
    white-space: nowrap
}

    #bank_header .navbar .navbar-phone a {
        position: relative;
        color: #000;
        text-decoration: none;
        cursor: pointer;
        z-index: 100
    }

    #bank_header .navbar .navbar-phone .ic-phone {
        display: inline-block;
        width: .8em;
        margin: 0 5px 4px 0;
        vertical-align: middle
    }

@media (max-width:993px) {
    #bank_header .navbar .navbar-header {
        width: 50%;
        margin-top: 0;
        text-align: left;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: left;
        margin: 0
    }

    #bank_header .navbar .navbar-phone {
        width: 50%;
        /*padding: 2em 0 0 0;*/
        padding: unset;
        margin-top: 0;
        -webkit-box-pack: right;
        -ms-flex-pack: right;
        justify-content: right;
        text-align: right;
        font-size: 1em
    }
}


#demo-request-page header {
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#bank_header .navbar .navbar-phone {
    display: inline-block;
    float: right;
    padding: 1.25em 0;
    color: #000;
    font-size: 1.3em;
    line-height: 1em;
    font-weight: 600;
    vertical-align: top;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    text-align: right;
    white-space: nowrap
}

    #bank_header .navbar .navbar-phone a {
        position: relative;
        color: #000;
        text-decoration: none;
        cursor: pointer;
        z-index: 100
    }

    #bank_header .navbar .navbar-phone .ic-phone {
        display: inline-block;
        width: .8em;
        margin: 0 5px 4px 0;
        vertical-align: middle
    }

body {
    color: #333740;
    font-family: 'Open Sans', sans-serif;
}


.btn-secondary {
    background-color: #36852e;
}

.field-validation-error {
    color: #f00;
    margin-top: 4px;
}

.form-radio-wrap {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
}

.trustpilot-widget iframe {
    width: 100%;
}

@media screen and (min-width:768px) {
    #anchor-menu {
        display: flex;
        justify-content: space-between;
    }

    #demo-compare-desktop-table tbody tr:last-child {
        background-color: white;
    }

    #demo-request-page {
        margin-top: 80px;
    }

    #features-section {
        margin-top: 216px;
    }

    header {
        border-bottom: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #fff;
        z-index: 9999;
        width: 100%;
        top: 0;
        position: fixed;
    }

    .permission {
        margin-top: 1rem;
    }
}

@media screen and (max-width:767px) {
    #section_wrap {
        margin-top: 50px;
    }

    .form-radio-wrap .form-radio {
        justify-content: flex-start;
    }

    .form-radio-wrap {
        margin-bottom: 20px;
    }

    .form-radio span:not(.radio-custom) {
        margin-left: 24px;
    }

    .navbar-header {
        display: flex;
        align-items: center;
    }

        .navbar-header .headerlogo {
            position: static;
        }

    .navbar-phone {
        display: flex !important;
        height: 50px !important;
        align-items: center !important;
        padding: 0 !important;
        margin: 0 !important;
    }
}

/*Custom Radio Buttons*/
/* Customize the label (the container) */
.form-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .form-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom radio button */
.radio-custom {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border: 3px solid #dce9f5;
    border-radius: 50%;
    box-shadow: 0 0 0 6px #b4bfc9;
}

/* On mouse-over, add a grey background color */
.form-radio:hover input ~ .radio-custom {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.form-radio input:checked ~ .radio-custom {
    background-color: #5fa656;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
radio-custom:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.form-radio input:checked ~ .radio-custom:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.form-radio .radio-custom:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

label.form-radio {
    display: inline-block;
}

.form-radio-wrap i {
    font-family: 'Open Sans',sans-serif;
    transform: translate(-50%,-50%);
    background-color: #666;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    height: 16px;
    width: 16px;
}

.form-radio-wrap.active i {
    background: #5fa656;
}

.form-radio-wrap i span {
    margin: auto;
    font-size: 12px;
}

.info-pop {
    position: absolute;
    position: absolute;
    display: none;
    bottom: 3em;
    left: 50%;
    background-color: #ededed;
    border: 1px solid #55575a;
    transform: translate(0,0);
    padding: 1em;
    min-width: 20em;
    text-align: left;
}

.form-control {
    height: 50px;
}

.form-control.input-validation-error {
    border-color: #f00;
}

@media screen and (max-width:991px) {
    .pre-form-text {
        background: #f2f5f7;
        margin: 0 !important;
        padding: 20px;
    }

    .permission {
        padding-left: 16px;
        padding-right: 16px;
    }

    #section_hero .container {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    #section_hero .col-xs-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .SEMcampaignV2 #section_hero .hero-demo-v2 {
        background-color: white;
    }
}


@media screen and (max-width: 425px) {
    .navbar-phone {
        font-size: 4vw !important;
    }

    .form-radio-wrap {
        margin-bottom: 8px !important;
    }

    label.form-radio {
        display: inline-flex !important;
        align-items: center !important;
    }
}

