.strip-blue{
    margin-left: 20px;
    margin-right: 20px;
    z-index: 2;
    position: relative;
}
.back-strip {
  background-color: #5B5B5B;
  border-radius: 5px 0px 0px 5px;
  height: 85%;
  z-index: 0;
  position: absolute;
  width: 20px;
  margin: auto;
  margin-left: 0px;
  top: -16px;
  bottom: 0;
  left: 0;
}

.back-strip2 {
  background-color: #5B5B5B;
  border-radius: 0px 5px 5px 0px;
  height: 85%;
  z-index: 0;
  position: absolute;
  width: 20px;
  margin: auto;
  margin-right: 0px;
  top: -16px;
  bottom: 0;
  right: 0;
}

.link-color-icon{
    color:#5f8297 !important;
}

.description-text{
    color:#fff;

}
.justify-text{
    text-align: justify;
}
@media (max-width: 991px) {
  .hero-overlay {
      background-image: url('../images/onesearchseek/oneSearchSeekBG2.png');
      background-size: auto;
      background-repeat: round;
      background-size: cover;
  }

  .urlSection{
      display: contents;
  }

  .divider{
      margin-top: 10px;
      margin-bottom: 10px;
  }

  .divider-new {
    width: 30%;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 999999 !important;
    position: absolute;
  }
}

body {
  background-color: #F9FAFA;
  background-image: none;
  color: #fff;
}

@media (min-width: 992px) {
  .hero-overlay {
      background-image: url('../images/onesearchseek/oneSearchSeekBG1.png');
      background-size: auto;
      background-repeat: round;
      background-size: cover;
  }

  .urlSection{
      text-align: center;
  }

  .w-col-1 {
    width: 3.33333333%;
  }

  .w-col-5 {
    width: 38.66666667%;
  }
  .w-col-6 {
    width: 57%;
  }

  .divider-new{
      width: 5px;
      height: 100px;
      background-color: #fff;
      border-radius: 50%;
      z-index: 999999 !important;
      position: absolute;
  }

}

@media only screen and (min-width: 481px) and (max-width:768px){
  .back-strip {
    background-color: #5B5B5B;
    border-radius: 5px 0px 0px 5px;
    height: 90%;
    z-index: 0;
    position: absolute;
    width: 20px;
    margin: auto;
    margin-left: -10px;
    top: -16px;
    bottom: 0;
    left: 0;
  }

  .back-strip2 {
    background-color: #5B5B5B;
    border-radius: 0px 5px 5px 0px;
    height: 90%;
    z-index: 0;
    position: absolute;
    width: 20px;
    margin: auto;
    margin-right: -10px;
    top: -16px;
    bottom: 0;
    right: 0;
  }
}

@media only screen and (min-width:320px) and (max-width:480px){
  .divider-new {
    width: 50%;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 999999 !important;
    position: absolute;
  }
  .urlSection h7{
    padding-right: 0px;
  }
  .adsUrl{
    font-size:12px;
  }
  .back-strip {
    background-color: #5B5B5B;
    border-radius: 5px 0px 0px 5px;
    height: 90%;
    z-index: 0;
    position: absolute;
    width: 20px;
    margin: auto;
    margin-left: 0px;
    top: -16px;
    bottom: 0;
    left: 0;
  }
  .back-strip2 {
    background-color: #5B5B5B;
    border-radius: 0px 5px 5px 0px;
    height: 90%;
    z-index: 0;
    position: absolute;
    width: 20px;
    margin: auto;
    margin-right: 0px;
    top: -16px;
    bottom: 0;
    right: 0;
  }
}

.adsUrl {
  text-decoration: underline;
  line-height: 15px;
  color: #ffffff;
}

.button-1 {
    background: rgb(119,168,197) !important;
    background: linear-gradient(90deg, rgba(119,168,197,1) 0%, rgba(169,208,243,1) 0%, rgba(119,168,197,1) 100%) !important;
    padding-bottom: 28px; border:none;
    opacity: 0.8;
}

.button-1-h {
    text-decoration: none;
    color:#C00000;
    font-size: 30px;
    padding-right: 10px;
    font-family: "Times New Roman", Times, serif;
}

.button-1-h:hover {
    color: #00a6d1;
}

a.policy {
    color: #000000;
}

.contentSection{
  margin-bottom: 20px;
}

.header {
    color: #000000;
    font-weight: bold;
}

.ulrOuter {
    background-color: #5f8297;
    padding: 7px 20px;
    border-radius: 50px;
    display: block;
}

.component {
    position: absolute;
    top: -16px;
    bottom: 0;
    margin: auto;
    right: 0;
    margin-right: 25px;
    z-index: 999999;
}
