.ab-sliderimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ab-homeslider {
  /* height: 80vh; */
  position: relative;
}

.ab-singleslider {
  position: relative;
  height: 700px;
}

.ab-homeslider-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;

  align-items: end;
}

.ab-hm-slidercontent {
  width: 100%;
  margin-bottom: 60px;
}

.colorwhite {
  color: white;
}

.colorblue {
  color: #003378;
}

.colorgrey {
  color: #4E4D4D;
}

.brand-slick-arrows {
  position: absolute;
  bottom: 110px;
  width: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  left: 0;
  right: 0;
}

.brand-slick-arrows .slick-dots {
  display: flex;
  order: 2;
  gap: 20px;
  margin-top: -8px;
}

.brand-slick-arrows .prev-arrow {
  order: 1;
}

.brand-slick-arrows .next-arrow {
  order: 3;
}

.brand-slick-arrows .slide-count-item {
  font-size: 16px;
  color: white;
  cursor: pointer;
  font-family: "TitilliumWeb-Light";
}

.brand-slick-arrows .slick-active .slide-count-item {
  font-family: "TitilliumWeb-SemiBold";

}

.brand-slick-arrows button:focus,
.brand-slick-arrows button:focus-visible,
.brand-slick-arrows button:focus-within,
.brand-slick-arrows button:active {
  outline: 0px;
  border: 0px;
}

.brand-slick-arrows .next-arrow,
.brand-slick-arrows .prev-arrow {
  cursor: pointer;
}

.ab-slider-head {
  font-family: "TitilliumWeb-SemiBold";
  font-size: 36px;
  width: 416px;
}

.ab-slider-bottom {
  border-top: 1px solid #fff;
  padding-top: 30px;
  margin-top: 150px;
}

.ab-brand-btn {
  background-color: white;
  width: fit-content;
  padding: 7px 30px;
  border-radius: 25px;
}

.ab-brand-btn a {
  font-size: 16px;
  color: #00A475;
  font-family: "TitilliumWeb-SemiBold";
}

.ab-mainhead {
  font-size: 32px;
  font-family: "IvyJournal-Italic";
}

.msg-cmo-content .ab-mainhead {
  font-size: 24px;
}

.ab-maindesc {
  font-family: "TitilliumWeb-Light";
  font-size: 32px;
  line-height: 45px;
  color: #4E4D4DB2;
}

.ab-sliderimgdivoverlay:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.ab-homeslider,
.ab-section2 {
  padding-bottom: 60px;
}

.brand-tab-sec {
  padding: 60px 0px 70px;
}

.msg-cmo-sec {
  background-color: #1A1A27;
  background-image: url(https://www.asterdmhealthcare.com/fileadmin/bgcmo.png);
  background-size: cover;
  position: relative;
  padding-top: 70px;
  color: white;
}

.msg-cmo-img {
  position: absolute;
  top: -61px;
  right: 0;
}

.cmo-desc {
  font-family: "TitilliumWeb-Regular";
  font-size: 18px;
  line-height: 27px;
  width: 620px;
  margin-top: 20px;
  height: 129px;
  overflow-y: scroll;
}

.cmo-quote {
  margin-bottom: 15px;
}

.cmo-name-desg {
  padding: 80px 0px 60px;
}

.cmo-name {
  font-family: "IvyJournal-SemiBoldItalic";
  font-size: 24px;
}

.cmo-desg {
  padding-top: 2px;
  font-size: 18px;
  font-family: "TitilliumWeb-Regular";
}

.brand-tab-sec {
  background-color: #E8EFEA;
}

.ab-brandtab-head-div {
  display: flex;
  margin-bottom: 40px;
}

.brandtab-head-desc {
  font-family: "TitilliumWeb-Light";
  font-size: 24px;
  line-height: 32px;
  color: black;
  width: 80%;
}

.eachbrand img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  background-color: white;
  border-radius: 12px;
  padding: 14px 0px;
  border: 2px solid white;
}

.eachbrand img:hover {
  border: 2px solid #00A475;
}

.eachbrand {
  margin: 0px 10px;
}

/* .eachbrand:not(:first-child):not(:last-child) {
    margin: 0px 10px;
  }
  .eachbrand:first-child{
    margin-left: 10px;
  }
  .eachbrand:last-child{
    margin-right: 10px;
  } */
.eachbrand.active-brand img {
  border: 2px solid #00A475;
}

.ab-slider-content {
  display: flex;
  padding-top: 20px;
  border-top: 1px solid #0000004a;
  margin-top: 20px;
}

.brand-content-img {
  width: 100%;
  object-fit: cover;
}

.eachbrand-desc {
  display: flex;
}

.brand-content-head {
  font-family: "TitilliumWeb-Regular";
  color: black;
  font-size: 32px;
  line-height: 21px;
  padding-bottom: 10px;
}

.brand-content-desc {
  font-family: "TitilliumWeb-Light";
  font-size: 16px;
  color: black;
  line-height: 24px;
}

.brand-content-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.brand-content-meta .ab-brand-btn {
  border: 2px solid #00A475;
}

.cc-img,
.sc-banner-img {
  width: 100%;
  object-fit: cover;
  height: 780px;
}

.cc-video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 1;
}

.cc-video-content .video-head {
  font-family: "IvyJournal-Italic";
  font-size: 36px;
  line-height: 48px;
  padding-bottom: 20px;
}

.complete-circle {
  position: relative;
  margin-bottom: 60px;
}

.ab-our-campaigns,
.ab-downloads {
  margin-bottom: 60px;
}

.cc-play-btn svg {
  cursor: pointer;
}

.campaign-marbles {
  /* grid-gap: 20px; */
  display: flex;
  justify-content: space-between;
}

.ab-camp-img,
.ab-more-camp-img,
.ab-our-camp-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.featured-camp .ab-our-camp-img {
  height: 530px;
}

.remaining-elements-parent .ab-our-camp-img {
  height: 260px;
  object-fit: cover;
}

.single-camp-marble {
  position: relative;
}

.ab-camp-metas {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #00000030;
  gap: 15px;
  padding: 5px 40px;
}

.ab-camp-head {
  color: white;
  font-family: "TitilliumWeb-SemiBold";
  font-size: 14px;
  line-height: 18px;

}

.ab-campaign-play-btn svg {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  border: 1px solid white;
  cursor: pointer;
}

.eachdownload {
  position: relative;
  height: 190px;
  margin-right: 15px;
}

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

.ab-downl-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.downloads-slider .eachdownload .ab-downl-overlay {
  background: linear-gradient(44deg, #18FFFF50, #00E5FF50);
}

/* .downloads-slider .eachdownload:hover .ab-downl-overlay {
    background: linear-gradient(44deg, #18FFFF, #00E5FF);
  } */
.downloads-slider .eachdownload:hover .ab-downl-overlay {
  background: linear-gradient(44deg, #B3E5FC, #64FFDA);
}

.readmore-pluse.expanded::after {
  content: '(-)';
}

/* .downloads-slider .eachdownload:nth-child(2) .ab-downl-overlay {
    background: linear-gradient(44deg, #18FFFF, #00E5FF);
  }
  
  
  .downloads-slider .eachdownload:nth-child(3) .ab-downl-overlay {
    background: linear-gradient(44deg, #B3E5FC, #64FFDA);
  } */
.ab-down-metas {
  margin-top: 80px;
  text-align: center;
}

.ab-down-head {
  font-size: 24px;
  line-height: 27px;
  color: white;
  font-family: "TitilliumWeb-SemiBold";
  padding-bottom: 15px;

}

.ab-accesa-btn a {
  font-family: "TitilliumWeb-SemiBold";
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid white;
  border-radius: 25px;
  width: fit-content;
  margin: auto;
  padding: 2px 15px;
}

.additional-content {
  display: none;
}

.readmore-pluse {
  color: #00A7FF;
  cursor: pointer;
}

.cmo-desc .readmore-pluse {
  color: #00A475;
}

.asterdmbrands #video1,
.singlebrand-detail #video1 {
  width: 100%;
}

.brand-detail-head {
  font-family: "TitilliumWeb-SemiBold";
  font-size: 54px;
  line-height: 54px;
  width: 80%;
  margin: auto;
}

.hil-main-head {
  font-family: "TitilliumWeb-SemiBold";
  font-size: 27px;
  line-height: 32px;
  width: 64%;
}

.campaign-videosec {
  position: relative;
}

.head-idea-launch {
  margin-top: -80px;
}

.head-idea-launch .layout-wrapper {
  background-color: #E8EFEA;
  z-index: 1;
  position: relative;
}

.sc-counts-sec .layout-wrapper {
  background-color: #E8EFEA;
  padding-top: 70px;
}

.head-idea-launch-flex {
  display: flex;
  padding: 50px 50px 100px;
}

.hil-single {
  flex: 1;
}

.hil-desc {
  width: 78%;
  font-family: "TitilliumWeb-Regular";
  font-size: 16px;
  line-height: 21px;
  /* height: 300px;
    overflow: scroll; */
}

.hil-head {
  color: #00A475;
  font-family: "TitilliumWeb-SemiBold";
  font-size: 17px;
  text-transform: uppercase;
}

.campaign-slider {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  /* padding: 20px; */
  color: white;
}

.campaign-slider .single-camp-imgdiv {
  padding: 0;
}

.campaign-slider .single-camp-imgdiv .single-camp-img {
  transition: all 0.2s ease;
  width: 100%;
  height: 390px;
  margin: 50px 0;
  transition: all 0.5s;
  object-fit: cover;
  opacity: 80%;
}

.campaign-slider .single-camp-imgdiv.slick-center .single-camp-img {
  opacity: 1;
  margin: 0;
  height: 500px;
  max-width: initial;
}

.campaign-slider-arrows {

  display: flex;
  justify-content: space-between;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 1160px;
}

.campaign-slider-sec {
  position: relative;
  height: 500px;
  margin-top: -80px;
  z-index: 1;
}

.campaign-slider-arrow {
  cursor: pointer;
}

.head-camp-flex {
  display: flex;
  text-align: center;
  padding: 50px;
}

.sc-head-div {
  flex: 1;
}

.sc-count {
  font-size: 36px;
  line-height: 42px;
  color: #00A475;
  font-family: "TitilliumWeb-SemiBold";
  padding-bottom: 10px;
}

.sc-count-desc {
  font-size: 24px;
  line-height: 32px;
  color: black;
  font-family: "TitilliumWeb-SemiBold";
  padding-bottom: 10px;
  width: 50%;
  margin: auto;
}

.single-camp-slider {
  position: relative;
}

.sc-counts-sec {
  margin-top: -80px;
}

.more-camp-head {
  font-family: "IvyJournal-SemiBoldItalic";
  font-size: 24px;
  line-height: 48px;
  color: black;
}

.more-campaigns-sec {
  margin: 70px 0px 80px;
}

.more-camp-head-div,
.our-camp-head-div {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.single-camp-slider {
  margin: 0px 15px;
}

.downloads-slider {
  padding-top: 25px;
}

.single-camp-marble-div {
  height: 100%;
}

/* Desktop */

@media (min-width: 768px) {
  .msg-cmo-sec {
    min-height: 493px;
  }

  .campaign-marbles {
    gap: 20px;
  }

  .single-camp-marble.first {
    width: 68%;
  }

  .remaining-elements-parent {
    width: 30%;
  }

  .sc-head-div:nth-child(2) {
    border-left: 1px solid #00A475;
    border-right: 1px solid #00A475;
  }

  .featured-camp .ab-camp-head {
    font-size: 21px;
    line-height: 32px;
  }

  .featured-camp .ab-campaign-play-btn svg {
    width: 45px;
    height: 45px;
  }

  .ab-right {
    width: 67%;
  }

  .ab-left {
    width: 33%;
  }

  .brand-content-desc {
    width: 82%;
  }

  .ab-section2 .ab-maindesc {
    width: 73%;
  }

  .campaign-marbles {
    /* grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(2, 1fr); */
  }

  .single-camp-marble:first-child {
    /* grid-column: span 2;
      grid-row: span 2; */

  }

  .ab-sliderimgdiv.mobile,
  .sc-banner-img.mobile {
    display: none;
  }
}

.view-all-brand {
  flex-wrap: nowrap;
  display: flex;
  white-space: nowrap;
}

/* Mobile */
@media (max-width: 768px) {
  .ab-slider-head.colorblue {
    color: white;
  }

  .ab-sliderimgdiv.desktop,
  .sc-banner-img.desktop {
    display: none;
  }

  .brandlisting form.blog-listing-filter {
    border: unset;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .single-camp-marble {
    margin-bottom: 10px;
  }

  .ab-hm-slidercontent,
  .brand-slick-arrows,
  .ab-section2 .layout-wrapper,
  .msg-cmo-sec .layout-wrapper,
  .ab-brandtab-head-div,
  .brand-content-meta,
  .ab-our-campaigns .layout-wrapper {
    padding: 0px 30px;
  }

  .ab-downloads {
    padding-left: 30px;
  }

  .ab-homeslider-overlay,
  .ab-sliderimg,
  .ab-homeslider {
    height: 640px;
  }

  .brand-slick-arrows .slide-count-item {
    font-size: 12px;
  }

  .ab-slider-bottom {
    margin-top: 35px;
  }

  .ab-slider-head {
    font-size: 27px;
    width: 70%;
  }

  .brand-slick-arrows,
  .brand-slick-arrows .slick-dots {
    gap: 10px;
  }

  .ab-brand-btn a {
    font-size: 12px;
  }

  .brand-content-meta .ab-brand-btn {
    margin-top: 20px;
  }

  .ab-brand-btn {
    padding: 4px 25px;
  }

  .brand-slick-arrows svg {
    width: 15px;
    height: 15px;
  }

  .ab-hm-slidercontent {
    margin-bottom: 80px;
  }

  .brand-slick-arrows {
    bottom: 35px;
  }

  .ab-mainhead {
    font-size: 22px;
  }

  .ab-maindesc {
    font-size: 24px;
    line-height: 33px;
  }

  .cmo-quote {
    width: 47px;
  }

  .msg-cmo-content .ab-mainhead {
    width: 50%;
  }

  .cmo-desc {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: 170px;
  }

  .msg-cmo-content {
    z-index: 1;
    position: relative;
  }

  .msg-cmo-img img {
    width: 87%;
    margin-right: -65px;
  }

  .msg-cmo-img {
    text-align: right;
  }

  .cmo-name-desg {
    padding: 20px 0px 50px;
  }

  .cmo-name {
    font-size: 22px;
  }

  .cmo-desg {
    font-size: 16px;
  }

  .brandtab-head-desc {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }

  .ab-brandtab-head-div {
    flex-direction: column;
  }

  .eachbrand-desc {
    flex-direction: column-reverse;
  }

  .brand-content-head {
    font-size: 26px;
    padding-bottom: 5px;
  }

  .cc-img {
    height: 350px;
  }

  .cc-video-content .video-head {
    font-size: 26px;
    padding-bottom: 10px;
  }

  .cc-play-btn svg {
    width: 40px;
  }

  .cc-play-btn svg {
    width: 50px;
    height: 100%;
  }

  .ab-camp-metas {
    gap: 18px;
    padding: 5px 15px;
  }

  .ab-our-camp-img {
    height: 220px;
  }

  .ab-section2 {
    padding: 50px 0px 80px;
  }

  .eachbrand img {

    height: 70px;
    padding: 10px 0px;
  }

  .ab-slider-content {
    border: unset;
  }

  .brand-content-meta {
    margin: 30px 0px 10px;
  }

  .brand-detail-head {
    font-size: 30px;
    line-height: 30px;
    width: 90%;
    padding-bottom: 15px;
  }

  .cc-video-content {
    top: 50%;
    width: 100%;
  }

  .ab-camp-img {
    height: 680px;
  }

  .hil-desc {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .head-idea-launch-flex {
    flex-direction: column;
    gap: 18px;
  }

  .hil-main-head {
    width: 80%;
  }

  .hil-head {
    padding-bottom: 8px;
  }

  .hil-single.camp-head-div:nth-child(2) {
    padding: 10px 0px 20px 20px;
  }

  .sc-banner-img {
    height: 680px;
  }

  .campaign-slider .single-camp-imgdiv .single-camp-img {
    opacity: 1;
    margin-bottom: 20px;
  }

  .campaign-slider .slick-dots li button:before {
    /* Add your custom dot style here */
  }

  .head-camp-flex {
    flex-direction: column;
    gap: 15px;
  }

  .campaign-slider-arrows {
    width: 96%;
  }

  .campaign-slider-arrows svg {
    width: 40px;
  }

  .sc-count-desc {
    width: 80%;
  }

  .more-camp-head-div {
    align-items: center;
    padding: 10px 30px;
  }

  .single-camp-slider {
    margin: 0px 10px;
  }

  .campaign-slider .slick-dots {
    display: flex !important;
    width: fit-content;
    margin: auto;
  }

  .campaign-slider .slick-dots li {
    background-color: #A5A5A5;
    color: #A5A5A5;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
  }

  .campaign-slider .slick-dots .slick-active {
    width: 25px;
    background-color: #62AD93;
  }

  .campaign-slider .slick-dots button {
    color: #A5A5A5;
    font-size: 2px;
  }

  .campaign-slider .slick-dots .slick-active button {
    color: #62AD93;
  }

  .campaign-marbles {
    flex-direction: column;
  }

  .featured-camp .ab-our-camp-img,
  .remaining-elements-parent .ab-our-camp-img {
    height: 258px;
  }

}

.accessrequest .modal-body {
  background-color: white;
  border-radius: 20px;
  padding: 25px 25px 15px;
}

.accessrequest .modal-body h6 {
  font-family: "TitilliumWeb-SemiBold";
  color: black;
  font-size: 16px;
  line-height: 18px;
  padding: 20px 0px;
}

.accessrequest .modal-body input {
  width: 100%;
  background-color: #F7F7F7;
  border: unset;
  border-radius: 8px;
  padding: 5px;
  font-size: 12px;
  font-family: "IvyJournal-Italic";
  color: black;
  opacity: 1;
}

.accessrequest .btn.btn-primary {
  width: 100%;
  background-color: #00A475;
  border-radius: 19px;
  font-size: 16px;
  font-family: "TitilliumWeb-SemiBold";
  color: white;
}

.additional-content {
  padding-top: 10px;
}

.sc-banner-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Adjust the alpha value (0.5 in this case) to control the transparency */
  z-index: 1;
  /* Ensure the overlay is on top of the image */
}

.error-messages p {
  color: red;
  font-size: 12px;
}

.more-camp-arrows svg,
.our-camp-arrows svg {

  cursor: pointer;
}

.more-camp-arrows .more-camp-arrow[aria-disabled=true],
.our-camp-arrows .our-camp-arrow[aria-disabled=true] {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}

.singlebrand-detail.page-307 .head-idea-launch .hil-single .kc-read-more {
  background-color: transparent;
  color: black;
  border: 1px solid #00a475;
  padding: 5px 20px;
  cursor: pointer;
  display: block;
  max-width: 116px;
  width: 100%;
}

.singlebrand-detail.page-307 .head-idea-launch .hil-single .kc-desc {
  padding-bottom: 20px;
}

.singlebrand-detail.page-307 .head-idea-launch .hil-single .kc-read-more:hover {
  color: #00a475;
}

.kc-read-more {
  display: none;
}

.singlebrand-detail.page-307 .campaign-slider-sec .campaign-slider-arrows {
  display: none;
}


.contact-btn-new {
  display: inline-block;
  margin-top: 5px;
  padding: 8px 75px;
  border: 0.5px solid #154f7d;
  font-size: 16px;
  color: #003378;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  font-family: "TitilliumWeb-SemiBold";
  margin-top: 0;
  height: 48px;
}

.powermail-errors-list.filled {
  font-size: 14px;
  color: red;
  margin-top: 5px;
}

.frame-type-powermail_pi1 h3{
  display: none !important;
}