.tech-tips-main .back,
.tech-tips-mobile{
    display: none;
}

@media all and (max-width: 767px) {
    
    a.general-back-btn{
        display: none;
    }

    .tech-tips-main .back{
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        line-height: 21px;
        font-size: 14px;
        text-transform: uppercase;
        width: 62px;
        height: 25px;
        background: #0AB1D6;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        border: 1px solid transparent;
        margin-top: 10px;
        margin-left: 20px;
        margin-bottom: 15px;
    }

    .tech-tips-main .back:hover{
        background: #fff;
        color: #0AB1D6;
        border: 1px solid #0AB1D6;
        text-decoration: none;
    }

    .page-template-archive-tech-tips section.subheader {
        background-image: none!important;
        background: #001a45;
        margin: 0 25px;
        border-radius: 10px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .page-template-archive-tech-tips section.subheader h1{
        font-size: 16px;
        line-height: 24px;
    }

    .page-template-archive-tech-tips section.subheader p{
        font-size: 14px;
        line-height: 21px;
    }

    .page-template-archive-tech-tips .subscribe-form h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
    }

    .page-template-archive-tech-tips .subscribe-form {
        padding-top: 15px;
        max-width: 310px;
    }

    .page-template-archive-tech-tips .subscribe-form .slogan {
        font-size: 10px;
        margin-bottom: 15px;
    }

    .page-template-archive-tech-tips section.subscribe-form .form-row {
        margin-bottom: 10px !important;
    }

    .page-template-archive-tech-tips .custom-input {
        padding: 9px 16px;
        font-size: 10px;
    }

    .page-template-archive-tech-tips section.subscribe-form .form-row:last-child {
        margin-top: 25px;
    }

    .page-template-archive-tech-tips .subscribe-form .btn {
        font-size: 16px;
        padding: 9px 0;
    }
    
    .tech-tips-main .tech-tips{
        display: none;
    }

    .tech-tips-mobile{
        display: block;
    }

    .page-template-archive-tech-tips .section.container-fluid.subscribe-form {
        padding-bottom: 15px;
    }

    .tech-tips-divider {
        width: calc(100% - 40px);
        height: 1px;
        background: #E6EBF0;
        margin: 0 auto;
    }

    .tech-tips-mobile h3 {
        font-size: 14px;
        line-height: 21px;
        font-weight: 600;
        margin-top: 20px;
        margin-left: 10px;
    }

    .alphabet {
        background: #001A45;
        border-radius: 10px;
        margin: 10px 15px;
        font-size: 14px;
        line-height: 22px;
        color: #A1AEB7;
        font-weight: 600;
        padding: 15px;
    }

    .alphabet span {
        display: inline-block;
        margin-bottom: 10px;
    }

    ul.alphabet-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 231px;
    }

    ul.alphabet-list li {
        width: 19px;
        cursor: pointer;
    }

    .alphabet span:hover,
    .alphabet span.active,
    ul.alphabet-list li.active ,
    ul.alphabet-list li:hover {
        color: #fff;
    }

    .tech-tips-post {
        display: flex;
        flex-direction: column;
        margin: 30px 20px;
    }

    .tech-tips-post img {
        height: 123px;
        object-fit: cover;
        border-radius: 10px;
        margin-bottom: 10px;
        width: 100%;
    }

    .tech-tips-post a {
        font-size: 14px;
        line-height: 21px;
        font-weight: 600;
        color: #001A45;
    }    

    button#tech-tips-posts-load-more {
        display: none;
    }

    button#tech-tips-posts-load-more.active {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        line-height: 21px;
        font-size: 14px;
        text-transform: uppercase;
        width: 122px;
        height: 25px;
        background: #0AB1D6;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        border: 1px solid transparent;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    button#tech-tips-posts-load-more:hover {
        background: #fff;
        color: #0AB1D6;
        border: 1px solid #0AB1D6;
    }

    div#tech-tips-posts>p {
        font-size: 14px;
        line-height: 21px;
        font-weight: 600;
        margin-top: 20px;
        margin-left: 20px;
        margin-bottom: 40px;
    }

}