.main-outer {
    font-family: CiscoSans;
    font-size: 16px;
    line-height: 1.3;
    color: #495057;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    text-rendering: optimizeLegibility;
    max-width: 1024px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    line-height: 0;
    vertical-align: middle;
}

.overall {
    margin: 0;
    padding: 0;
}

.main-outer h1, .main-outer h2, .main-outer h3, .main-outer h4, .main-outer h5, .main-outer h6, .main-outer p {
    margin: 0;
    padding: 0;
}
.main-outer strong{
    font-weight: 800 !important;
}
.d-flex {
    display: flex;
}

.bg-darkblue {
    background-color: #12284c;
}

.bg-light {
    background-color: #e9fafe;
}

.bg-ash {
    background-color: #f2f2f2;
}

.color-dark {
    color: #12284c;
}

.flex-container {
    display: flex;
}

.flex-wrap {
    display: flex;
    flex-flow: row wrap;
}

.main-outer h1 {
    font-size: 34px;
    font-weight: 100;
}

.main-outer h2 {
    font-size: 26px;
    font-weight: 500;
    color: #12284c;
    margin-bottom: 30px;
}

.main-outer h3 {
    font-size: 20px;
    font-weight: 300;
}

.main-outer h5 {
    font-size: 18px;
    font-weight: 300;
}

.main-outer a {
    text-decoration: none;
    font-weight: 300;
}

.main-outer a:hover,.main-outer a:visited {
    text-decoration: none;
 
}

.main-outer p {
    font-size: 14px;
    font-weight: 500;
}

.main-outer sup {
    font-size: 12px;
    vertical-align: super;
}

.sec-spacing {
    padding: 40px 0;
}

.inner-wrapper {
    max-width: 80%;
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.sec-wrapper {
    max-width: 90%;
    margin: 0 auto;
}

/* Section 1 */

.mast-banner {
    display: flex;
    align-items: center;
}

.mast-banner .ban-image, .mast-banner .ban-text {
    flex: 1;
}

.mast-banner .ban-image {
    margin-left: -36px;
    padding-right: 24px;
}

.mast-banner .ban-text {
    color: #ffffff;
}

.mast-banner .ban-text h1 {
    margin-bottom: 16px;
}

.mast-banner .ban-text h5 {
    font-weight: 100;
    line-height: 1.3;
}

/* Section 2 */

.section-2 {
    text-align: center;
}

/* Section 3 */

.section-3 h2 {
    text-align: center;
}

.section-3 h3 {
    color: #58585b;
    margin-bottom: 10px;
    font-weight: 300;
}

.section-3 .mb-2 {
    margin-bottom: 5px;
}

.section-3 .mb-4 {
    margin-bottom: 20px;
}

.section-3 .complex-img {
    flex: 1;
    padding-right: 20px;
}

.section-3 .content {
    flex: 1;
}

.section-3 .flex-container {
    align-items: center;
    margin: 0 0 30px 0;
}

.section-3 .color-dark {
    color: #1e4471;
}

/* Section-4 */

.section-4 h2 {
    text-align: center;
    margin-bottom: 20px;
}

.section-4 h5 {
    text-align: center;
    margin-bottom: 30px;
}

.boxes {
    padding: 30px 17px;
    text-align: center;
    background-color: #ffffff;
    margin: 0 5px;
    flex: 1;
    border-radius: 10px;
}

.boxes:first-of-type {
    margin-left: 0;
}

.boxes:last-of-type {
    margin-right: 0;
}

.boxes img {
    width: 54%;
}

.boxes p:first-of-type {
    margin-top: 30px;
}

/* Section 5 */

.section-5 h2 {
    text-align: center;
}

.section-5 .small-space {
    padding: 16px 10px;
    border-radius: 10px;
}

.section-5 .boxes img {
    width: 44%;
}

.section-5 .boxes h6 {
    font-size: 16.8px;
    font-weight: 300;
    margin: 30px 0 10px 0;
}
.mini-space{
    margin-bottom: 5px !important;
}

.section-5 .boxes p {
    margin-top: 0;
    line-height: 1.3;
}

.section-5 .box-trans .boxes {
    padding: 20px 0;
}

.section-5 .box-trans {
    margin: 30px 0 30px 80px;
}

.section-5 .box-trans .img-box {
    padding: 0;
    flex: 1.4;
}

.section-5 .box-trans .img-box img {
    width: 100%;
}

.section-5 .box-trans .boxes:last-of-type {
    padding: 30px 10px;
    background: #e9fafe;
}

.section-5 .accessories {
    flex: 1;
    text-align: center;
}

.section-5 .accessories>p {
    margin-top: 20px;
}

.section-5 .acc-overall {
    align-items: flex-end;
}

/* Section 6 */

.section-6 h2 {
    text-align: center;
}

.section-6 .flex-container {
    align-items: center;
}

.section-6 .wifi-lock {
    flex: 1;
    padding-right: 80px;
}

.section-6 .prog-overall {
    flex: 2;
}

.section-6 .progress-bar img {
    flex: 1;
    width: 20%;
    height: 92px;
}

.section-6 .progress-bar .prog-content {
    flex: 2;
    padding-left: 16px;
}

.section-6 .progress-bar .prog-content p {
    line-height: 1.5;
}

.section-6 .wifi-lock img {
    width: 100%;
}

.section-6 .progress-bar {
    align-items: center;
    margin-bottom: 20px;
}

/* section 7 */

.section-7 h2 {
    text-align: center;
}

.primary-btn {
    text-decoration: none;
    display: inline-block;
    padding: 7px 16px;
    background-color: #1e4471 !important;
    border-radius: 20px;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 14px;
}

.primary-btn:hover {
    background-color: #1e4471 !important;
}

.section-7 .cta-links {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}

.section-7 .cta-links-3 {
    justify-content: center;
}

.section-7 .cta-links-3 {
    margin-bottom: 0;
}

.section-7 .cta-links-3>a {
    margin: 0 10px;
}

.section-7 h5 {
    margin-bottom: 30px;
    text-align: center;
}

/* section 8 */

.section-8 h5 {
    margin-bottom: 10px;
}

.section-8 a {
    display: block;
    margin-bottom: 10px;
    color: #007493;
    font-size: 12px;
}
.section-8 a:visited{
    color: #007493 !important;
}

/* Section 9 */

.section-9 {
    text-align: center;
}

@media(max-width:767px) {
    .flex-container {
        flex-direction: column;
    }
    .mast-banner {
        flex-direction: column;
    }
    .ban-text {
        padding: 20px;
    }
    .main-outer h1 {
        font-size: 30px;
    }
    .boxes {
        margin: 10px 0;
    }
    .boxes img {
        width: 30%;
    }
    .section-5 .box-trans {
        margin: 0;
    }
    .section-5 .box-trans .boxes img {
        width: 30%;
    }
    .section-5 .box-trans .img-box img {
        width: 50%;
    }
    .section-5 .acc-overall {
        align-items: center;
    }
    .section-5 .accessories {
        margin: 30px 0;
    }
    .section-6 .flex-container {
        align-items: normal;
    }
    .section-6 .wifi-lock {
        padding: 20px 0;
        text-align: center;
    }
    .section-6 .wifi-lock img {
        width: 50%;
    }
    .section-7 .cta-links {
        display: inline-block;
        flex-direction: column;
    }
    .section-7 .cta-links>a {
        margin-bottom: 10px;
        font-size: 12px;
    }
}

@media (max-width:768px) {
    br{
        display: none;
    }
    .section-7 .cta-links{
        display: inline-block;
    }
    .section-7 .cta-links>a{
        margin: 10px 0;
    }
}