@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');
html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #272930;
}

a, .btn {
    transition: all 0.3s;
}

h1, h2, h3, h4, h5, .btn, header, .badge, .hero-cta {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-weight: 800;
    letter-spacing: -1px;
    font-size: 1.8em;
    line-height: 1.05em;
    text-transform: uppercase;
    margin-bottom: 1em;
}

h2 {
    font-weight: 800;
    letter-spacing: -1px;
}

h5 {
    font-weight: 800;
}

h3.phone {
    font-size: 2.3em;
}

.mobile-logo {
    display: none;
}

.hero {
    background: url('img/hero-ws.jpg') no-repeat center bottom;
    background-size: cover;
}

.hero-text {
    padding-top: 5em;
    padding-bottom: 4em;
}

.hero-text ul {
    margin-left: 0;
    padding-left: 1.5em;
    letter-spacing: -0.3px;
    padding-right: 2em;
}

.hero-text p {
    text-align: justify;
    margin-top: 2.5em;
    margin-bottom: 2em;
    padding-right: 5em;
}

.hero-cta {
    /* padding-top: 2em;
    font-size: 1em;
    letter-spacing: -1px;
    line-height: 1.2em; */
    padding-top: 2.5em;
    margin-bottom: 1em;
}

.hero-cta ul {
    padding-left: 1.5em;
    font-size: 0.8em;
    line-height: 1.43em;
}

.categories {
    font-size: 1.5em;
    text-align: center;
    padding: 1em 0 0;
}

.categories .badge {
    padding: 0.5em 1.5em 0.5em 0.5em;
    margin-bottom: 0.5em;
}

.categories .badge-primary {
    background: #F9F9F9;
    color: #272930;
}

.categories .fas, .categories .far {
    background: #2d6ff7;
    color: #FFF;
    padding: 0.3em;
    border-radius: 50px;
    font-size: 1.5em;
    height: 1.8em;
    width: 1.8em;
    text-align: center;
    margin-right: 0.3em;
    padding-top: 0.4em;
    box-sizing: border-box;
    vertical-align: middle;
}

.card {
    border-radius: 10px;
    text-align: center;
}

.card-body {
    min-height: 14em;
}

.card h5 {
    background: #EEE;
    border-radius: 5px;
    font-size: 1.2em;
    padding: .8em;
    text-transform: uppercase;
}

a {
    color: #2d6ff7;
    transition: all 0.3s;
}

header {
    position: relative;
    padding: 1em 0;
    background: #FFF;
    color: #272930;
    font-size: 0.8em;
    border-bottom: 1px solid #CCC;
}

header img {
    width: 200px;
    height: auto;
}

header a, header a:hover {
    text-decoration: none;
    color: #272930;
    padding: 0 .15em;
}

header a:hover {
    color: #2d6ff7;
}

header .call-us {
    font-size: 1.3em;
    padding-right: 0.5em;
    font-weight: 800;
}

.main-content {
    background: #EEE;
    padding: 2em;
}

.form-group {
    margin-bottom: 1rem;
}

footer {
    padding: 2.3em 1em 2em;
    background: #7c7f85;
    color: #FFF;
    font-size: 0.8em;
    display: block;
    width: 100%;
    border-top: 1px solid #CCC;
}

footer .credits {
    font-size: .9em;
}

footer a {
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    padding-left: 2em;
}

.btn {
    border-radius: 5px !important;
}

.btn-primary {
    background: #2d6ff7;
    color: #FFF;
    font-weight: 800;
    border: 2px solid #2d6ff7;
    padding-left: 2em;
    padding-right: 2em;
    text-transform: uppercase;
}

.btn-primary:hover {
    background: #FFF;
    color: #2d6ff7;
}

.gdpr {
    font-size: 0.8em;
}

.lawyers-section {
    width: 1200px;
    margin: 3em auto 1em;
}

.lawyers-info {
    font-size: 1.05em;
    line-height: 1.4em;
}

.lawyers img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center top;
    border-radius: 500px;
    border: 3px solid #2d6ff7;
    margin-bottom: .5em;
}

.lawyers h4 {
    font-size: 1em;
    font-weight: 800;
    color: #2d6ff7;
    letter-spacing: -1px;
    margin-bottom: .5em;
}

.lawyers p {
    font-size: 0.8em;
}

.lawyers-slider {
    height: 200px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* transform: translate3d(0, 0, 0); */
}

.lawyers-slider>.lawyers-strip {
    height: 200px;
    width: 5400px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    /* transform: translate3d(0, 0, 0); */
    animation: moveSlideshow 34s linear infinite;
}

.lawyers-slider .slider-item {
    width: 300px;
    float: left;
    display: block;
    overflow: hidden;
}

.slider-left-overlay, .slider-right-overlay {
    display: block;
    background: linear-gradient(to right, white, transparent);
    height: 200px;
    width: 100px;
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
}

.slider-right-overlay {
    left: auto;
    right: 0;
    background: linear-gradient(to left, white, transparent);
}

@keyframes moveSlideshow {
    100% {
        transform: translateX(-3900px);
    }
}

/*  Wizard  */

.wizard {
    width: 85%;
    margin: 2em 0 2em auto;
}

.wizard>.steps {
    display: none;
}

.wizard>.content>.body {
    /* float: none;
                position: relative;
                width: auto; */
    padding: 1em;
    width: 100%;
    height: 100%;
}

.wizard>.content {
    /* min-height: auto;
                overflow: visible;
                position: relative; */
    min-height: 23.5em;
    width: auto;
    background: #f2f2f2;
    font-size: 0.8em;
}

.wizard>.content .textbox-animated {
    width: 100%;
    border: none;
    resize: none;
    /* font-size : 1.2em; */
    border-radius: 4px;
    padding: 1em;
    height: 21em;
    margin-bottom: 2em;
}

.wizard>.content p {
    font-size: 0.87em;
    text-align: center;
    letter-spacing: -0.5px;
    padding: 0.5em 0em 0.8em;
    margin-bottom: 1em;
    line-height: 1.4em;
    font-weight: bold;
}

.wizard>.content>.body input {
    width: 100%;
    /* font-size : 1em; */
    padding: 1em 0.5em !important;
    margin-bottom: 1em;
    border-radius: 4px;
    border: none;
    height: 3em;
    line-height: 1em;
}

.wizard>.content>.body input[type="checkbox"] {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 0.3em 0 0;
}

.wizard>.content>.body label {
    line-height: 1.3em;
    letter-spacing: -0.3px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.wizard>.actions>ul {
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
}

.wizard>.actions>ul>li {
    margin: 0;
    display: inline-block;
    float: none;
    width: 50%;
    box-sizing: border-box;
    padding: 0.5em;
    font-weight: 700;
    font-family: "Open Sans";
}

.wizard>.actions a, .wizard>.actions a:hover, .wizard>.actions a:active {
    background: #2d6ff7;
    border-radius: 4px;
}

.submit-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 100%;
    bottom: 100%;
    background: #FFF;
    display: block;
    z-index: 1000;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 2em 2em 0;
    font-weight: 800;
    /* font-size  : 1.5em; */
    color: #333;
    letter-spacing: -1px;
    display: none;
}

#validation {
    display: inline;
}

/* Media Queries */

@media(max-width: 767px) {
    body {
        font-size: 1rem;
    }
    h1, h2, h3, h4, h5 {
        text-align: center;
    }
    h1 {
        font-size: 1.6em;
        line-height: 1em;
    }
    h2 {
        font-size: 1em;
        line-height: 1.1em;
        margin-bottom: 1.5em;
    }
    h3 {
        font-size: 1.25em;
        line-height: 1.1em;
        margin-bottom: 1em;
    }
    h4 {
        font-size: 1.2em;
        line-height: 1em;
        text-align: center;
    }
    h3.phone {
        margin-bottom: 0.5em;
    }
    .btn-primary {
        font-size: 1.2em;
    }
    header img {
        margin: 0 auto;
        display: block;
    }
    img.mobile-logo {
        display: block!important;
        width: 240px;
    }
    img.desktop-logo {
        display: none!important;
    }
    header .call-us {
        text-align: center !important;
        margin: 0;
    }
    header a, header a:hover {
        font-weight: 700;
    }
    .hero-cta {
        padding-top: 0;
    }
    .hero-text p {
        padding-right: 0;
    }
    .main-content {
        padding: 1em 0 0;
    }
    .categories {
        padding: 0.5em 0 0;
    }
    .categories .badge {
        padding: 0.5em 1.5em 0.5em 0.5em;
        margin-bottom: 1em;
        font-size: 0.6em;
    }
    .hero {
        background-position: left bottom;
    }
    .hero-text {
        padding-top: 2em;
        padding-bottom: 0;
    }
    .lawyers-section {
        /* flex-direction: column-reverse; */
        /* padding: 2em 0.5em; */
        width: 100%;
        margin: 2em 0;
    }
    .lawyers-slider {
        height: 150px;
    }
    .slider-left-overlay, .slider-right-overlay {
        /* width: 50px; */
        display: none;
    }
    /* .lawyers {
        font-size: 1.2em;
        padding-top: 1.5em;
    }

    .lawyers img {
        width: 120px;
        height: 120px;
    } */
    footer .credits {
        text-align: justify;
        padding: 0 0.5em;
    }
    footer a {
        line-height: 4em;
    }
    .wizard {
        width: 100%;
        margin: 0 0 1em;
    }
    .wizard>.content p {
        font-size: 1em;
    }
    .gdpr {
        font-size: 0.9em;
    }
}