/**** Media Query ****/

ul.menu-top .hide-menu{
    display:none;
}
.menu-wrap {
    display: none;
}
.no-scroll {
    overflow: hidden;
}
.mobile-ph, .mobile-ph a {
    font-size: 0;
    line-height: 30px;
    width: 30px;
    height: 30px;
}
.mobile-ph a svg, .mobile-ph a img {
    width: 30px;
    height: 30px;
    fill: #000;
}

@media (min-width:1601px){
    .main-header .container-fluid {
        max-width: 1700px;
    }
    .space-pd{
        padding: 130px 0px;
    }

}
@media (min-width:1401px){
    .container{
        max-width:1366px;
    }
}
@media (min-width:992px) and (max-width:1400px){
    .container{
        max-width:1200px;
    }
}
@media (min-width:1300px) and (max-width:1400px){
    .home-testimonials-sec .container:before {
        height: 120%;
        width: 406px;
        left: -3px;
    }
}
@media (min-width:1200px) and (max-width:1400px){
    .quotes-icon{
        top: 28px;
    }
    .home-testimonials-sec .star-rating {
        padding-bottom: 41px;
        top: -9px;
        position: relative;
    }
}
@media (min-width: 1201px) {

    .banner-home .btn {
        padding: 16px 22px 16px 22px;
    }
    .banner-home .btn .icon svg, .banner-home .btn .icon img {
        width: 30px;
        height: 30px;
    }


}
@media (min-width: 1300px) {
    .home-testimonials-sec .container:before{
        display: block;
    }
}
@media (min-width: 991px) {
    .team-section .col-lg-6:last-child .team-listing{
        margin-bottom: 0px;
    }
    .team-section .col-lg-6:nth-last-child(2) .team-listing{
        margin-bottom: 0px;
    }
    .banner-home .inner-content{
        margin-top: 75px;
    }
    .header-top-btn a{
        font-size: 14px;
    }

}
@media (max-width: 1400px) {
    p{
        line-height: 28px;
    }
    .banner-home .banner-title {
        font-size: 48px;
        line-height: 64px;
    }
    .team-hover-details .team-title{
        font-size: 1.5rem;
    }
    .team-details-wrap .team-title{
        font-size: 1.5rem;
    }
    .page-banner .banner-title{
        font-size: 44px;
    }
    .other_services_list a{
        line-height: 26px;
    }
    .about-mission-section .list-style p{
        line-height: 26px;
    }
    .h2 .h2, h2, .heading, h2.title{
        font-size: 40px;
    }
    ul.menu-top li{
        padding: 10px 10px;
    }
    ul.menu-top li a{
        font-size: 11px !important;
    }
}

@media (max-width: 1200px) {
    .h2 .h2, h2, .heading, h2.title{
        font-size:40px;
    }
    .banner-home .banner-title {
        font-size: 38px;
        line-height: 44px;
    }
    .team .item .attorney-name{
        font-size: 20px;
    }
    .attorney-detail .designation{
        font-size: 14px;
        line-height: normal;
    }

}
@media (max-width: 1050px) {
    .menu-top li a{
        font-size: 10px !important;
    }
    ul.menu-top li{
        padding: 10px 5px;
    }
    .search-icon{
        margin-left: 10px;
        margin-right: 8px;
    }
    .search-icon svg, .search-icon img {
        width: 20px;
        height: 20px;
    }
    .header-top-btn a.portal{
        top:5px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1){
    .banner-home .banner-title {
        font-size: 40px;
        line-height: 50px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}
@media (max-width: 991px){

    .ph-number {
        margin-left: 0;
        margin-right: 15px;
    }
    .search-icon {
        margin-left: 0;
        margin-right: 15px;
    }
    .header-contact {
        display: none;
    }
    .search-icon {
        width: 26px;
        height: 26px;
        line-height: 26px;
    }
    .search-icon svg, .search-icon img {
        width: 26px;
        height: 26px;
    }
    .menu-header {
        display: none;
    }
    ul.menu-top .hide-menu{
        display:block;
    }
    .logged-in .banner-home {
        margin-top: 0;
        flex-direction: column;
    }
    .top-bar a{
        text-align: center;
                line-height: 22px;
        display: block;
    }
    .menu-wrap {
        background-color: #305384;
        position: fixed;
        top: 130px;
        height: 100%;
        width: 100%;
        right: -100%;
        font-size: 1em;
        font-weight: 700;
        overflow: auto;
        transition: .5s;
        z-index: 12;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
    }
    .menu-full-wrapper {
        width: 100%;
        position: absolute;
        top: 0;
        text-align: left;
    }
    .menu-show {
        right: 0;
        max-width: 100%;
    }
    .menu-sidebar {
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-left: auto;
        height: 100%;
        padding-bottom: 50%;
    }
    .menu-bar-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .menu-sidebar .menu-bar-wrapper li {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 0;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .menu-sidebar .menu-bar-wrapper li:last-child{
        border: none;
    }
    .menu-sidebar .menu-bar-wrapper li > a {
        color: #fff;
        padding: 12px 20px;
        position: relative;
        display: block;
        font-weight: 500;
        font-size: 16px;
        text-transform: uppercase;
    }
    .menu-sidebar .menu-bar-wrapper li > a:hover:after {
        opacity: 1;
    }
    .menu-sidebar .menu-bar-wrapper li > a:hover {
        color: #fff;
        width: 100%;
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item > a {
        background-color: #000;
        text-transform: uppercase;
    }
    .menu-sidebar .sidebar-menu-arrow:after {
        content: "";
        cursor: pointer;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        display: inline-block;
        width: 10px;
        height: 10px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: auto;
        position: absolute;
        right: 15px;
        top: 50%;
        bottom: 0;
        margin-top: -5px;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow:after {
        transform: rotate(135deg);
        display: block;
        margin:0;
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after{
        color: #0e2743;
    }
    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
        font-weight: 500;
        background-color: #e93941;
        color: #fff;
        width: 100%;
    }
    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link:after {
        opacity: 1;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children {
        position: relative;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 54px;
        width: 44px;
        background-color: transparent;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
        display: none;
        background: none;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a {
        font-size: 16px;
        padding-left: 30px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li .sub-menu li a{
        padding-left: 50px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow:after {
        font-size: 16px;
    }
    .sidebar-menu-arrow::after {
        cursor: pointer;
        content: "";
        position: absolute;
        top: 0px;
        margin: auto;
        bottom: 0px;
        right: 0;
        background-size: 14px;
        height: 40px;
        width: 40px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a:after{
        display: none;
    }
    body.nav-open-menu {
        position: fixed;
        overflow: hidden;
    }
    .menu-button {
        height: 50px;
        width: 60px;
        position: relative;
        margin-left: 0;
        border: 2px solid #305384;
        background: #305384;
    }
    .menu-button .menu-bar {
        position: absolute;
        transition: .5s;
        opacity: 1;
        margin: 0 auto;
        width: 35px;
        right: 0;
        left: 0;
        background: #fff;
        height: 2px;
        border-radius: 10px;
    }
    .menu-button:hover {
        cursor: pointer;
    }
    .menu-button .menu-bar-top {
        top: 10px;
    }
    .menu-button .menu-bar-middle {
        top: 50%;
        transform: translateY(-50%);
    }
    .menu-button .menu-bar-bottom {
        top: auto;
        bottom:10px;
    }
    .menu-button.button-open {
        z-index: 13;
        background: #305384;
    }
    .menu-button.button-open {
        z-index: 13;
    }
    .button-open .menu-bar-middle {
        background-color: #fff;
        transform: translate(230px);
        transition: .1s ease-in;
        opacity: 0;
    }
    .menu-button.button-open .menu-bar-top {
        width: 70%;
        transform: rotate(45deg) translate(8px, 8px);
        transition: .5s;
        top: 12px;
        background: #fff;
        opacity: 1;
    }
    .menu-button.button-open .menu-bar-bottom {
        width: 70%;
        transform: rotate(-45deg) translate(10px, -12px);
        transition: .5s;
        right: 0;
        background: #fff;
        top: 38px;
    }
    .sub-menu li ul.sub-menu {
        position: static;
    }
    .ph-number a{
        background: #305384;
    }
    .mobile-ph, .mobile-ph a {
        line-height: 25px;
        width: 45px;
        height: 45px;
        padding: 0;
        background: #305384;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: inherit;
    }
    .mobile-ph a svg path{
        fill:#fff;
    }
    .search-icon {
        width: 50px;
        height: 50px;
        line-height: 22px;
        margin-right: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #305384;
    }
    .search-icon svg path{
        fill:#fff;
    }
    .page-banner .banner-title {
        font-size: 45px;
        line-height: 50px;
        max-width: 100%;
    }
    .space-pd {
        padding: 50px 0;
    }
    .space-mr {
        margin: 50px 0;
    }
    .mainpage h1, .postlist-single h1 {
        font-size: 36px;
    }
    .mainpage h2, .postlist-single h2 {
        font-size: 32px;
    }
    .mainpage h3, .postlist-single h3 {
        font-size: 28px;
    }
    .mainpage h4, .postlist-single h4 {
        font-size: 24px;
    }
    .mainpage h5, .postlist-single h5 {
        font-size: 20px;
    }
    .mainpage h6, .postlist-single h6 {
        font-size: 18px;
    }
    .h2 .h2, h2, .heading, h2.title {
        font-size: 38px;
    }
    .ph-number a span{
         display: none;
    }
    .top-logo {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .top-menu {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .global_right_banner_image{
        display: none;
    }
    .banner-home .banner-title {
        font-size: 44px;
        line-height: 52px;
    }
    .page-banner {
        min-height: 390px;
    }
    .heading-para-section {
        padding-left: 0px;
        padding-top: 25px;
    }
    .appointment-image-wrap {
        margin-top: 30px;
    }
    .testi_image_wrap img{
        width: 100%;
        margin-bottom: 25px;
    }
    .content-section:before{
        width: 100%;
    }
    .content-section .dummy-imgae-wrap{
        display: none !imporatant;
    }
    .content-section .dummy-imgae-wrap img{
        display: none !important;
    }
    .home-blog-sec::before {
        height: 23%;
    }
    .home-blog-sec .readmore-btn{
        position:static;
    }
    .home-blog-sec .inner-item {
        margin-bottom: 35px;
        height: auto;
        padding-bottom: 0;
    }
    .home-blog-sec .row .row > div:last-child .inner-item{
        margin-bottom:0;
    }
    .home-blog-sec .post-image img.no-feature, .home-blog-sec .post-image img.featured-img {
        height: 350px;
    }
    .home-blog-sec .inner-item {
        box-shadow: 0px 0px 25px rgba(0,0,0,0.15);
    }
    .home-blog-sec .post-image {
        border: 5px solid #fff;
    }
    .home-blog-sec .blog-heading {
        font-size: 22px;
    }


    .footer-logo {
        display: inline-flex;
        align-items: start;
        flex-direction: column;
        width: 100%;
    }

    .footer-logo ul.sociallinks {
        width: 100%;
        justify-content: center;
        /*justify-content: space-between;*/
    }
    .footer-logo .f-logo {
        margin-right: 20px;
                width: 100%;
    }
    .footer-logo .f-des-block {
        text-align: left;
    }
    .footer-logo ul.sociallinks li a svg, .footer-logo ul.sociallinks li a img {
        width: 22px;
        height: 22px;
        fill: #9ea0a0;
    }

    .footer-nav {
        margin-top: 30px;
        justify-content: space-between;
    }
    .footer-heading {
        font-size: 22px;
    }
    .copyright-text {
        font-size: 14px;
        line-height: 26px;
    }
    .blog-list, .p98pxostlist-single, .news-listing {
        padding-right: 0px;
    }
    aside.blog-sidebar {
        margin-to98pxp: 40px;
    }

    .map-sec .contactinfo {
        margin: 0 auto;
        position: static;
        max-width: 720px;
        min-height:auto;
        height:auto;
        overflow:hidden;
    }
    /*  .map-sec {
                    margin-top: 60px;
            }*/
    .about-image{
        margin-bottom: 25px;
    }
    .team-listing{
        margin-bottom: 25px;
    }
    .img-box{
        margin-bottom: 25px;
    }
    .f-des-block {
        max-width: 100%;
    }
    .team .team-2 .item, .team .team-4 .item{
        flex-direction: row-reverse;
    }
    .team .team-2 .item .attorney-detail, .team .team-4 .item .attorney-detail {
        padding: 20px 20px 20px 100px;
    }
    .post-image img.featured-img{
        background-size: 90%;
        background-position: center;
        height: 290px;

    }
    .postlist-single img{
        width: 100%;
    }
    .page-id-1015  .mainpage img {
        width: 100%;
        margin-right: 15px;
    }
/*    .services-list-wrap{
            width: calc(100% / 2);
    }
    .services-list-wrapper .services-list-wrap:nth-last-child(-n+2){
        border-bottom: none;
    }
    .services-list-wrapper .services-list-wrap:nth-child(2n){
        border-right: none;
    }*/
    .banner-video-wrap{
        display: block;
        position: relative;
        top: 0;
        border-radius: 0px;
        width: 90%;
        margin-bottom: 40px;
        height: 100%;
        padding: 0px 50px;
    }
    .banner-home .inner-content{
        margin-top: 65px;
    }
     .mobile-services4{
        padding-bottom: 25px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1){
    .banner-home {
        height: 900px;
    }
    .services-slider{
        margin-top: 100px;
    }
    .services-section .slick-arrow{
        top: -93px;
    }
    .footer-address-wrapper {
        margin-top: 25px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .banner-home {
        height: 600px;
    }
}

@media (min-width:768px) and (max-width:991px){
    /*  .team-listing img.featured-img {
                    height: 350px;
            }*/
}

/* Small Devices View */
@media (max-width: 767px){
   
    .about-image-wrap:before {
        height: 85%;
        width: 90%;
        border-radius: 100px 0px 0px 0px;
    }
    .about-image-wrap img {
        border-radius: 100px 0px 0px 0px;
    }
    .home-testimonials-sec .testimonial-slider .prev {
        right: auto;
        left: 0;
    }
    .home-testimonials-sec .testimonial-slider .slick-arrow {
        bottom: -60px;
        z-index: 11;
    }
    .home-testimonials-sec {
        padding-bottom: 150px !important;
    }
    .top-logo a:first-child img {
    max-width: 50px;
    }
    .top-logo a:last-child img {
        max-width: 130px;
    }
    .banner-home{
        height: auto;
    }
    .mobile-ph, .mobile-ph a {
        font-size: 0 !important;
    }
    .menu-wrap{
        top: 145px;
    }
    .page-banner .banner-title {
        font-size: 40px;
        line-height: 45px;
    }
    .h2 .h2, h2, .heading, h2.title {
        font-size: 35px;
    }
    .banner-home .banner-title {
        font-size: 40px;
        line-height: 48px;
    }
    .banner-home .inner-content {
        margin-top: 100px;
    }
    .map-sec .contactinfo {
        max-width: 540px;
    }
    .map-iframe-list {
        display: block;
    }

    .review-item {
        padding: 25px 0;
    }
    .service-listing a {
        font-size: 26px;
        max-width: 100%;
    }
    .services-list-wrap{
        width: 100%;
        border: none;
    }
    .services-list-wrap a{
        height: 75px;
    }
    
    .top-bar {
        flex-direction: column;
        flex-wrap: nowrap;
        text-align: center;
                align-items: center;
    }
    .services-list-wrapper ul {
    column-count: 1;
}




}

/* Iphone X */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .banner-home{
        height:550px;
    }
    .banner-home .banner-title {
        font-size: 45px;
        line-height: 60px;
    }
}


@media (max-width:575px){
     .banner-video-wrap
    {
        padding: 0 15px;
        width: 100%;
    }
    
    body{
        line-height: 30px;
    }
    .search-icon {
        width: 45px;
        height: 45px;
    }
    .top-logo {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .top-menu {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .page-banner .banner-title {
                font-size: 28px;
        line-height: 36px;
        max-width: 100%;
        padding-top: 50px;
    }
    .menu-button {
        width: 50px;
        height: 45px;
    }
    .menu-button .menu-bar {
        width: 30px;
    }
    .menu-button .menu-bar-top, .menu-button.button-open .menu-bar-top {
        top: 9px;
    }
    .menu-button.button-open .menu-bar-bottom {
        top: 35px;
    }
    .ph-number {
        margin-right: 15px;
    }
    .mobile-ph a svg, .mobile-ph a img {
        width: 25px;
        height: 25px;
    }
    .menu-sidebar .menu-bar-wrapper li > a {
        padding: 10px 15px;
        font-size: 14px;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow{
        height:50px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a{
        font-size: 14px;
    }
    .mainpage h1, .postlist-single h1 {
        font-size: 30px;
        line-height: 1.1;
    }
    .mainpage h2, .postlist-single h2 {
        font-size: 28px;
        line-height: 1.1;
    }
    .mainpage h3, .postlist-single h3 {
        font-size: 26px;
        line-height: 1.1;
    }
    .mainpage h4, .postlist-single h4 {
        font-size: 22px;
        line-height: 1.1;
    }
    .mainpage h5, .postlist-single h5 {
        font-size: 18px;
        line-height: 1.1;
    }
    .mainpage h6, .postlist-single h6 {
        font-size: 16px;
        line-height: 1.1;
    }
    .header-search-box span.closebtn {
        right: 0;
    }
    .banner-home .inner-content {
        padding: 65px 0px 25px 0px;
    }
    /*        .banner-home{
                height: -webkit-calc(60vh - 90px);
            }*/
    .banner-home .banner-title {
        font-size: 30px;
        line-height: 40px;
    }
    .btn{
        padding: 10px 15px;
        font-size: 14px;
    }
    .about-content-wrap p:first-of-type{
        font-size: 15px;
        line-height: 20.49px;
    }
    .services-section .heading-section{
        margin-left: 0px;
        margin-bottom: 25px;
    }
    .services-loop {
        margin: 0px 0px 25px 0px;
    }
    .services-loop img.services-img {
        height: 380px;
        border-radius: 50px 0px 0px 0px;
    }
    .heading-para-section {
        padding-left: 0px;
        padding-top: 0px;
    }
    .appointment-image-wrap {
        margin-top: 30px;
    }
    .appointment-section:before{
        height: 85%;
    }
    .team .item{
        flex-direction: column-reverse;
    }
    .team .item:before{
        display: none;
    }
    .team .item .attorney-detail, .team .item .attorney-img {
        width: 100%;
    }
    .team .item .attorney-detail {
        padding: 20px 20px 20px 20px;
    }
    .home-testimonials-sec .star-rating {
        padding-bottom: 15px;
    }
    .quotes-icon{
        position: relative;
        top: 0;
        margin-bottom: 15px;
    }
    .quotes-icon svg, .quotes-icon img {
        height: 65px;
        width: 90px;
    }
    .map-sec .contactinfo {
        margin: 0 15px;
        width: calc(100% - 30px);
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
    }
    .footer-nav ul{
        column-count: 2;
        margin-bottom: 25px;
    }
    .footer-address-wrapper {
        margin-bottom: 0;
        margin-top: 15px;
    }
    .team-listing .img-box img{
        height: 365px;
    }
    .img-box {
        margin-bottom: 0px;
    }
    .team-image-wrap .img-box{
        margin-bottom: 25px;
    }
    .postlist-single {
        padding-right: 0px;
    }
    .review-item p {
        font-size: 16px;
    }
    .accordion-body {
        padding: 0 1rem 1rem 1rem;
    }
    .accordion-button:before{
        height: 30px;
        width: 30px;
    }
    #footer{
        text-align:center;
    }
    .nap-postal-address{
        margin: auto;
        display: table;
    }
    .footer-logo .f-logo {
        margin-right: 0;
        margin: auto;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: auto;
        display: block;
        flex-direction: column;
        display: flex;
    }
    .footer-logo {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .service-listing a.service_title_wrap {
        font-size: 22px;
        max-width: 100%;
    }
    .page-banner {
        min-height: 280px;
    }
    .header-top-btn a.portal{
        top: 0px;
    }
    .services-list-wrapper ul{
        flex-direction: column;
    }
   
}

/* Extra Small Devices View */
@media (max-width: 480px){
    .top-logo a:first-child img {
    max-width: 50px;
    }
    .top-logo a:last-child img {
        max-width: 100px;
    }
    .header-search-box.open-search {
        height: 150px;
    }
    .h2 .h2, h2, .heading, h2.title {
        font-size: 32px;
    }
    /*  .btn {
                    white-space: break-spaces;
            }*/
    h2.heading br {
        display: none;
    }
    .home-blog-sec .blog-heading {
        font-size: 20px;
    }
    .about-blockquote-sec .quote_col .profile {
        font-size: 15px;
        line-height: 24px;
    }
    .about-blockquote-sec .quote_col .blockquote {
        font-size: 16px;
        line-height: 30px;
    }
    .practice_sec .practice a {
        display: block !important;
        text-align: center;
    }
    .practice_sec .practice .practice-title {
        font-size: 17px;
        line-height: 26px;
        margin-left: 0;
        margin-top:10px;
    }
}
@media (max-width:420px){
    .white-submit-btn::before {
        background-position: center 25px;
        background-size: 25px;
    }
    .white-submit-btn:hover::before {
        background-position: center -32px;
    }
}
@media (max-width:380px){
    .h2 .h2, h2, .heading, h2.title{
        font-size: 28px;
    }
    .home-blog-sec .post-image img.no-feature, .home-blog-sec .post-image img.featured-img {
        height: 250px;
    }
    .home-blog-sec .blog-heading {
        font-size: 18px;
        line-height: 26px;
    }
}