@media screen and (min-width:1px) and (max-width:767px){
/* Home Page Style Starts*/
body {
	padding: 0;
}

h4, h3, h1 { /* changed on April 7 */
	font-size: 16px !important;
}

h5 { /* changed on nov10 */
	font-size: 14px !important;
}

.wrapper {
	width: 100%;
	position: relative;
}

.col-sm-9,.col-sm-3,.col-sm-6,.col-sm-4,.col-sm-8 {
	padding: 0;
}

/* Header style starts */
.main_header .navbar-default {
	border: 0;
}

.main_header .header_top {
	position: relative;
}

.main_header .header_top>a {
	position: absolute;
	left: 25%;
	top: 12px;
	z-index: 2;
	width: 50%;
}

.main_header .header_top>a img { /*Changed on feb 6*/		
    margin-top: 0;
    width: 100%;
    max-width: 180px
}

.main_header .header_top .search {
	position: absolute;
	right: 0;
	margin-top: 12px;
	width: 35%;
}

.main_header .header_top .search .country_lang .text {
	display: none;
}

.search .country_lang .down_arrow:AFTER {
	left: 5px;
	bottom: 4px;
}

.header_top .stock_tikker {
	display: none;
}

.main_header nav .navbar-toggle {
	float: left;
	margin-left: 10px;
}

.search #global_search {
	width: 35px;
	display: none;
}

.main_header .custom_nav_bar {
	position: absolute;
	z-index: 1000;
	overflow: visible;
	width: 250px;
	height: auto;
	left: -250px;
	border: 0;
	top: 50px;
}

.main_header nav ul.navbar-nav li {
	border-bottom: 1px solid #e3e3e3;
}

.main_header nav ul.navbar-nav li:HOVER {
	background-color: #fff;
}

.main_header nav ul.navbar-nav li ul.dropdown-menu {
	border-top: 1px solid #e3e3e3;
}

.main_header nav ul.navbar-nav>li:last-child {
	border: 0;
}

.main_header nav .dropdown-menu {
	padding: 0;
}

.main_header nav .custom_nav_bar .dropdown-menu li a {
	padding: 15px 22px;
	font-size: 16px;
	background-color: #afafaf;
	color: #e3e3e3 !important;
}

.main_header nav .custom_nav_bar .dropdown-menu li a:HOVER {
	background-color: #afafaf !important;
}

.main_header .custom_nav_bar span {
	float: right;
}

.main_header nav .down_arrow:AFTER {
	content: "\f107";
	font-family: fontawesome;
	position: relative;
	left: 3px;
	font-size: 20px;
}

.main_header nav .up_arrow:AFTER {
	content: "\f106";
	font-family: fontawesome;
	position: relative;
	left: 3px;
	font-size: 20px;
}

.main_header nav .right_arrow:AFTER {
	content: "\f105";
	font-family: fontawesome;
	position: relative;
	left: 3px;
	font-size: 20px;
}

.global_search_mob { /* changed on oct 31*/
	position: relative;
	display: block;
	/*margin-top: 4px;*/
}

.global_search_mob .search_btn {
	width: 30px;
	right: 10%;
	height: 26px;
	border-radius: 2px;
	position: absolute;
	background-color: rgb(175, 175, 175);
	z-index: 2;
	text-align: center;
	padding-top: 4px;
	cursor: pointer;
}

.global_search_mob .search_btn:AFTER {
	content: "\f002";
	font-family: fontawesome;
	color: #e3e3e3;
}

.mobile_search_box { /* changed on oct 31*/
	width: 96%;
	height: 40px;
	position: absolute;
	top: 55px;
	background-color: rgb(175, 175, 175);
	display: none;
	z-index: 2;
	left: 2%;
	right: 2%;
}

.mobile_search_box form {
	margin-top: 5px;
}

.mobile_search_box form input {
	width: 94%;
	margin: 0 auto;
	font-size: 14px;
}

.mobile_search_box .global_search {
	margin: 5px;
	position: relative;
}

.mobile_search_box .global_search input {
	border-radius: 5px;
	padding: 0 10px;
	font-size: 13px;
}

.mobile_search_box .global_search .go_btn {
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

.mobile_search_box .global_search .go_btn img {
	width: 30px;
}

.global_search_mob .up_arrow {
	position: absolute;
	right: 12%;
	top: 14px;
	z-index: 3;
	display: none;
}

.global_search_mob .up_arrow:AFTER {
	content: "\f0d8";
	font-family: fontawesome;
	font-size: 30px;
	color: rgb(175, 175, 175);
}

.main_header nav .navbar-header button,.main_header nav .navbar-header button:HOVER,.main_header nav .navbar-header button:FOCUS
	{
	background-color: rgb(175, 175, 175);
	width: 40px;
	height: 32px;
	padding: 8px;
}

.main_header nav .navbar-header button span {
	background-color: #e3e3e3 !important;
}

nav .mobile_btn {
	position: absolute;
	left: 0;
}
/* Header style ends */
/* content style starts */
.body_content {
	position: relative;
	left: 0;
	padding: 0 5px;
	overflow: hidden;
}
input, button, select, textarea {
width: 100%;
}


.inner_content .content_right {
	margin-top: 30px;
}

.inner_content .content_left h3 {
	font-size: 16px;
}
/*changes done by vijay on April22 for homepage*/
.inner_content .content_left h3 a, .inner_content .content_left h1 a, .inner_content .content_right h4 a{
font-size: 16px;
}


.inner_content .content_left h4 {
	font-size: 20px;
}

.inner_content .content_left h4 span {
	font-size: 22px;
}

.inner_content .content_right h4,.recentnewsh4 {
	font-size: 16px;
}

.inner_content .content_right h3 {
	font-size: 25px;
}

.body_content .stock_tikker {
	margin-top: 25px;
}

.body_content .row {
	margin-right: 0;
}

.stock_tikker .ame,.stock_tikker .ame_value_diff {
	margin-left: 25px;
}

.stock_tikker .arrow_indicator {
	position: absolute;
	bottom: 8px;
}

.stock_tikker .arrow_indicator:BEFORE {
	font-size: 30px;
}
/* content style ends */

/* footer style starts */
/* footer {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -340px;
	z-index: 2;
} */
.main_footer { /*
        Mindtree Dev Feb 4 Commented to Fix the height of footer in mobile. Height will be dynamic earlier was fixed
        height: 320px;*/
	
}
/*Mindtree Dev Feb 4 Commented to Fix the height of footer in mobile. Height will be dynamic earlier was fixed
    .main_footer .footer_bottom
    {
        height: 70px;
    }

    */
.main_footer .footer_bottom p { /*
                Mindtree Dev Feb 4 Commented to Fix the height of footer in mobile. Height will be dynamic earlier was fixed
                changed text-align to center from left
                clear: both;
            padding-top: 25px;*/
	padding-left: 15px;
	font-family: PT Sans;
    /*Hemant: 9th Oct, 2018 Updated font weight*/
    font-weight:400;
	color: #c1c1c1;
	text-align: center;
}

.main_footer .footer_top {
	/* Mindtree Dev Feb 4 Commented to Fix the height of footer in mobile. Height will be dynamic earlier was fixed
            Also added padding-bottom
            position: relative;
        height: 250px;
            */
	padding-bottom: 15px;
}

.main_footer .footer_top .footer_menu {
	display: block;
	padding-top: 20px;
	text-align: center;
}

.footer_top .footer_menu ul li {
	margin-bottom: 10px;
	display: inline-block;
}

.footer_top .footer_menu ul li a {
	padding: 5px 20px;
	font-size: 14px;
	font-family: PT Sans;
    /*Hemant: 9th Oct, 2018 Updated font weight*/
    font-weight:400;
	color: black;
    /*color:black; Mindtree CR change font color*/
}

.footer_top .social_network {
	display: block;
	width: 210px;
	margin: 0 auto;
	padding: 0 10px;
	/*
      Mindtree Dev Feb 4 Commented to Fix the height of footer in mobile. Height will be dynamic earlier was fixed  
        position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;*/
}

.footer_top .social_network ul li {
	float: left;
	margin-right: 8px;
}

.footer_top>ul {
	display: none;
}

.main_footer .footer_bottom .footer_menu {
	display: none;
}

.footer_top .social_network_desk {
	display: none;
}

.footer_top .address {
	display: none;
}
/* footer style ends*/

/* News Room Page starts */
.news ul li .news_content .foreign_lang_selection {
	display: none;
}

.news ul li .foreign_lang_selection {
	clear: both;
	margin-top: 10px;
	float: left;
	width: 98%;
	margin-left: 2%;
}

.news ul li .foreign_lang_selection label {
	font-size: 13px;
	color: rgb(209, 87, 87);
	font-weight: normal;
}

.news ul li .foreign_lang_selection .col-xs-3 {
	width: 23%;
	margin-right: 2%;
}

.news ul li .foreign_lang_selection select {
	font-size: 12px;
	height: 22px;
	padding: 0;
}

.news_list h3 {
	display: inline-block !important;
	float: left;
	margin: 7px 35px 7px 20px;
}

.news_list h4.news_title {
	float: left;
	position: relative;
}

.news_year {
	clear: both;
}

.news_list .news_title .left_arrow {
	position: absolute;
	top: -2px;
	left: -15px;
}

.news_list .news_title .left_arrow:AFTER {
	content: "\f104";
	font-family: fontawesome;
	font-size: 16px;
}
/* Product category page starts*/
.leftmenu_withsubmenu {
	background-color: #f9f9f9;
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
}

.leftmenu_withsubmenu h3.prods {
	padding-top: 5px;
}

.leftmenu_withsubmenu h3.title {
	background-color: #eaeaea;
	border-top: 1px solid #c1c1c1;
	font-family: PT Sans; font-weight: 700;
	font-size: 16px;
	color: #444;
	margin: 15px 0;
	padding: 10px 0 10px 17px;
}

.leftmenu_withsubmenu ul li {
	padding: 0;
	border-bottom: 1px solid #e3e3e3;
}

.leftmenu_withsubmenu ul li ul {
	border-top: 1px solid #e3e3e3;
	padding-left: 0;
}

.leftmenu_withsubmenu ul li ul li:last-child {
	border-bottom: none;
}

.leftmenu_withsubmenu ul li span {
	margin-right: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.leftmenu_withsubmenu ul li span.down_arrow:AFTER { /* 14 oct changed*/
	content: "\f107";
	font-family: fontawesome;
	position: relative;
	left: 3px;
	font-size: 20px;
}

.leftmenu_withsubmenu ul li span.right_arrow:AFTER {
	content: "\f105";
	font-family: fontawesome;
	position: relative;
	left: 3px;
	font-size: 20px;
}

.leftmenu_withsubmenu ul li a {
	padding: 15px 5px;
	display: block;
	position: relative;
}

.leftmenu_withsubmenu>ul>li>a .dropdown_rarrow,.leftmenu_withsubmenu>ul>li>a .dropdown_darrow
	{ /*Changed */
	display: none;
}

#product_category_content .product_content {
	position: relative;
}

#product_category_content .product_content .product_title .prod_title {
	font-size: 13px;
	margin-left: 30px;
}

/* #product_category_content .product_content .product_title .prod_title {
	margin-left: 30px;
} */

#product_category_content .product_content .back .left_arrow {
	float: none;
}

#product_category_content .product_content .back .left_arrow:AFTER {
	content: "\f104";
	font-family: fontawesome;
	position: relative;
	left: 3px;
	font-size: 20px;
}

#product_category_content .product_content .prod_title .right_arrow {
	float: none;
	display: inline-block !important;
}

#product_category_content .product_content .prod_title .right_arrow:AFTER
	{
	content: "\f105";
	font-family: fontawesome;
	position: relative;
	left: 3px;
	font-size: 20px;
}

#product_category_content .product_content h3.prods {
	padding-top: 5px;
	padding-left: 10px;
}

#product_category_content .product_content .product_title {
	float: left;
	width: 100%;
}

#product_category_content .product_content .product_title .back {
	display: inline-block !important;
	float: left;
	margin: 10px;
	cursor: pointer;
}

#product_category_content .product_content ul {
	clear: both;
}

#product_category_content {
	position: relative;
	min-height: 800px;
}

.product_content .business_detail li { /* 21 oct changed starts*/
	border: 0 !important;
	width: 100%;
}

.product_content .business_detail .site_link li:nth-child(2) {
	padding-left: 0px;
}

.product_content .business_detail .contact_no li:nth-child(2) {
	padding-left: 21px;
}

.product_content .business_detail .location li:first-child {
	width: 100%;
}

.product_content .business_detail .location li:nth-child(2) {
	padding-left: 0;
}
/* 21 oct changed starts*/
/* Product category page Ends*/

/*Brand page start */
#brands .brand {
	margin-left: 0;
}
/*Brand page start */

/*Product Detail Overlay */
.detailed_info .modal-dialog {
	padding: 5px;
	margin: 0;
}

#product_category_content .product_content ul li h4 {
	font-size: 14px;
}

.detailed_info li {
	border: 0 !important;
	padding-left: 15 !important;
	width: 100%;
	padding-right: 5px !important;
}

.detailed_info .modal-body .location_list>li {
	border-bottom: 1px solid #e7e7e7 !important;
}

.detailed_info .site_link li:nth-child(2) {
	padding-left: 0px;
}

.detailed_info .contact_no li:nth-child(2) {
	padding-left: 21px;
}

.detailed_info .location li:nth-child(2) {
	padding-left: 0;
}

.detailed_info .map_direction {
	width: 100%;
}
/* Language Selection Overlay */
#Language_selection,#detail {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#Language_selection .modal-dialog {
	padding: 5px;
	margin: 0;
}

#Language_selection .modal-dialog::-webkit-scrollbar {
	width: 5px;
}

#Language_selection .modal-dialog::-webkit-scrollbar-thumb {
	background-color: #838383;
}

#Language_selection .language_select .region {
	width: 46%;
	min-width: 250px;
	display: inline-block;
	padding-left: 10px;
}

#Language_selection .country_selection li {
	display: inline-block;
}
/* Investor Overview page */
.investor .top_navigation_mob {
	float: left;
	padding-left: 10px;
	background-color: #eaeaea;
	width: 100%;
	margin-bottom: 20px;
}

.investor .top_navigation_mob li {
	float: left;
	padding: 10px 30px 10px 0;
}

.investor_body_content .quote .date_content li {
	width: 100%;
}

.investor_body_content .quote .date_content li:nth-child(2) {
	padding-left: 0;
	border-left: 0;
}

.investor_content .form .inline_select {
	margin-bottom: 20px;
}

.investor_body_content .date_content li {
	width: 100%;
}

.investor_body_content .date_content li:nth-child(2) {
	padding-left: 0;
	border-left: 0;
}

.tab li a {
	margin-bottom: 0 !important;
}

.tab ul li {
	display: block;
}

.pagination_content {
	width: 65%;
}

.pagination_content .pagination_list span,.pagination_content .pagination_list a
	{
	padding: 5px 3px;
}

.investor_content .rightside_content {
	width: 100%;
}

.investor_content .investor_body_cont {
	clear: both;
}

/*News at Glance */
.news_glance .news_banner>ul>li {
	width: 100% !important;
}

.news_glance .news_banner>ul>li img {
	width: 100% !important;
}

.news_glance .foreign_lang_news .content li li { /* changed on nov10 */
	width: 30%;
}

.news_glance .recent_news .content>p a { /* changed on nov10 */
	font-size: 16px;
}



/* Smartphones (portrait and landscape) ----------- */
@media ( min-width : 320px) and (max-width: 480px) {
	.main_header .header_top>a {
		left: 70px;
	}

	/* News Room Page starts */
	.news_year ul li {
		padding: 5px 6px 15px;
	}
	.news_list h3 {
		margin: 7px 20px 7px 10px;
		font-size: 17px;
	}
	.news_list h4.news_title {
		font-size: 14px;
	}
	.news ul li .news_content .news_date {
		font-size: 10px !important;
	}
	.news_year a {
		font-size: 14px;
	}
	.news li:nth-child(odd) .news_content .news_date span {
		margin-right: 5px;
	}
	.news .news_content h5 {
		font-size: 16px;
	}
	.news .news_content p,.news .news_content a {
		font-size: 12px;
	}

	/* Product category page starts*/
	#product_category_content .product_content h3.prods {
		display: inline-block !important;
		font-size: 16px;
		margin: 13px 0;
	}
	#product_category_content .product_content .product_title .prod_title {
		font-size: 12px;
		float: right;
		width: 70%;
		margin: 13px 1%;
	}
	#product_category_content .product_content .product_title .back {
		font-size: 13px;
		float: left;
		margin: 10px 3%;
		width: 22%;
	}
	#product_category_content .product_content .product_title span {
		margin-right: 12px;
	}
	#product_category_content .product_content .back .left_arrow:AFTER {
		font-size: 18px;
	}
	.product_content .business_banner { /* 21 oct changed starts*/
		width: 25%;
	}
	.product_content .business_detail {
		width: 70%;
	}
	.detailed_info .map_direction,.product_content .map_direction {
		width: 100%;
	}
	.business_category .business_category_list {
		width: 100%;
		margin-bottom: 5px;
	}
	.product_content .business_category_banner {
		width: 100%;
		float: none;
	}
	/* 21 oct changed ends*/
	/* Product category page Ends*/
	.footer_top .footer_menu ul li a { /* Footer menu */
		padding: 5px 14px;
		font-size: 13px;
	}
	.pagination_content {
		width: 100% !important;
	}
}

/*Sales Rep Dec9*/
.contact_sales_rep label { /*Dec 9*/
	display: block;
	margin-bottom: 10px;
}

.contact_sales_rep select {
	display: block;
	margin-bottom: 10px;
	margin-left: 0;
	width: 100%;
	max-width: 100%;
}

@media ( max-width : 319px) { /* 21 oct changed starts*/
	.product_content .business_banner {
		width: 25%;
	}
	.product_content .business_detail {
		width: 70%;
	}
}
/* 21 oct changed ends*/

/* Home page banner */
#mobile_banner {
	display: block;
}

#desktop_banner {
	display: none;
}

.search .country_lang {
	position: absolute;
	z-index: 2;
}

/*MindtreeDev: Fix for CR StockTicker resizing and placement Feb 3*/
#country_lang .dd-select {
	width: 32% !important;
	min-width: 60px !important;
	max-width: 60px !important;
	border: none;
}

#country_lang .dd-options {
	width: 100% !important;
	min-width: 220px;
	right: 0;
}

/*Link issue in AmetekCalibration 05Jan 2016*/
.col-sm-6 .overview .product_list > .product
{overflow: hidden;}

/*Sitemap content wrapping issue 18Apr 2016*/
.sitemap_container .category {
    margin-right: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    display: inline-block;
    vertical-align: top;
    width: 43%;
}
}