/* banner */
.cct-home-banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 830px;
  padding: 195px 0 74px;
}
.cct-home-banner .live-edit-button {
  top: 135px;
}
.cct-home-banner .cct-banner-content {
  max-width: 800px;
  text-align: center;
  padding-top: 206px;
}
.cct-home-banner h3 {
  color: #fff;
  margin-bottom: 14px;
}
.cct-home-banner h1 {
  color: #fff;
  margin-bottom: 17px;
  font-size: 80px;
  line-height: 90px;
}
.cct-home-banner ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  padding-left: 21px;
  position: relative;
  margin-bottom: 10px;
}
.cct-home-banner ul li::before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  background-color: #d81f25;
  left: 0;
  top: 10px;
  transform: rotate(135deg);
}
.cct-home-banner ul li:first-child {
  padding-left: 0;
}
.cct-home-banner ul li:first-child::before {
  display: none;
}
.cct-home-banner ul li:last-child {
  margin-right: 0;
}
.cct-home-banner ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.cct-sidebar-contact-form {
  background-color: transparent;
  margin-bottom: 0;
}
.cct-sidebar-form-content {
  background: #ffffff;
  padding: 48px 40px 84px;
}
.cct-sidebar-contact-form h4 {
  color: #101323;
  margin-bottom: 25px;
}
.cct-sidebar-contact-form ul li {
  padding-left: 0 !important;
  margin-bottom: 16px !important;
  margin-right: 0;
}
.cct-sidebar-contact-form ul li::before {
  display: none;
}
.cct-sidebar-contact-form .cct-submit-btn:hover {
  background: #101323;
  color: #fff;
}
.cct-sidebar-contact-form input[type="text"]:hover, .cct-sidebar-contact-form input[type="tel"]:hover, .cct-sidebar-contact-form input[type="email"]:hover, .cct-sidebar-contact-form textarea:hover, .cct-sidebar-contact-form input[type="text"]:focus, .cct-sidebar-contact-form input[type="tel"]:focus, .cct-sidebar-contact-form input[type="email"]:focus, .cct-sidebar-contact-form textarea:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.cct-sidebar-contact-form textarea {
  height: 115px;
}
.cct-sidebar-contact-form .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 115px;
}
.cct-sidebar-contact-form .gform_wrapper.gravity-theme input[type="color"], .cct-sidebar-contact-form .gform_wrapper.gravity-theme input[type="date"], .cct-sidebar-contact-form .gform_wrapper.gravity-theme input[type="datetime-local"], .cct-sidebar-contact-form .gform_wrapper.gravity-theme input[type="datetime"], .cct-sidebar-contact-form .gform_wrapper.gravity-theme input[type="email"], .cct-sidebar-contact-form .gform_wrapper.gravity-theme input[type="month"], .cct-sidebar-contact-form .gform_wrapper.gravity-theme input[type="number"], .cct-sidebar-contact-form .gform_wrapper.gravity-theme input[type="password"], .cct-sidebar-contact-form .gform_wrapper.gravity-theme input[type="search"], .cct-sidebar-contact-form .gform_wrapper.gravity-theme input[type="tel"], .cct-sidebar-contact-form .gform_wrapper.gravity-theme input[type="text"], .cct-sidebar-contact-form .gform_wrapper.gravity-theme input[type="time"], .cct-sidebar-contact-form .gform_wrapper.gravity-theme input[type="url"], .cct-sidebar-contact-form .gform_wrapper.gravity-theme input[type="week"], .cct-sidebar-contact-form .gform_wrapper.gravity-theme select, .cct-sidebar-contact-form .gform_wrapper.gravity-theme textarea {
  padding: 10px 28px;
}
.cct-sidebar-contact-form .cct-submit-btn {
  margin-top: 20px;
}
/* .cct-sidebar-contact-form input[type="email"]:hover, .cct-sidebar-contact-form input[type="email"]:focus {
background-image: url(../images/footer-mail-icon-h.png)!important;
} */
/* banner */
/* case results */
.cct-case-results {
  position: relative;
  background-color: #101323;
  padding: 27px 0 0;
  text-align: center;
}
.cct-case-results p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.cct-case-results-slider {
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 20px 100px 0;
}
.cct-case-results-slider .flex-control-nav {
  display: none;
}
.cct-case-results-slider .slides img {
  width: auto;
  margin: 0 auto;
  margin-bottom: 18px;
  max-height: 10px !important;
}
.cct-case-results .cct-case-result-box p {
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0;
}
.cct-case-results .cct-case-result-box h2 {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
}
.cct-case-result-box {
  text-align: center;
  position: relative;
  padding: 0 15px 45px;
}
.cct-case-result-box::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 120px;
  background-color: #1c1f2e;
  right: -1px;
  top: 38%;
  transform: translate(0, -50%);
}
.cct-case-results-slider .flex-direction-nav a {
  top: 46%;
  color: transparent;
  text-shadow: none;
  width: 48px;
  height: 48px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  opacity: 1 !important;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/slider-arrow.png);
  background-color: #212536;
}
.cct-case-results-slider .flex-direction-nav a:hover {
  background-color: #d81f25;
}
.cct-case-results-slider .flex-direction-nav a::before {
  content: '';
  color: transparent;
  text-shadow: none;
}
.cct-case-results-slider .flex-direction-nav .flex-next {
  right: 0;
  left: auto;
  opacity: 1;
}
.cct-case-results-slider.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0;
  left: auto;
}
.cct-case-results-slider .flex-direction-nav .flex-prev {
  left: 0;
  opacity: 1 !important;
  transform: rotate(180deg);
}
.cct-case-results-slider.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0;
}
.cct-case-results-slider .flex-direction-nav {
  position: absolute;
  width: 100%;
  top: 40.4%;
  left: 0;
}
.cct-case-results-overlay {
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: -200px;
  width: 100%;
  height: 100%;
  background-color: #d81f25;
  border-radius: 0;
  text-align: center;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  padding: 46px 29px;
  overflow: auto;
  display: none;
}
.cct-overlay-content {
  display: block;
  width: 100%;
}
.cct-case-result-box:hover .cct-case-results-overlay {
  bottom: 0;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}
.cct-case-results .cct-case-result-box .cct-overlay-content p {
  font-size: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.cct-overlay-content h5 {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-family: 'Crimson Text', serif;
}
/* case results */
/* personal injury law */
.cct-personal-injury-law {
  position: relative;
  background-color: #232739;
  padding: 109px 0;
}
.cct-personal-injury-content {
  padding-top: 40px;
}
.cct-personal-injury-content h2 {
  font-size: 60px;
  line-height: 72px;
  color: #ffffff;
}
.cct-personal-injury-content h6 {
  color: #d81f25;
  margin-bottom: 29px;
}
.cct-personal-injury-content p {
  color: #fff;
  margin-bottom: 20px;
}
.cct-personal-injury-content ul {
  padding-top: 32px;
}
.cct-personal-injury-content ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 48px;
}
.cct-personal-injury-content ul li:last-child {
  margin-right: 0;
}
.cct-personal-injury-image {
  text-align: right;
}
/* personal injury law */
/* top rated */
.cct-top-rated {
  position: relative;
  padding: 124px 0 86px;
  background-color: #fbfbfb;
}
.cct-top-rated-right-wrap {
  max-width: 790px;
  margin: 0 0 0 auto;
}
.cct-top-rated-head {
  text-align: center;
  max-width: 845px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 17px;
}
.cct-top-rated-head::before {
  position: absolute;
  content: '';
  width: 100px;
  height: 7px;
  border-top: 2px solid #d81f25;
  border-bottom: 2px solid #d81f25;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
}
.cct-top-rated-head h2 {
  color: #d81f25;
  margin-bottom: 14px;
}
.cct-top-rated-content h4 {
  color: #d81f25;
  margin-bottom: 8px;
  margin-top: 38px;
}
.cct-top-rated-content {
  max-width: 798px;
  padding-right: 10px;
}
/* blockquote */
blockquote {
  width: 100%;
  position: relative;
  border-left: 3px solid #d81f25;
  padding: 17px 10px 22px 46px;
  margin: 63px 0 77px;
}
blockquote .cct-profile-pic {
  padding-right: 16px;
}
blockquote p {
  font-size: 24px !important;
  line-height: 40px !important;
  margin-bottom: 0 !important;
  font-weight: 400;
  font-family: 'Frank Ruhl Libre', serif;
}
blockquote cite {
  display: inline-block;
  vertical-align: middle;
  font-style: unset;
  font-size: 24px;
  font-weight: normal;
  color: #d81f25;
  font-family: 'Frank Ruhl Libre', serif;
  padding-top: 19px;
}
.cct-profile-pic {
  display: inline-block;
  vertical-align: middle;
  margin-top: 19px;
}
blockquote cite small {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  display: block;
  font-family: 'Montserrat', sans-serif;
  color: #101323;
}
.cct-cta-wrap {
  border: #d81f25 solid 1px;
  position: relative;
  padding: 9px;
  max-width: 660px;
  margin: 0 auto;
  margin-top: -69px;
}
.cct-cta-content {
  background-position: 38px 21px;
  background-repeat: no-repeat;
  background-color: #111111;
  padding: 20px 50px 20px 180px;
}
.cct-cta-content p {
  color: #ffffff;
  margin: 11px 0;
}
.cct-cta-content p a {
  font-weight: bold;
  color: #fff;
}
.cct-cta-content p a:hover {
  color: #d81f25;
}
.cct-top-related-img {
  margin-top: 46px;
}
.cct-near-me-wrap {
  padding: 19px;
  border: #d81f25 solid 1px;
}
.cct-near-me-content {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 45px 29px;
  text-align: center;
}
.cct-near-me-content h2 {
  margin-bottom: 8px;
}
.cct-near-me-content p {
  font-size: 16px;
  line-height: 28px;
}
.cct-near-me-content p a {
  font-weight: bold;
  color: #d81f25;
}
.cct-near-me-content p a:hover {
  color: #101323;
}
.cct-top-rated-content ul li {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  line-height: 29px;
  color: #101323;
  font-weight: 400;
  margin-bottom: 11px;
  padding-left: 17px;
  position: relative;
}
.cct-top-rated-content ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #d81f25;
}
.cct-top-rated-content ul {
  margin: 24px 0 37px;
}
.cct-top-rated-content ol {
  margin: 30px 0 30px 18px;
}
.cct-top-rated-content ol li {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  color: #101323;
  margin-bottom: 6px;
  position: relative;
}
.cct-top-rated-content ul li a, .cct-top-rated-content ol li a {
  color: #d81f25;
  font-weight: 700;
}
.cct-top-rated-content ul li a:hover, .cct-top-rated-content ol li a:hover {
  color: #101323;
}
/* pa */
.cct-practice-area {
  position: relative;
  overflow: auto;
  display: block !important;
}
.cct-practice-area .container-fluid {
  padding: 0;
}
.cct-practice-area ul li {
  float: left;
  width: 33.33%;
}
.cct-pa-box {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  min-height: 500px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px 15px;
  transition: ease-in-out .2s;
}
.cct-pa-box::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(216, 31, 37, .7);
  left: 0;
  top: 0;
  z-index: -1;
  filter: contrast(100);
  display: none;
}
.cct-pa-box:hover::before {
  display: none;
}
.cct-pa-box h2 {
  line-height: 60px;
  color: #fff;
  max-width: 440px;
  margin: 0 auto;
}
.cct-pa-box p {
  max-width: 400px;
  margin: 0 auto;
  color: #fff;
  margin-top: 18px;
  margin-bottom: 56px;
  display: block;
}
.cct-pa-box h2 a, .cct-pa-box p a {
  color: #fff;
}
.cct-pa-box:hover p {
  display: block;
}
.cct-pa-box .cct-pa-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 42px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  height: 70px;
  background-color: #d81f25;
  padding: 15px 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.cct-pa-box .cct-pa-btn:hover {
  background-color: #101323;
}
.cct-pa-box:hover .cct-pa-btn {
  display: block;
}
/* pa */
/* testimonials */
.cct-testimonials-wrap {
  position: relative;
  background-color: #fbfbfb;
  z-index: 1;
  text-align: center;
  padding-top: 145px;
}
.cct-testimonials-wrap h2 {
  color: #fff;
  margin-bottom: 8px;
}
.cct-testimonials-wrap p {
  color: #fff;
  margin-bottom: 20px;
}
.cct-testimonials-wrap p a {
  font-weight: 700;
}
.cct-testimonials-wrap::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 569px;
  background-image: url(../images/testimonials-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
}
.cct-testimonials-box {
  margin: 10px 8px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
  padding: 50px 64px 30px 53px;
  min-height: 402px;
  border-bottom: 3px solid #dbdbdb;
  background-color: #fff;
  text-align: left;
}
.cct-testimonials-box .cct-star {
  display: inline-block;
  vertical-align: top;
}
.cct-testimonials-box .cct-star li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  height: 30px;
}
.cct-testimonials-box .cct-google-icon {
  float: right;
  margin-top: 3px;
}
.cct-testimonials-box p {
  font-size: 16px;
  line-height: 32px;
  color: #101323;
  position: relative;
  padding-bottom: 28px;
  margin-top: 28px;
  margin-bottom: 25px !important;
}
.cct-testimonials-box p::before {
  position: absolute;
  content: '';
  width: 49px;
  height: 2px;
  background-color: #d81f25;
  left: 0;
  bottom: 0;
}
.cct-testimonials-box h6 {
  font-size: 17px;
  line-height: 30px;
  text-transform: uppercase;
}
.cct-testimonials-slider {
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0 53px;
}
.cct-testimonials-slider.flexslider .slides img {
  width: auto;
}
.cct-testimonials-slider.flexslider .slides img.cct-google-icon {
  max-height: 30px;
}
.cct-testimonials-head {
  position: relative;
}
.cct-5star-text {
  right: -34px;
  position: absolute;
  top: 25px;
}
.cct-testimonials-slider .flex-control-nav {
  display: none;
}
.cct-testimonials-slider .flex-direction-nav a {
  color: transparent;
  text-shadow: none;
  width: 35px;
  height: 35px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  opacity: 1 !important;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/testimonials-arrow.png);
  background-color: #ffffff;
}
.cct-testimonials-slider .flex-direction-nav a:hover {
  background-color: #d81f25;
  background-image: url(../images/testimonials-arrow-h.png);
}
.cct-testimonials-slider .flex-direction-nav a::before {
  content: '';
  color: transparent;
  text-shadow: none;
}
.cct-testimonials-slider .flex-direction-nav .flex-next {
  right: 0;
  left: auto;
  opacity: 1;
}
.cct-testimonials-slider.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0;
  left: auto;
}
.cct-testimonials-slider .flex-direction-nav .flex-prev {
  left: 0;
  opacity: 1 !important;
  transform: rotate(180deg);
}
.cct-testimonials-slider.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0;
}
.cct-testimonials-slider .flex-direction-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
}
.cct-testimonials-box .cct-star li img {
  max-height: 30px !important;
}
/* testimonials */
/* why choose */
.cct-why-choose {
  position: relative;
  background-color: #fbfbfb;
  padding: 157px 0 153px;
  z-index: 2;
}
.cct-free-case-evaluation {
  background-color: #101323;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  text-align: center;
  padding: 344px 15px 30px;
  border-bottom: 3px solid #d81f25;
  max-width: 500px;
  margin-top: 13px;
}
.cct-free-case-evaluation h3 {
  color: #fff;
  margin-bottom: 7px;
}
.cct-free-case-evaluation p {
  color: #fff;
  max-width: 335px;
  margin: 0 auto 26px;
}
.cct-free-case-evaluation p strong {
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: block;
  margin-top: 17px;
}
.cct-free-case-evaluation .cct-red-btn, .cct-free-case-evaluation .cct-white-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 43px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  padding: 15px 15px;
  width: 400px;
  height: 70px;
  background-color: #d81f25;
  margin: 0 auto;
  margin-top: 13px;
}
.cct-free-case-evaluation .cct-red-btn:hover {
  color: #101323;
  background-color: #fff;
}
.cct-free-case-evaluation .cct-white-btn {
  color: #101323;
  background-color: #fff;
}
.cct-free-case-evaluation .cct-white-btn:hover {
  background-color: #d81f25;
  color: #ffffff;
}
.cct-why-choose-content {
  padding-left: 18px;
}
.cct-why-choose-content h2 {
  margin-bottom: 11px;
}
.cct-why-choose-content p {
  margin-bottom: 35px;
}
.cct-why-choose-content ul li {
  float: left;
  width: 50%;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  min-height: 189px;
  padding-left: 109px;
  padding-right: 15px;
  padding-top: 35px;
  padding-bottom: 29px;
  background-repeat: no-repeat;
  background-position: 12px 42px;
  background-size: auto;
}
.cct-why-choose-content ul li:first-child, .cct-why-choose-content ul li:nth-child(2) {
  padding-top: 7px;
  background-position: 12px 15px;
}
.cct-why-choose-content ul li:nth-child(2n) {
  border-right: none;
  padding-left: 135px;
  background-position-x: 44px;
}
.cct-why-choose-content ul li:nth-last-child(2), .cct-why-choose-content ul li:last-child {
  border-bottom: none;
  padding-bottom: 7px;
  min-height: auto;
}
.cct-why-choose-content ul li h6 {
  margin-bottom: 3px;
}
.cct-why-choose-content ul li p {
  max-width: 387px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}
/* why choose */
/* meet team */
.cct-meet-team {
  padding-top: 107px;
}
/* faq */
.cct-faq-wrap {
  position: relative;
  background-color: #fbfbfb;
  padding-top: 163px;
  padding-bottom: 70px;
}
.cct-faq-left {
  padding-left: 0;
}
.cct-faq-content {
  max-width: 831px;
  margin: 0 0 0 auto;
  padding-right: 0;
  padding-left: 12px;
}
.cct-faq-content h2 {
  margin-bottom: 16px;
}
.cct-faq-content h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 11px;
}
.cct-faq-content .cct-common-btn {
  margin: 0;
}
.cct-faq-content p {
  margin-bottom: 4px;
}
.cct-faq-content p small {
  font-size: 14px;
  text-transform: uppercase;
  color: #d81f25;
  font-weight: 700;
}
.cct-faq-image {
  display: table;
  margin-top: 62px;
  position: relative;
  z-index: 1;
  padding-right: 140px;
}
.cct-faq-image h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 200px;
  line-height: 200px;
  color: #f4f4f4;
  font-weight: 900;
  transform: rotate(90deg);
  right: -162px;
  bottom: 193px;
  position: absolute;
  z-index: -1;
}
.cct-faq-accordion {
  padding-left: 29px;
  max-width: 819px;
  padding-top: 10px;
}
.cct-faq-accordion .accordion-item {
  margin-bottom: 20px;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
}
.cct-faq-accordion .accordion-button {
  font-family: 'Montserrat', sans-serif;
  border: none;
  outline: none;
  font-size: 20px;
  font-weight: 700;
  min-height: 90px;
  color: #d81f25;
  box-shadow: none;
  padding: 15px 58px 16px 48px;
  border-radius: 0 !important;
  background-color: #ffffff;
  border: 2px solid #d81f25;
  border-bottom: none;
}
.cct-faq-accordion .accordion-button.collapsed {
  border: 2px solid #fff;
  color: #101323;
  border-bottom: none;
}
.cct-faq-accordion .accordion-button::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 15px;
  background-image: url(../images/faq-arrow-open.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translate(0, -50%);
  right: 35px;
}
.cct-faq-accordion .accordion-button::after {
  display: none;
}
.cct-faq-accordion .accordion-button.collapsed::before {
  background-image: url(../images/faq-arrow.png);
}
.cct-faq-accordion .accordion-body {
  padding: 0 34px 23px 48px;
  border: 2px solid #d81f25;
  border-top: none;
  margin-top: -9px;
}
.cct-faq-accordion .accordion-body p {
  line-height: 30px;
  margin-bottom: 10px;
}
.cct-faq-accordion .accordion-body ul li {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  line-height: 29px;
  color: #101323;
  font-weight: 400;
  margin-bottom: 11px;
  padding-left: 17px;
  position: relative;
}
.cct-faq-accordion .accordion-body ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #d81f25;
}
.cct-faq-accordion .accordion-body ul {
  margin: 24px 0 37px;
}
.cct-faq-accordion .accordion-body ol {
  margin: 30px 0 30px 18px;
}
.cct-faq-accordion .accordion-body ol li {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  color: #101323;
  margin-bottom: 6px;
  position: relative;
}
.cct-faq-accordion .accordion-body ul li a, .cct-faq-accordion .accordion-body ol li a {
  color: #d81f25;
  font-weight: 700;
}
.cct-faq-accordion .accordion-body ul li a:hover, .cct-faq-accordion .accordion-body ol li a:hover {
  color: #101323;
}
/* faq */
/* news */
.cct-news-wrap {
  position: relative;
  background-color: #ffffff;
  text-align: center;
  padding: 70px 0 263px;
}
.cct-news-wrap p {
  margin-bottom: 52px;
}
.cct-news-wrap h2 {
  margin-bottom: 12px;
}
.cct-news-wrap ul {
  padding-right: 30px;
}
.cct-news-wrap ul li {
  margin-bottom: 44px;
  display: block;
  width: 100%;
  padding-bottom: 21px;
  border-bottom: #e0e0e0 solid 1px;
}
.cct-news-wrap ul li:last-child {
  margin-bottom: 0;
  border: none;
}
.cct-news-wrap .cct-news-box {
  background-color: #ffffff;
  text-align: left;
}
.cct-news-wrap .cct-date {
  font-family: 'Montserrat', sans-serif;
  color: #101323;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 3px 13px 3px 15px;
  background: #f0f0f0;
}
.cct-news-wrap .cct-news-box h6 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 8px;
}
.cct-news-wrap .cct-news-box h6 a {
  color: #101323;
}
.cct-news-wrap .cct-news-box h6 a:hover {
  color: #d81f25;
}
.cct-news-wrap .cct-news-box p {
  line-height: 29px;
  margin-bottom: 10px;
}
.cct-news-wrap .cct-common-btn {
  margin: 20px 0 0 0;
}
.cct-news-wrap .cct-categories {
  margin: 0 0 3px 0;
}
.cct-news-wrap .cct-categories li {
  font-size: 14px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #101323;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 18px;
  padding: 0 !important;
  margin-bottom: 14px !important;
  text-transform: uppercase;
  border: none;
}
.cct-news-wrap .cct-categories li a {
  color: #d81f25;
}
.cct-news-wrap .cct-categories li:first-child {
  padding-left: 0;
}
.cct-main-blog {
  padding-left: 28px;
}
.cct-main-blog-img img {
  width: 100%;
  height: auto;
  max-height: 400px;
}
.cct-main-blog-content {
  background: #101323;
  padding: 52px 59px 46px;
  text-align: left;
}
.cct-main-blog-content h6, .cct-main-blog-content p, .cct-main-blog-content h6 a {
  color: #ffffff;
}
.cct-main-blog-content h6 {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 10px;
}
.cct-main-blog-content p {
  margin-bottom: 19px;
}
.cct-main-blog-content .cct-categories {
  margin: 0 0 8px 0;
}
.cct-view-article-btn {
  font-size: 17px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-transform: uppercase;
  border-left: #d81f25 solid 5px;
  padding: 6px 0 4px 17px;
}
/* news */
/* areas we serve */
.cct-areas-we-serve {
  position: relative;
  text-align: center;
  margin-top: -116px;
  padding-bottom: 78px;
}
.cct-areas-we-serve h2 {
  margin-bottom: 21px;
}
.cct-areas-we-serve ul li {
  margin-right: 76px;
  display: inline-block;
  vertical-align: top;
  width: 30.1%;
  margin-bottom: 73px;
}
.cct-areas-we-serve ul li:nth-child(3n) {
  margin-right: 0;
}
.cct-areas-we-serve-box {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 250px;
  position: relative;
}
.cct-areas-we-serve-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 15px 15px 28px;
}
.cct-areas-we-serve-text h6 {
  color: #fff;
  margin-bottom: 0;
  line-height: 30px;
}
.cct-areas-we-serve-text p {
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  max-width: 350px;
  margin: 0 auto;
}
.cct-areas-we-serve-text a {
  color: #fd3a40;
  font-weight: 500;
}
.cct-areas-we-serve-text a:hover {
  color: #d81f25;
}
/* areas we serve */
/* footer */
.cct-footer-landing-location {
  text-align: center;
  padding: 71px 15px 5px;
}
.cct-footer-logo {
  text-align: center;
  margin-bottom: 40px;
}
.cct-social-icons li {
  display: inline-block;
  vertical-align: top;
  margin-right: 38px;
  margin-bottom: 25px !important;
  width: auto !important;
  padding: 0 !important;
}
.cct-social-icons li {
  margin: 0 17px;
  margin-bottom: 27px !important;
}
.cct-social-icons li a {
  font-size: 28px;
  color: #fff;
}
.cct-social-icons li:hover a {
  color: #d81f25;
}
.cct-location-box p a, .cct-location-box p {
  color: #fff;
}
.cct-location-box p {
  display: block;
}
.cct-location-box p a:hover {
  color: #d81f25;
}
.cct-location-box p strong {
  display: block;
}
.cct-location-box iframe {
  max-width: 560px;
}
.cct-location-box h6 {
  padding-bottom: 24px;
  margin-bottom: 15px;
  position: relative;
  margin-top: 26px;
  color: #fff;
  text-transform: uppercase;
}
.cct-location-box h6::after {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  bottom: 0;
  background: url(../images/head-bg.png) no-repeat center bottom;
  width: 42px;
  height: 10px;
}
.cct-get-directions-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 19px;
  font-weight: 700;
  color: #fff !important;
  text-transform: uppercase;
  display: block;
  padding: 5px 8px;
  width: 130px;
  height: 32px;
  background-color: none;
  margin: -12px auto 19px;
  border: #d81f25 solid 1px;
}
.cct-get-directions-btn:hover {
  border: #fff solid 1px;
  color: #d81f25 !important;
}
.cct-footer-form .cct-submit-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  color: #ffffff;
  max-width: 340px;
  width: 100%;
  height: 70px;
  display: block;
  background-color: #d81f25;
  padding: 10px 20px 10px 20px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 20px;
  border: none;
  box-shadow: none;
  border-radius: 40px;
}
.cct-footer-form .cct-submit-btn:hover {
  background: #101323;
  color: #fff;
}
/* spanish */
@media screen and (max-width: 1800px) {
  /* testimonials */
  .cct-testimonials-box {
    padding: 50px 53px 30px 53px;
  }
  .cct-5star-text {
    right: -6px;
    top: 45px;
  }
  /* testimonials */
}
@media screen and (max-width: 1700px) {
  .cct-sidebar-form-content {
    padding: 48px 40px 48px;
  }
  /* testimonials */
  .cct-testimonials-box {
    padding: 50px 40px 30px;
  }
  /* testimonials */
  /* why choose */
  .cct-why-choose-content ul li:nth-child(2n) {
    padding-left: 109px;
    background-position-x: 25px;
  }
  .cct-why-choose-content ul li {
    padding-left: 95px;
    padding-right: 10px;
  }
  /* why choose */
  /* faq */
  .cct-faq-image h1 {
    bottom: 140px;
  }
  .cct-faq-accordion .accordion-button {
    padding: 15px 49px 16px 25px;
  }
  .cct-faq-accordion .accordion-button::before {
    right: 25px;
  }
  .cct-faq-accordion .accordion-body {
    padding: 0 25px 23px 25px;
  }
  /* faq */
  /* news */
  /* news */
  .cct-top-rated {
    padding: 98px 0 71px;
  }
  .cct-why-choose {
    padding: 157px 0 146px;
  }
}
@media screen and (max-width: 1600px) {
  /* case results */
  .cct-case-results-slider {
    padding: 20px 70px 0;
  }
  .cct-case-results-overlay {
    padding: 46px 15px;
  }
  /* case results */
  /* personal injury */
  .cct-personal-injury-content ul li {
    margin-right: 40px;
  }
  /* personal injury */
  /* testimonials */
  .cct-testimonials-box {
    padding: 50px 23px 30px;
  }
  /* testimonials */
  /* why choose */
  .cct-why-choose-content ul li:nth-child(2n) {
    padding-left: 95px;
    background-position-x: 15px;
  }
  .cct-why-choose-content ul li {
    padding-top: 20px;
    background-position: 12px 25px;
    padding-bottom: 20px;
    min-height: 218px;
  }
  /* why choose */
  /* news */
  /* news */
  .cct-sidebar-form-content {
    padding: 48px 30px 48px;
  }
  .cct-top-rated {
    padding: 87px 0 58px;
  }
  .cct-why-choose {
    padding: 137px 0 130px;
  }
  .cct-meet-team {
    padding-top: 78px;
  }
}
@media screen and (max-width: 1500px) {
  .cct-sidebar-form-content {
    padding: 44px 25px 44px;
  }
  /* personal injury */
  .cct-personal-injury-content h2 {
    font-size: 56px;
    line-height: 70px;
  }
  .cct-personal-injury-content ul li {
    margin-right: 30px;
  }
  /* personal injury */
  /* testimonials */
  .cct-testimonials-box {
    padding: 35px 20px 20px;
  }
  .cct-testimonials-box p {
    margin-top: 22px;
  }
  /* testimonials */
  /* meet team */
  .cct-meet-team {
    padding-top: 56px;
  }
  /* meet team */
  /* faq */
  .cct-faq-image h1 {
    font-size: 170px;
    line-height: 170px;
  }
  .cct-faq-image {
    padding-right: 94px;
  }
  /* faq */
  /* news */
  .cct-news-wrap ul {
    padding-right: 20px;
  }
  .cct-main-blog {
    padding-left: 20px;
  }
  /* news */
  blockquote {
    padding: 11px 10px 15px 26px;
  }
  .cct-why-choose {
    padding: 115px 0 88px;
  }
  .cct-social-icons li {
    margin: 0 13px;
  }
}
@media screen and (max-width: 1400px) {
  /* case results */
  .cct-case-results .cct-case-result-box h2 {
    font-size: 54px;
    line-height: 54px;
  }
  .cct-case-results-overlay {
    padding: 18px 15px;
  }
  /* case results */
  /* personal injury */
  .cct-personal-injury-content h2 {
    font-size: 52px;
    line-height: 64px;
  }
  .cct-personal-injury-content ul li img {
    height: 80px;
    width: auto;
  }
  /* personal injury */
  /* pa */
  .cct-pa-box h2 {
    line-height: 54px;
  }
  /* pa */
  /* testimonials */
  .cct-testimonials-slider {
    padding: 0 43px;
  }
  .cct-testimonials-box {
    padding: 35px 15px 20px;
  }
  .cct-5star-text {
    right: -6px;
    top: 57px;
    width: 120px;
  }
  /* testimonials */
  /* why choose */
  .cct-free-case-evaluation .cct-red-btn, .cct-free-case-evaluation .cct-white-btn {
    width: 350px;
  }
  .cct-why-choose-content ul li {
    background-size: 53px;
    padding-left: 80px;
  }
  .cct-why-choose-content ul li:nth-child(2n) {
    padding-left: 85px;
  }
  .cct-why-choose {
    padding: 97px 0 82px;
  }
  /* why choose */
  /* faq */
  .cct-faq-wrap {
    padding-top: 130px;
  }
  /* faq */
  /* news */
  .cct-news-wrap ul li {
    margin-bottom: 35px;
    padding-bottom: 20px;
  }
  .cct-main-blog-content {
    padding: 45px 50px 40px;
  }
  .cct-news-wrap ul {
    padding-right: 15px;
  }
  .cct-main-blog {
    padding-left: 15px;
  }
  /* news */
  .cct-top-rated {
    padding: 75px 0 47px;
  }
  blockquote p {
    font-size: 23px !important;
    line-height: 36px !important;
  }
  .cct-near-me-content {
    padding: 48px 29px 18px;
  }
  .cct-cta-content {
    background-position: left 20px center;
    padding: 20px 50px 20px 155px;
  }
  .cct-cta-content p {
    font-size: 16px;
    line-height: 28px;
  }
  .cct-social-icons li {
    margin: 0 11px;
  }
  .cct-footer-logo {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 1300px) {
  /* case results */
  .cct-case-results .cct-case-result-box h2 {
    font-size: 48px;
    line-height: 48px;
  }
  .cct-case-results p {
    font-size: 13px;
    line-height: 19px;
  }
  /* case results */
  /* personal injury */
  .cct-personal-injury-content h2 {
    font-size: 48px;
    line-height: 58px;
  }
  .cct-personal-injury-content ul li img {
    height: 74px;
  }
  .cct-personal-injury-law {
    padding: 90px 0;
  }
  .cct-personal-injury-content {
    padding-top: 0;
  }
  /* personal injury */
  /* pa */
  .cct-pa-box h2 {
    font-size: 40px;
    line-height: 50px;
  }
  /* pa */
  /* testimonials */
  .cct-testimonials-box p {
    padding-bottom: 19px;
    margin-bottom: 19px !important;
  }
  .cct-testimonials-box {
    padding: 30px 15px 15px;
    min-height: 407px;
  }
  .cct-testimonials-wrap {
    padding-top: 100px;
  }
  .cct-testimonials-wrap::before {
    height: 72%;
  }
  /* testimonials */
  /* why choose */
  .cct-free-case-evaluation .cct-red-btn, .cct-free-case-evaluation .cct-white-btn {
    width: 325px;
    height: 64px;
    font-size: 17px;
    line-height: 35px;
  }
  .cct-why-choose-content ul li {
    padding-top: 15px;
    background-position: 12px 19px;
    padding-bottom: 15px;
    min-height: 236px;
  }
  /* why choose */
  /* meet team */
  .cct-meet-team {
    padding-top: 42px;
  }
  /* meet team */
  /* faq */
  .cct-faq-image {
    padding-right: 71px;
  }
  .cct-faq-image h1 {
    font-size: 140px;
    line-height: 140px;
    right: -140px;
    bottom: 120px;
  }
  .cct-faq-wrap {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .cct-faq-accordion .accordion-button {
    font-size: 18px;
    padding: 15px 39px 16px 15px;
  }
  .cct-faq-accordion .accordion-button::before {
    right: 15px;
  }
  .cct-faq-accordion .accordion-body {
    padding: 0 15px 23px;
  }
  /* faq */
  /* news */
  .cct-news-wrap .cct-news-box h6 {
    font-size: 21px;
    line-height: 30px
  }
  .cct-main-blog-content h6 {
    font-size: 24px;
    line-height: 36px;
  }
  .cct-news-wrap {
    padding: 45px 0 225px;
  }
  /* news */
  .cct-sidebar-form-content {
    padding: 36px 16px 36px;
  }
  .cct-home-banner h1 {
    font-size: 74px;
    line-height: 80px;
  }
  .cct-top-rated-head {
    padding-bottom: 15px;
    margin-bottom: 5px;
  }
  .cct-top-rated-content h4 {
    margin-top: 36px;
  }
  .cct-top-related-img {
    margin-top: 40px;
  }
  blockquote {
    margin: 47px 0 54px;
  }
}
@media screen and (max-width: 1200px) {
  .cct-sidebar-contact-form h4 {
    margin-bottom: 19px;
    font-size: 24px;
    line-height: 28px;
  }
  /* case results */
  .cct-case-result-box::before {
    height: 100px;
    top: 36%;
  }
  /* case results */
  /* personal injury */
  .cct-personal-injury-content h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .cct-personal-injury-content ul li {
    margin-right: 24px;
  }
  .cct-personal-injury-content ul li img {
    height: 69px;
  }
  .cct-personal-injury-content ul {
    padding-top: 15px;
  }
  /* personal injury */
  /* pa */
  .cct-pa-box {
    min-height: 420px;
  }
  .cct-pa-box h2 {
    font-size: 34px;
    line-height: 44px;
    max-width: 307px;
  }
  .cct-pa-box .cct-pa-btn {
    letter-spacing: 2px;
  }
  /* pa */
  /* testimonials */
  .cct-testimonials-box .cct-star li img {
    width: 27px !important;
    max-height: 27px !important;
  }
  .cct-testimonials-box .cct-star li {
    height: 27px;
  }
  .cct-testimonials-box .cct-google-icon {
    margin-top: -1px;
  }
  .cct-testimonials-box p {
    line-height: 28px;
  }
  .cct-testimonials-box {
    min-height: 405px;
  }
  /* testimonials */
  /* why choose */
  .cct-free-case-evaluation .cct-red-btn, .cct-free-case-evaluation .cct-white-btn {
    width: 300px;
  }
  .cct-free-case-evaluation p strong {
    letter-spacing: 1px;
  }
  .cct-free-case-evaluation h3 {
    font-size: 33px;
    line-height: 43px;
  }
  .cct-free-case-evaluation {
    padding: 295px 15px 20px;
  }
  .cct-why-choose-content p {
    margin-bottom: 25px;
  }
  .cct-why-choose-content ul li {
    background-size: 48px;
    padding-left: 75px;
    min-height: 225px;
  }
  .cct-why-choose-content ul li:nth-child(2n) {
    padding-left: 76px;
  }
  .cct-why-choose-content ul li p {
    font-size: 15px;
    line-height: 26px;
  }
  .cct-why-choose-content ul li h6 {
    font-size: 20px;
    line-height: 30px;
  }
  .cct-why-choose-content {
    padding-left: 0;
  }
  /* why choose */
  /* faq */
  .cct-faq-content {
    padding-right: 0;
  }
  .cct-faq-content h5 {
    margin-top: 25px;
  }
  .cct-faq-image {
    margin-top: 50px;
  }
  /* faq */
  /* news */
  .cct-news-wrap ul li {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .cct-main-blog-content {
    padding: 40px 40px 40px;
  }
  .cct-news-wrap ul {
    padding-right: 0;
  }
  .cct-main-blog {
    padding-left: 0;
  }
  .cct-news-wrap .cct-news-box p, .cct-main-blog-content p {
    line-height: 28px;
    font-size: 16px
  }
  .cct-view-article-btn {
    font-size: 16px;
  }
  /* news */
  .cct-home-banner h1 {
    font-size: 68px;
    line-height: 77px;
  }
  .cct-top-rated {
    padding: 65px 0 38px;
  }
  blockquote {
    padding: 11px 10px 15px 20px;
  }
  blockquote p {
    font-size: 22px !important;
    line-height: 34px !important;
  }
  .cct-near-me-content {
    padding: 41px 20px 16px;
  }
  .cct-footer-form .cct-submit-btn {
    height: 60px;
    font-size: 16px;
  }
  .cct-footer-landing-location {
    padding: 43px 15px 5px;
  }
}
@media screen and (max-width: 1100px) {
  /* case results */
  .cct-case-results-slider {
    padding: 20px 60px 0;
  }
  /* case results */
  /* personal injury */
  .cct-personal-injury-law {
    padding: 75px 0;
  }
  .cct-personal-injury-content ul li img {
    height: 60px;
  }
  .cct-personal-injury-content h6 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 22px;
  }
  .cct-personal-injury-content h2 {
    font-size: 40px;
    line-height: 50px;
  }
  /* personal injury */
  /* pa */
  .cct-pa-box h2 {
    font-size: 30px;
    line-height: 40px;
    max-width: 270px;
  }
  .cct-pa-box p {
    font-size: 16px;
    line-height: 27px;
  }
  .cct-pa-box {
    min-height: 375px;
  }
  .cct-pa-box p {
    margin-top: 10px;
  }
  .cct-pa-box .cct-pa-btn {
    font-size: 15px;
    line-height: 29px;
    height: 60px;
  }
  /* pa */
  /* testimonials */
  .cct-testimonials-box {
    min-height: 320px;
  }
  .cct-testimonials-wrap {
    padding-top: 75px;
  }
  /* testimonials */
  /* why choose */
  .cct-free-case-evaluation .cct-red-btn, .cct-free-case-evaluation .cct-white-btn {
    width: 265px;
    height: 58px;
    font-size: 15px;
    line-height: 29px;
  }
  .cct-free-case-evaluation p strong {
    letter-spacing: 0.5px;
    font-size: 13px;
  }
  .cct-free-case-evaluation h3 {
    font-size: 29px;
    line-height: 37px;
  }
  .cct-free-case-evaluation {
    padding: 245px 15px 20px;
  }
  .cct-why-choose-content ul li {
    min-height: 246px;
  }
  .cct-why-choose {
    padding: 80px 0 77px;
  }
  /* why choose */
  /* meet team */
  .cct-meet-team {
    padding-top: 31px;
  }
  /* meet team */
  /* faq */
  .cct-faq-image h1 {
    font-size: 118px;
    line-height: 118px;
    right: -106px;
    bottom: 90px;
  }
  .cct-faq-wrap {
    padding-top: 75px;
    padding-bottom: 40px;
  }
  .cct-faq-accordion {
    padding-left: 18px;
  }
  /* faq */
  /* news */
  .cct-news-wrap {
    padding: 30px 0 198px
  }
  .cct-main-blog-content {
    padding: 35px 30px 35px;
  }
  /* news */
  .cct-home-banner h1 {
    font-size: 62px;
    line-height: 70px;
  }
  .cct-sidebar-contact-form h4 {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 24px;
  }
  .cct-sidebar-contact-form .cct-submit-btn {
    margin-top: 7px;
  }
  .cct-home-banner {
    padding: 195px 0 74px;
    min-height: 787px;
  }
  .cct-home-banner .cct-banner-content {
    padding-top: 166px;
  }
  .cct-cta-content {
    padding: 20px 18px 20px 150px;
  }
  blockquote {
    margin: 47px 0 47px;
  }
  .cct-cta-content p a {
    display: inline-block;
  }
  .cct-areas-we-serve-text p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 991px) {
  .cct-home-banner .live-edit-button {
    top: 95px;
  }
  /* case results */
  .cct-case-results p {
    display: none;
  }
  .cct-case-results .cct-case-result-box p {
    display: block;
  }
  .cct-case-results .cct-case-result-box h2 {
    font-size: 44px;
    line-height: 44px;
  }
  .cct-case-results-slider .flex-direction-nav a {
    width: 35px;
    height: 35px;
  }
  .cct-case-results-slider {
    padding: 15px 44px 0;
  }
  .cct-case-results-slider .flex-direction-nav {
    top: 43.4%;
  }
  /* case results */
  /* personal injury */
  .cct-personal-injury-law {
    padding: 55px 0 60px;
  }
  .cct-personal-injury-law .col-md-7, .cct-personal-injury-law .col-md-5 {
    width: 100%;
  }
  .cct-personal-injury-image {
    text-align: center;
    padding-top: 55px;
    max-width: 600px;
    margin: 0 auto;
  }
  .cct-personal-injury-content h2 {
    font-size: 38px;
    line-height: 48px;
  }
  /* personal injury */
  /* pa */
  .cct-practice-area ul li {
    width: 50%;
  }
  /* pa */
  /* testimonials */
  .cct-testimonials-wrap {
    padding-top: 56px;
  }
  .cct-testimonials-slider .flex-direction-nav a {
    width: 30px;
    height: 30px;
    background-size: 8px;
  }
  .cct-testimonials-slider {
    padding: 0 34px;
  }
  .cct-testimonials-box p {
    line-height: 26px;
    font-size: 15px;
  }
  .cct-testimonials-box {
    min-height: 361px;
  }
  .cct-5star-text {
    width: 95px;
  }
  /* testimonials */
  /* why choose */
  .cct-why-choose .col-md-8, .cct-why-choose .col-md-4 {
    width: 100%;
  }
  .cct-free-case-evaluation .cct-red-btn, .cct-free-case-evaluation .cct-white-btn {
    width: 100%;
  }
  .cct-free-case-evaluation {
    margin: 0 auto;
  }
  .cct-why-choose {
    padding: 65px 0 65px;
  }
  .cct-why-choose-content {
    padding-top: 45px;
  }
  .cct-why-choose-content ul li {
    min-height: 220px;
  }
  /* why choose */
  /* faq */
  .cct-faq-left, .cct-faq-right {
    width: 100%;
  }
  .cct-faq-accordion {
    padding-left: 0;
  }
  .cct-faq-content {
    max-width: unset;
    text-align: center;
  }
  .cct-faq-image h1 {
    right: -81px;
  }
  .cct-faq-image {
    padding-right: 93px;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .cct-faq-content .cct-common-btn {
    margin: 0 auto;
  }
  .cct-faq-content h5 {
    margin-top: 20px;
  }
  .cct-faq-wrap {
    padding-top: 54px;
    padding-bottom: 20px;
  }
  .cct-faq-accordion {
    max-width: unset;
    padding-top: 50px;
  }
  .cct-faq-accordion .accordion-button {
    padding: 10px 39px 10px 15px;
    min-height: 80px;
  }
  /* faq */
  /* news */
  .cct-news-wrap ul li {
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
  .cct-main-blog {
    margin-top: 35px;
  }
  .cct-main-blog-content {
    padding: 35px 25px 35px;
  }
  .cct-main-blog-content h6 {
    font-size: 22px;
    line-height: 28px
  }
  .cct-news-wrap .cct-news-box h6 {
    font-size: 20px;
    line-height: 26px
  }
  .cct-news-wrap .col-md-6 {
    width: 100%;
  }
  .cct-news-wrap {
    padding: 20px 0 173px
  }
  /* news */
  .cct-home-banner h1 {
    font-size: 56px;
    line-height: 61px;
  }
  .cct-home-banner .col-md-8, .cct-home-banner .col-md-4 {
    width: 100%;
  }
  .cct-sidebar-contact-form {
    max-width: 600px;
    margin: auto;
  }
  .cct-home-banner .cct-banner-content {
    padding-top: 0px;
    margin-bottom: 30px;
    max-width: 100%
  }
  .cct-home-banner {
    min-height: auto;
    padding: 145px 0 64px;
  }
  .cct-sidebar-contact-form h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .cct-top-rated {
    padding: 50px 0 38px;
  }
  .cct-top-rated .col-md-6 {
    width: 100%;
  }
  .cct-top-rated-content {
    max-width: 100%;
    padding-right: 0;
  }
  .cct-top-rated-content h4 {
    margin-top: 21px;
  }
  .cct-top-related-img {
    margin-top: 0px;
    text-align: center;
  }
  .cct-cta-content p {
    text-align: left;
  }
  .cct-top-rated-right-wrap {
    max-width: unset;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  /* case results */
  .cct-case-results .cct-case-result-box h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .cct-overlay-content h5 {
    font-size: 20px;
    line-height: 28px;
  }
  /* case results */
  /* personal injury */
  .cct-personal-injury-content h6 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .cct-personal-injury-law {
    padding: 45px 0 50px;
  }
  .cct-personal-injury-image {
    padding-top: 45px;
  }
  .cct-personal-injury-content h2 {
    font-size: 36px;
    line-height: 46px;
  }
  /* personal injury */
  /* pa */
  .cct-pa-box h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .cct-pa-box p {
    font-size: 15px;
    line-height: 25px;
  }
  .cct-pa-box {
    min-height: 350px;
  }
  /* pa */
  /* testimonials */
  .cct-testimonials-box {
    min-height: auto;
    padding: 29px 15px 6px;
  }
  .cct-testimonials-box h6 {
    font-size: 16px;
    line-height: 28px;
  }
  .cct-testimonials-wrap {
    padding-top: 47px;
  }
  .cct-5star-text {
    display: none;
  }
  /* testimonials */
  /* why choose */
  .cct-why-choose {
    padding: 65px 0 53px;
  }
  .cct-why-choose-content ul li {
    background-size: 42px;
    padding-left: 68px;
    min-height: 270px;
  }
  .cct-why-choose-content ul li:nth-child(2n) {
    padding-left: 67px;
  }
  .cct-why-choose-content ul li h6 {
    font-size: 18px;
    line-height: 28px;
  }
  .cct-why-choose-content {
    padding-top: 32px;
  }
  /* why choose */
  /* faq */
  .cct-faq-content p {
    margin-bottom: 0;
  }
  .cct-faq-content h2 {
    margin-bottom: 10px;
  }
  .cct-faq-content h5 {
    margin-top: 15px;
  }
  .cct-faq-image {
    margin-top: 45px;
  }
  .cct-faq-wrap {
    padding-top: 46px;
    padding-bottom: 15px;
  }
  .cct-faq-accordion .accordion-body p {
    line-height: 28px;
  }
  .cct-faq-accordion .accordion-body {
    padding: 0 15px 15px;
  }
  .cct-faq-accordion .accordion-button {
    font-size: 17px;
  }
  .cct-faq-accordion {
    padding-top: 45px;
  }
  /* faq */
  /* news */
  .cct-news-wrap .cct-news-box {
    min-height: auto
  }
  .cct-news-wrap h2 {
    margin-bottom: 8px
  }
  .cct-news-wrap p {
    margin-bottom: 25px
  }
  .cct-news-wrap {
    padding: 15px 0 163px
  }
  .cct-news-wrap .cct-common-btn {
    margin-top: 5px
  }
  /* news */
  .cct-home-banner h1 {
    font-size: 48px;
    line-height: 52px;
  }
  blockquote p {
    font-size: 21px !important;
    line-height: 32px !important;
  }
  .cct-cta-content p {
    font-size: 15px;
    line-height: 28px;
  }
  blockquote {
    margin: 40px 0 40px;
  }
  blockquote cite {
    font-size: 22px;
  }
  .cct-social-icons li a {
    font-size: 24px;
  }
  .cct-social-icons li {
    margin: 0 9px;
  }
  .cct-areas-we-serve-text {
    padding: 15px 10px 15px;
  }
  .cct-areas-we-serve-text p {
    line-height: 20px;
  }
}
@media screen and (max-width: 600px) {
  /* case results */
  .cct-case-results-slider .flex-direction-nav a {
    width: 30px;
    height: 30px;
  }
  .cct-case-results-slider {
    padding: 15px 37px 0;
  }
  .cct-case-results p {
    font-size: 12px;
    line-height: 18px;
  }
  .cct-case-results .cct-case-result-box .cct-overlay-content p {
    font-size: 15px;
  }
  .cct-overlay-content h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .cct-case-results-slider .flex-direction-nav {
    top: 44.4%;
  }
  /* case results */
  /* personal injury */
  .cct-personal-injury-content h2 {
    font-size: 34px;
    line-height: 44px;
  }
  /* personal injury */
  /* pa */
  .cct-pa-box .cct-pa-btn {
    font-size: 14px;
    line-height: 26px;
    height: 55px;
  }
  .cct-pa-box h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .cct-pa-box p {
    font-size: 14px;
    line-height: 23px;
  }
  /* pa */
  /* why choose */
  .cct-why-choose-content ul li {
    min-height: auto;
    float: none;
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #ebebeb !important;
    background-position: left 24px !important;
    padding: 20px 12px 20px 65px !important;
  }
  .cct-why-choose-content ul li:last-child {
    border-bottom: none !important;
  }
  .cct-why-choose-content ul li p {
    max-width: unset;
  }
  .cct-why-choose-content p {
    margin-bottom: 5px;
  }
  .cct-why-choose {
    padding: 65px 0 33px;
  }
  /* why choose */
  /* meet team */
  .cct-meet-team {
    padding-top: 15px;
  }
  /* meet team */
  .cct-home-banner h1 {
    font-size: 42px;
    line-height: 47px;
  }
  .cct-sidebar-contact-form .cct-submit-btn {
    padding: 0;
  }
  blockquote p {
    font-size: 20px !important;
    line-height: 29px !important;
  }
  blockquote .cct-profile-pic {
    padding-right: 11px;
  }
  blockquote cite {
    font-size: 21px;
  }
  .cct-main-blog-content {
    padding: 30px 20px 30px;
  }
  .cct-news-wrap .cct-news-box h6 {
    font-size: 18px;
    line-height: 24px;
  }
  .cct-main-blog-content h6 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 500px) {
  .cct-home-banner .live-edit-button {
    top: 55px;
  }
  .cct-sidebar-contact-form h4 {
    font-size: 20px;
    line-height: 24px;
  }
  /* case results */
  .cct-case-result-box::before {
    display: none;
  }
  .cct-case-results .cct-case-result-box h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 7px;
  }
  .cct-case-results-slider .slides img {
    margin-bottom: 9px;
  }
  .cct-case-results {
    padding: 5px 0 0;
  }
  .cct-case-result-box {
    padding: 0 15px 19px;
  }
  .cct-case-results-slider .flex-direction-nav a {
    width: 24px;
    height: 24px;
  }
  .cct-case-results-slider .flex-direction-nav {
    top: 54%;
  }
  /* case results */
  .cct-top-rated-content ul li, .cct-top-rated-content ol li {
    font-size: 15px;
  }
  /* personal injury */
  .cct-personal-injury-content h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 11px;
  }
  .cct-personal-injury-content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .cct-personal-injury-content ul li img {
    height: 50px;
  }
  .cct-personal-injury-content ul {
    padding-top: 5px;
  }
  .cct-personal-injury-image {
    padding-top: 37px;
  }
  .cct-personal-injury-law {
    padding: 29px 0 35px;
  }
  /* personal injury */
  /* pa */
  .cct-practice-area ul li {
    width: 100%;
  }
  /* pa */
  /* testimonials */
  .cct-testimonials-wrap h2 {
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 30px;
  }
  .cct-testimonials-wrap p {
    margin-bottom: 15px;
  }
  .cct-testimonials-wrap {
    padding-top: 38px;
  }
  .cct-testimonials-box p {
    padding-bottom: 15px;
    margin-bottom: 15px !important;
    margin-top: 15px;
  }
  /* .cct-testimonials-slider .flex-direction-nav a {
            width: 25px;
            height: 26px;
            background-size: 7px;
        } */
  .cct-testimonials-slider .flex-direction-nav {
    top: auto;
    left: 50%;
    max-width: 75px;
    transform: translate(-50%, 0);
    bottom: 13px;
  }
  .cct-testimonials-slider .flex-direction-nav a {
    background-image: url(../images/testimonials-arrow-h.png);
    background-color: #101323;
  }
  .cct-testimonials-slider {
    padding: 0 0 45px;
  }
  .cct-testimonials-box .cct-star li img {
    width: 24px !important;
    max-height: 24px !important;
  }
  .cct-testimonials-box .cct-star li {
    height: 24px;
  }
  /* testimonials */
  /* why choose */
  .cct-free-case-evaluation {
    padding: 215px 15px 15px;
  }
  .cct-free-case-evaluation h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 4px;
  }
  .cct-free-case-evaluation p {
    margin: 0 auto 17px;
  }
  .cct-why-choose {
    padding: 45px 0 25px;
  }
  .cct-why-choose-content {
    padding-top: 30px;
  }
  .cct-why-choose-content h2 {
    margin-bottom: 5px;
  }
  .cct-why-choose-content ul li {
    padding: 20px 12px 20px 58px !important;
  }
  /* why choose */
  /* faq */
  .cct-faq-wrap {
    padding-top: 36px;
    padding-bottom: 15px;
  }
  .cct-faq-image {
    margin-top: 40px;
  }
  .cct-faq-image {
    padding-right: 68px;
  }
  .cct-faq-image h1 {
    right: -65px;
    font-size: 90px;
    line-height: 90px;
    bottom: 74px;
  }
  .cct-faq-accordion {
    padding-top: 40px;
  }
  .cct-faq-accordion .accordion-button {
    font-size: 16px;
    padding: 10px 39px 10px 15px;
    min-height: 75px;
  }
  .cct-faq-accordion .accordion-body p {
    line-height: 26px;
  }
  .cct-faq-accordion .accordion-body ul li, .cct-faq-accordion .accordion-body ol li {
    font-size: 15px;
  }
  .cct-faq-accordion .accordion-body {
    margin-top: -5px;
  }
  .cct-faq-accordion .accordion-item {
    margin-bottom: 15px;
  }
  /* faq */
  /* news */
  .cct-news-wrap h2 {
    margin-bottom: 5px
  }
  .cct-news-wrap p {
    margin-bottom: 20px
  }
  .cct-news-wrap {
    padding: 15px 0 154px
  }
  .cct-news-wrap ul li {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .cct-main-blog-content {
    padding: 20px 15px 20px;
  }
  .cct-news-wrap .cct-news-box p, .cct-main-blog-content p {
    line-height: 26px;
    font-size: 15px
  }
  /* news */
  .cct-home-banner h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .cct-home-banner {
    padding: 120px 0 52px;
  }
  .cct-near-me-content {
    padding: 33px 15px 11px;
  }
  .cct-near-me-wrap {
    padding: 10px;
  }
  .cct-near-me-content p {
    font-size: 15px;
    line-height: 24px;
  }
  .cct-cta-content {
    padding: 20px 18px 20px 120px;
    background-size: 84px;
  }
}
@media screen and (max-width: 400px) {
  /* personal injury */
  .cct-personal-injury-content ul li img {
    height: 41px;
  }
  .cct-personal-injury-content ul li {
    margin-right: 20px;
  }
  /* personal injury */
  /* pa */
  .cct-pa-box {
    min-height: 300px;
  }
  /* pa */
  /* faq */
  .cct-faq-image {
    padding-right: 48px;
  }
  .cct-faq-image h1 {
    right: -43px;
    font-size: 62px;
    line-height: 62px;
    bottom: 60px;
  }
  /* faq */
  .cct-home-banner h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .cct-cta-content {
    background-position: top 23px center;
    padding: 78px 14px 14px 15px;
    background-size: 84px;
    text-align: center;
  }
  .cct-cta-content p {
    line-height: 24px;
  }
  .cct-free-case-evaluation .cct-red-btn, .cct-free-case-evaluation .cct-white-btn {
    font-size: 14px;
    line-height: 29px;
  }
  .cct-cta-content p {
    text-align: center;
  }
  blockquote p {
    font-size: 19px !important;
    line-height: 25px !important;
  }
  .cct-free-case-evaluation p strong {
    letter-spacing: 0;
  }
  .cct-footer-form .cct-submit-btn {
    padding: 0;
  }
}

.sticky {
	max-width: 500px;
    margin: 0 0 0 auto;
    position: sticky;
    top: 122px;
}