@media (min-width: 768px) {

}

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

}
@media (max-width: 991px){

}

@media (max-width: 1200px) {

}
@media screen and (min-width:2400px) and (max-width: 3000px){
 

}
@media screen and (min-width:1800px) and (max-width: 2399px){
 
 


}
@media screen and (min-width:1400px) and (max-width: 1799px){



}
@media screen and (min-width:1200px) and (max-width: 1400px){

}



@media screen and (min-width:1200px) and (max-width: 1366px){

 

}
 




@media screen and (min-width:1024px) and (max-width: 1199px){
  .main_menu #cssmenu2 > ul > li > a {        padding: 4px 12px;font-size: 13px;}  
 .main_menu #cssmenu2 > ul > li:last-child a {  top: 0;}
 .main_menu #cssmenu2 > ul > li.has-sub > a:before { top: 6px;}
 .main_menu #cssmenu2 > ul > li.has-sub > a {padding-right: 14px;}
  .sliderscaption { top: 10%; }
 
 
 
}

@media screen and (min-width:768px) and (max-width: 1023px){
 .mlogo, .main_menu {display: none;} 
.main_menu2{display:block;} 
.main_menu2 .menu-button {  top: 23%; } 
 .sliderl p {
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
    color: #000;
	   text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}
 
 
 
}


@media screen and (min-width:320px) and (max-width: 767px){
.main_menu2 .menu-button {  top: 22%;}
.mlogo, .main_menu {display: none;} 
.main_menu2{display:block;}  
.header { padding: 0px 0px;}
.sliders {width: 100%;height: auto;position: relative;padding: 0px 10px;overflow: hidden; 
    background: linear-gradient(178deg, rgba(255, 215, 0, 1) 0%, rgba(239, 200, 3, 1) 50%, rgba(198, 162, 9, 1) 100%);display: block;
    padding-top: 0px;margin-right: auto;margin-left: auto;padding-left: 0px;-webkit-box-pack: justify;
    -webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;
    -webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;} 
 .sliderl {padding-top: 100px;}
.aboutr22 {padding-top:20px;}  
.mservicesabtr{margin-top:20px;}
  
}

@media (max-width: 767px){

}

/* 🌐 Responsive Styles */
@media (max-width: 768px) {
  .circle-container {
    width: 400px;
    height: 400px;
  }

  .info-box {
    width: 120px;
    height: 120px;
    padding: 10px;
  }

  .info-box h3 {
    font-size: 13px;
  }

  .info-box p {
    font-size: 12px;
  }

  .center-text h2 {
    font-size: 20px;
  }

  .center-text span {
    font-size: 26px;
  }
}

@media screen and (min-width:320px) and (max-width: 767px){
  
  .circle-container {
    width: 330px !important;
    height: 330px !important;
  }

  .info-box {
    width: 110px !important;
    height: 110px !important;
    padding:2px;
  }

  .info-box h3 {
    font-size:9px !important;
  }

  .info-box p {
    font-size: 7px !important;
  }

  .center-text h2 {
    font-size:15px !important;
  }

  .center-text span {
    font-size: 15px !important;
  }
	.why .info-box img{width:20px !important;margin:1px auto !important}
	
	.why .center-text {
    left: 55%!important;
		top: 55%!important;}
	
	.searchandfilter li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
    width: 50%;
}
	
	.searchandfilter select, .searchandfilter input, .searchandfilter button{font-size:12px;}
	
	
}