@media (min-width:1200px){
    .container{
        max-width: 1150px;
    }
    .container-sm{
        max-width: 1100px;
    }
    .home-banner {
        height: calc(100vh - 50px);
    }
    .pi-section {
        background-image: url(../images/pi.webp);
    }
    .pa-top-info {
        background-image: url(../images/bg-practice.webp);
        background-size: cover;
    }

    .form-section {
        background-image: url(../images/contact-bg.webp);
        background-size: cover;
    }
    .testimonials-heading.heading{
        font-size: 43px;
    }

} 

@media (min-width:1300px){
    .home-banner {
       /* height: calc(100vh - 215px); */
	       height: calc(100vh - 136px);
    } 
    .container{
        max-width: 1250px;
    }
	.home-banner .banner-title,
    .home-banner .banner-description	{
		text-shadow: 1px 1px 5px #000000;
	}
}

@media (min-width:1400px){
    .container{
        max-width: 1300px;
    }
    .container-sm{
        max-width: 1100px;
    }
}

@media (min-width:1900px){
    .page-banner {
        height: 520px;
    }
}

@media (max-width:1800px){
    .header-search {
        margin-right: 20px;
    }
    .home-banner .banner-title {
        font-size: 42px;
    }
    .home-banner .banner-image {
        width: 630px;
        right: 70px;
    }
    .home-pa-section .pa-detail {
        padding: 30px;
    }
    .testimonials-section .left-col {
        padding: 0 40px 0 40px;
    }
    .form-section .left-col {
        padding: 60px 60px 0 100px;
    }
    .form-section .right-col {
        padding-right: 100px;
    }
    .practice-list .pa-detail {
        padding: 20px;
    }
    .practice-list .title {
        font-size: 22px;
    }


}

@media (max-width:1600px){
    .nav-menu > ul.menu > li {
        margin: 0 10px;
    }
    .nav-menu > ul> li> a {
        font-size: 13px;
    }
    .header-phone .phone-no {
    font-size: 19px;
}
.header-phone .phone-title{
    font-size: 9px
}
}

@media (min-width:1600px){
    .nav-menu > ul.menu > li {
        margin: 0 12px;
    }  
    .nav-menu > ul> li> a {
        font-size: 14px;
    }
}

@media (min-width:1800px){
    .nav-menu > ul.menu > li {
        margin: 0 15px;
    }  
    .nav-menu > ul> li> a {
        font-size: 15px;
    }
}


@media (min-width:1900px){
  .nav-menu > ul.menu > li {
        margin: 0 20px;
    }  
.nav-menu > ul> li> a {
    font-size: 16px;
}
}
@media (max-width:1500px){

    
    .page-banner .banner-title {
        font-size: 55px;
    }
    .nav-menu > ul.menu > li {
        margin: 0 10px;
    }
   
    .header-phone .phone-icon {
        width: 40px;
        height: 40px;
    }
    .header-phone .phone-detail {
        margin-left: 10px;
    }
    .home-banner .banner-content {
        margin-left: 80px;
    }
    .home-banner .banner-image {
        width: 600px;
        right: 40px;
    }

    .banner-links {
        /*padding-left: 60px;*/
    }
    .banner-links .title {
        font-size: 24px;
    }
    .banner-links .subtitle {
        font-size: 15px;
    }
    .experience-section .small-image {
        width: 180px;
        height: 100px;
        left: -10px;
    }
    .testimonials-section .row {
        margin-left: 20px;
    }
    .testimonials-section .left-col {
        padding: 0 30px 0 30px;
    }
    .practice-list .desc{
        font-size: 15px;
    }
    .home-pa-section .desc {
        font-size: 15px;
    }


}

@media (max-width:1420px){
 .header-logo {
    width: 150px;
 }
 .header-right {
    width: calc(100% - 150px);
 }
}



@media (max-width:1400px){
    h1, .h1{
        font-size: 48px;
    }
    h2, .h2 {
        font-size: 42px;
    }
    h3, .h3{
        font-size: 38px;
    }
    h4, .h4{
        font-size: 35px;
    }
    h5, .h5{
        font-size: 30px;
    }
    h6, .h6{
        font-size: 25px;
    }
    .first-char {
        font-size: 175px;
    }
    .nav-menu > ul.menu > li {
        display: inline-block;
        margin: 0 10px;
    }
    .nav-menu > ul> li> a {
        font-size: 12px;
    }
    .header-phone .phone-title {
        text-transform: none;
    }
    .header-phone .phone-no {
        font-size: 17px;
    }
.home-banner .banner-content {
    max-width: 395px;
}
    .home-banner .banner-title {
        font-size: 42px;
    }
    .banner-links .item {
        padding: 15px 20px;
        /*width: 25%;*/
    }
    .home-banner .banner-image {
        width: 400px;
        right: 150px;
    }
    .home-banner .banner-description {
        font-size: 28px;
    }
    .experience-section .right-col {
        padding-left: 50px;
    }
    .form-section .right-col {
        padding-right: 50px;
    }
/*    .experience-section .image {
        height: 675px;
    }*/
    .home-pa-section .title {
        font-size: 23px;
    }
    .testimonials-section .right-col {
        padding-left: 40px;
    }
    .form-section .contact-title {
        margin-top: 30px;
    }
    .footer-contact {
        margin-top: 20px;
    }
    .copyrights {
        margin-top: 20px;
    }
}

@media (max-width:1300px){
    body {
        padding-top: 120px;
    }
    .heading-wrap {
        padding-left: 65px;
    }
	.nav-menu > ul.menu > li {
    display: inline-block;
}
    .header-logo {
        width: 150px;
    }
    .header-right {
        width: calc(100% - 150px);
    }
    
    .header-search {
        margin-right: 15px;
        margin-left: 20px;
    }
    .header-phone .phone-no {
        font-size: 18px;
    }
    .header-phone .phone-icon {
        width: 35px;
        height: 35px;
    }
    .header-phone .phone-title {
        font-size: 9px;
        text-transform: none;
    }
    .nav-menu > ul> li> a {
        padding: 20px 1px;
    }
    .banner-links .title {
        font-size: 22px;
    }
    .banner-links .subtitle {
        font-size: 14px;
    }

    .testimonials-section .right-col {
        padding-left: 30px;
    }
    .home-pa-section .title {
        font-size: 20px;
    }
    .location-row .tab-list{
        width: 38%;
    }
    .location-row .tab-content {
        width: 62%;
    }
    .footer-social-links li a {
        margin: 7px 3px;
    }
    .practice-list .pa-detail {
        padding: 30px;
    }
    .practice-list .title {
        font-size: 23px;
    }
    .contact-locations {
        width: 350px;
    }
    
      .nav-menu > ul> li> a {
    font-size: 10.5px;
}

}
@media (max-width:1250px){
    body {
        padding-top: 117px;
    }

    .header-phone .phone-icon {
        width: 32px;
        height: 32px;
    }
    .header-phone .phone-no {
        font-size: 16px;
    }
    .header-phone .phone-title {
        font-size: 8px;
    }
    .form-section .right-col {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (max-width:1199px){
.banner-links .title {
    font-size: 20px;
}
    h1, .h1{
        font-size: 40px;
    }
    h2, .h2 {
        font-size: 35px;
    }
    h3, .h3{
        font-size: 32px;
    }
    h4, .h4{
        font-size: 28px;
    }
    h5, .h5{
        font-size: 25px;
    }
    h6, .h6{
        font-size: 20px;
    }
    .review-cta-btn .btn {
        padding: 15px;
        font-size: 15px;
    }
    .reviews-page .google-review {
    width: 140px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
}
    .home-banner .scroll-down{
        display: none;
    }
    body {
        padding-top: 107px;
    }
    .section-pd, .spaced {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .page-banner .banner-title {
        font-size: 45px;
    }
    .header .nav-menu{
        display: none;
    }
    .menu-button{
        display: block;
    }

    .home-banner {
        height: 570px;
    }
    .home-banner .banner-image {
        right: 30px;
    }

    .header-right-top {
        display: none;
    }
    .header-right-bottom {
        border-top: 0px solid rgba(0,0,0,.15);
    }
    .header-right-bottom {
        margin-right: 70px;
    }
    .header-search:before{
        display: none;
    }
    .header-phone .phone-no {
        font-size: 25px;
    }
    .header-phone .phone-title {
        font-size: 13px;
    }
    .header-phone .phone-icon {
        width: 42px;
        height: 42px;
    }
    .header-search {
        margin-right: 20px;
    }
    .search-panel {
        height: 110px;
    }
    .banner-links {
        padding-left: 0;
    }
    .home-banner .banner-content {
        margin-left: 20px;
    }
    .home-banner .banner-image {
        right: 15px;
        width: 450px;
    }
    .home-banner .banner-content{
        margin-right: 30px
    }
    .home-banner .banner-title{
        line-height: 1
    }
    .experience-section .left-col {
        width: 450px;
        max-width: 100%;
        margin: auto;
    }
    .experience-section .image {
        height: 500px;
    }
    .experience-section .small-image {
        width: 175px;
        height: 100px;
    }
    .home-pa-list .pa-outer-row:nth-child(even) .pa-inner-row {
        flex-direction: unset;
    }
    .home-pa-list .pa-outer-row > div:nth-child(even) .pa-inner-row {
        flex-direction: row-reverse;
    }
    .home-pa-section .title {
        font-size: 24px;
    }
    .about-section .left-col {
        max-width: 500px;
        margin: auto;
    }
    .about-section .image {
        height: 500px;
        background-size: cover;
    }
    .about-section .right-col {
        padding-left: 50px;
        margin-top: 30px;
    }
    .form-section .left-col {
        padding: 40px 40px 0 40px;
    }
    .form-section .right-col {
        padding-right: 30px;
        padding-left: 30px;
    }
    .first-char {
        font-size: 165px;
    }
    .form-section .email-holder .email-address {
        font-size: 24px;
    }
    .form-section .phone-holder .phone-no {
        font-size: 24px;
    }
    .location-section .phone-holder .phone-no {
        font-size: 24px;
    }
    .footer-email .email-address {
        font-size: 23px;
    }
    .footer-phone .phone-no {
        font-size: 24px;
    }
    .footer-social-wrap {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .footer-social-links {
        margin-left: 0;
        margin-top: 15px;
    }

    .practice-list .pa-outer-row:nth-child(even) .pa-inner-row {
        flex-direction: unset;
    }
    .practice-list .pa-outer-row > div:nth-child(even) .pa-inner-row {
        flex-direction: row-reverse;
    }
    .practice-list .title {
        font-size: 24px;
    }
    .sidebar-form .form-subtitle {
        font-size: 20px;
    }
    .sidebar-form .form-title {
        font-size: 24px;
    }
    .page-banner {
        height: 350px;
    }
    .blog-item .blog-image {
        height: 350px;
    }
    .all-videos .video-image {
        height: 350px;
    }
    .team-section-one .right-col {
        height: 500px;
        width: 400px;
        max-width: 100%;
        margin: auto;
    }
    .team-section-one .row {
        flex-direction: column-reverse;
    }
    .team-section-one .left-col {
        margin-top: 70px;
    }
    .team-section-one .attorney-name, .team-section-one .role {
        text-align: center;
    }
    .contact-info-block .email-holder .email-address {
        font-size: 18px;
    }
    .contact-info-block .phone-holder .phone-no {
        font-size: 24px;
    }
    .contact-info-block .block-subtitle {
        font-size: 16px;
    }
    .contact-locations {
        width: 310px;
    }

}


@media (max-width:991px){
    .top-info{
    text-align: center;
}
    .testimonial-reviews-link {
    justify-content: center;
    margin-top: 10px;
}
    .home-banner-content {
    width: 450px;
    padding: 20px;
}
.banner-con .h1 {
    font-size: 26px;
}
    .about-image {
    margin-bottom: 30px;
}
    .page-banner .banner-title {
        font-size: 40px;
    }
    .home-banner .banner-content {
        margin-right: 0;
    margin-left: 0;
        max-width: 325px;
    }
    .home-banner .banner-title {
        font-size: 32px;
    }
    .home-banner .btn{
    min-width: 1px;
    padding: 10px 20px;
    }
    .home-banner .banner-description {
        font-size: 22px;
    }
    .banner-links .title {
        font-size: 18px;
    }
    .banner-links .subtitle {
        font-size: 11px;
    }
    .home-banner .banner-image {
        right: -25px;
        width: 350px;
    }
    .home-banner {
        height: 430px;
    }
    .home-pa-section .pa-image {
        height: 350px;
    }
    .pi-section .image {
        height: 400px;
        background-size: cover;
        width: 100%;
        left: 0;
        margin-top: 20px;
    }
    .pi-section .right-col {
        margin-top: 20px;
    }
    .testimonials-section .left-col:before{
        display: none;
    }
    .form-section .left-col {
        padding: 50px 50px;
        background: rgba(5, 21, 35, 0.5);
    }
    .form-section {
        padding-top: 0;
    }
    .form-section .left-col:before{
        display: none;
    }
    .form-section .right-col {
        margin-top: 50px;
    }
    .location-row .tab-list {
        width: 100%;
    }
    .location-row .tab-content {
        width: 100%;
    }
    .location-row .tab-pane {
        height: 400px;
        width: 100%;
        margin-top: 50px;
        margin-left: 0;
    }
    .test-slide-arrows .testimonial-PrevArrow, .test-slide-arrows .testimonial-NextArrow {
        width: 50px;
        height: 50px;
    }
    .testimonials-section .row {
        margin-left: 0;
    }
    .footer:after{
        display: none;
    }
    .ftr-col-1 {
        text-align: center;
    }
    .footer-phone-email-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: left;
    }
    .footer-phone {
        margin-left: 30px;
    }
    .footer-social-wrap {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }
    .footer-social-links {
        margin-left: 20px;
        margin-top: 0;
    }
    .ftr-col-2 {
        margin-top: 30px;
        position: relative;
        padding-top: 30px;
    }
    .ftr-col-2:before {
        content: "";
        position: absolute;
        width: 150%;
        height: 150%;
        top: 0;
        left: -25%;
        background: #02415e;
    }
    .footer-bottom .left-side {
        text-align: center;
    }
    .footer-links ul {
        justify-content: center;
    }
    .location-tab .nav-tabs {
        padding: 30px;
        border: 0;
        flex-direction: row !important;
    }
    .location-row .nav-item {
        width: 50%;
    }
    .page-banner {
        height: 300px;
    }
    .sidebar-form .form-title {
        font-size: 21px;
    }
    .sidebar-form .form-control {
        font-size: 14px;
    }
    .blog-item .blog-image {
        height: 250px;
    }
    .blog-page-listing .blog-item .title {
        font-size: 28px;
    }
    .blog-detail-page .blog-title {
        font-size: 30px;
    }
    .sidebar li a {
        font-size: 16px;
    }
    .faq-card .faq-title {
        font-size: 18px;
    }
    .news-list .news-title {
        font-size: 18px;
    }
    .all-videos .video-image {
        height: 250px;
    }
    .all-videos .video-title {
        font-size: 18px;
        line-height: 1.5;
    }
    .team-section-one .right-col {
        height: 450px;
        width: 350px;
    }
    .contact-top-section .contact-block {
        margin-top: 50px;
    }
    .contact-info-block .email-holder .email-address {
        font-size: 24px;
    }
    .contact-locations {
        position: relative;
        width: 100%;
        flex-direction: row;
        left: 0;
    }
    .contact-locations .item.active:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        border-top: 10px solid #d07d01;
        border-bottom: 10px solid transparent;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        width: 0;
        height: 0;
        opacity: 1;
        z-index: 5;
        top: auto;
        bottom: -20px;
        margin: auto;
    }
    .contact-locations .item {
        padding: 30px 30px 30px 60px;
    }
    .contact-locations .item:before {
        left: 15px;
    }
    .contact-map-section iframe {
        height: 500px;
    }
    .testimonials-section .description {
        font-size: 18px;
        text-align: center;
    }
    .header-phone .phone-detail {
        margin-left: 10px;
        display: none;
    }
    .location-row .nav-item + .nav-item {
        margin-top: 0;
    }

}

@media (max-width:767px){
    h1, .h1{
        font-size: 32px;
    }
    h2, .h2 {
        font-size: 28px;
    }
    h3, .h3{
        font-size: 25px;
    }
    h4, .h4{
        font-size: 22px;
    }
    h5, .h5{
        font-size: 20px;
    }
    h6, .h6{
        font-size: 18px;
    }
    .page-banner .banner-title {
        font-size: 32px;
    }
    .section-pd, .spaced {
        padding-top: 40px;
        padding-bottom: 40px;
    }
.home-banner-content {
    max-width: 100%;
    padding: 15px;
    background: #000;
    width: auto;
}
.banner-con {
    color: #fff;
}
    body {
        padding-top: 90px;
    }
    .team-name {
    font-size: 22px;
}
    .heading-wrap {
    padding-left: 0;
}
.home-pa-section .pa-detail {
        justify-content: center;
}
.home-pa-section .link {
    width: 50px;
    height: 40px;
}
.experience-section .description {
    margin-top: 0;
}
.first-char {
    display: none;
}
    .header-logo {
        width: 120px;
    }
    .header-phone {
        position: fixed;
        right: 75px;
    }
    .header-phone .phone-icon {
        width: 40px;
        height: 40px;
    }
    .menu-button{
    }
    .header-search {
        margin-right: 20px;
        position: fixed;
        width: 20px;
        height: 20px;
        right: 115px;
        /*top: 37px;*/
    }
    .btn {
        padding: 10px 25px;
        min-width: 150px;
    }
    .home-banner {
        height: auto;
        display: block;
        padding-top: 100px;
        text-align: center;
    }
    .home-banner .banner-content {
        margin-left: 0;
        max-width: 100%;
    }
    .home-banner .banner-image {
        right: 0;
        width: 100%;
        position: relative;
        height: 300px;
        margin-top: 30px;
    }
    .home-banner .banner-title {
        font-size: 20px;
    }
	.home-banner .banner-description {
    font-size: 18px;
}
    .experience-section{
        overflow: hidden;
    }
    .experience-section .short-desc {
        font-size: 16px;
    }
    .experience-section .small-image {
        display: none;
    }
    .experience-section .left-col:before{
        display: none;
    }
    .experience-section .right-col {
        padding-left: 15px;
    }
    .experience-section .btn-image-wrap {
        display: block;
        text-align: center;
    }
    .experience-section .btn {
        font-size: 14px;
    }
    .experience-section .review-img {
        margin-left: 0;
        margin-top: 30px;
    }
    .home-pa-section .right-col {
        margin-top: 0px;
        text-align: center;
    }
    .heading-wrap {
    padding-left: 0;
    margin-top: 0;
}
    .home-pa-list .pa-inner-row {
        border-bottom: 2px solid #1e99d2;
    }
    .pi-section {
        background: #1e99d2;
    }
    .about-section .right-col {
        padding-left: 15px;
        margin-top: 0;
    }
    .testimonials-section .left-col {
        padding: 0;
    }
    .testimonials-section .first-char {
        color: #d9e5ea;
    }
    .testimonials-section .right-col {
        padding-left: 15px;
        margin-top: 20px;
    }
    .testimonials-slider .quote {
        width: 70px;
        height: 70px;
    }
    .testimonials-slider .item {
        padding: 15px 0 0 30px;
    }
    .form-section .row-1 {
        flex-direction: column-reverse;
    }
    .form-section .right-col {
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .form-section .description {
        font-size: 16px;
    }
    .form-section .right-col {
        padding-bottom: 40px;
    }
    .form-section .left-col {
        padding: 40px 15px;
    }
    .form-section {
        padding-bottom: 0;
    }
    .location-tab .nav-tabs {
        padding: 20px 20px;
        display: block;
    }
    .location-row .nav-item {
        width: 100%;
    }
    .footer-phone-email-wrap {
        display: block;
    }
    .footer-phone {
        margin-left: 0;
    }
    .footer-social-links li a {
        width: 32px;
        height: 32px;
    }
    .footer-award-logo {
        max-width: 150px;
    }
    .footer {
        padding: 40px 0 30px 0;
    }
    .footer-menu li {
        margin-bottom: 5px;
    }
    .footer-nap-col {
        width: 100%;
        margin-bottom: 20px;
    }
    .page-banner {
        height: 250px;
    }
    .practice-list .pa-image {
        height: 300px;
    }
    .practice-list .pa-detail {
        padding: 30px;
        background: #f7f7f7;
    }
    .practice-list {
        margin-top: 30px;
    }
    .sidebar {
        margin-top: 30px;
    }
    .faq-card .faq-title {
        font-size: 16px;
        padding: 15px 45px 15px 0px;
    }
    .faq-card .plus {
        right: 0;
    }
    .news-list .news-title {
        font-size: 16px;
        margin-top: 15px;
    }
    .news-list .image {
        border: 1px solid #ddd;
        padding: 15px;
    }
    .news-list .row {
        border-bottom: 0px solid #ddd;
        padding: 0;
        margin-bottom: 30px;
    }
    .news-list .row:last-child{
        margin-bottom: 0;
    }
    .all-videos .video-item:last-child .inner {
        margin-bottom: 20px;
    }
    .location-tab {
        border-image-source: repeating-linear-gradient(-45deg,#fff,#ddd 1px,#fff 3px,#fff 3px);
    }
    .team-section-one .right-col {
        height: 380px;
        width: 315px;
    }
   
    .all-reviews .quote-icon {
        width: 50px;
        height: 50px;
    }
    .all-reviews .review-text {
        width: calc(100% - 50px);
        padding-left: 10px;
    }
    .contact-info-block .block-subtitle {
        font-size: 20px;
    }
    .contact-info-block .email-holder .email-address {
        font-size: 18px;
    }
    .contact-info-block .phone-holder .phone-no {
        font-size: 20px;
    }
    .contact-locations {
        width: 100%;
        position: relative;
        flex-direction: column;
    }
    .contact-map-section iframe {
        height: 300px;
    }
    .testimonials-section .left-col {
        padding: 0 15px;
    }
    .testimonials-section .row {
        margin-left: -15px;
    }
    .contact-locations .item.active:after{
        display: none;
    }
    /*.experience-section .heading-wrap {
        padding-left: 65px;
    }*/
    .experience-section .first-char{
        position: absolute;
        left: 0;
    }
    .static-page {
        overflow: hidden;
    }
    .sidebar .widget:before {
        width: calc(100% + 20px);
        left: 3px;
    }
    .search-panel form#searchform {
        width: 75%;
    }
    .search-panel {
        height: 90px;
    }
    .search-panel form#searchform {
        padding-bottom: 20px;
    }
    .search-close {
        right: 15px;
        top: 25px;
    }
    .pi-section .short-desc {
        font-size: 16px;
    }
    .first-char {
        font-size: 150px;
    }
    .pa-top-info {
        padding-top: 50px;
    }
    .practice-list .title {
        font-size: 20px;
    }
    .after-car-accidents .left-col {
        margin-bottom: 15px;
    }
    .team-section-one .right-col:before {
        top: 20px;
        left: -5px;
    }
    .team-section-one .right-col:after {
        right: 0px;
    }
    .team-section-one .left-col {
        margin-top: 50px;
    }
    .location-row {
        margin-top: 30px;
    }
    .awards-list .right-col {
        margin-top: 20px;
    }
    .awards-list .row:first-child{
        padding-top: 0;
    }
    .all-reviews .review-item {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
	
	.banner-content-box {
		flex-wrap: wrap;
		padding-bottom: 20px;
	}
	
	.banner-home-text .banner-title {
		font-size: 30px;
        margin-top:20px;
		line-height: 1;
	}
   .home-banner.m-home-banner {
       padding-top: 0;
	}
	.banner-home-text img {
		margin: 25px auto 0;
	}
} 
@media (max-width:575px){
.reviews-page .google-review {
      margin-bottom: 20px;
}
	.content-area img {
    width: 100%;
}
}

@media (max-width:480px){
    .video-top-info .phone-holder:before{
        display: none;
    }
    .m-banner-links .title {
    
    font-size: 18px;
}
}



@media (min-width: 375px) and (max-width: 667px) and (orientation: landscape){
    .home-banner .banner-content {
        max-width: 80%;
    }
    .pa-top-info {
        padding-top: 50px;
    }
    .testimonials-section .heading {
        max-width: 70%;
    }
    .practice-list {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .practice-list .pa-inner-row {
        margin-bottom: 30px;
    }
    .contact-top-section .heading {
        position: relative;
        margin-top: 30px;
        padding-left: 50px;
    }

}

@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape){
    .experience-section .description {
        margin-top: 0;
    }
    .home-pa-list .pa-inner-row {
        display: block;
    }
    .home-pa-section .pa-detail {
        padding: 50px;
        flex: 100%;
        max-width: 100%;
        border-bottom: 1px solid #eee;
    }
    .location-row .nav-item + .nav-item {
        margin-top: 0;
    }
    .about-section .right-col {
        margin-top: 0;
    }
    .about-section .right-col {
        padding-left: 15px;
    }
    .contact-top-section .top-info {
        align-items: center;
    }

}
@media(max-width:480px){
    .apbct_special_field {
        display: none;
    }
}