/*
Theme Name: Wockhardt
Theme URI: https://wisdmlabs.com/
Author: Wisdmlabs
Author URI: https://wisdmlabs.com/
Version: 1.0.0
Text Domain: wockhardt	
*/

/* font face */
@font-face {
    font-family: "Khula";
    src: url('./assets/vendor/fonts/khula-regular-webfont.eot');
    src: url('./assets/vendor/fonts/khula-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./assets/vendor/fonts/khula-regular-webfont.woff') format('woff'),
         url('./assets/vendor/fonts/khula-regular-webfont.ttf') format('truetype'),
         url('./assets/vendor/fonts/khula-regular-webfont.svg#khula_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
*:active,
* {
	outline: none;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

header,
nav {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

img {
	border-style: none;
}

button,
input {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	overflow: visible;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px #00000099;
	box-shadow: 0 0 2px 2px #00000099;
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #222;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #000;
	outline: 0;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
}

.main-navigation ul {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0 1.5em;
	text-align: left;
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */

.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
	display: none;
}

.main-navigation > div > ul {
	border-top: 1px solid #eee;
	padding: 0.75em 1.695em;
}

.js .main-navigation.toggled-on > div > ul {
    width: 100%;
    height: 100vh;
	display: block;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    background: #fff;
	margin-left: 1000px;
}

.main-navigation ul ul {
	padding: 0 1.5em;
}

.main-navigation ul ul.toggled-on {
	display: block;
	/*pradnya styling start*/
	/*position: fixed;
	z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    box-sizing: border-box;
    margin-left: 1000px;*/
}

.main-navigation ul ul a {
	letter-spacing: 0;
	padding: 0.5em 0;
	position: relative;
	text-transform: none;
}

.main-navigation li {
	border-bottom: 1px solid #eee;
	position: relative;
}

.main-navigation li:last-child {
	border: 0;
}

.main-navigation a {
	display: block;
	padding: 0.5em 0;
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	list-style: 19px;
	text-transform: capitalize;
	color: #444444;
}

.main-navigation a:hover {
	color: #767676;
}

/* Menu toggle */

.menu-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1.5;
	margin: 1px auto 2px;
	padding: 1em;
	text-shadow: none;
}

/* Display the menu toggle when JavaScript is available. */

.js .menu-toggle {
	display: block;
}

.main-navigation.toggled-on ul.nav-menu {
	display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.menu-toggle:focus {
	outline: thin solid;
}

.menu-toggle .icon {
	margin-right: 0.5em;
	top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: block;
	font-size: 16px;
	right: -0.5em;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0.5em;
	position: absolute;
	text-shadow: none;
	top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background: transparent;
}

.dropdown-toggle:focus {
	outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

/* Scroll down arrow */

.site-header .menu-scroll-down {
	display: none;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

body .wrap {
	width: 1440px;
	max-width: 95%;
	margin: 0 auto;
	padding: 0;
}

body .wrap:after {
	clear: both;
	content: "";
	display: block;
}

/*pradnya styling started*/
html,
body {
	overflow-x: hidden;
}
.site-header {
	/*animation-name: fadeInDown;*/
	box-shadow: 0 1px 15px 0 #e4e4e4;
	/*-webkit-animation-duration: 2s;
	animation-duration: 2s;
	animation-delay: 3s;*/
}
.single .site-content {
    margin: 70px 0;
}
.tagline {
	position: relative;
}
.site-header .wrap {
	position: relative;
	max-width: 95%;
	width: 1246px;
	margin: 0 auto;
}
.submenu-header,
.header-icon-section,
header .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.submenu-header {
	padding: 10px 0;
}

.submenu-header .custom-logo-link {
	padding: 0;
}

.submenu-header .custom-logo {
	width: auto;
	max-height: 40px;
}

header .wrap:after {
 	content: none;
}

.desktop-search {
	position: relative;
}

.desktop-search .search-form {
	width: 250px;
    position: absolute;
    top: 30px;
    right: 0;
    display: none;
}

.desktop-search input {
	width: 100%;
    padding: 10px;
}

.desktop-search .search-submit {
	display: none;
}

.submenu-close i,
.header-icon-section i {
 	font-size: 25px;
 	margin-left: 20px;
 	cursor: pointer;
}

.submenu-back {
	padding-bottom: 20px;
	padding-top: 12px;
	font-size: 15px;
	line-height: 20px;
	cursor: pointer;
}

.submenu-back i {
	font-size: 15px;
	line-height: 20px;
}

.wdm-logo img{
	max-height: 62px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dropdown-toggle .toggle-icon {
	cursor: pointer;
}

.w-services .elementor-column > .elementor-column-wrap.elementor-element-populated {
	padding: 0!important;
}
.w-services .elementor-column {
	overflow: hidden;
}

.wdm-investor-focus {
	margin-right: 4.8%;
	margin-left: 4.8%;
}

.wdm-investor-focus .elementor-row > div {
    width: auto !important;
}

.wdm-investor-focus .elementor-row {
	justify-content: space-between
}

.wdm-tabs .elementor-tabs .elementor-tabs-wrapper {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.wdm-tabs .elementor-tab-title {
	border-bottom: 1px dashed #bbb!important;
}
.wdm-tabs .elementor-tab-title.elementor-active:after{
	width: 77%!important;
    height: 3px!important;
    left: 18px !important;
    bottom: -2px !important;
    background: #ec1d28;
    z-index: 2 !important;
}
.taxonomy-description {
	display: none;
}
.wdm-product-slider {
	padding: 0px 30px !important;
}

.wdm-product-slider .slick-dots {
	display: none !important;
}

.wdm-product-slider li {
	padding: 21px;
}
.wdm-product-slider li img {
	/* width: 46%; */
	width: 43%;
}
.wdm-product-slider h3 span {
	color:  #5a5a5a;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
} 
.wdm-product-slider h3 {
	font-family: "Khula";
	color:  #5a5a5a;
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
	text-align: left;
}
.wdm-product-slider li > div {
	display: flex;
	align-items: flex-start;
    /* justify-content: space-between; */
}
.wdm-product-slider .prod-info {
	margin-left: 15px;
}

.prod-know-more {
	font-family: "Khula";
	color:  #ed1c24;
	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
	text-align: left;
}

.prod-know-more:hover {
	color: #ed1c24;
	opacity: 0.8;
}

.prod-know-more:before {
    content: '';
    width: 32px;
    height: 3px;
    background: #ed1c24;
    /* display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;*/
	margin-right: 10px; 
	float: left;
    vertical-align: middle;
    margin-bottom: 4px;
    /*margin-left: 40px;*/
    margin-top: 8px;
}

.prod-know-more > div {
	display:inline-block;
}
.bk-img-34543 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{padding:0px;}

span.slick-arrow {
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
    line-height: 22px;
	color: #ed1c24;
	cursor: pointer;
}

.prod-slide-prev {
	left: 0;
}

.prod-slide-next {
	right: 0;
}

.elementor-tab-content {
	display: block !important;
    height: 0;
	overflow: hidden;
}
.elementor-tab-content.elementor-active {
	height: auto;
}

.elementor-tab-mobile-title.elementor-active {
	color: #ec1d24 !important;
	border-bottom: 1px solid #ec1d24 !important;
}

.wdm-investor-focus, .wdm-investor-profile {
    width: 1246px;
    margin: 0 auto;
    max-width: 90%;
}

/* team slider styling */
/* .wdm-team-slider  */
/* ul {
	padding-left: 0 !important;
} */
.slick-dots {
	padding-left: 0;
}

ul.slick-dots button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 0;
	margin: 0 8px;
	background: #70707033;
}
ul.slick-dots .slick-active button {
	background-color:  #ed1c24;
}
.wdm-team-slider {
	padding-left: 0;
}
.wdm-team-slider .slick-slide > div {
	margin-left: 19px;
	margin-right: 1px;
	text-align: center;
}

.wdm-team-slider .slick-list {
	margin-left: -20px;
}
.wdm-team-slider .slick-slide img {
	margin: 0 auto;
	width: 100%;
}
/* .wdm-team-slider  */
.slick-dots {
	display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.team-member-info {
	padding: 18px;
	margin-top: 7px;
	border: 1px solid #d7d7d7;
	background: #fff;
}
.team-member-info h3 {
	margin: 0 0 5px;
	font-family: "Khula";
	color:  #5a5a5a;
	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
	text-align: left;
}
.team-member-info p {
	margin: 0;
	font-family: "Khula";
	color:  #999999;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
}
.wdm-team-slider span.slick-arrow {
	bottom: -19px;
	top: auto;
}
.wdm-team-slider .prod-slide-next {
	right: calc(50% - 135px);
}
.wdm-team-slider .prod-slide-prev {
	left: calc(50% - 135px);
}

/* media and press */
.media-press-info {
   /* border-left: 2px solid #d8d8d8;*/
	padding: 0 17px;
	/*margin-left: 17px;*/
}
.wdm-media-press-listing {
	padding: 0;
}
.wdm-media-press-listing ul {
	list-style: none;
	padding-left: 0;
	margin-top: 61px;
}
.wdm-media-press-listing li > div {
	display: flex;
	/*align-items: center;*/
	align-items: flex-start;
	margin-bottom: 27px;
	padding-bottom: 23px;
	border-bottom: 1px dashed #d1d1d1;
}
.media-press-info h3 {
	/*margin-top: 4px;*/
	margin-top: 0;
    margin-bottom: 0;
}
.media-press-info h3 a {
	font-family: "Khula";
	color:  #ed1e26;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	/*color:  #5a5a5a;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	text-align: left;*/
}

.media-press-info p {
	margin-bottom: 4px;
	font-family: "Khula";
	color:  #666666;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	margin-top: 4px;
	/*color:  #999999;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;*/
}

.wdm-media-press-listing .wdm-press-label{
	position: relative;
}

.wdm-media-press-listing .wdm-press-label:after{
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 11px;
    color: #666666;
    right: 8px;
    top: -1px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
}

.wdm-media-press-listing .wdm-press-filter{
    padding: 11px 14px;
    margin: 0;
    color: #666666;
    background-color: #ffffff;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    font-family: Khula;
    width: 150px;
    height: 50px;

}

.wdm-media-press-listing .archive-title{
	font-family: Khula;
	color:  #444444;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	text-align: left;
	margin-bottom: 0;
	margin-top: 23px;
}

body .elementor-widget-tabs .elementor-tab-content {
	padding: 0;
}

/* background video slider styling */
.video-banner-container {
	position: relative;
	height: 684px;
	/* padding-bottom: 56.22%; */
}
.video-banner-container iframe {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 200%;
	z-index: 1;
	transform: translateY(-50%)
}
.video-banner-container .banner-info {
	width: 908px;
	max-width: 95%;
	margin: 0 auto;
	position: absolute;
	z-index: 2;
	top: 31%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.video-banner-container .banner-info h2 {
	margin: 0;
	font-family: "Khula";
	color:  #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 65px;
	text-align: center;
}

.video-banner-container .banner-info h2 span{
	font-size: 58px;
}

.video-banner-container .banner-info p {
	margin: 21px 0 56px;
	font-family: "Khula";
	color:  #d7d7d7;
	font-size: 17px;
	font-weight: 300;
	line-height: 19px;
	text-align: center;
}
.video-banner-container .banner-info a {
	width: 159px;
	height: 42px;
	padding: 11px;
	display: inline-block;
	background: #99999980;
	font-family: "Khula";
	color:  #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
}
.video-banner-container .banner-info a:hover {
	color: #ed1c25;
	background: #fff;
}
.video-banner-container:before {
    content: '';
	position: absolute;
	left: 0;
	top: 0;
    z-index: 2;
    width: 100%;
	height: 100%;
	display: block;
}
.video-banner-container img {
	width: 100%;
	height: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
}
.wdm-banner-slider {
	margin: 0;
	padding: 0;
}
.wdm-banner-slider .slick-dots {
	position: absolute;
    z-index: 2;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
}
.wdm-banner-slider ul.slick-dots button {
	background: #ffffff80
}
.wdm-banner-slider ul.slick-dots .slick-active button {
    background-color: #fff;
}
.wdm-banner-slider span.slick-arrow {
	display: none !important;
}

/* features styling */
.w-hospitals:hover .overlay {
	background-image: url(http://localhost/wockhardt-local/wp-content/themes/wockhardt/assets/images/w-services-overlay-shadow.png);
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-size: contain;
}

.global-static-info {
	background: #bc1a31;
	padding: 8px;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	width: 57px;
	height: 57px;
	display: inline-block;
	position: absolute;
	right: 0;
	z-index: 1;
	top: 10px;
	text-transform: uppercase;
	text-align: right;
}


/* Footer styling started */
.site-footer {
	background: #313131;
}
.footer-bootom-widget,
.footer-widget-area {
	width: 1246px;
	max-width: 95%;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
	align-items: flex-start;
	padding: 33px 0 11px;
	border-bottom: 1px solid #ffffff1a;
	color: #fff;
}
.footer-bootom-widget {
	padding: 0;
}
.footer-widget-1 {
	align-self: center;
}
.footer-bootom-widget .widget,
.widget-column {
	color: #fff;
	font-family: "Khula";
	color:  #ebebeb;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
}
.site-footer ul {
	list-style: none;
	padding-left: 0;
}
.footer-bootom-widget li a,
.widget-column li a {
	color: #fff;
	margin-bottom: 15px;
	font-family: "Khula";
	color:  #ebebeb;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
}
.widget-column .textwidget p {
    margin: 0;
}
.get-in-touch i {
    margin-right: 10px;
}
.get-in-touch a {
	color: #fff;
}
#menu-quick-links {
	column-gap: 38px;
}
.widget-title {
	/* padding-bottom: 15px; */
	border-bottom: 1px solid #ffffff1a;
	margin-top: 0;
	font-family: "Khula";
	color:  #ebebeb;
	font-size: 18px;
	font-weight: 700;
	line-height: 49px;
	text-align: left;
}
#menu-footer-bottom {
	display: flex;
}

/* #menu-footer-bottom li:not(:last-of-type){
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #ebebeb;
} */
#menu-footer-bottom li:not(:last-of-type) a {
	line-height: 13px;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #ebebeb;
}

.site-tagline-img {
	position: absolute;
    right: -103px;
	z-index: 1;
	transition: all 0.5s linear;
}
.site-tagline-img:hover {
	right: 0;
}

.stock-values {
	max-width: 110px;
	padding: 10px 9px;
	position: absolute;
    z-index: 2;
    right: 0;
	top: 70px;
	background: #000;
}
.stock-values h3 {
    text-align: center;
    margin: 10px 0 0;
	color:  #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
}
.stock-close {
	cursor: pointer;
	font-size: 18px;
	text-align: center;
	display: block;
	color: #fff;
	font-weight: 400;
}
.stock-content span {
	display: block;
	color:  #00b32a;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}
.stock-positive span {
	color:  #00b32a;
}
.stock-negative span {
	color: #e21c24;
}
/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

@media screen and (min-width: 66.25em) {

	/* Layout */

	.wrap {
		max-width: 1000px;
		padding-left: 3em;
		padding-right: 3em;
	}

	/* Navigation */

	/* Main Navigation */

	.js .menu-toggle,
	.js .dropdown-toggle {
		display: none;
	}

	.main-navigation {
		width: auto;
	}

	.js .main-navigation ul,
	.js .main-navigation ul ul,
	.js .main-navigation > div > ul {
		display: block;
	}

	.main-navigation ul {
		background: transparent;
		padding: 0;
	}

	.main-navigation > div > ul {
		border: 0;
		margin-bottom: 0;
		padding: 0;
	}

	.main-navigation li {
		border: 0;
		display: inline-block;
	}
	.main-navigation li.current_page_item {
		border-bottom: 3px solid #ec1d28;
	}

	.main-navigation .sub-menu{
		border-radius: 5px;
		*top:60px;
		box-shadow: 0px 1px 3px 0px #888888;
		padding-bottom: 8px;
	}

	.main-navigation .sub-menu li.current_page_item{
		border-bottom: none;
	}

	.main-navigation .sub-menu li.current_page_item a{
		color: #ec1d28 !important;
	}

	.main-navigation li li {
		display: block;
	}

	.main-navigation a {
		padding: 2em 1.75em;
	}

	.main-navigation ul ul {
		background: #fff;
		border: 1px solid #bbb;
		left: -999em;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:before,
	.main-navigation ul li.page_item_has_children:after {
		border-style: solid;
		border-width: 0 6px 6px;
		content: "";
		display: none;
		height: 0;
		position: absolute;
		right: 1em;
		bottom: -1px;
		width: 0;
		z-index: 100000;
	}

	/*.main-navigation ul li.menu-item-has-children.focus:before,
	.main-navigation ul li.menu-item-has-children:hover:before,
	.main-navigation ul li.menu-item-has-children.focus:after,
	.main-navigation ul li.menu-item-has-children:hover:after,
	.main-navigation ul li.page_item_has_children.focus:before,
	.main-navigation ul li.page_item_has_children:hover:before,
	.main-navigation ul li.page_item_has_children.focus:after,
	.main-navigation ul li.page_item_has_children:hover:after {
		display: block;
	}
*/
	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.page_item_has_children:before {
		border-color: transparent transparent #bbb;
		bottom: 0;
	}

	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:after {
		border-color: transparent transparent #fff;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
		right: auto;
	}

	.main-navigation ul ul a {
		padding: 0.50em .60em;
		width: 14.60em;
	}

	.main-navigation li li {
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}

	.main-navigation li li:hover,
	.main-navigation li li.focus {
		/*background: #767676;*/
		background: #ffffff;
	}

	.main-navigation li li a {
		-webkit-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}

	.main-navigation li li.focus > a,
	.main-navigation li li:focus > a,
	.main-navigation li li:hover > a,
	.main-navigation li li a:hover,
	.main-navigation li li a:focus,
	.main-navigation li li.current_page_item a:hover,
	.main-navigation li li.current-menu-item a:hover,
	.main-navigation li li.current_page_item a:focus,
	.main-navigation li li.current-menu-item a:focus {
		color: #ed161c;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 0.5em;
		right: auto;
	}

	.main-navigation .menu-item-has-children > a > .icon,
	.main-navigation .page_item_has_children > a > .icon {
		display: inline;
		left: 5px;
		position: relative;
		top: -1px;
	}

	/*pradnya styling start*/
	.main-navigation .menu-item-has-children > a:after {
		content: "\f107";
	    display: inline-block;
	    width: 20px;
	    height: 20px;
	    font-size: 16px;
	    line-height: 1;
	    font-family: fontAwesome;
	    text-decoration: inherit;
	    font-weight: 400;
	    font-style: normal;
	    vertical-align: middle;
	    text-align: center;
	}

	.main-navigation .menu-item-has-children.focus:hover > a:after,
	.main-navigation .menu-item-has-children:hover > a:after {
		content: "\f106";
	}
	/*pradnya styling end*/

	.main-navigation ul ul .menu-item-has-children > a > .icon,
	.main-navigation ul ul .page_item_has_children > a > .icon {
		margin-top: -9px;
		left: auto;
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(-90deg); /* IE 9 */
		transform: rotate(-90deg);
	}

	.main-navigation ul ul ul {
		left: -999em;
		margin-top: -1px;
		top: 0;
	}

	.main-navigation ul ul li.menu-item-has-children.focus:before,
	.main-navigation ul ul li.menu-item-has-children:hover:before,
	.main-navigation ul ul li.menu-item-has-children.focus:after,
	.main-navigation ul ul li.menu-item-has-children:hover:after,
	.main-navigation ul ul li.page_item_has_children.focus:before,
	.main-navigation ul ul li.page_item_has_children:hover:before,
	.main-navigation ul ul li.page_item_has_children.focus:after,
	.main-navigation ul ul li.page_item_has_children:hover:after {
		display: none;
	}

	.site-header .site-navigation-fixed .menu-scroll-down {
		display: none;
	}
}

@media screen and ( min-width: 67em ) {

	/* Layout */

	/* Navigation */
	.navigation-top .wrap {
		padding: 0.75em 2em;
	}

	.navigation-top nav {
		margin-left: 0;
	}
}


@media screen and ( max-width: 768px) {
	.elementor-element.elementor-element-cc7db11.elementor-column.elementor-col-100.elementor-top-column .elementor-column-wrap.elementor-element-populated {
    padding: 0px !important;
}
	.elementor-element.elementor-element-9fc8ad0.elementor-widget.elementor-widget-heading {margin-bottom:0px;}
		.country-top-wrapper {
		margin-bottom: 20px;
	}
	.wdm-country-list:not(:last-child) {margin-bottom:0px;}
	.elementor-element.elementor-element-24b65ac3.elementor-tabs-view-vertical.wdm-tabs-outer.elementor-widget.elementor-widget-tabs {
    margin-bottom: 50px;
}
	div#a-winning-7533 {
    margin-bottom: 0px!important;
}
	.elementor-405 .elementor-element.elementor-element-74c8a02b .elementor-spacer-inner{display:none;}
	.page-id-546 #a-winning-7533 h2.elementor-heading-title.elementor-size-default{margin-top:0px!important;}
	.elementor-546 .elementor-element.elementor-element-3c3e408 {
    margin-top: 0px!important;
    margin-bottom: 0px;
}
	.page-id-9421 .b-point-5677 img, .page-id-11410 .b-point-5677 img {
    max-width: 20px !important;
}
	.elementor-208 .elementor-element.elementor-element-27962ed > .elementor-widget-container{margin: 0px 0px 0px 0px!important;}
	.elementor-element.elementor-element-87f5ec8.text-center-34568.elementor-widget.elementor-widget-html {
    padding-bottom: 60px;
}
	.banner-home-top p {
		margin: 0px;
		padding: 0px;
		font-size: 18px !important;
		font-weight: bold;
		text-shadow: 2px 2px 21px #fff;
	}
	div.elementor-tab-content h2 {
		font-size: 22px !important;
	}
	.elementor-element.elementor-element-1934e848.wdm-chairman-img.elementor-column.elementor-col-33.elementor-top-column {
    margin-bottom: 20px;
}
	.back-blue {
	padding-bottom:30px;   
    padding-top: 30px;
	}

	.elementor-element.elementor-element-002916c.prod-know-more.view-56765.elementor-widget.elementor-widget-button,.elementor-element.elementor-element-bf9e985.prod-know-more.view-56765.elementor-widget.elementor-widget-button {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 13px;
}
	section.elementor-element.elementor-element-222a99f.back-blue.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section p {
		margin-bottom: 0px !important;}
	.elementor-element.elementor-element-7f1aef2.our-business-h1.elementor-widget.elementor-widget-heading {
		padding-top: 50px;
	}
	.elementor-208 .elementor-element.elementor-element-4b2e647 > .elementor-widget-container {
		margin: 50px 0px 0px 0px !important;}
	
	.submenu-header .custom-logo,
	.wdm-logo img {
		max-height: 53px;
	}
	.elementor-tabs .elementor-tabs-wrapper {
		display:none !important;
	}
	.video-banner-container .banner-info {
		width: 100%;
	}
	.wdm-banner-slider .slick-dots {
		bottom: 20px;
	}
	.video-banner-container .banner-info h2 {
		font-size: 45px;
		line-height: 49px;
	}
	.wdm-investor-profile .investor-info .elementor-element-populated,
	.wdm-investor-profile .chairmans-profile .elementor-element-populated {
		box-shadow: 0px 0px 19px -2px #00000059!important;
	}
	/* .wdm-investor-profile .investor-info {
		box-shadow: 0px 0px 19px -4px rgba(0,0,0,0.35);
	} */
	.wdm-product-slider h3 {
		margin-top: 0;
	}
	.w-services .elementor-row > div {
		width: 50%;
	}
	.footer-bootom-widget, .footer-widget-area {
		flex-direction: column;
	}
	.widget-column .textwidget > div {
		float: none !important;
	}
	.wdm-investor-focus .elementor-row > div:first-of-type {
		width: 100% !important;
	}
	body .wrap {
		max-width: 100%;
	}
	.footer-bootom-widget .widget, .widget-column {
		width: 100%;
	}
	.video-banner-container {
		height: 380px;
	}
	.video-banner-container iframe {
		width: 250% !important;
		max-width: 250% !important;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.elementor-208 .elementor-element.elementor-element-51a0d95.elementor-widget-heading .elementor-heading-title{text-align:center;}
}

@media screen and ( max-width: 500px) {
	
	.wdm-product-slider li {
		padding: 15px;
	}
	.wdm-media-press-listing ul,
	.wdm-product-slider {
		padding: 0;
	}
	.video-banner-container .banner-info h2 {
		font-size: 28px;
		line-height: 30px;
	}
	.video-banner-container .banner-info p {
		margin: 10px 0;
	}
	.w-services .elementor-row > div {
		width: 100%;
	}
	.wdm-product-slider {
		padding: 0px 10px !important;
	}
}


/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.sticky {
    position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
    display: none;
}

.sticky .icon-thumb-tack {
    display: block;
    height: 18px;
    left: -1.5em;
    position: absolute;
    top: 1.65em;
    width: 20px;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.wockhardt-front-page) .entry-title {
    color: #222;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.entry-header .entry-title {
    margin-bottom: 0.25em;
}

.entry-title a {
    color: #333;
    text-decoration: none;
    margin-left: -2px;
}

.entry-title:not(:first-child) {
    padding-top: 0;
}

.entry-meta {
    color: #767676;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
    padding-bottom: 0.25em;
    text-transform: uppercase;
}

.entry-meta a {
    color: #767676;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.pagination,
.comments-pagination {
    border-top: 1px solid #eee;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    padding: 2em 0 3em;
    text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
    width: 0.666666666em;
    height: 0.666666666em;
}

.comments-pagination {
    border: 0;
}

.page-numbers {
    display: none;
    padding: 0.5em 0.75em;
}

.page-numbers.current {
    color: #767676;
    display: inline-block;
}

.page-numbers.current .screen-reader-text {
    clip: auto;
    height: auto;
    overflow: auto;
    position: relative !important;
    width: auto;
}

.prev.page-numbers,
.next.page-numbers {
    background-color: #ddd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0.25em 0.5em 0.4em;
}

.prev.page-numbers,
.next.page-numbers {
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
    background-color: #767676;
    color: #fff;
}

.prev.page-numbers {
    float: left;
}

.next.page-numbers {
    float: right;
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
    width: 48%;
}

/* Blog landing, search, archives */

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
    padding-bottom: 2em;
}

body:not(.wockhardt-front-page) .entry-header {
    padding: 1em 0;
}

body:not(.wockhardt-front-page) .entry-header,
body:not(.wockhardt-front-page) .entry-content,
body:not(.wockhardt-front-page) #comments {
    margin-left: auto;
    margin-right: auto;
}

body:not(.wockhardt-front-page) .entry-header {
    padding-top: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
    color: #222;
    display: inline-block;
    margin-left: 1em;
    white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
    margin-left: 0;
    white-space: nowrap;
}

.taxonomy-description {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
}

/* More tag */

.entry-content .more-link:before {
    content: "";
    display: block;
    margin-top: 1.5em;
}

/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.wockhardt-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
    margin-left: auto;
    margin-right: auto;
    max-width: 740px;
}

.single-featured-image-header {
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
    display: block;
    margin: auto;
}

.page-links {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    padding: 2em 0 3em;
}

.page-links .page-number {
    color: #767676;
    display: inline-block;
    padding: 0.5em 1em;
}

.page-links a {
    display: inline-block;
}

.page-links a .page-number {
    color: #222;
}

/* Entry footer */

.entry-footer {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-top: 2em;
    padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
    display: block;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
    padding-left: 2.5em;
    position: relative;
    text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
    margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
    color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
    color: #767676;
    left: 0;
    margin-right: 0.5em;
    position: absolute;
    top: 2px;
}

.entry-footer .edit-link {
    display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
    background-color: #222;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    margin-top: 2em;
    padding: 0.7em 2em;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
    background-color: #767676;
}

/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

.format-quote blockquote {
    color: #333;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    overflow: visible;
    position: relative;
}

.format-quote blockquote .icon {
    display: block;
    height: 20px;
    left: -1.25em;
    position: absolute;
    top: 0.4em;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    width: 20px;
}

/* Post Navigation */

.post-navigation {
    font-weight: 800;
    margin: 3em 0;
}

.post-navigation .nav-links {
    padding: 1em 0;
}

.nav-subtitle {
    background: transparent;
    color: #767676;
    display: block;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.1818em;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.nav-title {
    color: #333;
    font-size: 15px;
    font-size: 0.9375rem;
}

.post-navigation .nav-next {
    margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
    margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
    margin-left: 0.5em;
}

/* SVG Icons base styles */

.icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    position: relative; /* Align more nicely with capital letters */
    top: -0.0625em;
    vertical-align: middle;
    width: 1em;
}

/*Sidebar*/
.has-sidebar:not(.error404) #primary {
    float: left;
    width: 58%;
}

.has-sidebar #secondary {
    float: right;
    padding-top: 0;
    width: 32%;
}

.error404 #primary {
    float: none;
}

/* Posts */

/*.single .site-content {
    padding: 5.5em 0 0;
}*/

.single-post .entry-title,
.page .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
}

.comments-pagination,
.post-navigation {
    clear: both;
}

.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.nav-next,
.post-navigation .nav-next {
    margin-top: 0;
}

/* Blog, archive, search */

.sticky .icon-thumb-tack {
    height: 23px;
    left: -2.5em;
    top: 1.5em;
    width: 32px;
}

body:not(.has-sidebar):not(.page-one-column) .page-header,
body.has-sidebar.error404 #primary .page-header,
body.page-two-column:not(.archive) #primary .entry-header,
body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
    float: left;
    width: 36%;
}

.blog:not(.has-sidebar) #primary article,
.search:not(.has-sidebar) #primary article,
.error404:not(.has-sidebar) #primary .page-content,
.error404.has-sidebar #primary .page-content {
    float: right;
    width: 58%;
}

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
    padding-bottom: 4em;
}

.navigation.pagination {
    clear: both;
    float: right;
    width: 58%;
}

.has-sidebar .navigation.pagination,
.archive.page-one-column:not(.has-sidebar) .navigation.pagination {
    float: none;
    width: 100%;
}

.entry-footer {
    display: table;
    width: 100%;
}

.entry-footer .cat-tags-links {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.entry-footer .edit-link {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

.entry-footer .edit-link a.post-edit-link {
    margin-top: 0;
    margin-left: 1em;
}

/* Entry content */

/* without sidebar */

:not(.has-sidebar) .entry-content blockquote.alignleft {
    margin-left: -17.5%;
    width: 48%;
}

:not(.has-sidebar) .entry-content blockquote.alignright {
    margin-right: -17.5%;
    width: 48%;
}

/* with sidebar */

.has-sidebar .entry-content blockquote.alignleft {
    margin-left: 0;
    width: 34%;
}

.has-sidebar .entry-content blockquote.alignright {
    margin-right: 0;
    width: 34%;
}

.has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
    margin-right: -72.5%;
    width: 62%;
}

/* blog and archive */

.blog:not(.has-sidebar) .entry-content blockquote.alignleft,
.wockhardt-front-page.page-two-column .entry-content blockquote.alignleft,
.archive:not(.has-sidebar) .entry-content blockquote.alignleft,
.page-two-column .entry-content blockquote.alignleft {
    margin-left: -72.5%;
    width: 62%;
}

.blog:not(.has-sidebar) .entry-content blockquote.alignright,
.wockhardt-front-page.page-two-column .entry-content blockquote.alignright,
.archive:not(.has-sidebar) .entry-content blockquote.alignright,
.page-two-column .entry-content blockquote.alignright {
    margin-right: 0;
    width: 36%;
}

.single .content-area {
    width: 62%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
}

.single  h1.entry-title {
    margin-top: 0;
}
.site-content .widget-title {
    color: #444;
}

@media screen and (max-width: 767px) {
    .has-sidebar #secondary,
    .single .content-area {
        width: 100%;
    }
}

/*Life At wockhardt-start*/

.wdm-left-col .wdm-performance-title.elementor-widget:not(:last-child){
	margin-bottom: 7px;
}

.wdm-left-col .wdm-performance-cont.elementor-widget:not(:last-child){
	margin-bottom: 40px;
}

/*Life At wockhardt -end*/

/*Media contact start-Ashish*/
.wdm-contact-details{
	list-style-type: none;
	padding-left: 0;
    margin-top: 0;
}

.wdm-contact-details li.wdm-address{
	list-style-type: none;
    padding-bottom: 18px;
    position: relative;
    padding-left: 49px;
}

.wdm-contact-details li.wdm-mail{
	list-style-type: none;
    padding-bottom: 37px;
    position: relative;
    padding-left: 49px;
}

.wdm-contact-details li.wdm-call{
	list-style-type: none;
    padding-bottom: 37px;
    position: relative;
    padding-left: 49px;
}

.wdm-contact-details li.wdm-fax{
	list-style-type: none;
    padding-bottom: 37px;
    position: relative;
    padding-left: 49px;
}


.wdm-contact-details li.wdm-address::before{
	content:'';
	background: url('./assets/images/map.png'); /*url of image*/
	height: 35px; /*height of image*/
	width: 25px;  /*width of image*/
	position: absolute;
	display: block;
	left: 0;
	background-repeat: no-repeat;
	background-size: contain;
}

.wdm-contact-details li.wdm-call::before{
	content:'';
	background: url('./assets/images/call.png'); /*url of image*/
	height: 28px; /*height of image*/
	width: 28px;  /*width of image*/
	position: absolute;
	display: block;
	left: 0;
	background-repeat: no-repeat;
	background-size: contain;
    top: -6px;
}

.wdm-contact-details li.wdm-mail::before{
	content:'';
	background: url('./assets/images/email.png'); /*url of image*/
	height: 20px; /*height of image*/
	width: 31px;  /*width of image*/
	position: absolute;
	display: block;
	left: 0;
	background-repeat: no-repeat;
	background-size: contain;
}

.wdm-contact-details li.wdm-fax::before{
	content:'';
	background: url('./assets/images/fax.png'); /*url of image*/
	height: 38px; /*height of image*/
	width: 37px;  /*width of image*/
	position: absolute;
	display: block;
	left: 0;
	background-repeat: no-repeat;
	background-size: contain;
}

/*Media kit start-Ashish*/
 .wdm-media-types .elementor-text-editor{
 	min-height: 427px;
    max-width: 481px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 13.28px 2.72px rgba(0, 0, 0, 0.08);
 }

 .wdm-icon-wrapper{
   display: flex;
   margin-bottom: 10px;
   align-items: center;
 }

 .wdm-icon-outer-wrapper{
 	display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    width: 100%;
 }

 .wdm-vl{
	/*border-left: 1px solid #d1d1d1;*/
    height: 45px;
    margin: 16px 22px;
    width: 1px;
    background-color: #d1d1d1;
 }

.wdm-icon-wrapper a{
	position: relative;
	padding-right: 42px;
}


 .wdm-icon-wrapper a::after{
 	content:'';
	background: url('./assets/images/download.png'); /*url of image*/
	height: 20px; /*height of image*/
	width: 31px;  /*width of image*/
	position: absolute;
	display: block;
    top: 6px;
	background-repeat: no-repeat;
	background-size: contain;
	right: 0;
 }
 
 

 #shadow-bg{
	position: relative;
	margin-bottom: 0;
 }

 .wdm-mediakit-desc p{
	margin: 0;
 }

 .media-desc-section .elementor-column-wrap{
 	padding-top: 0 !important;
 	padding-bottom: 0!important;
 }

 .wdm-kit-heading{
  margin-bottom: 7px !important;
 }

 .wdm-front-img{
 	 /*transition: all 0.3s;*/
 	 /*overflow: hidden;*/
 	 max-width: 507px;
     margin: 0 auto;
 	 /*z-index: -99999;*/
 }

 .wdm-front-img:hover .wdm-hovr{
	/*display: block;*/
	opacity: 1;
 }

 .wdm-front-img:hover .wdm-file-type{
	display: block;
	opacity: 1;
 }

 .wdm-front-img .wdm-hovr{
 	position: absolute;
    width: 100%;
    background: #ffffff;
   /* display: none;*/
    opacity: 0;
    z-index: 99999;
    transition: 0.1s all;
 }

 .wdm-front-img .wdm-file-type{
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*display: none;*/
    opacity: 0;
    z-index: 999999;
 }

/*Media kit end-Ashish*/

/*Board of director--start*/

.wdm-director-slider img{
	width: 99%;
	cursor: pointer;
}

.wdm-director-slider .slick-slide:not(.slick-current) img{
	filter: grayscale(100%);
}

.wdm-director-slider .slick-arrow{
	top: 100%;
	margin-top: 31px;
}

.wdm-director-slider .prod-slide-next{
	right: 3px;
	font-size: 40px;
	z-index: 1;
}

.wdm-director-slider .prod-slide-prev {
	left: 92%;
	z-index: 1;
	font-size: 40px;
}

.hide-cont{
	display: none;
}

.display-cont{
	display: block;
}

.director-title{	
	color:  #ec141b;
	font-size: 24px;
	font-weight: 700;
	line-height: 19px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.director-subtitle{
	color:  #444444;
	font-size: 18px;
	font-weight: 600;
	line-height: 19px;
	display: block;
    margin-bottom: 19px;
}

.slick-current{
 position: relative;
}

/*.slick-current:after{
  content: '';
  position: absolute;
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ffffff;
  bottom: 0;
  left: 50%;
  transform: translate(-23px);

}*/
/*Board of director-- End*/

/*Media Coverage-- Start*/
  .coverage-list{
  	display: flex;
  }

  .coverage-list a{
    padding: 0 12px 0 0;
  }

  .coverage-list .coverage-red{
  	border-right: 2px solid #ed171f;
  	margin-right: 12px;
  }

  .coverage-list .coverage-black{
	border-right: 2px solid #444444;
  	margin-right: 12px;
  }

  .coverage-list .coverage-red a{
	color: #ed171f;
    padding: 0 12px 0 0;
    cursor: pointer;
  }

  .coverage-list .coverage-blue a{
	color: #098ebf;
    padding: 0 12px 0 0;
    cursor: pointer;
  }
/*Media Coverage-- End*/

/*Contact --Start*/

.wdm-country-list{
	display: flex;
}

.wdm-country-list:not(:last-child){
	margin-bottom: 45px;
}

.country-tabs .wdm-tabs-outer .elementor-tab-title.elementor-active a{
	border-bottom: 2px solid #ee2228 !important;
	font-weight: 700;
	line-height:30px;
}

.country-tabs .wdm-tabs-outer .elementor-tab-title.elementor-tab-desktop-title{
	/*display: inline-block;*/
	padding: 6px 0px;
    margin-bottom: 20px;
}

.wdm-tabs-outer .elementor-tabs-wrapper{
	border-right: 1px solid #d1d1d1;
}

.wdm-country-list .wdm-contact-details{
	width: 50%;
    padding-left: 30px;
    padding-right: 30px;
}

.country-top-wrapper{
	display: flex;
    align-items: center;
}

.wdm-countries-title{
	margin-left: 18px;
	color:  #444444;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
}

.wdm-country-list div.wdm-contact-details ul{
	margin-top: 0;
}

.wdm-country-list div.wdm-contact-details .wdm-countries-title{
	margin-bottom: 12px;
}

.wdm-contact-details .india-bg{
	background: url(./assets/images/india.png);
    height: 44px;
    width: 66px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}

.wdm-contact-details .usa-bg{
	background: url(./assets/images/us.png);
    height: 44px;
    width: 66px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}

.wdm-contact-details .usa-bg{
	background: url(./assets/images/us.png);
    height: 44px;
    width: 66px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}

.wdm-contact-details .uk-bg{
	background: url(./assets/images/uk.png);
    height: 44px;
    width: 66px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}

.wdm-contact-details .ireland-bg{
	background: url(./assets/images/ireland.png);
    height: 44px;
    width: 66px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}

.wdm-contact-details .france-bg{
	background: url(./assets/images/france.png);
    height: 44px;
    width: 66px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}

.wdm-contact-details .switzerland-bg{
	background: url(./assets/images/switzerland.png);
    height: 44px;
    width: 66px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}

.wdm-contact-details ul,.wdm-contact-details span{
	padding-left: 86px;
}

.wdm-contact-details span#wdm-globe-title{
	display: block;
	margin-top: -13px;
	color:  #444444;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
    margin-bottom: 14px;
}

.wdm-country-list div.wdm-contact-details li.wdm-call{
	padding-bottom: 16px;
}

.get-in-touch{
	padding-left: 30px;
    padding-right: 30px;
}

.wdm-contact-details .wdm-adrss-para p{
	margin: 0
}

.wdm-contact-from{
    padding-left: 30px;
}

.wdm-contact-from form p:first-of-type{
    margin-top: 0;
}

.wdm-contact-from form input{
    padding: 8px 12px;
    box-shadow: none;
    border-radius: 3px;
    border: 1px solid #dddddd;
    color: #444444;
    font-size: 18px;
    width: 100%;
}

.wdm-contact-from form label{
    color: #444444;
    font-size: 14px;
    display: block;
    max-width: 55%;
}

.wdm-contact-from form label span{
    width: 100%;
    display: inline-block;
}

.wdm-contact-from form textarea{
     color: #444444;
     border-radius: 3px;
    border: 1px solid #dddddd;
    width: 100%
}

.wdm-contact-from form input[type="submit"]{
    background-color: #ec1d28;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #ec1d28;
    padding: 8px 36px;
    font-size: 14px;
    font-weight: 600;
    width: auto;
}
/*Contact --End*/

/*Chairman's Profile--Start*/

.wdm-chairmen-accordion .elementor-tab-title,.wdm-chairmen-accordion .elementor-tab-title.elementor-active{
  border-bottom: 1px solid #d1d1d1;
  border-width: 1px !important;
}

.wdm-chairmen-accordion .elementor-accordion .elementor-accordion-item{
	margin-bottom: 38px;
}

.wdm-chairmen-accordion .elementor-accordion-icon{
    font-size: 32px;
}

.wdm-chairmen-accordion .wdm-chairman-list{
	margin-top: 12px;
}

.wdm-chairmen-accordion .wdm-chairman-list li{
    /*font-size: 27px;*/
}

.wdm-chairmen-accordion .wdm-chairman-list li span{
    vertical-align: middle;
    font-size: 18px;
}

.wdm-chairmen-accordion .marginNone{
	margin-bottom: 0 !important;
}

.wdm-chairmen-accordion{
	margin-bottom: 71px;
}

.wdm-chairman-img .elementor-element-populated{
	padding-top: 0 !important;
}
/*Chairman's Profile--end*/

/*Custom Beadcrumbs--start*/
body .wdm-breadcrumb{
	margin-top: 22px;
	font-size: 14px;
    font-family: 'Khula';
    color: #666666;
    font-weight: 400;
    line-height: 19px;
    padding-left: 12px;
	display: inline-block;
	margin-bottom: 40px;
}

body .wdm-breadcrumb a{
	color: #018ebe;
    font-weight: 600;
}
/*Custom Beadcrumbs--end*/

.wh-about-us .sub-menu{
	display: flex !important;
	flex-wrap: wrap;
	flex-direction: row;
	width: 450px;
	/* 	position: relative; */
	border-radius: 5px;
	top:60px;
	box-shadow: 0px 1px 3px 0px #888888;
	padding-bottom: 8px;
}


/* menu and submenu CSS fix - mobile device */
#primary-menu .wh-about-us-new .sub-menu {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 450px;
	/* 	position: relative; */
	border-radius: 5px;
	top:60px;
	box-shadow: 0px 1px 3px 0px #888888;
	padding-bottom: 8px;
}

/* menu and submenu CSS fix - mobile device */
.wh-about-us-new .submenu-close{
	margin-right: 25px;
	margin-left: 50px;
}

/* menu and submenu CSS fix - mobile device */
.wh-about-us-new .submenu-back{
	width: 100%;
}

ul.sub-menu .submenu-header {
	display: none;
}


.wh-about-us-child {
	width: 50%;
}

.wh-about-us-child:hover {
	background: transparent !important;
}

.wh-about-us-child a {
	color: #444444 !important;
	font-size: 15px !important;
	font-weight: 600;
/* 	font-family: Khula; */
}

.wh-about-us-child a:hover {
	color: #ed161c !important;
}


@media screen and (min-width: 66.25em) {
	.wh-about-us::before, .wh-about-us::after {
		content: none !important;
	}
}

@media screen and (max-width: 768px) {
	.wdm-contact-from{
		padding-left: 0;
	}

	.wdm-contact-from form label{
		max-width: 100%;
	}

	/* Slider image text spacing issue fix - home page */
	.video-banner-container .banner-info h2 span {
		font-size: 40px;
		line-height:  42px;
	}

	/* Slider image text spacing issue fix - home page */
	.video-banner-container .banner-info h2 {
		font-size: 25px;
	}

	/* Image height fix and title align fix - about page */
	.wdm_page_heading .elementor-widget-container{
		padding: 0px !important;
	}

	/* menu and submenu CSS fix - mobile device */
	.wh-about-us-new .sub-menu {
		width: 340px !important;
	}

	/* menu and submenu CSS fix - mobile device */
	.wh-about-us-new .submenu-close{
		margin-left: 130px;
	}

	/* menu and submenu CSS fix - mobile device */
	.wh-about-us-new .submenu-close i{
		font-size: 20px !important;
	}
}


@media screen and (max-width: 1024px){
	.wdm-country-list{
		flex-wrap: wrap;
	}

	.wdm-country-list .wdm-contact-details{
	    width: 100%;
	    padding-left: 15px;
	    padding-right: 15px;
	}
}



@media only screen and (min-width: 768px) and (max-width: 1023px) {

	/* Image height fix and title align fix - about page */
	.wdm_page_heading .elementor-widget-container{
		padding: 0px !important;
	}

	/* menu and submenu CSS fix - iPad device */
	.wh-about-us-new .sub-menu {
		width: 640px !important;
	}

	/* menu and submenu CSS fix - mobile device */
	.wh-about-us-new .submenu-close{
		margin-left: 230px;
	}
}


@media only screen and (min-width: 1024px) and (max-width: 1366px) {

	/* Image height fix and title align fix - about page */
	.wdm_page_heading .elementor-widget-container{
		padding: 0px !important;
	}

	/* menu and submenu CSS fix - iPad pro device */
	.wh-about-us-new .sub-menu {
		width: 740px !important;
	}

	/* menu and submenu CSS fix - mobile device */
	.wh-about-us-new .submenu-close{
		margin-left: 250px;
	}

}


/*Homepage*/
.wdm-med-press .archive-title,.wdm-med-press .wdm-press-label{
    display: none;
}

.wdm-med-press .wdm-media-press-listing ul{
    margin-top: 0;
}

/*Careers -start*/
.wdm-img-banner img{
	max-height: 570px;
    object-fit: cover;
    height: auto;
}
/**Careers -end*/

.page-id-602 .slick-dots,
.page-id-3424 .slick-dots,
.page-id-626 .slick-dots{
	display: none !important;
}


/* CSS to Fix Chairman’s Photo disappear issue - board-of-directors page */
.wdm-custom-slider-new .slick-list .lazyloading { 
	opacity: unset;
}

/* Sticky header CSS */
.site-header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transition: all 0.7s ease 0s;
    z-index: 100;
}



/* Image height fix - about page */
.wdm_slick_slider_image .slick-slide {
	height: 450px;
}

/* Image height fix - about page */
.wdm_slick_slider_image .slick-slide img.slick-slide-image {
 	height: 450px;
    width: 1262px;
}

/* Image height fix - press-release page */
.wdm_press_header_image .elementor-image img {
	height: 450px;
}

/* make title visible with sticky header */
.page-id-208 h2.elementor-heading-title.elementor-size-default {
	padding-top: 30px;
}

.rrrr {
    box-shadow: none !important;
}
@media screen and (min-width: 1024px){
.rrrr {
    margin-top: -380px !important;
}
	
}
@media screen and (max-width: 940px){
	iframe.world-map000 {
    width: 100% !important;
    height: 350px;
}
.wdm_slick_slider_image .slick-slide img.slick-slide-image {
    height: auto;
}
}

.page-id-208 .swiper-slide:not(:hover) .e-overlay-animation-fade {
   opacity: 1 !important; 
}

/*.page-id-208 .swiper-slide {overflow: auto !important;}*/
.txtalgnsite-right{float:right;}
.txtalgnsite-right b{text-decoration:underline;}
a {
    color: #018ebe;
    text-decoration: none;
}
.text-uppercase-2432{text-transform: uppercase;}
.add-line-h-21 {
    line-height: 21px;
}
/*.page-id-6788 .post-date,.page-id-6691 label.wdm-press-label,.page-id-6691 .wdm-media-press-listing .archive-title,.page-id-6691 .wdm-media-press-listing .archive-title{
    display: none;
}*/
/*.page-id-6691 .post-date{
    display: none;
}*/

.page-id-208 .elementor-carousel-image-overlay {
    position: inherit !important;
}


.swiper-slide{     height: 260px !important;}
.swiper-slide-active{height: inherit !important;}
.elementor-skin-carousel .elementor-main-swiper, .elementor-skin-coverflow .elementor-main-swiper {
    height: 260px !important;
}
.elementor-carousel-image-overlay{ background:transparent !important;
justify-content: start !important;
text-align: left!important;
padding: 20px 0 !important; 
}

.elementor-carousel-image {
     height: 200px !important;
}
/*.page-id-6249 p.post-date,.page-id-6249 .wdm-media-press-listing .archive-title,.page-id-6249 .wdm-press-label {
    display: none;
}

.page-id-6808  p.post-date,.page-id-6808 .wdm-media-press-listing .archive-title,.page-id-6808 .wdm-press-label {
    display: none;
}

.page-id-6249 .wdm-media-press-listing .archive-title,.page-id-6249 .wdm-press-label {
    display: none;
}
.page-id-6794 .wdm-media-press-listing .archive-title,.page-id-6794 .wdm-press-label {
    display: none;
}

.page-id-6885 .wdm-media-press-listing .archive-title,.page-id-6885 .wdm-press-label {
    display: none;
}

.page-id-8112 p.post-date,.page-id-8112 .wdm-media-press-listing .archive-title,.page-id-8112 .wdm-press-label {
    display: none;
}

.page-id-6826 p.post-date,.page-id-6826 .wdm-media-press-listing .archive-title,.page-id-6826 .wdm-press-label {
    display: none;
}
.page-id-6922 p.post-date,.page-id-6885 p.post-date{display: none;}

.page-id-6857 p.post-date,.page-id-6857 .wdm-media-press-listing .archive-title,.page-id-6857 .wdm-press-label {display: none;}
*/

/*.page-id-7083 p.post-date,.page-id-7083 .wdm-media-press-listing .archive-title,.page-id-7083 .wdm-press-label {display: none;}*/
.page-id-6781 .wdm-media-press-listing .archive-title,.page-id-6781 .wdm-press-label {display: none;}
section#text-3 {
    clear: both;
}
.publications-text-section .elementor-row{flex-direction: row-reverse;}
.page-id-208 .elementor-carousel-image-overlay {height: auto !important;
    margin-top: 0px !important;padding: 5px 0 !important;}
.details-text-3234 .elementor-text-editor{float:right;}
p.mg-top-3244{margin-top:0px !important}
.bse-section img ,.nse-section img{border-radius: 5px !important;
    box-shadow: 0px 0px 5px #c2c0c0 !important;
    display: block;
    margin-right: 15px;
    padding: 15px !important;
    margin-bottom: 15px;
	width:100%;
}
.bse-section{
	width: 48% !important;
    display: inline-block;
    text-align: left !important;
	margin-left:2%}
.nse-section{
	width: 50% !important;
    display: inline-block;
    text-align: right !important;
	margin-right: 0%;}


.page-id-6663  p.post-date,.page-id-6206 p.post-date,.page-id-6501 p.post-date,.page-id-6607 p.post-date,.page-id-6762 p.post-date,.page-id-8100 p.post-date,.page-id-6781 p.post-date,.page-id-7116 p.post-date,.page-id-6794 p.post-date{display: none;}
.wdm-banner-slider ul.slick-dots button {
	display:none;
}
.director-cont.slick-current:after {
    display:none;
}
.publications-text-section img {
    border: 1px solid #80808038 !important;
}
.publications-text-section p {
   font-size:18px !important;
}
.publications-text-section{margin-top:30px !important;margin-bottom:30px !important;}
.page-id-9273 .elementor-heading-title.elementor-size-default,.page-id-9567 .elementor-heading-title.elementor-size-default,.page-id-9611 .elementor-heading-title.elementor-size-default,.page-id-9577 .elementor-heading-title.elementor-size-default{
    padding-top: 0px !important;
}
.page-id-9273 .elementor-widget:not(:last-child),.page-id-9567 .elementor-heading-title.elementor-size-default,.page-id-9611 .elementor-heading-title.elementor-size-default,.page-id-9577 .elementor-heading-title.elementor-size-default {
    margin-bottom: 0px !important;
}
.publications-text-section{border-bottom: 1px dashed #d1d1d1;padding-bottom:30px;}
@media (max-width: 940px){
.elementor-9294 .elementor-element.elementor-element-08f478a > .elementor-element-populated,.elementor-9298 .elementor-element.elementor-element-11439f3 > .elementor-element-populated,.elementor-9303 .elementor-element.elementor-element-c1d081e > .elementor-element-populated {
    padding-left: 10px !important;
	}
	.elementor-heading-title {
    line-height: 36px !important;
}
	.page-id-390 .wdm_press_header_image .elementor-image img {
    height: auto !important;
}
}
.wh-about-us-child {
    width: 100%  !important;
}
.wh-about-us-new .sub-menu {
    width: auto !important;
}
#primary-menu .wh-about-us-new .sub-menu{width: auto !important;top:80px !important;}
#primary-menu .wh-about-us-new .sub-menu .sub-menu {top:0 !important;}
.media-press-info h3 {
    text-transform: uppercase;
}
.products-table-section table, .products-table-section td,.products-table-section th {  
  border: 1px solid #ddd;
  text-align: left;
}

.products-table-section table {
  border-collapse: collapse;
  width: 100%;
	margin-bottom:30px;
}

.products-table-section th,.products-table-section td {
  padding: 11px;
}
a#email-s-2554 {
text-decoration: underline !important;
color: #018ebe !important;
}
.envelope-icon-mr-left{margin-right:5px;}
.fax-icon-mr-left{margin-right:3px;}
.phone-icon-mr-left{margin-right:6px;}
.b-point-5677{margin: 0px;
	margin-toP: -10px}

.page-id-9303 img .left-align-pad.lazyloaded {
    float: left !important;
    margin-right: 30px !important;
}
 .add-line-h-21 a {
    color: #fff;
}
.page-id-6167 .wdm-contact-details li.wdm-mail {
    padding-bottom: 14px;
}
.page-id-6167 .wdm-contact-details li.wdm-address { padding-bottom: 8px;}
.post-630 video.elementor-video {
    height: 230px;
} 
.page-id-630 .elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
    color: #444 !important;
}
.page-id-630 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    margin-bottom: 20px;
}
.page-id-630 .elementor-widget-tabs .elementor-tab-title.elementor-active {
    color: #ed1e26;
}
.elementor-9421 .elementor-element.elementor-element-de0b840.elementor-widget-heading .elementor-heading-title{text-align:center;}
li.wdm-mail a, div#elementor-tab-content-1866 a,.elementor-element-4e4096e a{
    text-decoration: underline;
} 
.page-id-208 .wdm-media-press-listing ul li:nth-child(2) img,.page-id-6808 .wdm-media-press-listing ul li:nth-child(5) img {
    width: 14px;
}
.page-id-436.parent-pageid-183 p.post-date {
    display: none;
}
.page-id-436.parent-pageid-183 .b-point-5677 {
    margin: 0px;
    margin-top: -15px;
}
.awards-pic-section h2{text-align:center;}
select#country,select#choice {
    padding: 11px 14px;
    margin: 0;
    color: #666666;
    background-color: #ffffff;
    outline: none;
    display: inline-block;
    /* -webkit-appearance: none; */
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    -moz-appearance: none;
    /* appearance: none; */
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    font-family: Khula;
    width: 150px;
    height: 50px;
	margin-bottom:20px;
	margin-right:20px;
}
select#choice{width:300px;}
select#choice.year-select-356{width:150px !important;}
.elementor-element.elementor-element-f70e6cf.prod-know-more.view-56765.elementor-widget.elementor-widget-button {
    width: 119px;
}
li.wdm-call.p-bottom-346 {
    padding-bottom: 5px;
}
.p-30-r-left{padding-left:30px;padding-right:30px}
a.text-d-533{text-decoration:underline !important;}
.q-policy img.attachment-wockhardt-featured-image.size-wockhardt-featured-image.lazyloaded {
    border: 1px solid;
    margin: 20px auto;
}
.awards-pic-section,ul#presentation .post-date {
    display: none;
}

section.elementor-element.elementor-element-166b68b.f-color-3452.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-inner-section {
    width: 90%;
    margin: auto;
}
section.elementor-element.elementor-element-697fda2.f-color-3452.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-inner-section {
    width: 90%;
    margin: auto;
}

.mr-b-3456 p{margin-bottom:0px !important;}
.page-id-436 .elementor-widget-heading.elementor-widget-heading .elementor-heading-title,.page-id-6282 .elementor-widget-heading.elementor-widget-heading .elementor-heading-title{color:#444;}
.top-banner-bg-background{
	background: url(https://www.wockhardt.com/wp-content/uploads/2023/06/Wockhardt-website-banner-01-C.jpg);
}
.banner-home-top{background: url(https://www.wockhardt.com/wp-content/uploads/2023/07/home-banner-2354.jpg); background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;max-height:759px;
}
section.elementor-element.elementor-element-6c53bf0.elementor-section-content-middle.wdm-investor-focus.rrrr.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-inner-section{display:none;}
.back-blue{background-image: url(https://www.wockhardt.com/wp-content/uploads/2023/06/blue-background.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;}

.bk-img{background-image: url(https://www.wockhardt.com/wp-content/uploads/2023/06/blue-background.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;}
.display-n-356{display:none;}
/*#our-values-section .elementor-widget-wrap {width:85%;margin:auto;
box-shadow: -4px 0px 19px -2px rgba(0,0,0,0.35);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}*/
.f-color-3452 h1,.f-color-3452 p{color:#ffff;}

section#our-values-section {
    width:75%;margin:auto;
box-shadow: -4px 0px 19px -2px rgba(0,0,0,0.35);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-208 .elementor-element.elementor-element-6495e37 .slick-slide-inner {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    max-height: 241px !important;
}

.page-id-208 .slick-slider .slick-list, .page-id-208 .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    height: 271px !important;
}
.elementor-208 .elementor-element.elementor-element-6495e37 .slick-slide{  max-height: 290px !important;}

.text-center-35764 .elementor-column-wrap.elementor-element-populated {
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100px;
}
.bk-img-34543 a{color:#333333 !important;}
.bk-img-34543 a:hover {
  color: red !important;
}
.bk-img-34543 .dropbtn {
  background-color: #fff;
  border: none;
  cursor: pointer;
  padding: 16px;
    font-size: 16px;
	font-weight:700;
    border: none;
    cursor: pointer;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	text-align:left;
}

 .bk-img-34543 .dropdown {
  position: relative;
  display: inline-block;
  width:415px;
  text-align:left;
}

.bk-img-34543 .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 415px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 99;
}

.bk-img-34543 .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
   
}

.bk-img-34543 .dropdown-content a:hover {background-color: #f1f1f1}

.bk-img-34543 .dropdown:hover .dropdown-content {
  display: block;
}

.bk-img-34543 .dropbtn:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 11px;
    color: #666666;
    color: red;
    right: 19px;
    top: 13px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    font-size: 22px;
    font-weight: 400;
	line-height: 26px;
}

.text-center-34568 .elementor-widget-container{text-align:center !important;}
.bk-img-34543  .elementor-container.elementor-column-gap-default{width:90%;margin:auto;}
.bk-img-34543{background-image: url(https://www.wockhardt.com/wp-content/uploads/2023/06/bg-365.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;}
.bk-img-34543 {padding-bottom:80px;}
.our-b-3456 .elementor-row{background:#fff;}

.elementor-208 .elementor-element.elementor-element-6495e37 .elementor-slide-description p{margin-bottom:0px !important;margin-top:0px !important;}
.mr-top-20677{margin-top:20px;}

/*.elementor-slick-slider .slick-dots-inside .slick-dots {
    bottom: -15px !important;
}*/
.elementor-slick-slider ul.slick-dots li button:before {
	font-size:13px !important;
}
.banner-home-top p {
    margin: 0px;
    padding: 0px;
    font-size: 21px;
}
.blue-text-top-banner.elementor-widget.elementor-widget-heading h2{margin:0px!important;padding:0px !important;}
.img-top-22748 img{margin-top: -20px;
    margin-left: 30px;
}
@media (max-width: 768px){
	.wdm-media-press-listing ul {
    list-style: none;
    padding-left: 0;
    margin-top: 40px!important;
}
	.page-id-11276 iframe.world-map000, .page-id-11278 iframe.world-map000,  .page-id-11280 iframe.world-map000, .page-id-11282 iframe.world-map000{
    width: 100% !important;
    height: 350px !important;
}
	.elementor-208 .elementor-element.elementor-element-27962ed .elementor-heading-title {
    font-size: 29px !important;
	}
	
button.dropbtn,.bk-img-34543 .dropdown,.bk-img-34543 .dropdown-content{max-width:100% !important}
.elementor-208 .elementor-element.elementor-element-ab08233 > .elementor-element-populated {
    padding: 0px 0px 0px 31px !important;
}	
.elementor-208 .elementor-element.elementor-element-a230a05 .elementor-heading-title {
    font-size: 25px !important;
    text-transform: uppercase;
}
	.img-top-22748 img{margin-top: -20px;
    margin-left: 30px;
	width:40%;float:left;
}
.elementor-208 .elementor-element.elementor-element-ab08233 > .elementor-element-populated {
    padding: 0px 0px 0px 30px;
}
.banner-home-top p br {
    display:none;
}
.blue-text-top-banner.elementor-widget.elementor-widget-heading h2{font-size:20px;}

	
	h2.elementor-heading-title.elementor-size-default{margin-bottom:0px !important;}
	.elementor-element.elementor-element-3142331c.elementor-widget.elementor-widget-image {
    margin-bottom: 28px;
}
	.elementor-element.elementor-element-25cdd323.elementor-widget.elementor-widget-heading {
		margin-bottom:0px;
	}
	
}
.back-blue .elementor img{margin-top:0px !important;}
.back-blue .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 10px;
    padding-left: 20px;
}
.media-and-voice-section h2.elementor-heading-title.elementor-size-default{padding:0px!important}
.media-coverage-2345 .elementor-widget-wrap {
    border-right: 1px solid rgb(191 188 188 / 50%);
}
.f-color-3452 h2.elementor-heading-title.elementor-size-default {
    font-size: 27px;
}
.our-b-3456 .elementor-element-populated {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5) !important;
}
section.elementor-element.elementor-element-554bad0.w-services.elementor-section-stretched.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.elementor-element.elementor-element-31de4ad.prod-know-more.view-56765.elementor-widget.elementor-widget-button {
    margin-top: 20px !important;
    margin-left: 20px !important;
}
.elementor-element.elementor-element-31de4ad.prod-know-more:before {margin-right: -3px !important;}


@media (min-width: 1300px){.banner-home-top{background: url(https://www.wockhardt.com/wp-content/uploads/2023/07/home-banner-2354.jpg); background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;height:88vh;
}}

#be-57333{display:none;}
.page-id-11053 .elementor-widget-image .elementor-image img {
    vertical-align: middle;
    display: inline-block;
   width: 1256px;
}
section#our-values-section .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{padding:0px !important;}
section#our-values-section .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 12px !important;
}
.media-coverage-2345 img {
    width: 16px !important;
}
.media-coverage-2345 .wdm-media-press-listing ul li:nth-child(2) img{ width: 17px;}
.elementor-element.elementor-element-002916c.prod-know-more.view-56765.elementor-widget.elementor-widget-button{margin-top:20px;}
.elementor-element.elementor-element-bf9e985.prod-know-more.view-56765.elementor-widget.elementor-widget-button {
    margin-top: 20px;
}
.parent-pageid-676 .b-point-5677{margin-top:0px}
.bk-img-34543 a {
    color: #333333 !important;
    font-weight: 700;
}
.back-blue h2.elementor-heading-title.elementor-size-default{margin-top: 58px;}
.our-b-3456 .elementor-row .elementor-widget-wrap:hover:hover{background-color: rgba(255,0,0,.4);
    color:#fff !important;}
.bk-img-34543 a:hover{color:#444 !important;}

@media (min-width: 940px){
	.page-id-208 h2.elementor-heading-title.elementor-size-default{margin-top: 50px;margin-bottom:10px;}
	
	.elementor-element.elementor-element-f7ae2c4.elementor-column.elementor-col-20.elementor-inner-column .elementor-widget-wrap, 
	.elementor-element.elementor-element-052597c.elementor-column.elementor-col-20.elementor-inner-column .elementor-widget-wrap, 
	.elementor-element.elementor-element-4e54cd8.elementor-column.elementor-col-20.elementor-inner-column .elementor-widget-wrap,
	.elementor-element.elementor-element-1e5a785.elementor-column.elementor-col-20.elementor-inner-column .elementor-widget-wrap, .elementor-element.elementor-element-08c3349.elementor-column.elementor-col-20.elementor-inner-column .elementor-widget-wrap{
	margin-top:-30px;
	}
}
.post-11033 p{font-size:18px !important}
.page-id-546 section#our-values-section {
    margin: 0px;
	margin-left: 15px;
}
.page-id-546 #a-winning-7533 h2.elementor-heading-title.elementor-size-default{padding-top:0px !important;margin-top:20px;}
.report-embedding .lego-reporting-view .mainBlock{overflow: hidden !important;}

iframe.world-map000{ width:37% !important; height:364px;}
div#publications-pdf-list img{
    max-width: 14px !important;
}
div#publications-pdf-list p{margin-top:0px!important;}
#pipeline-4667 h4{font-size:25px !important;}
#pipeline-4667 h3{font-size:30px !important;}
   #pipeline-4667 strong{font-size:20px !important;}
h4.font-24{font-size:25px !important;margin-bottom:10px;}
#pipeline-4667 h4{font-size:25px !important;margin-bottom:0px;}
/*.styletable.st1{
	word-break: break-all;
}*/

@media (min-width: 940px){
.product-name-w-15{width:14%}
.pack-description-w-25{width:24%}
.strength-w-15{width:14%}
.composition-w-15{width:19%}
.therapy-w-20{width:20%}
.formulations-w-10{width:10%}
}

@media (max-width: 940px){.elementor-element.elementor-element-710e03f.elementor-column.elementor-col-50.elementor-top-column  {
    margin-top: 100px;
}
.main-navigation li {
    border-bottom: 1px solid #eee;
    position: relative;
    width: 100%;
}
.elementor-column {
    width: 100%;
}
}
.page-id-9421 p.b-point-5677{margin-top:0px !important}
.page-id-208 #breadcrumbs,body .wdm-breadcrumb,.page-id-208 .breadcrumb-wockhardt{display:none;}
.page-id-208 .breadcrumb-wockhardt {
    margin-top: 0px;
	padding-top: 0px;
}
.breadcrumb-wockhardt {
    margin-top: 100px !important;
	margin-top: 22px;
    font-size: 14px;
    font-family: 'Khula';
    color: #666666;
    font-weight: 400;
    line-height: 19px;
    padding-left: 12px;
   /* display: inline-block;*/
	margin-bottom:30px;
	padding-top: 30px;
	padding-bottom:30px;
}

#breadcrumbs a {
    text-transform: capitalize;
}
@media (min-width: 940px){
#therapy-uk .pack-description-w-25 {
    width: 15% !important;
}
}
.page-id-11278 p, .page-id-11278 ul {
    color: #666666;
    font-family: "Khula", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

@media screen and (max-width: 940px){
.main-navigation ul li a:hover {
    color: #ed161c !important;
}
.elementor-page.elementor-page-630 h2 {
    line-height: 20px !important;
}
.publications-text-section h2.elementor-heading-title.elementor-size-default {
    font-size: 18px !important;
}
.publications-text-section h2.elementor-heading-title.elementor-size-default span{
    font-size: 18px !important;
}
.main-navigation ul ul a {
    padding: 1em 0;
}
.wdm_slick_slider_image .slick-slide {
    height: auto;
}
h2.elementor-heading-title.elementor-size-default {
    font-size: 30px !important;
}
.elementor-column-wrap.elementor-element-populated {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.wdm-chairmen-accordion .wdm-chairman-list li {
    line-height: 25px;
}
.wdm-director-slider .prod-slide-prev {
    left: 87%;}
.slick-slider{margin-bottom:20px;}
.breadcrumb-wockhardt {
margin-bottom: 0px;
}
.elementor-page-9294 img,.elementor-page-9303 img {
    margin-bottom: 20px;
}
.b-point-5677 img{max-width: 20px;}
.publications-text-section.elementor-top-section h2 {
    font-weight: -8px;
    font-size: 18px;
    line-height: 20px !important;
}
/*.wdm-media-press-listing ul li img {
    max-width: 20px;
}*/
.page-id-630 h3.elementor-heading-title.elementor-size-medium.elementor-inline-editing.pen {
    line-height: 23px !important;
}
form.wpcf7-form {
    margin-top: 20px;
}
.page-id-398 .wdm-country-list div.wdm-contact-details ul {
    margin-top: 0;
    padding-left: 10px;
}
	.js .main-navigation.toggled-on > div > ul{overflow-y: scroll;}
	.submenu-back i {margin-right: 10px}
	.scroll-table{overflow-x: auto;}
.page-id-208 h2.elementor-heading-title.elementor-size-default {
     padding-top: 20px ;
     margin-bottom: 0px;
}
	.media-coverage-2345 .elementor-widget-wrap{border-right:none;}
	.elementor-208 .elementor-element.elementor-element-d95c512 > .elementor-widget-container {
    padding: 0px 20px 0px 20px!important;
}
.elementor-208 .elementor-element.elementor-element-27962ed.elementor-widget-heading .elementor-heading-title {
    color: #ed1c24;
    font-size: 26px !important;
}	
.elementor-208 .elementor-element.elementor-element-4b2e647 > .elementor-widget-container {
    margin: 50px 0px 0px 0px;
}
.back-blue h2.elementor-heading-title.elementor-size-default {
    margin-top: 0px;
}

}

.elementor-element.elementor-element-710e03f.elementor-column.elementor-col-50.elementor-top-column h2{
    margin-top: 0px;
}

.elementor-element.elementor-element-1a13463.media-coverage-2345.elementor-column.elementor-col-50.elementor-top-column h2 {
    margin-top: 0px;
}
.elementor-208 .elementor-element.elementor-element-a518ad3 h2{padding-top:0px;}

@media (min-width: 800px) and (max-width: 940px){
	.elementor-element.elementor-element-ab08233.elementor-column.elementor-col-50.elementor-inner-column {
    margin-top: 20px;
    padding: 40px;
}

.elementor-element.elementor-element-1a13463.media-coverage-2345.elementor-column.elementor-col-50.elementor-top-column, .elementor-element.elementor-element-8cfaba5.elementor-column.elementor-col-50.elementor-top-column {
    width: 100%;
}
.elementor-element.elementor-element-710e03f.elementor-column.elementor-col-50.elementor-top-column{ width: 100%;}
.elementor-element.elementor-element-d95c512.wdm-med-press.elementor-widget.elementor-widget-text-editor{width:100%;}
.banner-home-top {
    background: url(https://www.wockhardt.com/wp-content/uploads/2023/07/home-banner-2354.jpg);
    /* background-position: top left; */
    background-position: top left 70%;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 759px;
}
.elementor-element.elementor-element-19a72ca.elementor-column.elementor-col-50.elementor-top-column {
    /* display: block; */
    width: 100%;
}
.elementor-element.elementor-element-19a72ca.elementor-column.elementor-col-50.elementor-top-column {
    /* display: block; */
    width: 100%;
}
.elementor-element.elementor-element-b1a05ea.elementor-column.elementor-col-100.elementor-top-column {
    margin-top: 300px;
}
}

@media screen and (max-width: 940px){
	.main-navigation a {padding: 1em 0;}
	#worldwide-locations{    overflow: scroll;}
	#worldwide-locations img{width: auto;    max-width: inherit;}
.wdm-media-press-listing a img {
    max-width: 13px;
}
	h1.elementor-heading-title.elementor-size-default {
    margin-bottom: 0px!important;
    font-size: 26px !important;
}
	.page-id-580 h2.elementor-heading-title.elementor-size-default, page-id-9303 h2{
    font-size: 22px !important;
}

.wdm-media-press-listing ul{margin-top:10px;}

.page-id-11410 .wdm-media-press-listing img {
    width: auto;
}

.elementor-page-11399 h2 {
    font-size: 24px;
}

#pipeline-4667 h3 {
    font-size: 23px !important;
}

#pipeline-4667 h4 {
    font-size: 21px !important;
    margin-bottom: 0px;
}
}


.elementor-page-6667 {
	word-wrap: break-word;
}

.wdm-media-press-listing .archive-title{margin-bottom:30px;}

@media screen and (max-width: 768px){
	.page-id-11484 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated, .page-id-11497 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated, .page-id-11495 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated, .page-id-11502 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{
    padding-bottom: 10px;
}

.page-id-11484 h3.elementor-heading-title.elementor-size-default, .page-id-11497 h3.elementor-heading-title.elementor-size-default, .page-id-11495 h3.elementor-heading-title.elementor-size-default, .page-id-11502 h3.elementor-heading-title.elementor-size-default {
    font-size: 22px !important;
}
	.elementor-element.elementor-element-a613e70.elementor-widget.elementor-widget-text-editor {
    margin-top: -50px;
}
	.elementor-208 .elementor-element.elementor-element-e5daafe {
    margin-top: 0px;
    /* margin-bottom: 171px; */
    padding: 0px 0px 0px 0px;
}

.banner-home-top {
    background: url(https://www.wockhardt.com/wp-content/uploads/2023/07/home-banner-2354.jpg);
    background-position: top left 70%;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 759px;
}	
	
	

}

@media screen and (max-width: 385px){
	
}

.page.page-id-11972 p.post-date{display:none;}
#post-12021 h2{font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;color:#444}
@media screen and (max-width: 940px){
#post-12021 h2{
    font-size: 30px !important;
	}
	#post-12021{padding:0px 10px;} 
}
@media screen and (min-width: 940px){
 .page-id-7905  #announcements-or-disclosures  li:nth-child(1) img{width:17px}
}
.media-and-voice-section .slick-dots li:nth-child(5), .media-and-voice-section .elementor-slide-description:nth-child(5){display:none !important;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  background-color: #FEFEFE;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
/* The Close Button */
.close {
  color: #AAAAAA;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



.page-id-7905 .close {
    color: #aaa;
    float: inherit;
    font-size: 15px;
    font-weight: normal;
}
.page-id-7905 #pdf-open-popup .elementor-button{background-color: #ed1c24;margin-top:50px;margin-bottom:20px !important;color:#fff;margin-right:5px;}
.page-id-7905 #pdf-open-popup .elementor-button:hover{color:#fff;}
.page-id-7905 #pdf-open-popup a {
  pointer-events: auto !important;
}
 #pdf-open-popup ul li::marker {
    font-size: 29px;
    margin-right: 10px;
}
#mr-left-3574 {
	margin-left: -11px;
}

#pdf-open-popup #announcements-or-disclosures{margin-left:-17px;margin-top:0px !important;}
#announcements-or-disclosures li:last-child div{margin-bottom:0px !important}
#pdf-open-popup .elementor-widget-wrap .elementor-element-populated{padding-top:0px !important;}
#pdf-open-popup .modal{z-index:999 !important;	}
#pdf-open-popup .modal-content{width: 50%;line-height: 24px;}
#pdf-open-popup a{cursor:pointer;}
.page-id-7905 #pdf-open-popup .elementor-button.not-accept{background: #acacac !important}
	#pdf-open-popup .modal-content{padding:40px 20px;    overflow-y: scroll;   height: 380px;}
h1.heading-fh{      font-family: "Khula", Sans-serif;  font-size: 40px;  font-weight: 700;  color: #444;  text-transform: uppercase;  line-height: normal;}

.fdhdfseeset{ width:96%; margin:0 auto;}
.shjvsvh {
    width: 96%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
h1.heading-fh{    font-size: 26px;}
	#pdf-open-popup .modal-content{width: 80%;line-height: 24px;}
	.page-id-7905 #pdf-open-popup .elementor-button{font-size:16px !important;padding:10px 10px}
	#pdf-open-popup .modal-content{padding:20px 20px;}
}
.page-id-7905 .elementor img{max-width: 9px;}
#kmp-section-font-18 p{font-size:18px;}

.products-table-section table td{line-height:30px;}
.yYWAMb .ndfHFb-c4YZDc-Wrql6b-SmKAyb {
    display: none !important;
	
}
#app{position:relative;height:500px;overflow:hidden;}
#app iframe {
      position: absolute;
      top: -70px; /* Adjust this value to hide the pop-out button */
      left: 0;
      width: 1200px; /* Same as the container width */
      height: calc(500px + 30px); /* Add the same value as the top adjustment */
	  overflow:hidden;
    }
@media screen and (max-width: 768px) {
#app iframe {
    position: absolute;
    top: -91px;
    left: 0;
    width: auto;
    height: calc(350px + 30px);
    /* overflow: hidden; */
}
 #app{position:relative;height:350px;overflow:hidden;}
	
}

#post-390 .elementor a img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
	max-width: 17px;
}


#post-390 #press-release .elementor img{width:17px !important;}

ul#subsidiary--financials .post-date {
    display: none;
}

/*.media-and-voice-section .slick-dots li:nth-child(4), .media-and-voice-section .elementor-slide-description:nth-child(4){
	display: none !important;
}
.media-and-voice-section .slick-dots li:nth-child(6), .media-and-voice-section .elementor-slide-description:nth-child(6){
	display: none !important;
}*/

table#table.table-ol-ul-list ol, table#table.table-ol-ul-list ul{
    padding-left: 10px;
}

.product-uk td.column0.style3.s, .product-uk td.column0.style5.s {
    font-weight: bold;
}  {
    font-weight: bold;
}
.green-color{color:green;}


.media-c-list ul li:before {
    content: " ";
    background: url(https://www.wockhardt.com/wp-content/themes/wockhardt/assets/images/Ellipse%201.png) no-repeat;
    display: inline-block;
    position: absolute;
    margin-left: 0px;
    font-family: 'FontAwesome';
    width: 15px;
    height: 15px;
    font-size: 16px;
    margin-top: 3px;
}
@media screen and (min-width: 1024px) {
#our-motto-section video{width:60%;}
 #rd-at-wockhardt video{width:60%;}
#our-motto-section, #rd-at-wockhardt {text-align:center;}
	.w-uk-textbox {
    width: 50%;
    display: inline-block;
}
	.w-uk-imgbox{
    width: 50%;
    display: inline-block;
	float:right;
	text-align: center;

}

.elementor .w-uk-imgbox img {
	    width: 70%;
}
	.w-uk-text-img-box{
    overflow: hidden;
	}
	.row.w-uk-text-img-box{
		margin-top:50px;
}
	.row.w-uk-text-img-box h3{margin-top:0px !important;}
}
#section-div-w-90{width:90%;margin:auto;}
#section-div-w-90 img{margin-bottom:30px;}
.section-div-w-2{margin-bottom:100px !important;}
.image-w-media-video{
width: 46%;
    display: inline-block;
    margin: 2%;
	margin-bottom:100px;
	position:relative;
}

.video-img-3677{
	 float: right;
}
.centered {
    position: absolute;
    bottom: 13%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}
.centered a{
	color:#fff !important;
}

.centered a:hover{
	color:#fff !important;
}
@media screen and (max-width: 900px) {
.image-w-media-video {
    width: 90%;
    display: inline-block;
    margin: 5%;
    margin-bottom: 30px;
    position: relative;
}
.centered {font-size:19px;}
}
.post-436 .b-point-5677{margin-top:0px !important;}

.thank-you-page,.back-to-home-btn{ 
    text-align: center;
    margin-bottom: 45px !important;
}
.thank-you-page h2{font-size:30px;}
.back-to-home-btn a{background-color: #ec1d28;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #ec1d28;
    padding: 8px 36px;
    font-size: 14px;
    font-weight: 600;
}
.back-to-home-btn{margin-top:20px; margin-bottom:50px;}

.back-to-home-btn {
    margin-top: 20px;
    margin-bottom: 94px !important;
}


div#registerFormContainer {
    display: block;
    width: 40%;
    margin: auto;
	margin-bottom:50px;
}

div#registerFormContainer input{
padding: 8px 12px;
    box-shadow: none;
    border-radius: 3px;
    border: 1px solid #dddddd;
    color: #444444;
    font-size: 18px;
    width: 100%;
    margin-top: 10px;
}
button.submit-btn.btnmsubmitm {
    background-color: #ec1d28;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #ec1d28;
    padding: 15px 39px;
    font-size: 18px;
    font-weight: 600;
    /* width: auto; */
    margin-top: 20px;
    cursor: pointer;
    width: 100%;
	border-radius:5px;
}

div#registerFormContainer .form-floating {
    position: relative;
    margin-bottom: 34px;
}
.error {
    position: absolute;
    font-size: 14px;
    margin-top: 10px;
    color: red;
	    font-size: 12px;
    margin-top: 6px;
}
.captcha-t6 div#challenge-container{
padding: 10px 0px;
    margin-top: 39px;
    font-weight: 700;
    font-size: 22px;
    background: #bfbdbd;
    text-align: center;
    clear: both;
}

   div#loading{ 
    position: absolute;
    width: 100%;
    top: 22px;
    text-align: center;
    background: red;
}
   

.ld-sub {
    position: relative;
}

div#buttonContainer button {
    padding: 14px 15px;
    border: none;
    margin-right: 10px;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 154px;
    background: #fff;
    border: 1px solid #e5e5e5;
}
div#buttonContainer{width:40%;margin:auto;}

div#buttonContainer button:visit{ color:red;}

.page-id-13411 h1{text-align:center;margin-bottom:20px;}
@media screen and (max-width: 900px) {
	div#registerFormContainer, div#buttonContainer {width:90%;}
}
div#documentTypeContainer {
    position: relative;
    margin-bottom: 32px;
}
div#documentTypeContainer input{width:auto !important;}

button.active {
    background: #ec1d28 !important;
    color: #fff;
    font-weight: 600;
}

div#documentTypeContainer label {
    margin-right: 14px;
}
footer .textwidget img {
    margin-bottom: 20px;
}