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

}
@media (max-width: 991px) {
  .accordion-item{border: 1px solid #e6f6ff !important }
  .home_tab .accordion-body{padding: 15px;}
  .home_login_right{border: 0px;}
  .about_img{width: 100%;}
  .home_tab{margin: 25px 0px;}
  .inner_content .tab_content{padding: 25px;}
  .accordion-button{text-transform: uppercase;}
  .top_powered{width: 100%;margin-left: 0px; font-size: 14px;}
  .top_salgon{font-size: 14px;padding:20px 8px;}
  .top_salgon:before{border: 0px;}
  .single_module .single_content{height:auto;}
  #header:after{background:none;}
  #header{background:none;}
}
@media screen and (max-width:980px){
	.mobile_menu{display: block;}
	.menu {display: none;}
	.single_module .title {margin-top:20px;}
}

@media screen and (max-width:768px){
	.test_center{width: 90%;}
	.home_login_right{display:none;}
	#headingOne{display:none;}
	.home_tab .button{width:100%; margin-bottom:20px;}
	.schedule_call_link{margin-right:0px !important;}
	.left_section_contact_about:after{background:none;}
	.about_left{min-height:auto;}
	.case_study_right h1{font-size: 50px; line-height: 50px;}
	.case_challenge_ul ul li .c_left{font-size: 15px;}
}

@media (min-width: 576px) {
  .accordion-container {
    display: none;
  }
}

@media (max-width: 575px) {
  .nav-tabs {
    display: none;
  }
}
