
.banner-textArea {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}

.digital-partner .banner-items-wrapper {
    top: 64px;
}


.banner-textArea .banner_caption {
    width: 100%;
}

.banner-textArea .banner_caption h1 {
    color: rgba(53, 57, 65, .9);
    margin: 0px 0 24px;
}

.banner-textArea .banner_caption p {
    color: rgba(51, 51, 51, .7);
    font-family: 'dev_semi_bold';
    line-height: 20px;
}

.banner-textArea .banner_caption h1 span {
    color: rgba(139, 21, 27, .9);
}

.digital-partner .banner_form_input.phone_number_wrapper span {
    top: 15px;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    left: 50px;
}



.become-partnerDigi {
    padding: 30px;
    backdrop-filter: blur(17px);
    /* background: rgba(216, 216, 216, 0.4); */
    background: radial-gradient(92.49% 103.55% at 89.79% 89.84%, rgba(79, 79, 79, 0.90) 0%, rgba(17, 17, 17, 0.90) 100%);
    border-radius: 20px;
    width: 585px;
    margin-top: 60px;
}

.become-partnerDigi h3 {
    /* color: rgba(17, 17, 17, 0.8); */
    color: #fff;
    font-family: var(--dev_bold);
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.digital-partner .banner-items-wrapper>.custom-container {
    display: flex;
    flex-wrap: wrap;
}

.digital-partner .banner_form_input input {
    background: #fff;
    color: #333;
    width: 100%;
}

.digital-partner .btn.form_solid_btn,
.body_loyalti_rewards .banner_form_input input {
    height: 52px;
    padding-left: 60px;
}

.digital-partner .banner_form_input {
    margin-bottom: 0;
    width: 49%;
}

.digital-partner .banner_form_input input {
    background: #fff;
    color: #333;
    width: 100%;
}

.digital-partner .banner_form_input input::placeholder {
    color: #333;
}

.digital-partner .banner_form_input img {
    max-width: 35px;
    height: 35px;
    top: 9px;
}

.digital-partner .btn.form_solid_btn,
.digital-partner .banner_form_input input {
    height: 52px;
    padding-left: 52px;
}

.digital-partner .banner_form_input input.tut {
    height: 52px;
    padding-left: 73px;
}

.dis-heading--dh {
    font-size: 14px;
}

.digital-partner .banner_form_input_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}

.digital-partner .btn.form_solid_btn {
    width: 176px;
    padding: 0;
    margin-top: 10px;
    /* background-color: #CA1F34; */
    background: #fff;
    /* color: #fff; */
    color: #CA1F34;
}



.diverseProduct {
    background: url(../images/digital-partner/diverseProduct.png);
    mix-blend-mode: multiply;
    background-size: cover;
}


.diverseProduct-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

.diverseProduct-box {
    width: 24%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgba(109, 109, 109, .1);
    padding: 8px;
    border-radius: 24px;
    position: relative;
}

.diverseProduct-box h4 {
    color: #111111;
    font-size: 21px;
    font-family: 'dev_semi_bold';
    margin: 0;
    line-height: 1;
}

/* .diverseProduct .custom-container {
    padding: 0px 40px;
} */

.diverseProduct-box h4 img {
    max-width: 50px;
    min-height: 50px;
    margin-right: 4px;
}


.diverseProduct-boxInn {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 16px;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 1);
}

.diverseProduct-boxInn.one::after {
    content: "";
    width: 25px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 33%;
    background-color: #fcf7e9;
}

.diverseProduct-boxInn.one::before {
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    top: 99px;
    left: -1px;
    background-color: #fcf7e9;
}


.diverseProduct-boxInn1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}


.diverseProduct-boxInn1.one1::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    left: -3px;
    background-color: #e5e5e5;
    z-index: 1;
}

.diverseProduct-boxInn1.one1::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    left: 40%;
    z-index: 2;
    background-color: #e5e5e5;
}

.diverseProduct-boxInn1.two1::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    bottom: -3px;
    left: 40%;
    z-index: 2;
    background-color: #e5e5e5;
}



.diverseProduct-boxInn.two::after {
    content: "";
    width: 25px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 32%;
    background-color: #fcf7e9;
}

.diverseProduct-boxInn1.two1::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 58%;
    left: -3px;
    background-color: #e5e5e5;
    z-index: 1;
}


.diverseProduct-box.one::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-left: 1px solid #70B865;
    border-top: 1px solid #70B865;
    width: 100px;
    height: 100px;
    border-radius: 24px 0 0 0;
    z-index: 0;
}


.diverseProduct-box.two::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-left: 1px solid #8B151B;
    border-bottom: 1px solid #8B151B;
    width: 100px;
    height: 100px;
    border-radius: 0 0 0 24px;
    z-index: 0;
}

.diverseProduct-boxInn.two::before {
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    bottom: 99px;
    left: -1px;
    background-color: #fcf7e9;
}

.diverseProduct-box.three::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-right: 1px solid #FAA61A;
    border-top: 1px solid #FAA61A;
    width: 100px;
    height: 100px;
    border-radius: 0 24px 0 0;
    z-index: 0;
}

.diverseProduct-boxInn1.three1::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    right: 40%;
    z-index: 2;
    background-color: #e5e5e5;
}

.diverseProduct-boxInn.three::after {
    content: "";
    width: 25px;
    height: 1px;
    position: absolute;
    top: -1px;
    right: 32%;
    background-color: #fcf7e9;
}

.diverseProduct-boxInn1.three1::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    right: -3px;
    background-color: #e5e5e5;
    z-index: 1;
}

.diverseProduct-boxInn.three::before {
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    top: 99px;
    right: -1px;
    background-color: #fcf7e9;
}

.diverseProduct-box.four::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 1px solid #7C2279;
    border-bottom: 1px solid #7C2279;
    width: 100px;
    height: 100px;
    border-radius: 0 0 24px 0;
    z-index: 0;
}

.diverseProduct-boxInn1.four1::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 54%;
    right: -3px;
    background-color: #e5e5e5;
    z-index: 1;
}

.diverseProduct-boxInn.four::before {
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    bottom: 99px;
    right: -1px;
    background-color: #fcf7e9;
}

.diverseProduct-boxInn1.four1::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    bottom: -3px;
    right: 38%;
    z-index: 2;
    background-color: #e5e5e5;
}

.diverseProduct-boxInn.four::after {
    content: "";
    width: 25px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    right: 31%;
    background-color: #fcf7e9;
}


.diverseProduct-box ul {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 10px;
    list-style: none;
    padding: 0px 62px;
    padding-right: 30px;
}

.diverseProduct-box ul li {
    margin-bottom: 16px;
    line-height: 1;
    color: rgba(17, 17, 17, 0.8);
    font-size: 16px;
    font-family: 'dev_med';
    position: relative;
    padding-left: 14px;

}

.diverseProduct-box ul li::before {
    content: "";
    /* Unicode for bullet */
    background-color: #972D32;
    /* Change the bullet color */
    width: 8px;
    /* Optional: adjust bullet size */
    height: 8px;
    margin-right: 8px;
    /* Optional: spacing between bullet and text */
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 100%;
}

.crafting {
    background: url(../images/digital-partner/crafting.png);
    mix-blend-mode: multiply;
    background-size: cover;
}

.crafting-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.crafting-left {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.crafting-right {
    width: 46%;
    display: flex;
    flex-wrap: wrap;
}

.crafting .gi_sec_head h2 {
    text-align: left;
    margin-bottom: 0;
}

.crafting-leftMain {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 52px;
}

.crafting-leftMain ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.crafting-leftMain ul li {
    color: #111111;
    list-style: none;
    font-family: 'dev_med';
    margin-bottom: 22px;
    line-height: 1.2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 18px;
}

.crafting-leftMain ul li span {
    width: 55%;
    display: flex;
}




.crafting-leftMain ul li img {
width: 52px;
margin-right: 14px;
}


.agents-nationwide {
    background: url(../images/digital-partner/agents-nationwideBg.png);
    mix-blend-mode: multiply;
    background-size: cover;
}

.agents-nationwideMain {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.agents-nationwideLeft {
    width: 33%;
    display: flex;
    flex-wrap: wrap;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    padding-right: 80px;
}

.agents-nationwideLeft img { 
width: 104px;
margin-bottom: 40px;
}

.agents-nationwideRight {
    width: 67%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 80px;
}

.agents-nationwideLeft .agents-nationwideCard {
    width: 100%;
}

.agents-nationwideLeft .agents-nationwideCard h5 {
    font-size: 52px;
}

.agents-nationwideLeft .agents-nationwideCard p {
    color: rgba(17, 17, 17, 0.5);
}

.agents-nationwideCard {
width: 50%;
display: flex;
flex-wrap: wrap;
margin-bottom: 0px;
flex-direction: column;
justify-content: center;
}

.agents-nationwideCard h5 {
color: #111111;
font-size: 40px;
line-height: 1;
font-family: 'dev_semi_bold';
margin-bottom: 16px;
}

.agents-nationwideCard p {
color: rgba(17, 17, 17, 0.8);
font-size: 20px;
line-height: 1.2;
font-family: 'dev_med';
}

.accelerating-market{
    background: url(../images/digital-partner/accelerating-market.png);
    mix-blend-mode: multiply;
    background-size: cover;
}


.accelerating-marke-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.accelerating-marke-left .gi_sec_head h2 {
    text-align: left;
    margin-bottom: 0;
}

.accelerating-marke-left {
    width: 58%;
    display: block;
    flex-wrap: wrap;
  
}

.accelerating-marke-left img {
    width: 378px;
    margin-top: 40px;
}


.accelerating-marke-right {
    width: 42%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.accelerating-marke-right h6 {
color: #111111;
font-size: 20px;
line-height: 1.1;
margin-top: 24px;
font-family: 'dev_semi_bold';
}

.accelerating-marke-right p {
    color: rgba(17, 17, 17, 0.8);
    font-size: 16px;
    line-height: 1.1;
    margin-top: 16px;
    font-family: 'dev_reg';
    }

.accelerating-marke .gi_sec_head h2 {
    text-align: left;
    margin-bottom: 0;
}

.accelerating-marke-card {
    width: 47.8%;
    background-color: rgba(97, 97, 97, 0.05);
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    padding: 20px;
    backdrop-filter: blur(4px);
}


.accelerating-marke-card:nth-child(2) {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


.accelerating-marke-card img {
    max-width: 52px;
    max-height: 52px;
}

.join-trusted {

background: url(../images/digital-partner/join-trusted.png);
    mix-blend-mode: multiply;
    background-size: cover;
    padding-bottom: 160px;
}

.join-trustedArea {
    width: 100%;
    display: block;
    margin-top: 60px;
}

.join-trustedCard {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.join-trustedCardLeft {
width: 46%;
}

.join-trustedCardLeft img {
    border-radius: 40px;
}


.join-trustedCardRight {
    width: 54%;
    padding-left: 60px;
    align-items: center;
    display: flex;
    padding-right: 65px;
}

.join-trustedCardRight img {
    width: 26px;
    margin-bottom: 5px;
}

.join-trustedCardRightArea {
width: 100%;
}

.join-trustedCardRight p {
font-size: 16px;
line-height: 1.2;
font-family: 'dev_reg';
color: rgba(17, 17, 17, 0.8);
padding-left: 25px;
}

.join-trustedName {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 25px;
    margin-top: 20px;
}

.join-trustedName h5 {
font-size: 20px;
color: rgba(17, 17, 17, 0.8);
line-height: 1;
font-family: 'dev_semi_bold';
margin-bottom: 4px;
}

.join-trustedName span {
color: rgba(17, 17, 17, 0.4);
font-size: 16px;
line-height: 1;
font-family: 'dev_med';
}

.join-trusted .swiper-pagination-bullet {
    transition: all 0.5s ease;
    height: 6px;
    width: 8px;
    border-radius: 10px;
    background: #B6B6B6;
    opacity: 1;
}

.join-trusted .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--abc_primary);
    width: 26px;
}

.join-trusted .swiper-pagination {
    bottom: 92px;
}



/* hhhhhhhhhhhhhhhhh */

.slider-arrow-swi .nav--btn {
    width: 47px;
    height: 47px;
    border: 2px solid #c91429;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    transition: all .5s ease-in-out;
}

.slider-arrow-swi .nav--btn:hover {
    background: #c91429;
    transition: all .5s ease-in-out;
}

.slider-arrow-swi .nav-buttons {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.navbuttons--wrap .slider-arrow-swi .nav-buttons {
    bottom: -13px;
    left: 0;
}

.navbuttons--wrap .slider-arrow-swi .nav-buttons {
    bottom: 80px;
    left: 50%;
    height: fit-content;
    top: unset;
    align-items: flex-end;
    width: 240px;
    transform: translateX(-50%);
    z-index: 11;
}


.BecomeDigital-partner {
    background: url(../images/digital-partner/BecomeDigital-partner.png) no-repeat center;
    mix-blend-mode: multiply;
    background-size: cover;
}

.BecomeDigital-partner .gi_sec_head p {
    color: rgba(17, 17, 17, 0.6);
    font-size: 16px;
    line-height: 1.3;
    font-family: 'dev_med';
}

.BecomeDigital-partner .gi_sec_head p span {
    color: rgba(17, 17, 17, 1);
    font-family: 'dev_semi_bold';
}


.BecomeDigital-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}


.BecomeDigital-left {
width: 49.2%;
backdrop-filter: blur(10px);
box-shadow: 0px 0px 30px 0px #00000014;
background: rgba(255, 255, 255, 0.7);
border-radius: 20px;
padding: 24px;

}

/* .BecomeDigital-right {
    width: 48%;
} */

.BecomeDigital-title {
    color: #1F1F1F;
    font-size: 26px;
    line-height: 1.2;
    margin-top: 20px;
    font-family: 'dev_semi_bold';
    text-transform: uppercase;
    margin-bottom: 12px;
}

.BecomeDigital-main ul {
margin: 0;
padding: 0;

}

.BecomeDigital-main ul li {
    color: #707070;
    font-size: 16px;
    line-height: 1.3;
    font-family: 'dev_reg';
    /* display: flex;
    align-items: center; */
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.BecomeDigital-main ul li::before {
    content: "";
    background: url(../images/digital-partner/digital-partner-tick.svg) no-repeat center;
    background-size: cover;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0px;
    top: 0;
}

.BecomeDigital-main li span {
    color: #000;
    margin: 0 3px;
}

.BecomeDigital-main .imcon {
    width: 52px;
}


.digital-partner .facilities_box p {
    font-size: 20px;
    width: 100%;
    line-height: 1.2;
}

.digital-partner .facilities_box {
    width: 25%;
    margin: 0;
    padding: 0px 20px;
}

.digital-partner .why_absli_facilities_wrapper {
    gap: 40px;
    max-width: 950px;
}

.digital-partner .why_absli_Wrapper {
    padding: 80px 0 80px;
}

.digital-partner .why_absli_facilities {
    margin-top: 70px;
}

.digital-partner .why_absli_Wrapper {
    background: url(../images/digital-partner/why-partner.png) no-repeat center;
    mix-blend-mode: multiply;
    background-size: cover;
}

.our_standout_strength {
    background: url(../images/digital-partner/our_standout_strength.png) no-repeat center;
    padding: 60px 0;
    background-size: cover;
}

.standout_graphic img {
    max-width: 500px;
}

.standout_graphic {
    text-align: center;
}

.standout_graphic h2 {
    color: #1F1F1F;
    text-align: center;
    font-family: 'dev_semi_bold';
    font-size: 38px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    width: 70%;
    align-items: center;
}

.standout_graphic {
    position: relative;
    display: flex;
    justify-content: center;
    width: 500px;
    margin: 0 auto;
    z-index: 1;
}

.standout_list {
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 600px;
    height: 100%;
    align-items: center;
    z-index: 0;
}

.graphic_container {
    position: relative;
}

.standout_left_list {
    text-align: right;
    width: 174px;
}

.standout_list ul {
    display: flex;
    flex-direction: column;
    gap: 100px;
    position: relative;
}

.standout_right_list {
    text-align: left;
    width: 185px;
    right: -20px;
    position: relative;
}

.standout_list ul li {
    color: #111;
    font-family: 'dev_bold';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}

.standout_right_list ul li:nth-child(2) {
    right: -50px;
    position: relative;
}

.standout_left_list ul li:nth-child(2) {
    left: -50px;
    position: relative;
}

.standout_list ul li:after {
    position: absolute;
    content: '';
    right: 0;
    height: 1px;
    background: rgb(122 122 122);
    top: 7px;
    width: 85px;
    opacity: 0.5;
}

.standout_list .standout_left_list ul li:after {
    right: -100px;
}

.standout_list .standout_right_list ul li:after {
    left: -100px;
}

.standout_list ul li:before {
    position: absolute;
    content: '';
    right: 0;
    height: 7px;
    background: rgb(122 122 122);
    top: 4px;
    width: 7px;
    border-radius: 100px;
}

.standout_list .standout_left_list ul li:before {
    right: -100px;
}

.standout_list .standout_right_list ul li:before {
    left: -100px;
}

.standout_list ul li span {
    display: none;
}


@media only screen and (min-width: 1651px) {

    .banner_caption {
        width: 80%;
    }

    .crafting-leftMain ul li img {
        width: 65px;
        margin-right: 16px;
    }

    .crafting-leftMain ul li {
        font-size: 21px;
    }

    .crafting-right {
        width: 43%;
    } 
    
    .crafting-leftMain {
        margin-top: 0;
    }

    .crafting-leftMain ul li span {
        width: 60%;
    }

    .join-trusted .swiper-pagination {
        bottom: 40px;
    }

    .join-trustedCardLeft img {
        border-radius: 50px;
    }

    .digital-partner .banner_caption p {
        font-size: 18px;
        line-height: 24px;
    }

    .banner-textArea {
        margin-top: 160px;
    }

    .diverseProduct-boxInn.one::after {
        left: 25%;
    }

    .diverseProduct-boxInn1.one1::before {
        left: 31%;
    }

    .diverseProduct-boxInn.two::after {
        left: 26%;
    }

    .diverseProduct-boxInn1.two1::before {
        left: 32%;
    }

    .diverseProduct-boxInn.three::after {
        right: 26%;
    }

    .diverseProduct-boxInn1.three1::before {
        right: 32%;
    }

    .diverseProduct-boxInn.four::after {
        right: 25%;
    }

    .diverseProduct-boxInn1.four1::before {
        right: 31%;
    }
    .join-trusted .swiper-pagination {
        bottom: 92px;
    }


    .digital-partner .why_absli_facilities_wrapper {
        max-width: 1120px;
    }

}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .join-trusted .section_head h2{margin-bottom: 30px;}
    .join-trustedArea{margin-top: 0;}

}


@media only screen and (max-width: 1366px) {


    .diverseProduct-boxInn1.one1::after {
        top: 41%;
    }

    .diverseProduct-boxInn1.two1::after {
        top: 57%;
    }

    .diverseProduct-boxInn1.three1::after {
        top: 41%;
    }

    .diverseProduct-boxInn1.four1::after {
        top: 56%;
    }

    .diverseProduct-boxInn.two::after {
        left: 35%;
    }

    .diverseProduct-boxInn1.two1::before {
        left: 43%;
    }

    .diverseProduct-boxInn.four::after {
        right: 35%;
    }

    .diverseProduct-boxInn1.four1::before {
        right: 42%;
    }

    .diverseProduct-boxInn1.one1::before {
        left: 42%;
    }

    .diverseProduct-boxInn.three::after {
        right: 35%;
    }

    .diverseProduct-boxInn1.three1::before {
        right: 42%;
    }

    .become-partnerDigi {
        margin-top: 20px;
    }

    .diverseProduct-box {
        width: 28%;
    }

    .digital-partner .why_absli_facilities_wrapper {
        gap: 30px;
        max-width: 900px;
    }

}


@media only screen and (max-width: 1280px) {
 

    .banner-textArea {
        margin-top: 60px;
    }

    .become-partnerDigi {
        margin-top: 40px;
    }

   

    .digital-partner .banner_form_input input, .digital-partner .banner_form_input .form_select {
        height: 45px;
    }

    .digital-partner .banner_form_input img {
        top: 4px;
    }

    .digital-partner .banner_form_input input.tut {
        height: 45px;
    }

    .digital-partner .banner_form_input.phone_number_wrapper span {
        top: 14px;
        font-size: 12px;
    }

    .digital-partner .btn.form_solid_btn {
        width: 160px;
        height: 48px;
    }

    .diverseProduct-box h4 {
        font-size: 18px;
    }

    .diverseProduct-box ul {
        padding: 0 40px;
    }

    .diverseProduct-box h4 img {
        max-width: 40px;
        min-height: 40px;
        margin-right: 5px;
    }

    .diverseProduct-box ul {
        padding: 0 50px;
        padding-right: 20px;
    }

    .agents-nationwideLeft .agents-nationwideCard h5 {
        font-size: 36px;
    }

    .agents-nationwideCard h5 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .accelerating-marke-card {
        width: 47.8%;
    }

    .join-trustedCardLeft {
        width: 48%;
    }   
    
    .join-trustedCardRight {
        width: 52%;
    }

    .accelerating-marke-right {
        width: 47%;
    }

    .accelerating-marke-left {
        width: 53%;
    }

    .become-partnerDigi {
        padding: 30px;
        width: 500px;
    }

    .digital-partner .banner_form_input {
        width: 48%;
    }

    .banner-textArea .banner_caption h1 {
        margin: 0px 0 12px;
    }

    .crafting-leftMain {
        margin-top: 30px;
    }

    .agents-nationwideRight {
        width: 57%;
    }

    .agents-nationwideLeft {
        width: 43%;
    }

    .diverseProduct-boxInn1.one1::after {
        top: 41%;
    }

    .diverseProduct-boxInn1.two1::after {
        top: 57%;
    }

    .diverseProduct-boxInn1.three1::after {
        top: 41%;
    }
    .diverseProduct-boxInn1.four1::after {
        top: 52%;
    }
    .diverseProduct-main{gap:20px;}

    .BecomeDigital-title {
        margin-bottom: 10px;
        font-size: 21px;
    }

    .digital-partner .facilities_box p {
        font-size: 18px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	.standout_graphic {
    width: 360px;
}

.standout_graphic img {
    max-width: 370px;
}

.standout_left_list {
    width: 140px;
    left: -20px;
    position: relative;
}

.standout_right_list {
    width: 170px;
    right: -40px;
}

.standout_list {
    gap: 490PX;
}

.standout_graphic h2 {
    font-size: 28px;
}

.standout_list ul {
    gap: 70px;
}
	
}

@media only screen and (max-width: 1024px) {


    .banner-textArea {
        margin-top: 36px;
    }

    .become-partnerDigi {
        margin-top: 2px;
    }

    .digital-partner .banner_form_input_wrapper {
        gap: 6px;
    }

    .digital-partner .btn.form_solid_btn {
        width: 154px;
        height: 46px;
    }

    .become-partnerDigi h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }    

    .become-partnerDigi {
        padding: 15px;
        width: 475px;
    }

    .diverseProduct-box h4 {
        font-size: 16px;
    }

    .diverseProduct-box h4 img {
        max-width: 30px;
        min-height: 30px;
        margin-right: 3px;
    }

    .diverseProduct-box ul {
        padding: 0px 38px;
        padding-right: 10px;
    }

    .diverseProduct-boxInn {
        padding: 12px;
    }

    .crafting-right {
        width: 48%;
    }

    .agents-nationwideCard p {
        font-size: 18px;
    }

    .BecomeDigital-main .imcon {
        width: 46px;
    }

    .BecomeDigital-main ul li {
        margin-bottom: 8px;
    }

    .BecomeDigital-title {
        margin-top: 15px;
    }

    .digital-partner .why_absli_facilities_wrapper {
        gap: 20px;
        max-width: 832px;
    }

    .digital-partner .facilities_box p {
        font-size: 16px;
    }

    .digital-partner .facilities_box img {
        width: 60px;
        height: 60px;
        margin-bottom: 14px;
    }

    .diverseProduct-box {
        width: 28%;
    }

    .digital-partner .why_absli_facilities_wrapper {
        flex-direction: row;
    }

    .digital-partner .facilities_box {
        width: 30%;
    }




}


@media only screen and (max-width: 992px) {

    .diverseProduct-main{gap: 10px;}

    .crafting-leftMain ul li span {
        width: 80%;
    }

    .crafting-leftMain ul li span br {
        display: none;
    }

    .digital-partner .banner_caption {
        width: 90%;
        padding: 0;
    }

    .diverseProduct-box {
        width: 48%;
        margin-bottom: 20px;
    }

.crafting-right img {
    object-fit: contain;
}

.crafting {
    padding: 60px 0;
}

.diverseProduct {
    padding: 60px 0;
}

.agents-nationwideRight {
    padding-left: 30px;
}

.agents-nationwide {
    padding: 60px 0;
}

.accelerating-market {
    padding: 60px 0;
}

.accelerating-marke-left {
    width: 45%;
}

.accelerating-marke-right {
    width: 50%;
}

.accelerating-marke-right h6 {
    font-size: 18px;
}

.accelerating-marke-right p {
    font-size: 15px;
    margin-top: 12px;
}

.join-trusted {
    padding: 60px 0;
    padding-bottom: 110px;
}

.navbuttons--wrap .slider-arrow-swi .nav-buttons{bottom: 50px;}
.join-trusted .swiper-pagination {bottom: 62px;}

.join-trustedCardRight {
    padding-left: 40px;
    padding-right: 0;
}

.agents-nationwideCard h5 {
    font-size: 26px;
    margin-bottom: 8px;
}

.agents-nationwideLeft .agents-nationwideCard h5 {
    font-size: 32px;
}

.agents-nationwideLeft img {
    width: 97px;
    margin-bottom: 30px;
}

.become-partnerDigi {
    width: 90%;
    position: absolute;
    bottom: 87px;
    left: 0;
    right: 0;
    margin: auto;
}

.digital-partner .banner_form_input {
    width: 49%;
}

.accelerating-marke-card img {
    max-width: 45px;
    max-height: 45px;
}

.banner_wrapper img.hidden-lg {
    /* height: 80vh; */
}

.digital-partner .banner-items-wrapper {
    padding: 0 20px;
}

.diverseProduct-box h4 {
    font-size: 18px;
}

.diverseProduct-box ul li {
    margin-bottom: 14px;
    font-size: 14px;
}

.diverseProduct-box ul li::before {
    width: 6px;
    height: 6px;
}

.banner-textArea {
    margin-top: 0px;
}
.digital-partner .agents-nationwide .gi_sec_head h2 br{display: none;}
.join-trusted .swiper.join-trusted-slider {
    padding-bottom: 0;
}

.digital-partner .why_absli_facilities_wrapper {
    gap: 20px;
    max-width: 600px;
}

.digital-partner .facilities_box {
    padding: 0px 10px;
}

.digital-partner .why_absli_Wrapper {
    padding: 60px 0 68px;
}

.standout_graphic {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.standout_list {
    gap: 10px;
    position: relative;
    flex-direction: column;
    padding: 0 20px;
}

.standout_graphic h2 {
    font-size: 30px;
    position: relative;
    width: 90%;
}

.standout_list ul li {
        font-size: 12px;
        text-align: left;
        display: flex;
        align-items: center;
        gap: 10px;
    }

.standout_list ul {
    gap: 10px;
}

.standout_left_list {
    width: 100%;
}

.standout_graphic img {
    display: none;
}

.standout_right_list {
    width: 100%;
    right: 0;
}

.standout_list ul li:before, .standout_list ul li:after {
    display: none;
}

.standout_right_list ul li:nth-child(2) {
    right: 0;
}

.standout_left_list ul li:nth-child(2) {
    left: 0;
}

.standout_list ul li span {display: block;padding: 9px;border-radius: 8px;}
.standout_list ul li img {

max-width: 30px;
}

.standout_left_list ul li:nth-child(1) span, .standout_right_list ul li:nth-child(3) span {background: #CCC;);}

.standout_left_list ul li:nth-child(2) span, .standout_right_list ul li:nth-child(2) span {
    background: #70B865;
}

.standout_left_list ul li:nth-child(3) span, .standout_right_list ul li:nth-child(1) span {
    background: #FFD65C;
}


}



@media only screen and (max-width: 650px) {

    .crafting-left {
        width: 100%;
    }

    .crafting-right {
        width: 100%;
        position: absolute;
        top: 160px;
        left: 0;
        padding: 0 20px;
    }

    .crafting-leftMain ul li img {
        width: 45px;
    }

    .crafting-main {
        flex-direction: column-reverse;
    }

    .crafting-left {
        margin-top: 0px;
    }

    .agents-nationwideLeft .agents-nationwideCard h5 {
        font-size: 40px;
        padding-left: 0;
        margin-bottom: 0;
    }

    .agents-nationwideLeft img {
        width: 70px;
        margin-bottom: 0;
        position: relative;
        left: 0;
        top: 0;
    }

    .diverseProduct-main {
        gap: 0;
    }

    .agents-nationwideLeft .heding-boxbox{
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
    }

    .accelerating-marke-left img {
        display: none;
    }

    .accelerating-marke-right {
        margin-top: 50px;
    }

    .crafting-leftMain {
        margin-top: 320px;
    }

    .crafting-leftMain ul li:last-child {
        margin-bottom: 0;
    }

    .agents-nationwideLeft {
        width: 100%;
        border-right: 0;
        padding-right: 0;
    }

    .agents-nationwideRight {
        padding-left: 0px;
        width: 100%;
    }

    .agents-nationwideRight {
        margin-top: 8px;
    }

    .agents-nationwideCard {
        margin-bottom: 24px;
    }

    .agents-nationwideCard h5 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .agents-nationwideCard p {
        font-size: 15px;
    }

    .agents-nationwideLeft .agents-nationwideCard p {
        font-size: 16px;
    }

    .accelerating-marke-left {
        width: 100%;
    }

    .accelerating-marke-right {
        width: 100%;
    }

    .accelerating-marke-card {
        width: 100%;
    }

    .accelerating-marke-card:nth-child(2) {
        position: inherit;
        top: 50%;
        transform: none;
    }

    .accelerating-marke-left img {
        width: 100%;
        margin-top: 40px;
    }

    .accelerating-marke-right {
        margin-top: 40px;
    }

    .join-trustedCardLeft {
        width: 100%;
    }

    .join-trustedCardRight {
        padding-left: 0;
        width: 100%;
        margin-top: 36px;
    }

    .join-trustedCardRight img {
        width: 22px;
        margin-bottom: 4px;
    }

    .join-trustedArea {
        margin-top: 30px;
    }

    .digital-partner .section_head h2 br {
        display: none;
    }

    .diverseProduct-box {
        width: 100%;
        margin-bottom: 15px;
    }

    .diverseProduct .custom-container {
        padding: 0px 16px;
    }

    .digital-partner .accelerating-marke-left .gi_sec_head h2 {
        text-align: center;
        margin-bottom: 0;
        width: 100%;
    }

    .digital-partner .banner_caption {
        width: 100%;
        padding: 0;
    }

    .agents-nationwide {
        padding-top: 70px;
    }

    .digital-partner .gi_circle_content {
        padding: 8px;
    }

    .banner_wrapper {
        height: 720px;
    }

    .digital-partner .banner-items-wrapper {
        top: 20px;
    }

    .banner_wrapper img.hidden-lg {
        /* height: 80vh; */
        margin-top: 80px;
    }

    .become-partnerDigi {
        width: 90%;
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        margin: auto;
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .digital-partner .banner_form_input {
        width: 100%;
    }

    .digital-partner .btn.form_solid_btn {
        margin: auto;
        margin-top: 10px;
    }

    .crafting .gi_sec_head h2 {
        text-align: center;
    }

    .become-partnerDigi h3 {
        text-align: center;
    }

    .banner-textArea .banner_caption h1 {
        margin: 0px 0 12px;
    }

    .banner-textArea .banner_caption p {
        line-height: 18px;
    }

    .banner-textArea .banner_caption p br {
        display: none;
    }

    .digital-partner .gi_circle_wrapper,  .digital-partner .homeload_body.business_loan_body .gi_circle_wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .diverseProduct-boxInn1.one1::before {
        left: 39%;
    }

    .diverseProduct-boxInn1.two1::before {
        right: 35%;
        left: auto;
        top: -3px;
        bottom: auto;
    }

    .diverseProduct-boxInn1.three1::after {
        top: 62%;
        left: -3px;
        right: auto;
    }

    .diverseProduct-boxInn1.four1::after {
        top: 35%;
    }

    .diverseProduct-boxInn.four::after {
        right: 29%;
    }

    .diverseProduct-boxInn1.four1::before {
        right: 36%;
    }

    .diverseProduct-boxInn.three::after {
        left: 29%;
        right: auto;
    }

    .diverseProduct-boxInn1.three1::before {
        left: 36%;
        right: auto;
    }

    .diverseProduct-boxInn.two::after {
        left: auto;
        top: -1px;
        bottom: auto;
        right: 28%;
    }

    .diverseProduct-boxInn1.two1::after {
        top: 54%;
        right: -3px;
        left: auto;
    }

    .diverseProduct-boxInn1.one1::after {
        top: 55%;
    }

    .diverseProduct-boxInn.one::after {
        left: 28%;
    }

    .diverseProduct-boxInn1.one1::before {
        left: 35%;
    }

    .digital-partner .banner_form_input img {
        top: 5px;
    }

    .diverseProduct-box.three::after {
        content: "";
        position: absolute;
        right: auto;
        left: 0;
        top: 0;
        border-left: 1px solid #FAA61A;
        border-top: 1px solid #FAA61A;
        border-right: 0;
        border-bottom: 0;
        width: 100px;
        height: 100px;
        border-radius: 24px 0 0 0;
        z-index: 0;
    }

    .diverseProduct-boxInn.three::before {
     right: auto;
        left: -1px;
    }


    .diverseProduct-box.two::after {
        content: "";
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        border-right: 1px solid #8B151B;
        border-top: 1px solid #8B151B;
        border-left: 0;
        border-bottom: 0;
        width: 100px;
        height: 100px;
        border-radius: 0 24px 0 0px;
        z-index: 0;
    }

    .diverseProduct-boxInn.two::before {
        right: -1px;
        left: auto;
    }

    .join-trusted .nav-buttons{display: none;}

    .join-trusted{padding-bottom: 70px;}
    .join-trusted .swiper-pagination {
        bottom: 32px;
    }

.BecomeDigital-left {
    width: 100%;
    margin-bottom: 18px;
}

.BecomeDigital-partner .gi_sec_head p br {
    display: none;
}

.BecomeDigital-main ul li {
    font-size: 15px;
}

.BecomeDigital-main ul li::before {
    width: 18px;
    height: 18px;
}

.BecomeDigital-main ul li {
    padding-left: 25px;
}

.BecomeDigital-left {
    padding: 20px;
    border-radius: 16px;
}

.BecomeDigital-main .imcon {
    width: 42px;
}

.BecomeDigital-partner .gi_sec_head p {
    font-size: 15px;
}

.BecomeDigital-main {
    margin-top: 30px;
}

.digital-partner .facilities_box {
    width: 47%;
}

.digital-partner .why_absli_facilities_wrapper {
    gap: 12px;
    max-width: 100%;
}

.digital-partner .facilities_box p {
    font-size: 15px;
}

.digital-partner .why_absli_facilities {
    margin-top: 53px;
}

.digital-partner .facilities_box img {
    width: 52px;
    height: 52px;
    margin-bottom: 14px;
}

.diverseProduct-box {
    height: 270px;
}

.gi_sec_head h2 br {
    display: none;
}




}


@media only screen and (max-width: 400px) {

    .become-partnerDigi {
        bottom: 20px;
    }

    .crafting-leftMain {
        margin-top: 310px;
    }

}

@media only screen and (max-width: 370px) {


    .become-partnerDigi {
        bottom: 45px;
    }


}