@media screen and (max-width:1400px) {
	.table-responsive-1400 {
		width: 100%;
		margin-bottom: 15px;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 0;
	}
	.table-responsive-1400>.table {
		margin-bottom: 0;
	}
	.table-responsive-1400>.table>thead>tr>th,
	.table-responsive-1400>.table>tbody>tr>th,
	.table-responsive-1400>.table>tfoot>tr>th,
	.table-responsive-1400>.table>thead>tr>td,
	.table-responsive-1400>.table>tbody>tr>td,
	.table-responsive-1400>.table>tfoot>tr>td {
		white-space: nowrap;
	}
	.table-responsive-1400>.table-bordered {
		border: 0;
	}
	.table-responsive-1400>.table-bordered>thead>tr>th:first-child,
	.table-responsive-1400>.table-bordered>tbody>tr>th:first-child,
	.table-responsive-1400>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive-1400>.table-bordered>thead>tr>td:first-child,
	.table-responsive-1400>.table-bordered>tbody>tr>td:first-child,
	.table-responsive-1400>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0;
	}
	.table-responsive-1400>.table-bordered>thead>tr>th:last-child,
	.table-responsive-1400>.table-bordered>tbody>tr>th:last-child,
	.table-responsive-1400>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive-1400>.table-bordered>thead>tr>td:last-child,
	.table-responsive-1400>.table-bordered>tbody>tr>td:last-child,
	.table-responsive-1400>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0;
	}
	.table-responsive-1400>.table-bordered>tbody>tr:last-child>th,
	.table-responsive-1400>.table-bordered>tfoot>tr:last-child>th,
	.table-responsive-1400>.table-bordered>tbody>tr:last-child>td,
	.table-responsive-1400>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0;
	}
}

@media screen and (max-width:1024px) {
	.table-responsive-1024 {
		width: 100%;
		margin-bottom: 15px;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 0;
	}
	.table-responsive-1024>.table {
		margin-bottom: 0;
	}
	.table-responsive-1024>.table>thead>tr>th,
	.table-responsive-1024>.table>tbody>tr>th,
	.table-responsive-1024>.table>tfoot>tr>th,
	.table-responsive-1024>.table>thead>tr>td,
	.table-responsive-1024>.table>tbody>tr>td,
	.table-responsive-1024>.table>tfoot>tr>td {
		white-space: nowrap;
	}
	.table-responsive-1024>.table-bordered {
		border: 0;
	}
	.table-responsive-1024>.table-bordered>thead>tr>th:first-child,
	.table-responsive-1024>.table-bordered>tbody>tr>th:first-child,
	.table-responsive-1024>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive-1024>.table-bordered>thead>tr>td:first-child,
	.table-responsive-1024>.table-bordered>tbody>tr>td:first-child,
	.table-responsive-1024>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0;
	}
	.table-responsive-1024>.table-bordered>thead>tr>th:last-child,
	.table-responsive-1024>.table-bordered>tbody>tr>th:last-child,
	.table-responsive-1024>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive-1024>.table-bordered>thead>tr>td:last-child,
	.table-responsive-1024>.table-bordered>tbody>tr>td:last-child,
	.table-responsive-1024>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0;
	}
	.table-responsive-1024>.table-bordered>tbody>tr:last-child>th,
	.table-responsive-1024>.table-bordered>tfoot>tr:last-child>th,
	.table-responsive-1024>.table-bordered>tbody>tr:last-child>td,
	.table-responsive-1024>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0;
	}
}

@media screen and (max-width:767px) {
	.table-responsive-767 {
		width: 100%;
		margin-bottom: 15px;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 0;
	}
	.table-responsive-767>.table {
		margin-bottom: 0;
	}
	.table-responsive-767>.table>thead>tr>th,
	.table-responsive-767>.table>tbody>tr>th,
	.table-responsive-767>.table>tfoot>tr>th,
	.table-responsive-767>.table>thead>tr>td,
	.table-responsive-767>.table>tbody>tr>td,
	.table-responsive-767>.table>tfoot>tr>td {
		white-space: nowrap;
	}
	.table-responsive-767>.table-bordered {
		border: 0;
	}
	.table-responsive-767>.table-bordered>thead>tr>th:first-child,
	.table-responsive-767>.table-bordered>tbody>tr>th:first-child,
	.table-responsive-767>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive-767>.table-bordered>thead>tr>td:first-child,
	.table-responsive-767>.table-bordered>tbody>tr>td:first-child,
	.table-responsive-767>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0;
	}
	.table-responsive-767>.table-bordered>thead>tr>th:last-child,
	.table-responsive-767>.table-bordered>tbody>tr>th:last-child,
	.table-responsive-767>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive-767>.table-bordered>thead>tr>td:last-child,
	.table-responsive-767>.table-bordered>tbody>tr>td:last-child,
	.table-responsive-767>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0;
	}
	.table-responsive-767>.table-bordered>tbody>tr:last-child>th,
	.table-responsive-767>.table-bordered>tfoot>tr:last-child>th,
	.table-responsive-767>.table-bordered>tbody>tr:last-child>td,
	.table-responsive-767>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0;
	}
}

@media screen and (min-device-width:768px) and (max-device-width:1014px) and (orientation:portrait) {
	.media-kit-section .financial-box .why-suzlon {
		padding: 0px 7.5px 0px 7.5px;
	}
}

@media screen and (min-device-width:800px) and (max-device-width:1280px) and (orientation:portrait) {
	.media-kit-section .financial-box .why-suzlon {
		padding: 0 0 0 0;
	}
}

@media screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {}

@media screen and (max-device-width:767px) and (orientation:portrait) {
	.breadcrumb {
		padding-top: 90px;
	}
}

@media screen and (max-device-width:1023px) and (orientation:portrait) {
	.breadcrumb {
		padding-top: 90px;
	}
}

@media screen and (max-device-width:767px) and (orientation:landscape) {
	.breadcrumb {
		padding-top: 90px;
	}
}

@media screen and (max-width:1024px) {
	.main-menu.hide-desktop .dropdown.open {
		padding-bottom: 0;
	}
	.breadcrumb {
		padding-top: 90px;
	}
}

@media(min-width:1025px) and (max-width:1250px) {
	.history-page-tab .container.manufacturing-tabs {
		padding-right: 22px;
		padding-left: 22px;
	}
	.productshead.responsive-blue-header-product .d-inline-block {
		padding: 0 37px !important;
	}
	.responsive-blue-header-services .d-inline-block {
		padding: 0 27px !important;
	}
}

@media(max-width:430px) {
	.inner-corpo-social-left .corpotext {
		width: 100%;
		text-align: center;
		display: block;
		padding-right: 0;
	}
	.inner-corpo-social-left img {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-top: 15px;
	}
}

@media(max-width:430px) {
	.global li {
		display: block;
		text-align: left;
		padding: 0 0px;
		padding-bottom: 10px;
	}
	.global-main h3 {
		text-align: left;
	}
	.border-length {
		width: 100%;
	}
}

@media(min-width:431px) and (max-width:767px) {
	.inner-corpo-social-left .corpotext.cortpo-title {
		float: left;
		padding-top: 13px;
	}
	.note-for-shareholders .inner-corpo-social-left .corpotext.cortpo-title {
		float: left;
		padding-top: 0px;
	}
	.note-for-shareholders h4 {
		margin: 0;
	}
	.inner-corpo-social-left img {
		float: right;
	}
}

@media(min-width:300px) and (max-width:767px) {
	#modalUser p {
		font-size: 25px !important;
	}
}

@media(max-width:1023px) {
	.aligntext {
		text-align: left;
		margin-bottom: 10px;
	}
}

@media(min-width:240px) and (max-width:320px) {
	.large_video iframe {
		height: 135px !important;
	}
}

@media(min-width:321px) and (max-width:400px) {
	.large_video iframe {
		height: 185px !important;
	}
}

@media(min-width:401px) and (max-width:767px) {
	.tt-blog-page .blog-box-small .btn-green-bordered {
		position: static !important;
		margin-bottom: 15px;
	}
}

@media(min-width:401px) and (max-width:500px) {
	.large_video iframe {
		height: 235px !important;
	}
}

@media(min-width:501px) and (max-width:600px) {
	.large_video iframe {
		height: 285px !important;
	}
}

@media(min-width:601px) and (max-width:767px) {
	.large_video iframe {
		height: 330px !important;
	}
}

@media(min-width:1251px) and (max-width:1400px) {
	.product-feature-banner .container .prod-feature {
		right: 2% !important;
	}
	.investor_header ul li a {
		padding: 17px 5px;
	}
}

@media(min-width:1025px) and (max-width:1049px) {
	header .search-form {
		width: 228px;
	}
	.media-height a {
		padding: 10px 1px !important;
	}
	.top-menu li a {
		font-size: 10px !important;
	}
	.main-menu.show-desktop .nav>li>a {
		padding: 1px 7px;
		font-size: 11px;
	}
}

@media(min-width:1050px) and (max-width:1150px) {
	header .search-form {
		width: 255px;
	}
	.media-height a {
		padding: 10px 2px !important;
	}
	.top-menu li a {
		font-size: 11px !important;
	}
	.main-menu.show-desktop .nav>li>a {
		padding: 1px 7px;
		font-size: 11px;
	}
}

@media(min-width:1151px) and (max-width:1251px) {
	header .search-form {
		width: 255px;
	}
	.media-height a {
		padding: 10px 2px !important;
	}
	.top-menu li a {
		font-size: 11px !important;
	}
	.main-menu.show-desktop .nav>li>a {
		padding: 1px 10px;
		font-size: 12px;
	}
}

@media(min-width:1252px) and (max-width:1353px) {
	header .search-form {
		width: 306px;
	}
	.media-height a {
		padding: 10px 4px !important;
	}
	.top-menu li a {
		font-size: 12.5px !important;
	}
	.main-menu.show-desktop .nav>li>a {
		padding: 1px 10px;
		font-size: 12px;
	}
}

@media(min-width:640px) and (max-width:767px) {
	.home_page_band .aligntext.home-band,
	.csr-band .aligntext.csr-bandbox,
	.suzlonproduct .aligntext.suzlonproduct-band,
	.s111_band .aligntext.s111_bandbox,
	.s128_band .aligntext.s128_bandbox,
	.s120_band .aligntext.s120_bandbox,
	.service_main_band .aligntext.service_main_bandbox,
	.endtoendsolution_main_band .aligntext.endtoendsolution_main_bandbox {
		width: 50%;
	}
	.s128_band .aligntext.s128_bandbox,
	.s120_band .aligntext.s120_bandbox,
	.service_main_band .aligntext.service_main_bandbox {
		min-height: 75px;
	}
}

@media(min-width:1025px) and (max-width:1250px) {
	.pledge_page .tab_container {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar_inner {
		padding-left: 0;
	}
	.inner-directors-part .directorsinfo {}
	.investor_header ul li a {
		padding: 17px 5px 12px 5px;
		font-size: 10px;
	}
	.turnkey_menu ul li a {
		padding: 17px 3px !important;
		font-size: 12px !important;
	}
	.newindex .million-background h4 .countup {
		font-size: 90px;
		margin-top: -25px;
	}
	.newindex .million-icon-box {
		width: 80px;
	}
	.newindex .bold-million-text {
		font-size: 19px;
		line-height: 21px;
	}
}

@media(min-width:993px) and (max-width:1182px) {
	.services-section .left_content_two .why-suzlon-box .head span {
		font-size: 13px !important;
	}
	.one-earth-box-top.common_earth {
		padding-top: 20px;
	}
}

@media(min-width:601px) and (max-width:767px) {
	.slider-bottom .d-inline-block {
		padding: 0;
		float: left;
		width: 50%;
		margin-bottom: 15px;
		height: 74px;
		padding-left: 10px;
	}
}

@media(min-width:481px) and (max-width:767px) {
	.india-tab .table thead tr th {
		padding: 8px 4px;
	}
	header .search-form.mob_tab_search {
		width: 230px;
		margin-right: 15px;
	}
	.press-release-section .end-date-press-release,
	.press-release-section .gobtn,
	.news-page .end-date-press-release,
	.news-page .gobtn {
		padding-right: 0;
	}
	.press-release-section .start-date-press-release,
	.news-page .start-date-press-release {
		padding-left: 0;
	}
	.press-release-section .press_release_tab.product-tabs .tabs li,
	.news-page .press_release_tab.product-tabs .tabs li {
		width: 25%;
	}
}

@media(max-width:380px) {
	.main-section .foundation .foundation-image {
		bottom: -40px;
	}
}

@media(max-width:480px) {
	header .search-form.mob_tab_search {
		width: 100px;
		margin-right: 15px;
		margin-top: 5px;
	}
	.mob_tab_logo {
		width: 160px;
		float: left;
		margin-top: 6px;
	}
}

@media(max-width:600px) {
	.slider-bottom .d-inline-block {
		padding: 0;
		margin-bottom: 15px;
		display: block;
		padding-left: 0px;
	}
	.slider-bottom .text-icon {
		padding-left: 10px;
	}
	.episode-content .head.lightblue-bg .thumbnail-title h4 {
		font-size: 12px !important;
		line-height: 14px !important;
	}
	.press-release-section .outer-press-release-tabs,
	.news-page .outer-press-release-tabs {
		padding-left: 0;
		padding-right: 0;
	}
	.press-release-section .press_release_tab.product-tabs .tabs li,
	.news-page .press_release_tab.product-tabs .tabs li {
		min-height: 50px;
		width: 33.33%;
	}
	.press-release-section .tabs li,
	.news-page .tabs li {
		width: 33.33%;
		min-height: 50px;
	}
	.press-release-section .press_release_tab.product-tabs .tabs,
	.news-page .press_release_tab.product-tabs .tabs {
		display: initial !important;
	}
	.press-release-section .gobtn,
	.news-page .gobtn {
		width: 70px !important;
		text-align: center;
		padding: 16px 0 !important;
	}
	.press-release-section .end-date-press-release,
	.press-release-section .start-date-press-release,
	.press-release-section .gobtn,
	.news-page .end-date-press-release,
	.news-page .start-date-press-release,
	.news-page .gobtn {
		width: 100%;
		float: none;
		display: table;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}
}

@media(max-width:992px) {
	.job-opportunity-tabs .tabs {
		display: none;
	}
	.china-product .container {
		padding-bottom: 20px;
	}
	.global-tabs.china-product .address {
		padding-top: 0px !important;
	}
	.china_content .asia_section .btn {
		margin-bottom: 15px;
	}
	.blog-tt .blog-detail img {
		padding-bottom: 15px;
	}
}

@media(max-width:993px) {
	.australia_page .tab_drawer_heading {
		background: #ffffff;
		padding-left: 0;
		padding-top: 20px;
	}
	.australia_page .tab_content {
		padding-top: 0px;
	}
	.tab_drawer_heading.tab-third {
		padding-top: 0;
	}
}

@media(min-width:768px) and (max-width:831px) {
	.responsive-padding .main-section .news-section,
	.responsive-padding .main-section .section-box {
		min-height: 464px;
	}
	.recent-blogs .blog-box-small {
		min-height: 325px;
	}
}

@media(min-width:832px) and (max-width:992px) {
	.recent-blogs .blog-box-small {
		min-height: 288px;
	}
}

@media(min-width:993px) and (max-width:1105px) {
	.blog-detail .blog-wrapper .blog-box-small .btn {
		bottom: 15px;
	}
	.invest-annoucement-section .notice-box h4 span,
	.investor_container .helpdesk_box h4 span {
		font-size: 12px !important;
	}
}

@media(min-width:1025px) and (max-width:1350px) {
	.india_container .tab_content .responsive-padding.container,
	.india_container .tab_content .responsive-padding {
		padding-right: 0;
		padding-left: 0;
	}
	.china-product .tab_content .responsive-padding.container,
	.china-product .tab_content .responsive-padding {
		padding-right: 0;
		padding-left: 0;
	}
}

@media(min-width:1025px) and (max-width:1250px) {
	.d-inline-block {
		padding: 0 28px !important;
	}
}

@media(min-width:1251px) and (max-width:1350px) {
	.west_zone_box {
		height: 235px;
	}
	.south_zone_box {
		height: 262px;
	}
	.director-thumbnail-height,
	.director-thumbnail-heightone,
	.director-thumbnail-heighttwo {
		height: auto;
	}
	.director-thumbnail-heightthree,
	.director-thumbnail-heightfour,
	.director-thumbnail-heightfive {
		height: auto;
	}
	.director-thumbnail-heightsix,
	.director-thumbnail-heightseven,
	.director-thumbnail-heighteight {
		height: auto;
	}
	.directors-part .directors-box .btn.btn-green-bordered {
		padding: 7px 5px 7px 5px !important;
	}
	.d-inline-block {
		padding: 0 46px !important;
	}
}

@media(min-width:993px) and (max-width:1250px) {
	.general_meeting_tabs {
		margin-right: 0;
		margin-left: 0;
	}
	.america_service_box.content {
		min-height: 310px !important;
	}
	.product-feature-banner .container .prod-feature {
		right: -2% !important;
		width: 100% !important;
	}
	.prod-feature-box .btn-green-bg {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: table;
	}
	.product-feature-banner .container .prod-feature .prod-feature-box {}
}

@media(min-width:768px) {
	.quality-mgt-tab .tab-outer,
	.north-america-tab .tab-outer {
		background: #f0f1f3;
		border-bottom: 1px solid #cccccc;
		border-top: 1px solid #cccccc;
		height: 50px;
	}
	.quality-mgt-tab ul.tabs li:first-child,
	.north-america-tab ul.tabs li:first-child {
		border-left: 1px solid #b7bcc6;
	}
	.quality-mgt-tab ul.tabs li,
	.north-america-tab ul.tabs li {
		float: left;
		margin: 0;
		cursor: pointer;
		overflow: hidden;
		position: relative;
	}
	.quality-mgt-tab ul.tabs li,
	.north-america-tab ul.tabs li {
		border-right: 1px solid #b7bcc6;
	}
	.quality-mgt-tab .tabs,
	.north-america-tab .tabs {
		margin: 0;
		float: left;
		list-style: none;
		width: 100%;
	}
	.responsive-back {
		display: none;
	}
	.medium_device_csr {
		background: #23375B;
	}
	.basic_content .inner_basic_content.container {
		padding-left: 36px;
		padding-right: 46px;
	}
	.outer_box_left .inner_supply_chain_section.container {
		padding-left: 36px;
		padding-right: 46px;
	}
	.vender_inner.container {
		padding-left: 36px;
		padding-right: 46px;
	}
}

@media(min-width:451px) and (max-width:767px) {
	.s97meter.s97meter-align {
		padding-left: 0;
		padding-right: 0;
	}
	.s97meter.s97meter-align .prod-feature {
		padding-left: 0;
		padding-right: 0;
	}
}

@media(min-width:1025px) and (max-width:1080px) {
	.end_to_end_section .header-2 ul li a {
		font-size: 10px;
		padding: 17px 3px;
	}
	.end_to_end_solution_blue.responsive-blue-header-endtoend .d-inline-block {
		padding: 0 15px !important;
	}
	.secondary-menu-whysuzlon ul>li>a {
		font-size: 11px;
	}
}

@media(min-width:1081px) and (max-width:1280px) {
	.end_to_end_section .header-2 ul li a {
		font-size: 10px;
		padding: 17px 2px;
	}
	.end_to_end_solution_blue.responsive-blue-header-endtoend .d-inline-block {
		padding: 0 5px;
	}
	.responsive-blue-header-product .d-inline-block {
		padding: 0 15px !important;
	}
}

@media(min-width:1025px) and (max-width:1263px) {
	.bullets_left {
		width: 181px;
		float: left;
	}
}

@media(min-width:1025px) and (max-width:1280px) {
	.investor_container.investor-helpdesk.container {
		padding-right: 0 !important;
	}
}

@media(min-width:993px) and (max-width:1140px) {
	.container.investorsmain .invest-box .head h4 span {
		font-size: 12px;
	}
}

@media(min-width:768px) and (max-width:800px) {
	.director_thumbnail_two_column_first {
		height: 470px;
	}
	.director_thumbnail_two_column_second {
		height: 498px;
	}
	.director_thumbnail_two_column_third {
		height: 621px;
	}
	.director_thumbnail_two_column_fourth {
		height: 823px;
	}
	.director_thumbnail_two_column_fifth {
		height: 675px;
	}
	.container.investorsmain .invest-box .head h4 span {
		font-size: 13px;
	}
}

@media(min-width:801px) and (max-width:991px) {
	.director_thumbnail_two_column_first {
		height: 470px;
	}
	.director_thumbnail_two_column_second {
		height: auto;
	}
	.director_thumbnail_two_column_third {
		height: auto;
	}
	.director_thumbnail_two_column_fourth {
		height: auto;
	}
	.director_thumbnail_two_column_fifth {
		height: auto;
	}
}

@media(max-width:991px) {
	.press_release_tab .tab-outer {
		background: #f0f1f3 !important;
	}
}

@media(min-width:768px) and (max-width:1023px) {
	.austrelia-contents.wind_farm_tab {
		padding-left: 0;
		padding-right: 0;
	}
}

@media(min-width:1024px) and (max-width:1366px) {
	.pdf-title-width {
		width: 95.2%;
	}
}

@media(min-width:768px) and (max-width:1024px) {
	.one-earth-outer .suzlonleedimage {
		padding-right: 0;
	}
	.investor_helpdesk_container {
		padding-right: 0 !important;
	}
	.why-suzlon .investor_blue_box_outer .blue_box_investors {
		padding: 7.5px;
	}
	.why-suzlon .investor_blue_box_outer .blue_box_investors .invest-box {
		margin-bottom: 0 !important;
	}
	.investor_blue_box_outer.responsive-padding {
		padding: 0 7.5px 7.5px 7.5px !important;
	}
	.suzlon_solution_heading.head-blue {
		margin-bottom: 20px !important;
	}
	.classic-fleet-tab .content h3 {
		margin-top: 30px !important;
	}
	.classic-fleet-tab .content h3.firstheading97 {
		margin-top: 0px !important;
	}
	.product-feature-banner120.product-feature-banner {
		padding-top: 5px;
		padding-bottom: 22px;
	}
	.rightside_pioneer_section.pioneer_right {
		padding-left: 20px !important;
	}
	.outer_key_feature.outer-pioneer-right {
		width: 100%;
		float: left;
		padding-left: 40px;
	}
	.product_solution.graphics_key .image_box_circle {
		width: 130px;
		margin-left: 36px;
	}
	.product_solution.graphics_key .inner_circle.inner_circle1,
	.product_solution.graphics_key .inner_circle.inner_circle2,
	.product_solution.graphics_key .inner_circle.inner_circle3,
	.product_solution.graphics_key .inner_circle.inner_circle4,
	.product_solution.graphics_key .inner_circle.inner_circle5,
	.product_solution.graphics_key .inner_circle.inner_circle6 {
		width: 100%;
	}
	.product_solution.graphics_key .text_box {
		width: auto;
	}
	.suzlon_range_section.rangebox {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.blog-box-small .btn-green-bordered {
		left: 30px;
	}
	body header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	#myCarousel {
		top: 71px !important;
	}
	.nplr_sm {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.inner-corpo-social-right .outer-csrknomore .csrknomore.about-page {
		float: none;
		margin: 0 auto;
		display: table;
	}
	.inner-corpo-social-left .corpotext {
		width: 100%;
		text-align: center;
		display: block;
		padding-right: 0;
	}
	.inner-corpo-social-left img {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-top: 0px;
	}
	header .search-form.mob_tab_search {
		width: 327px;
		margin-right: 15px;
	}
}

@media(max-width:768px) {
	.s120_margin_header.margin-responsive-header {
		margin-bottom: 0px;
	}
}

@media(min-width:768px) and (max-width:1040px) {
	.inner-corpo-social-left .corpotext {
		width: 100%;
		text-align: center;
		display: block;
	}
}

@media(min-width:768px) and (max-width:900px) {
	.investor_container.investor-helpdesk .helpdesk_heading span {
		font-size: 13px;
	}
}

@media(min-width:768px) and (max-width:992px) {
	.other_disclosure_heading .paddingLeft15 {
		padding-left: 0;
	}
	.key_updates_section .tab_container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.nort_america_container .tab_container {
		padding-left: 22px;
		padding-right: 22px;
	}
	.pdf-title-width {
		width: 94%;
	}
	.china-product .tab-china,
	.india_container .tab-india {
		height: 0;
	}
	.india_tab_container b {}
	.whats-new_financial-report-section .pressreleases {
		padding-left: 15px;
		padding-right: 25px;
	}
	.inner-financial-section .head-blue {
		padding-left: 10px;
	}
	.whats-new_financial-report-section .head-blue {
		padding-left: 15px;
	}
	.board-committees .head span {
		font-size: 16px !important;
	}
	.bottom-spacing {
		padding-bottom: 10px;
	}
	.carousel-caption p {
		font-size: 13px;
		line-height: 20px;
	}
	.caption-background {
		padding: 15px 7.5px;
		margin-left: 10px;
	}
	.caption-background h2 {
		font-size: 22px;
		line-height: 27px;
	}
	.caption-background .knowmore {
		margin-top: 10px;
	}
	.carousel-caption {
		left: 35px;
	}
	.carousel-indicators1 {
		bottom: 2px;
	}
	.press_release_tab.product-tabs .tabs li {
		padding: 8px 9px !important;
	}
	.press_release_tab.product-tabs .tabs li p {
		font-size: 12px !important;
	}
	.enquiry.career-tabs .tab_container .btn {
		margin-bottom: 0;
	}
	.history-tab-outer.job-opportunity-tabs .tab-outer {
		height: 0;
	}
	.financial-sub-company-tab .subidary_tab {
		height: 0;
	}
	.nplr_768-992 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.npb-768-992 {
		padding-bottom: 0 !important;
	}
	.npr-768-992 {
		padding-right: 0 !important;
	}
	.container.financial-reports {
		margin-bottom: 25px;
	}
	.supply_chain_section .supply_chain_content .image_right.hidden-xs {
		width: 100%;
	}
	.disclosures.press_release_tab .tab-outer {
		height: auto;
	}
}

@media(min-width:768px) and (max-width:1200px) {
	.prod_blue_icon {
		padding-bottom: 15px;
	}
	.blue-header-s111 {
		min-height: 87px;
	}
}

@media(min-width:320px) and (max-width:479px){
    .pagebannertext h1 {
        color: #fff;
        font-size: 20px !important;
    }
    .pagebannertext {
        position: absolute;
        top: 0% !important;
        color: #fff;
        text-transform: UPPERCASE;
        text-align: center;
        width: 100%;
        vertical-align: middle;
    }
    .banner {
        margin-top: 72px;
    }
}

@media(min-width:480px) and (max-width:767px){
    .pagebannertext h1 {
        color: #fff;
        font-size: 30px !important;
    }
    .pagebannertext {
        position: absolute;
        top: 20% !important;
        color: #fff;
        text-transform: UPPERCASE;
        text-align: center;
        width: 100%;
        vertical-align: middle;
    }
    .banner {
        margin-top: 72px;
    }
}

@media(min-width:768px) and (max-width:1023px){
    .pagebannertext h1 {
        color: #fff;
        font-size: 40px !important;
    }
    .pagebannertext {
        position: absolute;
        top: 25% !important;
        color: #fff;
        text-transform: UPPERCASE;
        text-align: center;
        width: 100%;
        vertical-align: middle;
    }
}
@media(min-width:768px) and (max-width:1024px) {
	.director-thumbnail-heightsix,
	.director-thumbnail-heightseven {
		height: auto;
	}
	.responsive-blue-header-csr .d-inline-block {
		width: 50% !important;
		padding-left: 0 !important;
	}
	.productshead.responsive-blue-header-product .d-inline-block {
		width: 50% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.responsive-blue-header-endtoend .d-inline-block {
		width: 50% !important;
		padding-left: 0 !important;
	}
	.responsive-blue-header-services .d-inline-block {
		width: 50% !important;
		padding-left: 0 !important;
	}
	.responsive-blue-header-home .d-inline-block {
		width: 50% !important;
		padding-left: 0 !important;
	}
	.outer-blue-box.gray-bg {
		padding: 25px 0 0px 0;
	}
	.icon-blue-box {
		min-height: 100px;
	}
	.why-suzlon-key-featur .product-description .big-numbers {
		font-size: 18px;
	}
	.why-suzlon-key-featur .product-description .text-icon {}
	.why-suzlon-key-featur .product-description {
		padding: 0 0;
	}
	.slider-bottom {
		padding: 10px 0 10px 0;
	}
	.million {
		padding: 15px 0;
	}
	.newindex .pioneer.wow {
		padding: 15px 10px;
	}
	.newindex .image_with_text {
		width: 147px;
		padding-right: 0;
		padding-left: 0;
	}
	.pioneer-box .content h3:last-child {
		margin-bottom: 0px;
	}
	.newindex .pioneer-box .content img {
		padding-left: 5px;
	}
	.outer-pioneer-right {
		padding-right: 0;
		padding-left: 0;
	}
	.outer-pioneer-right .pioneer_right {
		padding-right: 0;
		padding-left: 0;
		padding-top: 15px;
		min-height: 207px;
	}
	.newindex .pioneer-box .content img {
		display: inline-table;
	}
	.slider-bottom .d-inline-block {
		padding: 0;
		float: left;
		width: 33.33%;
		margin-bottom: 15px;
		height: 74px;
		padding-left: 0px;
	}
	.slider-bottom .infotext {
		font-size: 11px;
	}
	.newindex .million-background h4 .countup {
		font-size: 48px;
		margin-top: -10px;
	}
	.newindex .bold-million-text {
		font-size: 19px;
		line-height: 21px;
	}
	.newindex .million-background p {
		font-size: 19px;
	}
	.newindex .million-background {
		padding: 15px;
	}
	.newindex .whats-new_financial-report-section {
		padding-left: 0;
		padding-right: 0;
	}
	.cnn_episode-section .head-blue {
		padding-left: 0 !important;
	}
	.large_video .video-detail-left {
		width: 100%;
	}
	.large_video iframe {
		height: 408px !important;
	}
	.episode-content .container.about-suzlon-bg {
		padding: 7.5px !important;
	}
	.large_video {
		padding: 15px 0;
	}
	.top-cnn-section.manufacturing {
		padding-bottom: 5px !important;
	}
	.cnn-ecosolution-section .why-suzlon.media_box {
		padding-bottom: 7.5px;
	}
	.cnn-ecosolution-section.episode-content {
		padding: 0 0;
	}
	.pioneer_right.pioneer-width-box {
		padding-left: 5px;
	}
	.pioneer .pioneer-box .more-btn {
		margin-top: 15px;
	}
	.pioneer .pioneer-box .pioneer-content {
		padding-top: 0;
	}
	.inner-contact-section {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.inner-contact-section .media_box .invest-box {
		margin-bottom: 15px;
	}
	.tt-blog-page .container {}
	.recent-blogs .blog-wrapper {
		padding: 7.5px;
	}
	.recent-blogs .blog-wrapper .col-sm-6 {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.recent-blogs .blog-wrapper .col-sm-6 .blog-box-small {
		margin-bottom: 15px;
	}
	.yy-blog-thumb .blog-box-small {
		margin-bottom: auto;
	}
	.tt-blog-page .breadcrumb,
	.tt-blog-page .head-blue,
	.tt-blog-page .responsive-padding p {
		padding-left: 15px;
	}
	.yy-blog-thumb .yy_blog_inner {
		padding: 7.5px;
	}
	.videogallery_page.about-suzlon-bg {
		padding: 1px 0 7.5px 35px;
	}
	.media-kit-section .about-suzlon-bg {
		padding: 7.5px 0 15px 0;
	}
	.media-kit-section .financial-reports .container {
		padding-right: 7.5px;
		padding-left: 7.5px;
	}
	.news-page.why-suzlon .responsive-padding .responsive-padding {
		padding: 0 15px;
	}
	.news-tab.press_release_tab {
		padding-bottom: 0 !important;
	}
	.mediaroom .container {
		padding-right: 7.5px;
		padding-left: 7.5px;
	}
	.mediaroom.about-suzlon-bg {
		padding-bottom: 15px;
	}
	.asia-section .worldwide-top {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.asia-section .asia-section .breadcrumb {
		padding-left: 15px;
		padding-right: 15px;
	}
	.asia-section.why-suzlon .breadcrumb {
		padding-left: 15px;
	}
	.about-suzlon-bg.asia_outer {
		padding: 5px 0 15px 0;
	}
	.asia-box {
		padding: 7.5px;
	}
	.asia-box .why-suzlon-box {
		margin-bottom: auto;
	}
	.about-suzlon-bg.asia_outer .container {
		padding: 0 7.5px;
	}
	.suzlon-worldwide-section {
		padding: 0 0 7.5px 0;
	}
	.suzlon-worldwide-section.about-suzlon-bg .container {
		padding: 7.5px;
	}
	.worldwide-box {
		padding: 7.5px;
	}
	.one-earth-box-top.common_earth {
		padding-top: 20px;
	}
	.life_suzlon_section.foundation .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.one-earth-outer .one_earth_ext_video.video {
		margin-top: 15px;
	}
	.career_box,
	.career-section .container {
		padding: 7.5px;
	}
	.career-section .paddingLeft15.CSR {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.career-section.why-suzlon .breadcrumb {
		padding-left: 7.5px;
	}
	.career-section .about-suzlon-bg {
		padding: 0px 0 6px 0;
	}
	.career_box .why-suzlon-box {
		margin-bottom: auto;
	}
	.shareholding_page.container {
		padding-left: 0;
		padding-right: 0;
	}
	.shareholding-outer-container .breadcrumb {
		padding: 8px 15px 8px 0px;
	}
	.container.financial-reports .tab_content {
		padding-bottom: 0;
	}
	.financial_report_tab.product-tabs .tab_container {
		padding: 0;
	}
	.financial_report_tab.product-tabs .tab-outer {}
	.financial_report_tab .financial-reports .tab_content h3 {
		margin-bottom: 0;
		padding-top: 7.5px;
		margin-left: -6px;
		padding-bottom: 7.5px;
	}
	.financial_report_tab .tab_content .row {
		padding: 7.5px 0px;
	}
	.financial-reports .financial-box {
		padding: 7.5px;
		min-height: auto !important;
	}
	.financial-reports .financial-box .invest-box {
		margin-bottom: auto;
	}
	.financial-reports .financial-box .content {}
	.container.investorsmain {
		padding: 15px 15px 7.5px 15px;
	}
	.nptb_sm {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.pt10_sm {
		padding-top: 10px !important;
	}
	.pt15_sm {
		padding-top: 15px !important;
	}
	.pt20_sm {
		padding-top: 20px !important;
	}
	.pb10_sm {
		padding-bottom: 10px !important;
	}
	.pb15_sm {
		padding-bottom: 15px !important;
	}
	.pb20_sm {
		padding-bottom: 20px !important;
	}
	.mb15_sm {
		margin-bottom: 15px !important;
	}
	.supply-chain-mgt-section.history-tabs .why-suzlon {
		padding-left: 0;
		padding-right: 0;
	}
	.suppy-content .inner_basic_content.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.supply_chain_section .inner_supply_chain_section.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.scm-box.outer_box_left {
		padding: 15px 0 0 0;
	}
	.hsepage.why-suzlon .manufacturing.history {
		padding-bottom: 0px !important;
	}
	.supply_chain_page {
		padding-bottom: 0;
	}
	.hse-section.tab_content .invest-box {
		margin-bottom: 0 !important
	}
	.hse-tab-section.product-tabs .why-suzlon {
		padding-top: 0px !important;
	}
	.hse-tab-section.product-tabs .visionvalue_top.tab_container {
		padding-bottom: 5px;
	}
	.hse-tab-section.product-tabs .tab-outer,
	.north-america-tab .tab_content {
		padding-bottom: 0;
	}
	.north-america-tab .tab_content h3 {
		margin-bottom: 5px;
	}
	.supply_chain_section.product-tabs .tab-outer {
		height: 0;
	}
	.hsepage.why-suzlon .head-blue {
		padding-left: 0;
	}
	.npl_sm {
		padding-left: 0 !important;
	}
	.npr_sm {
		padding-right: 0 !important;
	}
	.respnsive_tab.why_suzlon_tab .tab_container .btn {
		margin-bottom: 10px;
	}
	.respnsive_tab.why_suzlon_tab.product-tabs .why_suzlon_tab {
		padding-bottom: 0;
	}
	.respnsive_tab.why_suzlon_tab.product-tabs {
		padding-bottom: 0;
	}
	.why_suzlon_section.bottom_tab_section .heading_styleleft {
		padding-top: 15px;
	}
	.inner_supply_chain_section .history_2.tab_container {
		width: 100%;
	}
	.supply-chain-mgt-section .invest-box.responsive-padding {
		margin-bottom: 0;
	}
	.solar-energy-page .solar_energy_section.visionvalue_top {
		padding-bottom: 15px;
	}
	.services-section .left_content_two {
		padding: 7.5px;
	}
	.services-section .left_content_two .why-suzlon-box {
		margin-bottom: 0px;
	}
	.services-section .about-suzlon-bg .container {
		padding: 7.5px;
		margin-bottom: 7.5px;
	}
	.pt15_sm {
		padding-top: 15px !important;
	}
	.plr15_sm {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.solar-energy-section .inner_solar-energy.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.classic-feet-tab .why-suzlon,
	.classic-feet-tab .tab_container {
		padding-left: 0;
		padding-right: 0;
	}
	.classic-feet-tab .invest-box {
		margin-bottom: 0 !important;
	}
	.classic-feet-tab .tab_content,
	.classic-feet-tab .content {
		padding-bottom: 0 !important;
	}
	.nplr_sm {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.nplr15_sm {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.nptb_sm {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.npt_sm {
		padding-top: 0 !important;
	}
	.npb_sm {
		padding-bottom: 0 !important;
	}
	.np_sm {
		padding: 0 !important;
	}
	.nmlr_sm {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.nm_sm {
		margin: 0 !important;
	}
	.directors-part .title {
		padding: 20px 0 0 0;
	}
	.board-committees {
		padding-bottom: 0%;
	}
	.tt-blog h2 {
		padding-left: 0px;
	}
	.media_box {
		padding: 7.5px;
	}
	.media_box.spotlifgt-thumb .why-suzlon-box {
		margin-bottom: auto;
	}
	.spotlight.blog-wrapper {
		padding: 7.5px 7.5px 12.5px 7.5px;
	}
	.spotlight.blog-wrapper .container {
		padding: 0;
	}
	.inner-directors-part {
		padding: 7.5px
	}
	.inner-directors-part .director-thumbnail {
		padding: 7.5px
	}
	.directors-part .directors-box.outer-img {
		margin-bottom: auto;
	}
	.common_box_profile.responsive-padding {
		padding-right: 15px;
	}
	.vision-value-page .breadcrumb {
		padding-left: 0;
	}
	.aboutus.about-suzlon-bg {
		padding-bottom: 0px;
	}
	.corporate-social {
		padding: 7.5px 7.5px 0 7.5px;
	}
	.about-us-page .paddingLeft15,
	.breadcrumb {
		padding-left: 0px;
	}
	.aboutus .container {
		padding: 7.5px 7.5px 0 7.5px;
	}
	.about_box {
		padding: 7.5px;
	}
	.about_box .why-suzlon-box {
		margin-bottom: auto;
	}
	.aboutus.about-suzlon-bg {
		padding-top: 0;
	}
	.why-suzlon.award-box .invest-box {
		padding: 7.5px !important;
		margin-bottom: auto;
	}
	.outer-drawing-box {
		padding: 7.5px !important;
	}
	.suzlon-product-thumbnail {
		padding: 7.5px;
	}
	.suzlon_product_outer .container {
		padding: 0px 7.5px 12.5px 7.5px;
	}
	.suzlon-product-page .paddingLeft15 {
		padding: 0;
	}
	.suzlon_product_outer.about-suzlon-bg {
		padding: 0;
	}
	.send-query-section .container {
		padding-right: 0;
		padding-left: 0;
	}
	.key_features_111 .feature-item p,
	.key_features_97 .feature-item p {
		padding: 0;
	}
	.key_features_111 .feature-item,
	.key_features_97 .feature-item {
		padding: 7.5px;
	}
	.key_features_111 .container,
	.key_features_97 .container {
		padding: 7.5px;
	}
	.key_features_111 .slider {
		padding: 0;
	}
}

@media(min-width:993px) and (max-width:1024px) {
	.nort_america_container .tab_container {
		padding-left: 13px;
		padding-right: 13px;
	}
	.key_updates_section .tab_container,
	.shareholding-pattern-tab .tab_container,
	.pledge_page .tab_container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.other_information_page .tab_container,
	.analist_call_invite_tab .tab_container,
	.europetab .tab_container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.austrelia-contents.wind_farm_tab {
		padding-left: 12px;
		padding-right: 12px;
	}
	.financial-sub-company-tab.product-tabs .financial__sub.financial-reports {
		padding-left: 15px;
		padding-right: 15px;
	}
	.job-opportunity-tabs .tab_container {
		padding-left: 12px;
		padding-right: 12px;
	}
	.files.pledge li span {
		padding-right: 0;
	}
	.pdf-title-width {
		width: 95%;
	}
	.supply-chain-mgt-section .invest-box {
		padding-left: 10px !important;
	}
	.awardtab .tab_container .drawing-box {
		padding-left: 14px;
		padding-right: 14px;
	}
	.awardtab.history-tabs .tab_content h3 {
		padding-left: 7px !important;
		padding-top: 0;
		padding-bottom: 0;
	}
	.outer_hse_content .why-suzlon {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.west_zone_box {
		height: 230px;
	}
	.south_zone_box {
		height: 217px;
	}
	.s128_band .aligntext.s128_bandbox,
	.s120_band .aligntext.s120_bandbox {
		padding-left: 0;
		padding-right: 0;
	}
	.s120_band {
		padding-left: 0;
		padding-right: 0;
	}
	.s120_bandbox .text-icon {
		font-size: 12px;
	}
	.meters_align {
		display: table-cell;
	}
	.china-product .tab-china {
		margin-top: 30px;
	}
	.north-america-inner.tab-outer .tabs li p {
		font-size: 12px !important;
	}
	.north-america-inner.tab-outer .tabs li {
		padding: 8px 12px !important;
	}
	.north-america-inner .inner-container {
		padding-right: 0;
		padding-left: 0;
	}
	.product-tabs .financial__sub.financial-reports,
	.product-tabs .financial__sub .tab_container {
		padding-left: 0;
		padding-right: 0;
	}
	.npb-993-1024 {
		padding-bottom: 0 !important;
	}
	.container.financial-reports {
		margin-bottom: 7.5px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.financial_report_tab .tab_content .row {
		margin-right: 0px;
		margin-left: 0;
	}
	.financial_report_tab .financial-reports .tab_content h3 {
		margin-left: 7px;
		padding-top: 16px;
	}
	.inner-tab-section-supply {
		padding-left: 0;
		padding-right: 0;
	}
	.outer-tab-ul {
		padding-left: 0;
	}
}

@media(min-width:1025px) and (max-width:1400px) {
	.europetab .tab_container {
		padding-left: 0px;
		padding-right: 0px;
	}
	.supply_chain_section .bullets_left .why-suzlon {
		padding-left: 0;
	}
	.supply_chain_content.tab_content {
		padding-left: 10px;
	}
	.large_video iframe {
		height: 403px !important;
	}
	.austrelia-contents {
		padding-right: 0;
		padding-left: 0;
	}
	.life-at-suz-menu.header-2 .container {
		padding-left: 15px;
	}
	.investor_header.quality-mgt .container {
		padding-left: 15px;
	}
	.suppy_chain_header.header-2 .container {
		padding-left: 15px;
	}
}

@media(max-width:991px) {
	.press_release_tab.product-tabs .tabs {
		display: initial !important;
	}
}

@media(min-width:768px) and (max-width:992px) {
	.analist_call_invite_tab .tab_container {
		padding-left: 0;
		padding-right: 0;
	}
	.files.pledge li span {
		padding-right: 0;
	}
	.send-query-section .btn {
		margin: 0 0 15px 0;
	}
	.investor_container .thumbnail-helpdesk.helpdesk_box {
		padding: 0 15px 15px 0px;
	}
	.investor_container.investor-helpdesk.container {
		padding-right: 0;
		padding-left: 0;
	}
	.financial_report_tab.product-tabs .tab-outer,
	.shareholding_tab.tab-outer,
	.australia_page .tab-outer {
		height: 0;
	}
	.financial_report_tab.product-tabs {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.classic-feet-tab .why-suzlon {
		padding-top: 0 !important;
	}
	.classic-feet-tab .history_tab.tab-outer {
		height: 0;
	}
	.product-tabs.s97-product-tab .tab-outer {
		height: 0;
	}
	.suzlon-product-thumbnail .why-suzlon-box {}
	.award-tabs-main .drawing-box h3 {
		margin-bottom: 0;
		padding: 0px 12px;
	}
	.inner-corpo-social .corpo-social.why-suzlon-box {
		margin-bottom: 0;
	}
	.global-tabs .why-suzlon {
		padding: 15px !important;
	}
	.america_service_box.content {
		min-height: 310px !important;
	}
	.product-feature-banner .container .prod-feature {
		right: -2% !important;
	}
	.product-feature-banner .container .prod-feature .prod-feature-box,
	.prod-feature .btn {
		max-width: 343px;
	}
	.product-tabs.awards-tabs .tab-outer {
		height: 0;
	}
}

@media(min-width:993px) and (max-width:1024px) {
	.meeting-postal-ballot .meeting_postal_outer .financial-box {
		padding: 0 7.5px;
	}
	.meeting-postal-ballot .meeting_postal_outer {
		padding: 0 7.5px;
	}
	.shareholding_page.financial-reports {
		padding-bottom: 7.5px;
		margin-bottom: 7.5px;
	}
	.shareholding_page.financial-reports .tab_container {
		padding-bottom: 10px;
	}
	.shareholding_page .rowbox {
		padding-right: 0;
	}
	.shareholding_page.container .tab_content h3 {
		padding-top: 15px !important;
	}
	.suzlon-product-thumbnail .why-suzlon-box {
		margin-bottom: auto;
	}
}

@media(max-width:992px) {
	.height_hidden_992 {
		height: 0 !important;
	}
	.india_tab_container .tab_content h3 {
		margin-bottom: 0;
	}
	.west_zone_box,
	.south_zone_box {
		height: auto !important;
	}
	.europetab .tab-outer {
		height: 0;
	}
	.shareholding_page.financial-reports {
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
}

@media(max-width:768px) {
	.history-tabs .why-suzlon .content {
		padding: 0px 30px;
	}
	.why-suzlon .invest-box {
		margin-bottom: 0px;
	}
	.history-tab-outer .tab_content {
		padding-bottom: 0 !important;
	}
}

@media(max-width:1024px) {
	.analist_call_invite_tab.press_release_tab .tab_container h2 {
		margin-left: -12px;
	}
	.index_slider.slider-bottom {
		margin-top: 71px;
	}
	header .main-menu .nav>li:last-child {
		padding-bottom: 0 !important
	}
	header .main-menu .nav>li:first-child {
		padding-top: 6px !important
	}
	.research-image img {
		width: 100% !important;
	}
	.tt-blog.knowme .outer_box_right_blue.col-xs-12.nplr {
		padding: 15px 0;
	}
	.tt-blog.knowme .outer_box_right_gray {
		padding: 15px 0;
	}
	.media_box .why-suzlon-box {
		margin-bottom: auto;
	}
	.austrelia-contents.container {
		width: 100%;
	}
	.worldwide-box .why-suzlon-box {
		margin-bottom: auto;
	}
	.investor-helpdesk .helpdesk_box .why-suzlon-box {
		margin-bottom: auto !important;
	}
	.investor_container.investor-helpdesk.container {
		padding-right: 0 !important;
	}
	.shareholding_page.container .tab_content h3 {}
	.notice_annoucment .notice-box {
		padding: 7.5px;
	}
	.invest-annoucement-section.suzlon-bg {
		padding: 0 7.5px;
	}
	.notice_annoucment .notice-box .invest-box {
		margin-bottom: auto;
	}
	.why-suzlon.investors .suzlon-bg {
		padding: 0px 0 7.5px 0;
	}
	.investor-thumb {
		padding: 7.5px;
	}
	.investor-thumb .invest-box {
		margin-bottom: auto !important;
	}
	.container.investorsmain {
		padding: 7.5px;
	}
	.why-suzlon.investors .paddingLeft15 {
		padding-left: 0;
	}
	.quality-mgt-section .manufacturing-tabs ul {
		padding: 0px 20px 0px 0px;
	}
	.quality-mgt-section .tab_content {
		padding-bottom: 0;
	}
	.end-to-end-heading.manufacturing.history {
		padding-bottom: 0 !important;
	}
	.corporate-social {
		margin-bottom: 15px;
	}
	.research-table.manufacturing.history.CSR {
		padding-bottom: 5px !important;
	}
	.job-opportunity-tabs .tab-outer {
		border: 0;
	}
	.offer_outer {
		padding-left: 0;
		padding-right: 0;
	}
}

@media(max-width:992px) {
	.why-suzlon-key-featur .feature-item {
		margin-bottom: 15px;
	}
	.csrknomore.about-page {
		margin-top: 8px !important;
		margin-bottom: 24px;
	}
	.outer-csrknomore {
		margin-left: 6px;
	}
	.inner-corpo-social {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.corpotext.cortpo-title {
		text-transform: uppercase !important;
		font-family: 'open_sansregular', sans-serif !important;
		font-size: 16px !important;
	}
	.outer-content-para {
		padding-left: 10px;
		padding-right: 10px;
	}
	.brochure_file {
		padding-top: 10px;
	}
	.global-tabs .tab_container {
		margin-top: 0;
		padding-top: 0;
	}
	.india_tab_container {
		padding-bottom: 0;
	}
	.contact-page .tab_container {
		padding-top: 40px !important;
	}
	.product-tabs .tab-outer,
	.product-tabs .tab-outer {
		border: 0;
	}
	.product-tabs.press_release_tab .tab-outer {
		border-bottom: 1px solid #cccccc !important;
		;
		border-top: 1px solid #cccccc !important;
	}
	.energyTab {
		padding-right: 0;
		padding-left: 0;
	}
	.job-opportunity-tabs .tab_content {
		padding-right: 0;
		padding-left: 0;
	}
}

@media(max-width:842px) {
	.large_video .video-detail-left {
		width: 100%;
	}
}

@media(max-width:494px) {
	.product-banner.single-image-banner {
		padding: 76px 0;
	}
}

@media(max-width:650px) {
	.product-banner.single-image-banner {
		padding: 105px 0;
	}
}

@media(max-width:400px) {
	.tt-blog-page .blog-box-small .btn-green-bordered {
		position: static !important;
	}
}

@media(max-width:767px) {
	.other_information_page .tab_content h1 {
		margin-left: -15px;
	}
	.updates .overflow-para {
		height: 100% !important;
	}
	.update-box .btn.btn-green-bordered {
		margin-top: 10px !important;
	}
	.investor_blue_box_outer .invest-box {
		margin-bottom: 15px
	}
	.director-thumbnail-heightthree,
	.director-thumbnail-heightfour,
	.director-thumbnail-heightfive,
	.director-thumbnail-height,
	.director-thumbnail-heightone,
	.director-thumbnail-heighttwo {
		height: auto !important;
	}
	.left_align_css {
		text-align: left !important;
	}
	.supply-chain-mgt-section .width_div {
		width: 100% !important;
	}
	.supply-chain-mgt-section .width_div img {}
	.scadabos_section.suzlon_range_section .inner_scadabos_section {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.hero_of_suzlon.hero_of_suzlon_box h2 {
		margin-top: 0 !important;
		margin-bottom: 5px !important;
		line-height: 16px;
	}
	.scadabos_section.suzlon_range_section {
		padding: 10px 0 20px 0;
	}
	.suzlon_range_section.rangebox {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.csrdesign {
		margin: 15px 0 15px 0 !important;
	}
	.quality-mgt-tab .tab-outer,
	.north-america-tab .tab-outer {
		display: none;
	}
	.quality_mgt .tab_content,
	.nort_america_container .tab_content {
		display: block !important;
	}
	.tt-blog-page .blog-wrapper .blog-box-small {
		min-height: 100%;
	}
	.award-icons img {
		display: table-cell;
		margin: 0 auto;
	}
	.carousel-indicators1 .carouselmain {
		margin-left: 0 !important;
	}
	.breadcrumb {
		padding-top: 90px
	}
	.s128-responsive {
		background-image: url(../images/product/product-s128.jpg);
	}
	.s120-responsive {
		background-image: url(../images/product/product-s120.jpg);
	}
	.s111-responsive {
		background-image: url(../images/product-s111.jpg);
	}
	.suzlon-product-responsive {
		background-image: url(../images/product/overview.jpg);
	}
	.energy-services-responsive {
		background-image: url(../images/services-overview.jpg);
	}
	.end-to-end-solution-responsive {
		background-image: url(../images/end-to-entd-overview.jpg);
	}
	.csr-responsive {
		background-image: url(../images/about-header/csr.jpg);
	}
	.caption-background.margin-responsive-header {
		min-height: auto !important;
	}
	.responsive-back {
		background-position: bottom;
		background-size: cover;
		height: 200px;
	}
	.caption-background h2 {
		font-size: 22px;
	}
	.caption-background.margin-responsive-header p {
		color: #23375a !important;
	}
	.banner-position .container {
		display: block;
	}
	.why_suzlon_box .white-btn {
		border: 1px solid #16978c;
	}
	.carousel-inner .item-reinvest {
		background-image: url(../images/slider/reinvest.html);
	}
	.carousel-inner .item1 {
		background-image: url(../images/banner1.jpg);
	}
	.carousel-inner .item2 {
		background-image: url(../images/banner2.jpg);
	}
	.carousel-inner .item3 {
		background-image: url(../images/banner3.jpg);
	}
	.carousel-inner .item4 {
		background-image: url(../images/banner4.jpg);
	}
	
	.carousel-inner .item {
		background-position: bottom;
		background-size: cover;
		height: 200px;
	}
	.carousel-inner .item .carousel-caption {
		padding-top: 200px;
	}
	.s111-header-section .white-btn {
		background: #fff;
		color: #16978c;
		border: 1px solid #16978c;
	}
	.carousel-control {
		z-index: 99;
	}
	.carousel-indicators2 li {
		border: 1px solid #16978c;
	}
	.carousel-indicators2 .active {
		background-color: #16978c;
	}
	.carousel-caption {
		text-shadow: 0 0 0 !important;
	}
	.carousel-inner .caption-background h2 {
		font-size: 20px;
	}
	.caption-background .knowmore {
		margin-top: 10px;
	}
	.carousel .carousel-control .glyphicon-chevron-left,
	.carousel .carousel-control .glyphicon-chevron-right {
		top: 91%;
	}
	.index_slider.responsive-blue-header-home .d-inline-block {
		padding: 0 0px;
	}
	.carousel .carousel-control.right {
		right: 12px;
		background-image: none !important;
	}
	.carousel .carousel-control.left {
		left: 12px;
		background-image: none !important;
	}
	.corporate-social-box.corporate-social {
		margin-bottom: 23px;
	}
	.inner-corpo-social-left,
	.inner-corpo-social-right {
		width: 100%;
		display: block;
	}
	.note-for-shareholders .inner-corpo-social-left {
		height: 71px;
	}
	.note-for-shareholders.corporate-social {
		padding-right: 15px !important
	}
	.whats-new-section .pressreleases .content span {
		padding-right: 15px;
	}
	.services-section .content {
		min-height: 100% !important;
	}
	.services-section .content a.btn {
		position: relative !important;
		margin-top: 30px;
		left: 0 !important;
		right: 0 !important;
		margin-left: auto !important;
		margin-right: auto !important;
		float: none;
		display: table;
	}
	.s111-curve img {
		width: 100%;
	}
	.global_page.europe_bar .breadcrumb {
		padding-left: 0 !important;
	}
	.plr15_xs {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.responsive-blue-header-csr .d-inline-block {
		width: 100% !important;
		padding-left: 0 !important;
	}
	.productshead.responsive-blue-header-product .d-inline-block {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.responsive-blue-header-endtoend .d-inline-block {
		width: 100% !important;
		padding-left: 0 !important;
	}
	.responsive-blue-header-services .d-inline-block {
		width: 100% !important;
		padding-left: 0 !important;
	}
	.responsive-blue-header-home .d-inline-block {
		width: 100% !important;
		padding-left: 0 !important;
	}
	.research-table.table-responsive {
		border: 0;
	}
	.s111-technical-specification .s111-technical-specification-item {
		width: 100%;
		margin-bottom: 25px;
	}
	.s111-technical-specification .technical-specification-img.technical-specification-img2 {
		padding-top: 0px;
	}
	.s111-technical-specification .technical-specification-img.technical-specification-img3 {
		padding-top: 0px;
	}
	.s111-technical-specification .technical-specification-img.technical-specification-img4 {
		margin-top: 0px;
	}
	.s111-technical-specification .technical-specification-img.technical-specification-img5 {
		padding-top: 0px;
	}
	.s111-technical-specification-item.last {
		margin-bottom: 0;
	}
	
	.graphics_key .inner_circle {
		float: none;
		margin-right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.graphics_key .inner_circle.inner_circle3 {
		padding: 27px 0 0 0;
	}
	.graphics_key .image_box_circle,
	.graphics_key .text_box {
		display: table !important;
	}
	.graphics_key .image_box_circle img {
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 10px;
	}
	.asia-section.why-suzlon .worldwide-top {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.asia-section .breadcrumb {
		padding-left: 0 !important;
	}
	.quality-mgt-section .manufacturing-tabs ul {
		padding: 0px 0 0px 0px;
	}
	.quality-mgt-section .visionvalue_top.tab_container {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
	}
	.services-section .breadcrumb {
		padding-top: 15px;
	}
	.classic-feet-tab .right_bar_profile {
		padding: 15px;
	}
	.classic-feet-tab .manufacturing-tabs ul {}
	.classic-feet-tab .s97button {}
	.classic-feet-tab .s97button .btn {
		float: none !important;
	}
	.grapphics-icon .text-left {
		margin-bottom: 15px;
	}
	.csrbanner.banner .breadcrumb {
		padding-top: 15px;
	}
	.section-spacing h3 {
		padding: 20px 0 0px 0;
		text-align: center;
	}
	.award-icons p {
		margin: 0px 0 20px 0;
	}
	.csrbanner.banner .btn {
		margin-top: 10px;
	}
	.btn_icon_text {
		padding: 6px 5px 0px 10px;
	}
	.product-banner.single-image-banner {
		height: inherit !important;
		padding: 118px 0;
		margin-top: 72px;
	}
	.csrbanner.banner {
		display: unset;
	}
	.classic-feet-tab .manufacturing-tabs {
		padding-bottom: 15px;
	}
	.directors-part .director-thumbnail-heightsix {
		height: auto;
	}
	.directors-box.outer-img .np-right {
		height: auto;
	}
	.inner-directors-part .btn.viewprofileaccordian {
		position: initial;
		margin-top: 10px;
		float: none;
		margin: 0 auto;
	}
	.directors-box .np-right {
		text-align: center;
	}
	.directors-box .img-responsive {
		display: table;
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.directors-part .directors-box h3,
	.directors-part .directors-box h5 {
		text-align: center;
	}
	.history-page-tab.history-tabs .manufacturing-tabs {
		padding-bottom: 15px;
	}
	.carousel-indicators1 {
		bottom: 20px;
		left: 0px;
	}
	.million-background {
		border: 1px solid #ccc;
	}
	.carousel-caption .container {
		padding: 0;
	}
	#myCarousel.carousel {
		top: 71px !important;
	}
	.slider-bottom.blue-header {
		margin-top: 0px !important;
	}
	.slider-bottom.blue-header.home-blue-header {
		margin-top: 70px !important;
	}
	.header-banner-section {
		margin-top: 72px;
	}
	.carousel-caption {
		position: relative;
	}
	.caption-background {
		padding: 15px 15px 20px;
		color: #23375a;
		background-color: #fff;
		min-height: 310px;
	}
	.caption-background p {
		color: #23375a;
	}
	.carousel-inner {
		background-color: rgba(0, 0, 0, 0.82);
	}
	.slider-bottom {
		padding: 15px 0 0 0;
	}
	.npl_xs {
		padding-left: 0 !important;
	}
	.npr_xs {
		padding-right: 0 !important;
	}
	.newindex .pioneer .pioneer-box ul li p {
		padding-left: 20px !important;
	}
	.newindex .pioneer.wow {
		padding: 0px 0px 0px 0px;
	}
	.newindex .outer-pioneer-right {
		padding-left: 0;
		padding-right: 0;
	}
	.newindex .pioneer-box .content img {
		display: inline-table;
	}
	.newindex .pioneer_right .more-btn {
		margin-bottom: 0;
	}
	.newindex .whats-new_financial-report-section {
		padding: 12px 0 0 0;
		margin-top: 15px;
	}
	.newindex .million {
		padding: 10px 15px 0px 15px;
	}
	.newindex .inner-financial-section {
		margin-top: 15px;
		padding-top: 13px;
	}
	.newindex .million-background {
		padding: 15px;
	}
	.newindex .million-background,
	.newindex .whats-new_financial-report-section {
		display: table;
	}
	.newindex .million-background h4 .countup {
		font-size: 48px;
		margin-top: -10px;
	}
	.newindex .million-icon-box {
		width: 80px;
	}
	.newindex .bold-million-text {
		font-size: 19px;
		line-height: 21px;
	}
	.newindex .million-background p {
		font-size: 19px;
	}
	.cnn_box {
		padding: 0 0 20px 0 !important;
		margin: 0 0px 25px 0 !important;
	}
	.cnn_episode-section .head-blue {
		padding-left: 0 !important;
	}
	.large_video .video-detail-right h3 {
		padding-top: 15px;
	}
	.leadership_wrap .leader_box .member_profile_box {
		background: #fff;
	}
	.cnn-ecosolution-section .media_room_inner.content {
		min-height: auto !important;
		padding: 5px 15px 15px 15px !important;
	}
	.cnn-ecosolution-section.episode-content .media_box .why-suzlon-box {
		margin-bottom: 20px;
	}
	.why-suzlon .top-cnn-section.manufacturing {
		padding-bottom: 5px !important;
	}
	.pioneer.wow {
		padding: 15px 15px 1px 15px;
	}
	.video-detail-left,
	.video-detail-right {
		display: table !important;
	}
	.large_video h3 {
		padding: 0 0px 0 0px;
	}
	.large_video {
		padding: 15px 0 !important;
	}
	.cnn-ecosolution-section.episode-content {
		padding: 0px 0 5px 0 !important;
	}
	.section-box h2.head-blue {
		padding-top: 15px;
		margin-bottom: 0;
	}
	.updates .update-box a {
		margin-top: 0;
	}
	.media_box.spotlifgt-thumb {
		padding-left: 0;
		padding-right: 0;
	}
	.media_box.financial-box .invest-box {
		margin-bottom: 15px;
	}
	.blog-tt .blog-wrapper {
		padding-bottom: 0px;
	}
	.videogallery_page.about-suzlon-bg {
		padding: 0px 0 0 0px !important;
	}
	.photo-gallery-section.mediaroom {
		padding-bottom: 5px;
	}
	.media-kit-section .about-suzlon-bg {
		padding: 7.5px 0 7.5px 0;
	}
	.news-tab .financial-reports.press_release_container {
		margin-bottom: 0 !important;
	}
	.news-tab.press_release_tab {
		padding-bottom: 0 !important;
	}
	.press_release_tab.product-tabs .tabs li:first-child {
		border-left: 0;
	}
	.press_release_tab.product-tabs .tabs li {
		border-right: 1px solid #b7bcc6;
		border-left: 1px solid #b7bcc6 !important;
		margin: 5px -1px 5px 0;
	}
	.press_release_tab.product-tabs .tabs li {
		min-height: 50px;
	}
	.press_release_tab.product-tabs .tabs li p {
		width: 100%;
		text-align: center;
	}
	.press_release_container .files li {
		padding: 15px 15px;
	}
	.mediaroom .media_box {
		padding: 7.5px;
	}
	.mediaroom.about-suzlon-bg .container {
		padding: 7.5px;
	}
	.mediaroom.about-suzlon-bg {
		padding-bottom: 7.5px !important;
	}
	.get-in-touch-bg,
	.suzlon-rapid-bg,
	.globalbtn {
		display: table !important;
		vertical-align: middle;
		float: none;
	}
	.globalbtn {
		padding: 0px 15px 15px 15px !important;
	}
	.australia_page .tab_drawer_heading.tab-third {
		padding-top: 20px;
	}
	.austrelia-contents.container {
		float: left;
	}
	.about-suzlon-bg.asia_outer {
		padding: 0 0 25px 0;
	}
	.suzlon-worldwide-section {
		padding: 0 0 23px 0;
	}
	.asia-box .why-suzlon-box {
		margin-bottom: auto;
	}
	.suzlon-worldwide-section .content .btn,
	.asia-box .content .btn,
	.mediaroom .media_box .content .btn {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: table;
		position: initial !important;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.suzlon-worldwide-section .content,
	.asia-box .content,
	.mediaroom .media_box .content {
		min-height: 100% !important;
	}
	.job-opportunity-tabs .tab_container {
		margin: 0px 0 0px 0;
	}
	.job-opportunity-tabs .job-content {
		padding: 0 15px !important;
	}
	.recruitment-section .one_earth.fraud-job-alert {
		padding-bottom: 0;
	}
	.visionvalue_top.life.manufacturing {
		padding-bottom: 7px !important;
	}
	.life_suzlon_section.foundation .container .row {
		padding-top: 10px !important;
	}
	.life_suzlon_section.foundation.grey-bg {
		padding-bottom: 17px !important;
	}
	.career-section.why-suzlon .about-suzlon-bg {
		padding: 15px 0 7.5px 0;
	}
	.career_box .why-suzlon-box {
		margin-bottom: 15px;
	}
	.financial-sub-company-tab.product-tabs {
		padding-bottom: 15px;
	}
	.notice_annoucment .invest-box .content {
		height: auto;
		min-height: auto;
	}
	.notice_annoucment .investorheight {
		height: auto;
	}
	.container.financial-reports .tab_content {}
	.container.financial-reports {
		margin-bottom: 7.5px
	}
	.financial_report_tab.product-tabs .tab_container {
		padding: 0;
	}
	.financial_report_tab .financial-reports .tab_content h3 {
		padding-top: 0;
	}
	.financial-reports .financial-box {
		padding: 0px 15px 15px 15px;
		min-height: auto;
	}
	.financial-reports .financial-box .invest-box {
		margin-bottom: auto;
	}
	.financial-reports .financial-box .content {
		min-height: auto !important;
	}
	.container.investorsmain {
		padding: 15px 15px 7.5px 15px;
	}
	.supply_chain_page {
		padding-bottom: 0px;
	}
	.supply-chain-mgt-section .invest-box {
		margin-bottom: 0;
	}
	.hse-tab-section.product-tabs .visionvalue_top {
		padding-bottom: 5px;
	}
	.outer_hse_content .hse-content.content {
		padding: 0px 10px !important;
	}
	.hse-tab-section .invest-box {
		margin-bottom: auto;
	}
	.respnsive_tab.why_suzlon_tab.product-tabs .btn {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.respnsive_tab.why_suzlon_tab.product-tabs .why_suzlon_tab {
		padding-bottom: 0;
	}
	.respnsive_tab.why_suzlon_tab.product-tabs {
		padding-bottom: 0;
	}
	.why_suzlon_section.bottom_tab_section .heading_styleleft {
		padding-top: 15px;
	}
	.why-suzlon-heading .btn {
		margin-left: auto;
		margin-right: auto;
		float: none;
		display: table;
	}
	.why-suzlon-heading {
		padding-top: 95px;
	}
	.ses_firts_section.right_bar_profile_new {
		padding-top: 15px;
	}
	.solar-energy-page {
		padding-bottom: 15px;
	}
	.services-section .left_content_two .why-suzlon-box {
		margin-bottom: auto;
	}
	.pt15_xs {
		padding-top: 15px !important;
	}
	.mt15_xs {
		margin-top: 15px !important;
	}
	.pt15_xs {
		padding-top: 15px !important;
	}
	.npt_xs {
		padding-top: 0px !important;
	}
	.npb_xs {
		padding-bottom: 0px !important;
	}
	.pt10_xs {
		padding-top: 10px !important;
	}
	.np_xs {
		padding: 0 !important;
	}
	.s97_product .prod-feature {
		padding-top: 7.5px;
	}
	.nmt_xs {
		margin-top: 0 !important;
	}
	.width100_xs {
		width: 100%;
	}
	.classic-fleet-tab .invest-box {
		margin-bottom: 0;
	}
	.classic-fleet-tab .visionvalue_top.tab_container {
		padding-bottom: 0;
	}
	.history_page .tab_content {
		padding-bottom: 0 !important;
	}
	.history_page .invest-box {
		margin-bottom: 0px;
	}
	.awards-tabs .invest-box {
		margin-bottom: 15px;
	}
	.awards-tabs .invest-box img {
		margin-top: 15px;
	}
	.awards-tabs .tab_content.award-main-tabs {
		padding-top: 1px !important;
	}
	.awards-tabs .award_box {
		padding: 0 0 0px 0 !important;
	}
	.awardtab {
		padding-bottom: 0 !important;
	}
	.width-100-xs {
		width: 100%;
	}
	.directors-part .title h6 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.inner-directors-part .directors-box {
		padding: 15px;
		margin-bottom: 18px;
	}
	.board-committees .invest-box .content {
		background: #f0f1f3;
		padding: 15px !important;
	}
	.board-committees .invest-box .head h4 span {
		line-height: 20px !important;
	}
	.board-committees .invest-box .head {
		padding: 0px 18px !important;
	}
	.board-committees .invest-box {
		margin-bottom: 18px !important;
	}
	.company_profile.manufacturing.history {
		padding-bottom: 5px !important;
	}
	.directors-part {
		padding-bottom: 0px !important;
	}
	.spotlight .why-suzlon-box {
		margin-bottom: 15px !important;
	}
	.spotlight .why-suzlon-box .btn {
		left: 22px !important;
	}
	.social_responsibility {
		margin-top: 28px !important;
	}
	.outer_icon_button {
		padding: 15px 0 0 0 !important;
	}
	.suzlon_product_outer .why-suzlon-box {
		margin-bottom: 20px !important;
	}
	.suzlon_product_outer .content.product-content {
		padding: 5px 15px !important;
	}
	.exlore_job_btn .jobopp_btn {
		margin-left: auto;
		margin-right: auto;
	}
	.infographics_image {
		width: 224px;
	}
	.history-tabs .why-suzlon .content,
	.history-tabs .why-suzlon .main-section .foundation,
	.main-section .history-tabs .why-suzlon .foundation {
		padding: 0px 15px 0 15px;
		background: #fff;
	}
	.americaservice {}
	.america_service.grey-bg {
		padding: 0 0 14px 0 !important;
	}
	.americaservice .why-suzlon {
		padding: 15px 15px 0px 15px !important;
	}
	.global-tabs .my_paddng {
		padding-top: 10px;
	}
	.global-tabs .service_box .why-suzlon {
		background: #fff;
	}
	.global-tabs .service_box .content {
		background: #f0f1f3 !important;
	}
	.global_right_bar img {
		padding-top: 10px;
	}
	.global_left_bar,
	.global_right_bar {
		display: table !important;
	}
	.global-tabs h2 {
		padding-left: 0px !important;
	}
	.africa_bar .head-blue {
		padding-left: 0px !important;
	}
	.spotlight_top_box h2,
	.tt_blog_top h2 {
		padding-left: 0;
	}
	.spotlight_top_box a.btn,
	.tt_blog_top a.btn {
		position: inherit;
		bottom: 0;
		left: 0;
	}
	.video-box,
	.spot_inner_box,
	.yy_blog_inner {
		padding-right: 0;
		padding-left: 0;
	}
	.media_kit_box_inner.content,
	.media_room_inner.content {
		min-height: 150px !important;
	}
	.leadership_wrap .leader_box .member_designation_content p {
		text-align: left;
	}
	.leadership_wrap .leader_box .member_designation_content h4 {
		padding: 14px 0 0 0 !important;
	}
	.leader_image,
	.member_designation_content {
		float: none;
		display: table !important;
		text-align: center;
		vertical-align: middle;
	}
	.brand_collaterals_box .content {}
	.product-tabs .tab-outer {
		height: 0;
	}
	.career_box h4 span {
		padding: 0px 0 !important;
	}
	.career_box {
		padding-right: 0;
		padding-left: 0;
	}
	.supply_chain .left_bar_fourth.imageclass {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	.supply_chain .right_bar_profile_new.contentclass {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	.supply_chain .right_bar_profile.right_bar_profile2 {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.supply_chain .left_bar_fourth img {
		width: 100%;
	}
	.supply_chain .left_bar_fourth.left_bar_fourth2 {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	.supply_chain .left_content {
		padding-bottom: 50px;
	}
	.supply_chain .paddingstyle1 {
		padding: 0 !important;
	}
	.supply_chain .left_bar_fourth.left_bar_fourth2 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.product-feature-banner .container .prod-feature {
		right: auto !important;
	}
	.s111-wind-turbine-main .tab_content h3,
	.s97-wind-turbine-main .tab_content h3 {
		margin-bottom: 5px;
	}
	.s111-wind-turbine-main .heading_styleleft,
	.s97-wind-turbine-main .heading_styleleft {}
	.send-query-section .row div {}
	.rc-anchor-normal.rc-anchor-normal {
		height: 63px !important;
		width: 252px !important;
		display: table;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.send-query-section .container {
		padding-right: 0;
		padding-left: 0;
	}
	.rc-anchor-normal .rc-anchor-content {
		height: 74px !important;
		width: 157px !important;
	}
	.about-us-btn.btn {
		left: 0 !important;
	}
	.breadcrumb {
		padding-left: 0px;
	}
	.why-suzlon.award-box .invest-box {
		padding: 15px 15px 0 15px !important;
	}
	.award-tabs-main .drawing-box h3 {
		margin-top: 15px !important;
		float: left;
	}
	.drawing-box {
		padding: 0 0 20px 0 !important;
	}
	.s97_product .btn,
	.s111_product .btn {
		margin-top: 15px;
	}
	.gpa-image {
		margin-bottom: 15px;
	}
}

@media(max-width:450px) {
	.leader_image img {
		width: 100% !important;
	}
}

@media(min-width:451px) and (max-width:767px) {
	.leader_image img {
		width: auto !important;
	}
}

@media(max-width:1254px) {
	.album_box_wrap {
		display: table !important;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.photo_album {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media(max-width:993px) {
	.supply_chain_section .inner-tab-section-supply {
		display: none;
	}
	.australia_page .tab_drawer_heading {
		display: initial !important;
		float: left;
	}
}

.australia_page .china-button {
	margin: 0px 0 0 0 !important;
}

@media(min-width:993px) {
	.financial_report_tab .tabs,
	.shareholding_tab .tabs {
		padding-right: 0px;
		padding-left: 0px;
	}
	.financial_report_tab .tab_content {
		padding-right: 0px;
		padding-left: 0px;
	}
	.shareholding_page .tab_content {
		padding-right: 0px;
		padding-left: 0px;
	}
	.investor-helpdesk {
		padding: 0;
	}
	.offer_outer {
		padding-left: 0;
		padding-right: 15px;
	}
	.padding_left_right {
		padding-left: 29px;
		padding-right: 32px;
	}
}

@media(min-width:421px) and (max-width:992px) {
	.why-suzlon-key-featur .feature-item {
		border-right: 0 !important;
	}
}

@media(min-width:993px) and (max-width:1024px) {
	.director-thumbnail-height,
	.director-thumbnail-heightone,
	.director-thumbnail-heighttwo {
		height: auto;
	}
	.director-thumbnail-heightthree,
	.director-thumbnail-heightfour,
	.director-thumbnail-heightfive {
		height: auto;
	}
	.director-thumbnail-heightsix,
	.director-thumbnail-heightseven,
	.director-thumbnail-heighteight {
		height: auto;
	}
}

@media(min-width:1025px) and (max-width:1150px) {
	.outer_hse_content .why-suzlon {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.visionvalue_top.tab_container {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.west_zone_box {
		height: 235px;
	}
	.south_zone_box {
		height: 262px;
	}
	.director-thumbnail-height,
	.director-thumbnail-heightone,
	.director-thumbnail-heighttwo {
		height: auto;
	}
	.director-thumbnail-heightthree,
	.director-thumbnail-heightfour,
	.director-thumbnail-heightfive {
		height: auto
	}
	.director-thumbnail-heightsix,
	.director-thumbnail-heightseven,
	.director-thumbnail-heighteight {
		height: auto;
	}
	.directors-part .directors-box .btn.btn-green-bordered {
		font-size: 10px !important;
		padding: 7px 5px 7px 5px !important;
	}
	.directors-part .viewprofileaccordian {
		position: unset !important;
	}
	.recent-blogs .blog-box-small {
		min-height: 345px;
	}
	.s128_band .aligntext.s128_bandbox,
	.s120_band .aligntext.s120_bandbox {
		padding-left: 0;
		padding-right: 0;
	}
	.meters_align {
		display: table-cell;
	}
	.s120_band {
		padding-left: 0;
		padding-right: 0;
	}
	.s120_bandbox .text-icon {
		font-size: 12px;
	}
	.inner-corpo-social-right .outer-csrknomore .about-page {
		margin-top: 47px !important;
	}
	.suppy_chain_header ul li a {
		padding: 17px 5px;
		font-size: 11px;
	}
}

@media(min-width:1151px) and (max-width:1250px) {
	.outer_hse_content .why-suzlon {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.visionvalue_top.tab_container {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.west_zone_box {
		height: 235px;
	}
	.south_zone_box {
		height: 262px;
	}
	.director-thumbnail-height,
	.director-thumbnail-heightone,
	.director-thumbnail-heighttwo {
		height: auto;
	}
	.director-thumbnail-heightthree,
	.director-thumbnail-heightfour,
	.director-thumbnail-heightfive {
		height: auto;
	}
	.director-thumbnail-heightsix,
	.director-thumbnail-heightseven,
	.director-thumbnail-heighteight {
		height: auto;
	}
	.directors-part .directors-box .btn.btn-green-bordered {
		padding: 7px 5px 7px 5px !important;
	}
	.directors-part .viewprofileaccordian {
		position: unset !important;
	}
	.recent-blogs .blog-box-small {
		min-height: 332px;
	}
	.s120_band .aligntext.s120_bandbox {
		padding-left: 0;
		padding-right: 0;
	}
	.inner-corpo-social-right .outer-csrknomore .about-page {
		margin-top: 30px !important;
	}
	.north-america-inner.tab-outer .tabs li {
		padding: 8px 6px !important;
	}
	.north-america-inner.tab-outer .tabs li p {
		font-size: 12px !important;
	}
}

@media(min-width:1025px) and (max-width:1180px) {}

@media(min-width:768px) and (max-width:800px) {
	.north-america-inner.tab-outer .tabs li p {
		font-size: 9px !important;
	}
	.north-america-inner.tab-outer .tabs li {
		padding: 8px 7px !important;
	}
	.quality_mgt_tab.tabs li p {
		font-size: 12px !important;
	}
}

@media(min-width:801px) and (max-width:850px) {
	.north-america-inner.tab-outer .tabs li p {
		font-size: 9px !important;
	}
	.north-america-inner.tab-outer .tabs li {
		padding: 8px 10px !important;
	}
}

@media(min-width:851px) and (max-width:992px) {
	.north-america-inner.tab-outer .tabs li p {
		font-size: 10px !important;
	}
	.north-america-inner.tab-outer .tabs li {
		padding: 8px 7px !important;
	}
}

@media(min-width:992px) and (max-width:1024px) {
	.recent-blogs .blog-box-small {
		min-height: 360px;
	}
	.materiality_box.thumbnail-helpdesk .materiality_box_left {
		padding-right: 15px !important;
	}
	.materiality_box.thumbnail-helpdesk .materiality_box_left a,
	.materiality_box.thumbnail-helpdesk .materiality_box_right a {
		word-wrap: break-word;
	}
	.inner_helpdesk_box.content {
		min-height: 315px;
	}
}

@media(min-width:801px) and (max-width:992px) {
	.quality-mgt-tab .quality-mgt-tab.tabs li {
		padding: 8px 8px !important;
	}
	.quality-mgt-tab .quality_mgt_tab.tabs li p {
		font-size: 12px !important;
	}
	.left_content_two .why-suzlon-box .head span {
		font-size: 15px !important;
	}
}

@media(min-width:993px) and (max-width:1250px) {
	.left_content_two .why-suzlon-box .head span {
		font-size: 13px !important;
	}
}

@media(min-width:993px) and (max-width:1250px) {
	.history-page-tab .why-suzlon {
		padding-left: 0px !important;
		padding-right: 0 !important;
	}
	.classic-fleet-tab .why-suzlon {
		padding-left: 0px;
		padding-right: 0px;
	}
	.classic-fleet-tab .tab_container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media(min-width:1025px) and (max-width:1200px) {
	.meeting_postal_outer.tab_container {
		padding-left: 0;
		padding-right: 0;
	}
	.prod_blue_icon_line2 {
		padding-bottom: 0 !important;
	}
	.outer-blue-box.gray-bg {
		padding: 25px 0 0px 0;
	}
	.icon-blue-box {
		min-height: 100px;
	}
	.more-btn-building {
		padding-top: 15px !important;
		padding-bottom: 30px;
	}
}

@media(min-width:1025px) and (max-width:1250px) {
	.meeting-postal-ballot-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
	.investor_helpdesk_container {
		padding-right: 0 !important;
	}
	.responsive-blue-header-csr .d-inline-block {
		padding: 0 18px !important;
	}
	.responsive-blue-header-product .d-inline-block {
		padding: 0 0px !important;
	}
	.responsive-blue-header-endtoend .d-inline-block {
		padding: 0 0px !important;
	}
	.responsive-blue-header-home .d-inline-block {
		padding: 0 18px !important;
	}
	.inner-directors-part .btn.viewprofileaccordian {
		padding: 7px;
		font-size: 11px !important;
	}
	.pioneer .pioneer-box .pioneer-content {
		padding-top: 0;
	}
	.slider-bottom .container {
		padding-left: 0;
		padding-right: 0;
	}
	.tab_container_s111 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.s111-wind-turbine-main {
		padding-left: 7px;
		padding-right: 7px;
	}
}

@media(max-width:1025px) {
	.australia_page .tab_container {
		padding-bottom: 15px !important;
	}
}

@media(min-width:992px) and (max-width:1024px) {
	.australia_page .china-button {
		margin: 0px 0 15px 0 !important;
	}
	.npr-993-1024 {
		padding-right: 0 !important;
	}
	.tab_container_s97 {}
}

@media(min-width:993px) and (max-width:1024px) {
	.awardtab .why-suzlon {
		min-height: 365px;
	}
	.history_page .history_tab.tab-outer .container {
		background: #f0f1f3;
	}
	.investor_container .thumbnail-helpdesk.helpdesk_box {
		padding: 0 15px 15px 0px;
	}
	.aboutus .corporate-social .head {
		min-height: 174px;
	}
	.aboutus .height_aboutus h4 {
		padding-top: 9%;
	}
}

@media(min-width:1025px) and (max-width:1058px) {
	.recent-blogs .blog-box-small {
		min-height: 348px;
	}
	.awardtab .why-suzlon {
		min-height: 365px;
	}
	.general_meeting_sec_header .header-2 ul li a {
		font-size: 10px;
		padding: 17px 7px;
	}
	.aboutus .corporate-social .head {
		min-height: 174px;
	}
	.aboutus .height_aboutus h4 {
		padding-top: 9%;
	}
}

@media(min-width:1059px) and (max-width:1158px) {
	.awardtab .why-suzlon {
		min-height: 365px;
	}
	.general_meeting_sec_header .header-2 ul li a {
		font-size: 11px;
		padding: 17px 3px;
	}
	.aboutus .corporate-social .head {
		min-height: 149px;
	}
	.aboutus .height_aboutus h4 {
		padding-top: 6%;
	}
}

@media(min-width:1159px) and (max-width:1200px) {
	.general_meeting_sec_header .header-2 ul li a {
		font-size: 11px;
		padding: 17px 9px;
	}
	.aboutus .corporate-social .head {
		min-height: 149px;
	}
	.aboutus .height_aboutus h4 {
		padding-top: 6%;
	}
}

@media(min-width:1025px) and (max-width:1360px) {
	.meeting_tabs .responsive-padding {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media(min-width:993px) and (max-width:1400px) {
	.carousel-caption p {
		font-size: 13px;
	}
	.caption-background {
		padding: 25px;
	}
	.caption-background h2 {
		font-size: 25px;
	}
	.caption-background .knowmore {
		margin-top: 10px;
	}
	.carousel-indicators1 {
		bottom: 5px;
	}
}

@media(min-width:1201px) and (max-width:1250px) {
	.meeting_postal_outer.tab_container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media(min-width:1201px) and (max-width:1330px) {
	.general_meeting_sec_header .header-2 ul li a {
		font-size: 12px;
		padding: 17px 5px;
	}
	.more-btn-building {
		padding-top: 121px;
	}
	.more-btn-end-to-end {
		padding-top: 34px;
	}
	.more-btn-global-exp {
		padding-top: 34px;
	}
}

@media(min-width:1331px) and (max-width:1400px) {
	.more-btn-building {
		padding-top: 70px;
	}
	.more-btn-end-to-end {
		padding-top: 10px;
	}
	.more-btn-global-exp {
		padding-top: 10px;
	}
}

@media(min-width:1255px) and (max-width:1300px) {
	.photo_album {
		padding-left: 15px !important;
	}
}

@media(min-width:1301px) and (max-width:1355px) {
	.photo_album {
		padding-left: 40px !important;
	}
}

@media(min-width:1025px) {
	.hidden-large {
		display: none;
	}
	.europe_page .tab_content {
		padding-bottom: 30px;
	}
	.why-suzlon.investors .suzlon-bg {
		padding: 20px 0 5px 0;
	}
	.hsepage .csr-tabs.history-tabs {
		padding-bottom: 10px;
	}
	.solar-energy-page .solar_energy_section.visionvalue_top {
		padding-bottom: 30px;
	}
	.services-section .about-suzlon-bg {
		padding: 20px 0 7.5px 0;
	}
	.suzlon-product-page .suzlon_product_outer.about-suzlon-bg {
		padding: 20px 0 7.5px 0;
	}
	.ext_video.social_responsibility {
		padding-bottom: 33px;
	}
	.spotlight_top_box .spotlight.about-suzlon-bg {
		padding-bottom: 0px;
	}
	.board.board-committees {
		padding-bottom: 15px;
	}
	.about-us-page .aboutus.about-suzlon-bg {
		padding: 20px 0 13px 0;
	}
	.recent-blogs .blog-wrapper .col-sm-6 .blog-box-small {
		margin-bottom: 30px;
	}
	.blog-tt .blog-wrapper {
		padding-bottom: 7.5px;
	}
	.mediaroom.about-suzlon-bg {
		padding: 15px 0 0px 0;
	}
	.media-kit-section .about-suzlon-bg {
		padding: 20px 0 0px 0;
	}
}

@media(min-width:1401px) {
	.large_video iframe {
		height: 526px;
	}
}

.prod-feature-box a {
	margin-top: 20px;
}

.prod-feature {
	padding-top: 15px;
	width: 100%;
	float: left;
}

.prod-feature h4 {
	margin-top: 0;
}

.prod-feature .prod-feature-box {
	margin-bottom: 15px;
}

.product-feature-banner .container .prod-feature {
	right: 0;
}

.financial-reports .tab_content h3 {
	padding-top: 16px;
}

.tab_container.nmb {
	margin-bottom: 0 !important;
}

.notice_annoucment .invest-box {
	margin-bottom: 30px;
}

.notice_annoucment .suzlon-bg {
	padding-bottom: 0;
}

.notice_annoucment .invest-box ul li a {
	color: #16978c;
}

.investor_helpdesk_page .manufacturing.history {
	padding-bottom: 30px;
}

.offer_document_page .manufacturing.history {
	padding-bottom: 0px;
}

.why-suzlon .why-suzlon-box,
.why-suzlon .invest-box {}

.table_header span {
	display: inline-block;
	position: relative;
	width: 10px;
	min-height: 20px;
	top: 4px;
}

.table_header span .downArrow {
	position: absolute;
	left: 0px;
	bottom: 0px;
	cursor: pointer;
}

.table_header span .upArrow {
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
}

.job_top_para {
	padding-bottom: 30px;
}

.history_right {
	padding-left: 0;
}

.history_right ul {
	padding-left: 20px !important;
}

.text_tittle {
	margin-bottom: -10px;
}

.files li a span.publish {
	padding-top: 15px !important;
}

.single_line_pdf.text_tittle_publish {
	padding-top: 0px;
}

.pledge_page,
.other_information_page,
.shareholding_page {
	padding-bottom: 40px;
}

.center-align {
	float: none;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.inner_brand_box.content {
	min-height: 130px;
}

.leadership_wrap {
	padding-left: 0;
	padding-right: 0;
}

.leadership_wrap .leader_box {
	background: #23375B;
	padding: 17px 0px;
	margin: 0 0 20px 0;
}

.leadership_wrap .leader_box .member_profile_box p {
	background: #ffffff;
	margin-bottom: 0;
	padding: 5px 0 0 0;
	color: #23375B;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
}

.leadership_wrap .leader_box .member_profile_box {
	border: 5px solid #fff;
}

.leader_box .member_designation_content {
	color: #ffffff;
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.leadership_wrap .leader_box .member_designation_content h4 {
	font-size: 21px;
	padding: 10px 0;
	text-transform: none;
	margin: 0;
}

.leadership_wrap .leader_box .member_designation_content p {
	color: #ffffff;
	width: 100%;
}

.leader_image {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.leader_image img {
	width: 100%;
	background-color: #fff;
}

.media_kit_box_inner.content {
	min-height: 135px;
}

.media_room_inner.content {
	min-height: 135px;
}

.why-suzlon .why-suzlon-box .head img,
.why-suzlon .invest-box .head img {
	width: 56px;
	max-height: 56px;
}

.wind_resource_section,
.solar_energy_section.visionvalue_top {
	padding-bottom: 50px;
}

.history.awards,
.manufacturing.history {
	padding-bottom: 20px !important;
}

.leadership_top_section {
	padding-bottom: 0px !important;
}

.turn_key_top_section {
	padding-bottom: 0px;
}

.oms_top {
	padding-bottom: 50px !important;
}

.turn_key_top {
	padding-bottom: 0px;
}

.asia_tab {}

.global_page .breadcrumb {
	margin-bottom: 0;
}

.contact-page ul.tabs {
	padding: 0 19px 0 19px;
}

.contact-page .contact-tab-container .tab_content {
	padding: 8% 7px;
}

.africa_bar .head-blue {
	padding-left: 16px;
}

.global_left_bar,
.global_right_bar {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.my_paddng {
	padding-bottom: 25px;
}

.address_box {
	padding-left: 0;
}

.america_service_box {
	min-height: 246px !important;
}

.americaservice {
	padding: 0;
}

.americaservice .why-suzlon {
	padding: 15px;
}

.csr_tab_content.tab_content {
	padding: 0 0;
}

.csr-tabs.history-tabs {}

.csr_tab_content.tab_content .why-suzlon {
	padding-left: 5px;
}

.outer_hse_content {
	padding: 0;
}

.awards-tabs .content {}

.awardtab {
	background: #f0f1f3;
	padding-bottom: 25px;
}

.product-tabs.awards-tabs .tab_container {
	background: transparent !important;
}

.career_box {
	margin-bottom: 3px;
}

.main_global_dropdown.displaynone {
	display: none !important;
}

.one_earth.visionvalue_top {
	padding-bottom: 30px;
}

.dropdown-menu.display-dropdown a:hover {
	cursor: pointer !important;
}

.investors .invest-box,
.financial-box .invest-box,
.notice_annoucment .invest-box,
.financial-box .invest-box,
.helpdesk_box .why-suzlon-box {
	background: #f9f9fa;
}

.horizontal_box_heading {
	text-align: center;
	padding: 17px 0;
}

.global_menu .dropdown-menu li a:hover {
	cursor: pointer !important;
}

.asia_outer .content {
	min-height: 245px;
}

.board-committees .invest-box .content {
	background: #f0f1f3;
}

.inner-corpo-social {
	padding-left: 0;
}

.awardtab .why-suzlon.award-box {
	padding: 0;
}

.drawing-box {
	padding: 0;
}

.award_box_outer {
	padding: 0;
}

.why-suzlon.award-box .invest-box {
	padding: 15px;
	margin-bottom: auto;
}

.award_box_outer .award_box {
	padding: 0;
}

.classic-fleet-tab .invest-box .content {
	padding-right: 15px;
	padding-left: 15px;
}

.history_page .invest-box .content {
	padding-right: 15px;
	padding-left: 15px;
}

.outer_hse_content .hse-content.content {
	padding: 15px 23px;
}

.supply-chain-mgt-section .invest-box {
	padding-left: 0;
}

.supply-chain-mgt-section .supply_chain_content .image_right img {
	width: 100%;
}

.investor-helpdesk .helpdesk_box {
	padding-left: 0;
	padding-right: 30px;
}

.investor_container.investor-helpdesk.container {
	padding-right: 30px;
}

.helpdesk_page {
	padding-bottom: 7.5px;
}

.offer_document_page {
	padding-bottom: 5px;
}

.life_suzlon_section.foundation.grey-bg .row {
	padding-top: 20px;
}

.life_suzlon_section.foundation.grey-bg {
	padding-bottom: 25px;
}

.one_earth_ext_video.video {
	margin-top: 20px;
	margin-bottom: 20px;
}

.one-earth-box-top.last {
	padding-top: 20px;
	padding-bottom: 0px;
}

.little-earth-box.outer-container {
	padding-bottom: 20px;
}

.one_earth.fraud-job-alert {
	float: left;
	padding-bottom: 20px;
}

.awardtab.history-tabs .tab_content h3 {
	margin-bottom: 0px;
	padding-left: 15px;
}

.plr15 {
	padding-left: 15px;
	padding-right: 15px;
}

.asia-section.why-suzlon .worldwide-top {
	padding-left: 15px;
	padding-right: 15px;
}

.global_page.europe_bar .breadcrumb {}

.australia_page .tab_container {
	padding-bottom: 30px;
}

.other_country_enquiry.about-suzlon-bg.about-suzlon-bg-2 {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 0;
}

.get-in-touch-bg {
	background: #23375B;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 15px;
	text-transform: uppercase;
	text-align: center;
}

.suzlon-rapid-bg {
	background: #f0f1f3;
	color: #000;
	padding: 15px 15px 15px 20px;
}

.get-in-touch-bg,
.suzlon-rapid-bg,
.globalbtn {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.csrdesign {
	margin: 35px 0 30px 0;
}

.other-country-csr {}

.other-country-csr .btn {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.globalbtn {
	background: #f0f1f3;
	padding: 15px;
}

.get-in-touch-bg:hover,
.get-in-touch-bg:active,
.get-in-touch-bg:focus {
	color: #fff !important;
}

.suzlon-rapid-bg:hover,
.suzlon-rapid-bg:active,
.suzlon-rapid-bg:focus {
	color: #000;
}

.videogallery_page.about-suzlon-bg {
	padding: 1px 0 13px 35px;
}

.photo-gallery-section {
	padding-bottom: 13px;
}

.tt_blog_top.tt-blog .blog-wrapper {
	padding-bottom: 5px;
	width: 100%;
}

.media_box.financial-box {
	padding-bottom: 0px;
}

.video-detail-left,
.video-detail-right {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.episode-content .head h4 {}

.episode-content .head.lightblue-bg h4 {}

.episode-content .head.lightblue-bg .thumbnail-title h4 {
	font-size: 15px;
	text-align: left;
}

.episode-content .head.lightblue-bg .thumbnail-title {
	padding-left: 0;
	padding-right: 0;
}

.episode-content .head.lightblue-bg .episode-title {
	padding-right: 0;
}

.episode-content .head.lightblue-bg .episode-title span {
	padding-right: 0;
	font-size: 10px;
	width: 100%;
}

.episode-content .head.lightblue-bg .episode-title span b {
	font-size: 39px;
	width: 100%;
}

.episode-content .head.lightblue-bg .thumbnail-title,
.episode-content .head.lightblue-bg .episode-title {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.episode-content.outer_box_left .container {
	padding-left: 15px;
	padding-right: 15px;
}

.episode-content .media_box {
	padding-bottom: 0;
}

.episode-content .container.about-suzlon-bg {
	padding-bottom: 0;
}

.episode-content.outer_box_left {
	padding-bottom: 10px;
}

.section-india {
	padding-bottom: 20px;
}

.quote-open {}

.quote-close {}

.leadership_wrap .quote-open,
.leadership_wrap .quote-close {
	font-size: 30px;
	top: 6px;
	position: relative;
}

.large_video {
	padding: 20px 0;
}

.large_video .video-detail-right h3 {
	text-transform: uppercase;
}

.cnn-ecosolution-section h3 {
	padding-left: 15px;
}

.cnn-ecosolution-section.episode-content {
	padding: 10px 0 20px 0;
}

.cnn_episode-section .head-blue {
	padding-left: 15px;
}

.cnn_box {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
	margin: 0 15px 25px 15px;
}

.whats-new-section .pressreleases .content span {
	float: right;
	margin-top: 9px;
	padding-right: 10px;
}

.whats-new-section .head-blue {
	margin-bottom: 0;
	padding-bottom: 0;
}

.btn-green-bordered {
	font-weight: bold;
}

.latest-financial-report-link ul {
	list-style: none;
}

.latest-financial-report-link ul li {
	padding-bottom: 7px;
}

.latest-financial-report-link a span,
.latest-financial-report-link a i {
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.latest-financial-report-link a span {
	padding: 0 0 0 15px;
}

.whats-new-section .pressreleases .btn {
	margin-top: 7px;
}

.whats-new-section .pressreleases .content {
	padding-top: 10px;
}

.inner-financial-section {
	margin-top: 7px;
	padding-top: 5px;
}

.million-icon-section {}

.million-bar {
	color: #000000;
	padding-left: 0;
	padding-top: 10px;
	margin-top: 15px;
}

.million-icon-box,
.million-icon-text {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.million-icon-box {
	width: 92px;
}

.million-icon-box img {
	width: 100%;
}

.million-icon-text {
	padding-left: 22px;
}

.normal-million-text {
	font-size: 14px;
}

.bold-million-text {
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
}

.clear {
	clear: both;
}

.million-background h4 {
	margin: 0
}

.million-background {
	padding: 10px 0 10px 25px;
}

.million-background .countup {
	color: #23375a;
	font-size: 125px;
	font-family: opensans-semibold !important;
}

.normal.font {
	font-size: 125px;
	color: #23375a;
}

.million-background h4 {
	color: #ffffff;
	font-size: 125px;
}

.million-background p {
	color: #000000;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
}

.million {
	padding-right: 0;
	padding-left: 0;
	padding: 30px 0;
}

.million-background,
.whats-new_financial-report-section {
	display: table-cell;
	float: none;
	vertical-align: middle;
}

@-moz-document url-prefix() {
	.select-arrow:after {
		content: "\f107";
		font: normal normal normal 16px/1 FontAwesome;
		color: #16978c;
		right: 1px;
		background: #fff;
		top: 1px;
		position: absolute;
		pointer-events: none;
		padding: 11px 10px;
		height: 38px;
	}
}

.demo {
	font-size: 20px;
	color: #000;
}

.more-btn-building {
	padding-top: 20px;
}

.inner-directors-part .btn.viewprofileaccordian:focus,
.inner-directors-part .btn.viewprofileaccordian:active {
	outline: 0;
}

.relative {
	position: relative;
}

.single-image-banner {
	background-size: cover !important;
	position: relative;
	margin-top: 0;
	padding: 118px 0;
	height: 530px;
}

.csr-banner {
	background: url(../images/csr-banner.jpg) no-repeat;
}

.servicess-banner {
	background: url(../images/services-overview.jpg) no-repeat;
}

.end-to-end-solutions-banner {
	background: url(../images/end-to-entd-overview.jpg) no-repeat;
}

.suzlon-product-banner {
	background: url(../images/product/overview.jpg) no-repeat;
}

.solar-energy-solutions-banner {
	background: url(../images/product/solar-energy-solutions.jpg) no-repeat;
}

.classic-fleet-banner {
	background: url(../images/product/classic-fleet.jpg) no-repeat;
}

.s128-wind-turbine-banner {
	background: url(../images/product/product-s128.jpg) no-repeat;
}

.s111-wind-turbine-banner {
	background: url(../images/product-s97.jpg) no-repeat;
}

.nmt_lg {
	margin-top: 0 !important;
}

.npt_lg {
	padding-top: 0 !important;
}

@media(min-width:769px) and (max-width:992px) {
	.million-background,
	.whats-new_financial-report-section {
		display: table !important;
	}
	.inner-financial-section {
		padding-top: 0;
		margin-top: 0;
	}
}

.vision-missin-img {
	max-width: 860px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.wind-energy-cover {
	text-align: center;
}

.graphics_key .image_box_circle img {
	border: 0;
}

.graphics_key .image_box_circle,
.graphics_key .text_box {
	float: none;
	vertical-align: middle;
	display: table-cell;
}

.graphics_key.gray-bg {
	padding: 35px 0 20px 0;
	margin: 30px 0 0px 0;
}

.graphics_key .pioneer_right {
	padding: 15px 0
}

.inner_circle {
	background: #fff;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	padding: 30px;
	float: right;
	margin-right: 20px;
}

.inner_circle.inner_circle3 {
	padding: 26px 0 0 21px;
}

.inner_circle.inner_circle4 {
	padding: 12px 40px 12px 40px;
}

.s111-blue-header {
	margin-bottom: 20px;
}

.product-padding {
	padding-top: 20px;
}

.gray-bg1 {
	background: #f9f9fa;
}

.s111-technical-specification-item {
	width: 20%;
	float: left;
	text-align: center;
	padding: 0 10px;
}

.technical-specification-img {
	margin-bottom: 15px;
}

.technical-specification-img.technical-specification-img2 {
	padding-top: 10px;
}

.technical-specification-img.technical-specification-img3 {
	padding-top: 29px;
}

.technical-specification-img.technical-specification-img4 {
	margin-top: -20px;
}

.technical-specification-img.technical-specification-img5 {
	padding-top: 16px;
}

.technical_specification_box,
.curve_box {
	padding: 30px 0;
}

.s111-technical-specification {
	margin-top: 40px;
}

.research-outer {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	padding-top: 15px;
}

.responsive-blue-header-csr .first.d-inline-block,
.responsive-blue-header-home .first.d-inline-block {
	padding-left: 0;
}

.responsive-blue-header-csr .last.d-inline-block,
.responsive-blue-header-home .last.d-inline-block {
	padding-right: 0;
}

.responsive-blue-header-csr .d-inline-block {
	padding: 0 84px;
}

.responsive-blue-header-home .d-inline-block {
	padding: 0 30px;
}

.pressreleases .content p {
	font-weight: bold;
	padding-right: 10px;
}

.infographic-csr img {
	padding: 0 15px;
}

.text-icon {
	padding-left: 5px;
}

.responsive-blue-header-product .first.d-inline-block,
.responsive-blue-header-home .first.d-inline-block {
	padding-left: 0 !important;
}

.responsive-blue-header-product .last.d-inline-block,
.responsive-blue-header-home .last.d-inline-block {
	padding-right: 0 !important;
}

.responsive-blue-header-product .d-inline-block {
	padding: 0 87px !important;
}

.responsive-blue-header-endtoend .first.d-inline-block,
.responsive-blue-header-home .first.d-inline-block {
	padding-left: 0;
}

.responsive-blue-header-endtoend .last.d-inline-block,
.responsive-blue-header-home .last.d-inline-block {
	padding-right: 0;
}

.responsive-blue-header-endtoend .d-inline-block {
	padding: 0 72px;
}

.responsive-blue-header-services .first.d-inline-block,
.responsive-blue-header-home .first.d-inline-block {
	padding-left: 0;
}

.responsive-blue-header-services .last.d-inline-block,
.responsive-blue-header-home .last.d-inline-block {
	padding-right: 0;
}

.responsive-blue-header-services .d-inline-block {
	padding: 0 85px;
}

.leadership-header {
	background-position: center !important;
}

.s111-curve img {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	float: none;
	text-align: center;
	display: table;
}

.navbar-nav .fa-facebook,
.navbar-nav .fa-twitter,
.navbar-nav .fa-linkedin,
.navbar-nav .fa-instagram,
.navbar-nav .fa-youtube {
	font-size: 18px;
	color: #16978c;
	vertical-align: middle;
}

.nm {
	margin: 0 !important;
}

.btn.new-bg:hover,
.btn.new-bg:active,
.btn.new-bg:focus {
	background: #dddddd4a !important;
	color: #000 !important;
}

.btn.new-bg .btn_icon_text {
	padding: 5px 0 0px 5px;
}

.footer_box.footer_box-end-to-end {
	width: 16%;
}

h2.scodacss {
	margin-top: -7px;
	margin-bottom: 0px;
}

.mt20 {
	margin-top: 20px;
}

.double_line_pdf .second_title {
	border-top: 1px solid #fff;
	margin-top: 25px;
	padding-top: 12px;
}

.font13 {
	font-size: 13px !important;
}

.whats-new_financial-report-section .head-blue {
	text-align: center;
}

.million-background {
	border: 1px solid #ccc;
}

.global-tabs.china-product .address {
	padding-top: 15px;
}

.china_content .asia_section .btn {
	margin-top: 15px;
}

.india_tab_container b {
	padding-top: 15px;
	float: left;
}

.quality_mgt_tab li p {
	font-size: 14px !important;
}

.nort_america_container {
	padding-bottom: 30px;
}

.product-feature-banner120.product-feature-banner {
	padding-top: 22px;
	padding-bottom: 22px;
}

.corporate-social-box.corporate-social {
	margin-bottom: 20px;
}

.pledge_page .fa-file-pdf-o:before,
.analist_call_invite_tab .fa-file-pdf-o:before {
	content: "\f1c1";
	float: left;
	margin-top: -5px;
}

.form-control {
	color: #555 !important;
}

.solrol {
	padding-left: 20px;
}

.pressreleasedetail li {
	text-indent: -18px;
	padding-left: 18px;
}

.amount-cr,
.rating {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.facilities {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.credit-table td {
	padding: 8px;
}

.title-top-borer {
	border-top: 1px solid #cccccc;
}

.credit-ratings .medium_device_csr {
	height: 175px;
	line-height: 127px;
}

@media(min-width:1071px) and (max-width:1234px) {
	.credit-ratings .medium_device_csr {
		height: 185px;
		line-height: 147px;
	}
}

@media(min-width:430px) and (max-width:766px) {
	.inner-corpo-social-left .corpo_social_inner {
		padding: 24px 15px;
	}
}

@media(min-width:1025px) and (max-width:1070px) {
	.credit-ratings .medium_device_csr {
		height: 207px;
		line-height: 166px;
	}
}

@media(min-width:1021px) and (max-width:1024px) {
	.credit-ratings .medium_device_csr {
		height: 234px;
		line-height: 180px;
	}
}

@media(min-width:300px) and (max-width:1020px) {
	.credit-ratings .medium_device_csr {
		height: 71px;
		line-height: 24px;
	}
}

.pressreleasedetail .olstyle li {
	list-style-type: decimal;
}

ol.olstyle li ul li {
	list-style-type: none !important;
}

.pressreleasedetail .olstyle li:before {
	content: none;
}

.pressreleasedetail .olstyle li ul li:before {
	content: "\f10c" !important;
}

ol.olstyle {
	padding-left: 15px;
}

.text-inherit {
	text-transform: inherit;
	!important;
}

.leadership_services_banner {
	background-image: url(../images/leadershi-header.jpg);
}

.subul {
	padding-bottom: 0 !important
}

#modalUser .modal-dialog {
	height: 90%;
}

#modalUser .modal-content {
	height: 100%;
	display: table;
	position: relative;
	width: 100%;
}

#modalUser .modal-body {
	vertical-align: middle;
	height: 90%;
	text-align: center;
	margin: 0 auto;
	display: table-cell;
}

#modalUser .close {
	position: absolute;
	right: 9px;
	top: 7px;
	color: #ffffff;
	font-size: 25px;
	font-weight: normal;
	opacity: 1;
}

#modalUser p {
	color: #3a880e;
	font-size: 40px;
	font-weight: bold;
	background-color: #ffffff;
	padding: 30px;
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	display: inline-block;
}

#modalUser .modal-content {
	box-shadow: none !important;
	background: transparent !important;
	border: 0 !important;
}


.emplogin{
    border: 1px solid #fff;
    width: 40%;
    padding: 2%;
    color: #fff;
    background: transparent;
    font-weight: bold;
}

.pagebannertext {
    position: absolute;
    top: 15%;
    color: #fff;
    text-transform: UPPERCASE;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}

.pagebannertext h1{
    color: #fff;
    font-size: 40px;
}

button.clientlogin {
    border: 2px solid #17d980;
    width: 100%;
    padding: 4%;
    color: #fff;
    background: #17d980;
    font-weight: bold;
    margin-top: 13%;
    border-radius: 5px;
    text-transform: uppercase;
}

.bg-orange{
    background:#17d980;
    color:white;
    font-weight:bold;
}
.bg-darkblue{
    background:#23375B;
    color:white;
    font-weight:bold;
}

.keyservicebox {
    padding: 4% !important;
    border-radius: 10%;
}

.text-white{
    color:white !important;
}

.knowmore{
    text-align:center;
    margin-bottom:20px;
}

.knowmore a {
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    border-radius: 10px;
    font-size: 12px!important;
    display: inline-flex;
    align-items: center;
    transition: all .5s ease;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-knowmore-bordered{
    color:#fff;
    background:transparent;
}

.btn-knowmore-bordered:hover{
    background:#fff;
    color:#24375b!important;
}

.solution ul {
    list-style:none;
}

.solution ul li ul{
    margin-left:3%;
}

.solution ul li{
    margin-bottom:1%;
}

.solution ul li ul li {
    margin: 0.5% 0;
}

.solution ul li ul li i {
    color: #17d980;
    padding-right: 5px;
    font-size: 12px;
}

.solution ul li i {
    color: #23375B;
    padding-right: 5px;
    font-size: 10px;
}

.solution ul li p {
    margin-bottom: 0;
    text-indent: -17px;
    padding-left: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align:justify;
}

.solution ul li ul li p {
    margin-bottom: 0;
    text-indent: 0px;
    padding-left: 0px;
    line-height: 24px;
    font-weight: 400;
    text-align: justify;
}

.nav-tabs li.active{
    background:#23375B;
}

.aboutus p{
    text-align:justify;
}

.solution ul li p::before {
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f111";
    color: #23375B;
    font-size: 10px;
    padding-right: 7px;
}

.solution ul li ul li p::before {
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f00c";
    color: #17d980 !important;
    font-size: 12px;
    padding-right: 7px;
}

.item1.item img{
    height:540px;
}