.contact_left{
    padding: 2rem 1rem;
    height: 100%;
}
.input_flex__box input,.input_flex__box textarea{
	border-radius: 8px;
}
.contact_wrapper__right {
    padding: 3rem 5rem;
    height: 100%;
    background-color: #f0f0f054;
}
.contact_left__box {
    background-color: var(--white-color);
    padding: 1rem;
    display: flex;
    gap: 12px; 
    align-items: center;
}

.contact_left__box-icon i {
    height: 66px;
    width: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #C69401;
    font-size: 30px;
    border-radius: 10px;
    color: #C69401;
}

.contact_left__box-info h3 {
    font-size: 20px;
    font-weight: 700;
}

.contact_left__box-info p {
    color: #434343;
    margin-top: 3px;
}

.contact_wrapper__right{
    text-align: center;
	    border-radius: 10px;
}
.contact_wrapper__right h3{
    font-weight: 600;
    font-size: 30px;
}
.contact_wrapper__right p{
    font-size: 17px;
    margin-top: 10px;
}

@media(max-width:768px){
    .contact_left__box-icon i{
        height: 42px;
        width: 42px;
        font-size: 18px;
    }
    .contact_left__box-info h3{
        font-size: 18px;
    }
    .contact_left__box-info p{
        font-size: 14px;
    }
    .contact_wrapper__right h3{
        font-size: 25px;
    }
	
	.input_flex {
		display: unset;
	}
	.contact_wrapper__right p {
		margin-bottom:5px!important;
	}
	.custom-dropdown{
		    margin-bottom: 10px;
	}
	.dropdown-selected {
		text-align: justify;
	}
}