body {
  margin: 0px;
  padding: 0px;
  font-family: 'Poppins', sans-serif;
}

nav.navbar.navbar-expand-lg.stickyadd {
    position: fixed;
    width: 100%;
    box-shadow: 1px 0px 15px rgb(219 219 219 / 50%);
    top: 0;
    z-index: 1;
    background: white;
}

.nav-item a.nav-link.active {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #123763;
}

li.nav-item a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #818181;
}

.nav-item a.nav-link:hover {
    color: #123763;
}

.navbar-nav li.nav-item {
    padding-right: 10px;
    padding-left: 10px;
}

button.btn.btn-sign {
    background: #00A6FB;
    border-radius: 8px;
    width: 151px;
    height: 56px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
}

header {
    margin-top: 20px;
}

section.banner {
    margin-top: 30px;
}


section.banner .container
{
	position:relative;
}

.banner-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    width: 46%;
}


.banner-caption h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 86px;
    color: #FFFFFF;
    font-family: 'Oswald';
}

.banner-caption p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}

.location-box {
    display: flex;
    background: #FFFFFF;
    border-radius: 8px;
    width: 732px;
    height: 114px;
    justify-content: space-around;
    padding: 20px;
    align-items: center;
}

.location select {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #123763;
    border: none;
}

.location span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #818181;
    padding-top: 8px;
    display: block;
}

.location {
    margin: 0 10px;
    border-right: 1px solid #ccc;
    padding-right: 30px;
}

.location.last
{
	border:none;
}

button.btn.btn-search {
    background: #00A6FB;
    border-radius: 8px;
    width: 122px;
    height: 56px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
}

section.why-us .headings h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    text-transform: capitalize;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #123763;
}

section.why-us {
    margin-top: 80px;
}

section.why-us .headings p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    width: 608px;
    font-size: 16px;
    line-height: 26px;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    color: #818181;
}

.clients {
    text-align: center;
    margin-top: 100px;
    background: #FFFFFF;
    border: 1px solid #C7ECFF;
    border-radius: 16px;
    position: relative;
    margin-bottom: 100px;
    min-height: 255px;
}

.clients img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: -50px;
}

.clients h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    text-transform: capitalize;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #123763;
    padding-top: 50px;
}

.clients p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #818181;
    padding-top: 10px;
}

.range {
    box-shadow: 35px 60px 106px -24px rgba(188, 188, 188, 0.2);
    border: none;
}

.right-info h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    text-transform: capitalize;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #123763;
}

.right-info p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #818181;
    padding-top: 10px;
}

button.btn.btn-agent {
    background: #00A6FB;
    border-radius: 8px;
    width: 185px;
    height: 56px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    margin-top: 15px;
    color: #FFFFFF;
}

.best-property .row {
    align-items: center;
}

.right-info {
    padding: 0 15px;
}

section.new-listing {
    margin-top: 100px;
    margin-bottom: 100px;
}

section.new-listing .headings h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    text-transform: capitalize;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #123763;
}

section.new-listing .headings h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    text-transform: capitalize;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #123763;
    padding-bottom: 30px;
}


.list h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    text-transform: capitalize;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #123763;
}

.list p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #123763;
    margin-bottom: 5px;
}

.list h6.price {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #123763;
}

button.btn.btn-learn-more {
    background: #00A6FB;
    border-radius: 8px;
    width: 100%;
    height: 48px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    display: block;
    font-size: 16px;
    /* margin: 15px auto; */
    line-height: 32px;
    color: #FFFFFF;
}

.list-captions {
    padding: 20px 20px;
    position: relative;
}

.new-listing .col-md-4 {
    padding: 25px;
}

.list h6.price span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #123763;
    padding-left: 10px;
}

.list.selected
{
	background: #FFFFFF;
box-shadow: 35px 60px 106px -24px rgba(124, 124, 124, 0.2);
border-radius: 16px;
}

.list {
    margin-bottom: 40px;
    position: relative;
}


.list span.bg {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    line-height: 24px;
    text-transform: capitalize;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    top: 0px;
    right: 0px;
}

span.sale.bg {
    background: #E60C4E;
    border-radius: 0px 16px;
    width: 103px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.rent.bg {
    background: #104493;
    border-radius: 0px 16px;
    width: 125px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}




.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
}

.pagination li.page-item a {
    border: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: capitalize;
    color: #818181;
}


.pagination a.page-link.active {
    background: #006294;
    border-radius: 4px;
    color: white;
}

.pagination li.page-item {
    padding-right: 10px;
}


.pagination a.page-link span:before {
    border-right: 2px solid;
    content: '';
    display: block;
    height: 10px;
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    margin-top: 7px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.pagination a.page-link span:after {
    border-right: 2px solid;
    content: '';
    display: block;
    height: 10px;
    margin-top: 0;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 10px;
    top: 50%;
    width: 0;
}


.pagination li.page-item.prev {
    transform: rotate(180deg);
    position: relative;
    left: -25px;
}

section.find-blog .heading h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    text-transform: capitalize;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #123763;
}

.v-more button.btn.btn-more {
    background: #006294;
    border-radius: 8px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
    width: 149px;
    height: 56px;
}


.blog-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}


.blog-content {
    padding: 20px;
    background: white;
    border-radius: 5px;
    position: relative;
    top: -151px;
    margin: 0 15px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
}

.blog-content h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    text-transform: capitalize;
    color: #123763;
}

.blog-content p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #818181;
}

.find-blog .blog-content .btn-learn-more {
    background: #00A6FB;
    border-radius: 8px;
    width: 151px;
    height: 56px;
    margin-top: 20px;
}

.blog-sel .blog-content
{
	background: #FFFFFF;
box-shadow: 35px 60px 106px -24px rgba(124, 124, 124, 0.2);
border-radius: 8px;
border:none;
}


section.super-real .real-bg {
    background: url("../images/real.png");
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    height: 480px;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
    justify-content: center;
}



.super-real .heading h2 {
 font-family: 'Oswald';
font-style: normal;
font-weight: 600;
font-size: 64px;
line-height: 88px;
/* or 138% */

text-align: center;
text-transform: capitalize;
font-feature-settings: 'pnum' on, 'lnum' on;

color: #FFFFFF;

}
.super-real .heading {
    text-align: center;
}

.super-real .heading p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding-top: 20px;
    text-align: center;
    color: #FFFFFF;
}


.super-real .heading {
    text-align: center;
    width: 700px;
}

button.btn.btn-register {
    background: #00A6FB;
    border-radius: 8px;
    width: 193px;
    height: 56px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
    color: #FFFFFF;
}

footer .col-md-3 p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #818181;
    margin-top: 15px;
}


.foot-nav h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #123763;
}

.foot-nav ul li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #818181;
    text-decoration: none;
}

.foot-nav ul {
    padding-left: 0;
    list-style-type: none;
}

.foot-nav li {
    padding-bottom: 15px;
}


.foot-nav.contt p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #818181;
}

.copyright {
    background: #004061;
    padding: 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 40px;
}


img.ht {
    position: absolute;
    right: 20px;
	display:none;
    top: 30px;
}

.list-captions:hover img.ht {
	display:block;
}


.socials span {
    background: #004061;
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 12px;
    align-items: center;
}

.socials a {
    text-decoration: none;
    margin: 0 8px;
}

.socials a:first-child
{
	margin-left:0px;
}

.socials {
    margin-top: 25px;
}

img.mob-vw {
    display: none;
}

.v-more.mob {
    display:none;
}
.banner img {
    width: 100%;
}

button:hover {
    background: #e60c4e !important;
}

@media (min-width:1228px) and (max-width:1450px)
{
.super-real .heading h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    text-transform: capitalize;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}
}
@media (min-width:1024px) and (max-width:1024px)
{
.super-real .heading h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 88px;
    text-align: center;
    text-transform: capitalize;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}
.banner-caption h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 63px;
    color: #FFFFFF;
    font-family: 'Oswald';
}

.v-more button.btn.btn-more {
    display: none;
}

section.super-real .real-bg {
    background: url("../images/real.png");
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    height: 480px;
    display: flex;
    align-items: center;
    border-radius: 24px;
    margin-bottom: 100px;
    justify-content: center;
}
}

@media (min-width:768px) and (max-width:1023px)
{
.banner img {
    width: 100%;
}
button.btn.btn-learn-more {
    width: auto;
}
.socials a {
    text-decoration: none;
    margin: 0 6px;
}
.clients h2 {
    font-size: 20px;
    padding-top: 50px;
}
.clients {
    margin-bottom: 30px;
}

.navbar-toggler:focus
{
	border:none;
	box-shadow:none;
	outline:none;
}

.navbar-brand {
    padding-top: 0;
}

button.navbar-toggler span {
    display: block;
    background: #00A6FB;
    width: 40px;
    height: 3px;
    margin-bottom: 8px;
}

button.btn.btn-sign {
    background: #00A6FB;
    border-radius: 8px;
    width: 77px;
    top: 9px;
    height: 33px;
    font-style: normal;
    font-weight: 600;
    display: flex;
    position: absolute;
    font-size: 14px;
    line-height: 30px;
    align-items: center;
    color: #FFFFFF;
    right: 113px;
}

.navbar .container {
    flex-direction: row-reverse;
}

.v-more.desk {
    display:none;
}

.v-more.mob {
    text-align: center;
    margin: 30px 0px;
}

section.find-blog .heading h2 {
    font-size: 26px;
    line-height: 64px;
}

.foot-nav {
    margin-top: 30px;
}

.copyright {
    text-align: center;
}

section.super-real .real-bg {
    background-position: center center;
    align-items: center;
    margin-bottom: 100px;
    border-radius: 24px;
    background-size: cover;
    padding: 40px 30px;
}

.super-real .heading h2 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}

.blog-content {
    top: -70px;
	    text-align: center;
}

.blog-content h4 {
    font-size: 20px;
}



.find-blog .blog-content .btn-learn-more {
    display: block;
    margin: 20px auto;
}

.list {
    margin-bottom: 0;
    position: relative;
}

section.find-blog {
    padding: 0 15px;
}

section.new-listing {
    margin-top: 40px;
    margin-bottom: 40px;
}

.blog-top {
    display: block;
    justify-content: space-between;
    margin-bottom: 30px;
}
	
	.right-info h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    text-transform: capitalize;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #123763;
    text-align: center;
    padding-top: 20px;
}

section.new-listing .headings h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #123763;
    padding-bottom: 0;
    margin: 0;
    text-align: center;
}

section.new-listing {
    margin-top: 40px;
}


button.btn.btn-agent {
    background: #00A6FB;
    border-radius: 8px;
    width: 185px;
    height: 56px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    display: block;
    line-height: 32px;
    margin: 15px auto;
    color: #FFFFFF;
}

.right-info p {
    font-size: 13px;
    padding-top: 0;
    text-align: center;
}

	img.mob-vw {
    display: block;
}

section.why-us .headings h2 {
    font-size: 26px;
}

section.why-us {
    margin-top: 40px;
}

.banner img {
    width: 100%;
    border-radius: 24px;
}

.location-box {
    display: none;
}
section.why-us .headings p {
    width: auto;
	padding: 0;
    font-size: 12px;
}
.banner-caption h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
    color: #FFFFFF;
    font-family: 'Oswald';
}
.banner-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 20px;
    left: 0;
    text-align: center;
}
img.desk-vw {
    display: none;
}
.list h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 38px;
    text-transform: capitalize;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #123763;
}
.navbar-toggler:hover {
    text-decoration: none;
    background: none !important;
}
}

@media (max-width:767px)
{
.clients {
    margin-bottom: 0;
    margin-top: 80px;
}

section.best-property {
    margin-top: 40px;
}

footer .container {
    padding: 0 30px;
}
.super-real .container {
    padding: 20px 30px;
}

.navbar-toggler:hover {
    text-decoration: none;
    background: none !important;
}

.navbar-toggler:focus
{
	border:none;
	box-shadow:none;
	outline:none;
}

.navbar-brand {
    padding-top: 0;
}

button.navbar-toggler span {
    display: block;
    background: #00A6FB;
    width: 40px;
    height: 3px;
    margin-bottom: 8px;
}

button.btn.btn-sign {
    background: #00A6FB;
    border-radius: 8px;
    width: 77px;
	top:9px;
    height: 33px;
    font-style: normal;
    font-weight: 600;
    display: flex;
    position: absolute;
    font-size: 14px;
    line-height: 19px;
    align-items: center;
    color: #FFFFFF;
    right: 88px;
}

.navbar .container {
    flex-direction: row-reverse;
}

.v-more.desk {
    display:none;
}

.v-more.mob {
    text-align: center;
    margin: 0px 0px 20px;
    display: block;
}
section.find-blog .heading h2 {
    font-size: 26px;
    line-height: 64px;
}

.foot-nav {
    margin-top: 30px;
}

.copyright {
    text-align: center;
}

section.super-real .real-bg {
    background-position: center center;
    align-items: center;
    margin-bottom: 35px;
    border-radius: 24px;
    background-size: cover;
    padding: 40px 30px;
}

.super-real .heading h2 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}

.blog-content {
    top: -40px;
	    text-align: center;
}

.blog-content h4 {
    font-size: 20px;
}



.find-blog .blog-content .btn-learn-more {
    display: block;
    margin: 20px auto;
}

.list {
    margin-bottom: 0;
    position: relative;
}

section.find-blog {
    padding: 0 15px;
}

section.new-listing {
    margin-top: 40px;
    margin-bottom: 0px;
}

.blog-top {
    display: block;
    justify-content: space-between;
    margin-bottom: 30px;
}
	
	.right-info h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    text-transform: capitalize;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #123763;
    text-align: center;
    padding-top: 20px;
}

.new-listing .col-md-4 {
    padding: 10px 25px;
}

section.new-listing .headings h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #123763;
    padding-bottom: 0;
    margin: 0;
    text-align: center;
}

section.new-listing {
    margin-top: 20px;
    margin-bottom: 0;
}

button.btn.btn-agent {
    background: #00A6FB;
    border-radius: 8px;
    width: 185px;
    height: 56px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    display: block;
    line-height: 32px;
    margin: 15px auto;
    color: #FFFFFF;
}

.right-info p {
    font-size: 13px;
    padding-top: 0;
    text-align: center;
}

	img.mob-vw {
    display: block;
}

section.why-us .headings h2 {
    font-size: 26px;
}

section.why-us {
    margin-top: 40px;
}

.banner img {
    width: 100%;
    border-radius: 24px;
}

.location-box {
    display: none;
}
section.why-us .headings p {
    width: auto;
	padding: 0;
    font-size: 12px;
}
.banner-caption h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
    color: #FFFFFF;
    font-family: 'Oswald';
}
.banner-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 20px;
    left: 0;
}
img.desk-vw {
    display: none;
}
}