@media only screen and (min-width: 992px) {
    .mobile-view-nav{
        display: none;
    }
}
@media only screen and (min-width: 769px) {

    .mobile-view-footer{
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    *{
        clip-path: none!important;
    }
    .header-inner-center,.header-inner-right{
        display: none;
    }
    header.header {
        padding-top: 10px;
    }
    section.header-banner{
        padding: 90px 0;
        margin-top: 80px;
        background-position: 69% 25%;
    }
    .nav-menu {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 100%;
        height: 100vh;
        transform: translateX(-100%);
        transition: all .5s;
        padding: 25px !important;
    }
    button.open-nav svg,button.close-nav svg{
        width: 20px;
        height: 20px;
    }
    button.open-nav,button.close-nav{
        background-color: transparent!important;
        border-style: none!important;
    }
    button.open-nav {
        position: absolute;
        right: 20px;
        top: 30px;
    }
    button.close-nav {
        position: absolute;
        top: 15px;
        right: 20px;
        
    } 
    button.close-nav svg g path{
        fill: #3A4150!important;
    }   
    .phone-icon img {
        width: 30px;
        position: absolute;
        top: 38px;
        right: 110px;
        z-index: 1;
    }
    ul.nav-menu.active li.menu-item{
        display: block;
        transform: translateZ(-100%);
        
    }
    
    ul.nav-menu.active{
        transform: translateX(0);
        z-index: 9;
    }
 

    .how-work-tabs-content.active{
        position: relative;
        padding: 0 20px;
    }
    .testimonial-col{
        min-height: auto!important;
    }
}
@media only screen and (max-width: 768px) {
    p{
        font-size: 14px;
    }
    .col-50{
        width: 100%;
    }
    .brnd-sec-head h2{
        font-size: 24px;
    }
    .header-inner-logo img{
        width: 120px;
    }
    .header-banner-row .col-50:first-child{
        order: 2;
    }
    .header-banner-row .col-50:last-child{
        order: 1;
    }
    .header-banner-title h1, .about-company-txt h2,.section-heading h3 {
        font-size: 24px;
        line-height: 1.5;
    }
    .header-banner-btn a,.choose-us-btn a{
        font-size: 14px;
        padding: 8px 10px;
    }
    .header-banner-btn a:after,
     .header-banner-btn a:before{
        left: 14px;
        top: calc(50% - 12.5px);
      }
    .company-logo-col.col img,.review-img img{
        height: auto;
        width: 180px;
    }
    section.comapany-logo {
        padding: 50px 0 0px;
    }
 
    .section-heading h3 {
        margin: 10px 0 30px 0;
    
    }

    .how-work-col-1,.how-work-col-2{
        width: 100%;
        padding: 0;
    }
    .how-work-tabs-content {
        top: 0;
        left: 0;
    }
    .how-work-tabs-list{
        padding: 5px;
    }
    .how-work-tabs-list span,.how-work-tabs-list h5 {
        font-size: 14px;
    }
    .how-work-tabs {
        display: flex;
        margin-bottom: 15px;
    }
    .how-work-tabs-list.active:after{
        bottom: -18px;
        right: calc(50% - 10px);
        transform: rotate(180deg);
        top: auto;
    }
    .how-work-row{
        padding-bottom: 20px;
    }
    .live-section {
        padding-top: 255px;
    }
    .quick-live-section{
        padding-top: 40px;
        flex-wrap: wrap;
        padding: 20px;
    }
    
    .choose-us-col{
        padding: 20px;
    }  
    .choose-us-btn a:after, .choose-us-btn a:before {
        left: 14px;
        top: calc(50% - 12.5px);
    }
    .tech-problem-bg{
        padding: 0;
    }
    .tech-problem-row .col {
        width: 100%;
    }
    .testimonial-row{
        padding: 0;
    }
    .testimonial-col{
        padding: 20px;
    }

    .benefits-row .col {
        width: 100%;
        margin-bottom: 15px;
    } 
   
    span.icon-txt {
        flex: 1;
}   
    button.acc-heading {
        font-size: 18px;
        line-height: 1.5;
    
}   
    .accordion .item{
        padding: 20px;
    }
    button.acc-heading span{
        right: 5px;
        height: 20px;
        width: 25px;
        top: 38px;
    }
    button.acc-heading span:after{
        right: 7px;
        top: 3px;
        height: 11px;
        width: 11px;
    }
    .inner p{
        font-size: 14px;
    }
    .get-solutions-row{
        flex-wrap: wrap;
        padding: 20px;
    }
    .get-solutions-row h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .address span{
        font-size: 12px;
        margin-left: 0;
    }
    .footer{
        padding-top: 30px;
    }
    .footer-inner-row1.row.mobile-view-footer {
        align-items: flex-start;
    }
    .footer-col img {
        width: 100px;
        margin-top: 15px;
    }
    .desktop-footer{
        display: none;
    }
    .contact-box{
          display: none; 
    } 
    .address.mobile-only-hours span img {
        width: 25px;
        height: 25px;
        margin-top: 0;
    }
    .address.mobile-only-hours {
        display: flex;
        align-items: center;
        margin-top: 5px;
    }
    span.time-txt,span.address-txt{
    margin-left: 8px;
    }
}
@media only screen and (min-width: 576px) and (max-width:767px){
    .benefits-row .col {
        width: 50%;
        margin-bottom: 15px;
    }   
    
    .footer-col {
        width: 50%;
    }
  
}
@media only screen and (min-width:768px) and (max-width:991px){
    .tech-problem-row .col {
        width: 50%;
}
.contact-box{
     
     background: #F4F5F9;
    
     height: auto!important;
     
     max-width: auto!important;
     width: auto!important;
     
     position: absolute; 
}
   
}
@media only screen and (max-width: 575px){

    .company-logo-col.col {
        width: 50%;
    }
   
    .footer-col {
        width: 50%;
    }
    .benefits-row .col{
        padding: 0;
    }
    .mb-mr-15{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 420px){
    .tech-tabs {
    padding: 30px 30px 30px 18px;
}
}
@media only screen and (min-width: 1020px){
    .copy-ryt-txt p {
    text-align: left;
}
}
@media only screen and (max-width: 1126px){
    .contact-box{
        /* display: none; */
        background: #F4F5F9;
        height: 40%;
        max-width: auto;
        width: auto;
        padding: 35px 30px 50px;
        right: 0;
        bottom: 12%;
        position: absolute;
    }
}

@media only screen and (min-width: 992px) and (max-width:1666px){
	section.header-banner {
    background-position: top;
    padding: 90px 0 280px;
   
}
.footer-inner-para {
    max-width: 77%;
}
.get-solutions-col {
    max-width: 75%;
}
.testimonial-col{
    min-height: 454px;
}
}

@media only screen and (min-width: 992px) and (max-width:1024px){
	.header-inner-center {
    width: 64%a;
    text-align: center;
}

.primary-phn-number {
    /* display: none; */
}
}
@media only screen and (max-width: 767px){
    .get-solutions-col {
    text-align: center;
}

.full-display{
    width: 100%;
}

.get-sol-sec-btn{
    display: inline-block;
}

}
@media only screen and (max-width: 575px){
    .content-col{
        width: 100%;
    }

    .gallery {
    display: block!important;
    }
    .tech-list-item .list-heading a{
        position: static;
        display: inline-block;
    }
}
@media only screen and (max-width: 500px){
    .company-logo-col.col {
    width: 100%;
    margin-bottom: 30px;
}
.company-logo-col.col img, .review-img img {
    width: 200px;
}
.no-mrgn{
    margin-bottom: 0px!important;
}
}
@media only screen and (max-width: 1024px){
    #return-to-top{
        display: none!important;
    }
    .mobile-only {
    position: fixed;
    bottom: 6px;
    background-image: linear-gradient(90deg, rgb(255, 94, 36) 0%, rgb(255, 127, 81) 100%);
    text-align: center;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    z-index: 8;
    font-family: 'open sans';
    right: 10px;
    border-radius: 22px;
}
.footer-bottom-padding{
    bottom: 50px;
}
.copy-ryt-padding{
    padding-bottom: 80px;
}
.mobile-only a {
    display: block;
    font-family: 'Open Sans';
    font-weight: normal;
    padding: 8px 0;
    color: #ffffff;
    font-size: 18px;
    padding: 5px 22px;
}
.mobile-only a span {
    position: relative;
    left: 9px;
}
/* .mobile-only a span:after {
    position: absolute;
    content: "\f095";
    left: -20px;
    width: 10px;
    height: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    top: 3px;
    color: #fff;
} */
}
@media only screen and (min-width: 1025px){
.mobile-only{
    display: none;
}
}





/*====  tmb 27-02-2020(L)====*/
@media only screen and (max-width: 1230px){
li.menu-item{
    margin : 0 18px 0 0;
}
a.menu-link{
    padding: 0;
}
.logo-bg{
    width: 100%;
    margin: 0;
}
.company-logo-col.col{
    margin-right: 10px;
    margin-bottom: 10px;
}
.about-company{
    padding-top: 0;
}
.company-logo-row{
    justify-content: center;
}
.company-logo-col.col{
    width: 25%;
}
.tech-tabs{
    padding: 30px;
}
.tech-list-item:nth-child(1n) h3{
    font-size: 20px;
}
.benefits-col{
    min-height: 290px;
}
.footer-row{
    max-width: 100%;
}
.footer-inner-para{
    max-width: 40%;
}
.testimonial-col{
    min-height: 565px;
}
}



@media only screen and (max-width: 1050px){
    li.menu-item{
        margin : 0 0 40px 0;
    }
    
    .tech-tabs{
        padding: 30px 15px;
    }
    .tech-problem-row .col{
        padding: 10px;
    }
    .benefits-row.row .col{
        width: 50%;
    }
    .benefits-row.row .col:nth-child(3n){
        margin-top: 25px;
    }
    .benefits-row.row .col:nth-child(4n){
        margin-top: 25px;
    }
    .tech-tabs span{
        line-height: 1;
    }
    .tech-problem-row .col {
        width: 50%;
    }
    .header-inner-logo{
        height: 100px;
        width: 150px;
    }
}
@media only screen and (max-width: 1050px){
.about-company-row{
    padding-top: 35px;
}
.company-logo-col.col{
    width: 30%;
}
.company-logo-col:nth-child(4){
    margin-top: 25px;
}
.company-logo-col:nth-child(5){
    margin-top: 25px;
}
}
@media only screen and (max-width: 767px){
.header-inner{
    height: 65px;
}
}
@media only screen and (max-width: 575px){
.company-logo-col.col{
    width: 45%;
}
.company-logo-col:nth-child(4){
    margin-top:0 ;
}
.company-logo-col:nth-child(5){
    margin-top:0 ;
}
.tech-problem-row .col {
    width: 100%;
}
.tech-list-item .list-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.benefits-row.row .col {
    width: 100%;
}
}