body {
    font-family: "Roboto", sans-serif;
}

.layout-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Page Header */
.page-header {
    margin: 0;
    padding: 0;
}

.page-title {
    background-color: #001F54;
    color: white;
    padding: 10px 30px;
    margin: 0;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.thin-font {
    font-weight: 300;
}

.banner-sect {
    position: relative;
    width: 100%;
    /* height: 940px; */
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin: 0;
}

.desk-banner {
    width: 100%;
    object-fit: contain;
}

.tablet-banner {
    display: none;
}

.hero-content-container {
    display: flex;
    margin-top: -15%;
}

.hero-text {
    flex: 1;
}

.hero-text h2 {
    color: white;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4;
    margin: 20px;
    display: none;
}

.hero-link {
    margin-right: 14%;
    justify-self: center;
}

.hero-vid-img {
    width: 100%;
    max-width: 28vw;
    height: auto;
    border-radius: 8px;
    border-width: 10px;
    justify-self: center;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.57);
    padding: 12px;
    background-color: #f7f9f9;
    position: relative;
    align-self: center;
}

.crumb-sect {
    margin-top: 30px;
}

.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.breadcrumb .crumb {
    display: inline;
    color: #1a4587;
}

.breadcrumb .crumb:not(:last-child)::after {
    /* content: " > "; */
    margin: 0 5px;
}

.crumb-link {
    color: #1a4587;
    text-decoration: none;
}

.crumb-link:hover {
    text-decoration: underline;
}

.freq-container {
    background-color: #001F54;
}

.freq-content {
    padding: 30px 0;
}

.freq-content h5,
.freq-content p {
    color: #f7f9f9;
    line-height: 1.6;
}

.freq-content h5 {
    margin: 6px 0px;
}

.mobile-banner {
    display: none;
}

.mobile-guard {
    display: none;
}

.guard-type-sect {
    max-height: 275px;
    width: 100%;
    background-color: #7393b3;
    display: flex;
    align-items: flex-start;
}

.guard-type-sect-left {
    flex: 1;
    margin-left: 11%;
}

.guard-type-text {
    color: #f7f9f9;
}

.guard-type-sect-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guard-type-img {
    width: auto;
    max-height: 60rem;
    margin-bottom: 38px;
    margin-left: 20px;
}
.guard-type-list-adj {
    margin-right: 50%;
}

.guard-type-list-adj h5 {
    margin-bottom: 0;
}

.apt-proc-list {
    color: #f7f9f9;
}

ol {
    counter-reset: step;
    list-style: none;
    padding: 8px;
    max-width: 1200px;
}

ol li {
    margin-bottom: 10px;
    padding: 15px 0 4px 28px;
    border-radius: 5px;
    position: relative;
}

ol li:before {
    counter-increment: step;
    content: counter(step) " ";
    font-weight: bold;
    color: #7393B3;
    background-color: #f7f9f9;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.appointment-process-container {
    background-color: #7393B3;
    padding: 20px 0px
}

.appointment-process-container p {
    color: #f7f9f9;
}

.planning-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    column-gap: 4rem;
    row-gap: 18px;
}

.planning-grid-item {
    align-items: center;
}

.planning-grid-item:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}

.planning-grid-item:nth-child(2) {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}

.planning-grid-item:nth-child(3) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}

.planning-grid-item:nth-child(4) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}

.planning-grid-item:nth-child(5) {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
}

.planning-grid-item h5 {
    margin-bottom: 0;
}

.checklist-sect {
    margin-left: 12em;
}

.checklist-sect img {
    margin-bottom: -5px;
    padding-bottom: 0px;
    margin-top: -24rem;
    max-height: 30vw;
}

.free-sect {
    background-color: #017cdA;
    padding: 2rem;
}

.free-sect h4 {
    font-size: 2rem;
    line-height: 1.75;
    color: white;
    margin-top: 0;
}

.free-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    max-height: 300px;
}

.free-flex div {
    flex: 1;
    text-align: center;
    justify-items: center;
}

.free-sect-book {
    max-width: 620px;
}

.get-book {
    display: block;
    background-color: #1Ed760;
    /* margin: 25px auto 0; */
    color: var(--white);
    text-shadow: 1px 1px 1px var(--black);
    box-shadow: 0 10px 6px -6px #222222;
    border-radius: 5px;
    border-color: transparent;
    width: 150px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px
}

.guard-type-sect h2 {
    color: #f7f9f9;
}

@media screen and (min-width:2200px) {
    .crumb-sect {
        margin-top: 60px;
    }

    .guard-type-sect-left {
        margin-left: 15.7%;
    }

    .dig-container-adj {
        padding-top: 30px;
    }

    .title-pad-adjust {
        padding-top: 38px;
    }
}

@media screen and (max-width:2560px) {
    .layout-wrapper {
        max-width: 1800px;
    }

    .page-title {
        font-size: 3.5rem;
    }

    p {
        font-size: 1.35rem;
    }

    .crumb,
    .crumb-link {
        font-size: 1.25rem;
    }
}

@media screen and (max-width:1921px) {
    p {
        font-size: 1.125rem;
    }

    /* .banner-sect {
        height: 730px;
    } */

    .crumb,
    .crumb-link {
        font-size: 16px;
    }

    .crossbanner-left-text h4 {
        font-size: 1.8rem;
    }

    .page-title {
        font-size: 2.8rem;
        padding: 15px 40px;
    }
}

@media screen and (max-width:1640px) {
    .guard-type-sect-left {
        margin-left: 7%;
    }

    .guard-type-img {
        max-height: 35vw;
        margin-left: 130px;
        margin-bottom: 0;
    }
}


@media screen and (max-width: 1400px){
    .free-sect-book {
        max-width: 420px;
    }
}


@media screen and (max-width:1199px) {
    .breadcrumb {
        margin-top: 5em;
    }

    .desk-banner {
        display: none;
    }

    .hero-text h2 {
        display: block;
    }

    .hero-content-container {
        flex-direction: column;
    }

    .tablet-banner {
        display: block;
        width: 100%;
        object-fit: contain;
    }

    .hero-content-container {
        flex-direction: column;
        position: relative;
        margin-top: -40vw;
        gap: 4vw;
    }

    .hero-link {
        max-width: none;
        margin: auto;
    }

    .hero-vid-img {
        max-width: none;
    }

}

@media screen and (max-width:1024px) {
    .page-title {
        padding: 20px 25px;
        font-size: 2.3rem;
    }

    .hero-content-container {
        flex-direction: column;
        position: relative;
        margin-top: -45vw;
        gap: 4vw;
    }

    .hero-link {
        max-width: none;
        margin: auto;
    }

    .hero-vid-img {
        max-width: none;
    }

    .breadcrumb {
        margin-top: 4vw;
    }

    .desk-guard {
        display: none;
    }

    .mobile-guard {
        display: block;
    }

    .guard-type-sect {
        display: block;
        margin-bottom: 0px;
        padding-top: 16px;
        padding-bottom: 24px;
    }

    .guard-type-img {
        max-height: 580px;
        margin-left: 0;
    }

    .guard-type-list-adj {
        margin-right: 0%;
    }

    .free-sect h4 {
        font-size: 1.4rem;
    }

    .free-sect-book {
        max-width: 100%;
        height: auto;
    }

    .planning-grid-item:nth-child(5) {
        grid-row: 3 / 4;
        grid-column: 2 / 3;
    }

    .checklist-sect {
        margin-left: 0;
    }

    .checklist-sect img {
        max-height: 50vw;
    }

}

@media screen and (max-width:767px) {
    .page-title {
        padding: 25px 20px;
        font-size: 2rem;
    }

    .hero-text h2 {
        font-size: 1.2rem;
    }

    .guard-type-img {
        max-height: 22rem;
    }

    .planning-grid-container {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .checklist-sect img {
        display: none;
    }
}

@media screen and (max-width:580px) {
    p {
        font-size: 1.1rem;
    }

    .page-title {
        font-size: 1.8rem;
        padding: 20px 15px;
    }

    .layout-wrapper {
        margin-top: 10%;
    }

    .breadcrumb {
        margin-top: 50px;
    }

    .tablet-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
        width: 100%;
        object-fit: contain;
    }

    .hero-content-container {
        padding: 0 24px;
        margin-top: -250px;
    }

    .hero-text h2 {
        font-size: 1rem;
    }

    .freq-container {
        padding: 0 20px;
    }

    .free-sect h4 {
        font-size: 1rem;
    }

    .free-sect-book {
        padding-top: 20px;
    }

    .free-flex {
        flex-direction: column;
        max-height: none;
    }
}

@media screen and (max-width:0px) {}