/*=== responsive for mobile===*/


@media (max-width: 767px) {
	
/*=== Heading style====*/	
	
h1{
	font-size: 26px;
    font-weight: 700;
    margin-bottom: 0;
    color: #222;
}


h2 {
	font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    color: #222;
}

h3 {
	font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    color: #222;
}

h3 {
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    color: #222;
}

h4 {
	font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #222;
}

h5 {
	font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
    color: #222;
}

h6 {
	font-size: 16px;
    font-weight: 100;
    margin-bottom: 0;
    color: #222;
}

.mobile-tab {
	display: block;
}

.mobile-tab i{
	margin-right: 6px;
}

.top-phone {
	display: none;
}

.navbar-toggler {
	background-color: #fff !important;
	padding: .10rem .16rem !important;
}

.slider-text-info h2 {
	font-size: 28px;
}

.our-process-title {
    font-size: 28px;
}

.banner-text h1 {
    font-size: 22px;
}

 .processBlock, .processLast { 
    height: 80px;
    width: 65%;
    margin: 0 auto;
  }
  
  #process .processBlock::before {
    ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
    
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
    
    height: 4px;
    width: 64px;
    top: 40px;
    left: 0;
  }
  
   #process .processDot { 
    left: 22px;
    top: -10px;
    opacity: 1;    
    
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }
  
  .processDot.lastDot { left: 23px; top: -10px; }

  .processBlock .topProcess {
    position: inherit;
    top: inherit;
  }
  
  #process .processText {
    opacity: 1;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
    font-size: 16px;
    font-weight: 400;
    top: -37px !important;
    position: relative !important;
    text-align: left;
    padding-left: 70px;
  }
  
  .processText br { display: none; }
  
  #process { padding: 60px 0 0 0; }
  .orange { padding: 60px 0 25px; }
  
  .about-info {
	  margin-top: 10px;
  }
  
  .remote-help-section h2 {
    font-size: 20px;
  }
  
  .calltoaction h2 {
	      font-size: 20px;
  }
  
  .contact-sec h3 {
    font-size: 20px;
  }
  
  .contact-form {
    width: 90%;
  }
  
.right-phone {
    text-align: left;
}

}


@media screen and (max-width: 480px) {
  
    .processBlock, .processLast { 
    width: 95%;
    margin-left: 5%;
  }
  
}

@media screen and (max-width: 320px) {
  
    .processBlock, .processLast { 
    width: 100%;
    margin-left: 0;
  }
  
}


/*-- ======= Top Bar css ======= */

@media only screen and (min-width: 768px) and (max-width: 1024px)  {
.processText{
	font-size: 12px;
	}
	
.banner-text h1 {
    font-size: 30px;
}	
	
}


@media only screen and (min-width: 1200px) and (max-width: 1280px)  {
.banner-text h1{
    font-size: 44px;
}
	
}

@media only screen and (min-width: 1300px) and (max-width: 1366px)  {
.banner-text h1{
    font-size: 54px;
}
	
}



@media only screen and (min-width: 1400px) and (max-width: 1440px)  {
.banner-text h1{
    font-size: 50px;
}
	
}


@media only screen and (min-width: 1600px) and (max-width: 1680px)  {
.banner-text h1{
    font-size: 62px;
}
	
}

	

	