@media only screen and ( max-width: 1000px) {
    body {
        line-height: 1;
        overflow: auto;
        background-color: #ecebec;
    }
    .os-landing-container {
        height: 0 !important;
        display: none;
    }
    .os-bottomnav-container {
        background-color: #ecebec;
        height: 70px;
        width: 100%;
        position: fixed;
        top: 0;
        border-bottom: 1px solid #9e1c21;
        z-index: 3;
    }
    .os-toggle-sidenav-btn-container {
        display: initial;
    }
    .os-topnav-container {
        background-color: #ecebec;
        height: 70px;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 450;
    }
    .os-top-bottomnav-button-container {
        display: none;
    }
    .os-short-logo-container {
        opacity: 1 !important;
    }
    .os-content-section-container {
        background-color: #ecebec;
        padding: 5px;
    }
    .top-section {
        padding-top: 8px;
    }
    .bottom-section {
        padding-bottom: 6px;
    }
    .os-section-header {
        font-family: os-heading-font;
        font-size: 23px;
        padding: 20px 0 0 0;
        text-align: center;
        color: #103a53;
        text-shadow: 1px 3px 1px rgba(0, 0, 0, 0.2);
    }
    .os-short-logo-container {
        height: 32px;
        width: 45px;
        padding: 19px 15px;
        position: absolute;
        left: 0;
        transition: 750ms linear 250ms;
        box-sizing: initial;
    }
    .os-short-logo {
        height: 32px;
        background-image: url(../images/shortlogo2.svg);
        background-repeat: no-repeat;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .os-timeline-deets {
        display: none;
    }
    .os-contact-section-header {
        font-family: os-heading-font;
        font-size: 28px;
        padding: 20px 0 0 0;
        text-align: center;
        color: #ecebec;
        text-shadow: 1px 3px 1px rgba(0, 0, 0, 0.2);
    }
    .os-open-modal {
        margin-bottom: 10px;
        font-family: os-body-font-medium-italic;
        font-size: 14px;
        color: #103a53;
        padding-left: 15px;
        display: initial;
    }
    @media only screen and ( max-height: 740px) {
        .os-section-paragraph {
            width: 100%;
            text-align: justify;
            padding: 25px 0;
            font-size: 14px;
            margin: auto;
            font-family: os-body-font-light;
            color: #103a53;
            line-height: 1.3;
            font-weight: 600;
        }
        .os-section-bullets {
            width: 100%;
            margin: auto;
            font-size: 14px;
            color: #103a53;
            padding: 5px 0;
            font-weight: 600;
            font-family: os-body-font-light;
        }
        .os-career-history-sub-heading {
            font-size: 18px;
            font-family: os-body-font-medium;
            color: #9d1c20;
            margin-bottom: 15px;
        }
        .os-list-style:before {
            content: '';
            display: inline-block;
            height: 9px;
            width: 11px;
            margin-left: -11px;
            background-image: url(../images/bullets.svg);
        }
        .info-box-left {
            border-right: 0;
            padding-top: 0;
        }
        .os-contact-icon-strip {
            width: 55px;
            height: 230px;
            margin-right: 5px;
            margin-left: auto;
            background-image: url(../images/contact.svg);
            background-repeat: no-repeat;
        }
        .os-contact-details-container {
            height: 230px;
            position: absolute;
            top: 0;
            width: 270px;
            right: 65px;
        }
        .os-contact-details-section {
            height: 25%;
            text-align: right;
            font-family: os-body-font-regular;
            font-size: 16px;
            color: #ffffff;
        }
        .os-contact-1 {
            line-height: 65px;
        }
        .os-contact-2 {
            line-height: 56px;
        }
        .os-contact-3 {
            line-height: 54px;
        }
        .os-contact-4 {
            line-height: 44px;
        }
        .os-contact-form {
            padding-left: 10px;
            padding-top: 10px;
            padding-right: 10px;
        }
        .os-contact-inputbox {
            width: 100%;
            height: 40px;
            border-radius: 2px;
            border: 0;
            margin-bottom: 10px;
            background-color: #ecebec;
            padding: 10px;
            font-family: os-body-font-regular;
            color: #103a53;
            outline: none;
        }
        .os-contact-textarea {
            width: 100%;
            height: 120px;
            border-radius: 2px;
            border: 0;
            margin-bottom: 20px;
            background-color: #ecebec;
            padding: 10px;
            font-family: os-body-font-regular;
            color: #103a53;
            outline: none;
        }
        .os-contact-button-container {
            width: 100%;
        }
        .os-designer-img {
            height: 25px;
            width: 23px;
            float: left;
            background-image: url(../images/aplologo2.svg);
            background-repeat: no-repeat;
        }
        .os-designer-text {
            height: 25px;
            width: 210px;
            float: left;
            font-size: 10px;
            color: #ecebec;
            line-height: 25px;
            padding: 0 5px;
            font-family: os-body-font-light;
        }
        .os-designer-container {
            height: 27px;
            width: 235px;
            margin: 10px auto;
        }
        .os-contact-content-section3 {
            height: 37px;
        }
        .os-welcome-text {
            color: #ecebec;
            font-family: os-body-font-light;
            font-size: 45px;
            width: 207px;
            margin: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            height: 70px;
        }
        .info-box-right {
            height: 550px !important;
            display: none;
        }
        .os-contact-info-box {
            height: 225px;
        }
        .os-contact-content-section1 {
            height: 254px;
        }
        .os-cert-continer {
            background-color: #797979;
            margin: 20px 5px 5px 5px;
            border-radius: 0;
            border: 2px solid #b9202b;
            box-shadow: inset 0px 0px 18px 0px black;
            padding: 15px;
        }
        .os-col-custom {
            padding-top: 0;
            padding-bottom: 15px;
            padding-left: 0;
            padding-right: 0;
        }
        .os-cert-flip {
            -webkit-perspective: 800;
            width: 294px;
            height: 416px;
            position: relative;
            margin: 0 auto;
        }
        .os-tab-control-nav-button {
            width: 50px;
        }
        .tab-btn-txt {
            display: none;
        }
        .tab-btn-icon {
            display: initial;
            line-height: 50px;
            font-size: 50px;
        }
        .os-header-ribbon {
            display: none;
        }
        .os-header-ribbon2 {
            background-image: url(../images/side-ribbon300.svg);
            background-repeat: no-repeat;
            height: 55px;
            margin-left: -6px;
            color: #fff;
            line-height: 52px;
            padding: 0 20px;
            font-family: os-body-font-medium;
            font-size: 20px;
            width: 310px;
            display: block;
        }
        .tab-label-content .tab-content {
            position: absolute;
            top: 55px;
            left: 0;
            line-height: 130%;
            display: none;
            right: 0;
            bottom: 70px;
            overflow: auto;
            padding-top: 10px;
            padding-bottom: 0;
        }
        .os-serv-ulist-style {
            margin: 0px 0 10px 0;
            padding-left: 20px;
            width: 100%;
            text-align: left;
            margin: 0;
        }
        .os-tab-label {
            font-size: 12px;
        }
        .os-overlay-inner-container {
            height: 100%;
            width: 100%;
            background-color: #fff;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            position: absolute;
            margin: auto;
        }
        .os-click-ribbon {
            display: none;
        }
        .overlay-visible {
            display: none;
        }
        .os-list-style {
            list-style: none;
            line-height: 1.3;
            padding-bottom: 10px;
        }
    }
    /*Small Devices iPhone 5, Mobicel etc. */
    @media only screen and ( max-height: 570px) {
        .os-cert-flip {
            -webkit-perspective: 800;
            width: 265px;
            height: 375px;
            position: relative;
            margin: 0 auto;
        }
        .os-cert-face-text {
            text-align: center;
            margin-top: 190px;
            font-family: os-body-font-medium;
            font-size: 14px;
            color: #103a53;
            padding: 0 30px;
        }
    }
    @media only screen and ( max-width: 375px) {}
    @media only screen and ( max-width: 360px) {}
    @media only screen and ( max-width: 320px) {}
}
