@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-MediumItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Thin.woff2') format('woff2'),
        url('../fonts/Gilroy-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ThinItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-RegularItalic';
    src: url('../fonts/Gilroy-RegularItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-UltraLight.woff2') format('woff2'),
        url('../fonts/Gilroy-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-BlackItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-BoldItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-UltraLightItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-UltraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Black.woff2') format('woff2'),
        url('../fonts/Gilroy-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Heavy.woff2') format('woff2'),
        url('../fonts/Gilroy-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-HeavyItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-LightItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


* {
    box-sizing: border-box; }
  
  body {
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    font-style: normal;
    letter-spacing: normal;
    font-family: 'Gilroy';
    margin: 0; 
}
  
.custom-container {
    max-width: 1517px;
    padding: 0 20px;
    margin: 0 auto; 
}
div,
aside,
header,
footer,
nav,
ul,
li,
img,
a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; 
}

p {
  margin: 0; 
}
b,
strong {
  font-weight: bold; }

figure {
  margin: 0; }
.our-customer{
    padding:70px 0 100px 0;
}
  .our-customer__title h2 {
    text-align: center;
    font-size: 52px;
    line-height: 1;
    background: #00a269;
    border-radius: 10px;
    color: #fff;
    padding: 15px 10px;
}
.our-customer__title{
    margin-bottom: 40px;
}
.our-customer__media {
    padding: 24px 24px 21px;
    border: 2px solid #000;
    border-radius: 15px;
    height: 100%;
}
.our-customer__media h3 {
    font-size: 32px;
    line-height: 40px;
    color: #000;
    font-weight: 900;
    margin-bottom: 50px;
    padding-right: 10px;
}
.our-customer__media p{
    font-size: 26px;
    line-height: 1.4;
    color: #000;
    font-weight: 400;
}
.our-customer__item {
    width: calc(33.33% - 30px *2/3);
}
.our-customer__wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 38px;
    column-gap: 30px;
}
.our-customer__logo {
    max-width: 147px;
}
.our-customer__logo img{
    max-width:100%;
}
.our-customer__author h5{
    font-size: 20px;
    line-height: 23px;
    color: #353535;
    font-weight: 500;
    margin-bottom: 5px;
}
.our-customer__author h6{
    font-size: 20px;
    line-height: 23px;
    color: #353535;
    font-weight: 500;
}
.our-customer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0 0 0;
}
.why-curadebt {
    padding-bottom: 62px;
}
.why-curadebt__left h2 {
    font-size: 50px;
    line-height: 55px;
    color: #000000;
    margin-bottom: 26px;
}

.why-curadebt__desc p {
    font-size: 31px;
    line-height: 40px;
    color: #000;
    margin-bottom: 34px;
    font-weight: 500;
}
.why-curadebt__desc p:last-child{
    margin-bottom: 0px;
}
.why-curadebt__left {
    width: 46.40%;
}
.why-curadebt__right {
    width: 39.82%;
}
.why-curadebt__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.why-curadebt__itemwrapper {
    padding-left: 67px;
    position: relative;
}
.why-curadebt__media {
    padding: 65px 30px 45px;
    background: #a8dfcc;
    border-radius: 20px;
    position: relative;
}
.why-curadebt__media p {
    font-size: 30px;
    line-height: 40px;
    color: #000;
    text-align: center;
    font-weight: 500;
}
.why-curadebt__item {
    margin-bottom: 60px;
    position: relative;
}
.why-curadebt__item:last-child{
    margin-bottom: 0px;
}
.why-curadebt__item:nth-child(3n) {
    margin-bottom: 0;
}
.why-curabt__rightbtn {
    margin: 25px 0 0 0;
    position: relative;
}
.why-curabt__rightbtn a {
    background: #00a269;
    color: #ffffff;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    border-radius: 50px;
    padding: 16px 10px;
}
.why-curadebt__media h4 {
    background: #fac902;
    width: 100%;
    text-align: center;
    font-size: 35px;
    line-height: 35px;
    font-weight: 900;
    padding: 15px 10px;
    border-radius: 50px;
    max-width: 355px;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
}
.why-curadebt__call-btn a {
    display: inline-block;
    max-width: 290px;
    display: inline-block;
    background: #e8382e;
    min-width: 290px;
    border-radius: 50px;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    padding: 16px 10px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 700;
}
.why-curadebt__call-btn{
    margin: 40px 0 0 0;
}
.why-curadebt__itemwrapper::after {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    width: 2px;
    height: 660px;
    background: #000000;
    bottom: 20px;
}
.why-curadebt__item::after {
    content: "";
    background-image: url(../images/right-arrow.png);
    position: absolute;
    top: 92px;
    left: -65px;
    width: 28px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
}
.why-curabt__rightbtn::after{
    content: "";
    background-image: url(../images/right-arrow.png);
    position: absolute;
    top: 35px;
    left: -65px;
    width: 28px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
}
.new-footer__menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.new-footer__menu ul li {
    margin-right: 0px;
}
.new-footer__menu ul li p, .new-footer__menu ul li a {
    font-size: 18px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 700;
    padding: 0 36px;
    border-right: 3px solid #737373;
}
footer.new-footer {
    padding: 35px 0 40px 0;
    border-top: 4px solid #00a269;
}
.new-footer__menu ul li:last-child a, .new-footer__menu ul li:last-child p {
    border-right: none;
}
.logo-section {
    background: #fac902;
    padding: 70px 0 50px 0;
    border-top: 4px solid #00a269;
    border-bottom: 4px solid #00a269;
}
.logo-section__left ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.logo-section__right h2 span {
    font-weight: 500;
    font-style: italic;
}
.logo-section__right h2 {
    font-size: 53px;
    line-height: 56px;
    font-weight: 700;
    color: #000;
}
.logo-section__right {
    width: 30%;
    position: relative;
}
.logo-section__left {
    width: 70%;
    padding-right: 50px;
}
.logo-section__wrapper {
    display: flex;
    align-items: center;
}
.logo-section__right img {
    position: absolute;
    top: -52px;
    right: -15px;
    max-width: 150px;
}
.logo-section__left ul li span {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #000;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-section__left ul li {
    position: relative;
}
.logo-section__left ul li img {
    max-width: 100%;
}

.new-banner {
    padding: 100px 0 0 0;
}
.new-banner__left h2 {
    font-size: 79px;
    line-height: 79px;
    color: #2d2d2d;
    font-weight: 700;
    margin-bottom: 60px;
}
.new-banner__left h2 span{
    color: #00a269;
}
.new-banner__left {
    width: 54%;
    font-size: 0;
}
.new-banner__left img{
    max-width: 100%;
}
.new-banner__right {
    padding-bottom: 95px;
}
.new-banner__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.new-banner__right {
    padding-bottom: 95px;
    width: 37.30%;
}
.new-banner__rightmedia {
    padding: 30px 50px 50px;
    background: #00a269;
    border-radius: 30px;
}
.new-banner__rightmedia h3 {
    /* text-align: center; */
    font-size: 61px;
    line-height: 61px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
}
.new-banner__rightmedia h4 {
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 38px;
    font-weight: 700;
}
.new-banner__rightmedia h5 {
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 45px;
}
.form-row__item label {
    width: 100%;
    display: block;
    margin-bottom: 13px;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
}
.form-row__item input {
    height: 30px;
    border: none;
    outline: none;
    width: 100%;
    background: #fff;
    font-size: 18px;
    color: #000;
    padding: 0 15px;
    border-radius: 5px;
}
.form-row__wrapper {
    margin: 0 -24px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 26px;
}
.form-row__item {
    padding: 0 24px;
    width: 50%;
}
.form-row__btn {
    margin: 60px 0 0 0;
}
.form-row__btn button {
    width: 100%;
    background: #e8382e;
    border: none;
    outline: none;
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    padding: 12px 10px;
}
header {
    border-bottom: 4px solid #00a269;
    padding:50px 0 40px 0
}
.custom-header__logo {
    max-width: 287px;
}
.custom-header__logo img{
    max-width:100%;
}
.custom-free__saving h4 {
    font-size: 29px;
    line-height: 32px;
    color: #2d2d2d;
    font-weight: 400;
}
.custom-free__saving h3 {
    font-size: 52px;
    line-height: 55px;
    font-weight: 700;
    color: #2d2d2d;
    margin: 5px 0 0 0;
}
.custom-free__saving {
    padding-left: 200px;
    max-width: 590px;
}
.custom-header__wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.custom-consultation__logo {
    max-width: 236px;
    padding-left: 32px;
}
.custom-consultation__logo img{
    max-width:100%;
}
.consumer-reviews {
    padding-left: 160px;
    max-width: 380px;
}
.consumer-reviews img{
    max-width: 100%;
}
@media only screen and (max-width: 1920px) and (min-width: 992px){
    header {
        border-bottom: 0.208vw solid #00a269;
        padding:2.604vw 0 2.083vw 0
    }
    .custom-header__logo {
        max-width: 14.948vw;
    }
    .custom-header__logo img{
        max-width:100%;
    }
    .custom-free__saving h4 {
        font-size: 1.510vw;
        line-height: 1.667vw;
        color: #2d2d2d;
        font-weight: 400;
    }
    .custom-free__saving h3 {
        font-size: 2.708vw;
        line-height: 2.865vw;
        font-weight: 700;
        color: #2d2d2d;
        margin: 0.260vw 0 0 0;
    }
    .custom-free__saving {
        padding-left: 8.417vw;
        max-width: 30.729vw;
    }
    .custom-header__wrapper {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .custom-consultation__logo {
        max-width: 12.292vw;
        padding-left: 1.667vw;
    }
    .custom-consultation__logo img{
        max-width:100%;
    }
    .consumer-reviews {
        padding-left: 8.333vw;
        max-width: 19.792vw;
    }

    .new-banner {
        padding: 5.208vw 0 0 0;
    }
    .new-banner__left h2 {
        font-size: 4.115vw;
        line-height: 4.115vw;
        color: #2d2d2d;
        font-weight: 700;
        margin-bottom: 3.125vw;
    }
    .new-banner__left h2 span{
        color: #00a269;
    }
    .new-banner__left {
        width: 54%;
        font-size: 0;
    }
    .new-banner__left img{
        max-width: 100%;
    }
    .new-banner__right {
        padding-bottom: 4.948vw;
    }
    .new-banner__wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
    }
    .new-banner__right {
        padding-bottom: 4.948vw;
        width: 37.30%;
    }
    .new-banner__rightmedia {
        padding: 1.563vw 2.604vw 2.604vw;
        background: #00a269;
        border-radius: 1.563vw;
    }
    .new-banner__rightmedia h3 {
        /* text-align: center; */
        font-size: 3.177vw;
        line-height: 3.177vw;
        text-transform: uppercase;
        color: #ffffff;
        margin-bottom: 0.521vw;
    }
    .new-banner__rightmedia h4 {
        font-size: 1.458vw;
        line-height: 1.458vw;
        color: #fff;
        margin-bottom: 1.979vw;
        font-weight: 700;
    }
    .new-banner__rightmedia h5 {
        font-size: 1.563vw;
        line-height: 1.563vw;
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 2.344vw;
    }
    .form-row__item label {
        width: 100%;
        display: block;
        margin-bottom: 0.677vw;
        font-size: 1.250vw;
        line-height: 1.250vw;
        color: #fff;
        font-weight: 600;
    }
    .form-row__item input {
        height: 1.563vw;
        border: none;
        outline: none;
        width: 100%;
        background: #fff;
        font-size: 0.938vw;
        color: #000;
        padding: 0 0.781vw;
        border-radius: 0.260vw;
    }
    .form-row__wrapper {
        margin: 0 -1.250vw;
        display: flex;
        flex-wrap: wrap;
        row-gap: 1.354vw;
    }
    .form-row__item {
        padding: 0 1.250vw;
        width: 50%;
    }
    .form-row__btn {
        margin: 3.125vw 0 0 0;
    }
    .form-row__btn button {
        width: 100%;
        background: #e8382e;
        border: none;
        outline: none;
        font-size: 1.667vw;
        line-height: 1.667vw;
        color: #fff;
        border-radius: 2.604vw;
        font-weight: 600;
        padding: 0.625vw 0.521vw;
    }
    header {
        border-bottom: 0.208vw solid #00a269;
    }
    .header__img img {
        max-width: 100%;
    }
    .custom-container {
        max-width: 79.010vw;
        padding: 0 1.042vw;
        margin: 0 auto; 
    }
    .our-customer{
        padding:3.646vw 0 5.208vw 0;
    }
      .our-customer__title h2 {
        text-align: center;
        font-size: 2.708vw;
        line-height: 1;
        background: #00a269;
        border-radius: 0.521vw;
        color: #fff;
        padding: 0.781vw 0.521vw;
    }
    .our-customer__title{
        margin-bottom: 2.083vw;
    }
    .our-customer__media {
        padding: 1.250vw 1.250vw 1.094vw;
        border: 0.104vw solid #000;
        border-radius: 0.781vw;
        height: 100%;
    }
    .our-customer__media h3 {
        font-size: 1.667vw;
        line-height: 2.083vw;
        color: #000;
        font-weight: 900;
        margin-bottom: 2.604vw;
        padding-right: 0.521vw;
    }
    .our-customer__media p{
        font-size: 1.354vw;
        line-height: 1.4;
        color: #000;
        font-weight: 400;
    }
    .our-customer__item {
        width: calc(33.33% - 1.563vw * 2/3);
    }
    .our-customer__wrapper {
        display: flex;
        flex-wrap: wrap;
        row-gap: 1.979vw;
        column-gap: 1.563vw;
    }
    .our-customer__logo {
        max-width: 7.656vw;
    }
    .our-customer__logo img{
        max-width:100%;
    }
    .our-customer__author h5{
        font-size: 1.042vw;
        line-height: 1.198vw;
        color: #353535;
        font-weight: 500;
        margin-bottom: 0.260vw;
    }
    .our-customer__author h6{
        font-size: 1.042vw;
        line-height: 1.198vw;
        color: #353535;
        font-weight: 500;
    }
    .our-customer__bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2.604vw 0 0 0;
    }
    .why-curadebt{
        padding-bottom: 3.229vw;
    }
    .why-curadebt__left h2 {
        font-size: 2.604vw;
        line-height: 2.865vw;
        margin-bottom: 1.354vw;
    }
    .why-curadebt__desc p {
        font-size: 1.615vw;
        line-height: 2.083vw;
        margin-bottom: 1.771vw;
    }
    .why-curadebt__call-btn {
        margin: 2.083vw 0 0 0;
    }
    .why-curadebt__call-btn a {
        max-width: 15.104vw;
        min-width: 15.104vw;
        border-radius: 2.604vw;
        font-size: 1.667vw;
        line-height: 1.667vw;
        padding: 0.833vw 0.521vw;
        
    }
    .why-curadebt__itemwrapper {
        padding-left: 3.49vw;
    }
    .why-curadebt__item {
        margin-bottom: 3.125vw;
    }
    .why-curadebt__media {
        padding: 3.385vw 1.563vw 2.344vw;
        border-radius: 1.042vw;
    }
    .why-curadebt__media h4 {
        font-size: 1.823vw;
        line-height: 1.823vw;
        padding: 0.781vw 0.521vw;
        border-radius: 2.604vw;
        max-width: 18.49vw;
        
        top: -1.563vw;
        
    }
    .why-curadebt__media p {
        font-size: 1.563vw;
        line-height: 2.083vw;
    }
    .why-curadebt__item::after {
        top: 4.792vw;
        left: -3.385vw;
        width: 1.458vw;
        height: 0.833vw;
    }
    .why-curabt__rightbtn {
        margin: 1.302vw 0 0 0;
    }
    .why-curadebt__itemwrapper::after {
        width: 0.104vw;
        height: 34.375vw;
        bottom: 1.042vw;
    }
    .why-curabt__rightbtn a {
        font-size: 1.667vw;
        line-height: 1.667vw;
        border-radius: 2.604vw;
        padding: 0.833vw 0.521vw;
    }
    .why-curabt__rightbtn::after {
        top: 1.823vw;
        left: -3.385vw;
        width: 1.458vw;
        height: 0.833vw;
     
    }
    footer.new-footer {
        padding: 1.823vw 0 2.083vw 0;
        border-top: 0.208vw solid #00a269;
    }
    .new-footer__menu ul li p, .new-footer__menu ul li a {
        font-size: 0.938vw;
        line-height: 1.458vw;
        padding: 0 1.875vw;
        border-right: 0.156vw solid #737373;
    }
    .logo-section {
        background: #fac902;
        padding: 3.646vw 0 2.604vw 0;
        border-top: 0.208vw solid #00a269;
        border-bottom: 0.208vw solid #00a269;
    }
    .logo-section__left ul {
        display: flex;
        flex-wrap: wrap;
        gap: 1.563vw;
    }
    .logo-section__right h2 span {
        font-weight: 500;
        font-style: italic;
    }
    .logo-section__right h2 {
        font-size: 2.760vw;
        line-height: 2.917vw;
        font-weight: 700;
        color: #000;
    }
    .logo-section__right {
        width: 30%;
        position: relative;
    }
    .logo-section__left {
        width: 70%;
        padding-right: 2.604vw;
    }
    .logo-section__wrapper {
        display: flex;
        align-items: center;
    }
    .logo-section__right img {
        position: absolute;
        top: -2.708vw;
        right: -0.781vw;
        max-width: 7.813vw;
    }
    .logo-section__left ul li span {
        position: absolute;
        top: -1.042vw;
        right: -1.042vw;
        background: #000;
        color: #fff;
        font-size: 1.354vw;
        font-weight: bold;
        border-radius: 100%;
        width: 2.604vw;
        height: 2.604vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .logo-section__left ul li {
        position: relative;
        height: 5.313vw;
    }
    .logo-section__left ul li img {
        max-width: 100%;
        height: 100%;
    }    
    
}
@media only screen and (max-width:991px){
    .custom-header__wrapper{
        flex-direction: column;
    }
    .custom-header__logo {
        max-width: 170px;
    }
    .custom-free__saving {
        padding-left: 0;
        max-width: 590px;
        margin: 20px 0;
    }
    .custom-consultation__logo{
        padding-left:0px;
        max-width: 150px;
    }
    .consumer-reviews{
        padding-left:0px;
        margin-top:20px;
        max-width: 160px;
    }
    .new-banner__left {
        width: 100%;
        font-size: 0;
    }
    .new-banner__right {
        padding-bottom: 50px;
        width: 100%;
        padding-top: 50px;
    }
    .new-banner__rightmedia {
        padding: 30px 30px 30px;
    }
    .form-row__btn {
        margin: 40px 0 0 0;
    }
    .new-banner__rightmedia h3 {
        text-align: center;
        font-size: 50px;
        line-height: 50px;
    }
    .new-banner__rightmedia h4{
        text-align: center;
        margin-bottom: 24px;
    }
    .new-banner__rightmedia h5{
        text-align: center;
                    font-size: 25px;
            line-height: 30px;
            color: #ffffff;
            font-weight: 600;
            margin-bottom: 25px;
        
    }
    .logo-section__left ul li {
        position: relative;
        height: 80px;
    }
    .logo-section__left ul li img {
        height: 100%;
        max-width: 100%;
    }
    .logo-section__wrapper{
        flex-direction: column;
    }
    .logo-section__left {
        width: 100%;
        padding-right: 0;
    }
    .logo-section__right {
        width: 100%;
        position: relative;
        margin: 70px 0 0 0;
    }
    .our-customer__item {
        width: calc(50% - 30px* 1 / 2);
    }
    .why-curadebt__itemwrapper {
        padding-left: 0;
        position: relative;
        margin: 80px 0 0 0;
    }
    .why-curadebt__right {
        width: 100%;
    }
    .why-curadebt__left {
        width: 100%;
        text-align: center;
    }
    .why-curadebt__itemwrapper::after{
        display: none;
    }
    .why-curadebt__item::after{
        display: none;
    }
    .why-curadebt__desc p {
        font-size: 25px;
        line-height: 35px;
        color: #000;
        margin-bottom: 20px;
        font-weight: 500;
    }
    .why-curadebt__left h2 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .new-footer__menu ul li p, .new-footer__menu ul li a {
        padding: 0 17px;
        font-size: 16px;
        line-height: 26px;
    }
    
    

}
@media only screen and (max-width:767px){
    .custom-free__saving h4 {
        font-size: 22px;
        line-height: 26px;
    }
    .custom-free__saving h3 {
        font-size: 35px;
        line-height: 55px;
        font-weight: 700;
        color: #2d2d2d;
        margin: 5px 0 0 0;
        text-align: center;
    }

    .form-row__item {
        padding: 0 15px;
        width: 50%;
    }
    .new-banner__left h2 {
        font-size: 40px;
        line-height: 49px;
        color: #2d2d2d;
        font-weight: 700;
        margin-bottom: 30px;
        text-align: center;
    }
    .new-banner {
        padding: 50px 0 0 0;
    }
    .new-banner__rightmedia h3 {
        text-align: center;
        font-size: 40px;
        line-height: 40px;
    }
    .new-banner__rightmedia h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 14px;
    }
    .new-banner__rightmedia h5 {
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .form-row__btn button {
        width: 100%;
        background: #e8382e;
        border: none;
        outline: none;
        font-size: 20px;
        line-height: 22px;
        color: #fff;
        border-radius: 50px;
        font-weight: 600;
        padding: 12px 10px;
    }
    .form-row__wrapper{
        row-gap: 20px;
    }
    .form-row__btn {
        margin: 25px 0 0 0;
    }
    .form-row__wrapper{
        margin: 0 -15px;
    }
    .logo-section__right h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .logo-section__right img {
        position: absolute;
        top: -47px;
        right: -15px;
        max-width: 120px;
    }
    .logo-section__right {
        width: auto;
        position: relative;
        margin: 55px 0 0 0;
    }
    .logo-section{
        padding:40px 0;
    }
    .why-curadebt__desc p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .our-customer__item {
        width: 100%;
    }
    .our-customer__title h2{
        font-size: 25px;
    }
    .our-customer__title {
        margin-bottom: 30px;
    }
    .our-customer__media h3 {
        font-size: 26px;
        line-height: 35px;
        color: #000;
        font-weight: 900;
        margin-bottom: 20px;
    }
    .why-curadebt__media {
        padding: 45px 20px 25px;
        background: #a8dfcc;
        border-radius: 20px;
        position: relative;
    }
    .why-curabt__rightbtn a {
        background: #00a269;
        color: #ffffff;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 26px;
        line-height: 30px;
        font-weight: 700;
        border-radius: 50px;
        padding: 14px 10px;
    }
    .new-footer__menu ul li p, .new-footer__menu ul li a {
        font-size: 14px;
        line-height: 24px;
        color: rgba(0, 0, 0, 0.6);
        font-weight: 700;
        padding: 0 9px;
        border-right: 3px solid #737373;
    }
    footer.new-footer {
        padding: 20px 0 20px 0;
        border-top: 4px solid #00a269;
    }
    .why-curadebt__media h4 {
        font-size: 25px;
        line-height: 30px;
        padding: 12px 10px;
        max-width: 265px;
        top: -25px;
     
    }
    .why-curadebt__call-btn {
        margin: 20px 0 0 0;
    }

    .why-curadebt__media p {
        font-size: 25px;
        line-height: 32px;
    }
    .why-curadebt__item {
        margin-bottom: 50px;

    }
    .why-curadebt__call-btn a {
        max-width: 220px;
        min-width: 220px;
        border-radius: 50px;
        font-size: 25px;
        line-height: 25px;
        padding: 14px 0px;
        
    }
    .our-customer__media p{
        font-size:20px
    }
    .our-customer__wrapper {
        display: flex;
        flex-wrap: wrap;
        row-gap: 25px;
    }
}
@media only screen and (max-width:480px){
    .form-row__item {
        padding: 0 24px;
        width: 100%;
    }
    
    .our-customer__logo {
        max-width: 100px;
    }
    .our-customer__author h5 {
        font-size: 16px;
        line-height: 20px;
    }
    .our-customer__author h6 {
        font-size: 16px;
        line-height: 20px;
    }
    .our-customer__bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px 0 0 0;
    }
    .our-customer {
        padding: 60px 0 60px 0;
    }
}