.cdetail-container {
    padding: 135px 0px 60px 0px;
}

.tech_head {
    padding: 40px 0;
}

.techno_deta {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    color: #04315a;
}

.tech_wrap {
    display: flex;
    flex-direction: column;
    width: 55%;
    padding-right: 15px;
}                                                                                                                                                                               
.tech_head_data {
    color: #1a73e8;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
    padding-bottom: 25px;
}

.tech_detail_data {
    font-size: 20px;
    line-height: 30px;
    width: 90%;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}
.tech_imgban {
    width: 45%;
    height: auto;
    border-radius: 8px;
    margin: 0;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: stretch;
}
.tech_imgban img {
    border-radius: 8px;
    width: 100%;
    height: auto;
    position: relative;
}
.expertise {
    text-align: center;
    padding: 10px;
    margin-bottom: 25px;

}

.expertise .techtitle {
    font-size: 32px;
    line-height: 45px;
    font-weight: 700;
}

.expertise .techtext {
    margin: 0 auto;
    max-width: 1400px;
    font-size: 20px;
    line-height: 30px;

    color: #767676;
}
.cardwrapp {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding: 0;
}

.tech_card {
    background-color: transparent;
    min-height: 250px;
    padding: 0;
    width: 23.5%;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 25px;
}

.tech_card:nth-child(4n) {
    margin-right: 0;
}

.techcardimg {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 15px;

}

.techcardimg img {
    width: 100%;
    /* border-radius: 12px; */
    height: 100%;
    /* max-width: 70%; */
    max-width: 25%;

    flex-grow: 1;
    object-fit: cover;
}

.techcardimg.leaflet img {
    max-width: 40%;
}
.techcardimg.ovh img {
    max-width: 30%;
}

.techno_crd .title {
    font-size: 23px;
    line-height: 1.6;
    font-weight: 900;
    text-align: center;
    margin: 0;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}


.flip-card-front {
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    border-radius: 1rem;
    background: #fff;
    padding: 10px;
}

.flip-card-front {
 
    color: #4d5969;
}


.tech_info {
    margin-bottom: 0;
    text-wrap: pretty;
    font-size: 16px;
    line-height: 22px;
    /* padding: 10px; */
}

/* landing page company that trust us */

.landingcompimg .tech_card {
    min-height: 190px;
}
.landingcompimg .techcardimg img {
    width: 100%;
    /* border-radius: 12px; */
    height: 100%;
    max-width: 75%;

    flex-grow: 1;
    object-fit: cover;
}
.landingcompimg .techcardimg.imgwid img {
    max-width: 60%;
}
.landingcompimg .techcardimg.reuterswid img {
    max-width: 100%;
}

.landingcompimg .flip-card-front {
    background: #d1d0caad url(../png/pricingcardbg.png) no-repeat right center;
}




/************ responsive css *************/

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

    .tech_card {
        background-color: transparent;
        height: 180px;
        padding: 0;
        width: 23.5%;
        margin-right: 1.5%;
        margin-bottom: 20px;
    }

    .tech_detail_data {

        width: 100%;
    }

    .flip-card-front .title {
        font-size: 20px;
    }

    .tech_head_data {
        font-size: 25px;
        padding-bottom: 18px;
    }

    .tech_detail_data {
        font-size: 18px;
    }
}

@media only screen and (max-width: 980px) {
    .tech_card {
        width: 49%;
        margin-right: 2%;

    }

    .tech_card:nth-child(2n) {
        margin-right: 0;
    }


}

@media only screen and (max-width: 600px) {
    .cdetail-container {
        padding: 25px 0px 40px 0px;
    }

    .techno_deta {
        flex-direction: column;
        
    }

    .tech_imgban {

        width: 100%;
        margin: 0 auto;
    }

    .tech_head_data,
    .tech_detail_data {
        max-width: 100%;
        text-align: center;
        padding: 20px 0 20px 0;
    }

    .tech_head_data {
        font-size: 20px;
    }

    .tech_wrap {
        width: 100%;
    }

    .tech_card {
        width: 100%;
        margin-right: 0;
        height: auto;
    }

}