/* Header */
.qiyas-header {
  padding: 0px;
}

.qiyas-header img.qiyas-logo {
  width: 225px;
  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 */

/* 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 h5 {
  margin-bottom: 0px;
  color: #6F6F6F;
  font-weight: bold;
  text-align: start;
}

.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 */

/* 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;
  color: #29B3B4;
  font-size: 45px;
  margin-bottom: 16px;
}

.qiyas-section p {
  width: 60%;
  color: #34346b;
  margin: auto;
  margin-bottom: 25px;
}

.qiyas-section a {
  padding: 1px 40px;
  border-radius: 10px;
  background: #29B3B4;
  border-color: #29B3B4;
  color: white;
  transition: 02s;
}

.qiyas-section a:hover {
  color: white;
}

.qiyas-section a:hover img {
  transform: translateX(-5px);
}

.qiyas-section a img {
  margin-right: 16px;
}

.qiyas-container {
  display: flex;
}

.qiyas-container .qiyas-box {
  margin-right: 19px;
}

.qiyas-container .qiyas-box span:first-child {
  display: block;
  font-weight: bold;
  font-size: 40px;
  color: #29B3B4;
}

.vision {
  margin-right: 30px;
}

.vision .qiyas-container .qiyas-box span:first-child {
  display: block;
  font-weight: bold;
  font-size: 40px;
  color: #34346b;
}

.message p,
.vision p {
  color: #9d9d9d;
  margin-top: 16px;
}

@media only screen and (max-width: 500px) {
  .line-img {
    display: none;
  }

  .qiyas-section {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 426px) {
  .qiyas-section h1 {
    font-size: 35px;
  }

  .qiyas-section p {
    width: 100%;
  }

  .vision {
    margin-right: 0px;
  }
}

.qiyas-container .qiyas-box span:first-child,
.vision .qiyas-container .qiyas-box span:first-child {
  font-size: 30px;
}

.purple-section {
  padding: 40px 30px;
}

/* Landing Page End */


/* goals */
.goals-section h1 {
  color: #2F336D;
  font-weight: bold;
  text-align: center;
  margin-top: 80px;
}

.goals-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.goals-section .goals-container .goals-card {
  flex: 30%;
  padding: 50px 20px;
  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;
  color: #37326D;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .goals-section .goals-container .goals-card {
    flex: 45%;
  }

  .goals-section.impact-section .goals-container .goals-card {
    flex: 30% !important;
  }
}

@media (max-width: 425px) {
  .goals-section .goals-container .goals-card {
    flex: 100%;
  }
}



/* end goals */

/* schedule */

.schedule-section h1 {
  font-size: 56px;
  color: #2F336D;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 30px;
  text-align: center;
}

.schedule-container {
  background-color: #eff3fa;
  padding: 80px 30px 100px 30px;
}

.schedule-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.schedule-card {
  /* flex: 22%; */
  position: relative;
  /* margin: auto; */
}

.schedule-card .schedule-card-header {
  background: #34346b;
  padding: 16px;
  border-radius: 12px;
  width: 150px;
  text-align: center;
  position: relative;
}

.schedule-card .schedule-card-header span {
  font-size: 21px;
  font-weight: bold;
  color: white;
  /* position: relative; */
}

.schedule-card .schedule-card-header::after {
  content: '';
  /* width: 175px; */
  width: 138px;
  height: 14px;
  border: 2px solid gray;
  border-bottom: 0px;
  border-radius: 22px 22px 0px 0px;
  position: absolute;
  bottom: -50px;
  /* left: 0; */
  left: 18px;
}

.schedule-card .schedule-card-header span::after {
  content: '';
  border: 4px solid #027ba7;
  border-radius: 20px;
  position: absolute;
  bottom: -72px;
  /* left: -48px; */
  left: -30px;
}

.schedule-card .schedule-card-header span::before {
  content: '';
  border: 4px solid #06aeb6;
  border-radius: 20px;
  position: absolute;
  bottom: -72px;
  /* right: -48px; */
  right: -30px;
}

.schedule-phase {
  margin-top: 10px;
  text-align: center;
  display: block;
  color: #37326D;
  font-size: 18px;
  font-weight: 600;
}

.schedule-card-body {
  padding-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 231px;
  position: absolute;
  right: -30px;

  width: 190px;
  right: -5px;
}

.schedule-card-body::after {
  content: '>>';
  position: absolute;
  left: -55px;
}

.schedule-card:last-of-type .schedule-card-body:after {
  content: '';
}

.schedule-card-body .circle {
  width: 60px;
  height: 60px;
  padding-top: 14px;
  text-align: center;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  border-radius: 100px;
}

.schedule-card-body .circle-1 {
  background: #06aeb6;
}

.schedule-card-body .circle-2 {
  background: #027ba7;
}

.schedule-card-body .circle::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  border: 3px dotted;
  border-radius: 100px;

}

.schedule-card-body .circle.circle-1::after {
  right: -10px;
  bottom: -10px;
  border-color: #d0e7bf;
}

.schedule-card-body .circle-1::before {
  content: '>';
  color: black;
  position: absolute;
  right: 88px;
}

.schedule-card-body .circle.circle-2::after {
  left: -10px;
  bottom: -10px;
  border-color: #cee9f4;
}

.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: -2px;
}


.schedule-card-body.end .circle {
  margin-right: auto;
}

@media (max-width: 768px) {
  .schedule-box {
    flex-direction: column;
    justify-content: center;
  }

  .schedule-card {
    /* flex: 22%; */
    position: relative;
    margin-top: 85px;
  }

  .schedule-card-body::after {
    content: '';
  }
}

/* end schedule */


/* indicator qiyas section */
.indicator-qiyas {
  margin-top: 70px;
  margin-bottom: 20px;
}

.indicator-qiyas h1 {
  color: #37326D;
  font-weight: bold;
  font-size: 39px;
}

.indicator-qiyas p {
  font-size: 24px;
  color: #757575;
  margin-bottom: 40px;
}

.indicator-qiyas-container {
  display: flex;
  flex-wrap: wrap;
}

.indicator-qiyas-card {
  /* flex: 30%; */
  width: 369px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: -2px 3px 14px 0px #efeded;
  margin: 10px;
}

.indicator-qiyas-card .tag {
  color: #754C9E;
  font-size: 12px;
}

.indicator-qiyas-card .indicator-qiyas-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.indicator-qiyas-card .indicator-qiyas-title h6 {
  color: #37326D;
  font-weight: bold;
  font-size: 18px;
}

.indicator-qiyas-card .download {
  margin-top: 24px;
  display: block;
  width: fit-content;
  color: #fff;
  background: #37326D;
  border-radius: 10px;
  padding: 7px 10px;
}

.indicator-qiyas-card .download:hover {
  text-decoration: none;
}

.indicator-qiyas-card .download img {
  margin-left: 16px;
  vertical-align: sub;
}

@media (max-width: 768px) {
  .indicator-qiyas-container {
    justify-content: center;
  }
}

/* end indicator qiyas section */


/* 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;
}

.qiyas-section h1 {
  color: #00ABAF;
  font-size: 40px;
}

.qiyas-section p {
  width: 87%;
  color: #37326D;
  font-size: 18px;
}

.goals-section h1 {
  color: #2A206A;
  font-size: 40px;
}

.goals-section .goals-container .goals-card {
  flex-grow: initial;
}

.impact-section h1 {
  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 .goals-container .goals-card img {
  width: 52px;
  height: 52px;
}

.goals-section.impact-section .goals-container .goals-card h6 {
  /* margin-top: 10px; */
  font-size: 16px;
  margin-bottom: 0px;
}

.goals-section.impact-section .goals-container .goals-card {
  flex: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 150px;
  padding: 20px;
}

.schedule-section h1 {
  font-size: 40px;
  color: #2A206A;
  margin-bottom: 16px;
}

.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-card .schedule-card-header {
  position: relative;
  background: #7C32C9;
  padding: 8px;
  border-radius: 14px;
  cursor: pointer;
}

.schedule-card .schedule-card-header::after {
  width: 105px;
  left: 23px;
  bottom: -57px;
  height: 19px;
  border-width: 1px;
  border-color: #D9D9D9;
  border-radius: 10px 10px 0px 0px;
}

.schedule-card:first-child .schedule-card-header::after,
.schedule-card:last-child .schedule-card-header::after  {
  width: 1px;
  left: 74px;
}

.schedule-card .schedule-card-header span {
  font-size: 16px;
}

.schedule-card .schedule-card-header span::before {
  border-color: #D9D9D9;
  right: 19px;
  bottom: -64px;
}

.schedule-card .schedule-card-header span::after {
  border-color: #D9D9D9;
  left: 20px;
  bottom: -64px;
}

.schedule-card:first-child .schedule-card-header span::before,
.schedule-card:last-child .schedule-card-header span::before {
  right: 71px;
}

.schedule-card:first-child .schedule-card-header span::after,
.schedule-card:last-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;
}

[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 {
  font-size: 16px;
}

.schedule-card-body {
  padding-top: 50px;
  width: 146px;
  right: 2px;
}

.schedule-card-body::after {
  content: '';
}

.schedule-card:first-child .schedule-card-body,
.schedule-card:last-child .schedule-card-body {
  right: 54px;
}

.schedule-card-body .circle {
  width: 44px;
  height: 44px;
  padding-top: 10px;
  font-size: 18px;
}

.schedule-card-body .circle::after {
  width: 58px;
  height: 58px;
}

.schedule-card-body .circle-1,
.schedule-card-body .circle-2 {
  background: #1CC182;
  color: #fff;
}


.schedule-card-body .circle.circle-1::after {
  border-color: #1CC182;
  right: -7px;
  bottom: -7px;
}

.schedule-card-body .circle-1::before {
  content: '';
}

.schedule-card-body .circle.circle-2::after {
  border-color: #1CC182;
  left: -7px;
  bottom: -7px;
}

.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: #1CC182 !important;
}

.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;
}

.schedule-card {
  height: 260px;
}

@media (max-width: 992px) {
  .schedule-card {
    margin: auto;
  }
}

/* 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;
}

@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 {
  color: #2A206A;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}

.dga-news-details-header h2 span {
  color: #2A206A;
  font-size: 40px;
  font-weight: bold;
}

.dga-news-details-header h1 {
  color: #2A206A;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}

.dga-news-details-header p {
  color: #2A206A;
  font-size: 14px;
  margin-bottom: 20px;
}

.download-button {
  display: flex;
  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 .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: 30px;
}

.qiyas-description p {
  color: #757575;
  font-size: 18px;
  margin-bottom: 24px;
  text-align: justify;
}

.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 criteria and creativity digital transformation */
.qiyas-criteria h1,
.creativity-dt h1 {
  color: #2A206A;
  font-size: 30px;
  font-weight: bold;
  margin-top: 42px;
}

.qiyas-criteria>h6 {
  color: #7C32C9;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 26px;
  margin-bottom: 26px;
}

.qiyas-criteria-container,
.creativity-dt-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.qiyas-criteria-card {
  flex: 30%;
  padding: 20px 15px;
  box-shadow: 0px 2.439px 11.38px rgba(0, 0, 0, 0.04);
  text-align: center;
  margin: 10px;
  min-height: 140px;
  border-radius: 15px;
}

.creativity-dt-card {
  flex: 20%;
  padding: 20px 9px;
  box-shadow: 0px 2.439px 11.38px rgba(0, 0, 0, 0.04);
  text-align: center;
  margin: 10px;
  min-height: 140px;
  border-radius: 15px;
}

.qiyas-criteria-card .title,
.creativity-dt-card .title {
  display: flex;
  align-items: center;
}

.qiyas-criteria-card .title span {
  color: #00ABAF;
  font-size: 32px;
}

.creativity-dt-card img {
  width: 25px;
  height: 25px;
}

.qiyas-criteria-card .title h6 {
  color: #7C32C9;
  font-size: 16px;
  font-weight: bold;
  margin: 0px 10px;
}

.creativity-dt-card .title h6 {
  color: #2A206A;
  font-size: 14px;
  font-weight: bold;
  margin: 0px 10px;
  margin-left: 0px;
}

[dir="ltr"] .creativity-dt-card .title h6 {
  margin-left: 0px;
  margin-right: 10px;
}

.qiyas-criteria-card p {
  text-align: start;
  margin-bottom: 0px;
  color: #2A206A;
  font-size: 14px;
  margin-bottom: 0px;
}

.creativity-dt-card ul {
  text-align: start;
  color: #2A206A;
  font-size: 13px;
  padding: 0px;
  padding-right: 16px;
  margin-top: 12px;
}

[dir="ltr"] .creativity-dt-card ul {
  padding-right: 0px;
  padding-right: 16px;
}

.creativity-dt-card ul li {
  margin-bottom: 14px;

}

@media (max-width: 768px) {

  .qiyas-criteria-card,
  .creativity-dt-card {
    flex: 100%;
  }
}

/* end qiyas criteria and creativity digital transformation */

/* calculation mechanism */
.calculation-mechanism h1 {
  color: #2A206A;
  font-weight: bold;
  font-size: 30px;
  margin-top: 32px;
}

.calculation-mechanism p {
  color: #858585;
  margin-top: 20px;
  text-align: center;
}

.calculation-mechanism-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.calculation-mechanism-box {
  flex: 20%;
  margin: 3px;
}

.calculation-mechanism-card {
  background: #FFF;
  box-shadow: 0px 0.654px 19.625px 0px rgba(213, 219, 222, 0.40);
  padding: 10px;
  text-align: center;
  display: flex;
  height: 66px;
  height: 66px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.calculation-mechanism-card span {
  color: #2A206A;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.calculation-mechanism-pie-chart {
  position: relative;
  text-align: center;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background: conic-gradient(#00ABAF, #7C32C9 calc(var(--p)*1%), #D9D9D9 0);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calculation-mechanism-pie-chart span {
  color: #7C32C9;
  font-size: 16px;
  font-weight: bold;
  margin: auto;
  z-index: 100;
}

.calculation-mechanism-pie-chart::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background: #fff;
}

.calculation-mechanism-pie-chart::after {
  content: "+";
  position: absolute;
  color: #7C32C9;
  font-size: 26px;
  font-weight: bold;
  left: -70px;
}

.calculation-mechanism-box:nth-child(3) .calculation-mechanism-pie-chart::after {
  content: "=";
}

.calculation-mechanism-box:last-child .calculation-mechanism-pie-chart::after {
  content: "";
}

.calculation-mechanism h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #7C32C9;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.levels-commitment-container {
  display: flex;
  justify-content: center;
}

.levels-commitment-card {
  width: 170px;
  margin: 10px 30px;
}

.levels-commitment-card h3 {
  color: #000000;
  font-size: 14px;
  text-align: start;
  margin-top: 0px;
  margin-bottom: 15px;
}

.levels-commitment-card h3::before {
  content: "";
  display: inline-block;
  margin: 0px 7px;
  width: 22px;
  height: 16px;
  border-radius: 5px;
  vertical-align: middle;
}

.levels-commitment-card:first-child h3::before {
  background: #1CC182;
}

.levels-commitment-card:nth-child(2) h3::before {
  background: #FF8658;
}

.levels-commitment-card:last-child h3::before {
  background: #B40000;
}


.levels-commitment-card p {
  color: #000;
  font-size: 12px;
  text-align: start;
  margin-top: 0px;
}

@media (max-width: 992px) {
  .calculation-mechanism-container {
    flex-direction: column;
  }

  .calculation-mechanism-box {
    margin: 20PX 0PX;
  }

  .calculation-mechanism-pie-chart::after {
    left: auto;
    bottom: -40px;
  }
}

@media (max-width: 768px) {
  .levels-commitment-container {
    flex-direction: column;
    align-items: start;
  }

  .levels-commitment-card {
    width: auto;
  }

  .levels-commitment-card h3::before {
    margin: 0px;
    margin-left: 10px;
  }
}

/* end calculation mechanism */
/* qiyas-top-five */
.qiyas-top-five {
  margin-top: 80px;
}

.qiyas-top-five h1 {
  color: #2A206A;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.qiyas-top-five p {
  text-align: center;
  color: #858585;
  margin-bottom: 24px;
}

.winner-slider-card {
  /* height: 448px; */
  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 {
  /* height: 80px; */
  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 {
  /* height: 180px; */
  position: relative;
  display: flex;
  flex-direction: column;
}

.winner-slider-card .winner-information {
  padding: 5px;
  margin: 0px 16px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.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;
}

/*  */

/* qiyas numbers */
.qiyas-numbers h3 {
  color: #7C32C9;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 12px;
}

.qiyas-numbers p {
  color: #858585;
}


/* group results */
.group-results h1 {
  color: #2A206A;
  font-size: 30px;
  font-weight: bold;
  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;
  margin-bottom: 15px;
}

.top-government .title-filter h1 {
  color: #2A206A;
  font-size: 30px;
  font-weight: bold;
  /* width: 60%; */
  /* text-align: center;
  margin-left: auto;
  margin-right: auto; */
}

.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 {
  margin-top: 22px;
  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-256 {
  background: #1CC182;
}

.top-government-table td .tag.tag-252 {
  background:  #095134;
}

.top-government-table td .tag.tag-253 {
  background: #FF6D00;
}

.top-government-table td .tag.tag-254 {
  background: #B40000;
}

.top-government-table td .tag.tag-255 {
  background: #FF9D00;
}

@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; */

  justify-content: center;
  gap: 60px;
}

.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: -85px;
}

.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 {
  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: block;
  width: fit-content;
  margin: 2px auto 0px;
}

.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;
  }
}

@media (max-width: 768px){
  .qiyas-numbers-card {
    gap: 5px;
  }
}

/* end qiyas numbers  */
/* top agencies */
.top-agencies h1 {
  margin-top: 120px;
  color: #2A206A;
  font-size: 30px;
  font-weight: bold;
}

.top-agencies p {
  color: #9d9d9d;
  margin-top: 20px;
  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: 125%;

  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;
    width: 100%;
  }
}

/* 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);
}

@media (max-width: 425px) {
  .dga-knowledge-card {
    width: 100%;
  }
}
/* end qiyas services page */
/* read button */
.read-more-container {
  /* display: none; */
}

#read-more-contant {
  margin-top: 80px;
  border: 1px solid #2A206A;
  border-radius: 10px;
  color: #fff;
  background: #2A206A;
  padding: 15px 30px;
}

html {
  scroll-behavior: smooth;
}

h1,
h3,
.qiyas-list-fixed a {
  font-family: 'boldFont';
  /* cursor: pointer; */
}

.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;
}

/* body:not(.home) {
  padding-top: 0px;
} */

/*  */
/* .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: -2px;
}


.schedule-card-body.end .circle {
  margin-right: auto;
} */


.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;
  }


}

/* countdown-section */
.countdown-section {
  margin-top: 32px;
  margin-bottom: 20px;
}

.countdown-section .countdown-card {
  margin-right: auto;
  width: max-content;
  padding: 10px 30px;
  border-radius: 12px;
  background: #F3F4F6;
  box-shadow: 0px 2px 20px 0px rgba(213, 219, 222, 0.40);
}

.countdown-section .countdown-card h5 {
  color: #00ABAF;
  text-align: center;
  font-size: 20px;
  font-family: 'boldFont';
}

.countdown-section .countdown-card .box-container {
  display: flex;
  justify-content: center;
}

.countdown-section .countdown-card .box-container .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5px;
  padding: 2px;
  width: 50px;
  border-radius: 6px;
  background: rgba(42, 32, 106, 0.05);
}

.countdown-section .countdown-card .box-container .box span {
  color: #2A206A;
  font-family: 'boldFont';
  text-align: center;
  font-size: 18px;
}

.countdown-section .countdown-card .box span:last-of-type {
  font-size: 12px;
}

/* content-container */
.content-container h2 {
  color: #2A206A;
  font-family: 'boldFont';
  font-size: 30px;
  margin-bottom: 24px;
}

p {
  color: #757575;
  font-size: 18px;
}
/* end content-container */

/* qiyas dev stages */
.qiyas-dev-stages-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.qiyas-dev-stages-section h2 {
  margin-bottom: 20px;
  color: #7C32C9;
  font-family: 'boldFont';
  font-size: 30px;
}

.dev-stages-container {
  display: flex;
}

.dev-stages-card {
  margin: 8px;
  padding: 16px;
  width: 33.3%;
  border-radius: 16px;
  background: rgba(241, 241, 242, 0.50);
}

.dev-stages-card h6 {
  margin-bottom: 16px;
  color: #00ABAF;
  font-family: 'boldFont';
  font-size: 16px;
}

.dev-stages-card span {
  color: #7C32C9;
  font-size: 12px;
}

.dev-stages-card span img {
  margin-left: 8px;
}

.dev-stages-card p {
  margin-top: 20px;
  color: #2A206A;
  font-family: 'boldFont';
  text-align: justify;
  font-size: 14px;
}

@media (max-width: 768px) {
  .dev-stages-container {
    display: block;
  }

  .dev-stages-card {
    margin: 8px;
    padding: 16px;
    width: 100%;
  }
}

.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;
}
/* end qiyas dev stages */

/*#region reports complaints card*/
.dga-reports-complaints-card {
  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;
  }
}
/*#endregion*/

.slick-slider .slick-dots {
  margin-top: 0px;
  margin-bottom: 15px;
}

.schedule-card-header .popup-card ul {
  list-style: disc;
}

/* 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;
}

.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,
.card-table-contant .tag.tag-252 {
  background: #095134;
}

.card-table-contant .tag.yellow,
.card-table-contant .tag.tag-255 {
  background: #FF9D00;
}

.card-table-contant .tag.light-green,
.card-table-contant .tag.tag-256  {
  background: #1CC182;
}

.card-table-contant .tag.red,
.card-table-contant .tag.tag-254 {
  background: #B40000;
}


.tag.tag-253 {
  background: #FF6D00;
}

@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%;
  }
}

/* end header-title-table */

/* faq */
.faq-header.active button h5 {
  color: #29B3B4;
}

.faq-header button i{
  transition:all 0.2s;
}

.faq-header.active button i {
  transform: rotate(180deg);
}

.filtration-bar.search-typ form {
  margin-bottom: 30px;
}

.filtration-bar .js-form-item {
  border-radius: 10px;
}
/* end faq */



/* result page */
/* tabs */

.header-nav-tabs {
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-start;
}

.dga-tabs .dga-tab-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  border: 0px;
  border-radius: 0px;
  /* margin-right: auto; */
}
 
.header-nav-tabs .select-years {
  border-radius: 5px;
  margin: 8px;
  padding: 5px 10px;
  background: #2A206A1A;
  margin-right: 160px;
}

.header-nav-tabs .select-years label {
  color: #2A206A;
  margin: 0 10px;
  font-weight: bold;
  font-size: 16px;
}

.header-nav-tabs .select-years #select-year {
  border: none;
  outline: none;
  background: #eae8f0;
}

.dga-tabs .dga-tab-header .tab,.dga-tabs .dga-tab-header .tab1 {
  margin: 8px;
  padding: 8px;
  font-family: "boldFont";
  font-size: 20px;
  color: #2A206A;
  background: rgba(124, 50, 201, 0.10);
  border: 0px;
  border-radius: 8px;
  cursor: pointer;
}

.dga-tabs .dga-tab-header .tab.active,.dga-tabs .dga-tab-header .tab1.active {
  color: #fff;
  background: #00ABAF;
}
  
.dga-tabs .dga-tabContent.show,.dga-tabs .dga-tabContent1.show {
  display: block; 
}

.dga-tabs .dga-tabContent.hide,.dga-tabs .dga-tabContent1.hide {
  display: none; 
}

.dga-tabs .dga-tabContent,.dga-tabs .dga-tabContent1 {
  width: 95%;
  margin: auto;
  padding-top: 2px;
}

.dga-tabs .dga-tab-header .tab:first-of-type,.dga-tabs .dga-tab-header .tab1:first-of-type {
  margin-right: auto;
}

.table-contant-item img {
  width: 50%;
  margin: 5px auto;
}

.js-form-item {
  border-bottom: 0px;
}

.dga-tabs .dga-tab-header .tab.active,.dga-tabs .dga-tab-header .tab1.active  {
  border-bottom: 0px;
}

.top-government {
  position: relative;
}

.dga-tabContent select,.dga-tabContent1 select {
  border: 0px;
  border-radius: 5px;
  margin: 8px;
  padding: 5px 20px;
  background: #2A206A1A;
  color: #2A206A;
  position: absolute;
  top: 0px;
  left: 0px;
}

.dga-tabContent .form-item-tid-1 select,.dga-tabContent1 .form-item-tid-1 select {
  left: 127px;
}
@media (max-width: 768px) {
  .header-nav-tabs {
    display: block;
  }

  .dga-tabs .dga-tab-header .tab:first-of-type,.dga-tabs .dga-tab-header .tab1:first-of-type {
    margin-right: 0;
  }

  .dga-tabs .dga-tab-header .tab,.dga-tabs .dga-tab-header .tab1 {
    font-size: 14px; 
  }
  
  .dga-tabs .dga-tabContent,.dga-tabs .dga-tabContent1 {
    width: 95%;
  }

  .header-nav-tabs .select-years {
    margin-right: auto;
  }

  .dga-tabContent form,.dga-tabContent1 form {
    display: flex;
  }
  .dga-tabContent select,.dga-tabContent1 select {
    position: relative;
  }
  .dga-tabContent .form-item-tid-1 select,.dga-tabContent1 .form-item-tid-1 select {
    left: 0;
  }
}
/* end result page */


/* 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: 16px;
}

.guide-section a {
  display: flex;
  gap: 8px;
  padding: 12px 16px;
  color: #fff;
  width: fit-content;
  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);
}

@media only screen and (min-width: 1300px) {
  .guide-container > img {
    left: 130px;
  }
}

.qiyascustomtable .header-title-table {
justify-content: start;
}

.qiyascustomtable .header-title-table span:nth-child(2) {
margin-left: 0px;
}

.qiyascustomtable .header-title-table span:last-of-type {
  margin: auto;
}

.qiyascustomtable .card-table-contant .table-contant-item:last-of-type {
  margin: auto;
}
#top-government-section-sec {
  scroll-margin-top: 100px;
}
.dga-tabContent .js-form-item,.dga-tabContent1 .js-form-item {
  margin-bottom: 0px;
}

.dga-tabContent select,.dga-tabContent1 select {
  position: relative;
}

.dga-tabContent form,.dga-tabContent1 form  {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: flex-end;
}

.captcha-admin-links {
  display: none;
}

@media (max-width: 992px) {
  .dga-tabContent form,.dga-tabContent1 form{
    position: relative;
    display: block;
  }
}

.filtration-bar.search-typ form .js-form-item input {
  padding: 0px 16px;
}

/* active step */
.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;
}

/* done step */
.schedule-card.active ~ .schedule-card .schedule-card-body .circle-1, 
.schedule-card.active ~ .schedule-card .schedule-card-body .circle-2 {
  background: #80808042;
  color: #00ABAF;
}

.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;
}

.content-container p,
.guide-section p,
.dga-news-details-header .content-desc,
.dga-news-details-header p,
.qiyas-numbers p{
  text-align: justify;
}

/* 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 */

@media (max-width: 425px) {
  .countdown-section .countdown-card {
    width: 100%;
  }
}

.contant-section ol,
.qiyas-description ol {
  padding-right:20px;
  color: #757575;
}

.contant-section ol li,
.qiyas-description ol li {
  padding-right: 6px;
}

.contant-section ul,
.qiyas-description ul {
  list-style: disc;
  padding-right: 20px;
  color: #757575;
}



/* 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: 2px;
}

[dir="ltr"] .schedule-card:first-child .schedule-card-body,
[dir="ltr"] .schedule-card:last-child .schedule-card-body {
  right: 0px;
  left: 54px;
}

[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;
}
/* end schedule */

.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;
}

.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;
}

.cookies-modle {
  display: block;
}

.cookies-container {
  margin: 30px auto;
  margin-bottom: 0;
  padding: 16px 24px;
  border-radius: 8px;
  border: 1px solid #D2D6DB;
  background: #FCFCFD;
  width: 90%;
}
.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-family: "boldFont";
  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;
}
.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-family: "boldFont";
  color: #161616;
  text-decoration: none;
}
.cookies-container .privacy-button {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.nds-policy-btn {
    border: 0px;
    color:#161616;
    background: transparent;
}

.modal-popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}
.modal-popup.active {
  display: block;
  overflow: hidden;
}
.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%;
}

[dir="ltr"] .cookies-container .content-box .close-cookie-bnt {
  cursor: pointer;
  margin-right: 0px;
  margin-left: auto;

}
/*  */

[dir="ltr"] .contant-section ol, 
[dir="ltr"] .qiyas-description ol {
    padding-right: 0px;
    padding-left: 20px;
    color: #757575;
}

[dir="ltr"] .contant-section ul, 
[dir="ltr"] .qiyas-description ul {
    list-style: disc;
    padding-left: 20px;
    color: #757575;
}

[dir="ltr"] .qiyas-numbers-header::before {
    left: auto;
    right: -85px;
}

[dir="ltr"] .dga-tabContent form, 
[dir="ltr"] .dga-tabContent1 form {
    left: auto;
    right: 0px;
}

[dir="ltr"] .card-table-contant .table-contant-item span {
    display: block;
}

[dir="ltr"] .header.of-White-Header .menu-drop img {
    padding-left: 4px;
    padding-right: 30px;
}

[dir="ltr"] .menu-item-title {
    padding: 0px 40px 0px 0px;
}

[dir="ltr"] .sub-dropdown-menu .menu-drop .menu-item-title {
    padding-right: 0px;
}

[dir="ltr"] .schedule-card-body {
    left: 2px;
    right: 0px;
}

[dir="ltr"] .schedule-card-body .circle.circle-1::after {
    right: 0p; 
    left: -7px;
}

[dir="ltr"] .schedule-card-body.end .circle {
    margin-left: auto;
    margin-right: 0px;
}

[dir="ltr"] .schedule-card-body.end .month {
    right: -4px;
    left: auto;
}

[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;
}

.cookies-modle.modal-popup .modal-popup-content {
  align-items: end;
}