.product-index {
    float: left;
    width: 23%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;

    background-color: #fff;
    padding-top: 15px;
    margin: 26px 1% 0px;
    border-radius: 3px;

    box-shadow: 10px 10px 11px #d7d7d7;

    cursor: pointer;
    height: 280px;
}

/* .product-index:nth-child(4n+4){

} */
.product-index:hover {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    z-index: 1;
}

body {
    background-color: #f3f3f3;
}

@media (min-width: 1300px) {
    .container {
        width: 1371px;
    }

    .header {
        padding: 0;
        margin-top: 22px;
    }

    .header-nav ul.nav.navbar-nav {
        margin-top: 1em;
    }

    .navbar-nav>li {
        margin: 0 1em;
    }

    .navbar-default {
        width: 77%;
        float: right;
        margin-top: -6px;
    }

    .callbacks_tabs {
        bottom: 7%;
    }
    .callbacks_nav.next {
        left: 91%;
    }
    .callbacks_nav.prev {
        left: 9%;
    }
}

.head_logo {
    float: left;
    width: 23%;
}

.head_logo img {
    width: 14em;
    margin-top: 0.5em;
    float: right;
}
.pricing-top{
    padding: 2em 0 2em;
}

.resp-vtabs .resp-tabs-container{
    height: 502px;
    overflow: hidden;
}
.xm-content{
    height: 193px;
    overflow: hidden;
}
.tabs-right2 img{
    width: 100%;
}

.social img{
    width: 36px;
    height: 36px;
    border-radius: 100%;
}

/****************************************************/

.solution-list{
    display:flex;flex-direction:row;
    justify-content:space-between;
}
.solution-list .solution-title{
    display: inline-block;
    width: 12%;
    height: 37px;
    line-height: 37px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 3px 3px 23px #d8d8d8;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #d8d8d8;
}
.solution-detial{
    width: 100%;
    height: 386px;
    border: 1px solid #d8d8d8;
    margin-top: 33px;
    background-color: #fff;
    display: none;
}
.left-img{
    margin: 15px;
    width: 45%;
    float: left;
}
.left-img img{
    width:100%;
    height: 100%;
    max-height: 355px;
}

.right-text{
    width: 45%;
    float: left;
    margin: 15px 30px;
}
.right-text .text-title{
    color: #ff9800;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}
.right-text .text-content{
    margin-bottom: 30px;
    height: 158px;
    overflow: hidden;
}
.right-text .text-project{
    margin-top: 15px;
}
.right-text .text-project div{
    display: inline-block;
    width: auto;
    border: 1px solid #8bc34a;
    padding: 3px 9px;
    color: #8bc34a;
    border-radius: 3px;
    margin: 0 10px 0 0;
}
.product_xg div{
    display: inline-block;
    width: auto;
    border: 1px solid #8bc34a;
    padding: 3px 9px;
    color: #8bc34a;
    border-radius: 3px;
    margin: 10px 10px 0 0;
}
.solution-show{
    display: block !important;
}
.solution-selected{
    background-color: #ffc107 !important;
    color: #fff;
}

h3.heading{
    text-align: center;
}
.wthree-different-dot{
    background:none;
}

.navbar-default .navbar-nav > li > a{
    border:none;
    font-size: 17px;
    margin-top: 20px;
}

.callbacks1_nav{
    display: none;
}

.callbacks_tabs a:after{
    border-radius: 0;
    width: 67px;
    height: 6px;
    background-color: #8a8b88;
    border: none;
}
.callbacks_tabs{
    left: 8%;
}
.callbacks_here a:after{
    background-color: #f3b907;
}
/* .product_xg{
    margin-top: 20px;
} */
/* .product_xg a{
    border-left: 1px solid #00bcd4;
    padding-left: 11px;
    margin-left: 11px;
    color: #00bcd4;
} */
.b-none{
    border-left: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}