body {
	padding-top: 0px;
	padding-bottom: 0px;
	position:relative;
	font-family: 'Mulish', sans-serif;
	overflow-x: hidden;
    background: #faf9fe;
	/*font-family: 'Cormorant Garamond', serif;*/
}

*
{
	border-sizing:border-box;
}

ul,li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
a,
a:active,
a:focus,
button,active
button: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;
}

.top-header {
    padding: 12px 0;
}
.top-header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #d0d0d0;
}
.top-header ul p {
    margin: 0;
    font-size: 14px;
    color: #484848;
}
.top-header ul p a {
    color: #002ABA;
    font-weight: 800;
}
.top-header ul li:last-child p {
    color: #484848;
    font-size: 14px;
    float: left;
    padding-left: 20px;
}
.top-header ul li:last-child p i {
    font-size: 16px;
    padding-right: 10px;
}

.top-header ul li:last-child p span{
    color: #d0d0d0;
}
.top-header ul p span {
    margin-right: 9px;
}
.main-header {
    padding: 10px 0;
    background: #fff;
}

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;
}
.stellarnav > ul > li:nth-of-type(2) a {
    /* background: linear-gradient(100.97deg, #282828 -3.68%, #484848 91.95%); */
    border-radius: 80px;
    /* color: #fff !important; */
}
.banner {
    position: relative;
}
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/banner-overlay.png");
    background-size: cover;
    text-align: center;
}
.banner-content h1 {
    font-family: 'Bitter', serif;
    font-weight: 600;
    font-size: 96px;
    color: #fff;
}
.banner-content h3 {
    font-weight: 600;
    font-size: 48px;
    color: #fff;
    margin: 0 0 21px 0;
}

.class-list {
    padding: 47px 0 34px 0;
}
.class-list h3 {
    text-align: center;
    color: #242424;
    font-size: 48px;
    font-weight: 600;
    margin: 0 0 21px 0;
}
.class-list ul li a {
    display: block;
    background: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    color: #242424;
    padding: 14px 15px;
    transition: .4s ease-in-out;
    min-height: 100px;
}
.class-list ul li {
    width: 32.33%;
}
.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);
        min-height: 100px;
}
.theme-btn {
    background: linear-gradient(80.19deg, #386AF6 -2.32%, #386AF6 157.37%);
    border-radius: 80px;
    color: #fff;
    display: inline-block;
    padding: 8px 24px;
    transition: .4s ease-in-out;
    border: none;
}
.theme-btn:hover{
   background: #00114B;
   color: #fff;
}
.theme-btn i {
    margin-left: 10px;
}
.about-us {
    background: #EFEFEF;
    padding: 0 0 24px 0;
    margin-top: 30px;
}
.about-left {
    padding: 20px 0 0 0;
}
.about-left h3 {
    font-weight: 600;
    font-size: 38px;
    color: #242424;
    line-height: 1.1;
    margin: 0 0 8px 0;
}
.about-left p {
    color: #6C6C6C;
    font-size: 17px;
}
.about-right {
     /* margin-top: -20px; */
    padding: 20px 0;
}
.evalution {
    padding: 50px 0;
    text-align: center;
}
.evalution h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    color: #242424;
    margin: 0 0 32px 0;
}
.eve-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid #002ABA;
    border-radius: 24px;
    padding: 14px 20px;
    gap: 15px;
}
.eve-btn h5 {
    margin: 0;
    color: #484848;
    font-size: 24px;
    font-weight: 800;
    text-align: left;
}
.eve-btn h5 label {
    display: block;
    margin: 0;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #484848;
    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 12px;
}
.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;
}
.copy-right ul {
    display: flex;
    align-items: center;
    gap: 15px;
}
.copy-right ul 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 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.inner-banner-content h1 {
    font-weight: 700;
    font-size: 47px;
    letter-spacing: -0.02em;
    color: #fff;
    font-family: 'Bitter', serif;
}
.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;
    gap: 20px;
}
ul#myTab a.nav-link {
    color: #0E0E0E;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #000 !important;
    border-radius: 30px !important;
    padding: 9px 26px;
}
ul#myTab a.nav-link.active{
    background: #000;
    color: #fff;
}
.custom-table table th {
    color: #333333;
    font-size: 16px;
    padding: 20px 15px;
}
.custom-table tr td {
    color: #333333;
    font-size: 15px;
    padding: 9px 15px;
}
.custom-table tbody tr:nth-child(odd) {
    background: #EBF0FF;
}
.custom-table tr td a.form_link {
    color: #386AF6;
    font-weight: 800;
    font-size: 13px;
    border: 1px solid #386AF6;
    border-radius: 80px;
    display: inline-block;
    padding: 10px 18px;
    white-space: nowrap;
}
.custom-table tr td a:hover{
    color: #fff;
    background: #386AF6;
}
.inner-banner2 {
    background: #00114B;
    padding: 20px 0;
    text-align: left;
    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 0;
}
.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;
    white-space: inherit;
}
.card-body {
    padding: 0;
}
.arcd-li button.btn.btn-link.collapsed::before {
    font-family: FontAwesome;
    content: "\f067";
    position: absolute;
    right: 0;
}
.arcd-li button.btn.btn-link::before {
    font-family: FontAwesome;
    content: "\f068";
    position: absolute;
    right: 0;
}
.contact-us {
    background: #484848;
    padding: 30px;
    border-radius: 10px;
}
.contact_left li a {
    color: #484848;
}
.contact_left li p {
    font-size: 13px;
}
.contact_left li h3 {
    font-size: 17px;
    margin: 0 0 3px 0;
}
.contact_left li {
    position: relative;
    padding: 0 0 0 29px;
}
.contact_left li i {
    position: absolute;
    top: 5px;
    left: 0;
}
.form-control {
    border-bottom: 1px solid #333;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    padding: 7px 0px;
    color: #333;
    font-size: 14px;
}
.form-control:focus{
    box-shadow: none;
    outline: none;
}
.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;
}
.about-right-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #0E0E0E;
}
.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 p {
    margin: 0;
}
.upload-file p span {
    position: static;
    display: block;
}
.upload-file input[type="file"] {
     position: absolute; 
    left: 0; 
     right: 0; 
 top: 0; 
     bottom: 0; 
     opacity: 0; 
     z-index: 1
}
.upload-file label {
    margin: 0;
}
.upload-file p br {
    display: none;
}
.contact-us textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 120px !important;
}


.classActionForm textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    height: 120px;
}

.investigation_sec a {
    border: none !important;
    background: none !important;
}

.investigation_sec a:hover{
color:#000 !important;
}

.faq_cat_sec {
    margin-top: 30px;
    border: 1px solid #ccc;
    padding: 0px 20px;
}

.innerheading h2 {
    color: #000;
    font-weight: 600;
    font-size: 25px;
    background: #ccc;
    /* width: 250px; */
    display: block;
    padding: 5px 31px;
    margin: 0 -20px 0 -20px;
}
.atonic h3 {
    margin: 0;
    color: #0e0e0e;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 22px;
}

.atonic_inn{
    text-align:center;
}

.atonic_inn img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.atonic_inn h4{
        padding-top: 15px;
}
.map_area iframe {
    width: 100%;
    height: 260px;
}

.innerpage_wrapper {
    width: 100%;
    padding: 50px 0;
    /* background: rgb(126 168 105 / 16%); */
}


.page-id-312 .inner-banner {
    height: 160px;
    overflow: hidden;
    position: relative;
}

.page-id-312 .inner-banner h1 {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -55%);
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-size: 41px;
    font-family: 'Bitter', serif;
}

.page-id-19 .inner-banner {
    height: 160px;
    overflow: hidden;
    position: relative;
}

.page-id-19 .inner-banner h1 {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -55%);
     color: #fff;
    margin: 0;
    font-weight: 700;
    font-size: 41px;
    font-family: 'Bitter', serif;
}

.signature_wrap .wpcf7-form-control-signature-wrap {
    position: relative;
    padding: 20px;
    background: none;
    border: 2px dashed #005E92;
}

.wpcf7-form-control-signature-wrap {
    width: 100% !important;
}
.digital_signature-pad {
    border: 2px dashed #005E92;
    background: transparent !important;
}

span.wpcf7-spinner {
    margin: 0 !important;
}

.custom-table a{
    color: #007bff;
}

.swal-footer {
    text-align: center !important;
}
.v_complaint li:first-child {
    margin-right: auto;
}
button.backBttn {
    border: 1px solid #386AF6;
    background: transparent;
    border-radius: 30px;
    padding: 5px 16px;
    color: #386AF6;
}