h1, h2, h3, h4, h5, h6 {
    font-variant: none;
}
h2.title, .h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    color: #192839;
    font-weight: 500;
}
.title{
    text-transform:capitalize
}
a{
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
body{
    color: #192839;
    font-weight: 400;
    line-height: 28px;
}
.text-white{
    color:#fff !important;
}
.btn {
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    background-color: #b71f2d;
}
.btn:hover {
    background-color: #80101a;
    color: #fff;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.main {
    padding: 60px 0;
}
.h-100{
    height: 100%;
}
.bg_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* .row {
    display: inline-flex;
    flex-flow: wrap;
        width: 100%;
} */

#home-banner.home-section {
    height: auto;
}


.homeserviceSeciton .service-boxes {
    padding: 0;
}

.main_wrap {
    overflow: hidden;
}
.home-domestic_violence {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-bottom: 120px;
}
.video-content {
    position:relative;
}
.video-wrapper {
    position: relative;
    padding-left: 15px;
}
.video-wrapper::before {
    position: absolute;
    content: "";
    border: 2px solid #cfcfcf;
    left: 0;
    right: 15px;
    bottom: -15px;
    top: 15px;
}
.video-wrapper img{
    width:100%;
    position:relative;
    box-shadow:0 ​0px 20px 0px rgba(0,0,0,0.15);
}
.video-content .icon {
    position: absolute;
    left: 0;
    top: 50%;
    height: 60px;
    transform: translateY(-50%);
    background: #b71f2d;
    padding: 20px;
    display: inline-flex;
    z-index: 99;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.video-content .icon::before {
    position: absolute;
    content: "";
    left: -10px;
    top: 10px;
    background: rgba(183,31,45,0.30);
    right: 10px;
    bottom: -10px;
    z-index: -1;
}
.video-content .icon svg, .video-content .icon img{
    width: 22px;
    height: 22px;
    fill: #fff;
}
.video-content a:hover .icon {
    transform: scale(1.1);
}


.home_helpful_info {
    position: relative;
}
.no_p {
    padding-left: 0;
    padding-right: 0;
}
.no_m{
    margin-left: 0;
    margin-right: 0;
}
.home_helpful_info::before {
    position: absolute;
    content: "";
    right: 0;
    width: 70%;
    background: rgba(183,31,45,0.05);
    top: -50px;
    bottom: -50px;
}
.home_helpful_info .img_block {
    padding: 0;
}
.home_helpful_info .img_block::before {
    position: absolute;
    content: "";
    left: 0;
    top: -15px;
    height: 15px;
    width: 35%;
    background: #b71f2d;
}
.home_helpful_info .inner_content {
    padding-right: 7vw;
    padding-top: 40px;
    padding-bottom: 80px;
    padding-left: 30px;
}


.what_to_do_domestic {
    position: relative;
}
.what_to_do_domestic::before {
    position: absolute;
    content: "";
    left: 0;
    width: 70%;
    background: #b71f2d;
    top: -20px;
    bottom: 0;
}
.what_to_do_domestic .inner_content{
    padding: 50px 0;
}
.what_to_do_domestic .img_block {
    margin-top: 50px;
    position: relative;
    margin-left: 20px;
}
.what_to_do_domestic .bg_img{
    position: relative;
    z-index: 9;
}
.what_to_do_domestic .img_block::before {
    position: absolute;
    content: "";
    left: -15px;
    right: 15px;
    top: 15px;
    bottom: -15px;
    border: 2px solid #cfcfcf;
    z-index: 9;
}


.home_benefits_lawyer .inner_content {
    padding-right: 7vw;
    padding-top: 100px;
    padding-bottom: 40px;
    padding-left: 30px;
}
.home_benefits_lawyer .img_block {
    padding: 0;
}
.home_benefits_lawyer .img_block .bg_img{
    margin-right:40px;
}









.home_practice_areas {
    overflow: hidden;
}
.home_practice_areas .container-fluid, .home_practice_areas .container-fluid .row > div{
    padding: 0;
}
.home_practice_areas .container-fluid .row{
    margin:0;
}
.home_practice_areas .leftcontent_bg{
    background-image:url(img/Practice_dark_bg.jpg);
}
.home_practice_areas .inner_block {
    display: inline-flex;
    align-items: center;
    width: 100%;
    flex-flow: wrap;
    height: 100%;
}
.home_practice_areas .inner_block .inner_content {
    padding: 20px 30px 20px 40px;
}

.practice_listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-wrap: nowrap;
    background: #0675cb;
}
.practice_listing .practice_item {
    color: #fff;
    height: 700px;
    background-size: cover;
    background-position: center 0;
    width: 10%;
    position: relative;
    z-index: 1;
    padding: 15px;
    transition: all .5s ease;
}
.practice_listing .practice_item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    z-index: -1;
}
.practice_listing .practice_item .item-wrap {
    transform: translate(-50%,-50%) rotate(-90deg);
    white-space: nowrap;
    position: absolute;
    bottom: 50px;
    width: 100%;
    height: auto;
    text-align: left;
    left: 45%;
}
.practice_listing .practice_item .title {
    font-size: 18px;
    color: #FFF;
    font-weight: 300;
}



.practice_listing .practice_item .item-hover {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}
.practice_listing .practice_item .item-hover .title {
    white-space: normal;
    color: #fff;
    margin-bottom: 10px;
    font-size: 24px;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    font-weight: 500;
}
.practice_listing .practice_item .item-hover svg, .item-hover img {
    width: 60px;
    height: 60px;
    fill: #fff;
}
.practice_listing .practice_item .description p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.practice_listing .read_more {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}


.practice_listing .practice_item.active {
    width: 40%;
    background-position: center 0;
    background-size: cover;
}
.practice_listing .practice_item.active:before {
    background: #b71f2d;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(183,31,45,0.7) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(183,31,45,0.7) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(183,31,45,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#b71f2d',GradientType=0);
}
.practice_listing .practice_item.active .item-wrap {
    opacity: 1;
    display: none;
}
.practice_listing .practice_item.active .item-hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: .5s;
    z-index: 99;
}
.practice_listing .practice_item .item-hover .name {
    white-space: normal;
    color: #fff;
    margin-bottom: 8px;
}
.practice_listing .practice_item.active::after {
    position: absolute;
    content: "";
    border: 4px solid rgba(207,207,207,0.40);
    left: 12px;
    right: 12px;
    top: 12px;
    bottom: 12px;
}



.home_victims_domestic {
    background-position: top left;
    padding-top: 100px;
}
.home_victims_domestic .title {
    margin-top: 0;
}
.home_victims_domestic .inner_content {
    background: #fff;
    padding: 50px 30px;
    box-shadow:10px 0 76px rgba(0,0,0,0.15);
}


.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.home_restraining_order .container-fluid, .restraining_content > div{
    padding-left:0;
    padding-right:0;
}
.restraining_content ul li {
    position: relative;
    padding-left: 25px;
    display: block;
    margin-bottom:12px;
}
.restraining_content ul li:last-child{
    margin-bottom:0;
}
.restraining_content ul li::before {
    position: absolute;
    content: "";
    background-image: url(img/bullet-arrow.png);
    background-position: center;
    background-size: contain;
    left: 0;
    top: 10px;
    width: 15px;
    height: 11px;
}

.restraining_content {
    margin-top: 50px;
}
.restraining_content .bg_img {
    position: relative;
}
.restraining_content .bg_img::before {
    position: absolute;
    content: "";
    background: #b71f2d;
    width: 70%;
    top: -15px;
    height: 15px;
    left: 70px;
}
.restraining_content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.restraining_content h4 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 18px;
}


.restraining_content .inner_content {
    padding-left: 6vw;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 230px;
}

.phone_no {
    display: inline-flex;
    align-items: center;
    width: 100%;
    background-color: rgba(183,31,45,0.11);
    padding: 20px;
    height: 100%;
    justify-content: center;
}
.phone_no .icon {
    width: 50px;
    height: 50px;
    background: #b71f2d;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
.phone_no .icon::before {
    position: absolute;
    content: "";
    left: -7px;
    right: -7px;
    top: -7px;
    bottom: -7px;
    background: rgba(183,31,45,0.10);
    border-radius: 50%;
}
.phone_no .icon svg, .phone_no .icon img {
    transform: rotate(40deg);
    width: 22px;
    height: 22px;
    fill: #fff;
}
.phone_no .ph_text{
    margin-left:15px;
    line-height: 32px;
}
.phone_no span {
    font-size: 24px;
    font-weight: 600;
    display: block;
}
.phone_no a {
    font-size:28px;
    font-weight: 600;
    color: #b71f2d;
}
.phone_no a:hover{
    color: #192839;
    text-decoration:none;
}


.home_restraining_order {
    position: relative;
    padding-bottom:0;
    background-image:url(img/pattren_bg.png);
    background-position:center;
    background-size:cover;
}


.home_contact_block .container-fluid {
    padding: 0;
    margin-bottom: -9px;
}
.home_contact_block .description p {
    font-size: 18px;
    font-weight: 500;
}
.home_contact_block {
    position: absolute;
    z-index: 9;
    background: #fff;
    width: 90%;
    box-shadow:10px 0px 30px rgba(0,0,0,0.15);
    bottom: 0;
    left: 0;
    right: 0;
}
.home_contact_block .inner_content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 7vw;

}


.home_restraining_protective {
    padding-bottom: 0;
    background-position: bottom center;
}
.home_restraining_protective .left_img_block {
    position: relative;
    padding-right: 60px;
}
.home_restraining_protective .left_img_block > img{
    position:relative;
    z-index:9;
}
.home_restraining_protective .left_img_block::before {
    position: absolute;
    content: "";
    border: 4px solid rgba(207,207,207,0.41);
    left: -30px;
    right: 0;
    bottom: 0;
    top: 40px;
    width: 75%;
    height: 80%;
}
.home_restraining_protective .name_signature {
    position: absolute;
    right: 0;
    top: 65%;
    transform: translateY(-50%);
    z-index: 9;
}
.home_restraining_protective .name_signature img {
    max-width: 200px;
    width: 100%;
}


.home_restraining_protective .bottom_content {
    position: absolute;
    bottom: 50px;
    left: 15px;
    right: 0;
}
.home_restraining_protective .bottom_title {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.home_restraining_protective .bottom_content .btn-black {
    background: #1e1e1e;
}
.home_restraining_protective .bottom_content .btn-black:hover {
    background: #000;
}

.home_contact_attorney {
    background-position: top center;
}

.home_contact_attorney .form_contact input, .home_contact_attorney .form_contact textarea {
    background: no-repeat;
    border-bottom: 1px solid #e4e4e4 !important;
}

footer#footer {
    padding-top:60px;
    background: #141414;
    margin-top: 25px;
}
footer#footer .footer_row1, footer#footer .footer_row2 {
    width: 100%;
    align-items: center;
}
ul.sociallink {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    color: #fff;
    align-items: center;
}
ul.sociallink li {
    display: block;
    margin: 0 7px;
}
ul.sociallink li:last-child{
    padding-right:0;
}
ul.sociallink li:first-child{
    padding-left:0;
}
ul.sociallink li.follow_text{
    font-size:22px;
    font-weight:600;
}
ul.sociallink li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #515151 !important;
    font-size: 20px;
    border: 1px solid #515151;
}
ul.sociallink li a:hover{
    color:#fff !important;
    border-color:#b71f2d;
    background:#b71f2d;
}


.address_block {
    display: inline-flex;
    width: 100%;
    align-items: center;
}
.address_block .info_title {
    font-size: 22px;
    font-weight: 300;
    color: #a9a9a9;
    width: 180px;
}
.address_block .address {
    display: inline-flex;
    align-items: center;
    width: calc(100% - 180px);
    width: -webkit-calc(100% - 180px);
    width: -moz-calc(100% - 180px);
}
.address_block .icon_pin svg, .address_block .icon_pin img {
    width: 30px;
    height: 30px;
    fill: #b71f2d;
}
.address_block .address_info {
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #b71f2d;
    line-height: 24px;
}



.phone_block .info_title {
    font-size: 22px;
    font-weight: 300;
    color: #a9a9a9;
    width: 180px;
}
.phone_block .phone_inner {
    display: inline-flex;
    align-items: center;
    /* width: calc(100% - 180px);
    width: -webkit-calc(100% - 180px);
    width: -moz-calc(100% - 180px); */
}
.phone_block .icon_pin svg, .phone_block .icon_pin img {
    width: 30px;
    height: 30px;
    fill: #b71f2d;
}
.phone_block .phone_number {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #b71f2d;
    line-height: 24px;
}
.phone_block .phone_number a {
    color: rgba(255,255,255,0.55) !important;
    font-weight: 600;
    font-size: 22px;
}
.phone_block .phone_number a:hover{
    color: #b71f2d !important;
    text-decoration:none;
}
.phone_block {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}


.footer_row2 {
    padding-top: 30px;
    padding-bottom: 30px;
}


.quick_links .row {
    display: block;
    width:auto;
}

footer#footer .quick_links::before {
    position: absolute;
    content: "";
    left: 0;
    width: 22.50%;
    background: #b71f2d;
    top: 0;
    bottom: 0;
}
footer#footer .quick_links {
    background: #222222;
    position: relative;
}
footer#footer .quick_links_title {
    background: #b71f2d;
    text-align: center;
    color: #fff;
    padding: 22px 0;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    line-height: normal;
}
footer#footer .footer-nav {
    text-align: right;
}
footer#footer .footer-nav ul.pre-footer-nav{
    margin-bottom:0;
    line-height: normal;
}
footer#footer .footer-nav ul.pre-footer-nav li {
    padding: 22px 10px;
    line-height: normal;
}
footer#footer .footer-nav ul.pre-footer-nav li:last-child{
    padding-right:0;
}
footer#footer .footer-nav ul.pre-footer-nav li a  {
    font-size:14px;
    font-weight:300;
    color: #9a9a9a;
    text-transform: uppercase;
}


.footer_map_block .container-fluid, .footer_map_block .row > div {
    padding-left: 0;
    padding-right: 0;
}
.footer_map_block .row{
    margin-left:0;
    margin-right:0;
}
.footer_map{
    height:100%;
}
.footer_map_block iframe {
    display: block;
    width: 100%;
    height:100%;
}


.footer_office_loc{
    padding-right:7vw;
    padding-top:50px;
    padding-bottom:50px;
    padding-left:30px;
}
.footer_heading {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}
.footer_office_locations ul {
    display: inline-flex;
    flex-flow: wrap;
}
.footer_office_locations ul li{
    display:block;
    width: 50%;
}
.footer_office_locations ul li a {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255,255,255,0.55) !important;
    text-transform: capitalize;
    position: relative;
    display: contents;
    padding: 5px 0 5px 15px;
}
.footer_office_locations ul li a:before {
   /* content: "\f105";
    position: absolute;
    left: 0px;
    font-family: FontAwesome;
    top: 50%;
    color: #b71f2d;
	transform: translateY(-50%);*/
	content: "\f105";
	font-family: FontAwesome;
	color: #b71f2d;
	transform: translateY(-50%);
	padding-right: 5px;
}
.footer_office_locations ul li a:hover {
    color: #fff !important;
}
.copyright_text {
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    font-weight: 300;
    line-height: 26px;
}


.call_right_v .call_heading {
    font-size: 20px;
    color: #192839;
    font-weight: 500;
}
.call_right_v .icon{
    width: 50px;
    height: 50px;
    background: #b71f2d;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 15px;
}
.call_right_v .icon::before {
    position: absolute;
    content: "";
    left: -7px;
    right: -7px;
    top: -7px;
    bottom: -7px;
    background: rgba(183,31,45,0.10);
    border-radius: 50%;
}
.call_right_v .icon svg, .call_right_v .icon img {
    transform: rotate(40deg);
    width: 22px;
    height: 22px;
    fill: #fff;
}
.call_right_v a {
    font-size: 20px;
    font-weight: 600;
    color: #b71f2d;
}
.call_right_v a:hover {
    color: #192839;
    text-decoration: none;
}

.contact_number_right {
    position: relative;
}
.call_right_v {
    position: absolute;
    right: -290px;
    top: 55%;
    transform: translateY(-50%) rotate(-90deg);
    display: inline-flex;
    align-items: center;
    z-index: 9;
}
.border_line {
    background: #863442;
    width: 250px;
    height: 2px;
    margin: 0 15px;
}


.main_home_banner .banner_text{
    text-align:right;
}
.main_home_banner .banner_title {
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
    font-family: "Roboto Slab",serif;
    color: rgb(183,31,45);
    background-color: transparent;
    font-variant: small-caps;
    margin-top: 0;
    line-height: normal;
}
.main_home_banner .banner_text {
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    font-family: "Roboto Slab",serif;
    color: rgb(51,51,51);
    font-variant: small-caps;
}
#home-banner.main_home_banner {
    height: 300px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-position: top center;
    margin-top: 149px;
    padding-top: 0 !important;
}
#home-banner.main_home_banner .container {
    height: 100%;
}

.main_home_banner {
    position: relative;
}

ul.banner_awardlogo {
    float: right;
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul.banner_awardlogo li {
    display: inline-block;
    width: 33.33%;
    float: left;
}
ul.banner_awardlogo li img {
    padding: 10px 10px;
    display: block;
    margin: 0 auto;
    max-width: 120px;
}


.banner_layout{
    align-items:center;
    height:100%;
}
.homeserviceSeciton {
    margin-top: -60px;
}
.social-icon-header {
    margin-bottom: 10px;
}
.logo {
    margin-bottom: 10px;
}
/* Responsive CSS */

@media (min-width:1200px){
    footer#footer .footer-nav ul.pre-footer-nav li {
        padding: 22px 15px;
    }
}
@media (max-width:1200px){
    .call_right_v{
        display:none;
    }
}

@media only screen and (max-width: 1370px) and (min-width: 1200px){
    .homeserviceSeciton {
        margin-top: -80px !important;
    }
}

@media (max-width:1024px){
    h2.title, .h2 {
        font-size: 30px;
    }
    .home_restraining_protective .bottom_content {
        position: static;
        padding-bottom: 30px;
        padding-top: 20px;
    }
    .home_restraining_protective .bottom_title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .home_contact_block{
        width:100%;
    }
    .home_practice_areas .inner_block .inner_content {
        padding: 20px 20px 20px 20px;
    }
    .practice_listing .practice_item{
        height:750px;
    }
    .search-bar {
        margin-right: -50px;
    }
    footer#footer .footer-nav ul.pre-footer-nav li {
        padding: 22px 8px;
    }
    footer#footer .footer-nav ul.pre-footer-nav li a {
        font-size: 13px;
    }
    .phone_no a {
        font-size: 22px;
    }
    .phone_no span {
        font-size: 20px;
    }
    .home_victims_domestic {
        background-position: 65% center;
        padding-top:60px;
    }
    .main_home_banner .banner_award{display:none;}
    .main_home_banner .banner_con{width:100%;}
    .main_home_banner .banner_text {
        text-align: center;
    }
    .main_home_banner h1.banner_title {
        margin-top: 0;
    }
    .banner_layout {
        justify-content: center;
    }
    .main_home_banner::before {
        background: rgba(0,0,0,0.10);
    }
}

@media (max-width:991px){
    .main_wrap .row{
        flex-flow:wrap;
    }
    .main_wrap .container {
        width: 100%;
    }
    .home-domestic_violence{padding-top:0;padding-bottom:50px;}
    .video-wrapper {
        margin-top: 30px;
    }
    .home-domestic_violence .col-lg-6{
        width:100%;
    }
    .video-content .icon {
        left: 25px;
        bottom: 10px;
    }
    .home_helpful_info::before {
        right: 0;
        width: 100%;
        top: 0;
        bottom: 0;
    }


    .home_helpful_info {
        padding-top: 50px;
    }
    .home_helpful_info .img_block {
        width: 100%;
    }
    .home_helpful_info .bg_img {
        height: 450px;
    }
    .home_helpful_info .img_block::before{left:15px;}
    .home_helpful_info .inner_content {
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 50px;
        padding-left: 15px;
    }


    .what_to_do_domestic {
        padding-bottom: 50px;
    }
    .what_to_do_domestic::before {
        width: 100%;
        top: 0;
    }
    .what_to_do_domestic .img_block::before {
        bottom:0;
    }
    .what_to_do_domestic .inner_content {
        padding: 20px 0 0;
    }
    .what_to_do_domestic .img_block {
        margin-top: 20px;
    }
    .what_to_do_domestic .bg_img {
        height: 450px;
    }
    .what_to_do_domestic .d-flex > div {
        width: 100%;
    }


    .home_benefits_lawyer {
        padding-top: 50px;
    }
    .home_benefits_lawyer .img_block {
        width: 100%;
    }
    .home_benefits_lawyer .img_block .bg_img {
        margin-right: 0;
        height: 350px;
    }
    .home_benefits_lawyer .inner_content {
        padding-right: 15px;
        padding-top: 0px;
        padding-bottom: 50px;
        padding-left: 15px;
    }


    .home_practice_areas .inner_block .inner_content {
        padding: 30px 15px;
    }

    .home_practice_areas .container-fluid .row > div {
        width: 100%;
    }

    .mobile_practice_item {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 30px;
        margin: 15px auto;
        max-width: 450px;
    }
    .mobile_practice_item .item-wrap {
        padding: 30px 20px;
        position: relative;
    }
    .mobile_practice_item .item-wrap::before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,0.7);
    }
    .mobile_practice_item svg, .mobile_practice_item img {
        width: 60px;
        height: 60px;
        fill: #fff;
        position: relative;
    }
    .mobile_practice_item .title {
        white-space: normal;
        color: #fff;
        margin-bottom: 10px;
        font-size: 24px;
        font-style: italic;
        font-family: 'Roboto', sans-serif;
        margin-top: 10px;
        font-weight: 500;
        position: relative;
    }
    .mobile_practice_item .description p {
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
        color: #fff;
        position: relative;
    }
    .mobile_practice_item .read_more {
        color: #fff;
        font-size: 14px;
        position: relative;
        font-weight: 500;
    }


    .home_victims_domestic {
        padding: 20px 0;
    }


    .restraining_content .inner_content {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;
        padding-bottom: 50px;
    }
    .restraining_content > div {
        width: 100%;
    }
    .restraining_content .bg_img {
        height: 450px;
    }
    .home_contact_block {
        position: static;
        width: 100%;
    }
    .home_contact_block .d-flex > div {
        width: 100%;
    }
    .restraining_content .bg_img::before {
        transform: translateX(-50%);
    }
    .restraining_content {
        margin-top: 20px;
    }
    .home_contact_block .inner_content {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .phone_no a {
        font-size: 22px;
    }
    .phone_no span {
        font-size: 20px;
    }


    .home_restraining_protective .bottom_content {
        position: static;
        margin-top: 20px;
    }
    .home_restraining_protective .left_img_block::before {
        left: 20px;
    }
    .home_restraining_protective .left_img_block {
        padding-right: 0;
        text-align: center;
    }
    .home_restraining_protective {
        padding-bottom: 50px;
        background-position: center;
    }
    .home_restraining_protective .d-flex > div {
        width: 100%;
    }



    .home_contact_attorney .form_contact .row > div {
        width: 100%;
    }

    footer#footer .d-flex > div {
        width: 100%;
    }
    .footer-logo {
        text-align: center;
        margin-bottom: 20px;
    }
    ul.sociallink {
        justify-content: center;
    }
    ul.sociallink li.follow_text {
        font-size: 18px;
    }
    .address_block {
        display: block;
        text-align: center;
    }
    .phone_block {
        display: block;
        justify-content: start;
        margin-top: 25px;
        text-align: center;
    }
    .address_block .info_title, .phone_block .info_title {
        font-size: 20px;
        width: auto;
        display: block;
        margin-bottom: 15px;
    }
    .phone_block .phone_number{font-size:22px;}
    .footer_map {
        height: 400px;
    }
    .footer_office_loc {
        padding-right: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px;
    }
    footer#footer .quick_links_title {
        background: none;
        text-align: left;
        padding: 0;
        text-transform: capitalize;
        font-size: 22px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: center;
    }
    footer#footer .quick_links::before{
        display:none;
    }
    footer#footer .footer-nav {
        text-align: center;
        display: block;
    }
    footer#footer .footer-nav ul.pre-footer-nav li {
        padding: 10px 10px;
    }
    footer#footer .footer-nav ul.pre-footer-nav li a {
        font-weight: 400;
    }
    footer#footer .quick_links {
        padding: 25px 0;
    }
    .address_block .address, .phone_block .phone_inner {
        width: 100%;
        justify-content: center;
    }

    span.fa.fa-phone.m-call {
        margin: 0 6px 0 10px;
    }
}

@media (max-width:767px){
    .banner-big-title {
        width: 100%;
        margin-left: auto;
        text-align: center;
    }
    .homeserviceSeciton {
        padding: 50px 0 0;
        margin-top: 0;
    }
    .serviceinner {
        padding-bottom: 0;
    }
    .service-boxes .img-circle.red-bg span {
        font-size: 32px;
    }
    .service-boxes .serviceinner .img-circle {
        height: 100px;
        line-height: 84px;
        width: 100px;
    }

    .home-banner {
        position: relative;
    }
    .home-banner::before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,0.35);
    }
    .banner-big-title {
        position: relative;
    }
    .home-banner .container {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .banner-big-title h2 {
        margin-top: 0;
        color: #fff;
    }
    .banner-big-title p {
        color: #fff;
        font-size: 14px;
    }
}

@media (max-width:480px){
    ul.sociallink li.follow_text{
        display:none;
    }
    h2.title, .h2 {
        font-size: 28px;
    }
    .serviceinner {
        max-width: 100%;
    }
    .mobile_practice_item {
        margin: 15px 15px;
        max-width: 100%;
    }
    #home-banner.main_home_banner {
        margin-top: 130px;
    }
}
.page-template-template-home-newone #home-banner.home-section {
    background-size: cover !important;
}

@media(min-width:1920px){
    #home-banner.main_home_banner{
        margin-top: 217px;    
    }  
}

.mobile-banner-video{
    height: 45px;
    background: #b71f2d;
    padding: 12px 14px;
    display: flex;
    width:45px;
    margin:10px auto 0
}
.mobile-banner-video svg, .mobile-banner-video img {
    width: 22px;
    height: 22px;
    fill: #fff;
}
.mobile-banner-video svg path{
    fill: #FFF
}
#html5lightbox-watermark {
    display:none !important;
 }