
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    background-color: #f1faf5;
}
/* .input-box-sec {
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}
.input-border::before, .input-border::after {
	-webkit-box-shadow: none;
	box-shadow: none;
	bottom: 0;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 0;
	-webkit-transition: 0.6s ease-in-out all;
	transition: 0.6s ease-in-out all;
}
 .input-border::before {
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	left: 0%;
}
 .input-border::after {
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	right: 0%;
}
 .input-border {
	opacity: 0;
}
.input-border {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}
.input-box-sec input[type="text"]:focus ~ .input-border::before, .input-box-sec input[type="text"]:focus ~ .input-border::after {
	width: 100%;
    
}
.border input[type="text"]:focus ~ .input-border {
	opacity: 1;
	width: 100%;
}
.form-control:focus{
    box-shadow: none;
    border: unset;
} */


.form-box-content label{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #1e1d21;
    font-weight: 600;
    margin-bottom: 2px;
    text-transform: capitalize;

}
.form-box{
    margin: 30px auto;
    max-width: 800px;
    margin: auto;
}
.form-box input:focus, .form-box textarea:focus{
    border: 1px solid #1e1d21;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(30, 29, 33, .6);
}
.form-box h1 {
    font-size: 35px;
    font-family: "Poppins", sans-serif;
    color: #1e1d21;
    font-weight: 600;
    text-align: center;
}
.form-box-content input, .form-box-content select{
    border: 1px solid #e4e4e4;
    font-size: 15px;
    line-height: 1;    
    padding-left: 20px;
    height: 46px;
    border-radius: 0;
    color: #757575;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}
.form-box-content textarea {
    border: 1px solid #e4e4e4;
    font-size: 15px;
    line-height: 1;    
    /* padding-left: 20px; */
    padding: 15px 15px 15px 20px;
    border-radius: 0;
    color: #757575;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.form-box-content .select2-container .select2-selection--single,.form-box-content .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 46px;
    border-radius: 0;
}
.form-box-content .select2-container--default .select2-selection--single .select2-selection__rendered, .form-box-content .select2-container--default .select2-selection--single .select2-selection__clear {
    line-height: 46px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #1e1d21;
    color: white;
}
.form-box-content .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #757575;
    font-family: "Poppins", sans-serif;
    font-size: 14px;

}

.form-box-content .select2-container--default .select2-selection--single{
    border: 1px solid #e4e4e4;
}
.form-submit-btn-wrap{
    margin-top: 30px;
}
.form-submit-btn-wrap button{
    outline-style: none;
    border: 0;
    background-color: #1e1d21;
    padding: 0;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #fff;
    height: 54px;
    transition: all 0.4s;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 10px 35px;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    justify-content: center;
    text-transform: capitalize;
    border: 2px solid #1e1d21;
}
.form-submit-btn-wrap button:hover{
    background: #f5f5f5;
    border: 2px solid #1e1d21;
    color: #1e1d21;
}

.main-header__logo_link>img {
    max-width: 115px;
}

@media (max-width: 1199px) {
    .form-box h1{
        font-size: 32px;
    }
}

@media (max-width: 991px) {
.form-box h1 {
    font-size: 28px;
}
.form-box{
    padding: 20px ;
}
}

@media (max-width: 767px) {
    .form-box h1 {
        font-size: 20px;
        padding-top: 20px !important;
    }
   
    .form-submit-btn-wrap button{
        font-size: 16px;
        height: 48px;

    }
}
@media (max-width: 767px) {
    .form-box h1 {
        font-size: 18px;
        padding-top: 0px !important;
    }
}