﻿* {
    padding: 0;
    margin: 0;
}

.header {
    height: 25pc;
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.6)), url(/images/realty/house1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 10px;
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
}
.header h1{
    font-size:48px;
    padding-top:80px
}
.header h3{
    font-size:20px;
}
  
.realtybody h1{
    text-align:center;
    padding-top:40px;
}
.realtybody h2 {
    text-align: left;
    padding-left: 10px;
}
.realtybody h6 {
    text-align: center;
    font-style:italic;
    font-weight:600;
    color:red;
}
.realtybodysubquote {
    text-align:center;
    font-weight:600;
    font-size:16px;
    font-style:italic;
}
.imganime{
    width:150px;
    margin:0 100px;
    padding-top:25px;

}
.ourservicesstyle {
    background-color: #d4d4d4;
    margin-top:20px;
}
.bulletstyle {
    padding-left: 20px;
}


.buyer h1 {
    text-align: center;
    padding: 20px 0;
}
.buyer h4 {
    text-align: center;
    padding:2px 0;
    font-weight:500;
    text-decoration:underline;
}
.buyer .row{
    border:dashed;
    margin-top:10px;
    border-radius:40px;
    border-color:cornflowerblue;
    border-width:thick;
    padding:0 10px;
    background-color:#dff9df;
}
.buyer p{
    text-align: center;
    font-style:italic;
}

.seller h1 {
    text-align: center;
    padding: 20px 0;
}

.seller h4 {
    text-align: center;
    padding: 2px 0;
    font-weight: 500;
    text-decoration: underline;
}
.seller h5{
    text-align:center;
    font-style:italic;
    font-weight:600;
}

.seller .row {
    border: dashed;
    margin-top: 10px;
    border-radius: 40px;
    border-color: cornflowerblue;
    border-width: thick;
    padding: 0 10px;
    background-color: #ded0d0;
}

.seller p {
    text-align: center;
    font-style: italic;
}

.input-group-text {
    width: 200px;
    background-image: linear-gradient(#00ff7e, #1f3d90);
    border: 0;
    color: #fff;
    padding: 10px 5px;
    border-radius: 20px;
    box-shadow: none;
    margin-top:20px;
}