@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Jost", sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    color: black;
    background-color: #fff;
}
body.new-home-body p{
    color: unset !important;
    font-family: "Jost", sans-serif !important;
}
html,body{
    overflow-x: hidden !important;
}
h1 , .h1,
h2 , .h2,
h3 , .h3,
h4 , .h4,
h5 , .h5,
h6 , .h6
{
    font-family: "Jost", sans-serif !important;
    font-weight: 700 !important;
    color: #000;
}

h1, .h1{
    font-size: 70px;
    line-height: 84px;
}

h2, .h2, .heading{
    font-size: 52px;
    line-height: 1.2;
    text-transform: capitalize !important;
}

.space-pd{
    padding-top: 80px;
    padding-bottom: 80px;
}

.center-border{
    position: relative;
    width: max-content;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
    margin: auto;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.center-border::before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background: linear-gradient(
        90deg,
        rgba(175, 19, 22, 0) 0%,
        #AF1316 34.62%,
        #AF1316 62.02%,
        rgba(175, 19, 22, 0) 100%
    );
}
.center-border-white{
    position: relative;
    width: max-content;
    color: #fff;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
    margin: auto;
    margin-bottom: 40px;
    padding-bottom: 20px;
    
}

.center-border-white::before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    /* border-bottom: 3px solid;
    border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 34.62%, #FFFFFF 62.02%, rgba(255, 255, 255, 0) 100%); */
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 34.62%, #FFFFFF 62.02%, rgba(255, 255, 255, 0) 100%);
}

.left-border{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.left-border::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 3px solid;
    border-image: linear-gradient(
        90deg,
        #AF1316 0%,
        rgba(175, 19, 22, 0) 100%
    ) 1;
}

.left-border-white{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.left-border-white::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    /* border-bottom: 3px solid;
    border-image-source: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); */
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    /* border-bottom: 3px solid;
    border-image: linear-gradient(
        90deg,
        #AF1316 0%,
        rgba(175, 19, 22, 0) 100%
    ) 1; */
}

.btn{
    display: inline-flex;
    position: relative;
    min-width: 150px;
    border-radius: 10px;
    padding: 19px 40px;
    cursor: pointer;
    color: #fff;
    background-color: #AF1316;
    border: 1px solid #AF1316;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
}
.btn:hover{
    color: #AF1316;
    background-color: transparent;
}

.btn.white-btn{
    color: #AF1316;
    background-color: #fff;
    border: 1px solid #fff;
}
.btn.white-btn:hover{
    color: #fff;
    background-color: #AF1316;
    border: 1px solid #AF1316;
}

.btn.trans-btn{
    color: #AF1316;
    background-color: transparent;
}
.btn.trans-btn:hover{
    color: #fff;
    background-color: #AF1316;
}

.header-right.new-hdr-right {
    width: calc(100% - 300px);
}
.header-logo.new-hdr-logo {
    width: 300px
}
.banner-btn-wrap .btn.banner-btn:hover {
    background: #fff;
    color: #af1316;
    border-color: #fff;
}
header,
header a {
    color: var(--black);
    display: inline-block;
}

header a:hover {
    color: #B11116 !important;
}
.container-hd {
    max-width: 1300px;
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
.header-phone span {
    display: block;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    color: #AF1316;
}
.header-phone .num {
    font-size: 18px;
    color: #AF1316;
    border: 1px solid #AF1316;
    border-radius: 10px;
    padding: 8px 12px;
    line-height: 1.2em;
    font-weight: 700;
}
.top-menu-row {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 10px 0;
}

.menu li a{
    text-transform: uppercase;
}
.header-menu-wrap .header-search {
    width: 25px;
    height: 30px;
    margin-left: 5px;
}
.add-class {
    align-items: flex-start;
    position: relative;
    padding-left: 28px;
}

.add-class svg,.add-class img{
    width: 20px;
}
.header-menu-wrap .header-search .search-icon {
    width: 100%;
    height: 100%;
}
.header-menu-wrap {
    
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-right.new-hdr-right {
    display: flex;
    align-items: center;
    gap: 15px;
}
.header {
    background-color: #fff;
    padding: 10px 60px !important;
}
.nav-menu .menu li {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    margin-right: 20px;
}
.header-contact {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    flex-flow: column;
    /* width: 17%; */
    z-index: 2;
    width: auto !important;
}
.header-language.new-hdr-lang {
    position: relative;
    width: auto;
    margin-left: 10px;
    padding: 7px 12px;
    border: 1px solid #AF1316;
    border-radius: 11px;
    cursor: pointer;
    
}
.header-language.new-hdr-lang .gtranslate_wrapper {
    position: absolute;
    left: 0;
    top: -20px;
}
.header-language.new-hdr-lang .gt-current-lang.notranslate {
    display: none;
}
.header-language.new-hdr-lang .notranslate{
    font-size: 16px;
    color: #AF1316;
}
.contact-area .ph-head {
    max-width: 161px;
    line-height: normal;
    display: flex;
    gap: 11px;
    justify-content: space-between;
}
.contact-area .ph-head svg {
    width: 31px;
}
.number-tel a {
    font-weight: 500;
    font-size: 25.1px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #151515;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.header-language.new-hdr-lang  .gtranslate_wrapper .gt_switcher {
    width: 115px !important;
}
.header-language.new-hdr-lang  .gtranslate_wrapper .gt_switcher .gt_selected a {
    width: 100px !important;
}
.header-search{
    width: auto !important;
    z-index: 2;
}
.top-logo-row{
    position: relative;
}
.header-logo.new-hdr-logo a{
    display: block;
}
.header-logo.new-hdr-logo img {
    transition: 0.5s ease all;
    display: block;
}
.mobile-header-wrap .header-phone svg path{
    fill: #b11116;
}
.search-icon{
    vertical-align: middle;
    width: auto !important;
    background-color: #AF1316;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    display: inline-flex;
    padding: 8px 15px;
    line-height: normal;
}
html[lang="es"] .search-icon {
    font-size: 14px;
    padding: 8px 10px;
}
html[lang="es"] .nav-menu>ul>li>a {
   font-size: 11px;
}
html[lang="es"] .nav-menu .menu li {
    margin-right: 0;
}
html[lang="es"] .header-phone span {
    font-size: 10px;
}
html[lang="es"] .header-phone {
    max-width: 180px;
}
html[lang="es"] .header-language.new-hdr-lang {
    padding: 7px 8px;
}
.search-btn {
    cursor: pointer;
}
.search-btn svg {
    width: 100%;
    height: 100%;
}
.search-panel {
    padding: 80px 15%;
    position: fixed;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    left: 0;
    top: -100%;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    transition: 0.6s ease-in-out;
    transform: translateY(-100%);
    box-shadow: 0 0 5px #eee;
}
.search-panel .input-field {
    display: flex;
    width: 100%;
    position: relative;
    border: 1px solid #808080 ;
    border-radius: 15px;
    background-color: #fff;
}
.search-panel input[type=submit] {
    height: 100%;
    width: auto;
    padding: 8px 45px;
    background-color: #656161 !important ;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    background: none;
    background-position: center;
    background-size: 1.5rem;
    outline: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 15px;
}
.search-panel input[type=submit]::placeholder{
    font-size: 18px  !important;
    color: #000 !important;
}
.search-panel input[type='submit']:hover {
    opacity: 0.7;
}
.search-panel.open {
    top: 0;
    display: block;
    opacity: 1;
    padding: 3em;
    transition: 0.3s ease-in-out;
}
.search-close {
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    z-index: 999999;
    cursor: pointer;
}
.search-close:hover {
    color: #fff;
}

.search-panel form#searchform {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    z-index: 99999;
    padding-bottom: 30px;
}
.search-panel .searchform input[type="search"] {
    padding: 0;
    border: 0;
    vertical-align: middle;
    background-color: transparent;
    color: #000 !important;
    border-bottom: 0px solid;
    width: 100%;
    outline: 0;
    box-shadow: none;
    position: relative;
    left: 0;
    top: 0;
    height: 60px;
    border-bottom: 0px;
    padding-right: 60px;
    padding-left: 65px;
}
.search-panel .searchform .input-field::before{
    content: '';
    height: 60px;
    width: 60px;
    border: none;
    background: url('/wp-content/themes/poncelaw/img/search-dark.png') no-repeat;
    background-position: center;
    background-size: 1.5rem;
    outline: 0;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.search-panel .searchform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000!important;
    opacity: 0.5!important;
}
.search-panel .searchform ::-moz-placeholder { /* Firefox 19+ */
    color: #000!important;
    opacity: 0.5!important;
}
.search-panel .searchform :-ms-input-placeholder { /* IE 10+ */
    color: #000!important;
    opacity: 0.5!important;
}
.search-panel .searchform :-moz-placeholder { /* Firefox 18- */
    color: #000!important;
    opacity: 0.5!important;
}

.search-panel .searchform input[type="image"] {
    vertical-align: middle;
    padding: 20px;
    height: 60px;
    width: 60px;
    outline: 0;
    position: absolute;
    right: -10px;
    bottom: 0;
}
.search-panel .search-box {
    margin: 15px 0 0;
    padding: 15px 0 30px;
    border-bottom: 1px solid #eee;
}
.search-panel .search-heading a {
    font-size: 22px;
    color: #000;
}

.search-panel .searchform input::-ms-clear {
    display: none;
}


.call-btn{
    background-color: #AF1316;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    width: 100%;
    gap: 8px;
    border-radius: 15px;
}
.call-btn svg path{
    fill: #fff;
}
.call-btn:hover{
    color: #AF1316;
    background-color: #fff;
}
.call-btn:hover svg path{
    fill: #AF1316;
}
.short-content{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.short-content .icon-img{
    height: 80px;
    width: 80px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 2px 3px 9px #0000002b;
    display: flex;
    align-items: center;
    justify-content: center;
}
.short-content .icon-img svg path{
    fill: #AF1316;
}
.short-link{
    color: #00000099;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-top: 15px
}
.most-vist-link-title{
    font-size: 20px;
    text-transform: uppercase;
    color: #AF1316;
    font-weight: 600;
}
.most-visit-list{
    padding: 0px;
}
.most-visit-list li {
    position: relative;
    padding-left: 25px;
}
.most-visit-list li a{
    font-size: 18px ;
    color: #00000099;
    font-weight: 600;
}
.most-visit-list li::before {
    content: '';
    position: absolute;
    height: 17px;
    width: 17px;
    top: 7px;
    left: 0px;
    background: url('/wp-content/themes/poncelaw/img/subtract.svg') no-repeat;
    background-position: center;
    background-size: 14px;
}

.hdr-language{
    padding: 10px 15px;
    background: #fff;
    display: flex;
    text-align: center;
    align-items: center;
    border-radius: 15px;
    gap: 12px;
    justify-content: center;
    box-shadow: 2px 3px 9px #0000002b;
}

.hdr-form-title{
    color: #8C8C8C99;
    font-size: 18px;
    font-weight: 600;
}
.hdr-form-area .form-control {
    border: 1px solid #D8D8D8;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 10px !important;
}
.hdr-form-area .submit-btn .btn{
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}






/***********  home banner  ***********/

.home-banner{
    position: relative;
    display: flex;
    /* align-items: center; */
    height: calc(100vh - 220px);
    padding-top: 120px;
    /* padding: 120px 0 220px; */
    margin-top: 104px;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.1) 50%);
    z-index: 1;
}
.home-banner .banner-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-banner .banner-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner .container{
    position: relative;
    z-index: 2;
}

.banner-title{
    color: #fff;
} 
.banner-content{
    max-width: 740px;
}
.banner-content .sub-heading{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.banner-content .banner-small-text{
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 4px;
    font-size: 20px;
    font-weight: 500;
}
.banner-content .banner-small-text span{
    color: #AF1316;
    font-weight: 700;
}
.banner-btn-wrap{
    gap: 15px;
}

/*********** home banner Css End *****************/

/*********** home Result Css *****************/

/* .settlement-section{
    position: relative;
    z-index: 2;
    margin-top: -125px;
}

.result-box{
    padding: 20px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #AF1316;
    text-align: center;
    border-radius: 50%;
    height: 213px;
    max-width: 213px;
    width: 213px !important;
}
.result-amount{
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    display: flex;
    line-height: 1;
    align-items: flex-end;
    justify-content: center;
}
.result-amount>span{
    font-size: 40px;
    font-weight: 600;
}
.result-title{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
}
.result-category{
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin-top: 10px;
}
.results-slider .slick-slide{
    max-width: 213px;
    margin-left: 30px;
    margin-right: 30px;
    width: 213px;
}
.results-slider .slick-slide {
    opacity: 0.5;
    transition: all 0.4s ease;
}
.results-slider .slick-active {
    opacity: 1;
}



#results-slider{
    margin-top:50px;
}

#results-slider .slick-list{
    padding:0 80px 0 80px !important;
}

#results-slider .slick-track{
    display:flex;
    align-items:center;
}

#results-slider .slick-slide{
    transition:all .5s ease;
    opacity:.3;
}

#results-slider .slick-slide img{
    width:100%;
    display:block;
}

#results-slider .slick-active{
    opacity:1;
    z-index:99;
}

#results-slider .slick-center + .slick-slide,
#results-slider .slick-center + .slick-slide + .slick-slide,
#results-slider .slick-center ~ .slick-slide{
    opacity:.7;
} */

.settlement-section{
    position: relative;
    z-index: 2;
    margin-top: -125px;
}

.result-box{
    padding: 20px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #AF1316;
    text-align: center;
    border-radius: 50%;
    height: 213px;
    max-width: 213px;
    width: 213px !important;
    margin: 0px;
}
.result-amount{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    display: flex;
    line-height: 1;
    align-items: flex-end;
    justify-content: center;
}
.result-amount>span{
    font-size: 30px;
    font-weight: 600;
}
.result-title{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
}
.result-category{
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin-top: 10px;
}



#results-slider {
    /* margin-top: 50px; */
    position: relative;
    overflow-x: hidden;
}

#results-slider

/* Negative padding on slick-list lets the first & last circles peek/get cut off at the edges, like the reference image */


#results-slider .slick-track{
    display:flex;
    align-items:center;
}

#results-slider .slick-slide img{
    width:100%;
    display:block;
}

#results-slider .slick-active{
    z-index:99;
}



/*********** home Result Css End*****************/

/*********** home About Css *****************/

.home-about {
    position: relative;
    margin-top: 60px;
}
.about-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}
.about-attorny-img{
    position: relative;
    display: flex;
    height: 100%;
}
.about-attorny-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    min-height: 350px;
}
.attorny-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.attorny-img img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center bottom;
}
.about-content {
    padding: 40px 0 60px 0;
    
}
.about-content .heading{
    font-size: 64px;
}
.about-content .sub-heading{
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    letter-spacing: 4px;
    opacity: .7;
}



/*********** home Result Css End*****************/

/*********** home Reward Css *****************/

.reward-slider{
    display: flex;
    height: 100%;
}
.reward-slider .slick-track{
    display: flex;
    height: 100%;
}
.reward-slider.slick-initialized .slick-slide{
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/*********** home Reward Css End*****************/

/*********** home cases Css *****************/

.practice-area {
    background-image: url('/wp-content/themes/poncelaw/img/case-we-handel-BG.jpg');
}
.practice-area .image-sec img {
  width: 100%;
  display: block;
  height: 539px;
  object-fit: cover;
  transition: all 0.5s;
}

.practice-area .image-sec {
  position: relative;
}
.item_list {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 90%;
    margin: auto;
    border-radius: 11px;
    overflow: hidden;
}
.item_box {
    display: block;
    overflow: hidden;
    position: relative;
}

.item_box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.8%, rgba(0, 0, 0, 0.8) 100%);
    /* background: linear-gradient(to top, #000000de 25%, transparent 70%); */
    z-index: 1;
}
.item_box_outer.active .item_box::before{
  display: none;
}
.item_meta {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 25px 20px;
    color: #fff;
}

.pa_description p{
    font-size: 15px !important;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.learn-btn {
    display: inline-flex;
    padding: 8px 20px;
    border-radius: 9px;
    background-color: #AF1316;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    font-size: 20px;
    text-transform: capitalize;
}
.learn-btn:hover{
    background-color: #fff;
    color: #AF1316;
}

.item_box_outer {
    flex: 1;
    min-width: 0;
    transition: all 0.5s ease;
    border-right: 4px solid #000;
}
.item_box_outer:last-of-type{
   border-right: 0px
}

.item_list.center-items {
    justify-content: center;
}

.item_list.equal-items .item_box_outer {
    flex: 0 0 25%;
}

.item_box_outer.active {
    flex: 0 0 30%;
}
.pa_title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}
.item-content-onhover {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    height: 0;
}
.item_box_outer.active .item-content-onhover {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
    height: auto;
}
.item_box_outer .item-content-default {
    transition: opacity 0.4s ease-in-out;
    height: auto;
    position: relative;
    z-index: 2;
}
.item_box_outer.active .item-content-default {
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.item_box_outer.active .item_meta {
    
        background: linear-gradient(180deg, #1b34472b 24.81%,  #000000 100%);
}


/*********** home cases Css End*****************/

/*********** home Choose End*****************/

.choose-section{
    background-color: #AF1316;
}
.choose-section .sub-heading{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 4px;
}
.choose-section .heading{
    font-size: 64px;
} 
.choose-title{
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    margin:15px 0 10px 0;
}
.choose-content P{
    line-height: normal;
}

.crash-slider .slick-dots li {
    border: 1px solid #00000026;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.crash-slider .slick-dots {
    position: absolute;
    bottom: -42px;
    display: block;
    width: 100%;
    padding: 0 ;
    margin: 0;
    list-style: none;
    text-align: center;
}
.choose-section .btn.white-btn:hover{
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.choose-icon svg, .choose-icon img{
    width: 80px;
    height: 80px;
}
.choose-icon svg path{
    stroke-width: 5px;
}
.choose-content{
    padding: 0px 15px;
}

/*********** home Choose Css End *****************/

/*********** home Crash Css *****************/

.crash-section{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(175, 19, 22, 0.06) 100%);
}
.crash-title{
    font-size: 20px;
    font-weight: 700;
}
.crash-desc p{
    font-size: 20px !important;
    font-style: italic ;
}
.crash-slider {
    margin-bottom: 0px !important;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 40px 60px 80px 60px;
    border-radius: 12px;
}
.crash-slider .slick-dots li {
    border: 1px solid #00000026;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
}
.crash-slider .slick-dots {
    position: absolute;
    bottom: 30px;
    display: flex;
    width: 100%;
    padding: 0 ;
    margin: 0;
    list-style: none;
    text-align: center;
    left: 0;
}

.crash-slider .slick-dots li.slick-active button{
    margin: auto;
    background-color: #AF131633;
    width: 12px;
    height: 12px;
}

/*********** home Crash Css End*****************/

/*********** home Need Css *****************/


.home-need{
    position: relative;
}
.need-image{
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    width: 50%;

    display: flex;
    justify-content: end;
}
.need-image img{
    object-fit: cover;
    width: 100%;
    height: 100%;

}

/*********** home Need Css End*****************/

/*********** home CTA Css *****************/

.home-cta{
    background-color: #AF1316;
}
.home-cta .container{
    position: relative;
}
.cta-image{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 27%;
    display: flex;
}
.cta-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
html[lang="es"] .cta-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}
.cell-btn{
    border: 1px solid #fff;
    color: #fff;
    border-radius: 10px;
    font-weight: 700;
    font-size: 40px;
    padding: 1px 15px ;
}
.cell-btn:hover{
    border: 1px solid #fff;
    color: #AF1316;
    background-color: #fff;
}
.cell-btn:hover svg path{
    fill: #AF1316;
}
.home-cta .top-description {
    font-size: 22px;
    font-size: 400;
    line-height: normal;
}
.home-cta .top-description span{
    font-size: 25px;
    font-weight: 500;
}
.home-cta .botton-desc p{
    font-size: 19px !important;
} 
.home-cta .botton-desc p a{
    font-size: 19px !important;
    color: #fff;
    text-decoration: underline !important;
} 

.home-cta .sub-heading{
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
}
.home-cta .sub-heading span{
    font-size:40px;
    font-weight: 600;
}
.home-cta .cta-title{
    font-size: 61px;
    font-weight: 700;
}


/*********** home CTA  Css End*****************/


/*********** home content section Css *****************/

.home-content-section .description li{
    font-size: 16px;
}

/*********** home content section Css End*****************/



/*********** home Testimonial Css *****************/

.client_testimonials {
    background-color: #151515;
}

.client_testimonials .left-border{
    margin-bottom: 0px;
}
.client_testimonials .section-subheading {
    color: #aaaaaa;
    margin-bottom: 5px;
}

.client_testimonials_rgt {
    max-width: max-content;
    margin-left: auto;
    background-color: #FFFFFF;
    border: 2.44px solid #AAAAAA59;
    border-radius: 12px;
    padding: 12px 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.testimonials_review_count {
    font-weight: 700;
    font-size: 48px;
    letter-spacing: -3%;
    color: #AF1316;
    line-height: 100%;
} 

.testimonials_review_label {
    color: #333;
    font-weight: 400;
    font-size: 17.11px;
    line-height: 100%;
    text-align: center;
}

.testimonials_review_img {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 2.44px solid #AAAAAA59;
}

.testimonials_shortcode {
    margin-top: 35px;
}

.testimonials_cta {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.testimonials_cta .btn:hover{
    background-color: #fff;
    color: #AF1316;
    border: 1px solid #fff;
}
.testimonials_cta .btn.white-btn:hover{
    color: #fff;
    background-color: #AF1316;
    border: 1px solid #AF1316;
}
.ti-verified-by.ti-verified-by-row{
    display: none !important;
}

/*********** home Testimonial Css End *****************/

/*********** home My Case Css *****************/

.home-mycase{
    position: relative;

}
.home-mycase::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #af13160f 0%, #ffffff0f 40%);
}
.home-mycase .container{
    position: relative;
    z-index: 2;
}
.mycase-image{
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
}
.mycase-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}


/*********** home My Case  Css End *****************/

/*********** home community  Css  *****************/

.community-card{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.community-card .description {
    flex: 1;
}
.community-card-head{
    height: 298px;
    border-radius: 20px;
    background: linear-gradient(0deg, #D9D9D9, #D9D9D9),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.8) 100%);
    overflow: hidden;
    position: relative;
}
.community-card-head::before{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background: 
    linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.8) 100%);
}
.community-card-head .title{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    padding: 25px;
    line-height: normal;
}
.community-image{
    height: 100%;
}
.community-image img{
    object-fit: cover;
    height:100%;
    width: 100%;
    object-position: center;
}
.community-card .description p{
    font-size: 16px !important;
}
.community-btn-wrap a.html5lightbox:after{
    display: none !important;
}
.community-btn-wrap a.html5lightbox{
    display: inline-flex !important;

}

/*********** home community  Css End *****************/

/*********** home video testimonial Css *****************/

.home-video-testimonials{
    background-color: #151515;
    overflow: hidden;
}
.video-slider a.html5lightbox:after{
    display: none;
}
.video-slider a.html5lightbox{
    position: relative;
}
.video-slider a.html5lightbox .video-btn{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50% , 0);
    padding: 11px 18px;
    color: #fff ;
    background-color: #AF1316;
    font-size: 18px;
    width: max-content;
    line-height: normal;
    opacity: 0;
    visibility: hidden;
}
.video-slider a.html5lightbox .video-btn:hover{
    color: #AF1316 ;
    background-color: #fff;
}
.video-slider a.html5lightbox .paly-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 50px;
    height: 50px;
    background-image: url('/wp-content/themes/poncelaw/img/play-icon.svg');
    background-repeat: no-repeat;
    background-size: 50px;
    opacity: 0;
    visibility: hidden;
}
.video-slider .slick-current.slick-active.slick-center a.html5lightbox .paly-icon,.video-slider .slick-current.slick-active.slick-center a.html5lightbox .video-btn{
    opacity: 1;
    visibility: visible;
}



/* .home-video-testimonials{
    background:#000;
    overflow:hidden;
}

#video-slider{
    margin-top:50px;
}

#video-slider .slick-list{
    overflow:visible !important;
    padding:0 180px !important;
}

#video-slider .slick-track{
    display:flex;
    align-items:center;
}

#video-slider .slick-slide{
    transition:all .5s ease;
    transform:scale(.65);
    opacity:.3;
    padding:0 10px;
}

#video-slider .slick-slide img{
    width:100%;
    display:block;
}

#video-slider .slick-center{
    transform:scale(1);
    opacity:1;
    z-index:99;
}

#video-slider .slick-center + .slick-slide,
#video-slider .slick-center + .slick-slide + .slick-slide,
#video-slider .slick-center ~ .slick-slide{
    opacity:.7;
}

.video-testimonial img{
    width:100%;
    height:300px;
    object-fit:cover;
} */

#video-slider .slick-list{
    overflow:visible !important;
    padding:0 160px !important;
}

#video-slider .slick-slide {
    transition: all .5s ease;
    /* transform: scale(.70); */
    opacity: .15;
    padding: 0 12px;
    box-sizing: border-box;
    opacity: .4;
    transform: scale(.9);
    transition: .4s ease;
}

#video-slider .slick-center{
    transform:scale(1);
    opacity:1;
    z-index:10;
    /* margin: 0 30px; */
}
/* #video-slider .slick-center > div{
    margin: 0 45px;
} */

#video-slider .prev-1, 
#video-slider .next-1{
    opacity:.75;
    z-index:8;
}

#video-slider .prev-2,
#video-slider .next-2{
    opacity:.45;
    z-index:6;
}

.video-testimonial{
    width:100%;
}

.video-testimonial a{
    display:block;
}

.video-testimonial img{
    width:100%;
    height:300px;
    object-fit:cover;
    object-position:center;
    display:block;
}



.video-slider .slick-dots li {
    border: 1px solid #00000026;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
}
.video-slider .slick-dots li.slick-active button {
    margin: auto;
    background-color: #AF131633;
    width: 12px;
    height: 12px;
}
.video-slider .slick-dots {
    flex-wrap: wrap;
    position: relative;
        padding: 0;
}
/*********** home video testimonial Css End *****************/


/*********** home FAQ Css *****************/


.faq-sec{
    background: linear-gradient(180deg, rgba(175, 19, 22, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%);
}
#faqAccordion {
    counter-reset: faq-counter;
}

.faq-content .faq-title {
    font-size: 20px !important;
    color: #151515;
    font-weight: 700;
    padding: 0px;
    align-items: flex-start;
}
.faq-content .accordion-item{
    padding: 20px;
    border: 0 !important;
    box-shadow: 4px 4px 20px 8px #0000000F;
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 30px ;
}  
.faq-content > .col:last-child .accordion-item {
    margin-bottom: 0;
}
.faq-title::before {
    counter-increment: faq-counter;
    content: counter(faq-counter) ". ";
    margin-right: 10px;
    font-weight: 700;
}

/*********** home FAQ Css End *****************/

/*********** home Second CTA Css *****************/


.home-second-cta{
    background-color: #AF1316;
}
.home-second-cta .second-cta-title{
    font-size: 49px;
}
.home-second-cta .container{
    position: relative;
}
.second-cta-image{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 27%;
    display: flex;
    overflow: visible;
}
.second-cta-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    overflow: visible;
}
.cta-bottom{
    gap: 30px;
    flex-wrap: wrap;
}
.left-description {
    font-size: 24px;
}
.home-second-cta .botton-desc p a {
    font-size: 19px !important;
    color: #fff;
    text-decoration: underline !important;
}
.home-second-cta-content {
        position: relative;
        z-index: 9;
    }
.submit-btn {
    position: relative;
    display: inline-block;
}
.submit-btn .wpcf7-spinner {
    left: 0;
}
/*********** home Second CTA Css End *****************/

/*********** home Blog Css *****************/

.blog-card{
    border-radius: 16px;
    background-color: #F4F4F4;
    height: 100%;
}
.blog-card > a img{
    height: 330px;
    border-radius: 16px;
    width: 100%;
    object-fit: cover;
}
.blog-card-body{
    padding: 40px;
}
.blog-cat-read-time {
    gap: 15px;
}
.blog-cat-read-time .blog-category{
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 7px 15px;
    background-color: #AF1316;
    border-radius: 6px;
}
.blog-cat-read-time .blog-reading-time{
    color: #232323;
    font-size: 14px;
    font-weight: 500;
}
.blog-title{
    line-height: normal;
}
.blog-title a{
    font-size: 22px;
    color: #232323;
    font-weight: 700;
    line-height: 1;
}
.blog-content .post-content{
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
}

/*********** home Blog Css End *****************/

/*********** home My Case Css *****************/

.home-lorem{
    position: relative;

}
.home-lorem::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #af13160f 0%, #ffffff0f 40%);
}
.home-lorem .container{
    position: relative;
    z-index: 2;
}
.lorem-image{
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
}
.lorem-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}


/*********** home My Case  Css End *****************/



.home-contact{
    padding: 80px 0;
    background-color: #F4F4F4;
}
.form-sec{
    padding-left:40px;
    padding-right:40px ;
    border-radius: 15px;
    background-color: #fff;
}
.form-cell-btn{
    display: flex;
    color: #151515;
    gap: 15px;
    font-size: 24px;
    font-weight: 500;
    align-items: center;
}
.form-control{
    background: #F4F4F4;
    padding: 10px 15px !important;
    border:1px solid #D8D8D8;
    margin-bottom: 15px !important;
}
.form-group .form-text p{
    font-size:14px !important;
    color: #000000;
    font-weight: 300;
    line-height: 1;
    margin: 15px 0;
}
.form-area{
    padding: 0 40px 0 20px;
}
.form-area .wpcf7-form-control.wpcf7-select{
    background-image: url('/wp-content/themes/poncelaw/img/select-arrow-dark.png') !important;
}

/********* Footer ***********/
.footer{
/*     background-color: #151515; */
    padding-top: 56px;
    font-family: 'Nunito Sans';
    z-index: 9;
    position: relative;
    overflow: hidden;
}

.footer-logo {
    text-align: center;
}
/* body .footer-logo img {
    width: 100% !important;
} */
body .footer-logo {
    text-align: left;
}
.footer_description {
    text-align: center;
}
.footer_description p {
    color: #fff;
    position: relative;
    z-index: 9;
}
.ftr-menu .footer-menu li {
    display: block;
    margin: 0;
}
.ftr-menu .footer-menu {
    text-align: end;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer .current-menu-item a,
.footer #menu-footer-menu li:hover a {
    text-decoration: underline;
}
.footer-menu a{
    color: #151515;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
}
.footer .footer-block-3 {
    width: 86%;
    margin: 0 auto;
}
.footer-copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.copyright-menu ul {
    display: flex;
    padding: 0;
    margin: 0;
}
.copyright-menu ul li {
    padding-left: 15px;
    position: relative;
    margin-left: 15px;
}
.copyright-menu ul li a {
    color: #151515;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.copyright-menu ul li::after {
    content: "|";
    position: absolute;
    left: -3px;
    top: 0;
}
.copyright-menu {
    margin-left: 15px;
}
.copyright-menu ul li:first-child::after {
    display: none;
}
.copyright-menu ul li:first-child{
    margin-left: 0;
}
.footer-copyright-content {
    font-size: 14px;
}

.copy-menu li{
    display: inline-block;
    margin: 0 10px;
    position: relative;
}
.contact-form-sidebar{
    padding-top: 30px;
    background-color: #b11116;
}
.form-title-sidebar {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}
.com-align {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100px;
    overflow: hidden;
}
.copy-menu {
    text-align: right;
}
.copy-menu a{
    color: #fff;
    font-weight: 400;
}
.btm-ft .container {
    padding: 10px 0;
    background-color: #151515;
    margin-top: 40px;
    border-top: 1px solid #ffffff40;
}
.copy-right{
    color: #fff;
}
.copy-menu li::after {
    content: '';
    background-color: #fff;
    position: absolute;
    right: -13px;
    height: 50%;
    width: 1px;
    display: block;
    top: 50%;
    transform: translate(0, -60%);
}
.copy-menu li:last-child::after {
    display: none!important;
}
.contact-area img{
    width: 35px;
    margin-right: 10px;
    vertical-align: top;
    height: fit-content;
}

.info {
/*     color: #fff!important; */
	color:#151515 !important;
    font-size: 16px;
    text-decoration: none;
    line-height: 172%;
}
.ph-head {
    font-size: 23px;
/*     color: #fff; */
	line-height: normal;
    display: block;
font-weight: 400;
}
.business-name {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: normal;
    display: block;
}
.dir-button img{
    vertical-align: text-top;
    width: 23px;
    background: #000;
    border-radius: 50px;
    margin-left: 5px;
}
.footer .footer-nap-col {
    margin-bottom: 30px;
}
.header-social.hide-mob {
    margin-top: 23px;
}
.direction-link{
    color: #151515;
    font-family: Nunito Sans;
    font-size: 13px;
    align-items: center;
}
span.info:hover {
    color: #151515 !important;
}
.direction-link img {
    width: 23px;
    margin: 0 10px!important;
}
.direction-link svg{
    margin-left: 5px;
}
.add-class > svg, .add-class > img {
    vertical-align: initial;
    margin-top: 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
}
.footer-outer-nap .add-class > svg path{
    fill: #AF1316;
}
.row .footer-nap-col:nth-child(2n) .nap-postal-address-wrap{
    max-width: 300px;
    margin-left: auto;
}
.row .footer-nap-col:nth-child(2n) .nap-postal-address-wrap .add-class {
    margin-left: auto;
}
.row .footer-nap-col:nth-child(1) .nap-postal-address-wrap{
    max-width: 261px;
}
.footer-cell {
    align-items: flex-start;
    position: relative;
    padding-right: 100px;
    justify-content: center;
    position: relative;
    z-index: 9;
    gap: 20px;
    margin-bottom: 50px;
}
.ftr-cell-text {
    font-size: 15px;
    font-weight: 500;
    max-width: 237px;
    color: #000000;
    text-transform: uppercase;
    text-align: end;
    font-family: "Jost", sans-serif !important;
    line-height: 18px;
}
.footer-cell a{
    border: 1px solid #AF1316;
    color: #AF1316;
    background: transparent;
    padding: 8px 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
}
.footer-cell a span{
    line-height: normal;
}
:focus-visible{
    outline: none;
    border:none;
}
.footer-social .social-style-1 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: flex-start;
}
.footer-social .social-style-1 ul li a {
    align-items: center;
    display: flex;
    margin-right: 10px;
    border: 0px !important;
    width: 30px;
    height: 30px;
    overflow: hidden;
    padding: 5px;
    justify-content: start;
}
.social-heading {
    color: #8C8C8C99;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0%;

}
.description ul li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #af1316;
    border-radius: 50%;
}
.description ul li {
    position: relative;
    padding-left: 20px;
}
.description ul li a,.description ul li a strong {
    font-size: 16px;
}

.description ul {
    padding: 0;
    margin-bottom: 15px;
}
.description p {
    margin-bottom: 15px;
}
.description p:last-child {
    margin-bottom: 0px;
}
/***** Footer End ********/

    .settlement-section .container {
    max-width: 1470px;
}
.result-box-outer {
    display: flex !important;
    justify-content: center;
}

.botton-desc {
    text-align: left;
}

@media (min-width: 1451px) {
.choose-content P {
    line-height: normal;
    font-size: 26px;
}
.home-banner {
   min-height: 600px;
}
}
@media (min-width: 1200px) {

.choose-section .sub-heading {
    font-size: 26px;
}
}
@media (max-width: 1700px) {
.nav-menu .menu li {
    margin-right: 10px;
}
.header-phone .num {
    font-size: 18px;
}
    .nav-menu .menu li {
    margin-right: 5px;
    }
    .header-phone .num {
    font-size: 18px;
    }
    
    .header-phone .num svg{
        height: 18px;
        width: 18px;
    }
    .header {
        background-color: #fff;
        padding: 10px 20px !important;
    }
    .search-panel {
    padding: 80px 9%;
    }
    .video-testimonial img {
    height: 360px;
    }
}
@media (max-width: 1600px) {
.header-logo.new-hdr-logo {
    width: 200px;
}
.header-right.new-hdr-right{
    width: calc(100% - 200px);
}
.home-banner{
    margin-top: 83px;
}
}

@media (max-width: 1450px) {
    .container{
        max-width: 100% !important;
    }
    .container{
        max-width: 1420px !important;
    }

    p, .description{
        font-size: 18px !important;
        line-height: 1.7;
    }
    .header-phone .num {
    font-size: 15px !important;
}
html[lang="es"] .nav-menu>ul>li>a {
    font-size: 10px;
}
.header-right.new-hdr-right{
     gap: 10px;
}
}
@media (max-width: 1399px) {

    
    .nav-menu>ul>li>a{
        font-size: 11px !important;
    }
    html[lang="es"] .nav-menu>ul>li>a {
    font-size: 10px  !important;
}
    .search-icon {
    font-size: 14px;
    }
    .header-phone .num {
    font-size: 14px !important;
    } 

    .search-panel {
        padding: 80px 5% 40px;
    }
    .most-visit-list li a {
        font-size: 16px;
    }
    .short-link {
        font-size: 16px;
    }

    .home-banner{
        padding-top: 60px;
    }

   
    .result-category {
    font-size: 15px;
    line-height: 18px;
    margin-top: 8px;
}
.result-box {
    padding: 16px;
    height: 190px;
    max-width: 190px;
    width: 190px !important;
}

    .about-content .heading{
        font-size: 52px;
    }
    .item_list {
    width: 100%;
    padding: 0 15px;

    }
    .pa_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    }

    .choose-section .heading {
    font-size: 52px;
    }
    .choose-title {
    font-size: 22px;
    }

    .home-cta .sub-heading {
    font-size: 30px;
    }
    .home-cta .sub-heading span {
    font-size: 32px;
    }
    .home-cta .cta-title {
    font-size: 48px;
    }

    .home-cta .top-description {
    font-size: 18px;
    }
    .home-cta .top-description span {
    font-size: 22px;
    }
    .cell-btn {
    font-size: 38px;
    }

    .home-second-cta .second-cta-title {
    font-size: 42px;
    }
    .cell-btn {
        font-size: 36px;
    }
    html[lang="es"] .header-right.new-hdr-right{
    width: calc(100% - 150px);
    }
    html[lang="es"] .header-logo {
        width: 150px;
    }

    html[lang="es"] h1, .h1 {
    font-size: 56px;
    line-height: 70px;
    }

}
@media (max-width: 1300px) {
.header-logo.new-hdr-logo {
    width: 150px;
}
.header-right.new-hdr-right{
    width: calc(100% - 150px);
}
.header-language.new-hdr-lang .notranslate {
    font-size: 14px;
}
html[lang="es"] .header-right.new-hdr-right {
    gap: 8px;
}
html[lang="es"] .search-icon {
    font-size: 10px;
    padding: 8px 10px;
}
html[lang="es"] .header-language.new-hdr-lang {
    padding: 7px 4px;
    margin-left: 5px;
}
html[lang="es"] .header-language.new-hdr-lang .notranslate {
        font-size: 11px;
    }
html[lang="es"] .search-icon svg, html[lang="es"] .search-icon img {
    width: 15px;
    height: 15px;
}

.home-banner{
    margin-top: 75px;
}

}
@media (max-width: 1199px) {
html[lang="es"] .header-phone {
    max-width: 100%;
}
    h2, .h2, .heading {
    font-size: 45px;
    line-height: 1.1;
    text-transform: capitalize !important;
    }

    .header {

        padding: 0px !important;
    }
    .header-logo.new-hdr-logo{
        width: 250px !important ;
    }
    .mobile-header-wrap .header-right.new-hdr-right{
    display: flex;
    align-items: center; 
    justify-content: flex-end !important;   
    }
    .header-right.new-hdr-right .header-language.new-hdr-lang .gtranslate_wrapper{
        position: relative !important;
        top: unset !important;
        left:  unset !important;
    }
    .search-icon.global-search{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 15px;
    }
    .header-right.new-hdr-right{
        width: calc(100% - 250px ) !important;
    }
    .most-vist-link-title {
        font-size: 18px;
    }
        .search-panel {
        padding: 80px 15px;
    }
    .short-link {
    font-size: 15px;

    }
    .call-btn {
       font-size: 18px;
    }

    h1, .h1 {
    font-size: 48px;
    line-height: 80px;
    }
    .home-banner {
        height: auto;
        margin-top: 104px;
        padding: 100px 0 165px;
    }
    .mobile-banner-image{
        position: absolute;
        height: 100%;
        width: 100%;
        top:0;
        left: 0;
    }
    .mobile-banner-image img{
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: left;
    }
    .banner-content {
        max-width: 650px;
    }

   

    .about-content .heading {
        font-size: 45px;
    }
    .about-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 43%;
    }
    .need-image {
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    width: 42%;
    }

    .home-cta .sub-heading {
        font-size: 26px;
    }
    .home-cta .sub-heading span {
        font-size: 28px;
    }
    .home-cta .cta-title {
        font-size: 38px;
    }

    .home-cta .top-description {
        font-size: 16px;
    }
    .home-cta .top-description span {
        font-size: 18px;
    }

    .cell-btn {
        font-size: 32px;
    }
    .home-cta .botton-desc p {
    font-size: 15px !important;
    }

    .testimonials_review_count {
    font-size: 40px;
    }

    .community-card-head .title {
    font-size: 20px;
    }

    .second-cta-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
    }
.choose-section .heading {
        font-size: 45px;
    }

    .footer-cell {

    padding-right: 40px; 
    }


}

@media (max-width: 991px) {
    .community-card {
    margin-bottom: 25px;
}
.community-card-list:last-child .community-card {
    margin-bottom: 0px;
}
     .copyright-menu {
        margin-left: 0;
        width: 100%;
    }
    .copyright-menu ul {
        justify-content: center;
    }
    body{
        margin-top: 0px !important;
    }
    .header-right.new-hdr-right .header-language.new-hdr-lang {
        padding: 5px 20px !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .search-panel form#searchform {
    padding-bottom: 15px;
    }
    .search-icon.global-search {
        padding: 10px 15px;
    }
    .search-panel {
        padding: 60px 15px;
        height: 100%;
        overflow: scroll;
    }
    .search-panel form#searchform {
        width: 100% !important;
    }
    .most-visit-list{
        display: block;
        width: max-content;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .most-visit-list li {
    padding-left: 25px;
    margin-bottom: 10px;
    text-align: start !important;
    }
    .most-visit-list li::before {

    top: 3px;

    }



    .banner-content .sub-heading {
        font-size: 16px;
    }
    .banner-content .banner-small-text {
        font-size: 18px;
    }
    .btn {
        padding: 19px 17px;
        justify-content: center;
    }



    .item_list {
        width: 100%;
        padding: 0 15px;
        flex-wrap: wrap;
        gap: 15px;
    }
    .practice-area .image-sec img {
    height: 365px;
    }
    .item_box_outer {
        flex: 0 0 100%;
        min-width: 0;
        transition: all 0.5s ease;
        border: 0px;
    }
    
    .item_list.center-items {
        justify-content: center;
    }
    .item_list.equal-items .item_box_outer {
        flex: 0 0 100%;
    }
    
    .item_box_outer.active {
        flex: 0 0 100%;
    }
    .item_box_outer .item-content-onhover {
        opacity: 1;
        visibility: visible;
        transition-delay: 0.3s;
        height: auto;
        position: relative;
        z-index: 2;
    }
    .item_box_outer .item_box::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, #000000fc 41%, transparent 100%);
        z-index: 1;
        display: flex;
    }
    .item_box_outer.active .item_meta {
        background: transparent;
    }
    .item_box_outer .item-content-default {
        display: none;
    }

    .about-image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     }

     .need-image {
    position: relative;
    top: 10px;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-top: 30px;
    }

    .home-cta .row.space-pd{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .cta-image {
    position: relative;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 50%;
    display: flex;
    margin: auto;
    margin-top: 20px;
    }
    .botton-desc {
    text-align: center;
    }

    .home-second-cta .row.space-pd{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .mycase-image {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none; 
    }

    .community-card-head .title {
    font-size: 20px;
    }

    .second-cta-image {
    position: relative;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 50%;
    display: flex;
    margin: auto;
    }

    .lorem-image {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-top: 30px;
    display: none;
    }

    .form-area {
    padding: 0px;
    }

    .footer-social {
        width: max-content;
        margin: auto;
    }

    .ftr-menu .footer-menu {
    text-align: center;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: row !important;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; 
    }

    .footer-cell {

    padding-right: 0px; 
    }

    #video-slider .slick-slide{
    transition:all .5s ease;
    transform:scale(1);

    

}

#video-slider .slick-center{
    transform:scale(1);
    opacity:1;
    z-index:10;
   
}
#video-slider .slick-list {
    overflow: visible !important;
    padding: 0 0px !important;
}
#video-slider .prev-1,
#video-slider .next-1{
    transform:scale(1);
    opacity:.75;
    z-index:8;
}

#video-slider .prev-2,
#video-slider .next-2{
    transform:scale(1);

}
}
@media (max-width: 767px) {
.choose-section .sub-heading {
    letter-spacing: 2px;
    margin-bottom: 15px
}
.pa_description p {
    font-size: 18px !important;
}
    .footer .footer-nap-col {
    margin-bottom: 40px;
}
.botton-desc {
    text-align: center;
}
.cta-bottom {
    gap: 20px;
}
.client_testimonials_rgt {
    margin: 0 auto;
}
.cta-bottom {
    text-align: center;
    justify-content: center;
}
.home-second-cta {
    text-align: center;
}
.second-cta-image {
    justify-content: center;
    margin: auto;
}
.community-btn-wrap.mt-5 {
    margin-top: 20px !important;
}
.home-contact {
    padding: 50px 0;
}
   .space-pd {
    padding-top: 50px;
    padding-bottom: 50px;
}
.video-slider .slick-dots li {
    width: 20px;
    height: 20px;
}
.crash-slider .slick-dots li {
    width: 20px;
    height: 20px;
}
.cell-btn {
    margin: 20px 0;
    display: inline-block;
}
.home-need {
    padding-bottom: 0 !important;
}
.choose-content-list {
    margin-bottom: 20px;
}
.choose-content-list:last-child {
    margin-bottom: 0px;
}
.rewards-img img {
    max-width: 150px;
    height: 100px;
    object-position: center;
    object-fit: contain;
    margin: auto;
}
.home-about {
    margin-top: 20px;
}
.top-mob-bar {
    margin-bottom: 0;
}
}
@media (max-width: 575px) {

    .menu-button {
    padding: 7px 4px;
    }

    .header-logo.new-hdr-logo {
        width: 170px !important;
    }
    html[lang="es"] .header-logo.new-hdr-logo {
        width: 140px !important;
    }
    .header-right.new-hdr-right{
        width: calc(100% - 175px) !important;
    }
    html[lang="es"] .header-right.new-hdr-right{
        width: calc(100% - 140px) !important;
    }
    html[lang="es"] .header-right.new-hdr-right .header-language.new-hdr-lang .notranslate {
        font-size: 11px;
        line-height: 14px;
    }
    html[lang="es"] .search-icon {
        font-size: 10px;
        padding: 8px 5px;
    }
    html[lang="es"] .mobile-header-wrap .header-right .header-search {
        margin-right: 0;
    }
    html[lang="es"] .header-right.new-hdr-right .header-language.new-hdr-lang {
        padding: 8px 5px !important;
    }
    .search-icon span{
        font-size: 11px;
    }
    .search-icon svg, .search-icon img{
        width: 15px;
        height: 15px;
    }
    .search-icon.global-search {
        padding: 10px 5px;
    }

.header-right.new-hdr-right .header-language.new-hdr-lang .notranslate {
    font-size: 14px;
    line-height: 14px;
}
header.header.shrink  .header-logo.new-hdr-logo img {
    max-width: 130px;
}
.header-right.new-hdr-right .header-language.new-hdr-lang {
    line-height: normal;
    padding: 9px 10px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-size: 14px !important;
    /* height: 40px; */
    display: flex;
    /* align-items: center; */
}
.result-box {
    height: 160px;
    max-width: 160px;
    width: 160px !important;
}
.result-category {
    font-size: 14px;
    line-height: 16px;
    margin-top: 6px;
}
.add-class {
    padding:0 !important;
}
.add-class > svg, .add-class > img {
    margin-top: 0 !important;
    margin-right: 0 !important;
}
.ftr-cell-text {
    text-align: center;
}
    h1, .h1 {
    font-size: 38px;
    line-height: 54px;
    }
     h2, .h2, .heading {
        font-size: 32px;
    }
    .banner-btn-wrap {
       gap: 15px;
       flex-direction: column;
       align-items: flex-start !important;
    }

  
    .result-title {
    font-size: 16px;
}
    .about-content .heading {
        font-size: 32px;
    }
    .choose-section .heading {
        font-size: 32px;
    }
    .crash-slider {
    padding: 40px 30px 80px 30px;
    }

    .home-second-cta .second-cta-title {
        font-size: 38px;
    }
    .second-cta-image {
        height: 100%;
        width: 100%;
    }

    .footer-cell {
    flex-wrap: wrap;
    padding-left: 0px;
   }
   .footer-social .social-style-1 ul li a {

    width: 40px;
    height: 40px;

    }
}

@media (max-width: 415px) {
    
    .header-logo.new-hdr-logo {
        width: 140px !important;
    }
    .header-logo.new-hdr-logo img {
        max-width: 135px !important;
    }
    .search-icon span {
        font-size: 10px;
        font-weight: 400;
    }
    .header-right.new-hdr-right .header-language.new-hdr-lang .notranslate {
        font-size: 11px;
        line-height: 14px;
    }
    .header-right.new-hdr-right .header-language.new-hdr-lang {
        padding: 9px 5px !important;
    }
    .header-right.new-hdr-right{
        width: calc(100% - 140px) !important;
    }
}