.clientBgArea, .lawyerBgArea {
    height: 400px;
    background-size: cover !important;
}

.clientBgArea {
    background: url('../img/user-type-bg-client-light.png') no-repeat;
}

.lawyerBgArea {
    background: url('../img/user-type-bg-lawyer-light.png') no-repeat;
}

.clientBgArea.wow.bounceInLeft.text-center {
    margin-right: -1px;
}

.italic {
    font-style: italic;
    font-weight: bold;
}

.wrapContainer {
    display: flex !important;
    flex-flow: row wrap !important;
    justify-content: space-between !important;
}

@media screen and (max-width: 990px) {
    .wrapContainer {
        flex-direction: column !important;
    }
    
    .orderOne {
        order: 3 !important;
    }
    
    .orderTwo {
        order: 2 !important;
    }
}

.handshake {
    display: flex;
    margin-bottom: 5em;
}

.handshake .col-6 {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

.help-section {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100%;
    overflow: hidden;
    margin-top: 4em;
    position: relative;
}

.help-section .row {
    margin-bottom: 0;
    padding-bottom: 2em;
}

.help-overlay {
    background: var(--light-blue);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    position: absolute;
    height: 30%;
    top: 25%;
    width: 100%;
    z-index: 0;
}

.help-content {
    background: white;
    box-shadow: 0 10px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    border-radius: 20px;
    display: block;
    color: var(--text-color);
    margin: 1em 0 3em;
    padding: 2em 2em 0;
    max-width: 70vw;
    z-index: 1;
}

.help-content h1 {
    margin-bottom: .5em;
}

.help-content::before {
    background: white;
    content: '';
    display: block;
    opacity: .5;
}

@media screen and (max-width: 500px) {
    .help-content {
        max-width: 90vw;
    }
}

.intro-text {
    margin: 0 auto;
    width: 70%;
}

.help-image {
    height: 150px;
    margin-bottom: 2em;
}

.no {
    border-bottom: 2px dotted red;
}

.grow { 
    transition: all .1s ease-in-out; 
}

.grow:hover { 
    transform: scale(1.1); 
}

@media screen and (min-width: 1371px) {
    .lawyerBgArea {
        background: url(../img/user-type-bg-lawyer-light.png) no-repeat;
        height: 700px;
        background-position: bottom;
    }
    
    .clientBgArea {
        background: url(../img/user-type-bg-client-light.png) no-repeat;
        height: 700px;
        background-position: bottom;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1370px) {
    .lawyerBgArea {
        background: url(../img/user-type-bg-lawyer-light.png) no-repeat;
        height: 500px;
        background-position: bottom;
    }
    
    .clientBgArea {
        background: url(../img/user-type-bg-client-light.png) no-repeat;
        height: 500px;
        background-position: bottom;
    }
}

@media screen and (max-width: 1200px) {
    .lawyerBgArea {
        background: url(../img/user-type-bg-lawyer-light.png) no-repeat;
        height: 500px;
        background-position: bottom;
    }
    
    .clientBgArea {
        background: url(../img/user-type-bg-client-light.png) no-repeat;
        height: 500px;
        background-position: bottom;
    }
}

@media screen and (min-width: 994px) and (max-width: 1050px) {
    .lawyerBgArea, .clientBgArea {
        height: 300px;
    }
}

@media only screen and (max-width: 993px) {
    .lawyerBgArea, .clientBgArea {
        background: none;
        height: 350px !important;
        padding-top: 0;
    }
    
    .handshake {
        background: url(../img/handshake-graphic.png) no-repeat;
        background-size: cover;
        background-position: bottom;
        height: 350px;
    }
}

.tooltip-inner {
    padding: 0.5rem 0.75rem;
    color: #212121;
    background-color: white;
    border-radius: 0.1rem;
    border: 1px solid #d7d7d7;
}

.tooltip.show {
    opacity: 1;
}

.tooltip .arrow::before,
.tooltip .arrow::after {
    position: absolute;
    display: block;
    content: '';
    border-color: transparent;
    border-style: solid;
}
