.navbar{background-image: none;}
.spog-space-new {
    padding: 120px 0;
}
.progress-container {
    width: 100%;
    margin: 0;
}
.progress-steps {
    counter-reset: step;
    margin: 0;
    padding: 0;
    float: right;
    width: 80%;
}
.progress-steps li {
    list-style-type: none;
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
    
}
.progress-steps li span{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #333;
    font-size: 12px;
    white-space: nowrap;
}
.progress-steps li:before {
    width: 2.5em;
    height: 2.5em;
    content: counter(step);
    counter-increment: step;
    line-height: 2.5em;
    border: 2px solid #ccc;
    display: block;
    text-align: center;
    margin: 0 auto 0.7em auto;
    border-radius: 50%;
    background-color: #D9D9D9;
	line-height: 24px;
    font-size: 12px;
}
.progress-steps li:after {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #999;
    top: 14px;
    left: -50%;
    z-index: -1;
}
.progress-steps li:first-child:after {
    content: none;
}
.progress-steps li.active {
    color: #000;
}
.progress-steps li.active:before {
    border-color: #0052CC;
    background-color: #0052CC;
    color: #ffffff;
}
.progress-steps li.active + li:after {
    background-color: #0052CC;
}
.progress-steps li.active span{color: #0052CC;}
.progress-steps li.done span{color: #00903B;}
.progress-steps li.done {
    color: #fff;
}
.progress-steps li.done:before {
    border-color: #00903B;
    background-color: #00903B;
    color: #ffffff;
}
.progress-steps li.done + li:after {
    background-color: #00903B;
}
.mainTitleStep {
 font-family: "Poppins", sans-serif;
 font-weight: 600;
 font-style: normal;
 font-size: 2rem;
 line-height: 36px;
 color: #000;
}
.step-content-title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 30px;
    color: #000;
}
.step-content-descrition {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 26px;
    color: #000;
}
.matuarity-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5rem;
    line-height: normal;
    color: #000;
    margin-bottom: 8px;
}
.matuarity-desc {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: normal;
    color: #000;
}
.domain-block .choose-thumb{
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.step-content-area .card {
    border-radius: 8px;
    height: 100% !important;
}
.step-content-area .card:hover {
    background-color: #E5EFFF;
}
.step-content-area.select-domain .col-md-4 {
    margin-bottom: 24px;
}
.integr-sm-descrition {font-size: 12px;}
.marquees {
    overflow: hidden;
    position: relative;
}
.marquees .marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    margin: 0;
    animation: scrolling linear infinite;
  }
  .score-graph {
    background-color: #F5F6F8;
    border-radius: 8px;
  }
  .step-content-title sup {font-size: 12px;}
  .col-md-4.select-domain{margin-bottom: 24px;}

.highcharts-container {
    width: 100%;
    height: 400px;
    border-radius: 4px;
}



@media (min-width: 768px) and (max-width: 1024px) {
    .progress-steps{width: 100% !important;}
    .col-md-4.select-domain {
      flex: 0 0 50% !important;
      max-width: 50% !important;
    }
  }