@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    src: local("Lato Regular"), local("Lato-Regular"), url(https://webfonts.zohostatic.com/latoregular/font.woff) format("woff"), url(https://webfonts.zohostatic.com/latoregular/font.woff2) format("woff")
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    src: local("Lato Bold"), local("Lato-Bold"), url(https://webfonts.zohostatic.com/latobold/font.woff) format("woff"), url(https://webfonts.zohostatic.com/latobold/font.woff2) format("woff")
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    src: local("Lato Black"), local("Lato-Black"), url(https://webfonts.zohostatic.com/latoblack/font.woff) format("woff"), url(https://webfonts.zohostatic.com/latoblack/font.woff2) format("woff")
}

@font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 400;
    src: local("Lato Italic"), local("Lato-Italic"), url(https://webfonts.zohostatic.com/latoitalic/font.woff) format("woff"), url(https://webfonts.zohostatic.com/latoitalic/font.woff2) format("woff")
}

html,

.zm_a {
    color: #3db0d6
}

.page {
    background: #fff;
    position: relative;
    white-space: nowrap
}

.page__content {
    padding: 100px 50px;
    width: 500px;
    margin: 0 auto;
    vertical-align: middle;
    white-space: normal
}

.page__header {
    margin-bottom: 35px
}

.page__header h1 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 900
}

.page__header p {
    font-size: 13px;
    color: #7e7e7e
}

.page__header img {
    vertical-align: bottom
}

.form__row {
    margin-top: 15px
}

.form__row-info {
    font-size: 12px;
    color: #7e7e7e
}

.form__row-btn {
    margin-top: 30px
}

.form--label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700
}

.form--input {
    width: 100%;
    border: solid 1px #979797;
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background-color: #fff;
    font-size: 14px;
    padding: 8px;
    box-sizing: border-box
}

.form--input:focus,
.form--input:hover {
    border-color: #4a90e2;
    outline: 0 none
}

.form--input--select {
    padding-right: 30px;
    background-image: url("../images/dropdown.png");
    background-repeat: no-repeat;
    background-position: right center
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #4c84ff;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
    border:0px;
    cursor: pointer;
    transition: all 0.3s ease
}

.btn+.btn {
    margin-left: 12px
}

.btn:hover {
    background-color: #3673f9
}

.ico-send {
    display: inline-block;
    width: 35px;
    height: 25px;
    background: url("../images/send.png") no-repeat;
    background-size: contain
}

.troubleshoot_content {
    text-align: left;
}
.troubleshoot_header {
    margin-bottom: 35px;
    text-align: center;
}

.troubleshoot_header h1 {
    padding: 100px 20px;
    margin-top: 0;
    font-size: 24px;
    font-weight: 900
}

.troubleshoot_header p {
    font-size: 13px;
    color: #7e7e7e
}
.troubleshoot_btn {
    display: inline-block;
    padding: 5px 10px;
    background-color: #4c84ff;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
    border:0px;
    cursor: pointer;
    transition: all 0.3s ease

}
.troubleshoot_btn:hover {
    background-color: #3673f9
}

.tbtn {
    display: inline-block;
    padding: 5px 10px;
    background-color: #4c84ff;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
    border:0px;
    cursor: pointer;
    transition: all 0.3s ease
}

.zmwpContent {
        padding: 30px 30px;
        font-size: 14px;
        font-family:Arial, Helvetica, sans-serif;
        color: #333
        }
.zmwpContent h1 {
        font-size: 24px;
        margin: 0 0 15px;
        font-weight: 900;
    }
    .zmwpContent h1 img {
        vertical-align: baseline;max-height: 30px;width: auto
    }
    .zmwpCEBoxWra {
        display: flex;
    }
    .zmwpCEBox {
        flex: 0 1 25%;
        margin-right: 20px;
        border: solid 1px #ddd;padding: 20px;border-radius: 5px;box-shadow:1px 3px 5px rgba(0,0,0,0.1);
    }
    .zmwpCEBox h5 {
        margin: 0 0 15px;
        font-weight: 900;
        font-size: 14px;
    }
    .zmwpContainer {
        padding: 30px 0;
        border-bottom: solid 1px #efefef;
    }
    .zmwpContainer ul {
        list-style: none;padding: 0;
    }
    .zmwpContainer ul li {
        margin-bottom: 10px;
    }
    .zmwpContainer:last-child {
        border-bottom: 0;
    }
    .zmwpContainer h3 {
        font-size: 16px;margin: 0 0 15px;color: #000;
    }
    .zmwpLink {
        color: #106bd2;
        text-decoration: none
    }
    .zmwpLink:hover {
        text-decoration: underline;
    }
    .zmwpContainer p {
        max-width: 80%;line-height: 22px;margin: 0 0 15px;
    }
    .zmwpTagline {
        font-size: 15px;margin: 0 0 10px;
    }