@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Medium.woff2") format("woff2"),
    url("../fonts/Inter-Medium.woff") format("woff"),
    url("../fonts/Inter-Medium.ttf") format("truetype"),
    url("../fonts/Inter-Medium.svg#Inter-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.woff") format("woff"),
    url("../fonts/Inter-Regular.ttf") format("truetype"),
    url("../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.eot");
  src: url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-SemiBold.woff2") format("woff2"),
    url("../fonts/Inter-SemiBold.woff") format("woff"),
    url("../fonts/Inter-SemiBold.ttf") format("truetype"),
    url("../fonts/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Bold.woff2") format("woff2"),
    url("../fonts/Inter-Bold.woff") format("woff"),
    url("../fonts/Inter-Bold.ttf") format("truetype"),
    url("../fonts/Inter-Bold.svg#Inter-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-Bold.eot");
  src: url("../fonts/Merriweather-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Merriweather-Bold.woff2") format("woff2"),
    url("../fonts/Merriweather-Bold.woff") format("woff"),
    url("./fonts/Merriweather-Bold.ttf") format("truetype"),
    url("./fonts/Merriweather-Bold.svg#Merriweather-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-Regular.eot");
  src: url("../fonts/Merriweather-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Merriweather-Regular.woff2") format("woff2"),
    url("../fonts/Merriweather-Regular.woff") format("woff"),
    url("../fonts/Merriweather-Regular.ttf") format("truetype"),
    url("../fonts/Merriweather-Regular.svg#Merriweather-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*-----RESET-----*/
:root {
  --white: #fff;
  --primary: #000000;
  --secondary: #222426;
  --dark-blue: #06234b;
  --orange: #fa6900;
  --light-blue: #f0f7ff;
  --light-orange: #fff0e6;
}

html,
body {
  width: 100%;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased !important;
  color: var(--secondary);
  line-height: 26px;
  letter-spacing: normal;
}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
html {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
a img {
  border: none;
}
:focus {
  outline: 0;
}
::-moz-focus-inner {
  border: 0;
}
a,
button {
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  cursor: pointer;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: "Myriad Pro";
  font-size: 1.125rem;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
ul {
  list-style: none;
}
.smk_accordion .accordion_in .acc_content li {
    font-size: 16px;
    line-height: 22px;
     font-weight: 400; 
    position: relative;
    padding-left: 22px;
    flex: 0 0 100%;
    color: var(--secondary);
}
html {
  scroll-behavior: smooth;
}
/*-----FORM CONTROL-----*/
::-webkit-input-placeholder {
  color: var(--secondary);
  font-family: "Inter";
  font-weight: normal;
}
::-moz-placeholder {
  color: var(--secondary);
  font-family: "Inter";
  font-weight: normal;
}
:-ms-input-placeholder {
  color: var(--secondary);
  font-family: "Inter";
  font-weight: normal;
}
::-moz-selection {
  color: #fff;
  background: #1a1818;
}
::selection {
  color: #fff;
  background: #1a1818;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select::-ms-expand {
  display: none;
}
input:invalid {
  box-shadow: none;
}
input[type="text"],
input[type="submit"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  resize: none;
  height: auto !important;
  min-height: 197px;
  overflow: hidden;
  margin: 0;
}
.form-group {
  margin-bottom: 25px;
}
.single h6{
  font-size: clamp(20px, 2.5vw, 30px);
}
.form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--white);
  border-radius: 0;
  height: 60px;
  background: var(--white);
  color: var(--secondary);
  font-family: "Inter";
  font-weight: normal;
  font-size: 14px;
  box-shadow: var(--box-shadow);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  letter-spacing: 0.1px;
}
.submitbtn input[type="submit"] {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  padding: 0;
  cursor: pointer;
  font-weight: normal;
  line-height: 100%;
}
.submit_btn .submitbtn {
  width: 100%;
  background: transparent;
  color: var(--white);
  border: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  padding: 6px 20px;
  cursor: pointer;
  height: 70px;
  text-align: center;
}
.submit_btn {
  background: var(--dark-blue);
  border: 1px solid var(--dark-blue);
  border-radius: 0;
  color: var(--white);
  letter-spacing: normal;
  line-height: 100%;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 0;
  overflow: hidden;
  text-transform: capitalize;
  display: flex;
  min-height: 70px;
  width: 100%;
}
.form-control:focus {
  border-color: #fff !important;
}
select.form-control {
  background: url(../../assets/images/svg/arrow-down.svg) no-repeat top 26px right 25px #fff;
  line-height: 22px;
}
.submit_btn:hover {
  box-shadow: inset 0 0px 30px var(--box-color);
  border-color: var(--box-color);
}
form label {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  display: block;
  margin-bottom: 5px;
}

/*-----STRUCTURE-----*/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row::before,
.row::after,
.container::before,
.container::after,
.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
}
.row::after,
.container::after,
.clearfix::after {
  clear: both;
}
.width50 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
}
.flex-container {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hidden {
  display: none;
}
/* FLEX  */
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flex-none {
  flex: none;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
  top: 100px;
  align-self: flex-start;
}

.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.border-radius-20 {
  border-radius: 20px 0 20px 0;
  overflow: hidden;
  display: block;
}
.rounded-tl-md {
  border-top-left-radius: 15px;
}

.rounded-br-md {
  border-bottom-right-radius: 15px;
}

/*-----HELPER-----*/
.bgimg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: inherit;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  object-fit: cover;
  height: 100%;
  overflow: hidden;
}
/*----------------------------------------COMMON------------------------------------*/
/*-----SCROLL TOP-----*/
.scrollTop {
  position: fixed;
  right: 0;
  bottom: 85px;
  border-radius: 100%;
  opacity: 0;
  height: 42px;
  width: 42px;
  line-height: 36px;
  z-index: 10;
  color: var(--white);
  background: var(--orange);
  text-align: center;
  font-size: 16px;
  box-shadow: 0px 4px 5px rgb(0 0 0 / 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.scrollTop > img {
  transform: rotate(-90deg);
  filter: brightness(0) invert(1);
}

.scrollTop:hover {
  -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
}
@-webkit-keyframes uparrow {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.4em);
  }
}

/*-----BREADCRUMBS-----*/
.breadcrumb {
  position: relative;
  border-bottom: 1px solid #e5e8ec;
  margin-bottom: 90px;
}
.breadcrumb .incontainer {
  width: 100%;
}
ul.woo_breadcums {
  width: 100%;
  padding: 15px 0;
  margin-bottom: 0;
}
ul.woo_breadcums li {
  list-style: none;
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
}
ul.woo_breadcums li span {
  padding: 0;
}
ul.woo_breadcums li a {
  position: relative;
  z-index: 0;
  line-height: 100%;
  margin: 0 34px 0 0;
  display: inline-block;
}
ul.woo_breadcums li a:after {
  position: absolute;
  z-index: 0;
  content: "";
  background: url(../images/svg/breadcrumb-arrow.svg) no-repeat;
  top: 4px;
  right: -21px;
  width: 6px;
  height: 11px;
}
ul.woo_breadcums li a:hover {
  text-decoration: underline;
  color: #c1c1c1;
}
.breadcrumb.areas-breadcrumb {
  border-top: 1px solid rgb(193 193 193 / 30%);
  border-bottom: 0;
}

/*-----CONTENT-----*/
h1,
h2,
h3,
h4,
h5,
h5,
h6,
[class*="heading_"] {
  font-size: inherit;
  font-family: "Merriweather";
  font-weight: normal;
  position: relative;
  line-height: 1.2;
  color: var(--dark-blue);
  margin-bottom: 25px;
}
h1,
.heading_xlg {
  font-size: clamp(26px, 2.5vw, 50px);
}
h2,
.heading_lg {
  font-size: clamp(24px, 2.5vw, 40px);
}
h3,
.heading_md {
  font-size: clamp(20px, 2.5vw, 30px);
}
h4,
.heading_sm {
  font-size: clamp(18px, 2.5vw, 22px);
}
.semi_title {
  font-family: "Inter";
  font-size: clamp(14px, 2.5vw, 15px);
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 10px;
  display: block;
}
.side_line {
  padding-left: 15px;
  border-left: 4px solid;
}

/* ******** TEXT CASE ******** */
.uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
/* ******** BACKGROUND  ******** */
.dark_bg {
  background: var(--dark-blue);
}
.orange_bg {
  background: var(--orange);
}
.dark_bg :is(p, h1, h2, a, [class*="heading_"]),
.orange_bg :is(p, a, h1, h2, [class*="heading_"]),
.banner-header .heading_xlg,
.counter-block :is(.count-number, p) {
  color: var(--white);
}

.white {
  color: var(--white);
}
.dark_blue {
  color: var(--dark-blue);
}
.orange,
.alink.orange {
  color: var(--orange);
}
.lightblue_bg {
  background: var(--light-blue);
}

/* ********** SPACE ********** */
.my_120 {
  margin: 120px 0;
}
.my_80 {
  margin: 80px 0;
}
.mt_15{
  margin-top: 15px;
}
.mb_0 {
  margin-bottom: 0;
}
.mb_20 {
  margin-bottom: 20px;
}
.mt_50{
  margin-top: 50px;
}
.mb_50 {
  margin-bottom: 50px;
}
.mt_100 {
  margin-top: 100px;
}
.mb_100 {
  margin-bottom: 100px;
}
.py_120 {
  padding: 120px 0;
}
.border_side:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 30px;
  background: var(--orange);
}

/*P tags*/
p {
  margin-bottom: 26px;
  font-family: "Inter";
  font-weight: normal;
}
p:last-of-type{
  margin-bottom: 0;
}
p a {
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  text-decoration: underline;
}
p a:hover {
  text-decoration: underline;
  color: var(--orange);
}
/*Default List*/
/* ul {
  margin-bottom: 25px;
} */
.dlist {
  display: flex;
  flex-wrap: wrap;
}
.dlist li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  position: relative;
  padding-left: 22px;
  flex: 0 0 100%;
  color: var(--secondary);
}
.half li {
  flex: 0 0 50%;
}
.thrice li {
  flex: 0 0 33.33%;
}
.dlist li:before {
  content: "";
  background: var(--orange);
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
ol{
    margin-left: 20px;
}
.dlist li:not(:last-child) ,
ol li:not(:last-child) {
  margin-bottom: 15px;
}
ul.dlist:has(+ *) , 
ol:has(+ *){
  margin-bottom: 30px;
}
.service-left-content [class*="btn_"]{
  min-width: 325px;
}



/* Inner Content*/
.inpage {
  margin: 100px 0;
}
hr {
  margin: 45px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 0;
}
.content_wrapper p:has(+ [class*="btn_"]) , 
.content_wrapper ul:has(+ div) ,
.content_wrapper p:has(+ ul) ,
.content_wrapper ul:has(+ [class*="btn_"]) ,
.content_wrapper p:has(+ div){
  margin-bottom: 30px;
}

/*-----BUTTONS-----*/
.btnlist {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  margin: 0 -8px;
}
.btnlist li {
  padding: 0px 8px;
}
[class*="btn_"] {
  font-family: "Inter";
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: var(--white);
  text-transform: inherit;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  position: relative;
  z-index: 0;
  padding: 10px 32px;
  overflow: hidden;
  border: 1px solid var(--orange);
  min-width: 180px;
  background: var(--orange);
  min-height: 70px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
[class*="btn_"] .long_arrow img {
  margin-left: 25px;
  filter: brightness(0) invert(1);
}
.btn_border {
  border-color: var(--white);
  background: transparent;
}
.btn_dark {
  background-color: var(--dark-blue);
  min-width: 325px;
  padding: 20px 20px;
  line-height: 1.2;
  border-color: var(--dark-blue);
}
[class*="btn_"] img {
  margin-right: 15px;
  margin-left: 0;
}
.btn_dark span,
.book-txt span {
  font-size: 12px;
  display: block;
}

.alink {
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  color: var(--dark-blue);
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.alink span {
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.block_button {
  position: absolute;
  top: 0;
  right: 0;
}
.alink_underline {
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
.btn_block{
  min-width: 325px;
  min-height: 80px;
}
.button_group  a.btn_block{
  margin-bottom: 15px;
}
.alink:hover{color: var(--orange);}
.alink:hover span img{
  filter: invert(42%) sepia(56%) saturate(2554%) hue-rotate(4deg) brightness(101%) contrast(105%);
  -webkit-animation: sidearrow 0.6s infinite alternate ease-in-out;
}



.orange_bg .alink:hover{
  color: var(--dark-blue);
}

.orange_bg .alink:hover span img {
  filter: invert(13%) sepia(81%) saturate(901%) hue-rotate(181deg) brightness(30%) contrast(103%);
}


@-webkit-keyframes sidearrow {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-0.4em);
  }
}

[class*="btn_"]:hover{
  box-shadow: 5px 5px 0 var(--dark-blue);
}
.dark_bg  [class*="btn_"]:hover{
  box-shadow: 5px 5px 0 var(--white);
}
.btn_dark:hover {
  box-shadow: 5px 5px 0 var(--orange);
}

/* *********** SLICK SLIDER ************* */
.slick-arrow .slick-prev,
.slick-arrow .slick-next {
  width: 34px;
  height: 34px;
  background: #fff;
  border: 1px solid var(--dark-blue);
  border-radius: 100%;
  z-index: 1;
}
.slick-arrow .slick-prev {
  left: 0;
}
.slick-arrow .slick-next {
  right: 0;
}

.slick-arrow .slick-prev:hover,
.slick-arrow .slick-next:hover {
  background: var(--orange);
  border-color: var(--orange);
}
.slick-arrow .slick-prev:before,
.slick-arrow .slick-next:before {
  content: none;
}
.slick-arrow .slick-prev:after,
.slick-arrow .slick-next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  bottom: 0;
}
.slick-arrow .slick-prev:after {
  background: url(../../assets/images/svg/arrow-left-blue.svg) no-repeat;
  left: 3px
}
.slick-arrow .slick-next:after {
  background: url(../../assets/images/svg/arrow-right-blue.svg) no-repeat;
  right:3px;
}
.slick-arrow .slick-prev:hover:after , 
.slick-arrow .slick-next:hover:after{
  filter: brightness(0) invert(1);
}

/*----- CONTENT WRAPPER -----*/
.col6 {
  width: 50%;
}
.service-content-top .heading_xlg:has( + ul.service-detail-listing){
  max-width: 850px;
  margin-inline: auto;
}
.service-content-top .hm_legal_guides {
  margin-top: 200px;
}

/*----- thank you 0r error -----*/
.thank_you_content {
  text-align: center;
}
.thank_you_content p {
  font-size: 18px;
    max-width: 1250px;
    margin: 0 auto;
}
.thank_you_content p a {
  font-weight: bold;
}
.thank_you_content > img {
  margin: 0 auto 50px;
}

/******************** service inner list ********************/

.service-detail-listing {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.service-detail-listing li {
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
  display: flex;
  flex-wrap: wrap;
}
.service-detail-listing li .icon {
  margin: 0 auto 20px;
  min-height: 85px;
}
.service-detail-listing li .servicelist {
  display: flex;
  padding: 50px;
  flex-direction: column;
}
.service-detail-listing li  .service-content {
  margin-bottom: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 100%;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.service-detail-listing li {
  background-color: #f0f7ff;
}
.service-detail-listing li:nth-child(2n) {
  background-color: #fff0e6;
}
.service-detail-listing li .servicelist a {
  color: #fa6900;
  font-size: 14px;
  font-weight: 600;
  max-width: 75%;
  margin: 20px auto 0;
  display: block;
  line-height: 1.2;
  position: relative;
}
.service-detail-listing li .servicelist p a{
	max-width: inherit;
    display: inline-block;
    margin: 0 0 0 6px;
}
.service-detail-listing li span + span {
  margin-top: 45px;
}
.service-detail-listing li span:after {
  position: relative;
  content: "";
  background: url(../images/svg/more-arrow.svg) no-repeat;
  bottom: -18px;
  left: 50%;
  width: 22px;
  display: block;
  height: 9px;
  filter: invert(51%) sepia(81%) saturate(3820%) hue-rotate(2deg)
    brightness(99%) contrast(101%);
  margin-left: -11px;
}


.service-detail-listing li .servicelist a:hover{
  color: var(--dark-blue);
}
.service-detail-listing li a:hover span:after{
  filter: none;
}
.service-detail-listing li .servicelist a:hover .heading_sm{
  color: #fa6900;
}

/******************** LAW CATEGORIES LIST ********************/

.law_review_sec .flex-container{
  align-items: end;
}

.law_list li a .heading_sm{
  margin-bottom: 0;
  width: calc(100% - 236px);
  padding-left: 20px;
  line-height: 1.4;
}
.law_list li a.lawbox .icon{
  width: 80px;
}
.law_list li a{
  display: flex;
  align-items: center;
  justify-content: center;
}
.signature img{
  display: inline-block;
  vertical-align: middle;
}
.law_list li a.lawbox .icon .hover-icon{
  display: none;
}

/* ****** HOME law list ******** */
.law_right  .law_list li a{
  background: var(--light-orange);
  min-height: 235px;
}
.law_right .law_list{
  display: flex;
  flex-wrap: wrap;
}
.law_right .law_list li{
  width: 50%;
}
.law_right .law_list li:nth-child(odd){
  border-right:1px solid #E1D0C6;
}
.law_right .law_list li:nth-child(n+3){
  border-top:1px solid #E1D0C6;
}

.law_right .law_list li a .show_icon{
  display: none;
}

/******************** REVIEW FACTOR ********************/

.review_factor {
  margin: 35px 0;
}
.factor_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.factor_list li {
 width: 20%;
  padding: 0 12px;
}
.factor_js.slick-initialized{
  display: block;
}
.factbox {
  border: 1px solid #e1ecfb;
  background: linear-gradient(to left, #fff 5%, #f0f7ff 115%);
  padding: 18px 30px;
  min-height: 110px;
  display: flex;
  align-items: flex-start;
}
.rating_info .head_xs {
  font-size: 18px;
  font-weight: bold;
}
.rating_info span {
  font-size: 14px;
  font-weight: 500;
  color: #505254;
  line-height: 100%;
  display: block;
  margin-top: 6px;
}
.factbox .icon {
  width: 54px;
}
.factbox span.circle {
  width: 54px;
  height: 54px;
  background: var(--white);
  border-radius: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
}
.rating_info {
  padding-left: 15px;
}
.review_num {
  font-size: 18px;
  color: var(--dark-blue);
  font-weight: bold;
  display: block;
  margin-top: 4px;
  line-height: 100%;
  text-align: center;
}
.rating_info .star {
  margin: 0 0 5px;
}
/******************** CASE STUDIES ********************/
.case-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.case-list li {
  padding: 0 15px;
  width: 33.33%;
}
.case-list li .casebox {
  position: relative;
  display: block;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
.case_detail {
  background: var(--white);
  padding: 38px 70px 35px 40px;
}
.case_detail .border_side:after {
  left: -40px;
}
.case_detail .heading_sm {
  min-height: 60px;
  line-height: 1.4;
}
.date_wrap {
  position: absolute;
  top: 20px;
  left: 0;
  background: var(--white);
  padding: 5px 27px 5px 10px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  clip-path: polygon(100% 0%, 91% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}

.case-list li .casebox:hover{
  box-shadow: 1px 0 10px rgb(0 0 0 / 20%);
}
/******************** GET IN TOUCH ********************/
.get_intouch_sec {
  overflow: hidden;
}
.get_touch_info {
  max-width: 500px;
  margin-bottom: 0;
}
.get_touch_info li .box {
  display: flex;
  flex-wrap: wrap;
}
.get_touch_info li .box .ct_icon {
  width: 45px;
}
.get_touch_info li .box .ct_info {
  width: calc(100% - 45px);
  padding-left: 40px;
}
.get_touch_info li:not(:last-child) {
  margin-bottom: 45px;
}
.get_touch_info li .box {
  padding: 44px 30px;
}
.get_touch_info li:nth-child(odd) .box{
  padding: 0 30px;
}
.get_touch_info li .box .ft_label {
  font-size: 16px;
  font-weight: 500;
}
.get_touch_info :is(a, p) {
  font-family: "Merriweather";
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: var(--dark-blue);
}
.get_touch_info :is(a:hover){
  color: var(--orange);
}
.get_touch_info li:nth-child(even) {
  background: linear-gradient(95deg, #dfeaf6 15%, #fbe4d6 115%);
}
.n-pattern {
  position: absolute;
  left: -183px;
  top: 30px;
}

.get_touch_box {
  background: var(--orange);
  padding: 60px;
}
.get_touch_box .heading_lg {
  margin-bottom: 40px;
}

/* ****** OUR SERVICES ****** */
.intro .title_icon{margin-bottom: 25px;}
.expert_left{
    width: 820px;
}
.expert_right{
    width: calc(100% - 820px);
    padding-right: 215px;
    min-height: 735px;
    display: flex;
    align-items: center;
        padding-top: 30px;
    padding-bottom: 30px;
}
.expert_right:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #FFF0E6 5%, rgb(255 240 230 / 93%) 115%);
}
.inner_experts{
    max-width: 375px;
    margin: 0 auto 0 205px;
}
.expert_img > img{
    margin: 0 0 0 auto;
    width: auto;
}

.service_list{
  min-width: 480px;
  margin: 0 auto 0 400px;
  position: relative;
  z-index: 1;
  padding-left: 80px;
}
.service_list li a{
    font-size: 22px;
    color: var(--dark-blue);
    font-family: 'Merriweather';
    font-weight: normal;
    line-height: 1.2;
    display: block;
    padding: 31px 52px 31px 50px;
    position: relative;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.service_list li a:before{
    content: "";
    position: absolute;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.service_list li a:before{
    top: 36px;
    left: 0;
    background: url(../../assets/images/svg/long-arrow-ornage.svg) no-repeat;
    width: 30px;
    height: 13px;
}
.service_list li:not(:last-child) a{
    border-bottom:1px solid  #D5BEAE;
}
.service_list li a:hover{
    background: var(--orange);
    color: var(--white);
}
.service_list li a:hover:before{
    filter: brightness(0) invert(1);
}
.service_list li a .ser_icon{
  position: absolute;
    right: 10px;
    top: 20px;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.service_list li a:hover .ser_icon{
  opacity: 1;
}
.ser_nardi{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -115px;
}
.ser_nardi:after{
    content: "";
    position: absolute;
    top: 115px;
    left: -54px;
    width: 554px;
    height: 554px;
    border-radius: 100%;
    border: 60px solid #fff;
    background: transparent;
    z-index: -1;
}


/* ****** FREE LEGAL GUIDES ****** */
.guides_wrapper{
  padding: 0 90px 0 135px;
  z-index: 1;
  /* margin-top: 130px; */
  max-height: 420px;
  align-items: center;
  display: flex;
}
.name_title{
    font-size: 62px;
    font-family: 'Merriweather';
    color: #DCE6F1;
    text-transform: uppercase;
    letter-spacing: 25px;
    position: absolute;
    top: -35px;
    left: 131px;
}
.guides_wrapper .heading_xlg{
  margin-bottom: 5px;
}
.legal_left{
  width: 775px;
  padding: 15px 0;
}
.legal_right{
  width: calc(100% - 775px);
}
.legal_left .btnwrap a:not(:last-child) {
    margin-bottom: 0;
}
.legal_left .intro{
  padding-right:100px;
}
.legal_left .btnwrap{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	column-gap: 10px;
	grid-row-gap: 10px;
}
.legal_left .btnwrap{
  margin-top: 38px;
}
.legal_left .btnwrap [class*="btn_"]:last-child{
	margin-top: 0;
}
.content_wrapper .legal_left p{
  margin-bottom: 0;
}
.legal_left h2{
  margin-bottom: 0;
  font-size: clamp(24px, 2.5vw, 50px);
}
.legal_left .intro .semi_title {
      margin-bottom: 15px;
}

.newsletter_inner{margin-top: 20px;max-width: 580px;}
.newsletter_inner .form-fields{
  display: flex;align-items: center;
  column-gap: 10px;
}
.newsletter_inner .request_form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 10px;
  position: relative;
}
.newsletter_inner .request_form .wpcf7-spinner{
      right: 50px;
    left: inherit;
    top: inherit;
    bottom: 24px;
}
.newsletter_inner .request_form .wpcf7-response-output{
  width: 100%;
}
.newsletter_inner .request_form .btn_subscribe {
      padding: 12px 15px
}
.newsletter_inner .request_form span.wpcf7-form-control-wrap{
  width: calc(100% - 190px);
}
.newsletter_inner .form-fields input.form-control{
  height: 70px;
}
.newsletter_inner .wpcf7-not-valid-tip{
  bottom: -25px;
}
.circle_step{
  width: 500px;
  height: 500px;
  background: var(--white);
  border-radius: 100%;
  position: relative;
}
.circle_step:after{
  content: "";
  position: absolute;
  bottom:0;
  top:0;
  left:0;
  right:0;
  /* Create the circle */
width: 500px;
height: 500px;
border: 80px solid var(--orange);
border-radius: 50%;
/* Halve the circle */
border-bottom-color: transparent;
border-left-color: transparent;
/* Rotate the circle */
transform: rotate(135deg);
animation: myfirst 3s infinite;
-webkit-animation-timing-function: linear; /* Chrome, Safari, Opera */
animation-timing-function: linear;

}
@-webkit-keyframes myfirst {
  0%   {transform: rotate(130deg);}
  25%  {transform: rotate(135deg);}
  50% {transform: rotate(140deg);}
  75% {transform: rotate(135deg);}
  100% {transform: rotate(130deg);}
}
.legal_img_law_family , 
.legal_img_law_criminal{
  position: absolute;
  bottom: 70px;
}
.legal_img_law_criminal{
  right: 80px;
}
.legal_img_law_criminal:after{
  content: "";
  position: absolute;
  top:0;
  right:-10px;
  background: var(--white);
  width: 10px;
  height: 80%;
}
.legal_img_law_family{
  left: 80px;
}
.legal_img_law_family:after{
  content: "";
  position: absolute;
  top:0;
  left:-10px;
  background: var(--white);
  width: 10px;
  height: 80%;
}
.nardi_contect_cta .circle_step .nardi_cta_img{
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.legal_left .formselect label{
  color:var(--white);
}

/******************** FOOTER ********************/
footer {
  position: relative;
  z-index: 1;
}
footer ul {
  margin-bottom: 0;
}
/* .ft_block1{
  width: 455px;
}
.ft_block2{
  width: calc(100% - 455px);
} */
.ftlogo {
  margin-bottom: 60px;
  display: block;
}
.ft_label {
  font-family: "Inter";
  color: var(--orange);
  font-size: 14px;
  font-weight: 600;
  position: relative;
  line-height: 100%;
  margin-bottom: 8px;
}
.ctact_info {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  max-width: 350px;
}
.ctact_info li:not(:last-child) {
  width: 50%;
}
.ft_block1 .ft_label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}
.ctact_info li a {
  font-family: "Merriweather";
  font-weight: bold;
  font-size: 18px;
  color: var(--white);
  line-height: 100%;
}
.ctact_info li a:hover{
  color: var(--orange);
}
.ft_address {
  width: 290px;
}
.address_wrap p {
  font-size: 18px;
  font-family: "Merriweather";
  line-height: 30px;
  letter-spacing: normal;
}
.add_block:not(:last-child) {
  margin-bottom: 25px;
}
.ft_block1 .address_wrap .ft_label {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
}
.ft_navbar {
  padding-left: 175px;
}
.quick_link li {
  font-family: "Merriweather";
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  position: relative;
}
.quick_link li:hover a,
.quick_link li.active a{
  color: var(--orange);
}
.copyright {
  background: var(--white);
  padding: 15px 0;
}
.dark_bg .copyright p {
  font-size: 14px;
  text-align: center;
  color: var(--secondary);
  margin-bottom: 0;
}

/********************** FORM COMMON  **********************/
.wpcf7 .ajax-loader,
.wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0 20px;
  padding: 10px 15px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  margin: 0;
  position: absolute;
  background: #fe0000;
  display: inline-block;
  color: var(--white);
  letter-spacing: 0.2px;
  padding: 7px 10px;
  line-height: 100%;
  left: 0;
  bottom: -45px;
}
.input-container .wpcf7-form-control-wrap {
  width: calc(100% - 40px);
  position: initial;
}

/* ****************** FORM ERROR MASSSAGE *******************/
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border: 1px solid #f5c812;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 1px solid #f5c812;
  background: #fff9df;
  width: 100%;
  display: block;
  color: inherit;
  padding: 14px 15px 14px 45px;
  text-align: left;
  line-height: 1;
  margin: 0 auto 20px;
  font-family: "Inter";
  color: #333333;
  font-size: 13px;
  position: relative;
  font-weight: 500;
}

.wpcf7-response-output:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 15px;
  top: 12px;
  display: inline-block;
  background: url(../../assets/images/svg/material-error-outline.svg) no-repeat;
}

.wpcf7-not-valid-tip:before {
  top: -5px;
  margin: 0;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid red;
}

.wpcf7-validates-as-required.wpcf7-not-valid,
.invalid .input-container .from_icon {
  background-color: #ffdfdf;
  border-color: #f54812;
}

.panel_left ul:has(+ *) ,
.flex-container  p:has(+ *) ,
.smk_accordion .accordion_in .acc_content p:has(+ *)  {
  margin-bottom: 30px;
}


/*======= WIthOUT JS ===========*/

.client_js:not(.slick-initialized ) .client_block:not(:first-child){
	display:none;
}
.lawyers_process .resp-tabs-container .div_tb.resp-tab-content-active{
	display:block;
}
.lawyers_process .resp-tabs-container .div_tb{
	display:none;
}
.lawyers_process .full-process-wrapper .resp-tabs-container .div_tb  {
	display:block;
}
#html5box-html5-lightbox .html5lightbox-div {
  width: 100% !important;
  height: 100% !important;
}
#html5box-html5-lightbox .html5-elem-wrap {
  width: 100% !important;
  height: 85% !important;
}
.lightboxcontainer.bookonline {
  width: 100%;
  text-align: left;
  height: 100%;
  padding: 30px;
}
#html5box-html5-lightbox #html5-lightbox-box {
  height: 92% !important;
}

#html5box-html5-lightbox .html5-elem-box {
  max-height: 92% !important;
  background-color: transparent !important;
}
/*======= START HOVER EFFECT ===========*/

@media (hover: hover) and (pointer: fine) {
}

/*===== No Hover =====*/

@media (any-hover: none) {
}

/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  /*HOver Effect*/
  .law_right .law_list li a:hover{
    background: var(--dark-blue);
  }
  .law_right .law_list li a:hover .heading_sm{
    color: var(--white);
  }
  .law_list li a.lawbox:hover .icon .main-icon{
    display: none;
  }
  .law_list li a.lawbox:hover .icon .hover-icon{
    display: block;
  }

}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .container {
    max-width: 1120px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1360px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1530px;
  }
}

@media (min-width: 1921px) {
  main .container-fluid {
    max-width: 1920px;
    margin: 0 auto;
  }
  .hm_why_choose:after{
  	  width: 430px;
  }
}



/*  inner page common css  */
.inner-banner {
  min-height: 400px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.areas_detailpg .inner-banner {
  min-height: 400px;
}
.areas_detailpg .inner-banner .awards{
  max-width: 750px;
  margin-bottom: 50px;
}

.inner-banner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(95deg, #06234b 10%, transparent 137%);
  opacity: 0.8;
}
.inner-banner :is(.container, .banner-header) {
  width: 100%;
}

/*  Commone content left - right css */
.service-left-content,
.service-right-item {
  width: 50%;
}
.service-left-content {
  padding-right: 120px;
}

.btn_dark {
  background-color: var(--dark-blue);
  min-width: 325px;
  padding: 20px 20px;
  line-height: 1.2;
  border-color: var(--dark-blue);
}
.btn_dark img {
  margin-right: 15px;
  margin-left: 0;
}
.btn_dark span,
.book-txt span {
  font-size: 12px;
  display: block;
}
.counter-block {
  padding: 35px 90px;
  display: flex;
  align-items: center;
  width: calc(50% - 40px);
}
.counter-block .icon {
  width: 106px;
  height: 106px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 23px;
}
.counter-block .count-number {
  font-size: 36px;
    font-family: "Merriweather";
    margin-bottom: 10px;
    line-height: 1.2;
}
.count-midddle-caption {
  flex: 1;
}
/*.count-midddle-caption p{
  max-width: 300px;
}*/
.flex-row-reverse .service-left-content {
  padding-left: 120px;
  padding-right: 0px;
}
.play_button {
  width: 105px;
  height: 105px;
  border-radius: 100%;
  background: rgb(6 35 75 / 20%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  animation: pulse-animation 2s infinite;
}
.video_block {
  background: linear-gradient(95deg, #dfeaf6 15%, #fbe4d6 115%);
  position: relative;
}
.acc_content  ul:has( + *) {
  margin-bottom: 30px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(6 35 75 / 20%);
    border-radius: 100%;
  }

  100% {
    box-shadow: 0 0 0 60px rgb(6 35 75 / 0);
    border-radius: 100%;
  }
}
.play_button span {
  width: 85px;
  height: 85px;
  border-radius: 100%;
  background: #06234b;
  display: flex;
  justify-content: center;
  align-items: center;
}

.areas-listing {
  column-count: 2;
}
.areas-listing li {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 600;
}
.areas-listing li:before {
  position: absolute;
  content: "";
  background: url(../images/svg/map-pin.svg) no-repeat;
  width: 18px;
  height: 22px;
  left: 0;
  top: 0px;
}
.areas-listing li a:hover,
.areas-listing li.active {
  color: var(--orange);
}
.divider {
  border-top: 1px solid #e5e8ec;
}
.table {
  border: 1px solid rgba(112, 112, 112, 0.1);
  
  width: 100%;
}
.scrollable {
  margin-bottom: 100px;
}
.exceedtable thead tr th{
	width:50%;
}
.table thead {
  background-color: var(--dark-blue);
  min-height: 130px;
}
.table thead tr {
  color: #fff;
  font-size: 22px;
  font-family: "Merriweather";
    font-weight: normal;
    line-height: 30px;
}
.table thead th {
  padding: 30px 100px;
  text-align: left;

}
.table thead th:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.table tr td {
  padding: 20px 46px 20px 100px;
  font-size: 16px;
  color: #222426;
  font-weight: 500;
  line-height: 22px;
}
.table tr td:first-child {
  width: 400px;
}
.table tr:nth-child(even) td {
  background-color: #f0f7ff;
}
.table tr td:not(:last-child) {
  border-right: 1px solid rgba(6, 35, 75, 0.1);
}

.btnwrap a:not(:last-child) {
  margin-bottom: 20px;
}
.about-link-info a {
  font-size: 18px;
  font-weight: 600;
  color: var(--orange);
  display: inline-flex;
  margin-bottom: 10px;
}
.about-link-info a:hover{
  color: var(--dark-blue);
}
.about-link-info {
  display: flex;
  flex-flow: column;
}
.about-link-info a span {
  display: inline-block;
  text-decoration: underline;
}
.about-link-info a img {
  margin-right: 10px;
}
.faq-tab-wrapper ul.resp-tabs-list li.resp-tab-item {
  padding: 20px 40px;
  background-color: var(--light-orange);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  width: calc(33.33% - 10px);
}
.faq-tab-wrapper ul.resp-tabs-list li.resp-tab-item.resp-tab-active {
  background-color: var(--orange);
  color: #fff;
}
.faq-tab-wrapper .smk_accordion .accordion_in {
  border-bottom: 1px solid #e5e8ec;
}
.smk_accordion .accordion_in .acc_content ol:not([class]),
.smk_accordion .accordion_in .acc_content ul:not([class]) {
  padding-left: 15px;
}
.smk_accordion .accordion_in .acc_content ol:not([class]) li,
.smk_accordion .accordion_in .acc_content ul:not([class]) li {
  margin-bottom: 10px;
}



/* ****** pop up Get Started Now css ****** */
#html5-lightbox-box .html5-text {display: none !important;}

.family-form{text-align: left;}
.family-form .heading_lg{margin-bottom: 3px;}
.family-form p{margin-bottom: 10px;}
.family-form p:has(+ div){
	margin-bottom: 30px;
}
.family-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item{
	display: block;    margin: 0;
}
.family-form#suburb-search-popup-content form.request_form .wpcf7-form-control.wpcf7-radio.form-control{
	border:0;
	padding: 0;
	display: block;
	height: auto;
}
.family-form#suburb-search-popup-content form.request_form .wpcf7-form-control.wpcf7-radio.form-control label{
	font-size: 16px;
}
.family-form [data-class="wpcf7cf_group"]{
	margin-top:20px;
}


/* START MEDIA QUERY  */

@media screen and (max-width: 1850px) {
  .inner_experts{
    margin: 0 auto 0 105px;
  }
  .expert_left {
      width: 700px;
  }
  .expert_right {
      width: calc(100% - 700px);
  }
}


@media screen and (max-width: 1640px) {
  .service-left-content {
    padding-right: 80px;
  }
  .flex-row-reverse .service-left-content {
    padding-left: 80px;
  }
  .mb_100 {
    margin-bottom: 80px;
  }
  .my_120 {
    margin: 80px 0;
  }
}
@media screen and (max-width: 1599.98px){
 /* ****** FACTOR ****** */
 .factbox{
  padding: 18px 15px
}

  .law_right .law_list li a{
    min-height: 220px;
  }
  .law_list li a .heading_sm{
    width: calc(100% - 150px);
  }

  /* ***** our Services **** */
  .ser_nardi{
    max-width: 365px;
  }
  .expert_right{
    padding: 60px 0;
  }
  .ser_nardi:after{
    top: 90px;
     width: 460px;
     height: 460px;
     border-width: 50px;
     left: 0;
  }
  .service_list{
    margin: 0 auto 0 300px;
  }
  .service_list li a{
    padding: 20px 0 20px 50px;
  }
  .expert_left {
      width: 610px;
  }
  .expert_right {
      width: calc(100% - 610px);
  }


  .guides_wrapper {
    padding: 0 90px 0 60px;
  }
  .legal_left {width: 680px;}
  .name_title{
    left: 60px;
    letter-spacing: 24px;
    font-size: 50px;
    top: -30px;
  }
  .expert_img > img{
    margin-right: -50px;
  }
	.counter-block{
		min-height:220px;
	}
}
@media screen and (max-width: 1439.98px) {
  .inpage {
      margin: 60px 0;
  }
  .name_title{
    letter-spacing: 14px;
    top: -31px;
  }
  .table tr td:first-child {
    width: auto;
  }

  /* ****** FACTOR ****** */
   .factor_list{
    row-gap:10px;
    justify-content: center;
  }
  .factor_list li {
    width: 33.33%;
  }
 
  .law_list li a .heading_sm {
    width: calc(100% - 108px);
  }
  .law_right .law_list li a {
    min-height: 170px;
  }

  .service-detail-listing li .servicelist  {
    padding:30px 30px 50px;
  }
  .expert_right {
        padding: 30px 0;
  }
  /* ***** our Services **** */
  .expert_left {
      width: 600px;
  }
  .expert_right {
      width: calc(100% - 600px);
      min-height: 580px;
  }
  .inner_experts {
    margin: 0 auto 0 55px;
    padding-right: 20px;
}
  .ser_nardi {
    max-width: 290px;
  }
  .service_list {
    margin: 0 auto 0 190px;
    min-width: 380px;
}
  .ser_nardi:after {
      top:72px;
      left: -20px;
      width: 390px;
      height: 390px;
      border-width: 40px;
  }
  .service_list li a {
    font-size: 18px;
    padding: 20px 50px 20px 45px;
  }
  .service_list li a:before {
    top: 22px;
  }
  .service_list li a .ser_icon {
        max-width: 25px;
        top: 15px;
    }

  /* ****** Spacing ****** */
  .mt_100 {
      margin-top: 60px;
  }
  .my_80 {
      margin: 60px 0;
  }
  .py_120 {
      padding: 80px 0;
  }

  /* ******  FREE LEAGL GUIDES ****** */
  .legal_left {width: 600px;padding-right: 50px;}
  .circle_step {width: 380px;height: 380px;}
  .circle_step:after{
      width: 380px;
      height: 380px;
      border: 60px solid var(--orange);
      border-bottom-color: transparent;
      border-left-color: transparent;
    }
    .legal_img_law_criminal {
        right: 60px;
        max-width: 160px;
    }
    .legal_img_law_family {
      left: 60px;
      max-width: 160px;
  }
  .legal_img_law_family, .legal_img_law_criminal{
    bottom: 58px;
  }
  .newsletter_inner .form-fields input.form-control {
      height: 50px;
  }
  .newsletter_inner [class*="btn_"]{
    min-height: 50px;
    font-size: 16px;
  }
  .legal_left .intro {
    padding-right: 0;
}

   /* ****** case studies ****** */
   .case-list{
    margin: 0 -10px;
   }
   .case-list li {
    padding: 0 10px;
  }
   .case_detail{
    padding: 25px 20px 25px 25px;
  }
  .case_detail .border_side:after {
      left: -25px;
  }

  .service-left-content {
    padding-right: 60px;
  }
  .flex-row-reverse .service-left-content {
    padding-left: 60px;
  }
  .mb_100 {
    margin-bottom: 70px;
  }
  .get_touch_box {
    padding: 40px;
  }
  .my_120 {
    margin: 60px 0;
  }
  .counter-block {
    padding: 30px 60px;
    width: calc(50% - 15px);
    min-height: 235px;
  }
  .counter-block .count-number {
    font-size: 40px;
  }

  /* ********* AREAS LIST ****** */
  .areas-listing {
   column-count: 1;
  }
  .areas-listing li{
    display: block;
  }
  /* .areas-listing li:before{
    background-size: 75%;
  }
  .areas-listing li{
    padding-left: 22px;
    font-size: 14px;
  } */

  /* ********* TABLE ********* */
  .scrollable  {
    margin-bottom: 60px;
  }
  .table thead th {
    padding: 30px;
  }
  .table thead tr{
    font-size: 20px;
  }
  .table tr td {padding: 20px 30px;}


  /* ********** FOOTER ********** */
  .ft_navbar {
      padding-left: 80px;
  }
   .servicepg .hm_our_services.mt_50 {
    margin-top: 0;
  }
  .service-content-top .hm_legal_guides {
      margin-top: 120px;
  }
  .expert_img > img{
    max-width: 400px;
    margin-right: 0;
  }
}

@media screen and (max-width: 1199.98px) {

  .inner-banner {
    min-height: 250px;
  }
  .inpage {
    margin: 40px 0;
  }
  .mt_100 {
    margin-top: 40px;
  }
  .service-detail-listing{
    margin-bottom: 40px;
  }
  .breadcrumb{margin-bottom: 40px;}
  /* ****** FACTOR KEYFACTOR *****  */
  .connect_width_us  .container-fluid , 
  .lawyer_testimonial  .container-fluid ,
  .hm_our_services  .container-fluid {max-width: 960px;margin: 0 auto;padding: 0 15px;}
  .factor_list{margin: 0 -6px;}
  .factor_list li{padding: 0 6px;}
  .rating_info .head_xs{font-size: 16px;line-height: 18px;margin-bottom: 5px;}
  .factbox{padding: 15px 20px;  }

  .law_right .law_list li a {min-height: 130px;}

  .law_list li a .heading_sm {
    font-size: 18px;
    padding-left: 10px;
}
   /* ***** our Services **** */
   .ser_nardi{display: none;}
   .service_list li a{font-size: 18px;}
   .inner_experts {margin: 0;max-width: 100%;padding-right: 0;}
   .expert_left {width: 450px;padding-right: 30px;}
   .expert_right {width: calc(100% - 450px);padding: 20px;}
   .service_list {
      margin: 0 auto;
      min-width: 380px;
      padding-left: 0;
  }
  .inner_experts p{
    font-size: 14px;
    line-height: 22px;
  }
  .service-detail-listing li {
    width: calc(50% - 20px);
  }

  /* ****** Spacing ****** */
  .my_120 {
    margin: 35px 0;
  }
  .mb_100 {
    margin-bottom: 50px;
  }
  .my_80 {
    margin: 40px 0;
  }
  .py_120 {
      padding: 40px 0;
  }
  .connect_width_us  .video_block{
    padding-top: 52px;
  }
   /* ******  FREE LEAGL GUIDES ****** */
   .guides_wrapper {padding: 0 30px;}
   .legal_left {width: calc(100% - 300px);}
   .legal_right {width: 300px;}
   .circle_step {
      width: 295px;
      height: 295px;
  }
  .circle_step:after {
    width: 295px;
    height: 295px;
    border: 48px solid var(--orange);
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  .legal_img_law_criminal {
      right: 48px;
      max-width: 120px;
  }
  .legal_img_law_family {
      left: 48px;
      max-width: 130px;
  }
  .legal_img_law_family, .legal_img_law_criminal {
      bottom: 45px;
  }
  .name_title {
    left: 30px;
    top: -26px;
    font-size: 38px;
}

  /* ****** case studies ****** */
  .semi_title{
    letter-spacing: 1px;
  }
  .block_button{
    position: relative;
    margin-top: 30px;
    text-align: center;
  }
  .service-left-content {
    padding-right: 30px;
  }
  .flex-row-reverse .service-left-content {
    padding-left: 30px;
  }
 
  .get_touch_info {
    max-width: 90%;
  }
  .get_touch_info li .box .ft_label{
    font-size: 14px;
    margin-bottom: 2px;
  }
  .get_touch_info li .box {
    padding: 0;
}
  .get_touch_info :is(a, p) {
    font-size: 16px;
    line-height: 28px;
  }
  .get_touch_box {
    padding: 30px;
  }
  .get_touch_info li:nth-child(even) {
    padding: 20px;
  }
  .get_touch_info li:nth-child(odd) .box {
    padding: 0 20px;
}
  .get_touch_info li .box .ct_info {
    padding-left: 20px;
  }
  .get_touch_info li:not(:last-child) {
    margin-bottom: 30px;
  }
  .counter-block {
    padding: 30px 40px;
    width: calc(50% - 20px);
  }
  .counter-block .icon {
    width: 90px;
    height: 90px;
  }
  .counter-block .count-number {
    font-size: 36px;
  }
  /* ********* TABLE ********* */
  .scrollable {
    margin-bottom: 40px;
  }
  .table thead th {
    padding: 15px;
  }
  .table thead tr {
    font-size: 16px;
    line-height: 22px;
  }
  .table tr td {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 18px;
}
  /* ********** FOOTER ********** */
  .address_wrap p ,
  .quick_link li,
  .ctact_info li a{
    font-size: 16px;
  }
  .quick_link li{
    width: 100%;
  }
  .ft_block1 {
    column-gap:25px;
  }
  .address_wrap p{
    line-height: 26px;
  }
  .ftlogo {
    margin-bottom: 30px;
    max-width: 185px;
  }
  .ft_left .ctact_info{
    row-gap: 15px;
  }
  .ctact_info li:not(:last-child) {
      width: 100%;
  }
  .ft_navbar {
    padding-left: 40px;
  }
  .get_touch_box .heading_lg {
      margin-bottom: 20px;
  }
  textarea{
    min-height: 140px;
  }
  form .row {
      margin-left: -6px;
      margin-right: -6px;
  }
  form .width50 {
    padding-left: 6px;
    padding-right: 6px;
  }

  form label{
    font-size: 14px;
    line-height: 100%;
  }
  .wpcf7-not-valid-tip{
    padding: 4px 10px;
    bottom: -38px;
  }

  .service-content-top .hm_legal_guides {
    margin-top: 40px;
  }

  .expert_right {
      min-height: auto;
  }
	.step_js:not(.slick-initialized ){
		row-gap:30px;
	}
	.step_js:not(.slick-initialized ):after{
		content:none;
	}
	
	.step_js:not(.slick-initialized ) li{
		width:50%;
	}
  
}

@media screen and (max-width: 991.99px) {

  .connect_width_us .container-fluid , 
    .lawyer_testimonial  .container-fluid,
    .hm_our_services  .container-fluid  {
        max-width: 720px;
      }
      .hm_family_law .guides_wrapper  .legal_right {
        margin-top: 30px;
    }

    /* ********* AREAS LIST ****** */
    .areas-listing {column-count: 2;}
    .service-detail-listing li .servicelist {
      padding: 20px 20px 40px;
    }

    /* ******** FACTOR ****** */
    .factor_list li {width: 50%;}

    /* ***** our Services **** */
    .expert_left {width: 100%;padding-right: 0;}
    .expert_right {width: 100%;margin-top: 30px;padding: 20px 40px;}
    .service_list{margin: 0;min-width: 100%;}

  /* ******  FREE LEAGL GUIDES ****** */
  .guides_wrapper  img.bgimg{display: none;}
  .legal_left {width: 100%;padding-right: 0;}
  .guides_wrapper {padding: 20px 20px 30px;max-height: 100%;}
  .legal_img_law_criminal:after ,
  .legal_img_law_family:after{
    content: none;
  }
  .legal_right{
    margin-top: 80px;
  }
  .name_title {
    left: 0;
    letter-spacing: 12px;
  }
   /* ******BLOG ****** */
  .date_wrap{
    padding: 5px 24px 5px 8px;
    font-size: 12px;
    clip-path: polygon(100% 0%, 92% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  }

  /* ****** case studies ****** */
  .case-list{row-gap: 20px;margin: 0 -5px;}
  .case-list li{width: 50%;padding: 0 5px;}
  .semi_title {letter-spacing: 0.5px}
  .case_detail {padding: 20px;}
  .case_detail .border_side:after {left: -20px;}

  
  .connect_width_us .video_block {
    padding-top: 0;
    margin-top: 30px;
}
  .service-left-content,
  .service-right-item,
  .col6 ,
  .width50 {
    width: 100%;
  }
  .sticky{
    position: relative;
    top:0;
  }
  .service-left-content{
    padding-right: 0;
  }
  .get_block{
    margin-top: 30px;
  }
  .mb_100 {
    margin-bottom: 40px;
  }
  .get_touch_info li:not(:last-child) {
    margin-bottom: 20px;
  }
  .get_touch_info {
    max-width: 100%;
  }
  form label {
    font-size: 16px;
  }
  .my_120 {
    margin: 40px 0;
  }
  .counter-block {
    padding: 20px;
    width: calc(50% - 10px);
    flex-wrap: wrap;
    justify-content: center;
    min-height: 245px;
  }
  .counter-block .icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .count-midddle-caption {
    flex: 0 100%;
    line-height: 1.2;
    justify-content: center;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
  }
  .counter-block p{
    width: 100%;
  }


  .counter-block .count-number {
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 10px;
  }
  .flex-row-reverse .service-left-content {
    padding-left: 0;
  }
  [class*="btn_"] {
    font-size: 18px;
    padding: 15px 20px;
    min-height: auto;
  }
  .btn_dark span,
  .book-txt span {
    margin-bottom: 5px;
  }

  /* ***** TABLE ***** */
  .scrollable {
    overflow-x: auto;
  }


   /* ********** FOOTER ********** */
   footer > img.bgimg{display: none;}
  .ft_navbar {
    padding-left: 0;
    margin-top: 30px;
    border-top: 1px solid rgb(255 255 255 / 10%);
    padding-top: 40px;
  }
  .quick_wrap .quick_link{
    display: flex;
    flex-wrap: wrap;
  }
  .ft_navbar .quick_wrap:first-child .quick_link li{
    width: 50%;
  }
  .ft_navbar  .quick_wrap:first-child{
    width: 50%;
  }
  .ft_navbar  .quick_wrap:last-child{
    width: 40%;
  }
  .ctact_info li:not(:last-child) {
      width: 50%;
  }
  .address_wrap p {
      line-height: 22px;
  }
  .address_wrap{
    margin-top: 20px;
  }
  .scrollTop{display: none}
  .btnwrap a:not(:last-child) {
	    margin-bottom: 10px;
	}
	.legal_left .btnwrap{
		margin-top: 25px;
		max-width: 350px;
	}
  .expert_img > img{
    max-width: 100%;
  }
 /* .service_list li a .ser_icon{
    max-width: 25px;
    top: 15px;
  }*/
	
}

@media screen and (max-width: 767.99px) {

  .connect_width_us .container-fluid, 
    .lawyer_testimonial  .container-fluid, 
    .hm_our_services .container-fluid {
      max-width: 540px;
    }

  .expert_img > img {
      margin: 0;
      width: 100%;
  }
  .expert_right{
      padding: 20px;
  }
  .semi_title{
    font-size: 13px;
  }

  .get_touch_info li .box .ct_icon {
    width: 30px;
  }
  .get_touch_info li .box .ct_info {
    width: calc(100% - 30px);
  }

  .get_touch_box {
    padding: 20px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h5,
  h6,
  [class*="heading_"] {
    margin-bottom: 20px;
  }
  .counter-block {
    padding: 15px;
  }
  .counter-block .count-number {
    font-size: 26px;
  }
  [class*="btn_"] {
    font-size: 16px;
    padding: 12px 15px;
  }
  .play_button {
    width: 80px;
    height: 80px;
  }
  .play_button span {
    width: 65px;
    height: 65px;
  }
  .play_button span img {
    width: 20px;
  }

  .service-detail-listing li {
    width: 100%;
  }
  .service-detail-listing li .icon{
  	min-height: auto;
  }
  .service-detail-listing li .servicelist .service-content {
    height: auto;
    margin-bottom: 20px;
  }
  
  .service-detail-listing li span:after {
    bottom: -7px;
  }
  .service-detail-listing li .icon {
    margin: 0 auto 15px;
    width: 50px;
  }

  /* ********** FOOTER ********** */
  .ft_navbar .quick_wrap:first-child ,
  .ft_navbar .quick_wrap:last-child{
    width: 100%;
  }
  .ft_navbar .quick_wrap:last-child{
    margin-top: 30px;
  }
  .ft_navbar .quick_wrap .quick_link li {width: 50%;}
  .law_list li a.lawbox .icon {
    width: 45px;
}
  .law_list li a .heading_sm{
    font-size: 16px;
    width: calc(100% - 45px);
  }
  .law_right .law_list li a{
    padding: 20px 25px;
  }
  .ft_left .ctact_info , .ft_left{
    width: 100%;
    max-width: 100%;
  }

  /* ***** TABLE ***** */
  .table thead th{
    min-width: 200px;
  }

  /* ********* AREAS LIST ****** */
  .areas-listing {
    column-count: 1;
   }
   .lightboxcontainer.bookonline {padding: 20px;}
}

@media screen and (max-width: 575.99px) {
  .wpcf7-not-valid-tip{
      bottom: -31px
  }

  select.form-control {
    background: url(../../assets/images/svg/arrow-down.svg) no-repeat top 19px right 15px #fff;
}

  .service-left-content [class*="btn_"] {
      min-width: 285px;
      justify-content: flex-start;
      padding: 10px;
  }
  .counter-block{
    min-height: auto;
  }

  /* ********** AREAS ******* */
  .areas-listing li {
    font-size: 14px;
    line-height: 24px;
    padding-left: 25px;
  }
  .areas-listing li:before{
    top: 2px;
      background-size: 75%;
  }

  /* ************* FACTOR ************* */
  .factor_list li{width: 100%;  }

  .law_right .law_list li {width: 100%;}
  .law_list li a .heading_sm{
    font-size: 18px;
  }
  .law_right .law_list li:not(:first-child){
    border-top: 1px solid #E1D0C6;
    }
    .law_right .law_list li:nth-child(odd) {
      border-right: 0;
  }
  .law_right .law_list li a{
    padding: 20px 25px;
    min-height: auto;
  }

   /* ******  FREE LEAGL GUIDES ****** */
  .newsletter_inner .form-fields , 
  .newsletter_inner .request_form{
    flex-wrap: wrap;
  }
  .newsletter_inner [class*="btn_"]{
    margin-top: 10px;
  }
  .name_title {
    left: 0;
    letter-spacing: 6px;
    font-size: 24px;
    top: -21px;
  }
  .newsletter_inner{max-width: 100%;}
  .newsletter_inner .request_form span.wpcf7-form-control-wrap {
      width: 100%;
      margin-bottom: 20px;
  }
  .circle_step {
    width: 250px;
    height: 250px;
  }
  .circle_step:after{
    width: 250px;
    height: 250px;
    border: 40px solid var(--orange);
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  .legal_img_law_family {
      left: 40px;
      max-width: 100px;
  }
  .legal_img_law_criminal {
    right: 40px;
    max-width: 100px;
  }
  .legal_img_law_family, .legal_img_law_criminal {
      bottom: 38px;
  }
  .guides_wrapper{
    display: block;
  }

  /* ****** case studies ****** */
  .service_list li a .ser_icon{display: none;}
  .case-list li{
    width: 100%;
  }
  .case_detail .heading_sm{
    min-height: auto;
  }
  .get_touch_info li:nth-child(even) {
    padding: 15px;
  }
  .case_img > img{
    width: 100%;
  }

  .width50,
  .counter-block {
    width: 100%;
  }
  .counter-block:not(:last-child){
    margin-bottom: 10px;
  }
  .form-control {
    height: 45px;
  }
  .submit_btn {
    min-height: 50px;
  }
  .submit_btn .submitbtn {
    height: 50px;
  }
  .get_touch_info li .box .ct_icon {
    width: 22px;
  }
  .get_touch_info li .box .ct_info {
    width: calc(100% - 22px);
    padding-left: 10px;
  }
  .counter-block .icon {
    width: 80px;
    height: 80px;
  }
  .get_touch_info li:nth-child(odd) .box {
      padding: 0 15px;
  }
  .counter-block.mb_100:not(:last-child) {
    margin-bottom: 20px;
  }
  .counter-block .count-number {
    font-size: 24px;
  }
  [class*="btn_"] img {
    margin-right: 10px;
    width: 20px;
  }
  [class*="btn_"] {
    font-size: 14px;
    min-width: auto;
  }
  [class*="btn_"] .long_arrow img{
    margin-right: 0;
  }
  .width50{
    width: 100%;
  }

  .lightboxcontainer.bookonline {padding: 15px;}

  .date_wrap {
	    padding: 2px 18px 2px 8px;
	    font-size: 11px;
	    clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
	}

   /* ********** FOOTER ********** */
  .ft_navbar .quick_wrap:last-child li{
    width: 100%;
  }

  .service_list li a{
    padding: 20px 20px 20px 45px;
  }
	
	.step_js:not(.slick-initialized ){
		row-gap:10px;
	}
	.step_js:not(.slick-initialized ) li{
		width:100%;
	}

}

@media screen and (max-width: 360px) {
  .date_wrap {
   	padding: 8px 12px 8px 6px;
    font-size: 10px;
    line-height: 100%;
  }
}
