.text-brown {
    color: #956B45;
}
.font36 {
    font-size: 3.6rem;
}
.font-weight-900 {
    font-weight: 900;
}
.sec2 a.yellow-btn {
    background: #fff;
    border: 2px solid #000;
    max-width: 330px;
    width: 100%;
}
.check-list {
	 list-style: none;
}

.check-list li {
    list-style: none;
   padding: 0;
    margin: 0 0 2rem;
}

.check-list li p  {
   
   margin: 0;
    position: relative;
    padding-left: 4rem;

}

.check-list li p img {
      position: absolute;
    left: 0;
    top: 0.6rem;
}



section.sec2 {
    padding: 8rem 0;
    background-image: url(/assets/map-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.rendered-form, .new-form {
    padding: 5rem;
    background: #fff;
    box-shadow: 1px -1px 19px -2px rgba(0,0,0,0.14);
    -webkit-box-shadow: 1px -1px 19px -2px rgba(0,0,0,0.14);
    -moz-box-shadow: 1px -1px 19px -2px rgba(0,0,0,0.14);
}

.rendered-form input[type="text"] , .rendered-form textarea, .new-form input[type="text"] , .new-form textarea {
    font-size:1.8rem !important;
    font-family:'DM Sans' !important;
    padding:1rem 2rem !important;
    border-radius:5px !important;
    margin-bottom:1rem !important;
    width: 100%;
    border: 1px solid #ced4da !important;
    color: #000 !important;
}
.new-form select {
    font-size:1.8rem !important;
    font-family:'DM Sans' !important;
    padding:1rem 1.4rem !important;
    border-radius:5px !important;
    margin-bottom:1rem !important;
    width: 100%;
    border: 1px solid #ced4da !important;
    color: #000 !important;
    height: 54px;
}
::placeholder
{
    opacity: 1 !important;
}
#contact-form ._placeholder {
    color: #ccc !important;
    font-size: 1.8rem !important;
    font-family: 'DM Sans' !important;
}

form#contact-form {
    margin-top: 0 !important;
}
#contact-form label {
    min-height: auto !important;
}
#contact-form .btns {
    float: none !important;
    text-align: center;
}
#contact-form .modal {
    opacity: 1 !important;
}
.modal-body {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.8rem;
}

.office-box {
    display: flex;
      grid-gap: 25px 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.office-item {
    flex: 0 0 31%;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.map-btn {
    margin-top: auto;
}



.office-item .img {
    margin-bottom:3rem;
}

.office-item h3 {
    font-weight:900;
	    margin-bottom: 2rem;
}

ul.house-contact {
    list-style: none;
    text-align: left;
    padding: 0;
    max-width: 272px;
    margin: 0 auto 2rem;
    width: 100%;
}

ul.house-contact li a {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
}

ul.house-contact li a .img {
    flex: 0 0 10%;
}

ul.house-contact li a span {
    flex: 90%;
    font-size: 18px;
    color: #000;
}

ul.house-contact li:not(last-child) {
    margin-bottom: 10px;
}

.office-item > .img img {
    width: 100%;
}

.map-btn {
}

.map-btn a {
    text-decoration: none;
    padding: 2rem;
    background: #F3C79E;
    display: block;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}


.rendered-form button {
    background: #FFCB65;
    color: #000000!important;
    text-decoration: none;
    display: inline-block;
    max-width: 400px;
    text-align: center;
    padding: 1.5rem 2rem!important;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    width: 100%;
    border: none;
	margin-top:2rem;
}
#contact-form .btns a {
    background: #FFCB65;
    color: #000000!important;
    text-decoration: none;
    display: inline-block;
    max-width: 400px;
    text-align: center;
    padding: 1.5rem 2rem!important;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    width: 100%;
    border: none;
    margin-left: 0 !important;
}
#contact-form textarea {
    height: 100px !important;
}
#contact-form .empty-message, #contact-form .error-message {
    color: #000 !important;
}
ul.contact-icon {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.contact-icon li {
    margin-bottom:2rem
}

ul.contact-icon li a{display:flex;flex-wrap:wrap;align-items: center;color:#000;text-decoration:none;}

ul.contact-icon li a .img {
flex:0 0 15%;
    text-align:center;
    margin-right:1rem
}

.row.list-box {
    padding: 5rem;
    background: #fff;
    box-shadow: 1px -1px 19px -2px rgba(0,0,0,0.14);
    -webkit-box-shadow: 1px -1px 19px -2px rgba(0,0,0,0.14);
    -moz-box-shadow: 1px -1px 19px -2px rgba(0,0,0,0.14);
}

.popup {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000bd;
    z-index: 1000;
    display:none;
}

.popup-wrap {
    padding: 2rem;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px -1px 19px -2px rgba(0,0,0,0.14);
    -webkit-box-shadow: 1px -1px 19px -2px rgba(0,0,0,0.14);
    -moz-box-shadow: 1px -1px 19px -2px rgba(0,0,0,0.14);
    position: relative;
}

.close {
    right: -10px;
    position: absolute;
    top: -10px;
    background: #FFCB65;
    opacity: 1!important;
    height: 25px;
    width: 25px;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close img {
    width: 13px;
}

.popup.open-popup {
    display: flex;
}




@media only screen and (max-width:767px) {
	/* CSS rules here */

section.sec2, section.sec3 , section.sec4 {padding: 2rem 0;}

.row.list-box {
    padding: 3rem 2rem 2rem 0rem;
}

#contact-form ._placeholder {
    font-size: 2.2rem!important;
}

#contact-form input[type='text'] {
    font-size: 2.2rem!important;
}

.new-form select {
    font-size: 2.2rem!Important;
}

.sec2 .col-sm-5 {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content:center
}

ul.contact-icon li a {
    justify-content: center;
    align-items: center;
}

ul.contact-icon img {
    margin: 0;
}

section.sec2 .client-img {
    margin-top: 3rem;
}

section.sec4 .client-img {
    margin-bottom: 3rem;
}

.office-item {
    flex: 0 0 100%;
}
ul.contact-icon li a {
    font-size: 2rem;
}
section.sec2 br {
    display: block;
}
.sec2 .col-sm-5 {
    margin-top: 3rem;
}

element.style {
}
.rendered-form, .new-form {
    padding: 2rem;
}
#contact-form .btns a {
    margin-top: 0;
}
ul.house-contact br {
    display: block;
}
}