body,
.container-100 {
    height: 100%;
}

.flex {
    display: flex;
    align-items: center;
}

.nomargin {
    margin: 0 !important;
}

.nopaddingleft {
    padding-left: 0 !important;
}

.nopaddingright {
    padding-right: 0 !important;
}

.notthetime, .hideform{
    position: absolute;
    bottom: 0; 
}
.whats-app-icon {
    position: fixed;
    bottom: 14%;
    right: 0;
    z-index: 20;
    display: block;
    max-width: 5%;
}


.rel{
    position: relative;
}

.contact-submit {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    color: #444;
    border: none;
    border-bottom: 1px solid #444;
    width: auto;
    height: auto;
    font-size:16px;
    background-color:transparent;
}

.contact-submit:hover {
    font-weight: bold;
    color:#444;
    padding:0;
    font-size:16px;
    background-color:transparent;
    border:none;
    border-bottom: 1px solid #444;
}

.contact-submit-white {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    width: auto;
    height: auto;
    font-size:16px;
    background-color:transparent;
}

.contact-submit-white:hover {
    font-weight: bold;
    color:#fff;
    padding:0;
    font-size:16px;
    background-color:transparent;
    border:none;
    border-bottom: 1px solid #fff;
}

.contact-label {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    padding-left: 0;
}

.contact-input,
.contact-input-disabled {
    background-color: #F6F5F3;
    border: none;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    height: 30px;
}

textarea.contact-input {
    height: 60px;
}

select.contact-input {
    border-radius: 0px !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding-left: 4px;
    padding-right: 4px;
}

select.contact-input-disabled {
    border-radius: 0px !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#999' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding-left: 4px;
    padding-right: 4px;
    cursor: not-allowed;
}

.background {
    height: 95vh;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../jpg/img1.jpg");
}

.first-box {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.box-content {
    padding-right: 80px;
    padding-left: 80px;
}

.box-content>h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 4rem;
    margin-top: 0;
    text-align: left;
}

p{
    line-height: 1.25;
    text-align: left;
}


.check{
    font-family: 'Poppins', sans-serif;
    text-align: left;
    font-size: 7pt;
}

input[type=checkbox] + label, input[type=checkbox]:checked + label {
    margin:3px 6px 0px 0px;
}

.box-content>p {
    margin-top: 5px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.box-content>div>p {
    margin-top: 5px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.box-content>div>p>a, .box-content>div>p>a:hover, .box-content>div>p>a:visited, .box-content>div>p>a:link{
    color: #aa4823;
    text-decoration: none; 
}



.wb {
    background-color: white;
}

.box-100 {
    padding: 40px 80px 40px 80px;
}

.contact-contacts {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.contact-contacts-bold {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}


    .container-100 {
        width: 100% !important;
        padding: 0 !important;
    }

 #closeform{
        visibility: visible;
    }
    
    #maybelater{
        visibility: hidden;}


@media (min-width: 1281px) {
    
    .box-content{
        
        padding: 0 7.5%;
    }
    .box-100{
        
        padding: 7.5%;
    }
    .first-box{
        max-height: 70%;
    }
    .box-content>h1 {
        font-size: 3rem;
    }
}


@media (max-width: 990px) {
    #closeform{
        visibility: hidden;
    }
    
    #maybelater{
        visibility: visible;
        color: #333;
        background-color: white;
        border: 1px solid #333;
        margin-top: 0;
    }
    
    textarea.contact-input {
    height: 80px;
}
    
    .box-100 {
    padding: 40px;
}
    
    .contact-input,
    .contact-input-disabled {
        height:40px;
    }
    .flex {
        display: block;
    }
    .first-box {
        position: relative;
    }
    .nopaddingleft,
    .nopaddingright {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .box-content {
        padding: 40px;
    }
    .background {
        height:auto;
        position: relative;
        background-image: none;
    }
    .container-100 {
        margin-top: 40px;
    }
    
    
    
    .contact-submit,
    .contact-submit:hover, .contact-submit-white,
    .contact-submit-white:hover  {
        width: 100%;
        text-align: center;
        color: white;
        background-color: #333;
        height: 40px;
        border: none;
        margin-top: 10px;
    }
    .box-content>h1 {
        font-size: 3rem;
    }
}


#closeform{
    position: absolute;
    z-index: 100;
    left: 45%;
    top: 10%;
    display: none;
}
#closeform:hover{
    cursor: pointer;
}

html{
    font-size: 10px;
}

input, select, textarea {
    margin-bottom: 10px;
    background: #FFFFFF;
    color: #464646;
    letter-spacing: 1px;
    font-size: 13px;
}

label{
    font-size:14px
}

@media (max-width:767px){
    .page-top{
    margin-top:69px
}
