* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.section,
.text-wrap,
.img-wrap,
ul {
  float: left;
  width: 100%;
}

body {
  background: #FFFFFF;
  font-size: 100%;
  color: #444444;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  padding: 0px !important;
}

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999999999;
  background-color: #ffffff;
  left: 0;
  top: 0;
}

html {
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

html,
html a,
body {
  -webkit-font-smoothing: antialiased;
}

a {
  transition: all 0.25s ease 0s;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  color: #333;
}
a:hover, a:focus {
  text-decoration: none;
  text-decoration: none;
}

:focus {
  outline: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: "Poppins", sans-serif;
  border: 0;
  outline: 0;
  font-size: 100%;
}

/* remember to define focus styles! */
ol,
ul {
  list-style: none;
  margin: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

button {
  cursor: pointer;
  border: none;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

input[type=checkbox] {
  vertical-align: top;
}

input[type=radio] {
  height: auto;
  vertical-align: top;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
}

table {
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

img {
  border: 0 none;
  max-width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.clearfix {
  clear: both;
  display: block;
  font-size: inherit;
  height: 0;
  line-height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  font-weight: normal;
  line-height: 120%;
}

h1 {
  font-style: normal;
  font-size: 76px;
  color: #FFFFFF;
  font-family: "Playfair Display", serif;
}

h2 {
  font-size: 56px;
  color: #24335E;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.03px;
}

h3 {
  font-size: 30px;
  color: #333333;
}

h4 {
  font-size: 20px;
  color: #333333;
}

h5 {
  font-size: 18px;
  color: #FFFFFF;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 180%;
  padding-top: 20px;
}

b,
strong {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

.btn-main {
  background-color: #B18A47;
  width: auto;
  height: 68px;
  line-height: 64px;
  display: inline-block;
  padding: 0 25px;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 40px;
}
.btn-main:hover, .btn-main.active, .btn-main:focus {
  background-color: #FFFFFF;
}

.header-right .nav.nav-main ul, #header .header .logo a, #header .header .header-main, #header .header, #header,
.float,
.img-wrap,
.text-wrap {
  float: left;
  width: 100%;
}

a:hover, a:focus {
  color: #B18A47;
}

/*  Header  Start */
#header {
  height: auto;
  padding: 40px 60px 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition-duration: 300ms;
  transition-property: all;
  transform: transition-timing-function(0.7, 1, 0.7, 1);
  -webkit-transform: transition-timing-function(0.7, 1, 0.7, 1);
  transition: all 0.6s;
}
#header .header .header-main .logo a img {
  width: 100%;
}
#header .header .logo {
  float: left;
  width: 153px;
  height: auto;
  transition: all 0.6s;
}
#header .header .logo a {
  height: auto;
  transition: all 0.4s ease-out 0s;
}
#header .header .logo a svg {
  width: 204px;
}
#header .header .logo a svg .logo-fill {
  fill: #ffffff;
  transition: all 0.4s ease-out 0s;
}
#header.blog {
  background: #1A2D55;
}
#header.affix {
  background: #1A2D55;
  padding: 20px 60px;
}
#header.affix .header .logo {
  width: 100px;
  transition: all 0.6s;
}
#header.affix .header .logo a svg .logo-fill {
  fill: #243133;
}

.header-right {
  float: right;
  width: auto;
  padding: 4px 0;
}
.header-right .nav {
  float: right;
  width: auto;
  height: auto;
  position: relative;
}
.header-right .nav.nav-main {
  float: left;
  width: auto;
  transition: all 0.25s ease 0s;
}
.header-right .nav.nav-main ul {
  height: auto;
  margin: 0;
}
.header-right .nav.nav-main ul.second {
  display: none;
}
.header-right .nav.nav-main ul > li {
  margin-right: 30px;
}
.header-right .nav.nav-main ul li {
  float: left;
  width: auto;
  position: relative;
}
.header-right .nav.nav-main ul li.no-link > a {
  pointer-events: none;
}
.header-right .nav.nav-main ul li:last-child {
  margin-top: 0px;
}
.header-right .nav.nav-main ul li:hover a {
  color: #ffffff;
}
.header-right .nav.nav-main ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
  border-radius: 2px;
}
.header-right .nav.nav-main ul li ul.sub-menu {
  background-color: #215996;
  width: 230px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  padding: 0px 0px;
  top: 60px;
  transition: all 0.5s;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transform-origin: top;
}
.header-right .nav.nav-main ul li ul.sub-menu::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  left: 15px;
  top: -9px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #215996;
}
.header-right .nav.nav-main ul li ul.sub-menu ul.sub-menu {
  left: 230px;
  top: 0;
  width: 260px;
}
.header-right .nav.nav-main ul li ul.sub-menu ul.sub-menu:before {
  display: none;
}
.header-right .nav.nav-main ul li ul.sub-menu li {
  width: 100%;
  height: 100%;
  margin: 0 0 0px;
  position: relative;
}
.header-right .nav.nav-main ul li ul.sub-menu li:first-child {
  padding-top: 7px;
}
.header-right .nav.nav-main ul li ul.sub-menu li:last-child {
  padding-bottom: 7px;
}
.header-right .nav.nav-main ul li ul.sub-menu li a {
  float: left;
  background: none;
  width: 100%;
  height: auto;
  color: #FFF;
  line-height: 125%;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 20px;
  text-transform: capitalize;
  transition: all 0.25s;
  letter-spacing: 0.5px;
}
.header-right .nav.nav-main ul li ul.sub-menu li a:hover {
  color: #FFCB00;
}
.header-right .nav.nav-main ul li ul.sub-menu li.current-menu-item > a {
  color: #FFCB00 !important;
}
.header-right .nav.nav-main ul li ul.sub-menu li .current-menu-item.current_page_item a, .header-right .nav.nav-main ul li ul.sub-menu li .current-menu-item a, .header-right .nav.nav-main ul li ul.sub-menu li .active a {
  color: #B18A46;
}
.header-right .nav.nav-main ul li ul.sub-menu li.current-menu-item > a {
  color: #FFCB00 !important;
}
.header-right .nav.nav-main ul li a {
  float: left;
  width: auto;
  height: auto;
  font-size: 16px;
  font-weight: 600;
  padding: 24px 0px;
  line-height: 120%;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease 0s;
  position: relative;
  color: #ffffff;
  letter-spacing: 1px;
}
.header-right .nav.nav-main ul li a:hover {
  color: #B18A47;
}
.header-right .nav.nav-main ul li a.btn-border {
  color: #ffffff;
  padding: 0px;
  margin-left: 25px;
}
.header-right .nav.nav-main ul li a.btn-border:hover, .header-right .nav.nav-main ul li a.btn-border:focus {
  color: #B18A47;
}
.header-right .nav.nav-main ul li.current-menu-item > a {
  color: #B18A47 !important;
}
.header-right .head-call {
  width: auto;
  padding: 0 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-right .head-call .freebtnwrap {
  float: left;
  width: auto;
}
.header-right .head-call .freebtnwrap .btn-main {
  margin-top: 0px;
  padding: 0 30px;
  letter-spacing: 0.5px;
}
.header-right .head-call .conwrap {
  float: left;
  width: auto;
  padding-left: 40px;
}
.header-right .head-call .conwrap a {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 2px;
  width: auto;
  float: left;
  padding-left: 50px;
  background: url(../images/ic-phone.svg) no-repeat;
  background-position: left center;
  display: grid;
}
.header-right .head-call .conwrap a:hover, .header-right .head-call .conwrap a.active, .header-right .head-call .conwrap a:focus {
  color: #B18A47;
  background: url(../images/ic-phone-b.svg) no-repeat;
  background-position: left center;
}
.header-right .head-call .conwrap a span {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 2px;
  width: auto;
  float: left;
}

#header.affix .nav .nav-main ul li a {
  color: #243133;
}
#header.affix .nav .nav-main ul li a:hover, #header.affix .nav .nav-main ul li a:focus {
  color: #73C53F;
}

/*-----------------res-nav-Start-------------------*/
.res_navigation {
  display: none;
  width: 72px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 37px;
  transition: all 0.3s;
}

.nav-toggle {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 999999;
  padding: 5px 30px 13px 0;
  cursor: pointer;
}
.nav-toggle:focus {
  outline: none;
}
.nav-toggle.active .top {
  transform: translateY(12px) translateX(0) rotate(45deg);
  background: #ffffff;
  top: -4px;
}
.nav-toggle.active .bottom {
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  background: #ffffff;
  top: 15px;
}
.nav-toggle.active .middle {
  opacity: 0;
  background: #ffffff;
}
.nav-toggle span {
  background: #ffffff;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.nav-toggle span:nth-of-type(2) {
  top: 7px;
}
.nav-toggle span:nth-of-type(3) {
  top: 16px;
}

/*  Header  End */
.pdtb90 {
  padding: 90px 0;
}

.pdtb80 {
  padding: 80px 0;
}

.pdtb100 {
  padding: 100px 0;
}

.pdtb130 {
  padding: 130px 0;
}

.container {
  max-width: 1600px;
}

.inner-wrapper {
  width: 100%;
  height: 720px;
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.inner-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#040c19+0,040c19+100&1+0,0.6+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(4, 12, 25) 0%, rgba(4, 12, 25, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#040c19", endColorstr="#99040c19", GradientType=1);
  /* IE6-9 */
  opacity: 0.88;
}
.inner-wrapper .banner_con {
  float: left;
  width: 100%;
  position: absolute;
  top: 153px;
  transform: translate(0, 0%);
  left: 0;
  z-index: 1;
}
.inner-wrapper .banner_con h1 {
  line-height: 110%;
  margin-top: 80px;
  font-weight: 700;
  text-transform: capitalize;
}
.inner-wrapper .banner_con h1 span {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #B18A46;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 2.6px;
}
.inner-wrapper .banner_con .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
}
.inner-wrapper .banner_con .box .bannertestiwrap {
  float: left;
  width: 892px;
  padding: 35px 30px 20px;
  border: 1px solid #FFFFFF;
  border-top: 0px;
  position: relative;
  display: flex;
  align-items: center;
}
.inner-wrapper .banner_con .box .bannertestiwrap::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 1px;
  background-color: #FFFFFF;
}
.inner-wrapper .banner_con .box .bannertestiwrap::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(100% - 78px);
  height: 1px;
  background-color: #FFFFFF;
}
.inner-wrapper .banner_con .box .bannertestiwrap.fwidth {
  display: inherit;
  align-items: left;
  width: 692px;
}
.inner-wrapper .banner_con .box .bannertestiwrap.fwidth h4 {
  width: 100%;
  padding: 0 0 20px;
}
.inner-wrapper .banner_con .box .bannertestiwrap.fwidth h4::before {
  top: -45px;
  left: 5px;
  width: 38px;
  height: 22px;
  background: url(../images/quatation-image.png) no-repeat;
  background-position: center;
}
.inner-wrapper .banner_con .box .bannertestiwrap.fwidth h5 {
  width: 100%;
}
.inner-wrapper .banner_con .box .bannertestiwrap h4 {
  width: calc(100% - 276px);
  float: left;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 160%;
  font-weight: 400;
  padding: 0 90px 20px 0;
  font-family: "Playfair Display", serif;
  position: relative;
}
.inner-wrapper .banner_con .box .bannertestiwrap h4::before {
  content: "";
  position: absolute;
  top: -48px;
  left: 10px;
  width: 29px;
  height: 29px;
  background: url(../images/circle-star-img-w.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.inner-wrapper .banner_con .box .bannertestiwrap h4 span {
  font-weight: 700;
}
.inner-wrapper .banner_con .box .bannertestiwrap h5 {
  width: 100%;
  font-weight: 600;
  color: #B18A46;
}
.inner-wrapper .banner_con .box .bannertestiwrap .rating {
  width: 276px;
  text-align: right;
  float: right;
}
.inner-wrapper .banner_con .box .bannertestiwrap .rating .stars {
  width: 100%;
  float: left;
}
.inner-wrapper .banner_con .box .logolist {
  float: right;
  text-align: right;
  width: calc(100% - 892px);
  padding-left: 30px;
  height: 100%;
}
.inner-wrapper .banner_con .box .logolist .imgbox {
  float: none;
  width: auto;
  height: 105px;
  text-align: center;
  margin: 0 20px;
  display: inline-block;
}
.inner-wrapper .banner_con .box .logolist .imgbox:first-child {
  margin-left: 0px;
}
.inner-wrapper .banner_con .box .logolist .imgbox:last-child {
  margin-right: 0px;
}
.inner-wrapper .banner_con .box .logolist .imgbox img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.inner-wrapper.short {
  height: 500px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}
.inner-wrapper.short .banner_con h1 {
  margin-top: 100px;
}

.main-banner {
  width: 100%;
  float: left;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 930px;
  position: relative;
  overflow: hidden;
}
.main-banner .container {
  position: relative;
}
.main-banner .banner_box {
  float: left;
  width: 100%;
  position: absolute;
  top: 153px;
  transform: translate(0, 0%);
  left: 0;
  z-index: 1;
}
.main-banner .banner_box .textbox {
  float: left;
  width: 100%;
  position: relative;
}
.main-banner .banner_box .textbox .leftwrap {
  float: left;
  width: 60%;
}
.main-banner .banner_box .textbox .leftwrap h1 {
  line-height: 110%;
  margin-top: 80px;
}
.main-banner .banner_box .textbox .leftwrap h1 span {
  float: left;
  width: 100%;
  font-size: 22px;
  color: #B18A46;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 2.6px;
}
.main-banner .banner_box .textbox .leftwrap .bannertestiwrap {
  float: left;
  width: 690px;
  padding: 35px 30px 20px;
  border: 1px solid #FFFFFF;
  border-top: 0px;
  margin-top: 40px;
  position: relative;
}
.main-banner .banner_box .textbox .leftwrap .bannertestiwrap::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 1px;
  background-color: #FFFFFF;
}
.main-banner .banner_box .textbox .leftwrap .bannertestiwrap::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(100% - 78px);
  height: 1px;
  background-color: #FFFFFF;
}
.main-banner .banner_box .textbox .leftwrap .bannertestiwrap h4 {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 160%;
  font-weight: 400;
  padding-bottom: 20px;
  font-family: "Playfair Display", serif;
  position: relative;
}
.main-banner .banner_box .textbox .leftwrap .bannertestiwrap h4::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 5px;
  width: 38px;
  height: 22px;
  background: url(../images/quatation-image.png) no-repeat;
  background-position: center;
}
.main-banner .banner_box .textbox .leftwrap .bannertestiwrap h5 {
  font-weight: 600;
  color: #B18A46;
}
.main-banner .banner_box .textbox .leftwrap .logolist {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.main-banner .banner_box .textbox .leftwrap .logolist .imgbox {
  float: left;
  width: auto;
  height: 105px;
  text-align: center;
  margin: 0 20px;
}
.main-banner .banner_box .textbox .leftwrap .logolist .imgbox:first-child {
  margin-left: 0px;
}
.main-banner .banner_box .textbox .leftwrap .logolist .imgbox:last-child {
  margin-right: 0px;
}
.main-banner .banner_box .textbox .leftwrap .logolist .imgbox img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-banner .banner_box .textbox .rightwrap {
  float: right;
  width: 45%;
  text-align: right;
  position: absolute;
  right: 0px;
  top: 0px;
}
.main-banner .banner_box .textbox .rightwrap img {
  width: 100%;
}

.casewrap {
  padding: 0 45px;
  margin-top: -80px;
  z-index: 1;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  height: 100%;
}
.casewrap .boxwrap {
  padding: 0px 15px;
  width: 25%;
}
.casewrap .boxwrap:nth-child(even) .box {
  background-color: #24355E;
}
.casewrap .boxwrap:nth-child(odd) .box {
  background-color: #215996;
}
.casewrap .boxwrap .box {
  padding: 27px 30px;
  width: 100%;
  display: inline-block;
  height: 100%;
}
.casewrap .boxwrap .imgwrap {
  width: 100%;
  text-align: center;
  height: 64px;
  margin-bottom: 20px;
}
.casewrap .boxwrap .imgwrap img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.casewrap .boxwrap .detailwrap {
  float: left;
  width: 100%;
  text-align: center;
}
.casewrap .boxwrap .detailwrap h3 {
  font-size: 22px;
  color: #FFFFFF;
  font-weight: 600;
}
.casewrap .boxwrap .detailwrap h6 {
  color: #DFE7EE;
  font-weight: 400;
  padding: 10px 0 5px;
}
.casewrap .boxwrap .detailwrap .chargeswrap {
  width: 100%;
  float: left;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.casewrap .boxwrap .detailwrap .chargeswrap h6 {
  float: left;
  width: 100%;
  color: #FFFFFF;
  font-weight: 600;
  padding: 0 0 10px;
}
.casewrap .boxwrap .detailwrap .chargeswrap ul {
  float: left;
  width: 100%;
  min-height: 54px;
  overflow: hidden;
}
.casewrap .boxwrap .detailwrap .chargeswrap ul li {
  float: none;
  display: contents;
  width: auto;
  color: #DFE7EE;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
}
.casewrap .boxwrap .detailwrap .resultwrap {
  width: 100%;
  float: left;
  text-align: center;
  padding: 10px 0 0;
}
.casewrap .boxwrap .detailwrap .resultwrap h6 {
  color: #efc270;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 0;
  font-size: 18px;
  text-transform: uppercase;
}
.casewrap .boxwrap .detailwrap .resultwrap ul {
  float: left;
  width: 100%;
}
.casewrap .boxwrap .detailwrap .resultwrap ul li {
  float: none;
  display: contents;
  width: auto;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
}

.defense-lawwrap {
  padding-top: 130px;
}
.defense-lawwrap .leftwrap {
  float: left;
  width: 50%;
  padding-left: 30px;
  position: relative;
}
.defense-lawwrap .leftwrap .bgwrap {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: 75%;
  height: 90%;
  position: absolute;
  left: 0;
  top: -30px;
  background-color: #24355E;
}
.defense-lawwrap .leftwrap .bgwrap:before {
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: calc(100% - 26px);
  height: calc(100% - 30px);
  position: absolute;
  left: 8px;
  top: 8px;
  background-color: #215996;
}
.defense-lawwrap .leftwrap .imgbox {
  padding: 5px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.defense-lawwrap .leftwrap .imgbox img {
  width: 100%;
  height: 100%;
}
.defense-lawwrap .rightwrap {
  float: left;
  width: 50%;
  padding-left: 60px;
}
.defense-lawwrap .rightwrap h5 {
  color: #B18A46;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08px;
  padding-bottom: 20px;
}
.defense-lawwrap .rightwrap h2 span {
  color: #1F5996;
}
.defense-lawwrap .rightwrap p {
  padding: 15px 0;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}
.defense-lawwrap .rightwrap .btnbox {
  width: 100%;
  text-align: left;
}
.defense-lawwrap .rightwrap .btnbox .btn-main {
  background: transparent;
  border: 0px solid #DDDDDD;
  color: #B18A46;
  letter-spacing: 0.05px;
  font-weight: 600;
  padding: 0 35px 0 0;
  margin-top: 15px;
  height: auto;
  line-height: initial;
  font-size: 14px;
  background: url(../images/arrow-right-k.svg) no-repeat;
  background-position: center right 5px;
}
.defense-lawwrap .rightwrap .btnbox .btn-main:hover, .defense-lawwrap .rightwrap .btnbox .btn-main:focus, .defense-lawwrap .rightwrap .btnbox .btn-main.active {
  background-position: center right 0px;
}

.btn-more {
  width: auto;
  float: none;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  color: #25558D;
  font-weight: 600;
  margin-top: 30px;
  letter-spacing: 0.05px;
  padding-right: 40px;
  background: url(../images/arrow-right.svg);
}
.btn-more:hover {
  color: #B18A46;
}

.whyricciowrap {
  background-color: #F2F5F8;
  padding: 100px 45px;
}
.whyricciowrap h4 {
  color: #B18A46;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-align: center;
  margin-bottom: 10px;
}
.whyricciowrap h2 {
  text-align: center;
  margin-bottom: 70px;
}
.whyricciowrap .boxwrap {
  padding: 40px 20px 50px;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 2px;
  transition: all 0.5s ease 0s;
}
.whyricciowrap .boxwrap .imgwrap {
  width: 190px;
  height: 190px;
  background-color: #F9FBFD;
  border: 2px solid #B18A47;
  border-radius: 100%;
  text-align: center;
  float: none;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
}
.whyricciowrap .boxwrap .imgwrap .imgbox {
  width: 170px;
  height: 170px;
  float: none;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 100%;
  transition: all 0.5s ease 0s;
}
.whyricciowrap .boxwrap .imgwrap .imgbox img {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.whyricciowrap .boxwrap .imgwrap .imgbox img.img2 {
  display: none;
  transition: all 0.5s ease 0s;
}
.whyricciowrap .boxwrap .detailwrap {
  float: left;
  width: 100%;
  text-align: center;
}
.whyricciowrap .boxwrap .detailwrap h6 {
  color: #333333;
  font-weight: 600;
  padding: 40px 0 20px;
  font-size: 22px;
  letter-spacing: 0.03px;
  text-transform: uppercase;
}
.whyricciowrap .boxwrap .detailwrap p {
  padding: 10px 0 0;
  color: #333333;
  font-weight: 400;
}
.whyricciowrap .boxwrap:hover {
  cursor: pointer;
}
.whyricciowrap .boxwrap:hover .imgwrap {
  border: 2px dashed #B18A47;
}
.whyricciowrap .boxwrap:hover .imgwrap .imgbox {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2f6db3+0,25568e+100 */
  background: rgb(47, 109, 179);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgb(47, 109, 179) 0%, rgb(37, 86, 142) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2f6db3", endColorstr="#25568e", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.whyricciowrap .boxwrap:hover .imgwrap .imgbox img.img1 {
  display: none;
}
.whyricciowrap .boxwrap:hover .imgwrap .imgbox img.img2 {
  display: block;
}

.videowrap {
  float: left;
  width: 100%;
}
.videowrap .videobox {
  float: left;
  width: 100%;
}
.videowrap .videobox h2 {
  text-align: center;
  margin-bottom: 30px;
}
.videowrap .videobox h4 {
  color: #B18A46;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-align: center;
  margin-bottom: 10px;
}
.videowrap .videobox .videoslider {
  padding: 0 13%;
  width: 100%;
  float: left;
}
.videowrap .videobox .videoslider .slick-slide {
  margin: 0 130px !important;
  opacity: 0.1;
}
.videowrap .videobox .videoslider .slick-slide.slick-active {
  opacity: 1;
}
.videowrap .videobox .videoslider .box {
  width: 100%;
  float: left;
}
.videowrap .videobox .videoslider .box .video {
  text-align: center;
  padding: 5px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  height: 510px;
}
.videowrap .videobox .videoslider .box .video iframe {
  width: 100%;
  height: 500px;
}
.videowrap .videobox .videoslider .box h6 {
  float: left;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  margin: 10px 0 0;
}
.videowrap .videobox .videoslider .slick-arrow {
  width: 53px;
  height: 10px;
  border-radius: 0px;
  font-size: 0px;
}
.videowrap .videobox .videoslider .slick-arrow.slick-prev {
  background: url(../images/arrow-icon-l.svg) no-repeat center;
  left: 11%;
  top: 50%;
}
.videowrap .videobox .videoslider .slick-arrow.slick-next {
  background: url(../images/arrow-icon-r.svg) no-repeat center;
  right: 11%;
  top: 50%;
}
.videowrap .videobox .videoslider .slick-arrow:focus {
  outline: none;
  box-shadow: none;
  border: 0px;
  outline: none;
}

.contact-box-wrap {
  position: relative;
  background-color: #F2F5F8 !important;
}
.contact-box-wrap .toughboxwrap {
  padding: 0 120px;
  z-index: 11;
  position: relative;
}
.contact-box-wrap .toughboxwrap .textbox {
  float: left;
  width: 100%;
  border: 5px solid #B18A47;
  border-bottom: 0px;
  padding: 60px 60px 0 60px;
  text-align: center;
  position: relative;
}
.contact-box-wrap .toughboxwrap .textbox:before, .contact-box-wrap .toughboxwrap .textbox:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: calc(50% - 167px);
  height: 5px;
  background-color: #B18A47;
}
.contact-box-wrap .toughboxwrap .textbox:after {
  left: auto;
  right: 0px;
}
.contact-box-wrap .toughboxwrap .textbox h2 {
  color: #1A2D55;
  font-size: 86px;
}
.contact-box-wrap .toughboxwrap .textbox h4 {
  color: #333333;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.8px;
  padding: 20px 0 25px;
}
.contact-box-wrap .toughboxwrap .textbox p {
  color: #333333;
  padding: 15px 0 0;
  font-size: 22px;
  line-height: 170%;
  font-weight: 400;
}
.contact-box-wrap .toughboxwrap .textbox .btnbox {
  margin-bottom: -34px;
}
.contact-box-wrap .toughboxwrap .textbox .btnbox .btn-main {
  margin-top: 30px;
  padding: 0 50px;
  font-weight: 600;
  background-color: #B18A47;
  letter-spacing: 0.5px;
}
.contact-box-wrap .toughboxwrap .textbox .btnbox .btn-main:hover {
  color: #B18A47;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.llcwrap {
  background-color: #F2F5F8;
}
.llcwrap .textbox {
  float: left;
  width: 100%;
}
.llcwrap .textbox h4 {
  color: #B18A46;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-align: center;
  margin-bottom: 10px;
}
.llcwrap .textbox h2 {
  font-weight: 600;
  text-align: center;
  margin: 0px 0 40px;
}
.llcwrap .textbox .leftwrap {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.llcwrap .textbox .leftwrap:nth-child(even) {
  padding-right: 0px;
}
.llcwrap .textbox .leftwrap:nth-child(odd) {
  padding-left: 0px;
}
.llcwrap .textbox .leftwrap .map iframe {
  width: 100%;
  height: 500px;
}
.llcwrap .textbox .leftwrap .listbox {
  float: left;
  width: 100%;
  padding: 0 70px 0 30px;
  margin-top: -80px;
}
.llcwrap .textbox .leftwrap .listbox .detailwrap {
  float: left;
  width: 100%;
  padding: 40px;
  background-color: #fff;
  box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}
.llcwrap .textbox .leftwrap .listbox .detailwrap h3 {
  color: #333;
  letter-spacing: 0.03px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.llcwrap .textbox .leftwrap .listbox .detailwrap ul {
  float: left;
  width: 100%;
}
.llcwrap .textbox .leftwrap .listbox .detailwrap ul li {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
.llcwrap .textbox .leftwrap .listbox .detailwrap ul li:last-child {
  padding-bottom: 0px;
}
.llcwrap .textbox .leftwrap .listbox .detailwrap ul li:last-child a {
  padding-bottom: 0px;
}
.llcwrap .textbox .leftwrap .listbox .detailwrap ul li.address {
  width: 100%;
}
.llcwrap .textbox .leftwrap .listbox .detailwrap ul li.address a {
  background: url(../images/ic-location-blue.svg) no-repeat;
  background-position: left top 6px;
}
.llcwrap .textbox .leftwrap .listbox .detailwrap ul li.phone {
  width: 100%;
}
.llcwrap .textbox .leftwrap .listbox .detailwrap ul li.phone a {
  background: url(../images/ic-call-blue.svg) no-repeat;
  background-position: left top 6px;
}
.llcwrap .textbox .leftwrap .listbox .detailwrap ul li a {
  float: left;
  width: 100%;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}
.llcwrap .textbox .leftwrap .listbox .detailwrap ul li a span {
  padding-right: 5px;
  color: #333333;
  text-transform: uppercase;
}
.llcwrap .textbox .leftwrap .listbox .detailwrap ul li a br {
  display: none;
}
.llcwrap .textbox .leftwrap .listbox .detailwrap ul li a:hover, .llcwrap .textbox .leftwrap .listbox .detailwrap ul li a:focus {
  color: #B18A46;
}
.llcwrap.contactwrap .textbox {
  padding: 0 40px;
}
.llcwrap.contactwrap .textbox .leftwrap {
  padding: 0 70px;
}
.llcwrap.contactwrap .textbox .leftwrap:nth-child(odd) {
  padding-left: 0px;
}
.llcwrap.contactwrap .textbox .leftwrap:nth-child(even) {
  padding-right: 0px;
}
.llcwrap.contactwrap .textbox .leftwrap .listbox {
  padding: 0 20px 0;
  z-index: 111;
}
.llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap {
  padding: 0px;
  background: transparent;
  box-shadow: none;
}
.llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap h3 {
  width: 500px;
  background-color: #FFFFFF;
  padding: 30px;
  font-size: 30px;
  font-weight: 600;
  color: #1A2D55;
  letter-spacing: 0.3px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  text-transform: capitalize;
  margin-bottom: 45px;
}
.llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li {
  float: left;
  width: 50%;
  padding-right: 5px;
}
.llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li:nth-child(2) {
  padding-right: 0px;
}
.llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li a {
  color: #333333;
  font-size: 26px;
  font-weight: 300;
  line-height: 130%;
}
.llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li a:hover {
  color: #B18A46;
}
.llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.address {
  width: 58%;
}
.llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.address a {
  background: url(../images/ic-location-black.svg) no-repeat;
  background-position: left top 6px;
}
.llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.phone {
  width: 42%;
}
.llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.phone a {
  background: url(../images/ic-call-black.svg) no-repeat;
  background-position: left top 6px;
}
.llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li span {
  display: none;
}
.llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.getdirwrap {
  float: left;
  width: auto;
  clear: both;
  padding: 20px 0 0;
}
.llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.getdirwrap a {
  padding: 0px 35px 0 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #B18A46;
  background: url(../images/arrow-right-g.svg) no-repeat;
  background-position: center right 5px;
  clear: both;
}
.llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.getdirwrap a:hover {
  background-position: center right 0px;
}

.reviewwrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 700px;
}
.reviewwrap::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 1;
}
.reviewwrap .textbox {
  float: left;
  width: 50%;
  position: relative;
  z-index: 11;
  padding: 100px 100px 100px 0;
}
.reviewwrap .textbox h4 {
  color: #B18A46;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.reviewwrap .textbox h2 {
  color: #24335E;
  padding: 10px 0 30px;
}
.reviewwrap .textbox .formwrap {
  float: left;
  width: 100%;
  position: relative;
}
.reviewwrap .textbox .formwrap form {
  float: left;
  width: 100%;
  position: relative;
}
.reviewwrap .textbox .formwrap .ginput_container.ginput_container_text {
  margin: 0px;
}
.reviewwrap .textbox .formwrap .gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  margin: 0px 0 0 !important;
}
.reviewwrap .textbox .formwrap .gform_wrapper .field_description_below .gfield_description {
  padding: 0px;
}
.reviewwrap .textbox .formwrap .gform_validation_error .validation_error {
  display: inline-block;
  background-color: #ebdada;
  border: 1px solid #dbbcc1;
  margin: 0 0 30px;
  padding: 15px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  position: relative;
  border-radius: 4px;
}
.reviewwrap .textbox .formwrap .instruction.validation_message {
  display: none;
}
.reviewwrap .textbox .formwrap .gform_wrapper div.validation_error {
  color: red;
}
.reviewwrap .textbox .formwrap .validation_message {
  color: red;
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
}
.reviewwrap .textbox .formwrap ul {
  float: left;
  width: calc(100% + 20px);
  margin: 0 -10px !important;
  padding: 0 0 0 0;
  line-height: 100%;
}
.reviewwrap .textbox .formwrap ul li {
  margin: 0;
  padding: 10px !important;
  float: none;
  width: 50%;
  z-index: 11;
  position: relative;
  display: inline-block;
}
.reviewwrap .textbox .formwrap ul li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .reviewwrap .textbox .formwrap ul li.gfield_error textarea {
  border-bottom: 0px solid #790000 !important;
}
.reviewwrap .textbox .formwrap ul li.gfield.gfield_error {
  background-color: transparent;
  border: 0px;
  padding: 10px;
}
.reviewwrap .textbox .formwrap ul li .ginput_container {
  margin: 0px !important;
}
.reviewwrap .textbox .formwrap ul li label {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #000101;
}
.reviewwrap .textbox .formwrap ul li label.error {
  margin-bottom: 0px;
  width: 100%;
  padding-top: 2px;
  color: #f00;
  display: inline-block;
  vertical-align: top;
  height: auto;
  line-height: 120%;
  font-size: 18px;
}
.reviewwrap .textbox .formwrap ul li#field_1_5 {
  width: 100%;
}
.reviewwrap .textbox .formwrap select {
  background: #fff url(../images/drop-arrow.svg) no-repeat right 15px center;
}
.reviewwrap .textbox .formwrap textarea {
  padding: 20px;
  height: 110px;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.25s ease 0s;
  border-radius: 0px;
  border: 0px;
}
.reviewwrap .textbox .formwrap textarea,
.reviewwrap .textbox .formwrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8D9FB1;
}
.reviewwrap .textbox .formwrap textarea,
.reviewwrap .textbox .formwrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #8D9FB1;
}
.reviewwrap .textbox .formwrap textarea,
.reviewwrap .textbox .formwrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #8D9FB1;
}
.reviewwrap .textbox .formwrap textarea,
.reviewwrap .textbox .formwrap :-moz-placeholder {
  /* Firefox 18- */
  color: #8D9FB1;
}
.reviewwrap .textbox .formwrap label {
  display: none;
}
.reviewwrap .textbox .formwrap .gform_body {
  float: left;
  width: 100%;
}
.reviewwrap .textbox .formwrap .gform_wrapper {
  margin: 0px;
}
.reviewwrap .textbox .formwrap .gform_wrapper .gform_footer {
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 20px;
  right: 0px;
  width: auto;
}
.reviewwrap .textbox .formwrap input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.reviewwrap .textbox .formwrap select {
  border: 0px;
  background-color: #FFFFFF;
  padding: 0 20px;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #8D9FB1;
  font-weight: 400;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.25s ease 0s;
  border-radius: 0px;
  background-image: none;
  text-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.reviewwrap .textbox .formwrap input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.reviewwrap .textbox .formwrap select:focus {
  outline: 0;
  box-shadow: none;
}
.reviewwrap .textbox .formwrap label.error {
  margin-bottom: 0px;
  width: 100%;
  padding-top: 2px;
  color: #f00;
  display: inline-block;
  vertical-align: top;
  height: auto;
  line-height: 120%;
  font-size: 14px;
}
.reviewwrap .textbox .formwrap .gform_confirmation_wrapper {
  width: 100%;
  text-align: left;
  float: left;
  color: #02ff00;
}
.reviewwrap .textbox .formwrap .gform_confirmation_wrapper .gform_confirmation_message {
  background-color: #3c763d !important;
  font-size: 18px;
  margin: 15px 0;
  padding: 10px 30px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.reviewwrap .textbox .formwrap .gform_button {
  float: none;
  margin: 0 auto;
  text-transform: uppercase;
  background-color: rgb(177, 138, 71);
  height: 68px;
  line-height: 68px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 0 46px;
  margin-top: 0px;
  letter-spacing: 0.5px;
  border-radius: 0%;
  border: 0px;
}
.reviewwrap .textbox .formwrap .gform_button:focus, .reviewwrap .textbox .formwrap .gform_button:hover {
  box-shadow: none;
  background-color: #fff;
  color: #B18A46;
}

.areaswrap.typecaseswrap {
  padding-bottom: 50px;
}
.areaswrap h4 {
  color: #B18A46;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-align: center;
  margin-bottom: 10px;
}
.areaswrap h2 {
  text-align: center;
  margin-bottom: 30px;
}
.areaswrap .textbox {
  width: 100%;
  float: left;
}
.areaswrap .textbox ul {
  width: 100%;
  float: left;
  padding: 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.areaswrap .textbox ul li {
  float: left;
  width: 20%;
  padding: 0 20px;
  transition: 0.5s all ease;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.areaswrap .textbox ul li a {
  float: left;
  width: 100%;
  padding: 40px 20px;
  height: 100%;
  position: relative;
  text-transform: uppercase;
}
.areaswrap .textbox ul li a::before {
  width: 40px;
  height: 40px;
  position: absolute;
  content: "";
  bottom: -20px;
  left: 42%;
  background: #DFE7EE url(../images/plush-icon-b.svg) no-repeat;
  background-position: center;
  border-radius: 100%;
  z-index: 11;
}
.areaswrap .textbox ul li a:hover .content-details {
  height: 100%;
  margin-top: 0;
  opacity: 1;
}
.areaswrap .textbox ul li a:hover::before {
  background: #B18A47 url(../images/minus-icon.svg) no-repeat;
  background-position: center;
}
.areaswrap .textbox ul li .textwrap {
  float: left;
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
  box-shadow: 0px 0px 30px 0px rgba(36, 53, 94, 0.1);
}
.areaswrap .textbox ul li .textwrap .image {
  text-align: center;
  height: 90px;
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
}
.areaswrap .textbox ul li .textwrap .image img {
  float: none;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
}
.areaswrap .textbox ul li .textwrap h5 {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
  letter-spacing: 0.03px;
}
.areaswrap .textbox ul li .textwrap .content-details {
  width: 100%;
  height: 0px;
  left: 0;
  bottom: 0;
  margin-top: 100%;
  padding: 30px 10px 10px 10px;
  overflow: hidden;
  transition: all 0.3s linear;
  position: absolute;
  background-color: #24355E;
  text-align: center;
  opacity: 0;
}
.areaswrap .textbox ul li .textwrap .content-details h5 {
  color: #FFFFFF;
  margin: 0px;
}
.areaswrap .textbox ul li .textwrap .content-details p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 0 0;
  line-height: 150%;
  text-transform: none;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  font-size: 16px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.areaswrap .btnbox {
  text-align: center;
}
.areaswrap .btnbox .btn-main {
  background: transparent;
  border: 1px solid #DDDDDD;
  color: #B18A46;
  letter-spacing: 0.05px;
  font-weight: 600;
  padding: 0 30px;
  margin-top: 30px;
}
.areaswrap .btnbox .btn-main:hover, .areaswrap .btnbox .btn-main:focus, .areaswrap .btnbox .btn-main.active {
  background: #B18A46;
  border: 1px solid #B18A46;
  color: #FFFFFF;
}

.testimonialboxxwrap {
  float: left;
  width: 100%;
}
.testimonialboxxwrap .box {
  float: left;
  width: 100%;
}
.testimonialboxxwrap .box ul {
  float: left;
  width: 100%;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 40px;
       column-gap: 40px;
  counter-reset: item-counter;
}
.testimonialboxxwrap .box ul li {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  box-sizing: border-box;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.testimonialboxxwrap .box ul li .boxwrap {
  float: left;
  width: 100%;
  text-align: center;
  padding: 120px 50px 50px;
  background-color: #F2F5F8;
  background-image: url(../images/testimonial-quatation.png);
  background-repeat: no-repeat;
  background-position: center top 50px;
  height: 100%;
}
.testimonialboxxwrap .box ul li .boxwrap p {
  font-style: italic;
  color: #333333;
  font-size: 16px;
  padding-top: 0px;
}
.testimonialboxxwrap .box ul li .boxwrap p:first-child {
  padding-top: 0px;
}
.testimonialboxxwrap .box ul li .boxwrap h6 {
  font-size: 26px;
  color: #24335E;
  font-weight: 700;
  letter-spacing: 0.03px;
  font-family: "Playfair Display", serif;
  padding: 20px 0 0;
  line-height: 140%;
  margin-bottom: 10px;
}
.testimonialboxxwrap .box ul li .boxwrap .rating {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(2):before,
.testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(3):before,
.testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(4):before,
.testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(5):before {
  background-image: url(../images/star-icon.svg);
  background-size: 20px;
}
.testimonialboxxwrap .box ul li .boxwrap .rating.star2 .stars:nth-child(3):before,
.testimonialboxxwrap .box ul li .boxwrap .rating.star2 .stars:nth-child(4):before,
.testimonialboxxwrap .box ul li .boxwrap .rating.star2 .stars:nth-child(5):before {
  background-image: url(../images/star-icon.svg);
  background-size: 20px;
}
.testimonialboxxwrap .box ul li .boxwrap .rating.star3 .stars:nth-child(4):before,
.testimonialboxxwrap .box ul li .boxwrap .rating.star3 .stars:nth-child(5):before {
  background-image: url(../images/star-icon.svg);
  background-size: 20px;
}
.testimonialboxxwrap .box ul li .boxwrap .rating.star4 .stars:nth-child(5):before {
  background-image: url(../images/star-icon.svg);
  background-size: 20px;
}
.testimonialboxxwrap .box ul li .boxwrap .rating .stars {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 2px;
  display: inline-block;
}
.testimonialboxxwrap .box ul li .boxwrap .rating .stars:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  background-image: url(../images/star-img.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 0px;
  background-size: contain;
  text-align: center;
}
.testimonialboxxwrap .box ul li .boxwrap .rating .stars:first-child {
  margin-left: 0px;
}
.testimonialboxxwrap .box ul li .boxwrap .rating .stars:last-child {
  margin-right: 0px;
}
.testimonialboxxwrap .box .fullwrap .btn-main {
  background-color: #b18a47;
  color: #FFFFFF;
  padding: 0 50px;
  margin-top: 40px;
}
.testimonialboxxwrap .box .fullwrap .btn-main:hover {
  color: #B18A47;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

button:focus {
  outline: none;
  box-shadow: none;
}

.testimonial-wrapper {
  background-color: #F2F5F8;
  position: relative;
}
.testimonial-wrapper::before {
  position: absolute;
  content: "";
  width: 58%;
  height: 100%;
  top: 0px;
  right: 0px;
  background-color: #25568E;
  z-index: 1;
}
.testimonial-wrapper .testimonial {
  float: left;
  overflow: hidden;
  z-index: 11;
  position: relative;
}
.testimonial-wrapper .testimonial .title-wrap {
  width: 53%;
  float: right;
  padding: 0 60px 0 140px;
  position: absolute;
  right: 40px;
  top: 45px;
}
.testimonial-wrapper .testimonial .title-wrap h4 {
  color: #B18A46;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.testimonial-wrapper .testimonial .title-wrap h2 {
  color: #FFFFFF;
  font-weight: 600;
  margin: 20px 0 0px;
}
.testimonial-wrapper .testimonial .title-wrap .rating {
  display: inline-block;
  width: 126px;
  text-align: center;
  position: absolute;
  right: 220px;
  top: 150px;
}
.testimonial-wrapper .testimonial .title-wrap .rating:before {
  content: "";
  position: absolute;
  width: 550px;
  height: 1px;
  background-color: #fff;
  right: 115px;
  top: 11px;
}
.testimonial-wrapper .testimonial .title-wrap .rating .stars {
  position: relative;
  width: 21px;
  height: 20px;
  margin: 0 0px;
  display: inline-block;
}
.testimonial-wrapper .testimonial .title-wrap .rating .stars:before {
  position: absolute;
  content: "";
  padding: 10px;
  transition: all 0.2s;
  background: url(../images/star-img-w.png) no-repeat;
  left: 0px;
  background-size: contain;
  text-align: center;
}
.testimonial-wrapper .testimonial .title-wrap .rating .stars:first-child {
  margin-left: 0px;
}
.testimonial-wrapper .testimonial .title-wrap .rating .stars:last-child {
  margin-right: 0px;
}
.testimonial-wrapper .testimonial .imgbox {
  float: left;
  width: 47%;
  padding-left: 60px;
}
.testimonial-wrapper .testimonial .imgbox img {
  width: auto;
  height: 510px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0px;
}
.testimonial-wrapper .testimonial .btnbox {
  position: absolute;
  bottom: 0;
  left: 29%;
  width: auto;
}
.testimonial-wrapper .testimonial .btnbox .btn-main {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.5px;
}
.testimonial-wrapper .testimonial .btnbox .btn-main:hover {
  background-color: #fff;
  color: #B18A47;
}
.testimonial-wrapper .testimonial .testimonial-slider {
  width: 53%;
  float: right;
  overflow: hidden;
}
.testimonial-wrapper .testimonial .testimonial-slider.slick-slider {
  padding: 0 100px 150px 100px;
}
.testimonial-wrapper .testimonial .testimonial-slider .slick-list {
  overflow: hidden;
  padding: 0px !important;
}
.testimonial-wrapper .testimonial .testimonial-slider .slick-arrow {
  width: 53px;
  height: 10px;
  background: transparent;
  border: 0px;
  border-radius: 0px;
  font-size: 0px;
  top: auto;
  bottom: 30px;
}
.testimonial-wrapper .testimonial .testimonial-slider .slick-arrow.slick-prev {
  background: url(../images/arrow-icon-lw.svg) no-repeat center;
  left: 100px;
}
.testimonial-wrapper .testimonial .testimonial-slider .slick-arrow.slick-next {
  background: url(../images/arrow-icon-rw.svg) no-repeat center;
  left: 183px;
}
.testimonial-wrapper .testimonial .testimonial-slider ul.slick-dots {
  float: right;
  width: auto;
  position: absolute;
  right: 100px;
  border: 0;
  bottom: 30px;
  display: none;
}
.testimonial-wrapper .testimonial .testimonial-slider ul.slick-dots li {
  width: auto;
  display: none;
}
.testimonial-wrapper .testimonial .testimonial-slider ul.slick-dots li a {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
  background: transparent;
  padding: 0 10px;
}
.testimonial-wrapper .testimonial .testimonial-slider ul.slick-dots li.slick-active a {
  color: #FFFFFF;
}
.testimonial-wrapper .testimonial .testimonial-slider .slick-dots li.slick-active,
.testimonial-wrapper .testimonial .testimonial-slider .slick-dots li.slick-active + li,
.testimonial-wrapper .testimonial .testimonial-slider .slick-dots li.slick-active + li + li {
  display: inline-block;
}
.testimonial-wrapper .testimonial .testimonial-slider .slick-dots li:nth-last-child(1),
.testimonial-wrapper .testimonial .testimonial-slider .slick-dots li:nth-last-child(2),
.testimonial-wrapper .testimonial .testimonial-slider .slick-dots li:nth-last-child(3) {
  display: inline-block;
}
.testimonial-wrapper .testimonial .testimonial-slider .slick-dots li.slick-active ~ li:nth-last-child(1),
.testimonial-wrapper .testimonial .testimonial-slider .slick-dots li.slick-active ~ li:nth-last-child(2),
.testimonial-wrapper .testimonial .testimonial-slider .slick-dots li.slick-active ~ li:nth-last-child(3) {
  display: none;
}
.testimonial-wrapper .testimonial .testimonial-slider .slick-dots li.slick-active + li + li:nth-last-child(3),
.testimonial-wrapper .testimonial .testimonial-slider .slick-dots li.slick-active + li + li:nth-last-child(2),
.testimonial-wrapper .testimonial .testimonial-slider .slick-dots li.slick-active + li + li:nth-last-child(1),
.testimonial-wrapper .testimonial .testimonial-slider .slick-dots li.slick-active + li:nth-last-child(3),
.testimonial-wrapper .testimonial .testimonial-slider .slick-dots li.slick-active + li:nth-last-child(2),
.testimonial-wrapper .testimonial .testimonial-slider .slick-dots li.slick-active + li:nth-last-child(1) {
  display: inline-block;
}
.testimonial-wrapper .testimonial .boardwrap {
  float: left;
  width: 100%;
  position: relative;
}
.testimonial-wrapper .testimonial .boardwrap .textbox {
  float: left;
  width: 100%;
  padding: 240px 0px 0;
  position: relative;
  min-height: 500px;
}
.testimonial-wrapper .testimonial .boardwrap .textbox p {
  font-size: 22px;
  color: #fff;
  line-height: 170%;
  position: relative;
}
.testimonial-wrapper .testimonial .boardwrap .textbox p:nth-child(1) {
  text-indent: 55px;
  background: url(../images/testimonial-quatation-img.png) no-repeat;
  background-position: left top 12px;
}
.testimonial-wrapper .testimonial .boardwrap .textbox h5 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  font-style: italic;
}

.areaswrap .container,
.tabs-wrapper .container {
  position: relative;
}
.areaswrap a.nav-tabs-dropdown,
.tabs-wrapper a.nav-tabs-dropdown {
  font-size: 60px;
  font-weight: 600;
  line-height: 140%;
  color: #243133;
  text-align: left;
  position: absolute;
  top: 120px;
  left: 0px;
  display: none;
}
.areaswrap ul.nav-tabs,
.tabs-wrapper ul.nav-tabs {
  float: none;
}
.areaswrap ul.nav-tabs li.nav-item,
.tabs-wrapper ul.nav-tabs li.nav-item {
  width: auto;
  float: none;
  padding: 0 20px 0 0;
}
.areaswrap ul.nav-tabs li.nav-item a,
.tabs-wrapper ul.nav-tabs li.nav-item a {
  float: left;
  width: auto;
  min-width: 300px;
  text-align: left;
  padding: 0px 50px;
  background-color: transparent;
  border: 1px solid #DDDDDD;
  border-radius: 0px;
  transition: all 0.25s ease 0s;
}
.areaswrap ul.nav-tabs li.nav-item a:hover,
.tabs-wrapper ul.nav-tabs li.nav-item a:hover {
  border: 1px solid #B18A46;
  background-color: #B18A46;
}
.areaswrap ul.nav-tabs li.nav-item a:hover h6,
.tabs-wrapper ul.nav-tabs li.nav-item a:hover h6 {
  color: #fff;
}
.areaswrap ul.nav-tabs li.nav-item a.nav-link.active, .areaswrap ul.nav-tabs li.nav-item a:hover, .areaswrap ul.nav-tabs li.nav-item a:focus,
.tabs-wrapper ul.nav-tabs li.nav-item a.nav-link.active,
.tabs-wrapper ul.nav-tabs li.nav-item a:hover,
.tabs-wrapper ul.nav-tabs li.nav-item a:focus {
  border: 1px solid #B18A46;
  background-color: #B18A46;
}
.areaswrap ul.nav-tabs li.nav-item a.nav-link.active h6, .areaswrap ul.nav-tabs li.nav-item a:hover h6, .areaswrap ul.nav-tabs li.nav-item a:focus h6,
.tabs-wrapper ul.nav-tabs li.nav-item a.nav-link.active h6,
.tabs-wrapper ul.nav-tabs li.nav-item a:hover h6,
.tabs-wrapper ul.nav-tabs li.nav-item a:focus h6 {
  color: #FFFFFF;
}
.areaswrap ul.nav-tabs li.nav-item a h6,
.tabs-wrapper ul.nav-tabs li.nav-item a h6 {
  color: #B18A46;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.areaswrap ul.list {
  width: 100%;
  float: left;
  padding: 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.areaswrap ul.list li {
  float: left;
  width: 20%;
  padding: 0 20px;
  transition: 0.5s all ease;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.areaswrap ul.list li a {
  float: left;
  width: 100%;
  padding: 40px 20px;
  height: 100%;
  position: relative;
  text-transform: uppercase;
}
.areaswrap ul.list li a::before {
  width: 40px;
  height: 40px;
  position: absolute;
  content: "";
  bottom: -20px;
  left: 42%;
  background: #DFE7EE url(../images/plush-icon-b.svg) no-repeat;
  background-position: center;
  border-radius: 100%;
  z-index: 11;
}
.areaswrap ul.list li a:hover .content-details {
  height: 100%;
  margin-top: 0;
  opacity: 1;
}
.areaswrap ul.list li a:hover::before {
  background: #B18A47 url(../images/minus-icon.svg) no-repeat;
  background-position: center;
}
.areaswrap ul.list li .textwrap {
  float: left;
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
  box-shadow: 0px 0px 30px 0px rgba(36, 53, 94, 0.1);
}
.areaswrap ul.list li .textwrap .image {
  text-align: center;
  height: 90px;
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
}
.areaswrap ul.list li .textwrap .image img {
  float: none;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
}
.areaswrap ul.list li .textwrap h5 {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
  letter-spacing: 0.03px;
}
.areaswrap ul.list li .textwrap .content-details {
  width: 100%;
  height: 0px;
  left: 0;
  bottom: 0;
  margin-top: 100%;
  padding: 30px 10px 10px 10px;
  overflow: hidden;
  transition: all 0.3s linear;
  position: absolute;
  background-color: #24355E;
  text-align: center;
  opacity: 0;
}
.areaswrap ul.list li .textwrap .content-details h5 {
  color: #FFFFFF;
  margin: 0px;
}
.areaswrap ul.list li .textwrap .content-details p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 0 0;
  line-height: 150%;
  text-transform: none;
  display: -webkit-box;
  max-width: 100%;
  height: 110px;
  margin: 0 auto;
  font-size: 16px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.areaswrap ul.nav-tabs {
  margin: 10px auto 50px;
  width: 100%;
  float: none;
  text-align: center;
  position: sticky;
  top: 120px;
  border: 0px;
  display: inline-block;
}
.areaswrap ul.nav-tabs li.nav-item {
  width: auto;
  display: inline-block;
  flex-basis: inherit;
  flex-grow: inherit;
}
.areaswrap ul.nav-tabs li.nav-item:last-child {
  padding-right: 0;
}

.sttorneywrap {
  position: relative;
}
.sttorneywrap::before {
  position: absolute;
  content: "";
  width: 632px;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #F2F5F8;
  z-index: -1;
}
.sttorneywrap .textbox {
  float: left;
  width: 100%;
  z-index: 1;
  position: relative;
}
.sttorneywrap .textbox .leftwrap {
  float: left;
  width: 525px;
}
.sttorneywrap .textbox .leftwrap .imgbox {
  float: left;
  width: 100%;
  padding: 15px 0 0 15px;
  position: relative;
}
.sttorneywrap .textbox .leftwrap .imgbox::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  background-color: #215996;
  z-index: -1;
}
.sttorneywrap .textbox .leftwrap .imgbox img {
  width: 100%;
}
.sttorneywrap .textbox .leftwrap .socialdetail {
  float: left;
  width: 423px;
  padding: 70px 0 0;
  position: relative;
}
.sttorneywrap .textbox .leftwrap .socialdetail .googlereviewbox {
  float: right;
  width: 330px;
  top: -40px;
  right: 0;
  position: absolute;
  background-color: #FFFFFF;
  padding: 20px 30px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}
.sttorneywrap .textbox .leftwrap .socialdetail ul.sociallist {
  float: left;
  width: 100%;
  padding: 0px 0 40px;
  border: 0px;
  border-bottom: 1px solid #B18A47;
  margin: 0px 0 7px;
}
.sttorneywrap .textbox .leftwrap .socialdetail ul.sociallist li {
  padding: 7px 0;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
}
.sttorneywrap .textbox .leftwrap .socialdetail ul.sociallist li::before {
  display: none;
}
.sttorneywrap .textbox .leftwrap .socialdetail ul.sociallist li span {
  font-size: 18px;
  color: #24335E;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}
.sttorneywrap .textbox .leftwrap .socialdetail ul.sociallist li a {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.sttorneywrap .textbox .leftwrap .socialdetail ul.sociallist li a:hover {
  color: #B18A46;
}
.sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar {
  float: left;
  width: 100%;
  border-top: 1px solid #B18A47;
  border-bottom: 1px solid #B18A47;
  margin: 7px 0;
  padding: 40px 0;
}
.sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li {
  float: left;
  width: 100%;
  padding: 10px 0px 10px 20px;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  position: relative;
  line-height: 140%;
}
.sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 12px;
  left: 0px;
  top: 15px;
  background-color: #B18A47;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li.list:first-child {
  color: #24335E;
  font-size: 30px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}
.sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li.list:first-child::before {
  top: 27px;
  left: -4px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 50% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 50% 50%);
}
.sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li.list:first-child::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 40px;
  left: 0px;
  top: 12px;
  background-color: #B18A47;
}
.sttorneywrap .textbox .leftwrap .socialdetail .boxbottom {
  float: left;
  width: 100%;
  margin: 7px 0;
  border-top: 1px solid #B18A47;
  padding: 40px 0 0;
}
.sttorneywrap .textbox .leftwrap .socialdetail .boxbottom h4 {
  font-size: 30px;
  font-weight: 700;
  color: #24335E;
  font-family: "Playfair Display", serif;
  padding: 0 0 25px 20px;
  position: relative;
}
.sttorneywrap .textbox .leftwrap .socialdetail .boxbottom h4::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 12px;
  top: 27px;
  left: -4px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 50% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 50% 50%);
  background-color: #B18A47;
}
.sttorneywrap .textbox .leftwrap .socialdetail .boxbottom h4::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 40px;
  left: 0px;
  top: 12px;
  background-color: #B18A47;
}
.sttorneywrap .textbox .leftwrap .socialdetail .boxbottom .listbox {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #DDDDDD;
}
.sttorneywrap .textbox .leftwrap .socialdetail .boxbottom .listbox h6 {
  font-size: 20px;
  color: #24335E;
  padding: 0 0 10px 20px;
  position: relative;
  font-weight: 500;
}
.sttorneywrap .textbox .leftwrap .socialdetail .boxbottom .listbox h6::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 12px;
  left: 0px;
  top: 6px;
  background-color: #B18A47;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.sttorneywrap .textbox .leftwrap .socialdetail .boxbottom .listbox ul li {
  float: left;
  width: 100%;
  padding: 5px 0px 5px 20px;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  position: relative;
  line-height: 140%;
}
.sttorneywrap .textbox .leftwrap .socialdetail h5 {
  font-size: 16px;
  color: #24335E;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  padding: 7px 0;
}
.sttorneywrap .textbox .leftwrap .socialdetail h5 span {
  color: #333333;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.sttorneywrap .textbox .rightwrap {
  float: right;
  width: calc(100% - 525px);
  padding-left: 80px;
}
.sttorneywrap .textbox .rightwrap .imgboxright {
  display: none;
}
.sttorneywrap .textbox .rightwrap h4 {
  color: #B18A46;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.sttorneywrap .textbox .rightwrap h2 {
  font-weight: 600;
  margin: 10px 0 20px;
}
.sttorneywrap .textbox .rightwrap p {
  padding: 15px 0;
}
.sttorneywrap .textbox .rightwrap .logowrap {
  float: left;
  width: 100%;
}
.sttorneywrap .textbox .rightwrap .logowrap h3 {
  font-size: 40px;
  font-weight: 700;
  color: #24335E;
  letter-spacing: 0.03px;
  font-family: "Playfair Display", serif;
  padding: 35px 0 20px 0;
}
.sttorneywrap .textbox .rightwrap .logowrap ul {
  float: left;
  width: 100%;
}
.sttorneywrap .textbox .rightwrap .logowrap ul li {
  float: left;
  width: 180px;
  height: 150px;
  padding: 0 10px;
  margin-top: 20px;
}
.sttorneywrap .textbox .rightwrap .logowrap ul li .imgbox {
  width: 100%;
  height: 100%;
  padding: 20px;
  float: left;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.sttorneywrap .textbox .rightwrap .logowrap ul li .imgbox img {
  width: auto;
  height: auto;
}
.sttorneywrap .textbox .rightwrap .logowrap ul li:first-child {
  padding-left: 0px;
}
.sttorneywrap .textbox .rightwrap .septestimonialwrap {
  margin: 60px 0;
  padding: 70px 0px 70px 80px;
  position: relative;
  background-color: #25568E;
}
.sttorneywrap .textbox .rightwrap .septestimonialwrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  background-color: #25568E;
}
.sttorneywrap .textbox .rightwrap .septestimonialwrap .slick-slider {
  padding: 0px;
  position: relative;
}
.sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox {
  float: left;
}
.sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox p {
  font-size: 20px;
  line-height: 200%;
  padding: 10px 0 0px;
  color: #FFFFFF;
}
.sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox p:first-child {
  text-indent: 65px;
  background: url(../images/testimonial-quatation-img.png) no-repeat;
  background-position: left top 10px;
}
.sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox h5 {
  float: left;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.06px;
  padding: 10px 0 0;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 170%;
}
.sttorneywrap .textbox .rightwrap .septestimonialwrap .slick-list {
  overflow: hidden;
}
.sttorneywrap .textbox .rightwrap .septestimonialwrap .slick-arrow {
  width: 53px;
  height: 10px;
  background: transparent;
  border: 0px;
  border-radius: 0px;
  font-size: 0px;
  top: auto;
  display: none !important;
}
.sttorneywrap .textbox .rightwrap .septestimonialwrap .slick-arrow.slick-prev {
  background: url(../images/arrow-icon-lw.svg) no-repeat center;
  left: 0px;
  bottom: -10px;
}
.sttorneywrap .textbox .rightwrap .septestimonialwrap .slick-arrow.slick-next {
  background: url(../images/arrow-icon-rw.svg) no-repeat center;
  left: 83px;
}
.sttorneywrap .textbox .rightwrap .septestimonialwrap ul.slick-dots {
  float: right;
  width: auto;
  position: relative;
  right: 0;
  bottom: 0px;
  display: none;
}
.sttorneywrap .textbox .rightwrap .septestimonialwrap ul.slick-dots li {
  width: auto;
  display: none;
}
.sttorneywrap .textbox .rightwrap .septestimonialwrap ul.slick-dots li a {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
  background: transparent;
  padding: 0 10px;
}
.sttorneywrap .textbox .rightwrap .septestimonialwrap ul.slick-dots li.slick-active a {
  color: #FFFFFF;
}
.sttorneywrap .textbox .rightwrap .septestimonialwrap .slick-dots li.slick-active,
.sttorneywrap .textbox .rightwrap .septestimonialwrap .slick-dots li.slick-active + li,
.sttorneywrap .textbox .rightwrap .septestimonialwrap .slick-dots li.slick-active + li + li {
  display: inline-block;
}
.sttorneywrap .textbox .rightwrap .septestimonialwrap .slick-dots li:nth-last-child(1),
.sttorneywrap .textbox .rightwrap .septestimonialwrap .slick-dots li:nth-last-child(2),
.sttorneywrap .textbox .rightwrap .septestimonialwrap .slick-dots li:nth-last-child(3) {
  display: inline-block;
}
.sttorneywrap .textbox .rightwrap .septestimonialwrap .slick-dots li.slick-active ~ li:nth-last-child(1),
.sttorneywrap .textbox .rightwrap .septestimonialwrap .slick-dots li.slick-active ~ li:nth-last-child(2),
.sttorneywrap .textbox .rightwrap .septestimonialwrap .slick-dots li.slick-active ~ li:nth-last-child(3) {
  display: none;
}
.sttorneywrap .textbox .rightwrap .septestimonialwrap .slick-dots li.slick-active + li + li:nth-last-child(3),
.sttorneywrap .textbox .rightwrap .septestimonialwrap .slick-dots li.slick-active + li + li:nth-last-child(2),
.sttorneywrap .textbox .rightwrap .septestimonialwrap .slick-dots li.slick-active + li + li:nth-last-child(1),
.sttorneywrap .textbox .rightwrap .septestimonialwrap .slick-dots li.slick-active + li:nth-last-child(3),
.sttorneywrap .textbox .rightwrap .septestimonialwrap .slick-dots li.slick-active + li:nth-last-child(2),
.sttorneywrap .textbox .rightwrap .septestimonialwrap .slick-dots li.slick-active + li:nth-last-child(1) {
  display: inline-block;
}
.sttorneywrap .textbox .rightwrap .boxbottom {
  float: left;
  width: 100%;
}
.sttorneywrap .textbox .rightwrap .boxbottom h4 {
  font-size: 40px;
  font-weight: 700;
  color: #24335E;
  letter-spacing: 0.03px;
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
}
.sttorneywrap .textbox .rightwrap .boxbottom .listbox {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.sttorneywrap .textbox .rightwrap .boxbottom .listbox h6 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  line-height: 140%;
  letter-spacing: 0.03px;
  margin: 0 0 20px;
  padding-left: 20px;
  position: relative;
}
.sttorneywrap .textbox .rightwrap .boxbottom .listbox h6::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 12px;
  top: 9px;
  left: -4px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 50% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 50% 50%);
  background-color: #B18A47;
}
.sttorneywrap .textbox .rightwrap .boxbottom .listbox h6::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  left: 0px;
  top: 0px;
  background-color: #B18A47;
}
.sttorneywrap .textbox .rightwrap .boxbottom .listbox .list {
  float: left;
  width: 50%;
  padding: 10px;
}
.sttorneywrap .textbox .rightwrap .boxbottom .listbox .list:nth-child(even) {
  padding-left: 0px;
}
.sttorneywrap .textbox .rightwrap .boxbottom .listbox .list:nth-child(odd) {
  padding-right: 0px;
}
.sttorneywrap .textbox .rightwrap .boxbottom .listbox .list .box {
  float: left;
  width: 100%;
  height: 100%;
  background-color: #24355E;
  padding: 10px;
}
.sttorneywrap .textbox .rightwrap .boxbottom .listbox .list .box .borderbox {
  padding: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  display: flex;
  align-items: center;
}
.sttorneywrap .textbox .rightwrap .boxbottom .listbox .list .box .borderbox .leftbox {
  float: right;
  width: 100%;
}
.sttorneywrap .textbox .rightwrap .boxbottom .listbox .list .box .borderbox .leftbox h5 {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 140%;
}
.sttorneywrap .textbox .rightwrap .boxbottom .listbox .list .box .borderbox .leftbox ul {
  float: left;
  width: auto;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 18px;
  padding: 10px 0 0;
}
.sttorneywrap .textbox .rightwrap .boxbottom .listbox .list .box .borderbox .leftbox ul li {
  float: none;
  width: auto;
  display: contents;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 18px;
}
.sttorneywrap .textbox .rightwrap .injurylistboxwrap {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.sttorneywrap .textbox .rightwrap .injurylistboxwrap h6 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  line-height: 140%;
  letter-spacing: 0.03px;
  margin: 50px 0 20px;
  padding-left: 20px;
  position: relative;
}
.sttorneywrap .textbox .rightwrap .injurylistboxwrap h6::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 12px;
  top: 9px;
  left: -4px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 50% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 50% 50%);
  background-color: #B18A47;
}
.sttorneywrap .textbox .rightwrap .injurylistboxwrap h6::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  left: 0px;
  top: 0px;
  background-color: #B18A47;
}
.sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop {
  display: flex;
  flex-wrap: wrap;
}
.sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list {
  float: left;
  width: 33.33%;
  padding: 10px;
}
.sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list:nth-child(3n+1) {
  padding-right: 0px;
}
.sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list:nth-child(3n+1) {
  padding-left: 0px;
}
.sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box {
  float: left;
  width: 100%;
  height: 100%;
  background-color: #B18A47;
  padding: 10px;
}
.sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box .borderbox {
  padding: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  display: flex;
  align-items: center;
}
.sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box .borderbox .leftbox {
  float: right;
  width: 100%;
  counter-reset: section;
  text-align: center;
}
.sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box .borderbox .leftbox h5 {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 140%;
}
.sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box .borderbox .leftbox p {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 400;
  padding: 0px;
  letter-spacing: 0.06px;
  text-transform: uppercase;
  line-height: 150%;
}

.criminalwrap .textbox {
  float: left;
  width: 100%;
}
.criminalwrap .textbox .rightwrap {
  float: left;
  width: 50%;
}
.criminalwrap .textbox .rightwrap .imgbox {
  float: left;
  width: 100%;
  padding: 20px 0 0 20px;
  position: relative;
}
.criminalwrap .textbox .rightwrap .imgbox::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #215996;
  z-index: -1;
}
.criminalwrap .textbox .rightwrap .imgbox img {
  width: 100%;
}
.criminalwrap .textbox .leftwrap {
  float: left;
  width: 50%;
  padding-left: 60px;
  margin: 80px 0 0;
}
.criminalwrap .textbox .leftwrap h4 {
  color: #B18A46;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.criminalwrap .textbox .leftwrap h2 {
  font-weight: 600;
  margin: 10px 0 20px;
}
.criminalwrap .textbox .leftwrap h2 span {
  color: #1F5996;
  font-family: "Playfair Display", serif;
}
.criminalwrap .textbox .leftwrap h6 {
  color: #333333;
  font-weight: 600;
  line-height: 180%;
  margin-top: 15px 0 0;
}
.criminalwrap .textbox .leftwrap p {
  padding: 15px 0;
}

.faqwrap {
  background-color: #F2F5F8;
  position: relative;
  min-height: 900px;
  overflow: hidden;
}
.faqwrap::before {
  position: absolute;
  content: "";
  width: 848px;
  height: 100%;
  top: 70px;
  right: 0px;
  background: url(../images/faq-image.png) no-repeat;
  background-size: cover;
}
.faqwrap.detailwrap {
  min-height: auto;
  background-color: transparent;
  padding: 30px 0 0;
}
.faqwrap.detailwrap::before {
  display: none;
}
.faqwrap.detailwrap.mb30 {
  margin-bottom: 30px;
}
.faqwrap.detailwrap .title {
  margin-bottom: 40px !important;
}
.faqwrap.detailwrap .faq .card .card-header .faq-title {
  color: #FFFFFF;
  position: relative;
}
.faqwrap.detailwrap .faq .card .card-header .faq-title::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 29px;
  width: 32px;
  height: 32px;
  border: 1px solid #24335E;
  border-radius: 100px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  background: #24335E url(../images/minus-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.faqwrap.detailwrap .faq .card .card-header .faq-title br {
  display: none;
}
.faqwrap.detailwrap .faq .card .card-header .faq-title.collapsed {
  background-color: #F2F5F8 !important;
  color: #333333;
}
.faqwrap.detailwrap .faq .card .card-header .faq-title.collapsed::before {
  background: #24335E url(../images/plush-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.faqwrap .faq {
  background-color: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.faqwrap .faq .card {
  background: transparent;
  float: left;
  width: 100%;
  margin-top: 25px;
  border: none;
}
.faqwrap .faq .card:first-child {
  margin-top: 0px;
}
.faqwrap .faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  transition: all 0.3s ease 0s;
}
.faqwrap .faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 30px 70px 30px 30px;
  font-weight: 500;
  line-height: 150%;
  font-size: 22px;
  letter-spacing: 0.3px;
  color: #ffffff;
  background-color: #215996;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  position: relative;
}
.faqwrap .faq .card .card-header .faq-title.collapsed {
  background-color: #FFFFFF;
  color: #333333;
}
.faqwrap .faq .card .card-header .faq-title.collapsed .collapse-btn {
  background: transparent;
  border: 1px solid #DAE2EB;
}
.faqwrap .faq .card .card-header .faq-title.collapsed .collapse-btn:after, .faqwrap .faq .card .card-header .faq-title.collapsed .collapse-btn:before {
  background-color: #215996;
}
.faqwrap .faq .card .card-header .faq-title.collapsed .collapse-btn:after {
  opacity: 1;
}
.faqwrap .faq .card .card-header .faq-title .collapse-btn {
  position: absolute;
  right: 30px;
  top: 29px;
  width: 36px;
  height: 36px;
  border: 1px solid #24335E;
  border-radius: 100px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  background-color: #24335E;
}
.faqwrap .faq .card .card-header .faq-title .collapse-btn:before, .faqwrap .faq .card .card-header .faq-title .collapse-btn:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  top: 46%;
  transition: all 0.5s ease 0s;
}
.faqwrap .faq .card .card-header .faq-title .collapse-btn:before {
  width: 17px;
  height: 3px;
  right: 9px;
}
.faqwrap .faq .card .card-header .faq-title .collapse-btn:after {
  height: 17px;
  width: 3px;
  top: 25%;
  right: 16px;
  opacity: 0;
}
.faqwrap .faq .card .card-body {
  float: left;
  width: 100%;
  padding: 20px 30px 15px;
}
.faqwrap .faq .card .card-body p {
  font-size: 16px;
  font-weight: 500;
  float: left;
  width: 100%;
  padding: 10px 0;
}
.faqwrap .faq .card .card-body p:nth-child(1) {
  padding-top: 0px;
}
.faqwrap .faq .card .card-body p:last-child {
  padding-bottom: 0px;
}

.contactformwrap {
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 750px;
}
.contactformwrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 45, 85, 0.81);
}
.contactformwrap h4 {
  color: #B18A46;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-align: center;
  margin-bottom: 10px;
}
.contactformwrap h2 {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 40px !important;
}
.contactformwrap .textbox {
  float: left;
  width: 100%;
  padding: 0 120px;
  position: relative;
}
.contactformwrap .textbox .formwrap {
  float: left;
  width: 100%;
  position: relative;
}
.contactformwrap .textbox .formwrap .ginput_container.ginput_container_text {
  margin: 0px;
}
.contactformwrap .textbox .formwrap form {
  float: left;
  width: 100%;
  position: relative;
}
.contactformwrap .textbox .formwrap .ginput_container.ginput_container_text {
  margin: 0px;
}
.contactformwrap .textbox .formwrap .gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  margin: 0px 0 0 !important;
  background-color: transparent !important;
  border: 0px !important;
}
.contactformwrap .textbox .formwrap .gform_wrapper .field_description_below .gfield_description {
  padding: 0px;
}
.contactformwrap .textbox .formwrap .gform_validation_error .validation_error {
  display: inline-block;
  background-color: #ebdada;
  border: 1px solid #dbbcc1;
  margin: 0 0 30px;
  padding: 15px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  position: relative;
  border-radius: 4px;
}
.contactformwrap .textbox .formwrap .instruction.validation_message {
  display: none;
}
.contactformwrap .textbox .formwrap .gform_wrapper div.validation_error {
  color: red;
}
.contactformwrap .textbox .formwrap .validation_message {
  color: red;
  font-weight: 400;
  font-size: 16px;
  margin-top: 5px;
}
.contactformwrap .textbox .formwrap ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  line-height: 100%;
}
.contactformwrap .textbox .formwrap ul li {
  margin: 0;
  padding: 0 10px 20px !important;
  float: none;
  width: 33.33%;
  z-index: 11;
  position: relative;
  display: inline-block;
}
.contactformwrap .textbox .formwrap ul li .ginput_container {
  margin: 0px !important;
}
.contactformwrap .textbox .formwrap ul li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .contactformwrap .textbox .formwrap ul li.gfield_error textarea,
.contactformwrap .textbox .formwrap ul li .gform_wrapper .gfield_error textarea {
  border: 0px solid #790000 !important;
}
.contactformwrap .textbox .formwrap ul li:first-child input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background: #fff url(../images/ic-user.svg) no-repeat right 20px top 28px !important;
}
.contactformwrap .textbox .formwrap ul li:nth-child(2) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background: #fff url(../images/ic-mail.svg) no-repeat right 20px top 28px !important;
}
.contactformwrap .textbox .formwrap ul li:nth-child(3) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background: #fff url(../images/ic-call-g.svg) no-repeat right 20px top 28px !important;
}
.contactformwrap .textbox .formwrap ul li:nth-child(4) textarea {
  background: #fff url(../images/ic-edit.svg) no-repeat right 20px top 28px !important;
}
.contactformwrap .textbox .formwrap ul li#field_2_4 {
  width: 100%;
  padding-left: 0px;
}
.contactformwrap .textbox .formwrap ul li label {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 140%;
  text-transform: uppercase;
}
.contactformwrap .textbox .formwrap ul li label.error {
  margin-bottom: 0px;
  width: 100%;
  padding-top: 2px;
  color: #f00;
  display: inline-block;
  vertical-align: top;
  height: auto;
  line-height: 120%;
  font-size: 18px;
}
.contactformwrap .textbox .formwrap ul li#field_1_5 {
  width: 100%;
  padding: 0px !important;
}
.contactformwrap .textbox .formwrap select {
  background: #fff url(../images/drop-arrow.svg) no-repeat right 15px center;
}
.contactformwrap .textbox .formwrap textarea {
  height: 140px;
  line-height: 120%;
  padding: 20px 30px;
}
.contactformwrap .textbox .formwrap textarea,
.contactformwrap .textbox .formwrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #D2D2D2;
}
.contactformwrap .textbox .formwrap textarea,
.contactformwrap .textbox .formwrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #D2D2D2;
}
.contactformwrap .textbox .formwrap textarea,
.contactformwrap .textbox .formwrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #D2D2D2;
}
.contactformwrap .textbox .formwrap textarea,
.contactformwrap .textbox .formwrap :-moz-placeholder {
  /* Firefox 18- */
  color: #D2D2D2;
}
.contactformwrap .textbox .formwrap .gform_body {
  float: left;
}
.contactformwrap .textbox .formwrap .gform_wrapper {
  margin: 0px;
}
.contactformwrap .textbox .formwrap .gform_wrapper .gform_footer {
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.contactformwrap .textbox .formwrap input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.contactformwrap .textbox .formwrap select {
  border: 0px;
  background-color: #FFFFFF;
  padding: 0 45px 0 30px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #D2D2D2;
  font-weight: 400;
  box-shadow: none;
  position: relative;
  transition: all 0.25s ease 0s;
  border-radius: 0px;
  background-image: none;
  text-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contactformwrap .textbox .formwrap input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.contactformwrap .textbox .formwrap select:focus {
  outline: 0;
  box-shadow: none;
}
.contactformwrap .textbox .formwrap label.error {
  margin-bottom: 0px;
  width: 100%;
  padding-top: 2px;
  color: #f00;
  display: inline-block;
  vertical-align: top;
  height: auto;
  line-height: 120%;
  font-size: 14px;
}
.contactformwrap .textbox .formwrap .gform_confirmation_wrapper {
  width: 100%;
  text-align: left;
  float: left;
  color: #02ff00;
}
.contactformwrap .textbox .formwrap .gform_confirmation_wrapper .gform_confirmation_message {
  background-color: #3c763d !important;
  font-size: 20px;
  margin: 15px 0;
  padding: 10px 30px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.contactformwrap .textbox .formwrap .gform_button {
  float: none;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  background-color: rgb(177, 138, 71);
  height: 68px;
  line-height: 68px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 0 50px;
  margin-top: 20px;
  letter-spacing: 0.05px;
  border-radius: 0%;
  border: 0px;
}
.contactformwrap .textbox .formwrap .gform_button:focus, .contactformwrap .textbox .formwrap .gform_button:hover {
  box-shadow: none;
  background-color: #fff;
  color: #B18A46;
}

.defensewrap h3 {
  color: #24335E;
  letter-spacing: 0.3px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}
.defensewrap h6 {
  font-weight: 600;
  color: #B18A46;
  line-height: 180%;
  padding-left: 24px;
  background: url(../images/cal-icon.svg) no-repeat;
  background-position: left top 3px;
  margin: 20px 0 10px;
}
.defensewrap .fullwrap .btn-main {
  background-color: #b18a47;
  color: #FFFFFF;
  padding: 0 50px;
  margin-top: 40px;
}
.defensewrap .fullwrap .btn-main:hover {
  color: #B18A47;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.defensewrap.detail .bottombox-list .listofcases {
  width: 100%;
  display: block;
}
.defensewrap .chargesbox {
  float: left;
  width: 100%;
  padding: 10px 0;
  counter-reset: section;
}
.defensewrap .chargesbox span {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 180%;
}
.defensewrap .chargesbox ul {
  float: none;
  display: inline;
  width: auto;
  color: #333333;
  font-weight: 600;
  font-size: 16px;
}
.defensewrap .chargesbox ul li {
  float: none;
  display: inline;
  width: auto;
  color: #333333;
  font-weight: 400;
  font-size: 16px;
}
.defensewrap .chargesbox ul li::before {
  margin-right: 0px;
  counter-increment: section;
  content: counter(section) ") ";
}
.defensewrap h5 {
  float: left;
  width: 100%;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 180%;
}
.defensewrap h5 span {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 180%;
  padding-left: 3px;
}
.defensewrap .summerywrap {
  float: left;
  width: 100%;
  padding: 10px 0 0;
}
.defensewrap .summerywrap span,
.defensewrap .summerywrap a {
  float: left;
  width: 100%;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 180%;
  padding-right: 3px;
}
.defensewrap .summerywrap .hiperlink {
  text-decoration: underline;
}
.defensewrap .summerywrap .hiperlink:hover {
  color: #B18A46;
}
.defensewrap .summerywrap .box {
  width: auto;
  display: inline;
  font-size: 16px;
  line-height: 180%;
}
.defensewrap .summerywrap .box p {
  float: left;
  width: 100%;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
.defensewrap .summerywrap .box p:first-child {
  float: none !important;
  width: auto !important;
  display: unset !important;
}
.defensewrap .topbox {
  float: left;
  width: 100%;
  padding: 50px 40px;
  background-color: #FFFFFF;
  box-shadow: 10px 10px 35px 0px rgba(37, 86, 142, 0.13);
  margin-bottom: 20px;
}
.defensewrap .bottombox-list {
  float: left;
  width: calc(100% + 40px);
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
.defensewrap .bottombox-list .listofcases {
  float: left;
  width: 33.33%;
  padding: 20px;
}
.defensewrap .bottombox-list .listofcases .listbox {
  float: left;
  width: 100%;
  padding: 50px 40px;
  background-color: #F2F5F8;
  height: 100%;
}
.defensewrap .bottombox-list .listofcases:nth-child(even) .listbox {
  background-color: #1A2D55;
}
.defensewrap .bottombox-list .listofcases:nth-child(even) h3 {
  color: #fff;
}
.defensewrap .bottombox-list .listofcases:nth-child(even) h5 {
  color: #FFFFFF;
}
.defensewrap .bottombox-list .listofcases:nth-child(even) h5 span,
.defensewrap .bottombox-list .listofcases:nth-child(even) h5 a {
  color: #FFFFFF;
  font-weight: 400;
}
.defensewrap .bottombox-list .listofcases:nth-child(even) .summerywrap a {
  color: #FFFFFF;
}
.defensewrap .bottombox-list .listofcases:nth-child(even) .summerywrap p {
  color: #ffffff;
}
.defensewrap .bottombox-list .listofcases:nth-child(even) .chargesbox span {
  color: #FFFFFF;
}
.defensewrap .bottombox-list .listofcases:nth-child(even) .chargesbox ul li {
  color: #FFFFFF;
}

.personalinjwrap h4 {
  color: #B18A46;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-align: center;
  margin-bottom: 10px;
}
.personalinjwrap h2 {
  color: #24335E;
  text-align: center;
  margin-bottom: 20px;
}
.personalinjwrap ul {
  float: left;
  width: 100%;
  padding: 0 140px;
  display: flex;
  flex-wrap: wrap;
}
.personalinjwrap ul li {
  float: left;
  width: 33.33%;
  padding: 20px;
}
.personalinjwrap ul li .box {
  float: left;
  width: 100%;
  text-align: center;
  padding: 50px 30px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.personalinjwrap ul li .box h3 {
  color: #24335E;
  font-size: 44px;
  font-weight: 700;
}
.personalinjwrap ul li .box h5 {
  color: #B18A46;
  font-weight: 600;
  letter-spacing: 0.6px;
  padding: 20px 0 0;
}

.blog-wrapper {
  position: relative;
}
.blog-wrapper::before {
  position: absolute;
  content: "";
  width: 632px;
  height: 100%;
  top: 0px;
  right: 0px;
  background-color: #F2F5F8;
  z-index: -1;
}
.blog-wrapper .leftwrap {
  float: left;
  width: calc(100% - 423px);
  padding-right: 100px;
}
.blog-wrapper .post-main {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.blog-wrapper .post-main:last-child {
  margin-bottom: 0px;
}
.blog-wrapper .post-main .blog {
  float: left;
  width: 100%;
  padding: 10px;
  background-color: #FFFFFF;
  box-shadow: 10px 10px 35px 0px rgba(37, 86, 142, 0.13);
}
.blog-wrapper .post-main .blog .banner {
  float: left;
  width: 406px;
  height: 406px;
}
.blog-wrapper .post-main .blog .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-wrapper .post-main .blog .rightwrap {
  float: left;
  width: calc(100% - 406px);
  padding: 40px 20px 0 40px;
}
.blog-wrapper .post-main .blog .rightwrap h3 {
  font-size: 26px;
  font-weight: 700;
  color: #24335E;
  font-family: "Playfair Display", serif;
}
.blog-wrapper .post-main .blog .rightwrap h6 {
  font-weight: 600;
  color: #B18A46;
  line-height: 180%;
  padding-left: 24px;
  background: url(../images/cal-icon.svg) no-repeat;
  background-position: left top 3px;
  margin: 20px 0 10px;
}
.blog-wrapper .post-main .blog .rightwrap h6 a {
  float: none;
  display: inline-block;
  font-weight: 600;
  color: #B18A46;
  line-height: 180%;
  font-size: 16px;
}
.blog-wrapper .post-main .blog .rightwrap p {
  padding-top: 10px;
  font-size: 16px;
}
.blog-wrapper .post-main .blog .rightwrap .btn-main {
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.blog-wrapper .post-main .blog .rightwrap .btn-main:hover {
  color: #B18A47;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.blog-wrapper .sidebar {
  float: right;
  width: 423px;
}
.blog-wrapper .sidebar .sidebar-sticky {
  float: left;
  width: 100%;
}
.blog-wrapper .sidebar .Categories {
  float: left;
  width: 100%;
  padding-top: 8px;
  border-top: 1px solid #B18A47;
}
.blog-wrapper .sidebar .Categories .posts {
  float: left;
  width: 100%;
  padding: 40px 0;
  border-top: 1px solid #B18A47;
}
.blog-wrapper .sidebar .Categories .posts .list {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #DDDDDD;
}
.blog-wrapper .sidebar .Categories .posts .list a {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog-wrapper .sidebar .Categories .posts .list a:hover .text h3 {
  color: #B18A47;
  text-decoration: none;
}
.blog-wrapper .sidebar .Categories .posts .list .img {
  width: 77px;
  height: 77px;
  float: left;
}
.blog-wrapper .sidebar .Categories .posts .list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-wrapper .sidebar .Categories .posts .list .text {
  float: left;
  width: calc(100% - 77px);
  padding-left: 25px;
}
.blog-wrapper .sidebar .Categories .posts .list .text h3 {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #24335E;
  font-weight: 500;
  line-height: 140%;
  text-transform: none;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-wrapper .sidebar .Categories h4 {
  font-size: 30px;
  font-weight: 700;
  color: #24335E;
  font-family: "Playfair Display", serif;
  padding: 0 0 35px 20px;
  position: relative;
  text-transform: capitalize;
}
.blog-wrapper .sidebar .Categories h4::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 12px;
  top: 14px;
  left: -4px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 50% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 50% 50%);
  background-color: #B18A47;
}
.blog-wrapper .sidebar .Categories h4::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 40px;
  left: 0px;
  top: 0px;
  background-color: #B18A47;
}
.blog-wrapper .sidebar .Categories .link {
  float: left;
  width: 100%;
}
.blog-wrapper .sidebar .Categories .link ul {
  float: left;
  width: 100%;
}
.blog-wrapper .sidebar .Categories .link ul li {
  float: left;
  width: 100%;
}
.blog-wrapper .sidebar .Categories .link ul li a {
  float: left;
  width: 100%;
  padding: 20px 0px 20px 20px;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  position: relative;
  line-height: 140%;
  border-top: 1px solid #DDDDDD;
  text-transform: capitalize;
}
.blog-wrapper .sidebar .Categories .link ul li a::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 12px;
  left: 0px;
  top: 25px;
  background-color: #B18A47;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.blog-wrapper .sidebar .Categories .link ul li a:hover {
  color: #B18A47;
  text-decoration: none;
}
.blog-wrapper .sidebar .Categories .blog-list-archive {
  float: left;
  width: 100%;
}
.blog-wrapper .sidebar .Categories .blog-list-archive li {
  float: left;
  width: 100%;
}
.blog-wrapper .sidebar .Categories .blog-list-archive li a {
  float: left;
  width: 100%;
  padding: 20px 0px 20px 20px;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  position: relative;
  line-height: 140%;
  border-top: 1px solid #DDDDDD;
}
.blog-wrapper .sidebar .Categories .blog-list-archive li a::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 12px;
  left: 0px;
  top: 25px;
  background-color: #B18A47;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.blog-wrapper .sidebar .Categories .blog-list-archive li a:hover {
  color: #B18A47;
  text-decoration: none;
}
.blog-wrapper .blog-left {
  float: left;
  width: 100%;
}
.blog-wrapper .blog-left .text-wrap {
  float: left;
  width: 100%;
}
.blog-wrapper .blog-left .text-wrap h2 {
  color: #24335E;
  letter-spacing: 0.3px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  margin-bottom: 20px;
}
.blog-wrapper .blog-left .text-wrap .userboxwrap {
  float: left;
  width: 100%;
}
.blog-wrapper .blog-left .text-wrap .userboxwrap .userbox {
  float: left;
  width: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 25px;
  border-top: 1px solid #B18A47;
}
.blog-wrapper .blog-left .text-wrap .userboxwrap .userbox .imgbox {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  float: left;
}
.blog-wrapper .blog-left .text-wrap .userboxwrap .userbox .imgbox img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.blog-wrapper .blog-left .text-wrap .userboxwrap .userbox h5 {
  float: left;
  width: calc(100% - 300px);
  font-size: 16px;
  color: #192C54;
  font-weight: 500;
  padding-left: 10px;
  text-transform: capitalize;
}
.blog-wrapper .blog-left .text-wrap .userboxwrap .userbox h5 span {
  float: left;
  width: auto;
  color: #B18A46;
  padding-right: 5px;
}
.blog-wrapper .blog-left .text-wrap .userboxwrap .date {
  float: left;
  text-align: left;
  width: auto;
  padding: 0px;
  font-weight: 600;
  color: #B18A46;
  line-height: 180%;
  padding-left: 24px;
  background: url(../images/cal-icon.svg) no-repeat;
  background-position: left top 6px;
  margin: 40px 0 10px;
}
.blog-wrapper .blog-left .text-wrap .userboxwrap .date a {
  float: left;
  width: auto;
  color: #B18A46;
  padding-right: 5px;
}
.blog-wrapper .blog-left .img-wrap {
  width: 100%;
  height: 620px;
  margin: 40px 0 15px;
}
.blog-wrapper .blog-left .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-wrapper .blog-left .img-wrap a {
  float: left;
  width: 100%;
}
.blog-wrapper .blog-left .bottom-wrap {
  float: left;
  width: 100%;
  padding-bottom: 25px;
}
.blog-wrapper .blog-left .bottom-wrap p {
  padding: 15px 0;
}
.blog-wrapper .blog-left .bottom-wrap p span {
  color: #B18A46;
}
.blog-wrapper .blog-left .bottom-wrap a {
  color: #B18A46;
}
.blog-wrapper .blog-left .bottom-wrap h3 {
  color: #000000;
  letter-spacing: 0.3px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  margin: 10px 0;
}
.blog-wrapper .blog-left .bottom-wrap h4 {
  font-size: 24px;
  color: #000000;
  letter-spacing: 0.3px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  margin: 10px 0;
}
.blog-wrapper .blog-left .bottom-wrap h5 {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  margin: 10px 0;
}
.blog-wrapper .blog-left .bottom-wrap h6 {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  margin: 10px 0;
}
.blog-wrapper .blog-left .bottom-wrap ul {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.blog-wrapper .blog-left .bottom-wrap ul li {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  color: #333333;
  padding: 15px 0px 15px 20px;
  position: relative;
}
.blog-wrapper .blog-left .bottom-wrap ul li::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 12px;
  left: 0px;
  top: 20px;
  background-color: #B18A47;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.areadetailwrap {
  position: relative;
}
.areadetailwrap::before {
  position: absolute;
  content: "";
  width: 632px;
  height: 100%;
  top: 0px;
  right: 0px;
  background-color: #F2F5F8;
  z-index: -1;
}
.areadetailwrap .leftwrap {
  float: left;
  width: calc(100% - 423px);
  padding-right: 100px;
}
.areadetailwrap .leftwrap .area-left {
  float: left;
  width: 100%;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap iframe {
  width: 100%;
  height: 500px;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap .topbox {
  float: left;
  width: 100%;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap .topbox iframe {
  width: 100%;
  height: 500px;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap .topbox.mapwrap {
  margin-bottom: 10px;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap .topbox.mapwrap iframe {
  width: 100%;
  height: 300px;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap .topbox p {
  padding-left: 0px;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap .topbox ul {
  padding-left: 0px;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap .topbox h6 {
  padding-left: 0px;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap .topbox h4 {
  margin: 10px 0;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap h4 {
  color: #B18A46;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap h5 {
  color: #B18A46;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap h5 a {
  color: #1F5996;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap h5 a:hover {
  color: #B18A47;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap h5:last-child {
  margin-bottom: 0px;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap h2 {
  margin: 0px 0 20px;
  font-size: 40px;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap h3 {
  margin: 25px 0 20px;
  font-weight: 700;
  letter-spacing: 0.03px;
  color: #24335E;
  font-family: "Playfair Display", serif;
  position: relative;
  padding: 0px 0px 0px 20px;
  line-height: 120%;
  text-transform: capitalize;
  font-size: 28px;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap h3::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 40px;
  left: 0px;
  top: 0px;
  background-color: #B18A47;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap h3::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 12px;
  background-color: #B18A47;
  top: 13px;
  left: -4px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 50% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 50% 50%);
}
.areadetailwrap .leftwrap .area-left .bottom-wrap p {
  padding: 0px 0 15px 20px;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap p span {
  color: #1F5996;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap p a {
  color: #1F5996;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap p a:hover {
  color: #B18A47;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap a:hover {
  transition: all 0.25s ease 0s;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap a:hover span {
  color: #B18A47;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap h6 {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  padding: 10px 0 15px 20px;
  line-height: 180%;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap h6:last-child {
  padding-bottom: 0px;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap h6 span {
  color: #1F5996;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap p span {
  color: #1F5996;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap ul {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding-left: 20px;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap ul li {
  float: left;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #333333;
  line-height: 180%;
  position: relative;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap ul li:last-child {
  margin-bottom: 0;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap ul li::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 12px;
  left: 0px;
  top: 9px;
  background-color: #B18A47;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.areadetailwrap .leftwrap .area-left .bottom-wrap ul li a {
  color: #1F5996;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap ul li a:hover {
  color: #B18A47;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap ul li a.nav-link {
  padding: 0px !important;
  color: #333333;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap ul li a.nav-link:hover {
  color: #B18A47;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap ul li ul {
  padding-left: 50px;
  padding-top: 15px;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap ul li ul li {
  float: left;
  list-style-type: lower-alpha;
  padding-left: 0;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap ul li ul li::before {
  display: none;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap ul li ul li a {
  color: #1F5996;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap ul li ul li a:hover {
  color: #B18A47;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap ul li h6 {
  padding-left: 0px;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap .clientreview ul {
  padding-left: 0px;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul {
  float: left;
  width: 100%;
  padding: 0px;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li {
  width: 50%;
  padding: 10px;
  margin: 0px;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li::before {
  display: none;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li .box {
  height: auto;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li .box h3 {
  color: #24335E;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  padding: 0px;
  margin: 0px;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li .box h3::before, .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li .box h3:after {
  display: none;
}
.areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li .box h5 {
  font-size: 18px;
  color: #B18A46;
  font-weight: 600;
  letter-spacing: 0.6px;
  padding: 20px 0 0;
}
.areadetailwrap .sidebar {
  width: 423px;
  float: right;
}
.areadetailwrap .sidebar .Categories {
  float: left;
  width: 100%;
  padding: 8px 0;
  border-top: 1px solid #B18A47;
  border-bottom: 1px solid #B18A47;
}
.areadetailwrap .sidebar .Categories .posts {
  float: left;
  width: 100%;
  padding: 40px 0;
  border-top: 1px solid #B18A47;
  border-bottom: 1px solid #B18A47;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap {
  float: left;
  width: 100%;
  padding: 0px 0;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap .areas-category {
  font-size: 0px;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap .areas-category ul {
  float: left;
  width: 100%;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap .areas-category ul li {
  float: left;
  width: 100%;
  font-size: 0px;
  z-index: 111;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap .areas-category ul li.on a {
  background: url(../images/arrow-down.svg) no-repeat;
  background-position: center right 10px;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap .areas-category ul li a {
  float: left;
  width: 100%;
  padding: 20px 20px 20px 20px;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  position: relative;
  line-height: 140%;
  border-top: 0px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  text-transform: capitalize;
  z-index: -1;
  background: url(../images/arrow-up.svg) no-repeat;
  background-position: center right 10px;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap .areas-category ul li ul {
  float: left;
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid #DDDDDD;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap .areas-category ul li ul li {
  float: left;
  width: 100%;
  z-index: 11;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap .areas-category ul li ul li a {
  padding: 10px 20px;
  border: 0px;
  position: relative;
  background-position: unset;
  background: unset;
  z-index: 11;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap .areas-category ul li ul li a::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 12px;
  left: 0px;
  top: 14px;
  background-color: #B18A47;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul {
  width: 100%;
  float: left;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li {
  width: 100% !important;
  height: auto;
  margin: 0;
  padding: 0px;
  transition: all 0.5s;
  position: relative;
  float: left;
  border-top: 1px solid #DDDDDD;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li a {
  float: left;
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 40px 20px 20px;
  line-height: 150%;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease 0s;
  position: relative;
  color: #333333;
  letter-spacing: 0.3px;
  font-style: none;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li:hover a, .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.current-menu-item a, .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.current-menu-parent a {
  color: #B18A47;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li span {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  height: 64px;
  z-index: 11;
  background-image: url(../images/arrow-down-m.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 18px;
  cursor: pointer;
  border: none;
  display: none;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.no-link span {
  width: 100%;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li ul.sub-menu {
  width: 100% !important;
  padding: 10px 0px 10px 20px;
  background-color: transparent;
  visibility: visible;
  opacity: 1;
  position: relative;
  box-shadow: none;
  transition: all 0s !important;
  top: 0;
  left: 0px;
  height: auto;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li ul.sub-menu li {
  width: 100% !important;
  height: auto;
  margin: 0;
  padding: 0px;
  transition: all 0.5s;
  border: 0px;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li ul.sub-menu li a {
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  line-height: 150%;
  padding: 10px 40px 10px 20px;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li ul.sub-menu li a::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 12px;
  left: 0px;
  top: 16px;
  background-color: #B18A47;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li ul.sub-menu li:hover a, .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li ul.sub-menu li.current-menu-item a, .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li ul.sub-menu li.current-menu-parent a {
  color: #B18A47;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li ul.sub-menu li span {
  width: 15px;
  height: 15px;
  right: 5px;
  transform: rotate(0deg);
  transition: all 0.5s;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li ul.sub-menu li ul.sub-menu {
  width: 100% !important;
  padding: 10px 0px 10px 20px;
  background-color: #1A2D55;
  visibility: visible;
  opacity: 1;
  position: relative;
  box-shadow: none;
  transition: all 0s !important;
  top: 0;
  left: 0px;
  height: auto;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li ul.sub-menu li ul.sub-menu li:hover a, .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li ul.sub-menu li ul.sub-menu li.current-menu-item a, .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li ul.sub-menu li ul.sub-menu li.current-menu-parent a {
  color: #B18A47;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.menu-item-has-children span {
  display: block;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.menu-item-has-children ul.sub-menu li span {
  display: none;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children span {
  display: block;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.open span {
  background-image: url(../images/arrow-down-mc.svg);
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.open a {
  color: #B18A47;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.open ul.sub-menu {
  border-top: 1px solid #DDDDDD;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.open ul.sub-menu li span {
  width: 15px;
  height: 15px;
  right: 5px;
  transform: rotate(0deg);
  transition: all 0.5s;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.open ul.sub-menu li a {
  color: #333333;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.open ul.sub-menu li:hover a, .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.open ul.sub-menu li.current-menu-item a, .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.open ul.sub-menu li.current-menu-parent a {
  color: #B18A47;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.open ul.sub-menu li.open span {
  background-image: url(../images/arrow-down-mc.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: all 0.5s;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.open ul.sub-menu li.open a {
  color: #B18A47;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.open ul.sub-menu li.open:hover a, .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.open ul.sub-menu li.open.current-menu-item a, .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.open ul.sub-menu li.open.current-menu-parent a {
  color: #B18A47;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.open ul.sub-menu li.open ul.sub-menu li a {
  color: #333333;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.open ul.sub-menu li.open ul.sub-menu li:hover a, .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.open ul.sub-menu li.open ul.sub-menu li.current-menu-item a, .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.open ul.sub-menu li.open ul.sub-menu li.current-menu-parent a {
  color: #B18A47;
}
.areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.open ul.sub-menu li.open ul.sub-menu li.current-menu-item a {
  color: #333333;
}
.areadetailwrap .sidebar .Categories h4 {
  font-size: 30px;
  font-weight: 700;
  color: #24335E;
  font-family: "Playfair Display", serif;
  padding: 0 0 35px 20px;
  position: relative;
  text-transform: capitalize;
}
.areadetailwrap .sidebar .Categories h4::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 12px;
  top: 14px;
  left: -4px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 50% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 50% 50%);
  background-color: #B18A47;
}
.areadetailwrap .sidebar .Categories h4::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 40px;
  left: 0px;
  top: 0px;
  background-color: #B18A47;
}
.areadetailwrap .sidebar .personalinjurywrap {
  margin-top: 50px;
  background-color: #24355E;
  padding: 10px;
}
.areadetailwrap .sidebar .personalinjurywrap .box {
  width: 100%;
  float: left;
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 20px 30px;
}
.areadetailwrap .sidebar .personalinjurywrap .box h4 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  line-height: 140%;
  padding-bottom: 10px;
}
.areadetailwrap .sidebar .personalinjurywrap .box a {
  float: left;
  width: auto;
  color: #B18A46;
  font-weight: 600;
  padding: 0 35px 0 0;
  line-height: 140%;
  font-size: 16px;
  background: url(../images/arrow-right-k.svg) no-repeat;
  background-position: top 4px right 5px;
  text-transform: uppercase;
}
.areadetailwrap .sidebar .personalinjurywrap .box a:hover,
.areadetailwrap .sidebar .personalinjurywrap .box a .active {
  background-position: top 4px right 0px;
}

.privacywrap .textbox p a {
  color: #1F5996;
}
.privacywrap .textbox p a:hover {
  color: #B18A47;
}

.error404 #header {
  background: #1A2D55;
}

.notfound-content {
  background-color: white;
  text-align: center;
  height: 100vh;
  display: flex;
  align-items: center;
}
.notfound-content h1 {
  color: black;
  font-size: 120px;
}
.notfound-content h3 {
  color: black;
  font-size: 50px;
}
.notfound-content .btn-main:hover {
  color: #B18A47;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.center.slider {
  float: left;
  width: 100%;
  padding-top: 40px;
  overflow: hidden;
}

.slick-slider {
  width: 100%;
  padding: 0 10%;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-slide {
  margin: 0 3px;
}

.slick-slide img {
  width: 100%;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: none;
}

.slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  top: 50%;
}

.slick-arrow.slick-prev {
  background: url(../images/slide-prev.svg) no-repeat center rgba(255, 255, 255, 0.8);
  left: 50px;
}

.slick-arrow.slick-next {
  background: url(../images/slide-next.svg) no-repeat center rgba(255, 255, 255, 0.8);
  right: 50px;
}

.id-wrap {
  width: 100%;
  float: left;
  margin-top: -116px;
  padding-top: 116px;
}

.infographiy-wrap p {
  padding-left: 0px !important;
}
.infographiy-wrap h3 {
  padding-left: 0px !important;
}
.infographiy-wrap h3::before, .infographiy-wrap h3::after {
  display: none;
}
.infographiy-wrap ul {
  padding-left: 0px !important;
}
.infographiy-wrap ul li {
  font-weight: 400;
}
.infographiy-wrap .btn-boxwrap {
  text-align: center;
}
.infographiy-wrap .btn-main {
  font-size: 18px;
  padding: 0 50px;
}
.infographiy-wrap .btn-main:hover, .infographiy-wrap .btn-main:focus, .infographiy-wrap .btn-main.active {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

body.single-post .banner_con p.new-title {
  line-height: 110%;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 100px;
  font-size: 76px;
  color: #FFFFFF;
  font-family: "Playfair Display", serif;
}

body.single-post .banner_con p.new-title span {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #B18A46;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 2.6px;
}

body.single-post .blog-wrapper .blog-left .text-wrap h1 {
  color: #24335E;
  letter-spacing: 0.3px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  margin-bottom: 20px;
}

.contactformwrap.blog-details {
  min-height: inherit;
  float: none;
  clear: both;
  background: transparent !important;
  padding-top: 20px;
  margin-bottom: 30px;
  display: block;
}

.contactformwrap.blog-details::before {
  display: none;
}

.contactformwrap.blog-details::after {
  content: "";
  display: block;
  float: none;
  clear: both;
}

.contactformwrap.blog-details .textbox {
  padding: 50px;
  background: #19264c;
}

.contactformwrap.blog-details p:empty {
  display: none;
}

.contactformwrap.blog-details .textbox .formwrap ul li {
  margin: 0 !important;
  float: none !important;
  width: 33.33% !important;
  position: relative !important;
}

.contactformwrap.blog-details form ul li::before {
  display: none;
}

.contactformwrap.blog-details .textbox .formwrap textarea {
  border: 0;
}

.contactformwrap.blog-details .textbox .formwrap ul li#field_2_4 {
  width: 100% !important;
}

.section_redirect_like {
  display: block;
  margin-top: -115px;
  height: 115px;
}

.header-right .nav.nav-main ul li.current-menu-parent a {
  color: #b18a47;
}

.header-right .nav.nav-main ul li.current-menu-parent ul.sub-menu li.current-menu-parent > a {
  color: #b18a47;
}

.header-right .nav.nav-main ul li.current-menu-parent ul.sub-menu li.current-menu-parent ul.sub-menu li.current-menu-parent > a {
  color: #b18a47 !important;
}

.header-right .nav.nav-main ul li.current-menu-ancestor a {
  color: #b18a47;
}

.header-right .nav.nav-main ul li.current-menu-ancestor ul.sub-menu li.current-menu-ancestor > a {
  color: #ffcb00 !important;
}

.header-right .nav.nav-main ul li.current-menu-ancestor ul.sub-menu li.current-menu-ancestor ul.sub-menu li.current-menu-ancestor > a {
  color: #ffcb00 !important;
}

/*  Footer  Start */
.footer {
  background: #1A2D55;
  width: 100%;
  float: left;
  padding: 90px 0 0;
}
.footer .footer-logo {
  float: none;
  margin: 0 auto;
}
.footer .footermenuwrap {
  float: left;
  width: 100%;
  padding: 90px 0;
}
.footer .footermenuwrap ul {
  float: left;
  width: 100%;
  text-align: center;
}
.footer .footermenuwrap ul li {
  float: none;
  width: auto;
  padding: 0 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
}
.footer .footermenuwrap ul li:first-child {
  padding-left: 0px;
}
.footer .footermenuwrap ul li:last-child {
  padding-right: 0px;
  border-right: 0px;
}
.footer .footermenuwrap ul li a {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.2);
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer .footermenuwrap ul li.current-menu-item a, .footer .footermenuwrap ul li:hover a, .footer .footermenuwrap ul li:focus a {
  color: #ffffff;
}
.footer .footerbottomwrap {
  float: left;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 0;
  text-align: center;
}
.footer .footerbottomwrap .copyrihgt {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 120%;
  font-weight: 400;
  padding: 0px;
}
.footer .medialwrap {
  float: left;
  width: 100%;
}
.footer .medialwrap .footer-mapwrap {
  float: left;
  width: calc(100% - 293px);
  text-align: left;
}
.footer .medialwrap .footer-mapwrap .textbox {
  float: left;
  width: 100%;
}
.footer .medialwrap .footer-mapwrap .textbox .leftwrap {
  float: left;
  width: 50%;
}
.footer .medialwrap .footer-mapwrap .textbox .leftwrap .map {
  width: 177px;
  float: left;
}
.footer .medialwrap .footer-mapwrap .textbox .leftwrap .map iframe {
  width: 100%;
  height: 156px;
}
.footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox {
  float: left;
  width: calc(100% - 177px);
  padding: 0 10px 0 35px;
}
.footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap {
  float: left;
  width: 100%;
}
.footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul {
  float: left;
  width: 100%;
}
.footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li {
  float: left;
  width: 100%;
  padding: 15px 0;
}
.footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li:last-child {
  padding-bottom: 0px;
}
.footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li.address {
  width: 100%;
}
.footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li.address a {
  background: url(../images/ic-location.svg) no-repeat;
  background-position: left top 6px;
  background-size: 16px;
}
.footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li.address a:hover {
  background: url(../images/ic-location-b.svg) no-repeat;
  background-position: left top 6px;
  background-size: 16px;
}
.footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li.phone {
  width: 100%;
}
.footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li.phone a {
  background: url(../images/ic-call.svg) no-repeat;
  background-position: left top 6px;
  font-weight: 600;
  background-size: 19px;
}
.footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li.phone a:hover {
  background: url(../images/ic-call-b.svg) no-repeat;
  background-position: left top 6px;
  background-size: 19px;
}
.footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li.phone a:hover span {
  color: #B18A46;
}
.footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li a {
  float: left;
  width: 100%;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li a span {
  padding-right: 5px;
  color: #FFFFFF;
  text-transform: capitalize;
}
.footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li a:hover, .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li a:focus {
  color: #B18A46;
}
.footer .medialwrap .rightwrap {
  width: 293px;
  float: right;
}
.footer .medialwrap .rightwrap ul {
  float: left;
  width: calc(100% - 0px);
  text-align: left;
  margin-bottom: 20px;
}
.footer .medialwrap .rightwrap ul li {
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .medialwrap .rightwrap ul li:last-child {
  padding-bottom: 20px;
}
.footer .medialwrap .rightwrap ul li a {
  float: left;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  padding: 10px 0px 10px 70px;
  position: relative;
  transition: all 0.25s ease 0s;
  display: flex;
  align-items: center;
}
.footer .medialwrap .rightwrap ul li a::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-position: center !important;
  transition: all 0.25s ease 0s;
}
.footer .medialwrap .rightwrap ul li a:hover {
  color: #B18A47;
  transition: all 0.25s ease 0s;
}
.footer .medialwrap .rightwrap ul li a:hover span {
  color: #B18A46;
}
.footer .medialwrap .rightwrap ul li span {
  font-weight: 400;
  color: #ffffff;
  padding-right: 5px;
}
.footer .medialwrap .rightwrap ul li.fax a::before {
  background: #B18A47 url(../images/ic-fax.svg) no-repeat;
  background-size: 20px;
}
.footer .medialwrap .rightwrap ul li.fax:hover a::before {
  background: #fff url(../images/ic-fax-b.svg) no-repeat;
  background-size: 20px;
}
.footer .medialwrap .rightwrap ul li.phone a, .footer .medialwrap .rightwrap ul li.fax a {
  font-weight: 700;
}
.footer .medialwrap .rightwrap h5 {
  font-size: 20px;
  color: #B18A46;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.footer .medialwrap .rightwrap .btn-main {
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #ffffff;
  letter-spacing: 0.05px;
  font-weight: 600;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  margin-top: 20px;
}
.footer .medialwrap .rightwrap .btn-main:hover {
  color: #FFFFFF;
  border: 1px solid #B18A46;
  background-color: #B18A46;
}
.footer .socialwrap {
  float: left;
  width: 100%;
  text-align: center;
  padding: 60px 0 0;
}
.footer .socialwrap ul {
  float: left;
  width: 100%;
  text-align: center;
}
.footer .socialwrap ul li {
  display: inline-block;
  width: 67px;
  height: 57px;
  float: none;
  margin: 0 4px;
}
.footer .socialwrap ul li a {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  border-bottom: 0px;
}
.footer .socialwrap ul li a i {
  color: #ffffff;
  display: flex;
  align-items: center;
  margin: 0 auto;
  transition: all 0.25s ease 0s;
}
.footer .socialwrap ul li a:hover {
  background: #B18A47;
  border: 1px solid #B18A47;
  border-bottom: 0px;
  transition: all 0.25s ease 0s;
}
.footer .socialwrap ul li a:hover i {
  color: #fff;
  transform: scale(1.3);
}

/*  Footer  End */
/*  Responsive Start */
@media (min-width: 1921px) {
  #header {
    padding: 2.0833333333vw 3.125vw 0;
  }
  #header .header .logo {
    width: 7.96875vw;
  }
  #header .header .logo a svg {
    width: 10.625vw;
  }
  #header.affix {
    padding: 1.0416666667vw 3.125vw;
  }
  #header.affix .header .logo {
    width: 5.2083333333vw;
  }
  .header-right {
    padding: 0.2083333333vw 0;
  }
  .header-right .nav.nav-main ul {
    margin: 0;
  }
  .header-right .nav.nav-main ul > li {
    margin-right: 1.5625vw;
  }
  .header-right .nav.nav-main ul li:last-child {
    margin-top: 0vw;
  }
  .header-right .nav.nav-main ul li:hover > ul.sub-menu {
    border-radius: 0.1041666667vw;
  }
  .header-right .nav.nav-main ul li ul.sub-menu {
    width: 11.9791666667vw;
    padding: 0vw 0vw;
    top: 3.125vw;
    box-shadow: 0vw 0vw 0.1041666667vw rgba(0, 0, 0, 0.2);
  }
  .header-right .nav.nav-main ul li ul.sub-menu::before {
    width: 0vw;
    height: 0vw;
    left: 0.78125vw;
    top: -0.46875vw;
    border-left: 0.5208333333vw solid transparent;
    border-right: 0.5208333333vw solid transparent;
    border-bottom: 0.5208333333vw solid #215996;
  }
  .header-right .nav.nav-main ul li ul.sub-menu ul.sub-menu {
    left: 11.9791666667vw;
    width: 13.5416666667vw;
  }
  .header-right .nav.nav-main ul li ul.sub-menu li:first-child {
    padding-top: 0.3645833333vw;
  }
  .header-right .nav.nav-main ul li ul.sub-menu li:last-child {
    padding-bottom: 0.3645833333vw;
  }
  .header-right .nav.nav-main ul li ul.sub-menu li a {
    font-size: 0.7291666667vw;
    padding: 0.5208333333vw 1.0416666667vw;
    letter-spacing: 0.0260416667vw;
  }
  .header-right .nav.nav-main ul li a {
    font-size: 0.8333333333vw;
    padding: 1.25vw 0vw;
    letter-spacing: 0.0520833333vw;
  }
  .header-right .nav.nav-main ul li a.btn-border {
    padding: 0vw;
    margin-left: 1.3020833333vw;
  }
  .header-right .head-call {
    padding: 0 0 0 1.0416666667vw;
  }
  .header-right .head-call .freebtnwrap .btn-main {
    margin-top: 0vw;
    padding: 0 1.5625vw;
    letter-spacing: 0.0260416667vw;
  }
  .header-right .head-call .conwrap {
    padding-left: 2.0833333333vw;
  }
  .header-right .head-call .conwrap a {
    font-size: 1.25vw;
    letter-spacing: 0.1041666667vw;
    padding-left: 2.6041666667vw;
    background-size: 1.7083333333vw;
  }
  .header-right .head-call .conwrap a span {
    font-size: 0.7291666667vw;
    letter-spacing: 0.1041666667vw;
  }
  .header-right .head-call .conwrap a:hover, .header-right .head-call .conwrap a.active, .header-right .head-call .conwrap a:focus {
    background-size: 1.7083333333vw;
  }
  /*-----------------res-nav-Start-------------------*/
  /*STYLE*/
  body {
    padding: 0vw !important;
  }
  h1 {
    font-size: 3.9583333333vw;
  }
  h2 {
    font-size: 2.9166666667vw;
    letter-spacing: 0.0015625vw;
  }
  h3 {
    font-size: 1.5625vw;
  }
  h4 {
    font-size: 1.0416666667vw;
  }
  h5 {
    font-size: 0.9375vw;
  }
  h6 {
    font-size: 0.8333333333vw;
  }
  p {
    font-size: 0.9375vw;
    padding-top: 1.0416666667vw;
  }
  .btn-main {
    height: 3.5416666667vw;
    line-height: 3.3333333333vw;
    padding: 0 1.3020833333vw;
    font-size: 1.0416666667vw;
    margin-top: 2.0833333333vw;
  }
  .pdtb90 {
    padding: 4.6875vw 0;
  }
  .pdtb80 {
    padding: 4.1666666667vw 0;
  }
  .pdtb100 {
    padding: 5.2083333333vw 0;
  }
  .pdtb130 {
    padding: 6.7708333333vw 0;
  }
  .container {
    max-width: 83.3333333333vw;
  }
  .inner-wrapper {
    height: 37.5vw;
  }
  .inner-wrapper::before {
    top: 0vw;
    left: 0vw;
  }
  .inner-wrapper .banner_con {
    top: 7.96875vw;
  }
  .inner-wrapper .banner_con h1 {
    margin-top: 4.1666666667vw;
  }
  .inner-wrapper .banner_con h1 span {
    font-size: 0.9375vw;
    letter-spacing: 0.1354166667vw;
  }
  .inner-wrapper .banner_con .box {
    margin-top: 2.0833333333vw;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap {
    width: 46.4583333333vw;
    padding: 1.8229166667vw 1.5625vw 1.0416666667vw;
    border: 0.0520833333vw solid #FFFFFF;
    border-top: 0vw;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap::before {
    top: 0vw;
    left: 0vw;
    width: 1.5625vw;
    height: 0.0520833333vw;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap::after {
    top: 0vw;
    right: 0vw;
    width: calc(100% - 4.0625vw);
    height: 0.0520833333vw;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap.fwidth {
    width: 36.0416666667vw;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap.fwidth h4 {
    padding: 0 0 1.0416666667vw;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap.fwidth h4::before {
    top: -2.34375vw;
    left: 0.2604166667vw;
    width: 1.9791666667vw;
    height: 1.1458333333vw;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap h4 {
    width: calc(100% - 14.375vw);
    font-size: 1.25vw;
    padding: 0 4.6875vw 1.0416666667vw 0;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap h4::before {
    top: -2.5vw;
    left: 0.5208333333vw;
    width: 1.5104166667vw;
    height: 1.5104166667vw;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap .rating {
    width: 14.375vw;
  }
  .inner-wrapper .banner_con .box .logolist {
    width: calc(100% - 46.4583333333vw);
    padding-left: 1.5625vw;
  }
  .inner-wrapper .banner_con .box .logolist .imgbox {
    height: 5.46875vw;
    margin: 0 1.0416666667vw;
  }
  .inner-wrapper .banner_con .box .logolist .imgbox:first-child {
    margin-left: 0vw;
  }
  .inner-wrapper .banner_con .box .logolist .imgbox:last-child {
    margin-right: 0vw;
  }
  .inner-wrapper.short {
    height: 26.0416666667vw;
  }
  .inner-wrapper.short .banner_con h1 {
    margin-top: 5.2083333333vw;
  }
  .main-banner {
    height: 48.4375vw;
  }
  .main-banner .banner_box {
    top: 7.96875vw;
  }
  .main-banner .banner_box .textbox .leftwrap h1 {
    margin-top: 4.1666666667vw;
  }
  .main-banner .banner_box .textbox .leftwrap h1 span {
    font-size: 1.1458333333vw;
    letter-spacing: 0.1354166667vw;
  }
  .main-banner .banner_box .textbox .leftwrap .bannertestiwrap {
    width: 35.9375vw;
    padding: 1.8229166667vw 1.5625vw 1.0416666667vw;
    border: 0.0520833333vw solid #FFFFFF;
    border-top: 0vw;
    margin-top: 2.0833333333vw;
  }
  .main-banner .banner_box .textbox .leftwrap .bannertestiwrap::before {
    top: 0vw;
    left: 0vw;
    width: 1.5625vw;
    height: 0.0520833333vw;
  }
  .main-banner .banner_box .textbox .leftwrap .bannertestiwrap::after {
    top: 0vw;
    right: 0vw;
    width: calc(100% - 4.0625vw);
    height: 0.0520833333vw;
  }
  .main-banner .banner_box .textbox .leftwrap .bannertestiwrap h4 {
    font-size: 1.25vw;
    padding-bottom: 1.0416666667vw;
  }
  .main-banner .banner_box .textbox .leftwrap .bannertestiwrap h4::before {
    top: -2.34375vw;
    left: 0.2604166667vw;
    width: 1.9791666667vw;
    height: 1.1458333333vw;
  }
  .main-banner .banner_box .textbox .leftwrap .logolist {
    margin-top: 2.6041666667vw;
  }
  .main-banner .banner_box .textbox .leftwrap .logolist .imgbox {
    height: 5.46875vw;
    margin: 0 1.0416666667vw;
  }
  .main-banner .banner_box .textbox .leftwrap .logolist .imgbox:first-child {
    margin-left: 0vw;
  }
  .main-banner .banner_box .textbox .leftwrap .logolist .imgbox:last-child {
    margin-right: 0vw;
  }
  .main-banner .banner_box .textbox .rightwrap {
    right: 0vw;
    top: 0vw;
  }
  .casewrap {
    padding: 0 2.34375vw;
    margin-top: -4.1666666667vw;
  }
  .casewrap .boxwrap {
    padding: 0vw 0.78125vw;
  }
  .casewrap .boxwrap .box {
    padding: 1.40625vw 1.5625vw;
  }
  .casewrap .boxwrap .imgwrap {
    height: 3.3333333333vw;
    margin-bottom: 1.0416666667vw;
  }
  .casewrap .boxwrap .detailwrap h3 {
    font-size: 1.1458333333vw;
  }
  .casewrap .boxwrap .detailwrap h6 {
    padding: 0.5208333333vw 0 0.2604166667vw;
  }
  .casewrap .boxwrap .detailwrap .chargeswrap {
    padding: 0.78125vw 0;
    border-bottom: 0.0520833333vw solid rgba(255, 255, 255, 0.1);
  }
  .casewrap .boxwrap .detailwrap .chargeswrap h6 {
    padding-bottom: 0.5208333333vw;
  }
  .casewrap .boxwrap .detailwrap .chargeswrap ul {
    min-height: 3.125vw;
  }
  .casewrap .boxwrap .detailwrap .chargeswrap ul li {
    font-size: 0.9375vw;
  }
  .casewrap .boxwrap .detailwrap .resultwrap {
    padding: 0.5208333333vw 0 0;
  }
  .casewrap .boxwrap .detailwrap .resultwrap h6 {
    padding-bottom: 0.5208333333vw;
    font-size: 0.9375vw;
  }
  .casewrap .boxwrap .detailwrap .resultwrap ul li {
    font-size: 0.9375vw;
  }
  .defense-lawwrap {
    padding-top: 6.7708333333vw;
  }
  .defense-lawwrap .leftwrap {
    padding-left: 1.5625vw;
  }
  .defense-lawwrap .leftwrap .bgwrap {
    width: 75%;
    top: -1.5625vw;
  }
  .defense-lawwrap .leftwrap .bgwrap:before {
    width: calc(100% - 1.3541666667vw);
    height: calc(100% - 1.5625vw);
    left: 0.4166666667vw;
    top: 0.4166666667vw;
  }
  .defense-lawwrap .leftwrap .imgbox {
    padding: 0.2604166667vw;
    box-shadow: 0vw 0vw 0.78125vw 0vw rgba(0, 0, 0, 0.15);
  }
  .defense-lawwrap .rightwrap {
    padding-left: 3.125vw;
  }
  .defense-lawwrap .rightwrap h5 {
    font-size: 1.0416666667vw;
    letter-spacing: 0.0041666667vw;
    padding-bottom: 1.0416666667vw;
  }
  .defense-lawwrap .rightwrap p {
    padding: 0.78125vw 0;
    font-size: 0.9375vw;
  }
  .defense-lawwrap .rightwrap .btnbox .btn-main {
    border: 0vw solid #DDDDDD;
    letter-spacing: 0.0026041667vw;
    padding: 0 1.8229166667vw 0 0;
    margin-top: 0.78125vw;
    font-size: 0.7291666667vw;
    background-position: center right 0.2604166667vw;
    background-size: 0.9895833333vw;
  }
  .defense-lawwrap .rightwrap .btnbox .btn-main:hover, .defense-lawwrap .rightwrap .btnbox .btn-main:focus, .defense-lawwrap .rightwrap .btnbox .btn-main.active {
    background-position: center right 0vw;
  }
  .btn-more {
    font-size: 1.0416666667vw;
    margin-top: 1.5625vw;
    letter-spacing: 0.0026041667vw;
    padding-right: 2.0833333333vw;
  }
  .whyricciowrap {
    padding: 5.2083333333vw 2.34375vw;
  }
  .whyricciowrap h4 {
    letter-spacing: 0.0416666667vw;
    margin-bottom: 0.5208333333vw;
  }
  .whyricciowrap h2 {
    margin-bottom: 3.6458333333vw;
  }
  .whyricciowrap .boxwrap {
    padding: 2.0833333333vw 1.0416666667vw 2.6041666667vw;
    border-radius: 0.1041666667vw;
  }
  .whyricciowrap .boxwrap .imgwrap {
    width: 9.8958333333vw;
    height: 9.8958333333vw;
    border: 0.1041666667vw solid #B18A47;
  }
  .whyricciowrap .boxwrap .imgwrap .imgbox {
    width: 8.8541666667vw;
    height: 8.8541666667vw;
  }
  .whyricciowrap .boxwrap .imgwrap .imgbox img {
    min-height: 5.2083333333vw;
  }
  .whyricciowrap .boxwrap .detailwrap h6 {
    padding: 2.0833333333vw 0 1.0416666667vw;
    font-size: 1.1458333333vw;
    letter-spacing: 0.0015625vw;
  }
  .whyricciowrap .boxwrap .detailwrap p {
    padding: 0.5208333333vw 0 0;
  }
  .whyricciowrap .boxwrap:hover .imgwrap {
    border: 0.1041666667vw dashed #B18A47;
  }
  .videowrap .videobox h2 {
    margin-bottom: 1.5625vw;
  }
  .videowrap .videobox h4 {
    letter-spacing: 0.0416666667vw;
    margin-bottom: 0.5208333333vw;
  }
  .videowrap .videobox .videoslider .slick-slide {
    margin: 0 6.7708333333vw !important;
  }
  .videowrap .videobox .videoslider .box .video {
    padding: 0.2604166667vw;
    box-shadow: 0vw 0.2604166667vw 0.78125vw 0vw rgba(0, 0, 0, 0.15);
    height: 26.5625vw;
  }
  .videowrap .videobox .videoslider .box .video iframe {
    height: 26.0416666667vw;
  }
  .videowrap .videobox .videoslider .box h6 {
    font-size: 1.1458333333vw;
    margin: 0.5208333333vw 0 0;
  }
  .videowrap .videobox .videoslider .slick-arrow {
    width: 2.7604166667vw;
    height: 0.5208333333vw;
    border-radius: 0vw;
    font-size: 0vw;
    background-size: 2.7604166667vw !important;
  }
  .videowrap .videobox .videoslider .slick-arrow:focus {
    border: 0vw;
  }
  .contact-box-wrap .toughboxwrap {
    padding: 0 6.25vw;
  }
  .contact-box-wrap .toughboxwrap .textbox {
    border: 0.2604166667vw solid #B18A47;
    border-bottom: 0vw;
    padding: 3.125vw 3.125vw 0 3.125vw;
  }
  .contact-box-wrap .toughboxwrap .textbox:before, .contact-box-wrap .toughboxwrap .textbox:after {
    bottom: 0vw;
    left: 0vw;
    width: calc(50% - 8.6979166667vw);
    height: 0.2604166667vw;
  }
  .contact-box-wrap .toughboxwrap .textbox:after {
    right: 0vw;
    left: auto;
  }
  .contact-box-wrap .toughboxwrap .textbox h2 {
    font-size: 4.4791666667vw;
  }
  .contact-box-wrap .toughboxwrap .textbox h4 {
    font-size: 1.5625vw;
    letter-spacing: 0.0416666667vw;
    padding: 1.0416666667vw 0 1.3020833333vw;
  }
  .contact-box-wrap .toughboxwrap .textbox p {
    padding: 0.78125vw 0 0;
    font-size: 1.1458333333vw;
  }
  .contact-box-wrap .toughboxwrap .textbox .btnbox {
    margin-bottom: -1.7708333333vw;
  }
  .contact-box-wrap .toughboxwrap .textbox .btnbox .btn-main {
    margin-top: 1.5625vw;
    padding: 0 2.6041666667vw;
    letter-spacing: 0.0260416667vw;
  }
  .llcwrap .textbox h4 {
    letter-spacing: 0.0416666667vw;
    margin-bottom: 0.5208333333vw;
  }
  .llcwrap .textbox h2 {
    margin: 0vw 0 2.0833333333vw;
  }
  .llcwrap .textbox .leftwrap {
    padding: 0 1.0416666667vw;
  }
  .llcwrap .textbox .leftwrap:nth-child(even) {
    padding-right: 0vw;
  }
  .llcwrap .textbox .leftwrap:nth-child(odd) {
    padding-left: 0vw;
  }
  .llcwrap .textbox .leftwrap .map iframe {
    height: 26.0416666667vw;
  }
  .llcwrap .textbox .leftwrap .listbox {
    padding: 0 3.6458333333vw 0 1.5625vw;
    margin-top: -4.1666666667vw;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap {
    padding: 2.0833333333vw;
    box-shadow: 0.4166666667vw 0.4166666667vw 2.0833333333vw 0vw rgba(0, 0, 0, 0.08);
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap h3 {
    letter-spacing: 0.0015625vw;
    margin-bottom: 1.0416666667vw;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap ul li {
    padding-bottom: 0.5208333333vw;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap ul li:last-child {
    padding-bottom: 0vw;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap ul li:last-child a {
    padding-bottom: 0vw;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap ul li.address a {
    background-position: left top 0.3125vw;
    background-size: 0.78125vw;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap ul li.phone a {
    background-position: left top 0.3125vw;
    background-size: 1.0416666667vw;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap ul li a {
    padding-left: 1.5625vw;
    font-size: 1.0416666667vw;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap ul li a span {
    padding-right: 0.2604166667vw;
  }
  .llcwrap.contactwrap .textbox {
    padding: 0 2.0833333333vw;
  }
  .llcwrap.contactwrap .textbox .leftwrap {
    padding: 0 3.6458333333vw;
  }
  .llcwrap.contactwrap .textbox .leftwrap:nth-child(odd) {
    padding-left: 0vw;
  }
  .llcwrap.contactwrap .textbox .leftwrap:nth-child(even) {
    padding-right: 0vw;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox {
    padding: 0 1.0416666667vw 0;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap {
    padding: 0vw;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap h3 {
    width: 26.0416666667vw;
    padding: 1.5625vw;
    font-size: 1.5625vw;
    letter-spacing: 0.015625vw;
    box-shadow: 0vw 0vw 1.0416666667vw 0vw rgba(0, 0, 0, 0.25);
    margin-bottom: 2.34375vw;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li {
    padding-right: 0.2604166667vw;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li:nth-child(2) {
    padding-right: 0vw;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li a {
    font-size: 1.3541666667vw;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.address a {
    background-position: left top 0.3125vw;
    background-size: 1.1458333333vw;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.phone a {
    background-position: left top 0.3125vw;
    background-size: 1.5625vw;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.getdirwrap {
    padding: 1.0416666667vw 0 0;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.getdirwrap a {
    padding: 0vw 1.8229166667vw 0 0;
    font-size: 1.0416666667vw;
    letter-spacing: 0.0260416667vw;
    background-position: center right 0.2604166667vw;
    background-size: 1.0416666667vw;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.getdirwrap a:hover {
    background-position: center right 0vw;
  }
  .reviewwrap {
    min-height: 36.4583333333vw;
  }
  .reviewwrap::before {
    top: 0vw;
    left: 0vw;
  }
  .reviewwrap .textbox {
    padding: 5.2083333333vw 5.2083333333vw 5.2083333333vw 0;
  }
  .reviewwrap .textbox h4 {
    letter-spacing: 0.0416666667vw;
  }
  .reviewwrap .textbox h2 {
    padding: 0.5208333333vw 0 1.5625vw;
  }
  .reviewwrap .textbox .formwrap .ginput_container.ginput_container_text {
    margin: 0vw;
  }
  .reviewwrap .textbox .formwrap .gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    margin: 0vw 0 0 !important;
  }
  .reviewwrap .textbox .formwrap .gform_wrapper .field_description_below .gfield_description {
    padding: 0vw;
  }
  .reviewwrap .textbox .formwrap .gform_validation_error .validation_error {
    border: 0.0520833333vw solid #dbbcc1;
    margin: 0 0 1.5625vw;
    padding: 0.78125vw;
    font-size: 0.8333333333vw;
    border-radius: 0.2083333333vw;
  }
  .reviewwrap .textbox .formwrap .validation_message {
    font-size: 0.7291666667vw;
    margin-top: 0.2604166667vw;
  }
  .reviewwrap .textbox .formwrap ul {
    width: calc(100% + 1.0416666667vw);
    margin: 0 -0.5208333333vw !important;
  }
  .reviewwrap .textbox .formwrap ul li {
    padding: 0.5208333333vw !important;
  }
  .reviewwrap .textbox .formwrap ul li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .reviewwrap .textbox .formwrap ul li.gfield_error textarea {
    border-bottom: 0vw solid #790000 !important;
  }
  .reviewwrap .textbox .formwrap ul li.gfield.gfield_error {
    border: 0vw;
    padding: 0.5208333333vw;
  }
  .reviewwrap .textbox .formwrap ul li .ginput_container {
    margin: 0vw !important;
  }
  .reviewwrap .textbox .formwrap ul li label {
    font-size: 0.78125vw;
    margin-bottom: 0.5208333333vw;
  }
  .reviewwrap .textbox .formwrap ul li label.error {
    margin-bottom: 0vw;
    padding-top: 0.1041666667vw;
    font-size: 0.9375vw;
  }
  .reviewwrap .textbox .formwrap select {
    background: #fff url(../images/drop-arrow.svg) no-repeat right 0.78125vw center;
  }
  .reviewwrap .textbox .formwrap textarea {
    padding: 1.0416666667vw;
    height: 5.7291666667vw;
    box-shadow: 0.1041666667vw 0.1041666667vw 0.4166666667vw 0vw rgba(0, 0, 0, 0.05);
    border-radius: 0vw;
    border: 0vw;
  }
  .reviewwrap .textbox .formwrap .gform_wrapper {
    margin: 0vw;
  }
  .reviewwrap .textbox .formwrap .gform_wrapper .gform_footer {
    padding: 0vw;
    margin: 0vw;
    bottom: 1.0416666667vw;
    right: 0vw;
  }
  .reviewwrap .textbox .formwrap input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .reviewwrap .textbox .formwrap select {
    border: 0vw;
    padding: 0 1.0416666667vw;
    height: 2.8645833333vw;
    line-height: 2.8645833333vw;
    font-size: 0.8333333333vw;
    box-shadow: 0.1041666667vw 0.1041666667vw 0.4166666667vw 0vw rgba(0, 0, 0, 0.05);
    border-radius: 0vw;
  }
  .reviewwrap .textbox .formwrap label.error {
    margin-bottom: 0vw;
    padding-top: 0.1041666667vw;
    font-size: 0.7291666667vw;
  }
  .reviewwrap .textbox .formwrap .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 0.9375vw;
    margin: 0.78125vw 0;
    padding: 0.5208333333vw 1.5625vw;
  }
  .reviewwrap .textbox .formwrap .gform_button {
    height: 3.5416666667vw;
    line-height: 3.5416666667vw;
    font-size: 1.0416666667vw;
    padding: 0 2.3958333333vw;
    margin-top: 0vw;
    letter-spacing: 0.0260416667vw;
    border: 0vw;
  }
  .areaswrap.typecaseswrap {
    padding-bottom: 2.6041666667vw;
  }
  .areaswrap h4 {
    letter-spacing: 0.0416666667vw;
    margin-bottom: 0.5208333333vw;
  }
  .areaswrap h2 {
    margin-bottom: 1.5625vw;
  }
  .areaswrap .textbox ul {
    padding: 0 4.1666666667vw;
  }
  .areaswrap .textbox ul li {
    padding: 0 1.0416666667vw;
    margin-bottom: 2.6041666667vw;
  }
  .areaswrap .textbox ul li a {
    padding: 2.0833333333vw 1.0416666667vw;
  }
  .areaswrap .textbox ul li a::before {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    bottom: -1.0416666667vw;
    background-size: 0.8333333333vw;
  }
  .areaswrap .textbox ul li a:hover::before {
    background-size: 0.8333333333vw;
  }
  .areaswrap .textbox ul li .textwrap {
    box-shadow: 0vw 0vw 1.5625vw 0vw rgba(36, 53, 94, 0.1);
  }
  .areaswrap .textbox ul li .textwrap .image {
    height: 4.6875vw;
  }
  .areaswrap .textbox ul li .textwrap h5 {
    font-size: 0.9375vw;
    margin-top: 1.5625vw;
    letter-spacing: 0.0015625vw;
  }
  .areaswrap .textbox ul li .textwrap .content-details {
    height: 0vw;
    padding: 1.5625vw 0.5208333333vw 0.5208333333vw 0.5208333333vw;
  }
  .areaswrap .textbox ul li .textwrap .content-details h5 {
    margin: 0vw;
  }
  .areaswrap .textbox ul li .textwrap .content-details p {
    font-size: 0.8333333333vw;
    padding: 1.0416666667vw 0 0;
  }
  .areaswrap .btnbox .btn-main {
    border: 0.0520833333vw solid #DDDDDD;
    letter-spacing: 0.0026041667vw;
    padding: 0 1.5625vw;
    margin-top: 1.5625vw;
  }
  .areaswrap .btnbox .btn-main:hover, .areaswrap .btnbox .btn-main:focus, .areaswrap .btnbox .btn-main.active {
    border: 0.0520833333vw solid #B18A46;
  }
  .testimonialboxxwrap .box ul {
    -moz-column-gap: 2.0833333333vw;
         column-gap: 2.0833333333vw;
  }
  .testimonialboxxwrap .box ul li {
    margin-bottom: 2.0833333333vw;
  }
  .testimonialboxxwrap .box ul li .boxwrap {
    padding: 6.25vw 2.6041666667vw 2.6041666667vw;
    background-position: center top 2.6041666667vw;
    background-size: 3.2291666667vw;
  }
  .testimonialboxxwrap .box ul li .boxwrap p {
    font-size: 0.8333333333vw;
    padding-top: 0vw;
  }
  .testimonialboxxwrap .box ul li .boxwrap p:first-child {
    padding-top: 0vw;
  }
  .testimonialboxxwrap .box ul li .boxwrap h6 {
    font-size: 1.3541666667vw;
    letter-spacing: 0.0015625vw;
    padding: 1.0416666667vw 0 0;
    margin-bottom: 0.5208333333vw;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(2):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(3):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(4):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(5):before {
    background-size: 1.0416666667vw;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating.star2 .stars:nth-child(3):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star2 .stars:nth-child(4):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star2 .stars:nth-child(5):before {
    background-size: 1.0416666667vw;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating.star3 .stars:nth-child(4):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star3 .stars:nth-child(5):before {
    background-size: 1.0416666667vw;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating.star4 .stars:nth-child(5):before {
    background-size: 1.0416666667vw;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating .stars {
    width: 1.25vw;
    height: 1.25vw;
    margin: 0 0.1041666667vw;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating .stars:before {
    left: 0vw;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating .stars:first-child {
    margin-left: 0vw;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating .stars:last-child {
    margin-right: 0vw;
  }
  .testimonialboxxwrap .box .fullwrap .btn-main {
    padding: 0 2.6041666667vw;
    margin-top: 2.0833333333vw;
  }
  .testimonialboxxwrap .box .fullwrap .btn-main:hover {
    box-shadow: 0vw 0vw 0.5208333333vw 0vw rgba(0, 0, 0, 0.1);
  }
  .testimonial-wrapper::before {
    top: 0vw;
    right: 0vw;
    z-index: 1;
  }
  .testimonial-wrapper .testimonial .title-wrap {
    padding: 0 3.125vw 0 7.2916666667vw;
    right: 2.0833333333vw;
    top: 2.34375vw;
  }
  .testimonial-wrapper .testimonial .title-wrap h4 {
    letter-spacing: 0.0416666667vw;
  }
  .testimonial-wrapper .testimonial .title-wrap h2 {
    margin: 1.0416666667vw 0 0vw;
  }
  .testimonial-wrapper .testimonial .title-wrap .rating {
    width: 6.5625vw;
    right: 11.4583333333vw;
    top: 7.8125vw;
  }
  .testimonial-wrapper .testimonial .title-wrap .rating:before {
    width: 28.6458333333vw;
    right: 5.9895833333vw;
    top: 0.5729166667vw;
  }
  .testimonial-wrapper .testimonial .title-wrap .rating .stars {
    width: 1.09375vw;
    height: 1.0416666667vw;
    margin: 0 0vw;
  }
  .testimonial-wrapper .testimonial .title-wrap .rating .stars:before {
    padding: 0.5208333333vw;
    left: 0vw;
  }
  .testimonial-wrapper .testimonial .title-wrap .rating .stars:first-child {
    margin-left: 0vw;
  }
  .testimonial-wrapper .testimonial .title-wrap .rating .stars:last-child {
    margin-right: 0vw;
  }
  .testimonial-wrapper .testimonial .imgbox {
    padding-left: 3.125vw;
  }
  .testimonial-wrapper .testimonial .imgbox img {
    height: 26.5625vw;
    margin: 0vw;
  }
  .testimonial-wrapper .testimonial .btnbox .btn-main {
    font-size: 1.0416666667vw;
    letter-spacing: 0.0260416667vw;
  }
  .testimonial-wrapper .testimonial .testimonial-slider.slick-slider {
    padding: 0 5.2083333333vw 7.8125vw 5.2083333333vw;
  }
  .testimonial-wrapper .testimonial .testimonial-slider .slick-list {
    padding: 0vw !important;
  }
  .testimonial-wrapper .testimonial .testimonial-slider .slick-arrow {
    width: 2.7604166667vw;
    height: 0.5208333333vw;
    border: 0vw;
    border-radius: 0vw;
    font-size: 0vw;
    bottom: 1.5625vw;
    background-size: 2.7604166667vw !important;
  }
  .testimonial-wrapper .testimonial .testimonial-slider .slick-arrow.slick-prev {
    left: 5.2083333333vw;
  }
  .testimonial-wrapper .testimonial .testimonial-slider .slick-arrow.slick-next {
    left: 9.53125vw;
  }
  .testimonial-wrapper .testimonial .testimonial-slider ul.slick-dots {
    right: 5.2083333333vw;
    bottom: 1.5625vw;
  }
  .testimonial-wrapper .testimonial .testimonial-slider ul.slick-dots li a {
    font-size: 0.8333333333vw;
    padding: 0 0.5208333333vw;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox {
    padding: 12.5vw 0vw 0;
    min-height: 26.0416666667vw;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox p {
    font-size: 1.1458333333vw;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox p:nth-child(1) {
    text-indent: 2.8645833333vw;
    background-position: left top 0.625vw;
    background-size: 2.1875vw;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox h5 {
    margin-top: 1.0416666667vw;
    font-size: 1.0416666667vw;
  }
  .areaswrap a.nav-tabs-dropdown,
  .tabs-wrapper a.nav-tabs-dropdown {
    font-size: 3.125vw;
    top: 6.25vw;
    left: 0vw;
  }
  .areaswrap ul.nav-tabs li.nav-item,
  .tabs-wrapper ul.nav-tabs li.nav-item {
    padding: 0 1.0416666667vw 0 0;
  }
  .areaswrap ul.nav-tabs li.nav-item a,
  .tabs-wrapper ul.nav-tabs li.nav-item a {
    min-width: 15.625vw;
    padding: 0vw 2.6041666667vw;
    border: 0.0520833333vw solid #DDDDDD;
    border-radius: 0vw;
  }
  .areaswrap ul.nav-tabs li.nav-item a:hover,
  .tabs-wrapper ul.nav-tabs li.nav-item a:hover {
    border: 0.0520833333vw solid #B18A46;
  }
  .areaswrap ul.nav-tabs li.nav-item a.nav-link.active, .areaswrap ul.nav-tabs li.nav-item a:hover, .areaswrap ul.nav-tabs li.nav-item a:focus,
  .tabs-wrapper ul.nav-tabs li.nav-item a.nav-link.active,
  .tabs-wrapper ul.nav-tabs li.nav-item a:hover,
  .tabs-wrapper ul.nav-tabs li.nav-item a:focus {
    border: 0.0520833333vw solid #B18A46;
  }
  .areaswrap ul.nav-tabs li.nav-item a h6,
  .tabs-wrapper ul.nav-tabs li.nav-item a h6 {
    letter-spacing: 0;
    font-size: 1.0416666667vw;
    height: 3.6458333333vw;
    line-height: 3.6458333333vw;
  }
  .areaswrap ul.list {
    padding: 0 4.1666666667vw;
  }
  .areaswrap ul.list li {
    padding: 0 1.0416666667vw;
    margin-bottom: 2.6041666667vw;
  }
  .areaswrap ul.list li a {
    padding: 2.0833333333vw 1.0416666667vw;
  }
  .areaswrap ul.list li a::before {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    bottom: -1.0416666667vw;
    background-size: 0.8333333333vw;
  }
  .areaswrap ul.list li a:hover::before {
    background-size: 0.8333333333vw;
  }
  .areaswrap ul.list li .textwrap {
    box-shadow: 0vw 0vw 1.5625vw 0vw rgba(36, 53, 94, 0.1);
  }
  .areaswrap ul.list li .textwrap .image {
    height: 4.6875vw;
  }
  .areaswrap ul.list li .textwrap .image img {
    height: 100%;
  }
  .areaswrap ul.list li .textwrap h5 {
    font-size: 0.9375vw;
    margin-top: 1.5625vw;
    letter-spacing: 0.0015625vw;
  }
  .areaswrap ul.list li .textwrap .content-details {
    height: 0vw;
    padding: 1.5625vw 0.5208333333vw 0.5208333333vw 0.5208333333vw;
  }
  .areaswrap ul.list li .textwrap .content-details h5 {
    margin: 0vw;
  }
  .areaswrap ul.list li .textwrap .content-details p {
    font-size: 0.8333333333vw;
    padding: 1.0416666667vw 0 0;
    height: 5.7291666667vw;
  }
  .areaswrap ul.nav-tabs {
    margin: 0.5208333333vw auto 2.6041666667vw;
    top: 6.25vw;
    border: 0vw;
  }
  .areaswrap ul.nav-tabs li.nav-item:last-child {
    padding-right: 0;
  }
  .sttorneywrap::before {
    width: 32.4479166667vw;
    top: 0vw;
    left: 0vw;
  }
  .sttorneywrap .textbox .leftwrap {
    width: 27.34375vw;
  }
  .sttorneywrap .textbox .leftwrap .imgbox {
    padding: 0.78125vw 0 0 0.78125vw;
  }
  .sttorneywrap .textbox .leftwrap .imgbox::before {
    top: 0vw;
    left: 0vw;
    width: calc(100% - 0.78125vw);
    height: calc(100% - 0.78125vw);
  }
  .sttorneywrap .textbox .leftwrap .socialdetail {
    width: 22.03125vw;
    padding: 3.6458333333vw 0 0;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .googlereviewbox {
    width: 17.1875vw;
    top: -2.0833333333vw;
    padding: 1.0416666667vw 1.5625vw;
    box-shadow: 0vw 0vw 2.0833333333vw 0vw rgba(0, 0, 0, 0.2);
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .googlereviewbox img {
    height: 2.3958333333vw;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sociallist {
    padding: 0vw 0 2.0833333333vw;
    border: 0vw;
    border-bottom: 0.0520833333vw solid #B18A47;
    margin: 0vw 0 0.3645833333vw;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sociallist li {
    padding: 0.3645833333vw 0;
    font-size: 0.8333333333vw;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sociallist li span {
    font-size: 0.9375vw;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sociallist li a {
    font-size: 0.8333333333vw;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar {
    border-top: 0.0520833333vw solid #B18A47;
    border-bottom: 0.0520833333vw solid #B18A47;
    margin: 0.3645833333vw 0;
    padding: 2.0833333333vw 0;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li {
    padding: 0.5208333333vw 0vw 0.5208333333vw 1.0416666667vw;
    font-size: 0.8333333333vw;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li::before {
    width: 0.5729166667vw;
    height: 0.625vw;
    left: 0vw;
    top: 0.78125vw;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li.list:first-child {
    font-size: 1.5625vw;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li.list:first-child::before {
    top: 1.40625vw;
    left: -0.2083333333vw;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li.list:first-child::after {
    width: 0.1041666667vw;
    height: 2.0833333333vw;
    left: 0vw;
    top: 0.625vw;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom {
    margin: 0.3645833333vw 0;
    border-top: 0.0520833333vw solid #B18A47;
    padding: 2.0833333333vw 0 0;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom h4 {
    font-size: 1.5625vw;
    padding: 0 0 1.3020833333vw 1.0416666667vw;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom h4::before {
    width: 0.5729166667vw;
    height: 0.625vw;
    top: 1.40625vw;
    left: -0.2083333333vw;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom h4::after {
    width: 0.1041666667vw;
    height: 2.0833333333vw;
    left: 0vw;
    top: 0.625vw;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom .listbox {
    padding: 1.0416666667vw 0;
    border-top: 0.0520833333vw solid #DDDDDD;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom .listbox h6 {
    font-size: 1.0416666667vw;
    padding: 0 0 0.5208333333vw 1.0416666667vw;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom .listbox h6::before {
    width: 0.5729166667vw;
    height: 0.625vw;
    left: 0vw;
    top: 0.3125vw;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom .listbox ul li {
    padding: 0.2604166667vw 0vw 0.2604166667vw 1.0416666667vw;
    font-size: 0.8333333333vw;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail h5 {
    font-size: 0.8333333333vw;
    padding: 0.3645833333vw 0;
  }
  .sttorneywrap .textbox .rightwrap {
    width: calc(100% - 27.34375vw);
    padding-left: 4.1666666667vw;
  }
  .sttorneywrap .textbox .rightwrap h4 {
    letter-spacing: 0.0416666667vw;
  }
  .sttorneywrap .textbox .rightwrap h2 {
    margin: 0.5208333333vw 0 1.0416666667vw;
  }
  .sttorneywrap .textbox .rightwrap p {
    padding: 0.78125vw 0;
  }
  .sttorneywrap .textbox .rightwrap .logowrap h3 {
    font-size: 2.0833333333vw;
    letter-spacing: 0.0015625vw;
    padding: 1.8229166667vw 0 1.0416666667vw 0;
  }
  .sttorneywrap .textbox .rightwrap .logowrap ul li {
    width: 9.375vw;
    height: 7.8125vw;
    padding: 0 0.5208333333vw;
    margin-top: 1.0416666667vw;
  }
  .sttorneywrap .textbox .rightwrap .logowrap ul li .imgbox {
    padding: 1.0416666667vw;
    box-shadow: 0vw 0vw 2.0833333333vw 0vw rgba(0, 0, 0, 0.1);
  }
  .sttorneywrap .textbox .rightwrap .logowrap ul li:first-child {
    padding-left: 0vw;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap {
    margin: 3.125vw 0;
    padding: 3.6458333333vw 0vw 3.6458333333vw 4.1666666667vw;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .slick-slider {
    padding: 0vw;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox p {
    font-size: 1.0416666667vw;
    padding: 0.5208333333vw 0 0vw;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox p:first-child {
    text-indent: 3.3854166667vw;
    background-position: left top 0.5208333333vw;
    background-size: 2.1875vw;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox h5 {
    letter-spacing: 0.003125vw;
    padding: 0.5208333333vw 0 0;
    margin-bottom: 2.0833333333vw;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .slick-arrow {
    width: 2.7604166667vw;
    height: 0.5208333333vw;
    border: 0vw;
    border-radius: 0vw;
    font-size: 0vw;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .slick-arrow.slick-prev {
    left: 0vw;
    bottom: -0.5208333333vw;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .slick-arrow.slick-next {
    left: 4.3229166667vw;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap ul.slick-dots {
    bottom: 0vw;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap ul.slick-dots li a {
    font-size: 0.8333333333vw;
    padding: 0 0.5208333333vw;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom h4 {
    font-size: 2.0833333333vw;
    letter-spacing: 0.0015625vw;
    margin-bottom: 1.5625vw;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox h6 {
    font-size: 1.1458333333vw;
    letter-spacing: 0.0015625vw;
    margin: 0 0 1.0416666667vw;
    padding-left: 1.0416666667vw;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox h6::before {
    width: 0.5729166667vw;
    height: 0.625vw;
    top: 0.46875vw;
    left: -0.2083333333vw;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox h6::after {
    width: 0.1041666667vw;
    height: 1.5625vw;
    left: 0vw;
    top: 0vw;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox .list {
    padding: 0.5208333333vw;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox .list:nth-child(even) {
    padding-left: 0vw;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox .list:nth-child(odd) {
    padding-right: 0vw;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox .list .box {
    padding: 0.5208333333vw;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox .list .box .borderbox {
    padding: 1.0416666667vw;
    border: 0.1041666667vw solid rgba(255, 255, 255, 0.2);
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox .list .box .borderbox .leftbox h5 {
    font-size: 1.25vw;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox .list .box .borderbox .leftbox ul {
    font-size: 0.9375vw;
    padding: 0.5208333333vw 0 0;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox .list .box .borderbox .leftbox ul li {
    font-size: 0.9375vw;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap h6 {
    font-size: 1.1458333333vw;
    letter-spacing: 0.0015625vw;
    margin: 2.6041666667vw 0 1.0416666667vw;
    padding-left: 1.0416666667vw;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap h6::before {
    width: 0.5729166667vw;
    height: 0.625vw;
    top: 0.46875vw;
    left: -0.2083333333vw;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap h6::after {
    width: 0.1041666667vw;
    height: 1.5625vw;
    left: 0vw;
    top: 0vw;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list {
    padding: 0.5208333333vw;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list:nth-child(3n+1) {
    padding-right: 0vw;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list:nth-child(3n+1) {
    padding-left: 0vw;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box {
    padding: 0.5208333333vw;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box .borderbox {
    padding: 1.0416666667vw;
    border: 0.1041666667vw solid rgba(255, 255, 255, 0.2);
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box .borderbox .leftbox h5 {
    font-size: 1.25vw;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box .borderbox .leftbox p {
    font-size: 0.9375vw;
    padding: 0vw;
    letter-spacing: 0.003125vw;
  }
  .criminalwrap .textbox .rightwrap .imgbox {
    padding: 1.0416666667vw 0 0 1.0416666667vw;
  }
  .criminalwrap .textbox .rightwrap .imgbox::before {
    top: 0vw;
    left: 0vw;
    width: calc(100% - 1.0416666667vw);
    height: calc(100% - 1.0416666667vw);
  }
  .criminalwrap .textbox .leftwrap {
    padding-left: 3.125vw;
    margin: 4.1666666667vw 0 0;
  }
  .criminalwrap .textbox .leftwrap h4 {
    letter-spacing: 0.0416666667vw;
  }
  .criminalwrap .textbox .leftwrap h2 {
    margin: 0.5208333333vw 0 1.0416666667vw;
  }
  .criminalwrap .textbox .leftwrap h6 {
    margin-top: 0.78125vw 0 0;
  }
  .criminalwrap .textbox .leftwrap p {
    padding: 0.78125vw 0;
  }
  .faqwrap {
    min-height: 46.875vw;
  }
  .faqwrap::before {
    width: 44.1666666667vw;
    top: 3.6458333333vw;
    right: 0vw;
  }
  .faqwrap.detailwrap {
    padding: 1.5625vw 0 0;
  }
  .faqwrap.detailwrap.mb30 {
    margin-bottom: 1.5625vw;
  }
  .faqwrap.detailwrap .title {
    margin-bottom: 2.0833333333vw !important;
  }
  .faqwrap.detailwrap .faq .card .card-header .faq-title::before {
    right: 1.5625vw;
    top: 1.5104166667vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    border: 0.0520833333vw solid #24335E;
    border-radius: 5.2083333333vw;
    background-size: 0.7291666667vw;
  }
  .faqwrap .faq {
    box-shadow: 0 0.1041666667vw 2.5vw 0 rgba(0, 0, 0, 0.06);
    border-radius: 0.2083333333vw;
  }
  .faqwrap .faq .card {
    margin-top: 1.3020833333vw;
  }
  .faqwrap .faq .card:first-child {
    margin-top: 0vw;
  }
  .faqwrap .faq .card .card-header {
    padding: 0vw;
  }
  .faqwrap .faq .card .card-header .faq-title {
    padding: 1.5625vw 3.6458333333vw 1.5625vw 1.5625vw;
    font-size: 1.1458333333vw;
    letter-spacing: 0.015625vw;
  }
  .faqwrap .faq .card .card-header .faq-title.collapsed .collapse-btn {
    border: 0.0520833333vw solid #DAE2EB;
  }
  .faqwrap .faq .card .card-header .faq-title .collapse-btn {
    right: 1.5625vw;
    top: 1.5104166667vw;
    width: 1.875vw;
    height: 1.875vw;
    border: 0.0520833333vw solid #24335E;
    border-radius: 5.2083333333vw;
  }
  .faqwrap .faq .card .card-header .faq-title .collapse-btn:before {
    width: 0.8854166667vw;
    height: 0.15625vw;
    right: 0.46875vw;
  }
  .faqwrap .faq .card .card-header .faq-title .collapse-btn:after {
    height: 0.8854166667vw;
    width: 0.15625vw;
    top: 25%;
    right: 0.8333333333vw;
  }
  .faqwrap .faq .card .card-body {
    padding: 1.0416666667vw 1.5625vw 0.78125vw;
  }
  .faqwrap .faq .card .card-body p {
    font-size: 0.8333333333vw;
    padding: 0.5208333333vw 0;
  }
  .faqwrap .faq .card .card-body p:nth-child(1) {
    padding-top: 0vw;
  }
  .faqwrap .faq .card .card-body p:last-child {
    padding-bottom: 0vw;
  }
  .contactformwrap {
    min-height: 39.0625vw;
  }
  .contactformwrap h4 {
    letter-spacing: 0.0416666667vw;
    margin-bottom: 0.5208333333vw;
  }
  .contactformwrap h2 {
    margin-bottom: 2.0833333333vw !important;
  }
  .contactformwrap .textbox {
    padding: 0 6.25vw;
  }
  .contactformwrap .textbox .formwrap .ginput_container.ginput_container_text {
    margin: 0vw;
  }
  .contactformwrap .textbox .formwrap .ginput_container.ginput_container_text {
    margin: 0vw;
  }
  .contactformwrap .textbox .formwrap .gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    margin: 0vw 0 0 !important;
    border: 0vw !important;
  }
  .contactformwrap .textbox .formwrap .gform_wrapper .field_description_below .gfield_description {
    padding: 0vw;
  }
  .contactformwrap .textbox .formwrap .gform_validation_error .validation_error {
    border: 0.0520833333vw solid #dbbcc1;
    margin: 0 0 1.5625vw;
    padding: 0.78125vw;
    font-size: 0.8333333333vw;
    border-radius: 0.2083333333vw;
  }
  .contactformwrap .textbox .formwrap .validation_message {
    font-size: 0.8333333333vw;
    margin-top: 0.2604166667vw;
  }
  .contactformwrap .textbox .formwrap ul {
    margin: 0vw;
    padding: 0vw;
  }
  .contactformwrap .textbox .formwrap ul li {
    margin: 0;
    padding: 0 0.5208333333vw 1.0416666667vw !important;
  }
  .contactformwrap .textbox .formwrap ul li .ginput_container {
    margin: 0vw !important;
  }
  .contactformwrap .textbox .formwrap ul li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .contactformwrap .textbox .formwrap ul li.gfield_error textarea,
  .contactformwrap .textbox .formwrap ul li .gform_wrapper .gfield_error textarea {
    border: 0vw solid #790000 !important;
  }
  .contactformwrap .textbox .formwrap ul li:first-child input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background: #fff url(../images/ic-user.svg) no-repeat right 1.0416666667vw top 1.4583333333vw !important;
    background-size: 1.0416666667vw !important;
  }
  .contactformwrap .textbox .formwrap ul li:nth-child(2) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background: #fff url(../images/ic-mail.svg) no-repeat right 1.0416666667vw top 1.4583333333vw !important;
    background-size: 1.1458333333vw !important;
  }
  .contactformwrap .textbox .formwrap ul li:nth-child(3) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background: #fff url(../images/ic-call-g.svg) no-repeat right 1.0416666667vw top 1.4583333333vw !important;
    background-size: 1.0416666667vw !important;
  }
  .contactformwrap .textbox .formwrap ul li:nth-child(4) textarea {
    background: #fff url(../images/ic-edit.svg) no-repeat right 1.0416666667vw top 1.4583333333vw !important;
    background-size: 1.0416666667vw !important;
  }
  .contactformwrap .textbox .formwrap ul li#field_2_4 {
    padding-left: 0vw;
  }
  .contactformwrap .textbox .formwrap ul li label {
    font-size: 0.9375vw;
  }
  .contactformwrap .textbox .formwrap ul li label.error {
    margin-bottom: 0vw;
    padding-top: 0.1041666667vw;
    font-size: 0.9375vw;
  }
  .contactformwrap .textbox .formwrap ul li#field_1_5 {
    padding: 0vw !important;
  }
  .contactformwrap .textbox .formwrap select {
    background: #fff url(../images/drop-arrow.svg) no-repeat right 0.78125vw center;
  }
  .contactformwrap .textbox .formwrap textarea {
    height: 7.2916666667vw;
    padding: 1.0416666667vw 1.5625vw;
    font-size: 0.9375vw;
  }
  .contactformwrap .textbox .formwrap .gform_wrapper {
    margin: 0vw;
  }
  .contactformwrap .textbox .formwrap .gform_wrapper .gform_footer {
    padding: 0vw;
    margin: 0vw;
  }
  .contactformwrap .textbox .formwrap input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .contactformwrap .textbox .formwrap select {
    border: 0vw;
    padding: 0 2.34375vw 0 1.5625vw;
    height: 4.1666666667vw;
    line-height: 4.1666666667vw;
    font-size: 0.9375vw;
    border-radius: 0vw;
  }
  .contactformwrap .textbox .formwrap label.error {
    margin-bottom: 0vw;
    padding-top: 0.1041666667vw;
    font-size: 0.7291666667vw;
  }
  .contactformwrap .textbox .formwrap .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 1.0416666667vw;
    margin: 0.78125vw 0;
    padding: 0.5208333333vw 1.5625vw;
  }
  .contactformwrap .textbox .formwrap .gform_button {
    height: 3.5416666667vw;
    line-height: 3.5416666667vw;
    font-size: 1.0416666667vw;
    padding: 0 2.6041666667vw;
    margin-top: 1.0416666667vw;
    letter-spacing: 0.0026041667vw;
    border: 0vw;
  }
  .defensewrap h3 {
    letter-spacing: 0.015625vw;
  }
  .defensewrap h6 {
    padding-left: 1.25vw;
    background-position: left top 0.15625vw;
    margin: 1.0416666667vw 0 0.5208333333vw;
    background-size: 0.8854166667vw;
  }
  .defensewrap .fullwrap .btn-main {
    padding: 0 2.6041666667vw;
    margin-top: 2.0833333333vw;
  }
  .defensewrap .fullwrap .btn-main:hover {
    box-shadow: 0vw 0vw 0.5208333333vw 0vw rgba(0, 0, 0, 0.1);
  }
  .defensewrap .chargesbox {
    padding: 0.5208333333vw 0;
  }
  .defensewrap .chargesbox span {
    font-size: 0.8333333333vw;
  }
  .defensewrap .chargesbox ul {
    font-size: 0.8333333333vw;
  }
  .defensewrap .chargesbox ul li {
    font-size: 0.8333333333vw;
  }
  .defensewrap .chargesbox ul li::before {
    margin-right: 0vw;
  }
  .defensewrap h5 {
    font-size: 0.8333333333vw;
  }
  .defensewrap h5 span {
    font-size: 0.8333333333vw;
    padding-left: 0.15625vw;
  }
  .defensewrap .summerywrap {
    padding: 0.5208333333vw 0 0;
  }
  .defensewrap .summerywrap span {
    font-size: 0.8333333333vw;
    padding-right: 0.15625vw;
  }
  .defensewrap .summerywrap .box p {
    font-size: 0.8333333333vw;
  }
  .defensewrap .topbox {
    padding: 2.6041666667vw 2.0833333333vw;
    box-shadow: 0.5208333333vw 0.5208333333vw 1.8229166667vw 0vw rgba(37, 86, 142, 0.13);
    margin-bottom: 1.0416666667vw;
  }
  .defensewrap .bottombox-list {
    width: calc(100% + 2.0833333333vw);
    margin: 0 -1.0416666667vw;
  }
  .defensewrap .bottombox-list .listofcases {
    padding: 1.0416666667vw;
  }
  .defensewrap .bottombox-list .listofcases .listbox {
    padding: 2.6041666667vw 2.0833333333vw;
  }
  .personalinjwrap h4 {
    letter-spacing: 0.0416666667vw;
    margin-bottom: 0.5208333333vw;
  }
  .personalinjwrap h2 {
    margin-bottom: 1.0416666667vw;
  }
  .personalinjwrap ul {
    padding: 0 7.2916666667vw;
  }
  .personalinjwrap ul li {
    padding: 1.0416666667vw;
  }
  .personalinjwrap ul li .box {
    padding: 2.6041666667vw 1.5625vw;
    box-shadow: 0vw 0vw 2.0833333333vw 0vw rgba(0, 0, 0, 0.1);
  }
  .personalinjwrap ul li .box h3 {
    font-size: 2.2916666667vw;
  }
  .personalinjwrap ul li .box h5 {
    letter-spacing: 0.03125vw;
    padding: 1.0416666667vw 0 0;
  }
  .blog-wrapper::before {
    width: 32.4479166667vw;
    top: 0vw;
    right: 0vw;
  }
  .blog-wrapper .leftwrap {
    width: calc(100% - 22.03125vw);
    padding-right: 5.2083333333vw;
  }
  .blog-wrapper .post-main {
    margin-bottom: 2.0833333333vw;
  }
  .blog-wrapper .post-main:last-child {
    margin-bottom: 0vw;
  }
  .blog-wrapper .post-main .blog {
    padding: 0.5208333333vw;
    box-shadow: 0.5208333333vw 0.5208333333vw 1.8229166667vw 0vw rgba(37, 86, 142, 0.13);
  }
  .blog-wrapper .post-main .blog .banner {
    width: 21.1458333333vw;
    height: 21.1458333333vw;
  }
  .blog-wrapper .post-main .blog .rightwrap {
    width: calc(100% - 21.1458333333vw);
    padding: 2.0833333333vw 1.0416666667vw 0 2.0833333333vw;
  }
  .blog-wrapper .post-main .blog .rightwrap h3 {
    font-size: 1.3541666667vw;
  }
  .blog-wrapper .post-main .blog .rightwrap h6 {
    padding-left: 1.25vw;
    background-position: left top 0.15625vw;
    margin: 1.0416666667vw 0 0.5208333333vw;
    background-size: 0.8854166667vw;
  }
  .blog-wrapper .post-main .blog .rightwrap h6 a {
    font-size: 0.8333333333vw;
  }
  .blog-wrapper .post-main .blog .rightwrap p {
    padding-top: 0.5208333333vw;
    font-size: 0.8333333333vw;
  }
  .blog-wrapper .post-main .blog .rightwrap .btn-main {
    height: 2.34375vw;
    line-height: 2.34375vw;
    padding: 0 1.3020833333vw;
    font-size: 0.8333333333vw;
    letter-spacing: 0.0260416667vw;
  }
  .blog-wrapper .post-main .blog .rightwrap .btn-main:hover {
    box-shadow: 0vw 0vw 0.5208333333vw 0vw rgba(0, 0, 0, 0.1);
  }
  .blog-wrapper .sidebar {
    width: 22.03125vw;
  }
  .blog-wrapper .sidebar .Categories {
    padding-top: 0.4166666667vw;
    border-top: 0.0520833333vw solid #B18A47;
  }
  .blog-wrapper .sidebar .Categories .posts {
    padding: 2.0833333333vw 0;
    border-top: 0.0520833333vw solid #B18A47;
  }
  .blog-wrapper .sidebar .Categories .posts .list {
    padding: 1.0416666667vw 0;
    border-top: 0.0520833333vw solid #DDDDDD;
  }
  .blog-wrapper .sidebar .Categories .posts .list .img {
    width: 4.0104166667vw;
    height: 4.0104166667vw;
  }
  .blog-wrapper .sidebar .Categories .posts .list .text {
    width: calc(100% - 4.0104166667vw);
    padding-left: 1.3020833333vw;
  }
  .blog-wrapper .sidebar .Categories .posts .list .text h3 {
    font-size: 1.0416666667vw;
  }
  .blog-wrapper .sidebar .Categories h4 {
    font-size: 1.5625vw;
    padding: 0 0 1.8229166667vw 1.0416666667vw;
  }
  .blog-wrapper .sidebar .Categories h4::before {
    width: 0.5729166667vw;
    height: 0.625vw;
    top: 0.7291666667vw;
    left: -0.2083333333vw;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 50% 50%);
            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 50% 50%);
  }
  .blog-wrapper .sidebar .Categories h4::after {
    width: 0.1041666667vw;
    height: 2.0833333333vw;
    left: 0vw;
    top: 0vw;
  }
  .blog-wrapper .sidebar .Categories .link ul li a {
    padding: 1.0416666667vw 0vw 1.0416666667vw 1.0416666667vw;
    font-size: 0.8333333333vw;
    border-top: 0.0520833333vw solid #DDDDDD;
  }
  .blog-wrapper .sidebar .Categories .link ul li a::before {
    width: 0.5729166667vw;
    height: 0.625vw;
    left: 0vw;
    top: 1.3020833333vw;
  }
  .blog-wrapper .sidebar .Categories .blog-list-archive li a {
    padding: 1.0416666667vw 0vw 1.0416666667vw 1.0416666667vw;
    font-size: 0.8333333333vw;
    border-top: 0.0520833333vw solid #DDDDDD;
  }
  .blog-wrapper .sidebar .Categories .blog-list-archive li a::before {
    width: 0.5729166667vw;
    height: 0.625vw;
    left: 0vw;
    top: 1.3020833333vw;
  }
  .blog-wrapper .blog-left .text-wrap h2 {
    letter-spacing: 0.015625vw;
    font-size: 1.875vw;
    margin-bottom: 1.0416666667vw;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox {
    width: 15.625vw;
    padding-top: 1.3020833333vw;
    border-top: 0.0520833333vw solid #B18A47;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox .imgbox {
    width: 3.125vw;
    height: 3.125vw;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox h5 {
    width: calc(100% - 15.625vw);
    font-size: 0.8333333333vw;
    padding-left: 0.5208333333vw;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox h5 span {
    padding-right: 0.2604166667vw;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .date {
    padding: 0vw;
    padding-left: 1.25vw;
    background-position: left top 0.3125vw;
    margin: 2.0833333333vw 0 0.5208333333vw;
    background-size: 0.8854166667vw;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .date a {
    padding-right: 0.2604166667vw;
  }
  .blog-wrapper .blog-left .img-wrap {
    height: 32.2916666667vw;
    margin: 2.0833333333vw 0 0.78125vw;
  }
  .blog-wrapper .blog-left .bottom-wrap {
    padding-bottom: 1.3020833333vw;
  }
  .blog-wrapper .blog-left .bottom-wrap p {
    padding: 0.78125vw 0;
  }
  .blog-wrapper .blog-left .bottom-wrap h3 {
    letter-spacing: 0.015625vw;
    margin: 0.5208333333vw 0;
  }
  .blog-wrapper .blog-left .bottom-wrap h4 {
    font-size: 1.25vw;
    letter-spacing: 0.015625vw;
    margin: 0.5208333333vw 0;
  }
  .blog-wrapper .blog-left .bottom-wrap h5 {
    font-size: 1.0416666667vw;
    margin: 0.5208333333vw 0;
  }
  .blog-wrapper .blog-left .bottom-wrap h6 {
    font-size: 1.0416666667vw;
    margin: 0.5208333333vw 0;
  }
  .blog-wrapper .blog-left .bottom-wrap ul {
    margin-bottom: 1.0416666667vw;
  }
  .blog-wrapper .blog-left .bottom-wrap ul li {
    font-size: 0.9375vw;
    padding: 0.78125vw 0vw 0.78125vw 1.0416666667vw;
  }
  .blog-wrapper .blog-left .bottom-wrap ul li::before {
    width: 0.5729166667vw;
    height: 0.625vw;
    left: 0vw;
    top: 1.0416666667vw;
  }
  .areadetailwrap::before {
    width: 32.4479166667vw;
    top: 0vw;
    right: 0vw;
  }
  .areadetailwrap .leftwrap {
    width: calc(100% - 22.03125vw);
    padding-right: 5.2083333333vw;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap iframe {
    height: 26.0416666667vw;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .topbox iframe {
    height: 26.0416666667vw;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .topbox p {
    padding-left: 0vw;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .topbox ul {
    padding-left: 0vw;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .topbox h6 {
    padding-left: 0vw;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .topbox h4 {
    margin: 0.5208333333vw 0;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h4 {
    letter-spacing: 0.0416666667vw;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h5 {
    font-size: 1.25vw;
    margin-bottom: 0.5208333333vw;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h5:last-child {
    margin-bottom: 0vw;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h2 {
    margin: 0vw 0 1.0416666667vw;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h3 {
    margin: 1.3020833333vw 0 1.0416666667vw;
    letter-spacing: 0.0015625vw;
    padding: 0vw 0vw 0vw 1.0416666667vw;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h3::after {
    width: 0.1041666667vw;
    height: 2.0833333333vw;
    left: 0vw;
    top: 0vw;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h3::before {
    width: 0.5729166667vw;
    height: 0.625vw;
    top: 0.6770833333vw;
    left: -0.2083333333vw;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap p {
    padding: 0vw 0 0.78125vw 1.0416666667vw;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h6 {
    font-size: 0.9375vw;
    padding: 0.5208333333vw 0 0.78125vw 1.0416666667vw;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h6:last-child {
    padding-bottom: 0vw;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap ul {
    margin: 0 0 1.0416666667vw;
    padding-left: 1.0416666667vw;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap ul li {
    padding-left: 1.0416666667vw;
    margin-bottom: 0.78125vw;
    font-size: 0.9375vw;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap ul li:last-child {
    margin-bottom: 0;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap ul li::before {
    width: 0.5729166667vw;
    height: 0.625vw;
    left: 0vw;
    top: 0.46875vw;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap ul li ul {
    padding-left: 2.6041666667vw;
    padding-top: 0.78125vw;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap ul li h6 {
    padding-left: 0vw;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .clientreview ul {
    padding-left: 0vw;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul {
    padding: 0vw;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li {
    padding: 0.5208333333vw;
    margin: 0vw;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li .box h3 {
    font-size: 1.875vw;
    padding: 0vw;
    margin: 0vw;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li .box h5 {
    font-size: 0.9375vw;
    letter-spacing: 0.03125vw;
    padding: 1.0416666667vw 0 0;
  }
  .areadetailwrap .sidebar {
    width: 22.03125vw;
  }
  .areadetailwrap .sidebar .Categories {
    padding: 0.4166666667vw 0;
    border-top: 0.0520833333vw solid #B18A47;
    border-bottom: 0.0520833333vw solid #B18A47;
  }
  .areadetailwrap .sidebar .Categories .posts {
    padding: 2.0833333333vw 0;
    border-top: 0.0520833333vw solid #B18A47;
    border-bottom: 0.0520833333vw solid #B18A47;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap {
    padding: 0vw 0;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap .areas-category {
    font-size: 0vw;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap .areas-category ul li {
    font-size: 0vw;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap .areas-category ul li.on a {
    background-position: center right 0.5208333333vw;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap .areas-category ul li a {
    padding: 1.0416666667vw 1.0416666667vw 1.0416666667vw 1.0416666667vw;
    font-size: 0.8333333333vw;
    border-bottom: 0.0520833333vw solid #DDDDDD;
    background-position: center right 0.5208333333vw;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap .areas-category ul li ul {
    padding: 0.5208333333vw 1.0416666667vw;
    border-bottom: 0.0520833333vw solid #DDDDDD;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap .areas-category ul li ul li a {
    padding: 0.5208333333vw 1.0416666667vw;
    border: 0vw;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap .areas-category ul li ul li a::before {
    width: 0.5729166667vw;
    height: 0.625vw;
    left: 0vw;
    top: 0.7291666667vw;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li {
    padding: 0vw;
    border-top: 0.0520833333vw solid #DDDDDD;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li a {
    font-size: 0.8333333333vw;
    padding: 1.0416666667vw 2.0833333333vw 1.0416666667vw 1.0416666667vw;
    letter-spacing: 0.015625vw;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li span {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    background-position: center right 1.0416666667vw;
    background-size: 0.9375vw;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li ul.sub-menu {
    padding: 0.5208333333vw 0vw 0.5208333333vw 1.0416666667vw;
    left: 0vw;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li ul.sub-menu li {
    padding: 0vw;
    border: 0vw;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li ul.sub-menu li a {
    padding: 0.5208333333vw 2.0833333333vw 0.5208333333vw 1.0416666667vw;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li ul.sub-menu li a::before {
    width: 0.5729166667vw;
    height: 0.625vw;
    left: 0vw;
    top: 0.8333333333vw;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li ul.sub-menu li span {
    width: 0.78125vw;
    height: 0.78125vw;
    right: 0.2604166667vw;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li ul.sub-menu li ul.sub-menu {
    padding: 0.5208333333vw 0vw 0.5208333333vw 1.0416666667vw;
    left: 0vw;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.open ul.sub-menu {
    border-top: 0.0520833333vw solid #DDDDDD;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li.open ul.sub-menu li span {
    width: 0.78125vw;
    height: 0.78125vw;
    right: 0.2604166667vw;
  }
  .areadetailwrap .sidebar .Categories h4 {
    font-size: 1.5625vw;
    padding: 0 0 1.8229166667vw 1.0416666667vw;
  }
  .areadetailwrap .sidebar .Categories h4::before {
    width: 0.5729166667vw;
    height: 0.625vw;
    top: 0.7291666667vw;
    left: -0.2083333333vw;
  }
  .areadetailwrap .sidebar .Categories h4::after {
    width: 0.1041666667vw;
    height: 2.0833333333vw;
    left: 0vw;
    top: 0vw;
  }
  .areadetailwrap .sidebar .personalinjurywrap {
    margin-top: 2.6041666667vw;
    padding: 0.5208333333vw;
  }
  .areadetailwrap .sidebar .personalinjurywrap .box {
    border: 0.1041666667vw solid rgba(255, 255, 255, 0.2);
    padding: 1.0416666667vw 1.5625vw;
  }
  .areadetailwrap .sidebar .personalinjurywrap .box h4 {
    font-size: 1.25vw;
    padding-bottom: 0.5208333333vw;
  }
  .areadetailwrap .sidebar .personalinjurywrap .box a {
    padding: 0 1.8229166667vw 0 0;
    font-size: 0.8333333333vw;
    background-position: top 0.2083333333vw right 0.2604166667vw;
  }
  .areadetailwrap .sidebar .personalinjurywrap .box a:hover,
  .areadetailwrap .sidebar .personalinjurywrap .box a .active {
    background-position: top 0.2083333333vw right 0vw;
  }
  .center.slider {
    padding-top: 2.0833333333vw;
  }
  .slick-slide {
    margin: 0 0.15625vw;
  }
  .slick-vertical .slick-slide {
    border: 0.0520833333vw solid transparent;
  }
  .slick-arrow {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
  .slick-arrow.slick-prev {
    left: 2.6041666667vw;
  }
  .slick-arrow.slick-next {
    right: 2.6041666667vw;
  }
  /*FOOTER*/
  .footer {
    padding: 4.6875vw 0 0;
  }
  .footer .footer-logo {
    width: 21.3541666667vw;
  }
  .footer .footer-logo img {
    width: 100%;
  }
  .footer .footermenuwrap {
    padding: 4.6875vw 0;
  }
  .footer .footermenuwrap ul li {
    padding: 0 2.6041666667vw;
    border-right: 0.0520833333vw solid rgba(255, 255, 255, 0.2);
  }
  .footer .footermenuwrap ul li:first-child {
    padding-left: 0vw;
  }
  .footer .footermenuwrap ul li:last-child {
    padding-right: 0vw;
    border-right: 0vw;
  }
  .footer .footermenuwrap ul li a {
    font-size: 0.9375vw;
    letter-spacing: 0.0520833333vw;
  }
  .footer .footerbottomwrap {
    border-top: 0.0520833333vw solid rgba(255, 255, 255, 0.2);
    padding: 2.0833333333vw 0;
  }
  .footer .footerbottomwrap .copyrihgt {
    font-size: 0.8333333333vw;
    padding: 0vw;
  }
  .footer .medialwrap .footer-mapwrap {
    width: calc(100% - 15.2604166667vw);
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .map {
    width: 9.21875vw;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .map iframe {
    height: 8.125vw;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox {
    width: calc(100% - 9.21875vw);
    padding: 0 0.5208333333vw 0 1.8229166667vw;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li {
    padding: 0.78125vw 0;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li:last-child {
    padding-bottom: 0vw;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li.address a {
    background-position: left top 0.3125vw;
    background-size: 0.8333333333vw;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li.address a:hover {
    background-position: left top 0.3125vw;
    background-size: 0.8333333333vw;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li.phone a {
    background-position: left top 0.3125vw;
    background-size: 0.9895833333vw;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li.phone a:hover {
    background-position: left top 0.3125vw;
    background-size: 0.9895833333vw;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li a {
    padding-left: 1.5625vw;
    font-size: 1.0416666667vw;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li a span {
    padding-right: 0.2604166667vw;
  }
  .footer .medialwrap .rightwrap {
    width: 15.2604166667vw;
  }
  .footer .medialwrap .rightwrap ul {
    width: calc(100% - 0vw);
    margin-bottom: 1.0416666667vw;
  }
  .footer .medialwrap .rightwrap ul li {
    padding: 0.5208333333vw 0vw;
    border-bottom: 0.0520833333vw solid rgba(255, 255, 255, 0.2);
  }
  .footer .medialwrap .rightwrap ul li:last-child {
    padding-bottom: 1.0416666667vw;
  }
  .footer .medialwrap .rightwrap ul li a {
    font-size: 1.0416666667vw;
    padding: 0.5208333333vw 0vw 0.5208333333vw 3.6458333333vw;
  }
  .footer .medialwrap .rightwrap ul li a::before {
    left: 0vw;
    top: 0vw;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
  .footer .medialwrap .rightwrap ul li span {
    padding-right: 0.2604166667vw;
  }
  .footer .medialwrap .rightwrap ul li.fax a::before {
    background-size: 1.0416666667vw;
  }
  .footer .medialwrap .rightwrap ul li.fax:hover a::before {
    background-size: 1.0416666667vw;
  }
  .footer .medialwrap .rightwrap h5 {
    font-size: 1.0416666667vw;
    letter-spacing: 0.0416666667vw;
  }
  .footer .medialwrap .rightwrap .btn-main {
    border: 0.0520833333vw solid #FFFFFF;
    letter-spacing: 0.0026041667vw;
    font-size: 0.8333333333vw;
    height: 2.5vw;
    line-height: 2.5vw;
    padding: 0 1.5625vw;
    margin-top: 1.0416666667vw;
  }
  .footer .medialwrap .rightwrap .btn-main:hover {
    border: 0.0520833333vw solid #B18A46;
  }
  .footer .socialwrap {
    padding: 3.125vw 0 0;
  }
  .footer .socialwrap ul li {
    width: 3.4895833333vw;
    height: 2.96875vw;
    margin: 0 0.2083333333vw;
  }
  .footer .socialwrap ul li a {
    border: 0.0520833333vw solid rgba(255, 255, 255, 0.2);
    border-bottom: 0vw;
  }
  .footer .socialwrap ul li a:hover {
    border: 0.0520833333vw solid #B18A47;
    border-bottom: 0vw;
  }
  .footer .socialwrap ul li a i {
    font-size: 0.9166666667vw;
  }
}
@media only screen and (min-width: 1901px) and (max-width: 1920px) {
  .areadetailwrap::before {
    width: 630px;
  }
  .blog-wrapper::before {
    width: 630px;
  }
}
@media only screen and (min-width: 1821px) and (max-width: 1900px) {
  .areadetailwrap::before {
    width: 610px;
  }
  .blog-wrapper::before {
    width: 610px;
  }
}
@media only screen and (min-width: 1781px) and (max-width: 1820px) {
  .areadetailwrap::before {
    width: 580px;
  }
  .blog-wrapper::before {
    width: 580px;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 1780px) {
  .container {
    max-width: 1440px;
  }
  #header {
    padding: 40px 30px 0;
  }
  #header.affix {
    padding: 20px 30px;
  }
  .header-right .head-call {
    padding: 0 0 0 25px;
  }
  .header-right .head-call .conwrap {
    padding-left: 30px;
  }
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 28px;
  }
  .main-banner {
    height: 900px;
  }
  .main-banner .banner_box .textbox .leftwrap h1 {
    margin-top: 70px;
  }
  .main-banner .banner_box .textbox .leftwrap .bannertestiwrap h4 {
    font-size: 22px;
    padding-bottom: 15px;
  }
  .main-banner .banner_box .textbox .leftwrap .logolist {
    margin-top: 40px;
  }
  .main-banner .banner_box .textbox .rightwrap {
    width: 50%;
    right: -60px;
  }
  .casewrap {
    padding: 0 45px;
    margin-top: -80px;
  }
  .casewrap .boxwrap {
    padding: 0px 10px;
  }
  .casewrap .boxwrap .box {
    padding: 20px 20px;
  }
  .casewrap .boxwrap .detailwrap h3 {
    font-size: 20px;
  }
  .casewrap .boxwrap .detailwrap h6 {
    padding: 10px 0 5px;
  }
  .casewrap .boxwrap .detailwrap .chargeswrap {
    padding: 15px 0;
  }
  .casewrap .boxwrap .detailwrap .chargeswrap ul li {
    font-size: 16px;
  }
  .casewrap .boxwrap .detailwrap .resultwrap {
    padding: 10px 0 0;
  }
  .casewrap .boxwrap .detailwrap .resultwrap ul li {
    font-size: 16px;
  }
  .whyricciowrap {
    padding: 100px 35px;
  }
  .whyricciowrap h2 {
    margin-bottom: 60px;
  }
  .whyricciowrap .boxwrap .imgwrap {
    width: 170px;
    height: 170px;
  }
  .whyricciowrap .boxwrap .imgwrap .imgbox {
    width: 150px;
    height: 150px;
  }
  .whyricciowrap .boxwrap .detailwrap h6 {
    padding: 30px 0 15px;
  }
  .areaswrap .textbox ul {
    padding: 0 60px;
  }
  .areaswrap .textbox ul li {
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .areaswrap .textbox ul li a {
    padding: 40px 30px;
  }
  .areaswrap .textbox ul li .textwrap .content-details p {
    padding: 15px 0 0;
  }
  .areaswrap ul.list {
    padding: 0 60px;
  }
  .areaswrap ul.list li {
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .areaswrap ul.list li a {
    padding: 40px 30px;
  }
  .areaswrap ul.list li .textwrap .content-details p {
    padding: 15px 0 0;
  }
  .areaswrap .btnbox .btn-main {
    font-size: 18px;
  }
  .footer .footermenuwrap {
    padding: 80px 0;
  }
  .footer .footermenuwrap ul li {
    padding: 0 40px;
  }
  .footer .medialwrap ul li {
    padding: 0px 40px 0px 0;
  }
  .footer .footerbottomwrap {
    padding: 35px 0;
  }
  .reviewwrap .textbox {
    padding: 100px 80px 100px 0;
  }
  .testimonial-wrapper .testimonial .btnbox {
    left: 27%;
  }
  .testimonial-wrapper .testimonial .title-wrap {
    padding: 0 50px 0 120px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider.slick-slider {
    padding: 0 90px 150px 90px;
  }
  .videowrap .videobox .videoslider .box .video iframe {
    height: 500px;
  }
  .llcwrap .textbox .leftwrap .listbox .listbox {
    padding: 0 70px 0 20px;
    margin-top: -70px;
  }
  .llcwrap .textbox .leftwrap .listbox .listbox .detailwrap {
    padding: 35px;
  }
  .llcwrap .textbox .leftwrap .listbox .listbox .detailwrap h3 {
    margin-bottom: 15px;
  }
  .llcwrap.contactwrap .textbox {
    padding: 0 40px;
  }
  .llcwrap.contactwrap .textbox .leftwrap {
    padding: 0 50px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox {
    margin-top: -60px;
    padding: 0 20px 0;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap h3 {
    width: 450px;
    padding: 25px;
    font-size: 28px;
    margin-bottom: 40px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li a {
    font-size: 24px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.getdirwrap {
    padding: 20px 0 0;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.getdirwrap a {
    padding: 0px 35px 0 0;
    font-size: 20px;
  }
  .inner-wrapper {
    height: 700px;
  }
  .inner-wrapper .banner_con h1 {
    margin-top: 70px;
  }
  .inner-wrapper .banner_con h1 span {
    font-size: 18px;
  }
  .inner-wrapper.short {
    height: 500px;
  }
  .inner-wrapper.short .banner_con h1 {
    margin-top: 100px;
  }
  .sttorneywrap::before {
    width: 542px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap {
    padding: 60px 0px 60px 70px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box .borderbox {
    padding: 20px 15px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li.list:first-child::before {
    left: -4px;
  }
  .faqwrap::before {
    width: 848px;
    right: -150px;
  }
  .faqwrap .faq .card {
    margin-top: 20px;
  }
  .faqwrap .faq .card .card-header .faq-title {
    padding: 30px 70px 30px 25px;
    font-size: 20px;
  }
  .faqwrap .faq .card .card-body {
    padding: 20px 25px 15px;
  }
  .faqwrap .faq .card .card-body p {
    padding: 6px 0;
  }
  .blog-wrapper::before {
    width: 542px;
  }
  .blog-wrapper .post-main {
    margin-bottom: 35px;
  }
  .blog-wrapper .blog-left .img-wrap {
    margin: 30px 0 15px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h3 {
    font-size: 26px;
  }
  body.single-post .banner_con p.new-title {
    font-size: 70px;
  }
  body.single-post .banner_con p.new-title span {
    font-size: 18px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h2 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1731px) and (max-width: 1780px) {
  .areadetailwrap::before {
    width: 640px;
  }
  .blog-wrapper::before {
    width: 640px;
  }
}
@media only screen and (min-width: 1641px) and (max-width: 1730px) {
  .areadetailwrap::before {
    width: 600px;
  }
  .blog-wrapper::before {
    width: 600px;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 1640px) {
  .areadetailwrap::before {
    width: 550px;
  }
  .blog-wrapper::before {
    width: 550px;
  }
}
@media only screen and (min-width: 1360px) and (max-width: 1549px) {
  .container {
    max-width: 1330px;
  }
  #header {
    padding: 30px 30px 0;
  }
  #header.affix {
    padding: 20px 30px;
  }
  #header .header .logo {
    width: 110px;
  }
  .header-right .head-call {
    padding: 0 0 0 15px;
  }
  .header-right .head-call .conwrap {
    padding-left: 20px;
  }
  .header-right .head-call .conwrap a {
    font-size: 22px;
    background-size: 30px;
    padding-left: 40px;
  }
  .header-right .head-call .freebtnwrap .btn-main {
    padding: 0 20px;
  }
  .header-right .nav.nav-main ul li {
    margin-right: 15px;
  }
  .header-right .nav.nav-main ul li a {
    font-size: 16px;
    padding: 24px 0px;
  }
  .btn-main {
    font-size: 18px;
    height: 64px;
    line-height: 64px;
  }
  h1 {
    font-size: 62px;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 28px;
  }
  .pdtb130 {
    padding: 120px 0;
  }
  .main-banner {
    height: 850px;
  }
  .main-banner .banner_box .textbox .leftwrap h1 {
    margin-top: 70px;
  }
  .main-banner .banner_box .textbox .leftwrap .bannertestiwrap h4 {
    font-size: 22px;
    padding-bottom: 15px;
  }
  .main-banner .banner_box .textbox .leftwrap .logolist {
    margin-top: 40px;
  }
  .main-banner .banner_box .textbox .rightwrap {
    width: 50%;
    right: -60px;
  }
  .casewrap {
    padding: 0 45px;
    margin-top: -80px;
  }
  .casewrap .boxwrap {
    padding: 0px 10px;
  }
  .casewrap .boxwrap .box {
    padding: 35px 15px;
  }
  .casewrap .boxwrap .detailwrap h3 {
    font-size: 22px;
  }
  .casewrap .boxwrap .detailwrap h6 {
    padding: 10px 0 5px;
  }
  .casewrap .boxwrap .detailwrap .chargeswrap {
    padding: 20px 0;
  }
  .casewrap .boxwrap .detailwrap .chargeswrap ul {
    min-height: 60px;
  }
  .casewrap .boxwrap .detailwrap .chargeswrap ul li {
    font-size: 16px;
  }
  .casewrap .boxwrap .detailwrap .resultwrap {
    padding: 20px 0 0;
  }
  .casewrap .boxwrap .detailwrap .resultwrap ul li {
    font-size: 16px;
  }
  .defense-lawwrap {
    padding-top: 120px;
  }
  .defense-lawwrap .leftwrap {
    padding-left: 25px;
  }
  .defense-lawwrap .leftwrap .bgwrap {
    top: -25px;
  }
  .defense-lawwrap .rightwrap {
    padding-left: 40px;
  }
  .defense-lawwrap .rightwrap h5 {
    padding-bottom: 15px;
  }
  .defense-lawwrap .rightwrap p {
    padding: 10px 0;
  }
  .whyricciowrap {
    padding: 100px 35px;
  }
  .whyricciowrap h2 {
    margin-bottom: 60px;
  }
  .whyricciowrap .boxwrap {
    padding: 35px 20px 40px;
  }
  .whyricciowrap .boxwrap .imgwrap {
    width: 170px;
    height: 170px;
  }
  .whyricciowrap .boxwrap .imgwrap .imgbox {
    width: 150px;
    height: 150px;
  }
  .whyricciowrap .boxwrap .detailwrap h6 {
    padding: 30px 0 15px;
    font-size: 20px;
  }
  .footer .footer-logo {
    width: 360px;
  }
  .footer .footermenuwrap {
    padding: 70px 0;
  }
  .footer .footermenuwrap ul li {
    padding: 0 30px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox {
    padding-left: 25px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li {
    padding: 10px 0;
  }
  .footer .socialwrap {
    padding: 50px 0 0;
  }
  .footer .socialwrap ul li {
    width: 60px;
    height: 50px;
  }
  .footer .footerbottomwrap {
    padding: 35px 0;
  }
  .reviewwrap .textbox {
    padding: 100px 60px 100px 0;
  }
  .areaswrap .textbox ul {
    padding: 0 30px;
  }
  .areaswrap .textbox ul li {
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .areaswrap .textbox ul li a {
    padding: 40px 25px;
  }
  .areaswrap .textbox ul li a::before {
    width: 36px;
    height: 36px;
    bottom: -18px;
    left: 42%;
  }
  .areaswrap .textbox ul li .textwrap h5 {
    margin-top: 25px;
  }
  .areaswrap .textbox ul li .textwrap .content-details {
    padding: 30px 10px 10px 10px;
  }
  .areaswrap .textbox ul li .textwrap .content-details h5 {
    min-height: 44px;
  }
  .areaswrap .textbox ul li .textwrap .content-details p {
    padding: 15px 0 0;
  }
  .areaswrap ul.list {
    padding: 0 30px;
  }
  .areaswrap ul.list li {
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .areaswrap ul.list li a {
    padding: 40px 25px;
  }
  .areaswrap ul.list li a::before {
    width: 36px;
    height: 36px;
    bottom: -18px;
    left: 42%;
  }
  .areaswrap ul.list li .textwrap h5 {
    margin-top: 25px;
  }
  .areaswrap ul.list li .textwrap .content-details {
    padding: 30px 10px 10px 10px;
  }
  .areaswrap ul.list li .textwrap .content-details p {
    padding: 15px 0 0;
  }
  .testimonial-wrapper .testimonial .imgbox {
    padding-left: 30px;
  }
  .testimonial-wrapper .testimonial .btnbox {
    left: 27%;
  }
  .testimonial-wrapper .testimonial .title-wrap {
    padding: 0 50px 0 130px;
    top: 40px;
  }
  .testimonial-wrapper .testimonial .title-wrap h2 {
    margin: 15px 0 0px;
  }
  .testimonial-wrapper .testimonial .title-wrap .rating:before {
    width: 380px;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox {
    padding: 230px 0px 0;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox p {
    font-size: 20px;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox p:nth-child(1) {
    background-position: left top 14px;
    background-size: 36px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider.slick-slider {
    padding: 0 40px 150px 90px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider ul.slick-dots {
    right: 40px;
  }
  .videowrap .videobox .videoslider {
    padding: 0 12%;
  }
  .videowrap .videobox .videoslider .box .video iframe {
    height: 500px;
  }
  .videowrap .videobox .videoslider .slick-slide {
    margin: 0 100px !important;
  }
  .videowrap .videobox .videoslider .slick-arrow.slick-prev {
    left: 12%;
  }
  .videowrap .videobox .videoslider .slick-arrow.slick-next {
    right: 12%;
  }
  .llcwrap .textbox .leftwrap .listbox {
    padding: 0 70px 0 20px;
    margin-top: -70px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap {
    padding: 30px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap h3 {
    margin-bottom: 15px;
  }
  .llcwrap .textbox .leftwrap .map iframe {
    height: 450px;
  }
  .llcwrap.contactwrap .textbox {
    padding: 0 30px;
  }
  .llcwrap.contactwrap .textbox .leftwrap {
    padding: 0 50px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox {
    margin-top: -60px;
    padding: 0 20px 0;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap h3 {
    width: 420px;
    padding: 25px;
    font-size: 26px;
    margin-bottom: 35px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li a {
    font-size: 24px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.getdirwrap {
    padding: 15px 0 0;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.getdirwrap a {
    padding: 0px 35px 0 0;
    font-size: 18px;
  }
  .inner-wrapper {
    height: 700px;
  }
  .inner-wrapper .banner_con h1 {
    margin-top: 70px;
  }
  .inner-wrapper .banner_con h1 span {
    font-size: 18px;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap {
    width: 800px;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap h4 {
    width: calc(100% - 210px);
    padding: 0 70px 20px 0;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap .rating {
    width: 210px;
    text-align: right;
    float: right;
  }
  .inner-wrapper .banner_con .box .logolist {
    width: calc(100% - 800px);
  }
  .inner-wrapper.short {
    height: 450px;
  }
  .inner-wrapper.short .banner_con h1 {
    margin-top: 70px;
  }
  .sttorneywrap::before {
    width: 482px;
  }
  .sttorneywrap .textbox .rightwrap {
    padding-left: 60px;
  }
  .sttorneywrap .textbox .rightwrap .logowrap h3 {
    font-size: 36px;
    padding: 25px 0 20px 0;
  }
  .sttorneywrap .textbox .rightwrap .logowrap ul li {
    width: 170px;
    height: 140px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap {
    margin: 50px 0;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox p {
    font-size: 18px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox p:first-child {
    text-indent: 55px;
    background-position: left top 7px;
    background-size: 34px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox h5 {
    margin-bottom: 30px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap {
    padding: 60px 0px 60px 70px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap h6::before {
    left: -4px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box .borderbox {
    padding: 20px 10px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom h4 {
    font-size: 38px;
    margin-bottom: 30px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox h6::before {
    left: -4px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail {
    width: 403px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li.list:first-child::before {
    left: -4px;
  }
  .criminalwrap .textbox .rightwrap .imgbox {
    padding: 20px 0 0 20px;
  }
  .criminalwrap .textbox .leftwrap {
    padding-left: 50px;
    margin: 70px 0 0;
  }
  .faqwrap::before {
    right: -200px;
  }
  .faqwrap .faq .card {
    margin-top: 20px;
  }
  .faqwrap .faq .card .card-header .faq-title {
    padding: 25px 70px 25px 25px;
    font-size: 22px;
  }
  .faqwrap .faq .card .card-header .faq-title .collapse-btn {
    right: 30px;
    top: 25px;
    width: 36px;
    height: 36px;
  }
  .faqwrap .faq .card .card-body {
    padding: 25px 25px 15px;
  }
  .personalinjwrap h4 {
    margin-bottom: 10px;
  }
  .personalinjwrap h2 {
    margin-bottom: 20px;
  }
  .personalinjwrap ul {
    padding: 0 110px;
  }
  .personalinjwrap ul li {
    padding: 15px;
  }
  .personalinjwrap ul li .box {
    padding: 50px 20px;
  }
  .personalinjwrap ul li .box h3 {
    font-size: 38px;
  }
  .personalinjwrap ul li .box h5 {
    padding: 15px 0 0;
  }
  .contactformwrap .textbox {
    padding: 0 100px;
  }
  .contactformwrap .textbox .formwrap ul li {
    padding: 0 10px 20px !important;
  }
  .contactformwrap .textbox .formwrap textarea {
    height: 130px;
  }
  .contactformwrap .textbox .formwrap input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 76px;
    line-height: 76px;
    font-size: 18px !important;
  }
  .contact-box-wrap .toughboxwrap {
    padding: 0 120px;
  }
  .contact-box-wrap .toughboxwrap .textbox {
    border-color: #B18A47;
  }
  .contact-box-wrap .toughboxwrap .textbox:before, .contact-box-wrap .toughboxwrap .textbox:after {
    background-color: #B18A47;
  }
  .contact-box-wrap .toughboxwrap .textbox h2 {
    font-size: 76px;
  }
  .contact-box-wrap .toughboxwrap .textbox h4 {
    font-size: 26px;
    padding: 20px 0 20px;
  }
  .contact-box-wrap .toughboxwrap .textbox p {
    font-size: 22px;
  }
  .contact-box-wrap .toughboxwrap .textbox .btnbox {
    margin-bottom: -32px;
  }
  .contact-box-wrap .toughboxwrap .textbox .btnbox .btn-main {
    height: 68px;
    line-height: 68px;
  }
  .blog-wrapper::before {
    width: 500px;
  }
  .blog-wrapper .leftwrap {
    width: calc(100% - 423px);
    padding-right: 90px;
  }
  .blog-wrapper .post-main {
    margin-bottom: 40px;
  }
  .blog-wrapper .post-main .blog .banner {
    width: 326px;
    height: 326px;
  }
  .blog-wrapper .post-main .blog .rightwrap {
    width: calc(100% - 326px);
    padding: 30px 20px 0 30px;
  }
  .blog-wrapper .post-main .blog .rightwrap h3 {
    font-size: 24px;
  }
  .blog-wrapper .post-main .blog .rightwrap h6 {
    padding-left: 24px;
    margin: 15px 0 10px;
  }
  .blog-wrapper .post-main .blog .rightwrap .btn-main {
    margin-top: 30px;
  }
  .blog-wrapper .sidebar .Categories {
    padding-top: 7px;
  }
  .blog-wrapper .sidebar .Categories h4 {
    padding: 0 0 30px 20px;
  }
  .blog-wrapper .blog-left .text-wrap h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox {
    width: 300px;
    padding-top: 25px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox .imgbox {
    width: 60px;
    height: 60px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox h5 {
    width: calc(100% - 300px);
    font-size: 16px;
    padding-left: 10px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox h5 span {
    padding-right: 5px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .date {
    padding-left: 24px;
    margin: 40px 0 10px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .date a {
    padding-right: 5px;
  }
  .blog-wrapper .blog-left .img-wrap {
    height: 480px;
    margin: 30px 0 15px;
  }
  .blog-wrapper .blog-left .bottom-wrap {
    padding-bottom: 15px;
  }
  .blog-wrapper .blog-left .bottom-wrap p {
    padding: 10px 0;
  }
  .blog-wrapper .blog-left .bottom-wrap h3 {
    margin: 10px 0;
  }
  .blog-wrapper .blog-left .bottom-wrap h4 {
    font-size: 24px;
    margin: 10px 0;
  }
  .blog-wrapper .blog-left .bottom-wrap h5 {
    font-size: 20px;
    margin: 10px 0;
  }
  .blog-wrapper .blog-left .bottom-wrap h6 {
    font-size: 20px;
    margin: 10px 0;
  }
  .blog-wrapper .blog-left .bottom-wrap ul {
    margin-bottom: 20px;
  }
  .blog-wrapper .blog-left .bottom-wrap ul li {
    font-size: 18px;
    padding: 15px 0px 15px 20px;
  }
  .blog-wrapper .blog-left .bottom-wrap ul li::before {
    width: 11px;
    height: 12px;
    top: 20px;
  }
  .testimonialboxxwrap .box ul {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 35px;
         column-gap: 35px;
    counter-reset: item-counter;
  }
  .testimonialboxxwrap .box ul li {
    margin-bottom: 35px;
  }
  .testimonialboxxwrap .box ul li .boxwrap {
    padding: 120px 40px 40px;
  }
  .areadetailwrap::before {
    width: 500px;
  }
  .areadetailwrap .leftwrap {
    width: calc(100% - 423px);
    padding-right: 90px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h2 {
    margin: 0px 0 10px;
    font-size: 35px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h3 {
    margin: 20px 0 20px;
    padding: 0px 0px 0px 20px;
    font-size: 26px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h3::before {
    top: 12px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h3::after {
    height: 34px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap p {
    padding-bottom: 15px;
  }
  body.single-post .banner_con p.new-title {
    margin-top: 70px;
    font-size: 62px;
  }
  body.single-post .banner_con p.new-title span {
    font-size: 18px;
  }
  body.single-post .blog-wrapper .blog-left .text-wrap h1 {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1461px) and (max-width: 1549px) {
  .areadetailwrap::before {
    width: 570px;
  }
  .blog-wrapper::before {
    width: 570px;
  }
  .contactformwrap.blog-details .textbox {
    padding: 35px;
  }
}
@media only screen and (min-width: 1360px) and (max-width: 1460px) {
  .areadetailwrap::before {
    width: 510px;
  }
  .blog-wrapper::before {
    width: 510px;
  }
  .contactformwrap.blog-details .textbox {
    padding: 30px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
  .container {
    max-width: 1240px;
  }
  #header {
    padding: 30px 25px 0;
  }
  #header.affix {
    padding: 20px 25px;
  }
  #header.affix .header .logo {
    width: 90px;
  }
  #header .header .logo {
    width: 100px;
  }
  .header-right .head-call {
    padding: 0 0 0 15px;
  }
  .header-right .head-call .conwrap {
    padding-left: 15px;
  }
  .header-right .head-call .conwrap a {
    font-size: 20px;
    background-size: 28px;
    padding-left: 40px;
  }
  .header-right .head-call .freebtnwrap .btn-main {
    padding: 0 20px;
    font-size: 16px;
  }
  .header-right .nav.nav-main ul li {
    margin-right: 14px;
  }
  .header-right .nav.nav-main ul li a {
    font-size: 16px;
    padding: 24px px;
  }
  .btn-main {
    font-size: 18px;
    height: 64px;
    line-height: 64px;
  }
  h1 {
    font-size: 58px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 24px;
  }
  .pdtb100 {
    padding: 90px 0;
  }
  .main-banner {
    height: 780px;
  }
  .main-banner .banner_box {
    top: 120px;
  }
  .main-banner .banner_box .textbox .leftwrap h1 {
    margin-top: 70px;
  }
  .main-banner .banner_box .textbox .leftwrap h1 span {
    font-size: 20px;
  }
  .main-banner .banner_box .textbox .leftwrap .bannertestiwrap {
    width: 650px;
  }
  .main-banner .banner_box .textbox .leftwrap .bannertestiwrap h4 {
    font-size: 22px;
    padding-bottom: 15px;
  }
  .main-banner .banner_box .textbox .leftwrap .logolist {
    margin-top: 40px;
  }
  .main-banner .banner_box .textbox .rightwrap {
    width: 50%;
    right: -60px;
  }
  .casewrap {
    padding: 0 25px;
    margin-top: -60px;
  }
  .casewrap .boxwrap {
    padding: 0px 10px;
  }
  .casewrap .boxwrap .box {
    padding: 20px 15px;
  }
  .casewrap .boxwrap .detailwrap h3 {
    font-size: 20px;
  }
  .casewrap .boxwrap .detailwrap h6 {
    padding: 10px 0 5px;
  }
  .casewrap .boxwrap .detailwrap .chargeswrap {
    padding: 15px 0;
  }
  .casewrap .boxwrap .detailwrap .chargeswrap ul li {
    font-size: 16px;
  }
  .casewrap .boxwrap .detailwrap .resultwrap {
    padding: 10px 0 0;
  }
  .casewrap .boxwrap .detailwrap .resultwrap ul li {
    font-size: 16px;
  }
  .defense-lawwrap {
    padding-top: 120px;
  }
  .defense-lawwrap .leftwrap {
    padding-left: 25px;
  }
  .defense-lawwrap .leftwrap .bgwrap {
    top: -25px;
  }
  .defense-lawwrap .rightwrap {
    padding-left: 40px;
  }
  .defense-lawwrap .rightwrap h5 {
    padding-bottom: 15px;
  }
  .defense-lawwrap .rightwrap p {
    padding: 10px 0;
  }
  .whyricciowrap {
    padding: 90px 35px;
  }
  .whyricciowrap h2 {
    margin-bottom: 60px;
  }
  .whyricciowrap .boxwrap {
    padding: 35px 15px;
  }
  .whyricciowrap .boxwrap .imgwrap {
    width: 160px;
    height: 160px;
  }
  .whyricciowrap .boxwrap .imgwrap .imgbox {
    width: 90px;
    height: 90px;
  }
  .whyricciowrap .boxwrap .detailwrap h6 {
    padding: 30px 0 10px;
    font-size: 20px;
  }
  .footer {
    padding: 80px 0 0;
  }
  .footer .footer-logo {
    width: 300px;
  }
  .footer .footermenuwrap {
    padding: 70px 0;
  }
  .footer .footermenuwrap ul li {
    padding: 0 25px;
  }
  .footer .footermenuwrap ul li a {
    font-size: 16px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .map {
    width: 150px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .map iframe {
    width: 100%;
    height: 100%;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox {
    float: left;
    width: calc(100% - 150px);
    padding: 0 10px 0 25px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li {
    padding: 10px 0;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li a {
    font-size: 18px;
  }
  .footer .socialwrap {
    padding: 50px 0 0;
  }
  .footer .socialwrap ul li {
    width: 60px;
    height: 50px;
  }
  .footer .footerbottomwrap {
    padding: 35px 0;
  }
  .reviewwrap .textbox {
    padding: 80px 50px 80px 0;
  }
  .reviewwrap .textbox iframe {
    transform: scale(0.9);
    -webkit-transform-origin-x: 0;
    -webkit-transform-origin-y: 0;
  }
  .areaswrap ul.nav-tabs,
  .tabs-wrapper ul.nav-tabs {
    margin: 10px auto 45px;
  }
  .areaswrap ul.nav-tabs li.nav-item,
  .tabs-wrapper ul.nav-tabs li.nav-item {
    padding: 0 20px 0 0;
  }
  .areaswrap ul.nav-tabs li.nav-item a,
  .tabs-wrapper ul.nav-tabs li.nav-item a {
    min-width: 260px;
    padding: 0px 40px;
  }
  .areaswrap ul.nav-tabs li.nav-item a h6,
  .tabs-wrapper ul.nav-tabs li.nav-item a h6 {
    font-size: 18px;
    height: 66px;
    line-height: 66px;
  }
  .areaswrap .textbox ul {
    padding: 0 20px;
  }
  .areaswrap .textbox ul li {
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .areaswrap .textbox ul li a {
    padding: 35px 15px;
  }
  .areaswrap .textbox ul li a::before {
    width: 36px;
    height: 36px;
    bottom: -18px;
    left: 42%;
  }
  .areaswrap .textbox ul li .textwrap h5 {
    margin-top: 20px;
    font-size: 18px;
  }
  .areaswrap .textbox ul li .textwrap .content-details {
    padding: 20px 10px 20px 10px;
  }
  .areaswrap .textbox ul li .textwrap .content-details h5 {
    min-height: 44px;
  }
  .areaswrap .textbox ul li .textwrap .content-details p {
    padding: 15px 0 0;
  }
  .areaswrap ul.list {
    padding: 0 20px;
  }
  .areaswrap ul.list li {
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .areaswrap ul.list li a {
    padding: 35px 15px;
  }
  .areaswrap ul.list li a::before {
    width: 36px;
    height: 36px;
    bottom: -18px;
    left: 42%;
  }
  .areaswrap ul.list li .textwrap h5 {
    margin-top: 20px;
    font-size: 18px;
  }
  .areaswrap ul.list li .textwrap .content-details {
    padding: 20px 10px 20px 10px;
  }
  .areaswrap ul.list li .textwrap .content-details p {
    padding: 15px 0 0;
  }
  .testimonial-wrapper .testimonial .imgbox {
    padding-left: 30px;
  }
  .testimonial-wrapper .testimonial .imgbox img {
    height: 450px;
  }
  .testimonial-wrapper .testimonial .btnbox {
    left: 26%;
  }
  .testimonial-wrapper .testimonial .btnbox .btn-main {
    font-size: 18px;
  }
  .testimonial-wrapper .testimonial .title-wrap {
    padding: 0 50px 0 100px;
    top: 40px;
  }
  .testimonial-wrapper .testimonial .title-wrap h2 {
    margin: 15px 0 0px;
  }
  .testimonial-wrapper .testimonial .title-wrap .rating {
    right: 210px;
    top: 120px;
  }
  .testimonial-wrapper .testimonial .title-wrap .rating:before {
    width: 340px;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox {
    padding: 230px 0px 0;
    min-height: 450px;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox p {
    font-size: 20px;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox p:nth-child(1) {
    background-position: left top 14px;
    background-size: 36px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider.slick-slider {
    padding: 0 40px 130px 60px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider .slick-arrow.slick-prev {
    left: 70px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider .slick-arrow.slick-next {
    left: 153px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider ul.slick-dots {
    right: 40px;
    bottom: 25px;
  }
  .videowrap .videobox .videoslider {
    padding: 0 11%;
  }
  .videowrap .videobox .videoslider .box .video iframe {
    height: 500px;
  }
  .videowrap .videobox .videoslider .slick-slide {
    margin: 0 80px !important;
  }
  .videowrap .videobox .videoslider .slick-arrow.slick-prev {
    left: 12%;
  }
  .videowrap .videobox .videoslider .slick-arrow.slick-next {
    right: 12%;
  }
  .llcwrap .textbox .leftwrap {
    padding: 0 15px;
  }
  .llcwrap .textbox .leftwrap .listbox {
    padding: 0 60px 0 20px;
    margin-top: -70px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap {
    padding: 30px 20px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap h3 {
    margin-bottom: 15px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap ul li a {
    font-size: 18px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap ul li.phone a {
    background-position: left top 4px;
  }
  .llcwrap .textbox .leftwrap .map iframe {
    height: 400px;
  }
  .llcwrap.contactwrap .textbox {
    padding: 0 30px;
  }
  .llcwrap.contactwrap .textbox .leftwrap {
    padding: 0 40px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox {
    margin-top: -50px;
    padding: 0 20px 0;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap h3 {
    width: 400px;
    padding: 25px;
    font-size: 24px;
    margin-bottom: 35px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li a {
    font-size: 20px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.getdirwrap {
    padding: 15px 0 0;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.getdirwrap a {
    padding: 0px 35px 0 0;
    font-size: 18px;
  }
  .inner-wrapper {
    height: 650px;
  }
  .inner-wrapper .banner_con h1 {
    margin-top: 70px;
  }
  .inner-wrapper .banner_con h1 span {
    font-size: 18px;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap {
    width: 800px;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap h4 {
    width: calc(100% - 210px);
    padding: 0 70px 20px 0;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap .rating {
    width: 210px;
    text-align: right;
    float: right;
  }
  .inner-wrapper .banner_con .box .logolist {
    width: calc(100% - 800px);
  }
  .inner-wrapper .banner_con .box .logolist .imgbox {
    height: 90px;
    margin: 0 15px;
  }
  .inner-wrapper.short {
    height: 450px;
  }
  .inner-wrapper.short .banner_con h1 {
    margin-top: 60px;
  }
  .sttorneywrap::before {
    width: 440px;
  }
  .sttorneywrap .textbox .rightwrap {
    padding-left: 60px;
  }
  .sttorneywrap .textbox .rightwrap h2 {
    margin: 10px 0 15px;
  }
  .sttorneywrap .textbox .rightwrap p {
    padding: 10px 0;
  }
  .sttorneywrap .textbox .rightwrap .logowrap h3 {
    font-size: 36px;
    padding: 25px 0 20px 0;
  }
  .sttorneywrap .textbox .rightwrap .logowrap ul li {
    width: 170px;
    height: 130px;
  }
  .sttorneywrap .textbox .rightwrap .logowrap ul li .imgbox {
    padding: 15px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap {
    margin: 50px 0;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox p {
    font-size: 18px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox p:first-child {
    text-indent: 55px;
    background-position: left top 7px;
    background-size: 34px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox h5 {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap {
    padding: 60px 0px 60px 60px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap h6 {
    margin: 40px 0 20px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap h6::before {
    left: -4px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box .borderbox {
    padding: 20px 10px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom h4 {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox h6 {
    font-size: 20px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox h6::before {
    top: 9px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox .list .box .borderbox .leftbox h5 {
    font-size: 22px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail {
    width: 353px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .googlereviewbox {
    width: 300px;
    padding: 15px 30px;
    text-align: center;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sociallist {
    padding: 0px 0 35px;
    margin: 0px 0 6px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar {
    padding: 35px 0;
    margin: 6px 0;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li.list:first-child {
    font-size: 28px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li.list:first-child::before {
    left: -4px;
    top: 26px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom h4 {
    font-size: 28px;
    padding: 0 0 20px 20px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom h4::before {
    left: -4px;
    top: 26px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom .listbox h6 {
    font-size: 18px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom .listbox h6::before {
    top: 4px;
  }
  .criminalwrap .textbox .rightwrap .imgbox {
    padding: 15px 0 0 15px;
  }
  .criminalwrap .textbox .leftwrap {
    padding-left: 50px;
    margin: 60px 0 0;
  }
  .faqwrap::before {
    top: 50px;
    right: -250px;
  }
  .faqwrap .faq .card {
    margin-top: 20px;
  }
  .faqwrap .faq .card .card-header .faq-title {
    padding: 25px 60px 25px 25px;
    font-size: 20px;
  }
  .faqwrap .faq .card .card-header .faq-title .collapse-btn {
    right: 20px;
    top: 20px;
    width: 36px;
    height: 36px;
  }
  .faqwrap .faq .card .card-header .faq-title .collapse-btn::after {
    top: 25%;
  }
  .faqwrap .faq .card .card-body {
    padding: 20px 25px 15px;
  }
  .faqwrap .faq .card .card-body P {
    font-size: 16px;
    padding: 6px 0;
  }
  .personalinjwrap h4 {
    margin-bottom: 10px;
  }
  .personalinjwrap h2 {
    margin-bottom: 20px;
  }
  .personalinjwrap ul {
    padding: 0 100px;
  }
  .personalinjwrap ul li {
    padding: 15px;
  }
  .personalinjwrap ul li .box {
    padding: 50px 20px;
  }
  .personalinjwrap ul li .box h3 {
    font-size: 38px;
  }
  .personalinjwrap ul li .box h5 {
    padding: 15px 0 0;
  }
  .defensewrap .topbox {
    padding: 45px 40px;
    margin-bottom: 20px;
  }
  .defensewrap .bottombox-list {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .defensewrap .bottombox-list .listofcases {
    padding: 15px;
  }
  .defensewrap .bottombox-list .listofcases .listbox {
    padding: 45px 40px;
  }
  .contactformwrap {
    min-height: 650px;
  }
  .contactformwrap h2 {
    margin-bottom: 35px !important;
  }
  .contactformwrap .textbox {
    padding: 0 80px;
  }
  .contactformwrap .textbox .formwrap ul li {
    padding: 0 10px 15px !important;
  }
  .contactformwrap .textbox .formwrap ul li:first-child input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-position: right 15px top 24px !important;
  }
  .contactformwrap .textbox .formwrap ul li:nth-child(2) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-position: right 15px top 26px !important;
  }
  .contactformwrap .textbox .formwrap ul li:nth-child(3) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-position: right 15px top 24px !important;
  }
  .contactformwrap .textbox .formwrap ul li:nth-child(4) textarea {
    background-position: right 15px top 24px !important;
  }
  .contactformwrap .textbox .formwrap textarea {
    height: 120px;
    padding: 20px 40px 20px 20px !important;
  }
  .contactformwrap .textbox .formwrap input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 0 45px 0 20px !important;
    height: 70px;
    line-height: 70px;
  }
  .contactformwrap .textbox .formwrap .message p {
    font-size: 20px;
    margin-bottom: 15px;
    padding: 10px 30px;
    margin-top: 30px;
  }
  .contactformwrap .textbox .formwrap .gform_button {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    padding: 0 45px !important;
    margin-top: 20px;
  }
  .contact-box-wrap .toughboxwrap {
    padding: 0 100px;
  }
  .contact-box-wrap .toughboxwrap .textbox {
    padding: 50px 50px 0 50px;
  }
  .contact-box-wrap .toughboxwrap .textbox h2 {
    font-size: 68px;
  }
  .contact-box-wrap .toughboxwrap .textbox h4 {
    font-size: 24px;
    padding: 20px 0 20px;
  }
  .contact-box-wrap .toughboxwrap .textbox p {
    font-size: 20px;
  }
  .contact-box-wrap .toughboxwrap .textbox .btnbox {
    margin-bottom: -28px;
  }
  .contact-box-wrap .toughboxwrap .textbox .btnbox .btn-main {
    height: 64px;
    line-height: 64px;
  }
  .blog-wrapper::before {
    width: 440px;
  }
  .blog-wrapper .leftwrap {
    width: calc(100% - 360px);
    padding-right: 90px;
  }
  .blog-wrapper .post-main {
    margin-bottom: 40px;
  }
  .blog-wrapper .post-main .blog .banner {
    width: 300px;
    height: 300px;
  }
  .blog-wrapper .post-main .blog .rightwrap {
    width: calc(100% - 300px);
    padding: 30px 10px 0 30px;
  }
  .blog-wrapper .post-main .blog .rightwrap h3 {
    font-size: 24px;
  }
  .blog-wrapper .post-main .blog .rightwrap h6 {
    padding-left: 24px;
    margin: 15px 0 10px;
  }
  .blog-wrapper .post-main .blog .rightwrap .btn-main {
    margin-top: 30px;
    padding: 0 20px;
  }
  .blog-wrapper .sidebar {
    width: 360px;
  }
  .blog-wrapper .sidebar .Categories {
    padding-top: 7px;
  }
  .blog-wrapper .sidebar .Categories .posts {
    padding: 30px 0;
  }
  .blog-wrapper .sidebar .Categories .posts .list .text {
    padding-left: 20px;
  }
  .blog-wrapper .sidebar .Categories h4 {
    font-size: 28px;
    padding: 0 0 30px 20px;
  }
  .blog-wrapper .sidebar .Categories h4::before {
    top: 13px;
    left: -4px;
  }
  .blog-wrapper .sidebar .Categories h4::after {
    width: 2px;
    height: 40px;
  }
  .blog-wrapper .blog-left .text-wrap h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox {
    width: 300px;
    padding-top: 20px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox .imgbox {
    width: 50px;
    height: 50px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox h5 {
    width: calc(100% - 300px);
    font-size: 16px;
    padding-left: 10px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox h5 span {
    padding-right: 5px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .date {
    padding-left: 24px;
    margin: 35px 0 10px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .date a {
    padding-right: 5px;
  }
  .blog-wrapper .blog-left .img-wrap {
    height: 460px;
    margin: 30px 0 15px;
  }
  .blog-wrapper .blog-left .bottom-wrap {
    padding-bottom: 15px;
  }
  .blog-wrapper .blog-left .bottom-wrap p {
    padding: 10px 0;
  }
  .testimonialboxxwrap .box ul {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 35px;
         column-gap: 35px;
    counter-reset: item-counter;
  }
  .testimonialboxxwrap .box ul li {
    margin-bottom: 40px;
  }
  .testimonialboxxwrap .box ul li .boxwrap {
    padding: 100px 40px 40px;
    background-position: center top 40px;
    background-size: 54px;
  }
  .testimonialboxxwrap .box ul li .boxwrap h6 {
    font-size: 26px;
    padding: 20px 0 0;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(2):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(3):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(4):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(5):before {
    background-size: 16px;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating.star2 .stars:nth-child(3):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star2 .stars:nth-child(4):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star2 .stars:nth-child(5):before {
    background-size: 16px;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating.star3 .stars:nth-child(4):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star3 .stars:nth-child(5):before {
    background-size: 16px;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating.star4 .stars:nth-child(5):before {
    background-size: 16px;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating .stars {
    width: 20px;
    height: 20px;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating .stars::before {
    background-size: 18px;
  }
  .areadetailwrap::before {
    width: 440px;
  }
  .areadetailwrap .leftwrap {
    width: calc(100% - 360px);
    padding-right: 90px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h2 {
    margin: 0px 0 10px;
    font-size: 30px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h3 {
    margin: 15px 0;
    padding: 0px 0px 0px 20px;
    font-size: 24px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h3::before {
    top: 10px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h3::after {
    height: 32px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap p {
    padding-bottom: 15px;
    font-size: 16px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h6 {
    padding: 10px 0;
  }
  .areadetailwrap .sidebar {
    width: 360px;
  }
  body.single-post .banner_con p.new-title {
    margin-top: 60px;
    font-size: 58px;
  }
  body.single-post .banner_con p.new-title span {
    font-size: 18px;
  }
  body.single-post .blog-wrapper .blog-left .text-wrap h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .contactformwrap.blog-details .textbox {
    padding: 30px;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .container {
    max-width: 100% !important;
    padding: 0 25px !important;
  }
  #header {
    padding: 30px 15px;
  }
  #header.affix {
    padding: 20px 15px;
  }
  #header.affix .header .logo {
    width: 80px;
  }
  #header .header .logo {
    width: 90px;
  }
  .header-right .head-call {
    padding: 0 0 0 15px;
  }
  .header-right .head-call .conwrap {
    padding-left: 15px;
  }
  .header-right .head-call .conwrap a {
    font-size: 18px;
    background-size: 26px;
    padding-left: 40px;
  }
  .header-right .head-call .freebtnwrap .btn-main {
    padding: 0 15px;
    font-size: 14px;
  }
  .header-right .nav.nav-main ul li {
    margin-right: 10px;
  }
  .header-right .nav.nav-main ul li a {
    font-size: 14px;
    padding: 21px 0px;
  }
  .btn-main {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
  }
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  .pdtb130 {
    padding: 90px 0;
  }
  .pdtb100 {
    padding: 80px 0;
  }
  .pdtb90 {
    padding: 80px 0;
  }
  .pdtb80 {
    padding: 70px 0;
  }
  .main-banner {
    height: 700px;
  }
  .main-banner .banner_box {
    top: 120px;
  }
  .main-banner .banner_box .textbox .leftwrap h1 {
    margin-top: 50px;
  }
  .main-banner .banner_box .textbox .leftwrap h1 span {
    font-size: 18px;
  }
  .main-banner .banner_box .textbox .leftwrap .bannertestiwrap {
    width: 600px;
    padding: 30px 20px 20px;
    margin-top: 30px;
  }
  .main-banner .banner_box .textbox .leftwrap .bannertestiwrap h4 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .main-banner .banner_box .textbox .leftwrap .bannertestiwrap h4::before {
    left: 15px;
  }
  .main-banner .banner_box .textbox .leftwrap .logolist {
    margin-top: 30px;
  }
  .main-banner .banner_box .textbox .leftwrap .logolist .imgbox {
    height: 80px;
    margin: 0 15px;
  }
  .main-banner .banner_box .textbox .rightwrap {
    width: 50%;
    right: -60px;
  }
  .casewrap {
    padding: 0 25px;
    margin-top: -60px;
  }
  .casewrap .boxwrap {
    padding: 0px 10px;
  }
  .casewrap .boxwrap .box {
    padding: 20px 15px;
  }
  .casewrap .boxwrap .imgwrap {
    height: 54px;
  }
  .casewrap .boxwrap .detailwrap h3 {
    font-size: 18px;
  }
  .casewrap .boxwrap .detailwrap h6 {
    padding: 10px 0 5px;
  }
  .casewrap .boxwrap .detailwrap .chargeswrap {
    padding: 15px 0;
  }
  .casewrap .boxwrap .detailwrap .chargeswrap ul {
    min-height: 72px;
  }
  .casewrap .boxwrap .detailwrap .chargeswrap ul li {
    font-size: 14px;
  }
  .casewrap .boxwrap .detailwrap .resultwrap {
    padding: 10px 0 0;
  }
  .casewrap .boxwrap .detailwrap .resultwrap h6 {
    font-size: 16px;
  }
  .casewrap .boxwrap .detailwrap .resultwrap ul li {
    font-size: 14px;
  }
  .defense-lawwrap {
    padding-top: 100px;
  }
  .defense-lawwrap .leftwrap {
    padding-left: 20px;
  }
  .defense-lawwrap .leftwrap .bgwrap {
    top: -20px;
  }
  .defense-lawwrap .leftwrap .bgwrap::before {
    width: calc(100% - 20px);
    height: calc(100% - 22px);
    left: 6px;
    top: 6px;
  }
  .defense-lawwrap .rightwrap {
    padding-left: 40px;
  }
  .defense-lawwrap .rightwrap h5 {
    padding-bottom: 15px;
  }
  .defense-lawwrap .rightwrap p {
    padding: 10px 0;
    font-size: 16px;
  }
  .defense-lawwrap .rightwrap .btnbox .btn-main {
    margin-top: 10px;
  }
  .whyricciowrap {
    padding: 80px 35px;
  }
  .whyricciowrap h2 {
    margin-bottom: 50px;
  }
  .whyricciowrap .boxwrap {
    padding: 30px 10px;
  }
  .whyricciowrap .boxwrap .imgwrap {
    width: 140px;
    height: 140px;
  }
  .whyricciowrap .boxwrap .imgwrap .imgbox {
    width: 80px;
    height: 80px;
  }
  .whyricciowrap .boxwrap .detailwrap h6 {
    padding: 25px 0 10px;
    font-size: 18px;
  }
  .whyricciowrap .boxwrap .detailwrap p {
    font-size: 16px;
  }
  .footer {
    padding: 80px 0 0;
  }
  .footer .footer-logo {
    width: 300px;
  }
  .footer .footermenuwrap {
    padding: 60px 0;
  }
  .footer .footermenuwrap ul li {
    padding: 0 20px;
  }
  .footer .footermenuwrap ul li a {
    font-size: 16px;
  }
  .footer .medialwrap .footer-mapwrap {
    width: calc(100% - 283px);
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .map {
    width: 125px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .map iframe {
    width: 100%;
    height: 125px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox {
    float: left;
    width: calc(100% - 125px);
    padding: 0 10px 0 15px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li {
    padding: 8px 0;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li a {
    font-size: 18px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li a br {
    display: none;
  }
  .footer .medialwrap .rightwrap {
    width: 283px;
  }
  .footer .medialwrap .rightwrap h5 {
    font-size: 18px;
  }
  .footer .medialwrap .rightwrap ul {
    margin-bottom: 15px;
  }
  .footer .medialwrap .rightwrap ul li a {
    padding: 10px 0px 10px 60px;
    font-size: 18px;
  }
  .footer .socialwrap {
    padding: 50px 0 0;
  }
  .footer .socialwrap ul li {
    width: 60px;
    height: 50px;
  }
  .footer .footerbottomwrap {
    padding: 30px 0;
  }
  .reviewwrap .textbox {
    padding: 90px 60px 90px 0;
  }
  .reviewwrap .textbox .formwrap .gform_button {
    height: 60px !important;
    line-height: 60px !important;
    font-size: 18px;
    padding: 0 35px !important;
  }
  .reviewwrap .textbox .formwrap .gform_wrapper .gform_footer {
    bottom: 26px;
  }
  .reviewwrap .textbox .formwrap iframe {
    transform: scale(0.8);
    -webkit-transform-origin-x: 0;
    -webkit-transform-origin-y: 0;
  }
  .areaswrap ul.nav-tabs,
  .tabs-wrapper ul.nav-tabs {
    margin: 10px auto 40px;
  }
  .areaswrap ul.nav-tabs li.nav-item,
  .tabs-wrapper ul.nav-tabs li.nav-item {
    padding: 0 20px 0 0;
  }
  .areaswrap ul.nav-tabs li.nav-item a,
  .tabs-wrapper ul.nav-tabs li.nav-item a {
    min-width: 260px;
    padding: 0px 40px;
  }
  .areaswrap ul.nav-tabs li.nav-item a h6,
  .tabs-wrapper ul.nav-tabs li.nav-item a h6 {
    font-size: 18px;
    height: 66px;
    line-height: 66px;
  }
  .areaswrap .textbox ul {
    padding: 0 20px;
  }
  .areaswrap .textbox ul li {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .areaswrap .textbox ul li a {
    padding: 30px 15px;
  }
  .areaswrap .textbox ul li a::before {
    width: 36px;
    height: 36px;
    bottom: -18px;
    left: 42%;
  }
  .areaswrap .textbox ul li .textwrap h5 {
    margin-top: 25px;
    font-size: 16px;
  }
  .areaswrap .textbox ul li .textwrap .image {
    height: 80px;
  }
  .areaswrap .textbox ul li .textwrap .content-details {
    padding: 15px 10px 15px 10px;
  }
  .areaswrap .textbox ul li .textwrap .content-details h5 {
    min-height: auto;
  }
  .areaswrap .textbox ul li .textwrap .content-details p {
    padding: 10px 0 0;
  }
  .areaswrap ul.list {
    padding: 0 20px;
  }
  .areaswrap ul.list li {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .areaswrap ul.list li a {
    padding: 30px 15px;
  }
  .areaswrap ul.list li a::before {
    width: 36px;
    height: 36px;
    bottom: -18px;
    left: 42%;
  }
  .areaswrap ul.list li .textwrap h5 {
    margin-top: 25px;
    font-size: 16px;
  }
  .areaswrap ul.list li .textwrap .image {
    height: 80px;
  }
  .areaswrap ul.list li .textwrap .content-details {
    padding: 15px 10px 15px 10px;
  }
  .areaswrap ul.list li .textwrap .content-details p {
    padding: 10px 0 0;
    height: 110px;
  }
  .testimonial-wrapper .testimonial .imgbox {
    padding-left: 30px;
  }
  .testimonial-wrapper .testimonial .imgbox img {
    height: 380px;
  }
  .testimonial-wrapper .testimonial .btnbox {
    left: 24%;
  }
  .testimonial-wrapper .testimonial .btnbox .btn-main {
    font-size: 18px;
  }
  .testimonial-wrapper .testimonial .title-wrap {
    padding: 0 50px 0 100px;
    top: 30px;
  }
  .testimonial-wrapper .testimonial .title-wrap h2 {
    margin: 10px 0 0px;
  }
  .testimonial-wrapper .testimonial .title-wrap .rating {
    right: 210px;
    top: 110px;
  }
  .testimonial-wrapper .testimonial .title-wrap .rating:before {
    width: 260px;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox {
    padding: 170px 0px 0;
    min-height: 380px;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox p {
    font-size: 18px;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox p:nth-child(1) {
    text-indent: 50px;
    background-position: left top 14px;
    background-size: 30px;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox h5 {
    font-size: 18px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider.slick-slider {
    padding: 0 40px 130px 60px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider .slick-arrow.slick-prev {
    left: 70px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider .slick-arrow.slick-next {
    left: 153px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider ul.slick-dots {
    right: 40px;
    bottom: 25px;
  }
  .videowrap .videobox .videoslider {
    padding: 0 12%;
  }
  .videowrap .videobox .videoslider .slick-slide {
    margin: 0 70px !important;
  }
  .videowrap .videobox .videoslider .box .video {
    height: 410px;
  }
  .videowrap .videobox .videoslider .box .video iframe {
    height: 400px;
  }
  .videowrap .videobox .videoslider .box h6 {
    font-size: 20px;
  }
  .videowrap .videobox .videoslider .slick-arrow.slick-prev {
    left: 12%;
  }
  .videowrap .videobox .videoslider .slick-arrow.slick-next {
    right: 12%;
  }
  .llcwrap .textbox .leftwrap {
    padding: 0 15px;
  }
  .llcwrap .textbox .leftwrap .listbox {
    padding: 0 60px 0 20px;
    margin-top: -70px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap {
    padding: 25px 20px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap h3 {
    margin-bottom: 15px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap ul li {
    padding-bottom: 8px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap ul li a {
    font-size: 16px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap ul li.address a {
    background-position: left top 4px;
    background-size: 12px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap ul li.phone a {
    background-position: left top 4px;
    background-size: 16px;
  }
  .llcwrap .textbox .leftwrap .map iframe {
    height: 350px;
  }
  .llcwrap.contactwrap .textbox {
    padding: 0 30px;
  }
  .llcwrap.contactwrap .textbox .leftwrap {
    padding: 0 30px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox {
    margin-top: -50px;
    padding: 0 20px 0;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap h3 {
    width: 400px;
    padding: 25px;
    font-size: 22px;
    margin-bottom: 35px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li a {
    font-size: 18px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.phone a {
    background-position: left top 3px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.getdirwrap {
    padding: 15px 0 0;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.getdirwrap a {
    padding: 0px 35px 0 0;
    font-size: 18px;
  }
  .inner-wrapper {
    height: 570px;
  }
  .inner-wrapper .banner_con {
    top: 130px;
  }
  .inner-wrapper .banner_con h1 {
    margin-top: 50px;
  }
  .inner-wrapper .banner_con h1 span {
    font-size: 18px;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap {
    width: 700px;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap h4 {
    width: calc(100% - 180px);
    padding: 0 50px 20px 0;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap .rating {
    width: 180px;
  }
  .inner-wrapper .banner_con .box .logolist {
    width: calc(100% - 700px);
  }
  .inner-wrapper .banner_con .box .logolist .imgbox {
    height: 85px;
    margin: 0 15px;
  }
  .inner-wrapper.short {
    height: 400px;
  }
  .inner-wrapper.short .banner_con h1 {
    margin-top: 60px;
  }
  .sttorneywrap::before {
    width: 390px;
  }
  .sttorneywrap .textbox .rightwrap {
    width: calc(100% - 450px);
    padding-left: 50px;
  }
  .sttorneywrap .textbox .rightwrap h2 {
    margin: 5px 0 10px;
  }
  .sttorneywrap .textbox .rightwrap p {
    padding: 10px 0;
  }
  .sttorneywrap .textbox .rightwrap .logowrap h3 {
    font-size: 32px;
    padding: 20px 0 15px 0;
  }
  .sttorneywrap .textbox .rightwrap .logowrap ul li {
    width: 140px;
    height: 110px;
    margin-top: 15px;
  }
  .sttorneywrap .textbox .rightwrap .logowrap ul li .imgbox {
    padding: 15px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap {
    margin: 50px 0;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox p {
    font-size: 18px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox p:first-child {
    background-size: 32px;
    text-indent: 50px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox h5 {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap {
    padding: 40px 0px 40px 40px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap h6 {
    margin: 40px 0 20px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap h6::before {
    left: -4px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box .borderbox {
    padding: 20px 10px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box .borderbox .leftbox h5 {
    font-size: 22px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box .borderbox .leftbox p {
    font-size: 16px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom h4 {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox h6 {
    font-size: 18px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox h6::before {
    top: 4px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox .list .box .borderbox .leftbox h5 {
    font-size: 20px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox .list .box .borderbox .leftbox ul {
    font-size: 16px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox .list .box .borderbox .leftbox ul li {
    font-size: 16px;
  }
  .sttorneywrap .textbox .leftwrap {
    width: 450px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail {
    width: 330px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .googlereviewbox {
    width: 280px;
    padding: 15px 30px;
    text-align: center;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sociallist {
    padding: 0px 0 30px;
    margin: 0px 0 6px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar {
    padding: 30px 0;
    margin: 6px 0;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li.list:first-child {
    font-size: 26px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li.list:first-child::before {
    left: -4px;
    top: 23px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li.list:first-child::after {
    top: 9px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom h4 {
    font-size: 26px;
    padding: 0 0 20px 20px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom h4::before {
    left: -4px;
    top: 23px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom h4::after {
    top: 9px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom .listbox h6 {
    font-size: 18px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom .listbox h6::before {
    top: 4px;
  }
  .criminalwrap .textbox .rightwrap .imgbox {
    padding: 15px 0 0 15px;
  }
  .criminalwrap .textbox .leftwrap {
    padding-left: 50px;
    margin: 60px 0 0;
  }
  .faqwrap::before {
    top: 50px;
    right: -340px;
  }
  .faqwrap .faq .card {
    margin-top: 20px;
  }
  .faqwrap .faq .card .card-header .faq-title {
    padding: 25px 60px 25px 25px;
    font-size: 18px;
  }
  .faqwrap .faq .card .card-header .faq-title .collapse-btn {
    right: 20px;
    top: 22px;
    width: 34px;
    height: 34px;
  }
  .faqwrap .faq .card .card-header .faq-title .collapse-btn:before {
    width: 15px;
    height: 3px;
    right: 8px;
  }
  .faqwrap .faq .card .card-header .faq-title .collapse-btn::after {
    height: 15px;
    top: 9px;
    right: 14px;
  }
  .faqwrap .faq .card .card-body {
    padding: 20px 25px 15px;
  }
  .faqwrap .faq .card .card-body P {
    font-size: 16px;
    padding: 5px 0;
  }
  .personalinjwrap h4 {
    margin-bottom: 10px;
  }
  .personalinjwrap h2 {
    margin-bottom: 20px;
  }
  .personalinjwrap ul {
    padding: 0 80px;
  }
  .personalinjwrap ul li {
    padding: 15px;
  }
  .personalinjwrap ul li .box {
    padding: 50px 15px;
  }
  .personalinjwrap ul li .box h3 {
    font-size: 30px;
  }
  .personalinjwrap ul li .box h5 {
    padding: 10px 0 0;
  }
  .defensewrap h6 {
    padding-left: 24px;
    margin: 15px 0 5px;
  }
  .defensewrap .fullwrap .btn-main {
    padding: 0 40px;
    margin-top: 30px;
  }
  .defensewrap .topbox {
    padding: 40px 30px;
    margin-bottom: 20px;
  }
  .defensewrap .bottombox-list {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .defensewrap .bottombox-list .listofcases {
    padding: 15px;
  }
  .defensewrap .bottombox-list .listofcases .listbox {
    padding: 40px 30px;
  }
  .contactformwrap {
    min-height: 600px;
  }
  .contactformwrap h2 {
    margin-bottom: 35px !important;
  }
  .contactformwrap .textbox {
    padding: 0 60px;
  }
  .contactformwrap .textbox .formwrap ul li {
    padding: 0 10px 15px !important;
  }
  .contactformwrap .textbox .formwrap ul li:first-child input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-position: right 15px top 24px !important;
  }
  .contactformwrap .textbox .formwrap ul li:nth-child(2) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-position: right 15px top 26px !important;
  }
  .contactformwrap .textbox .formwrap ul li:nth-child(3) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-position: right 15px top 24px !important;
  }
  .contactformwrap .textbox .formwrap ul li:nth-child(4) textarea {
    background-position: right 15px top 24px !important;
  }
  .contactformwrap .textbox .formwrap textarea {
    height: 120px;
    padding: 20px 40px 20px 20px !important;
  }
  .contactformwrap .textbox .formwrap input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 0 45px 0 20px !important;
    height: 70px;
    line-height: 70px;
    font-size: 16px !important;
  }
  .contactformwrap .textbox .formwrap .message p {
    font-size: 20px;
    margin-bottom: 15px;
    padding: 10px 30px;
    margin-top: 30px;
  }
  .contactformwrap .textbox .formwrap .gform_button {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    padding: 0 45px !important;
    margin-top: 20px;
  }
  .contact-box-wrap .toughboxwrap {
    padding: 0 80px;
  }
  .contact-box-wrap .toughboxwrap .textbox {
    padding: 50px 50px 0 50px;
  }
  .contact-box-wrap .toughboxwrap .textbox h2 {
    font-size: 62px;
  }
  .contact-box-wrap .toughboxwrap .textbox h4 {
    font-size: 22px;
    padding: 20px 0 15px;
  }
  .contact-box-wrap .toughboxwrap .textbox p {
    font-size: 20px;
  }
  .contact-box-wrap .toughboxwrap .textbox .btnbox {
    margin-bottom: -28px;
  }
  .contact-box-wrap .toughboxwrap .textbox .btnbox .btn-main {
    height: 64px;
    line-height: 64px;
  }
  .blog-wrapper::before {
    width: 430px;
  }
  .blog-wrapper .leftwrap {
    width: calc(100% - 360px);
    padding-right: 90px;
  }
  .blog-wrapper .post-main {
    margin-bottom: 40px;
  }
  .blog-wrapper .post-main .blog .banner {
    width: 250px;
    height: 250px;
  }
  .blog-wrapper .post-main .blog .rightwrap {
    width: calc(100% - 250px);
    padding: 10px 10px 0 20px;
  }
  .blog-wrapper .post-main .blog .rightwrap h3 {
    font-size: 24px;
  }
  .blog-wrapper .post-main .blog .rightwrap h6 {
    padding-left: 24px;
    margin: 10px 0 0px;
  }
  .blog-wrapper .post-main .blog .rightwrap h6 a {
    line-height: 160%;
  }
  .blog-wrapper .post-main .blog .rightwrap .btn-main {
    margin-top: 20px;
    padding: 0 20px;
  }
  .blog-wrapper .sidebar {
    width: 360px;
  }
  .blog-wrapper .sidebar .Categories {
    padding-top: 7px;
  }
  .blog-wrapper .sidebar .Categories .posts {
    padding: 30px 0;
  }
  .blog-wrapper .sidebar .Categories .posts .list {
    padding: 20px 0;
  }
  .blog-wrapper .sidebar .Categories .posts .list .img {
    width: 70px;
    height: 70px;
  }
  .blog-wrapper .sidebar .Categories .posts .list .text {
    width: calc(100% - 70px);
    padding-left: 15px;
  }
  .blog-wrapper .sidebar .Categories .posts .list .text h3 {
    font-size: 18px;
  }
  .blog-wrapper .sidebar .Categories h4 {
    font-size: 28px;
    padding: 0 0 25px 20px;
  }
  .blog-wrapper .sidebar .Categories h4::before {
    top: 13px;
    left: -4px;
  }
  .blog-wrapper .sidebar .Categories h4::after {
    width: 2px;
    height: 40px;
  }
  .blog-wrapper .sidebar .Categories .link ul li a {
    padding: 17px 0px 17px 20px;
  }
  .blog-wrapper .sidebar .Categories .link ul li a::before {
    top: 22px;
  }
  .blog-wrapper .blog-left .text-wrap h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox {
    width: 260px;
    padding-top: 20px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox .imgbox {
    width: 50px;
    height: 50px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox h5 {
    font-size: 16px;
    padding-left: 10px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox h5 span {
    padding-right: 5px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox p {
    font-size: 16px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .date {
    padding-left: 22px;
    margin: 15px 0 10px;
    font-size: 16px;
    background-position: left top 3px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .date a {
    padding-right: 5px;
  }
  .blog-wrapper .blog-left .img-wrap {
    height: 400px;
    margin: 20px 0 15px;
  }
  .blog-wrapper .blog-left .bottom-wrap {
    padding-bottom: 15px;
  }
  .blog-wrapper .blog-left .bottom-wrap p {
    padding: 10px 0;
    font-size: 16px;
  }
  .blog-wrapper .blog-left .bottom-wrap h3 {
    margin: 10px 0;
  }
  .blog-wrapper .blog-left .bottom-wrap h4 {
    font-size: 22px;
    margin: 7px 0;
  }
  .blog-wrapper .blog-left .bottom-wrap h5 {
    font-size: 20px;
    margin: 7px 0;
  }
  .blog-wrapper .blog-left .bottom-wrap h6 {
    font-size: 20px;
    margin: 7px 0;
  }
  .blog-wrapper .blog-left .bottom-wrap ul {
    margin-bottom: 15px;
  }
  .blog-wrapper .blog-left .bottom-wrap ul li {
    font-size: 18px;
    padding: 12px 0px 12px 20px;
    line-height: 130%;
  }
  .blog-wrapper .blog-left .bottom-wrap ul li::before {
    top: 17px;
  }
  .testimonialboxxwrap .box ul {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 35px;
         column-gap: 35px;
    counter-reset: item-counter;
  }
  .testimonialboxxwrap .box ul li {
    margin-bottom: 35px;
  }
  .testimonialboxxwrap .box ul li .boxwrap {
    padding: 100px 35px 40px;
    background-position: center top 40px;
    background-size: 54px;
  }
  .testimonialboxxwrap .box ul li .boxwrap h6 {
    font-size: 26px;
    padding: 20px 0 0;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(2):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(3):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(4):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(5):before {
    background-size: 16px;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating.star2 .stars:nth-child(3):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star2 .stars:nth-child(4):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star2 .stars:nth-child(5):before {
    background-size: 16px;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating.star3 .stars:nth-child(4):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star3 .stars:nth-child(5):before {
    background-size: 16px;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating.star4 .stars:nth-child(5):before {
    background-size: 16px;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating .stars {
    width: 20px;
    height: 20px;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating .stars::before {
    background-size: 18px;
  }
  .areadetailwrap::before {
    width: 430px;
  }
  .areadetailwrap .leftwrap {
    width: calc(100% - 360px);
    padding-right: 90px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h2 {
    margin: 0px 0 10px;
    font-size: 28px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h3 {
    margin: 15px 0;
    padding: 0px 0px 0px 20px;
    font-size: 22px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h3::before {
    top: 10px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h3::after {
    height: 32px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap p {
    padding-bottom: 15px;
    font-size: 16px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h6 {
    padding: 10px 0 10px 20px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap ul li {
    font-size: 16px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap ul li::before {
    top: 7px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap ul li ul {
    padding-left: 30px;
    padding-top: 10px;
  }
  .areadetailwrap .sidebar {
    width: 360px;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li a {
    padding: 15px 40px 15px 20px;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li span {
    width: 54px;
    height: 54px;
    background-size: 16px;
  }
  .infographiy-wrap .btn-main {
    font-size: 18px;
    padding: 0 30px;
  }
  body.single-post .banner_con p.new-title {
    margin-top: 60px;
    font-size: 52px;
  }
  body.single-post .banner_con p.new-title span {
    font-size: 18px;
  }
  body.single-post .blog-wrapper .blog-left .text-wrap h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .contactformwrap.blog-details .textbox {
    padding: 40px;
  }
  .contactformwrap.blog-details .textbox .formwrap ul li {
    width: 100% !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1120px) {
  .container {
    max-width: 100% !important;
    padding: 0 25px !important;
  }
  #header {
    padding: 25px 15px 0;
  }
  #header.affix {
    padding: 20px 15px;
  }
  #header.affix .header .logo {
    width: 80px;
  }
  #header .header .logo {
    width: 90px;
  }
  .header-right .head-call {
    padding: 0 0 0 15px;
  }
  .header-right .head-call .conwrap {
    padding-left: 15px;
  }
  .header-right .head-call .conwrap a {
    font-size: 0px;
    background-size: 26px;
    padding-left: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    background-position: center;
    background: #B18A47 url(../images/ic-phone.svg) no-repeat;
    background-size: 24px;
    background-position: center;
    border-radius: 100%;
  }
  .header-right .head-call .conwrap a:hover, .header-right .head-call .conwrap a.active, .header-right .head-call .conwrap a:focus {
    background: #ffffff url(../images/ic-phone-b.svg) no-repeat;
    background-size: 24px;
    background-position: center;
  }
  .header-right .head-call .conwrap a span {
    font-size: 0px;
  }
  .header-right .head-call .freebtnwrap .btn-main {
    padding: 0 15px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
  .header-right .nav.nav-main ul li {
    margin-right: 10px;
  }
  .header-right .nav.nav-main ul li a {
    font-size: 15px;
    padding: 17px 0px;
  }
  .btn-main {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .pdtb130 {
    padding: 80px 0;
  }
  .pdtb100 {
    padding: 80px 0;
  }
  .pdtb80 {
    padding: 70px 0;
  }
  .pdtb90 {
    padding: 70px 0;
  }
  .main-banner {
    height: 700px;
  }
  .main-banner .banner_box {
    top: 120px;
  }
  .main-banner .banner_box .textbox .leftwrap h1 {
    margin-top: 50px;
  }
  .main-banner .banner_box .textbox .leftwrap h1 span {
    font-size: 18px;
  }
  .main-banner .banner_box .textbox .leftwrap .bannertestiwrap {
    width: 520px;
    padding: 30px 20px 20px;
    margin-top: 30px;
  }
  .main-banner .banner_box .textbox .leftwrap .bannertestiwrap h4 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .main-banner .banner_box .textbox .leftwrap .bannertestiwrap h4::before {
    left: 15px;
  }
  .main-banner .banner_box .textbox .leftwrap .logolist {
    margin-top: 30px;
  }
  .main-banner .banner_box .textbox .leftwrap .logolist .imgbox {
    height: 80px;
    margin: 0 15px;
  }
  .main-banner .banner_box .textbox .rightwrap {
    width: 56%;
    right: -70px;
  }
  .casewrap {
    padding: 0 15px;
    margin-top: -70px;
  }
  .casewrap .boxwrap {
    padding: 0px 10px;
  }
  .casewrap .boxwrap .box {
    padding: 20px 15px;
  }
  .casewrap .boxwrap .imgwrap {
    height: 54px;
  }
  .casewrap .boxwrap .detailwrap h3 {
    font-size: 18px;
    min-height: 44px;
  }
  .casewrap .boxwrap .detailwrap h6 {
    padding: 10px 0 5px;
  }
  .casewrap .boxwrap .detailwrap .chargeswrap {
    padding: 15px 0;
  }
  .casewrap .boxwrap .detailwrap .chargeswrap ul li {
    font-size: 15px;
  }
  .casewrap .boxwrap .detailwrap .resultwrap {
    padding: 10px 0 0;
  }
  .casewrap .boxwrap .detailwrap .resultwrap h6 {
    font-size: 16px;
  }
  .casewrap .boxwrap .detailwrap .resultwrap ul li {
    font-size: 15px;
  }
  .defense-lawwrap {
    padding-top: 90px;
  }
  .defense-lawwrap .leftwrap {
    padding-left: 20px;
  }
  .defense-lawwrap .leftwrap .bgwrap {
    top: -20px;
  }
  .defense-lawwrap .leftwrap .bgwrap::before {
    width: calc(100% - 20px);
    height: calc(100% - 22px);
    left: 6px;
    top: 6px;
  }
  .defense-lawwrap .rightwrap {
    padding-left: 30px;
  }
  .defense-lawwrap .rightwrap h5 {
    padding-bottom: 15px;
  }
  .defense-lawwrap .rightwrap p {
    padding: 10px 0;
    font-size: 16px;
  }
  .defense-lawwrap .rightwrap .btnbox .btn-main {
    margin-top: 10px;
  }
  .whyricciowrap {
    padding: 80px 35px;
  }
  .whyricciowrap h2 {
    margin-bottom: 50px;
  }
  .whyricciowrap .boxwrap {
    padding: 30px 10px;
  }
  .whyricciowrap .boxwrap .imgwrap {
    width: 140px;
    height: 140px;
  }
  .whyricciowrap .boxwrap .imgwrap .imgbox {
    width: 80px;
    height: 80px;
  }
  .whyricciowrap .boxwrap .detailwrap h6 {
    padding: 25px 0 10px;
    font-size: 18px;
  }
  .whyricciowrap .boxwrap .detailwrap p {
    font-size: 16px;
  }
  .footer {
    padding: 80px 0 0;
  }
  .footer .footer-logo {
    width: 270px;
  }
  .footer .footermenuwrap {
    padding: 50px 0;
  }
  .footer .footermenuwrap ul li {
    padding: 0 12px;
  }
  .footer .footermenuwrap ul li a {
    font-size: 16px;
  }
  .footer .medialwrap .footer-mapwrap {
    width: calc(100% - 250px);
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .map {
    width: 110px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .map iframe {
    width: 100%;
    height: 110px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox {
    float: left;
    width: calc(100% - 110px);
    padding: 0 10px 0 15px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li {
    padding: 8px 0;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li a {
    font-size: 16px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li a br {
    display: none;
  }
  .footer .medialwrap .rightwrap {
    width: 250px;
  }
  .footer .medialwrap .rightwrap h5 {
    font-size: 16px;
  }
  .footer .medialwrap .rightwrap .btn-main {
    height: 46px;
    line-height: 46px;
    padding: 0 25px;
    margin-top: 10px;
  }
  .footer .medialwrap .rightwrap ul {
    margin-bottom: 15px;
  }
  .footer .medialwrap .rightwrap ul li a {
    padding: 10px 0px 10px 60px;
    font-size: 16px;
  }
  .footer .medialwrap .rightwrap ul li a::before {
    width: 44px;
    height: 44px;
  }
  .footer .socialwrap {
    padding: 50px 0 0;
  }
  .footer .socialwrap ul li {
    width: 60px;
    height: 50px;
  }
  .footer .footerbottomwrap {
    padding: 30px 0;
  }
  .reviewwrap .textbox {
    padding: 90px 20px 90px 0;
  }
  .reviewwrap .textbox .formwrap .gform_button {
    height: 60px !important;
    line-height: 60px !important;
    font-size: 18px;
    padding: 0 35px !important;
  }
  .reviewwrap .textbox .formwrap .gform_wrapper .gform_footer {
    bottom: 26px;
  }
  .reviewwrap .textbox .formwrap iframe {
    transform: scale(0.8);
    -webkit-transform-origin-x: 0;
    -webkit-transform-origin-y: 0;
  }
  .areaswrap ul.nav-tabs,
  .tabs-wrapper ul.nav-tabs {
    margin: 10px auto 40px;
  }
  .areaswrap ul.nav-tabs li.nav-item,
  .tabs-wrapper ul.nav-tabs li.nav-item {
    padding: 0 20px 0 0;
  }
  .areaswrap ul.nav-tabs li.nav-item a,
  .tabs-wrapper ul.nav-tabs li.nav-item a {
    min-width: 250px;
    padding: 0px 40px;
  }
  .areaswrap ul.nav-tabs li.nav-item a h6,
  .tabs-wrapper ul.nav-tabs li.nav-item a h6 {
    font-size: 18px;
    height: 62px;
    line-height: 62px;
  }
  .areaswrap h4 {
    margin-bottom: 5px;
  }
  .areaswrap h2 {
    margin-bottom: 20px;
  }
  .areaswrap .textbox ul {
    padding: 0 10px;
  }
  .areaswrap .textbox ul li {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 40px;
  }
  .areaswrap .textbox ul li a {
    padding: 30px 15px;
  }
  .areaswrap .textbox ul li a::before {
    width: 36px;
    height: 36px;
    bottom: -18px;
    left: 42%;
    background-size: 12px;
  }
  .areaswrap .textbox ul li .textwrap h5 {
    margin-top: 15px;
    font-size: 16px;
  }
  .areaswrap .textbox ul li .textwrap .image {
    height: 90px;
  }
  .areaswrap .textbox ul li .textwrap .content-details {
    padding: 20px 10px;
  }
  .areaswrap .textbox ul li .textwrap .content-details h5 {
    min-height: auto;
  }
  .areaswrap .textbox ul li .textwrap .content-details p {
    padding: 15px 0 0;
  }
  .areaswrap ul.list {
    padding: 0 10px;
  }
  .areaswrap ul.list li {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 40px;
  }
  .areaswrap ul.list li a {
    padding: 30px 15px;
  }
  .areaswrap ul.list li a::before {
    width: 36px;
    height: 36px;
    bottom: -18px;
    left: 42%;
    background-size: 12px;
  }
  .areaswrap ul.list li .textwrap h5 {
    margin-top: 15px;
    font-size: 16px;
  }
  .areaswrap ul.list li .textwrap .image {
    height: 90px;
  }
  .areaswrap ul.list li .textwrap .content-details {
    padding: 20px 10px;
  }
  .areaswrap ul.list li .textwrap .content-details p {
    padding: 15px 0 0;
  }
  .testimonial-wrapper .testimonial .imgbox {
    padding-left: 30px;
  }
  .testimonial-wrapper .testimonial .imgbox img {
    height: 360px;
  }
  .testimonial-wrapper .testimonial .btnbox {
    left: 20%;
  }
  .testimonial-wrapper .testimonial .btnbox .btn-main {
    font-size: 18px;
  }
  .testimonial-wrapper .testimonial .title-wrap {
    padding: 0 50px 0 100px;
    top: 30px;
  }
  .testimonial-wrapper .testimonial .title-wrap h2 {
    margin: 10px 0 0px;
  }
  .testimonial-wrapper .testimonial .title-wrap .rating {
    right: 210px;
    top: 100px;
  }
  .testimonial-wrapper .testimonial .title-wrap .rating:before {
    width: 180px;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox {
    padding: 160px 0px 0;
    min-height: 360px;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox p {
    font-size: 16px;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox p:nth-child(1) {
    text-indent: 50px;
    background-position: left top 14px;
    background-size: 30px;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox h5 {
    font-size: 16px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider.slick-slider {
    padding: 0 40px 120px 60px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider .slick-arrow {
    bottom: 25px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider .slick-arrow.slick-prev {
    left: 70px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider .slick-arrow.slick-next {
    left: 153px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider ul.slick-dots {
    right: 40px;
    bottom: 20px;
  }
  .videowrap .videobox .videoslider {
    padding: 0 9%;
  }
  .videowrap .videobox .videoslider .slick-slide {
    margin: 0 50px !important;
  }
  .videowrap .videobox .videoslider .box .video {
    height: 410px;
  }
  .videowrap .videobox .videoslider .box .video iframe {
    height: 400px;
  }
  .videowrap .videobox .videoslider .box h6 {
    font-size: 20px;
  }
  .videowrap .videobox .videoslider .slick-arrow.slick-prev {
    left: 12%;
  }
  .videowrap .videobox .videoslider .slick-arrow.slick-next {
    right: 12%;
  }
  .llcwrap .textbox .leftwrap {
    padding: 0 15px;
  }
  .llcwrap .textbox .leftwrap .listbox {
    padding: 0 40px 0 20px;
    margin-top: -70px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap {
    padding: 25px 20px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap h3 {
    margin-bottom: 15px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap ul li {
    padding-bottom: 8px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap ul li a {
    font-size: 16px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap ul li.address a {
    background-position: left top 4px;
    background-size: 12px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap ul li.phone a {
    background-position: left top 4px;
    background-size: 16px;
  }
  .llcwrap .textbox .leftwrap .map iframe {
    height: 350px;
  }
  .llcwrap.contactwrap .textbox {
    padding: 0 0px;
  }
  .llcwrap.contactwrap .textbox .leftwrap {
    padding: 0 20px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox {
    margin-top: -50px;
    padding: 0 20px 0;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap h3 {
    width: 350px;
    padding: 20px;
    font-size: 20px;
    margin-bottom: 35px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li a {
    font-size: 18px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.phone a {
    background-position: left top 3px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.getdirwrap {
    padding: 15px 0 0;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.getdirwrap a {
    padding: 0px 35px 0 0;
    font-size: 18px;
  }
  .inner-wrapper {
    height: 570px;
  }
  .inner-wrapper .banner_con {
    top: 130px;
  }
  .inner-wrapper .banner_con h1 {
    margin-top: 50px;
  }
  .inner-wrapper .banner_con h1 span {
    font-size: 18px;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap {
    width: 650px;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap h4 {
    width: calc(100% - 150px);
    padding: 0 30px 20px 0;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap .rating {
    width: 150px;
  }
  .inner-wrapper .banner_con .box .logolist {
    width: calc(100% - 650px);
  }
  .inner-wrapper .banner_con .box .logolist .imgbox {
    height: 70px;
    margin: 0 15px;
  }
  .inner-wrapper.short {
    height: 400px;
  }
  .inner-wrapper.short .banner_con h1 {
    margin-top: 60px;
  }
  .sttorneywrap::before {
    width: 355px;
  }
  .sttorneywrap .textbox .rightwrap {
    width: calc(100% - 400px);
    padding-left: 50px;
  }
  .sttorneywrap .textbox .rightwrap h2 {
    margin: 5px 0 10px;
  }
  .sttorneywrap .textbox .rightwrap p {
    font-size: 16px;
    padding: 10px 0;
  }
  .sttorneywrap .textbox .rightwrap .logowrap h3 {
    font-size: 32px;
    padding: 20px 0 15px 0;
  }
  .sttorneywrap .textbox .rightwrap .logowrap ul li {
    width: 140px;
    height: 110px;
    margin-top: 15px;
  }
  .sttorneywrap .textbox .rightwrap .logowrap ul li .imgbox {
    padding: 15px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap {
    margin: 50px 0;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox p {
    font-size: 18px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox p:first-child {
    background-size: 30px;
    text-indent: 45px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox h5 {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap {
    padding: 45px 0px 45px 45px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap h6 {
    margin: 40px 0 20px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap h6::before {
    left: -4px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list {
    width: 50%;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list:nth-child(3n+1) {
    padding-right: 10px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list:nth-child(3n+1) {
    padding-left: 10px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list:nth-child(even) {
    padding-right: 0px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list:nth-child(odd) {
    padding-left: 0px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box .borderbox {
    padding: 20px 10px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box .borderbox .leftbox h5 {
    font-size: 22px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box .borderbox .leftbox p {
    font-size: 16px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom h4 {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox h6 {
    font-size: 18px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox h6::before {
    top: 7px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox h6::after {
    height: 26px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox .list .box .borderbox .leftbox h5 {
    font-size: 20px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox .list .box .borderbox .leftbox ul {
    font-size: 16px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox .list .box .borderbox .leftbox ul li {
    font-size: 16px;
  }
  .sttorneywrap .textbox .leftwrap {
    width: 400px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail {
    width: 300px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .googlereviewbox {
    width: 260px;
    padding: 15px 20px;
    text-align: center;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sociallist {
    padding: 0px 0 30px;
    margin: 0px 0 6px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar {
    padding: 30px 0;
    margin: 6px 0;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li.list:first-child {
    font-size: 26px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li.list:first-child::before {
    left: -4px;
    top: 23px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li.list:first-child::after {
    top: 9px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom h4 {
    font-size: 26px;
    padding: 0 0 20px 20px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom h4::before {
    left: -4px;
    top: 23px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom .listbox h6 {
    font-size: 18px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom .listbox h6::before {
    top: 4px;
  }
  .criminalwrap .textbox .rightwrap .imgbox {
    padding: 15px 0 0 15px;
  }
  .criminalwrap .textbox .leftwrap {
    padding-left: 50px;
    margin: 60px 0 0;
  }
  .faqwrap {
    min-height: auto;
  }
  .faqwrap::before {
    display: none;
  }
  .faqwrap .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .faqwrap .faq .card {
    margin-top: 20px;
  }
  .faqwrap .faq .card .card-header .faq-title {
    padding: 25px 60px 25px 25px;
    font-size: 20px;
  }
  .faqwrap .faq .card .card-header .faq-title .collapse-btn {
    right: 20px;
    top: 22px;
    width: 34px;
    height: 34px;
  }
  .faqwrap .faq .card .card-header .faq-title .collapse-btn:before {
    width: 15px;
    height: 3px;
    right: 8px;
  }
  .faqwrap .faq .card .card-header .faq-title .collapse-btn::after {
    height: 15px;
    top: 9px;
    right: 14px;
  }
  .faqwrap .faq .card .card-body {
    padding: 20px 25px 15px;
  }
  .personalinjwrap h4 {
    margin-bottom: 10px;
  }
  .personalinjwrap h2 {
    margin-bottom: 20px;
  }
  .personalinjwrap ul {
    padding: 0 80px;
  }
  .personalinjwrap ul li {
    padding: 15px;
  }
  .personalinjwrap ul li .box {
    padding: 40px 15px;
  }
  .personalinjwrap ul li .box h3 {
    font-size: 28px;
  }
  .personalinjwrap ul li .box h5 {
    padding: 10px 0 0;
  }
  .defensewrap h6 {
    padding-left: 24px;
    margin: 15px 0 5px;
  }
  .defensewrap .fullwrap .btn-main {
    padding: 0 40px;
    margin-top: 30px;
    font-size: 16px;
  }
  .defensewrap .topbox {
    padding: 40px 30px;
    margin-bottom: 20px;
  }
  .defensewrap .bottombox-list {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .defensewrap .bottombox-list .listofcases {
    padding: 15px;
  }
  .defensewrap .bottombox-list .listofcases .listbox {
    padding: 40px 30px;
  }
  .contactformwrap {
    min-height: 550px;
  }
  .contactformwrap h2 {
    margin-bottom: 35px !important;
  }
  .contactformwrap .textbox {
    padding: 0 50px;
  }
  .contactformwrap .textbox .formwrap ul li {
    padding: 0 10px 15px !important;
  }
  .contactformwrap .textbox .formwrap ul li label {
    font-size: 16px;
  }
  .contactformwrap .textbox .formwrap ul li:first-child input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-position: right 15px top 24px !important;
    background-size: 18px !important;
  }
  .contactformwrap .textbox .formwrap ul li:nth-child(2) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-position: right 15px top 26px !important;
    background-size: 20px !important;
  }
  .contactformwrap .textbox .formwrap ul li:nth-child(3) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-position: right 15px top 24px !important;
    background-size: 20px !important;
  }
  .contactformwrap .textbox .formwrap ul li:nth-child(4) textarea {
    background-position: right 15px top 24px !important;
    background-size: 18px !important;
  }
  .contactformwrap .textbox .formwrap textarea {
    height: 110px;
    padding: 20px 40px 20px 20px !important;
  }
  .contactformwrap .textbox .formwrap input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 0 45px 0 20px !important;
    height: 70px;
    line-height: 70px;
    font-size: 16px !important;
  }
  .contactformwrap .textbox .formwrap .message p {
    font-size: 20px;
    margin-bottom: 15px;
    padding: 10px 30px;
    margin-top: 30px;
  }
  .contactformwrap .textbox .formwrap .gform_button {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    padding: 0 45px !important;
    margin-top: 20px;
  }
  .contact-box-wrap .toughboxwrap {
    padding: 0 60px;
  }
  .contact-box-wrap .toughboxwrap .textbox {
    padding: 50px 50px 0 50px;
  }
  .contact-box-wrap .toughboxwrap .textbox h2 {
    font-size: 58px;
  }
  .contact-box-wrap .toughboxwrap .textbox h4 {
    font-size: 22px;
    padding: 20px 0 15px;
  }
  .contact-box-wrap .toughboxwrap .textbox p {
    font-size: 20px;
  }
  .contact-box-wrap .toughboxwrap .textbox .btnbox {
    margin-bottom: -28px;
  }
  .contact-box-wrap .toughboxwrap .textbox .btnbox .btn-main {
    height: 64px;
    line-height: 64px;
  }
  .blog-wrapper::before {
    width: 360px;
  }
  .blog-wrapper .leftwrap {
    width: calc(100% - 300px);
    padding-right: 70px;
  }
  .blog-wrapper .post-main {
    margin-bottom: 35px;
  }
  .blog-wrapper .post-main .blog .banner {
    width: 210px;
    height: 210px;
  }
  .blog-wrapper .post-main .blog .rightwrap {
    width: calc(100% - 210px);
    padding: 10px 10px 0 20px;
  }
  .blog-wrapper .post-main .blog .rightwrap h3 {
    font-size: 22px;
  }
  .blog-wrapper .post-main .blog .rightwrap h6 {
    padding-left: 24px;
    margin: 10px 0 0px;
  }
  .blog-wrapper .post-main .blog .rightwrap h6 a {
    line-height: 160%;
  }
  .blog-wrapper .post-main .blog .rightwrap .btn-main {
    margin-top: 20px;
    padding: 0 20px;
  }
  .blog-wrapper .sidebar {
    width: 300px;
  }
  .blog-wrapper .sidebar .Categories {
    padding-top: 7px;
  }
  .blog-wrapper .sidebar .Categories .posts {
    padding: 30px 0;
  }
  .blog-wrapper .sidebar .Categories .posts .list {
    padding: 20px 0;
  }
  .blog-wrapper .sidebar .Categories .posts .list .img {
    width: 70px;
    height: 70px;
  }
  .blog-wrapper .sidebar .Categories .posts .list .text {
    width: calc(100% - 70px);
    padding-left: 15px;
  }
  .blog-wrapper .sidebar .Categories .posts .list .text h3 {
    font-size: 18px;
  }
  .blog-wrapper .sidebar .Categories h4 {
    font-size: 28px;
    padding: 0 0 25px 20px;
  }
  .blog-wrapper .sidebar .Categories h4::before {
    top: 13px;
  }
  .blog-wrapper .sidebar .Categories h4::after {
    width: 2px;
    height: 38px;
  }
  .blog-wrapper .sidebar .Categories .link ul li a {
    padding: 17px 0px 17px 20px;
  }
  .blog-wrapper .sidebar .Categories .link ul li a::before {
    top: 22px;
  }
  .blog-wrapper .blog-left .text-wrap h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox {
    width: 260px;
    padding-top: 20px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox .imgbox {
    width: 50px;
    height: 50px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox h5 {
    font-size: 16px;
    padding-left: 10px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox h5 span {
    padding-right: 5px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox p {
    font-size: 16px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .date {
    padding-left: 22px;
    margin: 15px 0 10px;
    font-size: 16px;
    background-position: left top 3px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .date a {
    padding-right: 5px;
  }
  .blog-wrapper .blog-left .img-wrap {
    height: 350px;
    margin: 20px 0 15px;
  }
  .blog-wrapper .blog-left .bottom-wrap {
    padding-bottom: 10px;
  }
  .blog-wrapper .blog-left .bottom-wrap p {
    padding: 10px 0;
    font-size: 16px;
  }
  .blog-wrapper .blog-left .bottom-wrap h3 {
    margin: 10px 0;
  }
  .blog-wrapper .blog-left .bottom-wrap h4 {
    font-size: 22px;
    margin: 7px 0;
  }
  .blog-wrapper .blog-left .bottom-wrap h5 {
    font-size: 20px;
    margin: 7px 0;
  }
  .blog-wrapper .blog-left .bottom-wrap h6 {
    font-size: 20px;
    margin: 7px 0;
  }
  .blog-wrapper .blog-left .bottom-wrap ul {
    margin-bottom: 15px;
  }
  .blog-wrapper .blog-left .bottom-wrap ul li {
    font-size: 16px;
    padding: 10px 0px 10px 20px;
    line-height: 130%;
  }
  .blog-wrapper .blog-left .bottom-wrap ul li::before {
    top: 13px;
  }
  .testimonialboxxwrap .box ul {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 30px;
         column-gap: 30px;
    counter-reset: item-counter;
  }
  .testimonialboxxwrap .box ul li {
    margin-bottom: 30px;
  }
  .testimonialboxxwrap .box ul li .boxwrap {
    padding: 90px 30px 40px;
    background-position: center top 40px;
    background-size: 48px;
  }
  .testimonialboxxwrap .box ul li .boxwrap h6 {
    font-size: 24px;
    padding: 20px 0 0;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(2):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(3):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(4):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(5):before {
    background-size: 16px;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating.star2 .stars:nth-child(3):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star2 .stars:nth-child(4):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star2 .stars:nth-child(5):before {
    background-size: 16px;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating.star3 .stars:nth-child(4):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star3 .stars:nth-child(5):before {
    background-size: 16px;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating.star4 .stars:nth-child(5):before {
    background-size: 16px;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating .stars {
    width: 20px;
    height: 20px;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating .stars::before {
    background-size: 18px;
  }
  .areadetailwrap::before {
    width: 360px;
  }
  .areadetailwrap .leftwrap {
    width: calc(100% - 300px);
    padding-right: 70px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h2 {
    margin: 0px 0 10px;
    font-size: 26px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h3 {
    margin: 15px 0;
    padding: 0px 0px 0px 20px;
    font-size: 20px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h3::before {
    top: 10px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h3::after {
    height: 32px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap p {
    padding-bottom: 15px;
    font-size: 16px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h5 {
    font-size: 22px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h6 {
    padding: 10px 0 10px 20px;
    line-height: 160%;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap ul li {
    font-size: 16px;
    line-height: 160%;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap ul li::before {
    top: 7px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap ul li ul {
    padding-left: 30px;
    padding-top: 10px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul {
    padding: 0 0px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li {
    width: 50%;
    padding: 10px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li .box {
    height: 100%;
    padding: 40px 15px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li .box h3 {
    font-size: 26px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li .box h5 {
    padding: 5px 0 0;
    font-size: 16px;
    min-height: 44px;
  }
  .areadetailwrap .sidebar {
    width: 300px;
  }
  .areadetailwrap .sidebar .personalinjurywrap .box {
    padding: 20px 20px;
  }
  .areadetailwrap .sidebar .personalinjurywrap .box h4 {
    font-size: 22px;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li a {
    padding: 15px 40px 15px 20px;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li span {
    width: 54px;
    height: 54px;
    background-size: 14px;
  }
  .infographiy-wrap .btn-main {
    font-size: 16px;
    padding: 0 30px;
  }
  body.single-post .banner_con p.new-title {
    margin-top: 60px;
    font-size: 48px;
  }
  body.single-post .banner_con p.new-title span {
    font-size: 18px;
  }
  body.single-post .blog-wrapper .blog-left .text-wrap h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .contactformwrap.blog-details .textbox {
    padding: 40px;
  }
  .contactformwrap.blog-details .textbox .formwrap ul li {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100% !important;
    padding: 0 25px !important;
  }
  #header {
    padding: 15px;
    background: #1A2D55;
  }
  #header.affix {
    padding: 15px;
  }
  #header.affix .header .logo {
    width: 90px;
  }
  #header .header .logo {
    width: 90px;
    position: relative;
    z-index: 111;
  }
  .header-right {
    padding: 9px 0;
  }
  .header-right .head-call {
    padding: 0 50px 0px 0;
    position: relative;
    z-index: 111;
  }
  .header-right .head-call .conwrap {
    padding-left: 15px;
  }
  .header-right .head-call .conwrap a {
    font-size: 0px;
    background-size: 26px;
    padding-left: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    background-position: center;
    background: #B18A47 url(../images/ic-phone.svg) no-repeat;
    background-size: 24px;
    background-position: center;
    border-radius: 100%;
  }
  .header-right .head-call .conwrap a:hover, .header-right .head-call .conwrap a.active, .header-right .head-call .conwrap a:focus {
    background: #ffffff url(../images/ic-phone-b.svg) no-repeat;
    background-size: 24px;
    background-position: center;
  }
  .header-right .head-call .conwrap a span {
    font-size: 0px;
  }
  .header-right .head-call .freebtnwrap .btn-main {
    padding: 0 15px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
  .btn-main {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
  }
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 16px;
  }
  .pdtb100 {
    padding: 70px 0;
  }
  .pdtb90 {
    padding: 70px 0;
  }
  .pdtb80 {
    padding: 60px 0;
  }
  .pdtb130 {
    padding: 80px 0;
  }
  .main-banner {
    height: 600px;
  }
  .main-banner .banner_box {
    top: 120px;
  }
  .main-banner .banner_box .textbox .leftwrap {
    width: 100%;
  }
  .main-banner .banner_box .textbox .leftwrap h1 {
    margin-top: 30px;
  }
  .main-banner .banner_box .textbox .leftwrap h1 span {
    font-size: 18px;
  }
  .main-banner .banner_box .textbox .leftwrap .bannertestiwrap {
    width: 520px;
    padding: 30px 20px 20px;
    margin-top: 30px;
  }
  .main-banner .banner_box .textbox .leftwrap .bannertestiwrap h4 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .main-banner .banner_box .textbox .leftwrap .bannertestiwrap h4::before {
    left: 15px;
  }
  .main-banner .banner_box .textbox .leftwrap .logolist {
    margin-top: 30px;
  }
  .main-banner .banner_box .textbox .leftwrap .logolist .imgbox {
    height: 80px;
    margin: 0 15px;
  }
  .main-banner .banner_box .textbox .rightwrap {
    width: 56%;
    right: -70px;
    display: none;
  }
  .casewrap {
    padding: 50px 15px 0;
    margin-top: 0px;
  }
  .casewrap .boxwrap {
    padding: 0px 10px;
    width: 50%;
    margin-bottom: 20px;
  }
  .casewrap .boxwrap .box {
    padding: 30px 15px;
  }
  .casewrap .boxwrap .detailwrap h3 {
    font-size: 18px;
  }
  .casewrap .boxwrap .detailwrap h6 {
    padding: 10px 0 5px;
  }
  .casewrap .boxwrap .detailwrap .chargeswrap {
    padding: 15px 0;
  }
  .casewrap .boxwrap .detailwrap .chargeswrap ul {
    min-height: auto;
  }
  .casewrap .boxwrap .detailwrap .chargeswrap ul li {
    font-size: 16px;
  }
  .casewrap .boxwrap .detailwrap .resultwrap {
    padding: 10px 0 0;
  }
  .casewrap .boxwrap .detailwrap .resultwrap h6 {
    font-size: 18px;
  }
  .casewrap .boxwrap .detailwrap .resultwrap ul li {
    font-size: 16px;
  }
  .defense-lawwrap {
    padding-top: 90px;
  }
  .defense-lawwrap .leftwrap {
    padding-left: 20px;
  }
  .defense-lawwrap .leftwrap .bgwrap {
    top: -20px;
  }
  .defense-lawwrap .leftwrap .bgwrap::before {
    width: calc(100% - 20px);
    height: calc(100% - 22px);
    left: 6px;
    top: 6px;
  }
  .defense-lawwrap .rightwrap {
    padding-left: 20px;
  }
  .defense-lawwrap .rightwrap h5 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .defense-lawwrap .rightwrap p {
    padding: 10px 0;
    font-size: 16px;
  }
  .defense-lawwrap .rightwrap .btnbox .btn-main {
    margin-top: 10px;
  }
  .whyricciowrap {
    padding: 80px 25px;
  }
  .whyricciowrap h2 {
    margin-bottom: 50px;
  }
  .whyricciowrap .col-sm-6 {
    margin-bottom: 30px;
  }
  .whyricciowrap .col-sm-6:last-child, .whyricciowrap .col-sm-6:nth-last-child(2) {
    margin-bottom: 0px;
  }
  .whyricciowrap .boxwrap {
    padding: 30px 10px;
  }
  .whyricciowrap .boxwrap .imgwrap {
    width: 140px;
    height: 140px;
  }
  .whyricciowrap .boxwrap .imgwrap .imgbox {
    width: 80px;
    height: 80px;
  }
  .whyricciowrap .boxwrap .detailwrap h6 {
    padding: 25px 0 10px;
    font-size: 18px;
  }
  .whyricciowrap .boxwrap .detailwrap p {
    font-size: 16px;
  }
  .areaswrap ul.nav-tabs,
  .tabs-wrapper ul.nav-tabs {
    margin: 10px auto 40px;
  }
  .areaswrap ul.nav-tabs li.nav-item,
  .tabs-wrapper ul.nav-tabs li.nav-item {
    padding: 0 15px 0 0;
  }
  .areaswrap ul.nav-tabs li.nav-item a,
  .tabs-wrapper ul.nav-tabs li.nav-item a {
    min-width: 220px;
    padding: 0px 30px;
  }
  .areaswrap ul.nav-tabs li.nav-item a h6,
  .tabs-wrapper ul.nav-tabs li.nav-item a h6 {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
  }
  .areaswrap h4 {
    margin-bottom: 5px;
  }
  .areaswrap h2 {
    margin-bottom: 20px;
  }
  .areaswrap .textbox ul {
    padding: 0 10px;
  }
  .areaswrap .textbox ul li {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 40px;
  }
  .areaswrap .textbox ul li a {
    padding: 30px 15px;
  }
  .areaswrap .textbox ul li a::before {
    width: 36px;
    height: 36px;
    bottom: -18px;
    left: 42%;
    background-size: 12px;
  }
  .areaswrap .textbox ul li .textwrap h5 {
    margin-top: 15px;
    font-size: 18px;
  }
  .areaswrap .textbox ul li .textwrap .image {
    height: 90px;
  }
  .areaswrap .textbox ul li .textwrap .content-details {
    padding: 25px 10px 15px 10px;
  }
  .areaswrap .textbox ul li .textwrap .content-details h5 {
    min-height: auto;
  }
  .areaswrap .textbox ul li .textwrap .content-details p {
    padding: 15px 0 0;
  }
  .areaswrap ul.list {
    padding: 0 10px;
  }
  .areaswrap ul.list li {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 40px;
  }
  .areaswrap ul.list li a {
    padding: 30px 15px;
  }
  .areaswrap ul.list li a::before {
    width: 36px;
    height: 36px;
    bottom: -18px;
    left: 42%;
    background-size: 12px;
  }
  .areaswrap ul.list li .textwrap h5 {
    margin-top: 15px;
    font-size: 18px;
  }
  .areaswrap ul.list li .textwrap .image {
    height: 90px;
  }
  .areaswrap ul.list li .textwrap .content-details {
    padding: 25px 10px 15px 10px;
  }
  .areaswrap ul.list li .textwrap .content-details p {
    padding: 15px 0 0;
  }
  .testimonial-wrapper .testimonial .imgbox {
    padding-left: 30px;
  }
  .testimonial-wrapper .testimonial .imgbox img {
    height: 340px;
  }
  .testimonial-wrapper .testimonial .btnbox {
    left: 12%;
  }
  .testimonial-wrapper .testimonial .btnbox .btn-main {
    font-size: 16px;
  }
  .testimonial-wrapper .testimonial .title-wrap {
    padding: 0 0px 0 80px;
    top: 30px;
  }
  .testimonial-wrapper .testimonial .title-wrap h2 {
    margin: 10px 0 0px;
  }
  .testimonial-wrapper .testimonial .title-wrap .rating {
    right: 80px;
    top: 80px;
  }
  .testimonial-wrapper .testimonial .title-wrap .rating:before {
    width: 180px;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox {
    padding: 130px 0px 0;
    min-height: 340px;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox p {
    font-size: 16px;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox p:nth-child(1) {
    text-indent: 50px;
    background-position: left top 14px;
    background-size: 30px;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox h5 {
    font-size: 16px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider.slick-slider {
    padding: 0 0px 110px 40px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider .slick-arrow {
    bottom: 25px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider .slick-arrow.slick-prev {
    left: 50px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider .slick-arrow.slick-next {
    left: 133px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider ul.slick-dots {
    right: 0px;
    bottom: 20px;
  }
  .videowrap .videobox .videoslider {
    padding: 0 7%;
  }
  .videowrap .videobox .videoslider .slick-slide {
    margin: 0 30px !important;
  }
  .videowrap .videobox .videoslider .box .video {
    height: 410px;
  }
  .videowrap .videobox .videoslider .box .video iframe {
    height: 400px;
  }
  .videowrap .videobox .videoslider .box h6 {
    font-size: 18px;
  }
  .videowrap .videobox .videoslider .slick-arrow.slick-prev {
    left: 10%;
    background-size: 40px;
  }
  .videowrap .videobox .videoslider .slick-arrow.slick-next {
    right: 10%;
    background-size: 40px;
  }
  .llcwrap .textbox .leftwrap {
    padding: 0 15px;
  }
  .llcwrap .textbox .leftwrap .listbox {
    padding: 0 40px 0 20px;
    margin-top: -70px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap {
    padding: 25px 20px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap h3 {
    margin-bottom: 15px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap ul li {
    padding-bottom: 8px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap ul li a {
    font-size: 16px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap ul li.address a {
    background-position: left top 4px;
    background-size: 12px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap ul li.phone a {
    background-position: left top 4px;
    background-size: 16px;
  }
  .llcwrap .textbox .leftwrap .map iframe {
    height: 350px;
  }
  .llcwrap .textbox h2 {
    margin: 5px 0 30px;
  }
  .llcwrap.contactwrap .textbox {
    padding: 0 0px;
  }
  .llcwrap.contactwrap .textbox .leftwrap {
    padding: 0 20px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox {
    margin-top: -50px;
    padding: 0 20px 0;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap h3 {
    width: 100%;
    padding: 20px;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li a {
    font-size: 18px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.address {
    width: 100%;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.phone {
    width: 100%;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.phone a {
    background-position: left top 3px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.getdirwrap {
    padding: 15px 0 0;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.getdirwrap a {
    padding: 0px 35px 0 0;
    font-size: 16px;
  }
  .reviewwrap::before {
    width: 100%;
  }
  .reviewwrap .textbox {
    width: 100%;
    padding: 80px 0px 80px 0;
  }
  .reviewwrap .textbox .formwrap .gform_button {
    height: 60px !important;
    line-height: 60px !important;
    font-size: 18px;
    padding: 0 35px !important;
  }
  .reviewwrap .textbox .formwrap .gform_wrapper .gform_footer {
    bottom: 26px;
  }
  .footer {
    padding: 60px 0 0;
  }
  .footer .footer-logo {
    width: 250px;
  }
  .footer .footermenuwrap {
    padding: 40px 0 30px;
  }
  .footer .footermenuwrap ul li {
    padding: 0 12px;
    margin-bottom: 10px;
  }
  .footer .footermenuwrap ul li a {
    font-size: 16px;
  }
  .footer .medialwrap .footer-mapwrap {
    width: calc(100% - 0px);
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .map {
    width: 120px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .map iframe {
    width: 100%;
    height: 120px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox {
    float: left;
    width: calc(100% - 120px);
    padding: 0 10px 0 10px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li {
    padding: 8px 0;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li a {
    font-size: 16px;
    padding-left: 25px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li a br {
    display: none;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li.address a {
    background-position: left top 4px;
    background-size: 14px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li.phone a {
    background-position: left top 4px;
    background-size: 16px;
  }
  .footer .medialwrap .rightwrap {
    width: 100%;
    text-align: center;
    padding: 30px 0 0;
  }
  .footer .medialwrap .rightwrap h5 {
    font-size: 16px;
  }
  .footer .medialwrap .rightwrap .btn-main {
    height: 46px;
    line-height: 46px;
    padding: 0 25px;
    margin-top: 10px;
  }
  .footer .medialwrap .rightwrap ul {
    margin-bottom: 15px;
  }
  .footer .medialwrap .rightwrap ul li a {
    padding: 10px 0px 10px 60px;
    font-size: 16px;
  }
  .footer .medialwrap .rightwrap ul li a::before {
    width: 44px;
    height: 44px;
  }
  .footer .socialwrap {
    padding: 50px 0 0;
  }
  .footer .socialwrap ul li {
    width: 60px;
    height: 50px;
  }
  .footer .footerbottomwrap {
    padding: 20px 0;
  }
  .privacywrap .textbox p {
    font-size: 16px;
    padding-top: 15px;
  }
  .inner-wrapper {
    height: 450px;
    margin-top: 99px;
  }
  .inner-wrapper .banner_con {
    top: 0px;
  }
  .inner-wrapper .banner_con h1 {
    margin-top: 30px;
  }
  .inner-wrapper .banner_con h1 span {
    font-size: 16px;
  }
  .inner-wrapper .banner_con .box {
    display: inherit;
    margin-top: 30px;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap {
    width: 100%;
    display: flex;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap h4 {
    width: calc(100% - 150px);
    padding: 0 30px 20px 0;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap .rating {
    width: 150px;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap.fwidth {
    width: 100%;
    padding: 30px 30px 20px;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap.fwidth h4 {
    font-size: 22px;
    padding-bottom: 15px;
  }
  .inner-wrapper .banner_con .box .logolist {
    margin: 20px 0 0;
    width: calc(100% - 0px);
    float: left;
    text-align: left;
    padding: 0px;
  }
  .inner-wrapper .banner_con .box .logolist .imgbox {
    height: 70px;
    margin: 0 15px;
  }
  .inner-wrapper.short {
    height: 250px;
    margin-top: 99px;
  }
  .inner-wrapper.short .banner_con h1 {
    margin-top: 80px;
  }
  .sttorneywrap::before {
    width: 300px;
  }
  .sttorneywrap .textbox .rightwrap {
    width: 55%;
    padding-left: 30px;
  }
  .sttorneywrap .textbox .rightwrap h2 {
    margin: 5px 0 10px;
  }
  .sttorneywrap .textbox .rightwrap p {
    font-size: 16px;
    padding: 10px 0;
  }
  .sttorneywrap .textbox .rightwrap .logowrap {
    display: flex;
    flex-wrap: wrap;
  }
  .sttorneywrap .textbox .rightwrap .logowrap h3 {
    font-size: 32px;
    padding: 20px 0 15px 0;
  }
  .sttorneywrap .textbox .rightwrap .logowrap ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sttorneywrap .textbox .rightwrap .logowrap ul li {
    width: 33.33%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 8px;
  }
  .sttorneywrap .textbox .rightwrap .logowrap ul li .imgbox {
    padding: 15px;
    height: auto;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap {
    margin: 40px 0;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox p {
    font-size: 16px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox p:first-child {
    background-size: 25px;
    text-indent: 40px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox h5 {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap ul.slick-dots li a {
    font-size: 14px;
    padding: 0 6px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap {
    padding: 20px 0px 40px 20px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap h6 {
    margin: 40px 0 20px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap h6::before {
    left: -4px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list {
    width: 50%;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list:nth-child(3n+1) {
    padding-right: 10px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list:nth-child(3n+1) {
    padding-left: 10px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list:nth-child(even) {
    padding-right: 0px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list:nth-child(odd) {
    padding-left: 0px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box .borderbox {
    padding: 20px 10px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box .borderbox .leftbox h5 {
    font-size: 22px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box .borderbox .leftbox p {
    font-size: 16px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom h4 {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox h6 {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox h6::before {
    top: 7px;
    left: -4px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox h6::after {
    height: 26px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox .list {
    width: 100%;
    padding: 10px 0px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox .list .box .borderbox .leftbox h5 {
    font-size: 20px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox .list .box .borderbox .leftbox ul {
    font-size: 16px;
    padding: 5px 0 0;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox .list .box .borderbox .leftbox ul li {
    font-size: 16px;
  }
  .sttorneywrap .textbox .leftwrap {
    width: 45%;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail {
    width: 250px;
    padding: 50px 0 0;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .googlereviewbox {
    width: 220px;
    padding: 15px 20px;
    text-align: center;
    right: 0px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sociallist {
    padding: 0px 0 20px;
    margin: 0px 0 5px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sociallist li {
    padding: 5px 0;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar {
    padding: 20px 0;
    margin: 5px 0;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li.list:first-child {
    font-size: 24px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li.list:first-child::before {
    left: -4px;
    top: 23px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li.list:first-child::after {
    top: 12px;
    height: 34px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom h4 {
    font-size: 26px;
    padding: 0 0 20px 20px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom h4::before {
    left: -4px;
    top: 23px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom h4::after {
    top: 12px;
    height: 34px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom .listbox h6 {
    font-size: 18px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom .listbox h6::before {
    top: 4px;
  }
  .criminalwrap .textbox .rightwrap .imgbox {
    padding: 15px 0 0 15px;
  }
  .criminalwrap .textbox .leftwrap {
    padding-left: 30px;
    margin: 50px 0 0;
  }
  .criminalwrap .textbox .leftwrap p {
    font-size: 16px;
    padding: 10px 0;
  }
  .faqwrap {
    min-height: auto;
  }
  .faqwrap::before {
    display: none;
  }
  .faqwrap .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .faqwrap.detailwrap .faq .card .card-header .faq-title::before {
    right: 20px;
  }
  .faqwrap.detailwrap .faq .card .card-header .faq-title.collapsed::before {
    right: 20px;
  }
  .faqwrap .faq .card {
    margin-top: 20px;
  }
  .faqwrap .faq .card .card-header .faq-title {
    padding: 20px 60px 20px 25px;
    font-size: 18px;
  }
  .faqwrap .faq .card .card-header .faq-title .collapse-btn {
    right: 20px;
    top: 18px;
    width: 34px;
    height: 34px;
  }
  .faqwrap .faq .card .card-header .faq-title .collapse-btn:before {
    width: 15px;
    height: 3px;
    right: 8px;
  }
  .faqwrap .faq .card .card-header .faq-title .collapse-btn::after {
    height: 15px;
    top: 9px;
    right: 14px;
  }
  .faqwrap .faq .card .card-body {
    padding: 20px 25px 15px;
  }
  .personalinjwrap h4 {
    margin-bottom: 10px;
  }
  .personalinjwrap h2 {
    margin-bottom: 20px;
  }
  .personalinjwrap ul {
    padding: 0 10px;
  }
  .personalinjwrap ul li {
    padding: 10px;
  }
  .personalinjwrap ul li .box {
    padding: 40px 15px;
  }
  .personalinjwrap ul li .box h3 {
    font-size: 26px;
  }
  .personalinjwrap ul li .box h5 {
    padding: 5px 0 0;
    font-size: 16px;
  }
  .defensewrap h6 {
    padding-left: 24px;
    margin: 15px 0 5px;
    line-height: 140%;
  }
  .defensewrap .fullwrap .btn-main {
    padding: 0 40px;
    margin-top: 30px;
    font-size: 16px;
  }
  .defensewrap .topbox {
    padding: 40px 20px;
    margin-bottom: 20px;
  }
  .defensewrap .bottombox-list {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .defensewrap .bottombox-list .listofcases {
    padding: 6px;
  }
  .defensewrap .bottombox-list .listofcases .listbox {
    padding: 30px 20px;
  }
  .defensewrap h5 {
    font-size: 14px;
  }
  .defensewrap h5 span {
    font-size: 14px;
  }
  .defensewrap .chargesbox span {
    font-size: 14px;
  }
  .defensewrap .chargesbox ul li {
    font-size: 14px;
  }
  .contactformwrap {
    min-height: 500px;
  }
  .contactformwrap h2 {
    margin-bottom: 35px !important;
  }
  .contactformwrap .textbox {
    padding: 0 0px;
  }
  .contactformwrap .textbox .formwrap ul li {
    padding: 0 10px 15px !important;
  }
  .contactformwrap .textbox .formwrap ul li label {
    font-size: 16px;
  }
  .contactformwrap .textbox .formwrap ul li:first-child input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-position: right 15px top 19px !important;
    background-size: 18px !important;
  }
  .contactformwrap .textbox .formwrap ul li:nth-child(2) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-position: right 15px top 21px !important;
    background-size: 18px !important;
  }
  .contactformwrap .textbox .formwrap ul li:nth-child(3) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-position: right 15px top 20px !important;
    background-size: 18px !important;
  }
  .contactformwrap .textbox .formwrap ul li:nth-child(4) textarea {
    background-position: right 15px top 19px !important;
    background-size: 18px !important;
  }
  .contactformwrap .textbox .formwrap textarea {
    height: 110px;
    padding: 20px 40px 20px 20px !important;
  }
  .contactformwrap .textbox .formwrap input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 0 45px 0 20px !important;
    height: 60px;
    line-height: 60px;
    font-size: 16px !important;
  }
  .contactformwrap .textbox .formwrap .message p {
    font-size: 20px;
    margin-bottom: 15px;
    padding: 10px 30px;
    margin-top: 30px;
  }
  .contactformwrap .textbox .formwrap .gform_button {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    padding: 0 45px !important;
    margin-top: 20px;
  }
  .contact-box-wrap .toughboxwrap {
    padding: 0 40px;
  }
  .contact-box-wrap .toughboxwrap .textbox {
    padding: 40px 40px 0 40px;
    border: 3px solid #B18A47;
    border-bottom: 0px;
  }
  .contact-box-wrap .toughboxwrap .textbox::after, .contact-box-wrap .toughboxwrap .textbox::before {
    height: 3px;
  }
  .contact-box-wrap .toughboxwrap .textbox h2 {
    font-size: 48px;
  }
  .contact-box-wrap .toughboxwrap .textbox h4 {
    font-size: 20px;
    padding: 15px 0;
  }
  .contact-box-wrap .toughboxwrap .textbox p {
    font-size: 18px;
    padding: 10px 0 0;
  }
  .contact-box-wrap .toughboxwrap .textbox .btnbox {
    margin-bottom: -28px;
  }
  .contact-box-wrap .toughboxwrap .textbox .btnbox .btn-main {
    height: 64px;
    line-height: 64px;
  }
  .blog-wrapper::before {
    width: 300px;
  }
  .blog-wrapper .leftwrap {
    width: calc(100% - 250px);
    padding-right: 50px;
  }
  .blog-wrapper .post-main {
    margin-bottom: 35px;
  }
  .blog-wrapper .post-main .blog .banner {
    width: 150px;
    height: 150px;
  }
  .blog-wrapper .post-main .blog .rightwrap {
    width: calc(100% - 150px);
    padding: 10px 10px 0 20px;
  }
  .blog-wrapper .post-main .blog .rightwrap h3 {
    font-size: 22px;
  }
  .blog-wrapper .post-main .blog .rightwrap h6 {
    padding-left: 24px;
    margin: 10px 0 0px;
  }
  .blog-wrapper .post-main .blog .rightwrap h6 a {
    line-height: 160%;
  }
  .blog-wrapper .post-main .blog .rightwrap .btn-main {
    margin-top: 20px;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
  }
  .blog-wrapper .sidebar {
    width: 250px;
  }
  .blog-wrapper .sidebar .Categories {
    padding-top: 7px;
  }
  .blog-wrapper .sidebar .Categories .posts {
    padding: 30px 0;
  }
  .blog-wrapper .sidebar .Categories .posts .list {
    padding: 20px 0;
  }
  .blog-wrapper .sidebar .Categories .posts .list .img {
    width: 70px;
    height: 70px;
  }
  .blog-wrapper .sidebar .Categories .posts .list .text {
    width: calc(100% - 70px);
    padding-left: 15px;
  }
  .blog-wrapper .sidebar .Categories .posts .list .text h3 {
    font-size: 16px;
  }
  .blog-wrapper .sidebar .Categories h4 {
    font-size: 26px;
    padding: 0 0 25px 20px;
  }
  .blog-wrapper .sidebar .Categories h4::before {
    top: 12px;
  }
  .blog-wrapper .sidebar .Categories h4::after {
    width: 2px;
    height: 36px;
  }
  .blog-wrapper .sidebar .Categories .link ul li a {
    padding: 17px 0px 17px 20px;
  }
  .blog-wrapper .sidebar .Categories .link ul li a::before {
    top: 22px;
  }
  .blog-wrapper .blog-left .text-wrap h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox {
    width: 260px;
    padding-top: 20px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox .imgbox {
    width: 50px;
    height: 50px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox h5 {
    font-size: 16px;
    padding-left: 10px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox h5 span {
    padding-right: 5px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox p {
    font-size: 16px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .date {
    padding-left: 22px;
    margin: 15px 0 10px;
    font-size: 16px;
    background-position: left top 3px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .date a {
    padding-right: 5px;
  }
  .blog-wrapper .blog-left .img-wrap {
    height: 250px;
    margin: 20px 0 15px;
  }
  .blog-wrapper .blog-left .bottom-wrap {
    padding-bottom: 10px;
  }
  .blog-wrapper .blog-left .bottom-wrap p {
    padding: 10px 0;
    font-size: 16px;
  }
  .blog-wrapper .blog-left .bottom-wrap h3 {
    margin: 10px 0;
  }
  .blog-wrapper .blog-left .bottom-wrap h4 {
    font-size: 22px;
    margin: 7px 0;
  }
  .blog-wrapper .blog-left .bottom-wrap h5 {
    font-size: 20px;
    margin: 7px 0;
  }
  .blog-wrapper .blog-left .bottom-wrap h6 {
    font-size: 20px;
    margin: 7px 0;
  }
  .blog-wrapper .blog-left .bottom-wrap ul {
    margin-bottom: 15px;
  }
  .blog-wrapper .blog-left .bottom-wrap ul li {
    font-size: 16px;
    padding: 10px 0px 10px 20px;
    line-height: 130%;
  }
  .blog-wrapper .blog-left .bottom-wrap ul li::before {
    top: 13px;
  }
  .testimonialboxxwrap .box ul {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 20px;
         column-gap: 20px;
    counter-reset: item-counter;
  }
  .testimonialboxxwrap .box ul li {
    margin-bottom: 20px;
  }
  .testimonialboxxwrap .box ul li .boxwrap {
    padding: 80px 15px 40px;
    background-position: center top 30px;
    background-size: 42px;
  }
  .testimonialboxxwrap .box ul li .boxwrap h6 {
    font-size: 20px;
    padding: 15px 0 0;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(2):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(3):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(4):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(5):before {
    background-size: 16px;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating.star2 .stars:nth-child(3):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star2 .stars:nth-child(4):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star2 .stars:nth-child(5):before {
    background-size: 16px;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating.star3 .stars:nth-child(4):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star3 .stars:nth-child(5):before {
    background-size: 16px;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating.star4 .stars:nth-child(5):before {
    background-size: 16px;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating .stars {
    width: 20px;
    height: 20px;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating .stars::before {
    background-size: 18px;
  }
  .areadetailwrap::before {
    width: 300px;
  }
  .areadetailwrap .leftwrap {
    width: calc(100% - 250px);
    padding-right: 50px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h2 {
    margin: 0px 0 10px;
    font-size: 25px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h3 {
    margin: 15px 0;
    padding: 0px 0px 0px 20px;
    font-size: 22px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h3::before {
    top: 10px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h3::after {
    height: 32px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap p {
    font-size: 16px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h5 {
    font-size: 20px;
    margin-bottom: 7px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h6 {
    padding: 10px 0 10px 20px;
    line-height: 160%;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap ul li {
    font-size: 16px;
    line-height: 160%;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap ul li::before {
    top: 7px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap ul li ul {
    padding-left: 30px;
    padding-top: 10px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul {
    padding: 0 0px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li {
    width: 50%;
    padding: 10px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li .box {
    height: 100%;
    padding: 40px 15px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li .box h3 {
    font-size: 26px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li .box h5 {
    padding: 5px 0 0;
    font-size: 16px;
    min-height: 44px;
  }
  .areadetailwrap .sidebar {
    width: 250px;
  }
  .areadetailwrap .sidebar .Categories h4 {
    font-size: 28px;
  }
  .areadetailwrap .sidebar .Categories h4::before {
    top: 12px;
  }
  .areadetailwrap .sidebar .Categories h4::after {
    height: 38px;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li a {
    padding: 15px 30px 15px 20px;
    font-size: 14px;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li span {
    width: 51px;
    height: 51px;
    top: 0px;
    background-size: 14px;
    right: 0px;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li ul.sub-menu li a {
    padding: 8px 30px 8px 20px;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li ul.sub-menu li a::before {
    width: 10px;
    height: 10px;
    top: 14px;
  }
  .areadetailwrap .sidebar .personalinjurywrap {
    margin-top: 40px;
  }
  .areadetailwrap .sidebar .personalinjurywrap .box {
    padding: 15px 20px;
  }
  .areadetailwrap .sidebar .personalinjurywrap .box h4 {
    font-size: 22px;
  }
  .infographiy-wrap .btn-main {
    font-size: 16px;
    padding: 10px 30px;
    height: auto;
    line-height: 140%;
  }
  body.single-post .banner_con p.new-title {
    margin-top: 80px;
    font-size: 42px;
  }
  body.single-post .banner_con p.new-title span {
    font-size: 16px;
  }
  body.single-post .blog-wrapper .blog-left .text-wrap h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .contactformwrap.blog-details .textbox {
    padding: 20px;
  }
  .contactformwrap.blog-details .textbox .formwrap ul li {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .scroll {
    overflow: hidden;
  }
  #header .header .header-right .nav-main {
    width: 100%;
    height: 100vh !important;
    position: fixed;
    left: -100%;
    top: 0px;
    padding-right: 0;
    overflow: hidden;
    background-color: #1A2D55;
    z-index: 9;
    display: none;
    transition: all 0.25s ease 0s;
  }
  #header .header .header-right .nav-main .menu-main-menu-container {
    width: 100%;
    height: auto;
    overflow: auto;
    margin: 130px 0 30px;
    position: relative;
    z-index: 9;
    height: calc(100vh - 130px);
  }
  #header .header .header-right .nav-main ul.menu {
    width: 100%;
    float: left;
    padding: 0px 0;
    overflow: hidden;
  }
  #header .header .header-right .nav-main ul.menu li {
    width: 100% !important;
    height: auto;
    margin: 0;
    padding: 0px;
    transition: all 0.5s;
  }
  #header .header .header-right .nav-main ul.menu li a {
    font-size: 16px;
    width: 100%;
    padding: 16px 25px;
    color: #FFFFFF;
  }
  #header .header .header-right .nav-main ul.menu li.sub-sub-menu .sub-menu span {
    background-position: right 0 center;
    width: 46px;
    height: 46px;
  }
  #header .header .header-right .nav-main ul.menu li.current-menu-item > a {
    color: #B18A47 !important;
  }
  #header .header .header-right .nav-main ul.menu li ul.sub-menu {
    width: 100% !important;
    padding: 0px 0px 0 20px;
    background-color: #1A2D55;
    visibility: visible;
    opacity: 1;
    position: relative;
    box-shadow: none;
    transition: all 0s !important;
    top: 0;
    left: 0px;
    height: auto;
  }
  #header .header .header-right .nav-main ul.menu li ul.sub-menu ul.sub-menu {
    padding: 5px 20px;
    border-bottom: 0px solid #0d5f8a;
  }
  #header .header .header-right .nav-main ul.menu li ul.sub-menu:before {
    display: none;
  }
  #header .header .header-right .nav-main ul.menu li ul.sub-menu li {
    border: none;
    padding: 0px;
    transform: translate3d(0, 0px, 0);
    opacity: 1;
  }
  #header .header .header-right .nav-main ul.menu li ul.sub-menu li a {
    padding: 10px 20px;
    color: #FFFFFF;
  }
  #header .header .header-right .nav-main ul.menu li ul.sub-menu li a:hover {
    background-color: transparent;
    color: #ffffff;
  }
  #header .header .header-right .nav-main ul.menu li .menu-item-has-children:hover ul.sub-menu, #header .header .header-right .nav-main ul.menu li:hover ul.sub-menu {
    width: 100%;
    top: 100% !important;
  }
  #header .header .header-right .nav-main ul.menu li.open span {
    transform: rotate(180deg);
    transition: all 0.5s;
  }
  #header .header .header-right .nav-main ul.menu li.open a {
    color: #B18A47;
  }
  #header .header .header-right .nav-main ul.menu li.open ul.sub-menu li span {
    width: 40px;
    height: 40px;
    right: 5px;
    transform: rotate(0deg);
    transition: all 0.5s;
  }
  #header .header .header-right .nav-main ul.menu li.open ul.sub-menu li a {
    color: #ffffff;
  }
  #header .header .header-right .nav-main ul.menu li.open ul.sub-menu li.open span {
    transform: rotate(180deg);
    transition: all 0.5s;
  }
  #header .header .header-right .nav-main ul.menu li.open ul.sub-menu li.open ul.sub-menu li a {
    color: #FFFFFF;
  }
  #header .header .header-right .nav-main ul.menu li.open ul.sub-menu li.open ul.sub-menu li.current-menu-item a {
    color: #ffffff;
  }
  #header .header .header-right .nav-main ul.menu li span {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 50px;
    z-index: 111;
    background-image: url(../images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    cursor: pointer;
    border: none;
  }
  .nav_open {
    overflow: hidden;
  }
  .nav_open .w-logo {
    opacity: 0;
    visibility: hidden;
  }
  .nav_open .dark-logo {
    opacity: 1;
    visibility: visible;
  }
  .nav_open #header .header .header-right .nav-main {
    left: 0px;
  }
  .nav_open #header .header .header-right .nav-main ul.menu > li {
    opacity: 1;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .res_navigation {
    width: 40px;
    display: block;
  }
}
@media (max-width: 767px) {
  body {
    overflow: hidden;
  }
  .container {
    max-width: 100% !important;
    padding: 0 20px !important;
  }
  #header {
    padding: 15px 15px;
    background: #1A2D55;
  }
  #header.affix {
    padding: 15px 15px;
  }
  #header.affix .header .logo {
    width: 90px;
  }
  #header .header .logo {
    width: 90px;
    position: relative;
    z-index: 111;
  }
  #header .header .header-right .nav-main ul.menu li span {
    background-size: 14px;
    width: 44px;
    height: 44px;
  }
  #header .header .header-right .nav-main ul.menu li a {
    padding: 12px 20px;
  }
  #header .header .header-right .nav-main ul.menu li.open ul.sub-menu li span {
    width: 36px;
    height: 36px;
  }
  #header .header .header-right .nav-main .menu-main-menu-container {
    margin: 120px 0 30px;
  }
  .header-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .header-right .head-call {
    padding: 0 50px 0px 0;
    position: relative;
    z-index: 111;
    display: inherit;
  }
  .header-right .head-call .conwrap {
    padding-left: 10px;
  }
  .header-right .head-call .conwrap a {
    font-size: 0px;
    background-size: 26px;
    padding-left: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    background-position: center;
    background: #B18A47 url(../images/ic-phone.svg) no-repeat;
    background-size: 24px;
    background-position: center;
    border-radius: 100%;
  }
  .header-right .head-call .conwrap a:hover, .header-right .head-call .conwrap a.active, .header-right .head-call .conwrap a:focus {
    background: #ffffff url(../images/ic-phone-b.svg) no-repeat;
    background-size: 24px;
    background-position: center;
  }
  .header-right .head-call .conwrap a span {
    font-size: 0px;
  }
  .header-right .head-call .freebtnwrap .btn-main {
    font-size: 0px;
    background-size: 26px;
    padding: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    background-position: center;
    background: #B18A47 url(../images/free-case-evalution.svg) no-repeat;
    background-size: 24px;
    background-position: center;
    border-radius: 100%;
  }
  .header-right .head-call .freebtnwrap .btn-main:hover, .header-right .head-call .freebtnwrap .btn-main.active, .header-right .head-call .freebtnwrap .btn-main:focus {
    background: #ffffff url(../images/free-case-evalution-b.svg) no-repeat;
    background-size: 24px;
    background-position: center;
  }
  .pdtb100 {
    padding: 60px 0;
  }
  .pdtb90 {
    padding: 60px 0;
  }
  .pdtb80 {
    padding: 60px 0;
  }
  .pdtb130 {
    padding: 70px 0;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 16px;
  }
  .btn-main {
    font-size: 16px;
    height: 56px;
    line-height: 56px;
  }
  .main-banner {
    height: 600px;
  }
  .main-banner .banner_box {
    top: 120px;
  }
  .main-banner .banner_box .textbox .leftwrap {
    width: 100%;
  }
  .main-banner .banner_box .textbox .leftwrap h1 {
    margin-top: 30px;
  }
  .main-banner .banner_box .textbox .leftwrap h1 span {
    font-size: 16px;
  }
  .main-banner .banner_box .textbox .leftwrap .bannertestiwrap {
    width: 100%;
    padding: 20px 20px 20px;
    margin-top: 30px;
  }
  .main-banner .banner_box .textbox .leftwrap .bannertestiwrap h4 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .main-banner .banner_box .textbox .leftwrap .bannertestiwrap h4::before {
    left: 15px;
    top: -35px;
  }
  .main-banner .banner_box .textbox .leftwrap .logolist {
    margin-top: 30px;
  }
  .main-banner .banner_box .textbox .leftwrap .logolist .imgbox {
    height: 70px;
    margin: 0 10px;
  }
  .main-banner .banner_box .textbox .rightwrap {
    width: 56%;
    right: -70px;
    display: none;
  }
  .casewrap {
    padding: 50px 15px 0;
    margin-top: 0px;
  }
  .casewrap .boxwrap {
    padding: 0px 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .casewrap .boxwrap .box {
    padding: 20px 15px;
  }
  .casewrap .boxwrap .imgwrap {
    height: 54px;
    margin-bottom: 15px;
  }
  .casewrap .boxwrap .detailwrap h3 {
    font-size: 18px;
  }
  .casewrap .boxwrap .detailwrap h6 {
    padding: 10px 0 5px;
  }
  .casewrap .boxwrap .detailwrap .chargeswrap {
    padding: 15px 0;
  }
  .casewrap .boxwrap .detailwrap .chargeswrap ul {
    min-height: auto;
  }
  .casewrap .boxwrap .detailwrap .chargeswrap ul li {
    font-size: 16px;
  }
  .casewrap .boxwrap .detailwrap .resultwrap {
    padding: 10px 0 0;
  }
  .casewrap .boxwrap .detailwrap .resultwrap h6 {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .casewrap .boxwrap .detailwrap .resultwrap ul li {
    font-size: 16px;
  }
  .defense-lawwrap {
    padding-top: 70px;
  }
  .defense-lawwrap .leftwrap {
    width: 100%;
    padding-left: 20px;
  }
  .defense-lawwrap .leftwrap .bgwrap {
    top: -20px;
  }
  .defense-lawwrap .leftwrap .bgwrap::before {
    width: calc(100% - 20px);
    height: calc(100% - 22px);
    left: 6px;
    top: 6px;
  }
  .defense-lawwrap .rightwrap {
    width: 100%;
    padding: 20px 0 0;
  }
  .defense-lawwrap .rightwrap h5 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .defense-lawwrap .rightwrap p {
    padding: 10px 0;
    font-size: 16px;
  }
  .defense-lawwrap .rightwrap .btnbox .btn-main {
    margin-top: 10px;
  }
  .whyricciowrap {
    padding: 60px 25px;
  }
  .whyricciowrap h2 {
    margin-bottom: 40px;
  }
  .whyricciowrap .col-sm-6 {
    margin-bottom: 30px;
  }
  .whyricciowrap .col-sm-6:last-child {
    margin-bottom: 0px;
  }
  .whyricciowrap .boxwrap {
    padding: 30px 20px;
  }
  .whyricciowrap .boxwrap .imgwrap {
    width: 140px;
    height: 140px;
  }
  .whyricciowrap .boxwrap .imgwrap .imgbox {
    width: 80px;
    height: 80px;
  }
  .whyricciowrap .boxwrap .detailwrap h6 {
    padding: 25px 0 10px;
    font-size: 18px;
  }
  .whyricciowrap .boxwrap .detailwrap p {
    font-size: 16px;
  }
  .areaswrap ul.nav-tabs,
  .tabs-wrapper ul.nav-tabs {
    margin: 10px auto 35px;
  }
  .areaswrap ul.nav-tabs li.nav-item,
  .tabs-wrapper ul.nav-tabs li.nav-item {
    width: 50%;
    padding: 0 10px;
    float: left;
  }
  .areaswrap ul.nav-tabs li.nav-item a,
  .tabs-wrapper ul.nav-tabs li.nav-item a {
    width: 100%;
    min-width: 100%;
    padding: 0px 30px;
  }
  .areaswrap ul.nav-tabs li.nav-item a h6,
  .tabs-wrapper ul.nav-tabs li.nav-item a h6 {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
  }
  .areaswrap ul.nav-tabs li.nav-item:nth-child(odd),
  .tabs-wrapper ul.nav-tabs li.nav-item:nth-child(odd) {
    padding-left: 0px;
  }
  .areaswrap ul.nav-tabs li.nav-item:nth-child(even),
  .tabs-wrapper ul.nav-tabs li.nav-item:nth-child(even) {
    padding-right: 0px;
  }
  .areaswrap ul.nav-tabs li.nav-item:last-child(even),
  .tabs-wrapper ul.nav-tabs li.nav-item:last-child(even) {
    padding-right: 0px;
  }
  .areaswrap h4 {
    margin-bottom: 5px;
  }
  .areaswrap h2 {
    margin-bottom: 15px;
  }
  .areaswrap .textbox ul {
    padding: 0 0px;
  }
  .areaswrap .textbox ul li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 40px;
  }
  .areaswrap .textbox ul li a {
    padding: 30px 15px;
  }
  .areaswrap .textbox ul li a::before {
    width: 30px;
    height: 30px;
    bottom: -15px;
    left: 42%;
    background-size: 12px;
  }
  .areaswrap .textbox ul li .textwrap h5 {
    margin-top: 15px;
    font-size: 16px;
  }
  .areaswrap .textbox ul li .textwrap .image {
    height: 70px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .areaswrap .textbox ul li .textwrap .image img {
    width: auto;
    height: 100%;
  }
  .areaswrap .textbox ul li .textwrap .content-details {
    padding: 20px 10px;
  }
  .areaswrap .textbox ul li .textwrap .content-details h5 {
    min-height: auto;
  }
  .areaswrap .textbox ul li .textwrap .content-details p {
    padding: 15px 0 0;
  }
  .areaswrap ul.list {
    padding: 0 0px;
  }
  .areaswrap ul.list li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .areaswrap ul.list li a {
    padding: 30px 15px;
  }
  .areaswrap ul.list li a::before {
    width: 30px;
    height: 30px;
    bottom: -15px;
    left: 42%;
    background-size: 12px;
  }
  .areaswrap ul.list li .textwrap h5 {
    margin-top: 15px;
    font-size: 16px;
  }
  .areaswrap ul.list li .textwrap .image {
    height: 90px;
  }
  .areaswrap ul.list li .textwrap .content-details {
    padding: 15px 10px 15px 10px;
  }
  .areaswrap ul.list li .textwrap .content-details p {
    padding: 15px 0 0;
  }
  .areaswrap .btnbox .btn-main {
    margin-top: 10px;
  }
  .testimonial-wrapper::before {
    width: 100%;
  }
  .testimonial-wrapper .testimonial .imgbox {
    padding-left: 30px;
    display: none;
  }
  .testimonial-wrapper .testimonial .imgbox img {
    height: 400px;
  }
  .testimonial-wrapper .testimonial .btnbox {
    left: 0%;
    position: relative;
  }
  .testimonial-wrapper .testimonial .btnbox .btn-main {
    font-size: 16px;
    margin: 0px;
  }
  .testimonial-wrapper .testimonial .title-wrap {
    width: 100%;
    padding: 0 0px 0 0px;
    top: 0px;
    position: relative;
    right: 0px;
  }
  .testimonial-wrapper .testimonial .title-wrap h2 {
    margin: 10px 0 0px;
  }
  .testimonial-wrapper .testimonial .title-wrap .rating {
    right: auto;
    left: 180px;
    top: 80px;
  }
  .testimonial-wrapper .testimonial .title-wrap .rating:before {
    width: 190px;
    right: auto;
    left: -180px;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox {
    padding: 40px 0px 0;
    min-height: auto;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox p {
    font-size: 16px;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox p:nth-child(1) {
    text-indent: 50px;
    background-position: left top 14px;
    background-size: 30px;
  }
  .testimonial-wrapper .testimonial .boardwrap .textbox h5 {
    font-size: 16px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider.slick-slider {
    width: 100%;
    padding: 0 0px 70px 0px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider .slick-arrow {
    bottom: 25px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider .slick-arrow.slick-prev {
    left: 0px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider .slick-arrow.slick-next {
    left: 83px;
  }
  .testimonial-wrapper .testimonial .testimonial-slider ul.slick-dots {
    right: 0px;
    bottom: 20px;
  }
  .videowrap .videobox h4 {
    margin-bottom: 5px;
  }
  .videowrap .videobox .videoslider {
    padding: 0;
  }
  .videowrap .videobox .videoslider .slick-slide {
    margin: 0 20px !important;
  }
  .videowrap .videobox .videoslider .box .video {
    height: 360px;
  }
  .videowrap .videobox .videoslider .box .video iframe {
    height: 350px;
  }
  .videowrap .videobox .videoslider .box h6 {
    font-size: 18px;
    line-height: 130%;
  }
  .videowrap .videobox .videoslider .slick-arrow {
    width: 33px;
  }
  .videowrap .videobox .videoslider .slick-arrow.slick-prev {
    left: 7%;
    background-size: 30px;
  }
  .videowrap .videobox .videoslider .slick-arrow.slick-next {
    right: 7%;
    background-size: 30px;
  }
  .llcwrap .textbox h4 {
    margin-bottom: 5px;
  }
  .llcwrap .textbox .leftwrap {
    width: 100%;
    padding: 0 0px;
    margin-bottom: 30px;
  }
  .llcwrap .textbox .leftwrap:last-child {
    margin-bottom: 0px;
  }
  .llcwrap .textbox .leftwrap .listbox {
    padding: 0 10px;
    margin-top: -70px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap {
    padding: 25px 20px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap h3 {
    margin-bottom: 15px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap ul li {
    padding-bottom: 8px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap ul li a {
    font-size: 16px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap ul li.address a {
    background-position: left top 4px;
    background-size: 12px;
  }
  .llcwrap .textbox .leftwrap .listbox .detailwrap ul li.phone a {
    background-position: left top 4px;
    background-size: 16px;
  }
  .llcwrap .textbox .leftwrap .map iframe {
    height: 280px;
  }
  .llcwrap .textbox h2 {
    margin: 5px 0 30px;
  }
  .llcwrap.contactwrap .textbox {
    padding: 0 0px;
  }
  .llcwrap.contactwrap .textbox .leftwrap {
    padding: 0 0px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox {
    margin-top: -50px;
    padding: 0 20px 0;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap h3 {
    width: 100%;
    padding: 20px;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li {
    padding-bottom: 10px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li a {
    font-size: 18px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li a br {
    display: none;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.address {
    width: 100%;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.address a {
    background-position: left top 3px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.phone {
    width: 100%;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.phone a {
    background-position: left top 3px;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.getdirwrap {
    padding: 15px 0 0;
  }
  .llcwrap.contactwrap .textbox .leftwrap .listbox .detailwrap ul li.getdirwrap a {
    padding: 0px 35px 0 0;
    font-size: 16px;
  }
  .reviewwrap {
    min-height: 400px;
  }
  .reviewwrap::before {
    width: 100%;
  }
  .reviewwrap .textbox {
    width: 100%;
    padding: 60px 0px;
  }
  .reviewwrap .textbox .formwrap ul {
    width: calc(100% + 0px);
    margin: 0 0px !important;
  }
  .reviewwrap .textbox .formwrap ul li {
    width: 100%;
    padding: 8px 0 !important;
  }
  .reviewwrap .textbox .formwrap ul li iframe {
    transform: scale(0.8);
    -webkit-transform-origin-x: 0;
    -webkit-transform-origin-y: 0;
  }
  .reviewwrap .textbox .formwrap .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 16px;
    margin: 10px 0;
  }
  .reviewwrap .textbox .formwrap .gform_button {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    padding: 0 35px;
  }
  .reviewwrap .textbox .formwrap .gform_wrapper .gform_footer {
    float: left;
    bottom: 0px;
    position: relative;
    margin: 0px 0 0;
  }
  .reviewwrap .textbox .formwrap input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .reviewwrap .textbox .formwrap select {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
  }
  .reviewwrap .textbox .formwrap textarea {
    height: 90px;
    padding: 15px;
  }
  .reviewwrap .textbox .formwrap .gform_button {
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    padding: 0 40px;
  }
  .footer {
    padding: 60px 0 0;
  }
  .footer .footer-logo {
    width: 250px;
  }
  .footer .footermenuwrap {
    padding: 40px 0 30px;
  }
  .footer .footermenuwrap ul li {
    padding: 0 12px;
    margin-bottom: 5px;
  }
  .footer .footermenuwrap ul li a {
    font-size: 16px;
  }
  .footer .medialwrap .footer-mapwrap {
    width: calc(100% - 0px);
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap {
    width: 100%;
    padding: 0 0px 30px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .map {
    width: 100%;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .map iframe {
    width: 100%;
    height: 140px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox {
    float: left;
    width: calc(100% - 0px);
    padding: 0 10px 0 0px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li {
    padding: 10px 0;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li a {
    font-size: 16px;
    padding: 0px 0 0px 30px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li a br {
    display: none;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li.address a {
    background-size: 14px;
    background-position: left top 3px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li.address a:hover {
    background-size: 14px;
    background-position: left top 3px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li.phone a {
    background-size: 16px;
    background-position: left top 4px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap .listbox .detailwrap ul li.phone a:hover {
    background-size: 16px;
    background-position: left top 4px;
  }
  .footer .medialwrap .footer-mapwrap .textbox .leftwrap:last-child {
    padding: 0px;
  }
  .footer .medialwrap .rightwrap {
    width: 100%;
    text-align: center;
    padding: 30px 0 0;
  }
  .footer .medialwrap .rightwrap h5 {
    font-size: 16px;
  }
  .footer .medialwrap .rightwrap .btn-main {
    height: 46px;
    line-height: 46px;
    padding: 0 25px;
    margin-top: 10px;
  }
  .footer .medialwrap .rightwrap ul {
    margin-bottom: 15px;
  }
  .footer .medialwrap .rightwrap ul li a {
    padding: 10px 0px 10px 60px;
    font-size: 16px;
  }
  .footer .medialwrap .rightwrap ul li a::before {
    width: 44px;
    height: 44px;
  }
  .footer .socialwrap {
    padding: 50px 0 0;
  }
  .footer .socialwrap ul li {
    width: 60px;
    height: 50px;
  }
  .footer .footerbottomwrap {
    padding: 20px 0;
  }
  .inner-wrapper {
    height: 420px;
    margin-top: 98px;
  }
  .inner-wrapper .banner_con {
    top: 0px;
  }
  .inner-wrapper .banner_con h1 {
    margin-top: 40px;
  }
  .inner-wrapper .banner_con h1 span {
    font-size: 16px;
  }
  .inner-wrapper .banner_con .box {
    display: inherit;
    margin-top: 30px;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap {
    width: 100%;
    display: inherit;
    padding: 20px;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap h4 {
    font-size: 20px;
    width: calc(100% - 0px);
    padding: 0 0px 10px 0;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap h4::before {
    top: -32px;
    left: 7px;
    width: 24px;
    height: 24px;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap::before {
    width: 20px;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap::after {
    width: calc(100% - 58px);
  }
  .inner-wrapper .banner_con .box .bannertestiwrap .rating {
    width: 120px;
    float: left;
    text-align: left;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap.fwidth {
    width: 100%;
    padding: 20px 30px 20px;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap.fwidth h4 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .inner-wrapper .banner_con .box .logolist {
    margin: 20px 0 0;
    width: calc(100% - 0px);
    float: left;
    text-align: left;
    padding: 0px;
  }
  .inner-wrapper .banner_con .box .logolist .imgbox {
    height: 70px;
    margin: 0 10px;
  }
  .inner-wrapper.short {
    height: 250px;
    background-size: cover !important;
    background-position: top center !important;
  }
  .inner-wrapper.short .banner_con h1 {
    margin-top: 70px;
  }
  .sttorneywrap::before {
    width: 300px;
    display: none;
  }
  .sttorneywrap .textbox .rightwrap {
    width: 100%;
    padding-left: 0px;
  }
  .sttorneywrap .textbox .rightwrap .imgboxright {
    float: left;
    width: 100%;
    padding: 15px 0 0 15px;
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .sttorneywrap .textbox .rightwrap .imgboxright::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    background-color: #215996;
    z-index: -1;
  }
  .sttorneywrap .textbox .rightwrap h2 {
    margin: 5px 0 10px;
  }
  .sttorneywrap .textbox .rightwrap p {
    font-size: 16px;
    padding: 10px 0;
  }
  .sttorneywrap .textbox .rightwrap .logowrap {
    display: flex;
    flex-wrap: wrap;
  }
  .sttorneywrap .textbox .rightwrap .logowrap h3 {
    font-size: 32px;
    padding: 20px 0 15px 0;
  }
  .sttorneywrap .textbox .rightwrap .logowrap ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sttorneywrap .textbox .rightwrap .logowrap ul li {
    width: 50%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 8px;
  }
  .sttorneywrap .textbox .rightwrap .logowrap ul li .imgbox {
    padding: 15px;
    text-align: center;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap {
    margin: 40px 0;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox p {
    font-size: 16px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox p:first-child {
    background-size: 25px;
    text-indent: 40px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox h5 {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap ul.slick-dots li a {
    font-size: 14px;
    padding: 0 6px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap {
    padding: 20px 0px 40px 20px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap h6 {
    margin: 40px 0 20px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap h6::before {
    left: -4px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list {
    width: 50%;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list:nth-child(3n+1) {
    padding-right: 10px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list:nth-child(3n+1) {
    padding-left: 10px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list:nth-child(even) {
    padding-right: 0px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list:nth-child(odd) {
    padding-left: 0px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box .borderbox {
    padding: 20px 10px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box .borderbox .leftbox h5 {
    font-size: 22px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box .borderbox .leftbox p {
    font-size: 16px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom h4 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox h6 {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox h6::before {
    top: 7px;
    left: -4px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox h6::after {
    height: 26px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox .list {
    width: 100%;
    padding: 10px 0px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox .list .box .borderbox .leftbox h5 {
    font-size: 20px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox .list .box .borderbox .leftbox ul {
    font-size: 16px;
    padding: 5px 0 0;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox .list .box .borderbox .leftbox ul li {
    font-size: 16px;
  }
  .sttorneywrap .textbox .leftwrap {
    width: 100%;
    background: #F2F5F8;
    margin-top: 30px;
  }
  .sttorneywrap .textbox .leftwrap .imgbox {
    display: none;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail {
    width: 100%;
    padding: 30px 20px 0;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .googlereviewbox {
    width: 220px;
    padding: 15px 20px;
    text-align: center;
    right: 0px;
    display: none;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sociallist {
    padding: 0px 0 20px;
    margin: 0px 0 5px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sociallist li {
    padding: 5px 0;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar {
    padding: 20px 0;
    margin: 5px 0;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li.list:first-child {
    font-size: 24px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li.list:first-child::before {
    left: -4px;
    top: 23px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail ul.sidebar li.list:first-child::after {
    top: 12px;
    height: 34px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom h4 {
    font-size: 24px;
    padding: 0 0 20px 20px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom h4::before {
    left: -4px;
    top: 23px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom h4::after {
    top: 12px;
    height: 34px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom .listbox h6 {
    font-size: 18px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom .listbox h6::before {
    top: 4px;
  }
  .criminalwrap .textbox .rightwrap {
    width: 100%;
  }
  .criminalwrap .textbox .rightwrap .imgbox {
    padding: 15px 0 0 15px;
  }
  .criminalwrap .textbox .leftwrap {
    width: 100%;
    padding-left: 0px;
    margin: 40px 0 0;
  }
  .criminalwrap .textbox .leftwrap p {
    font-size: 16px;
    padding: 10px 0;
  }
  .faqwrap {
    min-height: auto;
  }
  .faqwrap::before {
    display: none;
  }
  .faqwrap .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .faqwrap.detailwrap .faq .card .card-header .faq-title::before {
    right: 20px;
    width: 28px;
    height: 28px;
    background-size: 12px;
    top: 25px;
  }
  .faqwrap.detailwrap .faq .card .card-header .faq-title.collapsed::before {
    right: 20px;
    width: 28px;
    height: 28px;
    background-size: 12px;
    top: 25px;
  }
  .faqwrap .faq .card {
    margin-top: 20px;
  }
  .faqwrap .faq .card .card-header .faq-title {
    padding: 20px 60px 20px 25px;
    font-size: 16px;
  }
  .faqwrap .faq .card .card-header .faq-title .collapse-btn {
    right: 20px;
    top: 18px;
    width: 30px;
    height: 30px;
  }
  .faqwrap .faq .card .card-header .faq-title .collapse-btn:before {
    width: 15px;
    height: 3px;
    right: 6px;
  }
  .faqwrap .faq .card .card-header .faq-title .collapse-btn::after {
    height: 15px;
    top: 7px;
    right: 12px;
  }
  .faqwrap .faq .card .card-body {
    padding: 15px 25px;
  }
  .faqwrap .faq .card .card-body p {
    font-size: 16px;
  }
  .personalinjwrap h4 {
    margin-bottom: 10px;
  }
  .personalinjwrap h2 {
    margin-bottom: 20px;
  }
  .personalinjwrap ul {
    padding: 0 10px;
  }
  .personalinjwrap ul li {
    width: 50%;
    padding: 10px;
  }
  .personalinjwrap ul li .box {
    padding: 40px 15px;
  }
  .personalinjwrap ul li .box h3 {
    font-size: 26px;
  }
  .personalinjwrap ul li .box h5 {
    padding: 5px 0 0;
    font-size: 16px;
  }
  .defensewrap h3 {
    font-size: 20px;
  }
  .defensewrap h6 {
    padding-left: 24px;
    margin: 15px 0 5px;
    line-height: 180%;
  }
  .defensewrap h5 span {
    line-height: 150%;
  }
  .defensewrap .fullwrap .btn-main {
    padding: 0 30px;
    margin-top: 30px;
    font-size: 16px;
  }
  .defensewrap .topbox {
    padding: 40px 20px;
    margin-bottom: 20px;
  }
  .defensewrap .bottombox-list {
    width: calc(100% + 0px);
    margin: 0 0px;
  }
  .defensewrap .bottombox-list .listofcases {
    width: 100%;
    padding: 10px 0;
  }
  .defensewrap .bottombox-list .listofcases .listbox {
    padding: 30px 20px;
  }
  .defensewrap .bottombox-list .listofcases:last-child {
    padding-bottom: 0px;
  }
  .contactformwrap {
    min-height: 400px;
  }
  .contactformwrap h2 {
    margin-bottom: 25px !important;
  }
  .contactformwrap .textbox {
    padding: 0 0px;
  }
  .contactformwrap .textbox .formwrap .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 16px;
    margin: 10px 0;
  }
  .contactformwrap .textbox .formwrap ul li {
    width: 100%;
    padding: 0 0px 15px !important;
  }
  .contactformwrap .textbox .formwrap ul li label {
    font-size: 16px;
  }
  .contactformwrap .textbox .formwrap ul li:first-child input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-position: right 15px top 17px !important;
    background-size: 18px !important;
  }
  .contactformwrap .textbox .formwrap ul li:nth-child(2) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-position: right 15px top 19px !important;
    background-size: 18px !important;
  }
  .contactformwrap .textbox .formwrap ul li:nth-child(3) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-position: right 15px top 17px !important;
    background-size: 18px !important;
  }
  .contactformwrap .textbox .formwrap ul li:nth-child(4) textarea {
    background-position: right 15px top 19px !important;
    background-size: 18px !important;
  }
  .contactformwrap .textbox .formwrap textarea {
    height: 110px;
    padding: 20px 40px 20px 20px !important;
  }
  .contactformwrap .textbox .formwrap input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 0 45px 0 20px !important;
    height: 52px;
    line-height: 52px;
    font-size: 16px !important;
  }
  .contactformwrap .textbox .formwrap .message p {
    font-size: 20px;
    margin-bottom: 15px;
    padding: 10px 30px;
    margin-top: 30px;
  }
  .contactformwrap .textbox .formwrap .gform_button {
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    padding: 0 40px !important;
    margin-top: 15px;
  }
  .contact-box-wrap .toughboxwrap {
    padding: 0 0px;
  }
  .contact-box-wrap .toughboxwrap .textbox {
    padding: 25px 25px 0 25px;
    border: 3px solid #B18A47;
    border-bottom: 0px;
  }
  .contact-box-wrap .toughboxwrap .textbox::after, .contact-box-wrap .toughboxwrap .textbox::before {
    height: 3px;
    width: calc(50% - 127px);
  }
  .contact-box-wrap .toughboxwrap .textbox h2 {
    font-size: 42px;
  }
  .contact-box-wrap .toughboxwrap .textbox h4 {
    font-size: 20px;
    padding: 15px 0;
  }
  .contact-box-wrap .toughboxwrap .textbox p {
    font-size: 16px;
    padding: 10px 0 0;
  }
  .contact-box-wrap .toughboxwrap .textbox .btnbox {
    margin-bottom: -28px;
  }
  .contact-box-wrap .toughboxwrap .textbox .btnbox .btn-main {
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
  }
  .blog-wrapper::before {
    display: none;
  }
  .blog-wrapper .leftwrap {
    width: calc(100% - 0px);
    padding-right: 0px;
  }
  .blog-wrapper .post-main {
    margin-bottom: 35px;
  }
  .blog-wrapper .post-main .blog .banner {
    width: 100%;
    height: 100%;
  }
  .blog-wrapper .post-main .blog .rightwrap {
    width: calc(100% - 0px);
    padding: 15px 0px 0 0px;
  }
  .blog-wrapper .post-main .blog .rightwrap h3 {
    font-size: 22px;
  }
  .blog-wrapper .post-main .blog .rightwrap h6 {
    padding-left: 24px;
    margin: 10px 0 0px;
  }
  .blog-wrapper .post-main .blog .rightwrap h6 a {
    line-height: 160%;
  }
  .blog-wrapper .post-main .blog .rightwrap .btn-main {
    margin-top: 20px;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
  }
  .blog-wrapper .sidebar {
    width: 100%;
    margin: 50px 0 0;
    padding: 20px 20px 0;
    background-color: #F2F5F8;
  }
  .blog-wrapper .sidebar .Categories {
    padding-top: 7px;
  }
  .blog-wrapper .sidebar .Categories .posts {
    padding: 25px 0;
  }
  .blog-wrapper .sidebar .Categories .posts .list {
    padding: 20px 0;
  }
  .blog-wrapper .sidebar .Categories .posts .list .img {
    width: 70px;
    height: 70px;
  }
  .blog-wrapper .sidebar .Categories .posts .list .text {
    width: calc(100% - 70px);
    padding-left: 15px;
  }
  .blog-wrapper .sidebar .Categories .posts .list .text h3 {
    font-size: 18px;
  }
  .blog-wrapper .sidebar .Categories h4 {
    font-size: 24px;
    padding: 0 0 25px 20px;
  }
  .blog-wrapper .sidebar .Categories h4::before {
    top: 9px;
  }
  .blog-wrapper .sidebar .Categories h4::after {
    width: 2px;
    height: 30px;
  }
  .blog-wrapper .sidebar .Categories .link ul li a {
    padding: 17px 0px 17px 17px;
  }
  .blog-wrapper .sidebar .Categories .link ul li a::before {
    top: 23px;
    width: 9px;
    height: 10px;
  }
  .blog-wrapper .sidebar .Categories .blog-list-archive li a {
    padding: 17px 0px 17px 17px;
  }
  .blog-wrapper .sidebar .Categories .blog-list-archive li a::before {
    width: 9px;
    height: 10px;
    top: 23px;
  }
  .blog-wrapper .blog-left .text-wrap h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox {
    width: 250px;
    padding-top: 20px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox .imgbox {
    width: 50px;
    height: 50px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox h5 {
    font-size: 16px;
    padding-left: 10px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox h5 span {
    padding-right: 5px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .userbox p {
    font-size: 16px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .date {
    padding-left: 22px;
    margin: 15px 0 10px;
    font-size: 16px;
    background-position: left top 3px;
  }
  .blog-wrapper .blog-left .text-wrap .userboxwrap .date a {
    padding-right: 5px;
  }
  .blog-wrapper .blog-left .img-wrap {
    height: 100%;
    margin: 20px 0 15px;
  }
  .blog-wrapper .blog-left .bottom-wrap {
    padding-bottom: 10px;
  }
  .blog-wrapper .blog-left .bottom-wrap p {
    padding: 10px 0;
    font-size: 16px;
  }
  .blog-wrapper .blog-left .bottom-wrap h3 {
    margin: 10px 0;
    font-size: 20px;
    line-height: 140%;
  }
  .blog-wrapper .blog-left .bottom-wrap h4 {
    font-size: 22px;
    margin: 7px 0;
  }
  .blog-wrapper .blog-left .bottom-wrap h5 {
    font-size: 20px;
    margin: 7px 0;
  }
  .blog-wrapper .blog-left .bottom-wrap h6 {
    font-size: 20px;
    margin: 7px 0;
  }
  .blog-wrapper .blog-left .bottom-wrap ul {
    margin-bottom: 15px;
  }
  .blog-wrapper .blog-left .bottom-wrap ul li {
    font-size: 16px;
    padding: 10px 0px 10px 20px;
    line-height: 130%;
  }
  .blog-wrapper .blog-left .bottom-wrap ul li::before {
    top: 13px;
  }
  .testimonialboxxwrap .box ul {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 20px;
         column-gap: 20px;
    counter-reset: item-counter;
  }
  .testimonialboxxwrap .box ul li {
    margin-bottom: 20px;
  }
  .testimonialboxxwrap .box ul li .boxwrap {
    padding: 80px 15px 40px;
    background-position: center top 30px;
    background-size: 42px;
  }
  .testimonialboxxwrap .box ul li .boxwrap h6 {
    font-size: 20px;
    padding: 15px 0 0;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(2):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(3):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(4):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star1 .stars:nth-child(5):before {
    background-size: 16px;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating.star2 .stars:nth-child(3):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star2 .stars:nth-child(4):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star2 .stars:nth-child(5):before {
    background-size: 16px;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating.star3 .stars:nth-child(4):before,
  .testimonialboxxwrap .box ul li .boxwrap .rating.star3 .stars:nth-child(5):before {
    background-size: 16px;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating.star4 .stars:nth-child(5):before {
    background-size: 16px;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating .stars {
    width: 20px;
    height: 20px;
  }
  .testimonialboxxwrap .box ul li .boxwrap .rating .stars::before {
    background-size: 18px;
  }
  .areadetailwrap::before {
    display: none;
  }
  .areadetailwrap .leftwrap {
    width: calc(100% - 0px);
    padding-right: 0px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h2 {
    margin: 0px 0 10px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h3 {
    margin: 15px 0;
    padding: 0px 0px 0px 20px;
    font-size: 20px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h3::before {
    top: 10px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h3::after {
    height: 32px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap p {
    font-size: 16px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h5 {
    font-size: 20px;
    margin-bottom: 7px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h6 {
    padding: 10px 0 10px 20px;
    line-height: 160%;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap ul li {
    font-size: 16px;
    line-height: 160%;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap ul li::before {
    top: 7px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap ul li ul {
    padding-left: 30px;
    padding-top: 10px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap h4 {
    margin-bottom: 10px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap h2 {
    margin-bottom: 20px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul {
    padding: 0 0px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li {
    width: 50%;
    padding: 10px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li .box {
    height: 100%;
    padding: 40px 15px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li .box h3 {
    font-size: 26px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li .box h5 {
    padding: 5px 0 0;
    font-size: 16px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap iframe {
    height: 250px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .topbox iframe {
    height: 250px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .topbox.mapwrap iframe {
    width: 100%;
    height: 250px;
  }
  .areadetailwrap .sidebar {
    width: 100%;
    margin: 50px 0 0;
    padding: 20px;
    background-color: #F2F5F8;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li a {
    padding: 15px 30px 15px 20px;
    font-size: 14px;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li span {
    width: 20px;
    height: 20px;
    top: 15px;
    background-size: 14px;
    right: 0px;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li ul.sub-menu li a {
    padding: 8px 30px 8px 20px;
  }
  .areadetailwrap .sidebar .Categories .posts .other-category-wrap ul li ul.sub-menu li a::before {
    width: 10px;
    height: 10px;
    top: 14px;
  }
  .areadetailwrap .sidebar .personalinjurywrap {
    margin-top: 40px;
  }
  .areadetailwrap .sidebar .personalinjurywrap .box {
    padding: 15px 20px;
  }
  .areadetailwrap .sidebar .personalinjurywrap .box h4 {
    font-size: 20px;
  }
  .privacywrap .textbox p {
    font-size: 16px;
    padding-top: 15px;
  }
  .notfound-content h1 {
    color: black;
    font-size: 60px;
  }
  .notfound-content h3 {
    color: black;
    font-size: 30px;
  }
  .infographiy-wrap .btn-main {
    font-size: 16px;
    padding: 10px 20px;
    height: auto;
    line-height: 140%;
  }
  body.single-post .banner_con p.new-title {
    margin-top: 70px;
    font-size: 36px;
  }
  body.single-post .banner_con p.new-title span {
    font-size: 16px;
  }
  body.single-post .blog-wrapper .blog-left .text-wrap h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .contactformwrap.blog-details .textbox {
    padding: 20px;
  }
  .contactformwrap.blog-details .textbox .formwrap ul li {
    width: 100% !important;
  }
}
@media only screen and (max-device-width: 480px) {
  html {
    -webkit-text-size-adjust: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 479px) {
  #header.affix .header .logo {
    width: 80px;
  }
  #header .header .logo {
    width: 80px;
  }
  .res_navigation {
    top: 35px;
  }
  .header-right .head-call {
    padding: 0 50px 0px 0;
    position: relative;
    z-index: 111;
  }
  .header-right .head-call .conwrap {
    padding-left: 15px;
  }
  .header-right .head-call .conwrap a {
    background-size: 22px;
    width: 40px;
    height: 40px;
  }
  .header-right .head-call .conwrap a:hover, .header-right .head-call .conwrap a.active, .header-right .head-call .conwrap a:focus {
    background-size: 22px;
  }
  .header-right .head-call .conwrap a span {
    font-size: 0px;
  }
  .header-right .head-call .freebtnwrap .btn-main {
    background-size: 22px;
    width: 40px;
    height: 40px;
  }
  #header .header .header-right .nav-main .menu-main-menu-container {
    margin: 110px 0 30px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  .pdtb100 {
    padding: 50px 0;
  }
  .main-banner {
    height: 680px;
  }
  .main-banner .banner_box {
    top: 100px;
  }
  .main-banner .banner_box .textbox .leftwrap {
    width: 100%;
  }
  .main-banner .banner_box .textbox .leftwrap .logolist {
    margin-top: 30px;
  }
  .main-banner .banner_box .textbox .leftwrap .logolist .imgbox {
    height: 100%;
    padding: 0 10px;
    width: 33.33%;
    margin: 0px 0 10px 0;
  }
  .defense-lawwrap .rightwrap h5 {
    font-size: 16px;
  }
  .whyricciowrap {
    padding: 50px 15px;
  }
  .areaswrap ul.nav-tabs,
  .tabs-wrapper ul.nav-tabs {
    margin: 10px auto 30px;
  }
  .areaswrap ul.nav-tabs li.nav-item,
  .tabs-wrapper ul.nav-tabs li.nav-item {
    width: 50%;
    padding: 0 3px;
  }
  .areaswrap ul.nav-tabs li.nav-item a,
  .tabs-wrapper ul.nav-tabs li.nav-item a {
    width: 100%;
    min-width: 100%;
    padding: 0px 7px;
  }
  .areaswrap ul.nav-tabs li.nav-item a h6,
  .tabs-wrapper ul.nav-tabs li.nav-item a h6 {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
  .areaswrap .textbox ul li {
    width: 100%;
    padding: 0px;
  }
  .areaswrap .textbox ul li a::before {
    left: 44%;
  }
  .areaswrap ul.list li {
    width: 100%;
    padding: 0px;
  }
  .areaswrap ul.list li a::before {
    left: 44%;
  }
  .areaswrap .btnbox .btn-main {
    width: 100%;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .topbox iframe {
    width: 100%;
    height: 100%;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap iframe {
    width: 100%;
    height: 100%;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li {
    width: 100%;
    padding: 0px 0px 10px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li .box {
    padding: 30px 15px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li .box h3 {
    font-size: 26px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li .box h5 {
    padding: 5px 0 0;
    font-size: 16px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap .personalinjwrap ul li:last-child {
    padding-bottom: 0px;
  }
  .testimonial-wrapper .testimonial .title-wrap .rating {
    left: 150px;
  }
  .videowrap .videobox .videoslider .slick-arrow {
    width: 20px;
    background-size: 45px !important;
  }
  .videowrap .videobox .videoslider .slick-arrow.slick-prev {
    left: 2%;
    top: 42%;
    background-position: left !important;
  }
  .videowrap .videobox .videoslider .slick-arrow.slick-next {
    right: 2%;
    top: 42%;
    background-position: right !important;
  }
  .videowrap .videobox .videoslider .slick-list {
    padding: 0 15px !important;
  }
  .videowrap .videobox .videoslider .slick-list .box {
    padding: 0 15px !important;
    margin: 0 0px !important;
  }
  .videowrap .videobox .videoslider .slick-list .box .video {
    height: 260px;
  }
  .videowrap .videobox .videoslider .slick-list .box .video iframe {
    height: 250px;
  }
  .videowrap .videobox .videoslider .slick-slide {
    margin: 0 0px !important;
    opacity: 0;
  }
  .footer .footer-logo {
    width: 220px;
  }
  .footer .medialwrap .rightwrap h5 {
    font-size: 16px;
  }
  .footer .medialwrap ul {
    justify-content: left;
  }
  .footer .medialwrap ul li a {
    font-size: 16px;
  }
  .footer .socialwrap ul li {
    width: 50px;
    height: 40px;
  }
  .footer .footermenuwrap ul li a {
    font-size: 14px;
  }
  .footer .footerbottomwrap .copyrihgt {
    font-size: 12px;
  }
  .inner-wrapper {
    height: 480px;
    margin-top: 91px;
  }
  .inner-wrapper .banner_con h1 {
    margin-top: 30px;
  }
  .inner-wrapper .banner_con h1 span {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap.fwidth h4 {
    font-size: 18px;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap.fwidth h4::before {
    top: -35px;
    width: 28px;
  }
  .inner-wrapper .banner_con .box .bannertestiwrap .rating {
    width: 100px;
  }
  .inner-wrapper.short {
    height: 200px;
  }
  .inner-wrapper.short .banner_con h1 {
    margin-top: 50px;
  }
  .sttorneywrap::before {
    width: 300px;
    display: none;
  }
  .sttorneywrap .textbox .rightwrap {
    width: 100%;
    padding-left: 0px;
  }
  .sttorneywrap .textbox .rightwrap .imgboxright {
    float: left;
    width: 100%;
    padding: 15px 0 0 15px;
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .sttorneywrap .textbox .rightwrap .imgboxright::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    background-color: #215996;
    z-index: -1;
  }
  .sttorneywrap .textbox .rightwrap .logowrap ul li {
    width: 100%;
    padding: 0 0px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap {
    padding: 20px 0px 40px 0px;
    margin: 40px 0;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background-color: #25568E;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap .textbox h5 {
    font-size: 14px;
  }
  .sttorneywrap .textbox .rightwrap .septestimonialwrap ul.slick-dots {
    bottom: 8px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap h6 {
    margin: 30px 0 20px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list {
    width: 100%;
    padding: 10px 0px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list:nth-child(3n+1) {
    padding-right: 0px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list:nth-child(3n+1) {
    padding-left: 0px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box .borderbox {
    padding: 20px 10px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box .borderbox .leftbox h5 {
    font-size: 22px;
  }
  .sttorneywrap .textbox .rightwrap .injurylistboxwrap .boxtop .list .box .borderbox .leftbox p {
    font-size: 16px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom h4 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox h6 {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox h6::before {
    top: 7px;
    left: -4px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox h6::after {
    height: 26px;
  }
  .sttorneywrap .textbox .rightwrap .boxbottom .listbox .list .box .borderbox .leftbox h5 {
    font-size: 18px;
  }
  .sttorneywrap .textbox .leftwrap {
    margin-top: 20px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail {
    width: 100%;
    padding: 30px 15px 0;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom h4 {
    font-size: 24px;
    padding: 0 0 20px 20px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom h4::before {
    left: -4px;
    top: 23px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom h4::after {
    top: 12px;
    height: 34px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom .listbox h6 {
    font-size: 18px;
  }
  .sttorneywrap .textbox .leftwrap .socialdetail .boxbottom .listbox h6::before {
    top: 4px;
  }
  .pdtb80 {
    padding: 60px 0;
  }
  .personalinjwrap h4 {
    margin-bottom: 10px;
  }
  .personalinjwrap h2 {
    margin-bottom: 20px;
  }
  .personalinjwrap ul {
    padding: 0 0px;
  }
  .personalinjwrap ul li {
    width: 100%;
    padding: 0px 0px 10px;
  }
  .personalinjwrap ul li .box {
    padding: 30px 15px;
  }
  .personalinjwrap ul li .box h3 {
    font-size: 26px;
  }
  .personalinjwrap ul li .box h5 {
    padding: 5px 0 0;
    font-size: 16px;
  }
  .personalinjwrap ul li:last-child {
    padding-bottom: 0px;
  }
  .defensewrap h6 {
    line-height: 160%;
  }
  .contact-box-wrap .toughboxwrap {
    padding: 0 0px;
  }
  .contact-box-wrap .toughboxwrap .textbox {
    padding: 30px 20px 0 20px;
  }
  .contact-box-wrap .toughboxwrap .textbox::after, .contact-box-wrap .toughboxwrap .textbox::before {
    height: 3px;
    width: calc(50% - 107px);
  }
  .contact-box-wrap .toughboxwrap .textbox h2 {
    font-size: 32px;
  }
  .contact-box-wrap .toughboxwrap .textbox h4 {
    font-size: 18px;
    padding: 15px 0;
  }
  .contact-box-wrap .toughboxwrap .textbox p {
    font-size: 16px;
    padding: 10px 0 0;
  }
  .contact-box-wrap .toughboxwrap .textbox .btnbox {
    margin-bottom: -28px;
  }
  .contact-box-wrap .toughboxwrap .textbox .btnbox .btn-main {
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
  }
  .blog-wrapper .sidebar .Categories .posts .list .text h3 {
    font-size: 16px;
  }
  .blog-wrapper .sidebar .Categories h4 {
    font-size: 22px;
  }
  .btn-main {
    height: 50px;
    line-height: 50px;
  }
  .casewrap .boxwrap .detailwrap .resultwrap h6 {
    font-size: 16px;
  }
  body.single-post .banner_con p.new-title {
    margin-top: 50px;
    font-size: 30px;
  }
  body.single-post .banner_con p.new-title span {
    letter-spacing: 2px;
  }
  .areadetailwrap .leftwrap .area-left .bottom-wrap h2 {
    font-size: 22px;
  }
}
@media (max-width: 374px) {
  .container {
    padding: 0 15px !important;
  }
}
/*  Responsive End *//*# sourceMappingURL=style.css.map */