@charset "utf-8";
/* Very Large Desktop View Open */
@media (min-width:1650px){
  body .container-fluid, .container-fluid{
    max-width:100%;
    padding:0 40px;
  }
  body .container, .container{
    max-width:1680px;
    padding:0 40px;
  }
  /* Home Page start */
  .recoveryRightCont{
    padding-top: 0;
  }
  .recoveryCont_area{
    gap: 79px;
  }
  /* Home Page end */
}
/* Very Large Desktop View Close */

/* Large Desktop View Open */
@media screen and (min-width:1440px) and (max-width:1650px) {
  body .container, .container{
    max-width:1480px;
    padding:0 40px;
  }
  /* Home Page start */
  .recoveryRightCont{
    padding-top: 0;
  }
  .recoveryCont_area{
    gap: 79px;
  }
  /* Home Page end */
}
@media (min-width:992px) {
    /* Common Hero Section Start */
    .contact-wrapper .commonHeroInner .commonHeroLeft{
      width:59%;
    }
    .start-your-recovery-top .commonHeroInner .commonHeroLeft{
      width:61%;
    }
    .start-your-recovery-top .commonHeroInner .commonHeroRight{
      width:39%;
    }
    .how-it-works-one .commonHeroInner .commonHeroLeft{
      width:60%;
    }
    .how-it-works-one .commonHeroInner .commonHeroRight{
      width:40%;
    }
    /* Common Hero Section Start */
}
/* Large Desktop View Close */

/* Small Desktop View Open */
@media screen and (min-width:1370px) and (max-width:1439px) {
  body .container, .container{
    max-width:1280px;
    padding:0 40px;
  }
}
@media (max-width:1370px) {
  body .container-fluid, .container-fluid{
    max-width:100%;
    padding:0 40px;
  }
  body .container, .container{
    max-width:1092px;
    padding:0 40px;
  }
}
/* Small Desktop View Close */

/* Small Desktop and Tab View Open */
@media screen and (min-width:992px) and (max-width:1279px) {
  body, p{
    font-size:16px;
    line-height:24px;
  }
}
/* Small Desktop and Tab View Close */

/* Only For Desktop View Open */
@media (min-width:768px) {
  /* Menu Open */
  .menu-wrapper .navigation #menuBtn, .menu-wrapper .navigation .mobileMenuWrapper .menuTitle{
    display:none;
  }
  .navigation .mobileMenuWrapper{
    display:block;
    margin:0 auto;
    padding:0;
    background-color: transparent;
    width:100%;
    max-width:100%;
    float:none;
    border:none;
    outline: none;
  }
  .navigation .mobileMenuWrapper .mobileMenuInner{
    display:block;
    margin:0 auto;
    padding:0 0;
    background-color: transparent;
    width:100%;
    max-width:100%;
    float:none;
    border:none;
    outline: none;
  }
  .navigation .mobileMenuWrapper .mobileMenuInner .mobileMenu{
    display:flex;
    margin:0 auto;
    padding:0;
    background-color: transparent;
    width:100%;
    max-width:100%;
    float:none;
    border:none;
    outline: none;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:space-between;
    align-content:center;
    align-items:center;
  }
  .navigation .mobileMenuWrapper .mobileMenuInner .mobileMenu li{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 14px;
    margin:0;
  }
  .navigation .mobileMenuWrapper .mobileMenuInner .mobileMenu li a{
    text-decoration: none;
    white-space: nowrap;
    color:var(--white);
    font-family:"IBM Plex Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.4px;
    padding:20px 10px;
    margin:0;
  }
  .navigation .mobileMenuWrapper .mobileMenuInner .mobileMenu li a:hover{
    /* color: var(--yellow); */
    color:#B0C0CC;
  }
  .navigation .mobileMenuWrapper .mobileMenuInner .mobileMenu li:hover .htmlcss-arrow,
  .navigation .mobileMenuWrapper .mobileMenuInner .mobileMenu li:hover .js-arrow{
    transform: rotate(180deg);
  }
  .navigation .mobileMenuWrapper .mobileMenuInner .mobileMenu li .arrow{
    width: 22px;
    line-height:30px;
    height:30px;
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
  }
  .navigation .mobileMenuWrapper .mobileMenuInner .mobileMenu li .sub-menu{
    position: absolute;
    top:60px;
    left: 0;
    line-height: 40px;
    background-color:rgba(73, 104, 122, 0.95);
    box-shadow: none;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    display: none;
    z-index:99;
    padding:0;
    margin:0;
    min-width:200px;
  }
  .navigation .mobileMenuWrapper .mobileMenuInner .mobileMenu li:hover .htmlCss-sub-menu,
  .navigation .mobileMenuWrapper .mobileMenuInner .mobileMenu li:hover .js-sub-menu{
    display: block;
  }
  .navigation .mobileMenuWrapper .mobileMenuInner .mobileMenu li .sub-menu li{
    padding: 0 22px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .navigation .mobileMenuWrapper .mobileMenuInner .mobileMenu li .sub-menu a{
    color: var(--white);
    font-size: 15px;
    font-weight: 500;
    padding:10px 10px;
    display: inline-block;
  }
  .navigation .mobileMenuWrapper .mobileMenuInner .mobileMenu li .sub-menu a:hover{
    color:var(--yellow);
  }
  .navigation .mobileMenuWrapper .mobileMenuInner .mobileMenu li .sub-menu .more-arrow{
    line-height: 40px;
  }
  .navigation .mobileMenuWrapper .mobileMenuInner .mobileMenu li .sub-menu .more-sub-menu{
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
  }
  .navigation .mobileMenuWrapper .mobileMenuInner .mobileMenu li .sub-menu .more:hover .more-sub-menu{
    display: block;
  }
  /* Menu Close */
}
/* Only For Desktop View Close */

/* Only For Tab View Open */
@media screen and (min-width:768px) and (max-width:991px) {
  .btn{
    font-size:14px;
    line-height:21px;
  }
  .footer-button .btn{
    min-width:280px;
  }
  .footer-item-two ul li{
    margin-bottom:5px;
  }
  .footer-item-two ul li a{
    font-size:12px;
  }
  .footer-item-one p{
    font-size:14px;
  }
  .logo img {
    max-width: 145px;
  }
  .header-wrapper-inner .btn-common{
    max-width:225px;
    min-width: auto;
    font-size:12px;
    min-height:45px;
    padding:8px 10px;
    min-width:215px;
  }
  .header-wrapper-inner{
    padding:60px 0 30px;
  }
  .logo{
    top:80px;
  }
  .navigation{
    padding-left:150px;
  }
  .navigation .mobileMenuWrapper .mobileMenuInner .mobileMenu li a{
    font-size:15px;
  }
  .navigation .mobileMenuWrapper .mobileMenuInner .mobileMenu li{
    padding:0;
  }
  /* Start Your Recovery Open */
  .start-your-recovery-bottom-inner{
    padding:118px 0 135px;
  }
  .start-your-recovery-bottom-inner h3{
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 109.091% */
  }
  .start-your-recovery-bottom-inner p{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
  }
  /* Form Start */
  .form-container .custom-radio-button-wrapper .custom-radio-button .btn-common{
    min-width:135px;
  }
  /* Form End */
  /* Start Your Recovery Close */
  /* Login Popup Start */
  .white-popup, .white-popup-block{
    width:auto;
    max-width:600px;
  }
  /* Login Popup End */
  /* How It Works  Page Start */
  .how-it-works-four{
    padding:67px 0 83px;
  }
  .how-it-works-four-inner{
    max-width:580px;
  }
  .how-it-works-four h3{
    font-size:44px;
    line-height:48px;
  }
  /* How It Works  Page End */
  /* Common Hero Section Start */
  .commonHeroInner{
    flex-direction: column;
    gap:20px 0;
    padding:30px 0 50px;
  }
  .commonHeroInner .commonHeroLeft, .commonHeroInner .commonHeroRight{
    width:100%;
  }
  .commonHeroLeft h1{
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 109.091% */
  }
  .commonHeroLeft h3{
    font-size:20px;
    font-style:normal;
    font-weight:500;
    line-height:26px; /* 130% */
  }
  .commonHeroLeft p{
    font-size:14px;
    font-style:normal;
    font-weight:400;
    line-height:20px; /* 142.857% */
    margin-bottom:20px;
  }
  .commonHeroLeft p a{
    font-size:14px;
    font-style:normal;
    font-weight:400;
    line-height:20px; /* 142.857% */ 
  }
  .commonHeroLeft ul li{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px; /* 118.75% */
    margin-bottom: 10px;
  }
  .commonHeroLeft h6{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  /* Common Hero Section End */
  
  /* Consider Open */
  .how-it-works-two-inner{
    padding:60px 0 20px;
  }
  .consider-wrapper-row h3{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 130% */
    max-width:100%;
    margin:0 auto 17px;
    text-align:left;
  }
  .consider-wrapper-row p, .consider-wrapper-row ul li, .consider-wrapper-row ol li{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
  }
  .consider-wrapper-row{
    flex-direction:column;
    justify-content: flex-start;
    margin-bottom:40px;
  }
  .consider-wrapper-left, .consider-wrapper-right{
    width:100%;
    max-width:100%;
  }
  .consider-wrapper-left{
    align-content: flex-start;
  }
  /* Consider Close */
  .footer-item-two{
    width: 23%;
  }
  .footer-item-three{
    width: 47%;
  }
  .social-section-wrap{
    max-width:280px;
  }
  .cms-container h1{
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
}
/* Only For Tab View Close */

/* Tab and Mobile  View Open */
@media (max-width:991px) {
  body .container-fluid, .container-fluid{
    max-width:100%;
    padding:0 80px;
  }
  body .container, .container{
    max-width:100%;
    padding:0 80px;
  }
  body, p{
    font-size:16px;
    line-height:24px;
  }
  /* Home Page start */
  .desktopview{
    display:none;
  }
  .tabletview{
    display: block !important;
  }
  .mobileview{
      display:none;
  }
  .tabletVersion{
    display:block;
  }
  .recoveryCont_area{
    flex-direction: column;
    gap: 0;
  }
  .recoveryLawyersArea{
    padding: 91px 0 30px 0;
  }
  .recoveryLeftContInner h1{
    color: #334956;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; 
  }
  .recoveryLeftCont{
    width: 100%;
    margin-bottom: 20px;
  }
  .recoveryRightCont{
    width: 100%;
    padding-top: 20px;
  }
  .recoveryRightCont{
      display: none;
  }
  .recoveryLeftContInner h1:after{
    content: none !important;
  }
  .bannerImg{
    margin-bottom: 50px;
  }
  .subheading{
    font-size: 20px;
    position: relative;
  }
  .recoveryLeftContInner .subheading:after{
    content: '';
    position: absolute;
    height: 1px;
    width: 89px;
    background-color: var(--maroon);
    top:-16px;
    left: 0;
  }
  .recoveryLeftContInner p{
    padding-right:64px;
  }
  .recoveryInsightsCont_area{
    padding: 75px 35px 20px 35px;
  }
  .bannerHeading:after{
    bottom:29px
  }
  .debrecoveryArea {
    padding: 64px 0;
  }
  .debtboxContarea{
    padding: 20px 7px;
  }
  .debtBoxheading{
    padding-bottom: 13px;
    min-height: 60px;
  }
  .debtboxContarea h3{
    min-height: 68px;
  }
  .recoveryInsightsLeftCont{
    width: 100%;
  }
  .readyToGetPaidArea{
    padding: 53px 0;
  }
  .readyToGetPaidCont_area{
    flex-direction: column;
  }
  .readyToGetPaidLeftCont h2{
    font-size: 48px;
  }
  .marronsubheaing {
    font-size: 48px;
  }
  .readyToGetPaidRightCont{
    padding-top: 20px;
  }
  .howItWorksCont_area{
    flex-direction: column-reverse;
  }
  .howItWorksArea{
      padding: 68px 0;
  }
  .howItworksImgArea{
      width: 100%;
  }
  .howItworksContent{
      width: 100%;
  }
  .howItworksImgArea{
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .trustArea{
    padding: 67px 0;
  }
  .trustheading{
    font-size: 30px;
  }
  .trustCont_area svg{
    width:36px; 
    height:34px;
  }
  .trustCont_area{
    gap: 20px;
  }
  .trustlogo{
    width: 188.772px;
    height: 46.352px;
  }
  .legaladvantageArea{
    padding: 48px 0;
  }
  .legaladvantage_cont{
    align-items: flex-end;
  }
  .lawyearcontTab{
    padding-top: 30px;
  }
  .icontextArea{
    width: 100%;
    max-width: 374px;
    margin: 0 auto;
    padding-top: 64px;
  }
  .actionbtnArea{
    margin-top: 42px;
    display: flex;
    justify-content: center;
  }
  .laestrecoveryArea{
    padding: 83px 0;
  }
  .logocont{
    gap: 0;
  }
  .provenInnercontainer{
    padding: 60px 0;
  }
  .paralaxIMG{
    background-attachment:unset;
  }
  /* Home Page end */
  .start-your-recovery-top .trustCont_area{
    display:none;
  }
  /* recovery insights page start */
  .articaleBox{
    width: 48%;
    margin-bottom: 41px;
  }
  /* recovery insights page end */
  /* articale details page start */
  .articlehightText{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
  }
  .articleheadingContent h1{
    color: #334956;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 109.091% */
  }
  .articleheadingContent {
    padding-bottom: 38px;
    margin:0;
  }
  .articaleContArea {
    margin: 25px 0;
  }
  .quoteText{
    font-size: 20px;
    line-height: 24px;
  }
  .articledetailstagArea {
    padding:15px 0;
  }
  /* articale details page start */
}
/* Tab and Mobile  View Close */

/* Only For Mobile View Open */
@media (max-width:767px) {
  body .container-fluid, .container-fluid{
    max-width:100%;
    padding:0 25px;
  }
  body .container, .container{
    max-width:100%;
    padding:0 25px;
  }
  body, p{
    font-size:15px;
    line-height:24px;
  }
  .btn{
    font-size:16px;
    line-height:20px;
  }
  .footer{
    padding:42px 0 62px;
  }
  .footer-bottom p{
    font-size:11px;
    line-height:17px;
  }
  .footer-bottom p small, .footer-bottom p small a{
    font-size:12px;
    line-height:18px;
  }
  .footer-item-two{
    display:none;
  }
  .social-media-text{
    flex-direction:column;
    align-items:flex-start;
  }
  .social-media{
    margin-bottom:20px;
  }
  .footer-item-three h4{
    margin-bottom:5px;
  }
  .footer-item-one a{
    margin-bottom:10px;
  }
  .footer-item-one p{
    font-size:11px;
  }
  .footer-item-one, .footer-item-three{
    width:50%;
  }
  .footer-link, .social-media{
    width:100%;
  }
  .footer-link{
    justify-content:center;
    align-content:flex-start;
  }
  .footer-link li a{
    text-decoration:underline;
  }
  .footer-item-three .footer-button{
    display:none;
  }
  .footer-top{
    align-items:flex-end;
  }
  .footer-button.footer-button-mobileOnly{
    display:block;
    margin:0 auto;
  }
  .footer-button .btn{
    max-width:270px;
    min-width:270px;
    margin:0 auto 40px;
    display: block;
  }
  .logo img{
    max-width:145px;
  }
  .header-wrapper-inner .btn-common{
    max-width:165px;
    font-size:12px;
    min-width: auto;
    padding:5px 10px;
    min-height:30px;
  }
  .header-wrapper-inner{
    padding:40px 0 20px;
  }
  .header-wrapper{
    border-bottom-width:4px;
  }
  .logo{
    top:35px;
  }
  /* Menu Open */
  .navigation{
    min-height:50px;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:flex-end;
    padding-left:220px;
  }
  .navigation #menuBtn{
    display: block;
    margin:0;
    padding:14px 0;
    cursor: pointer;
  }
  .mobileMenuWrapper {
    display:none;
    margin:0;
    padding:0;
    z-index:99;
    position:fixed;
    width:100%;
    float:none;
    top:0;
    right:0;
    max-width:350px;
    background-color:rgba(73, 104, 122, 0.95);
    min-height: 100vh;
  }
  .mobileMenuWrapper .menuTitle {
    display:block;
    margin:0;
    padding:0;
    position:relative;
    width:100%;
    background-color:transparent;
    float:none;
    text-align: center;
  }
  .mobileMenuWrapper .menuTitle .menu-icon-toggle-close {
    display: block;
    position: absolute;
    top: 12px;
    right: 10px;
    z-index:98;
    cursor: pointer;
  }
  .mobileMenuWrapper .menuTitle .menu-icon-toggle-close img {
    display: block;
    max-width: 100%;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .mobileMenuWrapper .mobileMenuInner {
    display: block;
    margin: 0;
    padding: 25px 0;
    position: relative;
    width: 100%;
    background-color: transparent;
    float: none;
    height: calc(100vh - 60px);
    overflow-y: auto;
  }
  .mobileMenuWrapper .mobileMenu {
    display: block;
    margin:30px auto 0;
    padding:0;
  }
  .mobileMenuWrapper .mobileMenu li {
    position: relative;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 0 0 15px;
    border-bottom: 0.5px solid #ffffff;
  }
  .mobileMenuWrapper .mobileMenu li a {
    text-decoration: none;
    white-space: nowrap;
    color:var(--white);
    font-family:"IBM Plex Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    padding: 10px 10px 10px 10px;
    display: inline-block;
  }
  .mobileMenuWrapper .mobileMenu li .sub-menu {
    margin-bottom: 15px;
  }
  .mobileMenuWrapper .mobileMenu li .sub-menu li a {
    color:var(--white);
    font-family:"IBM Plex Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
    text-align: left;
    padding: 8px 10px;
  }
  .mobileMenuWrapper .mobileMenu li .sub-menu li .more a,
  .mobileMenuWrapper .mobileMenu li .sub-menu li li a {
    color:var(--white);
    font-family:"IBM Plex Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
  }
  .mobileMenuWrapper .mobileMenu li .arrow {
    height: 42px;
    width: 60px;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    display: inline-block;
    position: absolute;
    top:0;
    right:0;
  }
  .mobileMenuWrapper .mobileMenu li .arrow:before {
    font-size:25px;
    line-height:40px;
    font-weight:300;
  }
  .mobileMenuWrapper .mobileMenu li .sub-menu {
    position:relative;
    top:0;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    display:none;
    padding:0;
    margin:0;
  }
  .mobileMenuWrapper .mobileMenu li .sub-menu li:last-child {
    border-bottom:none;
  }
  .mobileMenuWrapper .mobileMenu li .sub-menu .more-sub-menu {
    display:none;
    position:relative;
    left:0;
  }
  .mobileMenuWrapper .mobileMenu li .sub-menu .more-sub-menu li {
    display:flex;
    align-items:center;
    justify-content:space-between;
  }
  .mobileMenuWrapper .mobileMenu li .sub-menu .more-sub-menu {
    display:none;
  }
  .mobileMenuWrapper .mobileMenu li .sub-menu .more span {
    display:flex;
    align-items:center;
  }
  .mobileMenuWrapper .mobileMenu li .sub-menu .more:hover .more-sub-menu {
    display:none;
  }
  .mobileMenuWrapper .mobileMenu li:hover .htmlCss-sub-menu,
  .mobileMenuWrapper .mobileMenu li:hover .js-sub-menu {
    display:none;
  }
  .mobileMenuWrapper .mobileMenu.show1 .htmlCss-sub-menu,
  .mobileMenuWrapper .mobileMenu.show3 .js-sub-menu,
  .mobileMenuWrapper .mobileMenu.show2 .more .more-sub-menu {
    display:block !important;
  }
  .mobileMenuWrapper .mobileMenu.show1 .htmlcss-arrow,
  .mobileMenuWrapper .mobileMenu.show3 .js-arrow,
  .mobileMenuWrapper .mobileMenu li .arrow.showArrow {
    transform:rotate(180deg) !important;
  }
  .mobileMenuWrapper .mobileMenu.show2 .more-arrow {
    transform:rotate(90deg) !important;
  }
  /* Menu Close */
  /* Start Your Recovery Open */
  .start-your-recovery-bottom-inner{
    padding:68px 0 71px;
  }
  .start-your-recovery-bottom-inner h3{
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 115.152% */
  }
  .start-your-recovery-bottom-inner p{
    color: #FBFBFB;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
  }
  .start-your-recovery-middle{
    padding:0 0 0 0;
  }
  .start-your-recovery-middle-inner{
    padding:35px 0;
  }
  /* Form Start */
  .form-container .row{
    gap:0;
    flex-wrap: wrap;
  }
  .form-container .row .col{
    width:100%;
    margin-bottom:17px;
  }
  .form-container .custom-radio-button-wrapper .custom-radio-button .btn-common{
    min-width:135px;
  }
  .form-container .btn.btn-submit{
    min-width:270px;
  }
  .form-container .tc-check-box{
    align-items: flex-start;
  }
  /* Form End */
  /* Start Your Recovery Close */
  /* Login Popup Start */
  .white-popup, .white-popup-block{
    width:90%;
    max-width:400px;
    padding:12px;
  }
  .white-popup-block-inner{
    padding:30px 12px 10px 12px;
  }
  body .white-popup-block .mfp-close, .white-popup-block .mfp-close{
    top:15px;
    right:15px;
  }
  .white-popup-block .form-container .btn.btn-submit{
    min-width:250px;
  }
  /* Login Popup End */
  /* How It Works  Page Start */
  .how-it-works-four{
    padding:47px 0 53px;
  }
  .how-it-works-four-inner{
    max-width:100%;
  }
  .how-it-works-four h3{
    font-size:33px;
    line-height:38px;
    font-weight:300;
    text-align: left;
  }
  .how-it-works-four p{
    text-align: left;
  }
  .how-it-works-four .btn-common{
    max-width:270px;
    min-width:270px;
  }
  /* How It Works  Page End */
  /* Home Page start */
  .desktopview{
    display:none;
  }
  .tabletview{
    display: none !important;
  }
  .mobileview{
      display:block;
  }
  .recoveryLawyersArea {
    padding: 50px 0 30px 0;
  }
  .recoveryLeftContInner h1 {
    color: #334956;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
  }
  .subheading {
    font-size: 16px;
    line-height: 20px;
    padding-right: 20px;
  }
  .recoveryLeftContInner p {
    padding-right: 64px;
  }
  .recoveryLeftContInner p {
      padding-right: 39px;
  }
  .recoveryLeftCont {
    width: 100%;
    margin-bottom: 0;
  }
  .paralaxIMG{
    background-color:#6F8698 ;
  }
  .mobileview .paralaxIMG{
    height: 333px;
    background-image: url(./../images/recoveryInsight-mobile-img.jpg);
    background-size: 100%;
  }
  .recoveryInsightsLeftCont{
      background-color: #6F8698;
      padding: 15px;
  }
  .mobileview .bannerContent, .mobileview .readmorebtnArea{
      display: none;
  }
  .bannerHeading{
      padding-bottom: 10px;
      font-size: 26px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
  }
  .bannerHeading:after{
      content: none !important;
  }
  .recoveryINsightsArea {
    margin: 0;
    padding: 0 0 20px 0;
  }
  .debrecoveryArea{
    width: 100%;
  }
  .debrecoveryArea {
    padding: 28px 0;
  }
  .debrecoveryCont_area h2 {
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; 
  }
  .debrecoveryCont_area .subheading:before{
    content: none !important;
  }
  .threeboxesof-debt{
    flex-direction: column;
  }
  .debtbox{
    width: 100%;
  }
  .debtbox img{
    width: 100%;
    height: auto;
  }
  .threeboxesof-debt{
    padding-top: 23px;
  }
  .debtBoxheading {
    padding-bottom: 13px;
    min-height: 42px;
  }
  .debtboxContarea h3 {
    min-height: 0;
  }
  .debtboxContarea p {
    font-size: 13px;
  }
  .readyToGetPaidArea {
    padding: 53px 42px;
  }
  .readyToGetPaidLeftCont h2{
    font-size: 33px;
    font-style: normal;
    font-weight: 300;
    line-height: 38px;
  }
  .marronsubheaing{
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
  }
  .recoveryButton{
    width: 247.927px;
    height: 53.377px;
  }
  .howItWorksArea{
    padding: 42px 0;
  }
  .howItworksImgArea{
      width: 100%;
  }
  .howItWorksArea .subheading{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 20px 10px 0;
  }
  .howItworksContent{
      width: 100%;
  }
  .howItworksContent h2{
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
  }
  .howItworksImgArea{
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .imgArea{
    width: 50%;
  }
  .btnArea{
    width: 50%;
  }
  .clickBtn{
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    line-height: 18px;
  }
  .howItWorksCont_area{
    gap: 0;
  }
  .trustArea{
    padding: 56px 0;
  }
  .trustheading{
    font-size: 19px;
  }
  .trustCont_area svg{
    width: 23.229px;
    height: 22.092px;
  }
  .trustCont_area{
    gap: 0;
  }
  .trustlogo{
    width: 126.081px;
    height: 30.958px;
  }
  .legaladvantageArea{
    padding: 35px 0;
  }
  .legaladvantage_cont{
    flex-direction: column;
    align-items: flex-start;
  }
  .lawyearImg{
    width: 100%;
    justify-content: center;
  }
  .legalCont{
    width: 100%;
  }
  .smallcatiopn{
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 14.4px;
  }
  .legalCont h2{
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
  }
  .icontextArea{
    padding-top:0;
    text-align: center;
    width: 100%;
  }
  .icontext{
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 27px;
  }
  .recoveryBoxArea{
    flex-direction: column;
  }
  .recoveryBox{
    width: 100%;
  }
  .recoveryBox img{
    height: 202px;
    width: 100%;
    object-fit: cover;
  }
  .provenCont{
    padding: 0 10px;
    width: auto;
  }
  .provenCont h2{
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 18px;
  }
  .provenContainerArea:before{
    content: none !important;
  }
  .provenContainerArea:after{
    content: none !important;
  }
  .provenInnercontainer{
    padding: 30px 0;
  }
  .provenCont p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .provenCont .smallcatiopn{
    margin-bottom: 15px;
  }
  .logocont{
    padding-top: 20px;
  }
  .owl-carousel .owl-item.left-item {
      transform: translateX(-15px);
      z-index: 1;
  }
  .owl-carousel .owl-item.right-item {
      transform: translateX(15px);
      z-index: 1;
  }
  .latestrecoveryHeading{
    flex-direction: column;
  }
  .latestrecoveryHeading h2{
    font-size: 26px;
  }
  .paralaxIMG{
    background-attachment:unset;
  }
  /* Home Page end */
  /* Common Hero Section Start */
  .commonHeroInner{
    flex-direction: column;
    gap:20px 0;
    padding:20px 0 30px;
  }
  .commonHeroInner .commonHeroLeft, .commonHeroInner .commonHeroRight,
  .commonHero .commonHeroInner .commonHeroLeft, .commonHero .commonHeroInner .commonHeroRight{
    width:100%;
  }
  .commonHeroLeft h5{
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 14.4px; /* 144% */
    margin-bottom:12px;
  }
  .commonHeroLeft h1{
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 115.152% */
    margin-bottom:20px;
  }
  .commonHeroLeft h3{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    margin-bottom:13px;
  }
  .commonHeroLeft p{
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 146.154% */
    margin-bottom: 20px;
  }
  .commonHeroLeft p a{
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 146.154% */
  }
  .commonHeroLeft ul li{
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 19px; /* 118.75% */
    margin-bottom: 10px;
  }
  .commonHeroLeft h6{
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 146.154% */
  }
  /* Common Hero Section End */
  /* Consider Open */
  .how-it-works-two{
    padding:0;
  }
  .consider-wrapper h5{
    text-align: left;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 14.4px; /* 144% */
  }
  .consider-wrapper h2{
    text-align: left;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 115.152% */
    position: relative;
    padding-bottom:20px;
    margin-bottom:15px;
  }
  .consider-wrapper h2::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 89px;
    background-color: var(--maroon);
    bottom: 0px;
    left: 0px;
  }
  .how-it-works-two-inner{
    padding:30px 0 20px;
  }
  .consider-wrapper-row h3{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    max-width:100%;
    margin:0 auto 17px;
    text-align:left;
  }
  .consider-wrapper-row p{
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 146.154% */
    max-width:100%;
    margin:0 auto 15px;
    text-align:left;
  }
  .consider-wrapper-row ul li, .consider-wrapper-row ol li{
    margin:0 auto 5px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 146.154% */
    text-align:left;
    max-width:100%;
  }
  .consider-wrapper-row ul, .consider-wrapper-row ol{
    margin-bottom:0;
  }
  .consider-wrapper-row{
    flex-direction:column;
    justify-content: flex-start;
    margin-bottom:30px;
  }
  .consider-wrapper-left, .consider-wrapper-right{
    width:100%;
    max-width:100%;
  }
  .consider-wrapper-left{
    align-content: flex-start;
  }
  /* Consider Close */
  
  /* recovery insights page start */
  .articaleBox{
    width: 100%;
    margin-bottom: 30px;
  }
  .threeboxesofArticale{
    gap: 0;
  }
  .recoveryInsightsAreabutton button.clearBtn{
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 155.556% */
    text-transform: uppercase
  }
  .recoveryInsightsAreabutton button{
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 155.556% */
    text-transform: uppercase
  }
  .recoveryInsightsAreabutton button{
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px; /* 133.333% */
    text-transform: uppercase;
  }
  .recoveryInsightsAreabutton_Headingarea{
    padding: 0 0 30px 0;
  }
  /* recovery insights page end */
  /* articale details page start */
  .articlehightText{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
  }
  .articaleContArea {
    margin: 37px 0;
  }
  .articleheadingContent{
    margin: 0;
  }
  .articleheadingContent h1{
    color: #334956;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 115.152% */
  }
  .articledetailstagArea{
    padding:15px 0;
  }
  /* articale details page start */
  .cms-container h1{
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
/* Only For Mobile View Close */

/* Only For Medium Mobile View Open */
@media (max-width:600px) {
  body .container-fluid, .container-fluid{
    max-width:100%;
    padding:0 20px;
  }
  body .container, .container{
    max-width:100%;
    padding:0 20px;
  }
}
/* Only For Medium Mobile View Close */

/* Only For Small Mobile View Open */
@media (max-width:449px) {
  body .container-fluid, .container-fluid{
    max-width:100%;
    padding:0 15px;
  }
  body .container, .container{
    max-width:100%;
    padding:0 15px;
  }
}
/* Only For Small Mobile View Close */
