.modal-area2 .popup-close {
    background-color: transparent;
    border: 0
}

.modal-area2 .modal-dialog {
    max-width: 64%;
    width: 100%;
    margin: 22px auto
}

.modal-area2 .modal {
    background: rgba(29, 29, 31, .5);
    backdrop-filter: blur(5px)
}

.modal-area2 .popup-content-part {
    background-color: #ececec;
    border-radius: 5px;
    overflow: hidden
}

.modal-area2 .popup-content,
.modal-area2 .popup-right {
    overflow-y: auto;
    overflow-x: hidden
}

.modal-area2 .popup-left-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: .64px;
    margin-bottom: 12px;
    text-transform: none;
    color: #181818
}

.modal-area2 .popup-left-content h6,
.modal-area2 .popup-left-content p {
    line-height: 25.28px;
    letter-spacing: .32px
}

.modal-area2 .popup-left-content h6 {
    color: rgba(16, 16, 16, .5)
}

.modal-area2 .popup-left p {
    padding-bottom: 18px;
    color: rgba(16, 16, 16, .5);
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 0
}

.modal-area2 .popup-left .popup-left-top {
    border-bottom: 1px solid rgba(29, 29, 31, .1)
}

.modal-area2 .popup-left h4 {
    color: #101010;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 32px;
    letter-spacing: .4px;
    margin: 20px 0 10px
}

.popup-left-btm {
    margin-bottom: 18px
}

.modal-area2 .popup-left {
    padding: 0 42px 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-x: hidden
}

.modal-area2 .popup-content-part .col-lg-5 {
    padding-top: 64px;
    padding-bottom: 64px;
    overflow: hidden
}

.modal-area2 .popup-right {
    padding: 0 50px;
    background-color: #e6e6e6
}

.modal-area2 .popup-left-content h6 {
    margin-bottom: 40px
}

.modal-area2 .popup-right h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: .64px;
    margin-bottom: 12px;
    text-transform: none;
    color: #101010
}

.modal-area2 .popup-right .form-group label {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 25px;
    letter-spacing: .4px;
    color: #181818
}

.modal-area2 .popup-right .form-group {
    margin-bottom: 26px
}

.modal-area2 .popup-right .form-styl {
    font-size: 1.6rem;
    background-color: transparent;
    padding: 12px 26px;
    border-radius: 0;
    border: 1px solid rgba(29, 29, 31, .1);
    box-shadow: none;
    resize: none;
    font-weight: 400;
    letter-spacing: .32px;
    text-transform: initial;
    color: rgba(115, 115, 116, .5);
    font-style: italic
}

.modal-area2 .popup-right .form-styl:focus {
    border: 1px solid rgba(16, 16, 16, .5)
}

.modal-area2 .popup-right .form-styl:placeholder {
    color: rgba(115, 115, 116, .5)
}

.modal-area2 .popup-right .form-styl:-ms-input-placeholder {
    color: rgba(115, 115, 116, .5)
}

.modal-area2 .popup-right .form-styl::placeholder {
    color: rgba(115, 115, 116, .5)
}

.modal-area2 .popup-right .form-styl:focus:-ms-input-placeholder {
    color: rgba(115, 115, 116, .5)
}

.modal-area2 .popup-right .form-styl:focus::placeholder {
    color: rgba(115, 115, 116, .5)
}

.modal-area2 .popup-right textarea.form-styl {
    height: auto
}

.modal-area2 .popup-right .common-btn {
    max-width: max-content;
    width: 100%;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #05b128;
    background-color: #05b128;
    padding: 12px 20px;
    display: inline-block;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-transform: none;
    transition: .5s;
    -webkit-transition: .5s
}

.modal-area2 .popup-right .common-btn:active,
.modal-area2 .popup-right .common-btn:focus,
.modal-area2 .popup-right .common-btn:hover {
    border-color: #05b128;
    background-color: transparent;
    color: #05b128
}

.modal-area2 .popup-right .txt-btn {
    position: relative
}

.modal-area2 .popup-right .txt-btn::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
    content: '';
    width: 17px;
    height: 17px;
    background-image: url(../images/form-popup-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: .5s;
    -webkit-transition: .5s
}

.modal-area2 .popup-right .txt-btn:hover::after {
    filter: brightness(0) saturate(100%) invert(62%) sepia(81%) saturate(4954%) hue-rotate(102deg) brightness(96%) contrast(96%);
    -webkit-filter: brightness(0) saturate(100%) invert(62%) sepia(81%) saturate(4954%) hue-rotate(102deg) brightness(96%) contrast(96%)
}

.modal-area2 .common-btn::after,
.modal-area2 .popup-right .common-btn::before,
.modal-backdrop.fade.show {
    display: none
}

.modal-area2 .popup-right p {
    color: rgba(16, 16, 16, .5);
    margin-top: 15px
}

.modal-area2 .close-img {
    top: 10px;
    background-color: transparent;
    display: block;
    position: absolute;
    right: 20px;
    height: auto;
    width: auto
}

.modal-area2 .close-img:hover {
    color: rgba(3, 3, 3, .2)
}

.modal-area2 .popup-content-part .col-lg-5 {
    width: 44%
}

.modal-area2 .popup-content-part .col-lg-7 {
    width: 55%;
    padding: 50px 0 40px;
    background-color: #e6e6e6
}

.modal-area2 .form-input-img {
    background-image: url(../images/popup-form-input-img.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 250px;
    max-width: 250px
}

.modal-area2 .form-input-img-part {
    display: flex;
    max-width: calc(100% - 30px);
    width: 100%;
    margin-left: auto
}

.modal-area2 .form-input-img-part .form-styl {
    padding: 12px 15px;
    border: 0
}

.modal-area2 .form-input-img.form-styl {
    padding-left: 50px;
    font-size: 1.8rem;
    text-transform: uppercase !important
}

.modal-area2 .popup-form-img-upload h5 {
    font-size: 1.4rem;
    text-transform: none;
    color: rgba(115, 115, 116, .5)
}

.modal-area2 .form-img-upload p {
    color: rgba(24, 105, 255, .75)
}

.modal-area2 .each-popup-form-img-upload {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px 0;
    margin-bottom: 17px
}

.popup-right .popup-left-top {
    margin-bottom: 15px;
    display: none
}

.modal-area2 .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-area2 .form-popup-carimage {
    background-image: url(../images/popup-car-image2.jpg)
}

.modal-area2 .form-input-img:focus {
    outline: rgba(16, 16, 16, 1) dotted 1.3px !important
}

.modal-area2 .popup-right .kenteken-tick {
    position: relative;
    max-width: 489px
}

.modal-area2 .tick-sub {
    background-color: rgb(47 128 237) !important;
    border: 1px rgb(47 128 237) !important;
    max-height: 50px !important
}

.modal-area2 .tick-sub:hover {
    background-color: rgb(85 149 236) !important;
    color: #fff !important
}

.modal-area2 .popup-right .tick-sub::after {
    filter: brightness(1) !important
}

.modal-area2 .tick::after {
    content: "";
    position: absolute;
    right: 41%;
    top: 50px;
    background-image: url(../images/tick.svg);
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px
}

.modal-area2 .popup-right .kenttick {
    display: flex;
    column-gap: 40px
}

.popup-left-top {
    margin-bottom: 20px
}

.popup-right p {
    font-size: 1.4rem;
    line-height: 20px
}

.modal-area2 .modal.show {
    display: flex !important;
    align-items: center
}

.popup-right a {
    text-decoration: underline;
    color: rgba(16, 16, 16, .5) !important
}

.popup-right a:hover {
    color: #181818
}

.modal-area2 .formErrorContent {
    color: red
}