.cct-header-wrap {
  position: relative !important;
  background: #17214e;
}
.coman-title {
  padding: 70px 0px;
}
.coman-title h1 {
  margin: 0px;
  color: #17214e;
  font-size: 60px;
  line-height: 1;
}
.thank-you-info {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding: 100px;
  text-align: left !important;
}
.thank-you-content-info h2 {
  color: #fff;
  font-size: 36px;
  font-style: italic;
  line-height: normal;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.thank-you-content-info h2:before {
  content: "";
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.thank-you-content-info h2:after {
  content: "";
  background: #bd0b2c;
  width: 84px;
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: 0px;
}
.thank-you-content-info p {
  color: #fff;
  margin-bottom: 25px;
}
.thank-you-content-info {
  max-width: 50%;
}
.certificate-slider-sec {
  padding-bottom: 100px;
}
.certificate-slider-sec ul {
  display: flex;
  justify-content: center;
}
.certificate-slider-sec ul li {
  align-self: center;
  margin: 0px 25px;
  margin-top: 25px;
}
.certificate-slider-sec ul li a {
  display: inline-block;
}
.meet-the-attorneys-btn {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #ffffff !important;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  text-align: center;
  width: 320px;
  height: 65px;
  background-color: #d99c5b;
  outline: 1px solid #d99c5b !important;
  outline-offset: 2px;
  position: relative;
  line-height: 65px;
}
.meet-the-attorneys-btn:hover, .meet-the-attorneys-btn:focus {
  background-color: #bd0b2c !important;
  outline: 1px solid #bd0b2c !important;
}
@media (max-width: 1600px) {
  .thank-you-info {
    padding: 90px;
  }
}
@media (max-width: 1500px) {
  .thank-you-info {
    padding: 80px;
  }
}
@media (max-width: 1400px) {
  .thank-you-info {
    padding: 70px;
  }
}
@media (max-width: 1400px) {
  .thank-you-info {
    padding: 60px;
  }
}
@media (max-width: 1300px) {
  .thank-you-info {
    padding: 50px;
  }
}
@media (max-width: 1200px) {
  .thank-you-info {
    padding: 40px;
  }
}
@media (max-width: 1100px) {
  .thank-you-info {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .thank-you-info {
    background-size: 100% auto !important;
    background-position: top center !important;
    background-color: #17214e !important;
    padding: 30px 15px;
    padding-top: 50% !important;
  }
  .thank-you-info .thank-you-content-info {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .thank-you-info {
    background-size: 100% auto !important;
    background-position: top center !important;
    background-color: #17214e !important;
    padding: 30px 15px;
    padding-top: 50% !important;
  }
  .thank-you-info .thank-you-content-info {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .thank-you-info {
    background-size: 100% auto !important;
    background-position: top center !important;
    background-color: #17214e !important;
    padding: 30px 15px;
    padding-top: 50% !important;
  }
  .thank-you-info .thank-you-content-info {
    max-width: 100%;
  }
  .meet-the-attorneys-btn {
    line-height: 55px;
    width: 250px;
    height: 55px;
    font-size: 16px;
  }
  .certificate-slider-sec ul {
    display: inline-block;
    justify-content: center;
  }
  .certificate-slider-sec ul li {
    align-self: center;
    margin: auto;
    display: inline-block;
    padding: 0px 10px;
    margin-top: 15px;
  }
  .coman-title {
    padding: 50px 0;
  }
  .coman-title h1 {
    font-size: 40px
  }
}