@media screen and (max-width: 1920px) {

}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1390px) {
    .details_description {
        padding: 50px;
    }
}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1199px) {
    .section_services .owl-dots {
        display: block;
    }

    .container {
        width: 100%;
    }

    .text_slide h1 {
        font-size: 50px;
    }

    .text_slide h2 {
        font-size: 30px;
    }

    h1 {
        font-size: 30px;
    }

    .navbar-nav > li {
        padding: 0 30px;
    }

    .details_description {
        padding: 25px;
        font-size:16px
    }

    .details_contact {
        padding: 50px;
    }
    .container {
        padding: 0 25px;
    }
}

@media screen and (max-width: 991px) {
    .col-xs-2 , .col-xs-3 , .col-xs-4, .col-xs-5 , .col-xs-6 ,.col-xs-8 , .col-xs-10 {
        width: 100%;
    }
    .details_description {
        height: auto!important;
        text-align: center;
    }
    .line {
        margin-left: auto;
    }
    .image_box {
        height: 450px;
    }
    .details_contact {
        height: auto!important;
        text-align: center;
    }
    .paddingname {
        padding-right: 0;
    }
    .section_footer{
        text-align: center;
    }
    .section_footer h4{
        display: none;
    }
    .linkmenu {
        display: none;
    }
    .widget{
        display: none;
    }
    .licon_fac{
        display: block;
    }
    .section_footer table {
        margin: 25px auto;
    }
    .title_contact{
        display: none;
    }
    .image_services {
        height: 200px;
    }
    .nav > li > a {
        line-height: 10px;
    }
    .brand_logo {
        width: 100px;
        height: 35px;
        left: 0;
    }
    .section_navbar-mobile{
        top: 10px;
    }
    .navbar-nav{
        display: none;
    }
    .section_navbar-mobile{
        left: inherit;
        right: 0;
    }
    .row_attorneys .col-xs-5 {
        position: inherit;
        z-index: 1;
    }
    .row_attorneys .col-xs-10 {
        margin: 0;
    }
    .row_attorneys {
        padding: 25px 0 0 0;
    }
    .details_attorneys .col-xs-4{
        display: none;
    }
    .row_attorneys1 {
         margin-bottom: 0;
    }
    .details_description {
        padding: 25px;
    }
    .section_services {
        padding: 25px;
    }
    .details_contact {
        padding: 25px;
    }
    .section_footer {
        padding: 25px 0;
    }
    .section_content {
        padding: 25px 0;
    }
    .details_content {
        padding: 0 25px 25px;
    }
    .section_list {
        padding: 0 0 25px 0;
    }
    .contactform {
        margin-top: 25px;
    }
    .image_bg {
        height: 400px;
    }
    h3 {
        margin: 10px 0;
    }
    .padding50 {
        padding: 0 25px;
    }
    .section_pallarax {
        margin-top: 65px;
    }
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 520px) {
    .text_slide h1 {
        font-size: 30px;
    }
    .text_slide h2 {
        font-size: 20px;
    }
    .details_description {
        padding: 50px 25px;
    }
    .section_services{
        padding: 50px 25px;
    }
    .details_contact {
        padding: 50px 25px;
    }
    .image_attorneys {
        height: 350px;
    }
    .image_box {
        height: 350px;
    }
}

@media screen and (max-width: 320px) {

}