

main{
    margin-top: 120px;
}
#container{
    
    width: 100%;
}

/* ||  fb-up-bg-div **********************************************************/
#fb-up-bg-div{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #f8f8f8;
}


#fb-up-bg-div > #text{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#fb-up-bg-div > #text h1{
    padding-top: 5px;
    font-size:35px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--theme-color-text_dark);
    font-family: var(--font-archivo);
    text-transform: uppercase;
}




/* ||  fb-lower-main-div **********************************************************/
#fb-lower-main-div{
    max-width: 1900px;
    width: 95%;
    margin: 30px auto;
    display: flex;
    flex-flow: row wrap;
}
#fb-lower-main-div > div{
    width: 48%;
    margin: 60px 0.5%;
    position: relative;
}
/* ||  fb-up-bg-div-text **********************************************************/
#fb-lower-main-div-text > #logo{
    display: flex;
    align-items: center;
    justify-content: center;
}


#fb-lower-main-div-text > #logo a{
    display: flex;
    flex-flow: column;
    width: 300px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
#fb-lower-main-div-text> #logo a > img{
    width: 90%;    
}
#fb-lower-main-div-text > #logo a > p{
    font-family: var(--font-Bebas);
    font-size: 44px;
    color: #2e2b27bc;
    letter-spacing: 2px;
    margin-left: 5px;
}



#fb-lower-main-div-text{
    padding-top: 40px ;
}
#fb-lower-main-div-text > #header{
    font-family: var(--font-apple-system);
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: -0.2px;
    color: #19508d;
    text-align: left;
    margin: 20px;
} 

#fb-lower-main-div-text > #paragra-upper {
    font-size: 34px;
    line-height: 1.5;
    text-transform: none;
    color: #1a202c;
    font-family: var(--font-apple-system);
    margin: 10px 20px;
}

#fb-lower-main-div-text > #paragra-lower{

    font-family: var(--font-apple-system);
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: -0.2px;
    color: #19508d;
    margin: 10px 20px;
}
#fb-lower-main-div-text > #call-email{
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-top: 50px;
    width: 90%;
}
#fb-lower-main-div-text > #call-email > div{
    display: flex;
    flex-direction: row;
    text-align: left;
    
}
#fb-lower-main-div-text > #call-email > #call{
    width: 200px;
    margin-bottom: 20px;
}
 
#fb-lower-main-div-text > #call-email a img{
    width: 55px;
    height: 55px;
    margin-right: 10px;
}
#fb-lower-main-div-text > #call-email #text{
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    color: #1a202c;
    font-family: var(--font-apple-system);
}
#fb-lower-main-div-text > #call-email a{
    font-size: 18px;
    line-height: 1.5;
    text-transform: none;
    color: red;
    font-family: var(--font-apple-system);
    position: relative;
    top: -2px;

}






@media(max-width: 1023px){
    #fb-lower-main-div-text{
        padding-top: 0 ;
    }
    #fb-lower-main-div > div{
        width: 98%;
        margin: 0px 0.5%;
    }

}

@media (max-width: 767px){


    #fb-lower-main-div-text{
        padding-top: 0 ;
    }
    #fb-lower-main-div > div{
        width: 98%;
        margin: 0px 0.5%;
    }

    #fb-lower-main-div-text > #call-email{
        margin-left: 30px;
        justify-content: start;
    }
     
}
@media (max-width: 500px){
    main{
        margin-top: 105px;
    }
    #fb-up-bg-div{
        height: 120px;
    }


    #fb-lower-main-div-text > #call-email{
        margin-left: 20px;
        justify-content: start;
    }
    #fb-lower-main-div-text > #paragra-upper {
        font-size: 24px;
    }
    #fb-lower-main-div-text > #paragra-lower{
        font-size: 14px;
    }


}





   /* ||  Lower-fb-form  **********************************************************/

   #get_estimate-form{
    color: #fff;
    font-family: var(--font-apple-system);
}
abbr{
    color: red;
}

#get_estimate-form > #form{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px 0px;
    width: 100%;
    height: 100%;
    color: black;
    font-family: var(--font-apple-system);
    text-align: left;
    padding: 40px ;
    border-radius: 20px;
}

#get_estimate-form h2{
    text-align: center;
    margin: 20px;
}
#get_estimate-form p{
    font-size: 18px;
    margin: 3%;
}
#get_estimate-form > #form > form > div{
    width: 95%;
    margin: 10px auto;
}
#get_estimate-form > #form > form input{
    display: inline-block;
    height: 40px;
    line-height: 1.5;
    color: #495057;
    padding: 6px;
    font-size: 14px;
    border: 1px solid var(--dark-color);
}
#form-name > input{
    width: 48%;
}
#form-name > input[name='LastName']{
    display: block;
    float: right;
}
#form-address > #city-zip-code{
    position: relative;
}
#form-address > #city-zip-code > input{
    width: 48%;
}

#form-address > #city-zip-code > input[name='zip']{
    position: absolute;
    top: 0;
    right: 0;
}

#form-email, #form-phone{
    width: 48%;
    display: inline-block;
}
#form-phone{
    display: block;
    float: right;
}
#form-email > input, #form-phone > input{
    width:100%;
}
#form-address{
    width: 100%;
}
#form-address > div{
    margin: 10px auto;
}
#form-address input[name="address"]{
    width:100%!important;
}



#get_estimate-form select[name="service-interest"]{
    border: none;
    width: 100%;
    height: 40px;
    margin: 10px 0;
    line-height: 1.5;
    padding: 6px;
    font-size: 14px;
    border: 1px solid var(--dark-color);
    background-color: #fff;
}
#get_estimate-form select[name="hear-about-us"]{
    border: none;
    width: 100%;
    height: 40px;
    margin: 5px 0;
    line-height: 1.5;
    padding: 6px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid var(--dark-color);
}
#get_estimate-form textarea[name="contact-textarea"]{
    border: none;
    width: 100%;
    height: 150px;
    margin: 5px 0;
    line-height: 1.5;
    padding: 6px;
    font-size: 14px;
    border: 1px solid var(--dark-color);
}
#get_estimate-form  #contact-form-checkbox{
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: justify;

}
#get_estimate-form #contact-form-checkbox input[type="checkbox"]{
    width: 12px;
    height: 12px;
    margin: 1px;
    margin-bottom: 2px;
    vertical-align: bottom;
    position: relative;
    top: -1px;
}
#get_estimate-form #button{
    text-align: center;
    padding-top: 20px;
}
#get_estimate-form button{
    position: relative;
    background-color: #a31e36;
    color: #fff;
    font-size: 12px;
    font-family: var(--font-Inter);
    font-weight: 600;
    width: 126px;
    height: 36px;
    border-radius: 0px;
    padding: 12px;
    margin: auto;
    border: none;
    cursor: pointer;
    transition: 
    padding-right 500ms ease-in-out,
    color 500ms ease-in-out,
    background-color 500ms ease-in-out,
    border-color 500ms ease-in-out,
    border-radius 500ms ease-in-out,
    width 500ms ease-in-out,
    hight 500ms ease-in-out;
}
#get_estimate-form button:hover{
    color: #fff;
    background-color: #197d3e!important;
    border-color: transparent!important;
    border-radius: 40px;
    padding-right: 30px;
    width: 120px;
    transition: 
    padding-right 500ms ease-in-out,
    width 500ms ease-in-out,
    color 500ms ease-in-out,
    background-color 500ms ease-in-out,
    border-color 500ms ease-in-out,
    border-radius 500ms ease-in-out;
}


#get_estimate-form button span{
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    margin-left: 50px;
    font-size: 18px;
    opacity: 0;
    transition: visibility 500ms ease-in-out,
    opacity 600ms ease-in-out;
    
}


@media(max-width: 1023px){

    #get_estimate-form{
        margin: 30px 0;
    }
}
@media (max-width: 767px){
    #get_estimate-form{
        margin: 30px 0;
    }
    #get_estimate-form > #form{
        padding:40px 20px  ;
    }

}

@media (max-width: 500px){
    #get_estimate-form h2{
        font-size: 22px;
        margin: 0 0 40px 0;
    }

    #get_estimate-form > #form{
        padding:40px 5px  ;
    }
}   
