@media (max-width: 1280px) {
  .sections_area_manager .amb_div {
    height: 250px;
  }
}

@media (max-width: 1024px) {
  .sections_area_manager .amb_div {
    height: 290px;
  }
}

@media (max-width: 768px){
	.mobile_search {
	    display: block;
	    margin-top: 5px;
	}
	.header-search.hs-expanded input.form-control {
		min-height: 40px;
	}
	.header-search .btn-search i {
		font-size: 20px;
	}
	.logo img {
		max-height: 40px!important;
	}
	/*-------area manager--------*/
	.sections_area_manager .amb_div {
	  height: 240px;
	}
	.area_manager_header {
		padding: 4rem 0;
	}
	.area_manager_title h1 {
		font-size: 40px;
	}
	
	.choose_heads {
		width: 80%;
	}

	.help_container {
	    width: 100%;
	    padding: 55px 0px 104px 0px;
	    background-size: cover;
	    background-position: center;
	    position: relative;
	    background-repeat: no-repeat;
	    z-index: 1;
	}

	.help_desk_text {
	    max-width: 100%;
	    text-align: center;
	    position: relative;
	    top: 35px;
	}

	.help_desk_text > h2 {
	    margin-bottom: -60px;
	    color: #f8d900;
	    margin-top: -50px;
	    letter-spacing: 2px;
	    font-size: 23px!important;
	    font-weight: 600;
	}

	.help_desk_text input {
	    margin-top: 100px;
	    width: 290px!important;
	    padding: 10px;
	    border-radius: 8px;
	    color: #000;
	    font-family: 'Cairo';
	    font-weight: 600;
	    background: #f8f9fab5;
	    border: 1px solid #007bff;
	    box-shadow: 1px 1px 20px 1px #212529;
	}
	.btn_contact_areamgr {
	    position: absolute;
	    right: 0;
	    top: 50px;
	    padding: 12px;
	    background: #14036e;
	    width: 100%;
	    font-size: 18px;
	    font-family: "Roboto";
	    border-radius: 5px;
	    transition: all 0.3s ease 0s;
	}
	.cate_content .cate_container .item {
	    width: 96%;
	    margin: 7px;
	    display: inline-block;
	    float: left;
	}
	.cate_content .cate_container .item .content {
	    height: 200.2px;
	}

	.help_desk_text .search {
	    margin-left: 12px;
	    margin-right: 12px;
	}
	.help_desk_text input {
		background: #fff;
	}
	.apps_padding_left {
	    padding: 0;
	}
}
@media (max-width: 550px){
	.contents_div {
		padding: 14px;
		height: 140px;
		overflow: hidden;
	}
	.contents_div .contents_box img {
		height: 50px;
		width: 50px;
	}
	.contents_div .contents_box h5 {
		font-size: 15px;
		width: 100%;
		padding-left: 0;
	}
}