body {
  direction: ltr;
  text-align: left;
}

.top_left_menu {
  float: left;
}

.main_menu {
  float: right;
}
.main_menu li a {
    font-weight: 600;
    border-right: rgba(255, 255, 255, 0.38) solid thin;
    border-left: none;
}
.top_left_menu ul li a{
      border-right:none;
      border-left: #7f7691 solid thin;
}
.logo_left {
  float: left;
}
.about_search_icon {
	float:right;
}
.search_form input[type="text"] {
  padding-right: 65px;
}

.search_form input[type="submit"],
.search_form input[type="image"] {
  right: 56px;
}

.form_heading {
  float: left;
  margin-right: 15px;
  margin-left: 0px;
}

.banner_over_section h5 {
	font-size: 44px;
}
.inner_banner_over_section h1 {
	text-align:left;
}
.footer_form {
  float: left;
}

.footer_form_section .field {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}

.footer_form_section .field_submit {
  float: left;
}

.submit_button input[type="submit"] {
  /*background-image: url(/images/right_arrow.png);
  background-position: 94% center;
  background-repeat:no-repeat;*/
  padding: 0;
}

.dropdown_menu>a::before {
  margin-right: 10px;
}

.home_middle_section a.gray_button img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-left: 5px;
}

.media_center_text.text-center img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.bread_crumb ul li {
  float: left;
}

.gray_button.small_button img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.prev_nav img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.next_nav img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.team-col-lg-2 {

  float: left;

}

.category_gird h4 {

  height: unset;
  padding: 0px 30px;
  line-height: 55px;
  margin-bottom: 20px;
}

.category_gird h4 a {
  font-size: 20px;

}

.category_lsiting li a {

  font-size: 18px;
  font-weight: unset;
}

.home_box_col img {
	float: left;
	border-right: #e3e3e3 solid thin;
	border-left:none;
	padding-right: 25px;
	padding-left: 0px;
	margin-right: 25px;
	margin-left: 0px;
}
.home_box_col_text, .home_box_col_text a {
	text-align:left;	
}
.refresh_captcha {
	right: 40px;
    left: unset;
}
.captcha_img {
	right:14px;
	left:unset;	
}
.footer_four_col .duns100 li {
    float: left;
}
.footer_four_col ul li.branch {
	font-size: 17px;
}
.professional_advice_form .checkbox {
	text-align: left;
	font-size:18px;
}
.team_detail_page p img {
	margin-left: 0px;
	margin-right: 10px;	
}
.newsletter_signup_form a {
	padding: 5px 15px 7px;	
}
.team_tab_menu li:after {
	right: 0px;
	left: unset;
}
.toogle_menu h4 {
    height: auto;
    padding: 0;
    border: 0px;
	margin-bottom: 0px;
}
.toogle_menu h4:before, .toogle_menu:hover h4:before{right: 0px;    left: auto;}
.toogle_menu h4 a span {
    margin-right: 30px;
    font-size: 18px;
    line-height: 22px;	
    margin-left: 0px;	
}
.toogle_menu h4 a img {
    padding-right: 25px;
    margin-right: 25px;
    padding-left: 0 !important;
    margin-left: 0 !important;	
    border-right: #e3e3e3 solid thin;
	border-left: 0px;	
}
.category_lsiting.submenu_toggle ul li span.plus {
    position: absolute;
    right: auto;
    left: 0;
margin-left: 0px;	
}
.category_lsiting.submenu_toggle li {
    padding-right: 0;
    position: relative;
    padding-left: 20px;
}
.align .home_box_col_text, .align .home_box_col_text a{
	font-size: 18px;
    line-height: 22px;
}
.new_section_btns>.left_arr_btn>span::after{
	content: '\f105';
	font: 600 14px fontAwesome;
}
@media only screen and (max-width:1279px) {
.toogle_menu h4 a img{
    padding-right: 10px;
    margin-right: 10px;	
}	
.toogle_menu h4 a span{
	font-size: 16px;
    line-height: 18px;
}
}
@media only screen and (max-width:767px) {
	.close_menu {
		right: 20px;
		left: auto;
	}
	.main_menu ul ul li a {
		text-align: left;
	}
	.banner_over_section h5 {
		    line-height: 44px;

	}
	.top_left_menu ul li a {
		    padding: 0 1px;
		    font-size: 12.5px;
	}
	.home_page .search_form input[type="submit"], .home_page .search_form input[type="image"] {
		    right: 36px;
		    left: auto;
	}
	.newsletter_signup_form a {
		padding: 5px 60px 7px;
	}
	.toogle_menu h4 a span {
    font-size: 22px;
    line-height: 22px;
}
}