.banner-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

.banner-section::after {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(90deg,rgba(34, 62, 88, 1) 28%, rgba(237, 221, 83, 0) 100%);
}
/*
.banner-section:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    
}*/
.banner-section .container {
    position: relative;
    z-index: 999;
}
.banner-heading {
    font-weight: 500;
    font-size: 69px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Gotham-Black';
}

.banner-content {
    font-size: 20px;
    font-weight: 400;
    color: #ffff;
    margin-bottom: 25px;
}
/* .banner-section .patient-portal-btn:hover svg path {
    fill: #fff;
    stroke: var(--color--two);
} */
.banner-section .patient-portal-btn:hover{
    gap:5px;
}
.banner-section .patient-portal-btn {
    height: 50px;
    display: inline-flex;
    margin-right: 0;
    margin-left: 15px;
}

@media (max-width:1199px) {
    .banner-section {
        height: 650px !important;
    }
}
@media (max-width:991px) {
    .about-section:after {
        display: none;
    }
    .about-section .inner-image {
        margin-bottom: 30px;
    }
}



.about-section:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #223E58;
    width: 39.5%;
    height: 60%;
    z-index: -1;
}
.about-section, .team-section {
    max-width: 1920px;
    margin: auto;
}

.team-section .container-fluid {
    max-width: 1920px;
}
.team-section .item {
    display: flex;
    width: 100%;
    background: #97cdce4d;
    transition: all ease-in-out 0.5s;
}
.team-section .item .attorney-detail {
    padding: 20px 35px;
    display: flex;
    align-items: center;
}
.team-section .item .attorney-detail,
.team-section .item .attorney-img {
    width: 50%;
}
.team-section .item img {
    display: block;
    width: 100%;
}
.team-section .item .attorney-name {
    font-weight: 500;
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 7px;
    color: #223E58;
    line-height: 1.2;
}
.team-section .item .attorney-designation {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #5b5b5b;

}
.team-section .item .attorney-img {
    position: relative;
}
.team-section .item .attorney-img a {
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--light--color);
}
.team-section .item .featured-img {
    display: block;
    width: 100%;
    height: 100%;
    object-position: center top;
    object-fit: cover;
}
.team-section .item:hover {
    background: #97cdce;
}

@media (min-width: 1601px) {
    .team-section .item .attorney-img a {
        height: 480px;
    }
}
@media (max-width: 1400px) {
    .team-section .item .attorney-name {
        font-size: 25px;
    }
}
@media (min-width: 992px) {
    .team-section .loop-item:nth-child(3n) .item,
    .team-section .loop-item:nth-child(4n) .item {
        flex-direction: row-reverse;
    }
    .team-section .item .attorney-img:after {
        width: 70px;
        height: 1px;
        background: #3EA7DC;
        position: absolute;
        content: "";
        left: -35px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .team-section .loop-item:nth-child(3n) .item .attorney-img:after,
    .team-section .loop-item:nth-child(4n) .item .attorney-img:after {
        left: auto;
        right: -35px;
    }
    .team-section .loop-item:nth-child(3n) .item .attorney-detail,
    .team-section .loop-item:nth-child(4n) .item .attorney-detail {
        padding-left: 45px;
        padding-right: 15px;
    }
}
@media (max-width: 1024px) {
    .team-section .item .attorney-name {
        font-size: 22px;
    }
    .team-section .loop-item:nth-child(3n) .item .attorney-detail,
    .team-section .loop-item:nth-child(4n) .item .attorney-detail {
        padding-left: 50px;
    }
}
@media (max-width: 991px) {
    .team-section .loop-item:nth-child(2n) .item {
        flex-direction: row-reverse;
    }
    .team-section .item .attorney-img:after {
        display: none;
    }
}
@media (max-width: 575px) {
    .team-section .item {
        flex-direction: column !important;
    }
    .team-section .item .attorney-detail,
    .team-section .item .attorney-img {
        width: 100%;
    }
    .team-section .loop-item .item .attorney-detail,
    .team-section .loop-item:nth-child(2n) .item .attorney-detail {
        padding: 30px;
        text-align: center;
        min-height: 400px;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    .team-section .item img {
        height: 400px;
        object-fit: cover;
        object-position: top center;
    }
    .team-section .loop-item .item .attorney-img:after,
    .team-section .loop-item:nth-child(2n) .item .attorney-img:after {
        display: none;
    }
}




.services-section a, .services-blk .link{
    display: block;
    border: 2px solid transparent;
    height:100%;
}
.services-section a:hover, .services-blk .link:hover{
    border: 2px solid #223E58;
}
.services-section .col-inner {
    padding: 70px 30px 60px 30px;
    position: relative;
    background-image: url(/wp-content/uploads/2025/07/Vector-1.png);
    background-position: calc(100% - 30px) 30px;
    background-repeat: no-repeat;
       background-color: #e0eff0;
}
.services-section .col-inner *{
    position: relative;
    z-index: 2;
}
.services .title{
    font-size: 18px;
    color: #223E58 ;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.services .content {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.services a .img-sc{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
    z-index: -1;
}
.services a .img-sc img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services a:hover .img-sc {
    opacity: 1;
}
.services-section a:hover .col-inner {
    background-color: rgba(151, 205, 206, 0.8);
    background-image: url(/wp-content/uploads/2025/07/Vector.png);
}


.chooseus-content {
    margin-bottom: 100px;
}
.chooseus-section .col-inner {
    padding: 40px 70px 30px 35px;
    border: 1px solid #191919;
    background-color: #fff;
    height: 100%;
    margin-right: -20px;
    align-content: center;
}
.chooseus-content .heading{
    font-size: 48px;
}
.chooseus-section .link {
    font-size: 22px;
    color: var(--color--two);
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    line-height: normal;
}
.chooseus-section .link svg path{
    fill: var(--color--two);
}
.chooseus-section .link:hover{
    color: var(--color--one);
}
.chooseus-section .link:hover svg path{
    fill: var(--color--one);
}
.chooseus-section .icon svg{
    width: 70px;
    height: 70px;
}
.chooseus-section .col-wp:nth-child(2) .col-inner {
    position: relative;
    z-index: 9;
    margin: 100px -20px 0;
}
.chooseus-section .col-wp:nth-child(3)  .col-inner{
    padding-left: 60px;
    margin-left: -20px;
    margin-right: 0;
}


.award-section .slick-arrow {
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    background: no-repeat;
    border: none;
    left: -55px;
    width: 50px;
    height: 50px;
}
.award-section .next-arrow {
    right: -55px;
    left: auto;
}
.award-blk .inner-wp {
    height: 140px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F8F8F8;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 10px;
}
@media (max-width:991px) {
    .award-slider {
        padding: 0 60px;
    }
    .award-section .slick-arrow {
        left: 0;
        width: 40px;
        height: 40px;
    }
    .award-section .slick-arrow svg, .award-section .slick-arrow img {
        width: 32px;
        height: 32px;
    }
    .award-section .next-arrow {
        right: 0;
        left: auto;
    }

    .chooseus-content {
        margin-bottom: 0;
    }
    .chooseus-content .row {
        justify-content: center;
    }
    .chooseus-section .col-inner {
        padding: 30px 30px;
        margin-right: 0;
        align-content: center;
        text-align: center;
    }
    .chooseus-section .col-wp:nth-child(2) .col-inner {
        margin: 0;
    }
    .chooseus-section .col-wp:nth-child(3)  .col-inner {
        padding-left: 30px;
        margin-right: 0;
        margin-left: 0;
    }
}

.footer-form{
    background-color:rgba(0, 0, 0, 0.02);
}
.footer-form .wpcf7 {
    margin-top: 40px;
}

.footer-form textarea.form-control{
    height:160px;
}
.footer-form.patient-cnt-form .form-control{
    padding-bottom:27px;
    border-bottom:1px solid #8C8C8C;
}
.footer-form.patient-cnt-form .form-control::placeholder{
    color:var(--color--three) !important;
}
.patient-cnt-form .wpcf7-list-item label span{
    color:#313131;
}
.footer-form .form-control{
    padding-top:0px;
    padding-left:0px;
}
.footer-form .btn{
    min-width:200px;
    text-align:left;
}
.form-control-label{
    text-align:left;
    text-transform:capitalize;
    font-weight:500;
}
.form-group.radioboxGrouplist .form-control-radio span.wpcf7-list-item{
    width:50%;
    font-size:18px;
}
.form-group.radioboxGrouplist .form-control-radio{
    display:flex;
    flex-wrap:wrap;
}
.form-group.radioboxGrouplist .form-control-radio .wpcf7-list-item-label{
    padding-left:15px;
}
.form-group.radioboxGrouplist .form-control-radio input[type="radio"]{
    width:20px;
    height:20px;
}


/* Image With Content BG Block CSS*/
.image-with-text-bg .inner-content {
    padding: 30px 30px;
}


 .testimonial-hm{
    background: rgba(151, 205, 206, 0.3);
}
.testimonial-hm .slick-track {
    display: flex;
    gap: 0 35px;
}
.testimonial-hm .slick-slide {
    height: auto;
}
.testimonial-hm .testimonial-blk {
    padding: 40px;
    border: 1px solid #004A87;
    height: 100%;
}
.testimonial-hm .testimonial-blk svg {
    margin-bottom: 20px;
}
.testimonial-hm .testimonial-blk .title {
    font-size: 24px;
    font-weight: 500;
    color: #111111;
    margin-bottom: 10px;
    line-height: 1.3;
}
.testimonial-hm p {
    margin-bottom: 15px;
    color: rgba(17, 17, 17, 0.6);
    line-height: 28px;
}
.testimonial-blk .author{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color:#BD3289;
}
.testimonial-home-slider  .slick-arrow {
    position: absolute;
    right: calc(50vw - 690px);
    top: 57px;
    width: 50px;
    left: auto;
    font-size: 0;
    z-index: 5;
}
.testimonial-home-slider  .slick-arrow:hover{
    opacity: 1;
}
.testimonial-home-slider  .slick-arrow.slick-next:after{
    content: '';
    border: solid #223E58;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 25px;
    height: 25px;
}
.testimonial-home-slider  .slick-arrow.slick-next:hover:after{
    border: solid #C0C0C0;
    border-width: 0 4px 4px 0;

}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
    background-color: transparent;
}
.testimonial-home-slider  .slick-arrow.slick-prev:after{
    content: '';
    border: solid #223E58;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    width: 25px;
    height: 25px;
}
.testimonial-home-slider  .slick-arrow.slick-prev{
    right: calc(50vw - 640px);
}
.testimonial-home-slider  .slick-list{
    padding-top: 150px;
}
.testimonial-hm .top-sec{
    margin-bottom: -100px;
}
.testimonial-home-slider  .slick-arrow.slick-prev:hover:after{
    content: '';
    border: solid #C0C0C0;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 3px;
}
.testimonial-outer-wp .slick-list{
    padding-right: 20%;
}
/* .testimonial-outer-wp{
    --lwd:695px;
    margin-left: calc(50vw - var(--lwd));
} */