/*Responsive*/

@media (max-width: 1350px) {
    body .wrapper-header-links a {
        margin-right: 10px;
        margin-left: 10px;
    }
    .navbar-brand{
        margin-right: 40px;
    }
    .sub-footer .col.button-links{
        max-width: 220px;
    }
    .all-titles.areas .select-css {
        left: -35.7rem;
        width: 69.8rem;
    }
}
@media (max-width: 1200px) {
    /*=====
    header
    =======*/
    .all-titles.areas .select-css {
        left: -30.1rem;
        width: 58.6rem;
    }
    .select-css li {
        padding-right: 25px;
    }

    .mobile .mobile-block{
        display: contents;
    }
    .mobile.number{
        display: block;
    }
    .number:before,
    .desktop{
        display: none;
    }

    header .top-group .tel{
        text-align: left;
    }
    header .top-group .email {
        text-align: center;
    }

    header .wrapper-phone-with-button {
        flex-direction: inherit;
        align-items: normal;
        justify-content: normal;
        z-index: 99;
        position: relative;
        display: block;
        padding-left: 0;
    }
    header .wrapper-header-links .wrapper-link .sub-menu .menu-item-has-children .sub-menu {
        z-index: 1002;
        top: 0;
        left: 0;
        flex-direction: column;
        position: relative;
        width: 200px;
        height: auto;
        background-color: var(--white);
    }
    header .mobile .wrapper-header-links {
        display: block;
        align-items: normal;
        justify-content: inherit;
        height: auto;
    }

    header .wrapper-header-links .wrapper-link .sub-menu .menu-item-has-children > a:after {
        top: calc(50% - 5px);
        transform: rotate(0);
    }
    body header .wrapper-header-links a {
        margin-right: 0rem;
        margin-left: 0rem;
        display: block;
        padding: 0;
        border: none;
    }
    header .wrapper-phone-with-button .wrapper-button a {
        margin-top: 30px;
    }

    header .navbar-collapse.mobile .close{
        display: block;
        position: relative;
        top: -20px;
        right: -85%;
    }
    body .wrapper-header-links .menu-item-has-children > span {
        left: 0;
        top: 0;
    }
    body header .wrapper-header-links .wrapper-link:hover .sub-menu li > a,
    body.page header .wrapper-header-links .wrapper-link .sub-menu li a{
        color: var(--pms-2955);
    }

    header nav .mobile{
        flex-direction: column;
    }
    body .navbar-expand-lg .navbar-collapse.mobile {
        overflow: auto;
        padding-bottom: 0;
        -webkit-transform: translateX(100vw);
        -moz-transform: translateX(100vw);
        -o-transform: translateX(100vw);
        transform: translateX(100vw);
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    body .navbar-expand-lg .navbar-collapse.active {
        -webkit-transform: translateX(0vw);
        -moz-transform: translateX(0vw);
        -o-transform: translateX(0vw);
        transform: translateX(0vw);
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        width: 100%;
    }
    header nav .mobile.navbar-collapse,
    section.mobile-menu .wrapper-menu {
        padding-top: 80px;
        padding-left: 0px;
        padding-right: 0px;
        background-color: var(--white);
        display: block;
        flex-direction: column;
        align-items: flex-start;
        box-shadow: -2px 0px 19px -10px rgba(0, 0, 0, 0.65);
    }
    body .navbar-expand-lg .navbar-collapse .col-1{
        width: 100%;
        position: relative;
    }
    body .navbar-expand-lg .navbar-collapse .col-1 ul{
        justify-content: center!important;
    }
    body .navbar-expand-lg .navbar-collapse .active-position {
        right: 0;
        left: 0;
        top: 65px;
        max-width: 600px;
        width: 100%;
    }


    body .wrapper-header-links .wrapper-link > .sub-menu{
        border: 1px solid transparent;
    }
    header .wrapper-header-links > li {
        position: relative;
        margin-bottom: 10px;
        padding: 10px;
    }

    header .wrapper-header-links > li.current-menu-item,
    body .wrapper-header-links > li:hover,
    body header .wrapper-header-links .wrapper-link .sub-menu li:hover,
    body header .wrapper-header-links .wrapper-link .sub-menu li.current-menu-item{
        background: var(--pms-2955);
    }
    body .wrapper-header-links li > a{
        border-bottom: 0px solid transparent;
    }
    body .wrapper-header-links li:hover > a,
    body header .wrapper-header-links .wrapper-link .sub-menu li:hover > a,
    body header .wrapper-header-links .wrapper-link .sub-menu li.current-menu-item > a{
        color:var(--white);
        border-bottom: 0px solid transparent;
    }
    body .wrapper-header-links .current_page_item > a,

    body .wrapper-header-links a:hover,
    body .wrapper-header-links .current_page_item > a {
        border-bottom: 2px solid transparent;
        color:var(--white);
    }

    body .wrapper-header-links .current_page_item > a,
    body footer .wrapper-header-links .current_page_item > a span {
        border-bottom: 0px solid transparent;
    }
    body footer .wrapper-header-links .current_page_item > a {
        border-bottom: 2px solid transparent;
    }

    header .wrapper-header-links a {
        margin-right: 0;
        margin-left: 0;
    }
    header .navbar-brand{
        max-width: calc(100% - 70px);
    }
    header .navbar-collapse {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        background-color: var(--white);
        box-shadow: -2px 0px 19px -10px rgba(0, 0, 0, 0.65);
        height: 100vh;
        z-index: 1050;
    }
    header .navbar-expand-lg .navbar-nav {
        height: 100%;
        padding-top: 0;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        height: auto;
        background-color: var(--white);
        display: flex;
        flex-direction: column;
        flex: 0 0 auto;
        position: relative;
    }
    header .navbar-toggler.main, .navbar-toggler.back {
        display: block;
        border: 0;
        border-radius: 0;
        padding: 12px;
    }
    header .navbar-toggler.back {
        padding: 20px;
    }
    header .navbar-toggler.main .navbar-toggler-icon{
        background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' height='512px' viewBox='0 -53 384 384' width='512px'%3e%3cg%3e%3cpath d='m368 154.667969h-352c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h352c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23034F9A'/%3e%3cpath d='m368 32h-352c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h352c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23034F9A'/%3e%3cpath d='m368 277.332031h-352c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h352c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23034F9A'/%3e%3c/g%3e%3c/svg%3e ");
    }
    header .navbar-toggler.back .navbar-toggler-icon{
        background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='iso-8859-1'?%3e%3c!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath d='M506.134,241.843c-0.006-0.006-0.011-0.013-0.018-0.019l-104.504-104c-7.829-7.791-20.492-7.762-28.285,0.068 c-7.792,7.829-7.762,20.492,0.067,28.284L443.558,236H20c-11.046,0-20,8.954-20,20c0,11.046,8.954,20,20,20h423.557 l-70.162,69.824c-7.829,7.792-7.859,20.455-0.067,28.284c7.793,7.831,20.457,7.858,28.285,0.068l104.504-104 c0.006-0.006,0.011-0.013,0.018-0.019C513.968,262.339,513.943,249.635,506.134,241.843z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e ");
    }
    header .navbar-btn.blue-button {
        margin: 15px 20px !important;
        padding: 10px;
        font-size: 10px;
    }
    header .navbar-expand-lg .navbar-nav .dropdown-menu{
        border: 0;
    }
    header .dropdown-item{
        padding-left: 15px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        transition: all .15s ease-in-out;
        border: 0;
    }
    header .dropdown-item:hover{
        border: 0;
        background: initial;
    }
    header .dropdown-item a.dropdown-link,
    header .dropright .dropdown-menu .dropdown-item{
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        color: #222222;
        font-size: 14px;
        padding: 5px 10px;
        width: 100%;
    }
    header .navbar-nav .dropdown::after{
        top: 15px;
    }
    header .dropdown-item.dropright::after {
        top: 10px;
        transform: rotate(90deg);
        right: 0px;
    }
    header .navbar-expand-lg .navbar-nav .dropright .dropdown-menu,
    header .dropright .dropdown-menu .dropdown-item{
        width: 100%;
        margin: 5px 10px;
        cursor: pointer;
        padding-left: 0;
        padding-right: 20px;
    }
    header .navbar-nav .nav-link,
    header .navbar-nav .nav-link,
    header .dropdown-item a.dropdown-link,
    header .dropdown-item a.dropdown-link,
    header .dropright .dropdown-menu .dropdown-item,
    header .dropright .dropdown-menu .dropdown-item {
        border-bottom: 2px solid var(--white);
    }
    .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover,
    .dropdown-item a.dropdown-link:focus,
    .dropdown-item a.dropdown-link:hover,
    .dropright .dropdown-menu .dropdown-item:focus,
    .dropright .dropdown-menu .dropdown-item:hover {
        border-bottom: 2px solid #034F9A;
    }
    header .wrapper-phone-with-button .wrapper-phone,
    header .wrapper-phone-with-button .wrapper-button{
        margin: 0 auto;
    }
    body header .menu-item-has-children a:after {
        display: none;
    }
    body header .wrapper-header-links .wrapper-link .sub-menu {
        width: 99.3%;
        left: 0;
        top: 41px;
    }
    header .menu-item-has-children > a {
        position: relative;
        padding-right: 0px;
    }
    body header .wrapper-header-links .wrapper-link .sub-menu a {
        border-left: 0px solid transparent;
        background-color: transparent;
    }
    body header .wrapper-header-links .wrapper-link .sub-menu a:hover {
        border-bottom: 2px solid #034f9a;
        border-left: 0px solid transparent;
        background-color: transparent;
    }
    header li.wrapper-link > a{
    }
    header .menu-item-has-children.mob-hover-1 > a,
    body.page header .wrapper-header-links .sub-menu .menu-item-has-children.mob-hover-2 > a {
        border-bottom: 2px solid #034f9a;
    }
    body.page header .wrapper-header-links .wrapper-link .sub-menu .menu-item-has-children:hover .sub-menu,
    body.page header .wrapper-header-links .wrapper-link.hover a .sub-menu,
    body.page header .wrapper-header-links .wrapper-link.hover .sub-menu{
        display:none;
    }

    body.page  header .wrapper-header-links .menu-item-has-children.mob-hover-1 .level-0 .menu-item-has-children.mob-hover-2 > .sub-menu ,
    body.page  header .wrapper-header-links .menu-item-has-children > .level-0 > .menu-item-has-children.mob-hover-2 > .level-1,
    body.page  header .wrapper-header-links .menu-item-has-children.mob-hover-1 > .level-0,
    body.page  header .wrapper-header-links .menu-item-has-children.mob-hover-1 > .level-0 > .menu-item-has-children.mob-hover-2 > .level-1{
        display: flex;
    }

    body.page header .wrapper-header-links .wrapper-link .sub-menu li {
        padding: 0 0 0 15px;
    }
    body.page header .wrapper-header-links .wrapper-link .sub-menu a {
        padding: 10px 0px;
    }

    body.page header .wrapper-header-links .wrapper-link .level-0 {
        z-index: 1005;
    }
    body.page header .wrapper-header-links .wrapper-link .level-1 {
        z-index: 1004;
    }
    .careers iframe {
        float: none;
        display: block;
    }
    #page-id-11 .text-section .left .desc .row,
    #about-us .text-section .left .desc .row,
    #page-id-11 .text-section .right .desc .row,
    #about-us .text-section .right .desc .row {
        position: relative;
        bottom: 0;
    }


    /*==========================
    FOOTER
    ============================*/


    .sub-footer .d-flex .col-4{
        display: none;
    }
    .sub-footer .d-flex{
        flex-wrap: wrap;
    }
    .sub-footer .container {
        padding: 0;
        position: relative;
        max-width: 100%;
    }
    .sub-footer .container::before,
    .sub-footer .container::after{
        content: none;
    }
    .sub-footer .d-flex div:nth-child(2){
        border-left: 0px solid rgba(255, 255, 255, 0.5);
    }
    .sub-footer .d-flex .phone:before{
        content: "";
        background-image: url(../img/magnet-2@2x.png);
        width: 54px;
        height: 24px;
        background-size: cover;
        margin-right: 10px;
    }
    .sub-footer .col {
        flex: 1 1 50%;
    }

    footer.new-footer .wrapper-logo {
        margin-bottom: 40px;
    }

    section.tabs-section .wrapper-tabs .tab.active {
        margin-top: 80px;
    }



    .wrapper-text-item p strong a{
        display: inline-block;
    }

    section.main-section .wrapper-info h1 {
        font-size: var(--font-size-xxl);
    }
    section {
        padding: 60px 0;
    }



    /*posttype or textblock section*/
    .text-section .posttype .wrapper-text img{
        width: 35%;
        height: auto;
    }
    .review-section .paged-reviews .col-4 {
        width: 50%;
    }


    .wrapper-items .col{
        flex: 1 0 50%;
        margin-bottom: 25px;
    }
    .sub-footer {
        display: none;
    }

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


    .callcard-section > .row,
    .callcard-section > .row > .col-lg-6,
    .text-section > .row,
    .text-section > .row > .col,
    .callcard-section > .row > .col-lg-6:nth-child(1),
    .text-section .wrapper-text.left,
    .text-section .child > .textblock.left,
    .text-section .wrapper-text.right,
    .text-section .child > .textblock.right {
        padding-right: 0;
        padding-left: 0;
        max-width: 720px;
        margin: auto;
    }

    #page-id-11 .text-section, #about-us .text-section {
        box-shadow: none;
         padding: 40px 0;
    }
    #page-id-11 .text-section .left .desc, #about-us .text-section .left .desc {
        padding-left: inherit;
    }


    .global-button{
        margin-left: auto;
        margin-right: auto;
    }
    .text-section .wrapper-text .global-button {
        margin-bottom: 30px;
    }
    .text-section .wrapper-text .desc,
    .text-section .wrapper-text .col-5,
    .os-section .col-6,
    .posttype.col-6,
    .home .text-section .nth-child .col-12 {
        width: 100%;
    }
    .os-section .col-6:nth-child(1) {
        order: 2;
    }
    .os-section .col-6:nth-child(1) {
        padding-right: 0;
    }

    .text-section .child .wrapper-text,
    .text-section .wrapper-text.right,
    .text-section .wrapper-text.left,
    .tab-content .mobile,
    .text-section .posttype.col:last-child,
    .child .col-12.textblock:last-child .wrapper-text {
        display: flex !important;
    }

    .nth-child .col-12.textblock:last-child .wrapper-text{
        margin-bottom: 60px;
    }

   
     .text-section .wrapper-text .left,
     .text-section .wrapper-text .right {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px;
    }
    #page-id-11 .text-section .left .desc,
    #about-us .text-section .left .desc,
    #about-us .wrapper-text .row,
    .text-section .wrapper-text .desc{
        order: 2;
        position: relative;
    }
    #page-id-11 .text-section .left .desc .row{
        position: relative;
    }
    #about-us .wrapper-text .row > .col{
        text-align: center;
    }
    .text-section .wrapper-text .left,
    .text-section .wrapper-text .right{
        order: 1;
    }
    #about-us .wrapper-text .left,
    #about-us .wrapper-text .right {
        order: 3;
    }
    #about-us .wrapper-text .row .desc{
        margin-bottom: 30px;
        display: flex!important;
        justify-content: space-between;
    }
    .new-section .select-css li {
         border-right: 0px solid var(--main-gold);
    }


    /*contact us*/
    .form-section .col-contact {
        margin: auto;
        margin-bottom: 30px;
    }
    .form-section-jf .col-contact {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        order: 2;
        margin-top: 50px;
    }
    .form-section-jf > .container > .row > .col{
        flex: 1 0 100%;
    }


    .callcard-section .global-button {
        margin: 30px 0;
    }

    .carousel .wrap-slide .d-flex,
.carousel .slick-dotted.slick-slider{
    margin-bottom: 0;
}

   .our-attorneys .container > .d-flex,
   .our-attorneys .d-flex .row{
        flex-direction: column;
    }
    .bord-mobile .browse-mobile{
        display: block;
    }
    .bord-mobile form .col.active {
        position: relative;
        z-index: 99;
    }


    .filters:focus .select-css,
    .filters:active .select-css,
    .filters:hover .select-css,
    .wrap:focus .select-css,
    .wrap:active .select-css,
    .wrap:hover .select-css,

    .bord-mobile:focus form,
    .bord-mobile:active form,
    .bord-mobile:hover form,
    .all-titles:focus .select-css,
    .all-titles:active .select-css,
    .all-titles:hover .select-css,
    .areas:focus .select-css,
    .areas:active .select-css,
    .areas:hover .select-css {
        display: none;
        -webkit-transform:  inherit;
        -moz-transform:  inherit;
        -ms-transform:  inherit;
        -o-transform:  inherit;
        transform: inherit;
    }
    .all-titles:hover .icon{
        -webkit-transform:  inherit;
        -moz-transform:  inherit;
        -ms-transform:  inherit;
        -o-transform: inherit;
        transform: inherit;
    }
    .active.bord-mobile > .all-titles .icon{
        -webkit-transform:  rotateX(180deg);
        -moz-transform:  rotateX(180deg);
        -ms-transform:  rotateX(180deg);
        -o-transform:  rotateX(180deg);
        transform: rotateX(180deg);
    }
    .active.bord-mobile form{
        display: block !important;
        -webkit-transform:  rotateX(0deg);
        -moz-transform:  rotateX(0deg);
        -ms-transform:  rotateX(0deg);
        -o-transform:  rotateX(0deg);
        transform: rotateX(0deg);
    }
    .active.bord-mobile .col.active{
        position: relative;
        z-index: 9;
    }
    .active.bord-mobile .col.active .select-css {
        display: block;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    .active.bord-mobile .col.active .all-titles .select-css,
    .active.bord-mobile .col.active .all-titles.areas .select-css {
        position: absolute;
        z-index: 10;
        top: 79px;
        bottom: inherit;
        left: 0;
        display: flex;
        width: 100%;
        padding: 40px 20px;
        transition: all .1s linear;
        text-align: left;
        background: #fff;
        flex-wrap: inherit;
        align-items: inherit;
        justify-content: inherit;
        flex-direction: column;
    }
    .all-titles.areas .select-css:before, .all-titles.areas .select-css:after {
        content: none;
    }

    .filters .select-css {
        position: absolute;
        z-index: 99999;
        top: 79px;
        height: 200px;
        left: -1px;
        /* display: none; */
        width: 100.7%;
        padding: 40px 20px;

    }
    .all-titles .icon,
    .filters .icon {
        position: relative;
        top: 0;
        left: 0;
        margin-right: 0;
        margin: 0;
    }


    .footer .container > .row:nth-child(3){
        display: flex;
    }
    .new-section .view-all,
    .bord-mobile form,
    .footer .row:nth-child(1) .col-5{
        display: none !important;
    }

    body .footer .navbar-brand svg {
        max-width: 282px;
        margin: auto;
    }
    .footer .contact-us,
    .footer .row .inside-wrap > div{
        margin-bottom: 30px;
    }
    footer .col-4,
    .footer .row:nth-child(1) .inside-wrap .col-2,
    .footer .inside-wrap .col-2,
    .footer .inside-wrap .col-5{
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    .footer .row:nth-child(3) .inside-wrap .col-5{
        width: 100%;
    }
    .footer h4{
        margin-bottom: 10px;
    }
    .inside-wrap img {
        margin: auto;
    }

    .footer {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .col-4 .copyright{
        display: none;
    }
    .col-12.copyright{
        display: block;
        text-align: center;
        padding: 15px 0;
        border-top: 1px solid rgba(248, 248, 248, 1);
    }

    .footer .d-flex.inside-wrap {
        flex-direction: column;
        align-items: start !important;
    }

    footer #footer-menu {
       /* columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        */
    }

    footer #footer-menu li {
        display: block;
        text-align: left;
        margin: 0;
        padding: 5px 0;
    }

    footer #footer-menu li a {
        margin: 0;
    }
    .inside-wrap .col-5{
        width:100%;
    }
    .inside-wrap .col-md-12 {
        margin: 20px 0;
        width: 100%;
    }

    #button {
        background-color: var(--pms-2955);
        display: inline-block;
        width: 42px;
        height: 42px;
        padding-top: 6px;
        text-align: center;
        position: fixed;
        bottom: 30px;
        right: 30px;
        transition: background-color .3s, opacity .5s, visibility .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
    }


    #button:active {
        background-color: #555;
    }
    #button.show {
        opacity: 1;
        visibility: visible;
    }
}
@media (max-width: 840px){
    .container, .container-md, .container-sm {
        max-width: 690px;
    }
    .wrap-slide .d-flex > .col:nth-child(1) {
        border-right: 0px solid #003865;
        margin-right: 0;
    }
    .new-section .d-flex .col{
        width: 100%;
        text-align: center;
    }
    .new-section .col h4{
        margin: 15px 0;
    }
    .new-section .col-12 {
        width: 75%;
        min-width: 218px;
        margin: auto;
    }
    .new-section .entry-date {
        margin-right: 0;
    }
    .new-section .select-css li {
        justify-content: center;
    }
    .new-section .d-flex{
        flex-direction: column;
    }
    .wrap-slide a.global-button, .wrap-slide .global-button {
        width: 100%;
    }

     .wrap-slide a.global-button, .wrap-slide .global-button {
            margin: auto;
            width: 195px;
            height: 50px;
        }

}
@media (max-width: 768px) {
    .video-file-wrapper video {
        height: 390px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    section.main-section .wrapper-info {
        margin-left: 0;
    }
    .internal.attorney .entry-header,
   .main-section .slider-dots-box .slick-dots{
        display: none !important;
    }
    .main-section .global-button {
        margin-left: inherit;
    }
    header {
        height: auto;
    }

    body .navbar-brand .logo,
    body .navbar-brand .img,
    body .navbar-brand img {
        max-width: 300px;
    }
    .inside-wrap .col-2 {
        width: 50%;
    }
/*main banner*/



    section.main-section .global-button:first-child {
        margin-right: 15px;
    }
    .global-button {
        margin-top: 20px;
    }


    .internal.attorney .img {
        max-width: 100%;
        overflow: hidden;
        position: absolute;
        height: 95%;
        bottom: 0;
        left: 0;
    }
    .internal.attorney .img img {
         position: absolute;
         left: 0;
         height: 100%;
         width: auto;
         bottom: 0;
     }


    .our-attorneys .entry-header{
        display: flex !important;
    }
    .our-attorneys .areas-a{
        margin-top: 35px;
    }

    .our-attorneys .entry-header h1.entry-title{
        font-family: Cinzel;
        color: var(--pms-2955);
        font-weight: 700;
        line-height: 43px;
        text-transform: uppercase;
        text-align: left;
    }

    .our-attorneys .entry-header h2.entry-title{
        font-family: Cinzel;
        color: var(--pms-2955);
        font-size: var(--font-size-l2);
        font-weight: 400;
        line-height: 27px;
        text-transform: uppercase;
    }
    .our-attorneys .entry-header h3.montserrat-normal-white-16px{
        text-transform: uppercase;
        margin-bottom: 15px !important;
    }
    .our-attorneys .entry-header h3.montserrat-normal-white-16px,
    .our-attorneys .entry-header .contact-info a{
        color: var(--pms-2955);
    }
    .education .tags {
        border-right: 0px solid var(--main-gold);
        border-bottom: 1px solid var(--main-gold);
        padding-right: 0;
        padding-bottom: 20px;
    }
    .education .col:last-child{
        padding-top: 20px;
    }

        /*title*/
    .our-attorneys .entry-header h1.entry-title,
    .form-section .wrapper-info h2,
    .form-section .wrapper-info h3,


    .text-section .wrapper-text h2,
    .text-section .wrapper-text h3,
    .text-section .wrapper-text h4,

    .wrapper-info .valign-text-bottom,
    .new-section .container > .row h3{
        font-size: 32px;
    }

    .practice-areas .global-button,
    .wrap-slide a.global-button, .wrap-slide .global-button {
        margin: auto;
        width: 195px;
        height: 50px;
    }
    .wrapper-text.d-flex{
        /*display: block !important;*/
        flex-flow: wrap;
    }
    .posttype.col {
        flex: 1 0 100%;
    }
    .internal .wrapper-info .tags,
    .text-section .wrapper-text .desc{
        order: 2;
    }
    .internal .wrapper-info .right-col,
    .text-section .wrapper-text .left,
    .text-section .wrapper-text .right{
        order: 1;
    }
    .our-attorneys .contact-info .col-12,
    .our-attorneys .contact-info .col-6,
    #page-id-11 .text-section .wrapper-text .desc,
    #about-us .text-section .wrapper-text .desc {
        padding-left: 0;
        padding-right: 0;
    }
    .education,
    .our-attorneys .contact-info .col-12,
    .our-attorneys .contact-info .col-6 {
        line-height: 29px;
    }
    .text-section .wrapper-text .left,
    .text-section .wrapper-text .right,
    .text-section .col-6 .wrapper-text .left,
    .text-section .col-6 .wrapper-text .right {
        max-width: 100%;
        max-height: 100%;
        height: 200px;
    }
    .text-section .wrapper-text .img,
    .page .text-section .nth-child .wrapper-text .left,
   .page .text-section .nth-child .wrapper-text .right{
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 15px;
        flex: 1 0 100%;
        max-width: 100% !important;
        max-height: 100%;
        height: 250px !important;
    }
    .page .text-section .nth-child .wrapper-text .img {
        max-width: 100%;
        width: 100%;
        height: 100% !important;
    }


    #page-id-11 .text-section .right .laweyers ul.desc,
    #page-id-11 .text-section .left .laweyers ul.desc {
        margin: 30px auto 30px auto;
        display: block !important;
    }
    .text-section .col .laweyers li {
        display: inline-block;
        margin: 15px;

        text-align: center;

    }
    .text-section .col .laweyers li:first-child {
        margin-left: 15px;
    }
    .text-section .col .laweyers li:last-child {
        margin-right: 15px;
    }

    #page-id-235 #id_8,
    #page-id-235 #id_9,
    #page-id-235 #id_4,
    #page-id-235 #id_6 {
        max-width: 100%;
        display: flex;
        flex: 0 0 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #page-id-235 .form-line .form-input-wide{
        max-width: 100%;
    }
    #page-id-235 #cid_1,
    #page-id-235 #id_5 {
        margin-left: 0;
        margin-right: 0;
    }

    .tabs-wrapper ul {
        flex-direction: column;
    }


    .practice-areas .global-button {
        bottom: 0;
    }
    .our-attorneys .contact-info .row,
    .os-section .col-6,
    .practice-areas .global-button, .wrap-slide a.global-button, .wrap-slide .global-button {
        width: 100%;
    }
    .practice-areas .wrapper-info h3.valign-text-bottom{
        line-height: 21px;
        font-size: var(--font-size-s);
        align-items: center;
        margin: 0;
    }


    .text-section .wrapper-text.right .p-right {
        padding-right: 0;
    }
    .text-section .wrapper-text.right .p-left {
        padding-left: 0;
    }


    footer .col-4, .footer .row:nth-child(1) .inside-wrap .col-2, .footer .inside-wrap .col-2, .footer .inside-wrap .col-5 {
        width: 100%;
    }
    .internal .wrapper-info .col,
    footer .inside-wrap .col-5 .col {
        flex: 1 0 auto;
        width: 100%;
        max-width: 100%;
    }
    .internal .new-section h4{
       text-align: center;
    }

    .our-attorneys .contact-info,
    .internal .wrapper-info,
    .new-section .d-flex,
    .our-attorneys .container > .d-flex,
    .our-attorneys .d-flex .row,
    .footer.footer .container > .row:nth-child(3) .inside-wrap .col-5 {
        flex-direction: column;
    }
    .group-social h4{
        display: none;
    }
    .group-social:before{
        content: none;
        width: auto;
        height: auto;
        margin-right: 0px;
        background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0962 1.90381C9.8685 0.676127 8.23621 0 6.5 0C4.76379 0 3.1315 0.676127 1.90379 1.90381C0.676127 3.1315 0 4.76379 0 6.5C0 8.23621 0.676127 9.8685 1.90379 11.0962C3.1315 12.3239 4.76379 13 6.5 13C8.23621 13 9.8685 12.3239 11.0962 11.0962C12.3239 9.8685 13 8.23621 13 6.5C13 4.76379 12.3239 3.1315 11.0962 1.90381ZM6.5 12.2383C4.80215 12.2383 3.27445 11.4968 2.2229 10.321C2.8748 8.59275 4.5436 7.36328 6.5 7.36328C5.23793 7.36328 4.21484 6.34019 4.21484 5.07812C4.21484 3.81606 5.23793 2.79297 6.5 2.79297C7.76207 2.79297 8.78516 3.81606 8.78516 5.07812C8.78516 6.34019 7.76207 7.36328 6.5 7.36328C8.4564 7.36328 10.1252 8.59275 10.7771 10.321C9.72555 11.4968 8.19785 12.2383 6.5 12.2383Z' fill='white'/%3E%3C/svg%3E");
    }
    .group-social ul{
        justify-content: start !important;
    }
    footer .mobile .col:nth-child(1){
        margin-bottom: 30px;
    }
    .footer .contact-us{
        margin-bottom: 1rem;
    }

    .row:nth-child(1) .inside-wrap {
        margin-bottom: 38px;
    }

    /*parnters*/
    .collumn-section .col-4 {
        width: 100%;
    }

}

@media (max-width: 640px) {
    .gform_wrapper.gravity-theme .ginput_complex span {
        display: block;
        width: 100%;
    }
}
@media (max-width: 576px) {
    .video-file-wrapper video {
        height: 290px;
        width: 100%;
    }
    .internal.practice .row > *,
    .internal .container {
        padding-right: 0;
        padding-left: 0;
    }
    .internal .container.entry-header,
    .internal .row.carousel,
    .internal .wrapper-info .right-col{
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
    }
    .internal.practice .row{
        margin: 0;
    }

    .internal .tags {
        padding: var(--bs-gutter-x,.75rem);
        margin-right: 0;
    }

}
@media (max-width: 480px) {
    section h1.valign-text-bottom,
    section h1.entry-title{
        font-size: var(--font-size-xxll);
    }
    .video-file-wrapper video {
        height: 250px;
        width: 100%;
    }
    .text-section .col-12:nth-child(1) .wrapper-text .left,
    .text-section .col-12:nth-child(1) .wrapper-text .right,
    .text-section .col-12:nth-child(2) .wrapper-text .left,
    .text-section .col-12:nth-child(2) .wrapper-text .right,
    .text-section .col-6 .wrapper-text .left,
    .text-section .col-6 .wrapper-text .right {
        max-width: 100%;
        max-height: 100%;
        height: auto;
    }
    .featured-image{
        height: 130px;
    }

    .text-section .wrapper-text .left, .text-section .wrapper-text .right {
        height: auto;
    }
    .text-section .nth-child .col-12 .wrapper-text .img {
        max-width: 100%;
        height: 200px;
    }
    .text-section .wrapper-text .img {
        height: 205px;
    }

    body .navbar {
         padding-top: 0.75rem;
         padding-bottom: 0.75rem;
    }

    .os-section .col-6 .img {
        height: 160px;
    }




    section.main-section .wrapper-info p {
        font-size: var(--font-size-m);
        line-height: 24px !important;
    }
    .callcard-section > .row,
    .text-section > .row,

    .container {

        width: 100%;
        padding-right: var(--bs-gutter-x,1.25rem);
        padding-left: var(--bs-gutter-x,1.25rem);
    }
    .callcard-section > .row,
    .callcard-section > .row > .col-lg-6,
    .text-section > .row,
    .text-section > .row > .col,
    .callcard-section > .row > .col-lg-6:nth-child(1),
    .text-section .wrapper-text.left,
    .text-section .child > .textblock.left,
    .text-section .wrapper-text.right,
    .text-section .child > .textblock.right{
        max-width: 100%;
    }
    header .tel {
        max-width: 25%;
    }
    header .tel, header .email {
        font-size: 11px;
        padding: 0;
    }
    .footer {
        padding-top: 35px;
    }
    .sub-footer .d-flex div:nth-child(2),
    .sub-footer .d-flex div:nth-child(3) {
       font-size: 13px;
        padding: 0;
    }
    .sub-footer .container{
        padding: 0;
    }

    .form-section h3, .form-section h4, .form-section h5,
    .review-section .textblock-review h3,
    .review-section .textblock-review h4,
    .review-section .textblock-review h5 {
        font-size: var(--font-size-m);
    }

}
@media (min-height: 375px) and (max-width: 991px) {
    header nav .mobile, section.mobile-menu .wrapper-menu {
        padding-top: 11em;
    }
    header .navbar-collapse.mobile .close {
        top: -20px;
    }
    body .navbar-expand-lg .navbar-collapse.mobile {
        padding-bottom: 0;
    }
}