
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url("https://d1p6fkkagf8r17.cloudfront.net/css/ABC123DEF456.css");

/*=============== basic css ===============*/

body {
	background-color: white;
	margin: 0px;
	overflow-x: hidden !important;
	font-family: 'Inter', sans-serif;
	scroll-behavior: smooth !important;
}


*{
	margin: 0px;
}

p{
	margin: 0px;

}

a{
    margin: 0px;
    text-decoration: none;
    color: #F1D265;
}
 
a:hover{
    color: #F1D265;
    text-decoration: none;
}


.row{
	margin-right: 0px;
	margin-left: 0px;
}

ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

img{
	width: 100%;
	height: 100%;
}

h1, h2, h3, h4, h5, h6{
	margin: 0px;
}

button{
	outline: none;
}

input{
	outline: none !important;
}

textarea{
	outline: none;
}

select{
	outline: none;
}

option{
	outline: none;
}
a:hover {
    text-decoration: none !important;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.container {
    max-width: 1199px;
}

@media only screen and (min-width: 1500px) {
	
}

button.main-btn-black {
    width: fit-content;
    border: 1px solid white;
    line-height: 50px;
    padding: 0px 30px;
    border-radius: 30px;
    background-color: transparent;
    color: white;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    height: 50px;
    transition: 0.5s;
    cursor: pointer;
}
 
button.main-btn-black:hover {
    background-color: #F1D265;
    color: black;
}

button.main-btn-white {
	width: fit-content;
    border: 1px solid white;
    line-height: 50px;
    padding: 0px 30px;
    border-radius: 30px;
    color: black;
	background-color: white;
	outline: none;
	font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    height: 50px;
}

/*=============== /basic css ===============*/

/*=============== font css ===============*/



/*=============== /font css ===============*/

/*=============== main css ===============*/

/* ====================== home page ====================== */

/* header css */
header {
    padding: 20px 0 15px 0;
	position: relative;
	z-index: 1;
}

header::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: white;
    position: absolute;
    right: 0px;
    bottom: 0;
	opacity: 0.2;
}

header div.header-sec {
    justify-content: space-between;
}

header div.header-sec .header-nav ul {
    display: flex;
    gap: 40px;
}

header div.header-sec .header-nav ul li {
	position: relative;
}

header div.header-sec .header-nav ul li a {
	font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
	line-height: 100%;
	transition: 0.3s ease;
}

header div.header-sec .header-nav ul li a:hover {
    color: #F1D265;
}

header div.header-sec .header-nav ul li a.active {
    color: #F1D265;
}

header div.header-sec .header-nav ul li a::after {
    content: "";
    width: 0px;
    height: 3px;
    background-color: #F1D265;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    border-radius: 10px;
	transition: 0.3s ease;
}

header div.header-sec .header-nav ul li a:hover::after {
    width: 19px;
}

header div.header-sec .header-nav ul li a.active::after {
    width: 19px;
}

.sidenav-content {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background-color: #004467;
	overflow-x: hidden;
	transition: 0.5s;
}

button.sidebar-btn {
    border: 0px;
    background-color: transparent;
    color: white;
    font-size: 30px;
}

button.closebtn {
    position: absolute;
    right: 10px;
    top: 2px;
    border: 0px;
    color: white;
    background-color: transparent;
    padding: 0px;
    line-height: normal;
    font-size: 30px;
}

ul.sidebar-list {
    padding: 15px;
}

ul.sidebar-list li a {
    width: 100%;
    font-size: 20px;
    display: inline-block;
    padding: 10px 5px;
    color: white;
}

.sidebar-logo {
    width: 150px;
    margin: 20px 0px 0px 20px;
}

/* /header css */

/* banner css */
.banner-sec {
    position: relative;
    padding: 250px 0px 250px;
    margin-top: -100px;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.banner-sec::before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: white;
	position: absolute;
	left: 100px;
	top: 0;
	opacity: 0.2;
}

.banner-sec::after {
	content: "";
	width: 1px;
	height: 100%;
	background-color: white;
	position: absolute;
	right: 100px;
	top: 0;
	opacity: 0.2;
}

.banner-sec div.banner-wrapper::before {
    content: "";
    width: 100%;
    height: 30px;
    background-color: transparent;
    position: absolute;
    right: 0px;
    bottom: 100px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
	opacity: 0.2;
}

.banner-sec div.banner-wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #00203a9e;
    z-index: -1;
}

.banner-sec div.banner-wrapper h1 {
    font-size: 74px;
    color: white;
    width: 100%;
    max-width: 60%;
    line-height: 100%;
    margin-bottom: 30px;
    font-family: "Pratt Nova Light", serif;
    font-weight: 300;
    text-transform: capitalize;
}

.banner-sec div.banner-wrapper p {
    color: white;
    line-height: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    max-width: 75%;
}

.banner-sec div.banner-wrapper .banner-email-phone {
    gap: 30px;
	margin-bottom: 30px;
}

.banner-sec div.banner-wrapper .banner-email-phone img {
    width: 36px;
    margin-right: 10px;
}

.banner-sec div.banner-wrapper .banner-email-phone a {
    font-size: 18px;
	line-height: 100%;
	font-weight: 400;
	color: white;
}

.banner-sec div.banner-wrapper div.banner-btn {
    gap: 30px;
}

.banner-sec .scroll-div {
    width: 190px;
    height: 190px;
    border: 1px solid white;
    border-radius: 50%;
    position: absolute;
    right: 130px;
    bottom: 170px;
    cursor: pointer;
}

.banner-sec .scroll-div p {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 0px !important;
    font-size: 20px !important;
    text-transform: capitalize;
}

.banner-sec .scroll-div img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* /banner css */

/* heading css */
.heading-sec {
	margin-bottom: 30px;
}

.heading-sec div.heading-text h3 {
    font-size: 54px;
    color: white;
    font-family: "Pratt Nova Light", serif;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 100%;
}
.heading-sec div.heading-text p {
    font-size: 17px;
    color: white;
    font-weight: 400;
    line-height: 26px;
}

.heading-sec div.heading-button a img {
	width: 45px;
    height: 45px;
    padding: 13px;
    object-fit: contain;
    background-color: #F1D265;
    border-radius: 50%;
    margin-right: 15px;
}

.heading-sec div.heading-button a span {
	font-size: 18px;
    color: #F1D265;
    font-weight: 500;
    line-height: 100%;
}
/* /heading css */

/* who we help css */
.who-we-help-sec {
    padding: 50px 0px;
    background-color: #00203A;
	color: white;
}

.who-we-help-sec div.who-we-help-item {
    padding: 18px;
    border: 1px solid #F1D265;
}

.who-we-help-sec div.who-we-help-item img {
    height: 270px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}

.who-we-help-sec div.who-we-help-item h5 {
	font-size: 30px;
    font-family: "Pratt Nova Light", serif;
    font-weight: 300;
    margin-bottom: 15px;
}

.who-we-help-sec div.who-we-help-item p {
	font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 20px;
}

.who-we-help-sec div.who-we-help-item a {
    display: flex;
    align-items: center;
}

.who-we-help-sec div.who-we-help-item a img {
	width: 45px;
    height: 45px;
    padding: 13px;
    object-fit: contain;
    background-color: #F1D265;
    border-radius: 50%;
    margin-right: 15px;
	margin-bottom: 0px;
}

.who-we-help-sec div.who-we-help-item span {
	font-size: 18px;
    color: #F1D265;
    font-weight: 500;
    line-height: 100%;
}

.who-we-help-sec .swiper.who-we-help-slider {
    padding-bottom: 70px;
}

.who-we-help-sec span.swiper-pagination-bullet {
	background: #D9D9D9;
}

.who-we-help-sec span.swiper-pagination-bullet-active {
    background: #F1D265;
}
/* /who we help css */

/* Why litigation funding css */
.why-litigation-funding-sec {
    background-color: #FEF8E5;
    padding: 80px 0px;
}

.why-litigation-funding-sec .heading-sec .heading-text h3 {
	color: #000;
}

.why-litigation-funding-sec .heading-sec .heading-text p {
	color: #464646;
	width: 60%;
    margin: auto;
}

.why-litigation-funding-sec div.why-litigation-funding-wrapper div.why-litigation-funding-item {
    margin-bottom: 20px;
}

.why-litigation-funding-sec div.why-litigation-funding-wrapper div.why-litigation-funding-item img {
	height: 190px;
    width: 190px;
    object-fit: contain;
    margin-bottom: 20px;
}

.why-litigation-funding-sec div.why-litigation-funding-wrapper div.why-litigation-funding-item h6 {
	font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 100%;
}

.why-litigation-funding-sec div.why-litigation-funding-wrapper div.why-litigation-funding-item p {
	font-size: 12px;
    font-weight: 400;
    color: #64666C;
    line-height: 18px;
}
/* /Why litigation funding css */

/* blog css */
.blog-sec {
    padding: 50px 0px;
    background-color: #00203A;
    color: white;
}

.blog-sec .blog-wrspper {
	margin-top: 40px;
}

.blog-sec .blog-wrspper .blog-item .blog-item-img-heading {
    position: relative;
}

.blog-sec .blog-wrspper .blog-item .blog-item-img-heading img {
    height: 272px;
    width: 100%;
    object-fit: cover;
}

.blog-sec .blog-wrspper .blog-item .blog-item-heading {
    background-color: #00203a;
    width: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 15px 0 0;
}

.blog-sec .blog-wrspper .blog-item p {
    font-size: 12px;
    line-height: 19px;
    font-weight: 400;
    padding: 15px 15px 0 0;
}

.blog-sec .blog-wrspper .blog-item a span {
	font-size: 18px;
    color: #F1D265;
    font-weight: 500;
    line-height: 100%;
}

.blog-sec .blog-wrspper .blog-item a img {
    width: 45px;
    height: 45px;
    padding: 13px;
    object-fit: contain;
    background-color: #F1D265;
    border-radius: 50%;
    margin-right: 15px;
    margin-bottom: 0px;
}

.blog-sec .blog-wrspper .blog-item .blog-item-heading div p {
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

.blog-sec .blog-wrspper .blog-item .blog-item-heading div p img {
	width: 15px;
    height: 15px;
}

.blog-sec .blog-wrspper .blog-item .blog-item-heading h6 {
	font-size: 21px;
    line-height: 32px;
    font-weight: 300;
    font-family: "Pratt Nova Light", serif;
}

.blog-sec .blog-wrspper .blog-item .blog-item-heading p.date-p {
    width: 75px;
    height: 75px;
    text-align: center;
    background-color: #f1d265;
    color: black;
    font-size: 33px;
    line-height: 27px;
    font-family: "Pratt Nova Light", serif;
    position: absolute;
    top: -30px;
    right: -30px;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

.blog-sec .blog-wrspper .blog-item .blog-item-heading p.date-p span {
    font-size: 22px;
}

/* /blog css */

/* review css */

.review-sec {
	background-color: #FEF8E5;
    padding: 80px 0px;
}

.review-sec .heading-sec .heading-text h3 {
	color: #000;
}

.review-sec .review-wrapper .review-item {
    padding: 15px;
    background-color: white;
	margin-bottom: 30px;
}

.review-sec .review-wrapper .review-item .review-name {
	margin-bottom: 0px;
}

.review-sec .review-wrapper .review-item div {
	margin-bottom: 20px;
}

.review-sec .review-wrapper .review-item p {
	color: #3F4260;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
}

.review-sec .review-wrapper .review-item div img {
	width: 84px;
    height: 84px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}

.review-sec .review-wrapper .review-item div .review-name h6 {
	font-size: 20px;
    line-height: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}

.review-sec .review-wrapper .review-item div .review-name p {
	color: #5E5E5E;
	font-size: 14px;
	font-weight: 400;
}

/* /review css */

/* footer */

footer {
    background-color: #000000;
    color: white;
    padding: 20px 0;
}

footer .footer-wrapper p {
	font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #B8B8B8;
}

footer .footer-wrapper .footer-links {
    gap: 5px;
}

footer .footer-wrapper .footer-links p {
    font-size: 14px;
    line-height: 24px;
	color: white;
}

/* /footer */

.swiper {
    z-index: 0 !important;
}

/* ====================== /home page ====================== */

/* ====================== about page ====================== */

/* About Who We Help css */

.about-who-we-help-sec {
    padding: 100px 0px 120px 0px;
    background-color: #00203A;
    color: white;
    position: relative;
    z-index: 0;
}

.about-who-we-help-sec div.about-who-we-help-image {
    position: relative;
    z-index: 1;
}

.about-who-we-help-sec div.about-who-we-help-image::before {
    content: "";
    width: 390px;
    height: 390px;
    border: 1px solid #F1D265;
    position: absolute;
    left: -20px;
    bottom: -20px;
    z-index: -1;
}

.about-who-we-help-sec div.about-who-we-help-image img {
    width: 100%;
    height: 423px;
    object-fit: cover;
}

.about-who-we-help-sec div.about-who-we-help-content {
    padding-left: 20px;
}

.about-who-we-help-sec div.about-who-we-help-content h3 {
    font-size: 54px;
    font-family: "Pratt Nova Light", serif;
    margin-bottom: 20px;
    line-height: 100%;
}

.about-who-we-help-sec div.about-who-we-help-content p {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 50px;
}

.about-who-we-help-sec div.about-who-we-help-content a img {
    width: 45px;
    height: 45px;
    padding: 13px;
    object-fit: contain;
    background-color: #F1D265;
    border-radius: 50%;
    margin-right: 15px;
    margin-bottom: 0px;
}

.about-who-we-help-sec div.about-who-we-help-content a span {
    font-size: 18px;
    color: #F1D265;
    font-weight: 500;
    line-height: 100%;
}

/* /About Who We Help css */

/* claim now css */
.claim-now-sec {
    padding: 100px 0px;
    background-color: #00203a;
}

.claim-now-sec .claim-now-text p {
    color: #F1D265;
    font-size: 28px;
    margin-bottom: 30px;
    font-family: "Pratt Nova Light", serif;
    font-weight: 300;
}

.claim-now-sec .claim-now-text a {
    color: #F1D265;
}

.claim-now-sec .claim-now-form {
    border: 1px solid #F1D265;
    padding: 35px;
}

.claim-now-sec .claim-now-form h5 {
    font-size: 42px;
    line-height: 100%;
    font-family: "Pratt Nova Light", serif;
    color: white;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 300;
    text-align: center;
}

.claim-now-sec .claim-now-form .form-item label {
    width: 100%;
    font-size: 14px;
    color: white;
    line-height: 100%;
    margin-bottom: 10px;
    font-weight: 400;
}

.claim-now-sec .claim-now-form .form-item {
    margin-bottom: 15px;
}

.claim-now-sec .claim-now-form .form-item input {
    width: 100%;
    padding: 0px 15px;
    line-height: 42px;
    font-size: 14px;
    color: #F1D265;
    font-weight: 400;
    border: 1px solid #F1D265;
    background-color: transparent;
}

.claim-now-sec .claim-now-form .form-item input::placeholder {
    color: #F1D265;
}

.claim-now-sec .claim-now-form .form-item textarea {
    width: 100%;
    padding: 15px 15px;
    line-height: normal;
    font-size: 14px;
    color: #F1D265;
    font-weight: 400;
    border: 1px solid #F1D265;
    background-color: transparent;
}

.claim-now-sec .claim-now-form .form-item textarea::placeholder {
    color: #F1D265;
}

.claim-now-sec .claim-now-form .form-item button {
    width: 100%;
    line-height: 54px;
    padding: 0px;
    border: 0px;
    outline: none;
    background-color: #f1d265;
    font-size: 22px;
    font-weight: 500;
    color: #001729;
}

/* /claim now css */

.about-who-we-help-sec.client-consultancy-sec-1 div.about-who-we-help-image img  {
    height: 495px;
}

.about-who-we-help-sec.client-consultancy-sec-1 div.about-who-we-help-content p {
    margin-bottom: 0;
}

/* ====================== /about page ====================== */

/* ====================== client consultancy page ====================== */

.review-sec.why-choose-us-sec .review-wrapper .review-item div img {
    width: 72px;
    height: 72px;
}

.about-who-we-help-content li {
    padding: 15px 15px 15px 30px;
    border-bottom: 1px solid #17527F;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    position: relative;
}

.about-who-we-help-content li::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/teenyicons_tick-circle-solid.png);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
}

/* ====================== /client consultancy page ====================== */

/* ====================== Blog page ====================== */

.blog-item {
    margin-bottom: 30px;
}

.blog-pagination .blog-pagination-list a img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.blog-pagination .blog-pagination-list {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid white;
}

.blog-pagination .blog-pagination-list a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #1D405B;
    font-size: 14px;
    color: #C0C0C0;
    margin-left: 3.5px;
    margin-right: 3.5px;
    font-weight: 500;
}

.blog-pagination .blog-pagination-list a:hover {
    border: 1px solid #1D405B;
    background-color: #F1D265;
    color: #000;
}

.blog-pagination .blog-pagination-list a:hover img {
    filter: brightness(0) invert(0);
}

/* ====================== /Blog page ====================== */

/* ====================== contact page ====================== */

.contact-info-sec {
    padding: 100px 0px;
    background-color: #00203A;
}

.contact-info-item.text-center {
    padding: 24px;
    border: 1px solid white;
}

.contact-info-sec .contact-info-item img {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
}

.contact-info-sec .contact-info-item h4 {
    font-family: "Pratt Nova Light", serif;
    color: white;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 20px;
}

.contact-info-sec .contact-info-item p {
    font-size: 16px;
    color: white;
    line-height: 28px;
    font-weight: 400;
}

.contact-info-sec .contact-info-item p a {
    font-size: 18px;
    font-weight: 700;
    color: white;
}

.claim-now-sec.contact-from-sec {
    background-color: #FEF8E5;
}

.claim-now-sec.contact-from-sec .claim-now-form {
    border: 1px solid #F1D265;
    padding: 35px;
    background-color: #00203A;
}

.contact-from-sec .heading-sec div.heading-text h3 {
    color: #001729;
}

.contact-from-sec .heading-sec div.heading-text p {
    color: #001729;
    line-height: 38px;
}

.contact-from-sec .claim-now-text img {
    height: 433px;
    object-fit: cover;
    width: 100%;
}

/* ====================== /contact page ====================== */

/* ====================== blog page ====================== */

.blog-details-sec {
    padding: 100px 0px 90px 0px;
    background-color: #00203A;
    color: white;
}

.blog-details-sec .blog-details-wrapper {
    margin-top: -350px;
    position: relative;
    z-index: 1;
}

.blog-details-sec .blog-details-wrapper img {
    height: 414px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}

.blog-details-sec .blog-details-wrapper .blog-details-content {
    border-bottom: 2px dashed #f1d265;
}

.blog-details-sec .blog-details-wrapper .blog-details-part .blog-details-comments p  {
    font-size: 20px;
    line-height: 100%;
    margin-right: 50px;
    font-weight: 400;
    margin-bottom: 0;
}

.blog-details-sec .blog-details-wrapper .blog-details-part .blog-details-comments p:last-child  {
    list-style-type: disc;
}

.blog-details-sec .blog-details-wrapper .blog-details-part .blog-details-comments p img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    margin-right: 10px;
    margin-bottom: 0px;
}

.blog-details-sec .blog-details-wrapper .blog-details-part h2 {
    font-size: 46px;
    line-height: 70px;
    font-family: "Pratt Nova Light", serif;
    color: #F1D265;
    margin-bottom: 25px;
}

.blog-details-sec .blog-details-wrapper .blog-details-part h6 {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 25px;
    color: white;
}

.blog-details-sec .blog-details-wrapper .blog-details-part p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}

.blog-details-sec .blog-details-wrapper .blog-details-part h5 {
    font-size: 26px;
    line-height: 70px;
    font-weight: 500;
}

.blog-details-sec .blog-details-wrapper .blog-details-part img.sub-banner {
    height: 336px;
    width: 100%;
    margin-bottom: 25px;
    object-fit: cover;
}

.blog-details-sec .blog-details-wrapper .blog-details-part .blog-details-list {
    position: sticky;
    top: 10px;
}

.blog-details-sec .blog-details-wrapper .blog-details-part .blog-details-list-box {
    padding: 20px;
    background-color: #f1d265;
}

.blog-details-sec .blog-details-wrapper .blog-details-part .blog-details-list-box p {
    font-size: 19px;
    font-weight: 400;
    line-height: 36px;
    color: #1D1D2E;
    margin-bottom: 20px;
}

.blog-details-sec .blog-details-wrapper .blog-details-part .blog-details-list-box .blog-details-list-item a {
    display: inline-block;
    margin-right: 5px;
}

.blog-details-sec .blog-details-wrapper .blog-details-part .blog-details-list-box .blog-details-list-item a img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 0px;
}

.blog-details-sec .blog-details-wrapper .blog-details-part .blog-details-list .blog-details-fp-list-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #f1d265;
}

.blog-details-sec .blog-details-wrapper .blog-details-part .blog-details-list .blog-details-fp-list-item img  {
    width: 111px;
    height: 80px;
    object-fit: cover;
    margin-right: 10px;
    margin-bottom: 0px;
}

.blog-details-sec .blog-details-wrapper .blog-details-part .blog-details-list .blog-details-fp-list-item .blog-details-fp-list-content p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin: 0;
}

.blog-details-sec .blog-details-wrapper .blog-details-part .blog-details-list .blog-details-fp-list-item .blog-details-fp-list-content img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin: 0;
}

.blog-details-sec .blog-details-wrapper .blog-details-part .blog-details-list .blog-details-fp-list-item .blog-details-fp-list-content h6 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin: 0px;
}

/* ====================== /blog page ====================== */

/* ====================== who we do page ====================== */

.partners-starts-sec div.partners-starts-wrapper div img {
    width: 70%;
    height: 53px;
    object-fit: contain;
    filter: opacity(0.5);
}

.partners-starts-sec div.partners-starts-wrapper div.swiper-slide {
    margin-right: 30px;
}

.why-litigation-funding-wrapper.partners-starts-wrapper {
    margin-top: 80px;
    margin-bottom: 30px;
}
.claim-now-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.form-item {
    width: 48%;
}
.checkbox-input-div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.checkbox-input-div label.checkbox-input-label {
    display: flex;
    align-items: center;
    width: 48% !important;
    cursor: pointer;
}
label.checkbox-input-label input.checkbox-input {
    width: 15px !important;
    height: 15px !important;
    border: 1px solid #F1D265 !important;
    background-color: transparent !important;
    margin-right: 10px;
}
@media only screen and (max-width: 767px) {
    .form-item {
        width: 100%;
    }
    .checkbox-input-div label.checkbox-input-label {
        width: 100% !important;
    }
}
.who-we-help-sec .heading-text {
    width: 75%;
}

.who-we-help-wrapper {
    position: relative;
    overflow: visible;
}
.who-we-help-sec .swiper-button-next, .who-we-help-sec .swiper-button-prev {
    width: 50px;
    text-align: center;
    height: 50px;
    background-color: #f1d265;
    border-radius: 50%;
    padding: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.who-we-help-sec .swiper-button-next:after, .who-we-help-sec .swiper-button-prev:after {
    font-size: 21px;
    font-weight: 800;
    color: #40381b;
}
.who-we-help-sec .swiper-button-prev {
    left: -80px;
}
.who-we-help-sec .swiper-button-next {
    right: -80px;
    left: unset;
}

.service-list-sec {
    background-color: #FEF8E5;
}
.service-list-sec .heading-sec div.heading-text h3 {
    color: #000000;
}
.service-list-sec .heading-sec div.heading-text p {
    color: #000000;
}
.service-list-sec .heading-sec div.heading-button a span {
    color: #000000;
}
.service-list-sec.who-we-help-sec div.who-we-help-item {
    background-color: #00203A;
}
.service-list-sec.who-we-help-sec .heading-sec div.heading-button a img {
    border: 1px solid #00203A;
}
.who-we-help-sec.who-we-help-sec span.swiper-pagination-bullet-active {
    background: #00203A;
}
.who-we-help-sec.who-we-help-sec span.swiper-pagination-bullet {
    background: #F1D265;
}
.service-list-sec .who-we-help-wrapper {
    position: relative;
    overflow: visible;
}
.who-we-help-sec.service-list-sec .swiper-button-next, .who-we-help-sec.service-list-sec .swiper-button-prev {
    width: 50px;
    text-align: center;
    height: 50px;
    background-color: #00203A;
    border-radius: 50%;
    padding: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.who-we-help-sec.service-list-sec .swiper-button-next:after, .who-we-help-sec.service-list-sec .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
}
.who-we-help-sec.service-list-sec .swiper-button-prev {
    left: -80px;
}
.who-we-help-sec.service-list-sec .swiper-button-next {
    right: -80px;
    left: unset;
}
/* ====================== /who we do page ====================== */

/*=============== /main css ===============*/

