.gt_container-nwfp91 .gt_switcher {
    position: absolute;
    right: 232px;
}
.gt_container-nwfp91 .gt_switcher .gt_selected {
    background: transparent;
}
.gt_container-nwfp91 .gt_switcher .gt_selected a {
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}
.gt_container-nwfp91 .gt_switcher a img {
    display: none;
}
.header-phone {
    display: flex;
    align-items: center;
    position: relative;
    top: 2px;
}
span.phone_text {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

span.header_phone1 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1;
    margin-left: 5px;
}

span.header_phone1:hover {
    color: #c5a756;
}

.header-search:hover svg path {
    stroke: #ffffff;
}
.header-new .sidebar-menu-arrow {
    border-left: 1.5px solid #a9a9a9;
    border-bottom: 1.5px solid #a9a9a9;
}
.header-search {
    cursor: pointer;
    margin: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid;
    padding-left: 15px;
}
.menu-new ul li a{
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    border-top: none !important;
    border-bottom: 2px solid transparent;
}
.menu-new .menu-header > li > a {
    padding: 40px 12px;
}

.menu-new ul li a:hover{
    border-color: #d8b85f;
}
.menu-new ul li a:active{
    color:  #d8b85f;
    border-bottom: 2px solid transparent;
}
.header-new{
    background: transparent;
}
.header-new .menu-header .sub-menu{
    background-color: #d8b85f;
}
.header-new .menu-header .sub-menu li:hover>a, .menu-header .sub-menu li a:hover{
    background: transparent;
    color: #000;
}
.header-wrapper-new{
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.header-nav li:last-child{
    border-right: 1px solid;
}
.menu-header>li>a:hover, .menu-header>li.current-menu-item>a, .menu-header>li.current_page_parent>a {
    color: #D8B85F;
    border-color: #D8B85F;
}
header#header.small-header .header-new > ul > li > ul {
    padding-top: 0;
    transition: all linear 0.1s;
}
.small-header .header-new > ul > li > ul.sub-menu {
    transform: translateY(17px);
}
header#header.small-header {
    background: #303961;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.menu-header>li>a:active{
    border-bottom: 1px solid #D8B85F;
}
body .header-new .gt_switcher {
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    right: 193px;
    top: -3px;
}
body .header-new .gt_container-msa7n4 .gt_switcher .gt_selected a {
    padding-top: 1px;
    padding-bottom: 1px;
}
.map-sec{
    margin: 0;
    padding: 0;
}
.bg-map.wow.fadeInRight {
    max-width: 100%;
    height: 100%;
    padding: 0;
}
.menu-footer-sec{
    background: #000;
    margin: 0;
    padding: 0;
}
.footer-wrap{
    padding: 60px 40px ;
}
.footer-description .content{
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    font-size: 16px;
}
.footer-links {
    padding: 25px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer-links .footer-title {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.footer-links .footer-menu a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}
.footer-menu {
    margin-right: 70px;
}
.footer-links .footer-menu ul li {
    margin-bottom: 8px;
}
.copyright-text{
    color: #fff;
    padding: 15px;
    background: #303961;
    font-size: 16px;
    font-weight: 400;
}
.home-play-video {
    display: block;
    position: relative;
    width: 100%;
}

.home-play-video:after {
    position: absolute;
    bottom: 25px;
    right: 25px;
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    background-size: 14px;
    border-radius: 100%;
    background-position: 24px center;
    content: "";
    border: 1px solid #fff;
    background-image: url(../images/play-icon.svg);
}

div#our-awards .slick-slide.slick-active {
    border-right: 1px solid rgba(27, 24, 29, 0.20);
}
body{
    font-family: "Work Sans", sans-serif;

}
.h2{
    font-size: 55px;
    font-weight: 400;
    font-family: "EB Garamond";
}
p{
    font-size: 16px;
    font-weight: 400;
}
p, div, a{
    font-family: "Work Sans", sans-serif;
}
.card-pratice a {
    overflow: hidden;
    position: relative;
    display: block;
}
.card-pratice a img {
    transition: .5s;
}
.card-pratice a:hover img {
    transform: scale(1.1);
}
a.btn.bnr-btn.form-btn:hover {
    color: #212529;
    text-decoration: none;
}
.banner-sec a.bnr-btn.btn.mt-4:hover{
    color: #000;
    text-decoration: none;
}
.container{
    max-width: 1400px;
}
.btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.space-pd{
    padding: 115px 0px;
}
.home-new-banner image{
    background-position: center;
    background-size: cover;
    object-fit: cover;
}
.home-new-banner {
    height: 100vh;
    position: relative;
}
.menu-wrapper svg {
    width: auto;
}
.home-new-banner .container{
    position: relative;
    z-index: 3;
}
.home-new-banner #banner_video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    object-fit: cover;
}
.home-new-banner .banner-sec {
    margin-top: 80px;
}
.home-new-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    background: linear-gradient(180deg, #303961 0%, rgba(48, 57, 97, 0.82) 100%);
    mix-blend-mode: multiply;
}
.home-new-banner .container{
    position: relative;
    z-index: 2;
}
.home-new-banner.container-inner {
    max-width: 960px;
}
.banner-sec{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.icon-lft svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.header-phone:hover svg path{
    stroke: #D8B85F;
}
.banner-sec h1 {
    font-size: 70px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    font-family: "EB Garamond", serif;
    color: #fff;
    align-items: center;
}
.banner-sec h1 span {
    display: block;
}
.banner-sec h1:after {
    content: "";
    position: absolute;
    width: 65%;
    height: 3px;
    background: var(--color-golden);
    bottom: 0px;
    left: 0px;
}
.banner-description {
    font-size: 25px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 10px;
}
.banner-sec a.bnr-btn.btn.mt-4 {
    background: #D8B85F;
    border-radius: 50px;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500;
}
.inner-content .heading{
    color: #1B181D;
    line-height: normal;
    text-transform: uppercase;
}
h2, .h2 {
    line-height: normal;
}
.inner-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    color: #1B181D;
    text-wrap: balance;
}
.btn{
    background: #D8B85F;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 50px;
    padding: 10px 30px;
}
.about-img.image-sec {
    padding: 20px 20px 50px 20px;
}
.inner-about img {
    width: 100%;
    object-fit: cover;
    height: auto;
}
h2.about-heading.h2 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    line-height: 60px;
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
}
.testimonial-sec{
    background: #F7F7F7;
    position: relative;
}
.testimonial{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.testimonial img {
    width: 100%;
}
div#our-awards {
    padding: 70px 0px;
}
.our-award-list {
    border-right: 1px solid;
    border-color: rgba(27, 24, 29, 0.2);
    padding: 0px 20px;
}
.our-award-list:last-child{
    border-right: none;
}
.our-award-list img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.right{
    background: #000;
    padding: 80px 40px;
    margin: 0;
}
.left{
    background: #F7F7F7;
    margin: 0;
    padding: 0;
}
.right-part h2.heading.h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}
.pratice-content p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 35px;
}
.pratice-content{
    margin-bottom: 20px;
}
.pratice-card {
    position: relative;
    display: block;
    z-index: 0;
}
.pratice-card:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000000;
    opacity: 0.5;
}
.pratice-card .title {
    position: absolute;
    bottom: 0px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 20px;
    text-transform: uppercase;
    z-index: 2;
}
.user-info {
    background: #303961;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 30px;
    text-align: center;
}
.information {
    text-align: center;
    color: #D8B85F;
    font-size: 30px;
    font-weight: 500;
    margin-top: 30px;
    text-transform: uppercase;
}
.contact-details {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 127px 30px;
}
.call {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    position: relative;
    width: 100%;
}
.phone {
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #303961;
    /* font-family: "Work sans-serif"; */
}
.free-consultation {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    line-height: 1px;
    margin-top: 15px;
}
.content-sec h2.heading.h2 {
    text-align: center;
    color: #fff;
    line-height: 75px;
    max-width: 1000px;
    text-transform: uppercase;
}
.content-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.content-sec p {
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    color: #fff;
}
.content-sec ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
}
.content-sec .content-part ul {
    margin-bottom: 20px;
    column-count: 2;
}
.content-sec ul li {
    position: relative; /* Needed for absolutely positioned ::before */
    padding-left: 40px; /* Make space for the icon */
}
.content-sec ul li::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    top: 2px;
    bottom: 0px;
    left: 0px;
    background-image: url('https://benrobertsstg.wpengine.com/wp-content/uploads/2025/05/theme-logo-1-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.review-details h2.heading.h2 {
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    color: #1B181D;
    line-height: 70px;
}
.review-details .phone {
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2px;
    text-align: center;
}
.review-details p {
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    text-transform: uppercase;
    text-align: center;
    color: #1B181D;
    max-width: 400px;
}
.injury-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
}
.content {
    border-bottom: 1px solid #303961;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}
.left-content-sec h2{
    color: #1B181D;
    text-transform: uppercase;
    max-width: 1000px;
}
.recent-blog-section{
    background: #F7F7F7;
}
.blog-sec{
    display: flex;
}
.footer-form{
    background: #303961;
}
.form-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.05;
}
.wrap-btn{
    gap: 0px 20px;
    flex-wrap: wrap;
}
.wrap-btn .form-btn {
    color: #D8B85F;
    background: #fff;
    /* font-size: 16px; */
    padding: 15px 40px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
}
.form-heading{
    color: #fff;
    text-transform: uppercase;
}
.footer-content {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.footer-content p {
    line-height: 2;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20p;
}
.award-wrap .slick-list{
    height: 128px;

}
.form-group .form-btn{
    background: transparent;
    padding: 15px;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.2);
}
.form-group .form-btn{
    outline: 0 none;
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    height: inherit;
    box-shadow: inherit;
    width: 100%;
    border-radius: 0;
    background: transparent !important;
    padding: 15px;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.2);
}
.form-new input::placeholder,
.form-new textarea::placeholder {
    color: #fff; /* Change this to any color you want */
    opacity: 1; /* Ensure visibility in some browsers */
}
.our-award-list img{
    height: auto !important;
    width: auto;
}
.case-result {
    background: transparent;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.billion-slider {
    width: 100%;
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
}
.billion-slider .slick-dots {
    margin-top: 45px;
}
.blog-sec img {
    position: static;
    height: 213px;
    object-fit: cover;
    width: 100%;
}
.post-image-recent{
    padding-top: 0;
}
.testimonial-slide{
    background: #D8B85F;
    padding: 40px 30px;
    margin: 0px 15px;
    height: 309px;
}
.testmo-desc-list p{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}
.testmo-heading-list{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
    color: #fff;
}
.inner-content2 {
    max-width: 700px;
}
.inner-content2 h2.heading.h2 {
    text-transform: uppercase;
    color: #1B181D;
}
.inner-content2 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    text-wrap: wra;
    text-wrap: wrap;
    color: #1B181D;
}
.testimonial-class{
    display: flex;
    justify-content: flex-end;

}
.testimonial-lists .slick-list {
    padding-right: 160px !important;
}
.testimonial-div{
    position: relative;
}
.testmo-desc-list::before {
    content: '';
    position: absolute;
    width: 54px;
    height: 50px;
    top: 18px;
    bottom: 0px;
    left: 45px;
    background-image: url('https://benrobertsstg.wpengine.com/wp-content/uploads/2025/05/quotes-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.testi-bg-img {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.post-content-blog {
    position: absolute;
    bottom: 0px;
    background: rgba(0,0,0,0.5);
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.post-desc-full{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}
.heading-blog{
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    font-family: "EB Garamond";
}
.read-more {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: underline;
    color: #D8B85F;
}
.recent-blog-section h2{
    text-transform: uppercase;
    color: #1B181D;
}
.recent-blog {
    margin-bottom: 15px;
}
.heading-listing .heading-yellow{
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    color: #1B181D;
    font-family: "EB Garamond";
    margin-bottom: 10px;
}
.post-desc-listing{
    color: #1B181D;
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.blog-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-line {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #303961;
    position: relative;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}
.review-line span{
    background: #fff;
    padding: 20px 30px;
    position:absolute;
}
.pratice-card img{
    height: 210px;
    width: 100%;
    object-fit: cover;
}
.inner-content2 h2.heading.h2, .inner-content .heading, .right-part h2.heading.h2, .content-sec h2.heading.h2 {
    margin-bottom: 20px;
    line-height: normal;
}
.our-list.blue-list .h2{
    color: #1B181D;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    font-family: "EB Garamond";
    max-width: 225px;
    margin-left: auto;
    margin-right: auto;
}
.our-list.blue-list.case-title::before {
    content: "";
    width: 70px;
    height: 2px;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}
.our-case-lists .slick-slide {
    height: 100%;
    border-right: 1px solid;
    border-color: rgba(0, 0, 0, 0.2);
}
.our-case-lists .slick-slide:last-child {
    border-right: none;
}
span.call-line {
    background: rgba(247, 247, 247, 1);
    position: relative;
    z-index: 1;
    padding: 0px 25px;
}
.call:after {
    content: "";
    background: rgba(216, 184, 95, 1);
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
}
.slick-dots li{
    width: 8px;
    height: 8px;
    /* display: inline-block; */
    margin: 0 5px;
    /* border: 1px solid #D8B85F; */
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots li.slick-active{
    width: 18px;
    height: 18px;
    display: flex;
    margin: 0 5px;
    border: 1px solid #D8B85F;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
ul.slick-dots{
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-dots li button {
    height: 8px;
    width: 8px;
    background: #d1d1d1;
    font-size: 0px;
    box-shadow: none;
    border: none;
    border-radius: 50%;
    display: block;
}
.inner-about .testimonial-lists.slick-initialized.slick-slider {
    padding-bottom: 75px;
}
.inner-about .testimonial-lists .slick-arrow {
    position: absolute;
    right: 170px;
    background: transparent;
    background-image: url('https://benrobertsstg.wpengine.com/wp-content/uploads/2025/05/Vector-1.svg');
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    font-size: 0px;
    width: 55px;
    height: 55px;
    bottom: 0px;
    top: auto;
    outline: none;
    box-shadow: none;
}
.inner-about button.slick-prev.slick-arrow {
    right: 240px;
}
.inner-about .testimonial-lists .slick-next {
    transform: rotate(180deg);
}
.inner-about .testimonial-lists .slick-arrow:hover {
    background-color: #D8B85F;
}
.post-content{
    width: 100%;
}
.space-testimonial{
    padding: 70px 0px 20px;
}
.phone a:hover {
    color: #c5a756;
}
.phone-num a:hover {
    color: #c5a756;
}
.testimonial-sec .heading.h2 {
    padding-right: 10px;
}
.practice-card .title {
    position: absolute;
    bottom: 10px;
    color: #fff;
    padding-left: 15px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 1;
}
.practice-content p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 25px;
}
.practice-card {
    position: relative;
}
.practice-card:after {
    background: rgb(102 102 102 / 43%);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    transition: 0.6s ease-in-out;
}
.practice-card img {
    width: 500px;
    height: auto;
    -webkit-transition: .3s ease-in-out;
    transition: .5s ease-in-out;
}
.practice-card:hover::after {
    background: rgb(41 38 38 / 43%);
}
.header-search svg {
    width: 20px;
    height: 20px;
}
.header-new .header-search svg path {
    fill: white;
}
.header-new .header-search:hover svg path {
    fill: #d8b85f;
}
body .header-new .gt_switcher {
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    right: 193px;
    top: -3px;
}
@media screen and (max-width: 1500px){
    .testimonial{
        padding: 20px 0px;
    }
}