body {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
    /*font-family: 'Cormorant Garamond', serif;*/
}

* {
    border-sizing: border-box;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:active,
a:focus,
button,
activebutton:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
    outline: 0;
}

input::-moz-focus-inner {
    border: 0;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none !important;
}

header.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.stellarnav.dark {
    background: transparent;
}

.top-header p {
    margin: 0;
    text-align: right;
    color: #b7b7b7;
    font-size: 16px;
    letter-spacing: 0.8px;
}

.top-header p a {
    color: #b7b7b7;
}

.main-header {
    padding: 10px 0;
}

ul.right-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

ul.right-header li {
    margin-left: 27px;
}

ul.right-header li a {
    position: relative;
}

ul.right-header li span {
    position: absolute;
    top: -8px;
    right: -7px;
    background: #de1f28;
    width: 18px;
    height: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 11px;
}

.banner {
    position: relative;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    text-align: center;
}

.banner-content {
    width: 1000px;
    max-width: 100%;
}

.banner-content h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 1px;
}

.banner-content p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.4px;
    margin: 20px 0;
}

.banner-content h3 {
    font-weight: 600;
    font-size: 48px;
    color: #fff;
    margin: 0 0 21px 0;
}

.class-list {
    padding: 30px;
    background: #eef3fc;
    margin-top: -50px;
    position: relative;
}

.class-list h3 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.56px;
    margin: 0 0 26px 0;
}

.class-list ul li a {
    background: #fff;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.36px;
    color: #000;
    padding: 14px 15px;
    transition: 0.4s ease-in-out;
    min-height: 83px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 3px solid transparent;
    position: relative;
}

.class-list ul li a span {
    display: none;
}

.class-list ul li a:hover span {
    display: block;
}



.class-list ul li {
    width: 24%;
}

.class-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.class-list ul li a:hover {
    transition: 0.4s ease-in-out;
    color: #002aba;
    box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.125);
    border-left: 3px solid #002aba;
}

.theme-btn {
    display: inline-block;
    padding: 8px 24px;
    transition: 0.4s ease-in-out;
    border: 1px solid #ccc;
    color: #fff;
    font-size: 18px;
    font-family: Inter;
    font-weight: 600;
    letter-spacing: 0.36px;
}

.theme-btn:hover {
    background: #00114b;
    color: #fff;
}

.theme-btn i {
    margin-left: 10px;
}

.about-us {
    border: 5px solid #e8eef9;
    margin-top: 80px;
}

.about-left {
    padding: 25px;
    position: relative;
}

.about-left h3 {
    color: #000;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.76px;
    margin: 0 0 15px 0;
}

.about-left p {
    color: #595959;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.32px;
}

.about-right {
    height: 100%;
}

.about-right img {
    height: 100%;
    object-fit: cover;
}

.Service-sec {
    display: flex;
    flex-wrap: wrap;
    margin-top: 74px;
}

.service-card {
    width: 25%;
    background: #2d313d;
    padding: 20px;
    transition: 0.4s ease-in-out;
}

.service-card:nth-child(2) {
    background: #1c1c1e;
}

.service-card:nth-child(3) {
    background: #2d313d;
}

.service-card:nth-child(4) {
    background: #18191e;
}

.service-card:hover p {
    color: #fff;
}

.service-card img {
    width: 41px;
}

.service-card h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.56px;
    margin: 17px 0 10px 0;
}

.service-card p {
    color: #939eb1;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.32px;
}

.service-card a {
    border: 1px solid #737984;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.32px;
    display: inline-block;
    padding: 5px 20px;
}

.service-card:hover {
    background: #004bcb;
    transition: 0.4s ease-in-out;
    transform: scale(1.1);
}

.service-card:hover a {
    background: #fff;
    color: #004bcb;
}

.info-bg {
    background: url("../img/info-bg.png");
    background-size: cover;
    padding: 166px 0 50px 0;
    margin-top: -120px;
}

.info-bg h3 {
    color: #000;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.56px;
}

.info-bg h5 {
    color: #000;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.56px;
}

.report-list {
    background: #fff;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 5px;
    padding: 15px;
    position: relative;
    border-left: 3px solid transparent;
}

.report-list h4 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.44px;
    margin: 0 0 1px 0;
}

.report-list p {
    margin: 0;
    color: #595959;
    font-size: 16px;
    letter-spacing: 0.32px;
}

.report-list:hover {
    border-left: 3px solid #004bcb;
}

.report-list i {
    position: absolute;
    right: 15px;
    top: 31px;
}

.home-map {
    margin: 67px 0;
    position: relative;
}

.office-location {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.8);
    width: 345px;
    padding: 15px;
}

.office-location h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 13px 0;
}

.office-location li p,
.office-location li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.28px;
    margin: 0;
}

.office-location ul li {
    position: relative;
    padding: 0 0 5px 26px;
}

.office-location ul li span {
    position: absolute;
    left: 0;
    top: 4px;
    color: #fff;
    font-size: 14px;
}

.orl {
    margin: 30px 0;
}

.orl ul {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    font-weight: 700;
    font-size: 23px;
    text-align: center;
    color: #8c8c8c;
}

.orl ul Li span {
    width: 100px;
    display: block;
    background: #666666;
    height: 1px;
}

.evalution p {
    color: #606060;
    font-size: 45px;
}

.evalution p a {
    color: #000;
    font-weight: 700;
}

.footer-menu {
    background: #fff;
    padding: 10px 0;
}

.footer-menu ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-menu ul a {
    font-weight: 700;
    font-size: 16px;
    color: #484848;
    display: block;
    padding: 5px 23px;
}

.footer-menu ul a:hover {
    color: #002aba;
}

.main-footer {
    background: #fafafa;
    padding: 0 0 40px 0;
}

.footer-widget h3 {
    color: #383838;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 13px 0;
}

.links-list li a {
    display: block;
    color: #383838;
    font-size: 14px;
    padding: 5px 0;
}

.links-list li a:hover {
    color: #de1f28;
}

.copy-right {
    padding: 20px 0;
    background: #2d313d;
}

.copy-right ul {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
    justify-content: flex-end;
}

.copy-right p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    color: #7d7d7d;
}

.copy-right ul a {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    color: #7d7d7d;
}

/* .copy-right ul li:last-child{    margin-left: auto;} */
.inner-banner {
    position: relative;
}

.inner-banner-content h1 {
    color: #fff;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
    text-transform: capitalize;
}

.comon-page {
    padding: 50px 0;
}

.custom-table {
    border-top: 1px solid #98a4ab;
    padding-top: 20px;
}

.custom-table table {
    width: 100%;
}

ul#myTab {
    border: none !important;
    margin-bottom: 23px;
}

ul#myTab a.nav-link {
    padding: 9px 24px 9px 0;
    color: #a3a3a3;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.56px;
    position: relative;
    border: none;
}

ul#myTab a.nav-link:hover {
    color: #004bcb;
    background: transparent;
}


ul#myTab a.nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 50px;
    background: #004bcb;
    display: none;
}

ul#myTab a.nav-link.active {
    color: #000;
    border: none;
}

ul#myTab a.nav-link.active::before {
    display: block;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
}

.custom-table table th {
    color: #000;
    font-size: 15px;
    padding: 20px 15px;
    background: #eef3fc;
    letter-spacing: 0.4px;
    font-family: "Inter", sans-serif;
}

.custom-table tr td {
    padding: 22px 15px;
    color: #595959;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.36px;
    font-family: "Inter", sans-serif;
}

.custom-table tbody tr {
    border-bottom: 1px solid #dcdcdc;
    border-left: 3px solid transparent;
}

.custom-table tr .registerButton a {
    color: #83a1d4;
    font-weight: 700;
    font-size: 13px;
    border: 1px solid #83a1d4;
    display: inline-block;
    font-family: "Inter", sans-serif;
    padding: 9px 7px;
}

.custom-table tr .title a {
    /* padding: 22px 5px; */
    color: #595959;
    font-size: 14px;
    /* font-style: normal; */
    /* font-weight: 500; */
    /* letter-spacing: 0.36px; */
}

.custom-table tr td .registerButton a:hover {
    border: 1px solid #004bcb;
    background: #004bcb;
    color: #fff;
}

.custom-table tbody tr:hover {
    background: #fff;
    box-shadow: 0px 5px 30px 0px rgba(124, 132, 146, 0.3);
    border-left: 3px solid #004bcb;
}

.custom-table tbody tr:hover .registerButton a {
    border: 1px solid #004bcb;
    background: #004bcb;
    color: #fff;
}

.inner-banner2 {
    background: #00114b;
    padding: 20px 0;
    text-align: center;
    margin: 0;
    color: #fff;
}

.inner-banner2 h1 {
    margin: 0;
    font-weight: 700;
    font-size: 41px;
    font-family: "Bitter", serif;
}

ul.v_complaint {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin: 0 0 31px 0;
}

.v_complaint a {
    color: #0e0e0e;
    font-size: 17px;
}

.v_complaint a img {
    margin-right: 10px;
}

.caseDetails {
    background: #fff;
    padding: 30px 30px;
    border-radius: 10px;
}

.caseDetails h3 {
    margin: 0;
    color: #0e0e0e;
    font-size: 27px;
    font-weight: 700;
}

.caseDetails h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #484848;
    margin: 0 0 18px 0;
}

.caseDetails ul {
    list-style-position: inside;
    list-style-type: disc;
    margin-bottom: 21px;
}

.caseDetails ul li {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #344857;
    list-style-type: disc;
    list-style-position: inside;
}

.details-bg {
    background: #edf4fe;
    border-radius: 10px;
    padding: 21px 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #344857;
    margin-bottom: 25px;
}

.caseDetails h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0e0e0e;
    margin: 0 0 10px 0;
}

.caseDetails p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #344857;
}

.arcd-li {
    border-bottom: 1px solid #ccc;
    padding: 12px 20px;
}

.arcd-li button.btn.btn-link {
    border: none;
    display: block;
    text-decoration: none;
    width: 100%;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0e0e0e;
    padding: 9px 0;
    position: relative;
}

.card-body {
    padding: 0;
}

.arcd-li button.btn.btn-link.collapsed::before {
    font-family: FontAwesome;
    content: "\f067";
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #A9BEE3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #A9BEE3;
    top: 3px;
    font-weight: 300;
    font-size: 12px;
}

.arcd-li button.btn.btn-link::before {
    font-family: FontAwesome;
    content: "\f068";
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #004bcb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #004bcb;
    top: 3px;
    font-weight: 300;
    font-size: 12px;
}

.contact-us {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.white-block .form-control {
    border: 1px solid #1d324e;
    padding: 12px 12px;
    color: #6e6e6e;
    font-size: 14px;
    background: #ffffff;
    border-radius: 0;
    height: 50px !important;
}

.white-block .form-control:focus {
    box-shadow: none;
    outline: none;
    background: #f3f8ff;
}

.year-section select {
    border: 1px solid #1d324e;
    padding: 12px 12px;
    color: #6e6e6e;
    font-size: 14px;
    background: #ffffff;
    border-radius: 0;
    height: 50px !important;
}

.year-cell select {
    border: 1px solid #1d324e;
    padding: 12px 12px;
    color: #6e6e6e;
    font-size: 14px;
    background: #ffffff;
    border-radius: 0;
    height: 50px !important;
}

.about-right-content h2 {
    font-weight: 700;
    font-size: 30px;
    color: #0e0e0e;
}

.about-right-content h4 {
    font-weight: 700;
    font-size: 24px;
    color: #484848;
}

ul.profile-social a {
    color: #666;
}

ul.profile-social {
    display: flex;
    gap: 10px;
    margin: 0 0 15px 0;
    padding: 0 0 0 113px;
    position: relative;
}

ul.profile-social::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 100px;
    height: 2px;
    background: #d9d9d9;
}

.about-right-content h3 {
    font-weight: 700;
    font-size: 18px;
    color: #0e0e0e;
    letter-spacing: 0.4px;
    margin: 0 0 13px 0;
}

.about-right-content p {
    color: #595959;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.32px;
}

.profile-info li {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #0e0e0e;
    position: relative;
    padding: 0 0 0 17px;
}

.profile-info li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
}

.about-left-img img {
    border-radius: 10px;
}

.classActionForm {
    background: #fff;
    padding: 30px 30px;
    border-radius: 10px;
}

.classActionForm h3 {
    margin: 0;
    color: #0e0e0e;
    font-size: 27px;
    font-weight: 700;
}

.upload-file {
    width: 240px;
    margin: 0 auto;
    border: 2px solid #386af6;
    border-radius: 30px;
    padding: 10px 15px;
    position: relative;
    color: #386af6;
    text-align: center;
}

.upload-file input[type="file"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}

.upload-file label {
    margin: 0;
}

header.header.inner-sec {
    position: relative;
}

header.header.inner-sec .stellarnav>ul>li>a {
    color: #000 !important;
}

header.header.inner-sec .top-header p {
    color: #595959;
}

header.header.inner-sec .top-header p a {
    color: #595959;
}

/*.inner-banner-content {
    position: absolute;
    top: 26px;
    left: 99px;
}*/
.inner-banner-content ul {
    display: flex;
    gap: 12px;
}

.inner-banner-content ul a {
    color: #517eca;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
}

.inner-banner-content {
    position: absolute;
    top: 26px;
    /* left: 99px;*/
}

.inner-banner-content ul li:last-child a {
    color: #ced6ff;
    text-transform: capitalize;
}

.action-form h2 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.56px;
    margin: 0 0 14px 0;
}

.action-form p {
    color: #595959;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.32px;
    margin: 0 0 28px 0;
}

.cutom-form {
    background: #fff;
    box-shadow: 0px 2px 20px 0px rgba(124, 132, 146, 0.2);
    padding: 30px;
}

.cutom-form ul {
    display: flex;
    gap: 15px;
}

.cutom-form ul li {
    flex: 1;
}

.addition-btn {
    border: 1px solid #004bcb;
    background: #004bcb !important;
    color: #fff !important;
    font-size: 21px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    letter-spacing: 0.32px;
    padding: 17px 10px !important;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
}

.tab-content h2 {
    color: #000;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.76px;
    margin: 0 0 17px 0;
}

.tab-content p {
    color: #595959;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
}

.tab-content .class-list {
    margin-top: 0;
}

.team-info {
    background: #f2f7ff;
    padding: 20px;
    height: 100%;
}

.team-info li span {
    background: #fff;
    box-shadow: 1px 5px 15px 0px rgba(0, 75, 203, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}

.team-info li {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    margin: 0 0 11px 0;
}

.team-info li h5 {
    position: relative;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.32px;
    width: 83%;
    margin: 0;
}

/*report-a-fraud*/
.form-group {
    margin-bottom: 10px;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.page-id-94 .form-control {
    font-size: 14px;
    height: 40px;
    line-height: 14px;
    color: #9c9c9c;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    font-weight: normal;
    width: 100%;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    font-size: 14px;
}

.right-part h5 {
    font-size: 14px;
    line-height: 24px;
    color: #0064d2;
}

/*input.wpcf7-form-control.wpcf7-submit {
    margin: 20px auto 0;
    display: table;
    width: auto;
    padding: 0px 60px;
    color: #0064d2;
    background: none;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    line-height: 47px;
    height: 59px;
    border: 2px solid #0064d2;
    letter-spacing: 2px;
} */

/*Join A Class Action*/
/*.white-block {    background: #fff;    padding: 30px 15px;}*/
/*#post-225 ul.nav-tabs li a {    display: block;    background: #d8dfe3;    color: #1d324e;    padding: 20px 20px 0;    min-height: 80px;    box-sizing: border-box;    font-size: 22px;    line-height: 40px;}#post-225 ul.nav-tabs li {    display: block;    width: 25%;    padding: 0 2px;}#post-225 ul.nav > li.active a {    background: #0064d7 !important;    color: #fff !important;}*/
.table-responsive {
    overflow: hidden;
}

.maincontent pre {
    padding: 0;
    background: none;
    border: none;
}

.results_list {
    margin: 0px;
    padding: 0px;
    width: 100%;
    margin-top: 20px;
}

/*.join table tr.odd td {    background: #e4e4e4;    padding: 9px 15px;    border-right: 1px solid #b6b6b6;    border-bottom: 1px solid #FFF;}.join table td.registerButton {    color: #fff;}.join table tr.odd td a {    font-weight: 700;    color: #0064d7;}.join table td.registerButton a {    display: block;    background: #d58220;    color: #fff;    border: 3px #fff solid;    padding-top: 25px;    height: 4px;    width: 146px;    position: relative;    box-shadow: 0 0 10px rgba(0,0,0,0.5);    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);    -o-box-shadow: 0 0 10px rgba(0,0,0,0.5);}.join table td.registerButton b {    font-size: 14px;    left: 10px;    line-height: 5px;    position: absolute;    top: 9px;    z-index: 100;    color: #fff;}div#Cases {    opacity: 199 !important;}.join table th {    text-align: left;    font-size: 16px;    height: 52px;    padding-left: 13px;}*/
.page-id-80 .contact-box .pull-right h5 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 13px 0;
}

.page-id-80 .contact-box .pull-right address {
    font-size: 16px;
    font-weight: 500;
}

img.quote-img {
    position: absolute;
    top: -59px;
    left: 24px;
    background: #fff;
    padding: 0 5px;
}

a.btn.btn-info.add_morepurchase {
    border: 1px solid #004bcb;
    background: #004bcb;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
    padding: 11px 10px;
    display: inline-block;
    cursor: pointer;
}

a.btn.btn-info.add_moresales {
    border: 1px solid #004bcb;
    background: #004bcb;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
    padding: 11px 10px;
    display: inline-block;
    cursor: pointer;
}

.top-header {
    padding: 0 15px 0 0;
}

/* contact */

.team-info.contact-left {
    padding: 20px 48px;
}

.team-info.contact-left p {
    font-size: 13px;
}

.team-info.contact-left h4 {
    font-size: 17px;
    color: #000;
    margin: 20px 0 19px 0;
}

.team-info.contact-left li h5 {
    width: 87%;
}

.team-info.contact-left ul {
    margin-bottom: 28px;
}

.team-info.contact-left.contact-form {
    background: #FFF;
    box-shadow: 0px 2px 20px 0px rgba(124, 132, 146, 0.20);
}

.team-info.contact-left.contact-form .addition-btn {
    /* padding: 11px 32px; */
}

.corporation p {
    color: #595959;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.32px;
}

.corporation p a {
    text-decoration: underline;
}

.corporation h3 {
    color: #000;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.56px;
    margin: 0 0 29px 0;
}

.corporation h5 {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.32px;
    position: relative;
    padding: 0 0 0 39px;
}

.corporation h5 img {
    position: absolute;
    left: 0;
    top: 0;
}

.team-info li h5 a {
    color: #000;
}

.inner-banner-content ul li span {
    color: #517eca;
    font-size: 17px;
    font-weight: 900;
}

.sidebar {
    position: fixed;
    top: 27%;
    right: -71px;
    background: #004BCB;
    box-shadow: 0px -6px 20px 0px rgba(37, 68, 122, 0.60);
    transform: rotate(-90deg);
}

.sidebar a {
    color: #FFF !important;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.24px;
    padding: 10px 12px;
    display: block;
}

.sidebaraction {
    position: fixed;
    top: 53%;
    right: -46px;
    background: #18191E;
    box-shadow: 0px -6px 20px 0px rgba(37, 68, 122, 0.60);
    transform: rotate(-90deg);
}

.sidebaraction a {
    color: #FFF !important;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.24px;
    padding: 10px 12px;
    display: block;
}

.sidebaractioncomplaint {
    position: fixed;
    top: 74%;
    right: -41px;
    background: #004BCB;
    box-shadow: 0px -6px 20px 0px rgba(37, 68, 122, 0.60);
    transform: rotate(-90deg);
}

.sidebaractioncomplaint a {
    color: #FFF !important;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.24px;
    padding: 10px 12px;
    display: block;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none !important;
    outline-offset: 0 !important;
}

.arcd-li:has(.btn-link) {
    background: #FFF;
    box-shadow: 0px 5px 30px 0px rgba(124, 132, 146, 0.30);
    border-left: 4px solid #004BCB;
    border-bottom: none;
}

.arcd-li:has(.btn-link.collapsed) {
    background: transparent;
    box-shadow: none;
    border-left: none;
    border-bottom: 1px solid #ccc;
}

.contact-form .form-control {
    border-bottom: 1px solid #a9bee3;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 12px 12px;
    color: #6e6e6e;
    font-size: 14px;
    background: #f3f8ff;
    border-radius: 5px 5px 0 0;
    height: auto !important;
}

.page-id-13 .tab-content h5 {
    font-size: 20px;
}

h2.press_rls {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.56px;
    margin: 25px 0 20px 0;
}

.sidebaractioncomplaint22 a {
    border: 1px solid #004bcb;
    background: #004bcb !important;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.32px;
    display: inline-block;
    padding: 5px 20px;
}

.sidebaractioncomplaint22 a:hover {
    color: #fff;
}

a.joinaact {
    border: 1px solid #004bcb;
    background: #004bcb !important;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.32px;
    display: inline-block;
    padding: 13px 25px;
    margin-bottom: 30px;
}

a.joinaact:hover {
    color: #fff;
}

h1.text-uppercase.b {
    font-size: 25px;
}

.page-id-3462 .class-list {
    margin: 0 !important;
}

.case_viewmore {
    margin-top: 35px;
    text-align: center;
}

.case_viewmore a {
    border: 1px solid #004bcb;
    background: #004bcb !important;
    color: #fff !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
    padding: 11px 10px;
    display: inline-block;
}

.single-cases .inner-banner-content ul {
    display: none;
}

.single-cases .inner-banner-content h1 {
    margin: 34px 0 0 0 !important;
}


.case_top_sec.kkk {
    margin-bottom: 20px;
}

.single_middle {
    padding: 7px 0;
}

.case_top_sec h4 span {
    width: 300px !important;
    display: inline-block;
}