.form-col{
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
}

.points-col{
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
    /* background: #FBF9FF; */
}

.why-dealer-list{
    list-style-type: none;
    padding-inline-start: 0;
}

.why-dealer-item{
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.why-dealer-item:last-of-type{
    margin-bottom: 0;
}

.nl-bullet-icon{
    width: 50px;
    height: 30px;
    margin-inline-end: 1.25rem;
}

html[dir="rtl"] .nl-bullet-icon{
    transform: rotate(-180deg);
}

.item-header{
    min-width: fit-content;
    margin-inline-end: 1rem;
}

.country-code-wrapper{
    width: 32%;
}

@media(max-width: 800px){

body:not(.rtl) .country-code-btn{
    background-position: right 0.25rem center !important;
}
}



.country-code-btn a{
    margin-left: -9px !important;
}

.telephone-wrapper{
    width: 65%;
}

.radio_nl{
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0.25rem;
    margin-inline-end: 0.5rem;
    border: 0.8px solid #1F0A54;
    border-radius: 50%;
    vertical-align: sub;
}

.radio_nl::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.radio input:checked + .radio_nl::after{
    background: #1F0A54;
}

.nL-checkbox{
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 2px;
    margin-inline-end: 0.75rem;
    border: 0.8px solid #1F0A54;
    border-radius: 2px;
}

.nL-checkbox i{
    display: block;
    color: #fff;
    transform: scale(0);
}

.terms-text{
    display: inline-block;
}

#privacy-check:checked + .privacy-label-inner .nL-checkbox{
    background: #1F0A54;
}

#privacy-check:checked + .privacy-label-inner .nL-checkbox i{
    transform: scale(1);
}

/* Toggle bg-color faq section */

.homepage-faqs-section {
    /* background: #fff !important; */
}

/* .accordion-button{
    background: #fff !important;
} */

/* .accordion-body{
    background: #fff !important;
} */

@media(min-width: 768px){
    .why-become-dealer-section{
        padding-top: 4rem;
        padding-bottom: 5.5rem;
    }

    .form-col{
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
    
    .points-col{
        padding-top: 0rem;
        padding-bottom: 0rem;
        padding-inline-end: 4rem;
        /* background: #fff; */
    }

    .nl-bullet-icon{
        margin-inline-end: 0.75rem;
    }

    .item-header{
        min-width: fit-content;
        margin-inline-end: 0.75rem;
    }
    
    .why-dealer-item{
        margin-bottom: 2rem;
    }

    /* Toggle bg-color faq section */

    .homepage-faqs-section {
        /* background: #FBF9FF !important; */
    }

    .accordion-button{
        /* background: #FBF9FF !important; */
    }

    /* .accordion-body{
        background: #FBF9FF !important;
    } */

    
    .country-code-wrapper{
        width: 35% !important;
    }
    
    .telephone-wrapper{
        width: 63% !important;
    }
    
}
@media(max-width: 800px){
    .country-code-wrapper{
        width: 35% !important;
    }
    
    .telephone-wrapper{
        width: 63% !important;
    }
}

@media(max-width: 350px){
    .country-code-wrapper{
        width: 40% !important;
    }
    
    .telephone-wrapper{
        width: 59% !important;
    }
  }

  @media(max-width: 300px){
    .country-code-wrapper{
        width: 44% !important;
    }
    
    .telephone-wrapper{
        width: 55% !important;
    }
  }

@media(min-width: 905px){
    .points-col{
        padding-inline-end: 4.5rem;
    }

    .nl-bullet-icon{
        margin-inline-end: 1.25rem;
    }
}

@media(min-width: 1240px){
    .why-become-dealer-section{
        padding-top: 5.5rem;
        padding-bottom: 7.25rem;
    }
}

.loader
{
    display:none;
}

.country-code-dropdown .country-code-btn{
    background-color: #FFF;
    color: #494949;
    font-size: 1rem;
    }
    
    .dropdown-menu{
      max-height: 300px;
        overflow: scroll; 
    }

    html[dir="rtl"] .text-right-ar[dir='ltr'] {
        text-align: revert;
    }

    html[dir="rtl"] .country-code-btn .select-list-link{
        margin-left: 0px!important;

    } 

    /*.why-become-dealer-section.colored_bg{
        background-color: #FBF9FF;
    } */

    .country-code-dropdown .country-code-arrow{
        display: block;
        width: 100%;
        padding: 0.375rem 2.25rem 0.375rem 0.75rem;
        -moz-padding-start: calc(0.75rem - 3px);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
        background-repeat: no-repeat;
        background-position: right 0.75rem center;
        background-size: 16px 12px;
        border: 1px solid #ced4da;
        border-radius: 0.375rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        appearance: none;
        }
      
        html[dir="rtl"] .country-code-btn[dir='ltr'] {
          background-position: left 0.75rem center !important;
        }