/*
========================
Header area start
========================
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
	background: white;
	color: #333333;
    max-width: 1100px;
    margin: auto;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white;
    background: #ff7675;
}

::-webkit-selection {
    color: white;
    background: #ff7675;
}

::-moz-selection {
    color: white;
    background: #ff7675;
}

.mainDetails
{
    font-size: 13px;
    text-transform: capitalize;
}

#mainTitle
{
    font-size: 17px;
}

#bannerAgentPhoto
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 186px;
    height: 250px;
}

#agentCircle
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 250px;
    height: 250px;
    border-radius: 200px;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #F0AD4E;
}

#aboutLogoImage
{
    width: 100%;
}

#aboutLogoImageContainer
{
    max-width: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#footerBrokerageLogo
{
    max-width: 100%;
}

.textCenter
{
    text-align: center;
}

.residentialTitle
{
    font-size: 15pt;
    color: #F0AD4E;
}

.residentialAddress
{
    font-size: 10pt;
    margin-bottom: 15px;
}

.marginRight
{
    margin-right: 10px;
}

.residentialCardIconSpacer
{
    display: inline-block;
    width: 10px;
}

.spacer
{
    width: 100%;
    height: 72px;
}

.spacer2
{
    width: 100%;
    height: 35px;
}

.spacerEval
{
    width: 100%;
    height: 64px;
}

.spacerFilter
{
    width: 100%;
    height: 70px;
}

.spacerResidential
{
    width: 100%;
    height: 67px;
}

.autoWidthImage
{
    width: auto;
}

.autoHeightImage
{
    height: auto;
}

.borderRadiusTop25
{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.borderRadiusTop15
{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    z-index: 999;
}

.scrolltotop:hover {
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}



/*--- mobilehdr-area start ---*/
.fmobilehdr-area {
    background-color: #fff;
    padding: 15px 0;
    padding-top: 23px;
    position: fixed;
    width: 100%;
    z-index: 99;
}

.fmobilehdr-part img {
    max-width: 100%;
    display: block;
}

.fmobilehdr-part h2 {
    color: #4A4A4A;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: -22px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.fmobilehdr-part h2:hover {
    opacity: 0.8;
}


/*--- mbinner-area start ---*/
.fmbinner-area {
    /* background-image: url(img/bg.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 192px 0;
}

.fmbinner-part h2 {
    color: #000000;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 0;
    padding-bottom: 1px;
}

.fmbinner-part p {
    color: #000000;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    line-height: 33px;
}

/*--- shlg-area start ---*/
.fshlg-area {
   background-color: #fff;
   padding: 15px 0;
   margin-top: 35px;
}

.fshlg-part {
    text-align: center;
    padding: 21px 0;
}

.fshlg-part a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 145px;
    text-align: center;
    border-radius: 30px;
    background-color: #F0AD4E;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.fshlg-part a:hover {
    background-color: #e4972a;
}

/*--- fdlg-area start ---*/
.ffdlg-area {
   background-color: #fff;
   padding: 15px 0;
}

.ffdlg-top h3 {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 35px;
}

.ffdlg-top h3 span {
    float: right;
}

.ffdlg-top h3 span a {
    color: #F0AD4E;
    font-size: 14px;
    font-weight: 500;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.ffdlg-top h3 span a:hover {
    opacity: 0.8;
    text-decoration: underline;
}


.ffdlg-part {
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,.3);
    border-radius: 24px;
}

.ffdlg-part1 img {
    width: auto !important;
    max-width: 100%;
    display: block !important;
    margin: auto;
}

.ffdlg-part2 {
    padding: 25px 10px 19px 17px;
    margin-bottom: 14px;
}

.ffdlg-part p {
    color: #747474;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    line-height: 21px;
    padding-bottom: 2px;
}

.ffdlg-part p span {
    color: #EFAC4E;
    font-size: 14px;
}

.ffdlg_a1 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.ffdlg_a1 ul li {
    display: inline-block;
}

.ffdlg_a1 ul li img {
   max-width: 30px;
   display: inline-block !important;
}


.ffdlg_a1 ul li span {
    color: #747474;
    font-size: 14px;
    font-weight: 500;
}



.ffdlg_a1 ul li:last-child a {
    color: #F0AD4E;
    font-size: 14px;
    padding-left: 16px;
}


.aside .aside-header {
    background-color: #fafafa;
    padding: 1em;
    padding-left: 0.5em;
    border-bottom: 1px solid #F0AD4E;
    font-size: 1.2em;
}

.aside-header h2 {
    color: #F0AD4E;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    line-height: 24px;
    padding-top: 45px;
}

.aside-header h2 span {
    color: #4A4A4A;
    font-size: 20px;
}

.aside-contents ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-top: 18px;
    padding-left: 15px;
}

.aside-contents ul li {
    display: block;
}

.aside-contents ul li a {
    color: #000000;
    font-size: 16px;
    padding-bottom: 19px;
    display: block;
}

.aside .aside-header .close {
    float: left;
    font-size: 28px;
    cursor: pointer;
    margin-top: -119px;
    margin-left: 15px;
}


.aside {
    min-width: 350px;
    width: 15%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fafafa;
    font-family: Helvetica, Arial, sans-serif;
    border-right: initial;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 2000;
    width: 0px;
    min-width: 0px;
    overflow: hidden;
    transition: 0.35s width ease, 0.35s min-width ease;
}

.switcher11 {
    position: absolute;
    margin-top: -16px;
    padding-left: 256px;
}

.ui-switcher {
    background-color: #bdc1c2;
    display: inline-block;
    height: 20px;
    width: 48px;
    top: -38px;
    left: 483%;
    position: absolute;
    border-radius: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;
    transition: border-color 0.25s;
    margin: -2px 4px 0 0;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}


/*--- fdlgg-area start ---*/
.ffdlgg-area {
   background-color: #fff;
   padding: 15px 0;
}

.ffdlgg-top h3 {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 35px;
}

.ffdlgg-top h3 span {
    float: right;
}

.ffdlgg-top h3 span a {
    color: #F0AD4E;
    font-size: 14px;
    font-weight: 500;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.ffdlgg-top h3 span a:hover {
    opacity: 0.8;
    text-decoration: underline;
}


.ffdlgg-part {
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,.3);
    border-radius: 24px;
    margin-bottom: 11px;
}

.ffdlgg-part1 img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: auto;
}

.ffdlgg-part2 {
    padding: 25px 10px 19px 17px;
}

.ffdlgg_a1 h2 {
    color: #000000;
    font-size: 14px;
    text-align: center;
}

/*--- get-area start ---*/
.fget-area {
    background-color: #fff;
    padding: 15px 0;
}

.fget-part h2 {
    color: #000000;
    font-size: 17px;
    text-align: center;
    line-height: 23px;
    padding-bottom: 11px;
    padding-top: 12px;
    font-weight: 600;
}

.fget-part form input[type="email"] {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border: none;
    padding: 11px 16px;
    background: none;
    outline: none;
    border-radius: 100px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
}

.fget-part form input[type="email"]::placeholder {
    color: #747474;
    font-size: 14px;
    font-weight: 500;
}

.fget-part form input[type="submit"] {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: none;
    padding: 13px 129px;
    background: none;
    outline: none;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    border-radius: 30px;
    background-color: #F0AD4E;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.fget-part form input[type="submit"]:hover {
    background-color: #e4972a;
}

/*--- about-area start ---*/
.fabout-area {
    background-color: #fff;
    padding: 15px 0;
}

.fabout-part {
    border-radius: 15px;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 7%);
}

.fabout-part h2 {
    color: #000000;
    font-size: 14px;
    padding: 12px 14px;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.fabout-part h2 i {
    float: right;
    font-size: 15px;
    cursor: pointer;
}

.fabout-part p {
    color: #747474;
    font-size: 15px;
    font-weight: 500;
    padding: 16px 14px;
    text-align: justify;
}

.fabout-btn {
    text-align: center;
    padding: 21px 0;
}

.fabout-btn a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 50px;
    text-align: center;
    border-radius: 30px;
    background-color: #F0AD4E;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.fabout-btn a:hover {
    background-color: #e4972a;
}


/*--- mobilefooter-area start ---*/
.fmobilefooter-area {
    background-color: #fff;
    padding: 15px 0;
}

.footer-area {
    background-color: #2C3E50;
    padding: 20px 0;
}

.footer-left {
    max-width: 580px;
    font-size: 12px;
}

.footer-right {
    max-width: 500px;
    display: block;
    margin-left: -15px;
    color: #ffffff;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
}

.footerText
{
    padding-top: 15px;
    color: white;
    font-size: 10px;
}

.footerBackgroundColour
{
    background-color: #808080;
}

.buttonShadow
{
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
}

.fmobileftr-part form {
    width: 100%;
}

.fmobileftr-part form h2 {
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 16px;
}

.fmobileftr-part form input[type="text"] {
    color: #747474;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border: none;
    padding: 11px 16px;
    background: none;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
}


.fmobileftr-part form input[type="text"]::placeholder {
    color: #747474;
    font-size: 14px;
    font-weight: 500;
}




.fmobileftr-part form input[type="email"] {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border: none;
    padding: 11px 16px;
    background: none;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
}


.fmobileftr-part form input[type="email"]::placeholder {
    color: #747474;
    font-size: 14px;
    font-weight: 500;
}



.fmobileftr-part form input[type="tel"] {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border: none;
    padding: 11px 16px;
    background: none;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
}


.fmobileftr-part form input[type="tel"]::placeholder {
    color: #747474;
    font-size: 14px;
    font-weight: 500;
}



.fmobileftr-part form textarea {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    height: 225px;
    border: none;
    padding: 11px 16px;
    background: none;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
}


.fmobileftr-part form textarea::placeholder {
    color: #747474;
    font-size: 14px;
    font-weight: 500;
}


.fmobileftr-part form input[type="submit"] {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: none;
    padding: 11px 129px;
    background: none;
    outline: none;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    border-radius: 30px;
    background-color: #F0AD4E;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.fmobileftr-part form input[type="submit"]:hover {
    background-color: #e4972a;
}


/*--- header-area start ---*/
.rheader-area {
    background-color: #fff;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 99;
}

.rheader-part h2 {
    color: #4A4A4A;
    font-size: 25px;
    text-align: center;
    margin: 0;
}

.rheader-part h2 span {
    color: #F0AD4E;
    float: right;
    font-size: 14px;
    margin-top: 10px;
    padding-right: 11px;
}

.rheader-part h2 span a {
    color: #F0AD4E;
}

.rheader-part h2 i {
    float: left;
    color: #000000;
    cursor: pointer;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.rheader-part h2 i:hover {
    opacity: 0.8;
}

/*--- bdg-area start ---*/
.rbdg-area {
    background-color: #fff;
    padding: 20px 0;
}


.rbdg-part h2 {
    color: #000000;
    font-size: 14px;
    padding-bottom: 5px;

}

.rbdg-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.rbdg-part ul li {
    display: inline-block;
}


.rbdg-part ul li a {
    border: 1px solid #F0AD4E;
    font-size: 13px;
    display: block;
    padding: 8px 18px;
    border-radius: 5px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    color: #F0AD4E;
    width: 100%;
    text-align: center;
}

.rbdg-part ul li a:hover {
    opacity: 0.8;
}

.rbdg-part ul li a:active{
    background-color: #fbc476;
}

.rbdg-part ul li:last-child a:active{
    background-color: #fff5e6;
}

.rbdg-part ul li:last-child a {
    color: #F0AD4E;
    font-size: 13px;
    display: block;
    padding: 8px 32px;
    border-radius: 5px;
    border: 1px solid #F0AD4E;
    background: none;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    width: 100%;
    text-align: center;

}

.activebr{
    background-color: #F0AD4E!important;
    color: white!important;
}

.rbdg-part-1 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-top: 15px;
    margin-left: 10%;
}

.rbdg-part-1 ul li {
    display: inline-block;
    padding-right: 107px;
}

.rbdg-part-1 ul li input{
    width: 20px;
    height: 20px;
    vertical-align: text-top;
}

.rbdg-part-1 label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 15px;
}

.rbdg-part-2 h2 {
    color: #000000;
    font-size: 14px;
    padding-top: 15px;
    margin-bottom: 40px;

}

.rbdg-part-2 span {
    width: 51%;
    height: 6px;
    display: block;
}



.rbdd11 {
    color: #4A4A4A;
    font-size: 14px;
    position: absolute;
    left: 4%;
    top: 80%;
}

.rbdd12 {
    color: #4A4A4A;
    font-size: 14px;
    position: absolute;
    left: 38%;
    top: 80%;
}


/*--- sft-area start ---*/
.rsft-area {
    background-color: #fff;
    padding: 20px 0;
}




.rtbdg-part-2 h2 {
    color: #000000;
    font-size: 14px;
    padding-top: 15px;
    margin-bottom: 40px;

}

.rtbdg-part-2 span,.firstrange {
    width: 51%;
    height: 6px;
    display: block;
}



.rtbdg-part-4 {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 2px 5px rgba(0,0,0,.8);
    position: absolute;
    top: 81%;
    left: 1%;
}


.rtbdd11 {
   color: #4A4A4A;
    font-size: 14px;
    position: absolute;
    left: 22%;
    top: 41px;
}
/*--- dnhedr-area start ---*/
.rdnhedr-area {
    background-color: #fff;
    padding: 20px 0;
}
.rdnhedr-part form p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.rdnhedr-part form input[type="text"] {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border: none;
    padding: 11px 16px;
    background: none;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
}

.rdnhedr-part form input[type="text"]::placeholder {
    color: #747474;
    font-size: 14px;
    font-weight: 500;
}

.rdnhedr-part form select {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border: none;
    outline: none;
    padding: 11px 16px;
    background: none;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
}

.rdnhedr-part form textarea  {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border: none;
    height: 248px;
    padding: 11px 16px;
    background: none;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
}

.rdnhedr-part form textarea::placeholder {
    color: #747474;
    font-size: 14px;
    font-weight: 500;
    font-weight: 300;
}

.rdnhedr-part  form input[type="submit"] {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: none;
    padding: 11px 129px;
    background: none;
    outline: none;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    border-radius: 30px;
    background-color: #F0AD4E;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.rdnhedr-part  form input[type="submit"]:hover {
    background-color: #000000;
}



.rlast-btn {
    text-align: center;
    padding-top: 65px;
}


.rlast-btn a {
    color: #fff;
    font-size: 14px;
    padding: 14px 203px;
    background-color: #F0AD4E;
    border-radius: 30px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

/*--- bdg1-area start ---*/
.rbdg1-area {
    background-color: #fff;
    padding: 20px 0;
}


.rbdg1-part h2 {
    color: #000000;
    font-size: 14px;
    padding-bottom: 5px;

}

.rbdg1-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.rbdg1-part ul li {
    display: block;
}


/*--- header-area start ---*/
.iheader-area {
    background-color: #fff;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 99;
}

.iheader-part h2 {
    color: #4A4A4A;
    font-size: 18px;
    text-align: center;
    margin: 0;
}


.iheader-part h2 i {
    float: left;
    color: #000000;
    cursor: pointer;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.iheader-part h2 i:hover {
    opacity: 0.8;
}


/*--- headerdwon-area start  ---*/
.iheaderdwon-area {
    padding: 0px 0;
}


.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
}

/*--- lmt-area start  ---*/
.ilmt-area  {
    background-color: #fff;
    padding: 20px 0;
}

.ilmt-part h2 {
    color: #000000;
    font-size: 20px;
    margin: 0;
}


.ilmt-part p {
    color: #747474;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    line-height: 22px;
    padding-top: 12px;
}


.ilmt-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-top: 20px;
}

.ilmt-part ul li {
    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 14px;
}

.ilmt-part ul li p {
    color: #747474;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    line-height: initial;
    padding-top: 0px;
    margin-top: -18px;
    padding-left: 781px;
    text-align: inherit;
}


/*--- map-area start  ---*/
.imap-area  {
    /* background-image: url(img/map.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 247px 0;
}

/*--- rgs-area start  ---*/
.irgs-area {
    background-color: #fff;
    padding: 20px 0;
}

.irgs-part form {
    width: 100%;
}

.irgs-part form h2 {
    color: #000000;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    padding: 12px 0;
}

.irgs-part form input[type="text"] {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border: none;
    padding: 11px 16px;
    background: none;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
}


.irgs-part form input[type="text"]::placeholder {
    color: #747474;
    font-size: 14px;
    font-weight: 300;
}





.irgs-part form input[type="email"] {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border: none;
    padding: 11px 16px;
    background: none;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
}


.irgs-part form input[type="email"]::placeholder {
    color: #747474;
    font-size: 14px;
    font-weight: 500;
}





.irgs-part form input[type="tel"] {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border: none;
    padding: 11px 16px;
    background: none;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
}


.irgs-part form input[type="tel"]::placeholder {
    color: #747474;
    font-size: 14px;
    font-weight: 500;
}


.irgs-part form input[type="submit"] {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: none;
    padding: 11px 129px;
    background: none;
    outline: none;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    border-radius: 30px;
    background-color: #F0AD4E;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.irgs-part form input[type="submit"]:hover {
    background-color: #000000;
}




/*--- header-area start ---*/
.pheader-area {
    background-color: #fff;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 99;
}

.pheader-part h2 {
    color: #4A4A4A;
    font-size: 25px;
    text-align: center;
    margin: 0;
}


.pheader-part h2 i {
    float: left;
    color: #000000;
    cursor: pointer;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.pheader-part h2 i:hover {
    opacity: 0.8;
}

/*--- dnheader-area start ---*/
.pdnheader-area {
    background-color: #FFFFFF;
    padding: 20px 0;
}


.pdnheader-part h2 {
    color: #000000;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}


.pdnheader-part p {
    color: #000000;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
}

.pdnheader-part img {
    max-width: 7%;
    display: block;
    margin-top: -95px;
    float: right;
    margin-right: 280px;
}

/*--- dnhedr-area start ---*/
.pdnhedr-area {
    background-color: #fff;
    padding: 20px 0;
}
.pdnhedr-part form p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.pdnhedr-part form input[type="text"] {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border: none;
    padding: 11px 16px;
    background: none;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
}

.pdnhedr-part form input[type="text"]::placeholder {
    color: #747474;
    font-size: 14px;
    font-weight: 500;
}

.pdnhedr-part form select {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border: none;
    outline: none;
    padding: 11px 16px;
    background: none;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
}

.pdnhedr-part form textarea  {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border: none;
    height: 248px;
    padding: 11px 16px;
    background: none;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
}

.pdnhedr-part form textarea::placeholder {
    color: #747474;
    font-size: 14px;
    font-weight: 500;
}

.pdnhedr-part  form input[type="submit"] {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: none;
    padding: 11px 129px;
    background: none;
    outline: none;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    border-radius: 30px;
    background-color: #F0AD4E;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.pdnhedr-part  form input[type="submit"]:hover {
    background-color: #000000;
}


/*--- mobilehdr-area start ---*/
.nmobilehdr-area {
    background-color: #fff;
    padding: 15px 0;
    padding-top: 23px;
    position: fixed;
    width: 100%;
    z-index: 99;
}

.nmobilehdr-part img {
    max-width: 100%;
    display: block;
}

.nmobilehdr-part h2 {
    color: #4A4A4A;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: -22px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.nmobilehdr-part h2:hover {
    opacity: 0.8;
}

/*--- slide-area start ---*/

.slide-area {
   background-color: #fff;
   padding: 15px 0;
}

.slide-part {
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,.3);
    border-radius: 24px;
}

.slide-part1 img {
    width: 100% !important;
    display: block !important;
    margin: auto;
}

/*--- text-area start ---*/

.text-area {
    padding: 15px 0px;
    background: #fff;
}

.text-area h4 {
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.text-area h4 span {
    font-size: 17px;
    font-weight: bold;
    color: #f0ad4e;
    float: left;

    border-radius: 5px;
}

.text-area p {
    font-size: 13px;
    font-weight: 500;
    color: #7B7B7B;
}

.text{
    /* width: 50%; */
}
.text ul li {
    font-size: 14px;
    color: #000;
    padding: 3px 0px;
}
.text ul li span {
}

strong.mainDetails{
    width: 155px;
    display: inline-block;
}

.lst-ul li{
    display: inline-block;
    padding: 0px 5px !important;
}

.text-area h2{
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-top: 20px;
}






/*--- map-area start ---*/

.map-area {
    background-color: #fff;
    padding: 0px 0 15px;
}

.map-area h2 {
    font-size: 15px;
    font-weight: bold;
}

.map-area img {
    width: 100%;
}


/*--- mobilefooter-area start ---*/
.nmobilefooter-area {
    background-color: #fff;
    padding: 15px 0;
}


.nmobileftr-part form {
    width: 100%;
}

.nmobileftr-part form h2 {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 16px;
}

.nmobileftr-part form input[type="text"] {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border: none;
    padding: 11px 16px;
    background: none;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
}


.nmobileftr-part form input[type="text"]::placeholder {
    color: #747474;
    font-size: 14px;
    font-weight: 500;
}




.nmobileftr-part form input[type="email"] {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border: none;
    padding: 11px 16px;
    background: none;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
}


.nmobileftr-part form input[type="email"]::placeholder {
    color: #747474;
    font-size: 14px;
    font-weight: 500;
}



.nmobileftr-part form input[type="tel"] {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border: none;
    padding: 11px 16px;
    background: none;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
}


.nmobileftr-part form input[type="tel"]::placeholder {
    color: #747474;
    font-size: 14px;
    font-weight: 500;
}



.nmobileftr-part form textarea {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    height: 225px;
    border: none;
    padding: 11px 16px;
    background: none;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
}


.nmobileftr-part form textarea::placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}


.nmobileftr-part form input[type="submit"] {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: none;
    padding: 11px 129px;
    background: none;
    outline: none;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    border-radius: 30px;
    background-color: #F0AD4E;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.nmobileftr-part form input[type="submit"]:hover {
    background-color: #000000;
}

/*--- mobilehdr-area start ---*/
.mobilehdr-area {
    background-color: #fff;
    padding: 15px 0;
    padding-top: 23px;
    position: fixed;
    width: 100%;
    z-index: 99;
}

.mobilehdr-part img {
    max-width: 100%;
    display: block;
}

.mnu {
    position: absolute;
    right: 15px;
    width: 20px;
    top: 0;
}
.mobilehdr-part h2 {
    color: #4A4A4A;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: -22px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.mobilehdr-part h2:hover {
    opacity: 0.8;
}
/*--- mbinner-area start ---*/
.mbinner-area {
    padding: 0px 0px 30px;
}

.mbinner-part h2 {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 0;
    padding-bottom: 1px;
}

.mbinner-part p {
    color: #000000;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    line-height: 33px;
}

.mbinner {
    position: absolute;
    top: 46px;
    right: 40px;
}
.mbinner img {
    width: 80px;
}



/*--- house-area start ---*/
.house-area {
   background-color: #fff;
   padding: 30px 15px;
}

.house-part {
     box-sizing: border-box;
     box-shadow: 0px 1px 7px 2px #ADADAD;
     border-radius: 30px;
}
.house-part >img{
    width: 100%;
}

.text {
    padding: 20px;

}

.text h4 {
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.text h4 span {
    color: #F0AD4E;
    font-weight: bold;
    float: right;
}
.text p {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    font-family: arial;
}

.text p a {
    color: #F0AD4E;
    font-size: 12px;
    font-weight: normal;
    font-family: arial;
}

.text h5 {
    font-size: 13px;
    color: #000;
}
.text h5 span {
    float: right;
}

.text .lst-ul li {
    display: inline-block;
    font-size: 13px;
    color: #000;
    margin-right: 5px;
}

.text .lst-ul li:last-child {
    display: inline-block;
    font-size: 14px;
    color: #F0AD4E;
    margin-left: 15px;
}

.text .lst-ul li:last-child img {
    margin-left: 5px;
}

.text a {
    color: #F0AD4E;
    font-size: 15px;
    font-weight: 500;
}

.house-part a:hover {
    background-color: #000000;
}



/*aside-area strat*/

.aside .aside-header {
    background-color: #fafafa;
    padding: 1em;
    padding-left: 0.5em;
    border-bottom: 1px solid #F0AD4E;
    font-size: 1.2em;
}

.aside-header h2 {
    color: #F0AD4E;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    line-height: 24px;
    padding-top: 45px;
}

.aside-header h2 span {
    color: #4A4A4A;
    font-size: 20px;
}

.aside-contents ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-top: 18px;
    padding-left: 15px;
}

.aside-contents ul li {
    display: block;
}

.aside-contents ul li a {
    color: #000000;
    font-size: 16px;
    padding-bottom: 19px;
    display: block;
}

.aside .aside-header .close {
    float: left;
    font-size: 28px;
    cursor: pointer;
    margin-top: -90px;
    margin-left: 15px;
}


.aside {
    min-width: 350px;
    width: 15%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fafafa;
    font-family: Helvetica, Arial, sans-serif;
    border-right: initial;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 2000;
    width: 0px;
    min-width: 0px;
    overflow: hidden;
    transition: 0.35s width ease, 0.35s min-width ease;
}

.switcher11 {
    position: absolute;
    margin-top: -16px;
    padding-left: 256px;
}

.ui-switcher {
    background-color: #bdc1c2;
    display: inline-block;
    height: 20px;
    width: 48px;
    top: -38px;
    left: 483%;
    position: absolute;
    border-radius: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;
    transition: border-color 0.25s;
    margin: -2px 4px 0 0;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}


.text2 {
    width: 100% !important;
}
/* filter pop */

.searchboxpop{
    position: fixed;
    top: 0;
    left: 0;
    padding: 5% 2%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999;

    text-align: center;
}
.searchboxpop iframe{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    overflow: hidden;

}
.boxfil{
    height: 100%;
    width: 100%;
    max-width: 800px;
    overflow-y: scroll;
    position: relative;
    margin: 0 auto;
}

.closebox{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    z-index: 25;
    cursor: pointer;
}
.searchboxpop{
    display: none;
}
.activeseabox{
    display: block;
}


.socialicons a{
    display: inline-block!important;
    width: 50px;
}


/* input rang style */


[slider] {
    position: relative;
    height: 6px;
    border-radius: 10px;
    text-align: left;
    margin: 45px 0 10px 0;
  }

  [slider] > div {
    position: absolute;
    left: 13px;
    right: 15px;
    height: 6px;
  }

  [slider] > div > [inverse-left] {
    position: absolute;
    left: 0;
    height: 6px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
  }

  [slider] > div > [inverse-right] {
    position: absolute;
    right: 0;
    height: 6px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
  }

  [slider] > div > [range] {
    position: absolute;
    left: 0;
    height: 6px;
    border-radius: 14px;
    background-color: #169AEE;
  }

  [slider] > div > [thumb] {
    position: absolute;
    top: -7px;
    z-index: 2;
    height: 20px;
    width: 20px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background-color: #FFF;
    border-radius: 50%;
    outline: none;
  }

  [slider] > input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 14px;
    top: -2px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }

  div[slider] > input[type=range]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent;
  }

  div[slider] > input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent;
  }

  div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
  }

  div[slider] > input[type=range]:focus {
    outline: none;
  }

  div[slider] > input[type=range]::-ms-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
  }

  div[slider] > input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
  }

  div[slider] > input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
  }

  div[slider] > input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
  }

  div[slider] > input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
  }

  div[slider] > input[type=range]::-ms-tooltip {
    display: none;
  }

  [slider] > div > [sign] {
    opacity: 0;
    position: absolute;
    margin-left: -11px;
    top: -39px;
    z-index:3;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }



  [slider] > div > [sign] > span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    opacity: 1;
  }



  [slider] > div > [sign] {
    opacity: 1;
  }





  /* changes I made */


  .agentimage{
      position: initial;
  }
  .fmbinner-area{
      position: relative;
      padding: 20% 0!important;
      /* background-image: url(../img/bg.png); */
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat
  }

  .agentimage img{
      width: 100%;
      position: absolute;
      width: 30%;
      margin-left: -15px;
      z-index: 1;
  }

  .rowrelative{
      background:#ffffff7d;
      padding-bottom: 20px;
  }


  /* footer-about */

.footer_about {
    color: #5e5e5e;
    margin: 20px 20px 80px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 7px 18px 7px rgba(0,0,0,0.04);
    -webkit-box-shadow: 0px 7px 18px 7px rgba(0,0,0,0.04);
    padding: 20px;
  }
  .footer_about p {
    font-size: 14px;
  }
  .footer_about h5 {
    font-size: 16px;
    font-weight: 600;
  }
  .footer_about span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .patner-img img {
    /* width: 160px; */
  }
  .footer_about span a {
    color: #5e5e5e;
  }
  .social-icon {
    margin-top: 16px;
  }
  .footer_about ul {
    list-style: none;
    display: flex;
  }

  .social-icon{
    width:220px;
    margin: 0 auto;
  }
  .social-icon ul {
    margin: 0;
    padding: 0;
  }
  .social-icon ul li a {
    margin-right: 2px;
  }
  .social-icon ul li a img {
    width: 40px;
    padding: 0 5px;
  }















  /* The container */
.container2check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default checkbox */
  .container2check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;

  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
  }

  /* On mouse-over, add a grey background color */
  .container2check:hover input ~ .checkmark {
    background-color: #ccc;
  }

  /* When the checkbox is checked, add a blue background */
  .container2check input:checked ~ .checkmark {
    background-color: #2C3E50;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .container2check input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .container2check .checkmark:after {
    left: 10px;
    top: 6.5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .finePrint
  {
      font-size: 8pt;
      line-height: 11pt;
      margin-top: 10px;
  }

  .greyColor
  {
    color: #808080;
  }

  .somethingspec select{
      width: 70%!important;
      margin: 0 auto;
      display: block;
  }
  .somethingspec p{
      width: 100%;
  }

  #agentInfoBar
  {

  }

  #mainBanner
  {

  }

  .socialMediaLogo
  {
      display: none;
  }
