.quick-navs,
.selectdropdown.quick-navs {
  width: 100%;
  margin-bottom: 32px;
}

@media (min-width:980px) {

  .quick-navs,
  .selectdropdown.quick-navs {
    display: none;
  }
}

.eds-block {
  background-color: #c4d8ec;
  display: flex;
  flex-direction: column;
}

@media (min-width:720px) {
  .eds-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-bottom: 0;
    align-items: center;
  }
}

@media (min-width:980px) {
  .eds-block.exe-director {
    align-items: unset;
  }
}

.eds-block .cols-4 {
  width: 100%;
}

@media (min-width:980px) {
  .eds-block .cols-4 {
    width: 40%;
    min-height: 520px;
    position: relative;
  }
}

@media (min-width: 1440px) {
  .eds-block .cols-4 {
    min-height: 620px;
  }
}

.eds-block .cols-4 img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

@media (min-width:980px) {
  .eds-block .cols-4 img {
    position: absolute;
    height: 100%;
  }
}

.eds-block .cols-8 {
  width: 100%;
}

@media (min-width:980px) {
  .eds-block .cols-8 {
    width: 60%;
  }
}

@media (max-width: 575px) {
  .eds-block .cols-8 .social-p img {
    width: 18px;
  }
}

.eds-block__text {
  padding: 48px 30px;
}

@media (min-width:980px) {
  .eds-block__text {
    padding: 48px;
  }
}

.eds-block__text .block-header {
  position: relative;
  margin-bottom: 32px;
}

@media (min-width:980px) {
  .eds-block__text .block-header {
    margin-bottom: 0;
  }
}

.eds-block__text .block-header h2 {
  display: inline-flex;
}

.eds-block__text .block-header .social-p {
  display: inline-flex;
  align-items: center;
  justify-content: end;
  margin-left: 0;
}

@media (min-width:980px) {
  .eds-block__text .block-header .social-p {
    margin-left: 20px;
  }
}

.eds-block__text .block-header .social-p a {
  margin: 0 5px;
}

.eds-block__text .block-header .social-p a svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.eds-block__text blockquote {
  margin-left: 24px;
  padding-top: 6em;
}

@media (min-width:980px) {
  .eds-block__text blockquote {
    margin-left: 0;
  }
}

.eds-block__text blockquote h4 {
  font-size: 22px;
}

.eds-block__text blockquote h4::after {
  left: -36px;
}

.eds-block__text blockquote::after {
  background-size: 75px;
}

.eds-block__text .eds-description .desc-detail {
  margin-bottom: 24px;
}

.eds-block__text .eds-description p {
  margin-bottom: 20px;
}

.eds-block__text .download-photo {
  margin-bottom: 32px;
  margin-top: 16px;
}

.eds-block__text .download-block {
  display: flex;
  align-items: center;
  padding: 1em 0 0 0;
}

.eds-block__text .download-block .selectdropdown {
  margin-right: 10px;
  min-width: 120px;
  height: 50px;
  line-height: 48px;
}

.ed-gal {
  background-color: #f4f5f6;
}

.ed-gal .edPhoto-block_gallery {
  padding: 64px 0 0 0;
  position: relative;
}

.ed-gal .edPhoto-block_gallery .slick-slide {
  margin: 1em;
  background-color: #fff;
  min-height: 400px;
  transition: 0.5s ease-in;
}

.ed-gal .edPhoto-block_gallery .slick-slide:hover {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.ed-gal .edPhoto-block_gallery .slick-slide .card_image {
  position: relative;
  margin: 0;
}

.ed-gal .edPhoto-block_gallery .slick-slide .card_image img {
  width: 100%;
}

.ed-gal .edPhoto-block_gallery .slick-slide .card_image a.btn-maximize {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 1;
  right: 10px;
  top: 10px;
}

.ed-gal .edPhoto-block_gallery .slick-slide .card_caption {
  padding: 16px;
  font-size: 14px;
}

.ed-gal .edPhoto-block_gallery .slick-slide .card_caption p {
  font-size: 14px;
}

.ed-gal .edPhoto-block_gallery .slick-prev,
.ed-gal .edPhoto-block_gallery .slick-next {
  background-color: #ee8b00;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.ed-gal .edPhoto-block_gallery .slick-prev {
  left: auto;
  right: 80px;
  top: -25px;
}

.ed-gal .edPhoto-block_gallery .slick-next {
  top: -25px;
  right: 20px;
}

.ed-gal .edPhoto-block_gallery .slick-prev:before {
  content: "";
  background: url(../images/arrow-left-white.svg) no-repeat center center;
  display: block;
  height: 30px;
}

.ed-gal .edPhoto-block_gallery .slick-prev:hover,
.ed-gal .edPhoto-block_gallery .slick-prev:focus {
  background: url(../images/arrow-left-white.svg) no-repeat center center #ee8b00;
}

.ed-gal .edPhoto-block_gallery .slick-next:before {
  content: "";
  background: url(../images/arrow-right-white.svg) no-repeat center center;
  display: block;
  height: 30px;
}

.ed-gal .edPhoto-block_gallery .slick-next:hover,
.ed-gal .edPhoto-block_gallery .slick-next:focus {
  background: url(../images/arrow-right-white.svg) no-repeat center center #ee8b00;
}

.ed-gal .edPhoto-block_gallery .slick-dots {
  visibility: hidden;
}

.ed-gal .edPhoto-block_gallery .slick-dotted.slick-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.ed-gal .edPhoto-block_gallery .btn-center {
  margin-bottom: 0;
}

.latestFrom-ed.deputy {
  background-color: #f4f5f6;
}

.latestFrom-ed ul.pager {
  margin-bottom: 0;
}

@media (min-width: 575.5px) and (max-width:979px) {
  .latestFrom-ed .ct-card-group.colm-3 .ct-card {
    max-width: calc(100% - 38px);
    width: 100%;
    margin: 16px 0 16px 0;
  }
}

.ed-updates {
  background-color: #f4f5f6;
}

.ed-updates_block.mrg-right {
  margin-right: 48px;
}

@media (max-width:767px) {
  .ed-updates_block.mrg-right {
    margin-right: 0;
  }
}

.ed-updates_block.mrg-right ul.pager {
  margin-bottom: 0;
}

.ed-updates_block.mrg-left {
  margin-left: 48px;
  height: 100%;
  position: relative;
}

@media (max-width:767px) {
  .ed-updates_block.mrg-left {
    padding-bottom: 75px;
  }
}

@media (max-width:979px) {
  .ed-updates_block.mrg-left {
    margin-left: 0;
  }
}

.ed-updates_block.mrg-left .btn-twt {
  position: absolute;
  bottom: 0;
  left: 0;
}

.ed-updates_block .st-sp-row {
  border-bottom: 1px solid #d2d2d2;
  padding: 32px 0;
}

.ed-updates_block .st-sp-row .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.ed-updates_block .st-sp-row .info p {
  margin: 0;
  padding: 0;
  display: inline-flex;
  font-size: 15px;
}

.ed-updates_block .st-sp-row .info p.content-type {
  color: #ed8b00;
  font-weight: 700;
}

.ed-updates_block .st-sp-row .info p.date {
  color: #4c4c4c;
}

.ed-updates_block .st-sp-row h4 {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}

.ed-updates_block .st-sp-row h4 a {
  color: #000000;
}

.deputy-ed {
  background-color: #ffffff;
}

.deputy-ed.adv {
  background-color: transparent;
}

@media (max-width: 575px) {
  .deputy-ed .container-sig {
    padding: 0 0 0 20px;
  }
}

.deputy-ed .deputy-card-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .deputy-ed .deputy-card-row {
    position: relative;
    left: 0;
    width: calc(100% - 18px);
    min-height: 300px;
    margin: 0;
    display: block;
  }
}

@media (min-width:980px) {
  .deputy-ed .deputy-card-row {
    flex-direction: row;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}

@media (min-width:980px) {
  .deputy-ed .deputy-card-row .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.deputy-ed .deputy-card-row .slick-track {
  display: flex;
}

.deputy-ed .deputy-card-row .slick-dots {
  bottom: -15px;
}

.deputy-ed .deputy-card-row .slick-dots li {
  margin: 0;
}

.deputy-ed .deputy-card-row .slick-dots li button:before {
  color: #ed8b00;
}

.deputy-ed .deputy-card-row .slick-dots li.slick-active button:before {
  color: #ed8b00;
  font-size: 11px;
}

.deputy-ed .deputy-card-row .slick-slide {
  margin-right: 14px;
}

.deputy-ed .deputy-card-row .deputy-card {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}

@media (min-width:720px) {
  .deputy-ed .deputy-card-row .deputy-card {
    flex-wrap: nowrap;
    max-width: 100%;
  }
}

@media (min-width: 860px) {
  .deputy-ed .deputy-card-row .deputy-card {
    max-width: 96%;
    margin: 10px 15px;
  }
}

@media (min-width: 980px) and (max-width: 1024px) {
  .deputy-ed .deputy-card-row .deputy-card {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .deputy-ed .deputy-card-row .deputy-card {
    max-height: 360px;
  }
}

.deputy-ed .deputy-card-row .deputy-card_image {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 575px) {
  .deputy-ed .deputy-card-row .deputy-card_image {
    max-height: 280px;
  }
}

@media (min-width:720px) {
  .deputy-ed .deputy-card-row .deputy-card_image {
    max-width: 240px;
  }
}

@media (min-width: 980px) and (max-width: 1024px) {
  .deputy-ed .deputy-card-row .deputy-card_image {
    max-width: 100%;
  }
}

.deputy-ed .deputy-card-row .deputy-card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 575px) {
  .deputy-ed .deputy-card-row .deputy-card_image img {
    object-position: center 20%;
  }
}

.deputy-ed .deputy-card-row .deputy-card_body {
  padding: 1.5em;
  max-width: 100%;
}

@media (min-width:768px) {
  .deputy-ed .deputy-card-row .deputy-card_body {
    max-width: 65%;
  }
}

@media (min-width: 980px) and (max-width: 1024px) {
  .deputy-ed .deputy-card-row .deputy-card_body {
    max-width: 100%;
  }
}

.deputy-ed .deputy-card-row .deputy-card_body p.designation {
  margin: 0;
  font-size: 15px;
}

.deputy-ed .deputy-card-row .deputy-card_body h3,
.deputy-ed .deputy-card-row .deputy-card_body h4 {
  margin: 10px 0 25px 0;
}

.deputy-ed .deputy-card-row .deputy-card_body h3~p,
.deputy-ed .deputy-card-row .deputy-card_body h4~p {
  line-height: 1.4;
  margin-bottom: 16px;
  font-size: 15px;
}

.deputy-ed .deputy-card-row .deputy-card.ed-l {
  background-color: #e7eef5;
}

.d-hide {
  display: block;
}

@media (min-width:980px) {
  .d-hide {
    display: none;
  }
}

.cnt-max750 ul.breadcrumb {
  padding-left: 0;
  padding-right: 0;
}

.deputy-cnt {
  padding-top: 0;
}

.eds-desk-show {
  display: none;
}

@media (min-width:980px) {
  .eds-desk-show {
    display: block;
  }

  .eds-desk-show .cols-4 img {
    max-height: 100%;
  }
}

.eds-md-show {
  display: block;
}

@media (min-width:980px) {
  .eds-md-show {
    display: none;
  }
}

.exb-ct h3 {
  color: #4c4c4c;
}

.goodwill-block {
  margin: 0;
}

.goodwill-block .slick-slide {
  margin-right: 14px;
}

.goodwill-block .slick-dots li {
  margin: 0;
}

.goodwill-block .slick-dots li button:before {
  color: #ed8b00;
}

.goodwill-block .slick-dots li.slick-active button:before {
  color: #ed8b00;
  font-size: 11px;
}

.goodwill-block .swiper-wrapper {
  flex-wrap: nowrap;
}

@media (min-width:980px) {
  .goodwill-block .swiper-wrapper {
    flex-wrap: wrap;
  }
}

.goodwill-gallery {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
}

@media (min-width:980px) {
  .goodwill-gallery {
    flex-wrap: wrap;
  }
}

.goodwill-gallery .gal-thumb {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .goodwill-gallery .gal-thumb {
    width: calc(50% - 20px);
  }
}

@media (min-width: 860px) {
  .goodwill-gallery .gal-thumb {
    width: calc(33.3333333333% - 20px);
  }
}

@media (min-width:980px) {
  .goodwill-gallery .gal-thumb {
    background-color: #000000;
  }
}

.goodwill-gallery .gal-thumb a {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media (max-width:979px) {
  .goodwill-gallery .gal-thumb a {
    margin: 0 8px;
    border-radius: 5px;
    background-color: #000000;
  }
}

.goodwill-gallery .gal-thumb a img {
  border-radius: 5px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: 0.5s ease-in;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

.goodwill-gallery .gal-thumb a img:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1;
}

.goodwill-gallery .gal-thumb a h4 {
  position: absolute;
  bottom: 30px;
  z-index: 2;
  margin: 0 auto;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  padding: 0 15px;
  width: 100%;
}

.goodwill-gallery .slick-prev,
.goodwill-gallery .slick-next {
  display: none !important;
}

.goodwill-gallery .slick-prev {
  left: 0;
}

.goodwill-gallery .slick-next {
  right: 0;
}

.standalone-quote-block {
  background-color: #f5f5f0;
}

@media (max-width: 575px) {
  .standalone-quote-block .cnt-max750 {
    padding: 0 20px;
  }
}

.swiper .swiper-wrapper .swiper-slide.gal-thumb {
  min-width: calc(33.3333333333% - 20px);
  width: calc(33.3333333333% - 20px);
}

@media (min-width:980px) {
  .swiper .swiper-wrapper .swiper-slide.gal-thumb {
    height: auto !important;
  }
}

.ed-gal .edPhoto-block_gallery .slick-prev.slick-disabled,
.ed-gal .edPhoto-block_gallery .slick-next.slick-disabled {
  cursor: auto;
  opacity: 0.5;
}

.ed-gal .edPhoto-block_gallery .slick-prev.slick-disabled::before,
.ed-gal .edPhoto-block_gallery .slick-next.slick-disabled::before,
.ed-gal .edPhoto-block_gallery .slick-prev.slick-disabled:hover::before,
.ed-gal .edPhoto-block_gallery .slick-next.slick-disabled:hover::before {
  opacity: 0.25;
}

.ed-gal .edPhoto-block_gallery .slick-prev.slick-disabled:hover,
.ed-gal .edPhoto-block_gallery .slick-prev.slick-disabled:focus,
.ed-gal .edPhoto-block_gallery .slick-next.slick-disabled:hover,
.ed-gal .edPhoto-block_gallery .slick-next.slick-disabled:focus {
  background: #ee8b00;
}

.amsdr-quote {
  display: block;
}

@media (min-width:768px) {
  .amsdr-quote {
    display: none;
  }
}

/* // new styles for ed gallery */
.img-blk {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  background-color: #c7c7c7;
}

.img-blk a {
  display: block;
  height: 100%;
}

.img-blk a.gal-img {
  position: relative;
}

.img-blk a.gal-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7441570378) 100%);
  z-index: 0;
}

.img-blk img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
  position: relative;
}

@media (min-width:768px) {
  .img-blk img {
    object-fit: cover;
  }
}

.img-blk img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7441570378) 100%);
  z-index: 0;
}

.img-blk .img-blk-caption {
  padding: 22px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 575px) {
  .img-blk .img-blk-caption {
    padding: 16px 22px 2px 22px;
  }
}

@media (min-width:980px) {
  .img-blk .img-blk-caption {
    padding: 32px;
  }
}

.img-blk .img-blk-caption h6 {
  color: #ffffff;
  margin-bottom: 10px;
}

.img-blk .img-blk-caption p {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 719px) {
  .img-blk .img-blk-caption p {
    display: none;
  }
}

.img-blk .btn-maximize {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 1;
  right: 10px;
  top: 10px;
}

.gall-wrapper .gal-grid {
  display: flex;
  flex-direction: column;
}

@media (min-width:980px) {
  .gall-wrapper .gal-grid {
    flex-direction: row;
    max-height: 560px;
  }
}

.gall-wrapper .gal-grid .thumb-lg {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width:980px) {
  .gall-wrapper .gal-grid .thumb-lg {
    width: 100%;
    margin: 0;
  }
}

.gall-wrapper .gal-grid .thumb-lg .img-blk img {
  max-height: 360px;
  margin-bottom: 0;
}

@media (min-width: 575.5px) and (max-width:979px) {
  .gall-wrapper .gal-grid .thumb-lg .img-blk img {
    max-height: 460px;
  }
}

@media (min-width:980px) {
  .gall-wrapper .gal-grid .thumb-lg .img-blk img {
    max-height: 560px;
  }
}

.gall-wrapper .gal-grid .thumb-sm {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

@media (min-width:768px) and (max-width:979px) {
  .gall-wrapper .gal-grid .thumb-sm {
    flex-direction: row;
  }
}

@media (min-width:980px) {
  .gall-wrapper .gal-grid .thumb-sm {
    width: 34%;
    margin-left: 20px;
  }
}

.gall-wrapper .gal-grid .thumb-sm .img-blk {
  max-height: calc(50% - 10px);
}

.gall-wrapper .gal-grid .thumb-sm .img-blk img {
  max-height: 360px;
  margin-bottom: 0;
}

@media (min-width: 575.5px) and (max-width:979px) {
  .gall-wrapper .gal-grid .thumb-sm .img-blk img {
    max-height: 460px;
  }
}

@media (min-width:980px) {
  .gall-wrapper .gal-grid .thumb-sm .img-blk img {
    max-height: 560px;
  }
}

.gall-overley {
  background-color: #000000;
  opacity: 0.6;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: none;
}

.gall-window {
  width: 100%;
  max-width: 1440px;
  position: fixed;
  z-index: 16;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 12dvh;
  background-color: #ffffff;
  display: none;
  overflow: hidden;
}

@media (max-width: 719px) {
  .gall-window {
    top: 10dvh;
  }
}

@media (min-width:980px) {
  .gall-window {
    height: auto;
    top: 16dvh;
  }
}

.gall-window .wrap {
  position: relative;
  padding: 70px 0 10px 0;
}

@media (min-width:980px) {
  .gall-window .wrap {
    padding: 0;
  }
}

.gall-window .wrap .btn-close {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 12px;
  top: 20px;
  z-index: 1;
  cursor: pointer;
}

@media (min-width:980px) {
  .gall-window .wrap .btn-close {
    top: 16px;
  }
}

.gall-window .wrap .rows-gl {
  display: flex;
  flex-direction: column;
}

@media (min-width:980px) {
  .gall-window .wrap .rows-gl {
    flex-direction: row;
  }
}

.gall-window .wrap .rows-gl .col-1 {
  min-width: 240px;
  position: relative;
  background-color: #f2f2f2;
}

@media (min-width:980px) {
  .gall-window .wrap .rows-gl .col-1 {
    flex-grow: 2;
  }
}

.gall-window .wrap .rows-gl .col-1 .quicknav-wrap {
  width: 80%;
  position: absolute;
  left: 16px;
  top: -75px;
}

@media (max-width:979px) {
  .gall-window .wrap .rows-gl .col-1 .quicknav-wrap {
    top: -126px;
  }
}

.gall-window .wrap .rows-gl .col-1 .quicknav-wrap .selectdropdown:after {
  top: 23px;
}

.gall-window .wrap .rows-gl .col-2 {
  width: 100%;
}

@media (min-width:980px) {
  .gall-window .wrap .rows-gl .col-2 {
    flex-grow: 2;
  }
}

.gall-window .wrap .rows-gl .sd-nav {
  overflow-x: hidden;
  overflow-y: auto;
  height: 90%;
  padding: 16px 16px 16px 48px;
  display: none;
}

@media (min-width:980px) {
  .gall-window .wrap .rows-gl .sd-nav {
    display: block;
    margin: 16px 0 16px 0;
  }
}

.gall-window .wrap .rows-gl .sd-nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f4f5f6;
}

.gall-window .wrap .rows-gl .sd-nav::-webkit-scrollbar {
  width: 4px;
  background-color: #f4f5f6;
}

.gall-window .wrap .rows-gl .sd-nav::-webkit-scrollbar-thumb {
  background-color: #ed8b00;
}

.gall-window .wrap .rows-gl .sd-nav .gallery-group {
  padding: 8px 0 8px 0;
}

.gall-window .wrap .rows-gl .sd-nav .gallery-group:first-child {
  padding: 0;
}

.gall-window .wrap .rows-gl .sd-nav .gallery-group:first-child li:first-child {
  font-size: 17px;
  font-weight: 700;
  color: #000000;
}

.gall-window .wrap .rows-gl .sd-nav .gallery-group p.drnatalia,
.gall-window .wrap .rows-gl .sd-nav .gallery-group p.drbabatunde {
  font-size: 14px;
  padding: 8px 0;
  position: relative;
  cursor: pointer;
}

@media (max-width:979px) {

  .gall-window .wrap .rows-gl .sd-nav .gallery-group p.drnatalia,
  .gall-window .wrap .rows-gl .sd-nav .gallery-group p.drbabatunde {
    padding: 10px 0 10px 0;
  }
}

.gall-window .wrap .rows-gl .sd-nav .gallery-group p.drnatalia.collapse-out::after,
.gall-window .wrap .rows-gl .sd-nav .gallery-group p.drbabatunde.collapse-out::after {
  content: "";
  width: 20px;
  height: 18px;
  position: absolute;
  left: -26px;
  top: 12px;
  background: url(../images/icon-downarrow-black.svg);
  transform: rotate(-180deg);
}

.gall-window .wrap .rows-gl .sd-nav .gallery-group p.drnatalia.collapse-in::after,
.gall-window .wrap .rows-gl .sd-nav .gallery-group p.drbabatunde.collapse-in::after {
  content: "";
  width: 20px;
  height: 18px;
  position: absolute;
  left: -26px;
  top: 7px;
  background: url(../images/icon-downarrow-black.svg);
}

.gall-window .wrap .rows-gl .sd-nav ul,
.gall-window .wrap .rows-gl .sd-nav li {
  list-style: none;
}

.gall-window .wrap .rows-gl .sd-nav ul li {
  font-size: 18px;
  margin: 16px 0;
  color: #666666;
  cursor: pointer;
}

.gall-window .wrap .rows-gl .sd-nav ul li:hover {
  color: #000000;
}

.gall-window .wrap .rows-gl .sd-nav ul li.active {
  color: #000000;
  font-weight: 700;
}

.gall-window .wrap .rows-gl .galwrap {
  padding: 0;
  position: relative;
}

@media (min-width:980px) {
  .gall-window .wrap .rows-gl .galwrap {
    padding: 65px 0 16px 48px;
    /* width: calc(88% - 60px); */
  }
}

.gall-window .wrap .rows-gl .galwrap .img-blk {
  max-height: 62vh;
  width: 100%;
  position: relative;
}

.gall-window .wrap .rows-gl .galwrap .img-blk::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7441570378) 100%);
  z-index: 0;
}

@media (max-width: 575px) {
  .gall-window .wrap .rows-gl .galwrap .img-blk::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
    background: transparent;
    z-index: 0;
  }
}

.gall-window .wrap .rows-gl .galwrap .img-blk img {
  max-height: 360px;
  margin-bottom: 0;
  object-fit: cover;
}

@media (min-width: 575.5px) {
  .gall-window .wrap .rows-gl .galwrap .img-blk img {
    max-height: 560px;
  }
}

@media (max-width: 575px) {
  .gall-window .wrap .rows-gl .galwrap .img-blk .img-blk-caption {
    position: relative;
    left: auto;
    bottom: auto;
    color: #000000;
    background: #ffffff;
  }
}

@media (max-width: 575px) {
  .gall-window .wrap .rows-gl .galwrap .img-blk .img-blk-caption h6 {
    color: #000000;
  }
}

@media (max-width: 575px) {
  .gall-window .wrap .rows-gl .galwrap .img-blk .img-blk-caption p {
    display: block;
    color: #000000;
  }
}

.gall-window .wrap .rows-gl .galwrap .swiper.gallerySwiper {
  width: 100%;
  height: 100%;
  left: 0 !important;
  padding-bottom: 30px !important;
}

@media (min-width:980px) {
  .gall-window .wrap .rows-gl .galwrap .swiper.gallerySwiper {
    width: 100%;
    padding-bottom: 30px !important;
  }
}

.gall-window .wrap .rows-gl .galwrap .swiper.gallerySwiper .swiper-scrollbar {
  background: #f4f5f6;
  left: 5px;
}

.gall-window .wrap .rows-gl .galwrap .swiper.gallerySwiper .swiper-scrollbar-drag {
  background: #ed8b00;
}

@media (min-width:980px) {
  .gall-window .wrap .rows-gl .galwrap .swiper.gallerySwiper .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0px !important;
  }
}

.gall-window .wrap .rows-gl .galwrap .swiper-button-next,
.gall-window .wrap .rows-gl .galwrap .swiper-button-prev {
  top: 35px;
  background-color: #ee8b00;
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

@media (max-width:979px) {

  .gall-window .wrap .rows-gl .galwrap .swiper-button-next,
  .gall-window .wrap .rows-gl .galwrap .swiper-button-prev {
    top: -30px;
  }
}

.gall-window .wrap .rows-gl .galwrap .swiper-button-next:after,
.gall-window .wrap .rows-gl .galwrap .swiper-button-prev:after {
  font-size: 18px;
  color: #fff;
}

.gall-window .wrap .rows-gl .galwrap .swiper-button-next {
  right: 74px;
}

@media (max-width:979px) {
  .gall-window .wrap .rows-gl .galwrap .swiper-button-next {
    right: 60px;
  }
}

.gall-window .wrap .rows-gl .galwrap .swiper-button-prev {
  right: 125px;
  left: auto;
}

@media (max-width:979px) {
  .gall-window .wrap .rows-gl .galwrap .swiper-button-prev {
    right: 110px;
  }
}

.gall-window .wrap .rows-gl .galwrap .swiper-slide {
  display: flex;
  position: relative;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 575.5px) and (max-width:979px) {
  .gall-window .wrap .rows-gl .galwrap .swiper-slide {
    height: 450px;
  }
}

@media (min-width:980px) {
  .gall-window .wrap .rows-gl .galwrap .swiper-slide {
    height: 420px;
    padding-right: 16px;
    padding-left: 0;
  }
}

@media (min-width: 1440px) {
  .gall-window .wrap .rows-gl .galwrap .swiper-slide {
    height: 560px;
  }
}

.gall-window .wrap .rows-gl .galwrap .swiper-slide.swiper-slide-prev,
.gall-window .wrap .rows-gl .galwrap .swiper-slide.swiper-slide-next {
  opacity: 0.8;
}

@media (max-width:767px) {
  .latestFrom-ed .ct-card-group.colm-3 {
    display: block;
  }
}

.selectdropdown.open .list .gallery-group ul.title li.option {
  font-weight: 700;
}

.selectdropdown.open .list .gallery-group p.drnatalia,
.selectdropdown.open .list .gallery-group p.drbabatunde {
  padding: 10px 0 0 20px;
  font-weight: 700;
  line-height: 2;
}

@media (max-width:979px) {

  .selectdropdown.open .list .gallery-group p.drnatalia,
  .selectdropdown.open .list .gallery-group p.drbabatunde {
    padding: 10px 0 10px 20px;
  }
}

.goodwill-block .view-content {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width:980px) {
  .goodwill-block .swiper.goodwillSwiper .swiper-wrapper.goodwill-gallery {
    flex-wrap: wrap;
  }
}

@media (min-width:980px) {
  .goodwill-block .swiper.goodwillSwiper .swiper-wrapper.goodwill-gallery .swiper-slide.gal-thumb {
    min-width: calc(33.3333333333% - 40px);
    width: calc(33.3333333333% - 34px);
    margin: 16px;
  }
}

.goodwill-block .gal-thumb {
  margin-bottom: 32px;
}

@media (min-width:720px) {
  .goodwill-block .gal-thumb {
    width: calc(50% - 32px);
    background-color: #fff;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.goodwill-block .gal-thumb a {
  background-color: #000;
  position: relative;
  display: block;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.goodwill-block .gal-thumb a+p {
  background-color: #ffffff;
  font-size: 14px;
  padding: 12px 16px;
}

.goodwill-block .gal-thumb a img {
  width: 100%;
}

.goodwill-block .gal-thumb h4 {
  margin: 32px 16px 8px 16px;
}

.goodwill-block .gal-thumb p {
  background-color: #ffffff;
  font-size: 14px;
  padding: 12px 16px;
}

@media (min-width:980px) {
  .goodwill-block .gwDetail .gal-thumb {
    width: calc(33.3333333333% - 20px);
    padding-right: 0;
  }
}

.goodwill-block .patr-row {
  display: flex;
  width: 100%;
  margin: 0 0 50px 0;
}

@media (max-width: 575px) {
  .goodwill-block .patr-row {
    flex-direction: column;
  }
}

.goodwill-block .patr-row .col {
  display: flex;
  align-items: center;
}

.goodwill-block .patr-row .col.pimg {
  flex: 1;
}

.goodwill-block .patr-row .col.pimg a {
  display: block;
  width: 100%;
}

.goodwill-block .patr-row .col.pimg a img {
  width: 100%;
}

.goodwill-block .patr-row .col.cnt {
  display: flex;
  align-items: center;
  flex: 2;
}

.goodwill-block .patr-row .cnt-box {
  padding: 48px 32px 32px 64px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease-in;
  width: 100%;
}

@media (max-width: 575px) {
  .goodwill-block .patr-row .cnt-box {
    padding: 25px;
  }
}

.goodwill-block .patr-row .cnt-box:hover {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}

.goodwill-block .patr-row .cnt-box .ptr {
  display: inline-block;
  background-color: #f9dcb2;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 3px 20px;
}

.goodwill-block .patr-row .cnt-box h4 a,
.goodwill-block .patr-row .cnt-box h5 a {
  color: #000000;
}

.goodwill-block .patr-row .cnt-box h4 a:hover,
.goodwill-block .patr-row .cnt-box h5 a:hover {
  color: #4a8bcd;
}

.goodwill-block .patr-row .cnt-box a.btn {
  float: right;
  margin-top: 20px;
}

@media (max-width: 575px) {
  .goodwill-block .patr-row .cnt-box a.btn {
    float: none;
  }
}

.lang-ar .eds-block__text .download-block .selectdropdown {
  margin-right: inherit;
  margin-left: 10px;
}

@media (min-width:980px) {
  .lang-ar .eds-block__text .block-header .social-p {
    margin-left: 0px;
    margin-right: 20px;
  }
}

.lang-ar .gall-window .wrap .btn-close {
  right: auto;
  left: 12px;
}

.lang-ar .ed-updates_block.mrg-right {
  margin-left: 48px;
}

.lang-ar .ed-updates_block.mrg-left {
  margin-right: 48px;
}

.lang-ar .ed-updates_block.mrg-left .btn-twt {
  left: auto;
  right: 0;
}

.lang-ar nav.pager-nav {
  justify-content: flex-start;
}

@media (min-width: 980px) {
  .lang-ar .gall-wrapper .gal-grid .thumb-sm {
    margin-left: 0;
    margin-right: 20px;
  }
}

@media (max-width: 979px) {
  .lang-ar .gall-window .wrap .rows-gl .col-1 .quicknav-wrap {
    left: auto;
    right: 12px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 8;
}

h2.caption_heading {
  text-align: center;
}