@import url(https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap);

@font-face {
  font-family: "DRL Circular Book";
  src: url(../fonts/DRLCircular-Book.eot);
  src: url("../fonts/DRLCircular-Book.eot?#iefix") format("embedded-opentype"),
    url(../fonts/DRLCircular-Book.woff2) format("woff2"),
    url(../fonts/DRLCircular-Book.woff) format("woff"),
    url(../fonts/DRLCircular-Book.ttf) format("truetype"),
    url("../fonts/DRLCircular-Book.svg#DRLCircular-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DRL Circular";
  src: url(../fonts/DRLCircular-Black.eot);
  src: url("../fonts/DRLCircular-Black.eot?#iefix") format("embedded-opentype"),
    url(../fonts/DRLCircular-Black.woff2) format("woff2"),
    url(../fonts/DRLCircular-Black.woff) format("woff"),
    url(../fonts/DRLCircular-Black.ttf) format("truetype"),
    url("../fonts/DRLCircular-Black.svg#DRLCircular-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "DRL Circular";
  src: url(../fonts/DRLCircular-Bold.eot);
  src: url("../fonts/DRLCircular-Bold.eot?#iefix") format("embedded-opentype"),
    url(../fonts/DRLCircular-Bold.woff2) format("woff2"),
    url(../fonts/DRLCircular-Bold.woff) format("woff"),
    url(../fonts/DRLCircular-Bold.ttf) format("truetype"),
    url("../fonts/DRLCircular-Bold.svg#DRLCircular-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "DRL Circular";
  src: url(../fonts/DRLCircular-Light.eot);
  src: url("../fonts/DRLCircular-Light.eot?#iefix") format("embedded-opentype"),
    url(../fonts/DRLCircular-Light.woff2) format("woff2"),
    url(../fonts/DRLCircular-Light.woff) format("woff"),
    url(../fonts/DRLCircular-Light.ttf) format("truetype"),
    url("../fonts/DRLCircular-Light.svg#DRLCircular-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "DRL Circular";
}

ol,
ul {
  padding-left: 0px !important;
}

:focus {
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
  background-color: #fff;
  position: relative;
  font-weight: normal !important;
  color: #000 !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

h2 {
  font-size: 38px;
  line-height: 63px;
  color: #5f4ba0;
  font-weight: bold;
  margin-bottom: 20px;
}

.headerLogo img {
  width: 100%;
}

.headerNavSection {
  float: right;
}

.headerNavSection li {
  display: inline-block;
  position: relative;
  margin-left: 15px;
}

.headerNavSection li:nth-child(3) {
  width: 58px;
}

.languagenav {
  position: absolute;
  top: -41px;
  left: 4px;
  z-index: 99;
}

.loginBtn {
  width: auto;
  padding: 10px 20px;
  background-color: #5f4ba0;
  border-color: #5f4ba0;
  border: 2px solid #5f4ba0;
  height: 35px;
  border-radius: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.loginBtn:hover {
  color: #5f4ba0;
  background-color: #fff;
}

.lang {
  width: auto;
  min-width: 52px;
  background: #32c8f5;
  color: #fff;
  line-height: 35px;
  font-size: 14px;
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  margin: 20px 0 0;
  border-radius: 10px;
}

.lang.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.lang:after {
  content: "?";
  position: absolute;
  right: 7px;
}

.languagenav ul.select {
  margin: 0;
  padding: 0;
  display: none;
}

.languagenav ul.select>li {
  width: auto;
  min-width: 52px;
  background: #32c8f5;
  line-height: 25px;
  font-size: 14px;
  padding: 0 10px;
  cursor: pointer;
  list-style-type: none;
  display: block;
  margin-left: 0;
}

.languagenav ul.select>li a {
  color: #fff;
  text-decoration: none;
}

.languagenav ul.select>li:last-child {
  border: none;
}

.languagenav ul.select>li:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.languagenav ul.select>li:hover,
.languagenav ul.select>li.active {
  background: #32c8f5;
}

input {
  outline: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

input[type="search"] {
  background: #fff url(../images/header-search.svg) no-repeat center right 10px;
  border: solid 1px #fff;
  padding: 9px 10px 9px 32px;
  width: 55px;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

input[type="search"]:focus {
  width: 130px;
  background-color: #fff;
  border-color: #c1c1c1;
}

.form-text::placeholder {
  color: #5f4ba0;
  font-weight: bold;
  opacity: 1;
}

input:-moz-placeholder {
  color: #5f4ba0;
  font-weight: bold;
  opacity: 1;
}

select {
  color: #5f4ba0;
  font-weight: bold;
  opacity: 1;
}

select option {
  color: #5f4ba0;
  font-weight: bold;
}

.form-select {
  color: #5f4ba0 !important;
  font-weight: bold !important;
}

option:checked {
  color: #5f4ba0;
  font-weight: bold;
}

textarea:-moz-placeholder {
  color: #5f4ba0;
  font-weight: bold;
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  color: #5f4ba0;
  font-weight: bold;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #5f4ba0;
  font-weight: bold;
  opacity: 1;
}

#headerSearch {
  position: relative;
}

div#headerSearch a {
  width: 35px;
  height: 35px;
  position: relative;
  top: 7px;
  background-size: 20px;
  display: inline-block;
}

#headerSearch input[type="search"] {
  width: 15px;
  padding-left: 10px;
  color: transparent;
  cursor: pointer;
}

#headerSearch input[type="search"]:hover {
  background-color: #fff;
}

#headerSearch input[type="search"]:focus {
  width: 130px;
  padding-left: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto;
}

#headerSearch input:-moz-placeholder {
  color: transparent;
}

#headerSearch input::-webkit-input-placeholder {
  color: transparent;
}

#headerSearch a.closeActive img {
  display: none;
}

#headerSearch a.closeActive {
  z-index: 1;
  background: url(../images/close-icon-error.png) no-repeat 0 0;
  width: 35px;
  height: 35px;
  position: relative;
  top: 7px;
  background-size: 20px;
  display: inline-block;
}

#headerSearch .search {
  display: none;
  position: absolute;
  right: 0;
  top: 32px !important;
  z-index: 99;
}

.bef-exposed-form {
  background: none !important;
  margin-bottom: 10px !important;
}

.accordionSlider {
  width: 100%;
  height: 500px !important;
  overflow-x: hidden;
}

.classyslider-wrapper {
  height: 500px;
  overflow: hidden;
}

.classyslider-vertical-slider>li>div {
  background: linear-gradient(360deg,
      rgba(50, 200, 245, 1) 0%,
      transparent 80%) !important;
  height: 100% !important;
  bottom: 0px !important;
  opacity: 1 !important;
}

.classyslider-vertical-slider>li:nth-child(2)>div {
  background: linear-gradient(360deg,
      rgba(80, 46, 146, 1) 0%,
      transparent 80%) !important;
  height: 100% !important;
  bottom: 0px !important;
  opacity: 1 !important;
}

.classyslider-vertical-slider>li:nth-child(3)>div {
  background: linear-gradient(360deg,
      rgba(0, 0, 0, 1) 0%,
      transparent 80%) !important;
  height: 100% !important;
  bottom: 0px !important;
  opacity: 1 !important;
}

.classyslider-vertical-slider>li:nth-child(4)>div {
  background: linear-gradient(360deg,
      rgba(80, 46, 146, 1) 0%,
      transparent 80%) !important;
  height: 100% !important;
  bottom: 0px !important;
  opacity: 1 !important;
}

.classyslider-vertical-slider>li .slide-widget-caption {
  font-size: 30px !important;
  line-height: 34px;
  position: absolute;
  bottom: 0;
  padding: 50px 80px 10px 50px;
  width: 90%;
  font-family: "DRL Circular" !important;
}

.searchSection {
  text-align: center;
  margin-bottom: 50px;
}

.searchWRapper {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.searchBtn {
  border: none;
  outline: none;
  background: transparent;
  position: absolute;
  right: 15px;
  top: 10px;
}

.searchBtn img {
  width: 30px;
}

.searchSection input {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  border-radius: 25px;
  background-color: #d7f6ff;
  text-align: left;
  border: none;
  outline: none;
  padding: 0 25px;
}

.whoweareSection {
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}

.whoweareSection h2 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 40px;
}

.whoweareSection::before {
  content: "";
  background-image: url(../images/whowearebg.svg);
  background-size: 214px;
  background-repeat: no-repeat;
  width: 214px;
  height: 257px;
  position: absolute;
  right: -40px;
  top: 0;
  z-index: -1;
}

.whoBox {
  cursor: pointer;
}

.whoCaption {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
}

.whoCaption span {
  display: inline-block;
  position: relative;
}

.whoCaption span::after {
  content: "";
  background-image: url(../images/arrow-icon-who-we-are.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  right: -29px;
}

.whoBox:hover .whoCaption span::after {
  bottom: 5px;
  right: -49px;
}

.whoBox:hover .whoCaption {
  color: #5f4ba0;
}

.whoImage {
  position: relative;
  min-height: 160px;
}

.whoImage img {
  width: 150px;
  z-index: 99;
}

.col-md-4.whoBox:first-child img {
  margin-top: 8px;
}

.col-md-4.whoBox:last-child img {
  margin-top: 10px;
}

.articleTab {
  background-color: #f2f2f2;
  padding: 50px 0 30px;
  margin: 20px 0;
  overflow-x: hidden;
}

.articleTab .nav-tabs .nav-item.show .nav-link,
.articleTab .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #32c8f5;
  border-color: #32c8f5;
}

.articleTab .nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 2px solid #5f4ba0;
  min-width: 200px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  line-height: 34px;
  color: #5f4ba0;
  font-weight: bold;
  margin-right: 15px;
  background-color: #fff;
  font-size: 24px;
}

.articleTab .nav-tabs .nav-link:hover {
  border: 2px solid #5f4ba0;
  color: #5f4ba0;
  background-color: #fff;
}

.articleTab .nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
}

.articleSliderBox {
  height: 400px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.33);
  margin: 5px;
  display: inline-block;
  position: relative;
}

.articleTab .swiper-slide {
  width: 400px !important;
  height: 390px !important;
  margin-right: 30px;
}

#news .articleSliderBox.swiper-slide {
  width: 400px !important;
}

.swiper-slide.swiper-slide-duplicate {
  width: 400px !important;
  transform: translate3d(0, 0, 0) !important;
}

.articleTab .swiper-pagination-bullet-active {
  opacity: 1;
  background: #5f4ba0 !important;
  border: 2px solid #32c8f5;
}

.articleTab .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  border: 2px solid #32c8f5;
  opacity: 1;
}

.articleImage {
  width: 100%;
  overflow: hidden;
  max-height: 270px;
}

.articleImage img {
  width: 100%;
  height: 100%;
}

.articleCaption {
  width: 100%;
  padding: 15px;
  min-height: 180px;
}

body.page-meet-api-product-expert .articleCaption {
  min-height: 142px;
}


.articleDate {
  color: #32c8f5;
  font-weight: lighter;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}

.articleHead {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.articleSliderBox:hover {
  background-color: #5f4ba0;
}

.articleSliderBox:hover .articleHead {
  color: #fff;
}

.articleLink {
  display: block;
  text-align: right;
  margin-top: 30px;
}

.articleLink img {
  width: 30px;
  height: 30px;
}

.apiSourceWrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.apiSourceWrapper h2 {
  margin-bottom: 10px !important;
  font-weight: bold !important;
}

.apiSourceWrapper::before {
  content: "";
  position: absolute;
  left: -150px;
  top: 0;
  background-image: url(../images/api-before.svg);
  background-repeat: no-repeat;
  display: block;
  width: 314px;
  height: 364px;
  background-size: 80%;
  z-index: -1;
}

.apiSourceWrapper::after {
  content: "";
  position: absolute;
  right: -95px;
  bottom: -166px;
  background-image: url(../images/api-after.svg);
  background-repeat: no-repeat;
  display: block;
  width: 216px;
  height: 304px;
  background-size: 80%;
  z-index: -1;
}

.apiSourceWrapper .subHead {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 50px;
}

.apiSourceWrapper .apiImageSec {
  background-image: url(../images/api-bg-1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 150px;
  padding: 32px 10px 10px;
  min-height: 150px;
}

.apiSourceWrapper .apiImageSec2 {
  background-image: url(../images/api-bg-2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 150px;
  padding: 32px 10px 10px;
  min-height: 150px;
}

.apiImageSec img {
  width: 100px;
}

.apiCaption {
  font-weight: bold;
  margin: 0 auto;
  margin-top: 15px;
  padding: 0 25px;
  max-width: 230px;
  font-size: 18px;
}

.apiBtn {
  min-width: 230px;
  height: 60px;
  line-height: 37px;
  background-color: #5f4ba0;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 13px;
  font-weight: bold;
  font-size: 18px;
}

.apiBtn:hover {
  background-color: #32c8f5;
  color: #fff;
}

.newsSlideBox {
  position: relative;
  height: 350px;
  display: inline-block;
  overflow: hidden;
  color: #fff;
}

.newsSlideBox h2 {
  color: #fff;
  line-height: 30px;
  font-size: 24px;
}

.newsSlideBox:nth-of-type(odd) .newsInfoBox {
  background-color: #5f4ba0;
  width: 50%;
  height: 350px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  display: block;
  padding: 30px;
}

.newsSlideBox:nth-of-type(even) .newsInfoBox {
  background-color: #49c2c3;
  width: 50%;
  height: 350px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  display: block;
  padding: 30px;
}

.newsInfoBox p {
  font-weight: bold;
  background: #270a60;
  display: inline-block;
  border-radius: 20px;
  padding: 5px 10px;
}

a.newsBtn {
  text-decoration: none;
}

.newsBtn span.register {
  width: auto;
  max-width: 250px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #fff;
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  margin-top: 30px;
  display: block;
}

.newsBtn:hover {
  color: #fff;
}

.newsHead {
  min-height: 150px;
}

.newsSlideBox:nth-of-type(odd) .dateBox {
  background-color: rgba(240, 80, 75, 0.9);
  width: 140px;
  height: 100px;
  position: absolute;
  right: 50%;
  top: 100px;
  z-index: 9999;
  display: block;
  padding: 36px 10px;
  font-weight: bold;
}

.newsSlideBox:nth-of-type(even) .dateBox {
  background-color: rgba(250, 210, 10, 0.9);
  width: 140px;
  height: 100px;
  position: absolute;
  right: 50%;
  top: 100px;
  z-index: 9999;
  display: block;
  padding: 36px 10px;
  font-weight: bold;
  color: #333;
}

.dateBox {
  text-align: center;
}

.dateBox p {
  display: inline-block;
}

.dateBox h2 {
  margin-bottom: 0;
}

.advertisementSection {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 25px;
}

.footerWrapper {
  width: 100%;
  height: auto;
  min-height: 250px;
  background: var(--unnamed-color-502e92) 0% 0% no-repeat padding-box;
  background: #5f4ba0 0% 0% no-repeat padding-box;
  opacity: 1;
  margin-top: 50px;
  padding: 30px 0 0;
}

.footerWrapper h4 {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.footerLogo {
  width: 100%;
  margin-bottom: 15px;
}

.footerSocial li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.footerSocial li img {
  width: 24px;
}

.footerNav li {
  list-style: none;
  display: block;
  line-height: 30px;
}

.footerNav li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.footerNav li a:hover {
  color: #fff;
}

.footerContact li {
  list-style: none;
  display: block;
  /* line-height: 30px; */
}

.footerContact li a {
  text-decoration: none;
  color: #fff;
}

.footerContact li a img {
  width: 20px;
  margin-right: 10px;
}

.copyrightInfo {
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 50% !important;
  height: 350px !important;
}

.swiper-slide:nth-child(2n) {
  width: 50%;
}

.swiper-slide:nth-child(3n) {
  width: 50%;
}

.quickConnectWrapper {
  width: 71px;
  height: 106px;
  background-color: #f0504b;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 99;
  cursor: pointer;
}

.quickConnectWrapper p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.quickConnectWrapper p::before {
  content: "";
  display: block;
  width: 35px;
  height: 40px;
  background-image: url(../images/disable-cursor.svg);
  background-repeat: no-repeat;
  background-position: center top;
  margin-left: 20px;
}

.quickConnectWrapper:hover p {
  font-weight: bold;
}

.quickConnectWrapper:hover p::before {
  background-size: 25px;
}

.navHead {
  position: relative;
  margin-bottom: 20px;
}

.navHead h2 {
  color: #a8ebff;
  margin-bottom: 10px;
  font-size: 30px;
}

.navHead img {
  width: 24px;
  display: inline-block;
  text-align: right;
  float: right;
  margin-top: 10px;
}

.navHead::after {
  content: "";
  width: 120%;
  display: block;
  border-bottom: 2px solid #8068af;
  position: absolute;
  left: -20px;
  bottom: 0;
}

#mobile-menu {
  height: 100vh;
  background: rgba(80, 46, 146, 0.9);
  width: 400px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  padding: 50px 20px;
}

#mobile-menu.mobile-hide-icons i.fa {
  display: none;
}

#slide-out #mobile-menu .mega-menu-block {
  padding: 0 !important;
  background: transparent !important;
  min-height: inherit !important;
}

#slide-out #mobile-menu ul ul,
#slide-out #mobile-menu .sub-menu-columns-item {
  background: transparent;
  border: none;
  outline: none;
}

#slide-out #mobile-menu li {
  list-style: none;
  position: relative;
  background-image: url(../images/nav-arrow.svg);
  background-repeat: no-repeat;
  background-position: left top 16px;
  background-size: 20px;
  padding-left: 30px;
}

#slide-out #mobile-menu li.menu-item--expanded {
  list-style: none;
  position: relative;
  background-image: url(../images/nav-arrow.svg);
  background-repeat: no-repeat;
  background-position: left top 10px !important;
  background-size: 20px;
  padding-left: 30px;
}

#slide-out #mobile-menu li ul li {
  background-image: url(../images/nav-arrow-right-inner.svg);
  background-repeat: no-repeat;
  background-position: left 10px top 16px;
  background-size: 7px;
  padding-left: 10px;
}

#slide-out #mobile-menu ul li.menu-item-has-children i.mobile-arrows {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
  margin: 0;
  cursor: pointer;
  display: block;
}

#slide-out #mobile-menu i.fa-chevron-down {
  background-image: url(../images/arrow-down-circle.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 15px !important;
}

#slide-out #mobile-menu i.fa-chevron-up {
  background-image: url(../images/arrow-up-circle.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 15px !important;
}

#slide-out #mobile-menu a {
  color: #fff;
  display: block;
  font-size: 24px;
  padding: 10px;
  padding-right: 0;
  text-decoration: none;
}

#slide-out #mobile-menu a:hover {
  color: #fff;
}

#slide-out #mobile-menu ul ul a {
  font-size: 20px;
  padding-left: 30px;
}

#slide-out #mobile-menu ul ul ul a {
  font-size: 20px;
  padding-left: 40px;
}

#slide-out #mobile-menu ul span {
  color: #fff;
  display: block;
  font-size: 24px;
  padding-left: 10px;
  padding-right: 0;
  text-decoration: none;
  line-height: 44px;
}

#slide-out #mobile-menu ul ul ul a {
  padding-left: 50px;
}

#slide-out #mobile-menu ul ul ul ul a {
  padding-left: 60px;
}

.headerNavSection {
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: 15px;
}

.login-sec a {
  width: auto;
  padding: 10px 20px;
  background-color: #5f4ba0;
  border-color: #5f4ba0;
  border: 2px solid #5f4ba0;
  height: 35px;
  border-radius: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  margin-left: 10px;
}

span.inj {
  background: url(../images/formulation-tick.png) no-repeat;
  width: 28px;
  height: 10px;
  display: block;
}

span.oral {
  background: url(../images/formulation-tick.png) no-repeat;
  width: 28px;
  height: 10px;
  display: block;
}

span.avail {
  background: url(../images/check.png) no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}

span.non-avail {
  background: url(../images/close.png) no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}

body.lang-ja .login-sec a {
  font-size: 12px;
}

.login-sec a:hover {
  color: #5f4ba0;
  background-color: #fff;
}

div#block-languagedropdownswitcher {
  display: inline-flex;
}

div#block-customloginblock {
  display: inline-flex;
}

.lang-dropdown-form .form-select {
  width: auto !important;
  min-width: 52px !important;
  background: url(../images/arrow-down.png) no-repeat center right 8px #32c8f5;
  color: #fff !important;
  line-height: 35px !important;
  font-size: 14px !important;
  padding: 0 10px !important;
  cursor: pointer !important;
  position: relative !important;
  border-radius: 10px !important;
  border: none !important;
  outline: none !important;
  margin-left: 10px;
}

.lang-dropdown-form .form-select:focus {
  border: none !important;
  outline: none !important;
}

div#block-reddy-branding {
  margin-top: 0;
  margin-left: 0;
}

a.closeMenu {
  position: absolute;
  top: -18px;
  right: 0;
}

li.menu-item--expanded {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  background-position: left top 16px !important;
  cursor: pointer;
}

li.menu-item--expanded span {
  padding-left: 10px;
  display: block;
}

.nav-mobile ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}

.nav-mobile ul.nav li.dropdown ul.dropdown-menu {
  margin-top: 0;
}

#slide-out {
  display: none;
}

#slide-out #mobile-menu .dropdown-toggle::after {
  background-image: url(../images/arrow-down-circle.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 15px !important;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -6px;
  right: 0;
  border: none;
}

#slide-out #mobile-menu .dropdown-toggle:hover:after {
  background-image: url(../images/arrow-up-circle.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 15px !important;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -6px;
  right: 0;
  border: none;
}

#slide-out #mobile-menu .dropdown-toggle ul:hover:after {
  background-image: url(../images/arrow-up-circle.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 15px !important;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -6px;
  right: 0;
  border: none;
}

.footerWrapper ul {
  padding-left: 0;
}

.innerPageBanner {
  width: 100%;
  height: 314px;
  position: relative;
  overflow: hidden;
}

.innerPageBanner {
  width: 100%;
  height: 262px;
  position: relative;
  overflow: hidden;
}

.innerPageBanner h1 {
  font-size: 40px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  margin-top: 170px;
  margin-bottom: 15px;
  z-index: 99;
  background: rgba(80, 46, 146, 0.4);
  padding: 10px;
}

.bannerCaption p {
  font-size: 20px;
  font-weight: bold;
}

.innerPageBanner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  z-index: 0;
}

.productBanner {
  background: url(../images/products.png) no-repeat center center;
  background-size: cover;
}

.innerPageBanner .container {
  position: relative;
}

.bannerCaption {
  position: absolute;
  z-index: 99;
}

.innerPageSection {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.catelougeBtn img {
  width: 80px;
}

.innerPageSection .searchWRapper {
  width: 80%;
}

.productBox {
  height: 180px;
  overflow: hidden;
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.22);
  margin: 0 0 20px;
  cursor: pointer;
  position: relative;
}

.productBox .prodHead {
  color: #5f4ba0;
  font-size: 24px;
  font-weight: normal !important;
  margin-bottom: 10px;
}

.productBox .prodHead h4 {
  font-size: 20px;
  font-weight: bold !important;
}

.productBox .prodDesc {
  color: #000;
  font-size: 18px;
  line-height: 22px;
}

.productBox .prodDesc strong {
  font-weight: normal;
}

.productBox .hoverBox {
  width: 100%;
  height: 100%;
  background-color: #5f4ba0;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 257px;
  transition: 0.3s;
}

.productBox:hover .hoverBox {
  left: 0;
  bottom: 0;
  transition: 0.3s;
}

.productBtn {
  display: block;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
  border: 2px solid #fff;
  text-decoration: none;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
}

.productBtn:hover {
  color: #fff;
}

.productIconBtn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: url(../images/box-arrow-right.svg) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 24px;
}

.productIconBtn img {
  width: 24px;
}

.loadMoreBtn {
  width: 220px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  border: 2px solid #5f4ba0;
  color: #5f4ba0;
  font-weight: bold;
  text-align: left;
  display: block;
  text-decoration: none;
  color: #5f4ba0;
  position: relative;
  padding-left: 50px;
}

.loadMoreBtn::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/reload.svg) no-repeat center right;
  background-size: 20px;
  position: absolute;
  right: 40px;
  top: 10px;
}

.loadMoreBtn:hover {
  background-color: #5f4ba0;
  color: #fff;
}

.loadMoreBtn:hover::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/reload-hover.svg) no-repeat center right;
  background-size: 20px;
  position: absolute;
  right: 40px;
  top: 10px;
}

.filterSection ul {
  margin: 0;
  padding: 0;
  margin-bottom: 60px;
  text-align: center;
}

.filterSection ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.filterSection ul li .linkBtn {
  min-width: 100px;
  padding: 0 15px;
  height: 40px;
  border: 2px solid #5f4ba0;
  color: #5f4ba0;
  line-height: 40px;
  border-radius: 20px;
  text-decoration: none;
  display: block;
  font-weight: bold;
}

.filterSection ul li .linkBtn:hover {
  background-color: #32c8f5;
  border-color: #32c8f5;
  color: #fff;
}

.filterSection ul li .active {
  background-color: #32c8f5;
  border-color: #32c8f5;
  color: #fff;
}

.filterSection ul li span {
  font-weight: bold;
  color: #5f4ba0;
  font-size: 20px;
}

.quickConnectWrapper p {
  margin-top: 18px;
}

.bef-exposed-form details {
  display: inline-block;
  min-width: 100px;
  padding: 0 15px;
  height: 40px;
  border: 2px solid #5f4ba0;
  color: #5f4ba0;
  line-height: 40px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  margin-right: 15px;
}

ul.js-pager__items.pager {
  margin: 0 auto;
  text-align: center;
}

ul.js-pager__items.pager a {
  width: 220px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  border: 2px solid #5f4ba0;
  color: #5f4ba0;
  font-weight: bold;
  text-align: left;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  color: #5f4ba0;
  position: relative;
  padding-left: 50px;
}

ul.js-pager__items.pager a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/reload.svg) no-repeat center right;
  background-size: 20px;
  position: absolute;
  right: 40px;
  top: 10px;
}

ul.js-pager__items.pager a:hover {
  background-color: #5f4ba0;
  color: #fff;
}

ul.js-pager__items.pager a:hover::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/reload-hover.svg) no-repeat center right;
  background-size: 20px;
  position: absolute;
  right: 40px;
  top: 10px;
}

.views-infinite-scroll-content-wrapper .innerPageSection {
  padding-bottom: 0;
  padding-top: 15px;
}

.views-infinite-scroll-content-wrapper .innerPageSection+.innerPageSection {
  padding-top: 0;
  padding-bottom: 0;
}

.bef-exposed-form {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.form-checkboxes.bef-checkboxes,
.bef-nested {
  width: 60%;
  max-height: 200px;
  position: absolute;
  z-index: 10;
  background: #fff;
  padding: 10px 20px;
  overflow-y: scroll;
  left: 20%;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  margin-top: 10px;
}



div#block-reddy-page-title {
  display: none;
}

section.content-sec.inner-content-sec {
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}

section.content-sec.inner-content-sec::before {
  content: "";
  background-image: url(../images/whowearebg.svg);
  background-size: 214px;
  background-repeat: no-repeat;
  width: 214px;
  height: 257px;
  position: absolute;
  right: -40px;
  top: 0;
  z-index: -1;
}

.js-form-item.form-item.js-form-type-checkbox {
  display: block;
  margin: 5px;
  float: left;
  min-width: 250px;
  max-width: 100%;
  text-align: left;
  vertical-align: top;
  line-height: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
}

input#edit-combine,
input#edit-combine--2,
input.views-ac-dependent-filter {
  width: 80%;
  height: 50px;
  margin: 0 auto;
  border-radius: 25px;
  background-color: #d7f6ff;
  text-align: left;
  border: none;
  outline: none;
  padding: 0px 25px;
  /* margin-bottom: 50px; */
  margin-bottom: 30px;
  position: relative;
  background-image: url(../images/search-btn-icon.svg) !important;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center right 20px;
  padding-right: 65px;
}

details.open .bef-nested,
details[open] .bef-nested {
  opacity: 1;
  visibility: visible !important;
}

.js-form-item.form-item.js-form-type-checkbox input {
  margin-right: 8px;
}

input#edit-combine,
input#edit-combine--2 {
  width: 80%;
  height: 50px;
  margin: 0 auto;
  border-radius: 25px;
  background-color: #d7f6ff;
  text-align: left;
  border: none;
  outline: none;
  padding: 0 25px;
  margin-bottom: 30px;
  position: relative;
  background-image: url(../images/search-btn-icon.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center right 20px;
  padding-right: 65px;
}

.trendingTopics {
  position: relative;
}

.trendingTopics header a {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #5f4ba0;
  color: #fff;
  word-break: break-word;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 17px;
  padding: 18px 10px;
  padding-top: 12px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  left: -40px;
  top: -14px;
}

.trendingTopics header a::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../images/product_download.png) no-repeat center center;
  bottom: 10px;
  left: 38px;
}

table.genericTable,
#sticky-anchor {
  max-width: 1296px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

table.genericTable thead,
#sticky-anchor thead {
  background-color: #5f4ba0 !important;
  color: #fff !important;
  font-weight: bold !important;
  text-transform: uppercase;
}

table.updateTable {
  width: 100%;
}

table.updateTable thead {
  background-color: #5f4ba0 !important;
  color: #fff !important;
  font-weight: bold !important;
  text-transform: uppercase;
}

table.updateTable thead th {
  padding: 10px;
}

table.updateTable tbody td {
  padding: 10px;
  border: 1px solid #ccc;
}

table.updateTable tbody tr:nth-child(odd) {
  background: #ececec;
}

table.updateTable tbody tr:nth-child(even) {
  background: #fff;
}

table.genericTable thead th {
  padding: 10px;
}

table.genericTable td {
  padding: 10px 10px;
}

table.genericTable,
#sticky-anchor {
  font-size: 14px;
}

table.genericTable td h3 {
  font-size: 14px;
  padding-top: 5px;
  color: #5f4ba0;
  font-weight: bold;
}

.download-product-list {
  position: relative;
}

.download-product-list header a {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #5f4ba0;
  color: #fff;
  word-break: break-word;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 17px;
  padding: 14px;
  padding-top: 12px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  /* right: 0px; */
  left: -40px;
  top: 0;
}

.download-product-list header a::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../images/product_download.png) no-repeat center center;
  bottom: 10px;
  left: 38px;
}

.resourcesWrapper .views-col .views-field {
  margin: 8px;
  box-shadow: 2px 1px 5px 2px rgb(0 0 0 / 33%);
  max-height: 430px;
}

.resourcesWrapper .articleHead {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  overflow: auto;
  text-overflow: inherit;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}

.resourcesWrapper .articleHead a {
  color: #000;
  text-decoration: none;
}

.resourcesWrapper .articleHead a:hover {
  text-decoration: none;
}

.resourcesWrapper ul.js-pager__items.pager {
  margin-top: 50px;
}

.whoweareSection details {
  display: none !important;
}

#headerSearch .search label {
  display: none;
}

#headerSearch div#edit-actions,
#headerSearch div#edit-actions--2,
#headerSearch div#edit-actions--3 {
  display: inline-block !important;
  position: absolute;
  right: 5px;
  top: 11px;
}

#headerSearch .search .form-wrapper .button {
  text-indent: -9999px;
  background: url(../images/header-search.svg) no-repeat;
  background-size: 25px;
  border-radius: 0;
  height: 30px;
  margin: 0;
  width: 30px;
  padding: 0;
  border: none;
  outline: none;
}

.js-form-item.form-item.js-form-type-textfield.form-item-combine.js-form-item-combine.form-no-label {
  width: 100% !important;
}

#headerSearch input#edit-search {
  width: 420px;
  padding-left: 10px;
  color: #000;
  background-color: #fff;
  cursor: auto;
  outline: none;
  border: 1px solid #c1c1c1;
  border-radius: 20px;
  height: 40px;
}

.whoweareSection .bef-exposed-form {
  margin-bottom: 0px !important;
}

.whoweareSection .searchSection {
  margin-bottom: 0px !important;
}

.capabilities-box {
  display: flex;
}

.capabilities-content {
  margin-top: 30px;
}

.webform-submission-form {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.webform-submission-form .form-email,
.webform-submission-form .form-text,
.webform-submission-form .form-select {
  height: 50px;
  background-color: #e9e9e9;
  border-radius: 10px;
  border: none;
  outline: none;
  margin: 8px 30px;
  padding: 10px;
  width: 90%;
  font-size: 0.875em;
}

.form-textarea {
  width: 95%;
  height: 100px;
  background-color: #e9e9e9;
  border-radius: 10px;
  border: none;
  outline: none;
  margin: 8px 30px;
  padding: 10px;
  font-size: 0.875em;
}

.contact-us-form {
  width: 90%;
  margin: 0 auto;
  padding: 50px 100px;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
}

.contact-us-form .js-form-item.form-item.js-form-type-checkbox {
  max-width: 95%;
  margin: 15px 30px;
}

div#my-form-wrapper {
  margin-left: 30px;
  margin-right: 30px;
}

input#edit-actions-submit {
  min-width: 200px;
  height: 50px;
  background-color: #32c8f5;
  text-align: center;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 17px;
  border: none;
  outline: none;
}

.news-box {
  box-shadow: 2px 1px 5px 2px rgb(0 0 0 / 33%);
  padding: 15px;
  margin: 8px;
  min-height: 350px;
}

.capabilitiesWrapper ul {
  margin: 0;
  padding: 0;
}

.capabilitiesWrapper .ckeditor-accordion-container>dl dd {
  padding: 15px !important;
}

.capabilitiesWrapper .ckeditor-accordion-container>dl dt>a {
  background-color: #5f4ba0 !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

.capabilitiesWrapper .ckeditor-accordion-container>dl {
  border: none !important;
}

.capabilitiesWrapper .ckeditor-accordion-container>dl dt {
  margin-top: 10px;
}

.contact_us_white_paper {
  background-color: #f6f5f5;
  border-radius: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

p.please_fill {
  padding-left: 20px;
  font-weight: bold;
  font-size: 18px;
}

.contact_us_white_paper .js-form-item.form-item.js-form-type-checkbox {
  display: block;
  margin: 5px;
  float: left;
  min-width: 250px;
  max-width: 100%;
  text-align: left;
  vertical-align: top;
  line-height: 16px;
  margin-bottom: 25px;
  padding-left: 30px;
  margin-top: 15px;
}

#views-exposed-form-product-page-page-13 .form-actions {
  display: inline-block !important;
}

#views-exposed-form-product-page-page-13 .form-actions input {
  width: auto;
  background-color: #5f4ba0;
  border-color: #5f4ba0;
  border: 2px solid #5f4ba0;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  /* margin-left: 10px; */
  min-width: 120px;
}

div#edit-processed-text {
  margin-left: 30px;
  margin-top: 15px;
}

#edit-actions--2 {
  display: none;
}

div#block-genericformulationfooterbanner {
  margin-top: 50px;
}

div#edit-actions--3 {
  display: inline-block;
}

div#edit-actions {
  display: inline-block;
}

input#edit-reset {
  width: auto;
  background-color: #5f4ba0;
  border-color: #5f4ba0;
  border: 2px solid #5f4ba0;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  margin-left: 10px;
  min-width: 120px;
}

input#edit-reset--2 {
  width: auto;
  background-color: #5f4ba0;
  border-color: #5f4ba0;
  border: 2px solid #5f4ba0;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  margin-left: 10px;
  min-width: 120px;
}

ul.quicktabs-tabs {
  margin-top: 0;
  padding-left: 0;
}

ul.quicktabs-tabs li a {
  display: inline-block;
  border: 2px solid #5f4ba0;
  min-width: 200px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  color: #5f4ba0;
  font-weight: bold;
  margin-right: 15px;
  background-color: #fff;
  font-size: 24px;
  line-height: 50px;
  text-decoration: none;
}

ul.quicktabs-tabs li.active a {
  background-color: #32c8f5;
  border-color: #32c8f5;
  color: #fff;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  /* z-index: 999; */
  z-index: 100;
  box-shadow: 0 4px 12px rgb(80 46 146 / 50%);
}

.result-message {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
  padding-bottom: 15px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  max-width: 800px;
  position: relative;
  transition: all 5s ease-in-out;
}

#webinarpopup1 .popup {
  width: 80%;
}

#webinarpopup2 .popup {
  width: 80%;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .close:hover {
  color: #06d85f;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

#webinarpopup2 .popup .content {
  max-height: 30%;
  overflow: hidden;
  overflow-y: auto;
}

#webinarpopup1 .popup .content {
  max-height: 30%;
  overflow: hidden;
  overflow-y: auto;
}

@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }

  .popup {
    width: 70%;
  }
}

.popup .webform-submission-form .form-text {
  margin: 8px 15px;
  padding: 10px;
}

.popup .contact-us-form {
  width: 100%;
  margin: 0 auto;
  padding: 10px 15px 0 0;
  overflow: hidden;
}

.popup .form-textarea {
  width: 98%;
  margin: 8px 15px;
}

.popup div#edit-actions {
  display: block;
  margin: 0 auto;
  margin-top: 8px;
}

.quickConnectWrapper a {
  text-decoration: none;
  color: #fff;
}

.quickConnectWrapper a:hover {
  color: #fff;
}

div#edit-actions--5 {
  display: inline-block;
}

div#edit-actions--4 {
  display: none;
}

.views-infinite-scroll-content-wrapper div.result-message {
  display: none;
}

.views-infinite-scroll-content-wrapper div.result-message:first-child {
  display: block;
}

.product_top {
  border-bottom: 1px solid #9d9d9d;
  padding-bottom: 20px;
  margin-bottom: 40px;
  height: 100%;
  overflow: hidden;
}

.productDisplayImage {
  width: 30%;
  float: left;
}

.productDisplayImg {
  border: 1px solid #e6e2e2;
  padding: 20px;
  height: 300px;
  position: relative;
}

.productDisplayImg img {
  width: 100%;
}

.cas_number {
  margin-top: 24px;
  text-align: center;
}

.productDisplayCon {
  width: 65%;
  float: right;
}

.productDisplayCon h2 {
  font-size: 34px;
  font-weight: bold;
}

.product_main_wrapper .productDisplay {
  margin: 0 -15px 0 -15px !important;
}

.productDisplay .field--type-entity-reference,
.productDisplay .field--type-string {
  margin: 0;
  padding: 10px 15px;
  width: 33%;
  display: inline-block;
  margin: 0 0 0 -3px;
  vertical-align: top;
}

.product_top_info {
  background: #532fb7;
  padding: 27px 50px;
  position: relative;
  margin-bottom: 25px;
}

.product_top_info p {
  font-size: 18px;
  margin: 0;
  color: #fff;
}

.product_top_info a {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 13px;
  position: absolute;
  bottom: 25px;
  right: 50px;
  padding: 6px 20px 3px;
  color: #532fb7;
  border: 1px solid #532fb7;
  background: #fff;
  display: block;
  transition: 0.5s;
  border-radius: 30px;
}

span.field-content .col-md-4 {
  width: 94%;
}

.left_product_form {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(177, 95, 95, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  padding: 35px 20px;
  margin-bottom: 25px;
}

.left_product_form h3 {
  text-align: center;
  color: #5f4ba0;
  font-weight: bold;
  font-size: 2.5rem;
}

.left_product_form p {
  text-align: center;
}

.left_product_form .webform-submission-form .js-form-item.form-item.js-form-type-checkbox {
  display: block;
  margin: 5px;
  float: left;
  min-width: 250px;
  max-width: 100%;
  text-align: left;
  vertical-align: top;
  line-height: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 30px;
}

.inner-content-sec-product .product_breadcrumb ol li,
.inner-content-sec-product .product_breadcrumb ol li a {
  color: #333;
}

.product_breadcrumb ol {
  padding-left: 0;
}

.product_breadcrumb ol li:first-child {
  padding-left: 0;
  background: none;
}

.product_breadcrumb ol li {
  display: inline-block;
  padding: 0 5px 0 13px;
  background: url(../images/product-breadcamp.png) no-repeat 0 6px;
  font-size: 14px;
}

.top_btn_panel {
  text-align: right;
  margin: 20px 20px 0 0;
}

.top_btn_panel .btn_01 {
  background: #ededed;
  border: 1px solid #ededed;
  color: #000;
  transition: 0.5s;
}

.top_btn_panel .btn {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  padding: 8px 30px 5px;
  line-height: normal;
  outline: none;
  border-radius: 30px;
}

.top_btn_panel .btn_02 {
  background: #5225b5;
  border: 1px solid #5225b5;
  color: #fff;
  transition: 0.5s;
}

.top_btn_panel .btn_02:hover {
  color: #fff;
}

.path-generic-formulation .productBanner {
  background: url(../images/shutterstock_707493547.webp) no-repeat center center;
  background-size: cover;
}

.path-contact-us .productBanner {
  background: url(../images/contact-us-image.webp) no-repeat center center;
  background-size: cover;
}

.path-news .productBanner,
.page-node-article .productBanner,
.page-node-page .productBanner,
.path-white-paper .productBanner,
.path-articles .productBanner,
.path-events .productBanner {
  background: url(../images/close-up-male-hands-typing-laptop-keyboard.webp) no-repeat center center;
  background-size: cover;
}

.page-manufacturing-capabilities .productBanner {
  background: url(../images/20170215-SNG-3T6A5710.webp) no-repeat center center;
  background-size: cover;
}

.page-capabilities .productBanner {
  background: url(../images/iStock-973924624.webp) no-repeat center center;
  background-size: cover;
}

.views-infinite-scroll-content-wrapper section.innerPageSection:nth-child() {
  padding-top: 0;
}

.trendingTopics .fa {
  display: none;
}

.product_main_top h4 {
  font-weight: bold;
}

.contactArticles .swiper-slide {
  width: 400px !important;
  height: 380px !important;
}

.contactFormSection .webform-submission-form .js-form-item.form-item.js-form-type-checkbox {
  margin-left: 30px;
}

input#edit-actions-submit--2 {
  min-width: 200px;
  height: 50px;
  background-color: #32c8f5;
  text-align: center;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 17px;
  border: none;
  outline: none;
}

div#edit-processed-text--2 {
  margin-left: 30px;
  margin-top: 20px;
}

.contactFormclearfix {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(177, 95, 95, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  padding: 35px 20px;
  margin-bottom: 25px;
}

.contactFormclearfix h1 {
  text-align: center;
  color: #5f4ba0;
  font-weight: bold;
}

.contactFormclearfix p {
  text-align: center;
}

.path-contact-us h2 {
  margin-bottom: 30px;
  font-weight: bold;
  margin-top: 20px;
}

.path-generic-formulation .views-infinite-scroll-content-wrapper {
  margin-top: 35px;
}

.path-generic-formulation .views-infinite-scroll-content-wrapper th {
  position: sticky !important;
  top: 0 !important;
}

.path-generic-formulation .views-infinite-scroll-content-wrapper table {
  border-collapse: collapse !important;
}

.path-generic-formulation .views-infinite-scroll-content-wrapper th {
  background: #5f4ba0 !important;
}

.productDisplayCon .field__label {
  font-weight: bold;
}

.path-node h3,
.path-node h4 {
  font-weight: bold;
}

.swiper-wrapper {
  padding-bottom: 20px !important;
}

body.path-frontpage .swiper-wrapper {
  padding-bottom: 0px !important;
}


.page-customer-service .ckeditor-accordion-container>dl dt.active>a {
  background-color: #5f4ba0 !important;
  border-color: #5f4ba0 !important;
  text-decoration: none;
}

.ckeditor-accordion-container>dl dt>a {
  background-color: #5f4ba0 !important;
  border-bottom: 1px solid #5f4ba0 !important;
  text-decoration: none;
}

.ckeditor-accordion-container>dl dd {
  padding: 15px !important;
}

.ckeditor-accordion-container>dl {
  border: none !important;
}

.ckeditor-accordion-container>dl dt {
  position: relative;
  margin-bottom: 10px;
}

.know-more-btn {
  background: #5225b5;
  border: 1px solid #5225b5;
  color: #fff;
  transition: 0.5s;
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  padding: 8px 30px 5px;
  line-height: normal;
  outline: none;
  border-radius: 30px;
}

.know-more-btn a {
  color: #fff !important;
  text-decoration: none;
}

body.page-terms-of-use article ul li {
  margin-bottom: 15px;
}

body.page-terms-of-use article ul li strong {
  font-size: 18px;
}

body.page-cookie-policy article ol li {
  margin-bottom: 15px;
}

body.page-cookie-policy article ol li strong {
  font-size: 18px;
}

body.page-privacy-policy article h3 {
  font-size: 18px;
}

.menuArea .navbar-nav {
  display: flex;
  flex-direction: inherit !important;
  float: right;
}

.menuArea .navbar-nav li.navbar-item a {
  color: #5f4ba0 !important;
  text-decoration: none !important;
}

.menuArea li.navbar-item.item {
  margin-right: 15px;
  font-weight: bold;
}

.menuArea li.menu-item--expanded {
  font-size: 16px;
  color: #5f4ba0;
  cursor: pointer;
  margin-right: 35px;
  font-weight: bold;
}

.menuArea .dropdown-toggle::after {
  position: absolute;
  top: 11px;
}

.menuArea li.menu-item--expanded:hover ul {
  display: block;
  position: absolute;
  padding: 8px;
  min-width: 250px;
  background-color: #efefef;
  border-color: transparent;
}

.menuArea li.menu-item--expanded:hover ul li {
  padding-left: 8px;
  line-height: 34px;
}

.menuArea li.menu-item--expanded:hover ul li:hover {
  color: #32c8f5;
}

.menuArea li.menu-item--expanded ul li:hover a {
  color: #32c8f5 !important;
}

.menuArea div {
  display: flex;
  align-items: baseline;
  width: auto;
  margin-left: 20px;
}

.headerNavSection li:last-child {
  display: none;
}

nav#block-mainnavigation {
  width: 100%;
  margin-top: 22px;
}

.whoweareSection .whoBox {
  -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
  -moz-box-shadow: 0 0 5px 0 rgba(177, 95, 95, 0.3);
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
  border-radius: 15px;
  margin: 10px;
  flex: 0 0 auto;
  width: 31%;
  padding: 20px 0;
  background-color: #fff;
  z-index: 98;
}

.contactFormclearfix h6 a {
  text-decoration: none;
  color: #fff;
}

.contactFormclearfix h6 {
  background-color: #5f4ba0;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 25px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
}

div#edit-processed-text--2 {
  text-align: center;
}

input:focus::placeholder {
  color: transparent !important;
}

div#block-reddy-branding ul {
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

div#block-reddy-branding ul li {
  display: inline-block;
}

div#block-reddy-branding ul li a {
  text-decoration: none;
  color: #5f4ba0;
  font-weight: bold;
  font-size: 30px;
  line-height: 14px;
}

div#block-reddy-branding ul li a span {
  font-weight: 600;
  font-size: 12px;
}

div#block-reddy-branding ul li:nth-child(2) {
  vertical-align: middle;
  margin-left: 10px;
}

.col-9.menuArea {
  display: flex;
  align-items: center;
}

.owl-prev span,
.owl-next span {
  color: #fff;
}

.owl-prev span:hover,
.owl-next span:hover {
  color: #8199a3;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 0;
  height: 100%;
}

.owl-prev {
  left: 7px;
}

.owl-next {
  right: 7px;
}

button:focus,
button:active {
  outline: none;
}

.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: rgba(80, 46, 146, 0.5) !important;
  color: inherit !important;
  border: none !important;
  padding: 0 !important;
  font: inherit !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 25px !important;
  top: 41% !important;
}

#news .owl-carousel .owl-nav button.owl-next {
  top: 40% !important;
}

#news .owl-carousel .owl-nav button.owl-prev {
  top: 40% !important;
}

.owl-dots {
  display: none;
}

.articleSliderBox .articleLink {
  display: inline-block;
  float: right;
  position: absolute;
  right: 15px;
  bottom: 5px;
}

.path-generic-formulation .views-infinite-scroll-content-wrapper table tbody tr:nth-child(even) {
  background: #efefef;
  height: 40px;
}

.path-generic-formulation .views-infinite-scroll-content-wrapper table tbody tr:nth-child(odd) {
  background: #fff;
  height: 40px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
  border-radius: 25px !important;
  background: rgba(80, 46, 146, 0.5) !important;
  color: #efefef !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 22px !important;
}

#sticky.stick {
  position: fixed;
  top: 67px;
  z-index: 10000;
  max-width: 1296px;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -60px;
  z-index: 99999;
}

.owl-carousel .owl-nav button.owl-next {
  right: -60px;
  z-index: 99999;
}

.footerLogo ul li span {
  font-size: 12px;
}

.footerLogo ul li img {
  width: 220px;
}

.footerLogo ul li {
  display: inline-block;
  font-weight: bold;
  font-size: 30px;
  line-height: 14px;
  margin-right: 10px;
  color: #fff;
}

.page-about-us .productBanner {
  background: url(../images/about-bg.webp) no-repeat center center;
  background-size: cover;
  background-position: bottom;
}

.footerLogo ul {
  margin-top: 40px;
}

body.page-about-us .dialog-off-canvas-main-canvas {
  margin-top: -25px;
}

body.page-products .dialog-off-canvas-main-canvas {
  margin-top: -25px;
}

body.page-generic-formulation .dialog-off-canvas-main-canvas {
  margin-top: -25px;
}

body.page-manufacturing-capabilities .dialog-off-canvas-main-canvas {
  margin-top: -25px;
}

body.page-capabilities .dialog-off-canvas-main-canvas {
  margin-top: -25px;
}

body.page-customer-service .dialog-off-canvas-main-canvas {
  margin-top: -25px;
}

body.page-resources .dialog-off-canvas-main-canvas {
  margin-top: -25px;
}

body.path-node .dialog-off-canvas-main-canvas {
  margin-top: -25px;
}

body.page-news .dialog-off-canvas-main-canvas {
  margin-top: -25px;
}

.sticky-table {
  max-width: 1296px;
}

.sticky-table thead {
  color: #fff;
}

.sticky-table th {
  color: #fff;
  padding: 10px;
}

.sticky-table td {
  padding: 10px;
}

.sticky-header {
  top: 153px !important;
  z-index: 1000;
}

#sticky-anchor {
  position: fixed;
  top: 70px;
  display: none;
  width: 100% !important;
}

#sticky-anchor thead#sticky tr th {
  padding: 10px 0 10px 6px;
}

body.page-products .innerPageBanner {
  width: 100%;
  height: 284px;
  position: relative;
  overflow: hidden;
}

thead#sticky tr th:nth-child(1) {
  width: 26.5% !important;
}

.bannerSection {
  background: url(../images/webniar-bg.webp) no-repeat center;
  background-size: cover;
}

.bannerBottomInfo {
  background-color: #f2f2f2;
  padding: 30px 0;
}

body.page-webinar .container.webinar.clearfix {
  max-width: 100% !important;
  padding: 0;
}

body.path-success .container.webinar.clearfix {
  max-width: 100% !important;
  padding: 0;
}

.speeakersBox ul li {
  list-style: none;
  display: inline-block;
}

.whatWillBox {
  background-color: #fff;
  padding: 15px;
  border-radius: 20px;
}

.whatWillDesc h4 {
  font-size: 22px;
  margin-top: 10px;
}

.col-md-3.whatWillSection {
  align-self: center;
  color: #000;
}

.col-md-3.whatWillSection h2 {
  color: #000;
}

.bannerForm {
  padding: 15px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
}

body.page-webinar .form-text {
  width: 100% !important;
  border: none !important;
  border-bottom: 1px solid #cfcfcf !important;
  color: #8a8a8a !important;
}

body.page-webinar input#edit-field-work-email {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  width: 100%;
}

body.page-webinar select#edit-field-country {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 0;
  padding-left: 0;
}

.bannerInfo {
  color: #fff;
  align-self: center;
  padding: 130px 0;
  position: relative;
}

.bannerInfo h1 {
  font-weight: bold;
}

.bannerInfo span {
  font-weight: bold;
}

.bannerSection .container {
  position: relative;
}

.bannerForm {
  position: absolute;
  top: 60px;
}

.speakersSection {
  padding: 30px 0;
}

.speakersSection h2 {
  color: #000;
  margin-bottom: 30px;
}

.webinarfooterSection .footerSocial li img {
  width: 18px;
  height: 18px;
}

.whatWillWRapper {
  padding-top: 30px;
}

.webinarLogo img {
  width: 200px;
}

.webinarLogo {
  position: absolute;
  top: 20px;
}

.bannerForm input#edit-send {
  background-color: #fff;
  border: 1px solid #5f4ba0;
  color: #5f4ba0;
  min-width: 150px;
  padding: 10px;
  border-radius: 30px;
  font-weight: bold;
}

.bannerForm .js-form-item.form-item.js-form-type-checkbox {
  display: flex !important;
}

body.page-webinar a {
  color: #32c8f5;
}

body.page-webinar::placeholder {
  color: #8a8a8a !important;
  opacity: 1 !important;
}

body.page-webinar .form-select {
  color: #8a8a8a !important;
  font-weight: normal !important;
  font-size: 0.875em;
}

body.page-webinar textarea:-moz-placeholder {
  color: #8a8a8a;
  font-weight: normal;
  opacity: 1;
}

body.page-webinar textarea::-webkit-input-placeholder {
  color: #8a8a8a;
  font-weight: normal;
  opacity: 1;
}

body.page-webinar input::-webkit-input-placeholder {
  color: #8a8a8a;
  font-weight: normal;
  opacity: 1;
}

body.page-webinar input#edit-field-work-email {
  font-size: 0.875em;
}

body.page-webinar section.content-sec.inner-content-sec {
  padding-top: 0px !important;
}

body.page-webinar section.content-sec.inner-content-sec::before {
  display: none;
}

body.path-success section.content-sec.inner-content-sec::before {
  display: none;
}

body.page-webinar .dialog-off-canvas-main-canvas {
  margin-top: -25px;
}

body.path-success .dialog-off-canvas-main-canvas {
  margin-top: -53px;
}

body.page-webinar .footerSocial {
  float: right;
}

.item.speeakersBox div:last-child {
  width: 70%;
  margin-left: 20px;
}

.item.speeakersBox div:first-child {
  width: 20%;
}

.item.speeakersBox div {
  display: inline-block;
  float: left;
  text-decoration: none;
}

.item.speeakersBox a {
  text-decoration: none;
}

.speakersBtn {
  min-width: 80px;
  padding: 12px 35px 12px 20px;
  border: 1px solid #5f4ba0;
  color: #5f4ba0 !important;
  text-decoration: none;
  border-radius: 20px;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #fff;
}

.speakersBtn::after {
  content: "";
  background: url(../images/right-arrow.svg);
  width: 8px;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 12px;
}

.webinarfooterSection .container {
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
}

.sticky-table thead {
  color: #fff;
  background: #5f4ba0;
}

table.genericTable td {
  padding: 10px 10px;
  border-bottom: 1px solid #ccc !important;
  background-color: #fff !important;
}

nav#block-reddy-footer ul li {
  display: inline-block;
  width: 49%;
  color: #fff;
}

nav#block-reddy-footer ul li a {
  text-decoration: none;
  color: #fff;
}

.views-infinite-scroll-content-wrapper.clearfix .views-col .col-md-4 {
  flex: 0 0 auto;
  width: 90%;
}

body.lang-es div#block-reddy-branding ul li a span {
  font-size: 9px;
}

body.lang-es .menuArea li.navbar-item.item {
  margin-right: 10px;
}

.views-view-grid .views-col {
  position: relative;
}

p.articleYear {
  font-weight: bold;
  font-size: 18px;
  color: #5f4ba0;
  margin-bottom: 0;
}

.search-everything .views-col .views-field {
  margin: 8px;
  box-shadow: 2px 1px 5px 2px rgb(0 0 0 / 33%);
  min-height: 330px;
}

.search-everything .content-panel {
  padding: 10px;
}

.search-everything .content-panel h4 a {
  text-decoration: none;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.search-everything img {
  width: 100%;
  max-height: 250px;
  overflow: hidden;
}

body.page-node-article .wrapper img {
  width: 100%;
}

#mobile-slider {
  display: none;
}

#mobile-slider .item img {
  display: block;
  width: 100%;
  height: auto;
}

.caption {
  background: #4f2cb8;
  padding: 15px;
  color: #fff;
}

.more-link a {
  min-width: 230px;
  height: 60px;
  line-height: 37px;
  background-color: #5f4ba0;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 13px;
  font-weight: bold;
  font-size: 18px;
  float: right;
  margin-top: 15px;
  margin-bottom: 15px;
}

.more-link a:hover {
  background-color: #32c8f5;
  color: #fff;
}

li.ui-menu-item a {
  text-decoration: none;
  line-height: 28px;
  display: block;
  background: #efefef;
  margin-bottom: 2px;
}

li.ui-menu-item a:hover {
  background: #efefef;
  color: #32c8f5;
  border: none;
  line-height: 28px;
}

/* AHIN 03-06-21 */
.bef-nested {
  opacity: 0;
  visibility: hidden;
}

details.open .bef-nested {
  opacity: 1;
  visibility: visible;
}

.bef-exposed-form details summary {
  list-style: none;
}

.bef-exposed-form details summary::marker {
  content: "";
  display: none;
  font-size: 0px;
  color: white;
}

.bef-exposed-form details summary::-webkit-details-marker {
  content: "";
  display: none;
  font-size: 0px;
  color: white;
}

.bef-exposed-form details summary::before {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #5f4ba0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -2px;
  -webkit-transition: rotate 0.35s;
  transition: rotate 0.35s;
}

.bef-exposed-form details.open summary::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bef-exposed-form details summary a {
  display: inline-block;
  color: #5f4ba0;
  pointer-events: none;
}

.bef-exposed-form details summary::-webkit-details-marker {
  content: "";
  display: none;
  font-size: 0px;
  color: white;
}

.bef-exposed-form details summary::before {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #5f4ba0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -2px;
  -webkit-transition: rotate 0.35s;
  transition: rotate 0.35s;
}

.bef-exposed-form details.open summary::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bef-exposed-form details summary a {
  display: inline-block;
  color: #5f4ba0;
  pointer-events: none;
}

.regularatySecUlText {
  float: left;
  width: 100%;
  display: flex;
  margin: 60px 0;
  list-style: none !important;
  flex-wrap: wrap;
}

.regularatySecUlText li::before {
  display: none !important;
}

.regularatySecUlText li {
  flex: 1;
  flex-wrap: wrap;
  min-width: 350px;
  display: flex;
}

.regularatySecUlText li img {
  flex: 1;
  max-width: 85px;
  height: auto;
  object-fit: contain;
  margin-right: 25px;
}

.regularatySecUlText li .text {
  flex: 1;
}

.regularatySecUlText li .text h3 {
  font-family: "DRL Circular Book";
  font-style: normal;
  font-size: 50px;
  line-height: 24px;
  color: #5f4ba0;
  font-weight: 550;
  margin-bottom: 25px;
}

.regularatySecUlText li .text h4 {
  font-family: DRL Circular;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
}

.mapHolder img {
  margin: auto;
  width: 100%;
}

.mapSection {
  float: left;
  width: 100%;
  display: flex;
  box-shadow: 0 0 5px 1px #eee;
  min-height: 300px;
  margin: 65px 0 10px 0 !important;
}

.mapButtomItalick {
  font-family: Arial;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  float: inline-end;
  width: 100%;
  color: #8d8d8d;
  margin-bottom: 65px;
}

#views-exposed-form-document-expiry-list-page-1 table {
  border: 1px solid rgb(155, 147, 147);
  width: 100%;
  margin: 20px 0;
}

#views-exposed-form-document-expiry-list-page-1 table thead {
  background: #5f4ba0;
  color: #fff;
  font-weight: bold;
}

#views-exposed-form-document-expiry-list-page-1 table th,
#views-exposed-form-document-expiry-list-page-1 table td {
  padding: 5px 0 5px 10px;
}

#views-exposed-form-document-expiry-list-page-1 table th {
  color: #fff;
  font-weight: bold;
}

#views-exposed-form-document-expiry-list-page-1 table tr:nth-child(odd) {
  background: rgb(235, 220, 255);
}

body.page-tech-transfer .dcatbannerForm label{
display: none;
}