*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

html {
    font-size: 62.5%;
}

@media (max-width: 112em) {
    html {
        font-size: 75%;
    }
}

@media (max-width: 75em) {
    html {
        font-size: 56.25%;
    }
}

@media (max-width: 56.25em) {
    html {
        font-size: 50%;
    }
}


body {
    box-sizing: border-box;
}

.red {
    color: red;
}

.bold {
    font-weight: bold;
}

body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    /* font-size: 16px; */
    font-size: 1.6rem;
    line-height: 1.7;
    color: #777;
    padding: 30px;
}

.outer_container {
    max-width: 800px;
    margin: 0 auto;
}

.ymilogo {
    margin: 0 auto;
    max-width: 200px;
    display: block;
    margin-bottom: 10px;
}

.blank-row {
    height: 20px;
    text-align: center;
}

.small_text {
    font-size: 12px;
    line-height: 12px;
    display: block;
}

.left {
    text-align: left;
    padding-left: 5px;
}

label {
    padding-right: 10px;
}

i {
    font-size: 1em;
    font-weight: 500;
    padding-left: 3px;
    padding-left: 3px;
}

p {
    font-size: 12px;
}

.pdfs {
    width: 25%;
    float: left;
}
@media (max-width: 600px) {
    .pdfs{
        width:100%;
        float:none;
    }
    
}

@-webkit-keyframes moveup {
    0% {
        bottom: 5px;
    }
    100% {
        bottom: 5px;
    }
}

@keyframes moveup {
    0% {
        bottom: 5px;
    }
    100% {
        bottom: 5px;
    }
}

.downloads {
    margin-left: 5px;
    font-weight: bold;
    font-size: 1.3em;
}

.imgs {
    margin: 5px;
    -webkit-box-shadow: 10px 10px 5px -5px rgba(158, 153, 158, 1);
    -moz-box-shadow: 10px 10px 5px -5px rgba(158, 153, 158, 1);
    box-shadow: 10px 10px 5px -5px rgba(158, 153, 158, 1);
}

.imgs:hover {
    cursor: pointer;
    position: relative;
    -webkit-animation: moveup 2s ease-in;
    animation: moveup 2s ease-in;
    -webkit-box-shadow: 10px 10px 5px -2px rgba(158, 153, 158, 0.82);
    -moz-box-shadow: 10px 10px 5px -2px rgba(158, 153, 158, 0.82);
    box-shadow: 10px 10px 5px -2px rgba(158, 153, 158, 0.82);
}

.img-boarder {
    border: #ececec 1px solid;
}

.select {
    width: 100%;
    height: 30px;
    border: #ececec 1px solid;
    border-radius: 3px;
}

.col {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.col-1 {
    width: 10%;
}

.col-2 {
    width: 40%;
}

.col-4 {
    width: 26.66666666666667%;
}

.col-full {
    width: 100%;
}

.center {
    text-align: center;
}

.td-top-bold {
    border-top: #777 2px solid;
}

.td-top {
    border-top: #777 1px solid;
}

.td-bottom-bold {
    border-bottom: #777 2px solid;
}

.td-bottom {
    border-bottom: #777 1px solid;
}

.td-left-side-bold {
    border-left: #777 2px solid;
}

.td-left-side {
    border-left: #777 1px solid;
}

.td-right-side-bold {
    border-right: #777 2px solid;
}

.td-right-side {
    border-right: #777 1px solid;
}

#phone{
    width:48%;
    margin-left: 5px;
    float:right;
    
}
#email{
    width:49%;
    float:left;
    margin-right: 5px;

}
.formfield {
    width: 100%;
    height: 100%;
    height: 50px;
    border: #ececec 1px solid;
    background-color: #eee;
    border-radius: 3px;
    padding: 16px;
    margin-bottom: 3%;
    color:999;
    font: 400 16px Arial;
}

.textarea {
    width: 100%;
    border: 1px solid rgb(236, 236, 236);
    background-color: #eee;
    min-height: 95px;
    margin: 0px;
    min-height: 150px;
    resize: vertical;
    color:999;
    padding:16px;
    font: 400 16px Arial;
  
}

.btn {
    width: 110px;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 8px;
    border: #cd5c5c 2px solid;
    float:right;
}

.err_message {
    margin-top: 30px;
    padding: 10px;
}

.message_heading {
    width: 200px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.xclose {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: #333333 1px solid;
}

.fa {
    color: #000;
}

.xclose:hover {
    cursor: pointer;
    color: red;
    border: red 1px solid;
}

.pos-right {
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
    margin-bottom: 4px;
}

.alertbox {
    width: 300px;
    max-height: 140px;
    padding-bottom: 10px;
    border-radius: 10px;
    border: #666 2px solid;
    color: #000;
    background-color: #ececec;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-shadow: 12px 11px 13px -4px rgba(143, 140, 143, 1);
    -moz-box-shadow: 12px 11px 13px -4px rgba(143, 140, 143, 1);
    box-shadow: 12px 11px 13px -4px rgba(143, 140, 143, 1);
}

.fa-times {
    position: absolute;
    right: 10px;
    top: 10px;
}



.send-btn {
    color: #cd5c5c;
    background-color: transparent;
    font-size:1.2em;

}
.fa-angle-right{
    display: none;
    font-size:1.5em;
    color: #cd5c5c;
    float:right;
    padding-right: 20px;
    margin-top: -5px;
}

.landlord_ {
    max-width: 100px;
    float: left;
    margin-right: 10px;
}

.landlord_div {
    display: inline-block;
}

fa-times {
    position: absolute;
    right: 10px;
    top: 10px;
}

.btn:hover {
    cursor: pointer;
    width:130px;
    background-color: #eee;
    border:#eee;
    
}
.btn:hover .fa-angle-right{
    display:block;
}



.landlord_ {
    max-width: 100px;
    float: left;
    margin-right: 10px;
}

.landlord_div {
    display: inline-block;
}

.fa-times {
    position: absolute;
    right: 10px;
    top: 10px;
}


.landlord_ {
    max-width: 100px;
    float: left;
    margin-right: 10px;
}
.landlord_div {
    display: inline-block;
}
.landlord_div {
    display: inline-block;
}

