/*--------------------------------------------------------------
   large devices, wide screens 
---------------------------------------------------------------*/
@media screen and (min-width:1200px) {
    .tt-nav-ul li.nav-item {
        position: relative;
    }

    .tt-nav-ul li.nav-item a.nav-link,
    .tt-icon-search {
        padding: 0px 15px !important;
        line-height: 104px;
    }

    .tt-nav-ul li.nav-item a.nav-link::before {
        position: absolute;
        opacity: 0;
        bottom: 15px;
        width: 24px;
        height: 17px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 24px;
        content: "\ebb5";
        font-family: 'IcoFont' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        line-height: 1;
        -webkit-font-feature-settings: "liga";
        -webkit-font-smoothing: antialiased;
        -webkit-transition: opacity .3s ease-in-out, bottom .3s ease-in-out;
        -moz-transition: opacity .3s ease-in-out, bottom .3s ease-in-out;
        -o-transition: opacity .3s ease-in-out, bottom .3s ease-in-out;
        transition: opacity .3s ease-in-out, bottom .3s ease-in-out;

    }

    .tt-nav-ul li.nav-item a.nav-link:hover::before,
    .tt-nav-ul li.nav-item a.nav-link.active::before {
        opacity: 1;
        bottom: 20px;
    }

    .tt-dropdown {
        position: relative;
        z-index: 1;
    }

    .tt-dropdown>a>i {
        font-weight: 700;
    }

    .tt-dropdown .tt-dropdown-menu {
        position: absolute;
        top: 120%;
        visibility: hidden;
        opacity: 0;
        background: #fff;
        -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
        box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
        min-width: 200px;
        padding: 25px 30px;
        border: 1px solid #eee;
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -o-transition: all linear .3s;
        transition: all linear .3s;
    }

    .tt-dropdown .tt-dropdown-menu li a span {
        font-family: auto;
    }

    .tt-dropdown .tt-dropdown-menu li a.dropdown-item {
        padding: 8px 1.5rem;
        padding-left: 0;
        text-transform: capitalize;
    }

    .tt-dropdown .tt-dropdown-menu li a.dropdown-item:hover,
    .tt-dropdown .tt-dropdown-menu li a.dropdown-item:active {
        background-color: transparent;
    }

    .tt-dropdown:hover .tt-dropdown-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }

    ul.tt-dropdown-menu::after {
        position: absolute;
        top: -19px;
        left: 25px;
        content: "";
        z-index: 1;
        border-top: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
    }

    ul.tt-dropdown-menu::before {
        position: absolute;
        top: -21px;
        left: 24px;
        content: "";
        z-index: -1;
        border-top: 11px solid transparent;
        border-right: 11px solid transparent;
        border-bottom: 11px solid #eee;
        border-left: 11px solid transparent;
    }

    .tt-nav-ul li a.active,
    .tt-nav-ul li a:hover {
        color: #9e6d36 !important;
    }
}

/* ----/ max-height / ---- */
@media screen and (max-height:750px) {

    #tt-error-page,
    #tt-comming-soon .tt-left-col-comming-soon {
        height: 100%;
    }
}

/* ----/ max-width /---- */
/*--------------------------------------------------------------
    laptop, desktop
---------------------------------------------------------------*/
@media screen and (max-width:1199.98px) {

    h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 24px;
        margin-bottom: 4px;
    }

    h3 {
        font-size: 20px;
        line-height: 1.4;
    }

    body {
        padding-top: 90px;
    }

    .tt-icon-font {
        margin-bottom: 30px;
    }

    .tt-single-practice-box h4 {
        margin-bottom: 15px;
    }

    .tt-experience-lawyer-content .tt-content-col .tt-single-feature .tt-text h4 {
        margin-bottom: 8px;
    }

    .tt-legal-advice-help-content h2 {
        margin-bottom: 25px;
    }

    .tt-find-answer-content>h2 {
        margin-bottom: 35px;
    }

    .tt-contact-left-content .tt-single-block h4 {
        margin-bottom: 9px;
    }

    .tt-contact-left-content .tt-single-block {
        margin-top: 30px;
    }

    .tt-single-block {
        margin-bottom: 32px;
    }

    .tt-gap-height {
        height: 45px;
    }

    .tt-right-content h2,
    .tt-left-4-col h2 {
        margin-bottom: 27px;
    }

    .tt-single-news .tt-bottom-content h4 {
        margin-bottom: 12px;
    }

    #tt-top-footer .tt-footer-col h3 {
        margin-bottom: 22px;
    }

    .tt-nav ul.navbar-nav.tt-nav-ul {
        position: fixed;
        top: 0;
        right: -500px;
        height: 100vh;
        background: #9e6d36;
        padding: 60px 15px 30px 30px;
        z-index: 1110;
        min-width: 275px;
        -webkit-transition: 1s ease;
        -moz-transition: 1s ease;
        -o-transition: 1s ease;
        transition: 1s ease;
        overflow-y: auto;
        border-left: 1px solid #666;
        border-right: 1px solid #666;
    }

    html.tt-expand .tt-nav ul.navbar-nav.tt-nav-ul {
        right: 0;
    }

    html.tt-expand .tt-nav-close-btn {
        opacity: 1;
        visibility: visible;
        right: 238px;
        -moz-transition: all 1.2s ease;
        -o-transition: all 1.2s ease;
        -webkit-transition: all 1.2s ease;
        transition: all 1.2s ease;
    }

    .tt-nav .tt-nav-bg {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .75);
        z-index: 111;
        opacity: 0;
        visibility: hidden;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    html.tt-expand .tt-nav .tt-nav-bg {
        opacity: 1;
        visibility: visible;
    }

    .tt-nav-ul li a {
        color: #fff !important;
    }

    .tt-nav-ul li:hover a {
        color: #fff !important;
        background: transparent;
    }

    .tt-nav .tt-nav-search {
        margin-left: 0px !important;
        padding-left: 15px;
    }

    .tt-nav .navbar-brand img {
        margin-top: 5px;
        margin-bottom: 5px;
        width: 80%;
        max-width: 260px;
    }

    .tt-nav .navbar-brand {
        width: auto;
    }

    div#tt-main-navbar {
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 11;
        height: 90px;
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
        -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
    }

    #tt-top-bar {
        display: none;
    }


    .tt-news .tt-tag-share .tt-social-text-inline {
        float: none;
    }

    .tt-single-practice-box {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*--------------------------------------------------------------
    tablet
---------------------------------------------------------------*/
@media screen and (max-width:991.98px) and (min-width:768px) {
    #tt-experience-lawyer .tt-image-col {
        text-align: center;
    }

    #tt-experience .tt-content-col {
        order: 2;
    }

    #tt-experience-lawyer .tt-image-col.tt-left {
        margin-bottom: 50px;
    }

    .tt-experience-lawyer-content .tt-content-col .tt-single-feature {
        width: 48%;
        float: left;
    }

    .tt-experience-lawyer-content .tt-content-col .tt-single-feature:nth-child(2),
    .tt-experience-lawyer-content .tt-content-col .tt-single-feature:nth-child(4) {
        float: right;
    }

    .tt-experience-lawyer-content .tt-content-col .tt-single-feature:nth-last-child(2) {
        margin-bottom: 0;
    }

    #tt-talented-attorneys,
    .tt-latest-news {
        padding-bottom: 40px;
    }

}

/*--------------------------------------------------------------
    tablet
---------------------------------------------------------------*/
@media screen and (max-width:991.98px) {
    .about-us-btn{
        text-align: center;
    }

    #tt-experience .tt-content-col {
        order: 2;
        margin-top: 30px;
        text-align: center;
    }

    #tt-experience .tt-image-col {
        text-align: center;
    }

    #tt-about-us .tt-single-col {
        margin-left: auto;
        margin-right: auto;
        max-width: 690px;
    }

    .tt-experience-lawyer-content .tt-content-col .tt-single-feature .tt-icon {
        width: 55px;
        height: 55px;
    }

    .tt-experience-lawyer-content .tt-content-col .tt-single-feature .tt-icon i {
        font-size: 30px;
    }

    .tt-experience-lawyer-content .tt-content-col .tt-single-feature .tt-text {
        margin-left: 75px;
    }

    .tt-experience-lawyer-content .tt-content-col .tt-single-feature .tt-text h4 {
        margin-bottom: 6px;
    }

    .tt-experience-lawyer-content .tt-content-col .tt-single-feature .tt-text p {
        font-size: 15px;
    }

    .tt-counter .tt-single-content h6 {
        font-size: 15px;
    }

    .tt-counter .tt-single-content .tt-icon-count .tt-icon i {
        font-size: 27px;
    }

    .tt-counter .tt-single-content .tt-icon-count h1 {
        font-size: 27px;
    }

    .tt-experience .tt-content h3 {
        margin-bottom: 15px;
    }

    .tt-experience .tt-content h1 {
        margin-bottom: 10px;
        font-size: 26px;
    }

    .tt-experience .tt-content a {
        margin-top: 30px;
    }

    .tt-feedback-slider .tt-single-feedback {
        padding: 33px 25px;
    }

    .tt-feedback-slider .tt-single-feedback>p {
        margin-bottom: 25px;
    }

    .tt-feedback-slider ul.slick-dots {

        margin-top: 25px;
    }

    #tt-top-footer .tt-footer-left-col>img {
        margin-bottom: 25px;
    }

    #tt-top-footer .tt-footer-left-col ul {
        margin-top: 23px;
    }

    #tt-top-footer [class^="col-"]:first-child .tt-footer-col,
    #tt-top-footer [class^="col-"]:nth-child(2) .tt-footer-col {
        margin-bottom: 40px;
    }

    #tt-top-footer .tt-footer-col h3 {
        margin-bottom: 18px;
    }

    #tt-top-footer .tt-footer-col ul li:not(:last-child) {
        margin-bottom: 7px;
    }

    .tt-form form {
        margin-top: 30px;
    }

    #tt-bottom-footer p {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #tt-scroll-top a {
        font-size: 27px;
    }

    section#tt-about-us .tt-image-col {
        margin-bottom: 30px;
    }

    .tt-single-talented-attorneys .tt-text {
        margin-top: 25px;
    }

    .tt-attorneys-c .grid-sizer,
    .tt-attorneys-c .grid-item {
        width: calc(100%/2 - 15px);
    }

    .tt-filter-sort .tt-sort-right span {
        margin-right: 20px;
    }

    .tt-gap-height-40 {
        height: 35px;
    }

    .tt-right-content h2,
    .tt-left-4-col h2 {
        margin-bottom: 20px;
    }

    .tt-popular-news .tt-single-popular-news .tt-text p {
        margin-bottom: 6px;
    }

    .tt-popular-news .tt-single-popular-news .tt-text {
        margin-left: 86px;
    }

    .tt-attoryney-person .tt-image {
        margin-bottom: 20px;
    }

    .tt-contact-left-content .tt-single-block {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .tt-attorneys .col-md-12.col-lg-9 {
        margin-top: 12px;
    }

    .tt-right-content {
        margin-bottom: 40px;
    }

    .tt-order-row>[class^="col-"]:first-child {
        order: 2;
    }

    #tt-error-page .tt-content-text .tt-text-s {
        font-size: 50px;
    }

    #tt-error-page .tt-content-text {
        margin-bottom: 45px;
    }

    #tt-error-page .tt-btn-g {
        margin-bottom: 25px;
    }

    #tt-error-page {
        max-width: 100%;
        text-align: center;
    }

    .tt-section-style {
        width: 273px;
    }

    .tt-section-style .tt-b {
        width: 92px;
    }

    .tt-contact-left-content .tt-single-block .tt-icon {
        margin-bottom: 10px;
    }

    .tt-practice-box-container {
        grid-template-columns: 1fr 1fr;
    }

    #tt-about-us .row .col-lg-6:first-child {
        padding-left: 15px !important;
    }

    .tt-contact-left-content .tt-single-block h4 {
        color: #9e6d36;
        margin-bottom: 6px;
    }

    .tt-contact .row [class^="col-"]:first-child {
        margin-bottom: 45px;
    }

    .tt-contact-right-content .tt-single-block {
        margin-bottom: 25px;
    }

    #tt-slider .slider-item-inner .slider-text .tt-btn-t{
        margin-top: 25px;
    }
}

/*--------------------------------------------------------------
    large mobile
----------------------------------------------------------------*/
@media screen and (max-width:767.98px) {
    h2{
        font-size: 22px;
        line-height: 1.5;
    }
    .wow {
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    p,
    .form-control {
        font-size: 15px;
    }

    .form-control {
        padding: 13px 20px;
    }

    .tt-btn-t i {
        margin-left: 10px;
    }

    .tt-single-practice-box {
        max-width: 335px;
        padding: 30px 15px 30px;
    }

    .tt-single-practice-box h4 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .tt-icon-font {
        width: 50px;
        height: 50px;
        margin-bottom: 30px;
    }

    .tt-icon-font i {
        font-size: 28px;
    }

    .tt-btn-t.tt-invert {
        min-width: 140px;
    }

    .tt-image-col.tt-left {
        margin-bottom: 50px;
    }

    .tt-icon-font {
        margin-bottom: 20px;
    }

    .tt-btn-t {
        font-size: 15px;
        margin-top: 25px;
        padding: 9px 23px;
    }

    .tt-experience .tt-content a {
        margin-top: 25px;
    }

    .tt-feedback-slider ul.slick-dots {
        margin-top: 15px;
    }

    .tt-single-news .tt-bottom-content h4 {
        margin-bottom: 12px;
    }

    #tt-top-footer [class^="col-"]:nth-child(3) .tt-footer-col {
        margin-bottom: 30px;
    }

    .tt-nav .tt-nav-search {
        padding: 0px 10px;
    }

    .tt-experience .tt-content h1 {
        font-size: 24px;
    }

    .tt-attorneys-c .grid-sizer,
    .tt-attorneys-c .grid-item {
        width: 100%;
    }

    .tt-single-talented-attorneys .tt-text {
        margin-top: 20px;
    }

    .tt-single-talented-attorneys h6 {
        margin-bottom: 6px;
    }

    .tt-filter-sort {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }

    .tt-dropdown-gallery,
    .tt-filter-sort .tt-sort-right {
        margin-left: auto;
        margin-right: auto;
    }

    .tt-filter-sort .tt-sort-right>span {
        display: block;
        margin: 10px 0;
        text-align: center;
    }

    .tt-contact .tt-single-block {
        margin-bottom: 25px;
    }

    .tt-find-answer-content>h2 {
        margin-bottom: 30px;
        line-height: 1.4;
    }

    .tt-accordion .card .card-header h6 button {
        padding: 10px 20px;
    }

    .tt-accordion .card .card-header {
        margin-bottom: 15px;
    }

    .tt-accordion .card .card-header h6 button i {
        margin-right: 15px;
    }

    .tt-accordion .card .card-body {
        padding: 15px 20px 15px 44px;
    }

    .tt-legal-advice-help-content .tt-btn-t {
        margin-top: 35px;
    }

    .tt-legal-advice-help-content h2 {
        margin-bottom: 20px;
    }

    .tt-left-4-col .tt-left-link-list ul li:not(:last-child) {
        margin-bottom: 18px;
    }

    .tt-social-text-inline ul.social {
        margin-left: 8px;
    }

    .tt-attoryney-person .tt-image {
        margin-bottom: 15px;
    }

    .tt-attoryney-person h3 {
        margin-bottom: 7px;
    }

    #tt-about-us .tt-single-col {
        max-width: 510px;
    }

    #tt-error-page .tt-content-text .tt-numeric {
        font-size: 170px;
    }

    #tt-error-page .tt-btn-g {
        margin-bottom: 20px;
    }

    #tt-error-page .tt-content-text {
        margin-bottom: 35px;
    }

    .tt-btn-t-r:nth-child(2) {
        margin-left: 25px;
    }

    #tt-gallery-item-selector {
        margin-bottom: 30px;
    }

    #tt-talented-attorneys,
    .tt-latest-news {
        padding-bottom: 30px;
    }

    .tt-news-details .tt-gap-height {
        height: 30px;
    }

    #tt-practice-area-details .tt-gap-height {
        height: 40px;
    }

    #tt-practice-area-details .tt-right-content {
        margin-bottom: 35px;
    }

    .tt-attorneys .tt-gap-height {
        height: 35px;
    }
}

/*--------------------------------------------------------------
   medium mobile
----------------------------------------------------------------*/
@media screen and (max-width:575.98px) {
    h4 {
        font-size: 17px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 15px;
    }

    .tt-breadcrumb-banner .tt-breadcrumb ol.breadcrumb li.breadcrumb-item {
        font-size: 16px;
    }

    .tt-breadcrumb-banner .tt-breadcrumb ol.breadcrumb {
        justify-content: center;

    }

    #tt-talented-attorneys,
    .tt-latest-news {
        padding-bottom: 30px;
    }

    .tt-experience .tt-content h1 {
        font-size: 20px;
    }

    .tt-find-answer-content>h2 {
        margin-bottom: 25px;
    }

    .tt-accordion .card .card-header h6 button {
        padding: 7px 15px;
    }

    .tt-accordion .card .card-body {
        padding: 12px 15px 12px 38px;
    }

    .tt-right-content h2,
    .tt-left-4-col h2 {
        margin-bottom: 18px;
    }

    .tt-left-4-col .tt-left-link-list ul li:not(:last-child) {
        margin-bottom: 16px;
    }

    .tt-right-content blockquote {
        margin: 0 40px;
    }

    .tt-social-text-inline ul.social {
        margin-left: 3px;
    }

    ul.social li:not(:last-child) {
        margin-right: 1px;
    }

    ul.social li a i {
        font-size: 18px;
    }

    ul.tt-social-ul-text.text-left li {
        margin-bottom: 4px !important;
    }

    ul.tt-social.social li:not(:last-child) {
        margin-right: 8px;
    }

    .tt-single-comment .tt-single-comment {
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .tt-single-comment .tt-text .tt-replay-message {
        margin-top: 15px;
    }

    .tt-single-block {
        margin-bottom: 25px;
    }

    .tt-attorneys .col-md-12.col-lg-9 {
        margin-top: 2px;
    }

    .tt-btn-t i {
        margin-left: 4px;
    }

    .tt-btn-t-r:nth-child(2) {
        margin-left: 17px;
    }

    #tt-error-page ul.social li a i {
        color: #9e6d36;
        font-size: 20px;
    }

    #tt-error-page ul.social li a {
        width: 30px;
        height: 30px;
    }

    #tt-error-page .tt-content-text {
        margin-bottom: 30px;
    }

    .tt-section-style {
        width: 260px;
    }

    .tt-section-style .tt-b {
        width: 85px;
    }

    .tt-news-details.tt-news .tt-single-news {
        margin-bottom: 24px;
    }

    .tt-practice-box-container {
        grid-template-columns: 1fr;
    }

    .tt-btn-t-r {
        padding: 9px 35px;
    }
}

@media screen and (max-width:479px) {
    .tt-btn-t{
        padding: 9px 13px;
    }
}

@media screen and (max-width:450px) {
    #tt-error-page .tt-content-text .tt-numeric {
        font-size: 150px;
    }

    #tt-error-page .tt-content-text .tt-text-s {
        font-size: 45px;
    }

    #tt-error-page .tt-content-text {
        margin-bottom: 25px;
    }

    .tt-btn-t-r:nth-child(2) {
        margin-left: 15px;
    }
}

/*--------------------------------------------------------------
    small mobile
----------------------------------------------------------------*/
@media screen and (max-width:400px) {

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 15px;
    }

    h6 {
        font-size: 15px;
    }

    p {
        font-size: 15px;
    }

    .tt-image-col.tt-left {
        margin-bottom: 35px;
    }

    .tt-experience-lawyer-content .tt-content-col .tt-single-feature:not(:last-child) {
        margin-bottom: 25px;
    }

    .tt-counter [class^="col-"] {
        width: 100%;
        max-width: 100%;
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .tt-counter [class^="col-"]:nth-child(3){
        margin-bottom: 45px;
    }

    ul.tt-pagination li:not(:last-child) {
        margin-right: 7px;
    }

    ul.tt-pagination li a {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    ul.tt-pagination {
        margin-top: 0;
    }

    .tt-legal-advice-help-content .tt-btn-group .tt-btn-t.tt-btn-reverse:first-child {
        margin-right: 9px;
    }

    ul.social li a {
        width: 25px;
        height: 25px;
    }

    .tt-single-block {
        margin-bottom: 28px;
    }

    .tt-left-4-col .tt-left-link-list ul li:not(:last-child) {
        margin-bottom: 13px;
    }

    .tt-section-style .tt-b {
        width: 80px;
    }

    .tt-section-style {
        width: 240px;
    }

    .tt-btn-t-r {
        padding: 9px 25px;
    }

    .tt-legal-advice-help-content .tt-btn-t {
        margin-top: 35px;
    }
}

@media screen and (max-width:350px) {
    .tt-btn-t-r:nth-child(2) {
        margin-left: 10px;
    }
}