/* Commomn styles */

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-size: 16px;
    line-height: 1.643;
    color: #262626;
    background-color: #ffffff;
    overflow-x: hidden;
}

a {
    color: #000000;
    font-size: 14px;
    transition: all 0.5s ease;
}

a,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: inherit;
    outline: none;
    font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.white-bg {
    background: #fff;
}

p {
    font-weight: 400;
    font-size: 16px;
    /*color: #3f3f3f;*/
    color: #5e5f66;
    line-height: 24px;
}

.default-bg {
    background: #bfe7db;
}

.default-pad {
    padding: 50px 0;
}

.btm-padd25 {
    padding: 25px 0;
}


/*.default-pad50{
	padding:50px 0;
}*/

form.contact-us-form .form-group {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    width: 100%;
}

form.contact-us-form .form-control {
    padding: 6px 0px;
}

default-pad .font-700 {
    font-weight: 700;
}

.padlt {
    padding-left: 7px;
}

.padrght {
    padding-right: 5px;
}

.padtp45 {
    padding-top: 45px;
}

.padbtm {
    padding-bottom: 20px;
}

.padbtm80 {
    padding-bottom: 80px;
}

.pd-tp40 {
    padding-top: 40px;
}

.mar-tp20 {
    margin-top: 20px;
}

.mar-tp-20 {
    margin-top: -20px;
}

.mar-tp80 {
    margin-top: 80px;
}

.mar-tp64 {
    margin-top: 64px;
}

.pad-none {
    padding-left: 0px;
    padding-right: 0px;
}

.pad-left {
    padding-left: 0px;
}

.pad-right {
    padding-right: 0px;
}

.form-control {
    border: 1px solid #afd5ca;
}

.heading {
    padding-bottom: 25px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    font-size: 30px;
}

.heading span {
    float: right;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #0e6f46;
}

body.contain .container {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
}

.padLR {
    padding-left: 7px;
    padding-right: 7px;
}


/*  Commomn styles end */

.fa-home {
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 3px;
    width: 27px;
    height: 27px;
    margin-right: 10px;
    font-size: 16px;
}


/* menu styles */

.lettings-bar {
    background: #fff;
}

.lettings-bar .navbar-nav>li>a {
    color: #202121;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.lettings-bar .navbar-nav>li>a.active {
    color: #1c8e5e;
}

.lettings-bar .navbar-nav>li>a.active span {
    border-bottom: solid 3px #1c8e5e;
    padding-bottom: 10px
}


/* header styles start */

.header {
    padding: 15px 0;
}


/*  header styles end  */


/*  banner styles start  */

.banner {
    position: relative;
    margin-top: 80px;
}

.banner img {
    width: 100%;
}

.banner-cnt {
    position: absolute;
    bottom: 50px;
}

.banner-cnt h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    padding-bottom: 25px;
}

a.valuation-btn,
a.valuation-btn:hover,
a.valuation-btn:active {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    background: #0e6f46;
    padding: 18px 30px 18px 30px;
    border-right: 75px solid #1b885a;
    position: relative;
}

.valuationp {
    font-size: 17px!important;
}

.right-icon {
    position: absolute;
    right: -54px;
    color: #fff!important;
    font-size: 40px;
    top: 11px;
}

a.readmore {
    color: #848484;
    font-size: 15px;
    font-weight: 400;
}

.fa-angle-right {
    color: #848484;
    padding-right: 10px;
}


/*  banner styles end  */


/*  first section styles start  */

.sell-section {
    padding: 45px 0;
}

.sell-section h1 {
    color: #3f3f3f;
    font-size: 44px;
    font-weight: 700;
}

.mydiv label {
    font-weight: 400;
}

.mydiv .form-control {
    height: 45px;
}

.hr {
    border: none;
    border-left: 1px solid #fff;
    height: 200px;
    width: 1px;
}

.hr-1 {
    border: none;
    border-left: 1px solid #d9ede7;
    height: 410px;
    width: 1px;
}

.sell-right h2 {
    color: #3f3f3f;
    font-size: 24px;
    font-weight: 700;
}

.sell-right p {
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0;
    line-height: 28px;
}

.request-btn {
    background: #0e6f46;
    color: #fff!important;
    font-weight: 700;
    font-size: 20px;
    padding: 15px 20px;
}


/*  first section styles end  */


/* PROPERTY SEARCH FORM */

.down {
    position: relative;
}

.fa-angle-down {
    position: absolute;
    right: 10px;
    bottom: 16px;
}

.property-searchform {
    background: #bfe7db;
    margin-top: 90px;
    padding: 10px 0 5px;
}

.property-searchform .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.submit-btn {
    margin-top: 32px!important;
    padding: 5px 13px!important;
    border-radius: 5px;
}


/* featured property styles start  */

.property-list {
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
}

.property-list figure {
    position: relative;
}

.property-list figure img {
    width: 100%;
}

.property-list figure .pound {
    position: absolute;
    bottom: 0;
    font-size: 20px;
    font-weight: 700;
    /*color: #0e6f46;
	background: #fff;*/
    color: #ffffff;
    background: #0e6f46;
    padding: 8px 25px;
    /*	border-top-right-radius: 10px;*/
}

.property-list figcaption {
    padding: 20px;
    position: relative;
    min-height: 162px;
    overflow: hidden;
}

.property-list figcaption h2 {
    font-size: 16px;
    font-weight: 600;
    height: 34px;
    max-height: 34px;
    overflow: hidden
}

.property-list figcaption p {
    padding: 10px 0;
    margin-bottom: 0;
    max-height: 61px;
    overflow: hidden;
}

.property-icons {
    background: #fff;
    padding: 10px 20px;
}

.property-list ul {
    padding: 10px 18px;
    background: #fff;
    border-top: 1px solid #e0e0e0;
}

.property-list ul li {
    display: inline;
    padding-right: 10px;
    font-size: 15px;
    color: #3f3f3f;
    font-weight: 400;
}

#propertyMap {
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 10px;
}

.main-add figure {
    margin-bottom: 25px;
}


/* featured property styles end */


/* valuation style start  */

.valuation {
    background: #bfe7db;
    padding: 80px 0px 0px;
}

.valuation .left h2 {
    color: #3f3f3f;
    font-size: 33px;
    font-weight: 500;
}

.valuation .left h4 {
    color: #3f3f3f;
    font-size: 21px;
    font-weight: 500;
    padding: 15px 0;
    line-height: 27px;
}

.valuation .left ul {
    padding: 12px 0 0 20px;
}

.valuation .left ul li {
    padding-bottom: 15px;
    font-weight: 500;
}

.valuation .left ul li img {
    padding-right: 15px;
}

.valuation .right h1 {
    color: #3f3f3f;
    font-size: 51px;
    font-weight: 700;
}

.valuation .right p {
    font-size: 19px;
    color: #3f3f3f;
    font-weight: 400;
    padding: 10px 0;
    line-height: 28px;
}

.right .eatate-form {
    padding: 30px 0;
}

.right .eatate-form .form-control {
    height: 55px;
    font-size: 16px;
    font-weight: 300;
    color: #3b3535;
    border: none;
    border-radius: 3px;
}

.red {
    color: #ff3b01;
}

.radio-inline {
    color: #3f3f3f;
    font-size: 20px;
    font-weight: 500;
}

.radio-inline input[type=radio] {
    margin-top: 10px;
}


/* valuation style ends  */


/* News & Blog Style start */

.newsblog {
    background: #f2f2f2;
    padding: 80px 0;
}

.list {
    background: #fff;
}

.list figcaption {
    padding: 20px;
}

.list figcaption h2 {
    font-size: 32px;
    font-weight: 700;
    color: #222;
}

.list figcaption h6 {
    color: #b1b1b1;
    font-size: 18px;
    font-weight: 300;
    padding: 15px 0;
}

.list figcaption h6 span {
    color: #0e6f46;
    font-weight: 500;
}

.list figcaption p {
    font-weight: 400;
    color: #222;
}


/* subscribe style start */

.subscribe {
    padding: 80px 0;
}

.subscribe h2 {}

.subscribe p {
    font-size: 21px;
    font-weight: 400;
    color: #3f3f3f;
    padding: 15px 0;
    line-height: 27px;
}

.sub-cntrl {
    height: 55px;
    border: none;
    width: 76%;
    border-radius: 3px;
    font-size: 18px;
}

.subscribe-btn {
    background: #0e6f46;
    position: absolute;
    right: -40px;
    padding: 11px 30px;
    top: 0;
    color: #fff!important;
    text-transform: uppercase;
    border-radius: 4px;
    border: none;
    font-size: 21px!important;
}

.subscribe .form-group {
    position: relative;
    width: 90%;
}


/* subscribe style end */


/*  testimonial style start  */

.testimonial {
    padding: 50px 80px;
    background: #fff;
}

.owl-nav {
    display: none;
}

.testimonial figcaption h5 {
    font-size: 18px;
    font-weight: 600;
    color: #0e6f46;
    padding-top: 28px;
}

.testimonial figcaption h5 span {
    color: #3f3f3f;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    display: block;
}

.testimonial p {
    padding-top: 23px;
}


/* testimonial style end  */


/* footer styles start */

.footer {
    background: #0e2324;
    padding: 70px 0 55px 0;
}

.footer-bg {
    background: url(../images/footerbg.png);
    background: no-repeat;
    background-position: right;
}

.card ul {
    padding-top: 0px!important;
}

.footer-tabs {
    position: relative;
    top: -25px;
}

.footer h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.footer ul.footerLInks {
    padding-top: 40px;
}

.footer ul.footerLInks li {
    padding: 4px;
}

.footer ul.footerLInks li a {
    color: #f7f6f4;
    font-size: 15px;
    letter-spacing: .1px;
}

.footer .address {
    padding-bottom: 15px;
}

.footer .address h5 {
    color: #0e6f46;
    font-weight: 500;
    font-size: 22px;
}

.footer .address h5 img {
    padding-right: 10px;
}

.footer .address p {
    font-weight: 300;
    color: #f7f6f4;
    padding-top: 15px;
}

.footer-btm {
    background: #011213;
    padding: 10px 0;
}

.footer-btm p {
    color: rgba(255, 255, 255, 0.60);
    font-size: 12px;
    margin-bottom: 0;
}

.footer-btm .right p {
    text-align: right;
}


/* Bootatrsp group styles */

.saleform {
    padding-top: 35px;
}

.inline-group {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.inline-group>.inline-item {
    display: table-cell;
    float: none;
    width: auto;
    margin-left: -4px;
}

.inline-group>select.inline-item,
.inline-group>.btn.inline-item {
    margin-bottom: 2px;
}

.inline-group>.inline-item:first-child:not(:last-child),
.saleform.homeSearch #location {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    background: #fff;
    color: #3e3e3e;
    font-size: 18px;
    height: 55px;
    -webkit-appearance: none;
    -moz-appearance: none;
    float: left;
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 98px;
}

h3.searchOutputlabel {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
}

.saleform.homeSearch .input-group {
    width: 100% !important;
}

.saleform.homeSearch #myLocation {
    background: #fff;
    color: #3e3e3e;
    font-size: 18px;
    height: 55px;
}

.inline-group>.inline-item:not(:first-child):not(:last-child) {
    border-radius: 0;
    height: 55px;
    width: 385px;
    font-size: 18px;
}

.inline-group>.inline-item:last-child:not(:first-child) {
    border-radius: 0;
    height: 54px;
    background: #0e6f46;
    border: none;
    width: 85px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center;
}


/* menu Mouseover effect start */


/*.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #0e6f46;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}*/


/* radio buttons */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 30px;
    padding-right: 9px;
    cursor: pointer;
    line-height: 20px;
    display: inline;
    color: #3f3f3f;
    font-size: 17px;
    font-weight: 500;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #264e42;
    border-radius: 100%;
    background: #9ec6ba;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #264e42;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* menu Mouseover effect end */


/*  footer styles end  */


/* INNER PAGE STYLING STARTS HERE */

.proprty-list-bg h2 {
    font-size: 33px;
    padding-bottom: 25px;
}


/*.property-list-effect{
transition:.5s;	
}*/

.heart {
    color: #2196f3!important;
    border: 1px solid #2196f3;
    border-radius: 2px;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 12px!important;
}

.envelope {
    color: #0e6f46!important;
    border: 1px solid #0e6f46;
    border-radius: 2px;
    border-radius: 4px;
    padding: 2px 6px;
    margin-right: 7px;
    font-size: 12px!important;
}

.property-social {
    display: inline-table;
    position: absolute;
    right: 8px;
    bottom: 8px;
}


/* right section styling */

.contact-seller {
    background: #e7e5e6;
    border-top: 55px solid #0e6f46;
    position: relative;
    padding: 15px;
    margin-bottom: 15px;
}

.contact-seller h2 {
    position: absolute;
    top: -40px;
    left: 30px;
    color: #fff;
    font-size: 24px;
}

.contact-seller .form-control {
    border: none;
    border-radius: 0px;
    height: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contact-seller .cnt-btn {
    background: #0e6f46;
    color: #fff;
    border-radius: 0px;
    padding: 10px 33px;
    font-size: 22px;
    margin: 10px 0 20px;
}

.favorites {
    background: #e7e5e6;
    color: #1b2925;
    font-size: 20px;
    padding: 15px;
    margin-bottom: 10px;
    border-bottom: 5px solid #e7e5e6;
}

.favorites:hover {
    background: #0e6f46;
    border-bottom: 5px solid #be4e2d;
    color: #fff;
}

.favorites:hover .social-icon {
    color: #fff;
}

.favorites .fa-star {
    font-size: 27px;
    border-right: 1px solid #ccc;
    padding-right: 15px;
    margin-right: 8px;
}


/* Property-list MouseOver effects */


/*.property-list-effect:hover{
    box-shadow: 0px 5px 5px #00000096;
}
.property-list-effect:hover ul{
background:#0e6f46;

}
.property-list-effect:hover ul li{
color:#fff;

}
.property-list-effect:hover .readmore{
color:#0e6f46;	
}
.property-list-effect:hover .fa-angle-right{
color:#0e6f46;		
}*/


/* property-detail styling */

.price {
    background: #eaeaea;
    padding: 0px;
    margin-top: 0px;
    display: inline-block;
    width: 100%;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0px;
}

.carousel-h1 p {
    color: #222;
}

.price-pound {
    padding: 16px 20px;
    background: #d6d5d5;
    float: left;
}

.price .right {
    float: right;
    padding: 16px 20px;
}

.price .right ul li {
    float: right;
    font-size: 16px;
    font-weight: 400;
}

.typeofenquiry h3 {
    padding-bottom: 35px;
    font-weight: 400;
}


/*.card {
	margin-top: 80px;
}*/

.carousel {
    border: 1px solid #dedede;
    border-radius: 2px;
}

.detailTitleSpace {
    min-height: 72px;
    margin-top: 70px;
}

@media only screen and (max-width :1024px) {
    .detailTitleSpace {
        min-height: 72px;
        margin-top: 75px;
    }
}

@media only screen and (max-width :768px) {
    .detailTitleSpace {
        min-height: 20px;
        margin-top: 125px;
    }
}

@media only screen and (max-width :420px) {
    .detailTitleSpace {
        min-height: 20px;
        margin-top: 65px;
    }
    .price-pound {
        padding: 16px 20px;
        background: #d6d5d5;
        float: left;
        display: block;
        width: 100%
    }
}

.agent {
    border: 1px solid #dedede;
    padding: 20px;
}

.agent-heading {
    font-size: 22px;
}

.agent .name h2 {
    color: #1b2925;
    font-size: 20px;
    line-height: 25px;
}

.agent .name h2 span {
    font-size: 17px;
}

.agent p {
    padding: 5px 0;
}

.agent h4 {
    margin: 12px 0;
}

.agent-bottom {
    border: 1px solid #dedede;
    padding: 20px;
    margin-bottom: 15px;
    background: #f0f0f0;
}

.fnt-size24 {
    font-size: 24px;
}

.fnt-size24 span {
    font-size: 18px;
    color: #999;
    font-weight: 400;
}

.back-listing {
    text-align: right;
    font-size: 13px;
    position: relative;
    top: -38px;
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.carousel-h1 {
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    background: #ffffff9e;
    padding: 15px;
    width: 70%;
    font-weight: 500;
    right: 20px;
    text-align: right;
}


/* Bootstrap tab */

.nav-tabs {
    border-bottom: 3px solid #0e6f46;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #e6e4e4;
    margin: 0px 6px 1px 0px;
    font-weight: normal;
    padding: 9px 18px;
    color: #333;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:active {
    background-color: #0e6f46;
    color: #fff;
}


/* SERVICES PGE STYLING */

.service-banner {
    position: relative;
}

.service-banner img {
    width: 100%;
}

.service-banner h2 {
    position: absolute;
    bottom: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 42px;
}

.service-banner-cnt h1 {
    font-size: 33px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.service-banner-cnt p {
    width: 80%;
    margin: 0 auto;
}

.service-main {
    box-shadow: 0px 1px 5px #898282;
    margin-bottom: 25px;
    min-height: 620px;
}

.service-main .more-info {
    background: #f7f7f7;
    padding: 15px 25px;
}

.service-main figure img {
    width: 100%;
}

.service-main .more-info h3 {
    color: #0e6f46;
    font-weight: 700;
    font-size: 33px;
}

.service-main .more-info h3 span {
    color: #0e6f46;
    float: right;
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
}

.service-main .details {
    padding: 30px;
}

.button-nav-toggle {
    width: 140px;
}

.service-main .details p {
    padding: 25px 0;
}

.order-btn {
    background: #0e6f46;
    color: #fff!important;
    font-weight: 500;
    padding: 12px 40px;
    letter-spacing: .5px;
    border-radius: 100px;
}


/* CONTACT STYLING */

.contact h3 {
    color: #0e6f46;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 40px;
}

.contact h1 {
    color: #3f3f3f;
    font-size: 43px;
    font-weight: 700;
}

.contact p {
    padding: 20px 0;
}

.contact .cnt-address {
    padding: 0 0 30px 30px;
}

.contact .cnt-address span {
    width: 55px;
    height: 55px;
    float: left;
}

.getintouch h3 {
    text-transform: uppercase;
    font-size: 33px;
    padding-top: 70px;
}

.getintouch hr {
    width: 50px;
    border-top: 2px solid #0e6f46;
    float: left;
}


/* Contact form Effects */

.submit-form input {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
}

.submit-form textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
    padding: 6px 0px;
}

.submit-form label {
    font-weight: normal;
}

.input-group-btn>.btn {
    height: 45px;
    border: 1px solid #afd5ca;
    border-left: solid 1px #eee;
    background-color: #fff;
}

.submit-form input:focus,
input:active {
    outline: none;
}

.submit-form input[type="submit"]:active {
    color: white;
    background: #000;
}

.submit-form .cnt-btn {
    background: #0e6f46;
    color: #fff;
    border-radius: 3px;
    padding: 10px 33px;
    font-size: 22px;
    margin: 10px 0 20px;
}


/* FROM STYLING */


/* login form styling */

.login h2 {
    font-size: 33px;
    text-align: center;
    font-weight: 300;
    padding: 0 0 50px 0;
}

.login img {
    display: none;
    padding: 0 0 50px 0;
}

.login .form {
    border: 1px solid #d9d9d9;
    padding: 50px;
}

.login .form label {
    color: #222;
    font-weight: 400;
    font-size: 15px;
}

.login .form .form-control {
    border-radius: 0px;
    border: 1px solid #acacac;
    height: 45px;
    padding-right: 65px;
}

.email-icon {
    display: block!important;
    position: absolute!important;
    right: 5px;
    top: 40px;
    border-left: 1px solid #ccc;
    padding: 0 14px!important;
}

.login-bg {
    display: block!important;
    padding: 50px 0 0 0!important;
}

.login .form .form-group {
    position: relative!important;
}

.login .form h3 {
    font-size: 14px;
    font-weight: 400;
}

.login .form h3 span {
    float: right;
    color: #0e6f46;
}

.login .form h4 {
    font-size: 14px;
    font-weight: 400;
    padding: 45px 0;
    display: inline-block;
    width: 100%;
}

.sign-btn {
    background: #0e6f46;
    color: #fff;
    border-radius: 100px;
    padding: 12px 33px;
    font-size: 22px;
    width: 100%;
    border-radius: 0px;
}

.login .nav-tabs {
    background: #f5f5f5;
    border-bottom: none;
}

.login .nav-tabs>li {
    width: 50%;
}

.login .nav-tabs>li a {
    color: #222;
    font-size: 22px!important;
    font-weight: 300;
    text-align: center;
    border-radius: 0px;
}

.login .nav-tabs>li.active>a {
    background: #0e6f46;
    color: #fff;
}

.form-btm {
    background: #dbdbdb;
    text-align: center;
    padding: 16px 0;
    font-size: 16px;
}

.form-btm span {
    color: #0e6f46;
    padding-left: 5px;
}

.sign-form {
    padding: 50px 30px!important;
    display: inline-block;
}


/* QUICK CONTACT STYLING */

.quick-cnt img {
    float: left;
}

.quick-cnt div hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.quick-cnt div {
    position: absolute;
    bottom: 0;
    left: 143px;
}

.quick-cnt div h5 {
    color: #0e6f46;
}

.quick-form .form-control {
    border-radius: 0px;
    border: 1px solid #acacac;
    height: 50px;
}

.quick-form label {
    color: #222;
    font-weight: 400;
    font-size: 15px;
}

.quick-form textarea {
    height: inherit!important;
    margin-bottom: 30px;
}


/* BLOG STYLING */

.blog figcaption {
    box-shadow: 0px 1px 4px #ccc;
    padding: 40px 25px;
    margin-bottom: 40px;
}

.blog figcaption h2 {
    font-size: 28px;
    padding-bottom: 25px;
}

.blog figure img {
    width: 100%;
}

.blog figcaption h5 {
    color: #b1b1b1;
}

.blog figcaption h5 span {
    color: #0e6f46;
}

.blog figcaption h5 span:hover {
    color: #222;
}

.blog figcaption p {
    padding: 15px 0;
    margin-bottom: 0;
}


/* SHARE SOCIAL BOOTSTRAP STYLING */

.social {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: 6px;
}

.fa-share-alt {
    font-size: 27px;
    border-right: 1px solid #ccc;
    padding-right: 15px;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1.334em) translateZ(0);
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(1.334em) translateZ(0);
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1.334em) translateZ(0);
        -moz-transform: translateX(1.334em) translateZ(0);
        -ms-transform: translateX(1.334em) translateZ(0);
        -o-transform: translateX(1.334em) translateZ(0);
        transform: translateX(1.334em) translateZ(0);
    }
    100% {
        opacity: 1;
    }
}

.social span.text-right {
    display: table;
    float: left;
    height: 38px;
    vertical-align: middle;
}

.social span.text-right p {
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    font-size: 16px;
    font-family: "Roboto Semi Bold";
    color: rgb(68, 68, 68);
    line-height: 1.2;
}

a.social-icon,
a.social-icon:visited {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    /*  background-color: #f0f0f0;*/
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 5px 0px;
    color: #444;
    margin: 2px;
    font-size: 20px;
    display: table;
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-radius: 4px;
    /* Color each button differently */
}

a.social-icon:focus,
a.social-icon:active,
a.social-icon:hover {
    text-decoration: none;
    color: #FFF;
    border: none;
}

.social-icon i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 100%;
}

.social-icon.facebook {
    /* Animation */
    -webkit-animation: fadeInRight 0.6s 0.25s forwards;
    animation: fadeInRight 0.6s 0.25s forwards;
    opacity: 0;
    /* Color */
}

.social-icon.facebook:hover,
.social-icon.facebook:active,
.social-icon.facebook:focus {
    opacity: 1;
    background-color: #0077b2;
}

.social-icon.twitter {
    /* Animation */
    -webkit-animation: fadeInRight 0.6s 0.5s forwards;
    animation: fadeInRight 0.6s 0.5s forwards;
    opacity: 0;
    /* Color */
}

.social-icon.twitter:hover,
.social-icon:nth-child(2):active,
.social-icon:nth-child(2):focus {
    opacity: 1;
    background-color: #008cb2;
}

.social-icon.linkedin {
    /* Animation */
    -webkit-animation: fadeInRight 0.6s 0.75s forwards;
    animation: fadeInRight 0.6s 0.75s forwards;
    opacity: 0;
    /* Color */
}

.social-icon.linkedin:hover,
.social-icon.linkedin:active,
.social-icon.linkedin:focus {
    opacity: 1;
    background-color: #00a1b2;
}

.social-icon.google-plus {
    /* Animation */
    -webkit-animation: fadeInRight 0.6s 1s forwards;
    animation: fadeInRight 0.6s 1s forwards;
    opacity: 0;
    /* Color */
}

.social-icon.google-plus:hover,
.social-icon.google-plus:active,
.social-icon.google-plus:focus {
    opacity: 1;
    background-color: #e3401d;
}

.social-icon.email {
    /* Animation */
    -webkit-animation: fadeInRight 0.6s 1.25s forwards;
    animation: fadeInRight 0.6s 1.25s forwards;
    opacity: 0;
    /* Color */
}

.social-icon.email:hover,
.social-icon.email:active,
.social-icon.email:focus {
    opacity: 1;
    background-color: #e3401d;
}

.social-icon img {
    width: 20px;
}

.property-list.content {
    position: relative;
    overflow: hidden;
}

.content:hover .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    z-index: 100;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 101;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content:hover .content-details a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 18px;
}


/* ============================ */


/* TOOLTIP                      */


/* ============================ */

[data-tooltip] {
    position: relative;
    /* tooltip arrow */
    /* tooltip box */
}

[data-tooltip]:before,
[data-tooltip]:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    transition-timing-function: linear;
    position: absolute;
    left: 50%;
    top: 100%;
    bottom: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

[data-tooltip]:before {
    content: "";
    border-color: #323232;
    border-style: none;
    border: 5px solid transparent;
    border-bottom: 6px solid #323232;
    margin-top: -4px;
}

[data-tooltip]:after {
    content: attr(data-tooltip);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: auto;
    height: 22px;
    padding: 11px 11px 0 11px;
    font-size: 13px;
    line-height: 11px;
    white-space: nowrap;
    background-color: #323232;
    color: #ecf0f1;
    margin-top: 7px;
}

[data-tooltip]:hover,
[data-tooltip]:focus {
    background-color: transparent;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0e6f46;
}


/* media Query */

@media all and (min-width: 992px) and (max-width: 1199px) {
    .inline-group>.inline-item:not(:first-child):not(:last-child) {
        width: 300px;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .service-banner {
        margin-top: 140px!important;
    }
    .property-searchform {
        margin-top: 140px;
    }
}


/* Define mobile styles */

@media (max-width: 768px) {
    /* common styling */
    .footer-tabs {
        padding-bottom: 0px!important;
    }
    .contact h3,
    .main-add {
        display: none;
    }
    .default-pad {
        padding: 40px 0;
    }
    .pad-none {
        padding-right: 15px;
        padding-left: 15px;
    }
    .property-searchform .pad-none,
    .padleft460 {
        padding-left: 0;
    }
    .property-searchform .col-xs-12 {
        padding-bottom: 10px;
    }
    /* services Styling */
    .service-banner-cnt p {
        width: inherit;
    }
    .contact .cnt-address {
        padding: 0 0 30px 0!important;
    }
    .none {
        display: none;
    }
    .button-nav-toggle {
        width: inherit;
    }
    .navbar-toggle {
        position: absolute;
        right: 39px;
    }
    .sell-right {
        padding-top: 45px;
    }
    .valuation .left ul {
        padding: 12px 0 0 0;
    }
    .footercard {
        margin-top: 50px;
    }
    .footer ul {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .footer-btm .right p {
        text-align: left;
    }
    .banner-cnt {
        position: static;
        color: #222;
        padding: 36px;
        text-align: center;
        width: 100%;
    }
    .banner-cnt h1 {
        color: #222;
        font-size: 28px;
    }
    .valuation-btn {
        width: 100%;
        font-size: inherit;
        border-right: 0;
    }
    .sell-section h1 {
        font-size: 28px;
    }
    .inline-group>.inline-item:not(:first-child):not(:last-child) {
        width: 225px;
    }
    .service-banner h2 {
        position: static;
        color: #222;
        padding-top: 40px;
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .social-cont {
        margin-bottom: 0px;
        margin-left: -15px;
        margin-right: -15px;
        min-width: calc(100% + 30px);
        overflow: hidden;
    }
}


/* tablet screens */

@media all and (min-width: 768px) and (max-width: 980px) {
    .banner-cnt {
        position: static;
        color: #222;
        padding: 36px;
        text-align: center;
        width: 100%;
    }
    .banner-cnt h1 {
        color: #222;
        font-size: 28px;
    }
    .valuation-btn {
        width: 100%;
        font-size: inherit;
        border-right: 0;
    }
    .contact .cnt-address {
        padding: 0 0 30px 0!important;
    }
    .property-searchform .col-xs-12 {
        padding-bottom: 10px;
    }
    .main-add {
        display: none;
    }
    .footercard .footer-tabs {
        top: 0;
        padding-bottom: 0px;
    }
    .footer ul {
        padding-bottom: 25px;
    }
}


/* medium desktop screens */

@media (min-width: 992px) and (max-width: 1199px) {}

@media all and (max-width: 980px) {
    .service-banner-cnt p {
        width: 100%;
    }
}


/* Large screens*/

@media (min-width: 1200px) {}


/*custom screen media */

@media (max-width: 460px) {
    .service-banner-cnt p {
        text-align: justify;
    }
    .contact h1,
    .getintouch h3 {
        font-size: 25px;
    }
    .sell-section h1 {
        font-size: 28px;
    }
    .inline-group {
        display: inline-flex;
    }
    .sub-cntrl {
        width: 100%;
        margin-bottom: 25px;
    }
    .subscribe-btn {
        position: static;
    }
    .inline-group>.inline-item:last-child:not(:first-child) {
        margin-top: 0;
    }
    .navbar-toggle {
        position: static;
    }
    .property-searchform {
        margin-top: 124px;
    }
    .inline-group>.inline-item:not(:first-child):not(:last-child) {
        width: 200px!important;
    }
}

@media (max-width: 440px) {
    .valuation-btn {
        font-size: 14px;
    }
    .logo {
        width: 60%;
        padding-top: 10px;
    }
}

@media (max-width: 440px) {
    .valuation-btn {
        padding: 18px 30px 18px 10px;
    }
}

@media screen and (max-width:348px) {
    .social-cont .social-icon {
        height: 29px;
        width: 29px;
        font-size: 18px;
    }
    .sell-section h1 {
        font-size: 26px!important;
    }
}


/*new styles 9-1-2018*/

.rent-buy-nav {
    text-align: center;
}

.rent-buy-nav .button {
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0px;
    width: 49.9%;
    display: block;
    float: left;
    text-align: center;
    background-color: #3f3f3f;
    color: white;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-left: 0px;
    cursor: pointer
}

.request-btn:hover {
    padding: 15px 20px!important;
    font-size: 20px;
    filter: brightness(130%);
}

.rent-buy-nav .button:hover {
    filter: brightness(130%);
}

.rent-buy-nav .button:first-child {
    background-color: #0e6f46;
}

.videoThumbnail>a {
    padding: 15px 0px;
}

.videoThumbnail>a>img {
    width: 100%;
    border: solid 3px #0e6f46;
    border-radius: 8px;
}

#panoramicView {
    width: 100%;
    height: 430px;
    border: solid 3px #0e6f46;
}

@media only screen and (max-width: 420px) {
    #panoramicView {
        height: 300px;
    }
}

#panoramicView:fullscreen {
    width: 100% !important;
    height: 100% !important;
}

div.psv-container:fullscreen {
    width: 100% !important;
    height: 100% !important;
}