/*
Theme Name: Justice - LFS
Author: Kaleb Mosher - Law Firm Sites
Author URI: https://lawfirmsites.com/
Template: lawfirmsites
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Khula:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
body {
    font-size: 16px;
    color: #0f1539;
    font-family: 'Khula', sans-serif;
    float: left;
    width: 100%;
    padding-top: 85px;
    line-height: 1.7;
}
*{margin:0; padding:0; box-sizing: border-box;}
img{border:none; max-width:100%; width: auto;height:auto;}
a, li{text-decoration:none !important; color:#0f1539;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;  
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;}
ul li{
    list-style:none;
}
ol, ul{margin: 0;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{line-height: 1.1;}
h1, h2{
    font-family: 'Montserrat', sans-serif;
}
h3, h4, h5, h6{
    font-family: 'Khula', sans-serif;
}
p{
    font-size: 16px;
    color: #0F141D;
}
input, textarea, button, a, select{
    outline: none;
    font-family: 'Khula', sans-serif;
}
.menu_icon, .close_icon{
    display: none;
}
header.header .container {
    max-width: 94%;
}
.container{
    max-width: 1170px;
    width: 100%;
    margin: auto;
}
.part1 {
    background-repeat:no-repeat;
    background-size: cover;
}
.header {
    position: absolute;
    display: block;
    max-width: 100%;
    top: 0;
    z-index: 1000;
    width: 100%;
    padding: 13px 0;
    background: #fff;
}
.practice_area h2.title {
    color: #fff;
}
.practice_area h5 a {
    color: #fff;
}
.practice_area p {
    color: #fff;
}
.testimonials_home {
    border-bottom: 0px;
    padding: 0 55px 50px;
    background: #fff;
    min-height: 600px; 
    border-bottom: 5px solid #1d6a97;
}
label.gfield_label {
    display: none;
}
.practice_area h2.title:before {
    left: 50%;
    margin-left: -70px;
    background: #fff;
}
#header {
    position: fixed;
    max-width: 100%;
    top: 0;
    z-index: 1000;
    padding: 6px 0;
}
header.header.noopen{
    top: -80px;
}
header.header.sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.logo {
    max-width: 290px;
}
.headerflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar:before, .navbar:after{
    display: none;
}
.navbar{
    margin: 0;
    min-height: 1px;
    padding: 6px 0 0;
}
.navbar ul li {
    float: left;
    margin: 0 15px;
}
.navbar ul li:first-child{
    margin-left: 0;
}
.navbar ul li:last-child{
    margin-right: 0;
}
.navbar ul li a {
    font-weight: 600;
    font-size: 19px;
}
.navbar ul li a:hover, .phone a:hover{
    color: #b3d5e7;
}
.phone a {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #1d6a97;
    line-height: .7;
}
.foot_col2 a {
    color: #1d6a97;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
}
.phone p{
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.banner.part1 {
    float: left;
    width: 100%;
}
.banner_inner h4 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    color: #b3d5e7;
    margin: 0;
}
.banner_inner {
    max-width: 580px;
}
h2.title {
    font-weight: bold;
    font-size: 50px;
    color: #0F141D;
    letter-spacing: 1.5px;
    position: relative;
    padding-bottom: 30px;
    margin: 5px 0 30px;
}
.law_left h2.title{
    font-size: 43px;
    letter-spacing: .5px
}
.law_left p a {
    color: #0f141d;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 9px 0 3px 25px;
    background: url(../images/play_icon.png) no-repeat;
    background-position: left center;
    font-weight: bold;
}
.banner-top{
    margin-bottom: 150px;
}
.banner-top h2{
    text-transform: uppercase;
}
.banner_inner h6 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    margin: 40px 0 30px;
}
h2.title:before {
    content: "";
    position: absolute;
    width: 140px;
    height: 2px;
    background: #1d6a97;
    bottom: 0;
}
.banner_inner h2.title:before{
    background: #b3d5e7;
}
.banner_inner p{
    color: #fff;
}
a.btn-design {
    border: 1px solid #fff;
    color: #fff;
    min-width: 250px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    padding: 12px 25px 8px;
    letter-spacing: 3px;
    margin-top: 10px;
}
a.btn-design:hover {
    background: #1d6a97;
    border-color: #1d6a97;
}
.banner-top h2.title{
    font-weight: 900;
    color: #fff;
}
.banner-bottom h2.title{
    font-size: 40px;
    padding-top: 30px;
    color: #fff;
    text-transform:uppercase;
    margin-bottom: 0;
}
.banner-bottom h2.title:before{
    bottom: inherit;
    top: 0;
}
.banner_inner.banner-bottom h4 {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.banner_inner.banner-bottom li.high_rated {
    background: url(../images/choose_icon1.png) no-repeat;
}
.banner_inner.banner-bottom li.affordable_fee {
    background: url(../images/choose_icon2.png) no-repeat;
}
.banner_inner.banner-bottom li.client_first {
    background: url(../images/choose_icon3.png) no-repeat;
}
.banner_inner.banner-bottom ul{
    margin-top: 30px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.banner_inner.banner-bottom li {
    padding-left: 90px;
    padding-bottom: 30px;
    left: 0;
    top: 0;
    background: url(../images/check_icon.png) no-repeat;
    line-height: 1.5;
    color: #fff;
    background-position: left 1px;
}
.banner_outer{
    float: left;
    width: 100%;
    background: url(../images/banner_img1.png) no-repeat, url(../images/banner_img2.png) no-repeat;
    background-position: right top, left bottom;
    background-size: 60% auto, 70% auto;
    padding: 10% 0;
}
.practice_area {
    padding: 50px 0;
    float: left;
    width: 100%;
   background: url(../images/practice_bg.png)repeat;
}
.step_sec {
    padding: 60px 0;
    float: left;
    width: 100%;
    background: url(../images/red_bg.jpg)repeat;
}
.step_sec h2.title{
    color: #fff;
    margin: 0;
    padding-bottom: 20px;
}
.step_sec h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}
.step_sec h2.title:before{
    display: none;
}
.step_sec h4 {
    color: #b3d5e7;
    font-size: 45px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
.step_sec h5{
    color: #b3d5e7;
    margin: 10px 0 20px;
    font-size: 17px;
}
.step_sec p{
    color: #fff;
}
.step_col {
    margin-top: 30px;
}

.practice_area h5 {
    color: #212221;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 27px 0 18px;
    letter-spacing: 2px;
}
.practice_col{
    margin-top: 30px;
}
.practice_col img {
    width: 100%;
}
.customtext{
    float: left;
    width: 100%;
    padding: 30px 0;
    margin: 0;
    background: #f5f5f5;
    font-weight: 600;
}
.customtext .container{
    max-width: 1050px;  
}
.attorney_law{
    float: left;
    width: 100%;
    background: url(../images/contact_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 170px 0 90px;
}
.entry-content p
{
        padding: 10px 0px;
}
h5 {
    text-transform: uppercase;
    color: #1d6a97;
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
    float: left;
    width: 100%;
    line-height: 1.5;
    padding-bottom: 15px
}
.law_left p {
    line-height: 2;
    margin-bottom: 20px;
}
.law_left ul li {
    padding-left: 26px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    background: url(../images/arrow.png) no-repeat;
    background-position: left 6px;
}
.testimonials h3.title {
        padding: 0;
    padding-bottom: 15px;
    margin: 0;
    font-size: 22px;
    position: relative;
    font-weight: bold;
    margin-left: 0;
    width: auto;
    display: inline-block;
}
.testimonials:last-child {
    border-bottom: 0px;
}
.law_left ul li a{
    text-decoration: underline !important;
}
.testimonials {
    padding: 40px 50px 40px !important;
    background: #f5f5f5;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto 50px;
    border-bottom: 5px solid #1d6a97 !important;
}
.testi {
    width: 100%;
}
.content_inner.faq .col-md-6.col-sm-12.col-xs-12 {
    display: flex;
    flex-wrap: wrap;
}
.testimonials:before{
    content: "";
    background-image: url(../images/comma.png);
    width: 33px;
    height: 33px;
    position: absolute;
    left: 20px;
    top: 20px;
    background-repeat: no-repeat;
}
.testimonials:after {
    content: "";
    background-image: url(../images/coma2.png);
    width: 33px;
    height: 33px;
    position: absolute;
    right: 20px;
    bottom: 50px;
    background-repeat: no-repeat;
}
.testimonials p {
    font-size: 24px;
    line-height: 1.5;
}
.reviewer {
    font-size: 20px;
    font-weight: bold;
    color: #1d6a97;
    text-transform: uppercase;
}
div#myCarousel {
    margin-top: -80px;
    display: inline-block;
    text-align: center;
}
ol.carousel-indicators {
    bottom: -30px;
}
.carousel-inner h2.title {
    font-size: 40px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 30px;
}
.carousel-inner h2.title:before{
    left: 50%;
    margin-left: -70px;
}
.carousel-inner .item img{
    width: 100%;
}
.rating{
    text-align: center;
    padding: 5px 0 15px;
}
.carousel-inner .rating img{
    width: auto;
}
.carousel-inner p{
    margin: 0;
}
.carousel-indicators li{
    background: #878a9c;
    border: none;
    width: 10px !important;
    border-radius: 10px;
    height: 10px !important;
    margin: 0 2px !important;
}
.carousel-indicators .active {
    background-color: #1d6a97;
}
.rating{
    font-weight: bold;
    font-size: 18px;
}
.rating img{
    margin-left: 10px;
    vertical-align: top;position: relative;
    top: 3px;
}

.meet_attorney {
    padding: 60px 0;
}
body .meet_attorney h2 {
    text-align: left;
}
.meet_attorney h3 {
    font-size: 23px;
    margin-top: 15px;
}
.attorney_detail {
    float: left;
    width: 100%;
    background: #0f1539;
    padding: 30px;
    margin-top: 20px;
}
.attorney_img {
    float: left;
    width: 40%;
    padding-right: 30px;
}
.attorney_content {
    float: left;
    width: 60%;
}
.attorney_content h4 {
    color: #fff;
    font-weight: 600;
    margin-top: 18px;
    font-size: 28px;
    margin-bottom: 0;
}
.attorney_content span {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
    font-weight: 300;
}

.attorney_content p {
    color: #fff;
}

.attorney_content a {
    color: #b3d5e7;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.contact_form {
    max-width: 600px;
    margin: 70px auto 0;
    display: block;
}
.contact_form h2, .meet_attorney h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.contact_form p{
    text-align: center;
    font-weight: 600;
}
.contact_form input, .contact_form textarea {
    width: 100%;
    border: none;
    padding: 14px 20px 9px;
    margin: 12px 0 0;
    font-weight: 600;
    font-size: 15px;
}
.contact_form textarea {
    min-height: 118px;
    max-height: 150px;
}
.contact_form  input[type="submit"] {
    background: #1d6a97;
    width: auto;
    min-width: 230px;
    color: #fff;
    margin: 20px auto 0;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.contact_form  input[type="submit"]:hover{
    background: #0F141D;
}
footer{
    float: left;
    width: 100%;
    padding: 70px 0 60px;
}
.page-id-102 h6,footer h6 {
    font-weight: bold;
    margin: 0 0 5px;
    font-size: 16px;
    text-transform: uppercase;
}
footer p {
    line-height: 1.8;
}
footer a.map_location{
    font-weight: bold;
    color: #1d6a97;
}
footer a:hover{
    color: #1d6a97;
}
footer p {
    margin: 0;
}
.foot_col3 a + h6 {
    margin-top: 20px;
}
.foot_col4 ul li a {
    background: #1d6a97;
    float: left;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 44px;
    display: inline-block;
    font-size: 21px;
    color: #fff;
    margin: 0 7px 5px 0;
}
.foot_col4 ul li a:hover{
    background: #0F141D;
}
.copyright {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}
.copyright img {
	width: 160px;
}
.copyright span {
    padding-top: 10px;
    float: left;
    margin-right: 5px;
}
.copyright a {
    text-decoration: underline !important;
}
/*********************ABOUT PAGE********************/
.row.banner{
    position: relative;
    float: left;
    width: 100%;
    padding: 200px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    margin: 0;
}
.row.banner+.row{
    margin: 0;
}
.col .container{
    position: relative;
}
/*.inner_banner:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
}*/
.row {
    clear: both;
}
span.ribbon {
    float: left;
    background: #1d6a97;
    transform: rotate(-90deg);
    padding: 10px 13px 7px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    position: absolute;
    left: -92px;
    bottom: 105px;
    font-size: 15px;
    width: 255px;
    text-align: center;
}
h1.page-title {
    font-size: 8.5vw;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    line-height: .72;
    padding-left: 42px;
}
.attorney_law.contact_inner {
    padding: 100px 0;
}
.attorney_law.contact_inner .contact_form {
    margin-top: 0;
}
.attorney_law.contact_inner .contact_form h2 {
    margin-top: 0;
}
.content_inner {
    float: left;
    width: 100%;
    padding: 80px 0;
}
.practicearea_left {
    background: #161517;
    padding: 40px 30px;
    float: left;
    width: 100%;
}
.practicearea_left h3 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
}
.practicearea_left ul li a{
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}
.practicearea_left ul li {
    line-height: 1.3;
    float: left;
    width: 100%;
    margin: 10px 0;
}
.practicearea_right {
    padding-left: 7%;
}
.practicearea_right h5 {
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: 2px;
}
.practicearea-ans {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.practicearea-ans:last-child {
    margin-bottom: 0;
}
.practicearea-inner {
    position: sticky;
    top: 84px;
    display: inline-block;
    width: 100%;
}
.content_inner .row {
    display: flex;
    flex-wrap: wrap;
}
.row.innercontent {
    margin: 0;
    padding: 80px 0;
}
.grid-item.testi {
    float: left;
    width: 47%;
    border-top: 2px solid #1d6a97;
    border-bottom: 2px solid #1d6a97;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 20px 0 11px;
}
.grid.testimonials {
    padding: 0;
    border: none;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.grid-item.testi .text p:before {
    content: "";
    background: url(../images/coma.jpg) no-repeat;
    position: relative;
    width: 35px;
    height: 27px;
    display: inline-block;
    margin-right: 8px;
}
.grid-item.testi .text p:after {
    content: "";
    background: url(../images/coma2.jpg) no-repeat;
    position: relative;
    width: 35px;
    height: 27px;
    display: inline-block;
    margin-left: 8px;
    margin-top: -14px;
    top: 14px;
}
.author {
    text-align: right;
    font-weight: 670;
    text-transform: uppercase;
}
.author p {
    font-size: 17px;
    margin: 0;
}
.row.innercontent.bottom {
    float: left;
    width: 100%;
    background: url(../images/contact_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 90px 0 60px;
}
.row.innercontent.bottom .contact_form{
    margin: 0 auto;
}
.tab-content ul {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.tab-content ul li {
    margin: 4px 0;
    float: left;
    width: 100%;
}

.tab-content ul li:before {
    content: "- ";
    margin-right: 5px;
}
.practicearea_left ul.nav.nav-tabs {
    border: none;
}
.practicearea_left ul.nav.nav-tabs li {
    margin: 0;
    position: relative;
    border-bottom: 1px solid #fff !important;
}
.practicearea_left .nav-tabs .nav-link {
    border: none;
    background: none !important;
    padding: 18px 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .8px;
    color: #fff;
    position: relative;
}
.practicearea_left ul.nav.nav-tabs li:first-child{
    border-top: 1px solid #fff !important;
}
.practicearea_left ul.nav.nav-tabs li a:before{
    content: "";
    background: #1d6a97;
    position: absolute;
    left: 0;
    top: -1px;
    width: 0;
    height: calc(100% + 2px);
    transition: all .3s;
}
.practicearea_left ul.nav.nav-tabs li:hover a:before, .practicearea_left ul.nav.nav-tabs li a.active:before, 
.practicearea_left ul.nav.nav-tabs li.active a:before {
    width: calc(100% + 50px);
}
.practicearea_left ul.nav.nav-tabs li a span{
    position: relative;
}
.practicearea_left ul.nav.nav-tabs li a:hover{
    border: none;
    color: #fff !important;
}
a:focus{
    outline: none !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: none !important;
    color: #fff !important;
}



/**********************parent overide css*************************/
main.row > .col {
    padding: 0;
}
body>.container-fluid {
    padding: 0;
}
main.row {
    margin: 0;
}
.row.section.home_testi {
    margin-left: 0;
    margin-right: 0;
    float: left;
    width: 100%;
    padding: 50px 0;
}
.row.section.home_testi>.col-12 {
    padding: 0;
}
.logo {
    font-size: 0;
}
.copyright p {
    margin: 0;
}
.copyright img {
    margin: 0 0 0 5px;
}
.carousel-control.left, .carousel-control.right
{
    background-image: none !important;
}
.gform_wrapper input {
    padding: 10px !important;
}
.carousel-control {
    top: 20%;
    bottom: 0;
    left: -13%;
    width: 13%;
    font-size: 50px;
    color: #000;
    opacity: 1;
}
.contact_footer h6 {
    font-weight: bold;
    margin: 0 0 5px;
    font-size: 16px;
    text-transform: uppercase;
}
.gform_wrapper select {
    width: 100% !important;
    padding: 10px !important;
}
.carousel-control.right {
    right: -13%;
}
.inner_banner{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    padding: 260px 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;

}
.entry-content
{
        padding: 80px 0px;
    width: 100%;
    display: inline-block;
}
.inner_banner:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
/*.testimonials h3.title:before {
    content: "";
    background-image: url(../images/comma.png);
    width: 33px;
    height: 33px;
    position: absolute;
    left: -42px;
    top: -13px;
    background-repeat: no-repeat;
}*/
.page_title h2{
      font-size: 8vw;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    line-height: 0.7;
}

.attorney_law.contact_inner {
    padding: 100px 0;
}
.attorney_law.contact_inner .contact_form {
    margin-top: 0;
}
.attorney_law.contact_inner .contact_form h2 {
    margin-top: 0;
}
.content_inner {
    float: left;
    width: 100%;
    padding: 80px 0;
}
.faq_left {
    background: #161517;
    padding: 40px 30px;
    float: left;
    width: 100%;
}
.content-wrap li {
    list-style: disc;
}
.content-wrap ul
{
    padding-left: 40px;
}
.content-wrap p {
    margin: 20px 0px;
}
.faq_left h3{
    line-height: 1.3;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
}

.faq_left h3 a
{
color: #fff;
font-family: 'Montserrat', sans-serif;
}
.addtoany_content {
    margin-bottom: 50px;
}
p.post_date {
    color: #656565;
}
.faq_right_2
{
        padding-right: 7%;
        padding-left: 0px!important;
}
.addtoany_shortcode
{
    margin: 40px 0px;
}
.gform_body li {
    list-style: none !important;
}
.faq_left ul li:last-child {
    padding-bottom: 20px;
}
.faq_left ul li a{
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}
.faq_left ul li {
    line-height: 1.3;
    float: left;
    width: 85%;
    color:#fff;
    margin: 10px 0;
}
.faq_right {
    padding-left: 7%;
}
.faq_right h4 a
{
   font-size: 16px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
    width: 100%;
    text-decoration: underline !important;
}
.faq_right h5 {
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: 2px;
}
.faq-ans {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.faq-ans:last-child {
    margin-bottom: 0;
}
.faq-inner {
   /* position: sticky;
    top: 84px;*/
    display: inline-block;
    width: 100%;
}
.content_inner .row {
    display: flex;
    flex-wrap: wrap;
}

.contact_page input, .contact_page textarea {
    border: 1px solid #989898;

}
.contact_page
{
    margin:0px auto 0;
}
.contact_page p
{
    font-size: 14px;
   font-weight: 300; 
}
.map_iframe
{
    width: 100%;
    float: left;
}
.practice_left
{
   padding: 40px 0px;
}
.practice_left ul li
{
      padding: 0px 0px;
    padding-bottom: 10px;
    margin-left: 27px;
    border-bottom: 1px dashed #fff;
}
.content-wrap ul li a
{
    text-decoration: underline !important;
}
.practice_left h3 {
    font-size: 16px;
    margin-top: 0;
    border:none;
    margin-bottom: 25px;
    background: #8b1b21;
    padding: 8px 40px;
    width: 88%;
    font-family: 'Montserrat', sans-serif;
}
.carousel-control.right {
    right: -13%;
}
.carousel-control.left, .carousel-control.right
{
    background-image:none !important;
}
.carousel-control:focus, .carousel-control:hover
{
    color:#000;
}
.carousel-control
{
        top: 20%;
    bottom: 0;
    left: -13%;
    width: 13%;
    font-size: 50px;
    color:#000;
    opacity: 1;
}
.lawsiteexpress
{
    display:block;
    float: right!important; margin-top: -30px;
}
.page-id-92 .col-md-4.col-sm-12.col-xs-12 {
    text-align: center;
}
.profile_info i.fa {
    color: #1d6a97;
    padding-right: 10px;
}
.awards {
    display: flex;
    align-items: center;
    max-width: 330px;
    width: 100%;
}
.awardimg img {
    width: 130px;
    margin-bottom: 10px;
}
/**********************************************/

/**************************************************Media Query**************************************************/
@media(max-width: 1199px){
    header.header .container {
        max-width: 100%;
    }
    .logo {
        max-width: 200px;
    }
    .navbar ul li {
        margin: 0 12px;
    }
    .phone a {
        font-size: 24px;
    }
    p {
        font-size: 15px;
    }
    body {
        font-size: 15px;
        padding-top: 69px;
        line-height: 1.6;
    }
    .banner_inner h4 {
        font-size: 20px;
    }
    h2.title {
        font-size: 40px;
        padding-bottom: 25px;
        margin: 5px 0 25px;
    }
    .banner-top {
        margin-bottom: 100px;
    }
    .banner-bottom h2.title{
        font-size: 34px;
        padding-top: 25px;
    }
    .page_title h2 {
        font-size: 8.5vw;
    }
    .banner_inner.banner-bottom h4 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .practice_area h5 {
        font-size: 17px;
        margin: 22px 0 13px;
    }
    .carousel-inner h2.title {
        font-size: 35px;
        margin-top: 25px;
    }
    .foot_col4 ul li:last-child a {
        margin: 0;
    }
    .practicearea_left h3 {
        font-size: 22px;
        margin-bottom: 25px;
    }
}
@media(max-width: 991px){
    body {
        padding-top: 65px;
    }
    .menu_icon, .close_icon{
        display: block;
        cursor: pointer;
    }
    .navbar {
        position: fixed;
        left: -100%;
        height: 100%;
        top: 0;
        z-index: 99;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        background: rgba(32, 42, 54, 0.95);
        padding: 20px;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;  
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
    }
    .open .navbar{
        left: 0;
    }
    .close_icon {
        position: absolute;
        top: 20px;
        cursor: pointer;
        right: 20px;
        display: block;
    }
    .navbar ul li {
        float: left;
        margin-left: 0;
        width: 100%;
        text-align: center;
        padding: 12px 0;
        line-height: 1;
    }
    .navbar ul li a {
        font-size: 6.5vw;
        color: #fff;
    }
    .header .phone {
        display: none;
    }
    footer .col-xs-6, footer .col-xs-12 {
        margin-bottom: 20px;
    }
    footer {
        padding: 50px 0 40px;
    }
    .banner_outer {
        background-position: 60% 0%, left bottom;
        background-size: 125% auto, 120% auto;
        padding: 80% 0 15%;
    }
    .container {
        padding: 0 35px;
    }
    div#myCarousel {
        margin-top: 25px;
        display: inline-block;
        text-align: center;
    }
    .testimonials {
        padding: 0 25px 50px;
        margin-top: 20px;
    }
    .attorney_law, .attorney_law.contact_inner, .content_inner{
        padding: 60px 0;
    }
    .practicearea_right {
        padding-left: 0;
        padding-top: 20px;
    }
    .inner_banner{
        padding: 20% 0;
        background-position: right center !important;
    }
    .practicearea_left {
        background: #161517;
        padding: 40px 30px;
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        display: table;
    }
    .practicearea-inner {
        position: static;
        top: 0;
    }
    .foot_col1 {
        margin-bottom: 20px;
    }
    h1.page-title {
        font-size: 9.7vw;
    }
    .row.banner {
        padding: 240px 0 0;
    }
    span.ribbon {
        letter-spacing: 1px
        font-size: 14px;
    }
    footer .col-sm-12, footer .col-sm-6 {
        margin-bottom: 15px;
    }
    .copyright img {
        margin-bottom: 0;
    }
    .grid-item.testi{
        margin-top: 0;
    }
    .row.innercontent.bottom {
        padding: 50px 0 30px;
    }
    .practicearea_left ul.nav.nav-tabs li:hover a:before, .practicearea_left ul.nav.nav-tabs li a.active:before {
        width: calc(100% + 40px);
    }
    #header{
        display: none !important;
    }
    .logo {
        max-width: 275px;
        margin-right: 15px;
    }
    .header {
         position: fixed; 
        padding: 10px 0;
    }
    .navbar ul li a {
        font-size: 30px;
    }
    .practice_area h2.title {
        text-align: center;
    }
    .practice_area h2.title:before {
        left: 50%;
        margin-left: -70px;
    }
    .practice_col {
        margin: 15px 0;
    }
    .attorney_img {
        float: none;
        width: 100%;
        max-width: 400px;
        padding-right: 0;
        margin: 0 auto;
    }
    .attorney_content {
        float: left;
        width: 100%;
        text-align: center;
    }

}

@media(max-width: 767px){
    body {
        font-size: 14px;
        line-height: 1.5;
    }
    .navbar ul li a {
        font-size: 20px;
    }
    p{
        font-size: 14px;
    }
    .container {
        padding: 0 15px;
    }
    .banner_outer {
        background-position: 60% 0%, left bottom;
        background-size: 125% auto, 120% auto;
        padding: 90% 0 15%;
    }
    .banner_inner h4 {
        font-size: 18px;
    }
    h2.title, .banner-bottom h2.title, .carousel-inner h2.title, .contact_form h2, .page_title h2, .meet_attorney h2, .law_left h2.title {
        font-size: 6vw;
    }
    .h3, h3 {
        font-size: 1.35rem;
    }
    .law_left h2.title br{
        display: none;
    }
    .banner-top h2.title {
        font-size: 7.8vw;
    }
    a.btn-design {
        padding: 12px 20px 8px;
        letter-spacing: 2px;
    }
    .testimonials {
        padding: 0 15px 50px;
    }
    .copyright {
        margin-top: 0;
        float: left;
        width: 100%;
        text-align: center;
        flex-wrap: wrap;
    }
    .attorney_law, .attorney_law.contact_inner, .content_inner{
        padding: 50px 0;
    }
    .inner_banner{
        padding: 20% 0;
        background-position: right center !important;
    }
    .attorney_img {
        float: none;
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .attorney_content {
        width: 100%;
        text-align: center;
    }
    h1.page-title {
        font-size: 9.5vw;
        padding-left: 21px;
    }
    .row.banner {
        padding: 200px 0 0;
    }
    span.ribbon {
        padding: 10px 11px 7px;
        left: -86px;
        bottom: 82px;
        font-size: 14px;
        width: 205px;
        letter-spacing: 1px;
    }
    .row.innercontent {
        padding: 35px 0;
    }
    .grid-item.testi {
        width: 100%;
        margin-bottom: 40px;
        padding: 15px 0 11px;
    }
    footer {
        padding: 40px 0 30px;
        text-align: center;
    }  
    .practicearea_left .nav-tabs .nav-link {
        padding: 15px 10px;
        font-size: 14px;
    } 
    .copyright span {
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .copyright a {
        text-align: center;
        margin: 0 auto;
    }
    .foot_col4 ul li{
        display: inline-block;
    }
    .foot_col4 ul li a {
        float: none;
        display: inline-block;
        margin: 3px;
    }
    footer .col-sm-12, footer .col-sm-6 {
        margin-bottom: 22px;
        width: 100%;
    }
}

@media(max-width: 480px){
    .attorney_img iframe {
        height: 170px;
    }
}