.text-deco-nav {
    font-size: 18px;
    font-weight: 550;
}


/* .blog-main-bag-deco {

    background-image: url(./images//blog-bag-img.png);


} */

.geeky-insight-h1-deco {
    color: rgb(0, 0, 0);
    font-size: 60px;
    font-weight: 700;
}

.computer-image-size-deco {
    width: 100%;
    height: auto;
}


/* * {
    box-sizing: border-box;



}



form.latest-feature-search-container input[type=text] {
    padding: 6px;
    font-size: 17px;
    border: 3px solid #EF8655;
    float: left;
    width: 80%;
    background: #ffffff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

form.latest-feature-search-container button {
    float: left;
    width: 20%;
    padding: 11px;
    background: #EF8655;
    color: white;
    font-size: 17px;
    border: 3px solid #EF8655;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
}

form.latest-feature-search-container button:hover {
    background: #ff5d13;
}

form.latest-feature-search-container::after {
    content: "";
    clear: both;
    display: table;
}
*/


* {
    box-sizing: border-box;

}

form.latest-feature-search-container input[type=text] {
    padding: 6px;
    font-size: 17px;
    border: 3px solid #EF8655;
    float: left;
    width: 80% !important;
    background: #ffffff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

form.latest-feature-search-container button {
    float: left;
    width: 20%;
    padding:6px;
    background: #EF8655;
    color: white !important;
    font-size: 17px;
    border: 3px solid #EF8655;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
}

form.latest-feature-search-container button:hover {
    background: #ff5d13;
}

form.latest-feature-search-container::after {
    content: "";
    clear: both;
    display: table;
}


.feature-article-p-text-deco {
    border-radius: 6px;
    padding: 8px;
    background-color: #F76A2A;
    color: white;
    padding-left: 15px;
    font-weight: 600;
    font-size: 23px;
}

.feature-article-categories-subSection-p-text-deco {
    border-width: 3px;
    border-style: solid;
    border-color: #F76A2A;
    width: fit-content;
    padding: 2px;
    border-radius: 4px;
    text-align: center;
}

.Tecnical-service-p-text-deco {
    display: inline;
}

.Photo-data-p-text-deco {
    display: inline;
    text-align: left;
}

.computer-small-p-text {
    font-size: 16px;
    font-weight: 501;
}


.blog-data-backup-small-card-deco {

    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}


/* // Small devices (landscape phones, less than 768px) */
@media only screen and(max-width: 767.98px) {

    .latest-article-custom-class-col {
        display: block;
        width: 100%;
    }
}


@media only screen and(max-width: 991.98px) {
    .latest-article-custom-class-col {
        display: block;
        width: 100%;
    }
}

@media only screen and(max-width: 1199.98px) {

    .latest-article-custom-class-col {
        display: block;
        width: 100%;
    }


}


@media only screen and (max-width: 1399.98px) {


    .latest-article-custom-class-col {
        display: block;
        width: 100%;
    }


}


