
@media only screen and (min-width : 1199px){
	
}

@media only screen and (min-width: 1920px){
   
}

@media only screen and (max-width : 1024px){	
  
}

@media only screen and (max-width : 768px){		
    .slider-text{top: 90px;}
    .slider-text h2{font-size: 32px;}
    .com-info span{    font-size: 24px;}
    .com-info h2{font-size: 20px;}
    .top-three-text label{font-size: 12px;}
    .top-three-text h3{font-size: 22px;}
    .services .services-heading p{padding: 0 100px;}
    .ser-main-div{display: block; text-align: center;}
    .services .icon-name h6 {font-size: 14px;}
    .navbar-dark .navbar-toggler{border-color: rgb(255 255 255 / 59%)}

}

@media only screen and (max-width : 425px){
  .slider-text{overflow: hidden;}
  .main-nav .navbar-collapse{position: absolute; width: 100%; text-align: center; background: #0098da; top: 80px;}
  .new-nav ul li a{line-height: 54px;}
  .navbar-nav li{border-bottom: 1px solid #ffffff38;}
  .slider-img img { max-width: unset;  width: auto;}
  .slider-text { top: 180px;}
  .slider-text h2 { font-size: 50px;}
  .about-comapny-right p{padding: 0;}
  .com-info h2 { font-size: 25px;}
  .com-info span { font-size: 30px;}
  .top-three .col-lg-4:nth-child(2) .top-three-text{margin: 20px 0;}
  .services .services-heading p { padding: 0px;}
  .services .icon-name h6 { font-size: 18px;}
  .contact_form{margin: 30px 0 0;}
  .footer-text img{width: 40%;}

}


@media only screen and (max-width : 375px){
	 .com-info{padding: 50px 0 0;}
	 .com-info h2 { font-size: 22px;}
	 .copy-right{overflow: hidden;}
	}

@media only screen and (max-width : 320px){
	.com-info h2 { font-size: 20px;}
	.copy-right{}
}