body {
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px;
}
.wsmr-head {
    background-color: #1b75bb;
    position: relative;
}
img {
    width: 100%;
}
img.webhs-logo {
    max-width: 191px;
}
header p {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.36;
    color: #ffffff;
}
header h1 {
    font-size: 33px;
    font-weight: 300;
    color: #ffffff;
}
.top-logo {
    margin-bottom: 70px;
}

.btn {
    width: 268px;
    font-size: 16px;
    padding: 15px;
}
.inner-sub {
    position: absolute;
    top: 100%;
    background-color: #2f2f2f;
    padding: 50px;
    width: 100%;
    -webkit-box-shadow: 0px 15px 10px -15px #2f2f2f;
    -moz-box-shadow: 0px 15px 10px -15px #2f2f2f;
    box-shadow: 0px 15px 10px -15px #2f2f2f;
}
.inner-sub p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.29;
    text-align: center;
    color: #ffffff;
}
.main-body {
    margin-top: 150px;
    background-color: #fafafa;
    padding-bottom: 100px;
}
.tri_box {
    position: relative;
}
.tri {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 100px 0 100px;
    border-color: #2f2f2f transparent transparent transparent;
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -79px;
}

.img-service {
    width: fit-content;
}
h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.67;
    letter-spacing: normal;
    color: #2f2f2f;
}

.btext {
    font-size: 18px;
    font-weight: 600;

    line-height: 1.56;

    text-align: center;
    color: #1b75bb;
}

.img-start {
    width: fit-content;
    margin: auto;
}
footer.end {
    background-color: #1b75bb;
    padding: 60px 0px;
    font-size: 36px;
    color: #fff;
}
div.block {
    margin-bottom: 100px;
}
.webhs-screens {
    transform: translateY(15px);
}
div.block:last-child {
    margin-bottom: 0px;
}
div.block1 {
    margin-bottom: 4rem;
}
div.block2,
div.block3 {
    margin-bottom: 30px;
}

.sabermais:hover {
    cursor: pointer;
}

.model {
    max-width: 1018px;
}
.modal h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.28;
    text-align: left;
    color: #1b75bb;
    margin-bottom: 15px;
}

.modal p {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    text-align: left;
    color: #3a3a3a;
}

.modal input:not(.form-check-input) {
    border: none;
    border-bottom: 1px solid #8f8f8f !important;
    background: transparent;
    width: 100%;
    z-index: 999;
    position: relative;
    border-radius: 0;
}

.modal label {
    top: 0;
    position: absolute;
    left: 25px;
    font-size: 13px;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
    z-index: 1;
}

.modal input::placeholder {
    font-size: 16px;

    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #3a3a3a;
    opacity: 1; /* Firefox */
    text-transform: uppercase;
}

.modal input:-ms-input-placeholder {
    font-size: 16px;

    /* Internet Explorer 10-11 */
    color: #3a3a3a;
    text-transform: uppercase;
}

.modal input::-ms-input-placeholder {
    font-size: 16px;

    /* Microsoft Edge */
    color: #3a3a3a;
    text-transform: uppercase;
}
.block2 > .col > * {
    background: white;
}
.block2 > .col > *:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.block2 > .col > *:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.block2 .col .col:not(.btext) {
    padding-bottom: 45px;
    font-weight: 100;
}
.block2 .col .col.btext {
    height: 95px;
    padding: 25px 0;
}
.block2 .col center {
    padding-top: 25px;
}
.modal .rgpd {
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
}
.blockquote {
    max-width: 80%;
    width: 610px;
    margin: 0 auto;
    position: relative;
}
.blockquote p {
    text-align: left;
    font-weight: 100;
    font-style: italic;
}
.blockquote-footer::before {
    content: "";
}
.blockquote-footer {
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    text-align: right;
    color: #2f2f2f;
}
.blockquote:before {
    content: '"';
    position: absolute;
    font-weight: 900;
    font-size: 114px;
    font-family: "Open Sans", sans-serif !important;
    top: 0;
    color: rgba(27, 117, 187, 0.65);
    left: -50px;
    line-height: 0.5;
    font-style: italic;
}
.sabermais {
    font-weight: 100;
}
.sabermais b {
    font-weight: 600;
}
.modal img {
    width: fit-content;
}

.help-block.with-errors {
    color: red;
}
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .img-start {
        max-width: 100%;
    }

    .img-service {
        position: relative;
        max-height: 95px;
        width: auto;
        top: unset;
        left: unset;
        transform: unset;
    }
    .block {
        display: block;
    }
}
div.block2 > .col > .col:not(.btext) {
    min-height: 240px;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .block1 {
        padding-top: 4rem !important;
    }
    div.block2 > .col > .col:not(.btext) {
        min-height: auto;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .block1 {
        padding-top: 9rem !important;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}

.img-model {
    margin: auto;
}
