/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    body {
font-family: 'Raleway', sans-serif;
  overflow-x: hidden !important;
width: 100%;   
   
}
    .image-sec-2 .img2 {
    z-index: 9;
    left: 0;
    right: 0;
    top: 56px;
    position: absolute;
    margin: 0 auto;
    width: 36%;
}
    .image-sec img {
    width: 100%;
    right: 0;
    top: 0;
    float: none;
}
  .image-sec .img2 {
    z-index: 9;
    right: 0;
    left: 0;
    width: 80%;
    margin: 0 auto;
    top: 65%;
    position: absolute;
}
.image-sec-3 .img2 {
    position: absolute;
    z-index: 9;
    right: 0;
    left: 0;
    top: 45px;
    margin: 0 auto;
}
.image-sec-3 .img1 {
    width: 100%;
    right: 0;
    top: 0;
    float: none;
}
    .abt-area-6-blogs .card { margin: 10px 0;}
    .outer .card { width: 337px;
    padding: 6px;
    margin: 0 auto;
    text-align: center; }
    .outer .card .name {     font-size: 24px; }
    .outer {top: 63px;}
    .sec-about {padding: 30px 0;
}
.uni-banner-text-area {
    position: relative;
    left: 0;
    right: 0;
    margin: 10% auto;
    text-align: center;
}    
.banner-area {

    height: auto;
  
}  
    .nav-tabs .nav-item {
    margin-bottom: 10px;
    width: 100%;
}
    .crm-app-inner-pages .top-card { margin-bottom: 25px; }
    .about-tag-row h3 {
    font-size: 4vh;
    color: #fff;
text-align: center;
            padding: 0;
}
    .about-tag-row {
        padding: 20px;}
    .call-btn2 {
        display: block; text-align: center; }
.innovative-section h2 {
    font-size: 34px; }
    .erp-system-slider h2 {
        font-size: 34px;}
    
    .slider-item .animation-card_content .animation-card_content_title { margin: 0px 0px -24px 0px; font-size: 27px; text-align: center;
line-height: 8px; } 
    
    .slider-wrap .slider { top: 20px;}
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...}

/* Medium devices (landscape tablets, 768px and down) */
@media only screen and (max-width: 768px) {...}

/* Large devices (laptops/desktops, 992px and down) */
@media only screen and (max-width: 992px) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}