.logoBlock {
    display: inline-block;
    padding: 15px;
    /* background: #fff; */
    border-radius: 100px;
}

.btn-custom-design {
    position: relative;
    z-index: 1;
    color: #fff;
}

.footerText {
    background: #00000091;
    padding: 10px 20px;
    display: table;
    border-radius: 10px;
    margin: 0 auto;
    color: #f2f2f2;
}

.bg {
    background: url('../images/bg.jpg') no-repeat center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    color: #fff;
}

.bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
}

.google-btn {
    display: inline-block;
    padding: 10px 25px;
    box-shadow: 2px 2px 0px 0px #9c9c9c;
    border-radius: 10px;
    border: 1px solid #eee;
    background: #000;
    color: #fff;
}

.google-btn:hover {
    background: #ffffff;
    color: #000;
}

.google-btn img {
    width: 25px;
    margin-right: 15px;
}

.btn-custom-design:hover:before {
    background: #ef4135
}

.btn-custom-design:before {
    content: '';
    position: absolute;
    width: calc(100% + 40px);
    height: calc(100% + 8px);
    transform: skew(-40deg);
    top: -4px;
    left: -20px;
    display: block;
    background: #000;
    z-index: -1;
}

body {
    background: #f4f4f4;
}

.design-box-1 {
    position: relative;
    z-index: 10;
    padding: 60px 10px;
    border: 5px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    color: #000;
    /* box-shadow: 0 0 20px 7px rgb(228 228 228); */
}

.design-box-1:after {
    content: '';
    position: absolute;
    background: url(../images/red-design.svg) no-repeat top left;
    width: 100%;
    height: 100px;
    bottom: 0;
    background-size: contain;
    left: 0;
    z-index: -1;
}

.design-box-1:before {
    content: '';
    position: absolute;
    background: url(../images/black-design.svg) no-repeat top right;
    width: 100%;
    height: 100px;
    top: 0;
    background-size: contain;
    right: 0;
    z-index: -1;
}

.heading-style-1 {
    margin-bottom: 3rem;
    position: relative;
    display: inline-block;
}

.heading-style-1:after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 35%;
    max-width: 50px;
    height: 4px;
    background: #0716d5;
    left: 0;
    border-radius: 100px;
}

.heading-style-2 {
    margin: 1rem auto 3rem;
    position: relative;
    display: block;
    clear: both;
    color: #484848;
}

.heading-style-2:after {
    content: '';
    position: relative;
    display: table;
    width: 15%;
    margin: 15px auto 10px;
    height: 4px;
    background: #000000;
    left: 0;
    border-radius: 100px;
}

.heading-style-3:after {
    content: '';
    position: relative;
    display: table;
    width: 70px;
    margin: 15px 0 10px;
    height: 4px;
    background: #0716d5;
    left: 0;
    border-radius: 100px;
}

.fullHeight-ContentBlock {
    min-height: 400px;
    display: table;
    width: 100%;
    position: relative;
    padding-bottom: 100px;
}

.block-width-style-1 {
    display: inline-block;
    max-width: 450px;
    text-align: left;
    width: 100%;
    padding: 50px 0;
}

ul.block-input-masking li input {
    min-height: 3em;
}

.hidden-xs {
    display: none;
}

@media (min-width: 768px) {
    .mobilePageDisplay {
        display: none !important
    }

    .hideonMobile {
        display: block !important
    }

    .fullHeight-ContentBlock {
        height: calc(100vh);
        min-height: 400px;
        display: table;
        width: 100%;
        position: relative;
        padding-bottom: 100px;
        padding-top: 100px;
    }

    .fullHeight-Block {
        height: calc(100vh);
        min-height: 600px;
        display: table;
        position: fixed;
        left: 0;
        width: 50%;
    }

    .block-width-style-1 {
        display: inline-block;
        max-width: 450px;
        text-align: left;
        width: 100%;
        padding: 10px 0;
        min-height: 450px;
    }
}

.vertical-center {
    vertical-align: middle;
    display: table-cell;
}

.horizontal-center {
    text-align: center
}

.heading-style-2 {
    margin: 1rem auto 3rem;
    position: relative;
    display: block;
    clear: both;
    color: #ffffff;
}

footer ul {
    padding: 0;
    list-style: none;
}

footer {
    position: absolute;
    display: block;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
}

footer ul li {
    display: inline-block;
    margin: 10px;
    font-size: 14px;
}


/*-------------------------------------------*/

.help-block {
    display: none;
}

.ul-style-1 {
    list-style: none;
    color: #545454;
    font-weight: normal;
}

.ul-style-1a {
    list-style: none;
    background: #424242;
    color: #eaeaea;
    padding-left: 0;
    border-radius: 5px;
}

.ol-style-1 {
    margin: 20px 0 10px;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.ul-style-1 li {
    margin: 10px 0;
}

.ul-style-1a li {
    padding: 5px 10px;
}

code {
    color: #6f0227;
}


/*-------------------------block-input-masking----------------------*/

ul.block-input-masking {
    list-style: none;
    /* width: 100%; */
    display: table;
    padding: 0;
    margin: 10px auto;
}

ul.block-input-masking li {
    float: left;
    width: calc((100% / 6) - 10px);
    position: relative;
    margin: 0 5px 0;
    user-select: none;
    outline: 0;
}

ul.block-input-masking li input {
    width: 100%;
    text-align: center;
    min-height: 4em;
    border-radius: 5px;
    border: 1px solid #dadada;
    box-shadow: inset 0 0 5px 1px #eee;
}

.table-block {
    display: table;
    width: 100%;
}

.table-block .table-cell-middle {
    display: table-cell;
    vertical-align: middle;
}

.table-block .table-cell-bottom {
    display: table-cell;
    vertical-align: bottom;
}

.table-block .table-cell-top {
    display: table-cell;
    vertical-align: top;
}

.form-steps {
    display: none;
    padding: 0;
}

.form-steps.active {
    display: block !important;
}

.img-thumbnail-1 {
    --blocksize: 150px;
    width: var(--blocksize);
    height: var(--blocksize);
    display: inline-table;
    padding: 10px;
    border-radius: 100px;
    background: #ffffff;
    position: relative;
}

.img-thumbnail-1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
}

.vertical-middle {
    display: table-cell;
    vertical-align: middle;
}

h3.heading-style-1 {
    font-size: 16px;
    font-weight: 400;
}

.logo {
    max-width: 150px;
}

.img-responsive {
    max-width: 100%;
}

.table-style-1 {
    border: 1px solid #e3eaef;
    box-shadow: 0px 4px 11px 0px #eeeeeeb0;
    background: #fff;
}

.table-style-1 thead tr th {
    background: #272822;
    padding: 5px 10px;
    border: none;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    /* text-transform: uppercase; */
    font-family: sans-serif;
    letter-spacing: 0.5px;
}

.table-style-1 tbody tr td {
    padding: 10px;
}

.initial-hide {
    display: none;
}


/*----------------------------- END OF CSS -------------------*/