:root {
    --color--black: #000;
    --color--one: #162336;
    --color--two: #F5293B;
    --color--three: #5e5e5e;
    --color--four: #242424;
    --color--five: #222222;
    --color--six: #fff;
    --font-family--one: "PT Serif", serif;
    --font-family--two: "PT Serif", serif;
}
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: var(--font-family--one);
    background: #fff;
    font-size: 16px;
    color: var(--color--black);
    line-height: 1.9;
    font-weight: 300;
}
body, html{
    height: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
img, svg {
    vertical-align: inherit;
}
:focus {
    outline: none !important;
}
a {
    color: var(--color--two);
    font-weight: 500;
    -webkit-transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    transition: all ease-in-out .6s;
    text-decoration: none
}
a:hover {
    color: var(--color--one);
}
a, .btn, input, select, textarea, button, img {
    outline: 0 !important;
    box-shadow: none
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #c70e09;
}
ol {
    padding-left: 15px
}
select {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #000
}
a img {
    outline: 0
}
input, select, textarea {
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none
}
input[type="submit"] {
    cursor: pointer
}
a:hover, a:focus {
    text-decoration: none
}
p:empty {
    display: none
}
p:last-child {
    margin-bottom: 0;
}
iframe {
    border: none;
    width: 100%;
    height: 100%
}
.alignnone {
    display: block;
    margin: 25px auto;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 25px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 22px 15px 0px;
}
.aligncenter, div.aligncenter {
    width: auto !important;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.no_result a {
    text-decoration: underline;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*============ Heading CSS ============*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 500;
    color: var(--color--five);
    font-family: var(--font-family--one);
    text-transform: none;
}
.h2, h2, .heading {
    color: var(--color--five);
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.2;
    text-transform: none;
}
.black-heading {
    color: #1f1f1f;
}
/*============ Heading CSS END ============*/

/*============ HTML5Lightbox CSS ============*/
button#html5-close {
    background-image: url(../js/skins/default/lightbox-close.png) !important;
    width: 32px;
    height: 32px;
}
button#html5-close img {
    display: none !important;
}
.html5-elem-data-box, div#html5lightbox-watermark {
    display: none !important;
}
/*============ HTML5Lightbox CSS END ============*/

/*================ Pagination CSS =================*/
.pagination h2.screen-reader-text {
    display: none !important;
}
.pagination .nav-links {
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: center;
    position: relative;
    width: 100%;
}
.pagination .nav-links * {
    font-size: 14px;
    font-weight: 600;
    padding: 5px;
    margin: 0 4px;
    text-transform: uppercase;
    color: var(--color--black);
    border: 1px solid #C6C6C6;
    border-radius: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.pagination .nav-links * font {
    border: none !important;
}
.pagination .nav-links .current, .pagination .nav-links *:hover, .pagination .nav-links .current font, .pagination .nav-links * font:hover {
    color: #fff;
    border-color: var(--color--two);
    background: var(--color--two);
}
.pagination .nav-links svg, .pagination .nav-links img {
    border: none;
    width: 26px;
    height: 26px;
    background: none;
    fill: var(--color--one);
}
.pagination .nav-links svg path {
    fill: var(--color--one);
}
.pagination .nav-links *:hover svg,
.pagination .nav-links *:hover svg path {
    border: none;
    background: none;
    fill: #fff;
}
/*================ Pagination CSS END =================*/

/*==================== Common CSS ====================*/
.wp-block-group__inner-container {
    margin: 0 auto;
}
.space-pd, .wp-block-group {
    padding-top: 70px;
    padding-bottom: 70px;
}
.space-mr {
    margin-top: 70px;
    margin-bottom: 70px;
}
.btn {
    background: var(--color--two);
    border-radius: 0px;
    color: var(--color--six);
    border: 2px solid var(--color--two);
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 25px 14px 25px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: normal;
    position: relative;
    transition: background-color 500ms linear, color 500ms linear, border-color 500ms linear;
}
/*.btn::before {
    position: absolute;
    content: "";
    background-image: url(../img/btn-arrow.svg);
    width: 25px;
    height: 19px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
}*/
.btn.focus, .btn:focus {
    box-shadow: none;
}
.btn:hover, .btn:focus, .btn:active, :not(.btn-check)+.btn:active,
.btn-check:checked+.btn, .btn.active, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: var(--color--one);
    color: var(--color--six);
    border-color: var(--color--one);
}
.white-outline:active, :not(.btn-check)+.white-outline:active, .btn-check:checked+.white-outline, .white-outline.active,
.white-outline:first-child:active, :not(.btn-check)+.white-outline:active, .white-outline:hover {
    background: none;
    color: var(--color--six);
    border-color: var(--color--six);
}
.btn-grp {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}
.btn-grp .btn {
    margin-right: 20px;
}
.btn-grp .btn:last-child {
    margin-right: 0px;
}
a.next.page-numbers svg {
    transform: rotateY(180deg);
}
/*==================== Common CSS END ====================*/

/*============ Client Review Schema CSS ============*/
.review-schema-wrapper {
    margin-top: 50px;
}
.clientreviews {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 50px;
}
.clientreviews p strong, .testimonialTitle strong {
    font-weight: 600;
}
.clientreviews .heading {
    font-size: 28px;
}
.video-schema iframe {
    height: 260px;
}
/*============ Client Review Schema CSS END ============*/

/*============ Form CSS ============*/
.wpcf7 {
    position: relative;
    z-index: 9;
}
.wpcf7 .form-group {
    margin-bottom: 35px;
}
.form-control:focus {
    box-shadow: none;
    background: none;
    color: var(--color--black);
    border-color: var(--color--skyblue);
}
.wpcf7-form-control-wrap {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    width: 100%;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error, .wpcf7 .email-error {
    color: var(--color--six);
    margin-bottom: 0;
    display: block;
    position: absolute;
    bottom: -20px;
    right: 0;
    font-size: 11px;
    background-color: #DC3231;
    padding: 2px 3px 2px;
    border-radius: 0;
    height: 20px;
    line-height: 18px;
}
.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 .wpcf7-response-output {
    border: none !important;
    margin: 0 !important;
    font-size: 15px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: -45px;
    right: 0;
    text-align: center;
    color: #c20000;
    font-weight: normal;
    padding: 5px 0 !important;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #398f14 !important;
}
.wpcf7 label {
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    display: block;
}
.quiz-gp .wpcf7-form-control-wrap{
    display: block !important;
}
.form-control, .infusion-field input[type="text"] {
    border: none;
    border-bottom: 1px solid #959595;
    padding: 14px 0px;
    color: var(--color--three);
    outline: none;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    font-size: 18px;
}
textarea.form-control {
    height: 120px;
    resize: none;
}
.select-box select {
    color: var(--color--three);
    text-shadow: none;
    background: none;
    border: none;
    border-bottom: 1px solid #959595;
    width: 100%;
    padding: 16px 0;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.select-box select::-ms-expand {
    display: none;
}
.select-box p > span {
    position: relative;
}
.select-box p > span::after {
    content: "";
    right: 15px;
    position: absolute;
    top: 51%;
    width: 16px;
    height: 10px;
    background-image: url(../img/select-box-arrow.svg);
    pointer-events: none;
    background-size: 16px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.wpcf7-acceptance span.wpcf7-list-item, .checkbox span.wpcf7-list-item {
    margin: 0;
    margin-right: 30px;
}
.wpcf7-acceptance input[type="checkbox"], .checkbox input[type="checkbox"] {
    display: none;
    width: auto;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    color: var(--color--four);
    display: block;
    line-height: 1.4;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
    border: 1px solid var(--color--four);
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
}
.wpcf7-acceptance label input:checked+.wpcf7-list-item-label::before {
    border-color: var(--color--four);
    background: var(--color--four);
}
.wpcf7-acceptance label input:checked+.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkbox .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #8a8b8d;
}
.checkbox .wpcf7-list-item-label::before {
    border: 1px solid #afafaf;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 1px;
    left: 0;
}
.checkbox label input:checked+.wpcf7-list-item-label {
    color: #4e6072;
}
.checkbox label input:checked+.wpcf7-list-item-label::before {
    border-color: #4e6072;
    background: #4e6072;
}
.checkbox label input:checked+.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.wpcf7-acceptance label a {
    color: #DCAC35;
}
.submit-btn {
    position: relative;
    display: inline-flex;
}
.submit-btn input[type="submit"] {
    border-radius: 50px;
    background: var(--color--two);
    width: auto;
    border: none;
    padding: 15px 70px 15px 25px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color--six);
    border: 2px solid var(--color--two);
    line-height: 24px;
    width: 100%;
    margin: 0;
    text-align: left;
    transition: background-color 500ms linear, color 500ms linear, border-color 500ms linear;
}
.submit-btn input[type="submit"]:hover, body form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover {
    background: var(--color--one);
    color: var(--color--six);
    opacity: 1;
    border-color: var(--color--one);
}
.submit-btn:after {
    content: "";
    background: url(../img/btn-arrow.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
.wpcf7-spinner {
    margin: 0;
    position: absolute;
    left: 65%;
    bottom: 0;
    transform: translate(-50%, -50%);
    /* visibility: unset ; */
}
div.wpcf7 .ajax-loader {
    display: none;
}
div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 100px;
    background-color: var(--color--skyblue);
    background-image: url(../img/loader-w.svg);
    height: 100%;
    width: 100%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    display: block !important;
    top: 0;
    bottom: auto;
}
.msg-side-form {
    position: absolute;
    color: var(--color--six);
    font-size: 12px;
    right: 62px;
    margin: 0;
    background-color: #c20000;
    padding: 5px;
    height: 22px;
    line-height: normal;
    letter-spacing: 0;
    bottom: -22px;
    display: none;
}
.radio-btn .wpcf7-radio {
    margin-top: 20px;
}
.radio-btn input[type=radio] {
    display: none;
}
.radio-btn span.wpcf7-list-item {
    margin-left: 0;
    padding-left: 30px;
    margin-right: 30px;
    position: relative;
}
.radio-btn span.wpcf7-list-item label {
    margin-bottom: 0;
    cursor: pointer;
    line-height: 25px;
    color: var(--color--four);
}
.radio-btn span.wpcf7-list-item:last-child {
    margin-right: 0;
}
.radio-btn label .wpcf7-list-item-label::before {
    border: 1px solid var(--color--one);
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 2px;
    left: 0;
    border-radius: 100%;
}
.radio-btn input[type=radio]:checked~.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.radio-btn input[type=radio]:checked~.wpcf7-list-item-label::before {
    border-color: var(--color--four);
    background: var(--color--four);
}
/*============ Form CSS END ============*/

/*==================== No Inner Banner CSS ====================*/
.no-banner header#header {
    background-color: var(--color--one);
}
.no-banner {
    margin-top: 110px;
}

/*==================== No Inner Banner CSS END ====================*/

/*==================== Inner page Banner CSS ====================*/

/*.page-banner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #DEFFF3 0%, rgba(0, 51, 153, 0) 99.35%);
    height: 100%;
    width: 100%;
}*/
.page-banner .page-banner-title {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 45px;
    line-height: 1.2;
    position: relative;
    z-index: 9;
    color:var(--color--black);
    text-align: left;
}
.breadcrumbs-block {
    background: #f8f8f8;
    padding: 12px 0;
}
#breadcrumbs {
    text-transform: capitalize;
    font-size: 16px;
    color: var(--color--black);
    letter-spacing: 1px;
    font-weight: 400;
}
#breadcrumbs a{
    color: var(--color--two);
}
/*==================== Inner page Banner CSS END ====================*/

/*==================== Sidebar CSS ====================*/
.blog-search {
    margin-bottom: 30px;
}
.blog-search input.form-control {
    padding: 15px 130px 15px 18px;
    line-height: normal;
    height: 55px;
    width: 100%;
    color: var(--color--black);
    background: none;
    border: 1px solid #D3D3D3;
}
.blog-search .search-btn {
    height: 55px;
    cursor: pointer;
    z-index: 9;
    width: 55px;
    line-height: normal;
    position: absolute;
    border: none;
    right: 0px;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color--two);
}
.search-btn:hover{
    background: var(--color--one);
}
.blog-search .search-btn svg,
.blog-search .search-btn img {
    width: 20px;
    height: 20px;
    stroke: #fff;
}
.blog-search .search-btn svg path{
    stroke: #fff;
}

.blog-search .msg-side-form {
    right: 55px;
}
.blog-search .form-control:focus {
    box-shadow: none;
}
.sidebar-list, .sidebar-wrap {
    background-color: var(--color--one);
    padding: 22px;
}
.sidebar-heading, .sidebar .widget-title {
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
}
.sidebar-list .widget-title {
    color: #fff;
}
.sidebar-list li {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sidebar-list li:last-child {
    border-bottom: none;
}
.sidebar-list ul li a {
    padding: 10px 20px 10px 0;
    display: block;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    font-weight: 400;
}
.sidebar-list ul li a::before {
    content: "";
    right: 5px;
    position: absolute;
    top: 21px;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.sidebar-list ul li a:hover::before,
.sidebar-list ul li.active a::before,
.sidebar-list ul li.activeChild a::before,
.sidebar-list ul li.current_page_item a::before {
    border-right: 2px solid var(--color--two);
    border-bottom: 2px solid var(--color--two);
}
.sidebar-list ul li a:hover,
.sidebar-list ul li.active a,
.sidebar-list ul li.activeChild a,
.sidebar-list ul li.current_page_item a {
    color: var(--color--two);
}
.sidebar-form {
    padding: 22px;
    background: var(--color--one);
}
.sidebar-form .form-group {
    margin-bottom: 15px;
}
.sidebar-form .form-control {
    color: #fff;
    padding: 10px 0px;
    font-size: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.8);
}
.sidebar-form .form-control:focus{
    border-bottom: 1px solid #fff;
}
.sidebar-form .submit-btn input[type="submit"]:hover {
    border-color: #fff;
}
.sidebar-form ::-webkit-input-placeholder {
    color: rgba(255,255,255,0.8);
}
.sidebar-form ::-moz-placeholder {
    color: rgba(255,255,255,0.8);
}
.sidebar-form :-ms-input-placeholder {
    color: rgba(255,255,255,0.8);
}
.sidebar-form :-moz-placeholder {
    color: rgba(255,255,255,0.8);
}
/*==================== Sidebar CSS END ====================*/

.star-rating {
    display: flex;
    align-items: center;
    margin-top: 8px;
    justify-content: center;
}
.star-rating svg, .star-rating img {
    width: 22px;
    height: 22px;
    margin-right: 4px;
}
.star-rating svg:last-child{
    margin-right: 0;
}

/*==================== Header CSS ====================*/
header.main-header {
    z-index: 999;
    top: 0px;
    width: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
}
.header-left{
    width: 240px;
	padding-right: 15px;
}
.header-right{
    width: calc(100% - 240px);
}
.header-logo {
    width: 100%;
}
.header-ph {
    background: var(--color--two);
    color: #fff;
    border-radius: 0px;
    border-color: var(--color--two);
    position: relative;
    flex-direction: column;
    white-space: nowrap;
    /*padding: 10px 25px 10px 65px;*/
	    padding: 10px 15px 10px 50px;
    text-align: left;
    align-items: start;
    font-size: 20px;
    line-height: normal;
    font-family: var(--font-family--two);
    font-variant-numeric: lining-nums;
    margin-right: 10px!important;
}
.header-ph span {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    font-family: var(--font-family--one);
}
.header-ph::before {
    position: absolute;
    content: "";
    background-image: url(../img/phicon.svg);
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    /*left: 25px;*/
	left: 10px;
    transform: translateY(-50%);
}
.header-ph:hover::before {
    background-image: url(../img/phicon-red.svg);
}
.header-ph:hover {
    color: var(--color--two);
    background: none;
    border-color: var(--color--two);
}
.small-header .header-ph:hover {
    color: #fff;
    background: none;
    border-color: #fff;
}
.small-header .header-ph {
    color: var(--color--two);
    background: var(--color--six);
    border-color: var(--color--six);
}
.small-header .header-ph::before{
    background-image: url(../img/phicon-red.svg);
}
.small-header .header-ph:hover::before {
    background-image: url(../img/phicon.svg);
}
.patient-portal-btn {
    background: var(--color--one);
    border-color: var(--color--one);
    white-space: nowrap;
    margin-right: 12px;
    padding: 14px 25px 14px 50px;
    font-family: var(--font-family--two);
}
.patient-portal-btn::before {
    position: absolute;
    content: "";
    background-image: url(../img/user-icon.svg);
    width: 15px;
    height: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}
.patient-portal-btn:hover {
    color: #fff;
    background: none;
    border-color: #fff;
}
.patient-portal-btn:hover, .patient-portal-btn:focus, .patient-portal-btn:active, :not(.btn-check)+.patient-portal-btn:active,
.btn-check:checked+.btn, .patient-portal-btn.active, .patient-portal-btn:first-child:active, :not(.btn-check)+.patient-portal-btn:active {
    color: #fff;
    background: none;
    border-color: #fff;
}
header.small-header .patient-portal-btn {
    background: var(--color--two);
    color: #fff;
    border-color: var(--color--two);
}
header.small-header .patient-portal-btn:hover {
    color: #fff;
    background: none;
    border-color: #fff;
}
header.small-header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
    background: var(--color--two);
    position: fixed;
}
header.small-header .header-logo {
    width: 90%;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}
header.small-header .menu-top li a {
    padding: 30px 0;
}
header.small-header .neurostar-logo img {
    filter: brightness(100);
}
/*========= Header Search CSS END =========*/
.search-icon {
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.search-icon svg,
.search-icon img {
    width: 18px;
    height: 18px;
    stroke: #fff;
}
.search-icon svg:hover path{
    stroke: var(--color--two);
}
.small-header .search-icon svg:hover path{
    stroke: var(--color--black);
}
.search-icon svg path{
    stroke: #000;
}
.small-header .search-icon svg path{
    stroke: #fff;
}
.search-icon:hover{
    opacity: 0.8;
}
.header-search-box {
    position: fixed;
    background-color: #fff;
    width: 100%;
    transition: all 0.5s ease 0s;
    opacity: 0;
    height: 0;
    top: 0;
    right: 0;
}
.header-search-box.open-search {
    opacity: 1;
    height: 137px;
    z-index: 999999;
}
.header-search-box span.closebtn {
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    width: 35px;
    height: 35px;
}
.header-search-box span.closebtn::before,
.header-search-box span.closebtn::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background-color: #000;
}
.header-search-box span.closebtn::before {
    transform: rotate(45deg);
}
.header-search-box span.closebtn::after {
    transform: rotate(-45deg);
}
.header-search-box span.closebtn:hover::before,
.header-search-box span.closebtn:hover::after {
    background-color: var(--color--one);
}
.header-search-box span.closebtn:hover::before,
.header-search-box span.closebtn:hover::after {
    background-color: red; /* Change to desired color */
}
.header-search-box .search-input-wrap .searchform {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    margin: 0 auto;
    width: 100%;
}
.header-search-box input.search {
    height: 55px;
    color: #000;
    padding: 8px 58px 8px 10px;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
#site-searchs {
    top: 0;
    position: absolute;
    right: 0px;
    width: auto;
    height: 55px;
    border: none;
    padding: 13px 20px;
    line-height: 38px;
    cursor: pointer;
    background: none;
}
#site-searchs svg,
#site-searchs img {
    width: 20px;
    height: 20px;
    stroke: #000;
}
#site-searchs svg path{
    stroke: #000;
}
/*========= Header Search CSS END =========*/

/*==================== Header CSS END ====================*/

/*========= Nav Multiple CSS =========*/
.main-menu {
    align-items: center;
    width: 100%;
    justify-content: end;
}
header.small-header .header-row .main-menu {
    margin-top: 0;
}
.wrap-header {
    display: flex;
    align-items: center;
}
.menu-top {
    position: relative;
    display: flex;
}
ul.menu-top li {
    color: #fff;
    position: relative;
    padding: 0px 9px;
    line-height: normal;
}
ul.menu-top>li.menu-item-has-children {
    padding-right: 17px;
}
ul.menu-top li:first-child {
    padding-left: 0;
}
ul.menu-top li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all ease-in-out 0.5s;
    transform: translateY(1.50em);
}
.menu-top li a {
    color: var(--color--black);
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    text-decoration: none;
    height: 100%;
    font-weight: 500;
    text-transform: uppercase;
    padding: 35px 0;
    transition: all ease-in-out 0.3s;
}
.small-header .menu-top li a {
    color: var(--color--six);
}
.small-header .menu-top li a:hover{
    color: #fff!important;
}
.menu-top li a:hover {
    transition: 0.5s ease-in-out all;
    color: var(--color--two);
}
.menu-top li a::before {
    position: absolute;
    content: "";
    background: var(--color--two);
    left: 0;
    bottom: 0;
    height: 4px;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
    opacity: 0;
    border-radius: 10px;
    width: 1%;
}
.menu-top li a:hover::before,
.menu-header>ul>li.current_page_item>a::before,
.menu-header>ul>li.current_page_ancestor>a::before,
.menu-header .menu-top>li.current-menu-ancestor>a::before {
    width: 100%;
    opacity: 1;
    background-color: var(--color--six);
}
.menu-header .menu-top>li.current-menu-ancestor>a::before {
	opacity:0!important;
}
.small-header .menu-header>ul>li.current_page_item>a,
.small-header .menu-header>ul>li.current_page_ancestor>a {
    color: var(--color--six);
}
.menu-header>ul>li.current_page_item>a,
.menu-header>ul>li.current_page_ancestor>a {
    color: var(--color--two);
}
.menu-header>ul>li.current_page_item>a::before, .menu-header>ul>li.current_page_ancestor>a::before {
    position: absolute;
    content: "";
    background: var(--color--two);
    left: 0;
    bottom: 0;
    height: 4px;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
    opacity: 1;
    width: 100%;
    border-radius: 10px;
}
.small-header .menu-header>ul>li.current_page_item>a::before, .small-header .menu-header>ul>li.current_page_ancestor>a::before {
    background: var(--color--six);
}
.small-header #mainNav>li.menu-item-has-children::before{
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
#mainNav>li.menu-item-has-children::before {
    content: "";
    right: 5px;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid var(--color--two);
    border-bottom: 2px solid var(--color--two);
    transform-origin: 3px 0px;
}
.small-header .menu-top::before {
    display: none;
}
.sub-menu li.menu-item-has-children {
    position: relative;
}
.menu-top li>.sub-menu>li.menu-item-has-children:after {
    content: "";
    right: 7px;
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg) translateY(-50%);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform-origin: 0px 5px;
}
ul.menu-top li:hover>ul {
    visibility: visible;
    position: absolute;
    bottom: auto;
    opacity: 1;
    transform: translateY(0);
}
ul.menu-top li:hover li {
    float: none;
}
header .sub-menu li ul.sub-menu {
    position: absolute;
    background-color: #fff;
    z-index: 99;
    top: 0 !important;
}
.menu-top li ul li {
    border-top: 0;
    display: block;
    margin: 0;
}
ul.menu-top li .sub-menu li ul.sub-menu li>a {
    background-color: #fff;
    color: var(--color--black);
}
ul.menu-top li:hover li a:hover, ul.menu-top li .sub-menu li ul.sub-menu li>a:hover{
    background: #e4e4e4;
    color: var(--color--black);
}
.menu-top ul.sub-menu li.current_page_item a,
ul.menu-top li .sub-menu li ul.sub-menu li.current-menu-item > a,
.menu-top ul.sub-menu li.current_page_item a:hover,
.menu-top li.current-menu-parent ul.sub-menu li.menu-item-object-team_post.current-menu-item a{
    background: var(--color--two);
    color: #fff!important;
}
.menu-top ul.sub-menu li.current_page_item::after{
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
ul.menu-top ul ul {
    left: 100%;
}
.menu-header .sub-menu {
    background-color: #f2f2f2;
    min-width: 240px;
    z-index: 9;
    text-align: left;
    /*    border-top: 3px solid var(--color--two);*/
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
ul.menu-top li .sub-menu li {
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
ul.menu-top li .sub-menu li:last-child {
    border-bottom: none;
}
ul.menu-top li .sub-menu li a {
    line-height: normal;
    margin: 0;
    color: var(--color--black);
    border: none;
    display: block;
    font-weight: 500;
    padding: 10px;
    line-height: 16px;
    text-transform: capitalize;
    font-size: 14px;
}
ul.menu-top li .sub-menu li a:hover {
    border: none;
    color:  var(--color--two)!important;
}
ul.menu-top li .sub-menu li a:hover::before,
ul.menu-top li .sub-menu li a:hover::after {
    display: none;
}
.pointer-hide a {
    pointer-events: none;
}
.submenu-scroll .sub-menu {
    overflow-y: scroll;
    height: 450px;
}
.submenu-scroll .sub-menu::-webkit-scrollbar-track {
    background-color: #fff;
}
.submenu-scroll .sub-menu::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}
.submenu-scroll .sub-menu::-webkit-scrollbar-thumb {
    background-color: #fff;
}

/*========= Nav Multiple CSS END =========*/

/*==================== Footer CSS ====================*/
#footer {
    background-color: var(--color--four);
    color: #fff;
    padding-top: 60px;
}
#footer .day {
    width: 40%;
}
#footer .hours {
    width: 60%;
}

#footer .footer-neurostar {
    max-width: 140px;
    margin-left: 20px;
}
.pre-footer-nav{
    column-count: 2;
}
.footer-heading {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 22px;
}
.footer-content {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.9;
    font-weight: 300;
}

.footer-nav ul li {
    display: block;
}
.footer-nav ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    display: block;
    padding: 4px 0;
    transition: color 600ms linear;
}
.footer-nav ul li a:hover, .footer-nav ul li.current-menu-item a {
    color: var(--color--two);
}
.nap-row .inner-item {
    margin-bottom: 30px;
}
.nap-row .inner-item:last-child {
    margin-bottom: 0px;
}
.nap-address .b-name {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    display: block;
    color: #fff;
}
.nap-address {
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
}
.nap-address svg, .nap-address img{
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    fill: var(--color--six);
}
.nap-address svg path{
    fill: var(--color--six);
}
.nap-address .direction-link {
    text-transform: uppercase;
    border-bottom: 1px solid var(--color--six);
    margin-top: 8px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: var(--color--six);
}
.nap-address .direction-link:hover{
    color: var(--color--two);
    border-color: var(--color--two);
}
.footer-ph {
    position: relative;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    position: relative;
    padding-left: 30px;
    margin-top: 25px;
    display: inline-flex;
    font-size: 15px;
}
.footer-ph svg, .footer-ph img {
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    fill: var(--color--six);
}
.footer-ph svg path{
    fill: var(--color--six);
}
.footer-ph:hover{
    color: var(--color--two);
}
.social-btn {
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: space-between;
}
.sociallink {
    display: flex;
    align-items: center;
    margin-top:25px;
}
.sociallink li {
    display: block;
    margin-right: 8px;
}
.sociallink li:last-child {
    margin-right: 0px;
}
.sociallink li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 100%;
}
.sociallink li a svg, .sociallink li a img{
    width: 18px;
    height: 18px;
    fill: #fff;
}
.sociallink li a svg path{
    fill: #fff;
}
.sociallink li a:hover svg, .sociallink li a:hover svg path{
    fill: var(--color--two);
}

.copyright {
    margin-top: 30px;
    background-color: #ffffff10;
}
.copyright-text {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1.7;
    padding: 15px 0;
    /*    border-top: 2px solid rgba(255,255,255,0.15);*/
}
/*==================== Footer CSS END ====================*/

/*==================== Blog List Page CSS ====================*/
.post-lists {
    max-width: 720px;
}
.post-lists .loop-item {
    margin-bottom: 45px;
}
.post-lists .loop-item:last-child {
    margin-bottom: 0px;
}
.post-image {
    overflow: hidden;
    position: relative;
    display: block;
}
.post-image img {
    height: 400px;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.post-image .featured {
    background-size: cover;
    background-position: center;
}
.post-image .no-featured {
    background-size: 160px;
    background-position: center;
    background-color: #fff;
}
.post-lists .loop-item:hover .post-image .featured {
    transform: scale(1.1);
}
.post-lists  .blog-title {
    margin-top: 15px;
}
.post-lists  .blog-title a {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    display: block;
    line-height: 1.2;
    text-transform: capitalize;
}
.post-lists  .blog-title a:hover {
    color: var(--color--two);
}
/*==================== Blog List Page CSS END ====================*/

/*==================== Default Page CSS ====================*/
.default-content {
    max-width: 740px;
}
.blog-detail .default-content {
    max-width: 740px;
}
.fullwidth-content {
    max-width: 100%;
}
.fullwidth-page .default-content {
    max-width: 100%;
}
.default-content h1, .wp-block-group h1 {
    font-size: 45px;
}
.default-content h2, .wp-block-group h2 {
    font-size: 40px;
}
.default-content h3, .wp-block-group h3 {
    font-size: 30px;
}
.default-content h4, .wp-block-group h4 {
    font-size: 26px;
}
.default-content h5, .wp-block-group h5 {
    font-size: 22px;
}
.default-content h6, .wp-block-group h6 {
    font-size: 20px;
}
blockquote {
    background: #f4f4f4;
    padding: 20px 20px;
    border-left: 7px solid var(--color--two);
    font-style: italic;
    margin: 15px 0;
    display: block;
}
.default-content iframe {
    height: 500px;
}
.list-style ul {
    margin-bottom: 25px;
}
.list-style ul li ul {
    margin-bottom: 8px;
    margin-top: 8px;
}
.list-style ul li {
    position: relative;
    margin-left: 20px;
    margin-bottom: 7px;
    list-style-type: disc;
}
/*.list-style ul li::before {
    position: absolute;
    content: "";
    width: 27px;
    height: 23px;
    background-image: url(/wp-content/uploads/2024/06/image-17.png);
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 7px;

}*/
.list-style ul li a, .list-style ol li a, .page-content a, .postlist-single a {
    text-decoration: none;
    font-weight: 400;
}
.list-style ul li a:hover, .postlist-single a:hover, .list-style ol li a:hover, .page-content a:hover {
    text-decoration: none;
}
.list-style ol {
    list-style-type: none;
    counter-reset: ordered;
    margin: 0 0 20px;
    padding: 0;
}
.list-style ol li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}
.list-style ol li:last-child {
    margin-bottom: 0;
}
.list-style ol li::before {
    content: counter(ordered);
    counter-increment: ordered;
    position: absolute;
    left: 0;
    top: 0;
}
.default-content.list-style ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.default-content.list-style ul li::before {
    width: 22px;
    height: 18px;
    background-size: 22px;
    top: 5px;
}
/*==================== Default Page CSS END ====================*/

/*============= Team Details Page CSS ===============*/
.team-details .inner-content {
    padding-left: 10px;
}
.team-details figure {
    margin-bottom: 0px;
}
.team-details .heading {
    font-size: 30px;
    margin-bottom: 0;
}
.team-details .designation {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 8px;
}
@media (max-width: 991px){
    .team-details figure {
        margin-bottom: 30px;
    }
    .team-details .inner-content {
        padding-left: 0;
    }
}
/*============= Team Details Page CSS ===============*/


/********** website css ************/
.banner-section {
    position: relative;
    background: linear-gradient(90deg, rgba(255, 255, 0, 0) 50%, rgb(36 36 36 / 6%) 55%);
padding:110px 0 100px;
}
@media (min-width:1400px){
	.banner-section{   
	height:100vh;
	display:flex;
	align-items:center;
}
}
.page-banner {
    position: relative;
    padding-bottom: 60px;
    padding-top: 160px;
    background-position: center;
    background-size: cover;
}
.image-position {
    text-align: right;
    position: relative;
}
img.main-image-class {
    width: 90%;
}
img.small-image-class {
    width: 80%;
    position: absolute;
    bottom: -40px;
    left: -90px;
}
.banner-section h1.banner-heading {
    font-size: 66px;
}
.banner-section p {
    font-size: 20px;
    font-weight: 300;
    padding-right: 60px;
}
.hr-line{
    width: 90%;
    margin: 20px 0;
}
.hr-line hr{
    color: #b6af9f;
}
.heading-small {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 7px;
}
.image-col div {
    padding-left: 25px;
    padding-bottom: 20px;
}
.image-col div::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    background: var(--color--two);
    z-index: -1;
}
.blog-title h2{
    font-size: 20px;
}
.btn.read-more-btn:hover{
    color: var(--color--one);
}
.btn.read-more-btn{
    background-color: transparent;
    color: var(--color--two);
    border: none !important;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    padding: 0;
}
.default-content h2{
    text-transform: capitalize;
}

.page-template-contact-us #providing-legal-services .map-uper-address{
    display:none;
}
.contact_address{
    position: static;
}
.form-main-box label {
    margin: 30px 0 0px!important;
    display: flex;
}

.form_code input, .form_code select {
    width: 100%;
    border-bottom: 1px solid #83838383 !important;
    color: #838383;
    border: none;
    height: 50px !important;
    padding: 14px 10px 14px 10px;
    line-height: 20px;
}
.form_code textarea{
    width: 100%;
    border-bottom: 1px solid #83838383 !important;
    color: #838383;
    border: none;
    height: 200px !important;
    padding: 14px 10px 14px 10px;
    line-height: 20px;
}

.form-main-box .btn {
    margin-top: 30px;
    color: #fff;
    padding: 15px 50px;
    width: auto;
    border-radius: 0px;
    height: auto !important;
}
.blue-box p {
    margin: 0;
    background: #2a407c;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 40px 30px;
}
.blue-box a {
    color: #fff;
}
.blue-box a:hover {
    color: #767676;
}
.content-outer p, .content-outer a {
    color: #737373;
}
.content-outer a {
    text-decoration: underline;
}
.satellite_offices_inner h6 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize !important;
}
.satellite_offices {
    display: flex;
    justify-content: space-between;
}

h5.sub-heading{
    text-transform: uppercase;
}

.form-padding{
    padding: 32px 0;
}

.form-wrap h2{
    text-transform: uppercase;
}

.free-case-consultation{
    background-image: url(/wp-content/uploads/2024/06/Free-case-Consultation-bg-scaled.webp);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #162336;
}

.free-case-consultation h3{
    color: #fff;
    margin: 0 !important;
}

.free-consultation{
    background: transparent;
    border: 2px solid #fff;
    padding: 20px 25px 20px 65px;
    position: relative;
}

.free-consultation:before{
    position: absolute;
    content: "";
    background-image: url(/wp-content/themes/carltonben/img/phicon.svg);
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 33px;
    transform: translateY(-50%);
}
.faq-heading h2{
    text-transform: capitalize;
}

.accordion-toggle{
    background: transparent;
    border: 1px solid #CDCDCD;
    border-bottom: none;
}

.accordion-toggle:last-child {
    border-bottom: 1px solid #CDCDCD;
}

.faq-card-header .font-h5 div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-toggle .faq-card-content .card-body p{
    max-width: 95%;
    padding: 0px 20px 50px 20px;
}

.accordion-button:focus {
    box-shadow: none;
}

.faq-card-header .font-h5 div[aria-expanded=true]:after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: rgba(245, 41, 59, 1);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/wp-content/uploads/2024/07/Group-46.png");
}

.faq-card-header .font-h5 div[aria-expanded=false]:after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: rgba(245, 41, 59, 0.1);
    transform: rotate(0deg);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/wp-content/uploads/2024/07/Group-46-1.png");
}
.accordion-button {
    font-size: 25px;
    font-weight: 400;
    cursor: pointer;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent;
    box-shadow: none;
    border: none;
}

/* Case Result Page CSS */
.case-result-loop {
    color: #000;
    min-height: 330px;
    text-align: center;
    padding: 20px;
    border: 1px solid #CDCDCD;
    transition: all ease-in-out 0.6s;
    height: 100%;
}
.case-result-loop .case-result-title {
    font-size: 40px;
    font-weight: 400;
    line-height: 55px;
    text-align: center;
    color: #000000;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.case-result-loop .case-result-title:after {
    content: "";
    display: block;
    height: 1px;
    width: 70px;
    margin: 0 auto;
    background: #F5293B;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.case-result-loop:hover {
    background: #000;
    color: #000;
    transition: all ease-in-out 0.6s;
}

.case-result-loop:hover *, .case-result-loop:hover .case-name-container span.case-type {
    color: #ccc;
}
.case-name-container span.case-type {
    font-size: 16px;
    text-align: right;
    color: #ccc;
    display: block;
}

span.sub-title {
    font-size: 18px;
    line-height: 46px;
}

.case-result-content p {
    font-size: 16px;
    line-height: 30px;
    color: #565656;
}
/* Case Result Page CSS */
.service-inner {
    border: 1px solid #D9D9D9;
    margin-right: 20px;
    padding: 20px;
}
.service-inner:hover{
    box-shadow: 0px 4px 24px 0px #00000021;
}
.service-inner:hover .service-heading {
    font-weight: 500;
}
.service-inner:hover a.btn-knw {
    color: #F5293B;
}
.service-inner:hover a.btn-knw svg path {
    fill: #F5293B;
}
.service-inner hr{
    color: #2E279D;
    width: 20%;
}
.service-inner .hr-line{
    margin: 15px 0 0;
}

.service-inner svg path{
	fill: red;
}
.services-slider {
    margin-top: 50px;
}
.arrows-position {
    display: flex;
    justify-content: flex-end;
}
.services-section .above-text p {
    margin: 20px 0 30px;
    width: 55%;
}
.arrows-position .slick-prev, .arrows-position .slick-next {
    width: 60px;
    height: 40px;
    border: 1px solid #D9D9D9;
    top: unset!important;
    position: relative;
    transform: none;
}
.arrows-position .slick-prev {
    margin-right: 10px;
}
.arrows-position .slick-prev:hover, .arrows-position .slick-prev:focus, .arrows-position .slick-next:hover, .arrows-position .slick-next:focus {
    border: 1px solid var(--color--two);
    background: #ffffff00;
    border-radius: 0;
}
.arrows-position .slick-prev:hover svg path, .arrows-position .slick-prev:focus svg path, .arrows-position .slick-next:hover svg path, .arrows-position .slick-next:focus svg path {
    fill: var(--color--two);

}
.arrows-position .slick-prev svg, .arrows-position .slick-next svg{
    width: 20px;
    height: 20px;

}
.arrows-position .slick-next svg{
    transform: rotate(179deg);
}
.services-section .services-slider {
    margin-top: 50px;
    margin-right: -15%;
    margin-left: auto;
}
.services-section .slick-list.draggable {
    padding-right: 15%;
}
.services-section{
    overflow: hidden;
}
.service-heading {
    font-size: 26px;
}
@media (min-width: 1600px) and (max-width: 1920px){
    .satellite_offices_inner {
        padding-right: 80px;
    }
}
@media (min-width: 1366px) and (max-width: 1440px){
    .find-location-page .h3_heading {
        font-size: 21px;
    }
    .blue-box p {
        padding: 40px 20px;
    }
}
@media (max-width: 991px){
    .blue-box {
        margin-top: 20px;
    }
    .satellite_offices-main{
        margin-top: 20px;
    }
}


.about .image img{
    padding-right: 50px;
}

.about .heading-section .heading{
    margin-bottom: 30px;
}

.about .heading-section p{
    margin-bottom: 1rem;
}

.about .heading-section .sub-heading{
    font-size: 16px;
    line-height: 35px;
    padding-bottom: 47px;
    border-bottom: 1px solid rgba(212, 212, 212, 1);
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
}

.award .inner .icon{
    margin-bottom: 10px;
}

.award .inner .icon svg{
    height: 50px;
}

.about-bio{
    position: relative;
    background: rgba(245, 41, 59, 1);
}

.about-bio .title h2{
    color: rgba(255, 255, 255, 1);
}

.about-bio .content p{
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
    padding-right: 55px;
}

.about-bio .image img{
    position: absolute;
    max-width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
}

@media (max-width: 1199px){
    .about .row{
        flex-direction: column;
    }
    .heading-section img{
        margin: 0;
    }
    .about .image img {
        padding-right: 0;
    }
    .about-bio .content p {
        padding-right: 0;
    }

    .about .heading-section .sub-heading {
        line-height: 28px;
        padding-bottom: 27px;
    }
}

@media (max-width: 991px){
    .about-bio .image img {
        position: relative;
        max-width: 100%;
        height: 100%;
    }
}

.our-team-title h2{
    text-transform: capitalize;
    padding-bottom: 25px;
}

.our-team-content p{
    line-height: 20px;
    color: rgba(0, 0, 0, 1);
}

.our-team.video-container{
    padding-right: 0px;
}

.item-wrap a img{
    width: 100%;
    height: 550px;
    object-fit: cover;
    padding-bottom: 10px;
}

.attorney-container .designation{
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
}

.col-lg-4.team-item-wrap{
    padding-bottom: 40px;
}


.staff-name h3{
    text-transform: uppercase;
}

.staff-designation{
    text-transform: uppercase;
}

.attorney-name a{
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    color: rgba(0, 0, 0, 1);
}



@media (max-width: 1199px) {
    .item-wrap a img {
        height: auto;
    }
}

@media (max-width: 992px) {
    .item-wrap a img {
        padding: 0;
    }
}
/* Practice Area Page Css */
.practice-areas-page{
    position: relative;
}
.practice-icon {
    height: 450px;
    display: flex;
    align-items: end;
    background-repeat: no-repeat;
    background-size: cover;
}
.practice-areas-page .prac-heading {
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
}
.practice-info-wrap a .practice-icon:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0px;
    right: 0;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.01), rgb(0 0 0 / 78%));
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
p a:hover{
    font-weight: 600!important;
}
.practice-info-wrap a .practice-icon:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0px;
    right: 0;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgb(0 0 0 / 88%));
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.inner-practice {
    z-index: 2;
    padding: 0 20px 20px;
    min-height: 170px;
    width: 100%;
    position: relative;
}
.inner-practice svg.icon.replaced-svg {
    height: 70px;
    margin-left: -8px;
}
/* Practice Area Page Css */

.review-page .title{
    font-weight: 300;
    line-height: 30px;
    font-size: 16px;
}

.heading-section .content{
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 35px;
}

.testimonial-item-box{
    background: rgba(29, 75, 160, 0.02);
    padding: 60px 30px 60px 40px;
    height:100%;
}
.testimonial-content {
    padding-top: 10px;
}
.testimonial-content .client-name{
    font-size: 20px;
    font-weight: 400;
}

button.load-btn{
    margin: 45px auto 0;
    display: block;
}
.hid-items{
    display:none
}
.hid-items.active{
    display:block
}

.quote-inner {
    background-image: url(/wp-content/uploads/2024/07/image-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -170px;
    width: calc(100% - 50px);
    margin-left: 50px;
    padding: 100px 0 60px;
}
.quote-section {
    background-color: #F5293B;
    margin-top: 100px;
}
a.trans.btn {
    border: 2px solid #fff;
    background: none;
}
.quote-section p a{
    text-decoration: underline;
    color:#fff;
    font-weight: 400;
}
a.trans.btn:hover {
    background: var(--color--two);
    border-color: var(--color--two);
}
img.logos-icon {
    width: 100px;
    height: 70px;
    object-fit: contain;
    object-position: center;
}
.logos-section {
    background-color: #f2f2f2;
    padding: 20px 0;
    overflow-x: hidden;
}
.logo-item:nth-child(odd):after {
    content: '';
    position: absolute;
    height: 60px;
    width: 1px;
    background-color: #dbdbdb;
    top: -20px;
    right: 0;
}
.logo-item:nth-child(even):after {
    bottom: -20px;
    right: 0;
    content: '';
    position: absolute;
    height: 60px;
    width: 1px;
    background-color: #dbdbdb;
}
.logo-item {
    position: relative;
}
.logo-item:last-child:after{
    display: none!important;
}
.review-content{
    font-size: 20px;
    line-height: 50px;
    font-weight: 300;
}
.testimonial-quote {
    width: 190px;
    display: inline-block!important;
    margin-bottom: -90px;
}
.review-content .name{
    color:#F5293B;
    font-weight: 500;
}
.testimonials-inner .slick-dots li button {
    background: #DCDCDC!important;
    height: 8px!important;
    width: 8px!important;
}
.testimonials-inner .slick-dots .slick-active {
    width: 14px!important;
    height: 14px!important;
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    border-radius: 20px!important;
    border: 1px solid var(--color--two)!important;
}
.testimonials-inner .slick-dots li.slick-active button{
    background: var(--color--two)!important;
}
.we-can-help-section p{
    line-height:38px;
    color: #fff;
}
.we-can-help-section {
    background: linear-gradient(90deg, rgba(245, 41, 59, 0.06) 29%, rgba(22, 35, 54, 1) 29%);
}
.form-section iframe {
    height: 690px;
    display: block;
}
.form-section {
    position: relative;
    overflow: hidden;
}

.form-section .inner-form {
    background-color: #fff;
    padding: 60px 20px;
    box-shadow: 0px 0px 60px 0px #00000026;
    position: relative;
    z-index: 5;
}
.image-with-text {
    background-color: #f5293b0f;
}
.image-with-text p{
    font-weight: 300;
}
.image-with-text .image-col {
    padding-right: 40px;
}
.services-mob .service-heading {
    font-size: 14px;
    text-transform: capitalize;
}
.services-mob .service-inner {
    border: 1px solid #D9D9D9;
    margin-right: 0;
    padding: 20px;
}
.service-inner .service-icon {
    width: 80px;
    height: 80px;
}
a.btn-knw {
    display: flex;
    align-items: center;
    color: #242424;
}
a.btn-knw svg {
    margin-left: 10px;
}

a.btn-knw:hover path{
    fill: #F5293B;
}
.team-details img{
    padding-right: 50px;
}

.team-details .attorney-right-info .heading {
    font-size: 42px;
    margin-bottom: 15px;
    color: rgba(34, 34, 34, 1);
}

.team-detail{
    background: rgba(252, 252, 252, 1);
}

.attorney-detail-title .heading2 {
    font-size: 42px;
    line-height: 50px;
    padding-bottom: 22px;
}

.content-box .attorney-detail-content ul li{
    line-height: 40px;
}

.post-lists .loop-item {
    margin-bottom: 58px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(196, 196, 196, 1);
}
.post-cat{
    display: flex;
    gap: 20px;
    margin: 22px 0;
    align-items: center;
}
.post-cat a {
    color: rgba(245, 41, 59, 1);
    background: rgba(245, 41, 59, 0.1);
    padding: 10px 20px;
}
.post_date img{
    max-width: 100%;
    height: 100%;
    margin-right: 10px;
}
.quote-section.space-pd{
    padding-bottom: 50px!important;
}
.quote-section p a:hover{
    color: var(--color--two);
}
.menu-top li a:hover ::before{
    opacity: 1;
}

.form-section ::placeholder, .contact_us ::placeholde{
    color:#8E8E8E;
    font-weight: 300;
}
.form-section .contct-btn p{
    text-align: left;
}
.f-logo {
    /*width: 200px;*/
}
.contact-sub{
    font-size: 15px;
    font-weight: 300;
    line-height: 18.15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.faq-page-container .blog-search .search-btn {
    width: 115px;
    color: #fff;
}
.sidebar-form .btn:hover{
    background-color: #fff!important;
    color: var(--color--two)!important;
}
.review-page .icon svg{
    width:270px;
}
.quote-icon svg{
    width: 90px;
}
aside.sidebar {
    position: sticky;
    top: -10px;
}
.static-page .wp-block-heading {
    margin-top: 40px;
}

@media (min-width:1919px){
    .services-section .services-slider{
        max-width: 1600px!important;
    }
}

.attorney-detail-content ul {
    margin-bottom: 25px;
}
.attorney-detail-content ul li {
    position: relative;
    margin-left: 20px;
    list-style-type: disc;
}
.footer-tagline p{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: end;
}
.footer-tagline p a{
    width: 30%;
}
.footer-tagline p a img{
    position: relative;
    top: 5px;
    margin-left: 6px;
}
.footer-tagline p a {
    width: 30%;
}
.footer-tagline p a img {
    position: relative;
    top: 5px;
    margin-left: 6px;
}

.logo-slider .slick-track {
    display: flex;
    align-items: center;
}

.logo-slider img.logos-icon {
    width: auto;
    margin: 0 auto;
    max-width: 200px;
    height: auto;
    max-height: 100px;
}
.injury-claim-section {
    background: rgb(245 41 59 / 6%);
    
}
.recoverable-section{
   background: #f2f2f2; 
}
.inner-code {
    position: relative;
}
.inner-code a.iframe-link {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    left: 0;
    top: 0;
}
b, strong {
    font-weight: 600;
}


.banner-section .image-position {
    margin-top: 45px;
}