/********form-popup*********/
.modal-area2 .modal-dialog {
    max-width: 64%;
    margin: 22px auto 0;
}
.modal-area2 .modal {
	background: rgba(29, 29, 31, 0.5);
}
.modal-area2 .popup-content-part {
    background-color: #ECECEC;
    border-radius: 5px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-area2 .popup-left-content h2 {
    font-size: 2rem;
   	font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.64px;
    margin-bottom: 12px;
	text-transform: none;
    color: #101010;
}
.modal-area2 .popup-left-content p,
.modal-area2 .popup-left-content h6 {
	line-height: 25.28px;
	letter-spacing: 0.32px;
}
.modal-area2 .popup-left-content h6 {
	color: rgba(16, 16, 16, 0.50);
}
.modal-area2 .popup-left-content p {
	border-bottom: 1px solid rgba(16, 16, 16, 0.50);
	padding-bottom: 18px;
	color: rgba(16, 16, 16, 0.50);
}
.modal-area2 .popup-left-content h4 {
    color: #101010;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 32px;
    letter-spacing: 0.4px;
    margin: 30px 0 20px;
}
.modal-area2 .popup-left {
	padding: 53px 50px 50px;
}
.modal-area2 .popup-right {
    padding: 53px 50px 50px;
    background-color: #e6e6e6;
}
.modal-area2 .popup-left-content h6 {
	margin-bottom: 40px;
}
.modal-area2 .popup-right h2 {
    font-size: 2rem;
	font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.64px;
    margin-bottom: 12px;
	text-transform: none;
    color: #101010;
}
.modal-area2 .popup-right .form-group label {
	font-weight: 500;
    margin-bottom: 10px;
    font-size: 16px;
}
.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(16, 16, 16, 0.5);
    box-shadow: none;
    resize: none;
    font-weight: 500;
	color: #101010;
}
.modal-area2 .popup-right .form-styl:focus {
    border: 1px solid rgba(16, 16, 16, 0.5);
}
.modal-area2 .popup-right .form-styl:focus::first-letter{
    text-transform: capitalize;
}
.modal-area2 .popup-right .form-styl:placeholder {
	color: #101010;
}
.modal-area2 .popup-right .form-styl:-ms-input-placeholder {
	color: #101010;
}
.modal-area2 .popup-right .form-styl::placeholder {
    color: #101010;
}
.modal-area2 .popup-right .form-styl:focus:-ms-input-placeholder{
	color: #101010;
}
.modal-area2 .popup-right .form-styl:focus::placeholder{
	color: #101010;
}
.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: all 0.5s;
    -webkit-transition: all 0.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;
    padding-right: 55px;
    font-size: 1.6rem;
}
.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: all 0.5s;
    -webkit-transition: all 0.5s;
}
.modal-area2 .popup-right .txt-btn:hover::after{
	/* right: -1rem;  */
    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 .popup-right p {
	color: rgba(16, 16, 16, 0.5);
	margin-top: 15px;
}
/*.modal-area2 .close-img {
    top: 10px;
    right: 10px;
    background-color: transparent;
    display: block;
}*/
.modal-area2 .close-img {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    height: 0;
    width: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-area2 .close-img:hover {
	color: rgba(3, 3, 3, 0.2);
}
.modal-area2 .popup-content-part .col-lg-5 {
	width: 44%;
}
.modal-area2 .popup-content-part .col-lg-7 {
	width: 56%;
}
.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;
    /* font-weight: 600 !important; */
} 
.modal-area2 .popup-form-img-upload h5 {
	font-size: 1.6rem;
	text-transform: none;
	color: rgba(16, 16, 16, 0.50);
}
.modal-area2 .form-img-upload p {
	color: rgba(24, 105, 255, 0.75);
}
.modal-area2 .each-popup-form-img-upload {
    border-radius: 5px;
    border: 1px solid rgba(0, 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;
    height: 700px;
}
/* .modal-area2 .form-input-img:focus {
    background-image: url(../images/popup-form-input-img.jpg);
} */
.modal-area2 .form-popup-carimage{
    background-image: url(../images/popup-car-image2.jpg);
}
.modal-area2 .form-input-img:focus {
    outline: 1.3px dotted rgba(16, 16, 16, 1) !important;
    /* border: none !important; */
}
/* .modal-area2 .form-input-img::after{
    background-image: url(../images/tick.svg);
    max-width: 25px;
    max-height: 25px;
    position: absolute;
    right: 0px;
    top: 66%;
    transform: translateY(-50%)
} */
.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;
    /* border: 1px 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: 47px;
    /* transform: translateY(-50%); */
    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;
}