@media only screen and (min-width:725px) and (max-width:871px) and (orientation:portrait) {
    .footer-sect .ftr-services-button-box>.e-con-inner {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .footer-sect .ftr-services-button-box>.e-con-inner > .ftr-btn-link{
        max-width: fit-content;
        width: fit-content;
    }

    .ftr-create-section>.e-con-inner {
        display: flex;
        flex-direction: row !important;
    }

    .ftr-create-section>.e-con-inner>.e-con.e-flex {
        width: 48% !important;
    }

    .ftr-create-section>.e-con-inner>.e-con.e-flex:first-child {
        width: 100% !important;
    }

    .ftr-create-section>.e-con-inner>.e-con.e-flex:nth-child(2) {
        margin-top: 25px;
    }

    /***** Home Services *****/
    .features-area-three .col-xl-3 {
        width: 50%;
    }

    .testimonial-nav-three {
        display: flex;
        bottom: -35px !important;
    }

    /* .project-template .heateor_sss_sharing_container,
    .page-template .heateor_sss_sharing_container,
    .services-template .heateor_sss_sharing_container {
        top: -53px;
    } */
/* 
    .services-template .main-area [data-elementor-type="wp-post"]>.elementor-element {
        padding-top: 40px;
    } */

    .about-service-list .services-details-list-two .list-wrap {
        display: flex;
        column-gap: 20px;
    }

    .about-service-list .services-details-list-two .list-wrap li {
        width: 50%;
        margin-bottom: 0px !important;
    }

    .about-service-list .services-details-list-two .list-wrap li .content .title {
        font-size: 21px;
    }

    .services-template .service-offering-sect .e-con-inner {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }
    .service-offering-sect .service-offering-block{
        width: 47.5%;
    }


    .services-new-layout .features-item-wrap-two > .row>*{
        width: 50%;
    }

    .service-offering-block .transparent-btn-two {
        white-space: normal;
        line-height: 1.6em;
        display: inline-block;
        padding-right: 18px !important;
        text-align: left;
    }

    .service-offering-block .transparent-btn-two::after {
        position: absolute;
        right: 0;
        top: 50%;
    }

    .project-content-two .title{
        height: auto;
    }


}

@media only screen and (min-width:725px) and (max-width:871px) and (orientation:landscape) {
    .footer-sect .ftr-services-button-box>.e-con-inner {

        justify-content: flex-start;
    }

    .testimonial-nav-three {
        display: flex;
        bottom: -35px !important;
    }

    .about-service-list .services-details-list-two .list-wrap {
        display: flex;
        column-gap: 20px;
    }

    .about-service-list .services-details-list-two .list-wrap li {
        width: 50%;
        margin-bottom: 0px !important;
    }
    .services-template .service-offering-sect .e-con-inner {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }
    .service-offering-sect .service-offering-block{
        width: 48.8%;
    }

    .service-offering-block .transparent-btn-two {
        white-space: normal;
        line-height: 1.6em;
        display: inline-block;
        padding-right: 18px !important;
        text-align: left;
    }

    .service-offering-block .transparent-btn-two::after {
        position: absolute;
        right: 0;
        top: 50%;
    }
}


/* @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    .project-template .heateor_sss_sharing_container,
    .page-template .heateor_sss_sharing_container,
    .services-template .heateor_sss_sharing_container {
        top: -5px;
    }
} */