/*@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?281z54");
  src: url("../fonts/icomoon.eot?281z54#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?281z54") format("truetype"),
    url("../fonts/icomoon.woff?281z54") format("woff"),
    url("../fonts/icomoon.svg?281z54#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
    font-family: 'icoMoon';
    src: url('https://raw.githubusercontent.com/Keyamoon/IcoMoon-Free/master/Font/IcoMoon-Free.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\ea90";
}

/* .icon-twitter:before {
  content: "\ea95";
} */

.icon-twitter:before {
    content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

/* .icon-linkedin:before {
  content: "\eac9";
} */

.icon-linkedin:before {
  content: "\eaca";
}
.icon-instagram:before {
  content: "\ea92";
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.8);
  font-display: swap;
}

.full-width-container {
  margin-left: 0px;
  margin-right: 0px;
}

.footer-top {
  padding-left: 0px;
  padding-right: 0px;
}

.footer-top .form-group {
  margin-bottom: 0px;
}

.breadcrumbs {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.breadcrumbs li {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}

.breadcrumbs li:after {
  content: ">";
  position: absolute;
  right: 15px;
  font-size: 13px;
  color: #777;
  top: 6px;
  line-height: 10px;
  height: 10px;
  width: 4px;
}

.breadcrumbs li:last-child {
  padding-right: 0;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs li a {
  text-decoration: none !important;
  color: #808080 !important;
}

.breadcrumbs li.current-item {
  color: rgba(0, 0, 0, 0.8);
}

.logo-holder {
  z-index: 500;
  position: relative;
}

.footer-main {
  background: #005392;
  padding-top: 60px;
  margin-top: 30px;
}

.footer-main ul li {
  padding-bottom: 10px;
}

.view-awards.exposed-filter-section .form--inline {
  margin: 15px;
}

.footer-main ul li a {
  color: rgba(255, 255, 255, 0.8);
  padding: 0px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  opacity: 0.65;
  transition: transform 0.5s ease;
}

.footer-main ul li a:hover {
  opacity: 1;
}

/* .footer-main ul li a:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  content: '';
  position: absolute;
  transition: transform .5s ease;
}

.footer-main ul li a:hover:before {
  transform: scaleX(1);
} */

.footer-main ul li a:hover,
.footer-main ul li a:active,
.footer-main ul li a:focus {
  background: none;
}

.footer-main footer {
  padding-left: 0px;
  padding-right: 0px;
}

.footer__items__title {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  display: inline-block;
  display: none;
}

.footer-top {
  padding-bottom: 20px;
}

.footer-main h2 {
  font-size: 14px;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 25px;
}

.newsletter-email {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
}

.newsletter-email input {
  padding-left: 0px;
  padding-right: 0px;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 12px;
  font-weight: 300;
}

.newsletter-submit {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  margin-right: 0px !important;
}

.newsletter-wrapper {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 3px 0px 3px 20px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.8) !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.8) !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.8) !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.8) !important;
}

.footer-bottom {
  padding-top: 70px;
}

.footer-bottom p {
  font-size: 10px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding-right: 75px;
}

.footer-bottom ul {
  display: inline-block;
}

.footer-bottom ul a:before {
  display: none;
}

.footer-bottom ul a {
  text-decoration: none !important;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.footer-bottom ul li {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-bottom ul a:hover {
  opacity: 0.6;
}

.header-main {
  background: #fff;
  padding-left: 40px;
  padding-right: 35px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

.logo-holder img {
  max-width: 110px;
}

.header-main .navbar-default {
  background: transparent;
  border: none;
  margin-bottom: 0px;
  min-height: auto;
}

.header-main .block-we-megamenu-blockmain {
  float: right;
  min-height: 60px;
  min-width: 200px;
}

.header-main .block-we-megamenu-blockmain .region-we-mega-menu{
  min-height: 60px;
  min-width: 200px;
}

.logo-holder {
  padding-top: 16px;
}

.header-main .we-mega-menu-li a,
.header-main .we-mega-menu-li,
.header-main .we-megamenu-nolink {
  background: transparent !important;
  border: none !important;
  padding-top: 12px;
  padding-bottom: 12px;
}

.block-we-megamenu-blockmain .we-mega-menu-li a,
.header-main .we-mega-menu-li,
.header-main .we-megamenu-nolink {
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.8) !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  font-family: "Poppins", sans-serif !important;
  cursor: pointer;
}

.header-main .block-we-megamenu-blockmain .we-mega-menu-li.active a,
.header-main .block-we-megamenu-blockmain .we-mega-menu-li.active span {
  color: #005aa5 !important;
  font-weight: 500 !important;
}

.header-main .block-we-megamenu-blockmain .we-mega-menu-li.active ul li a {
  color: #221f1f !important;
}

.header-main .block-we-megamenu-blockmain .we-mega-menu-li.active ul li.active > a {
  color: #005aa5 !important;
}

.header-main li:last-child .we-megamenu-nolink {
  padding-right: 0px;
}

.we-mega-menu-ul .dropdown-menu,
.we-mega-menu-ul,
.navbar {
  position: static;
}

.header-main {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  z-index: 9;
}

.main-container {
  margin-top: 68px;
}

.we-mega-menu-submenu {
  width: 100%;
  padding: 0px;
  margin: 0px;
  border-top: 2px solid #ddd;
  box-shadow: none !important;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.we-mega-menu-submenu-inner {
  max-width: 670px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 40px;
}

.we-mega-menu-ul .dropdown-menu:hover .we-mega-menu-submenu-inner {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.we-mega-menu-ul .dropdown-menu > a:before,
.we-mega-menu-ul .dropdown-menu > a:after,
.we-mega-menu-ul .dropdown-menu > span:before,
.we-mega-menu-ul .dropdown-menu > span:after {
  display: none;
}

.we-mega-menu-submenu-inner h2.block-title {
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
  color: #221f1f !important;
  text-transform: inherit !important;
}

.navbar-we-mega-menu .type-of-block {
  font-family: "Poppins", sans-serif !important;
}

.navbar-we-mega-menu .span6.submenu-left {
  padding-left: 0px;
  padding-right: 60px;
}

.navbar-we-mega-menu .span6.submenu-left p {
  font-size: 14px;
  color: #666464;
  font-weight: 500;
}

.navbar-we-mega-menu .span6.submenu-right {
  padding-left: 40px;
  border-left: 1px solid #31a3dc;
}

.navbar-we-mega-menu .span6.submenu-right ul.subul {
  display: inline-block;
  max-width: 230px;
  border-top: 1px solid #dbe3e8 !important;
  padding-top: 5px;
}

.navbar-we-mega-menu .span6.submenu-right li.we-mega-menu-li {
  padding-bottom: 0px;
  padding-top: 0px;
  border-bottom: 1px solid #dbe3e8 !important;
}

.navbar-we-mega-menu .span6.submenu-right li.we-mega-menu-li a,
.navbar-we-mega-menu .span6.submenu-right li.we-mega-menu-li span {
  color: #221f1f !important;
  font-weight: 300;
  padding-left: 0px;
  margin-left: 0px;
}

.we-mega-menu-li.header-global-link {
  position: relative;
  padding-left: 30px;
}

.we-mega-menu-li.header-global-link .we-mega-menu-submenu {
  left: auto !important;
  right: 0px;
  margin-top: 32px;
  border: none !important;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #ddd !important;
  top: 35px;
}

.we-mega-menu-li.header-global-link .we-mega-menu-submenu:after,
.we-mega-menu-li.header-global-link .we-mega-menu-submenu:before {
  bottom: 100%;
  right: 8px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.we-mega-menu-li.header-global-link .we-mega-menu-submenu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0.8);
  border-width: 10px;
  margin-left: -10px;
}

.we-mega-menu-li.header-global-link .we-mega-menu-submenu:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #ddd;
  border-width: 11px;
  margin-left: -11px;
}

.we-mega-menu-li.header-global-link .we-mega-menu-submenu-inner {
  padding-top: 0px;
  padding-bottom: 0px;
}

.we-mega-menu-li.header-global-link
  .we-mega-menu-submenu-inner
  li.we-mega-menu-li {
  border-bottom: 1px solid #ddd !important;
  padding-top: 3px;
  padding-bottom: 3px;
}

.we-mega-menu-li.header-global-link:before {
  content: "";
  position: absolute;
  background-image: url(../images/globe.png);
  width: 14px;
  height: 14px;
  top: 25px;
  left: 0px;
}
.we-mega-menu-li.header-global-link > span {font-size: 0 !important;} 

.we-mega-menu-li.header-main-menu {
  padding-left: 0px;
}

.we-mega-menu-li.header-main-menu:before {
  display: none;
}

.we-mega-menu-li.header-main-menu .we-mega-menu-submenu {
  padding-left: 0px;
  padding-right: 0px;
  min-width: 270px;
}

.we-mega-menu-li.header-main-menu
  .we-mega-menu-submenu-inner
  li.we-mega-menu-li {
  padding-top: 7px;
  padding-bottom: 7px;
}

.we-mega-menu-li.header-main-menu
  .we-mega-menu-submenu-inner
  li.we-mega-menu-li:last-child {
  border-bottom: none !important;
}

.w-100 {
  width: 100%;
}

.header-banner {
  position: relative;
}

.header-banner .breadcrumb {
  position: absolute;
  /*background: transparent;
  padding: 0px;
  margin: 0;
  padding-left: 40px;
  padding-top: 25px;*/
  padding: 15px;
  background: rgba(0, 0, 0, 0.15);
  margin: 15px;
  border-radius: 0px;
}

.no-banner-main .breadcrumb {
  background: transparent;
}

.header-banner .breadcrumb li a {
  color: #9f9f9e;
  font-size: 14px;
  font-weight: 300;
}

.header-banner .m-scroll {
  position: absolute;
  right: 50px;
  bottom: 20px;
}

.header-subsection {
  max-width: 1170px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.header-subsection-left {
  background: #fff;
  margin-top: -70px;
  padding: 53px 70px 54px 55px;
  -webkit-box-shadow: 2px 3px 20px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 20px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 3px 20px -7px rgba(0, 0, 0, 0.75);
}

.no-banner .header-subsection-left {
  margin-top: -20px;
}

.header-subsection-left h1 {
  margin-bottom: 20px;
}

h1 {
  font-size: 44px;
  margin-top: 0px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.header-subsection-left .page-subtitle {
  font-size: 14px;
  font-weight: 300;
  color: #1b303b;
}

.header-subsection-right {
  padding-left: 20px;
}

.header-subsection-right h2 {
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: rgba(0, 0, 0, 0.8);
}

.header-subsection-right ul {
  display: table;
}

.header-subsection-right ul li {
  background: none !important;
  display: inline-table;
  width: 46%;
  border-top: 1px solid #8da6b4;
  margin-right: 6%;
}

.header-subsection-right ul li:last-child,
.header-subsection-right ul li:nth-last-child(2) {
  border-bottom: 1px solid #8da6b4;
}

.header-subsection-right ul li:nth-child(even) {
  margin-right: 0px;
}

.header-subsection-right ul li a {
  font-size: 12px;
  font-weight: 300;
  color: #005392 !important;
  padding-left: 0px;
  padding-right: 0px;
  background: none !important;
}

[data-aos="c_fade-up"] {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

[data-aos="c_fade-up"].aos-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.grid_wrap {
  /*min-height: 468px;*/
  position: relative;
}

.grid_wrap .grid-bg {
  content: "";
  position: absolute;
  height: calc(100% - 120px);
  position: absolute;
  background-position: bottom;
}

.grid_wrap .grid-bg:before {
  content: "";
  background-image: url(../images/pattern.png);
  width: 100%;
  height: 165px;
  position: absolute;
  bottom: 0px;
}

.blue_gradient .grid-bg {
  background: rgba(116, 199, 169, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(116, 199, 169, 1) 0%,
    rgba(116, 199, 169, 1) 28%,
    rgba(49, 163, 220, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(116, 199, 169, 1)),
    color-stop(28%, rgba(116, 199, 169, 1)),
    color-stop(100%, rgba(49, 163, 220, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(116, 199, 169, 1) 0%,
    rgba(116, 199, 169, 1) 28%,
    rgba(49, 163, 220, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(116, 199, 169, 1) 0%,
    rgba(116, 199, 169, 1) 28%,
    rgba(49, 163, 220, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(116, 199, 169, 1) 0%,
    rgba(116, 199, 169, 1) 28%,
    rgba(49, 163, 220, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(116, 199, 169, 1) 0%,
    rgba(116, 199, 169, 1) 28%,
    rgba(49, 163, 220, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74c7a9', endColorstr='#31a3dc', GradientType=1);
}

.tab-wrap {
  position: relative;
}

.tab-wrap .tab-bg {
  content: "";
  position: absolute;
  height: 80%;
  position: absolute;
  background-position: bottom;
}

.header-gradient {
  height: 90px;
  background: rgba(116, 199, 169, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(116, 199, 169, 1) 0%,
    rgba(116, 199, 169, 1) 28%,
    rgba(49, 163, 220, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(116, 199, 169, 1)),
    color-stop(28%, rgba(116, 199, 169, 1)),
    color-stop(100%, rgba(49, 163, 220, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(116, 199, 169, 1) 0%,
    rgba(116, 199, 169, 1) 28%,
    rgba(49, 163, 220, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(116, 199, 169, 1) 0%,
    rgba(116, 199, 169, 1) 28%,
    rgba(49, 163, 220, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(116, 199, 169, 1) 0%,
    rgba(116, 199, 169, 1) 28%,
    rgba(49, 163, 220, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(116, 199, 169, 1) 0%,
    rgba(116, 199, 169, 1) 28%,
    rgba(49, 163, 220, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74c7a9', endColorstr='#31a3dc', GradientType=1);
}

.green_gradient .tab-bg {
  background: rgba(112, 197, 172, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(112, 197, 172, 1) 0%,
    rgba(52, 165, 218, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(112, 197, 172, 1)),
    color-stop(100%, rgba(52, 165, 218, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(112, 197, 172, 1) 0%,
    rgba(52, 165, 218, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(112, 197, 172, 1) 0%,
    rgba(52, 165, 218, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(112, 197, 172, 1) 0%,
    rgba(52, 165, 218, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(112, 197, 172, 1) 0%,
    rgba(52, 165, 218, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#409bc9', endColorstr='#499bea', GradientType=1);
}

.full_green_gradient .tab-bg {
  background: rgba(0, 164, 128, 1);
  background: -moz-linear-gradient(
    left,
    rgba(0, 164, 128, 1) 0%,
    rgba(113, 191, 159, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(0, 164, 128, 1)),
    color-stop(100%, rgba(113, 191, 159, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 164, 128, 1) 0%,
    rgba(113, 191, 159, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgb(200, 209, 207) 0%,
    rgba(113, 191, 159, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(0, 164, 128, 1) 0%,
    rgba(113, 191, 159, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 164, 128, 1) 0%,
    rgba(113, 191, 159, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a480', endColorstr='#71bf9f', GradientType=1);
}

.full_green_gradient .tab-bg::before {
  display: none;
}

.tab-wrap .tab-bg:before {
  content: "";
  background-image: url(../images/pattern.png);
  width: 100%;
  height: 325px;
  position: absolute;
  bottom: 0px;
}

.tab-wrap h2 {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-size: 44px;
  font-weight: 600;
  margin-top: 10px;
  max-width: 450px;
  margin-bottom: 0px;
  line-height: 55px;
}

.tab-wrap .nav-tabs li {
  width: 100%;
  display: block;
}

.tab-content-wrap {
  background: #fff;
  padding: 25px 35px 35px;
  -webkit-box-shadow: 2px 3px 20px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 20px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 3px 20px -7px rgba(0, 0, 0, 0.75);
}

.tab-content-wrap p {
  color: #1a1919;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.tab-content-wrap ul {
  padding-left: 0px;
  list-style-type: none;
  margin-top: 30px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin-right: -40px;
}

.tab-content-wrap ul li {
  padding-right: 40px;
  margin-bottom: 20px;
  color: #1a1919;
  font-weight: 300;
  line-height: 24px;
}

.tab-content-wrap ul li strong {
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 24px;
}

.tab-content-wrap .mob-accordion-title {
  margin-top: 0px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 30px;
}

.tab-wrap .nav-tabs {
  background: #fff;
  border: none;
  padding: 35px 40px 25px;
  min-height: 360px;
  -webkit-box-shadow: 2px 3px 20px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 20px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 3px 20px -7px rgba(0, 0, 0, 0.75);
}

.tab-wrap .nav-tabs li a {
  background: none !important;
  padding: 0px !important;
  font-size: 14px;
  color: #1a1919;
  font-weight: 300;
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  padding-top: 12px !important;
  padding-bottom: 8px !important;
  display: block;
}

.tab-wrap .nav-tabs li:last-child a {
  border-bottom: none !important;
}

.tab-wrap .nav-tabs li.active a {
  font-weight: 600;
  color: #005392;
}

[data-aos="c_fill-color"] {
  width: 0px;
  -webkit-transition-property: width;
  transition-property: width;
  -o-transition-property: width;
  transition-property: width;
}

[data-aos="c_fill-color"].aos-animate {
  width: 100%;
}

[data-aos="c_fade-in"] {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

[data-aos="c_fade-in"].aos-animate {
  opacity: 1;
}

.grid_wrap h2 {
  position: relative;
  /* padding-top: 95px; */
  font-size: 44px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 50px;
  font-family: "Poppins";
}

.grid-container {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  z-index: 1;
}

.grid_wrap h4 {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 26px;
  font-weight: 300;
  padding-bottom: 20px;
  text-align: left;
  position: relative;
  line-height: 37px;
}

.col-custom-inner {
  background: #fff;
  padding: 25px 20px;
  margin-bottom: 30px;
  min-height: 150px;
  -webkit-box-shadow: 2px 3px 20px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 20px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 3px 20px -7px rgba(0, 0, 0, 0.75);
}

.col-custom-inner p {
  color: #1a1919;
  font-weight: 300;
  line-height: 24px;
}

.dropdown-bg {
  position: absolute;
  height: 675px;
}

.dropdown-bg:before {
  content: "";
  background-image: url(../images/pattern.png);
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 50px;
}

.drop-img-wrap img {
  -webkit-box-shadow: 2px 3px 20px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 20px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 3px 20px -7px rgba(0, 0, 0, 0.75);
}

.blue_gradient .dropdown-bg,
.blue_gradient .inner-bg-color {
  background: rgba(116, 199, 169, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(116, 199, 169, 1) 0%,
    rgba(116, 199, 169, 1) 28%,
    rgba(49, 163, 220, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(116, 199, 169, 1)),
    color-stop(28%, rgba(116, 199, 169, 1)),
    color-stop(100%, rgba(49, 163, 220, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(116, 199, 169, 1) 0%,
    rgba(116, 199, 169, 1) 28%,
    rgba(49, 163, 220, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(116, 199, 169, 1) 0%,
    rgba(116, 199, 169, 1) 28%,
    rgba(49, 163, 220, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(116, 199, 169, 1) 0%,
    rgba(116, 199, 169, 1) 28%,
    rgba(49, 163, 220, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(116, 199, 169, 1) 0%,
    rgba(116, 199, 169, 1) 28%,
    rgba(49, 163, 220, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74c7a9', endColorstr='#31a3dc', GradientType=1);
}

.full_bg_blue .inner-bg-color,
.full_bg_blue .grid-bg {
  background: rgba(132, 192, 222, 1);
  background: -moz-linear-gradient(
    top,
    rgba(132, 192, 222, 1) 0%,
    rgba(60, 153, 200, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(132, 192, 222, 1)),
    color-stop(100%, rgba(60, 153, 200, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(132, 192, 222, 1) 0%,
    rgba(60, 153, 200, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(132, 192, 222, 1) 0%,
    rgba(60, 153, 200, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(132, 192, 222, 1) 0%,
    rgba(60, 153, 200, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(132, 192, 222, 1) 0%,
    rgba(60, 153, 200, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84c0de', endColorstr='#3c99c8', GradientType=0);
  position: absolute;
  left: 0;
  height: 400px;
}

.full_bg_blue .inner-bg-color:after {
  content: "";
  background-image: url(../images/pattern.png);
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 10px;
}

.blue_gradient .inner-bg-color {
  position: absolute;
  height: 50%;
}

.blue_gradient .inner-bg-color:after {
  content: "";
  background-image: url(../images/pattern.png);
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0px;
}

.dropdown-main-wrap {
  min-height: 675px;
}

.dropdown-main-wrap .dropdown-inner-wrap {
  padding-top: 65px;
}

.dropdown-main-wrap .dropdown-content-wrap {
  padding-top: 85px;
  padding-left: 60px;
}

.dropdown-main-wrap .dropdown-content-wrap h2 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 44px;
  font-weight: 600;
  line-height: 55px;
  max-width: 222px;
  margin-top: 0px;
  margin-bottom: 25px;
}

.dropdown-main-wrap .dropdown-content-wrap p {
  max-width: 450px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.dropdown-main-wrap .select-wrap {
  padding-top: 40px;
}

.dropdown-subhd {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
}

.dropdown-main-wrap .nice-select {
  width: 450px;
  padding: 10px 30px;
  border-radius: 42px;
  height: inherit;
  color: #005392;
}

.nice-select:after {
  right: 30px;
  background-image: url("../images/down-select.svg");
  border: none !important;
  width: 7px;
  height: 13px;
  background-size: contain;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.nice-select.open:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.custom-article-editor {
  margin-bottom: 30px;
}

.custom-article-editor h3 {
  margin-top: 0px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 20px;
}

/*-webkit-box-shadow: 2px 3px 20px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 3px 20px -7px rgba(0,0,0,0.75);
box-shadow: 2px 3px 20px -7px rgba(0,0,0,0.75);*/

.custom-article-editor p {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  color: #1a1919;
}

.testimonial_slider_wrap {
  display: inline-block;
  margin: 0px -2px;
  max-width: calc(100% - 91px);
  padding-left: 95px;
}

.testimonial_heading h1 {
  margin-bottom: 10px;
  margin-top: 0px;
}

.testimonial_wrap .testimonial_heading {
  padding-bottom: 60px;
}

.testimonial_content p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #005392;
}

.testimonial_heading p {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}

.testimonial_author {
  padding-top: 45px;
}

.testimonial_main_img {
  width: 91px;
  height: 91px;
  display: inline-block;
  margin: 0px -2px;
  vertical-align: top;
}

.testimonial_main_img img {
  width: 100%;
  border-radius: 50%;
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 17px 20px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 17px 20px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 17px 20px -14px rgba(0, 0, 0, 0.75);
}

.testimonial_slider_wrap {
  display: inline-block;
  margin: 0px -2px;
  vertical-align: top;
}

.testimonial_author h4 {
  margin-top: 0px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 5px;
}

.testimonial_author p {
  font-weight: 300;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}

.testimonial_slider_wrap .slick-dots {
  padding-left: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  padding-top: 25px;
}

.testimonial_slider_wrap .slick-dots li {
  display: inline-block;
  padding-right: 15px;
}

.testimonial_slider_wrap .slick-dots li button {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: contain !important;
  border-radius: 50%;
  border: 2px solid #fff;
}

.testimonial_slider_wrap {
  position: relative;
}

.testimonial_slider_wrap .slick-dots li.slick-active button {
  border: 3px solid #005392;
  -webkit-box-shadow: 0px 17px 20px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 17px 20px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 17px 20px -14px rgba(0, 0, 0, 0.75);
}

.testimonial_slider_wrap:before {
  content: "";
  position: absolute;
  width: 38px;
  height: 100%;
  background-image: url(../images/divider.svg);
  left: 35px;
  background-size: cover;
  background-repeat: no-repeat;
}

/* .col-md-6 .testimonial_container {
  margin-left: calc((100vw - 1170px) / 2)
} */

.col-md-6 .view-current-openings {
  padding-top: 75px;
}

.col-md-6 .view-current-openings {
  padding-left: 50px;
}

.api-finder.views-exposed-form label {
  font-size: 14px;
  font-weight: 400;
  margin-right: 50px;
}

.api-finder.views-exposed-form .select-wrapper {
  width: 250px;
  vertical-align: bottom;
}

.api-finder.views-exposed-form input {
  height: 50px;
  border-radius: 50px;
  max-width: 380px;
  display: inline-block;
}

.api-finder.views-exposed-form .select-wrapper:after {
  z-index: 7 !important;
}

.api-finder.views-exposed-form .select-wrapper span.current {
  display: inline-block;
  max-width: 85%;
  white-space: normal;
  line-height: 20px;
}

.api-finder.views-exposed-form .form-group {
  display: inline-block;
}

.api-finder.views-exposed-form .form-submit {
  font-family: "Poppins", sans-serif !important;
  margin-top: 12px;
  margin-bottom: 12px;
  display: inline-block;
  margin-left: 50px;
}

.api-finder.views-exposed-form .form-item {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.api-finder.views-exposed-form .api-seperator {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.api-finder.views-exposed-form .btn .glyphicon.glyphicon-search {
  display: none;
}

.api-finder.views-exposed-form .nice-select:after {
  display: none;
}

.api-finder.views-exposed-form .nice-select {
  border: none;
  box-shadow: none;
  border-bottom: #999 1px solid;
  border-radius: 0px;
  width: 100%;
  padding: 0px;
  padding-right: 20px;
}

.view-current-openings h2 {
  margin-top: 0px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
}

.col-md-6 .view-current-openings h2 {
  margin-bottom: 60px;
}

.careers_wrap_inner span {
  display: block;
}

.careers_wrap_inner {
  float: left;
  padding: 0px 12px 15px;
  width: 50%;
  max-width: 270px;
}

/* .careers_wrap {
  padding-right: 20%;
} */

.careers_wrap_inner a {
  border: 1px solid #d0d0d0;
  padding: 25px 15px;
  display: block;
  min-height: 200px;
  border-radius: 5px;
  vertical-align: top;
  margin: 0px -2px;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s ease-in-out;
}

.view-footer a {
  display: inline-block;
  font-weight: 600;
  color: #005392;
  padding-left: 25px;
  text-decoration: none !important;
  position: relative;
}

.view-footer a:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../images/blue-arrow.svg);
  width: 9px;
  height: 7px;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  top: 6px;
  transition: 0.4s ease-in-out;
}

.view-footer a:hover:before {
  transform: translateX(5px);
}

.careers_wrap_inner a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #005392;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: 0.5s ease-in-out;
  z-index: -2;
}

.careers_wrap_inner a:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.careers_wrap_inner span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  color: #1b303b !important;
}

.careers_wrap_inner span.current_openings_title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.careers_wrap_inner a:hover span {
  color: rgba(255, 255, 255, 0.8) !important;
}

h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
}

/*.stock-custom-block {
  padding-top: 20px;
}*/

.form-main {
  max-width: 870px;
  padding-top: 70px;
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 80px;
}

.form-main .form-item {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.8);
}

.form-main .form-left,
.form-main .form-right {
  float: left;
  width: 50%;
}

.form-main .form-left {
  padding-right: 70px;
}

.form-main .control-label {
  font-size: 16px;
  font-weight: 300;
}

.form-main .form-item.form-group {
  margin-bottom: 10px;
}

.form-main .form-control {
  height: 65px;
  border-radius: 5px;
  background: #fff;
}

.form-main .nice-select {
  width: 100%;
  float: none;
  height: 65px;
  line-height: 50px;
}

.form-main .nice-select:after {
  display: none;
}

.form-main textarea {
  height: 192px !important;
}

.select-wrapper:after {
  font-size: 15px;
  padding-right: 1.5em;
  z-index: 1;
}

.nice-select .list {
  max-height: 200px;
  overflow-y: auto;
  z-index: 8;
}

/* .select-wrapper .nice-select .list {
  width: 100%;
} */

.form-inline .form-group {
  position: relative;
}

.unclaimed-data .form-item--error-message {
  position: absolute;
  bottom: -40px;
  left: 20px;
}

.form-item--error-message {
  background: transparent;
  font-size: 12px;
  font-weight: 300;
  padding: 0px;
  border: none !important;
  margin-top: 5px;
}

.form-main .form-actions {
  clear: left;
  padding-top: 20px;
}

.form-main .form-actions button {
  display: inline-block;
  margin: 0px -2px;
  vertical-align: top;
}

.btn-rounded {
  outline: none !important;
  border: none !important;
}

.form-main .form-actions button:first-child {
  margin-right: 30px;
}

.form-main .form-actions button.reset-btn {
  background: #fff;
  color: #005aa5 !important;
}

.form-main .form-actions button.reset-btn:hover,
.form-main .form-actions button.reset-btn:active,
.form-main .form-actions button.reset-btn:focus {
  background: rgba(255, 255, 255, 0.78);
}

.webform-confirmation {
  position: fixed;
  top: 109px;
  background: #005392;
  width: 100%;
  left: 0px;
  text-align: CENTER;
  height: 40px;
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.form-main .alert-danger.alert-dismissible {
  display: none;
}

.address-title h2 {
  font-size: 24px;
  font-weight: 600;
  color: #005aa5;
  margin-bottom: 30px;
  line-height: 34px;
}

.address-sub-title h3 {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
}

.address-title,
.address-sub-title {
  padding-left: 15px;
}

.col-md-6 .address-title,
.col-md-6 .address-sub-title {
  padding-left: 0px;
}

.address-layout .custom-article-editor.content_left,
.address-layout .custom-article-editor.content_right {
  display: inline-block;
  vertical-align: top;
  margin: 0px -2px;
}

.address-layout .custom-article-editor.content_left {
  min-width: 200px;
}

.address-sub-title {
  margin-bottom: 20px;
}

.address-layout .custom-article-editor p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
}

.address-layout .custom-article-editor p strong {
  font-weight: 600;
}

.address-layout .custom-article-editor.content_left {
  padding-right: 20px;
}

.address-layout a.btn-rounded {
  display: inline-block;
  width: auto;
  background: #005aa5;
  padding: 18px 25px;
}

.address-layout a.btn-rounded:hover {
  background: #00a480;
}

.btn-rounded {
  text-decoration: none !important;
}

.life-at-cipla-list-items .thumbnail-image img {
  width: 100%;
  margin-bottom: 30px;
  object-fit: cover;
  height: 200px;
}

.life-at-cipla {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.life-at-cipla-item {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 40px;
}

.life-at-cipla-list-items {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 2px 3px 20px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 20px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 3px 20px -7px rgba(0, 0, 0, 0.75);
}

.life-at-cipla-list-items-copy h4 a {
  color: rgba(0, 0, 0, 0.8) !important;
  text-decoration: none !important;
  font-size: 16px;
  margin-top: 0px;
  font-weight: 600;
  min-height: 55px;
  display: inline-block;
}

.article-content-text {
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8) !important;
  font-weight: 300;
  text-decoration: none !important;
  margin-bottom: 20px;
  display: block;
}

.life-at-cipla-list-items-link {
  border-top: 1px solid rgba(119, 119, 119, 0.23);
  padding-top: 20px;
  color: #9f9f9e;
  font-size: 12px;
  font-weight: 300;
}

.life-at-cipla-list-items-link img {
  margin-right: 10px;
}

.life-at-cipla-wrapper .view-header h2 {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-top: 60px;
  text-transform: capitalize;
  font-size: 44px;
}

.life-at-cipla-wrapper {
  position: relative;
}

.life-at-cipla-wrapper .view-footer {
  clear: left;
  width: 100%;
  text-align: center;
}

.life-at-cipla-wrapper .view-footer a:before {
  display: none;
}

.life-at-cipla-wrapper .view-footer a {
  z-index: 1;
}

.pt-50 {
  padding-top: 30px;
}

.header-subsection .share-block,
.header-pdf-block {
  padding-top: 30px;
}

.share-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.share-section .pdf_btn2 svg path {
  fill: #005aa5;
}

@media (min-width: 992px) {
  .we-mega-menu-ul > .we-mega-menu-li > a {
    padding-left: 0px;
    padding-right: 0px;
  }

  .header-main-menu .we-mega-menu-submenu > .we-mega-menu-submenu-inner {
    min-height: auto;
  }

  .header-subsection-right ul {
    width: 350px;
    max-width: 100%;
  }

  .grid_wrap h2 {
    margin-top: 50px;
  }

  .pt_50 {
    padding-top: 50px;
  }

  .home_careers_section .views-element-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .home_careers_section .header-subsection-right {
    padding-left: 50px;
  }

  .testimonial_main .mobile-title-desg-wrap {
    display: none;
  }

  .mobile-footer {
    display: none;
  }

  .we-mega-menu-ul > .dropdown-menu > a,
  .we-mega-menu-ul > .dropdown-menu > span,
  .we-mega-menu-ul > .we-mega-menu-li .we-megamenu-nolink,
  .we-mega-menu-ul > .we-mega-menu-li > a {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .block-we-megamenu-blockmain .we-mega-menu-li a,
  .header-main .we-megamenu-nolink {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .grid-container .row {
    display: table;
  }

  .header-main .we-mega-menu-li {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .navbar-we-mega-menu .span6.submenu-right li.we-mega-menu-li {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .header-main {
    padding-bottom: 0px;
  }

  .header-main .block-we-megamenu-blockmain {
    padding-top: 0px;
  }

  .grid-container .col-custom {
    display: inline-table;
    float: none;
    vertical-align: top;
    margin: 0px -2px;
  }
}

@media (max-width: 1280px) {
  .we-mega-menu-ul > .dropdown-menu > a,
  .we-mega-menu-ul > .dropdown-menu > span,
  .we-mega-menu-ul > .we-mega-menu-li .we-megamenu-nolink {
    padding-left: 15px;
  }

  .block-we-megamenu-blockmain .we-mega-menu-li a,
  .header-main .we-mega-menu-li,
  .header-main .we-megamenu-nolink {
    font-size: 12px !important;
  }
}

@media (max-width: 1200px) {
  .grid-container,
  .tab-wrap .container {
    max-width: 992px;
  }

  .newsletter-wrapper {
    padding-right: 30px;
  }

  /* .col-md-6 .testimonial_container {
    margin-left: 15px;
  } */

  /* .careers_wrap {
    padding-right: 15px;
  } */
}

@media screen and (max-width: 1280px) and (min-width: 992px) {
  .header-main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-main .we-mega-menu-li {
    margin-left: 0px;
    margin-right: 0px;
  }

  .we-mega-menu-li.header-global-link:before {
    left: 10px;
  }

  .we-mega-menu-li.header-global-link {
    padding-left: 20px;
  }

  .we-mega-menu-li.header-global-link.header-main-menu {
    padding-left: 0px;
  }

  .we-mega-menu-li.header-main-menu
    .we-mega-menu-submenu-inner
    li.we-mega-menu-li {
    padding-left: 15px;
    padding-right: 15px;
  }

  .we-mega-menu-li.header-main-menu .we-mega-menu-submenu {
    min-width: 180px;
  }
}

@media (max-width: 992px) {
  .header-banner .m-scroll,
  .home_slider_wrap .m-scroll {
    display: none;
  }

  .we-mega-menu-li.header-main-menu .we-mega-menu-submenu {
    min-width: inherit;
  }

  .header-subsection .share-block {
    padding-top: 20px;
  }

  .address-title h2,
  .address-sub-title h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .header-main .block-we-megamenu-blockmain .we-mega-menu-li.active > a,
  .header-main .block-we-megamenu-blockmain .we-mega-menu-li.active span,
  .header-main .block-we-megamenu-blockmain .we-mega-menu-li.active ul li.active > a {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 600 !important;
  }

  .header-main .block-we-megamenu-blockmain .we-mega-menu-li.active ul li a {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 300 !important;
  }

  .address-sub-title {
    margin-bottom: 0px;
  }

  .address-layout .custom-article-editor p {
    font-size: 14px;
    line-height: 24px;
  }

  .webform-confirmation {
    top: 50px;
  }

  /* 
  .col-md-6 .testimonial_container {
    margin-left: 0px;
    padding-bottom: 0px;
  } */

  .view-current-openings {
    padding-left: 0px;
  }

  .careers_wrap_inner {
    max-width: 100%;
  }

  .view-current-openings h2 {
    margin-bottom: 10px;
  }

  .col-md-6 .view-current-openings h2 {
    margin-bottom: 10px;
  }
  /* .careers_wrap {
    padding-right: 0px;
  } */

  .col-md-6 .view-current-openings {
    padding-left: 0px;
    padding-top: 0px;
  }

  .container {
    width: 100%;
  }

  .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  /* .careers_wrap .row {
    margin-left: -12px;
    margin-right: -12px;
  } */

  .mpad-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .testimonial_main_img {
    width: 100%;
    height: inherit;
  }

  .header-subsection-left {
    margin: -10px 5px 0px 5px;
    padding: 30px 20px 45px 15px;
  }

  .footer-top-desktop,
  .grid_wrap .grid-bg:before,
  .tab-wrap .nav-tabs {
    display: none;
  }

  .main-container {
    margin-top: 54px;
  }

  .tab-wrap .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }

  .tab-wrap .content-section {
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.6s;
  }

  .tab-wrap .tab-content > .tab-pane.active .content-section {
    opacity: 1;
    max-height: inherit;
    overflow: visible;
    padding-bottom: 20px;
  }

  .tab-content-wrap {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0px 15px;
  }

  [data-aos="c_fade-up"] {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  [data-aos="c_fill-color"] {
    width: 100%;
  }

  [data-aos="c_fade-in"] {
    opacity: 1;
  }

  .tab-wrap h2 {
    font-size: 28px;
    line-height: 38px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .tab-content-wrap .mob-accordion-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 12px;
    padding-bottom: 13px;
    max-width: 100%;
    text-transform: capitalize;
    padding-right: 20px;
  }

  .tab-content-wrap ul li:last-child {
    margin-bottom: 0px;
  }

  .tab-content-wrap .mob-accordion-title:after {
    content: "+";
    position: absolute;
    right: 0px;
    font-size: 16px;
    width: 22px;
    height: 22px;
    text-align: center;
    border: 1px solid #005392;
    display: inline-block;
    border-radius: 50%;
    padding-left: 0px;
    padding-top: 1px;
    background: #005392;
    transition: all 0.5s ease-in;
    color: rgba(255, 255, 255, 0.8);
  }

  .tab-content-wrap ul li {
    width: 100%;
  }

  .tab-pane.active .mob-accordion-title:after {
    content: "-";
    background: transparent;
    color: #005392;
  }

  .grid-container .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .tab-content-wrap p {
    font-size: 12px;
    line-height: 20px;
  }

  .tab-wrap .tab-bg {
    display: none;
  }

  .tab-wrap .tab-pane {
    border-bottom: 1px solid #ddd;
  }

  .grid_wrap .grid-bg {
    height: 240px;
  }

  .grid_wrap {
    min-height: auto;
  }

  .grid_wrap h2 {
    font-size: 28px;
    color: #1b303b;
    text-align: left;
    line-height: 38px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    margin-bottom: 30px;
  }

  .navbar-toggle {
    display: block;
  }

  h1 {
    font-size: 25px;
  }

  .header-subsection-left .page-subtitle {
    font-size: 12px;
  }

  .header-banner .breadcrumb {
    display: none;
  }

  .header-subsection-right {
    margin-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .header-subsection-right h2 {
    font-size: 12px;
    margin-top: 0px;
  }

  .header-subsection-right ul,
  .header-subsection-right ul li a {
    display: block;
  }

  .header-main {
    padding: 12px 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .logo-holder {
    padding-top: 0px;
  }

  .logo-holder img {
    height: 30px;
  }

  .region-we-mega-menu {
    padding: 0px;
    background: transparent;
    margin-bottom: 0px;
  }

  .navbar-toggle .icon-bar {
    background: #005392 !important;
  }

  .region-we-mega-menu .navbar-toggle {
    margin-right: 0px;
    padding: 0px;
    margin-top: 3px;
    margin-bottom: 0px;
    display: block;
    width: 25px;
    height: 25px;
  }

  .navbar-we-mega-menu.navbar {
    width: 100%;
    right: -100%;
    top: 53px;
    background: #005392;
    height: 0px;
    min-height: 0px;
    /* border-radius: 50%; */
    opacity: 0;
  }

  body.toggled {
    right: 0px;
  }

  body.toggled .header-main {
    background: #005392;
  }

  body.toggled .mobile-main-menu {
    height: auto;
    opacity: 1;
    border-radius: 0px;
  }

  body.toggled .btn-close {
    display: none;
  }

  .overlay {
    display: none;
  }

  .navbar-toggle .icon-bar {
    height: 2px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    right: 0;
  }

  .navbar-toggle .icon-bar:first-child {
    width: 16px;
  }

  .navbar-toggle .icon-bar:nth-child(2) {
    width: 12px;
    float: right;
    clear: right;
    top: 2px;
  }

  .navbar-toggle .icon-bar:nth-child(3) {
    width: 8px;
    float: right;
    clear: right;
    top: 8px;
  }

  body.toggled .navbar-toggle .icon-bar {
    width: 20px;
  }

  body.toggled .navbar-toggle .icon-bar:first-child {
    top: 6px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  body.toggled .navbar-toggle .icon-bar:nth-child(2) {
    opacity: 0;
  }

  body.toggled .navbar-toggle .icon-bar:nth-child(3) {
    top: 2px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .we-mega-menu-li.header-global-link:before {
    display: none;
  }

  .block-we-megamenu-blockmain .we-mega-menu-li a,
  .header-main .we-mega-menu-li,
  .header-main .we-megamenu-nolink {
    color: rgba(255, 255, 255, 0.8) !important;
    box-shadow: none !important;
  }

  .navbar-we-mega-menu.navbar .dropdown-menu > a:after,
  .navbar-we-mega-menu.navbar .dropdown-menu > .we-megamenu-nolink:after {
    right: 55px;
    font-size: 12px;
    top: 20px;
  }

  .we-mega-menu-ul > li > a,
  .navbar-we-mega-menu.navbar .we-mega-menu-ul > li > .we-megamenu-nolink,
  .block-we-megamenu-blockmain .we-mega-menu-li a,
  .header-main .we-mega-menu-li,
  .header-main .we-megamenu-nolink {
    font-size: 18px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 300 !important;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none !important;
    box-shadow: none !important;
  }

  .navbar-we-mega-menu.navbar ul {
    padding-top: 30px;
  }

  .navbar-we-mega-menu.navbar ul > li {
    padding-bottom: 35px !important;
  }

  .navbar-we-mega-menu.navbar.mobile-main-menu {
    max-height: 100vh;
    overflow-y: auto;
  }

  .we-mega-menu-submenu-inner {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    max-width: 100%;
  }

  .footer-main {
    text-align: center;
    padding-top: 30px;
  }

  .footer-main h2 {
    padding-left: 0px;
  }

  .footer-bottom {
    padding-top: 30px;
  }

  .footer-main ul li a {
    font-weight: 300;
    font-size: 12px;
  }

  .newsletter-wrapper {
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 400px;
    margin: 0 auto;
  }

  .newsletter-email {
    width: calc(100% - 100px);
    float: left;
  }

  .newsletter-wrapper .col-md-4 {
    float: right;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #block-mobilecopyright p {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
  }

  .footer-main ul.nav {
    margin-right: -35px;
  }

  .footer-main ul.nav li {
    padding-right: 35px;
    display: inline-block;
  }

  .we-mega-menu-li.header-global-link .we-mega-menu-submenu {
    border-top: none !important;
    border-bottom: none !important;
  }

  .we-mega-menu-li.header-global-link
    .we-mega-menu-submenu-inner
    li.we-mega-menu-li {
    border-bottom: none !important;
    padding-top: 20px;
  }

  .navbar-we-mega-menu .span6.submenu-right {
    border-left: none;
    padding-left: 0px;
    border-top: none;
  }

  .navbar-we-mega-menu .span6.submenu-right ul.subul {
    max-width: 100%;
    border-top: none !important;
    padding-top: 25px;
    padding-bottom: 0px !important;
  }

  .navbar-we-mega-menu.navbar .we-mega-menu-ul > li > a,
  .navbar-we-mega-menu.navbar .we-mega-menu-ul > li > .we-megamenu-nolink {
    padding-left: 30px;
  }

  .navbar-we-mega-menu .span6.submenu-right li.we-mega-menu-li a,
  .navbar-we-mega-menu .span6.submenu-right li.we-mega-menu-li span {
    color: rgba(255, 255, 255, 0.8) !important;
  }

  .navbar-we-mega-menu.navbar ul > li ul {
    padding-left: 50px;
  }

  .navbar-we-mega-menu.navbar ul > li ul li {
    padding-bottom: 0px !important;
  }

  .we-mega-menu-submenu {
    border-top: none;
  }

  .navbar-we-mega-menu .span6.submenu-right li.we-mega-menu-li {
    border-bottom: none !important;
    padding-bottom: 20px !important;
  }

  body.toggled .navbar-toggle .icon-bar {
    background: #fff !important;
  }

  .dropdown-main-wrap .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .dropdown-main-wrap .col-sm-5,
  .dropdown-main-wrap .col-sm-7 {
    width: 100%;
  }

  .dropdown-bg {
    display: none;
  }

  .dropdown-main-wrap .col-sm-5 img {
    margin: 0 auto;
  }

  .dropdown-main-wrap .col-sm-5,
  .dropdown-main-wrap .col-sm-7 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .dropdown-main-wrap .dropdown-content-wrap {
    margin-top: -220px;
    background: rgba(64, 155, 201, 1);
    background: -moz-linear-gradient(
      45deg,
      rgba(116, 199, 169, 1) 0%,
      rgba(49, 163, 220, 1) 100%
    );
    background: -webkit-gradient(
      left bottom,
      right top,
      color-stop(0%, rgba(116, 199, 169, 1)),
      color-stop(100%, rgba(49, 163, 220, 1))
    );
    background: -webkit-linear-gradient(
      45deg,
      rgba(116, 199, 169, 1) 0%,
      rgba(49, 163, 220, 1) 100%
    );
    background: -o-linear-gradient(
      45deg,
      rgba(116, 199, 169, 1) 0%,
      rgba(49, 163, 220, 1) 100%
    );
    background: -ms-linear-gradient(
      45deg,
      rgba(116, 199, 169, 1) 0%,
      rgba(49, 163, 220, 1) 100%
    );
    background: linear-gradient(
      45deg,
      rgba(116, 199, 169, 1) 0%,
      rgba(49, 163, 220, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#409bc9', endColorstr='#499bea', GradientType=1);
    padding: 20px 15px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .dropdown-main-wrap .dropdown-content-wrap h2 {
    max-width: 100%;
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 10px;
  }

  .dropdown-main-wrap .select-wrap {
    padding-top: 10px;
  }

  .dropdown-main-wrap .nice-select {
    max-width: 100%;
    padding: 8px 20px;
  }

  .grid_wrap h4 {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }

  .dropdown-main-wrap {
    position: relative;
  }

  .dropdown-main-wrap:after {
    content: "";
    background-image: url(../images/pattern.png);
    width: 100%;
    height: 8%;
    position: absolute;
    bottom: 0px;
    z-index: -1;
  }

  .select-dropdown {
    position: relative;
    z-index: 1;
  }

  .custom-article-editor p {
    margin-bottom: 20px;
  }

  .custom-article-editor {
    margin-bottom: 20px;
  }

  .testimonial_main_img img {
    width: 55px;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
  }

  .testimonial_wrap .testimonial_heading {
    padding-bottom: 10px;
  }

  .mobile-title-desg-wrap {
    display: inline-block;
    width: calc(100% - 80px);
    padding-left: 20px;
    vertical-align: middle;
  }

  .testimonial_slider_wrap {
    padding-left: 0px;
  }

  .testimonial_slider_wrap:before {
    display: none;
  }

  .testimonial_heading p {
    font-size: 12px;
  }

  .testimonial_slider_wrap {
    max-width: 100%;
  }

  .testimonial_author {
    display: none;
  }

  .testimonial_content p {
    font-size: 14px;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonial_main_img {
    position: relative;
    padding-bottom: 20px;
  }

  .testimonial_main_img:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 100%;
    bottom: -10px;
    background-image: url(../images/divider-mobile.svg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .twitter-custom-block .col-md-6 {
    margin-bottom: 40px;
  }

  .home_slider_wrap .banner-overlay-text {
    padding-left: 0px;
  }
}

@media (max-width: 768px) {
  .header-subsection-left {
    margin-top: -20px;
  }

  .api-finder.views-exposed-form label,
  .api-finder.views-exposed-form .form-submit {
    display: block;
    margin-left: 0px;
  }

  .api-finder.views-exposed-form .select-wrapper {
    max-width: 100%;
  }

  .btn-rounded.pdf-btn {
    min-width: 100% !important;
    font-size: 12px !important;
  }

  .btn-rounded.pdf-btn img {
    max-width: 20px;
  }

  .dropdown-main-wrap .col-sm-5 img {
    width: 100%;
  }

  .careers_wrap_inner {
    width: 100%;
  }

  .form-main .form-left,
  .form-main .form-right {
    width: 100%;
    padding-right: 0px;
  }

  .form-main {
    padding: 30px 0px;
  }

  .btn-rounded {
    height: auto !important;
  }
}

@media (max-width: 480px) {
  .header-subsection-right ul li {
    display: block;
    width: 100%;
  }

  .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  section.col-sm-12,
  .dropdown-main-wrap .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .dropdown-main-wrap .col-sm-5 img {
    width: 100%;
  }

  .header-subsection-right ul li:nth-last-child(2) {
    border-bottom: none;
  }

  .form-main .form-actions button {
    display: block;
    margin-bottom: 10px;
  }

  .form-main .form-actions {
    padding-top: 0px;
  }
}

/* Added [Start] */
.custom-subscription-captcha-block .sub-captcha-block {
  display: inline-block;
  margin-top: 20px;
}
.custom-subscription-captcha-block .form-item--error-message {
  text-align: center !important; 
  margin-top: 0px !important;
}
/* Added [End] */


/* search functionality global*/
.global-search-block {
  float: right;
  margin: 20px 0 0 0;
  position: relative;
}
.global-search-block  #cipla_search_button {
  border: none;
  background: none;
  color: #000000;
  box-shadow: none;
  outline: none;
}

.global-cipla-search-wrapper {
    position: absolute;
    width: 250px;
    top: 35px;
    right: 0;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #ddd !important;
}
.global-cipla-search-wrapper:before {
bottom: 100%;
    right: 8px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(221,221,221,0);
    border-bottom-color: #ddd;
    border-width: 11px;
    margin-left: -11px;
}
.global-cipla-search-wrapper::after {
    bottom: 100%;
    right: 8px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-bottom-color: rgba(255,255,255,0.8);
    border-width: 10px;
    margin-left: -10px;
}
.global-cipla-search-wrapper .form-group {
  margin-bottom: 0;
}
.global-cipla-search-wrapper .form-control {
  border-radius: 0;
  height: 30px;
  box-shadow: none;
  border: 1px solid #cccccc;
}
.global-cipla-search-wrapper .form-submit {
  border-radius: 0;
  height: 30px;
  background: #005AA5;
  border: none;
  outline: none;
  box-shadow: none;
}
.global-cipla-search-wrapper .form-submit:hover {
  background:#00A480; 
}

@media (max-width: 992px) {
  .block-we-megamenu-blockmain {
    width: 30px;
    margin-top: 0;   
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .global-search-block {
    position: absolute;
    right: 44px;
    top: 10px;
    margin: 0;
  }
  .global-search-block #cipla_search_button {
    color:#005392
  }
  body.toggled .global-cipla-search-wrapper{
    display: none;
  }
}

/* Search page */
.no-padding {
  padding: 0 !important;
} 
.search-result-block h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}
.search-order-wrapper {
  list-style:none;
  padding: 0;
  margin: 0;
}
.search-order-wrapper li {
  padding: 10px 0;
  border-top: 1px solid #cccccc;
}
.search-order-wrapper li:first-child {
  padding-top: 0;
  border-top: none;
} 
.search-order-wrapper li h3 {
  font-size: 20px;
}
.search-result-block .search-form {
  padding: 10px;
  background: #f1f1f1;
}
.search-result-block .search-form .form-group {
  margin-bottom: 0;
}

.search-result-block .search-form .form-search  {
  border: none;
  height: 40px;
  padding: 10px;
  border-radius: 0;
}

.search-result-block .search-form .js-form-submit{
  height: 40px;
  border-radius: 0;
  width: 40px;
  border: none;
}

.search-result-block .search-form  .search-help-link{
  display: none;
}

@media only screen and (max-width: 767px) {
 .search-section.news-view-wrapper .header {
    padding-top: 50px;
    padding-bottom: 30px;
 }
}

@media (max-width: 991px) {
  .block-we-megamenu-blockmain .we-mega-menu-li a, .header-main .we-mega-menu-li{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navbar-we-mega-menu.navbar ul>li ul li a{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navbar-we-mega-menu.navbar ul a{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .we-mega-menu-li.header-global-link .we-mega-menu-submenu-inner li.we-mega-menu-li{
    position: relative;
  }


  .header-main .block-we-megamenu-blockmain .we-mega-menu-li.active > a{
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sub-menu-level2 .nav-tabs{
    padding-left: 30px !important;
  }



  .we-mega-menu-li .dropdown-menu .we-mega-menu-submenu.sub-menu-level3 .subul li a {
    padding-left: 15px !important;
}
}

.block-we-megamenu-blockmain{
  padding: 0px !important;
}

.we-mega-menu-li .dropdown-menu .we-mega-menu-submenu.sub-menu-level3 .subul li::before {
  left: 0px !important;
  top: 17px !important;
}


/* search functionality global*/

/*=========================== 4th-FEB-2021 added by MALAY DEY =============================*/

#toTop { position: fixed; height: 40px; width: 40px; bottom: 20px; right: 20px; background: url(../images/back-to-top.png) no-repeat center center; font-size: 0; background-size: cover; cursor: pointer; z-index: 100; display: none;}

/*=========================================================================================*/