@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  margin: 0 0;
  top: 0;
  overflow-x: hidden;
}
.container {
  max-width: 1530px;
  width: 100%;
}
a, a:hover, a:focus {
  text-decoration: none;
  color: #000080;
}
ul {
  padding-left: 0;
  margin-bottom: 0;
}
ul li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
b, strong {
  font-weight: 700;
}
ul, ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
input[type="submit"]:focus {
  outline: none;
}
button:focus {
  outline: none;
}
/*align*/
.alignright {
  float: right;
  margin-left: 40px !important;
  margin-bottom: 20px;
  margin-top: 10px;
  max-width: 100%;
}
.alignleft {
  float: left;
  margin-right: 40px !important;
  margin-bottom: 20px;
  margin-top: 10px;
  max-width: 100%;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  margin-bottom: 15px;
  margin-top: 10px;
}
.alignnone {
  float: none;
  display: block;
  margin-bottom: 15px;
  margin-top: 10px;
  max-width: 100%;
}
.wp-block-image figcaption {
  margin-bottom: 0;
}
.wp-caption-text {
  font-size: 14px;
  line-height: 22px !important;
  font-style: italic;
  margin-bottom: 0 !important;
  margin-top: 5px;
}
.wp-block-image figcaption {
  line-height: 22px;
  font-size: 14px;
  font-style: italic;
}
/* align */
/* side nav */
/*error message*/
span.wpcf7-not-valid-tip {
  margin-top: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}
div.wpcf7-response-output {
  margin: 8px 0 0 0;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  border: none;
  color: #ff0000;
  padding: 0;
}
div.wpcf7 .ajax-loader {
  display: none;
}
div.wpcf7-mail-sent-ok {
  color: #015955;
}
/*error message*/
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 72px;
  line-height: 90px;
  font-weight: 700;
  color: #1e2e48;
  margin-bottom: 15px;
}
h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  line-height: 72px;
  font-weight: 400;
  color: #1e2e48;
  margin-bottom: 20px;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  color: #1e2e48;
  margin-bottom: 15px;
}
h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 48px;
  font-weight: 400;
  color: #1e2e48;
  margin-bottom: 15px;
}
h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #1e2e48;
  margin-bottom: 15px;
}
h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  color: #1e2e48;
  margin-bottom: 15px;
}
p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  color: #1e2e48;
  margin-bottom: 36px;
}
ol li {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  color: #1e2e48;
  margin-bottom: 15px;
}
ul li {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  color: #1e2e48;
  margin-bottom: 12px;
  padding-left: 31px;
  position: relative;
}
ul li::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 14px;
  background-image: url(../images/list-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  left: 0;
  top: 10px;
}
ol li {
  counter-increment: li;
  position: relative;
  padding-left: 48px;
}
ol li::before {
  position: absolute;
  content: counter(li);
  background-image: url(../images/ol-list-bg.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  left: 0;
  top: 4px;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  line-height: 25px;
}
/* btns */
.cct-banner-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 400;
  width: 454px;
  height: 72px;
  color: #f5f4f4 !important;
  border: 1px solid #ffffff;
  background-color: #f68e39;
  text-align: center;
  display: block;
  padding: 18px 10px;
}
.cct-banner-btn:hover {
  background-color: #1e2e48;
}
.cct-view-all-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #1e2e48 !important;
  font-weight: 700;
  border: 2px solid #5d6782;
  display: block;
  width: 308px;
  height: 67px;
  text-align: center;
  text-transform: uppercase;
  padding: 19px 10px;
}
.cct-view-all-btn:hover {
  color: #ffffff !important;
  background-color: #5d6782;
}
/* btns */
/* blockquote */
blockquote {
  text-align: center;
  background-image: url(../images/blockquote-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 39px 73px 45px;
  margin: 22px 0 108px;
}
blockquote p {
  color: #fff;
  margin-bottom: 26px;
  background-image: url(../images/quote-img.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 56px;
}
blockquote p:last-child {
  background-image: none;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: initial;
}
blockquote cite {
  font-size: 18px;
  color: #f48934;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
/* blockquote */
/* side bar */
.cct-sidebar-column {
  padding-left: 0;
}
.cct-sidebar {
  background-color: #fff;
  padding: 45px 25px 26px 25px;
  position: relative !important;
  top: 0px !important;
  width: 100% !important;
  margin-bottom: 50px !important;
}
.cct-sidebar-practicearea {
  margin-bottom: 57px;
}
.cct-sidebar-practicearea h3 {
  padding-left: 17px;
  margin-bottom: 14px;
}
.cct-sidebar-practicearea ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #1e2e48;
  display: block;
  padding: 19px 10px 17px 0;
}
.cct-sidebar-practicearea ul li a:hover {
  color: #506a8c;
}
.cct-sidebar-practicearea ul li {
  border-bottom: 1px solid #f3f3f3;
  margin: 0;
  padding-left: 55px;
}
.cct-sidebar-practicearea ul li::before {
  left: 23px;
  top: 28px;
}
.cct-sidebar-free-consultation {
  position: relative;
  background-color: #1e2e48;
  text-align: center;
  padding: 46px 22px 52px 25px;
}
.cct-sidebar-free-consultation img {
  margin-bottom: 1px;
}
.cct-sidebar-free-consultation h4 {
  color: #fff;
  margin-bottom: 11px;
  font-weight: 500;
  font-size: 32px;
}
.cct-sidebar-free-consultation h4 small {
  color: #506a8c;
  font-size: 32px;
  font-weight: 500;
}
.cct-sidebar-free-consultation p {
  color: #fff;
  line-height: 24px;
  margin-bottom: 38px;
}
.cct-sidebar-free-consultation a {
  display: block;
  text-align: center;
  width: 308px;
  height: 63px;
  background-color: #f68e39;
  color: #fff;
  margin: 0 auto 30px;
  padding: 18px 10px;
}
.cct-sidebar-free-consultation a:hover {
  color: #506a8c;
  background-color: #fff;
  transition: 0.3s;
}
.cct-sidebar-free-consultation a.cct-phone {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.cct-sidebar-free-consultation a.cct-send-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
.cct-sidebar-free-consultation::before {
  position: absolute;
  content: "";
  width: 92px;
  height: 92px;
  border-top: 2px solid #f48934;
  border-left: 2px solid #f48934;
  top: 17px;
  left: 18px;
}
.cct-sidebar-free-consultation::after {
  position: absolute;
  content: "";
  width: 92px;
  height: 92px;
  border-bottom: 2px solid #f48934;
  border-right: 2px solid #f48934;
  bottom: 17px;
  right: 18px;
}
.cct-sidebar-free-consultation a {
  position: relative;
  z-index: 1;
}
/* sidebar */
/* inner banner */
.cct-inner-banner {
  position: relative;
  min-height: 562px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: right;
  margin-top: 128px;
  padding: 150px 0 100px;
}
.cct-inner-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.25);
}
.cct-inner-banner .cct-banner-content {
  text-align: center;
  max-width: 920px;
  margin: 0 0 0 auto;
}
.cct-inner-banner .cct-banner-btn {
  margin: 0 auto;
}
.cct-inner-banner h1 {
  margin-bottom: 10px;
  text-shadow: 0 0 10px rgba(0, 0, 0, .3);
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 72px;
}
.cct-inner-banner h4 {
  font-family: 'Playfair Display', serif;
  line-height: 36px;
  margin-bottom: 37px;
}
/* inner banner */
/*  pagination */
.cct-pagination {
  text-align: center;
  margin-top: 54px;
}
.cct-pagination .page-numbers {
  color: #1e2e48;
  font-size: 18px;
  padding: 17px 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 10px;
}
.cct-pagination .page-numbers.current {
  background-color: #506a8c;
  color: #fff;
}
.cct-pagination .page-numbers.cct-end {
  position: relative;
  margin: 0 0;
}
.cct-pagination .prev.page-numbers, .cct-pagination .next.page-numbers {
  margin: 0 0;
}
.cct-pagination .page-numbers.cct-end::before {
  position: absolute;
  content: "";
  width: 78%;
  right: 0;
  bottom: 15px;
  background-color: #506a8c;
  height: 1px;
  left: 0;
  margin: 0 auto;
}
/* pagination */
/* header start */
.cct-header-wrap {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
  top: 0;
}
.cct-header-wrap .col-md-12 {
  padding-right: 0;
}
.cct-logo-wrap {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  padding: 13px 15px 0 37px;
}
.cct-outer-menu {
  display: inline-block;
  width: 59%;
  vertical-align: top;
}
.cct-header-right {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  float: right;
}
/* nav */
.cct-outer-menu {
  padding: 56px 10px 0 0;
}
.cct-outer-menu .navbar {
  padding: 0;
}
.cct-outer-menu ul li::before {
  display: none;
}
.cct-outer-menu ul li {
  padding-left: 0;
  margin: 0;
  margin-right: 41px;
  line-height: unset;
}
.cct-outer-menu ul li:last-child {
  margin-right: 0;
}
.cct-outer-menu ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1e2e48;
  padding-bottom: 50px;
}
.cct-outer-menu ul li a:hover {
  color: #506a8c;
}
.cct-mobile-menu {
  display: none;
}
.cct-outer-menu ul li.menu-item-has-children a {
  background-repeat: no-repeat;
  background-position: center 34px;
}
.cct-outer-menu ul li.menu-item-has-children a:hover {
  background-image: url(../images/nav-arrow.png);
}
.cct-outer-menu ul li.current_page_item a {
  color: #506a8c;
}
.cct-outer-menu ul li.menu-item-has-children.current_page_item a, .cct-outer-menu ul li.menu-item-has-children.current-menu-ancestor a {
  background-image: url(../images/nav-arrow.png);
  color: #506a8c;
}
.cct-outer-menu ul li:hover .sub-menu {
  display: block;
}
.cct-outer-menu ul li .sub-menu {
  position: absolute;
  display: none;
  min-width: 401px;
  top: 72px;
  padding: 5px 0 8px;
  background-color: #1e2e48;
}
.cct-outer-menu ul li .sub-menu li {
  margin-right: 0 !important;
}
.cct-outer-menu ul li .sub-menu li a {
  text-transform: none;
  color: #ffffff !important;
  display: block;
  background-color: #1e2e48;
  background-image: none !important;
  padding: 4px 20px 4px 24px;
  line-height: 25px;
}
.cct-outer-menu ul li .sub-menu li a:hover, .cct-outer-menu ul li .sub-menu li .sub-menu li a:hover, .cct-outer-menu ul li .sub-menu li.current_page_item a, .cct-outer-menu ul li .sub-menu li .sub-menu li.current_page_item a, .cct-outer-menu ul li .sub-menu li.current-menu-ancestor a {
  background-color: #506a8c;
}
.cct-outer-menu ul li .sub-menu li.menu-item-has-children a {
  background-image: url(../images/sub-menu-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: 97% center !important;
}
.cct-outer-menu ul li .sub-menu li .sub-menu {
  top: 0;
  left: 100%;
  display: none;
  padding: 0;
}
.cct-outer-menu ul li .sub-menu li .sub-menu li a {
  background-image: none !important;
  background-color: #040823;
}
.cct-outer-menu ul li .sub-menu li:hover .sub-menu {
  display: block;
}
/* nav */
.cct-header-contact {
  background-color: #1e2e48;
  max-width: 347px;
  margin: 0 0 0 auto;
  text-align: center;
  padding: 20px 15px 19px 27px;
}
.cct-header-contact p {
  color: #fff;
  margin-bottom: 0;
  line-height: 24px;
}
.cct-header-contact h3, div.tel-info a {
  font-weight: 700;
  margin-bottom: 0;
  line-height: 42px;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
}
.cct-header-contact h3 a, div.tel-info a {
  color: #fff;
}
.cct-header-contact .cct-header-contact-text {
  border: 1px solid #d9dce2;
  padding: 12px 4px 9px 16px;
  position: relative;
}
.cct-header-contact .cct-header-contact-text::before {
  position: absolute;
  content: '';
  width: 33px;
  height: 49px;
  background-image: url(../images/phone-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  left: -15px;
  top: 18px;
  background-color: #1e2e48;
}
/* header end */
/* footer form start */
.cct-footer-free-consultation {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: center;
  padding: 407px 0 0;
}
.cct-footer-form {
  position: relative;
  background-color: rgba(255, 255, 255, .96);
  max-width: 1130px;
  margin: 0 auto;
  padding: 59px 83px 89px 76px;
  display: inline-block;
  z-index: 5;
  margin-bottom: -225px;
  vertical-align: top;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .7);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .7);
  width: 100%;
}
.cct-footer-form::before {
  position: absolute;
  content: '';
  width: 92px;
  height: 92px;
  border-left: 2px solid #2c3c66;
  border-top: 2px solid #2c3c66;
  top: 28px;
  left: 26px;
}
.cct-footer-form::after {
  position: absolute;
  content: '';
  width: 92px;
  height: 92px;
  border-right: 2px solid #2c3c66;
  border-bottom: 2px solid #2c3c66;
  right: 35px;
  bottom: 31px;
}
.cct-footer-form h2 {
  font-weight: 700;
  margin-bottom: 4px;
}
.cct-footer-form p {
  color: #6e7a99;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.cct-footer-form ul li {
  padding-left: 0;
  margin-bottom: 14px;
  margin-right: 11px;
  width: 32.55%;
  display: inline-block;
  vertical-align: top;
}
.cct-footer-form ul li:nth-child(3n) {
  margin-right: 0;
}
.cct-footer-form ul li:last-child, .cct-footer-form ul li:nth-last-child(2) {
  width: 100%;
  margin-right: 0;
  vertical-align: unset;
}
.cct-footer-form ul li:last-child {
  margin-bottom: 0;
}
.cct-footer-form ul li::before {
  display: none;
}
.cct-footer-form input[type="text"], .cct-footer-form input[type="tel"], .cct-footer-form input[type="email"], .cct-footer-form textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #506a8c;
  width: 100%;
  outline: none;
  background-color: transparent;
  border: 1px solid rgba(70, 82, 114, .96);
  height: 67px;
  padding: 10px 10px 10px 24px;
  display: block;
}
.cct-footer-form textarea {
  height: 141px;
  padding: 19px 10px 10px 26px;
}
.cct-footer-form input[type="text"]::placeholder, .cct-footer-form input[type="tel"]::placeholder, .cct-footer-form input[type="email"]::placeholder, .cct-footer-form textarea::placeholder {
  color: #506a8c;
  opacity: 1;
}
.cct-footer-form input[type="text"]:hover, .cct-footer-form input[type="tel"]:hover, .cct-footer-form input[type="email"]:hover, .cct-footer-form textarea:hover, .cct-footer-form input[type="text"]:focus, .cct-footer-form input[type="tel"]:focus, .cct-footer-form input[type="email"]:focus, .cct-footer-form textarea:focus {
  border: 1px solid rgba(70, 82, 114, .40);
}
.cct-footer-form .cct-get-start-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  width: 346px;
  height: 67px;
  background-color: #506a8c;
  text-align: center;
  border: none;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
  padding: 14px 10px 10px 10px;
  margin-top: 4px;
}
.cct-footer-form .wpcf7-form-control-wrap.message {
  display: block;
  height: 141px;
}
/* footer form end */
/* footer start */
footer {
  position: relative;
}
.cct-footer-top .col-md-6 {
  padding: 0;
}
.cct-footer-top .cct-area-served {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  min-height: 804px;
  padding: 304px 53px 60px 15px;
}
.cct-area-served-content {
  max-width: 498px;
  margin: 0 0 0 auto;
}
.cct-area-served-content h3 {
  color: #fff;
  border-bottom: 1px solid #9daec4;
  padding-bottom: 13px;
  margin-bottom: 25px;
}
.cct-area-served-content ul {
  column-count: 2;
  column-gap: 56px;
}
.cct-area-served-content ul li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 0;
  padding-left: 24px;
}
.cct-area-served-content ul li::before {
  background-image: url(../images/area-served-list-bg.png);
}
.cct-area-served-content ul li a {
  color: #fff;
}
.cct-more-area-btn {
  width: 230px;
  height: 45px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-align: center;
  display: block;
  border: 1px solid #b1becd;
  color: #fff !important;
  padding: 8px;
  font-weight: 700;
  margin-top: 36px;
}
.cct-map {
  height: 804px;
  position: relative;
}
.cct-map .cct-map-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cct-footer-contact {
  padding: 116px 0 96px;
  background-image: url(../images/footer-contact-bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}
.cct-footer-contact .cct-footer-number {
  text-align: center;
  padding-top: 48px;
}
.cct-footer-contact .cct-footer-number h3 {
  margin-bottom: 9px;
}
.cct-footer-contact .cct-footer-number h3 a {
  color: #0c1d46;
  font-weight: 700;
}
.cct-footer-contact .cct-footer-number p {
  line-height: 30px;
}
.cct-footer-icons {
  text-align: center;
  padding-top: 65px;
}
.cct-footer-icons ul li {
  padding-left: 0;
  display: inline-block;
  margin-right: 17px;
  vertical-align: top;
}
.cct-footer-icons ul li:last-child {
  margin-right: 0;
}
.cct-footer-icons ul li a {
  height: 48px;
  width: 48px;
  font-size: 24px;
  color: #ffffff;
  background-color: #0c1d46;
  text-align: center;
  display: block;
  border-radius: 50px;
  padding: 4px 5px;
  border: 2px solid #0c1d46;
}
.cct-footer-icons ul li::before {
  display: none;
}
.cct-footer-icons ul li a:hover {
  background-color: #ffffff;
  color: #0c1d46;
}
.cct-footer-bottom {
  background-color: #0a1738;
  padding: 37px 0 41px;
}
.cct-copy-right {
  padding: 5px 0 0 87px;
}
.cct-copy-right p {
  color: #c7c5c5;
  margin-bottom: 0;
}
.cct-elite-logo {
  text-align: right;
  padding-right: 91px;
}
/* footer end */
/* Case Result Area  */
.cz-case-results-box {
  background-image: url(../images/case-results-bg.jpg);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 28px 80px 45px 55px;
  margin-top: 51px;
  min-height: 346px;
  margin-bottom: 50px;
}
.cz-case-results-box h3 {
  color: #fff;
  margin-bottom: 21px;
}
.cz-case-results-box p {
  color: #fff;
  margin-bottom: 33px;
}
.cz-case-results-box .cct-read-more-btn {
  display: block;
  text-align: center;
  color: #fff;
  width: 205px;
  height: 63px;
  background-color: #1e2e48;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 19px 10px;
}
.cz-case-results-box .cct-read-more-btn:hover {
  color: #1e2e48;
  background-color: #fff;
  transition: 0.3s;
}
.areas-we-serve-block {
  background: #1e2e48;
  height: 100%;
}
.areas-we-serve-block figure {
  width: 100%;
  margin: 0px;
  position: relative;
}
.areas-we-serve-block figure img {
  width: 100%;
  margin: 0px;
  position: relative;
}
.areas-we-serve-block .areas-we-serve-block-det {
  padding: 50px;
}
.areas-we-serve-block .areas-we-serve-block-det h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
  color: #fff;
  margin-bottom: 15px;
}
.areas-we-serve-block .areas-we-serve-block-det h3 a {
  color: #fff;
}
.areas-we-serve-block .areas-we-serve-block-det p {
  color: #fff;
  margin: 0px;
}
.areas-we-serve-block .areas-we-serve-block-det p a {
  color: #4f6a8c;
  font-weight: bold;
}
.areas-we-serve-sec .container {
  max-width: 1800px;
}
.areas-we-serve-sec .row {
  margin: 0px -40px;
}
.areas-we-serve-sec .col-md-4 {
  padding: 0px 40px;
  margin-bottom: 80px;
}
.areas-we-serve-sec {
  padding-bottom: 80px;
}
.recent-case-results-shortcode {
  background: #1e2e48;
  padding: 50px;
  text-align: center;
  margin: 35px 0px;
}
.recent-case-results-shortcode .item {
  margin: 48px 0px;
  padding: 0px 48px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.recent-case-results-shortcode h2 {
  font-size: 16px;
  color: #f3f3f3;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: normal;
  margin: 0px;
}
.recent-case-results-shortcode h3 {
  color: #fff;
  font-weight: bold;
  line-height: normal;
  font-size: 45px;
  margin-bottom: 11px !important;
}
.recent-case-results-shortcode h4 {
  font-size: 15px;
  text-transform: uppercase;
  color: #4f6a8c;
  line-height: normal;
  margin-bottom: 0px;
  font-weight: bold;
}
.coamn-btn-one:hover, .coamn-btn-one:focus {
  background: #f3f3f3;
  color: #1e2e48;
}
.coamn-btn-one, .coamn-btn-second {
  display: inline-block;
  width: 308px;
  height: 63px;
  line-height: 63px;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  background: #f68e39;
  margin: 5px;
  text-align: center;
}
.coamn-btn-second {
  background: #677b9a;
  color: #fff;
}
.coamn-btn-one:hover, .coamn-btn-second:hover, .coamn-btn-one:focus, .coamn-btn-second:focus {
  background: #fff !important;
  color: #677b9a !important;
}
.coamn-btn-second img {
  margin-right: 5px;
}
.contact-shortcode {
  background: #1e2e48;
  padding: 45px;
  text-align: center;
  margin: 35px 0px;
  border-bottom: 3px solid #04123f;
}
.contact-shortcode h2, .user-shortcode h2 {
  color: #fff;
  font-weight: normal;
  line-height: normal;
  font-size: 28px;
  margin-bottom: 20px !important;
  letter-spacing: 1px;
}
.contact-shortcode h2 small, .user-shortcode h2 small {
  color: #677b9a;
  font-size: 100%;
}
.user-shortcode {
  background-color: #1e2e48 !important;
  padding: 45px;
  margin: 30px 0px;
  text-align: left;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  background-size: auto 100% !important;
  border-left: 3px solid #1e2e48;
}
.user-shortcode p {
  color: #fff;
  margin-bottom: 14px !important;
  font-size: 18px;
  line-height: 1.6;
}
.user-shortcode p img {
  margin: 0px !important;
}
.user-shortcode p:last-child {
  margin-bottom: 0px !important;
}
.user-shortcode.user-shortcode-second {
  background-position: left bottom !important;
  background-color: #899ab1 !important;
  border: none !important;
  margin: 0px !important;
}
.user-shortcode.user-shortcode-second h3 {
  font-size: 30px !important;
  color: #fff !important;
  line-height: normal !important;
  margin-bottom: 15px !important;
}
.user-shortcode-new {
  background: #1e2e48;
  text-align: center;
  margin: 50px 0px !important;
}
.user-shortcode-new .coman-shortcode-btn {
  padding: 25px 0px;
}
.user-shortcode .col-md-8 {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 58.333333% !important;
  flex: 0 0 58.333333% !important;
  max-width: 58.333333% !important;
}
.user-shortcode .col-md-4 {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 41.666667% !important;
  flex: 0 0 41.666667% !important;
  max-width: 41.666667% !important;
}
.user-shortcode h2 {
  margin: 0px !important;
  font-weight: bold;
  font-size: 20px !important;
  text-transform: uppercase !important;
  letter-spacing: 0px !important;
  padding-left: 69px !important;
  position: relative;
}
.user-shortcode h2:before {
  width: 50px;
  height: 2px;
  background: #899ab1;
  position: absolute;
  left: 0px;
  top: 50%;
  content: "";
}
.client-reviews-sec .client-reviews-title p {
  margin-bottom: 0px !important;
}
.client-reviews-sec .client-reviews-title small {
  font-size: 18px;
  color: #1e2e48;
  margin-bottom: 15px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 0;
}
.client-reviews-sec {
  max-width: 100%;
}
.client-reviews-sec h2 {
  margin-bottom: 20px;
  color: #1e2e48;
  font-size: 36px;
  font-weight: normal;
  padding-bottom: 0px !important;
  line-height: normal !important;
}
.client-reviews-sec h2:before {
  display: none !important;
}
.client-reviews-sec {
  margin: 45px 0px;
  display: inline-block;
  width: 100%;
}
.client-reviews-block {
  padding: 40px 50px;
}
.client-reviews-block img {
  margin-bottom: 0px !important;
}
.client-reviews-block h4 {
  color: #1e2e48;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: normal !important;
  font-family: "Montserrat", sans-serif;
}
.rating-img small {
  color: #1e2e48;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}
.rating-img img {
  margin-right: 10px !important;
  margin-bottom: 0px !important;
  width: 168px !important;
  display: inline-block !important;
  clear: both;
}
.client-reviews-block p {
  color: #1e2e48;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0px !important;
  margin-top: 20px;
  line-height: 2;
}
.google-map-link {
  color: #1e2e48;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}
.google-map-link a {
  color: #677b9a !important;
  font-weight: bold;
}
.google-map-link a:hover, .google-map-link a:focus {
  color: #1e2e48 !important;
}
.review-quiet-img {
  text-align: right;
}
.review-quiet-img img {
  width: auto !important;
}
.owl-carousel .owl-item .review-quiet-img img {
  margin-right: 0 !important;
}
.client-reviews-slider {
  background: #f3f3f3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
  border-left: 3px solid #f3f3f3;
}
.coman-accordion .card {
  border: none;
  background: none;
  box-shadow: none;
  margin-bottom: 26px;
}
.coman-accordion .card-header {
  padding: 0 !important;
  margin-bottom: 0 !important;
  background-color: transparent !important;
  border-bottom: 0px !important;
  border-radius: 0 !important;
}
.coman-accordion .card-header button {
  color: #1e2e48;
  font-size: 24px;
  font-weight: bold;
  background: #f3f3f3;
  width: 100%;
  text-align: left;
  border-radius: 0px;
  text-decoration: none;
  padding: 25px 40px;
  padding-right: 60px !important;
  white-space: normal;
}
.coman-accordion .card-body {
  padding: 25px 40px;
  background: #f3f3f3;
  border: 2px solid #f3f3f3;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.faq-block {
  margin: 50px 0px;
  background: #fff;
}
.faq-block .coman-title {
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  line-height: normal !important;
  background: #1e2e48;
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  padding: 45px 60px;
}
.faq-block .coman-accordion {
  padding: 50px;
  background: #fff;
}
.coman-accordion .card-header button:after {
  width: 20px;
  height: 20px;
  background: none !important;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  transform: none !important;
  position: absolute;
  right: 32px;
  top: 50% !important;
  -moz-transform: translate(0, -50%) !important;
  -o-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
}
.coman-accordion .card-header button[aria-expanded="false"]:after {
  content: "\f078";
  color: #082a43;
}
.coman-accordion .card-header button[aria-expanded="true"]::after {
  content: "\f077";
  color: #082a43;
}
.coman-accordion .card-header button[aria-expanded="true"] {
  background: #f3f3f3;
  color: #1e2e48;
  position: relative;
}
.coman-accordion .show .card-body {
  border: 2px solid #f3f3f3;
}
.defualt-content-sec .cct-sidebar-practicearea {
  margin-bottom: 0;
}
.coman-catogary-block {
  background: #fff;
  padding: 50px;
  margin-bottom: 60px;
}
.coman-catogary-block h3 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-bottom: none;
}
.coman-catogary-block ul li {
  font-size: 24px;
  border-bottom: 1px solid #f5f5f5;
  margin: 0px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.coman-catogary-block ul li:last-child {
  border-bottom: none !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.coman-catogary-block ul li ul li a {
  font-weight: normal;
}
.coman-catogary-block ul li ul li, .related-articles-block.coman-catogary-block ul li a {
  font-size: 18px;
}
.coman-catogary-block ul li ul li:before, .related-articles-block.coman-catogary-block ul li:before {
  top: 14px !important;
}
.coman-catogary-block ul li ul {
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 20px;
}
.coman-catogary-block ul li a {
  color: #1e2e48;
}
.coman-catogary-block ul li a:hover, .coman-catogary-block ul li a:focus {
  color: #4f6a8c !important;
}
.coman-catogary-block p {
  color: #1e2e48;
  font-size: 18px;
  line-height: 2;
  margin: 0px;
  padding-top: 13px;
  padding-left: 30px;
}
.coman-catogary-block p a {
  color: #4f6a8c !important;
  font-weight: bold;
}
.coman-catogary-block p a:hover, .coman-catogary-block p a:focus {
  color: #1e2e48 !important;
}
.location-office-block.coman-catogary-block h3 {
  padding-bottom: 0px !important;
  border-bottom: none !important;
}
.location-office-block.coman-catogary-block h4 {
  line-height: normal;
  font-size: 24px;
  color: #1e2e48 !important;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px !important;
}
.location-office-block.coman-catogary-block h4 a {
  color: #1e2e48 !important;
}
.location-office-block.coman-catogary-block figure, .location-office-block.coman-catogary-block figure img {
  width: 100%;
}
.location-office-block.coman-catogary-block p {
  color: #1e2e48 !important;
  font-size: 18px !important;
  line-height: 2 !important;
  margin: 0px !important;
  padding-top: 0px !important;
  padding-left: 0px !important;
  text-align: center !important;
  margin-bottom: 8px !important;
}
.location-office-block.coman-catogary-block p a {
  color: #4f6a8c !important;
}
.location-office-block.coman-catogary-block p a:hover, .location-office-block.coman-catogary-block p a:focus {
  color: #1e2e48 !important;
}
.location-office-block.coman-catogary-block .get-directions-btn {
  background: #4f6a8c;
  color: #fff;
  margin: auto;
  display: block;
  width: 180px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.location-office-block.coman-catogary-block .get-directions-btn:hover, .location-office-block.coman-catogary-block .get-directions-btn:focus {
  background: #000000;
  color: #fff;
}
.client-reviews-sec:last-child {
  margin-bottom: 0px !important;
}
.google-map-link p {
  margin-bottom: 0px !important;
}
.cct-sidebar-practicearea ul li ul li {
  border: none !important;
  padding: 0px !important;
  margin-bottom: 15px !important;
  padding-left: 25px !important;
}
.cct-sidebar-practicearea ul li ul li:before {
  display: none;
}
.cct-sidebar-practicearea ul li ul li a {
  font-size: 18px !important;
  padding: 0px !important;
}
@media screen and (max-width:1800px) {
  /* header */
  .cct-logo-wrap {
    padding: 13px 15px 0 20px;
  }
  .cct-outer-menu ul li {
    margin-right: 30px;
  }
  .cct-header-contact p {
    line-height: 23px;
    font-size: 17px;
  }
  .cct-outer-menu ul li .sub-menu {
    top: 71px;
  }
  /* header */
  /* inner banner */
  .cct-inner-banner {
    margin-top: 127px;
  }
  /* inner banner */
}
@media screen and (min-width: 1921px) {
  .cct-header-wrap {
    max-width: 2000px;
  }
  body {
    max-width: 2000px;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (max-width:1700px) {
  /* header */
  .cct-logo-wrap {
    padding: 13px 15px 0 0;
    width: 19%;
  }
  .cct-header-right {
    width: 21%;
  }
  .cct-header-contact {
    padding: 20px 15px 19px 24px;
  }
  .cct-outer-menu ul li {
    margin-right: 24px;
  }
  /* header */
  .coamn-btn-one, .coamn-btn-second {
    width: 320px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
  }
  .recent-case-results-shortcode {
    padding: 45px;
  }
  .recent-case-results-shortcode .item {
    padding: 0px 45px;
  }
  .recent-case-results-shortcode h3 {
    font-size: 42px;
  }
  .coman-accordion .card-header button {
    padding: 20px 36px;
    font-size: 22px;
  }
  .coman-accordion .card-body {
    padding: 20px 36px;
  }
}
@media screen and (max-width:1600px) {
  /* header */
  .cct-logo-wrap img {
    width: 230px;
  }
  .cct-outer-menu ul li a {
    font-size: 14px;
  }
  .cct-header-contact h3, div.tel-info a {
    font-size: 32px;
    line-height: 38px;
  }
  .cct-header-contact p {
    line-height: 21px;
    font-size: 15px;
  }
  .cct-outer-menu {
    padding: 50px 10px 0 0;
  }
  /* header */
  /* inner banner */
  .cct-inner-banner {
    margin-top: 121px;
  }
  /* inner banner */
  .areas-we-serve-sec .row {
    margin: 0px -35px;
  }
  .areas-we-serve-sec .col-md-4 {
    padding: 0px 35px;
    margin-bottom: 70px;
  }
  .areas-we-serve-block .areas-we-serve-block-det {
    padding: 35px;
  }
  .coamn-btn-one, .coamn-btn-second {
    width: 300px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
  }
  .recent-case-results-shortcode {
    padding: 45px;
  }
  .recent-case-results-shortcode .item {
    padding: 0px 45px;
  }
  .recent-case-results-shortcode h3 {
    font-size: 42px;
  }
  .contact-shortcode {
    padding: 35px;
  }
  .user-shortcode {
    padding: 35px;
  }
  .user-shortcode p {
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-shortcode h2, .user-shortcode h2 {
    font-size: 29px;
  }
  .coman-accordion .card-header button {
    padding: 20px 35px;
    font-size: 21px;
  }
  .coman-accordion .card-body {
    padding: 20px 35px;
  }
}
@media screen and (max-width:1500px) {
  /* blockquote */
  blockquote {
    margin: 22px 0 80px;
  }
  /* blockquote */
  /* side bar */
  .cct-sidebar {
    padding: 45px 20px 26px 20px;
  }
  .cct-sidebar-free-consultation h4, .cct-sidebar-free-consultation h4 small {
    font-size: 30px;
    line-height: 46px;
  }
  /* side bar */
  /* inner banner */
  .cct-inner-banner {
    min-height: 520px;
    padding: 118px 0 100px;
    margin-top: 118px;
  }
  /* inner banner */
  /* header */
  .cct-logo-wrap img {
    width: 210px;
  }
  .cct-outer-menu ul li {
    margin-right: 20px;
  }
  .cct-header-contact h3, div.tel-info a {
    font-size: 30px;
    line-height: 36px;
  }
  .cct-header-contact p {
    line-height: 20px;
    font-size: 14px;
  }
  .cct-header-contact .cct-header-contact-text::before {
    background-size: 100%;
    width: 28px;
    height: 40px;
  }
  .cct-outer-menu ul li .sub-menu {
    top: 68px;
  }
  /* header */
  /* pagination */
  .cct-pagination .page-numbers {
    margin: 0 8px;
  }
  /* pagination */
  .areas-we-serve-sec .row {
    margin: 0px -30px;
  }
  .areas-we-serve-sec .col-md-4 {
    padding: 0px 30px;
    margin-bottom: 60px;
  }
  .areas-we-serve-block .areas-we-serve-block-det {
    padding: 30px;
  }
  .coamn-btn-one, .coamn-btn-second {
    width: 290px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
  }
  .recent-case-results-shortcode {
    padding: 40px;
  }
  .recent-case-results-shortcode .item {
    padding: 0px 40px;
  }
  .recent-case-results-shortcode h3 {
    font-size: 40px;
  }
  .contact-shortcode {
    padding: 35px;
  }
  .user-shortcode {
    padding: 35px;
  }
  .user-shortcode p {
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-shortcode h2, .user-shortcode h2 {
    font-size: 28px;
  }
  .coman-accordion .card-header button {
    padding: 20px 34px;
    font-size: 21px;
  }
  .coman-accordion .card-body {
    padding: 20px 34px;
  }
  .coman-catogary-block {
    padding: 45px;
  }
  .coman-catogary-block h3 {
    font-size: 32px;
  }
  .coman-catogary-block ul li {
    font-size: 20px;
  }
  .coman-catogary-block ul li ul li, .related-articles-block.coman-catogary-block ul li a, .coman-catogary-block p, .location-office-block.coman-catogary-block p {
    font-size: 17px !important;
  }
  .location-office-block.coman-catogary-block h4 {
    font-size: 22px;
  }
}
@media screen and (max-width:1400px) {
  /* blockquote */
  blockquote {
    padding: 39px 45px 45px;
  }
  /* blockquote */
  h1 {
    font-size: 62px;
    line-height: 80px;
  }
  h2 {
    font-size: 54px;
    line-height: 66px;
  }
  /* side bar */
  .cct-sidebar-free-consultation::after {
    bottom: 15px;
    right: 15px;
  }
  .cct-sidebar-free-consultation::before {
    left: 15px;
    top: 15px;
  }
  .cct-sidebar-free-consultation {
    padding: 40px 18px 45px 18px;
  }
  .cct-sidebar-free-consultation h4, .cct-sidebar-free-consultation h4 small {
    font-size: 28px;
    line-height: 44px;
  }
  .cct-sidebar-free-consultation a {
    width: 84%;
  }
  .cct-sidebar {
    padding: 35px 20px 26px 20px;
  }
  /* side bar */
  /* inner banner */
  .cct-inner-banner h1 {
    font-size: 62px;
    line-height: 62px;
  }
  .cct-inner-banner {
    min-height: 480px;
    padding: 105px 0 100px;
    margin-top: 167px;
  }
  /* inner banner */
  /* header */
  .cct-header-right {
    width: auto;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
  }
  .cct-logo-wrap {
    width: 30%;
    padding: 40px 15px 0 0;
  }
  .cct-outer-menu {
    width: 69%;
    padding: 0 0 25px 0;
  }
  .cct-header-wrap .navbar {
    margin-top: 115px;
    float: right;
  }
  .cct-header-contact {
    padding: 10px 10px 10px 19px;
  }
  .cct-outer-menu ul li {
    margin-right: 25px;
  }
  .cct-outer-menu ul li a {
    padding-bottom: 30px;
  }
  .cct-outer-menu ul li .sub-menu {
    top: 52px;
    left: -265px;
  }
  .cct-outer-menu ul li.menu-item-has-children a {
    background-position: center 25px;
  }
  /* header */
  /* footer */
  .cct-copy-right {
    padding: 5px 0 0 0;
  }
  .cct-elite-logo {
    padding-right: 0;
  }
  .cct-footer-bottom {
    padding: 35px 0 35px;
  }
  /* footer */
  /* pagination */
  .cct-pagination .page-numbers {
    margin: 0 5px;
  }
  /* pagination */
  .cz-case-results-box {
    padding: 28px 40px 45px 40px;
  }
  .areas-we-serve-sec .row {
    margin: 0px -25px;
  }
  .areas-we-serve-sec .col-md-4 {
    padding: 0px 25px;
    margin-bottom: 50px;
  }
  .areas-we-serve-block .areas-we-serve-block-det {
    padding: 30px;
  }
  .coamn-btn-one, .coamn-btn-second {
    width: 280px;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
  }
  .recent-case-results-shortcode {
    padding: 35px;
  }
  .recent-case-results-shortcode .item {
    padding: 0px 35px;
  }
  .recent-case-results-shortcode h3 {
    font-size: 39px;
  }
  .contact-shortcode {
    padding: 30px;
  }
  .user-shortcode {
    padding: 30px;
  }
  .user-shortcode p {
    font-size: 15px;
    line-height: 1.8;
  }
  .contact-shortcode h2, .user-shortcode h2 {
    font-size: 27px;
  }
  .client-reviews-block {
    padding: 35px;
  }
  .client-reviews-block p, .google-map-link, .rating-img small {
    font-size: 16px;
  }
  .client-reviews-sec .client-reviews-block .rating-img img {
    width: 110px !important;
  }
  .client-reviews-sec {
    margin: 40px 0px 40px 0px;
  }
  .coman-accordion .card-header button {
    padding: 20px 33px;
    font-size: 20px;
  }
  .coman-accordion .card-body {
    padding: 20px 33px;
  }
  .call-info .tel-link {
    font-size: 43px;
  }
  .faq-block .coman-title, .client-reviews-sec h2 {
    font-size: 35px;
  }
  .coman-catogary-block {
    padding: 40px;
  }
  .coman-catogary-block h3 {
    font-size: 29px;
  }
  .coman-catogary-block ul li {
    font-size: 20px;
  }
  .coman-catogary-block ul li ul li, .related-articles-block.coman-catogary-block ul li a, .coman-catogary-block p, .location-office-block.coman-catogary-block p {
    font-size: 17px !important;
  }
  .location-office-block.coman-catogary-block h4 {
    font-size: 22px;
  }
}
@media screen and (max-width:1300px) {
  /* blockquote */
  blockquote {
    padding: 39px 30px 45px;
    margin: 22px 0 60px;
  }
  /* blockquote */
  /* side bar */
  .cct-sidebar {
    padding: 35px 15px 26px 15px;
  }
  .cct-sidebar-free-consultation h4, .cct-sidebar-free-consultation h4 small {
    line-height: 42px;
  }
  .cct-sidebar-free-consultation {
    padding: 40px 15px 30px 15px;
  }
  .cct-sidebar-free-consultation::after {
    bottom: 10px;
    right: 10px;
  }
  .cct-sidebar-free-consultation::before {
    left: 10px;
    top: 10px;
  }
  .cct-sidebar-practicearea ul li {
    padding-left: 45px;
  }
  .cct-sidebar-practicearea ul li::before {
    left: 15px;
  }
  .cct-sidebar-practicearea h3 {
    padding-left: 11px;
  }
  /* side bar */
  /* header */
  .cct-logo-wrap {
    width: 24%;
  }
  .cct-outer-menu {
    width: 75%;
  }
  /* header */
  /* footer */
  .cct-footer-contact {
    background-size: 60% 100%;
    padding: 85px 0 70px;
  }
  .cct-footer-logo {
    text-align: center;
  }
  .cct-footer-logo img {
    width: 364px;
  }
  /* footer */
  /* pagination */
  .cct-pagination .page-numbers {
    margin: 0 5px;
    font-size: 17px;
    padding: 16px 10px;
  }
  .cct-pagination .page-numbers.cct-end::before {
    bottom: 12px;
  }
  /* pagination */
  .cz-case-results-box {
    padding: 28px 20px 45px 20px;
  }
  .areas-we-serve-sec .row {
    margin: 0px -25px;
  }
  .areas-we-serve-sec .col-md-4 {
    padding: 0px 25px;
    margin-bottom: 50px;
  }
  .areas-we-serve-block .areas-we-serve-block-det {
    padding: 30px;
  }
  .coamn-btn-one, .coamn-btn-second {
    width: 280px;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
  }
  .recent-case-results-shortcode {
    padding: 35px;
  }
  .recent-case-results-shortcode .item {
    padding: 0px 35px;
  }
  .recent-case-results-shortcode h3 {
    font-size: 39px;
  }
  .contact-shortcode {
    padding: 30px;
  }
  .user-shortcode {
    padding: 30px;
  }
  .user-shortcode p {
    font-size: 15px;
    line-height: 1.8;
  }
  .contact-shortcode h2, .user-shortcode h2 {
    font-size: 27px;
  }
  .client-reviews-block {
    padding: 30px;
  }
  .client-reviews-block p, .google-map-link, .rating-img small {
    font-size: 15px;
  }
  .client-reviews-sec .client-reviews-block .rating-img img {
    width: 110px !important;
  }
  .client-reviews-sec {
    margin: 40px 0px 40px 0px;
  }
  .coman-accordion .card-header button {
    padding: 20px 32px;
    font-size: 19px;
  }
  .coman-accordion .card-body {
    padding: 20px 32px;
  }
  .call-info .tel-link {
    font-size: 42px;
  }
  .faq-block .coman-title, .client-reviews-sec h2 {
    font-size: 34px;
  }
  .coman-catogary-block {
    padding: 35px;
  }
  .coman-catogary-block h3 {
    font-size: 26px;
  }
  .coman-catogary-block ul li {
    font-size: 19px;
  }
  .coman-catogary-block ul li ul li, .related-articles-block.coman-catogary-block ul li a, .coman-catogary-block p, .location-office-block.coman-catogary-block p {
    font-size: 16px !important;
  }
  .location-office-block.coman-catogary-block h4 {
    font-size: 21px;
  }
}
@media screen and (max-width:1200px) {
  h1 {
    font-size: 54px;
    line-height: 64px;
  }
  h2 {
    font-size: 48px;
    line-height: 60px;
  }
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
  h4 {
    font-size: 28px;
    line-height: 44px;
  }
  ol li {
    padding-left: 40px;
  }
  .alignright {
    float: none;
    margin-left: 0 !important;
    display: block;
  }
  .alignleft {
    float: none;
    margin-right: 0 !important;
    display: block;
  }
  /* pagination */
  .cct-pagination .page-numbers {
    padding: 15px 9px;
  }
  /* pagination */
  /* side bar */
  .cct-sidebar-free-consultation a {
    width: 87%;
  }
  .cct-pagination .page-numbers {
    padding: 12px 7px;
  }
  /* side bar */
  /* inner banner */
  .cct-inner-banner h1 {
    font-size: 55px;
    line-height: 55px;
  }
  .cct-inner-banner {
    min-height: 450px;
    padding: 95px 0 90px;
    margin-top: 148px;
  }
  /* inner banner */
  /* header */
  .cct-header-contact h3, div.tel-info a {
    font-size: 27px;
    line-height: 32px;
  }
  .cct-header-contact p {
    line-height: 18px;
    font-size: 13px;
  }
  .cct-header-contact .cct-header-contact-text {
    padding: 7px 10px 5px 15px;
  }
  .cct-header-contact .cct-header-contact-text::before {
    background-size: 100%;
    width: 22px;
    height: 38px;
    top: 12px;
  }
  .cct-outer-menu ul li {
    margin-right: 22px;
  }
  .cct-header-wrap .navbar {
    margin-top: 96px;
  }
  .cct-logo-wrap img {
    width: 190px;
  }
  .cct-outer-menu ul li a {
    font-size: 13px;
  }
  /* header */
  /* footer form */
  .cct-footer-form {
    padding: 59px 40px 89px;
  }
  .cct-footer-form {
    padding: 50px 40px 65px;
  }
  .cct-footer-free-consultation {
    padding: 360px 0 0;
  }
  .cct-footer-form ul li {
    margin-right: 9px;
    width: 32.6%;
  }
  /* footer form */
  /* footer */
  .cct-area-served-content {
    max-width: unset;
  }
  .cct-footer-top .cct-area-served {
    padding: 304px 15px 60px 15px;
  }
  .cct-footer-logo img {
    width: 330px;
  }
  /* footer */
  .areas-we-serve-sec .row {
    margin: 0px -25px;
  }
  .areas-we-serve-sec .col-md-4 {
    padding: 0px 25px;
    margin-bottom: 50px;
  }
  .areas-we-serve-block .areas-we-serve-block-det {
    padding: 30px;
  }
  .coamn-btn-one, .coamn-btn-second {
    width: 270px;
    height: 53px;
    line-height: 53px;
    font-size: 16px;
  }
  .recent-case-results-shortcode {
    padding: 30px;
  }
  .recent-case-results-shortcode .item {
    padding: 0px 30px;
  }
  .recent-case-results-shortcode h3 {
    font-size: 38px;
  }
  .contact-shortcode {
    padding: 25px;
  }
  .user-shortcode {
    padding: 25px;
  }
  .user-shortcode p {
    font-size: 15px;
    line-height: 1.8;
  }
  .contact-shortcode h2, .user-shortcode h2 {
    font-size: 26px;
  }
  .client-reviews-block {
    padding: 28px;
  }
  .client-reviews-block p, .google-map-link, .rating-img small {
    font-size: 15px;
  }
  .client-reviews-sec .client-reviews-block .rating-img img {
    width: 110px !important;
  }
  .client-reviews-sec {
    margin: 40px 0px 40px 0px;
  }
  .coman-accordion .card-header button {
    padding: 20px 30px;
    font-size: 19px;
  }
  .coman-accordion .card-body {
    padding: 20px 30px;
  }
  .coman-catogary-block {
    padding: 30px;
  }
  .coman-catogary-block h3 {
    font-size: 26px;
  }
  .coman-catogary-block ul li {
    font-size: 19px;
  }
  .coman-catogary-block ul li ul li, .related-articles-block.coman-catogary-block ul li a, .coman-catogary-block p, .location-office-block.coman-catogary-block p {
    font-size: 16px !important;
  }
  .location-office-block.coman-catogary-block h4 {
    font-size: 21px;
  }
}
@media screen and (max-width:1100px) {
  /* blockquote */
  blockquote {
    padding: 39px 20px 45px;
    margin: 22px 0 50px;
  }
  /* blockquote */
  /* side bar */
  .cct-sidebar-practicearea h3 {
    line-height: 36px;
  }
  .cct-sidebar-free-consultation h4, .cct-sidebar-free-consultation h4 small {
    line-height: 38px;
    font-size: 28px
  }
  .cct-sidebar-practicearea ul li a {
    font-size: 22px;
    line-height: 28px;
  }
  .cct-sidebar-practicearea ul li::before {
    top: 27px;
  }
  /* side bar */
  /* pagination */
  .cct-pagination .page-numbers {
    font-size: 15px;
    padding: 12px 7px;
    margin: 0 4px;
  }
  .cct-pagination .page-numbers.cct-end::before {
    bottom: 10px;
  }
  /* pagination */
  /* header */
  .cct-logo-wrap {
    width: 23%;
  }
  .cct-outer-menu {
    width: 76%;
  }
  .cct-outer-menu ul li {
    margin-right: 15px;
  }
  /* header */
  /* footer */
  .cct-footer-logo img {
    width: 294px;
  }
  .cct-footer-contact .cct-footer-number {
    padding-top: 25px;
  }
  .cct-footer-contact .cct-footer-number p {
    margin-bottom: 15px;
  }
  .cct-footer-icons {
    padding-top: 40px;
  }
  /* footer */
  .areas-we-serve-sec .row {
    margin: 0px -25px;
  }
  .areas-we-serve-sec .col-md-4 {
    padding: 0px 25px;
    margin-bottom: 50px;
  }
  .areas-we-serve-block .areas-we-serve-block-det {
    padding: 25px;
  }
  .coamn-btn-one, .coamn-btn-second {
    width: 260px;
    height: 52px;
    line-height: 52px;
    font-size: 15px;
  }
  .recent-case-results-shortcode {
    padding: 25px;
  }
  .recent-case-results-shortcode .item {
    padding: 0px 25px;
  }
  .recent-case-results-shortcode h3 {
    font-size: 36px;
  }
  .contact-shortcode {
    padding: 20px;
  }
  .user-shortcode {
    padding: 20px;
  }
  .user-shortcode p {
    font-size: 14px;
    line-height: 1.8;
  }
  .contact-shortcode h2, .user-shortcode h2 {
    font-size: 25px;
  }
  .client-reviews-block {
    padding: 25px;
  }
  .client-reviews-block h4 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .client-reviews-block p, .google-map-link, .rating-img small {
    font-size: 15px;
  }
  .client-reviews-sec {
    margin: 50px 0px 50px 0px;
  }
  .coman-accordion .card-header button {
    padding: 20px 30px;
    font-size: 19px;
  }
  .coman-accordion .card-body {
    padding: 20px 30px;
  }
  .call-info .tel-link {
    font-size: 42px;
  }
  .faq-block .coman-title, .client-reviews-sec h2 {
    font-size: 33px;
  }
  .coman-catogary-block {
    padding: 25px;
  }
  .coman-catogary-block h3 {
    font-size: 26px;
  }
  .coman-catogary-block ul li {
    font-size: 19px;
  }
  .coman-catogary-block ul li ul li, .related-articles-block.coman-catogary-block ul li a, .coman-catogary-block p, .location-office-block.coman-catogary-block p {
    font-size: 16px !important;
  }
  .location-office-block.coman-catogary-block h4 {
    font-size: 21px;
  }
  .user-shortcode.user-shortcode-second h3 {
    font-size: 25px !important;
  }
}
@media screen and (max-width:991px) {
  h1 {
    font-size: 48px;
    line-height: 58px;
  }
  h2 {
    font-size: 40px;
    line-height: 52px;
  }
  h3 {
    font-size: 28px;
    line-height: 38px;
  }
  h4 {
    font-size: 26px;
    line-height: 38px;
  }
  p {
    margin-bottom: 28px;
  }
  /* side bar */
  .cct-sidebar {
    max-width: 100% !important;
    margin: 60px auto 0;
  }
  .cct-sidebar-free-consultation a {
    width: 308px;
  }
  .cct-sidebar-free-consultation {
    padding: 40px 15px 25px 15px;
  }
  .cct-sidebar-practicearea ul li a {
    font-size: 22px;
    line-height: 28px;
  }
  .cct-sidebar-practicearea {
    margin-bottom: 45px;
  }
  .cct-sidebar-free-consultation::after {
    bottom: 15px;
    right: 15px;
  }
  .cct-sidebar-free-consultation::before {
    left: 15px;
    top: 15px;
  }
  /* side bar */
  /* inner banner */
  .cct-inner-banner .cct-banner-content {
    margin: 0 auto;
  }
  .cct-inner-banner h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .cct-inner-banner h4 {
    line-height: 34px;
    font-size: 28px;
    margin-bottom: 30px;
  }
  .cct-inner-banner {
    min-height: 370px;
    padding: 70px 0 70px;
    margin-top: 0;
  }
  /* inner banner */
  /* header */
  .cct-header-wrap {
    position: relative;
  }
  .cct-outer-menu {
    width: 100%;
    padding: 0;
    display: block;
  }
  .cct-outer-menu.cct-desktop-menu {
    display: none;
  }
  .cct-header-wrap .navbar {
    margin-top: 0;
    float: none;
  }
  .cct-outer-menu .navbar-light .navbar-toggler {
    margin: -111px 15px 0 auto;
    height: 50px;
    width: 60px;
    border: none;
    border-radius: 0;
    padding: 0;
    background-color: #506a8c;
  }
  .cct-outer-menu .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  .cct-header-wrap .col-md-12 {
    padding-right: 0;
    padding-left: 0;
  }
  .cct-header-right {
    top: 15px;
    right: 90px;
  }
  .cct-logo-wrap {
    width: 100%;
    padding: 15px 15px 15px;
  }
  .cct-header-contact h3, div.tel-info a {
    line-height: 27px;
  }
  .cct-header-contact .cct-header-contact-text::before {
    top: 9px;
  }
  .cct-outer-menu .navbar-nav {
    text-align: center;
    padding: 0 0 10px;
  }
  .cct-outer-menu ul li {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .cct-outer-menu ul li .sub-menu {
    padding: 5px 0 3px;
  }
  .cct-outer-menu ul li .sub-menu li {
    margin-bottom: 0;
  }
  .cct-outer-menu ul li a {
    padding: 0 20px;
  }
  .cct-outer-menu ul li.menu-item-has-children a {
    padding: 0 20px;
    background-position: right center;
  }
  .cct-outer-menu ul li:hover .sub-menu, .cct-outer-menu ul li .sub-menu li:hover .sub-menu {
    display: none;
  }
  .cct-outer-menu ul li .sub-menu {
    position: relative;
    left: 0;
    top: 0;
    min-width: unset;
  }
  .cct-outer-menu ul li .sub-menu li a {
    padding: 4px 15px 4px 15px;
  }
  .cct-outer-menu ul li .sub-menu li .sub-menu {
    top: 0;
    left: 0;
    display: none;
  }
  .cct-outer-menu ul li.menu-item-has-children a {
    background-image: url(../images/nav-arrow.png);
  }
  .cct-outer-menu ul li.menu-item-has-children a.cct-submenu-open {
    background-image: url(../images/up-nav-arrow.png);
  }
  .cct-outer-menu ul li .sub-menu li.menu-item-has-children a.cct-submenu-open {
    background-image: url(../images/mob-down-sub-menu-arrow.png) !important;
  }
  /* header */
  /* footer form */
  .cct-footer-form p {
    line-height: 26px;
    margin-bottom: 25px;
  }
  .cct-footer-form::before {
    top: 20px;
    left: 20px;
  }
  .cct-footer-form::after {
    bottom: 20px;
    right: 20px;
  }
  .cct-footer-form ul li {
    margin-right: 0;
    width: 100%;
  }
  .cct-footer-free-consultation {
    padding: 41% 0 0;
    background-size: 100% auto;
  }
  .cct-footer-free-consultation .container {
    padding: 0 0;
  }
  .cct-footer-form {
    box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
    padding: 36px 40px 50px;
    margin-bottom: 0;
    width: 100%;
  }
  .cct-footer-top .cct-area-served {
    padding: 41px 15px 50px 15px;
  }
  /* footer form */
  /* footer */
  .cct-footer-top .cct-area-served {
    padding: 41px 15px 50px 15px;
    min-height: 469px;
  }
  .cct-map {
    height: 469px;
  }
  .cct-map .cct-map-logo {
    width: 150px;
  }
  .cct-area-served-content ul {
    column-gap: 15px;
  }
  .cct-area-served-content ul li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 4px;
    padding-left: 21px;
  }
  .cct-area-served-content ul li::before {
    top: 5px;
  }
  .cct-more-area-btn {
    margin-top: 30px;
  }
  .cct-footer-logo img {
    width: 220px;
  }
  .cct-footer-contact .cct-footer-number h3 {
    margin-bottom: 4px;
  }
  .cct-footer-icons ul li {
    margin-right: 6px;
  }
  .cct-footer-icons {
    padding-top: 22px;
  }
  .cct-footer-contact .cct-footer-number {
    padding-top: 6px;
  }
  .cct-footer-contact {
    padding: 50px 0 47px;
  }
  .cct-copy-right p {
    font-size: 17px;
    line-height: 34px;
  }
  /* footer */
  .cz-case-results-box {
    max-width: 838px;
    min-height: auto;
  }
  .areas-we-serve-sec .row {
    margin: 0px -10px;
  }
  .areas-we-serve-sec .col-md-4 {
    padding: 0px 10px;
    margin-bottom: 20px;
  }
  .areas-we-serve-block .areas-we-serve-block-det {
    padding: 20px;
  }
  .areas-we-serve-block .areas-we-serve-block-det p {
    font-size: 15px;
    line-height: 1.7;
  }
  .coamn-btn-one, .coamn-btn-second {
    width: 260px;
    height: 52px;
    line-height: 52px;
    font-size: 15px;
  }
  .recent-case-results-shortcode {
    padding: 25px;
  }
  .recent-case-results-shortcode .item {
    padding: 0px 25px;
  }
  .recent-case-results-shortcode h3 {
    font-size: 36px;
  }
  .contact-shortcode {
    padding: 20px;
  }
  .user-shortcode {
    padding: 20px;
  }
  .user-shortcode p {
    font-size: 14px;
    line-height: 1.8;
  }
  .contact-shortcode h2, .user-shortcode h2 {
    font-size: 25px;
  }
  .client-reviews-block {
    padding: 20px;
  }
  .client-reviews-block h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .client-reviews-block p, .google-map-link, .rating-img small {
    font-size: 14px;
  }
  .client-reviews-sec .client-reviews-block .rating-img img {
    width: 90px !important;
  }
  .client-reviews-sec {
    margin: 30px 0px 30px 0px;
  }
  .coman-accordion .card-header button {
    padding: 20px 30px;
    font-size: 19px;
  }
  .coman-accordion .card-body {
    padding: 20px 30px;
  }
  .call-info .tel-link {
    font-size: 40px;
  }
  .faq-block .coman-title, .client-reviews-sec h2 {
    font-size: 33px;
  }
  .coman-catogary-block {
    padding: 25px;
  }
  .coman-catogary-block h3 {
    font-size: 26px;
  }
  .coman-catogary-block ul li {
    font-size: 19px;
  }
  .coman-catogary-block ul li ul li, .related-articles-block.coman-catogary-block ul li a, .coman-catogary-block p, .location-office-block.coman-catogary-block p {
    font-size: 16px !important;
  }
  .location-office-block.coman-catogary-block h4 {
    font-size: 21px;
  }
  .user-shortcode.user-shortcode-second h3 {
    font-size: 25px !important;
  }
}
@media screen and (max-width:767px) {
  h1 {
    font-size: 42px;
    line-height: 52px;
  }
  h2 {
    font-size: 35px;
    line-height: 44px;
  }
  h3 {
    font-size: 26px;
    line-height: 35px;
  }
  h4 {
    font-size: 24px;
    line-height: 36px;
  }
  h5 {
    font-size: 22px;
    line-height: 30px;
  }
  p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  ul li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 8px;
    padding-left: 26px;
  }
  ul li::before {
    top: 7px;
  }
  ol li {
    padding-left: 32px;
    font-size: 16px;
    line-height: 28px;
  }
  ol li::before {
    font-size: 15px;
    width: 20px;
    height: 20px;
    line-height: 21px;
    top: 3px;
  }
  .cct-view-all-btn {
    font-size: 16px;
    width: 272px;
    height: 60px;
    padding: 16px 10px;
    line-height: 25px;
  }
  /* blockquote */
  blockquote p {
    font-size: 22px;
    line-height: 34px;
    padding-top: 49px;
    margin-bottom: 20px;
  }
  blockquote {
    padding: 39px 15px 33px;
    margin: 0 0 34px;
  }
  blockquote cite {
    font-size: 16px;
  }
  /* blockquote */
  /* side bar */
  .cct-sidebar {
    margin: 40px auto 0;
  }
  .cct-sidebar-free-consultation h4, .cct-sidebar-free-consultation h4 small {
    line-height: 36px;
    font-size: 26px;
  }
  .cct-sidebar-free-consultation p {
    margin-bottom: 32px;
  }
  .cct-sidebar-free-consultation a {
    margin: 0 auto 25px;
  }
  .cct-sidebar-practicearea ul li a {
    font-size: 20px;
    line-height: 26px;
    padding: 17px 10px 15px 0;
  }
  .cct-sidebar-practicearea ul li::before {
    top: 23px;
  }
  .cct-sidebar-practicearea {
    margin-bottom: 35px;
  }
  .cct-sidebar-practicearea h3 {
    margin-bottom: 10px;
  }
  /* side bar */
  /* inner banner */
  .cct-inner-banner h1 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 12px;
  }
  .cct-inner-banner {
    min-height: auto;
    padding: 53px 0 60px
  }
  .cct-inner-banner h4 {
    line-height: 32px;
    font-size: 26px;
    margin-bottom: 25px;
  }
  .cct-inner-banner h4 br {
    display: none;
  }
  .cct-banner-btn {
    font-size: 22px;
    width: 425px;
    height: 70px;
  }
  /* inner banner */
  /* header */
  .cct-header-contact p {
    line-height: 16px;
    font-size: 12px;
  }
  .cct-header-contact h3, div.tel-info a {
    font-size: 23px;
    line-height: 23px;
  }
  .cct-header-contact .cct-header-contact-text::before {
    top: 6px;
  }
  .cct-logo-wrap img {
    width: 175px;
  }
  .cct-outer-menu .navbar-light .navbar-toggler {
    margin: -103px 15px 0 auto;
  }
  /* header */
  /* footer form*/
  .cct-footer-form h2 {
    margin-bottom: 2px;
  }
  .cct-footer-form p {
    font-size: 14px;
    line-height: 20px;
  }
  .cct-footer-form::before {
    top: 10px;
    left: 10px;
    width: 80px;
    height: 80px;
  }
  .cct-footer-form::after {
    bottom: 10px;
    right: 10px;
    width: 80px;
    height: 80px;
  }
  .cct-footer-form {
    padding: 29px 20px 40px;
  }
  .cct-footer-form .cct-get-start-btn {
    font-size: 16px;
    width: 310px;
    height: 58px;
    padding: 14px 10px 10px 10px;
  }
  /* footer form*/
  /* footer */
  .cct-footer-top .cct-area-served {
    padding: 31px 15px 40px 15px;
    min-height: auto;
  }
  .cct-area-served-content h3 {
    padding-bottom: 7px;
    margin-bottom: 22px;
  }
  .cct-more-area-btn {
    margin-top: 18px;
  }
  .cct-map {
    height: 423px;
  }
  .cct-footer-contact-middle {
    order: 1;
  }
  .cct-footer-contact-left {
    order: 2;
  }
  .cct-footer-contact-right {
    order: 3;
  }
  .cct-footer-contact {
    padding: 40px 0 32px;
  }
  .cct-footer-logo {
    margin-bottom: 20px;
  }
  .cct-footer-icons {
    padding-top: 18px;
  }
  .cct-footer-contact .cct-footer-number p br {
    display: none;
  }
  .cct-footer-icons ul li a {
    padding: 8px 5px;
  }
  .cct-footer-contact .cct-footer-number p {
    line-height: 26px;
  }
  .cct-elite-logo {
    text-align: center;
  }
  .cct-copy-right {
    padding: 0 0 25px 0;
    text-align: center;
  }
  .cct-copy-right p {
    font-size: 16px;
    line-height: 28px;
  }
  /* footer */
  /* pagination */
  .cct-pagination .page-numbers {
    margin: 0 4px;
    padding: 9px 5px;
  }
  .cct-pagination {
    margin-top: 50px;
  }
  /* pagination */
  .cz-case-results-box {
    margin-top: 32px;
    padding: 28px 15px 35px;
    margin-bottom: 32px;
  }
  .cz-case-results-box h3 {
    margin-bottom: 20px;
  }
  .cz-case-results-box p {
    margin-bottom: 30px;
  }
  .areas-we-serve-sec .row {
    margin: 0px -15px;
  }
  .areas-we-serve-sec .col-md-4 {
    padding: 0px 15px;
    margin-bottom: 30px;
  }
  .areas-we-serve-block .areas-we-serve-block-det {
    padding: 20px;
  }
  .coamn-btn-one, .coamn-btn-second {
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .recent-case-results-shortcode {
    padding: 30px 15px;
  }
  .recent-case-results-shortcode .item {
    padding: 0px 15px;
  }
  .recent-case-results-shortcode h3 {
    font-size: 35px;
  }
  .contact-shortcode h2, .user-shortcode h2 {
    font-size: 25px;
  }
  .contact-shortcode {
    padding: 20px;
  }
  .user-shortcode, .user-shortcode.user-shortcode-second {
    padding: 20px;
    text-align: center;
    padding-bottom: 200px !important;
    background-position: center bottom !important;
    background-size: 140px !important;
  }
  .user-shortcode h2 {
    font-size: 15px !important;
    padding-left: 0px !important;
  }
  .user-shortcode h2::before {
    display: none !important;
  }
  .user-shortcode p img {
    margin: auto !important;
  }
  .user-shortcode p {
    font-size: 14px;
    line-height: 1.8;
  }
  .user-shortcode .col-md-8 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .user-shortcode .col-md-4 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .client-reviews-block {
    padding: 20px;
  }
  .client-reviews-block h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .client-reviews-block p, .google-map-link, .rating-img small {
    font-size: 14px;
  }
  .client-reviews-sec .client-reviews-block .rating-img img {
    width: 90px !important;
  }
  .client-reviews-sec {
    margin: 30px 0px 30px 0px;
  }
  .coman-accordion .card-header button {
    padding: 20px 25px;
    font-size: 17px;
    padding-right: 50px !important;
  }
  .coman-accordion .card-header button::after {
    right: 25px;
  }
  .coman-accordion .card-body {
    padding: 20px 25px;
  }
  .call-info .tel-link {
    font-size: 38px;
  }
  .faq-block .coman-title, .client-reviews-sec h2 {
    font-size: 32px;
  }
  .coman-catogary-block {
    padding: 40px 20px;
  }
  .coman-catogary-block h3 {
    font-size: 26px;
  }
  .coman-catogary-block ul li {
    font-size: 19px;
  }
  .coman-catogary-block ul li ul li, .related-articles-block.coman-catogary-block ul li a, .coman-catogary-block p, .location-office-block.coman-catogary-block p {
    font-size: 16px !important;
  }
  .location-office-block.coman-catogary-block h4 {
    font-size: 21px;
  }
  .user-shortcode.user-shortcode-second h3 {
    font-size: 25px !important;
  }
}
@media screen and (max-width:600px) {
  /* inner banner */
  .cct-inner-banner h1 {
    font-size: 39px;
    line-height: 39px;
  }
  .cct-banner-btn {
    font-size: 20px;
    width: 370px;
    height: 68px;
  }
  /* inner banner */
  /* header */
  .cct-outer-menu .navbar-light .navbar-toggler {
    margin: 3px 10px 0 auto;
  }
  .cct-header-right {
    top: 95px;
    right: auto;
    left: 10px;
  }
  .cct-logo-wrap {
    text-align: center;
  }
  .cct-outer-menu .navbar-light .navbar-toggler {
    margin-bottom: 27px;
  }
  /* header */
  /* footer form */
  .cct-footer-form h2 {
    font-size: 30px;
    line-height: 38px;
  }
  /* footer form */
  /* pagination */
  .cct-pagination .page-numbers.cct-end::before {
    width: 82%;
    bottom: 5px;
  }
  .cct-pagination span.page-numbers:first-of-type {
    display: block;
    margin-bottom: 8px;
  }
  .cct-pagination .page-numbers {
    padding: 5px 3px;
    margin: 0 2px;
    margin-bottom: 0px;
  }
  .cct-pagination {
    margin-top: 35px;
  }
  /* pagination */
  .areas-we-serve-sec .row {
    margin: 0px -15px;
  }
  .areas-we-serve-sec .col-md-4 {
    padding: 0px 15px;
    margin-bottom: 30px;
  }
  .areas-we-serve-block .areas-we-serve-block-det {
    padding: 20px;
  }
  .coamn-btn-one, .coamn-btn-second {
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .recent-case-results-shortcode {
    padding: 30px 15px;
  }
  .recent-case-results-shortcode .item {
    padding: 0px 15px;
  }
  .recent-case-results-shortcode h3 {
    font-size: 35px;
  }
  .contact-shortcode h2, .user-shortcode h2 {
    font-size: 25px;
  }
  .contact-shortcode {
    padding: 20px;
  }
  .user-shortcode, .user-shortcode.user-shortcode-second {
    padding: 20px;
    text-align: center;
    padding-bottom: 200px !important;
    background-position: center bottom !important;
    background-size: 140px !important;
  }
  .user-shortcode h2 {
    font-size: 15px !important;
    padding-left: 0px !important;
  }
  .user-shortcode h2::before {
    display: none !important;
  }
  .user-shortcode p img {
    margin: auto !important;
  }
  .user-shortcode.user-shortcode-second h3 {
    font-size: 25px !important;
  }
  .user-shortcode p {
    font-size: 14px;
    line-height: 1.8;
  }
  .client-reviews-block {
    padding: 20px;
  }
  .client-reviews-block h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .client-reviews-block p, .google-map-link, .rating-img small {
    font-size: 14px;
  }
  .client-reviews-sec .client-reviews-block .rating-img img {
    width: 90px !important;
  }
  .client-reviews-sec {
    margin: 30px 0px 30px 0px;
  }
  .coman-accordion .card-header button {
    padding: 20px;
    font-size: 15px;
    padding-right: 40px !important;
  }
  .coman-accordion .card-header button::after {
    right: 15px;
  }
  .coman-accordion .card-body {
    padding: 15px 20px;
  }
  .call-info .tel-link {
    font-size: 38px;
  }
  .faq-block .coman-title, .client-reviews-sec h2 {
    font-size: 32px;
  }
  .coman-catogary-block {
    padding: 30px 15px;
  }
  .coman-catogary-block h3 {
    font-size: 25px;
  }
  .coman-catogary-block ul li {
    font-size: 18px;
  }
  .coman-catogary-block ul li ul li, .related-articles-block.coman-catogary-block ul li a, .coman-catogary-block p, .location-office-block.coman-catogary-block p {
    font-size: 15px !important;
  }
  .location-office-block.coman-catogary-block h4 {
    font-size: 20px;
  }
}
@media screen and (max-width:500px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
  h3 {
    font-size: 23px;
    line-height: 31px;
  }
  h4 {
    font-size: 22px;
    line-height: 32px;
  }
  h5 {
    font-size: 20px;
    line-height: 28px;
  }
  h6 {
    font-size: 18px;
    line-height: 22px;
  }
  /* blockquote */
  blockquote p {
    font-size: 20px;
    line-height: 28px;
  }
  /* blockquote */
  /* side bar */
  .cct-sidebar {
    margin: 35px auto 0;
  }
  .cct-sidebar-free-consultation h4, .cct-sidebar-free-consultation h4 small {
    line-height: 28px;
    font-size: 23px;
  }
  .cct-sidebar-free-consultation::before, .cct-sidebar-free-consultation::after {
    width: 72px;
    height: 72px;
  }
  .cct-sidebar-free-consultation a {
    height: 60px;
    padding: 17px 10px;
    width: 270px;
  }
  .cct-sidebar-free-consultation a.cct-phone {
    font-size: 18px;
  }
  .cct-sidebar-free-consultation a.cct-send-btn {
    font-size: 17px;
  }
  .cct-sidebar-free-consultation img {
    margin-bottom: 3px;
  }
  .cct-sidebar-practicearea ul li::before {
    left: 0;
    top: 20px;
  }
  .cct-sidebar-practicearea ul li a {
    font-size: 18px;
    line-height: 24px;
    padding: 15px 10px 13px 0;
  }
  .cct-sidebar-practicearea ul li {
    padding-left: 26px;
  }
  .cct-sidebar-practicearea h3 {
    padding-left: 0;
  }
  .cct-sidebar-free-consultation::after {
    bottom: 10px;
    right: 10px;
  }
  .cct-sidebar-free-consultation::before {
    left: 10px;
    top: 10px;
  }
  .cct-sidebar-free-consultation a {
    margin: 0 auto 20px;
  }
  .cct-sidebar-free-consultation p {
    margin-bottom: 25px;
  }
  /* side bar */
  /* inner banner */
  .cct-inner-banner h4 {
    line-height: 28px;
    font-size: 23px;
  }
  .cct-inner-banner h1 {
    font-size: 31px;
    line-height: 31px;
  }
  .cct-banner-btn {
    font-size: 18px;
    width: 320px;
    height: 64px;
  }
  .cct-inner-banner {
    padding: 55px 0 60px;
  }
  /* inner banner */
  /* footer form */
  .cct-footer-form h2 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 7px;
  }
  .cct-footer-form::before {
    width: 60px;
    height: 60px;
  }
  .cct-footer-form::after {
    width: 60px;
    height: 60px;
  }
  .cct-footer-form p {
    margin-bottom: 20px;
  }
  .cct-footer-form {
    padding: 30px 20px 35px;
  }
  .cct-footer-form textarea {
    padding: 15px 10px 10px 15px;
  }
  .cct-footer-form input[type="text"], .cct-footer-form input[type="tel"], .cct-footer-form input[type="email"], .cct-footer-form textarea {
    padding: 10px 10px 10px 15px;
  }
  /* footer form */
  /* footer */
  .cct-footer-top .cct-area-served {
    padding: 27px 15px 35px 15px;
  }
  .cct-map .cct-map-logo {
    width: 130px;
  }
  .cct-map {
    height: 375px;
  }
  .cct-footer-contact {
    padding: 35px 0 27px;
  }
  .cct-footer-logo {
    margin-bottom: 10px;
  }
  .cct-footer-icons {
    padding-top: 8px;
  }
  .cct-footer-bottom {
    padding: 25px 0 25px;
  }
  .cct-copy-right {
    padding: 0 0 15px 0;
  }
  /* footer */
  /* pagination */
  .cct-pagination .page-numbers {
    font-size: 14px;
    margin: 4px 2px;
    display: inline-block;
  }
  .cct-pagination {
    margin-top: 35px;
  }
  .cct-pagination span.page-numbers:first-of-type {
    display: block;
    margin-bottom: 8px;
  }
  /* pagination */
  .coamn-btn-one, .coamn-btn-second {
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .recent-case-results-shortcode {
    padding: 30px 15px;
  }
  .recent-case-results-shortcode .item {
    padding: 0px 15px;
  }
  .recent-case-results-shortcode h3 {
    font-size: 35px;
  }
  .contact-shortcode h2, .user-shortcode h2 {
    font-size: 25px;
  }
  .contact-shortcode {
    padding: 20px;
  }
  .user-shortcode {
    padding: 20px;
    text-align: center;
    padding-bottom: 200px !important;
    background-position: center bottom !important;
    background-size: 140px !important;
  }
  .user-shortcode p {
    font-size: 14px;
    line-height: 1.8;
  }
  .user-shortcode h2 {
    font-size: 15px !important;
    padding-left: 0px !important;
  }
  .user-shortcode h2::before {
    display: none !important;
  }
  .user-shortcode p img {
    margin: auto !important;
  }
  .client-reviews-block {
    padding: 20px;
  }
  .client-reviews-block h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .client-reviews-block p, .google-map-link, .rating-img small {
    font-size: 14px;
  }
  .client-reviews-sec .client-reviews-block .rating-img img {
    width: 90px !important;
  }
  .client-reviews-sec {
    margin: 30px 0px 30px 0px;
  }
  .call-info .tel-link {
    font-size: 36px;
  }
  .faq-block .coman-title, .client-reviews-sec h2 {
    font-size: 31px;
  }
  .coman-catogary-block {
    padding: 30px 15px;
  }
  .coman-catogary-block h3 {
    font-size: 25px;
  }
  .coman-catogary-block ul li {
    font-size: 18px;
  }
  .coman-catogary-block ul li ul li, .related-articles-block.coman-catogary-block ul li a, .coman-catogary-block p, .location-office-block.coman-catogary-block p {
    font-size: 15px !important;
  }
  .location-office-block.coman-catogary-block h4 {
    font-size: 20px;
  }
}
@media screen and (max-width:400px) {
  /* side bar */
  .cct-sidebar-free-consultation a {
    height: 56px;
    padding: 14px 10px;
    width: 197px;
  }
  /* side bar */
  /* inner banner */
  .cct-banner-btn {
    font-size: 16px;
    width: 100%;
    height: 61px;
  }
  /* inner banner */
  /* header */
  .cct-header-contact p {
    line-height: 15px;
    font-size: 11px;
  }
  .cct-header-contact h3, div.tel-info a {
    font-size: 22px;
    line-height: 22px;
  }
  .cct-header-contact .cct-header-contact-text::before {
    width: 18px;
    height: 30px;
    left: -12px;
    top: 9px;
  }
  .cct-header-contact {
    padding: 10px 10px 10px 16px;
  }
  .cct-header-contact .cct-header-contact-text {
    padding: 4px 7px 5px 11px;
  }
  .cct-outer-menu .navbar-light .navbar-toggler {
    margin: 1px 10px 24px auto;
  }
  /* header */
  .cct-footer-form .cct-get-start-btn {
    width: 100%;
  }
  /* footer */
  .cct-area-served-content ul {
    column-gap: 0;
    column-count: 1;
  }
  .cct-map .cct-map-logo {
    width: 100px;
  }
  .cct-map {
    height: 320px;
  }
  /* footer */
  .cz-case-results-box {
    background-position: 87% center;
  }
  .contact-shortcode h2, .user-shortcode h2 {
    font-size: 25px;
  }
  .contact-shortcode {
    padding: 20px;
  }
  .user-shortcode, .user-shortcode.user-shortcode-second {
    padding: 20px;
    text-align: center;
    padding-bottom: 200px !important;
    background-position: center bottom !important;
    background-size: 140px !important;
  }
  .user-shortcode h2 {
    font-size: 15px !important;
    padding-left: 0px !important;
  }
  .user-shortcode h2::before {
    display: none !important;
  }
  .user-shortcode p img {
    margin: auto !important;
  }
  .user-shortcode p {
    font-size: 14px;
    line-height: 1.8;
  }
  .client-reviews-block {
    padding: 20px;
  }
  .client-reviews-block h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .client-reviews-block p, .google-map-link, .rating-img small {
    font-size: 14px;
  }
  .client-reviews-sec .client-reviews-block .rating-img img {
    width: 90px !important;
  }
  .client-reviews-sec {
    margin: 30px 0px 30px 0px;
  }
  .call-info .tel-link {
    font-size: 35px;
  }
  .faq-block .coman-title, .client-reviews-sec h2 {
    font-size: 30px;
  }
  .coman-catogary-block {
    padding: 30px 15px;
  }
  .coman-catogary-block h3 {
    font-size: 25px;
  }
  .coman-catogary-block ul li {
    font-size: 18px;
  }
  .coman-catogary-block ul li ul li, .related-articles-block.coman-catogary-block ul li a, .coman-catogary-block p, .location-office-block.coman-catogary-block p {
    font-size: 15px !important;
  }
  .location-office-block.coman-catogary-block h4 {
    font-size: 20px;
  }
}
.defualt-content-sec .cct-sidebar-free-consultation {
  display: none;
}
.defualt-content-sec #cct-box {
  position: relative !important;
  width: 100% !important;
  top: 0px !important;
}
.fact-checked-info {
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 22px 40px;
}
.fact-checked-info figure {
  float: left;
  margin: 0px;
  margin-right: 45px;
}
.fact-checked-info p {
  overflow: hidden;
  margin: 0px;
  vertical-align: middle;
  color: #1e2e48;
  font-size: 18px;
  line-height: 1.7;
  padding-left: 45px;
  border-left: 3px solid #eeeeee;
}
.fact-checked-info p a {
  color: #506a8c;
  font-weight: bold;
}
.fact-checked-info p a:hover, .fact-checked-info p a:focus {
  color: #1e2e48;
}
.fact-checked-sec {
  padding: 70px 0px 70px 0px;
}
#cct-box {
  position: relative !important;
  top: auto !important;
  width: 100% !important;
}
.new-cct-inner-banner, .cct-inner-banner {
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  text-align: right;
  margin-top: 128px;
  padding: 100px 0px;
  min-height: auto !important;
}
.cct-inner-banner .cct-banner-content {
  text-align: center;
  max-width: 100%;
  margin: 0 0 0 auto;
}
.new-cct-inner-banner h1, .cct-inner-banner .cct-banner-content h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: normal;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.cct-inner-banner::before {
	display: none;
}
.new-cct-inner-banner h4, .cct-inner-banner .cct-banner-content h4 {
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-family: 'Playfair Display', serif;
  margin-bottom: 30px;
  line-height: 1.2;
}
.banner-btn-block {
  text-align: center;
}
.banner-btn-block .cct-banner-btn-one, .banner-btn-block .cct-banner-btn-second {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 400;
  width: 454px;
  height: 72px;
  color: #fff !important;
  border: 1px solid #ffffff;
  background-color: #f68e39;
  text-align: center;
  display: block;
  line-height: 72px;
  margin: 8px;
  display: inline-block;
}
.banner-btn-block .cct-banner-btn-one:hover, .banner-btn-block .cct-banner-btn-one:focus {
  background-color: #677b9a;
  color: #fff !important;
  border: 1px solid #ffffff;
}
.banner-btn-block .cct-banner-btn-second {
  background-color: #677b9a;
  color: #fff !important;
  border: 1px solid #ffffff;
}
.banner-btn-block .cct-banner-btn-second:hover, .banner-btn-block .cct-banner-btn-second:focus {
  color: #fff !important;
  border: 1px solid #ffffff;
  background-color: #f68e39;
}
.testimonial-sec {
  background: rgb(13, 24, 57);
  background: -moz-linear-gradient(0deg, rgba(13, 24, 57, 1) 0%, rgba(19, 36, 79, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(13, 24, 57, 1) 0%, rgba(19, 36, 79, 1) 100%);
  background: linear-gradient(0deg, rgba(13, 24, 57, 1) 0%, rgba(19, 36, 79, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d1839", endColorstr="#13244f", GradientType=1);
  padding: 55px 0px;
  text-align: center;
  color: #fff;
}
.testimonial-sec h2 img {
  margin: 20px auto;
}
.testimonial-sec .testimonial-block a,
.testimonial-sec h2 a{
  color: #f68e39;
}
.testimonial-sec .testimonial-block {
  padding: 0px 40px;
  position: relative;
}
.testimonial-sec .testimonial-block:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  width: 1px;
  height: 70px;
  position: absolute;
  left: 0px;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.testimonial-sec .testimonial-block h3 {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-top: 25px;
  margin-top: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: normal;
}
.testimonial-sec h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: normal;
}
.testimonial-sec .testimonial-block-list h2 img {
  margin: 0px 10px;
}
.testimonial-sec .testimonial-block p {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.7;
}
.testimonial-sec .testimonial-block h3:before {
  background: url("../images/small-title-bg.png");
  width: 67px;
  height: 9px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: auto;
  margin: auto;
  content: "";
  top: 0;
}
.testimonial-sec .testimonial-slider {
  padding: 0px 50px;
}
.testimonial-sec .owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding: 0;
  background: none !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  width: 50px;
  height: 50px;
  border: none !important;
  border-radius: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: none !important;
  color: rgba(255, 255, 255, 0.1) !important;
  opacity: 0 !important
}
.testimonial-sec .owl-theme .owl-nav [class*='owl-']:hover {
  border: 1px solid rgba(255, 255, 255, 1) !important;
  background: none !important;
  color: rgba(255, 255, 255, 1) !important;
  color: #FFF !important;
  text-decoration: none
}
.testimonial-sec .owl-theme:hover .owl-nav [class*='owl-'], .testimonial-sec .owl-theme:focus .owl-nav [class*='owl-'] {
  opacity: 1 !important
}
.testimonial-sec .owl-theme .owl-nav .owl-prev {
  left: 0;
  right: auto
}
.testimonial-sec .owl-theme .owl-nav .owl-next {
  right: 0;
  left: auto
}
.testimonial-sec .owl-theme .owl-nav::before, .testimonial-sec .owl-theme .owl-nav::after {
  display: none !important;
}
.testimonial-sec .owl-theme .owl-nav {
  margin-top: 0px !important;
  text-align: center !important;
  position: unset !important;
  overflow: visible !important;
}
@media (max-width: 1700px) {
  .fact-checked-info p {
    font-size: 15px !important;
  }
  .fact-checked-info figure {
    width: 230px !important;
  }
  .faq-block .coman-title, .faq-block .coman-accordion {
    padding: 40px;
  }
  .testimonial-sec {
    padding: 50px 0px;
  }
  .testimonial-sec .case-results-slider {
    padding: 0px 50px;
  }
  .testimonial-sec .testimonial-block {
    padding: 0px 30px;
  }
  .testimonial-sec .testimonial-block p {
    font-size: 13px;
  }
}
@media (max-width: 1600px) {
  .fact-checked-info p {
    font-size: 15px !important;
  }
  .fact-checked-info figure {
    width: 220px !important;
  }
  .faq-block .coman-title, .faq-block .coman-accordion {
    padding: 35px;
  }
  .cct-sidebar-practicearea ul li ul li a {
    font-size: 16px !important;
  }
  .new-cct-inner-banner, .cct-inner-banner {
    padding: 90px 0px;    margin-top: 121px;
  }
  .new-cct-inner-banner h1, .cct-inner-banner .cct-banner-content h1 {
    font-size: 65px;
  }
  .banner-btn-block .cct-banner-btn-one, .banner-btn-block .cct-banner-btn-second {
    width: 400px;
    height: 68px;
    line-height: 68px;
    font-size: 20px;
  }
  .testimonial-sec {
    padding: 45px 0px;
  }
  .testimonial-sec .case-results-slider {
    padding: 0px 45px;
  }
  .testimonial-sec .testimonial-block {
    padding: 0px 25px;
  }
  .testimonial-sec .testimonial-block p {
    font-size: 13px;
  }
}
@media (max-width: 1500px) {
  .fact-checked-sec {
    padding: 70px 0px 70px 0px !important;
  }
  .fact-checked-info p {
    font-size: 15px !important;
  }
  .fact-checked-info figure {
    padding-top: 10px !important;
    width: 200px !important;
  }
  .faq-block .coman-title, .faq-block .coman-accordion {
    padding: 35px;
  }
  .cct-sidebar-practicearea ul li ul li a {
    font-size: 16px !important;
  }
  .new-cct-inner-banner, .cct-inner-banner {
    padding: 90px 0px;    margin-top: 118px;
  }
  .new-cct-inner-banner h1, .cct-inner-banner .cct-banner-content h1 {
    font-size: 60px;
  }
  .banner-btn-block .cct-banner-btn-one, .banner-btn-block .cct-banner-btn-second {
    width: 380px;
    height: 68px;
    line-height: 68px;
    font-size: 20px;
  }
  .testimonial-sec {
    padding: 45px 0px;
  }
  .testimonial-sec .case-results-slider {
    padding: 0px 45px;
  }
  .testimonial-sec .testimonial-block {
    padding: 0px 25px;
  }
  .testimonial-sec .testimonial-block p {
    font-size: 13px;
  }
}
@media (max-width: 1399.98px) {
  .fact-checked-sec {
    padding: 70px 0px 70px 0px !important;
  }
  .fact-checked-info p {
    font-size: 14px !important;
    padding-left: 30px !important;
  }
  .fact-checked-info figure {
    padding-top: 0px !important;
  }
  .faq-block .coman-title, .faq-block .coman-accordion {
    padding: 35px;
  }
  .cct-sidebar-practicearea ul li ul li a {
    font-size: 15px !important;
  }
  .new-cct-inner-banner, .cct-inner-banner {
    padding: 90px 0px;    margin-top: 167px;
  }
  .new-cct-inner-banner h1, .cct-inner-banner .cct-banner-content h1 {
    font-size: 55px;
  }
  .banner-btn-block .cct-banner-btn-one, .banner-btn-block .cct-banner-btn-second {
    width: 380px;
    height: 68px;
    line-height: 68px;
    font-size: 20px;
  }
  .testimonial-sec {
    padding: 45px 0px;
  }
  .testimonial-sec .case-results-slider {
    padding: 0px 45px;
  }
  .testimonial-sec .testimonial-block {
    padding: 0px 25px;
  }
  .testimonial-sec .testimonial-block p {
    font-size: 13px;
  }
}
@media (max-width: 1300px) {
  .fact-checked-info {
    padding: 20px 35px !important;
  }
  .fact-checked-info figure {
    width: 200px !important;
    margin-right: 30px !important;
    padding-top: 10px !important;
  }
  .fact-checked-info p {
    font-size: 14px !important;
    padding-left: 30px !important;
  }
  .fact-checked-sec {
    padding: 20px 0px 70px 0px !important;
  }
  .faq-block .coman-title, .faq-block .coman-accordion {
    padding: 35px;
  }
  .cct-sidebar-practicearea ul li ul li a {
    font-size: 154px !important;
  }
  .new-cct-inner-banner, .cct-inner-banner {
    padding: 80px 0px;
  }
  .new-cct-inner-banner h1, .cct-inner-banner .cct-banner-content h1 {
    font-size: 50px;
  }
  .banner-btn-block .cct-banner-btn-one, .banner-btn-block .cct-banner-btn-second {
    width: 370px;
    height: 64px;
    line-height: 64px;
    font-size: 20px;
  }
  .testimonial-sec {
    padding: 45px 0px;
  }
  .testimonial-sec .case-results-slider {
    padding: 0px 45px;
  }
  .testimonial-sec .testimonial-block {
    padding: 0px 25px;
  }
  .testimonial-sec .testimonial-block p {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .fact-checked-info {
    padding: 20px 35px !important;
  }
  .fact-checked-info figure {
    width: 200px !important;
    margin-right: 30px !important;
    padding-top: 10px !important;
  }
  .fact-checked-info p {
    font-size: 14px !important;
    padding-left: 30px !important;
  }
  .fact-checked-sec {
    padding: 20px 0px 60px 0px !important;
  }
  .faq-block .coman-title, .faq-block .coman-accordion {
    padding: 30px;
  }
  .cct-sidebar-practicearea ul li ul li a {
    font-size: 15px !important;
  }
  .new-cct-inner-banner, .cct-inner-banner {
    padding: 75px 0px;    margin-top: 148px;
  }
  .new-cct-inner-banner h1, .cct-inner-banner .cct-banner-content h1 {
    font-size: 45px;
  }
  .banner-btn-block .cct-banner-btn-one, .banner-btn-block .cct-banner-btn-second {
    width: 360px;
    height: 60px;
    line-height: 60px;
    font-size: 19px;
  }
  .testimonial-sec {
    padding: 40px 0px;
  }
  .testimonial-sec .case-results-slider {
    padding: 0px 40px;
  }
  .testimonial-sec .testimonial-block {
    padding: 0px 20px;
  }
  .testimonial-sec .testimonial-block p {
    font-size: 12px;
  }
}
@media (max-width: 1100px) {
  .fact-checked-info {
    padding: 20px 30px !important;
  }
  .fact-checked-info figure {
    width: 220px !important;
    margin-right: 25px !important;
    padding-top: 5px !important;
  }
  .fact-checked-info p {
    font-size: 13px !important;
    padding-left: 25px !important;
  }
  .fact-checked-sec {
    padding: 20px 0px 60px 0px !important;
  }
  .faq-block .coman-title, .faq-block .coman-accordion {
    padding: 30px;
  }
  .cct-sidebar-practicearea ul li ul li a {
    font-size: 15px !important;
  }
  .new-cct-inner-banner, .cct-inner-banner {
    padding: 70px 0px;
  }
  .new-cct-inner-banner h1, .cct-inner-banner .cct-banner-content h1 {
    font-size: 40px;
  }
  .banner-btn-block .cct-banner-btn-one, .banner-btn-block .cct-banner-btn-second {
    width: 340px;
    height: 57px;
    line-height: 57px;
    font-size: 18px;
  }
  .testimonial-sec {
    padding: 35px 0px;
  }
  .testimonial-sec .case-results-slider {
    padding: 0px 35px;
  }
  .testimonial-sec .testimonial-block {
    padding: 0px 15px;
  }
  .testimonial-sec .testimonial-block p {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .fact-checked-info {
    padding: 20px 25px !important;
  }
  .fact-checked-info figure {
    width: 210px !important;
    margin-right: 20px !important;
    padding-top: 10px !important;
  }
  .fact-checked-info p {
    font-size: 13px !important;
    padding-left: 20px !important;
  }
  .fact-checked-sec {
    padding: 20px 0px 50px 0px !important;
  }
  .faq-block .coman-title, .faq-block .coman-accordion {
    padding: 25px;
  }
  .cct-sidebar-practicearea ul li ul li a {
    font-size: 14px !important;
  }
  .new-cct-inner-banner, .cct-inner-banner {
    margin-top: 0px !important;
  }
  .new-cct-inner-banner, .cct-inner-banner {
    padding: 60px 0px;
  }
  .new-cct-inner-banner h1, .cct-inner-banner .cct-banner-content h1 {
    font-size: 38px;
  }
  .new-cct-inner-banner h4, .cct-inner-banner .cct-banner-content h4 {
    font-size: 25px;
    margin-bottom: 17px;
  }
  .banner-btn-block .cct-banner-btn-one, .banner-btn-block .cct-banner-btn-second {
    width: 340px;
    height: 57px;
    line-height: 57px;
    font-size: 18px;
  }
  .testimonial-sec {
    padding: 35px 0px;
  }
  .testimonial-sec .case-results-slider {
    padding: 0px 35px;
  }
  .testimonial-sec .testimonial-block {
    padding: 0px 15px;
  }
  .testimonial-sec .testimonial-block p {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .fact-checked-info {
    padding: 20px 20px !important;
  }
  .fact-checked-info figure {
    width: 200px !important;
    margin-right: 15px !important;
    padding-top: 5px !important;
  }
  .fact-checked-info p {
    font-size: 11px !important;
    padding-left: 15px !important;
  }
  .fact-checked-sec {
    padding: 20px 0px 50px 0px !important;
  }
  .faq-block .coman-title, .faq-block .coman-accordion {
    padding: 20px;
  }
  .cct-sidebar-practicearea ul li ul li a {
    font-size: 14px !important;
  }
  .new-cct-inner-banner, .cct-inner-banner {
    padding: 60px 0px;
  }
  .new-cct-inner-banner h1, .cct-inner-banner .cct-banner-content h1 {
    font-size: 34px;
  }
  .new-cct-inner-banner h4, .cct-inner-banner .cct-banner-content h4 {
    font-size: 24px;
    margin-bottom: 17px;
  }
  .banner-btn-block .cct-banner-btn-one, .banner-btn-block .cct-banner-btn-second {
    width: 300px;
    height: 55px;
    line-height: 55px;
    font-size: 17px;
  }
  .testimonial-sec {
    padding: 35px 0px;
  }
  .testimonial-sec .case-results-slider {
    padding: 0px 35px;
  }
  .testimonial-sec .testimonial-block {
    padding: 0px 15px;
  }
  .testimonial-sec .testimonial-block p {
    font-size: 11px;
  }
}
@media (max-width: 576px) {
  .fact-checked-info {
    padding: 30px 20px !important;
    text-align: center !important;
  }
  .fact-checked-info figure {
    float: none !important;
    margin: 0px !important;
    padding-top: 0px !important;
    width: 100% !important;
  }
  .fact-checked-info p {
    border-left: none !important;
    border-top: 2px solid #eee !important;
    padding: 0px !important;
    padding-top: 15px !important;
    margin-top: 15px !important;
    overflow: visible !important;
    font-size: 14px !important;
  }
  .fact-checked-sec {
    padding: 20px 0px 50px 0px !important;
  }
  .faq-block .coman-title, .faq-block .coman-accordion {
    padding: 20px;
  }
  .cct-sidebar-practicearea ul li ul li a {
    font-size: 14px !important;
  }
  .new-cct-inner-banner, .cct-inner-banner {
    padding: 50px 0px;
  }
  .new-cct-inner-banner h1, .cct-inner-banner .cct-banner-content h1 {
    font-size: 30px;
  }
  .new-cct-inner-banner h4, .cct-inner-banner .cct-banner-content h4 {
    font-size: 23px;
    margin-bottom: 16px;
  }
  .banner-btn-block .cct-banner-btn-one, .banner-btn-block .cct-banner-btn-second {
    width: 280px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }
  .testimonial-sec {
    padding: 30px 0px;
  }
  .testimonial-sec .case-results-slider {
    padding: 0px 30px;
  }
  .testimonial-sec .testimonial-block {
    padding: 0px 15px;
  }
  .testimonial-sec .testimonial-block:before {
    display: none;
  }
  .testimonial-sec .testimonial-block p {
    font-size: 13px;
  }
  .testimonial-sec h2 {
    font-size: 24px;
  }
  .testimonial-sec h2 img {
    margin: 0px 8px;
    width: 89px;
  }
}