*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a:hover{
    text-decoration: none !important;
}


/* banner section start */
.tjc-banner-section{
    background: #0A1C87;
    position: relative;
}

.tjc-banner-section .tjc-banner-content-wapper{
    max-width: 502px;
    padding: 64px 0 56px 0;
    position: relative;
    z-index: 1;
}
.tjc-banner-section .tjc-banner-content-wapper h1{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 38px;
    line-height: 110%;
    color: #FFFFFF;
    margin: 0;
    padding-bottom: 16px;
}
.tjc-banner-section .tjc-banner-content-wapper hr{
    max-width: 288px;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.25);
    margin-bottom: 24px;
}
.tjc-banner-section .tjc-banner-content-wapper p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0;
    padding-bottom: 32px;
}
.tjc-banner-section .tjc-banner-content-wapper .your-rights-btn, .tjc-banner-section .tjc-banner-content-wapper .get-review-btn{
    display: flex;
}
.tjc-banner-section .tjc-banner-content-wapper .get-review-btn a{
    width: 264px;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FC9E11;
    border-radius: 28px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 16px;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
}
.tjc-banner-section .tjc-banner-content-wapper .get-review-btn a span{
    position: relative;
    z-index: 1;
}
.tjc-banner-section .tjc-banner-content-wapper .get-review-btn a::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #262626;
    transition: left 0.8s ease;
}
.tjc-banner-section .tjc-banner-content-wapper .get-review-btn a:hover::before{
    left: 0;
}
.tjc-banner-section .tjc-banner-content-wapper .your-rights-btn{
    max-width: 264px;
}
.tjc-banner-section .tjc-banner-content-wapper .your-rights-btn a{
    margin: 0 auto;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.tjc-banner-section .tjc-banner-content-wapper .your-rights-btn a span img{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
/* banner section end */

/* partner section start */

.partner-section .partner-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 46px 0;
}
.partner-section .partner-inner .partner-text{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 24px;
    line-height: 37.2px;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.partner-section .partner-inner .partner-img img{
    width: 100%;
    max-width: 800px;
}
.partner-section .partner-inner .partner-img img.partner-m{
    display: none;
}

/* partner section end */

/*  About The Justice Collaborative section start */

.about-the-justice-section {
	padding: 48px 0 56px 0;
	overflow: hidden;
}
.about-the-justice-section .about-the-justice-inner-wapper{
    max-width: 1028px;
    margin: 0 auto;
    padding-top: 48px;
    position: relative;
}

.about-the-justice-section .about-the-justice-inner-wapper h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 110%;
    text-align: center;
    color: #262626;
    margin: 0;
    padding-bottom: 16px;
}
.about-the-justice-section .about-the-justice-inner-wapper .about-tagline{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 110%;
    text-align: center;
    color: #262626;
    margin: 0;
    padding-bottom: 16px;
}
.about-the-justice-section .about-the-justice-inner-wapper p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #262626;
    margin: 0;
    padding-bottom: 40px;
}
.about-the-justice-section .about-the-justice-inner-wapper .read-more-about-btn{
    display: flex;
}
.about-the-justice-section .about-the-justice-inner-wapper .read-more-about-btn a{
    margin: 0 auto;
    width: 264px;
    padding: 16px 0;
    background: #2563EB;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-the-justice-section .about-the-justice-inner-wapper .read-more-about-btn a span{
    position: relative;
    z-index: 1;
}
.about-the-justice-section .about-the-justice-inner-wapper .read-more-about-btn a::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #262626;
    transition: left 0.8s ease;
}
.about-the-justice-section .about-the-justice-inner-wapper .read-more-about-btn a:hover::before{
    left: 0;
}
/*  About The Justice Collaborative section end */

/* Get in Touch section start */

.get-in-touch-section{
    padding: 44px 0;
    background: rgba(37, 99, 235, 0.1);
}
.get-in-touch-inner-wapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.get-in-touch-input-field-wapper {
	max-width: 927px;
	width: 100%;
}
.get-in-touch-section .get-in-touch-inner-wapper form{
  display: flex;
	align-items: center;
	justify-content: unset;
}
.get-in-touch-section form .forminator-row:nth-child(2) {
	margin-right: 15px !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 16px !important;
	margin-bottom: 0 !important;
}
.get-in-touch-section .get-in-touch-inner-wapper .get-in-touch-title h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 110%;
    color: #0A1C87;
    margin: 0;
    padding: 0;
}
.get-in-touch-input-field-wapper .forminator-row {
margin-bottom: 0 !important;
	width: 286px !important;
}
.get-in-touch-input-field-wapper .get-in-touch-btn::after{
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}
.get-in-touch-input-field-wapper .forminator-row{
    margin-bottom: 0 !important;
}
.get-in-touch-section .get-in-touch-inner-wapper form .forminator-row input{
    width: 100% !important;
  height: 56px !important;
  background: #FFFFFF !important;
  border: 1px solid rgba(37, 99, 235, 0.2) !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  font-family: 'Roboto' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 21px !important;
  color: #828282;
}
.get-in-touch-section .get-in-touch-inner-wapper form .get-in-touch-input-field-wapper{
    display: flex;
    gap: 16px;
}
.get-in-touch-section .get-in-touch-inner-wapper form .get-in-touch-input-field-wapper .get-in-touch-left-input-field{
    width: 286px;
}
.get-in-touch-section .get-in-touch-inner-wapper form .get-in-touch-input-field-wapper .get-in-touch-right-input-field{
    width: 286px;
}
.get-in-touch-section .get-in-touch-inner-wapper form .get-in-touch-input-field-wapper .get-in-touch-left-input-field .form-group.mb-16{
    margin-bottom: 16px;
}
.get-in-touch-section .get-in-touch-inner-wapper form .get-in-touch-input-field-wapper .get-in-touch-left-input-field input{
    width: 100%;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-radius: 5px;
    box-shadow: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    color: #828282;
}
.get-in-touch-section .get-in-touch-inner-wapper form .get-in-touch-input-field-wapper .get-in-touch-right-input-field .form-group{
    height: 100%;
    margin: 0;
}
.get-in-touch-section .get-in-touch-inner-wapper form .get-in-touch-input-field-wapper .get-in-touch-right-input-field textarea{
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-radius: 5px;
    box-shadow: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    color: #828282;
}
.get-in-touch-section .get-in-touch-inner-wapper form .send-message-btn{
    display: flex;
}
.get-in-touch-section .get-in-touch-inner-wapper form .send-message-btn a{
    width: 208px;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #0A1C87;
    border-radius: 28px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}
.get-in-touch-section .get-in-touch-inner-wapper form .send-message-btn a span{
    position: relative;
    z-index: 1;
}
.get-in-touch-section .get-in-touch-inner-wapper form .send-message-btn a::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #262626;
    transition: left 0.8s ease;
}
.get-in-touch-section .get-in-touch-inner-wapper form .send-message-btn a:hover::before{
    left: 0;
}
.get-in-touch-section .get-in-touch-inner-wapper form .send-message-btn a img{
    width: 20px;
    height: 20px;
}
.get-in-touch-btn {
	width: 208px !important;
	padding: 16px 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center;
	gap: 8px;
	background: #0A1C87;
	border-radius: 28px !important;
	font-family: 'Roboto' !important;
	font-style: normal;
	font-weight: 700 !important;
	font-size: 20px !important;
	line-height: 21px !important;
	color: #FFFFFF;
	position: relative !important;
	overflow: hidden;
}
.forminator-button-submit::before{
    content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #262626;
  transition: left 0.8s ease;
}
.forminator-button-submit:hover::before {
	left: 0;
}
.forminator-button-submit span{
    position: relative;
    z-index: 3;
}
/*.forminator-button-submit button:hover,.forminator-button-submit input[type=button]:hover,.forminator-button-submit input[type=submit]:hover {*/
/*    background: #0A1C87 !important;*/
/*    color: #FFF !important;*/
/*    border: unset;*/
/*    text-decoration: none;*/
/*}*/
.get-in-touch-btn:hover{
      color: #FFF !important;
       background: #0A1C87 !important;
}
.get-in-touch-btn span:hover{
      color: #FFF !important;
}
.get-in-touch-section form .forminator-row.forminator-row-last .forminator-col{
    margin: 0 0 0 auto !important;
}
.get-in-touch-section form .forminator-row.forminator-row-last{
    width: fit-content !important;
    margin: 0 0 0 auto !important;
}
/* Get in Touch section end */

/* Active Lawsuits section start */

.active-lawsuits-section{
    padding: 64px 0 72px 0;
}
.active-lawsuits-title h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 110%;
    text-align: center;
    color: #2563EB;
    margin: 0;
    padding-bottom: 16px;
}
.active-lawsuits-title p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #262626;
    margin: 0;
    padding-bottom: 64px;
}
.active-card-wapper{
    background: #FFF;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.active-card-wapper:hover{
    transform:scale(1.1);
}
.active-card-wapper .active-card-img{
    width: 100%;
}
.active-card-wapper .active-card-img img{
    width: 100%;
    max-height: 153px;
    height: 100%;
}
.active-card-wapper .active-card-inner{
    padding: 16px 20px 24px 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.active-card-wapper .active-card-inner .active-card-category a{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #2563EB;
    margin: 0 auto;
    width: fit-content;
    display: flex;
    text-transform:capitalize;
}
.active-card-wapper .active-card-inner p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #262626;
    margin: 0;
    padding-bottom: 15px;
}
.active-card-wapper .active-card-inner .check-rideshare-btn{
    display: flex;
	margin-top: auto;
	margin-bottom: 0;
}
.active-card-wapper .active-card-inner .check-rideshare-btn a{
    max-width: 208px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    background: #0A1C87;
    border-radius: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}
.active-card-wapper .active-card-inner .check-rideshare-btn a span{
    position: relative;
    z-index: 1;
}
.active-card-wapper .active-card-inner .check-rideshare-btn a::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #262626;
    transition: left 0.8s ease;
}
.active-card-wapper .active-card-inner .check-rideshare-btn a:hover::before{
    left: 0;
}
/* Active Lawsuits section end */

/* Why Choose Us section start */

.why-choose-section{
    padding: 56px 0 96px 0;
    background: rgba(37, 99, 235, 0.1);
}
.why-choose-section > .container > .row{
    align-items: center;
}
.why-choose-inner h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 38px;
    line-height: 110%;
    color: #262626;
    margin: 0;
    padding-bottom: 16px;
}
.why-choose-inner p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #262626;    
    margin: 0;
    padding-bottom: 40px;
}
.why-choose-inner .get-free-case-btn{
    display: flex;
}
.why-choose-inner .get-free-case-btn a{
    width: 264px;
    background: #FC9E11;
    border-radius: 28px;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}
.why-choose-inner .get-free-case-btn a span{
    position: relative;
    z-index: 1;
}
.why-choose-inner .get-free-case-btn a::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #262626;
    transition: left 0.8s ease;
}
.why-choose-inner .get-free-case-btn a:hover::before{
    left: 0;
}
.why-choose-section > .container > .row > .col-lg-8 > .row{
    row-gap: 32px;
}
.why-choose-personal-card{
    background: #FFFFFF;
    border: 2px solid rgba(37, 99, 235, 0.15);
    border-radius: 8px;
    height: 100%;
    padding: 24px;
    transition: all 0.5s ease-in-out;
}
.why-choose-personal-card:hover{
    transform: scale(1.1);
}
.why-choose-personal-card a{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #2563EB;
    margin-bottom: 8px;
    display: flex;
}
.why-choose-personal-card p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #262626;
    margin: 0;
    padding: 0;
}
/* Why Choose Us section end */

/* We Know whats section start */
.we-know-what-section{
    background: #0A1C87;
    position: relative;
}
.we-know-what-section::after {
	content: '';
	position: absolute;
	width: 42%;
	height: 100%;
	background: url(../img/weknow2.png);
	top: 0;
	left: 0;
	background-position: center;
	background-size: cover;
}
.we-know-what-section .we-know-what-inner-wapper{
    max-width: 515px;
    margin: 0 0 0 auto;
    padding: 68px 0;
    position: relative;
    z-index: 1;
}
.we-know-what-section .we-know-what-inner-wapper h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 38px;
    line-height: 48px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0;
    padding-bottom: 16px;
}
.we-know-what-section .we-know-what-inner-wapper p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    margin: 0;
    padding-bottom: 40px;
}
.we-know-what-section .we-know-what-inner-wapper .request-free-btn{
    display: flex;
}
.we-know-what-section .we-know-what-inner-wapper .request-free-btn a{
    width: 280px;
    background: #FC9E11;
    border-radius: 28px;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 16px;
    overflow: hidden;
}
.we-know-what-section .we-know-what-inner-wapper .request-free-btn a span{
    position: relative;
    z-index: 1;
}
.we-know-what-section .we-know-what-inner-wapper .request-free-btn a::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #262626;
    transition: left 0.8s ease;
}
.we-know-what-section .we-know-what-inner-wapper .request-free-btn a:hover::before{
    left: 0;
}
.we-know-what-section .we-know-what-inner-wapper .handled-experts-btn{
    display: flex;
    max-width: 280px;
}
.we-know-what-section .we-know-what-inner-wapper .handled-experts-btn a{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    display: flex;
    margin: 0 auto;
    align-items: center;
    gap: 8px;
}
/* We Know whats section end */

/* What Our Customers section start */

.what-our-customers-section{
    padding: 72px 0;
}
.what-our-customers-section .what-our-customers-wapper{
    max-width: 640px;
    margin: 0 auto;
}
.what-our-customers-section .what-our-customers-wapper .what-our-customers-title h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 38px;
    line-height: 110%;
    text-align: center;
    color: #2563EB;
    margin: 0;
    padding-bottom: 40px;
}

.what-our-customers-card{
    position: relative;
}
.what-our-customers-card::before{
    content: "\f10d";
    color: rgba(37, 99, 235, 0.05);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    font-size: 200px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.what-our-customers-card .what-our-customers-card-img{
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin: 0 auto;
}
.what-our-customers-card .what-our-customers-card-img img{
    width: 100%;
    height: 100%;
}
.what-our-customers-card .what-our-customers-card-inner h3{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #262626;
    margin: 0;
    padding: 8px 0 16px 0;
}
.what-our-customers-card .what-our-customers-card-inner p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #262626;
    margin: 0;
    padding-bottom: 16px;
}
.a-star-rating-card{
    display: flex;
}
.a-star-rating {
	unicode-bidi: bidi-override;
	direction: ltr;
	font-size: 18px;
	margin: 0 auto;
}

.a-star-rating span.star {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 400;
	font-style: normal;
	display: inline-block;
}

.a-star-rating span.star:before {
	content: "\f005";
	padding-right: 5px;
	color: #2563EB;
}

.a-star-rating span.star.filled:before {
	color: #2563EB;
	content: "\f005";
	font-weight: 900;
}

.a-star-rating span.star.half-filled:before {
	content: "\f089";
	color: #2563EB;
}

.a-star-rating span.star.half-filled:after {
	content: "\f005";
	color: #2563EB;
	margin-left: -23px;
}
.what-our-customers-card .what-our-customers-card-inner .victim_type{
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #262626;
    margin: 0;
    text-align: center;
    padding-top: 6px;
}
#h-what-our-customers .owl-nav .owl-prev, #h-what-our-customers .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #0A1C87;
    font-size: 30px;
}
#h-what-our-customers .owl-nav .owl-prev{
    left: -162px;
}
#h-what-our-customers .owl-nav .owl-next{
    right: -162px;
}
#h-what-our-customers .owl-nav button:focus{
    outline: none;
}
/* What Our Customers section end */

/* Got a Question section start */

.got-question-section{
    position: relative;
    padding-bottom: 169px;
}



.got-question-inner-wapper{
    max-width: 816px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 40px 28px 48px 48px;
    display: flex;
    align-items: center;
    gap: 80px;
    position: relative;
}
.got-question-inner-wapper::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 76%;
    background: rgba(37, 99, 235, 0.2);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
}
.got-question-inner-wapper .got-question-inner-left-wapper, .got-question-inner-wapper .got-question-inner-right-wapper{
    width: 50%;
}
.got-question-inner-wapper .got-question-inner-left-wapper form .got-question-inner-left-title h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 34px;
    line-height: 110%;
    color: #262626;
    margin: 0;
    padding-bottom: 32px;
}
.got-question-inner-wapper .got-question-inner-left-wapper form .form-group{
    margin-bottom: 16px;
}
.got-question-inner-wapper .got-question-inner-left-wapper .forminator-field input{
    width: 100%;
    height: 56px !important;
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-radius: 5px;
    font-family: 'Roboto' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 23px;
    color: #828282 !important;
}
.got-question-inner-wapper .got-question-inner-left-wapper form .form-group input{
    width: 100%;
    height: 56px;
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-radius: 5px;
    font-family: 'Roboto' ;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #828282 ;
}
.got-question-inner-wapper .got-question-inner-left-wapper .forminator-field input:focus{
    outline: none;
    box-shadow: none;
}
.got-question-inner-wapper .got-question-inner-left-wapper .forminator-field textarea{
    width: 100%;
    border: 1px solid rgba(37, 99, 235, 0.2) !important;
    border-radius: 5px;
    font-family: 'Roboto' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 23px;
    color: #828282 !important;
}
.got-question-inner-wapper .got-question-inner-left-wapper .forminator-field textarea:focus{
    outline: none;
    box-shadow: none;
}
.got-question-inner-wapper .got-question-inner-left-wapper form .forminator-button.forminator-button-submit.got-a-que-btn{
    display: flex;
    margin-top: 16px;
}
.got-question-inner-wapper .got-question-inner-left-wapper .forminator-button.forminator-button-submit.got-a-que-btn{
    width: 208px;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2563EB !important;
    border-radius: 28px;
    font-family: 'Roboto' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 23px !important;
    color: #FFFFFF !important;
    position: relative;
    overflow: hidden;
}
.got-question-inner-wapper .got-question-inner-left-wapper form .send-message-btn a span{
    position: relative;
    z-index: 1;
}
.got-question-inner-left-wapper .got-a-que-btn:hover{
    	color: #FFFFFF !important;
}
.got-question-inner-wapper .got-question-inner-left-wapper .forminator-button.forminator-button-submit.got-a-que-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #262626;
	transition: left 0.8s ease;
	color: #FFFFFF !important;
}
.got-question-inner-wapper .got-question-inner-left-wapper .forminator-button.forminator-button-submit.got-a-que-btn:hover::before{
    left: 0;
     color: #FFFFFF !important;
}
.got-question-inner-right-wapper .email-card-wapper{
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}
.got-question-inner-right-wapper .email-card-wapper:last-child{
    margin-bottom: 0;
}
.got-question-inner-right-wapper .email-card-wapper .email-card-img{
    width: 32px;
    min-width: 32px;
}
.got-question-inner-right-wapper .email-card-wapper .email-card-img img{
    width: 100%;
}
.got-question-inner-right-wapper .email-card-wapper .email-card-inner .info-type{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 110%;
    color: #262626;
    margin: 0;
    padding-bottom: 4px;
}
.got-question-inner-right-wapper .email-card-wapper .email-card-inner a, .got-question-inner-right-wapper .email-card-wapper .email-card-inner p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    color: #828282;
    margin: 0;
    padding: 0;
    display: flex;
}
/* Got a Question section end */
.fl-page-content .container.w-1240 {
    width: 100% !important;
    max-width: 1240px;
    padding:0 !important;
  }


@media (max-width:1199px){
    /* banner section start */
    .tjc-banner-section::after {
        width: 46%;
        background-position: center;
    }
    /* banner section end */
    /* partner section start */
    .partner-section .partner-inner .partner-img img {
        max-width: 710px;
    }
    /* partner section end */
    /* Get in Touch section start */
    .get-in-touch-section .get-in-touch-inner-wapper form .get-in-touch-input-field-wapper .get-in-touch-left-input-field {
        width: 250px;
    }
    .get-in-touch-section .get-in-touch-inner-wapper form .get-in-touch-input-field-wapper .get-in-touch-right-input-field {
        width: 250px;
    }
    .get-in-touch-input-field-wapper {
    	max-width: 800px;
    	width: 100%;
    }
    .get-in-touch-section form .forminator-row:nth-child(2) {
    	margin-right: 0px !important;
    	gap: 16px !important;
    }
    /* Get in Touch section end */
}
@media (max-width:991px){
    .partner-section .partner-inner {
    	max-width: fit-content;
    }
    /* banner section start */
    	.fl-page-content .container.w-1240 {
       padding-right: 5% !important;
        padding-left: 5% !important;
      }
    .tjc-banner-section::after {
        width: 100%;
        mix-blend-mode: soft-light;
    }
    /* banner section end */
    /* partner section start */
    .partner-section .partner-inner .partner-img img.partner-m {
        display: block;
    }
    .partner-section .partner-inner .partner-img img.partner-d {
        display: none;
    }
    /* partner section end */
    /* Get in Touch section start */
    .get-in-touch-section .get-in-touch-inner-wapper form .get-in-touch-input-field-wapper .get-in-touch-left-input-field {
        width: 286px;
    }
    .get-in-touch-section .get-in-touch-inner-wapper form .get-in-touch-input-field-wapper .get-in-touch-right-input-field {
        width: 286px;
    }
    .get-in-touch-section .get-in-touch-inner-wapper form {
        flex-direction: column;
        gap: 30px;
    }
    .get-in-touch-inner-wapper {
	display: flex;
	align-items: center;
	justify-content: unset;
	flex-direction: column;
	gap: 30px;
    }
    .get-in-touch-section form .forminator-row:nth-child(2) {
	margin-right: 0px !important;
	gap: 0px !important;
    }
    .get-in-touch-input-field-wapper .forminator-row {
    	margin-bottom: 0 !important;
    	width: 100% !important;
    	margin: 0 !important;
    }
    .get-in-touch-btn {
    	margin: 0 auto !important;
    }
    /* Get in Touch section end */
    /* Active Lawsuits section start */
    .active-lawsuits-section .row{
        row-gap: 30px;
    }
    .active-lawsuits-title p {
        padding-bottom: 0px;
    }
    .active-card-wapper .active-card-img img{
        width: 100%;
        max-height: 175px;
        height: 100%;
    }
    /* Active Lawsuits section end */
    /* Why Choose Us section start */
    .why-choose-section > .container > .row {
        row-gap: 32px;
    }
    .why-choose-section > .container > .row > .col-lg-8 > .row {
        row-gap: 24px;
    }
    /* Why Choose Us section end */
    /* We Know whats section start */
    .we-know-what-section::after {
        width: 100%;
        mix-blend-mode: soft-light;
    }
    /* We Know whats section end */
    /* What Our Customers section start */
    #h-what-our-customers .owl-nav .owl-prev {
        left: -50px;
    }
    #h-what-our-customers .owl-nav .owl-next {
        right: -50px;
    }

    /* What Our Customers section end */
    /* Got a Question section start */
    .got-question-section {
        padding-top: 50px;
    }
    .got-question-section::before {
        width: 100%;
        height: 100%;
    }
    .got-question-inner-wapper {
        gap: 40px;
        flex-direction: column;
    }
    .got-question-inner-wapper .got-question-inner-left-wapper, .got-question-inner-wapper .got-question-inner-right-wapper {
        width: 100%;
    }
    .got-question-inner-wapper::before {
        width: 0px;
        height: 0;
        display: none;
    }
    .got-question-inner-wapper {
        padding: 20px;
    }
    /* Got a Question section end */
}
@media (max-width:767px){
    /* partner section start */
    .partner-section .partner-inner {
        flex-direction: column;
    }
    /* partner section end */
    /*  About The Justice Collaborative section start */
    .about-the-justice-section .about-the-justice-inner-wapper::before {
        width: 358px;
        height: 141px;
    }
    /*  About The Justice Collaborative section end */
    /* Get in Touch section start */
    .get-in-touch-section .get-in-touch-inner-wapper form .get-in-touch-input-field-wapper .get-in-touch-left-input-field {
        width: 100%;
    }
    .get-in-touch-section .get-in-touch-inner-wapper form .get-in-touch-input-field-wapper .get-in-touch-right-input-field {
        width: 100%;
    }
    .get-in-touch-section .get-in-touch-inner-wapper form .get-in-touch-input-field-wapper {
        flex-direction: column;
        width: 100%;
    }
    .get-in-touch-section .get-in-touch-inner-wapper form {
        gap: 16px;
    }
    .get-in-touch-section form .forminator-row:nth-child(2) {
    	margin-right: 0px !important;
    	gap: 0px !important;
    }
    .get-in-touch-section form .forminator-row.forminator-row-last{
        margin:0px !important;
    }
    /* Get in Touch section end */
    /* Active Lawsuits section start */
    
    .active-card-wapper .active-card-img img{
        max-height: 200px;
    }
    .active-card-wapper:hover {
        transform: scale(1.04);
    }
    /* Active Lawsuits section end */
    /* Why Choose Us section start */
    .why-choose-section {
        padding: 50px 0;
    }
    .why-choose-section > .container > .row {
        row-gap: 30px;
    }
    .why-choose-section > .container > .row > .col-lg-8 > .row {
        row-gap: 20px;
    }
    .why-choose-personal-card:hover {
        transform: scale(1.04);
    }
    /* Why Choose Us section end */
     /* What Our Customers section start */
     .what-our-customers-section {
        padding: 40px 0;
    }
     #h-what-our-customers .owl-nav .owl-prev {
        position: static;
        transform: unset;
    }
    #h-what-our-customers .owl-nav .owl-next {
        position: static;
        transform: unset;
    }
    #h-what-our-customers .owl-nav{
        margin-top: 20px;
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    /* What Our Customers section end */
}
