:root {
  --black: #000000;
  --dark-black:#4f4f4f;
  --white: #ffffff;
  --red: #ed3237;
  --light-black: #171C24;
  --gry-color: #585858;
  --light-grey: #F8F8F8;
  --dark-grey: #A2A2A2;
}

@media only screen and (min-width:768px){
	.offsetMd {
margin-left: 12.333333%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 87.666667%;
    max-width: 87.666667%;
	}
.nav_menu {
    margin-right: 16px;
}    
}
@media only screen and (max-width: 991px){

.dirct_img {
margin-bottom: 16px;
}
.company_experti_card {
	margin-bottom: 24px;
	height: inherit;
}
.hm_content_info {
margin-top: 15px;
}
.toogle_navigation {
display: none;
}
.navigation_menu {
	justify-content: end;
}
.get_free_quote {
margin-left: 20px;
}
.toggle_menu div:first-child {
    margin-top: 0px;
}
.toggle_menu div:last-child {
    margin-bottom: 0px;
}
.toggle_menu {
  display: inline-block;
  position: relative;
        z-index: 99;
}
.nav_menu {
margin-top: 8px;
}
.top_header_seciton {
display: none;
}
.Product_subImage {
margin-bottom: 15px;
}
.top_header_seciton {
display: none;
}
.ind_about_img {
	margin-bottom: 20px;
}
.discoverBtn_section {
	text-align: left;
}
.call_to_action_info {
	justify-content: flex-start;
}
.experties_content {
margin-bottom: 20px;
}
.contact_from {
	margin-top: 20px;
}
.ft_company_details_wrapper {
padding-right: 0px;
margin-bottom: 20px;
}
.footer_menu {
	margin-bottom: 20px;
}
.myStyle {
    position: fixed;
    display: block;
    background-color: var(--black);
    z-index: 9;
    overflow-y: scroll;
    width: 100%;
    left: 0px;
    max-width: 260px;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.4s all ease-in-out;
}
.myStyle li {
	display: block;
}
.myStyle li a {
	color: var(--white);
	        display: block;
        margin-bottom: 10px;
}
.mobile-logo {
	        display: block;
        background-color: var(--white);
        padding: 20px;
        margin-bottom: 30px;
}
.myStyle:before {
    content: "";
    position: fixed;
    background-color: #00000099;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.change .bar1, .change .bar2, .change .bar3 {
    background-color: var(--white);
}
.mission_info {
    margin-bottom: 30px;
}
.dropdown-menu {
 position: inherit;
        float: inherit;
        margin-left: 10px;
        margin-right: 10px;
        visibility: inherit;
        background: transparent;
        box-shadow: inherit;
        transform: inherit;
        display: none;
        transition: 0.4s all ease-in-out;
}
.dropdown:hover .dropdown-menu {
        visibility: inherit;
        transform: inherit;
    }
.dropdown img {
           filter: invert(1);
        position: absolute;
        right: 12px;
        top: 18px;
        z-index: 99;
}
.dropdown img {
	background:#fff;
}
.dropdown_style {
display: block;
transition: 0.4s all ease-in-out;
}
.hero_banner_slide {
        padding-top: 120px;
    padding-bottom: 120px;
}
}
@media only screen and (max-width: 767px){
	.get_free_quote {
		display: none;
	}
.nav_menu {
margin-top: 0px;
}
.product_tab_title {
	margin-bottom: 15px;
}
.nav-pills li a {
	margin-bottom: 15px;
}

.hero_banner_slide{
        padding-top: 80px;
    padding-bottom: 80px;
}
.banner_content_info h1 {
    font-size: 32px;
}
.sub-dropdown-menu {
    display: block;
}
}

@media only screen and (max-width: 575px) {
	.reachout_bg {
position: relative;
    padding-top: 80px;
	}
	.reachout_bg ul li {
		position: relative;
    margin-bottom: 50px;
    padding: 12px;
	}
	.reachout_bg ul li img {
    position: absolute;
    left: 0px;
    top: -40px;
}
.nav-pills {
    display: block;
}
.nav-pills li {
    margin-bottom: 15px;
}
.nav-pills li a {
    display: block;
    text-align: center;
}
}