.responsive-toggle{
    position: absolute;
    top: 18px;
    border-radius: 5px;
    color: #fff;
    font-size: 20px !important;
    line-height: 30px !important;
    width: 30px !important;
    right: 8px;
    background: #2445ab;
}
.list-items {
	margin-right: 20px;
}
.list-items li {
	margin: 0 1px!important;
}
.single-work-step.listSt1 > span{
  line-height: 35px;
  margin-top: -7px;
  flex: unset;
  min-width: unset;
  width: 35px;
  height: 35px;
}
.listSt2.h ul{
  margin: 0;
} 
.listSt2.h h6{
 margin-top: 20px;
}

.listSt2 ul {
  margin: 0;
}
.listSt2>ul>li{
  position: relative;
  padding-left: 20px;
}
.listSt2>ul>li>ul>li{
  position: relative;
  padding-left: 15px;
  color: #5B5B5B;
}
.listSt2>ul>li::before{
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #2445ab;
  top: 10px;
  left: 0;
  border-radius: 50%;
}
.listSt2>ul>li>ul>li::before{
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #7d99ee;
  top: 12px;
  left: 1px;
  border-radius: 50%;
}
.main-header .social-icons > li a:hover {
  color: #000;
  border:1px solid #CCC;
  font-family: "Font Awesome 6 Brands";
}
.work-step-wrapper{
  counter-reset: spanno;
}
.work-step-wrapper span::before {
  counter-increment: spanno;
  content:  counter(spanno);
}
.aboutUs-thumbnail::before {
  background: none;
}
.tab-thumb img{
  border-radius: 0.75rem;
}
.aboutUs-content p{
  margin-bottom: 15px;
  font-size: 1rem;
}

.mediaPort{
    width: 200px;
    height: 100px;
    background: #CCC;
    border: 1px solid #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11111;
}




  @media only screen and (min-width:480px) {
    .mediaPort{
        background: olive;
    }

  }
  @media only screen and (min-width:576px) {
    .mediaPort{
        background: green;
    }
    
  }
  @media only screen and (min-width:768px) {
    .mediaPort{
        background: blue;
    }
    
  }
  @media only screen and (min-width:992px) {
    .mediaPort{
        background: orange;
    }
    
  }
  @media only screen and (min-width:1200px) {
    .mediaPort{
        background: orangered;
    }
    
  }
  @media only screen and (min-width:1400px) {
    .mediaPort{
        background: orchid;
    }
    
  }

