.form-box{
background: var(--white-color);
color: var(--primary-color);
padding: 6.4rem 4.8rem;
border-radius: 0.4rem;
}
.form-box .phone_show_button .phone_show a {
color: none;
}
#formNotice {
max-height: 29rem;
overflow: hidden;
position: relative;
-moz-transition: max-height .25s ease-in-out;
-o-transition: max-height .25s ease-in-out;
-webkit-transition: max-width .24s;
transition: max-height .25s ease-in-out;
}
#formNotice.active{
max-height: none;
}
.formNotice-btn{
text-align: right;
}
#formNotice p{
margin-top: 0.4rem;
}
@media(min-width:992px) and (max-width:1199px){
.form-contact-info h4{
font-size: 2.8rem !important;
}
.form-box:has(.h2){
padding: 4.8rem 3.2rem;
}
.form-box:has(h3){
padding: 6.4rem 3.2rem;
}
.form-contact-text{
font-size: 1.6rem;
}
.form-box .h2 {
font-size: 4.5rem !important;
line-height: 5rem !important;
}
.form-box h3{
font-size: 4rem !important;
}
}
@media(min-width:768px) and (max-width:991px){
.form-contact-info h4{
font-size: 2.8rem !important;
}
.form-box:has(.h2){
margin-top: 4.8rem;
padding: 4.8rem;
}
.form-box:has(h3){
padding: 6.4rem 3.2rem;
}
.form-box h3{
font-size: 3.8rem !important;
}
}
@media(max-width:767px){
.form-contact-info h4{
font-size: 2.8rem !important;
}
.form-contact-text{
font-size: 1.6rem;
}
.form-box:has(.h2){
margin-top: 3.2rem;
padding: 3.2rem 1.6rem;
}
.form-box:has(h3){
padding: 6.4rem 1.6rem;
margin-top: 2.4rem;
}
.form-box .h2 {
font-size: 4rem !important;
line-height: 4.6rem !important;
}
.form-box h3{
font-size: 4rem !important;
}
.form-contact{
margin-top: 6.4rem !important;
}
.form-contact-outer .col-xl-4 .form-contact{
margin-top: 3.2rem !important;
}
#formNotice {
max-height: 28rem;
margin-bottom: 1rem;
}
}