
.products-container.ourservices{
    display:flex;
    align-content:space-around;
    /*flex-wrap:wrap;*/
    flex-wrap: wrap;
    width: 100%;
    /*margin-left:68px;*/
    
    
}

.single-service.text-center{
    flex-grow:2;
}


#hover-li{
 position: relative;
 
}



#hover-li>a{margin-top:-8px;}

.hover-tab{
position: absolute;
right: -23vw;
top: 26px;
background:#eee;
width:63vw;
height:476px;
font: 16px/1.5em "Overpass", "Open Sans", Helvetica, sans-serif;
color: #333;
padding:5px;
margin-top:10px;
/*box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);*/
/*border-color: rgba(0,0,0,0.05) rgba(0,0,0,0.05) transparent;*/
/*border-top:1px solid #cccccc;*/
display:flex;
justify-content: space-around;
flex-wrap: wrap;
border-radius:2px;
visibility: hidden;
opacity: 0;
transition: visibility 0.3s, opacity 0.3s linear;
-o-transition: visibility 0.3s, opacity 0.3s linear;
-ms-transition: visibility 0.3s, opacity 0.3s linear;
-moz-transition: visibility 0.3s, opacity 0.3s linear;
-webkit-transition: visibility 0.3s, opacity 0.3s linear;

/*transition: all  0.4s linear;*/
/*-webkit-transition: all  0.4s linear;*/
/*-moz-transition:  all  0.4s linear;*/
/*-o-transition:  all  0.4s linear;*/
 /*animation: fadeIn 1s infinite alternate;*/
/*transform: scale(0);*/

}

/*
for all products page
*/
/*.hover-tab.allproducts{*/
/*  right: -18vw; */
  
/*}*/



 #hover-li:hover .hover-tab{
/*transform: scale(1);*/
visibility: visible;
opacity: 1;
    
}
#hover-li>a>i{
    font-size:13px;
}
.hover-tab.platforms{
    width:200px;
    height:150px;
    padding-bottom:10px;
    left:-54px;
    /*text-align:right;*/
    border:1px solid #cccccc;
}

.hoverItems.platforms>a{
    display:block;
   /*border-bottom:1px solid #cccccc;*/
   margin-left:-10px;
   padding-left:0;
}
.hoverItems.platforms a:last-child{
   border-bottom:none;
}

#hover-li{
        padding-top: 8px;
}
#hover-li:hover>a{
    color:#007FFF;
}
.hoverItems{
    height:430px;
    flex-grow:1;
    padding-top:15px;
    padding-left:26px;
    /*border:1px solid red;*/
    /*border-right:1px solid #cccccc;*/
    
}

.hoverItems a{
display:block;
font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
color:black;
font-size:13px;
text-decoration:none;
margin:0;
padding-bottom:0;
padding-top:0;
}
.hoverItems p{
margin: 0;
padding:0;
}

.hoverItems a:hover{
     text-decoration: underline !important;
     /*color:green;*/
     background-color:#e0ebf3;
}

.hoverItems a:active{
   border:1px solid #cccccc dashed;
   color:red;
}




.hoverItemsFooter{
   width:100%;
   height:36px;
   /*background-color: #e6e6e6;*/
   /*float:bottom;*/
   margin-left:-10px;
   position:relative;
   /*border-bottom:2px solid black;*/
}

.hoverItemsFooter:after{
    content:"";
    position:absolute;
    right:0;
    bottom:0;
    height:36px;
    width:30px;
    margin-right:-10px;
    /*background-color: #e6e6e6;*/
    /*border-bottom:2px solid black;*/
}

.hoverItemsFooter p{
   text-align:center;
   /*padding-top:8px;*/
  
}
.hoverItemsFooter p>a{
   color:black;
}
.hoverItemsFooter p>a:hover{
   text-decoration:underline;
    background-color:#e0ebf3;
}
.hoverItemsFooter p>a:active{
   color:red;
}

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

 .hover-tab.allproducts{
    width: 70vw;
    height: 40vw;
 
} 


}

@media screen and (max-width:1200px){
    
 .hover-tab{
    position: absolute;
    width: 71vw;
   

} 

 .hover-tab.allproducts{
    width: 90vw;
} 


}



@media screen and (max-width:999px){
    
 .hover-tab{
    position: absolute;
    right:5px;
    width: 99vw;
    height: 40vw;
    overflow-y: scroll;
    -ms-overflow-style: none; 
    scrollbar-width: none;
} 
.hover-tab::-webkit-scrollbar{
    display:none;
    width:0;
}
}

@media screen and (max-width:400px){
    
   .products-container.ourservices{

    flex-direction:column;
   flex-wrap: wrap;
    
}

}




/*

for products all page 
*/


.productlogo {
    
     margin-left: 62px;;
}















/*

contact page align section

*/

.container-fluid.contact_main{
    
    padding-left: 0px;
    margin-left: -25px;
   
}

.span4 .contact-info{
    margin-left: 106px;
}



@media screen and (max-width:768px){
.container-fluid.contact_main {
    margin-right: 20px;
}
}

@media screen and (max-width:480px){
    .container-fluid.contact_main {
    padding-left: 0px;
    margin-left: 0px;
    margin-right:0px;
}
}



/*body {*/
/*-ms-touch-action: none;*/
/*touch-action: none;*/
/*}*/

/*.pe-menu-main{*/
/*    height:60px;*/
/*    color: black;*/
/*    background-color: transparent;*/
/*    width: auto;*/
/*    height: 50px;*/
/*    line-height: 50px;*/
/*    box-shadow:none;*/
/*}*/

/*@media only screen and (min-width: 601px){*/
/*.pe-menu-main{*/
/*    height: 55px; */
/*}*/
/*}*/
/*.contact-title h2{*/
/*    text-align:center;*/
/*    font-size:2em;*/
/*}*/

/*.contact_form{*/
/*    background-color:#f8f8f8;*/
/*    border-radius:2px;*/
/*}*/

/*.btn-small.contact_button{*/
/*   margin-left: 30px;*/
/*}*/

/*.contact-section{*/
/*    background-color:#dde9f2;*/
/*}*/
/*.tabset > input[type="radio"] {*/
/*  position: absolute;*/
/*  left: -200vw;*/
/*}*/

/*.tabset .tab-panel {*/
/*  display: none;*/
/*}*/




/*.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,*/
/*.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),*/
/*.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),*/
/*.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),*/
/*.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),*/
/*.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6),*/
/*.tabset > input:nth-child(13):checked ~ .tab-panels > .tab-panel:nth-child(7),*/
/*.tabset > input:nth-child(15):checked ~ .tab-panels > .tab-panel:nth-child(8){*/
/*  display: block;*/
/*}*/

/*
 Styling
*/

/*.tabset > label {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    padding: 3px 26px 13px;*/
/*    border: 1px solid transparent;*/
/*    border-bottom: 0;*/
/*    cursor: pointer;*/
/*    font-size: small;*/
/*    font-weight: 600;*/
/*    transition: .5s;*/
   
/*}*/

/*.tabset > input:focus label::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 26px;*/
/*  bottom: 10px;*/
/*  width: 100%;*/
/*  height: 1px;*/
/*  background: blue;*/
/*  transform: scale(1.1);*/
/*  transition: .5s;*/
/*}*/

/*.tabset > label:hover{*/
/*  transform: scale(1.2);*/
/*   background:#26CD5F;*/
/*   color:white;*/
/*}*/
/*.tabset > input:focus + label {*/
/*  color: red;*/
/*}*/

/*.tabset > label:hover::after,*/
/*.tabset > input:focus + label::after,*/
/*.tabset > input:checked + label::after {*/
/*  background: #EF4036;*/
/*}*/

/*.tabset > input:checked + label {*/
/*  border-color: #ccc;*/
/*  border-bottom: 1px solid #fff;*/
/*}*/

/*.tab-panel {*/
/*    padding: 13px 0;*/
/*    border-top: 1px solid #ccc;*/
/*    margin-top: -6px;*/
/*}*/

/*
=========================================
For hover caresoul 
=======================================
*/
/*.tap-panel{*/
/*    overflow:hidden;*/
/*}*/
/*.tab-panel .item{*/
/*    height:60px;*/
/*    width:40px;*/
/*    background-color:green;*/
/*    color:white;*/
/*    float:left;*/
/*}*/

/*.new_swevice_content.hover-card{*/
/*    height:200px;*/
/*    overflow:hidden;*/
/*}*/

/*.carousel_ul{*/
/*    max-width: 768px;*/
/*    margin-left: 50px;*/
/*}*/


/*.carousel_ul .new_swevice .card-body {*/
/*    padding-top: 2px;*/
/*    padding-left:21px;*/
/*    padding-bottom:5px;*/
/*}*/
/*.carousel_ul .new_swevice .card-body p{*/
/*    margin-bottom:0px;*/
/*}*/
/*.carousel_ul .new_swevice .card-text {*/
/*    text-align: justify;*/
/*    text-justify: inter-word;*/
/*    font-size:12px;*/
/*}*/
/*.carousel_ul .new_swevice .card-title {*/
/*    margin-bottom:5px;*/
/*    text-align:left;*/
/*}*/
/*.carousel_ul .new_swevice .card-custom-img {*/
/*    height: 200px;*/
/*    min-height: 200px;*/
/*    width: 250px;*/
/*}*/


/*.carousel_ul .new_swevice .card-custom{*/
/*    height: 350px;*/
/*    min-height: 350px;*/
/*    width: 250px;*/
/*}*/