/* Header */
.qiyas-header {
  padding: 0px;
}

.qiyas-header img.qiyas-logo {
  width: 226px;
  height: 77px;
  /* transform: translatey(10px); */
  cursor: pointer;
}

.qiyas-header img.mobile-mene-icon {
  width: auto !important;
  display: none;
  cursor: pointer;
  transform: translateY(5px);
}

.top-mobile-menu {
  display: none;
}

.mobile-menu-close {
  cursor: pointer;
}

.nav-container {
  display: flex;
  flex-wrap: wrap;
}

.nav-top {
  margin-right: auto;
}

.nav-links {
  flex-basis: 100%;
  margin-top: -10px;
  display: flex;
  justify-content: end;
}

.nav-top .log-in,
.nav-top .time-schedule {
  background: #29B3B4;
  color: white;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 7px;
  margin-left: 15px;
  text-decoration: none;
}

.nav-top .log-in:hover {
  text-decoration: none;
}

.nav-top button {
  background-color: white;
  border: 0;
  color: #9d9d9d;
}

.nav-links a {
  color: #34346b;
  font-weight: bold;
  font-size: 16px;
  padding: 0px 0px 0px 40px;
  text-decoration: none;
}

.nav-links a:last-child {
  padding: 0px;
}

@media only screen and (max-width: 992px) {
  .nav-links a {
    padding: 0px 0px 0px 20px;
  }
}

@media only screen and (max-width: 769px) {
  .qiyas-header {
    padding: 0 10px;
  }

  .qiyas-header img.qiyas-logo {
    width: 130px;
    transform: translatey(-5px);
  }

  .qiyas-header img.mobile-mene-icon {
    width: auto !important;
    display: block;
  }

  .nav-container {
    flex-direction: column-reverse;
  }

  .logo-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: -10px;
    margin-top: 10px;
  }


  .nav-top .log-in,
  .nav-top .time-schedule {
    font-size: 14px;
    padding: 7px 7px;
    margin-left: 0px;
  }

  .nav-links {
    display: none;
    background: #34346b;
    opacity: 0.85;
    width: 100%;
    height: 102vh;
    position: fixed;
    padding: 60px 30px;
    top: 0;
    left: 0;
    z-index: 11;
  }

  .logo-container>.mobile-mene-icon:active~.nav-links {
    display: block;
  }

  .top-mobile-menu {
    display: flex;
    justify-content: space-between;
  }

  .menu-mobile-title {
    font-size: 30px;
    color: #29B3B4;
    font-weight: bold;
  }

  .nav-links a {
    color: white;
    display: inherit;
    font-weight: bold;
    font-size: 20px;
    padding: 5px 0;
  }
}

@media only screen and (max-width: 426px) {
  .qiyas-header {
    justify-content: normal;
    padding: 0 5px;
  }
}

@media only screen and (max-width: 375px) {

  .nav-top .log-in,
  .nav-top .time-schedule {
    padding: 7px 5px;
  }
}

/* Header End */

/* Breadcrumb */
.breadcrumb {
  margin-top: 22px;
  background: transparent linear-gradient(91deg, #00B0B2 0%, #0397B2 0%, #4162A8 67%, #754C9E 100%) 0% 0% no-repeat padding-box;
  padding: 24px 0;
  border-radius: 0px;
}

.breadcrumb-link a,
.breadcrumb-link span {
  font-size: 12px;
  color: white;
  padding-left: 10px;
  text-decoration: none;
}

.breadcrumb .page-title {
  font-size: 32px;
  color: white;
  font-weight: bold;
}

.breadcrumb-content .icons {
  margin-right: auto;
}

.breadcrumb-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.breadcrumb-content button {
  background-color: inherit;
  border: 0;
  color: white;
  font-size: 12px;
}

.breadcrumb-content button i {
  padding-left: 10px;
  font-size: 12px;
}

@media only screen and (max-width: 476px) {
  .breadcrumb-content .icons {
    margin-right: 0px;
  }
}

/* Breadcrumb End */

/* Footer */
footer {
  margin-top: 100px;
  background-color: #37326D;
  color: white;
  padding-top: 30px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}

footer .other-links h4 {
  font-weight: bold;
  margin-bottom: 12px;
}

footer .other-links a {
  color: white;
  padding-left: 90px;
  font-size: 14px;
  text-decoration: none;
}

footer .other-links a:last-child {
  padding-left: 0px;
}

footer .contact-us h4 {
  font-weight: bold;
  margin-bottom: 12px;
}

.footer-social-media-btn {
  border: 1px solid #00B0B1;
  border-radius: 5px;
  padding: 0px 5px;
  margin-right: 10px;
  margin-top: 5px;
}

.footer-social-media-btn:first-child {
  margin-right: 0px;
}

.footer-social-media-btn:hover {
  text-decoration: none;
}

.footer-social-media-btn i {
  color: white;
  font-size: 12px;
}

footer .copyright {
  background-color: #4B467B;
  margin-top: 20px;
  padding: 5px 0;
}

footer .copyright .container {
  padding: 0px;
}

footer .copyright a {
  font-size: 14px;
  color: white;
  text-decoration: none;
}

footer .copyright a:first-child {
  padding-left: 70px;
}

footer .copyright span {
  font-size: 14px;
  float: left;
}

@media only screen and (max-width: 600px) {
  footer .copyright a:first-child {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 500px) {

  .footer-container {
    display: block;
    text-align: center;
  }

  footer .other-links h4 {
    margin-bottom: 0px;
  }

  footer .other-links a {
    display: block;
    padding-left: 0px;
    margin-top: 15px;
  }

  footer .contact-us h4 {
    margin-top: 20px;
  }

  footer .copyright {
    text-align: center;
  }

  footer .copyright span {
    float: none;
    display: block;
  }

  .line-img {
    display: none;
  }
}

/* Footer End */

/* Landing Page */
.line-img {
  position: absolute;
  z-index: -1;
  right: -135px;
  top: -235px;
  width: 600px;
}

.qiyas-section {
  text-align: center;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 80px;
}

.qiyas-section h1 {
  font-weight: bold;
  margin-bottom: 16px;
  color: #00ABAF;
  font-size: 40px;
}

.qiyas-section p {
  width: 87%;
  color: #37326D;
  font-size: 18px;
  margin: auto;
  margin-bottom: 25px;
}

[dir="ltr"] .line-img {
  right: -50px;
}

@media only screen and (max-width: 500px) {
  .line-img {
    display: none;
  }
}

@media only screen and (max-width: 426px) {
  .qiyas-section h1 {
    font-size: 35px;
  }

  .qiyas-section p {
    width: 100%;
  }
}
/* Landing Page End */


/* goals */
.goals-section h1 {
  color: #7C32C9;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 80px;
}

.goals-section p {
  color: #858585;
  font-size: 18px;
  margin-top: 32px;
}

.goals-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.goals-section .goals-container .goals-card {
  flex: 30%;
  flex-grow: initial;
  padding: 16px;
  background: #fff;
  box-shadow: -2px 3px 14px 0px #efeded;
  text-align: center;
  margin: 10px;
  /* min-height: 190px; */
}

.goals-section .goals-container .goals-card h6 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #37326D;
  font-size: 16px;
  font-weight: bold;
}

.goals-section .goals-container .goals-card:first-of-type img {
  padding: 9px;
}

@media (max-width: 426px) {
  .goals-section .goals-container .goals-card {
    flex: 100%;
  }
}

/* end goals */

/* schedule */

.schedule-section h1 {
  font-size: 40px;
  color: #2A206A;
  margin-bottom: 16px;
  font-weight: bold;
  margin-top: 80px;
  text-align: center;
}

.schedule-section h6 {
  color: #7C32C9;
  font-size: 24px;
  text-align: center;
  margin-bottom: 32px;
  font-weight: bold;
}

.schedule-container {
  background-color: #fff;
  padding: 0px 30px 100px 30px;
}

.schedule-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.schedule-card {
  position: relative;
}

.schedule-card .schedule-card-header {
  background: #7C32C9;
  padding: 8px;
  border-radius: 14px;
  width: 150px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.schedule-card .schedule-card-header::after {
  content: '';
  width: 105px;
  height: 19px;
  border: 1px solid #D9D9D9;
  border-bottom: 0px;
  border-radius: 10px 10px 0px 0px;
  position: absolute;
  left: 22px;
  bottom: -85px;
}

.schedule-card .schedule-card-header span {
  font-size: 14px;
  font-weight: bold;
  color: white;
}

.schedule-card .schedule-card-header span::after {
  content: '';
  border: 4px solid #D9D9D9;
  border-radius: 20px;
  position: absolute;
  left: 19px;
  bottom: -93px;
}

.schedule-card .schedule-card-header span::before {
  content: '';
  border: 4px solid #D9D9D9;
  border-radius: 20px;
  position: absolute;
  right: 19px;
  bottom: -93px;
}

/* .schedule-card:first-child .schedule-card-header::after {
  width: 1px;
  left: 74px;
}

.schedule-card:first-child .schedule-card-header span::before {
  right: 71px;
}

.schedule-card:first-child .schedule-card-header span::after {
  border-width: 0px;
} */


.schedule-card-header .popup-card {
  display: none;
  padding: 20px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 317px;
  background: #fff;
  color: #2A206A;
  text-align: start;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  z-index: 1;
  border-right: 7px solid #00ABAF;
}

.schedule-card-header:hover .popup-card {
  display: block;
}

.schedule-card:first-of-type .schedule-card-header .popup-card {
  left: 0%;
}

.schedule-card:last-of-type .schedule-card-header .popup-card {
  transform: translate(-25%, 0%);
}

[dir="ltr"] .schedule-card-header .popup-card {
  border-right: 1px solid #D9D9D9;
  border-left: 7px solid #00ABAF;
}

.schedule-card-header .popup-card ul {
  padding-right: 30px;
  margin-bottom: 0px;
}

.schedule-card-header .popup-card ul li {
  margin-bottom: 18px;
}

[dir="ltr"] .schedule-card-header .popup-card ul {
  padding-right: 0px;
  padding-left: 30px;
}

@media (max-width: 768px) {
  .schedule-card:first-of-type .schedule-card-header .popup-card {
    left: 50%;
  }
  
  .schedule-card:last-of-type .schedule-card-header .popup-card {
    transform: translate(-50%, 0%);
  }
}

.schedule-phase {
  margin-top: 10px;
  text-align: center;
  display: block;
  color: #37326D;
  font-size: 16px;
  font-weight: 600;
}

.schedule-card-body {
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 146px;
  top: 100px;
}

.schedule-card-body::after {
  content: '';
  position: absolute;
  left: -55px;
}

.schedule-card {
  height: 260px;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

/* .schedule-card:first-child .schedule-card-body {
  right: 54px;
} */

.schedule-card:last-of-type .schedule-card-body:after {
  content: '';
}

.schedule-card-body .circle {
  width: 44px;
  height: 44px;
  padding-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 100px;
}

.schedule-card-body .circle::after {
  content: '';
  position: absolute;
  width: 58px;
  height: 58px;
  border: 3px dotted;
  border-radius: 100px;

}

.schedule-card-body .circle-1,
.schedule-card-body .circle-2 {
  /* background: #80808042;
  color: #00ABAF; */
  background: #1CC182;
  color: #fff;
}

.schedule-card-body .circle.circle-1::after {
  right: -7px;
  bottom: -7px;
  /* border-color: #80808042; */
  border-color: #1CC18280;
}

.schedule-card-body .circle-1::before {
  content: '';
  color: black;
  position: absolute;
  right: 88px;
}


.schedule-card-body .circle.circle-2::after {
  left: -7px;
  bottom: -7px;
  /* border-color: #80808042; */
  border-color: #1CC18280;
}

/* .schedule-card:first-child .schedule-card-body .circle-1 {
  background: #1CC182;
  color: #fff;
}

.schedule-card:first-child .schedule-card-body .circle.circle-1::after {
  border-color: #1CC18280 !important;
} */

.schedule-card-footer {
  position: relative;
  color: #6F4B99;
  font-size: 18px;
  padding-top: 110px;
}

.schedule-card-footer span:first-of-type {
  position: absolute;
  right: -20px;
  width: 30px;
  right: 0px;
}

.schedule-card-footer span:last-of-type {
  position: absolute;
  left: 0px;
  width: 30px;
}

.schedule-card-body.start .month {
  position: absolute;
  bottom: -80px;
  text-align: center;
  font-size: 18px;
  color: #7C32C9;
  width: 50px;
}

.schedule-card-body.end .month {
  position: absolute;
  bottom: -80px;
  text-align: center;
  font-size: 18px;
  color: #7C32C9;
  width: 50px;
  left: -4px;
}

.schedule-card-body.end .circle {
  margin-right: auto;
}

@media (max-width: 768px) {
  .schedule-box {
    flex-direction: column;
    justify-content: center;
  }

  .schedule-card {
    position: relative;
    margin: auto;
    width: 100%;
    margin-bottom: 45px;
  }
  
  .schedule-card-body::after {
    content: '';
  }

  .schedule-card .schedule-card-header::after {
    bottom: -65px;
  }
  .schedule-card .schedule-card-header span::before {
    bottom: -70px;
  }
  .schedule-card .schedule-card-header span::after {
    bottom: -70px;
  }
  .schedule-card-body {
    top: 75px;
  }
}
/* end schedule */



/* new landing page */
.qiyas-header {
  padding-top: 10px;
  padding-bottom: 16px;
}

.nav-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.nav-links {
  margin-top: 0px;
}

.dga-nav {
  background: #37326D;
  min-height: 40px;
}

.dga-nav .dga-breadcrumb {
  font-size: 0.875rem;
  padding: 12px;
  background-color: unset;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .dga-nav .dga-breadcrumb {
    padding: 12px 0px;
  }
}

.dga-nav .dga-breadcrumb .breadcrumb-item {
  color: #FFFFFF;
  text-decoration: none;
}

.dga-nav .dga-breadcrumb .breadcrumb-item:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.dga-nav .dga-breadcrumb .breadcrumb-item a {
  color: #FFFFFF;
  text-decoration: none;
}

.dga-nav .dga-breadcrumb .breadcrumb-item a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.dga-nav .dga-breadcrumb .breadcrumb-item.active {
  color: #fff;
}

.dga-nav .dga-breadcrumb .breadcrumb-item:before {
  content: "";
}

.dga-nav .dga-breadcrumb .breadcrumb-item:after {
  content: ">";
  font-weight: 400;
  color: #fff;
  padding: 0px 13px;
}

.dga-nav .dga-breadcrumb .breadcrumb-item:last-of-type:after {
  content: "";
}

.qiyas-section {
  margin-bottom: 0px;
}

.impact-section h1 {
  margin-top: 0px;
  /* color: #2A206A; */
}

.impact-section h6 {
  color: #7C32C9;
  font-size: 24px;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
  font-weight: bold;
}

.goals-section.impact-section {
  margin-top: 73px;
}

.impact-section {
  padding: 60px;
  background: rgba(124, 50, 201, 0.05);
}

/* here reema */

/* news */
.dga-news-card {
  display: block;
  max-width: 275px;
  min-height: 380px;
  border: 1px solid #37326D;
  border-radius: 0px;
  padding: 0;
  margin: 15px 0px;
  text-decoration: none !important;
}

.slick-slider .dga-news-card {
  max-width: 100%;
  margin: 15px;
  border-radius: 8px;
}

.slick-slider .dga-news-card img {
  border-radius: 8px;
}

@media (max-width: 768px) {
  .dga-news-card {
    max-width: initial;
    margin: 15px 1px;
  }
}

.dga-news-card img {
  height: 170px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .dga-news-card img {
    height: auto;
  }
}

.dga-news-card .dga-card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  min-height: 200px;
}

.dga-news-card .dga-card-body .title {
  color: #37326D;
  font-size: 1.125rem;
  min-height: 80px;
  font-weight: bold;
}

.dga-news-card .dga-card-body .description,
.dga-news-card .dga-card-body .date {
  color: #757575;
  font-size: 0.75rem;
  margin-bottom: 0;
}

.dga-news-card .dga-card-body .date {
  margin-top: auto;
  display: block;
}

.dga-news-card:hover {
  text-decoration: none;
}

.dga-news-card:focus-visible {
  outline: 2px solid #37326D;
  text-decoration: none;
}

[dir="ltr"] .dga-news-card {
  margin: 15px 10px 15px 0px;
}



.dga-header-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 33px;
}

.dga-header-section .dga-section-title h1 {
  color: #2A206A;
  font-size: 40px;
  font-weight: bold;
}

.dga-section-bnt a {
  color: #2A206A;
  border: 1px solid #2A206A;
  border-radius: 10px;
  padding: 5px 30px;

}

@media (max-width: 768px) {
  .dga-header-section {
    align-items: baseline;
    display: block;
  }

  .dga-header-section .dga-section-title h1 {
    margin-bottom: 30px;
  }

  .nav-container {
    align-items: normal;
  }

  .logo-container {
    align-items: flex-start;
  }
}

/* end new landing page */

/* details */
.dga-news-details-header {
  background: #F0EDF5;
  padding: 27px;
}

.dga-news-details-header h3,
.dga-news-details-header h2,
.dga-news-details-header h1 {
  color: #2A206A;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}

.dga-news-details-header p {
  color: #2A206A;
  font-size: 14px;
  margin-bottom: 20px;
}

.download-button {
  display: block;
  width: max-content;
  align-items: center;
  background-color: #2A206A;
  color: #fff;
  font-size: 16px;
  padding: 15px 24px;
  border-radius: 10px;
}

.download-button:hover {
  color: #fff;
  text-decoration: none;
}

.download-button img {
  padding-left: 16px;
}

[dir="ltr"] .download-button img {
  padding-right: 16px;
  padding-left: 0px;
}

.dga-news-details-header .dga-share-box {
  width: auto;
  background: #FFFFFF;
  border: 1px solid #D4C9E0;
  border-radius: 10px;
  text-align: center;
  padding: 30px;
}

@media (max-width: 768px) {
  .dga-news-details-header .dga-share-box {
    width: auto;
    margin-top: 15px;
  }

  .dga-news-details-header h3, 
  .dga-news-details-header h2 {
    font-size: 24px;
  }
}

.dga-news-details-header .dga-share-box img {
  width: 31px;
  height: 31px;
  margin: 7px;
}

.dga-news-details-header .dga-share-box .social-sharing-buttons {
  margin: 0px !important;
}

.dga-news-details-header .dga-share-box .social-sharing-buttons a {
  background: #6F4B99;
  border-radius: 100px;
  padding: 4px;
  width: 31px;
  height: 31px;
}

.col-md-3 {
  position: relative;
}

.qiyas-list-fixed {
  position: sticky;
  padding: 16px;
  top: 70px;
}

.qiyas-list-fixed a {
  display: block;
  color: #757575;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #656565;
}

.qiyas-list-fixed a:hover {
  text-decoration: none;
}

.qiyas-list-fixed a.active {
  color: #2A206A;
  font-weight: bold;
}

.qiyas-description {
  margin-top: 30px;
}

.qiyas-description h3 {
  color: #2A206A;
  font-size: 26px;
}

.qiyas-description p {
  color: #757575;
  font-size: 18px;
  margin-bottom: 24px;
}

.qiyas-description img {
  width: 100%;
}

.topics-standards {
  color: #160F3E;
}

.topics-standards>li {
  font-size: 30px;
  font-weight: 400;
  margin-top: 32px;
}

.topics-standards p {
  color: #757575;
  font-size: 18px;
  margin-bottom: 5px;
}

.topics-standards ol {
  padding: 0px 16px;
}

/* qiyas-top-five */
.qiyas-top-five {
  margin-top: 32px;
}

.qiyas-top-five h2 {
  color: #2A206A;
  font-family: 'boldFont';
  font-size: 30px; 
  margin-bottom: 16px;
  text-align: start;
}

.qiyas-top-five h1 {
  color: #2A206A;
  font-size: 30px;
  font-weight: bold;
  text-align: start;
  margin-bottom: 16px;
}

.qiyas-top-five p {
  text-align: start;
  color: #858585;
  margin-bottom: 24px;
}

.winner-slider-card {
  height: 300px;
  margin-top: 36px;
  margin-bottom: 15px;
  padding: 0px;
  background: #FFF;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  box-shadow: 0px 0.783px 23.493px 0px rgba(213, 219, 222, 0.40);
}

.winner-slider-card .title {
  margin-top: 16px;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
  color: #00ABAF;
  text-align: center;
  padding: 0px 16px;
  padding-bottom: 0px;
}

.winner-slider-card .winner-image {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 164px;
  max-height: 165px;
}

.winner-slider-card .winner-image img {
  width: 90%;
  height: 120px;
  margin: auto;
  margin-top: 20px;
}

.winner-slider-card .winner-image .tag-winner {
  /* position: absolute; */
  background: #7C32C9;
  color: #ffff;
  font-size: 10px;
  padding: 2px;
  width: 50%;
  text-align: center;
  border-radius: 5px;
  border-bottom-right-radius: 0px;
}

.winner-slider-card .winner-image .tag-level {
  margin-top: 10px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  width: 100%;
  border-radius: 0px 0px 5px 5px;
  padding: 3px;
  font-family: 'boldFont';
}

.winner-slider-card .winner-image .tag-level.green {
  background: #1CC182;
}

.winner-slider-card .winner-image .tag-level.purple {
  background: #7C32C9;
}

.winner-slider-card .winner-image .tag-level.blue{
  background: #382F71;
}

.winner-slider-card .winner-information {
  padding: 5px;
  margin: 0px 16px;
  margin-top: 30px;
  margin-bottom: 20px;
  /* border-right: 3px solid #00ABAF; */
}

.winner-slider-card .winner-information .name {
  font-size: 12px;
  font-weight: bold;
  color: #2A206A;
}

.winner-slider-card .winner-information span {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  color: #2A206A;
}

.winners-group-slick .slick-slide {
  margin: 0 6px;
}

.slick-track {
  margin-bottom: 30px;
}

.slick-dots li button:before {
  content: '' !important;
  width: 14px !important;
  height: 14px !important;
  border-radius: 15px;
  background: #757575;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  width: 14px;
  height: 14px;
  border-radius: 15px;
  background: #7C32C9;
}

.slick-dotted.slick-slider {
  margin-bottom: 80px;
}

@media (max-width: 1024px) {
  .winner-slider-card {
    height: 350px;
  }
}

@media (max-width: 550px) {
  .winner-slider-card {
    height: auto;
  }
}

/*  */

/* qiyas numbers */
.qiyas-numbers {
  margin-top:32px ;
}
.qiyas-numbers h3 {
  color: #7C32C9;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 12px;
}

.qiyas-numbers p {
  color: #858585;
  font-size: 18px;
}



/* group results */
.group-results h1 {
  color: #2A206A;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 15px;
}

.group-results-card {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #EEE;
  background: #FFF;
  box-shadow: 0px 2.617px 19.625px 0px rgba(213, 219, 222, 0.40);
  margin-top: 10px;
  margin-bottom: 10px;
}

.group-results-card .header-card {
  display: flex;
  align-items: center;
}

.group-results-card .header-card .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  box-shadow: 0px 0.654px 19.625px rgba(213, 219, 222, 0.40);
  margin-left: 6px;
}

.group-results-card .header-card .title span {
  font-size: 12px;
  color: #2A206A;
  font-weight: bold;
  display: block;
}

.group-results-card .header-card .title span:last-child {
  color: #1CC182;
}

.group-results-card .tag {
  width: 100px;
  margin: auto;
  margin-top: 8px;
  padding: 6px 7px;
  color: #fff;
  font-size: 10px;
  border-radius: 14px;
}

.group-results-card .tag.green {
  background: #095134;
}

.group-results-card .tag.yellow {
  background: #FF9D00;
}

.group-results-card .tag.light-green {
  background: #1CC182;
}

.group-results-card .tag.red {
  background: #B40000;
}

.group-results-card .tag span {
  float: inline-end;
}

/* end group results */

/* top government */
.top-government {
  margin-top: 100px;
}

.top-government .title-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-government .title-filter h1 {
  color: #2A206A;
  font-size: 26px;
  font-weight: bold;
  width: 60%;
}

.top-government .title-filter .select-years {
  border-radius: 5px;
  padding: 5px 10px;
  background: #2A206A1A;
}

.top-government .title-filter .select-years label {
  color: #2A206A;
  margin: 0 10px;
  font-weight: bold;
  font-size: 16px;
}

.top-government .title-filter .select-years #select-year {
  border: none;
  outline: none;
  background: #eae8f0;
}

.top-government p {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 22px;
  color: #858585;
}

.top-government-table {
  width: 100%;
  border-radius: 3px 3px 0px 0px;
  overflow: hidden;
  color: #2A206A;
}

.top-government-table tr,
.top-government-table th {
  border: 1px solid #EAEAEA;
}

.top-government-table th {
  background: #F9F8F9;
  padding: 12px;
  text-align: center;
}

.top-government-table td {
  border: 1px solid #EAEAEA;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.top-government-table tr td:nth-child(2) {
  text-align: start;
}

.top-government-table tr td:nth-child(4) {
  color: #00ABAF;
}

.top-government-table td .tag {
  border-radius: 10px;
  padding: 4px 10px;
  color: #fff;
  font-size: 12px;
  width: 100%;
  display: block;
  text-align: center;
}

.top-government-table td .tag.tag-250 {
  background: #1CC182;
}

.top-government-table td .tag.tag-251 {
  background: #7C32C9;
}

.top-government-table td .tag.tag-252 {
  background: #382F71;
}

.top-government-table td .tag.tag-253 {
  background: #ACAEB7;
}


@media (max-width: 768px) {
  .table-container {
    overflow: auto;
  }

  .top-government .title-filter {
    flex-direction: column;
  }

  .top-government .title-filter h1 {
    width: 100%;
  }
}

/* end top government */
/* qiyas numbers */
.qiyas-numbers-container {
  margin-top: 30px;
  margin-bottom: 80px;
}

.qiyas-numbers-card {
  display: flex;
  justify-content: space-around;
}

.qiyas-numbers-header {
  width: 193px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  background: #2A206A;
  position: relative;
}

.qiyas-numbers-header::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #2A206A80;
  top: 50%;
  left: -100px;
}

.qiyas-numbers-header:last-of-type::before {
  width: 0px;
  height: 0px;
}

.qiyas-numbers-title,
.qiyas-numbers-body {
  width: 193px;
  font-size: 16px;
  font-weight: bold;
  color: #2A206A;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  background: #F9F8F9;
  margin-top: 20px;
}

.qiyas-numbers-body {
  align-content: center;
  background: #fff;
  box-shadow: 0px 2.617px 10.467px 0px rgba(0, 0, 0, 0.05);
}

.qiyas-numbers-title span {
  color: #2A206A;
  padding: 7px;
}

.qiyas-numbers-body span.tag {
  font-size: 10px;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0px 6px;
  display: inline-block;
}

.qiyas-numbers-body span.tag.green {
  color: #00ABAF;
  background: #00ABAF33;
}

.qiyas-numbers-body span.tag.red {
  color: #AF0818;
  background: #AF081833;
}


@media (max-width: 992px) {

  .qiyas-numbers-header,
  .qiyas-numbers-title,
  .qiyas-numbers-body {
    margin-left: 8px;
    margin-right: 8px;
  }
}

/* end qiyas numbers  */
/* top agencies */
.top-agencies h1 {
  margin-top: 120px;
  color: #2A206A;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.top-agencies p {
  color: #9d9d9d;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 23px;

}

.top-agencies-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.top-agencies-card {
  height: 185px;
  margin: 8px;
  padding: 10px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 0.512px 15.369px 0px rgba(213, 219, 222, 0.40);
}

.top-agencies-card>img {
  width: 175px;
  height: 117px;
}

.top-agencies-footer {
  color: #2A206A;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.top-agencies-footer .tag {
  font-size: 10px;
  padding: 1px 6px;
  color: #00ABAF;
  border-radius: 3px;
  background: #00ABAF33;
  margin: 0 5px;
}

/* end top agencies */
/* related topics */
.related-topics {
  margin-top: 72px;
}

.related-topics h1 {
  color: #160F3E;
  font-size: 40px;
}

.related-topics p {
  margin-top: 20px;
  margin-bottom: 32px;
  color: #757575;
}

.related-topics-card {
  width: 292px;
  height: 212px;
  padding: 18px 20px;
  border: 1px solid #2A206A66;
  border-radius: 5px;
}

.related-topics-card span {
  display: block;
}

.related-topics-card .date {
  color: #242424;
  font-size: 30px;
  font-weight: bold;
}

.related-topics-card .date-month {
  color: #2A206A;
  font-size: 12px;
}

.title {
  color: #242424;
  font-size: 16px;
  font-weight: bold;
}

.related-topics-card-footer {
  display: flex;
  margin-top: 20px;
}

.related-topics-card-footer .tag {
  font-size: 10px;
  border-radius: 5px;
  padding: 1px 15px;
  margin: 1px;
}

.related-topics-card-footer .tag.purple {
  color: #5505CD;
  background: #5505CD1A;

}

.related-topics-card-footer .tag.green {
  color: #095134;
  background: #0660581A;

}

.related-topics-card-footer .tag.gray {
  color: #323232;
  background: #7575751A;

}
/* end related topics */
/* sub dropdown menu */
.sub-dropdown-menu {
  position: relative;
}

.sub-dropdown-menu a img {
  margin-right: 10px;
}

.dropdown-content {
  background: white;
  padding: 10px 15px;
  position: absolute;
  z-index: 10000;
  border: 1px solid #e8e8e83d;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 6px 14px rgb(0 0 0 / 5%);
  position: absolute;
  top: 30px;
  right: 0px;
  width: max-content;

  display: none;
}

.dropdown-content a {
  display: block;
  font-size: 14px;
  padding: 5px 0px;
}

@media (max-width: 992px) {
  .dropdown-content {
    background: inherit;
    border: none;
    position: static;
  }
}

/* end sub dropdown menu */
/* qiyas services page */

.dga-knowledge-card {
  display: block;
  width: 353px;
  min-height: 200px;
  background-color: #FFFFFF;
  border: 1px solid #29B3B4;
  border-top-width: 4px;
  border-radius: 0px;
  padding: 24px 23px;
  margin: 15px 0px 15px 24px;
  margin: 15px 0px 15px 0px;
}

.dga-knowledge-card .title {
  color: #29B3B4;
  font-size: 1.25rem;
  min-height: 50px;
  overflow: hidden;
}

.dga-knowledge-card .description {
  font-size: 0.875rem;
  color: #757575;
  height: 45px;
  overflow: hidden;
}

.dga-knowledge-card:hover {
  text-decoration: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

/* end qiyas services page */

/*#region reports complaints card*/
.dga-reports-complaints-card {
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 60px;
  padding: 10px 20px;
  border: 1px solid #8784A7;
}

.dga-reports-complaints-card .title {
  margin-bottom: 0px;

  color: #2a206a;
  font-size: 18px;
  font-weight: bold;
  font-family: "boldFont";
  border-left: 1px solid #575756;
  margin-left: 20px;
  padding: 0 25px;
  width: 150px;
}

.dga-reports-complaints-card .description {
  color: #575756;
  font-size: 16px;
  margin-bottom: 0px;
}

.dga-reports-complaints-card .button {
  margin-right: auto;
}

.dga-reports-complaints-card .button:hover a {
  color: #fff;
  text-decoration: none;
}

[dir="ltr"] .dga-reports-complaints-card .title {
  border-right: 1px solid #575756;
  margin-right: 20px;
  border-left: unset;
  margin-left: unset;
  width: 186px;
}

[dir="ltr"] .dga-reports-complaints-card .button {
  margin-left: auto;
  margin-right: unset;
}

.dga-primary-btn {
  font-size: 1rem;
  padding: 5px 30px;
  border: 1px solid #2a206a;
  text-align: center;
  border-radius: 10px;
  color: #FFFFFF;
  background-color: #2a206a;
}

@media (max-width: 768px) {
  .dga-reports-complaints-card {
    flex-direction: column;
  }
  
  .dga-reports-complaints-card .title {
    border-left: unset;
    margin-left: 0px;
    width: auto;
  }

  .dga-reports-complaints-card .description {
    text-align: center;
  }

  .dga-reports-complaints-card .button {
    margin-right: unset;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  [dir="ltr"] .dga-reports-complaints-card .title {
    margin-right: 0px;
    border-right: unset;
    width: auto;
  }

  [dir="ltr"] .dga-reports-complaints-card .button {
    margin-left: unset;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.dga-tag-turquoise {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: bold;
  font-family: "boldFont";
  border-radius: 7px;
  color: #00abaf;
  text-align: center;
  background: #E9F7F7;
  padding: 5px 10px;
}

/*#endregion*/

/* sup menu */
h1,
h3,
.qiyas-list-fixed a {
  font-family: 'boldFont';
}

.menu-item a {
  text-decoration: none;
}

.menu-drop {
  cursor: pointer;
}

.menu-item-title {
  color: #37326D;
  font-weight: bold;
  font-size: 16px;
  padding: 0px 0px 0px 40px;
  text-decoration: none;
}

.sub-dropdown-menu .menu-drop {
  padding-left: 40px;
}

.sub-dropdown-menu .menu-drop .menu-item-title {
  padding-left: 0px;
}

.sub-dropdown-menu .dropdown-content .menu-item-title {
  padding: 0px;
  font-size: 14px;
}

.header .vision {
  display: none;
}

.header li.menu-item.display-flexbox {
  border-left: unset;
}

.header.of-White-Header .menu-drop {
  padding: 10px !important;
  margin-top: 0px;
}

.header .header_top_social {
  border-left: unset;
}

.header .header-contaner {
  display: block;
}

.header ul.bottom-header-menu {
  border-right: unset;
}

.header .bottom-header-logo img {
  width: 200px !important;
  padding-left: 0px;
}

.header .menu-drop {
  flex-direction: row;
}

.header.fixed-header .top-header {
  visibility: hidden !important;
  opacity: 0 !important;
  margin-top: -32px !important;
}

.header.qiyas-header {
  padding: 0px;
}

.qiyas-header .bottom-header-menu {
  margin-bottom: 0px;
}

body:not(.home) .header li.menu-item.display-flexbox {
  border-left: unset;
  align-items: center;
}

.header.of-White-Header .menu-drop img {
  padding-left: 30px;
}

[dir="ltr"] .header.of-White-Header .menu-drop img {
  padding-left: 0px;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .header.fixed-header .top-header {
    visibility: hidden !important;
    opacity: 0 !important;
    margin-top: -12px !important;
  }

  .header .top-header {
    margin-bottom: 10px;
  }

  .header.of-White-Header .menu-drop {
    margin-top: 0px;
  }

  .header-contaner {
    margin-top: 6px;
  }

  .menu-item-title {
    color: #fff;
  }

  body:not(.home) .header li.menu-item.display-flexbox {
    width: 100%;
  }

  .sub-dropdown-menu {
    width: 100%;
  }

  .bottom-header-logo .gray-logo {
    margin-top: 5px;
  }
}
/* end sup menu */

/* platform log section */
.platform-section {
  margin-top: 18px;
}

.platform-section h2 {
  color: #7C32C9;
  font-size: 26px;
  font-family: 'boldFont';
  margin-bottom: 16px;
}

.platform-section p {
  color: #757575;
  font-size: 18px;
}

.platform-log-card {
  display: flex !important;
  width: 142px;
  height: 110px;
  text-align: center;
  border-radius: 11px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.platform-log-card img {
  margin: auto;
  /* width: 75px; */
  width: 85px;
  height: 70px;
  object-fit: contain;
}

.platform-group-slick .slick-slide {
  margin: 4px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* end platform log section */

/* prespective section */
.prespective-section {
  margin-top: 60px;
}

.prespective-section h2,
.prespective-section h3 {
  margin-bottom: 26px;
  color: #2A206A;
  font-size: 30px;
  font-family: 'boldFont';
}

.prespective-section p {  
  margin-bottom: 26px;
  color: #858585;
  font-size: 18px;
}

.prespective-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
}

.prespective-container .prespective-card {
  width: 31%;
  display: flex;
  flex-direction: column;
  padding-top: 12px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 3.15px 15.76px 0px rgba(0, 0, 0, 0.03);
}

.prespective-container .prespective-card .pre-header {
  padding: 0px 12px;
  text-align: center;
  border-bottom: 1px solid #E8EFFD;
}

.prespective-container .prespective-card .pre-header img {
  margin-bottom: 10px;
}

.prespective-container .prespective-card .pre-header h6 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #7C32C9;
  font-family: 'boldFont';
}

.prespective-container .prespective-card .pre-header span {
  margin-bottom: 10px;
  padding: 6px;
  display: block;
  color: #2A206A;
  font-size: 14px;
  font-family: 'boldFont';
  border-radius: 6px;
  background: #E8EFFD;
}

.prespective-container .prespective-card .pre-body {
  padding: 0px 12px;
  margin-top: 10px;
}

.prespective-container .prespective-card .pre-body ul li {
  margin-bottom: 5px;
  color: #2A206A;
  font-size: 14px;
  font-family: 'boldFont';
  list-style-type: disc;
  margin-right: 16px;
}

.prespective-container .prespective-card:first-of-type .pre-header h6,
.prespective-container .prespective-card:first-of-type .pre-body ul li {
  color: #7C32C9;
}
.prespective-container .prespective-card:nth-child(2) .pre-header h6,
.prespective-container .prespective-card:nth-child(2) .pre-body ul li {
  color: #2A206A;
}
.prespective-container .prespective-card:nth-child(3) .pre-header h6,
.prespective-container .prespective-card:nth-child(3) .pre-body ul li {
  color: #00ABAF;
}

.prespective-container .prespective-card:nth-child(4) .pre-header h6,
.prespective-container .prespective-card:nth-child(4) .pre-body ul li {
  color: #1CC182;
}

.prespective-container .prespective-card .pre-footer {
  margin-top: auto;
  padding: 8px 12px;
  font-size: 12px;
  color: #000000;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 16px 16px;
}

.prespective-container.four-cards .prespective-card{
  width: 24%;
}

.prespective-container.four-cards .prespective-card .pre-header span {
  font-size: 13px;
}

.prespective-container.four-cards .prespective-card .pre-footer {
  height: 90px;
}

@media (max-width: 991px) { 
  .prespective-container .prespective-card {
    margin-bottom: 16px;
    width: 100%;
  }
  .prespective-container.four-cards .prespective-card {
    width: 100%;
  }
  .prespective-container {
    flex-wrap: wrap;
  }
}
/* end prespective section */

/* classification levels section */

.classification-levels-section {
  margin-top: 32px;
}

.classification-levels-section h2 {
  margin-bottom: 16px;
  color: #2A206A;
  font-size: 30px;
  font-family: 'boldFont';
}

.classification-levels-section p {
  margin-bottom: 26px;
  color: #858585;
  font-size: 18px;
}

.classification-levels-section .levels-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.levels-container .level-card {
  padding: 8px;
  width: 19%;
  text-align: center;
  border-radius: 7.816px;
  background: #FFF;
  box-shadow: 0px 0px 3.126px 0px rgba(0, 0, 0, 0.25);
}

.levels-container .level-card h6 {
  margin-bottom: 6px;
  text-align: center;
  font-family: 'boldFont';
  font-size: 14px;
}

.levels-container .level-card span {
  display: block;
  margin-bottom: 6px;
  padding: 5px;
  font-size: 14px;
  color: #fff;
  font-family: 'boldFont';
  border-radius: 4px;

}

.levels-container .level-card p {
  margin-bottom: 0px;
  text-align: start;
  font-size: 14px;
  font-family: 'boldFont';
  text-align: center;
}

.levels-container .level-card:first-of-type h6 ,
.levels-container .level-card:first-of-type p {
  color: #ACAEB7;
}

.levels-container .level-card:first-of-type span {
  background: #ACAEB7;
}

.levels-container .level-card:nth-child(2) h6,
.levels-container .level-card:nth-child(2) p {
  color: #2A206A;
}
.levels-container .level-card:nth-child(2) span {
  background: #2A206A;
}

.levels-container .level-card:nth-child(3) h6,
.levels-container .level-card:nth-child(3) p {
  color: #7C32C9;
}
.levels-container .level-card:nth-child(3) span {
  background: #7C32C9;
}

.levels-container .level-card:nth-child(4) h6,
.levels-container .level-card:nth-child(4) p {
  color: #1CC182;
}
.levels-container .level-card:nth-child(4) span {
  background: #1CC182;
}

.levels-container .level-card:nth-child(5) h6,
.levels-container .level-card:nth-child(5) p {
  color: #00ABAF;
}
.levels-container .level-card:nth-child(5) span {
  background: #00ABAF;
}

@media (max-width: 991px) { 
  .levels-container  .level-card {
    margin-bottom: 16px;
    width: 100%;
  }
}

/* results section */
.results-section {
  margin-top: 32px;
}

.results-section h2 {
  margin-bottom: 16px;
  color: #2A206A;
  font-size: 30px;
  font-family: 'boldFont';
}

.results-section p {
  margin-bottom: 26px;
  color: #858585;
  font-size: 18px;
}

.results-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.results-container .results-card-main {
  padding: 16px;
  padding-bottom: 50px;
  width: 24%;
  border-radius: 18px;
  background: #FFF;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.results-container .results-card-main h6 {
  margin-top: 16px;
  color: #32CF9D;
  font-size: 16px;
  font-family: 'boldFont';
}

.results-container .results-card-main p {
  color: #2A206A;
  font-size: 14px;
}

.results-container .results-card-main .num {
  margin-bottom: 16px;
  display: block;
  color: #7C32C9;
  font-size: 27px;
  font-family: 'boldFont';
}

.Competent-tag {
  display: block;
  padding: 10px;
  color: #fff;
  border-radius: 4px;
  font-family: 'boldFont';
}

.Developed-tag {
  display: block;
  padding: 10px;
  color: #fff;
  background: #2A206A;
  border-radius: 4px;
  font-family: 'boldFont';
}

.results-card-group {
  width: 74%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 9px;
  border: 0.685px solid #C6BFBF;
}

.results-card-group h2 {
  width: 70%;
  margin: auto;
  margin-top: -20px;
  margin-bottom: 0px;
  background: #fff;
  padding: 5px 10px;
  color: #2A206A;
  font-size: 17px;
  text-align: center;
}

.results-card-group .results-card {
  padding: 0px 20px;
  margin: 20px 0px;
  width: 33%;
  text-align: center;

  border-left: 1px solid #C6BFBF;
}

.results-card-group .results-card:last-of-type {
  border: 0px;
}

[dir="ltr"] .results-card-group .results-card {
  border-left: 0px;
  border-right: 1px solid #C6BFBF;
}

.results-card-group .results-card img {
  margin-bottom: 12px;
  width: 25px;
}

.results-card-group .results-card h6 {
  display: block;
  font-size: 16px;
  font-family: 'boldFont';
  color: #281E6A;
}

.results-card-group .results-card h6:last-of-type{
  font-size: 10px;
}

.results-card-group .results-card .num {
  display: block;
  margin-top: 16px;
  margin-bottom: 26px;
  font-size: 20px;
  font-family: 'boldFont';
  color: #7C32C9;
}

.results-card-group .results-card .competent.num {
  color: #7C32C9;
}

.results-card-group .results-card .Developed.num {
  color: #2A206A;
}

.results-card-group .results-card:first-of-type h6 {
  color: #7C32C9;
}

.results-card-group .results-card:last-of-type h6 {
  color: #00AEB1;
}

.results-card-group .results-card .Competent-tag,
.results-card-group .results-card .Developed-tag{
  font-size: 10px;
  font-size: 10px;
  width: max-content;
  margin: auto;
  padding: 5px 20px;
}

.results-card-group.four-cards h2 {
  width: 80%;
}

.results-card-group.four-cards .results-card {
  padding: 0px 5px;
  width: 25%;
}
.results-card-group.four-cards .results-card:nth-child(4) h6 {
  color: #00AEB1!important;
}
.results-card-group.four-cards .results-card:nth-child(5) h6 {
  color: #32CF9D;
}

.results-card-group.four-cards .results-card:nth-child(6) h6  {
  color: #32CF9D ;
}

.results-card-group.four-cards .results-card:last-of-type .num {
  color: #281E6A
}

@media (max-width: 768px) { 
  .results-container {
    flex-direction: column;
  }

  .results-container .results-card-main {
    width: 100%;
    margin-bottom: 50px;
  }

  .results-card-group {
    width: 100%;
  }

  .results-card-group.four-cards .results-card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .results-card-group .results-card .num {
    margin-top: auto;
  }

  .results-card-group .results-card h6:last-of-type {
    margin-bottom: 16px;
  }


  .results-card-group .results-card .Competent-tag {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (max-width: 425px) { 
  .results-card-group .results-card {
    padding: 20px;
    margin: 20px;
    margin-top: 0px;
    width: 100%;
    border-left:0px;
    border-bottom: 1px solid #C6BFBF;
  }

  .results-card-group.four-cards .results-card {
    padding: 20px;
    width: 100%;
  }
}

.contant-section {
  margin-top: 18px;
  margin-bottom: 50px;
}

.contant-section h2{
  color: #2A206A;
  font-family: 'boldFont';
  font-size: 30px;
  margin-bottom: 16px;
}
.contant-section p {
  color: #757575;
  font-size: 18px;
}

.contant-section.qiyas-description {
  margin-bottom: 32px;
}

/* tabs */
.top-government-tab {
  justify-content: space-between;
  padding: 0px;
}

.top-government-tab .nav-item .nav-link {
  margin: 8px 4px;
  padding: 8px;
  font-family: "boldFont";
  font-size: 18px;
  color: #2A206A;
  background: rgba(124, 50, 201, 0.10);
  border: 0px;
  border-radius: 8px;
}

.top-government-tab .nav-item .nav-link:focus {
  outline: none;
}

.top-government-tab .nav-item.active .nav-link {
  color: #fff;
  background: #00ABAF;
}

@media (max-width: 768px) {
  .top-government-tab {
    justify-content: center;
  }

  .top-government-tab .nav-item .nav-link {
    font-size: 14px;
  }
}
/* header-title-table */
.header-title-table {
  display: flex;
  justify-content: space-around;
  background: #F9F8F9;

  border: 1px solid #EAEAEA;
  border-bottom: 0px;
}

.header-title-table span {
  text-align: center;
  font-size: 16px;
  color: #2A206A;
  padding: 12px;
  font-family: 'boldFont';
  width: 13.5%;
  border-left: 1px solid #EAEAEA;
}

.header-title-table span:last-of-type {
  border-left: 0px;
}

[dir="ltr"] .header-title-table span:last-of-type {
  border-right: 1px solid #EAEAEA;
  border-left: 0px;
}

.header-title-table span:nth-child(2) {
  margin-left: auto;
  width: 46%;
}

[dir="ltr"] .header-title-table span:nth-child(2) {
  margin-left: 0px;
  margin-right: auto;
}

.card-table-contant {
  display: flex !important;
  background: #fff;
  border: 1px solid #EAEAEA;
  border-bottom: 0px;

  /* width: 100% !important; */
}

.card-table-contant:last-of-type {
  border-bottom: 1px solid #EAEAEA;
}

.card-table-contant .table-contant-item {
  align-content: center;
  text-align: center;
  font-size: 16px;
  color: #2A206A;
  font-family: 'boldFont';
  width: 13.5%;
  border-left: 1px solid #EAEAEA;
}

[dir="ltr"] .card-table-contant .table-contant-item {
  border-right: 1px solid #EAEAEA;
  border-left: 0px;
}

.card-table-contant .table-contant-item:last-of-type {
  border: 0px;
}

.card-table-contant .table-contant-item span {
  padding: 6px;
}

.card-table-contant .table-contant-item:nth-child(2){
  width: 46%;
  text-align: start;
}

.card-table-contant .tag {
  display: block;
  margin: 6px;
  padding: 6px 7px;
  color: #fff;
  font-size: 10px;
  border-radius: 14px;
}

.card-table-contant .tag.green {
  background: #095134;
}

.card-table-contant .tag.yellow {
  background: #FF9D00;
}

.card-table-contant .tag.light-green {
  background: #1CC182;
}

.card-table-contant .tag.red {
  background: #B40000;
}

@media (max-width: 768px) {
  .header-title-table span {
    font-size: 14px;
    padding: 2px;
    width: 18%;
  }
  .header-title-table span:nth-child(2) {
    width: 28%;
  }

  .card-table-contant .table-contant-item {
    width: 18%;
    font-size: 14px;
  }

  .card-table-contant .table-contant-item:nth-child(2) {
    width: 28%;
  }
  .table-contant-item img {
    width: 100%;
  }
}

/* guide-section */
.guide-section {
  padding: 64px 0px;
  margin-bottom: 72px;
  background: #F0EDF5;
  position: relative;
}

.guide-section h1 {
  color: #2A206A;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 16px;
}

.guide-section p {
  margin-bottom: 24px;
  color: #2A206A;
  font-size: 18px;
}

.guide-section a {
  display: flex;
  gap: 8px;
  padding: 12px 16px;
  color: #fff;
  width: 230px;
  font-size: 16px;
  border-radius: 10px;
  background: #2A206A;
  align-items: center;
  text-decoration: none !important;
}

.guide-container {
  display: flex;
  gap: 10px 64px;
  width: 90%;
}

.guide-container .description {
  flex: 80%;
  flex-grow: initial;
}

.guide-container > img {
  border-radius: 8px;
  border: 1px solid rgba(42, 32, 106, 0.50);
  box-shadow: 0px 0px 16.5px 0px rgba(0, 0, 0, 0.25);
  /* position: absolute; */
  left: 70px;
  bottom: -30px;
}

@media (max-width: 768px) {
  .guide-container {
    flex-direction: column;
    width: 100%;
  }
  .guide-container > img {  
    position: static;
    margin-top: 16px;
  }
}

/* end */

.dga-news-details-header .dga-share-box .social-sharing-buttons svg {
  filter: invert(1);
}

.slick-slider .slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 100px;
}

.slick-slider .slick-dots .slick-active {
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background-color: #7C32C9;
}

.qiyas-numbers h2 {
  margin-bottom: 16px;
  color: #2A206A;
  font-size: 30px;
  font-family: 'boldFont';
}

.platform-group-slick.slick-initialized.slick-slider.slick-dotted {
  margin-bottom: 70px;
}

#qiyas-description-section{
  scroll-margin: 100px 0 0 50px;
}

#top-government-section {
scroll-margin: 190px 0 0 50px;
} 

.results-card-group.three-cards .results-card {
  width: 33%;
}

.card-table-contant .table-contant-item:last-of-type img {
  margin: auto;
  /* width: 90%;
  height: 90%; */
  width: 82px;
  height: 65px;
  object-fit: contain;
  margin: 2px auto;
}

.winner-slider-card .winner-image img {
  /* width: 80%;
  height: 115px; */
  margin: auto;
  /* width: 65px;
  height: 80%; */
  width: 100px;
  height: 90px;
  object-fit: contain;
}

.winner-slider-card .label-tob {
  margin: 0px 20px;
  margin-top: 12px;
  padding: 5px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: #00ABAF;
  font-size: 12px;
  font-weight: bold;
  background: #00ABAF33;
  border-radius: 5px;
}

.winner-slider-card .winner-information {
  margin-top: 16px;
}

.top-government h1,
.top-government h2 {
  color: #2A206A;
  font-family: 'boldFont';
  font-size: 30px;
  margin-bottom: 16px;
}

.winner-slider-card .winner-image .tag-level .field--name-field-digcolor {
  display: none;
}

.winner-slider-card .winner-image .tag-level h2 {
  margin-bottom: 0px;
  font-size: 12px;
}

.winner-slider-card .winner-image .tag-level a {
  text-decoration: none;
  color: #fff;
}
.results-card-group .results-card:last-of-type .num {
  color: #281e6a;
}

/* FAQ */
.faq-card {
  background-color: white;
  border-radius: 24px;
  box-shadow: 0px 3px 14px #0000000b;
  padding: 20px 30px;
  padding-bottom: 0px;
  margin-bottom: 20px;
}

.faq-header {
  padding-bottom: 20px;
}

.faq-header button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0px;
  background: unset;
}

.faq-header button:focus {
  box-shadow: none;
}

.faq-header button i {
  transition: 0.3s;
}

.faq-header.active button i {
  transform: rotate(180deg);
}

.faq-header h5 {
  margin-bottom: 0px;
  color: #6F6F6F;
  font-weight: bold;
}

.faq-header i {
  color: #29B3B4;
  font-size: 18px;
  transition: 0.3s;
}

.faq-body {
  padding-top: 15px;
  padding-bottom: 20px;
  color: #6F6F6F;
  border-top: 1px solid #acacac4d;
}

.faq-header button[aria-expanded="true"] h5 {
  color: #29B3B4;
}

.faq-header button[aria-expanded="true"] i {
  transform: rotate(180deg);
}

@media only screen and (max-width: 426px) {
  .faq-header h5 {
    font-size: 18px;
  }

  .faq-header i {
    font-size: 13px;
  }

  .faq-card {
    padding: 14px 20px;
    padding-bottom: 0px;
  }

  .faq-header {
    padding-bottom: 14px;
  }
}
/* FAQ End */

/* paginations */
.dga-paginations {
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: auto;
  margin-top: 20px;
}

.dga-paginations .dga-pagination .pagination-bar ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 16px;
  list-style-type: none;
}
.dga-paginations .dga-pagination .pagination-bar ul li.previous a {
  padding: 4px 6px;
}
.dga-paginations .dga-pagination .pagination-bar ul li.previous a span {
  display: none;
}
.dga-paginations .dga-pagination .pagination-bar ul li.previous a img {
  vertical-align: middle;
}
.dga-paginations .dga-pagination .pagination-bar ul li.next a {
  padding: 4px 6px;
}
.dga-paginations .dga-pagination .pagination-bar ul li.next a span {
  display: none;
}
.dga-paginations .dga-pagination .pagination-bar ul li.next a img {
  vertical-align: middle;
  transform: rotate(180deg);
}
.dga-paginations .dga-pagination .pagination-bar ul li a img {
  width: auto;
}
.dga-paginations .dga-pagination .pagination-bar ul li .btn-page-num {
  padding: 4px 6px;
  position: relative;
  font-size: 16px;
  color: #161616;
  text-decoration: none;
}
.dga-paginations .dga-pagination .pagination-bar ul li .btn-page-num.active::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #37326d;
}
.dga-paginations .dga-pagination .pagination-bar ul li .btn-page-num:hover {
  background: #F9FAFB;
  border-radius: 4px;
}
.dga-paginations .dga-total-page-container .dga-total-page {
  font-size: 14px;
  color: #6C737F;
}

[dir=ltr] .dga-paginations .dga-pagination .pagination-bar ul li.previous img {
  transform: rotate(180deg);
}

[dir=ltr] .dga-paginations .dga-pagination .pagination-bar ul li.next img {
  transform: rotate(0deg);
}
/* end paginations */

.faq-card:hover {
  background: #f3f4f6;
}

/* inclusion-card */
.results-card-group.inclusion-card .results-card:nth-child(5) {
  border-left: 0px;
}

.results-card-group.inclusion-card .results-card:nth-child(6) {
  width: 80%;
  border-top: 1px solid #C6BFBF;
  padding-top: 16px;
}

section#top-government-section h2 {
    padding-top: 40px;
}

.results-card-group h2 {
  padding-top: 4px !important;
}

/* popup */
.modal-popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}
.modal-popup .black-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}
.modal-popup .modal-popup-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

/* cookies */
.cookies-modle {
  display: block;
}

.cookies-modle.modal-popup .modal-popup-content {
  align-items: end;
}

.cookies-container {
  margin: 0px;
  padding: 16px 24px;
  border-radius: 8px;
  border: 1px solid #D2D6DB;
  background: #FCFCFD;
  width: 100%;
}

.cookies-container .content-box {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.cookies-container .content-box .title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #1F2A37;
}

.cookies-container .content-box p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #384250;
}

.cookies-container .content-box .close-cookie-bnt {
  cursor: pointer;
  margin-right: auto;
  width: 16px;
  align-self: self-start;
}

.cookies-container .content-box div {
  max-width: 100% !important;
  text-align: start;
}

.cookies-container .content-box div .title,
.cookies-container .content-box div h2,
.cookies-container .content-box div p,
.cookies-container .content-box div .find-more-button {
  text-align: start;
  color: #1F2A37;
}

.cookies-container .privacy-button {
  display: flex;
  justify-content: end;
  gap: 20px;
}

.cookies-container .link-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.cookies-container .link-box .link {
  padding: 0px 12px;
  font-size: 14px;
  font-weight: bold;
  color: #161616;
  text-decoration: none;
}

[dir=ltr] .cookies-container .content-box .close-cookie-bnt {
  margin-left: auto;
  margin-right: 0px;
}

.privacy-button .nds-green-btn {
  padding: 4px 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: #fff;
  background: #1b8354;
  border: 1px solid #1b8354;
  border-radius: 4px;
}

.privacy-button .nds-red-btn {
  padding: 4px 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: #fff;
  background: #d92d20;
  border: 1px solid #d92d20;
  border-radius: 4px;
}

.privacy-button .nds-policy-btn {
  color: #1f2a37;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

.privacy-button .nds-policy-btn a {
  color: #1f2a37;
}

.buttons-container {
  display: flex;
  gap: 20px;
  align-items: center;
}

/* active */
.schedule-card-body .circle-1, 
.schedule-card-body .circle-2 {
  background: #54C08A;
  color: #fff;
}

.schedule-card-body .circle.circle-1::after {
  border-color: #54C08A;
  right: -7px;
  bottom: -7px;
}

.schedule-card-body .circle.circle-2::after {
  border-color: #54C08A;
  left: -7px;
  bottom: -7px;
}

.schedule-card.active .schedule-card-body .circle-1, 
.schedule-card.active .schedule-card-body .circle-2 {
  background: #0082de !important;
  color: #fff !important;
}

.schedule-card.active .schedule-card-body .circle.circle-1::after, 
.schedule-card.active .schedule-card-body .circle.circle-2::after {
  border-color: #0082de !important;
}

.schedule-card.active ~ .schedule-card .schedule-card-body .circle-1, 
.schedule-card.active ~ .schedule-card .schedule-card-body .circle-2 {
  background: #80808042;
  color: #161616;
}

.schedule-card.active ~ .schedule-card .schedule-card-body .circle-1::after,
.schedule-card.active ~ .schedule-card .schedule-card-body .circle-2::after {
  border-color: #80808042;
}

/* en schedule */

[dir="ltr"] .schedule-card-body {
  right: 0px;
  left: -5px;
}

[dir="ltr"] .schedule-card-body .circle-1::before {
  left: 88px;
  right: 0px;
}

[dir="ltr"] .schedule-card-footer span:first-of-type {
  right: auto;
  left: 0px;
}

[dir="ltr"] .schedule-card-footer span:last-of-type {
  left: auto;
  right: 0px;
}

[dir="ltr"] .schedule-card-body.end .month {
  left: 0px;
  right: -2px;
}

[dir="ltr"] .schedule-card-body.end .circle {
  margin-right: 0px;
  margin-left: auto;
}

[dir="ltr"] .schedule-card-header:hover .popup-card {
  display: block;
}

[dir="ltr"] .schedule-card:first-of-type .schedule-card-header .popup-card {
  left: auto;
  right: 0%;
}

[dir="ltr"] .schedule-card-header .popup-card {
  border-right: 1px solid #D9D9D9;
  border-left: 7px solid #00ABAF;
}

[dir="ltr"] .schedule-card-header .popup-card ul {
  padding-right: 0px;
  padding-left: 30px;
}

@media (max-width: 768px) {
  [dir="ltr"] .schedule-card:first-of-type .schedule-card-header .popup-card {
    left: auto;
    right: 50%;
  }
}

[dir="ltr"] .schedule-card-body {
  right: 0px;
  left: 27px;
}

[dir="ltr"] .schedule-card:first-child .schedule-card-body,
[dir="ltr"] .schedule-card:last-child .schedule-card-body {
  right: 0px;
  left: 27px;
}

[dir="ltr"] .schedule-card-body .circle.circle-1::after {
  right: auto;
  left: -7px;
}

[dir="ltr"] .schedule-card-body .circle.circle-2::after {
  left: auto;
  right: -7px;
}

[dir="ltr"] .schedule-card-body.end .month {
  right: -4px;
  left: auto;
}

[dir="ltr"] .schedule-card-body.end .circle {
  margin-right: 0px;
  margin-left: auto;
}

[dir="ltr"] .schedule-card .schedule-card-header {
  padding: 8px 2px;
}

[dir="ltr"] .schedule-card .schedule-card-header span {
  font-size: 13px;
}

[dir="ltr"] .schedule-card:first-of-type .schedule-card-header .popup-card {
  left: 100%;
}

[dir="ltr"] .schedule-card:last-of-type .schedule-card-header .popup-card {
  right: 0%;
  left: auto;
}

[dir="ltr"] .schedule-phase {
  font-size: 14px;
}

@media (max-width: 768px) {
  [dir="ltr"] .schedule-card-body {
    left: 36%;
  }
  [dir="ltr"] .schedule-card:first-child .schedule-card-body, 
  [dir="ltr"] .schedule-card:last-child .schedule-card-body {
    left: 36%;
  }
}

@media (max-width: 550px) {
  [dir="ltr"] .schedule-card-body {
    left: 29%;
  }
  [dir="ltr"] .schedule-card:first-child .schedule-card-body, 
  [dir="ltr"] .schedule-card:last-child .schedule-card-body {
    left: 29%;
  }
}


@media (max-width: 400px) {
  [dir="ltr"] .schedule-card-body {
    left: 25%;
  }
  [dir="ltr"] .schedule-card:first-child .schedule-card-body, 
  [dir="ltr"] .schedule-card:last-child .schedule-card-body {
    left: 25%;
  }
}
/* end schedule */