/*
Theme Name: NEXtCARE Child Theme
Theme URI: https://nextcarehealth.com
Author: ITS
Author URI: https://its-communications.com
Template: twentytwenty
Version: 1.0.0
Description: A custom child theme designed and developed for NEXtCARE. This theme is based on the latest WP updates released in 2020.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nextcare
*/
@font-face {
  font-family: "Allianz Neo";
  src: url("assets/fonts/AllianzNeo-SemiBold.eot");
  src: url("assets/fonts/AllianzNeo-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/AllianzNeo-SemiBold.woff2") format("woff2"),
    url("assets/fonts/AllianzNeo-SemiBold.woff") format("woff"),
    url("assets/fonts/AllianzNeo-SemiBold.ttf") format("truetype"),
    url("assets/fonts/AllianzNeo-SemiBold.svg#AllianzNeo-SemiBold")
      format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Allianz Neo";
  src: url("assets/fonts/AllianzNeo-Bold.eot");
  src: url("assets/fonts/AllianzNeo-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/AllianzNeo-Bold.woff2") format("woff2"),
    url("assets/fonts/AllianzNeo-Bold.woff") format("woff"),
    url("assets/AllianzNeo-Bold.ttf") format("truetype"),
    url("assets/fonts/AllianzNeo-Bold.svg#AllianzNeo-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Allianz Neo";
  src: url("assets/fonts/AllianzNeo-Light.eot");
  src: url("assets/fonts/AllianzNeo-Light.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/AllianzNeo-Light.woff2") format("woff2"),
    url("assets/fonts/AllianzNeo-Light.woff") format("woff"),
    url("assets/fonts/AllianzNeo-Light.ttf") format("truetype"),
    url("assets/fonts/AllianzNeo-Light.svg#AllianzNeo-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Allianz Neo";
  src: url("assets/fonts/AllianzNeo-Regular.eot");
  src: url("assets/fonts/AllianzNeo-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/AllianzNeo-Regular.woff2") format("woff2"),
    url("assets/fonts/AllianzNeo-Regular.woff") format("woff"),
    url("assets/fonts/AllianzNeo-Regular.ttf") format("truetype"),
    url("assets/fonts/AllianzNeo-Regular.svg#AllianzNeo-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GE-Thameen";
  src: url("assets/fonts/GEThameen-Book.eot");
  src: url("assets/fonts/GEThameen-Book.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/GEThameen-Book.woff2") format("woff2"),
    url("assets/fonts/GEThameen-Book.woff") format("woff"),
    url("assets/fonts/GEThameen-Book.ttf") format("truetype"),
    url("assets/fonts/GEThameen-Book.svg#GEThameen-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}

/************************************* Reset Styles ********************************/
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;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
div {
  vertical-align: top;
}

* {
  outline: none;
}

li,
ol {
  list-style-type: none;
  list-style-image: none;
  list-style: none;
}

img {
  border: 0px;
  width: 100%;
  max-width: 100%;
  display: block;
}

textarea {
  resize: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

a {
  text-decoration: none;
}

input,
textarea,
select,
body {
  font-size: 14px;
  font-family: "Allianz Neo", "GE-Thameen";
  font-weight: 300;
}

.clearBoth {
  clear: both;
}

.posRel {
  position: relative;
}

/************************************* Website Styles ********************************/

body {
  overflow-x: hidden !important;
}

.safeArea {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
  transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
}

.margBot40 {
  margin-bottom: 40px;
}

.topLinks {
  border-bottom: 1px solid #c1c1c1;
}

.languageLinks {
  float: left;
}

.rightLinks {
  float: right;
}

.languageLinks ul li,
.rightLinks ul li {
  display: inline-block;
}

.languageLinks ul li a,
.rightLinks ul li a {
  display: block;
  padding: 13px 10px;
  color: #434343;
  font-size: 14px;
  font-weight: normal;
}

.languageLinks ul li a:hover,
.languageLinks ul li.current a {
  color: #24326c;
}

.rightLinks {
  border-left: 1px solid #c1c1c1;
  padding-left: 10px;
}

.bottomLinks {
  padding: 12px 0;
}

.logoHolder {
  width: 165px;
  float: left;
}

.logoHolder a,
.logoHolder a img {
  display: block;
  width: 100%;
}

.mainMenu {
  float: right;
}

.mainMenu ul li {
  display: inline-block;
}

.mainMenu ul li a {
  font-size: 18px;
  color: #525252;
  padding: 13px 20px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}

.mainMenu ul li a span {
  position: relative;
}

.mainMenu ul li a span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  left: 0;
  bottom: -5px;
  transform: 0.7s cubic-bezier(0.86, 0, 0.07, 1), visibility 0s linear 0s;
  -moz-transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1), visibility 0s linear 0s;
  -webkit-transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1),
    visibility 0s linear 0s;
  -ms-transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1), visibility 0s linear 0s;
}

.mainMenu ul li:hover a span:after,
.mainMenu ul li.active a span:after {
  width: 100%;
}

.mainBanner {
  position: fixed;
  width: 100%;
  left: 0;
  top: 117px;
  z-index: 2;
  transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
}

.mainBanner .swiper-slide {
  height: 685px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sliderContent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sliderCaption {
  width: 380px;
  position: absolute;
  left: 0;
  top: 70px;
}

.sliderCaption .smallText {
  color: #525252;
  font-size: 26px;
  margin-bottom: 15px;
}

.sliderCaption .bigText {
  font-size: 50px;
  font-weight: 600;
  color: #24326c;
  line-height: 50px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.sliderCaption .bigText span {
  color: #fff;
  display: block;
}

.sliderBtn a,
.blockMore a {
  padding: 23px 42px;
  display: inline-block;
  color: #fff;
  background-color: #24326c;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #24326c;
  box-sizing: border-box;
}

.sliderBtn a:hover,
.blockMore a:hover {
  background-color: transparent;
  color: #24326c;
}

.aboutusBlock a:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.mainBanner .swiper-pagination {
  text-align: left;
}

.paginationHolder {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  z-index: 4;
}

.paginationContainer {
  width: 380px;
  right: 0;
  top: 0;
  position: absolute;
}

.mainBanner .swiper-pagination-bullet {
  background-color: #464646;
  margin: 10px;
  position: relative;
  opacity: 1;
}

.mainBanner .swiper-pagination-bullet-active {
  background-color: #24326c;
}

.mainBanner .swiper-pagination-bullet:after {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #24326c;
  border-radius: 50%;
  position: absolute;
  left: -9px;
  top: -9px;
  transform: scale(0);
  -webkit-scale: translate(0);
  -moz-transform: scale(0);
}

.mainBanner .swiper-pagination-bullet-active:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

.hpAllHolder {
  position: relative;
  z-index: 4;
  background-color: #ffffff;
  top: inherit;
  margin-top: 770px;
}

.overlappingBLocks {
  background-color: #e6f4f6;
}

.overlappingBLocks h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

.findBlockHolder,
.manageClaimsHolder {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 32px 39px;
  height: 190px;
}

.findBlockHolder {
  background-color: #24326c;
}

.findBlockHolder .textCaption {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

.manageClaimsHolder {
  background-color: #407d71;
  position: relative;
}

.manageClaimsHolder a.blockClick {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.summarytText {
  color: #fff;
  font-size: 18px;
}

.provSearch {
  margin-bottom: 6px;
  position: relative;
  border-bottom: 1px solid #fff;
}

.inputHolder input[type="text"],
.inputHolder input[type="email"] {
  width: calc(100% - 25px);
  padding: 10px 0;
  background-color: transparent;
  border: 0 none;
  color: #fff;
  font-size: 18px;
}

.searchAction {
  width: 22px;
  height: 22px;
  background-image: url(assets/images/search-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
}

::placeholder {
  opacity: 1;
  color: #fff;
}

.overBlocksHolder {
  position: relative;
  top: -95px;
}

.benefitBlock {
  position: relative;
  background-color: #fff;
}

.benefitBlock:after {
  content: "";
  width: 100%;
  height: 400px;
  left: 0;
  top: 0;
  background-color: #e6f4f6;
  position: absolute;
  z-index: 1;
}

.benefitsSafeArea {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.hpBlock h2 {
  font-size: 26px;
  color: #525252;
  margin-bottom: 10px;
  font-weight: 300;
  text-align: center;
}

.hpBlock h3 {
  font-size: 36px;
  color: #525252;
  margin-bottom: 50px;
  font-weight: 600;
  text-align: center;
}

.benefitsList ul li .benefitImg a,
.benefitsList ul li .benefitImg a img {
  display: block;
  width: 100%;
}

.benefitsList ul li .benefitImg a {
  overflow: hidden;
}

.benefitsList ul li .benefitImg:hover img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.benefitInfo {
  padding: 28px 32px;
  background-color: #24326c;
  min-height: 220px;
}

.benefitInfo h4 a,
.mediaEl h4 a {
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
  display: block;
  line-height: 32px;
}

.benefitInfo .summarytText,
.descInner .summarytText,
.mediaEl .summarytText {
  margin-bottom: 20px;
}

.moreLink a {
  color: #fff;
  font-size: 16px;
  padding-left: 30px;
  background-image: url(assets/images/white-arrow-right.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 15px auto;
}

.moreLink a:hover {
  background-position: 5px center;
}

.blockMore {
  text-align: center;
  margin-top: 50px;
}

.blockMore a {
  background-color: #24326c;
}

.hpBlock {
  padding: 85px 0;
}

.hpBlock.benefitBlock {
  padding-top: 0;
}

.backgroundImg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}

.backgroundImg:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.aboutusBlock h2,
.aboutusBlock h3 {
  color: #fff;
}

.aboutusBlock h3,
.aboutusCarousel {
  padding: 0 130px;
  position: relative;
}

.elIcon {
  width: 85px;
  float: left;
  margin-right: 15px;
}

.elIcon img {
  width: 100%;
  display: block;
}

.elDesc {
  float: left;
  width: calc(100% - 100px);
  color: #fff;
  padding-top: 16px;
  border-top: 1px solid #fff;
}

.elDesc .smallText {
  font-size: 20px;
  margin-bottom: 12px;
}

.elDesc .elNumber {
  line-height: 53px;
  font-size: 70px;
  margin-bottom: 12px;
}

.aboutusCarousel .swiper-button-next {
  background-image: url(assets/images/white-arrow-right.svg);
}

.aboutusCarousel .swiper-button-prev {
  background-image: url(assets/images/white-arrow-left.svg);
}

.aboutusCarousel .swiper-button-next,
.aboutusCarousel .swiper-button-prev {
  width: 26px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 0;
}

.aboutusCarousel .swiper-button-next:after,
.aboutusCarousel .swiper-button-prev:after,
.mediaSection .swiper-button-next:after,
.mediaSection .swiper-button-prev:after,
.testimonialsSection .swiper-button-next:after,
.testimonialsSection .swiper-button-prev:after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  z-index: 9999;
}

.mediaSection {
  background-color: #ffffff;
}

.mediaEl {
  font-size: 0;
  background-color: #24326c;
  position: relative;
}

.mediaEl:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 101%;
  width: 46%;
  background-color: #fff;
  content: "";
}

.mediaEl .elImg {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0;
  position: relative;
  z-index: 1;
}

.mediaEl .elImg img,
.mediaEl .elImg a {
  width: 100%;
  display: block;
}

.mediaEl .elImg a {
  overflow: hidden;
}

.mediaEl .elImg:hover img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.mediaEl .elDesc {
  width: 52%;
  display: inline-block;
  float: none;
  vertical-align: middle;
  border: 0 none;
  padding: 0 20px;
  box-sizing: border-box;
}

.mediaArrow {
  text-align: center;
  margin-top: 50px;
  font-size: 0;
}

.mediaArrow .swiper-button-next,
.mediaArrow .swiper-button-prev {
  position: relative;
  top: 0;
  margin-top: 0;
  left: 0;
  right: 0;
  display: inline-block;
}

.mediaArrow .swiper-button-next {
  margin-left: 35px;
  background-image: url(assets/images/black-arrow-right.svg);
}

.mediaArrow .swiper-button-prev {
  margin-right: 35px;
  background-image: url(assets/images/black-arrow-left.svg);
}

.mediaArrow .swiper-pagination {
  position: relative;
  display: inline-block;
  width: auto;
  bottom: 0;
  font-size: 16px;
  color: #000;
}

.mobileBanner {
  background-color: #24326c;
  position: relative;
  padding: 65px 0;
}

.mobileAppImg {
  position: absolute;
  right: 165px;
  top: -95px;
  width: 240px;
}

.mobileAppImg img {
  width: 100%;
  display: block;
}

.mobileBanner h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 5px;
}

.mobileBanner h3 {
  color: #fff;
  text-align: left;
  line-height: 42px;
  margin-bottom: 25px;
}

.mobileBannerContent {
  width: 60%;
}

.storesLinks {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}

.storesLinks ul,
.appsLabel {
  display: inline-block;
  vertical-align: middle;
}

.appsLabel {
  margin-right: 15px;
}

.storesLinks ul li {
  display: inline-block;
  margin-right: 8px;
}

.storesLinks ul li a {
  display: block;
  padding: 16px 27px 16px 41px;
  background-color: rgba(255, 255, 255, 1);
  font-size: 16px;
  color: #24326c;
  position: relative;
  border: 1px solid #fff;
}

.storesLinks ul li a:hover {
  background-color: transparent;
  color: #fff;
}

.storesLinks ul li a:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.storesLinks ul li.appStoreLink a:after {
  background-image: url(assets/images/apple-icon.svg);
  height: 22px;
}

.storesLinks ul li.appStoreLink a:hover:after,
body.subpage .storesLinks ul li.appStoreLink a:hover:after {
  background-image: url(assets/images/white-apple-icon.svg);
}

.storesLinks ul li.googleStoreLink a:after {
  background-image: url(assets/images/google-play-icon.svg);
}

.storesLinks ul li.googleStoreLink a:hover:after,
body.subpage .storesLinks ul li.googleStoreLink a:hover:after {
  background-image: url(assets/images/white-google-play-icon.svg);
}

.storesLinks ul li.huaweiStoreLink a:after {
  background-image: url(assets/images/huawei-icon.svg);
}

.storesLinks ul li.huaweiStoreLink a:hover:after,
body.subpage .storesLinks ul li.huaweiStoreLink a:hover:after {
  background-image: url(assets/images/white-huawei-icon.svg);
}

.testimonialsSection {
  background-color: #fff;
}

.testimonialsSection .mediaEl {
  background-color: #24326c;
}

.testimonialsSection .mediaEl img {
  width: auto;
  height: auto;
}

.quotesHolder {
  width: 24px;
  height: 31px;
  display: inline-block;
}

.quotesHolder img {
  width: 100%;
  display: block;
}

.QuotedText {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  position: relative;
  width: 95%;
}

.testimonialsSection .elDesc {
  padding: 0 90px;
}

.QuotedText .startQuote {
  position: absolute;
  top: 0;
  left: -35px;
}

.endQuote {
  margin-left: 15px;
}

.personName {
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  text-align: right;
}

footer {
  background-color: #222f34;
  padding: 40px 0;
  z-index: 9;
  top: 100%;
}

.allianzLogo {
  float: left;
  font-size: 18px;
  color: #fff;
}

.allianzLogo a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.allianzLogo img {
  width: 150px;
}

.smLinks {
  float: right;
  font-size: 18px;
  color: #fff;
  margin-top: 17px;
}

.smLinks ul {
  display: inline-block;
  vertical-align: middle;
}

.smLinks ul li {
  display: inline-block;
  width: auto;
  height: 20px;
  margin-left: 10px;
}

.smLinks ul li a,
.smLinks ul li a img {
  display: block;
  height: 20px;
  width: 22px;
}

.footerSitemap {
  width: 100%;
  display: inline-block;
}

.sitemapCol {
  float: left;
  width: 15.8%;
  margin-right: 1%;
}

.sitemapCol:last-of-type {
  margin-right: 0;
}

.footerSitemap {
  margin-bottom: 35px;
}

.footerUpper {
  margin-bottom: 30px;
}

.sitemapCol ul li a {
  font-size: 14px;
  color: #949494;
  font-weight: 300;
}

.sitemapCol ul li.mailLink a {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}

.sitemapCol ul li {
  display: block;
  margin-bottom: 5px;
}

.sitemapCol ul li.mailLink {
  margin-bottom: 20px;
}

.cpHolder,
.cpHolder a {
  font-size: 14px;
  color: #949494 !important;
  font-weight: 300;
}

.cpHolder a {
  display: inline-block;
  padding: 0 5px;
}

.sitemapCol ul li a:hover,
.cpHolder a:hover {
  text-decoration: underline;
}

.mobileAppImg {
  transform: scale(0);
}

.showBlock .mobileAppImg {
  transform: scale(1);
}

.mobileBanner {
  opacity: 0.4;
}

.showBlock.mobileBanner {
  opacity: 1;
}

.bodySections {
  padding: 60px 0;
}

.noPadBot {
  padding-bottom: 0 !important;
}

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

h2.sectionTitle {
  color: #525252;
  font-size: 60px;
  font-weight: 600;
  display: block;
  margin-bottom: 50px;
  line-height: 70px;
}

.listingItem {
  float: left;
  width: 49.5%;
  margin-right: 1%;
  margin-bottom: 12px;
  position: relative;
}

.listingItem > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  content: "";
}

.listingItem:nth-child(2n) {
  margin-right: 0;
}

/*
                .listingItem:nth-child(5),
                .listingItem:nth-child(6) {
                    margin-bottom: 0;
                }
                */

.countryHolder {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -webkit-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
}

.flexHolder {
  text-align: center;
}

.countryListTitle {
  display: block;
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}

.countryInfo {
  margin-top: -129px;
  opacity: 0;
  transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -webkit-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
}

.countryTelephone,
.countryTelephone a {
  display: block;
  opacity: 1;
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 10px;
  cursor: default;
}

.listBtn {
  display: block;
  transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -webkit-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  opacity: 1;
}

.listBtn a {
  padding: 20px 25px;
  background-color: #ffffff;
  text-transform: uppercase;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.listingItem:hover .countryHolder {
  background-color: rgba(9, 55, 119, 0.8);
}

.listingItem:hover .countryInfo {
  margin-top: 0;
  opacity: 1;
}

.listingItem span {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  z-index: 9;
}

.listingItem span.firstSpan {
  left: 10px;
  top: 10px;
}

.listingItem span.firstSpan:before,
.listingItem span.firstSpan:after {
  position: absolute;
  content: "";
  background-color: #fff;
  transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -webkit-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
}

.listingItem span.firstSpan:before {
  left: 0;
  height: 1px;
  width: 0;
  top: 0;
}

.listingItem span.firstSpan:after {
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
}

.listingItem:hover span.firstSpan:before {
  width: 100%;
}

.listingItem:hover span.firstSpan:after {
  height: 100%;
}

.listingItem span.secondSpan {
  right: 10px;
  top: 10px;
}

.listingItem span.secondSpan:before,
.listingItem span.secondSpan:after {
  position: absolute;
  content: "";
  background-color: #fff;
  transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -webkit-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
}

.listingItem span.secondSpan:before {
  right: 0;
  height: 1px;
  width: 0;
  top: 0;
}

.listingItem span.secondSpan:after {
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
}

.listingItem:hover span.secondSpan:before {
  width: 100%;
}

.listingItem:hover span.secondSpan:after {
  height: 100%;
}

.listingItem span.thirdSpan {
  bottom: 10px;
  right: 10px;
}

.listingItem span.thirdSpan:before,
.listingItem span.thirdSpan:after {
  position: absolute;
  content: "";
  background-color: #fff;
  transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -webkit-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
}

.listingItem span.thirdSpan:before {
  right: 0;
  height: 1px;
  width: 0;
  bottom: 0;
}

.listingItem span.thirdSpan:after {
  bottom: 0;
  right: 0;
  width: 1px;
  height: 0;
}

.listingItem:hover span.thirdSpan:before {
  width: 100%;
}

.listingItem:hover span.thirdSpan:after {
  height: 100%;
}

.listingItem span.fourthSpan {
  bottom: 10px;
  left: 10px;
}

.listingItem span.fourthSpan:before,
.listingItem span.fourthSpan:after {
  position: absolute;
  content: "";
  background-color: #fff;
  transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -webkit-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
}

.listingItem span.fourthSpan:before {
  left: 0;
  height: 1px;
  width: 0;
  bottom: 0;
}

.listingItem span.fourthSpan:after {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
}

.listingItem:hover span.fourthSpan:before {
  width: 100%;
}

.listingItem:hover span.fourthSpan:after {
  height: 100%;
}

.branchCol {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
  font-size: 0;
}

.branchCol.noMarg {
  margin-right: 0;
}

.branchTitle {
  font-size: 30px;
  color: #525252;
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
}

.branchCol ul li {
  width: 31%;
  display: inline-block;
  margin-bottom: 19px;
  margin-right: 3.5%;
}

.branchCol ul li:nth-child(3n) {
  margin-right: 0;
}

.branchCol ul li span,
.branchCol ul li .branchText {
  float: left;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.branchCol ul li span {
  width: 50px;
  height: 50px;
  border: 2px solid #24326c;
  border-radius: 50px;
  justify-content: center;
  margin-right: 20px;
}

.branchCol ul li .branchText,
.branchCol ul li .branchText a {
  width: calc(100% - 70px);
  height: 50px;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 18px;
  color: #525252;
}

.branchCol ul li .branchText a {
  width: 100%;
}

.branchCol ul li .branchText a:hover {
  text-decoration: underline;
}

.branchCol ul li span img {
  max-width: 22px;
}

h3.subTitle {
  color: #525252;
  font-size: 48px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}

.mapHolder {
  padding: 60px 0 0;
}

.formBlock {
  padding: 60px 0;
  background-color: #24326c;
}

.formBlock h3.subTitle {
  color: #ffffff;
}

.formHolder .formRow {
  width: 47%;
  float: left;
  margin-right: 6%;
  margin-bottom: 30px;
}

.formHolder .formRow:nth-child(2n) {
  margin-right: 0;
}

.formHolder .formRow .labelHolder {
  margin-bottom: 10px;
}

.formHolder .formRow .labelHolder label {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.formHolder .formRow .inputHolder,
.formHolder .formRow .textareaHolder {
  position: relative;
}

.formHolder .formRow .inputHolder input[type="text"],
.formHolder .formRow .inputHolder input[type="email"],
.formHolder .formRow .textareaHolder textarea,
.searchGreyBody .formHolder.black .formRow .inputHolder input[type="text"] {
  font-size: 20px;
  width: 100%;
  background-color: transparent;
  border: 0 none;
  padding: 8px 0;
  font-weight: 300;
  color: #ffffff;
  height: 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.formHolder .formRow .inputHolder input[type="text"]:focus,
.formHolder .formRow .inputHolder input[type="email"]:focus,
.formHolder .formRow .textareaHolder textarea:focus {
  border-bottom: 2px solid #ffffff;
}

.formHolder .formRow.fullWidth {
  width: 100%;
  float: none;
  margin-right: 0;
  min-height: 75px;
  margin-bottom: 40px;
}

.submitBtn {
  text-align: right;
}

.submitBtn input {
  padding: 15px 45px;
  background-color: #ffffff;
  border: 1px solid #fff;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
}

.submitBtn input:hover {
  background-color: transparent;
  color: #fff;
}

.formHolder .formRow .textareaHolder textarea {
  height: 80px;
}

.txt_telephone_1 {
  width: 25% !important;
  margin-right: 7%;
  float: left;
}

.txt_telephone_2 {
  width: 68% !important;
  float: left;
}

#mapid {
  height: 415px;
}

.error {
  position: absolute;
  content: "";
  right: 0;
  bottom: -20px;
  color: red;
  font-weight: 300;
}

.smallDesc {
  font-size: 36px;
  font-weight: 600;
  color: #525252;
  margin-bottom: 50px;
}

.smallSubDesc {
  font-size: 20px;
  font-weight: 600;
  color: #525252;
  margin-bottom: 50px;
}

.smallSubDesc a {
  margin-left: 10px;
}

.topBody {
  margin-bottom: 50px;
}

.iconsList li {
  float: left;
  width: 130px;
  margin-right: 78px;
}

.iconsList li:nth-child(6n) {
  margin-right: 0;
}

.iconImg {
  width: 130px;
  border-radius: 50%;
  background-color: #24326c;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.iconImg img {
  max-width: 60px;
}

.iconTitle {
  display: block;
  color: #525252;
  text-align: center;
  font-size: 24px;
}

.purpleSection {
  background-color: #24326c;
  padding: 40px;
}

.keywordSubmit {
  background-color: transparent !important;
  background-image: url(assets/images/search.svg);
  cursor: pointer;
  display: block;
  position: absolute;
  width: 18px !important;
  text-align: center;
  top: 23px;
  bottom: 0;
  right: 10px;
  border: 0 none !important;
  border-radius: 60px;
  height: 23px !important;
  background-repeat: no-repeat;
  padding: 0 !important;
}

.purpleSection .formHolder .formRow:nth-child(2n) {
  margin-right: 0;
}

.selectHolder {
  margin: 0 auto;
  border-radius: 0;
  position: relative;
  color: #fff;
  background-image: url(assets/images/dropdown-arrow.svg);
  background-size: 18px 15px;
  background-repeat: no-repeat;
  background-position: right 12px;
}

select {
  width: 100%;
  padding: 5px 0 10px 0;
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  margin-bottom: 0;
  position: relative;
  font-size: 20px;
  background-color: transparent;
  color: #ffffff;
  font-weight: 300;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  height: 40px;
}

.purpleSection .formHolder .formRow.fullWidth {
  min-height: inherit;
}

.searchBody {
  padding: 50px 0;
  background-color: #dee2e7;
}

.searchBody h4 {
  font-size: 36px;
  color: #525252;
  display: block;
  margin-bottom: 40px;
  font-weight: 600;
}

.resultItem {
  float: left;
  width: 32%;
  margin-right: 2%;
  padding-bottom: 30px;
  padding: 20px;
  margin-bottom: 30px;
  background-color: #fff;
  min-height: 300px;
}

.resultItem:nth-child(3n) {
  margin-right: 0;
}

.resultTitle {
  display: block;
  margin-bottom: 20px;
  font-size: 22px;
  color: #404040;
  font-weight: 600;
}

.resultText li,
.resultText li a {
  display: block;
  font-size: 16px;
  color: #343434;
  font-weight: 300;
}

.resultText li {
  margin-bottom: 8px;
}

.resultText li:last-child {
  margin-bottom: 0;
}

.resultText li a {
  display: inline-block;
}

.resultText li span {
  font-weight: bold;
  display: inline-block;
  width: 15px;
  margin-right: 10px;
  vertical-align: middle;
}

.resultText li a:hover {
  text-decoration: underline;
}

.resultText {
  display: block;
  margin-bottom: 25px;
}

ul.resultText {
  margin-bottom: 0;
}

.listLinks a {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin-right: 30px;
  font-size: 14px;
  color: #24326c;
}

.listLinks a:after {
  position: absolute;
  content: "";
  background-image: url(assets/images/purple-arrow.png);
  width: 10px;
  height: 7px;
  background-repeat: no-repeat;
  left: 0;
  top: 7px;
  background-size: 100%;
}

.listLinks a:hover:after {
  left: 4px;
  transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -webkit-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
}

.servicesHolder {
  padding: 20px 60px;
}

.claimsServSafeArea ul li:nth-child(2n + 1) .servicesHolder {
  padding-right: calc((1500px - 1170px) / 2);
}

.claimsServSafeArea ul li:nth-child(2n) .servicesHolder {
  padding-left: calc((1500px - 1170px) / 2);
}

.partnersList .claimsServSafeArea ul li:nth-child(2n + 1) .servicesHolder {
  padding-left: calc((1500px - 1170px) / 2);
  padding-right: 60px;
}

.claimsServSafeArea {
  max-width: 1500px;
  margin: 0 auto;
}

.servicesImg {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  box-sizing: border-box;
}

.servicesInfo {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  box-sizing: border-box;
}

.servicesList li {
  display: block;
  margin-bottom: 40px;
  font-size: 0;
}

.servicesList li:last-child {
  margin-bottom: 0;
}

.servicesHolder h3,
.careersInfo h3 {
  margin-bottom: 15px;
  font-size: 32px;
}

.serviceDesc {
  color: #525252;
  font-size: 21px;
  font-weight: 300;
}

.claimImg {
  width: 100px;
  height: 100px;
  /*background-color: #407d71;*/
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.claimImg img {
  max-width: inherit;
}

.claimTitle {
  text-align: center;
  font-size: 36px;
  color: #525252;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  padding: 0 55px;
}

.claimDesc {
  text-align: center;
  font-size: 24px;
  color: #656565;
  font-weight: 300;
  display: block;
  margin-bottom: 20px;
}

.greenBtn {
  display: block;
  text-align: center;
}

.greenBtn a {
  display: inline-block;
  padding: 10px 42px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  background-color: #407d71;
  border: 1px solid #407d71;
  text-transform: uppercase;
}

.greenBtn a:hover {
  background-color: transparent;
  color: #407d71;
}

.claimsList ul li {
  float: left;
  width: 43%;
  margin-right: 14%;
  margin-bottom: 70px;
}

.claimsList ul li:nth-child(2n) {
  margin-right: 0;
}

.claimsList ul li:last-child,
.claimsList ul li:nth-last-child(2) {
  margin-bottom: 0;
}

h3 {
  font-size: 48px;
  color: #525252;
  display: block;
  margin-bottom: 40px;
  font-weight: 600;
}

footer {
  background-color: #222f34;
  padding: 40px 0;
  z-index: 999;
  position: relative;
}

.mobileBanner,
.mobileAppImg,
.mediaEl .elImg img,
.benefitsList ul li .benefitImg img {
  transition: all linear 400ms;
  -moz-transition: all linear 400ms;
  -webkit-transition: all linear 400ms;
  -ms-transition: all linear 400ms;
}

.languageLinks ul li a,
.rightLinks ul li a,
.sliderBtn a,
.swiper-pagination-bullet:after,
.moreLink a,
.storesLinks ul li a,
.blockMore a,
.subMenuLinks ul li a,
a,
input[type="submit"] {
  transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
}

/*************************************************NEWS DETAILS**************************************************/
.backLink {
  margin: 40px 0;
}

.backLink a {
  position: relative;
  color: #24326c;
  font-size: 16px;
  padding-left: 25px;
}

.backLink a:before {
  position: absolute;
  content: "";
  background-image: url(assets/images/back.png);
  width: 15px;
  height: 10px;
  left: 0;
  top: 5px;
  transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
}

.backLink a:hover:before {
  left: 3px;
}

.newsTextHolder {
  padding: 50px 0 0;
}

.newsDesc {
  font-size: 36px;
  color: #525252;
  font-weight: 600;
  margin-bottom: 30px;
}

.rightCol {
  float: right;
  width: 50%;
  margin-left: 5%;
  margin-bottom: 35px;
}

.bodyText {
  font-weight: 300;
  font-size: 24px;
  color: #525252;
}

.newsRightCol {
  padding: 50px 0;
  border-top: 5px solid #24326c;
  border-bottom: 5px solid #24326c;
}

.newsIcon {
  max-width: 150px;
  margin: 0 auto 20px;
}

.newsIconTitle {
  color: #525252;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
}

.quoteLine {
  padding: 50px 0;
  max-width: 990px;
  margin: 0 auto;
  color: #525252;
  font-size: 40px;
  font-weight: 300;
  position: relative;
}

.quoteLine span {
  display: inline-block;
  background-image: url(assets/images/quotesdark.svg);
  width: 29px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.firstQuote {
  margin-right: 20px;
}

.lastQuote {
  margin-left: 20px;
}

.newsContainer {
  border-bottom: 1px solid #dadada;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.previousBtn {
  float: left;
}

.nextBtn {
  float: right;
}

.previousBtn a,
.nextBtn a {
  display: inline-block;
  padding: 20px 42px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  background-color: #24326c;
  border: 1px solid #24326c;
  text-transform: uppercase;
}

.previousBtn a:hover,
.nextBtn a:hover {
  background-color: transparent;
  color: #24326c;
}

.shareList {
  float: none;
  position: absolute;
  left: calc(50% - 71.5px);
  height: 62px;
  display: flex;
  align-items: center;
}

.shareList ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.shareList ul li a {
  display: block;
  width: 42px;
  height: 40px;
}

.shareList ul li a:hover {
  opacity: 0.7;
}

.interestedBlock ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  position: relative;
}

.interestedBlock ul li:nth-child(3n) {
  margin-right: 0;
}

.interestedBlock ul li a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 3;
}

.moreListInfo {
  background-color: #fff;
  padding: 20px 0;
  min-height: 125px;
}

.mediaDate {
  font-size: 16px;
  color: #525252;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.mediaTitle {
  font-size: 24px;
  color: #525252;
  display: block;
  font-weight: 600;
}

.newsListingBlock .mediaTitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.nextPrevious {
  position: relative;
  margin-bottom: 90px;
}

.shareList ul li.last {
  margin-right: 0;
}

.imgHolder img {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  object-fit: cover;
  display: block;
  width: 100%;
}

.imgHolder {
  overflow: hidden;
}

.interestedBlock ul li:hover .imgHolder img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.interestedBlock ul li:hover .mediaTitle {
  color: #24326c;
}

/************************************************************************************************************************************/
.subPageBanner {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
  margin-top: 84px;
}

.subPageBanner:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.breadCrumbs {
  margin-bottom: 10px;
}

.breadCrumbs ul li {
  display: inline-block;
}

.breadCrumbs ul li a,
.breadCrumbs ul li strong {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  position: relative;
  margin-right: 10px;
}

.breadCrumbs ul li.active a,
.breadCrumbs ul li strong.breadcrumb_last {
  font-weight: bold;
}

.breadcrumb_last {
  color: #fff;
}

.breadCrumbs ul li a:after {
  position: absolute;
  content: "";
  background-color: #fff;
  bottom: 4px;
  right: -7px;
  height: 2px;
  width: 2px;
  border-radius: 50%;
}

.breadCrumbs ul li.active a:after {
  display: none;
}

.breadCrumbs ul li.active a,
.breadCrumbs ul li a:hover,
.breadCrumbs ul li strong.breadcrumb_last {
  text-decoration: underline;
}

.pageInfo h1 {
  color: #fff;
  font-size: 88px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 88px;
}

.pageDesc {
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  max-width: 80%;
}

.subMenuLinks {
  display: block;
  margin-top: 30px;
  font-size: 0;
}

.subMenuLinks ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.subMenuLinks ul li a {
  display: block;
  padding: 10px 25px;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.subMenuLinks ul li a:hover,
.subMenuLinks ul li.active a {
  background-color: #fff;
  color: #292929;
}

/*********************************************************************************************************************************/
.valuesBlock {
  padding: 50px 0 20px;
  background-color: #24326c;
}

.valuesBlock h3 {
  color: #fff;
}

.valuesList > ul > li {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}

.valuesList > ul > li:nth-child(2n) {
  margin-right: 0;
}

.valueTitle {
  color: #fff;
  font-weight: 600;
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}

.valueTitle span {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  margin-right: 5px;
}

.valueInfo {
  display: block;
}

.valueInfo span {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}

.valueInfo ul li {
  color: #fff;
  padding-left: 15px;
  position: relative;
  font-size: 18px;
  font-weight: 300;
  display: block;
  margin-bottom: 5px;
}

.valueInfo ul li:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  left: 0;
  top: 11px;
}

.historyBlock #slider .flex-direction-nav {
  display: none;
}

#slider .mediaEl .elImg,
.workPlaceHolder .mediaEl .elImg {
  width: 48%;
}

#slider .mediaEl,
.workPlaceHolder .mediaEl {
  background-color: #24326c;
}

#slider .mediaEl .elDesc {
  padding: 0 70px;
}

#slider {
  margin-bottom: 0;
}

.historyBlock {
  padding: 40px 0 0;
}

#carousel ul li span {
  cursor: pointer;
  color: #525252;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  font-size: 24px;
}

#carousel ul li.flex-active-slide span {
  color: #24326c;
  font-weight: 600;
}

#carousel ul li span:after {
  width: 0;
  height: 6px;
  background-color: #24326c;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  transform: 0.7s cubic-bezier(0.86, 0, 0.07, 1), visibility 0s linear 0s;
  -moz-transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1), visibility 0s linear 0s;
  -webkit-transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1),
    visibility 0s linear 0s;
  -ms-transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1), visibility 0s linear 0s;
}

#carousel ul li:hover span:after,
#carousel ul li.flex-active-slide span:after {
  width: 100%;
}

.historyDate {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}

#carousel {
  margin-bottom: 40px;
  padding: 0 70px;
}

.tabsLinks a {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 0;
  color: #ababab;
  font-size: 30px;
  text-decoration: none;
  font-weight: normal;
  position: relative;
  margin-right: 35px;
}

.tab {
  display: none;
}

.tabsLinks a:hover {
  color: #24326c;
}

.tabsLinks a.active {
  color: #24326c;
  font-weight: 600;
}

.tabsLinks a.active:before {
  position: absolute;
  content: "";
  top: -2px;
  height: 4px;
  width: 100%;
  left: 0;
  background-color: #24326c;
}

.tabsLinks {
  margin-bottom: 30px;
}

/*.tabsLinks a {
                    display: inline-block;
                    text-transform: uppercase;
                    padding: 10px 0;
                    color: #323232;
                    font-size: 18px;
                    text-decoration: none;
                    font-weight: 600;
                    position: relative;
                    margin-right: 20px;
                }
                
                .tab {
                    display: none;
                }
                
                .tabsLinks a:hover {
                    color: #24326c;
                }
                
                .tabsLinks a.active {
                    color: #24326c;
                }
                
                .tabsLinks a.active:before {
                    position: absolute;
                    content: '';
                    top: -5px;
                    height: 2px;
                    width: 100%;
                    left: 0;
                    background-color: #24326c;
                }
                
                .tabsLinks {
                    margin-bottom: 30px;
                }
                */

.managementImg {
  float: left;
  width: 37%;
  margin-right: 3%;
}

.managementList ul li {
  margin-bottom: 50px;
}

.managementList ul li:last-child {
  margin-bottom: 0;
}

.managementInfo {
  float: left;
  width: 60%;
  position: relative;
}

.managementInfo h4 {
  display: block;
  font-size: 36px;
  color: #232323;
  margin-bottom: 0;
  font-weight: 600;
}

.managementInfo .socialIcon {
  position: absolute;
  content: "";
}

.managementInfo h5 {
  font-size: 22px;
  display: block;
  margin-bottom: 20px;
  color: #525252;
  font-weight: 300;
}

.managerText {
  font-size: 18px;
  font-weight: 300;
  color: #525252;
  line-height: 25px;
  margin-bottom: 30px;
}

.managerMail {
  color: #b82142;
  font-size: 18px;
  padding-left: 30px;
  position: relative;
}

.managerMail:hover {
  text-decoration: underline;
}

.managerMail:before {
  position: absolute;
  content: "";
  left: 0;
  background-image: url(assets/images/managermail.svg);
  width: 20px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 4px;
}

.fullImgBlock {
  position: relative;
  margin-bottom: 50px;
}

.backgroundBlock {
  background-position: center center;
  background-size: cover;
  margin-right: calc((100vw - 1170px) / 2);
  height: 80vh;
}

.redBlock {
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
  width: calc((100vw - 1170px) / 2 + 500px);
  padding: 0 30px;
  padding-right: calc((100vw - 1170px) / 2);
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  background-color: #24326c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.workPlaceHolder {
  padding: 0 0 50px 0;
}

.iconTextHolder {
  padding: 0;
  text-align: center;
}

.iconTextHolder .iconHolder {
  margin: 0 auto 40px;
  display: block;
  width: 150px;
}

.textHolder {
  margin: 0 auto;
  max-width: 585px;
  font-size: 24px;
  color: #525252;
}

.topBody .smallDesc {
  margin-bottom: 30px;
}

.servicesList {
  padding: 0 0 50px 0;
}

.redForm {
  background-color: #24326c;
}

.stackedInput,
ul.stackedInput li {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}

.stackedInput label {
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  margin-left: 8px;
  cursor: pointer;
  color: #fff;
  margin-top: 22px;
  display: block;
}

input[type="radio"]:not(old) + label::before {
  border-radius: 50% !important;
  display: block;
  width: 15px !important;
  height: 15px !important;
  float: left;
  content: "";
  border: 1px solid #bdbdbd;
  margin-right: 10px;
}

input[type="radio"]:not(old):checked + label::before {
  background: #fff;
}

input[type="radio"] {
  display: none;
}

.redForm .error,
.greenForm .error {
  color: #fff;
}

.newsDetailsCarousel .swiper-button-prev::after,
.newsDetailsCarousel .swiper-button-next::after {
  content: "";
}

.newsDetailsCarousel .swiper-pagination-bullet {
  margin-right: 20px;
  width: 6px;
  height: 6px;
}

.newsDetailsCarousel .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  border: 1px solid #a5a5a5;
}

.newsDetailsCarousel .swiper-pagination-bullet-active {
  background: #414141;
  border-color: #414141;
}

.mediaEl .elDesc {
  padding: 40px;
}

.newsDetailsCarousel,
.clientsHolder {
  margin-bottom: 50px;
}

.newsListingBlock.interestedBlock ul li {
  margin-bottom: 30px;
}

.newsDetailsCarousel .mediaDate {
  color: #fff;
}

.newsDetailsCarousel .mediaTitle {
  font-size: 36px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 20px;
}

.mediaDesc {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 27px;
}

.newsListHolder .blockMore a {
  background-color: #24326c;
  border-color: #24326c;
}

.newsListHolder .blockMore a:hover {
  background-color: transparent;
  color: #24326c;
}

.highlightedBlock,
.halfBlocks,
.whatWeDo,
.storiesBlock {
  font-size: 0;
  margin-bottom: 60px;
}

.highlightInfo {
  display: inline-block;
  width: 70%;
  padding: 30px;
  box-sizing: border-box;
}

.highlightContainer {
  position: relative;
  box-sizing: border-box;
  background-color: #dee2e7;
}

.highlightImg {
  display: inline-block;
  width: 30%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.highlightImg img {
  height: 100%;
  object-fit: cover;
}

.ceoTitle {
  color: #525252;
  font-size: 32px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  line-height: 34px;
}

.ceoDesc {
  color: #525252;
  font-size: 18px;
  font-weight: 300;
  display: block;
  margin-bottom: 30px;
  line-height: 22px;
}

.ceoName {
  color: #232323;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.ceoPos {
  color: #525252;
  font-size: 15px;
  font-weight: 300;
  display: block;
}

.leftBlock {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.rightBlock {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.careersInfo {
  padding-right: 100px;
}

.lightGreenBtn {
  display: block;
  margin-top: 20px;
}

.lightGreenBtn a {
  display: inline-block;
  background-color: #24326c;
  border: 1px solid #24326c;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 20px;
  text-transform: uppercase;
}

.lightGreenBtn a:hover {
  color: #24326c;
  background-color: #fff;
}

.videoHolder {
  position: relative;
  display: block;
  overflow: hidden;
}

.videoHolder:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.videoHolder:after {
  position: absolute;
  content: "";
  background-image: url(assets/images/play.png);
  width: 83px;
  height: 83px;
  left: calc(50% - 42px);
  top: calc(50% - 42px);
  z-index: 4;
}

.videoHolder img {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  object-fit: cover;
  display: block;
  width: 100%;
}

.videoHolder:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.videoHolder a {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.whatWeDo .valuesList > ul > li {
  text-align: center;
  margin-bottom: 30px;
}

.valueBlock {
  padding: 0 50px;
}

.whatWeDo .valueTitle span {
  width: inherit;
  height: 80px;
}

.whatWeDo .valueTitle span img {
  width: auto;
  height: 100%;
  display: block;
}

.valueDesc {
  font-size: 24px;
  font-weight: 300;
}

.whyJoinBlock {
  background-color: #24326c;
  padding: 50px 0;
}

.whyJoinBlock h3 {
  color: #fff;
}

.whyJoinCarousel .mediaEl {
  background-color: #fff;
}

.whyJoinCarousel .mediaEl .elImg,
.whyJoinCarousel .mediaEl .elDesc {
  display: block;
  width: 100%;
}

.whyJoinCarousel .mediaEl .elImg {
  padding: 0;
}

.whyJoinCarousel .mediaEl h4 a,
.whyJoinCarousel .mediaEl .summarytText {
  color: #525252;
}

.whyJoinCarousel .mediaEl:hover h4 a {
  color: #24326c;
}

.whyJoinCarousel .mediaEl::after {
  display: none;
}

.whyJoinCarousel .mediaArrow .swiper-button-prev {
  background-image: url(assets/images/white-arrow-left.svg);
}

.whyJoinCarousel .mediaArrow .swiper-button-next {
  background-image: url(assets/images/white-arrow-right.svg);
}

.whyJoinCarousel .mediaArrow .swiper-pagination {
  color: #fff;
}

.storiesBlock {
  padding: 50px 0;
}

.testimonialsSectionCarousel .mediaEl {
  background-color: #24326c;
}

.testimonialsSectionCarousel .mediaEl .elDesc {
  padding: 75px;
}

.vacanciesBlock {
  padding: 50px 0;
  background-color: #dee2e7;
}

.vacanciesList ul li {
  float: left;
  width: 30%;
  margin-right: 3%;
  padding-bottom: 0;
  margin-bottom: 30px;
  background-color: #fff;
}

.vacancyInfo {
  padding: 30px 20px;
  position: relative;
  height: 100%;
}

.vacanciesList li .listLinks {
  position: relative;
  bottom: 20px;
  left: 0;
  right: inherit;
  margin-bottom: 20px;
}

.vacanciesList ul li .listLinks a {
  color: #24326c;
  font-weight: 400;
  padding-left: 22px;
  margin-right: 25px;
}

.vacanciesList ul li .listLinks a:last-child {
  margin-right: 0;
}

.vacanciesList ul li .listLinks a:after {
  background-image: url(assets/images/green-arrow.png);
}

.vacancyTitle {
  font-size: 26px;
  font-weight: 600;
  color: #525252;
  display: block;
  margin-bottom: 10px;
}

.vacancyCountry {
  display: block;
  font-size: 18px;
  color: #737373;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 10px;
}

.vacancyDesc {
  color: #343434;
  font-weight: 300;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 30px;
}

.vacanciesList .lightGreenBtn,
.vacanciesTextList .lightGreenBtn {
  text-align: center;
}

.bodySections.noPad {
  padding-top: 0;
}

.topBody.greenBg {
  padding: 60px 0;
  background-color: #24326c;
  margin-bottom: 0;
}

.topBody.greenBg h2.sectionTitle {
  color: #fff;
  margin-bottom: 30px;
}

.vacanciesBlock.noColor {
  background-color: #fff;
  padding: 50px 0;
}

.whiteSmallDesc {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  display: block;
  margin-bottom: 30px;
}

.topBody .formHolder .formRow {
  float: none;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 10px;
}

.topBody .submitBtn {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}

.vacanciesBlock.noColor .vacanciesList ul li .vacancyInfo {
  padding: 30px 0 20px;
}

.alignedTitles .addressTitle,
.alignedTitles .depTitle {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  font-weight: 300;
  font-size: 18px;
}

.alignedTitles .addressTitle {
  margin-right: 50px;
}

.alignedTitles .addressTitle span {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  margin-right: 10px;
}

.alignedTitles .depTitle span {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  margin-right: 10px;
}

.listTitile {
  font-size: 40px;
  color: #525252;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

ul.bulletsList li {
  display: block;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  color: #525252;
  width: auto;
  font-size: 18px;
  font-weight: 300;
}

ul.bulletsList li:before {
  content: "";
  position: absolute;
  background-image: url(assets/images/tick.png);
  width: 15px;
  height: 15px;
  background-size: 100%;
  left: 0;
  top: 4px;
}

.vacanciesTextList {
  padding: 50px 0;
}

.vacanciesTextList .lightGreenBtn {
  margin-top: 50px;
}

.vacanciesTextList .branchCol {
  width: 45%;
  margin-right: 10%;
}

.vacanciesTextList .branchCol.noMarg {
  margin-right: 0;
}

.applicationTop .backLink a {
  color: #24326c;
}

.smallappDesc {
  color: #525252;
  font-weight: 600;
  font-size: 30px;
}

.smallappDesc span {
  color: #24326c;
  font-weight: bold;
}

.applicationTop .backLink a:before {
  background-image: url(assets/images/green-arrow.png);
  transform: rotate(180deg);
  width: 16px;
  height: 10px;
  background-repeat: no-repeat;
}

.greenForm {
  background-color: #24326c;
}

.fileUpload {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  border-bottom: 2px solid #fff;
}

.fileUpload::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(assets/images/search.svg);
  z-index: 1;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.fileUpload input {
  font-size: 15px;
  /* position: absolute; */
  /* top: 0; */
  /* right: 0; */
  opacity: 1;
  cursor: pointer;
  z-index: 99;
  /* left: 0; */
  width: 100%;
  height: 90%;
  padding: 0 10px;
}

.uploadValue {
  display: block;
  left: 15px;
  opacity: 1;
  position: absolute;
  z-index: 50;
  color: #fff;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}

.noMargBot {
  margin-bottom: 0;
}

.redBtn {
  display: block;
  margin-top: 30px;
}

.redBtn a {
  display: inline-block;
  background-color: #24326c;
  border: 1px solid #24326c;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 20px;
  text-transform: uppercase;
}

.redBtn a:hover {
  color: #24326c;
  background-color: #fff;
}

.testimonialsSectionCarousel.newsDetailsCarousel .mediaEl {
  background-color: #24326c;
}

select option {
  color: #525252;
}

.topBody.greenBg .formHolder .formRow .labelHolder label {
  font-weight: 300;
}

/***************************************************************MENUCOLORS****************************************************/
ul li.redLink a span::after {
  background-color: #24326c;
}

ul li.redLink:hover a,
ul li.redLink.active a {
  color: #24326c;
}

ul li.purpleLink a span::after {
  background-color: #24326c;
}

ul li.purpleLink:hover a,
ul li.purpleLink.active a {
  color: #24326c;
}

ul li.darkGreenLink a span::after {
  background-color: #24326c;
}

ul li.darkGreenLink:hover a,
ul li.darkGreenLink.active a {
  color: #24326c;
}

ul li.orangeLink a span::after {
  background-color: #24326c;
}

ul li.orangeLink:hover a,
ul li.orangeLink.active a {
  color: #24326c;
}

.mainMenu ul li.blueLink a span::after {
  background-color: #24326c;
}

.mainMenu ul li.blueLink:hover a,
.mainMenu ul li.blueLink.active a {
  color: #24326c;
}

.lightGreen.active a,
.lightGreen a:hover {
  color: #24326c;
}

.darkBlueLink.active a,
.darkBlueLink a:hover {
  color: #24326c;
}

.mobileMenuToggler {
  display: none;
}

/**************************************************************************************************************************************/
.benefitsList {
  overflow: hidden;
  width: 100%;
  min-height: inherit;
}

.benefitsList .slick-slide {
  transition: ease-in-out all 0.15s ease;
  transform: scale(1, 1);
  position: relative;
  min-height: 570px;
}

.benefitsList .slick-current {
  transform: scale(1.25, 1.25);
  transition: ease-in-out all 0.15s ease;
  z-index: 2;
  overflow: hidden;
  border-radius: 0;
}

.slick-current .benefitInfo {
  background-color: #28528d;
}

.benefitInfo .summarytText {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.breadCrumbs ul li.active a {
  cursor: default;
}

/* Cookies */

body.addCookie {
  position: relative;
  overflow-y: hidden;
}

body.addCookie:after {
  position: fixed;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

body.addCookie {
  position: relative;
}

body.addCookie::after {
  position: fixed;
  content: "";
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
}

.cookieHolder {
  background-color: #e6f4f6;
  position: fixed;
  bottom: inherit;
  left: 50%;
  right: inherit;
  transition: all linear 1000ms;
  -moz-transition: all linear 1000ms;
  -webkit-transition: all linear 1000ms;
  -ms-transition: all linear 1000ms;
  top: 50%;
  width: 500px;
  padding: 30px 20px;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 99999;
  visibility: hidden;
}

.addCookie .cookieHolder {
  opacity: 1;
  visibility: visible;
}

a.blueBtn,
input.blueBtn {
  position: relative;
  content: "";
  right: inherit;
  top: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  background-color: #007ab3;
  padding: 10px;
  border: 1px solid #007ab3;
  display: block;
  margin: 0 auto;
  width: 120px;
  text-align: center;
  cursor: pointer;
}

a.blueBtn:hover,
input.blueBtn:hover {
  color: #007ab3;
  background-color: transparent;
}

/* .cookieHolder {
                    background-color: #e6f4f6;
                    padding: 15px 0;
                    position: fixed;
                    bottom: -400px;
                    left: 0;
                    right: 0;
                    transition: all linear 1000ms;
                    -moz-transition: all linear 1000ms;
                    -webkit-transition: all linear 1000ms;
                    -ms-transition: all linear 1000ms;
                    z-index: 999;
                }
                
                .addCookie .cookieHolder {
                    bottom: 0;
                } */

.cookieTitle {
  color: #525252;
  font-weight: 600;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

.regularText {
  font-size: 15px;
  color: #505050;
  font-weight: 400;
  margin-bottom: 30px;
}

.regularText a {
  color: #007ab3;
  font-size: 15px;
  text-decoration: underline;
}

.regularText a:hover {
  text-decoration: none;
}

.socialIcon {
  position: absolute;
  top: 10px;
  right: 5px;
  content: "";
  width: 20px;
  height: 20px;
  opacity: 1;
}

.socialIcon:hover {
  opacity: 0.7;
}

.vacancyInfo .socialIcon {
  top: 20px;
  right: 20px;
}

.loadMore {
  text-align: center;
  display: block;
}

.loadMore a,
.smallSubDesc a {
  display: inline-block;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.loadMore a:hover,
.smallSubDesc a:hover {
  background-color: transparent;
  color: #fff;
}

.formHolder.black .formRow .inputHolder input[type="text"] {
  border-bottom: 1px solid #707070;
  color: #707070;
}

.black .keywordSubmit {
  background-image: url(assets/images/search-black.svg);
  width: 21px !important;
  height: 26px !important;
  top: 10px;
}

.searchBody .loadMore a,
.smallSubDesc a {
  background-color: #24326c;
  border: 1px solid #24326c;
  color: #fff;
}

.searchBody .loadMore a:hover,
.searchBody .loadMore a:active,
.searchBody .loadMore a:focus,
.smallSubDesc a:hover,
.smallSubDesc a:active,
.smallSubDesc a:focus {
  color: #24326c;
  background-color: transparent;
}

.termsRow {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d7d7d7;
}

.termsTitle {
  font-size: 38px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  color: #525252;
}

.termsRow .managerText {
  margin-bottom: 0;
}

.termsRow:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

/************************************************************************************************************************************/
* {
  box-sizing: border-box;
}

/* ---- button ---- */
.button {
  display: inline-block;
  padding: 10px;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  margin-right: 20px;
  font-size: 16px;
}

.button:hover,
.button:active,
.button.is-checked {
  background-color: #fff;
  color: #000;
}

.button-group {
  font-size: 0;
}

/* ---- FlexSlider / Slick / Swiper ---- */
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "" !important;
}

.flex-direction-nav .flex-disabled {
  opacity: 0.2 !important;
  filter: alpha(opacity=0.2);
  cursor: default;
  z-index: 0;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover,
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next {
  right: 0 !important;
}

.flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0 !important;
}

.flex-direction-nav a {
  font-size: 0 !important;
  width: 29px !important;
  height: 15px !important;
  margin: 0 0 0 !important;
  top: 20% !important;
  opacity: 1;
}

.flex-direction-nav a.flex-next:before {
  content: "" !important;
}

.flex-direction-nav a.flex-prev:before {
  transform: rotate(180deg) !important;
}

.flex-direction-nav a::before,
.slick-next:before,
.slick-prev:before {
  font-size: 0 !important;
  display: inline-block !important;
  content: "" !important;
  color: rgba(0, 0, 0, 0.8) !important;
  text-shadow: none !important;
  background-image: url(assets/images/arrow-countries.png);
  width: 29px !important;
  height: 15px !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}

.flex-direction-nav a::before,
.slick-next:before,
.slick-prev:before {
  font-size: 0 !important;
  display: inline-block !important;
  content: "" !important;
  color: rgba(0, 0, 0, 0.8) !important;
  text-shadow: none !important;
  background-image: url(assets/images/arrow-countries.png) !important;
  width: 29px !important;
  height: 15px !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}

.slick-prev,
.slick-next {
  top: 52% !important;
  position: absolute;
}

.slick-next:before,
.slick-prev:before {
  background-image: url(assets/images/white-arrow-right.svg) !important;
  width: 20px !important;
  height: 15px !important;
}

.slick-next {
  right: 25px;
}

.slick-prev {
  left: 25px;
  transform: rotate(180deg);
  z-index: 999;
  margin-top: -9px;
}

.benefitsList .minItems .slick-slide {
  transform: scale(1.25, 1.25);
  z-index: 2;
}

.benefitsList .minItems .slick-current,
.benefitsList .minItems .slick-slide.slick-center {
  transform: scale(1, 1);
  z-index: 1;
}

ul.inlineItems {
  text-align: center;
}

.inlineItems li.benefitItem {
  display: inline-block;
  width: 32.4%;
  margin-right: 1%;
  text-align: left;
  vertical-align: middle;
}

.inlineItems li.benefitItem:last-child {
  margin-right: 0;
}

.inlineItems .benefitInfo h4 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 64px;
}

.inlineItems li.benefitItem:hover .benefitInfo h4 a {
  opacity: 0.6;
}

.subPageBanner::after,
.iconsList {
  display: none;
}

.formHolder.black {
  background-color: #24326c;
  padding: 40px 0;
}

.formHolder.black .formRow.fullWidth {
  margin-bottom: 0;
  min-height: inherit;
}

.black .keywordSubmit {
  background-image: url(assets/images/search-black.svg);
  width: 21px !important;
  height: 28px !important;
  top: 50%;
  background-size: 100% 100%;
  right: 30px;
}

.formHolder.black .formRow .inputHolder input[type="text"] {
  border-bottom: none;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #fff !important;
}

span.wpcf7-not-valid-tip {
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin-top: 3px;
}

.historyBlock #carousel .slides > li {
  text-align: center;
}

.partnersList {
  margin-top: 50px;
}

.smLinks ul li a {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.smLinks ul li.fbIcon a {
  background-image: url(assets/images/fb-icon.svg);
}

.smLinks ul li.fbIcon a:hover {
  background-image: url(assets/images/white-fb-icon.svg);
}

.smLinks ul li.twitterIcon a {
  background-image: url(assets/images/twitter-icon.svg);
}

.smLinks ul li.twitterIcon a:hover {
  background-image: url(assets/images/white-twitter-icon.svg);
}

.smLinks ul li.youtubeIcon a {
  background-image: url(assets/images/youtube-icon.svg);
}

.smLinks ul li.youtubeIcon a:hover {
  background-image: url(assets/images/white-youtube-icon.svg);
}

.smLinks ul li.linkedinIcon a {
  background-image: url(assets/images/ln-icon.svg);
}

.smLinks ul li.linkedinIcon a:hover {
  background-image: url(assets/images/white-ln-icon.svg);
}

.smLinks ul li.instaIcon a {
  background-image: url(assets/images/insta-icon.svg);
}

.smLinks ul li.instaIcon a:hover {
  background-image: url(assets/images/white-insta-icon.svg);
}

/****************************************************************************************************************************************/
.searchGreyBody {
  background-color: #dee2e7;
  padding: 60px 0;
  position: relative;
  z-index: 3;
}

.subDesc {
  font-size: 26px;
  color: #525252;
  margin-bottom: 30px;
}

.searchGreyBody h3 {
  margin-bottom: 20px;
}

.formHolder.black .formRow .inputHolder input[type="text"] {
  border-bottom: none;
  color: #707070 !important;
  padding: 40px;
  background-color: #fff;
  border: 1px solid #cacaca;
  font-size: 30px;
  width: 100%;
  height: auto;
}

.keywordSubmit {
  width: 46px !important;
  top: 50%;
  height: 33px !important;
  transform: translateY(-50%);
}

.exploreHolder input[type="checkbox"]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
}

.exploreHolder input[type="checkbox"]:not(old) + label {
  display: inline-block;
  margin-left: 0;
  line-height: 1.5em;
}

.exploreHolder input[type="checkbox"]:not(old) + label .checkboxHolder {
  border: 1px solid #24326c;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.exploreHolder input[type="checkbox"]:not(old) + label .checkboxHolder:before {
  display: inline-block;
  width: 10px;
  height: 9px;
  margin: 2px;
  background: #fff;
  vertical-align: bottom;
  float: left;
  content: "";
}

.exploreHolder
  input[type="checkbox"]:not(old):checked
  + label
  .checkboxHolder:before {
  background: #24326c;
  width: 9px;
  height: 9px;
}

.countriesHolder .stackedInput {
  position: relative;
  content: "";
  top: 98%;
  left: 0;
  right: 0;
  width: 100%;
  border: 1px solid #24326c;
  border-top: none;
  z-index: 2;
  background-color: #fff;
  padding: 0 20px;
  font-size: 0;
  padding-top: 15px;
  padding-bottom: 30px;
}

ul.stackedInput {
  font-size: 0;
}

.countriesHolder ul.stackedInput {
  display: none;
}

.countriesHolder ul.stackedInput li {
  display: inline-block;
  width: 50%;
  margin-right: 0;
}

.exploreHolder > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  margin-right: 50px;
}

.countriesHolder {
  display: inline-block;
  width: 60%;
  margin-right: 15px;
  position: relative;
}

.countriesHolder > span {
  cursor: pointer;
  position: relative;
  display: block;
  vertical-align: middle;
  padding: 10px 15px;
  border: 1px solid #24326c;
  background-color: #fff;
  font-size: 22px;
  color: #515151;
}

.countriesHolder > span:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-image: url(assets/images/arrow-down.svg);
  width: 19px;
  height: 10px;
  right: 10px;
  transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
}

.countriesHolder > span.active:after {
  transform: rotate(180deg);
}

.stackedInput label {
  font-size: 22px;
  font-family: "Allianz Neo";
  font-weight: normal;
  margin-left: 8px;
  cursor: pointer;
  color: #515151;
  margin-top: 0;
  display: block;
}

.stackedInput label span.icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: red;
  margin-right: 5px;
}

.exploreHolder {
  margin-bottom: 50px;
  font-size: 0;
}

.exploreHolder input[type="submit"] {
  background-color: #24326c;
  border: 1px solid #24326c;
  color: #fff;
  display: inline-block;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  width: 12%;
  cursor: pointer;
}

.exploreHolder input[type="submit"]:hover {
  color: #24326c;
  background-color: transparent;
}

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

.formHolder.noMarg .formRow.fullWidth {
  margin-bottom: 0;
}

.filterList.blockList ul.stackedInput li {
  display: block;
  margin-bottom: 5px;
}

.filterList ul.stackedInput li label {
  font-size: 16px;
  font-weight: 300;
  color: #525252;
  vertical-align: middle;
}

.filterList ul.stackedInput li input[type="checkbox"]:not(old) + label:before {
  margin-top: 5px;
}

h4 {
  font-size: 24px;
  color: #525252;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

.filterHolder {
  float: left;
  width: 25%;
  margin-right: 2%;
  padding: 30px 0;
}

.listTitle {
  font-size: 18px;
  color: #525252;
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}

.filterList {
  margin-bottom: 30px;
}

.resultsHolder {
  float: left;
  width: 73%;
  border-left: 1px solid #cacaca;
  padding: 30px 0 30px 20px;
}

.resultItem {
  display: block;
  margin-bottom: 20px;
}

.resultsList .resultItem {
  float: none;
  width: 100%;
  margin-right: 0;
  border: 1px solid #cacaca;
  position: relative;
  padding: 60px 40px 40px;
}

.resultsList .resultText {
  font-size: 0;
}

.resultsList .resultText li {
  display: inline-block;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.resultsList .resultText li:nth-child(2n + 1) {
  margin-right: 0;
}

.resultsList .resultText li.fullWidth {
  display: block;
  width: 100%;
}

.resultsList .resultText li a {
  text-decoration: underline;
  color: #0e72a1;
}

.resultsList .resultText li a:hover {
  text-decoration: none;
}

.bookBtn {
  display: block;
  text-align: right;
}

.bookBtn a {
  background-color: #24326c;
  border: 1px solid #24326c;
  color: #fff;
  padding: 20px;
  font-weight: 700;
  display: inline-block;
}

.bookBtn a:hover {
  background-color: transparent;
  color: #24326c;
}

.type {
  position: absolute;
  background-color: #24326c;
  border: 1px solid #24326c;
  color: #fff;
  padding: 5px 10px;
  content: "";
  left: -10px;
  top: 10px;
  font-size: 15px;
}

.type span {
  display: inline-block;
  background-image: url(assets/images/tag.png);
  width: 12px;
  height: 12px;
  margin-right: 10px;
  vertical-align: middle;
}

.type:before {
  background-image: url(assets/images/tag-before.png);
  position: absolute;
  content: "";
  width: 9px;
  height: 11px;
  left: 0;
  bottom: -12px;
}

input[type="text"]::-webkit-input-placeholder {
  color: #707070 !important;
}

input[type="text"]::-moz-placeholder {
  color: #707070 !important;
}

input[type="text"]::-ms-input-placeholder {
  color: #707070 !important;
}

input[type="text"]::placeholder {
  color: #707070 !important;
}

.bookBtn.margTop.alignCenter {
  text-align: center;
  display: block;
  margin: 80px 0 40px 0;
}

.smallSearch {
  position: relative;
}

.smallSearch .inputHolder input[type="text"] {
  border: 1px solid #cacaca;
  font-size: 14px;
  padding-left: 35px;
  color: #707070 !important;
}

.smallSearch .keywordSubmit {
  width: 22px !important;
  top: 50%;
  height: 16px !important;
  transform: translateY(-50%);
  right: inherit;
  left: 10px;
}

.resultsList .resultText li {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

.bookBtn a {
  padding: 12px 15px;
}

.showMobile {
  display: none !important;
}

.hideMobile {
  display: block;
}

.claimLoader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background-color: #407d71;
}

.claimLoader svg {
  left: 50%;
  position: absolute;
  top: 40%;
  width: 200px;
  height: 200px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.animation {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: square;
  stroke-miterlimit: 10;
  stroke-width: 0.5px;
  opacity: 1;
  stroke-dasharray: 600;
  -webkit-animation: move 5s linear forwards infinite, fade 5s linear infinite;
  animation: move 5s linear forwards infinite, fade 5s linear infinite;
}

.loaderTitle {
  position: absolute;
  content: "";
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25%;
  font-size: 18px;
  font-weight: 600;
}

.whatsappBtn {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 999999;
}

.whatsappBtn a {
  padding: 20px 20px 20px 50px;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  background-color: #28528d;
}

.whatsappBtn a:before {
  position: absolute;
  content: "";
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(assets/images/whatsapp.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.whatsappBtn a:hover {
  background-color: #407d71;
}

body.subpage .mobileBanner {
  background-color: #24326c;
}

body.subpage .storesLinks ul li a {
  color: #24326c;
}

body.subpage .storesLinks ul li a:hover {
  color: #fff;
}

.videoHolder iframe {
  width: 100%;
  max-width: 100%;
  height: 400px;
  display: none;
}

.videoHolder.clicked iframe {
  display: block;
}

.videoHolder.clicked img,
.videoHolder.clicked::after,
.videoHolder.clicked::before {
  display: none;
}

.videoHolder.clicked a {
  display: none;
}

.bulletinsList ul li {
  float: left;
  width: 31%;
  margin-right: 3%;
  padding-bottom: 0;
  margin-bottom: 30px;
  background-color: #fff;
}

.bulletinsList ul li:nth-child(3n) {
  margin-right: 0;
}

.innerPadList {
  padding: 20px 20px 70px;
  box-shadow: 0 3px 40px -13px rgba(0, 0, 0, 0.2);
  position: relative;
}

.listDate {
  font-weight: bold;
  font-size: 16px;
  color: #525252;
  display: block;
  margin-bottom: 5px;
}

.bulletinTitle {
  font-weight: 600;
  font-size: 20px;
  color: #525252;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

a.download {
  position: absolute;
  content: "";
  right: 15px;
  bottom: 15px;
  background-image: url(assets/images/arrow.png);
  width: 24px;
  height: 49px;
  background-size: 100% 100%;
  transform: rotate(-90deg);
}

.bulletinsList ul li:hover {
  background-color: #24326c;
}

.bulletinsList ul li:hover .listDate,
.bulletinsList ul li:hover .bulletinTitle {
  color: #fff;
}

.bulletinsList ul li:hover a.download {
  background-image: url(assets/images/white-arrow.png);
}

.bulletinsList .loadMore a {
  display: inline-block;
  padding: 15px;
  background-color: #24326c;
  border: 1px solid #24326c;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.bulletinsList .loadMore a:hover {
  background-color: #fff;
  color: #24326c;
}

/***********************************************************************************************************************************/
.popNews {
  padding: 20px;
  background-color: #ebeef3;
  position: fixed;
  width: 100%;
  left: 0;
  top: 137px;
  z-index: 2;
}

.popNewsText {
  font-weight: 600;
  color: #525252;
  font-size: 15px;
}

.popNewsText a {
  font-weight: 700;
  text-decoration: underline;
  color: #0079b1;
}

.popNewsText a:hover {
  text-decoration: none;
}

body.popEnabled .mainBanner {
  top: 195px;
}

.whiteHolder {
  padding: 50px;
  background-color: #fff;
  text-align: center;
}

.blockTitle {
  color: #525252;
  font-size: 42px;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}

.blockText {
  font-weight: 300;
  color: #525252;
  font-size: 18px;
  display: block;
  margin-bottom: 30px;
}

.inlineLinks .purpleBtn,
.inlineLinks .greenBtn {
  display: inline-block;
  min-width: 200px;
}

.inlineLinks .purpleBtn a,
.inlineLinks .greenBtn a {
  padding: 20px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.inlineLinks .purpleBtn {
  margin-right: 30px;
}

.inlineLinks .purpleBtn a {
  background-color: #24326c;
  border: 1px solid #24326c;
}

.inlineLinks .purpleBtn a:hover {
  background-color: transparent;
  color: #24326c;
}

.inlineLinks .greenBtn a {
  background-color: #1b876c;
  border: 1px solid #1b876c;
}

.inlineLinks .greenBtn a:hover {
  background-color: transparent;
  color: #1b876c;
}

.largeDesc {
  color: #525252;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 50px;
}

.blueHalfBlocks {
  margin-bottom: 50px;
}

.blueHalfBlocks .mediaEl {
  background-color: #24326c;
  display: table;
}

.blueHalfBlocks .mediaEl .elImg,
.blueHalfBlocks .mediaEl .elDesc {
  width: 50%;
  position: relative;
  display: table-cell;
}

.blueHalfBlocks .mediaEl .elDesc {
  padding: 40px 60px;
}

.blueHalfBlocks .mediaEl .elDesc a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

.blueHalfBlocks .mediaEl .elDesc a:hover {
  text-decoration: none;
}

.blueHalfBlocks .mediaEl .elDesc .mediaTitle {
  font-size: 31px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

.blueHalfBlocks .mediaEl .elImg a {
  cursor: default;
}

.centeredBlock {
  text-align: center;
  max-width: 670px;
  margin: 0 auto;
}
.centeredBlock.smallTextImage {
  text-align: left;
  margin-top: 107px;
  max-width: 100%;
}

.iconHolder {
  height: 150px;
  width: 150px;
  display: block;
  text-align: center;
  margin: 0 auto 20px;
}

.iconDesc {
  color: #525252;
  font-size: 24px;
  display: block;
  margin-bottom: 30px;
  font-weight: 300;
}

.blueBtn a {
  display: inline-block;
  padding: 10px 35px;
  color: #fff;
  background-color: #24326c;
  border: 1px solid #24326c;
  font-size: 18px;
  font-weight: bold;
}

.blueBtn a:hover {
  background-color: transparent;
  color: #24326c;
}

.blueHalfBlocks.margBot .mediaEl {
  margin-bottom: 60px;
}

.blueHalfBlocks.margBot .mediaEl:nth-child(2n):after {
  right: 0;
  left: inherit;
}

.blueHalfBlocks .mediaEl .elDesc:after {
  position: absolute;
  content: "";
  width: 8%;
  left: -8%;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #24326c;
  z-index: 99;
}

.blueHalfBlocks .mediaEl .elDesc {
  padding: 40px 60px 40px 20px;
}

.blueHalfBlocks .mediaEl:nth-child(2n) .elDesc {
  padding: 40px 20px 40px 60px;
}

.blueHalfBlocks .mediaEl:nth-child(2n) .elDesc:after {
  right: -8%;
  left: inherit;
}

.blueHalfBlocks .mediaEl .elDesc .mediaDesc {
  font-size: 21px;
}

.greenBg .button {
  border: 1px solid #24326c;
  color: #24326c;
}

.greenBg .button:hover,
.greenBg .button:active,
.greenBg .button.is-checked {
  background-color: #24326c;
  color: #fff;
}

.greenBg.blackText .whiteSmallDesc {
  color: #343434;
}

.topBody.greenBg.blackText h2.sectionTitle {
  color: #525252;
}

.topBody.greenBg.blackText {
  background-color: #fff;
}

.searchGreyBody .formHolder.black {
  padding: 30px;
  margin-bottom: 30px;
}

.searchGreyBody .formHolder.black .formRow .inputHolder input[type="text"] {
  font-size: 25px;
}

.searchGreyBody .formHolder.black .keywordSubmit {
  background-image: url(assets/images/search.svg);
  width: 21px !important;
  height: 28px !important;
  top: 20px;
  background-size: 100% 100%;
  right: 10px;
}

.hpBlock.mediaSection .swiper-pagination {
  opacity: 0;
}

.blueHalfBlocks .mediaEl a,
.blueHalfBlocks .mediaEl .elImg img {
  width: auto;
  height: 100%;
  display: block;
  object-fit: cover;
}

main {
  position: relative;
  z-index: 99;
}

.managerText a {
  font-size: 18px;
  font-weight: 300;
  color: #525252;
  line-height: 25px;
  margin-bottom: 30px;
  text-decoration: underline;
}

.managerText a:hover {
  text-decoration: none;
}

.managerText ul li,
.managerText ol li {
  padding-left: 15px;
  display: block;
  position: relative;
}

.managerText ul li::before,
.managerText ol li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #525252;
  border-radius: 50%;
  left: 0;
  top: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  border-color: #fff;
  color: #fff;
}

.listingContact {
  margin-bottom: 60px;
}

.searchFiltersHolder {
  display: none;
}

.filterLoader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.loaderImg {
  position: absolute;
  width: 200px;
  height: 200px;
  left: 50%;
  top: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home footer {
  z-index: 99;
  position: relative;
}

.mainMenu ul li.hasSubMenu {
  position: relative;
}

.mainMenu ul li.hasSubMenu ul {
  position: absolute;
  background-color: #fff;
  z-index: 99;
  right: 0;
  content: "";
  width: 200px;
  top: 100%;
  height: 0;
  display: none;
  border: 1px solid #c1c1c1;
}

.mainMenu ul li.hasSubMenu:hover ul {
  display: block;
  height: auto;
}

.mainMenu ul li.hasSubMenu ul li a,
.mainMenu ul li.hasSubMenu:hover ul li a {
  color: #525252;
  font-size: 14px;
  padding: 10px 20px;
  text-transform: none;
}

.mainMenu ul li.hasSubMenu ul li a:hover {
  background-color: #24326c;
  color: #ffffff;
}

.mainMenu ul li.hasSubMenu ul li {
  display: block;
}

.single-news .subPageBanner {
  padding: 0;
}

.single-news .bodySections.news {
  padding-top: 150px;
}

.mediaDesc a {
  display: inline-block !important;
}

.bulletinContainer {
  padding: 0;
  width: 850px;
  margin: 40px 0 0 0;
  overflow: visible;
  display: none;
}

.popHeader {
  padding: 25px;
  background-image: url(assets/images/green-background.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.popHeader .logoHolder {
  float: left;
  width: 150px;
}

.bulletinPopTitle {
  position: relative;
  float: right;
  padding-left: 50px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
}

.bulletinPopTitle:before {
  position: absolute;
  content: "";
  background-image: url(assets/images/bulletin.svg);
  width: 35px;
  left: 0;
  top: -2px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 45px;
}

.bulletinContainer .fancybox-close-small {
  padding: 0;
  top: -25px;
  background-color: #2f8490;
  color: #fff;
  opacity: 1;
}

.bulletinContainer .fancybox-content {
  overflow: visible;
}

.popFooter {
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  padding: 25px;
  background-color: #2b2b2b;
}

.popContent {
}

.bulletinDate {
  color: #414040;
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
}

h1.documentTitle {
  position: relative;
  display: block;
  font-size: 32px;
  color: #24326c;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
}

h1.documentTitle:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 300px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2f8490;
  display: none;
}

.popContent h2 {
  display: block;
  font-size: 24px;
  color: #414040;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}

.popContent .bodyText {
  font-size: 16px;
}

.popContent .bodyText ul {
  margin: 15px;
}

.bodyText ul li {
  padding-left: 20px;
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.bodyText ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 2px solid #24326c;
}

.bodyText > ul > li:before {
  background-color: #24326c;
}

.popContent .bodyText > ul > li > ul > li {
  background-color: #ffffff;
}

.newsListingBlock.interestedBlock .imgHolder {
  height: 374px;
}

.bodyText a {
  text-decoration: underline;
  color: #525252;
}

.bodyText a:hover {
  text-decoration: none;
}

.bodyText table td {
  border: solid 1px #ccc;
  padding: 5px;
}

.tableHolder {
  width: 100%;
}

.grecaptcha-badge {
  visibility: hidden;
}

.mainMenu ul {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.mainMenu {
  position: relative;
  width: 80%;
  text-align: right;
}

.searchHolder {
  display: inline-block;
  vertical-align: middle;
}

.searchHolder a.searchLink {
  padding-left: 25px;
  font-size: 16px;
  color: #24326c;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}

.searchHolder a.searchLink:before {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  background-image: url(assets/images/blue-search.svg);
}

.searchInput {
  display: none;
  left: 0;
  position: absolute;
  background-color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  padding: 5px 0;
}

.searchHolder.active .searchInput {
  display: block;
}

.searchHolder .inputHolder {
  display: inline-block;
  vertical-align: middle;
  width: 69%;
  margin-right: 3%;
  padding-left: 10px;
  position: relative;
}

.searchHolder .inputHolder:before {
  position: absolute;
  content: "";
  right: 0;
  top: 14px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  background-image: url(assets/images/blue-search.svg);
}

.searchHolder .inputHolder input[type="text"] {
  color: #525252;
  font-size: 18px;
  font-weight: bold;
}

.btnsHolder {
  display: inline-block;
  vertical-align: middle;
  width: 28%;
}

.btnsHolder a.blueBtn,
.btnsHolder input.blueBtn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
}

.btnsHolder a.whiteBtn {
  color: #007ab3;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #007ab3;
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  text-align: center;
}

.btnsHolder a.whiteBtn:hover {
  background-color: #007ab3;
  color: #fff;
}

.searchList {
  padding: 40px 0;
}

.searchList label {
  display: block;
  margin-bottom: 30px;
}

.searchList label,
.searchList label span {
  color: #464646;
  font-size: 16px;
}

.searchList label span {
  display: inline-block;
}

.searchList ul li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #c4c4c4;
}

.searchTitle {
  display: block;
  color: #373737;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.searchDesc {
  display: block;
  font-size: 16px;
  color: #373737;
  margin-bottom: 20px;
}

.searchLink a {
  color: #117bb1;
  font-size: 16px;
  font-weight: bold;
}

.searchLink a:hover {
  text-decoration: underline;
}

#searchform {
  display: inline-block;
}

.bodySections.news {
  padding: 125px 0;
}

/******************************************Cookies*************************************************************/
.wt-cli-ckyes-brand-logo {
  display: none;
}

.cli-tab-footer .wt-cli-privacy-accept-btn,
.cli-switch input:checked + .cli-slider {
  background-color: #007ab3;
}

.cli-switch .cli-slider:after {
  top: 12px;
}

/******************************************Appointment*************************************************************/
.greenSearchBlock {
  padding: 50px 0;
  text-align: center;
  background-color: #51336c;
}

.iconParent {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
}

.whiteTitle {
  display: block;
  color: #fff;
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: 600;
}

.btnHolder {
  display: block;
}

.btnHolder a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 7px 20px;
  font-size: 15px;
  font-weight: bold;
  color: #51336c;
}

.btnHolder a:hover {
  background-color: #51336c;
  color: #fff;
  cursor: pointer;
}

.verloop-button {
  z-index: 2147483646 !important;
  background-color: rgb(32, 51, 112) !important;
}

.verloop-button:hover:before {
  content: "Chat with an Agent" !important;
  background-color: #fff;
  display: block;
  position: fixed;
  margin-left: -152px !important;
  margin-top: 18px !important;
  color: #525252;
  font-family: "Allianz Neo" !important;
  font-weight: bold;
  font-size: 16px;
  padding: 0 5px;
}

.verloop-widget .started .opened {
  z-index: 2147483647 !important;
}

.hgo-action-btn:hover span {
  color: #525252 !important;
  background-color: #fff !important;
}

.viewCoveredNetwork {
  font-size: 20px;
  font-weight: bold;
  color: #525252;
}

.viewCoveredNetwork a {
  text-decoration: underline;
  color: #24326c;
  font-size: 20px;
}

.viewCoveredNetwork a:hover {
  text-decoration: none !important;
}

.networkUpdatesProviders .viewCoveredNetwork {
  font-size: 30px;
  font-weight: bold;
  color: #525252;
}
.networkUpdatesProviders .viewCoveredNetwork a {
  color: #24326c;
  font-size: 30px !important;
}

@media all and (min-width: 300px) and (max-width: 750px) {
  .verloop-button:before,
  .hgo-action-btn:hover span {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .hgo-action-btn {
    color: transparent;
  }
}

/* Healthigo */
#embeded_healthigo {
  min-height: 550px !important;
}

/* Network Updates */
.networkUpdatesHolder {
  padding: 0 20px;
  margin-top: 50px;
}

.selectInput {
  font-size: 0;
  margin-bottom: 80px;
  display: block;
}

.selectInput label,
.selectInput .selectHolder {
  display: inline-block;
  vertical-align: middle;
}

.selectInput label {
  color: #525252;
  font-size: 15px;
  margin-right: 20px;
}

.selectInput .selectHolder {
  width: 200px;
  background-image: url(assets/images/grey-dropdown-arrow.svg);
  background-size: 13px 15px;
  background-position: 96% 12px;
}

.selectInput .selectHolder select {
  border: 1px solid rgba(82, 82, 82, 0.2);
  color: #525252;
  font-size: 17px;
  padding: 5px 10px 6px;
}

.networkList ul {
  font-size: 0;
}

.networkList ul li {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
}

.networkList ul li:first-child,
.networkList ul li:nth-child(2) {
  border-bottom: 1px solid #cacaca;
}

.networkList ul li:nth-child(odd) {
  border-right: 1px solid #cacaca;
}

.networkList ul li .networkItem {
  display: block;
  padding: 40px 70px;
  text-align: center;
}

.networkTitle {
  display: block;
  color: #525252;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}

.networkButton {
  display: block;
}

.networkButton a {
  display: inline-block;
  padding: 15px 30px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  background-color: #24326c;
  border: 1px solid #24326c;
  text-transform: uppercase;
}

.networkButton a:hover {
  background-color: transparent;
  color: #24326c;
}

.networkImage {
  display: block;
  max-height: 200px;
  margin-bottom: 20px;
}

.networkImage img {
  width: auto;
  max-width: inherit;
  height: 200px;
  display: block;
  margin: 0 auto;
}

a.whiteLink {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  font-size: 17px;
  margin-top: 20px;
}

a.whiteLink:hover {
  text-decoration: none;
}
.labelHolder a.whiteLink {
  font-size: 20px;
  margin-top: 0;
}
/*****************************************************************************NEW STYLES****************************************************************/
.subBannerHolder {
  margin-top: 120px;
  position: relative;
  padding: 30px 0;
  background-color: #fbf8f3;
}
.subBannerImage {
  float: right;
  width: 50%;
}
.subBannerInfo {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 70px;
}
.bannerBlueTitle {
  display: block;
  color: #203370;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 60px;
}
.bannerGreenText {
  display: block;
  color: #4ba38c;
  font-size: 20px;
}
.benefitsHolder {
  position: relative;
  padding: 100px 0 50px;
  text-align: center;
}
.videoBlockHolder {
  max-width: 600px;
  margin: 60px auto;
}
.videoBlockHolder a.playBtn {
  position: relative;
  display: block;
}
.videoBlockHolder a.playBtn:after {
  background-image: url(assets/images/play-button.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  content: "";
  background-size: 100% 100%;
}
.servicesBlockHolder,
.featuredServices {
  position: relative;
  padding: 50px 0;
  text-align: center;
}
.servicesItem {
  display: block;
  text-align: left;
  margin-bottom: 50px;
}
.serviceImage {
  float: left;
  width: 30%;
}
.serviceInfo {
  float: right;
  width: 55%;
  padding-top: 180px;
}
.servicesBlockHolder .servicesItem:nth-child(2n + 1) .serviceImage {
  float: right;
}
.servicesBlockHolder .servicesItem:nth-child(2n + 1) .serviceInfo {
  float: left;
}
.miniTitle {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.serviceMainTitle {
  color: #3ba48c;
  font-size: 50px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  line-height: 60px;
}
.serviceMainTitle span {
  color: #203370;
}
.serviceDescription {
  color: #000;
  font-size: 20px;
  line-height: 33px;
  display: block;
  margin-bottom: 30px;
}
.servBlueBtn {
  display: block;
}
.servBlueBtn a {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  border: 1px solid #203370;
  background-color: #203370;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
}
.servBlueBtn a:hover {
  background-color: transparent;
  color: #203370;
}
.inlineSMlinks {
  display: block;
  margin: 5px 0;
}
.inlineSMlinks ul li {
  display: inline-block;
  margin-right: 10px;
  width: 32px;
  height: 32px;
}
.inlineSMlinks ul li:last-child {
  margin-right: 0;
}
.inlineSMlinks ul li a img {
  display: block;
  width: 32px;
  height: 32px;
}

.featuredServicesList .serviceImage {
  width: 33%;
}
.featuredServicesList .serviceInfo {
  width: 55%;
  padding-top: 0;
}
.featuredServicesList .servicesItem {
  padding-top: 100px;
}

.featuredServicesList .servicesItem:nth-child(2n) .serviceImage {
  float: right;
}
.featuredServicesList .servicesItem:nth-child(2n) .serviceInfo {
  float: left;
}

.downloadAppHolder {
  position: relative;
  padding: 100px 0;
}
.downloadAppInfo {
  width: 60%;
}
.downloadAppImg {
  position: absolute;
  content: "";
  right: 0;
  bottom: -245px;
  width: 430px;
}
.downloadAppHolder .storesLinks ul li a {
  color: #24326c;
  font-size: 16px;
  border: 1px solid #24326c;
  border-radius: 50px;
}
.downloadAppHolder .storesLinks ul li a:hover {
  color: #fff;
  background-color: #24326c;
}
.downloadAppHolder .storesLinks ul li.appStoreLink a:after {
  background-image: url(assets/images/apple-icon-new.svg);
  height: 22px;
}
.storesLinks ul li.googleStoreLink a:after {
  background-image: url(assets/images/Google-Play-new.svg);
}
.storesLinks ul li.huaweiStoreLink a:after {
  background-image: url(assets/images/huawei-icon-new.svg);
}

.downloadAppHolder .storesLinks ul li.appStoreLink a:hover:after {
  background-image: url(assets/images/apple-icon-white.svg);
  height: 22px;
}
.storesLinks ul li.googleStoreLink a:hover:after {
  background-image: url(assets/images/Google-Play-white.svg);
}
.storesLinks ul li.huaweiStoreLink a:hover:after {
  background-image: url(assets/images/huawei-icon-white.svg);
}

.healthHolder {
  position: relative;
  padding: 100px 0 50px;
}
.healthHolder .bannerGreenText {
  font-weight: bold;
}

.inlineListing {
  display: block;
  position: relative;
  font-size: 0;
  padding-top: 50px;
}
.inlineListing ul li {
  display: inline-block;
  width: 25%;
  margin-right: 12.5%;
  margin-bottom: 50px;
  vertical-align: top;
}
.inlineListing ul li:nth-child(3n) {
  margin-right: 0;
}

.itemIcon {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.itemTitle a {
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  display: block;
}
.itemTitle a:hover {
  color: #4ba38c;
}

.connectedHealthBlock,
.faqHolder,
.importantDocumentsHolder {
  position: relative;
  padding: 50px 0;
}
.healthImage {
  float: left;
  width: 25%;
  margin-right: 10%;
}
.healthInfo {
  float: left;
  width: 65%;
}
.healthListing ul li {
  display: block;
  margin: 35px 0;
}
.healthIcon {
  display: inline-block;
  width: 45px;
  margin-right: 10px;
  vertical-align: top;
}
.healthDetails {
  display: inline-block;
  width: 90%;
  vertical-align: top;
}
.healthTitle {
  display: block;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.healthDesc {
  color: #000;
  font-size: 20px;
}

.toggleItem {
  padding: 20px 50px 25px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #cacaca;
}
.toggleContent {
  display: none;
  color: #000;
  font-size: 20px;
  line-height: 30px;
}
.toggleTitle {
  cursor: pointer;
  font-size: 30px;
  font-weight: bold;
  color: #3ba48c;
  position: relative;
}
.toggleTitle:after {
  position: absolute;
  content: "";
  right: -55px;
  background-image: url("assets/images/plus.png");
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: -4px;
}
.featuredServices.flippedItems .serviceImage {
  float: right;
}
.featuredServices.flippedItems .serviceInfo {
  float: left;
  padding-top: 150px;
}

.docsListing ul li {
  display: block;
  position: relative;
  margin: 20px 0 30px;
  padding-left: 30px;
}
.docsListing ul li a {
  display: block;
  color: #3ba48c;
  font-size: 30px;
  font-weight: bold;
}
.docsListing ul li:hover a {
  text-decoration: underline;
}
.docsListing ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  background-image: url(assets/images/right-arrow.png);
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  background-size: 100% 100%;
}

.servicesList.mobile .claimsServSafeArea {
  text-align: center;
}
.servicesList.mobile .servicesHolder {
}
.servicesList.mobile .servicesImg img {
  width: auto !important;
}
.servicesList.mobile .servicesInfo {
  background-color: #24326c;
}
.servicesList.mobile .servicesImg {
  width: auto;
}
.servicesList.mobile .servicesHolder h3,
.servicesList.mobile .servicesHolder .serviceDesc {
  color: #fff;
  text-align: left;
}

.boxesHolder h3 {
  margin: 70px 0;
}
.bulletinsList.mobile {
  margin: 70px 0;
}
.bulletinsList.mobile .innerPadList {
  padding: 40px;
  min-height: 210px;
}
.bulletinsList.mobile ul li {
  background: #e6f4f6;
}
.bulletinsList.mobile ul li:hover {
  background-color: #24326c;
}
.bulletinsList.mobile ul li .bulletinTitle,
.bulletinsList.mobile ul li .bulletinTitle a {
  color: #24326c;
}
.bulletinsList.mobile ul li:hover .bulletinTitle,
.bulletinsList.mobile ul li:hover .bulletinTitle a {
  color: #fff;
}
.bulletinsList.mobile ul li .bulletinImage img {
  width: auto;
  margin-bottom: 20px;
}
.bulletinsList.mobile ul li .bulletinImage img.image-active {
  display: inline-block;
}
.bulletinsList.mobile ul li .bulletinImage img.image-hover {
  display: none;
}
.bulletinsList.mobile ul li:hover .bulletinImage img.image-hover {
  display: inline-block;
}
.bulletinsList.mobile ul li:hover .bulletinImage img.image-active {
  display: none;
}

.connectedHealthBlock {
  background-color: #24326c;
  padding: 50px 0;
}
.connectedHealthBlock h3 {
  color: #fff;
}
.blockImage {
  display: inline-block;
}
.blockText {
  margin-left: 50px;
  display: inline-block;
}
.blockList {
  display: inline-block;
}
.blockList li {
  margin-bottom: 40px;
}
.blockList .blockIcon {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  margin: 0 20px;
  color: #24326c;
}
.blockList .blockDescription {
  display: inline-block;
  vertical-align: top;
}
.blockList .blockDescription h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
  text-align: left;
}
.blockList .blockDescription h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
.faqList {
  margin: 70px 0;
}
.faqList h3 {
  margin-bottom: 70px;
}
.faqList ul li {
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 25px 0;
}
.faqList ul li .toggleTitle {
  color: #525252;
  font-size: 26px;
}
.faqList ul li .toggleTitle:after {
  right: 0;
  top: 0;
  background-image: url("assets/images/toggle-plus.png");
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.faqList ul li .toggleTitle.active:after {
  right: 0;
  top: 0;
  background-image: url("assets/images/toggle-minus.png");
  position: absolute;
  content: "";
  width: 26px;
  height: 2px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.faqList ul li .toggleContent {
  margin-bottom: 30px;
}
.documentList ul li {
  margin: 10px 0;
  width: 49%;
  display: inline-block;
}
.documentList img {
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  height: 10px;
}
.documentList a {
  color: #525252;
  font-weight: 400;
  font-size: 22px;
}

.csrCarousel {
  background-color: #fff;
  padding-top: 85px !important;
  margin-bottom: 50px !important;
}
.csrCarousel:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #24326c;
  position: absolute;
  z-index: 1;
}
.csrCarousel h2 {
  color: #fff;
}
.csrCarousel h3 {
  color: #fff;
}
.csrCarousel .benefitInfo {
  background-color: #fff;
  min-height: 320px;
}
.csrCarousel .benefitInfo h4 a {
  color: #fff;
}
.csrCarousel .benefitInfo .csrSummarytText {
  color: #24326c;
  font-size: 21px;
  font-weight: 300;
}
.csrCarousel .inlineItems li.benefitItem {
  vertical-align: top;
}
.csrCarousel .benefitImg img {
  height: 450px;
}
.digitalServicesBlock .blueBtn a {
  position: relative !important;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
}