
/*for font*/

@font-face {
    font-family: helvetica;
    src: url(../fonts/HELR45W.ttf);
}
@font-face {
    font-family: impact;
    src: url(../fonts/impactreg.ttf);
}
.btn-primary{
    background: #bb2026;
    border-color: #bb2026;
}
.btn-primary:hover, .btn-primary:active{
    background: #bb2026 !important;
    border-color: #bb2026 !important;
}

.site-header {
    display: block;
    width: 100%;
	height: 100px;
    background-color: #f6f6f6;
    position: fixed;
    z-index: 999;
	box-shadow: 2px 0px 15px rgba(72, 72, 72, 0.15);
    overflow: hidden;
    top: 0;
    left: 0;
    transition: 300ms ease-in;
}
.site-header.navopen{
    height:165px !important;
    transition: 300ms ease-in;
}
.site-header>.container{
	position:absolute;
	width:100%;
	top:0;
	left:0;
}
.site-header .site-identity {
    padding-top: 15px;
    padding-bottom: 15px;
}
.site-header .site-identity .site-logo {
	height: 65px;
}
.site-header .site-navigation{
	padding-top: 30px;
	padding-bottom: 30px;
    text-align: right;
}
.site-header .login-links{
	display: inline-block;
    vertical-align: top;
}
.site-header .login-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-header .login-links ul li{
	display: inline-block;
    list-style: none;
}
.site-header .login-links ul li a{
    display: block;
    padding: 5px 15px;
    margin: 0;
    color: #000000;
}
.site-header .login-links ul li:first-child a{
    border-right: 1px solid #000000;
}
.site-header .menu-container {
	display: inline-block;
	width: 40px;
	height: 35px;
	position: relative;
	cursor: pointer;
	margin-left: 30px;
}
.site-header .menu-container .menu-bar, .site-header .menu-container .menu-bar::before, .site-header .menu-container .menu-bar::after {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 2px;
	border-radius: 1px;
	background-color: #000000;
}
.site-header .menu-container .menu-bar {
	transition: background-color 0s ease-in-out 300ms;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.site-header .menu-container .menu-bar::before, .site-header .menu-container .menu-bar::after {
	transition: top 300ms ease-in-out 300ms, transform 300ms ease-in-out 0s;
}
.site-header .menu-container .menu-bar::before {
	top: -10px;
}
.site-header .menu-container .menu-bar::after {
	top: 10px;
}
.site-header .menu-container.unhamburgerize .menu-bar::before, .site-header .menu-container.unhamburgerize .menu-bar::after {
	transition: top 300ms ease-in-out 0s, transform 300ms ease-in-out 300ms;
	top: 0;
}
.site-header .menu-container.unhamburgerize .menu-bar::before {
	transform: rotate(45deg);
}
.site-header .menu-container.unhamburgerize .menu-bar::after {
	transform: rotate(-45deg);
}
.site-header .menu-container.unhamburgerize .menu-bar {
	background-color: rgba(0, 0, 0, 0);
}

.navopen{
	height:65px !important;
	border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
    transition: 300ms ease-in;
}
.main-navigation {
	height: 0;
	border-top: 1px solid rgba(255, 255, 255, 0);
    transition: 300ms ease-in;
}
.main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-navigation ul li{
	display: inline-block;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.main-navigation ul li:last-child{
	border-right:0;
}
.main-navigation ul li a{
    display: block;
	padding: 21px 20px;
	color: #000000
}


.modal:before {
	content: '';
	display: inline-block;
	height: 0px;
	vertical-align: middle;
	margin-right: -4px;
}

#video_modal>.modal-dialog>.modal-content {
    width: 95%;
    margin: 0 auto;
    margin-top: -15px !important;
}
#video_modal>.modal-dialog{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.modal .modal-content{
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.5);
    overflow: hidden;
}
.modal-close .close {
    color: #9c9c9c;
    text-shadow: none;
    padding: 7px 15px;
    opacity: 1;
}
#myVideo {
    width: 100% !important;
    background: #000 !important;
    /*min-height: auto !important;*/
    padding: 4px !important;
}
.modal-close .btn-default {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    background-color: transparent;
    border-color: #fff;
    border: 2px solid;
}
.modal-close .btn-default:hover{
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    background-color: transparent;
    border-color: #fff;
    border: 2px solid;
}

.modal-close .modal-body {
  padding:0px !important;
}
.modal-body {
  padding:0px !important;
}


.loginmodal .modal-body {
	display:block;
    padding: 0 0;
	overflow: auto;
}
.loginmodal .loginmodal-top {
	padding: 45px 15px;
	background-image: url('../images/loginmodal-img.jpg');
	background-position: center;
	background-color: #484848;
    border-radius: 16px 16px 0 0;
}
.loginmodal .loginmodal-options span a {
    color: #f6f6f6;
}
.loginmodal .loginmodal-options span a:hover,
.loginmodal .loginmodal-options span a:focus {
    color: #ffffff;
}
.loginmodal-top > .title {
	margin-top: 75px;
    text-align: center;
    color: #ffffff;
    line-height: 1;
}
.loginmodal-top > .title span {
    font-size: 36px;
}
.loginmodal .loginmodal-bottom {
    border-radius: 0 0 16px 16px;
}
.loginmodal-bottom .login-area {
    padding: 60px 30px;
}

.o-registermodal .modal-body {
    display: block;
    padding: 0 0;
    overflow: auto;
}
.o-registermodal .o-registermodal-left {
    background-image: url('../images/loginmodal-img.jpg');   
    background-position: center;
    background-size: cover;
    background-color: #484848;
    min-height: 475px;
}

.modal-body label.terms-label {
    position: relative;
    padding-left: 25px;
    margin: 10px 0;
}
input[type=checkbox].terms-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}
.modal-body input[type=text],
.modal-body input[type=email],
.modal-body input[type=password],
.modal-body textarea {
    width: 100%;
    min-height: 60px;
    padding: 15px;
    margin-bottom: 15px;
    background: #e3e3e3;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #909090;
    border-radius: 16px;
	position:relative;
}
.modal-body textarea{
    min-height: 150px;
}
.modal-body input.login-button{
	width: 100%;
}
.pac-container {
    z-index: 9999;
}


.modal-close {
    top: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    z-index: 999;
}
.modal-close .btn {
    border-radius: 50%;
}

.site-intro{
	display: block;
	width: 100%;
	min-height: 100vh;
	background-image: url('../images/intro-background.jpg');
	background-size: cover;
	background-position: top center;
	background-color: #484848;
}
.site-intro .intro-text{
	display: block;
	width:	100%;
    text-align: center;
    margin-top: 50px;
}
.intro-text .intro-heading {
    font-size: 60px;
    font-weight: 200;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}
.intro-text .intro-subheading {
    font-size: 45px;
    font-weight: 200;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}
.intro-text h6 {
    font-size: 22px;
}
.intro-text h6 span {
    font-size: 22px !important;
}
h2.intro-subheading p {
    font-size: 22px;
}
.site-intro .intro-play {
    display: block;
    margin: 35px;
    transition: 0.1s ease-in-out;
}
.site-intro .intro-play.played {
	transform:scale(0.95, 0.95);
    transition: 0.1s ease-in-out;
}
.intro-buttons a {
    display: block;
    max-width: 210px;
    margin: 0 auto;
}
.section-heading {
	display:block;
	width: 100%;
	margin: 0 auto;
    font-size: 60px;
    font-weight: 200;
    color: #484848;	
    text-transform: uppercase;
}
.section-heading:after {
	content: "";
    display: block;
    width: 150px;
    border-bottom: 2px solid #484848;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
	top: 120px; left: 0; bottom: 0; right: 0;
}
.section-heading.white-text {
    color: #ffffff;
}
.section-heading.white-text:after {	
    border-bottom: 2px solid #ffffff;
}
.content-section{
	padding-top: 100px;
	padding-bottom: 100px;
}
.gray-section {
    background-color: #f6f6f6;
}

.tokenfield .token-input {
    background: 0 0;
    width: 60px;
    min-width: 60px;
    border: 0;
    height: 100%;
    padding: 15px 0;
    margin-bottom: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
ul.search_login{
    padding: 0;
    margin-top: 20px;
}
ul.search_login li {
    list-style: none;
    display: inline-block;
}
ul.search_login li:first-child {
    border-right: 1px solid;
}
ul.search_login li a.plain-button {
    color: #fff;
    padding: 5px 17px;
    margin-top: 0;
    margin-bottom: 0;
}
.plain-button:hover, .plain-button:active, .plain-button:focus {
    color: #fff;
    border: 0;
    padding: 5px 17px !important;
    text-decoration: none;
}
#login_btn::after {
    content: "\f023";
    font-family: Fontawesome;
    vertical-align: text-top;
    color: #fff;
    opacity: 0;
    transition-duration: .3s;
}
#login_btn:hover::after{
    opacity: 1;
}
.footer-panel a.button.left-button{
    margin-left: 30px !important;
}
.read_more_btn{
    float: right; 
    margin-right: 15px; 
    background: #cb2227; 
    color: #fff;
}
.read_more_btn:hover{
    color: #ffffff;
    text-decoration: none;
}
#typeform .form .questions>li{
    display: block;
}



p.specifics img {
    width: 16px!important;
    padding-bottom: 5px;
    margin-right: 3px;
}
.pro_price_tag.pull-right p{
    text-align: right;
}
.pro_price_tag.pull-right h4{
    text-align: right;
}
h1.intro-heading blockquote {
   border-left: 0;
}
/*-----------------------
	HOME FEED
-----------------------*/
/*.emi_btn{
    position: absolute;
    left:0;
}
.emi_btn a.button {
    border-radius: 0px;
    overflow: hidden;
    padding: 15px 20px 10px;
    display: block;
    z-index: 9999;
}*/


.emi_text{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.emi_btn {
    visibility: visible;
    position: fixed;
    top: 62%;
    left: -177px;
    z-index: 9;
    background: #bb2126;
    width: 250px;
    border-radius: 0;
    border-radius: 0px 16px 16px 0;
    transition: 0.3s;
}
.emi_btn::after {
    content: 'EMI';
    color: #fff;
    font-size: 52px;
    top: 47px;
    font-weight: 700;
    position: absolute;
    transform: rotate(-90deg);
    right: -3px;
}
.red-button {
    color: #fff;
    border: 2px solid #bb2026;
    border-radius: 16px;
    margin: 0;
    background: #bb2026;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.emi_btn a.button h1{
    color: #ffffff;
    font-weight: 700;
    font-size: 52px;
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 50px;    
}

.btn_footer>p{
    font-size: 12px !important;
    margin-bottom: 0 !important;
}
.btn_footer>p>span{
    font-size: 18px !important;
    font-weight: 600;    
    color: #f9f330;
}
.emi_btn a.button div p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
.white_line{
    background-color: #ffffff;
    width: 135px;
    height: 1px;
    margin: 0 auto;
}
.btn_footer{
    margin-top: 5px;
}

.home-feed-filters {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.home-feed-filters::after {
    content: "";
    border-bottom: 1px solid #cccccc;
    position: absolute;
    width: 100%;
    top: 27px;
    left: 0;
    z-index: -1;
}
.home-feed-filters .filter-button {
    padding: 8px 15px;
	margin: 8px 5px;
    font-size: 18px;
    color: #ffffff;
    background: #484848;
    text-transform: uppercase;
    outline: none;
    border: none;
    border-radius: 20px;
}
.home-feed-filters .filter-button:active,
.home-feed-filters .filter-button.is-checked {
    color: #ffffff;
    background: #d3d3d3;
}
.grid-item{
    margin-bottom: 30px;	
}
.grid-item.facebook:before{
	content: "\f09a";
    background: #4b72bb;
}
.grid-item.blog:before {
    content: "\f036";
    background: #bb2026;
}
.grid-item.journal:before {
    content: "\f15c";
    background: #795548;
}
.grid-item.reports:before {
    content: "\f200";
    background: #009688;
}
.grid-item.facebook:before,
.grid-item.blog:before,
.grid-item.journal:before,
.grid-item.reports:before	{
	font-family:FontAwesome;
    font-size: 36px;
	padding: 8px;
    text-align: center;
    color: #ffffff;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 30px;
    right: 15px;
}
.grid-item-content {
    padding-top: 120px;
	padding-bottom:0;
    border-radius: 16px;
	background: #f6f6f6;
    box-shadow: 0 3px 15px rgba(72, 72, 72, 0.15);
}
.grid-item-content .gic-text {
    padding: 0 30px 30px 30px;
    word-break: break-word;
}
.gic-image img {
    width: 100%;
    height: auto;
}
.gic-meta {
    display: block;
    padding: 30px 15px;
    border-top: 1px solid #eaeaea;
}
.gic-meta .gic-userimg {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    background-size: cover;
    border-radius: 50%;
    float: left;
    position: relative;
    box-sizing: border-box;
}
.gic-meta h6{margin:0}
.gic-meta .gic-username {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #484848;
    text-transform: uppercase;
}
.gic-meta .gic-date {
    display: inline-block;
    padding-left: 15px;
    padding-top: 3px;
    font-size: 14px;
    color: #909090;
}
.for_contact {
    color: #909090 !important;
}
.for_contact::after{
    color: #909090 !important;
    content: "\f003" !important;
}

/*-----------------------
	OTHER ROLES
-----------------------*/
ul.other-roles {
    width: 100%;
    padding: 0;
    margin: 0;
	list-style: none;
}
ul.other-roles li {
    width: 19.75%;
    display: inline-block;
    padding: 0;
}
ul.other-roles li a {
    display: block;
	color: #484848;
    padding: 15px 15px;
    text-align: center;
    border-radius: 16px;
	transition: 0.3s ease-in-out;
}
ul.other-roles li a:hover {
    background: #f6f6f6;
    box-shadow: 0 3px 15px rgba(72, 72, 72, 0.15);
	transition: 0.3s ease-in-out;
}
ul.other-roles li a img {
    width: 150px;
}


/*-----------------------
	PROVEN APPROACH
-----------------------*/
ul.animated-features,
ul.animated-features-graphic {
    width: 100%;
    padding: 0;
    margin: 0;
	list-style: none;
}
ul.animated-features-graphic li {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
ul.animated-features li {
	position: relative;
    list-style: none;
    padding-bottom: 70px;
}
ul.animated-features li:after {
    content: "";
    border-left: 2px solid #909090;
    height: 100%;
    position: absolute;
    top: 0;
    left: 35px;
    z-index: -1;
}
ul.animated-features li:last-child:after{
	border:none;
}
ul.animated-features li .steps-icon {
    display: inline-block;
    width: 70px;
    height: auto;
	max-width: 19%;
    max-height: 70px;
    background: #ffffff;
    border: 2px solid #909090;
    border-radius: 16px;
    margin: 0 auto;
	padding: 16px 0;
	font-size: 24px;
	text-align: center;
    /* float: left;
    clear: both; */
    position: relative;
    box-sizing: border-box;
    vertical-align: top;
}
ul.animated-features li.alive .steps-icon{
	color: #ffffff;
	background: #bb2026;
    border: 2px solid #bb2026;
}
ul.animated-features li .steps-content {
    display: inline-block;
    width: 80%;
    padding: 0 30px;
    vertical-align: top;
}
ul.animated-features li .steps-content h4 {
    margin: 0;
    margin-bottom: 15px;
}
ul.animated-features-graphic li img{
	opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
ul.animated-features-graphic li.alive img{
	opacity: 1;
    transition: opacity 0.2s ease-in-out;   
}


.casestudy-item {
    margin-left: 15px;
    margin-right: 15px;
}
.casestudy-item-content {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 16px;
    background: #f6f6f6;
    box-shadow: 0 3px 15px rgba(72, 72, 72, 0.15);
}
.casestudy-item-content .cs-image{
    display: block;
    width: 100%;
    height: 250px;
    border-radius: 16px 16px 0 0;
}
.casestudy-item-content .cs-text {
    padding: 30px 30px 30px 30px;
    word-break: break-word;
}
.casestudy-item img{
	margin: 0 auto;
}

/*-----------------------
    PROPERTY SEARCH
-----------------------*/


.list-common {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

/*30_05_2018*/

/*.recommendations-section {
    background-image: url('../images/recomm-bg.jpg');
    background-repeat: repeat-x;
    background-position: top center;
}*/

.recommendations-section .property-search{
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0 3px 15px rgba(72, 72, 72, 0.15);
    margin-top: 50px;
    margin-bottom: 50px;
    transition: box-shadow 0.3s ease-in-out;
}
.recommendations-section .property-search .search-drop,
.recommendations-section .property-search .search-bar,
.recommendations-section .property-search .search-btn {
    height: 60px;
    background-color: #edf0f4;
}
.recommendations-section .property-search .search-btn{
    width: 100%;
    border: 0;
    border-left: 1px solid hsla(214, 24%, 87%, 1);
    background: #bf2026;
    outline: 0;
    box-shadow: none;
}
.recommendations-section .property-search .search-btn span{
    color: #ffffff;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}
.recommendations-section .property-search.searchon{
    box-shadow: 0 10px 25px rgba(72, 72, 72, 0.25);    
    transition: box-shadow 0.3s ease-in-out;
}
.recommendations-section .property-search.searchon .search-btn span{
    color: #484848;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.search-wrap {
    width: 100%;
}
.search-wrap .form-field{
    padding: 0;
    position: relative;
    float: left;
}
.search-wrap .form-field .input-area{
    cursor: pointer;
}

.keyword-search-box {
    width: 100%;
    height: 60px;
    background-color: #edf0f4;
}
.keyword-search-box .select2-selection--multiple {
    padding: 13px;
    background: #edf0f4;
    height: 60px;
    border: 0 !important;
}

.prop-type-box>input {
    width: 100%;
    height: 60px;
    padding: 12px;
    border: 0;
    border-left: 1px solid hsla(214, 24%, 87%, 1);
    outline: none;
    text-align: left;
    background-color: rgb(237, 240, 244);
}
.prop-type-dropdown {
    position: absolute;
    padding: 8px 8px 0px 8px;
    background: #f6f6f6;
    top: 60px;
    overflow-y: scroll;
    height: 300px !important;
    left: 1px;
    border: 1px solid #ccc;
    width: 488px;
    height: auto;
    font-size: 14px;
    color: #666;
    z-index: 10;
    box-shadow: 0 9px 13px -12px rgba(0, 0, 0, 0.75);
}
.prop-type {
    padding: 15px 8px;
    border-bottom: 1px solid hsla(0, 0%, 88%, 1);
}
.prop-type>h4 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #909090;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.prop-type label {
    padding-right: 15px;
    cursor: pointer;
    font-weight: 400;
}


.prop-type .refine-area {
    border-top: 1px dotted #e3e3e3;
    margin-top: 5px;
}
.refine-area .area-unit,
.refine-area .area-min,
.refine-area .area-max {
    display: inline-block;
    width: 30%;
    margin-right: 2%;
}
.refine-area h5 {
    font-size: 14px;
    margin-bottom: 4px;
    color: #909090;
}

.range-list .range-option {
    display: flex;
    margin-bottom: 8px;
}
.range-list .range-link.active {
    background: #f6f6f6;
    border-bottom: 2px solid #ad0000;
}
.range-list .range-option--min {
    float: left;
    width: 90px;
    padding: 8px 15px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    color: #909090;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}
.range-list .range-option--max {
    float: left;
    width: 90px;
    padding: 8px 15px;
    border-bottom: 1px solid #cccccc;
    color: #909090;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}
.range-list .range-min,
.range-list .range-max  {
    max-height: 150px;
    text-align: left;
    clear: both;
}
.range-list .range-min ul li {
    padding: 5px 10px;
    border-bottom: 1px solid #eaeaea;
    cursor: pointer;
}
.range-list .range-min ul li:hover, 
.range-list .range-min ul li:active {
    background: #eaeaea;
}
.range-list .range-max ul li {
    padding: 5px 10px;
    border-bottom: 1px solid #eaeaea;
    cursor: pointer;
}
.range-list .range-max ul li:hover, 
.range-list .range-max ul li:active {
    background: #eaeaea;
}


.budget-box>input {
    width: 100%;
    height: 60px;
    padding: 12px;
    border: 0;
    border-left: 1px solid hsla(214, 24%, 87%, 1);
    outline: none;
    text-align: left;
    background-color: rgb(237, 240, 244);
}
.budget-dropdown {
    position: absolute;
    top: 60px;
    left: 1px;
    background: #f6f6f6;
    padding: 8px;
    border: 1px solid #ccc;
    width: 200px;
    height: auto;
    font-size: 14px;
    color: #666;
    z-index: 11;
    box-shadow: 0 9px 13px -12px rgba(0, 0, 0, 0.75);
    display: none;
}
.dropdown-select2-container .select2-selection--single, 
.dropdown-select2-container .select2-selection--single{
    height: 45px;
    padding: 8px 5px;
    border: 1px solid #e3e3e3;
    outline: 0;
    background-color: #ffffff;
}
.dropdown-select2-container .select2-selection__arrow b,
.dropdown-select2-container .select2-selection__arrow b {
    top: 80% !important;
}

/*-----------------------
    RECOMMENDATION LIST
-----------------------*/
.answer > ul.columns {
    padding-left: 0;
}
ul.recomm-list {
    list-style: none;
    padding: 0;
}
ul.recomm-list li {
    margin-bottom: 30px;
}
.recomm-item {
    display: flex;
    margin-left: 1%;
    width: 98%;
    background: #ffffff;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0 3px 15px rgba(72, 72, 72, 0.15);
    overflow: hidden;
}
.recomm-item .recomm-img{
    /*width: 48.5%;*/
    padding: 0;
    background-size: cover;
    background-position: center center;
}
.recomm-info {
    width: 100%;
}
.recomm-item .recomm-img-mob{
    display: none;
}
.recomm-item .recomm-content {
    /*width: 48.5%;*/   
}
.recomm-item .recomm-info,
.recomm-item .recomm-price {
    display: inline-block;
    vertical-align: text-top;
}
.recomm-item .recomm-info h4,
.recomm-item .recomm-price h4 {
    margin-bottom: 3px;
}
.recomm-item .recomm-info .locality,
.recomm-item .recomm-info .specifics {
    /*white-space: nowrap;*/
    overflow: hidden;
}
.recomm-item .recomm-info .locality i,
.recomm-item .recomm-info .specifics i {
    color: #bb2026;
}
.recomm-item .recomm-info .locality a,
.recomm-item .recomm-info .specifics a {
    color: #909090;
}
.recomm-item .recomm-body{
    padding-top: 15px;
    padding-bottom: 15px;
}
.recomm-item .recomm-body,
.recomm-item .recomm-footer{
    display: block;
    clear: both;
}
.recomm-item .recomm-footer {
    border-top: 1px solid #eaeaea;
   /* padding-top: 15px;
    padding-bottom: 15px;*/
}
.pro_price_tag.pull-right {
    margin-right: 5px;
}
.recomm-item .recomm-footer>span:last-child {
    float: right;
    clear: both;
}
.recomm-item .recomm-footer-mob{
    display: none;
}
.recomm-item .score {
    display: inline-block;
    min-width: 61px;
    height: 61px;
    padding: 16px 0;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: 16px 16px 16px 16px;
}
.score.good-score {
    color: #ffffff;
    background: rgb(204,35,40); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(204,35,40,1) 0%, rgba(187,32,38,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(204,35,40,1) 0%,rgba(187,32,38,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(204,35,40,1) 0%,rgba(187,32,38,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2328', endColorstr='#bb2026',GradientType=0 ); /* IE6-9 */
}
.score.bad-score {
    color: #909090;
    background-color: #f6f6f6;
    border: 2px solid #eaeaea;
}
.recomm-item .score-label a {
    margin-left:10px;
    color: #cccccc;
    transition: 0.3s ease-in-out;
}
.recomm-item .score-label a:hover, .recomm-item .score-label a:focus {
    color: #4275c3;
    transition: 0.3s ease-in-out;
}
/*-----------------------
    PROPERTY DETAILS
-----------------------*/

.property-details-section{
    background-image: url('../images/recomm-bg.jpg');
    background-repeat: repeat-x;
    background-position: top center;
}
.property-details-section .property-score-area {
    display: flex;
}
.property-score-area .matched-tags{
    width: 100%;    
    height: 90px;
    overflow: hidden;
    position: relative;
}
.property-details-section .score {
    display: inline-block;
    min-width: 70px;
    height: 70px;
    padding: 20px 0;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    border-radius: 16px 16px 16px 16px;
}
.matched-tags .tags-container{
    list-style: none;
    display: flex;
    overflow: auto;
    padding: 0;
    padding-bottom: 30px;
    margin: 25px 0 0 10px;
    justify-content: left;
    align-items: center;
}
.matched-tags .tags-container li{
    display: inline-block;
    padding: 0;
}
.matched-tags .tags-container .tag{
    display: block;
    padding: 15px 15px;
    margin-left: 5px;
    color: #909090;
    background: #f6f6f6;
    white-space: nowrap;
    border-radius: 16px;
}
.matched-tags .tags-container li:last-child .tag{
    margin-right: 5px;   
}
.matched-tags .scrolltoright {
    position: absolute;
    top: 42px;
    right: -1px;
    opacity: 0;
}
.matched-tags .scrolltoleft {
    position: absolute;
    top: 42px;
    left: 10px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.matched-tags:hover .scrolltoright,
.matched-tags:hover .scrolltoleft{
    opacity: 1;
    transition: 0.3s ease-in-out;
}
.matched-tags .scrolltoright a{
    padding: 20px 3px;
    color: #484848;
    background: rgba(246, 246, 246, 0.75);
    box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.1);
}
.matched-tags .scrolltoleft a{
    padding: 20px 3px;
    color: #484848;
    background: rgba(246, 246, 246, 0.75);
    box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.1);
}

.property-image-slider {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}
.slick-list.draggable {
    border-radius: 16px 16px 0 0;
}
.property-image-slider .pis-item {
    min-height: 350px;
    background-size: cover;
    background-position: center center;
}
.property-details-section .property-first{
    padding-top: 25px;
    padding-bottom: 25px;
}
.property-details-section .property-name{
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 5px;
}
.property-details-section .cta-buttons>div{
    display: inline-block;
    vertical-align: top;
}
.property-details-section .cta-buttons .button{
    margin-top: 5px;
    margin-bottom:5px;
}
.property-details-section .share-area {
    background: #ffffff;
    box-shadow: 0 3px 15px rgba(72, 72, 72, 0.15);
    border-radius: 16px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    right: 16px;
    z-index: 99;
}
.property-details-section .share-area a{
    min-width: 50px;
    display: inline-block;
    margin-right: -1px;
    padding: 20px 20px;
    color: #484848;
    vertical-align: top;
}
.property-details-section .share-area a:hover,
.property-details-section .share-area a:active{
    background-color: #eaeaea;
}
.property-details-section .pricing-details {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    display: flex;
}
.property-details-section .pricing-details>div {
    padding-top: 30px;
    padding-bottom: 30px;
}
.property-details-section .pricing-details>div:first-child {
    border-right: 1px solid #eaeaea;
}
.property-details-section .pricing-details>div h3 {
    font-size: 30px;
    margin: 0;
}


.property-nav {
    list-style: none;
    padding: 0;
    font-size: 0;
    border: 0;
}
.property-nav li {
    display: inline-block;
    width: 33.3%;
    background: #ffffff;
    border-bottom: 2px solid #eaeaea;
}
.property-nav li:first-child {
    border-right: 1px solid #eaeaea;
}
.property-nav li:last-child {
    border-left: 1px solid #eaeaea;
}
.property-nav>li.active {
    background: #ffffff;
    border-bottom: 2px solid #cb2227;
    /*box-shadow: 0 3px 15px rgba(72, 72, 72, 0.15);*/
}
.property-nav li a {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 0;
}
.property-nav>li>a, 
.property-nav>li>a:focus, 
.property-nav>li>a:hover{
    background: #ffffff;
    border: 0; 
}
.property-nav>li>a>h5{
    color: #9a9a9a;
    margin: 0;
    font-weight: 600;
}
.property-nav>li.active>a, 
.property-nav>li.active>a:focus, 
.property-nav>li.active>a:hover{
    border: 0; 
}
.property-nav>li.active>a>h5{
    color: #484848;
}
.property-nav>div:first-child,
.property-nav>div:nth-child(2){
    border-right: 1px solid #eaeaea;
}
.property-nav>div a {
    display: block;
    padding: 15px 0;
}

.property-overview,
.property-details,
.property-location {
    background-image: url('../images/shadow.png');
    background-repeat: repeat-x;
    background-position: top center;
}

.property-overview>ul,
.property-details>ul,
.property-location>ul {
    list-style: none;
    padding: 0;
}
.property-overview>ul>li,
.property-details>ul>li,
.property-location>ul>li {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}
.property-overview h4,
.property-details h4,
.property-location h4{
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.property-overview .property-info .locality,
.property-overview .property-info .specifics {
    white-space: nowrap;
    overflow: hidden;
}
.property-overview .property-info .locality i,
.property-overview .property-info .specifics i,
.property-overview .property-info .bankstatus i {
    color: #bb2026;
}
.property-overview .property-info .locality a,
.property-overview .property-info .specifics a,
.property-overview .property-info .bankstatus p {
    color: #909090;
}

.detail-block {
    background: #ffffff;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0 3px 15px rgba(72, 72, 72, 0.15);
    overflow: hidden;
}
.detail-block .nav-tabs {
    background: #eaeaea;
}
.detail-block .tab-content {
    padding: 30px;
}
.detail-block .nav-tabs>li>a {
    padding: 15px 15px;
    color: #909090;
}
.detail-block .nav-tabs>li.active>a, 
.detail-block .nav-tabs>li.active>a:focus, 
.detail-block .nav-tabs>li.active>a:hover{
    border-color: transparent;
    border-radius: 0;
    color: #484848;
}
.legend div {
    display: inline-block;
    width: 49%;
    padding: 15px 15px;
    vertical-align: top;
    text-align: center;
}
.legend h4{
    display: block;
    margin: 0;
}

.amenities-list {
    list-style: none;
    padding: 0;
}
.amenities-list li {
    display: inline-block;
    vertical-align: top;
}
.amenities-list .amenities-item {
    display: block;
    width: 85px;
    height: 85px;
    padding: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    position: relative; /*change*/
    font-size: 14px;
    line-height: 1.1;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0 3px 15px rgba(72, 72, 72, 0.15);
}
.amenities-list .property_nmae {
    display: block;
    height: auto;
    max-width: 85px;
    padding: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1.1;
}

.amenities-list .amenities-item img{
    max-width: 40px;
    width: 100%;
    height: auto;
     /*change*/
     
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*end*/
    margin: 0 auto;
    display: block;
}
/*new_change*/

a.background_size {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
}
/*end*/
.tokenfield .token {
    margin: 11px 5px 5px 0 !important;
}




.best_over{
    background: #000000; 
    background: -webkit-linear-gradient(to right, #434343, #000000) !important;
    background: linear-gradient(to right, #434343, #000000) !important;
    width: 100%;
    height: auto;
}



/*changes_19_05_2018*/

.input-append{
    position: relative;
}
.none {
    opacity:0;
}
.block {
    opacity:1;
}


/*for registration form         08_16_2018*/
ul.container.questions {
    margin-bottom: 0 !important;    
}
div#typeform {
    height: 1830px;
}
ul.filter_list li {
    display: inline-block;
    border: 1px solid #999999;
    font-size: 14px;
    background: #eaeaea;
    padding: 2px 7px;
    border-radius: 3px;
    margin: 2px;
    color: #333333;
    cursor: pointer;
}
ul.filter_list {
    padding-left: 0;
}
.filter_tab>.filter_list_tab {
    display: inline-block;
    margin-bottom: 25px;
}
.margin_bottom{
    margin-bottom: 10px !important;
}
.filter_list_tab div {
    display: inline-block;
}
.edit_profile_btn {
    text-align: right; 
}
.hover_btn{
    background: transparent;
    color: #cc2328;
    border-color: transparent;
}
.hover_btn:hover{
    background: #cc2328;
    border-color: #cc2328;
    color: #fff;
}
/*changes_21_05_2018*/

#loginModal>.modal-dialog>.modal-content{
    border-radius: 17px;
}
.datetimepicker-dropdown-top-left:before {
    display: none !important;
}
.datetimepicker-dropdown-top-left:after{
    display: none !important;
}


.datetimepicker-dropdown-top-left {
    left: 52% !important;
    top: 75% !important;
}
a.close_back {
    font-size: 20px;
    padding: 0px 9px;
    position: absolute;
    border: 1px solid;
    z-index: 999;
    top: 8px;
    border-radius: 50%;
    right: 20px;
}
/*-----------------------------
        RANGE SLIDER
------------------------------*/
.rangeslider-wrapper {
    padding: 30px 0;
}

input[type=range] {
    /*removes default webkit styles*/
    -webkit-appearance: none;
    
    /*fix for FF unable to apply focus style bug */
    border: 1px solid white;
    
    /*required for proper track sizing in FF*/
    width: 100%;
    cursor: pointer;
}
input[type=range]::-webkit-slider-runnable-track {
    /*width: 300px;*/
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #cb2227;
    margin-top: -5px;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type=range]::-moz-range-track {
    /*width: 300px;*/
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}
input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #cb2227;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    /*width: 300px;*/
    height: 5px;
    
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #cb2227;
}
input[type=range]:focus::-ms-fill-lower {
    background: #888;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}


.team-section{
    background-image: url('../images/recomm-bg.jpg');
    background-repeat: repeat-x;
    background-position: top center;
}
.team-section .container{
    background: #ffffff;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0 3px 15px rgba(72, 72, 72, 0.15);
    overflow: hidden;
}
.team-section .team-section-top{
    width: 100%;
    height: 400px;
    background-image: url('../images/team-section-image.jpg');
    background-size: cover;
    background-position: center center;
    margin-bottom: 35px;
}
.team-section ul {
    list-style: none;
    padding: 0;
}
.team-section ul li{
    margin-bottom: 35px;
}
.team-section .team-member-img {
    height: 250px;
    border-radius: 16px 0 0 16px;
    background-position: center;
    background-size: cover;
}
.team-section .team-member-name {
    margin-bottom: 0;
}
.team-section .team-member-position {
    font-style: italic;
    color: #484848;
    margin-bottom: 30px;
}



.text span {
    color: #979797;
}
form#book_visit_property {
    max-height: 375px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 30px;
}
.center_position{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}
/*-----------------------
	FOOTER
-----------------------*/
.footer-section {
    padding: 0;
}
.sub-footer{
    padding-top:70px;
    padding-bottom: 70px;
}
.footer-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-panel ul li{
	padding: 12px 0;
}
.footer-panel ul li a{
	color: #484848;
}
.site-footer {
    padding: 30px 0;
    border-top: 1px solid #cccccc;
}
.site-footer p {
    margin: 0;
    text-align: right;
    text-transform: uppercase;
    color: #9a9a9a;
}
.error {
    color: rgba(204,35,40,1);
}


/*==========for location property  21_05_18===========*/
.location_sidebar{
    background: #fafafa;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(205,205,205,0.25);
    -moz-box-shadow: 0px 0px 5px 2px rgba(205,205,205,0.25);
    box-shadow: 0px 0px 5px 2px rgba(205,205,205,0.25);
    height: 100vh;
    border-radius: 16px 0 0 0;

}
.location_sidebar h4{
    background: #bf2127;
    color: #ffffff;
    border-radius: 16px 0 0 0;
    width: 100%;
    padding: 23px 11px;
    font-size: 22px;
    text-align: center;
    margin-top: 0;
}
.location_content p {
    font-size: 17px;
    font-weight: 600;
    color: #646467;
    line-height: 26px;
    padding: 24px 12px 20px;
}

input.form-control.location_form {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: left;
    padding: 12px 9px;
    color: #b2b2b2;
    background: #ededed;
}
p.panel-title {
    padding: 7px 9px;
    font-size: 14px;
    font-weight: 400;
    color: #b2b2b2;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 5px;
    border: 0;
}
.panel-group .panel-heading {
    border-bottom: 0;
    border-radius: 4px;
    padding: 0;
    background: #ededed;
}
.panel-title>a:hover, a:focus {
    color: #b2b2b2;
    text-decoration: none;
}
div#type_holder>div>label {
    font-weight: 400;
    font-size: 17px;
}
.panel_padding{
    padding: 15px 0;
}
.reset_btn {
    padding-left: 10px;
    margin:0 auto;
    display: table;
}
.reset_btn li{
    display: inline-block;
    padding: 0px 6px;
    list-style: none;
}
.reset_btn li input[type="reset"] {
    background: #bf2127;
    border: 1px solid #bf2127;
    color: #ffffff;
    border-radius: 6px;
    padding: 4px 10px;
}
.reset_btn input#submit {
    background: #bf2127;
    border: 1px solid #bf2127;
    color: #ffffff;
    border-radius: 6px;
    padding: 4px 10px;
}
input[type=checkbox], input[type=radio] {
    margin: 9px 4px 0px;
    margin-top: 1px\9;
    line-height: normal;
}
.map_area>iframe {
    max-height: 768px;
    height: 100vh;
}
.map_area>iframe {
    max-height: 768px;
    height: 100vh;
    border-radius: 0 16px 0 0;
}
.padding_left{  
    padding-right: 0;
}
.padding_right{
    padding-left: 0;  
}

ul.property_details {
    overflow: hidden;
    margin-bottom: 0;
}
.property_details li{
    list-style: none;
    float: left;
}

/*28_05_18 changes*/
.google_signup ul {
    padding-left: 0;
    overflow: hidden;
}
.google_signup ul li {
    list-style: none;
    float: left;
}
.google_signup ul li:last-child {
    padding-left: 22px;
}
.abcRioButtonIcon{
    padding: 20px;
}
.google_signup ul li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}
a.btn.btn-google {
    color: #fff;
    background: #dd4b39;
    padding: 16px 11px;
    font-size: 18px;
    border-radius: 16px;
}
form#reg_step_2_user {
    height: 435px;
    overflow-y: scroll;
}
div.map_area {
    max-width: 100% !important;
    height: 100vh !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #bf2127 !important;
    color: #fff;
}
.area-unit.refine-area--area-unit.dropdown-select2-container>input[type="text"]{
    width: 100%;
    border-radius: 4px;
    border: 1px solid #aaa;
    padding: 2px 6px;
    text-transform: uppercase !important;
}
.refine-area .area-unit, .refine-area .area-min, .refine-area .area-max {
    display: inline-block;
    width: 30%;
    margin-right: 1%;
}
.modal_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.modal_text h2 {
    color: #fff;
    text-align: center;
    margin-top: 0;
}
.answer>.select-wrapper>.select2-container--default .select2-selection--single{
    background: transparent !important;
}
.answer>.select-wrapper>.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
    line-height: 28px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 11px !important;

}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 19px !important;
}
.refine-area {
    padding-bottom: 18px !important;
}
span#select2-property_type_id-uj-container {
    line-height: 26px !important;
}
form#ext_user_reg {
    overflow-y: scroll;
    height: 435px;
}
/*end*/

/*changes 30_05_2018*/
.listcontent span.site-author {
    color: #bdbdbd;
}
.property_logo img {
    width: 70px;
    height: 70px;
}
ul.property_details{
    padding-left: 0;
}
.property_content p.builder  {
    margin-bottom: 0;
}


.o-registermodal-right {
    margin-top: 4%;
}
.modal-body.step {
    padding: 15px !important;
}
/*for blog list*/
.terms-section h4{
   margin: 6px 0 15px; 
}
li.metal .listimg{
    float: left;
}

li.metal div {
    display: block;
    float: right;
    width: 70%;
}
/*end*/
.rng-sld {
    margin-top: 17px;
}
.pricing_text{
    float:  right; 
    font-size: 14px;
    margin-top: 10px;
    z-index: 1;
}





ul.list_overview li {
    list-style: none;
    float: none;
}
ul.list_overview li ul {
    padding-left: 0;
}
ul.list_overview li ul li {
    padding-right: 30px;
}
ul.list_overview li div ul li ul li {
    float: left;
}


ul.footer_contact_link li {
    display: inline-block;
    padding: 10px;
    font-size: 22px;
}
ul.footer_contact_link li a{
    color: rgba(187,32,38,1);   
}
ul.footer_contact_link {
    padding-left: 0;
    margin-bottom: 0;
}

.diraction_content h3 {
    margin-top: 10px;
    font-size: 26px;
    text-align: right;
}
.diraction_area {
    padding: 0 10px;
    border-top: 1px solid #ccc;
}
ul.footer_contact_link li a img {
    width: 23px;
}




.columns li {
    position: relative;
    cursor: pointer;
    word-wrap: break-word;
    float: left;
    padding: 5px 5px;
    list-style: none;
    margin: 5px 15px 15px 5px;
}
.section-heading sup {
    font-size: 14px;
    top: -2.5em;
}
/*====================EMI_calculate====================*/
input.form-control {
    color: #fff;
    font-family: impact;
    border: 0;
    height: auto;
    padding: 1px 0px !important;
    font-size: 40px;
    background: transparent;
    text-align: center;
}
.input_color>input.form-control {
    color: #3a3a3a;
}
input.form-control.max-width {
    max-width: 66px;
}
h1.right {
    float: right;
    margin-left: 4px;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.0);
}
.site-intro-bg{
    display: block;
    width: 100%;
    min-height: 100vh;
    background-image: url('../images/emi_assets/emi_background_image.jpg');
    background-size: cover;
    background-position: top center;
    background-color: #484848;
}


.calculating_wrapper{
    background: #ffffff;
    z-index: 1;
    height: auto;
    margin: 30px auto 0;
/*    -webkit-box-shadow: 0px 0px 4px 3px rgba(153,153,153,0.13);
    -moz-box-shadow: 0px 0px 4px 3px rgba(153,153,153,0.13);
    box-shadow: 0px 0px 4px 3px rgba(153,153,153,0.13);*/
    position: absolute;
    /*top: 40%;*/
    left: 10%;
    right: 10%;
}

.intro_bg_height {
    background-image: url('https://pioneerproperty.in/backend/img/CmsPage/1559568017-EMI_bg.jpg') !important;
    min-height: 65vh !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.emi_heading h1{
    font-size: 40px;
    color: #333333;
    font-family: helvetica;
    text-align: center;
    line-height: 52px;
    margin-bottom: 50px;
    margin-top: 130px;
}
.line{
    background: #333333;
    width: 140px;
    height:1px;
    margin: 0 auto;
}
.calculating_content{
    position: relative;
    text-align: center;
}
.main_asset {
    background: #e8e8e8;
    max-width: 250px;
    max-height: 250px;
    border-radius: 100%;
    margin: 24% auto 24%;
}
.blog_content{
    background: #666666;
    max-width: 250px;
    max-height: 250px;
    border-radius: 100%;
    position: absolute;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(168,181,163,1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(168,181,163,1);
    box-shadow: 0px 0px 12px 0px rgba(168,181,163,1);    
}

.blog_content_bg{
    background: #cccccc;
    color: #333333;
    max-width: 250px;
    max-height: 250px;
    border-radius: 100%;
    position: absolute;    
    -webkit-box-shadow: 0px 0px 12px 0px rgba(102,102,102,0.44);
    -moz-box-shadow: 0px 0px 12px 0px rgba(102,102,102,0.44);
    box-shadow: 0px 0px 12px 0px rgba(102,102,102,0.44);  
}

.main_asset img {
    padding: 68px 74px 68px 74px;
}
.time {
    left: 30%;
    bottom: 218px;
}
.blog_content p {
    font-family: helvetica;
    font-size: 20px;    
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 0;
}
.blog_content h1 {
    font-family: impact;
    font-size: 24px;
    margin: 0;
    color: #ffffff;
} 
.blog_content h1 span {
    font-family: impact;
    font-size: 36px;
    color: #ffffff;
}
.time_content_details {
    padding: 40px 41px 36px 42px;
    box-sizing: border-box;
}
.time.blog_content::after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: -10%;
    transform: rotate(-40deg);
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 55px solid #666;
    width: 0;
    height: 0;
}
.rate {
    left: 19%;
    bottom: 14px;
}
.rate_content_details {
    padding: 54px 26px 49px 26px;
    box-sizing: border-box;
}
.rate.blog_content::after {
    content: '';
    position: absolute;
    right: -43px;
    bottom: 38%;
    transform: rotate(0deg);
    border-top: 25px solid transparent;
    border-left: 55px solid #666;
    border-bottom: 25px solid transparent;
    width: 0;
    height: 0;
}
.amount {
    left: 31%;
    top: 233px;
}
.amount_content_details {
    padding: 37px 43px 35px 42px;
    box-sizing: border-box;
}
.amount.blog_content::after {
    content: '';
    position: absolute;
    right: 13px;    
    top: -21%;
    transform: rotate(27deg);
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-bottom: 57px solid #666;
    width: 0;
    height: 0;
}


.emi_calculeted {
    right: 29%;
    top: 225px;
}
.emi_content_details {
    padding: 47px 8px 42px 10px;
    box-sizing: border-box;
}
.emi_content_details p {
    font-size: 18px;
}
.blog_content_bg h1 {
    font-family: impact;
    font-size: 34px;
    margin: 0;
}
.emi_content_details {
    padding: 57px 23px 57px 29px;
    box-sizing: border-box;
}
.emi_calculeted.blog_content_bg::after {
    content: '';
    position: absolute;
    right: 116px;
    top: -19%;
    transform: rotate(-30deg);
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-bottom: 55px solid #ccc;
    width: 0;
    height: 0;
}


.interest {
    right: 19.5%;
    bottom: 14px;
}
/*.interest_content_padding {
    padding: 66px 19px 64px 20px;
    box-sizing: border-box;
}*/
.interest_content_padding {
    padding: 52px 19px 60px 20px;
    box-sizing: border-box;
}
.interest_content_padding p {
    font-size: 18px;
    line-height: 18px;
}
.blog_content_bg h1 {
    font-family: impact;
    font-size: 24px;
    margin: 0;
}
.interest.blog_content_bg::after {
    content: '';
    position: absolute;
    left: -46px;
    bottom: 38%;
    transform: rotate(0deg);
    border-top: 25px solid transparent;
    border-right: 58px solid #ccc;
    border-bottom: 25px solid transparent;
    width: 0;
    height: 0;
}

.payble {
    right: 27%;
    bottom: 210px;
}
.payble_content_details {
    padding: 50px 36px 50px 30px;
    box-sizing: border-box;
}
.blog_content_bg p {
    font-family: helvetica;
    font-size: 20px;
    line-height: 18px;
    color: #333333;
    margin-bottom: 0;
}
.payble.blog_content_bg::after {
    content: '';
    position: absolute;
    left: 5px;
    bottom: -15%;
    transform: rotate(27deg);
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 55px solid #ccc;
    width: 0;
    height: 0;
}

span.twitter-typeahead {
    top: -7px;
}



.twitter-typeahead .tt-input, .twitter-typeahead .tt-hint {
    overflow: hidden;
    white-space: nowrap;
    padding: 8px 12px 12px!important;
}


.tokenfield .token-input::placeholder{
    white-space: normal;
}

.col-sm-6.col-xs-12.sm_screen.right-text>h3 {
    font-size: 12px;
}





.time.blog_content::before {
    content: '';
    background: url(../images/emi_assets/time.png);
    width: 43px;
    height: 43px;
    left: 18px;
    top: -14px;
    position: absolute;
}
.rate.blog_content::before {
    content: '';
    background: url(../images/emi_assets/percent.png);
    width: 43px;
    height: 43px;
    left: 16px;
    bottom: -10px;
    position: absolute;
}
.amount.blog_content::before {
    content: '';
    background: url(../images/emi_assets/rupee.png);
    width: 43px;
    height: 43px;
    left: 19px;
    bottom: -11px;
    position: absolute;
}
.emi_calculeted.blog_content_bg::before {
    content: '';
    background: url(../images/emi_assets/doller.png);
    width: 43px;
    height: 43px;
    right: 12px;
    bottom: -8px;
    position: absolute;
}
.interest.blog_content_bg::before {
    content: '';
    background: url(../images/emi_assets/rupee.png);
    width: 43px;
    height: 43px;
    right: 9px;
    top: -5px;
    position: absolute;
}
.payble.blog_content_bg::before {
    content: '';
    background: url(../images/emi_assets/doller.png);
    width: 43px;
    height: 43px;
    right: 15px;
    position: absolute;
}
.site-author{
    margin-bottom: 12px;
}





/*=================================================CSS FOR TAB GRID===============================================*/



ul.tab_btn_group {
    float: right;
    padding-right: 28px;
}
ul.tab_btn_group li {
    display: inline-block;
}

.recomm-item-vr {
    display: block;
    margin-left: 0;
    padding: 0px;
    width: 100%;
}
.recomm-item-vr > .recomm-img-vr {
    width: 100%;
    height: 200px;
}
.recomm-item .recomm-content {
    width: 100%;
    padding: 0 15px;
}

.recomm-item-vr .recomm-footer-vr>span:last-child {
    float: left;
}

.recomm_price_head_vr>.pro_head_name {
    max-width: 58%;
}
.recomm_price_head_vr>.pro_price_tag {
    max-width: 40%;
}
.location_vr {
    max-width: 55%;
}
.recomm-info-v {
    height: 185px;
}

ul.tab_btn_group li a {
    padding: 8px 16px;
    border-radius: 8px;
}
.tab_btn_group>li.active>a, .tab_btn_group>li.active>a:focus, .tab_btn_group>li.active>a:hover {
    color: #484848;
    background: #eaeaea;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/*=======================================================END======================================================*/











/*===========for_small_screen============*/
.calculating_content_hide{
    display: none;
    margin-bottom: 100px;
}
.emi_content h1 span {
    font-size: 32px;
}
.asset_content {
    background: #e8e8e8;
    margin: 45px auto;
    border-radius: 10px;
}
.asset_content img {
    margin: 0px auto;
    display: block;
    padding-top: 45px;
    padding-bottom: 45px;
    overflow: hidden;
}
.bg_color{
    background: #cccccc;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(102,102,102,0.46);
    -moz-box-shadow: 0px 0px 15px 0px rgba(102,102,102,0.46);
    box-shadow: 0px 0px 15px 0px rgba(102,102,102,0.46);
}
.bg_color p{
    color: #333333 !important;
}
.bg_color h1{
    color: #333333 !important;
}
.blank_height{
    max-width: 100%;
    height: 1400px;
}

    .casestudy > .slick-prev{
        margin-left: 0px;
        z-index: 99;
    }

    .casestudy > .slick-next{
        right: -10px;
        z-index: 99;
    }
/*===============for_builder===============*/

.shadow_none .container {
    background: #ffffff;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0 3px 15px rgba(72, 72, 72, 0.0);
    overflow: hidden;
}

.builder_bg {
    width: 100%;
    height: 400px;
    background-image: url(../images/builder_bg.png);
    background-size: cover;
    background-position: center center;
    margin-bottom: 35px;
    position: relative;
}
/*changes _06_06_2018*/
.for_builder {
    display: flex;
}
.builder_image {
    width: 10%;
}
.builder_details {
    width: 90%;
    margin-top: 2%;
}
/*end*/
.no_margin{
    margin-left: 0;
    margin-right: 0;
}
.no_padding{
    padding-right: 0;
    padding-left: 0;
}
.left_text{
    float: left;    
}
.right_text{
    float: right;
}
.company_details h1{
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
    color: #000000;    
}
.left_text p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
    color: #4a555d;
}
.right_text a p{
    font-size: 16px;
    margin-bottom: 0;
    color: #e04f5f;
}
.builder_panel{
    margin-top: 38px;
    border-top: 1px solid rgba(72,72,72,0.1);
}
.panel_content{
    background: #f3f3f3;
}
.panel_content h2{
    color: #000;
    font-size: 36px;
    text-align: center;
    margin: 0;
    padding: 38px 0;
}
.description_section{
    padding-bottom: 90px;
    margin-bottom: 10px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(72,72,72,0.15);
    -moz-box-shadow: 0px 0px 3px 1px rgba(72,72,72,0.15);
    box-shadow: 0px 0px 3px 1px rgba(72,72,72,0.15);
}
.description_text{
    max-width: 94%;
    margin: 0 auto;
}
.description_text p{
    font-size: 16px;
    margin-bottom: 0;
    color: #4a555d;
}
.description_text p span{
    font-size: 20px;
    padding: 40px 0 25px;
    display: block;
    color: #4a555d;
    font-weight: 600px;
    text-align: center;
    text-transform: uppercase;
}


/*changes 06_06_2018*/
.search-instead::after{
    margin-left: -15px;
}
/*add_12_06_2018*/
p>img {
    width: 100%;
}
li.property-info div span {
    float: left;
    padding-right: 20px;
}
li.property-info div span {
    float: left;
    padding-right: 20px;
}
ul.bank_details {
    margin-left: 0;
    padding-left: 0;
}
ul.bank_details li {
    list-style: none;
    text-align: center;
}
ul.bank_details li p {
    margin-bottom: 0;
    max-width: 48px;
    line-height: 18px;
}
/*end*/


.select_bank{
  width: 122px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  font-family: helvetica;
}
.dropdown-menu {
    background-color: #e8e8e8 !important;
}
.btn-group.open .dropdown-toggle {
    box-shadow: inset 0px 0px 0px rgba(0,0,0,0);
}
ul.dropdown-menu li a img {
    width: 20px;
}
.dropdown-toggle.select_bank img {
    width: 20px;
}
.btn_margin{
    margin-top: 2%;
}

ul.terms li {
    list-style: none;
    float: right;
    padding: 0 10px;
}
ul.terms li a {
    color: #484848;
}
.modal-footer>button.btn.red-button.step {
    border-radius: 6px;
}
.content_details_text h1{
    color: #ffffff;
    font-weight: 700;   
    font-size: 42px;
}
.content_details_text h4{
    font-weight: 300;
    line-height: 28px;
    font-size: 20px;
    max-width: 980px;
    margin-top: 20px;
    margin-bottom: 55px;
}


/*change 10_04_2018*/

.list-image-item .check_overlay {
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  position: absolute;
  height: 85%;
  border-radius: 10px;
  top: 8px;
  left: 9px;
  overflow: hidden;
  right: 8px;
  display: none;
}
.list-image-item input[type=checkbox] {
  display: none;
}
.check_overlay i {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #050505;
    font-size: 18px;
}

/*end 10_04_2018*/





/*for intrested btn*/
.intarested_btn {
    position: fixed;
    top: 72vh;
    right: -92px;
    transform: rotate(-90deg);
    display: none;
    z-index: 999
}
.int_btn{
    border-radius: 10px 10px 0 0;    
}

/*bg*/
.intrested_page {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    right: 0;
    bottom: 0;
    display: none;
}

.intrested_page_details {
    background: #fff;
    max-width: 980px;
    padding: 50px 30px 30px 30px;
    margin: 40px auto;
    position: relative;
    border-radius: 16px 16px 0 0;
    overflow-y: auto;
}

.close_btn a {
    font-size: 20px;
    color: #bb2026;
    padding: 19px 8px;
}
.close_btn {
    position: absolute;
    border: 1px solid #aaaa;
    top: 10px;
    right: 10px;
    border-radius: 50%;
}






input.for_reset {
    font-size: 18px;
    color: #484848;
    font-family: Lato, sans-serif;
    text-align: left;
    font-weight: 400;
    border: 1px solid #ddd;
    display: block;
    padding: 5px 7px !important;
}

.for_reset:focus {
    border-color: #ddd;
}







/*=================responsive===================*/
@media only screen and (max-width: 1280px) {
    .time {
        left: 29%;
        bottom: 212px;
    }
    .rate {
        left: 19%;
    }
    .amount {
        left: 30%;
        top: 239px;
    }
    .emi_calculeted.blog_content_bg::after {
        right: 126px;
        top: -18%;
        transform: rotate(-32deg);
    }
    .emi_calculeted {
        right: 28%;
        top: 228px;
    }
  .interest {
    right: 18%;
    bottom: 18px;
}

}

@media only screen and (max-width: 1170px) {
.rate {
    left: 17%;
}
.interest {
    right: 15%;
}
.payble {
    right: 24%;
}
.amount {
    left: 28%;
    top: 226px;
}
.emi_calculeted {
    right: 26%;
    top: 228px;
}
.time {
    left: 27%;
    bottom: 212px;
}
}

/*
@media only screen and (max-width: 1046px) {

}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 320px) {
}*/

ul.footer_social {
    padding: 0;
}
ul.footer_social li {
    display: inline-block;
    background: #f6f6f6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
ul.footer_social li:hover {
    background-color: #bb2126;
}
ul.footer_social li a {
    padding: 7px 12px;
    display: block;
}
ul.footer_social li:hover a {
    color: #ffffff;
}
ul.footer_social li a i::before {
    font-family: fontAwesome;
    font-style: normal;
    font-size: 20px;
}
.contact_address {
    margin-left: 3%;
    margin-bottom: 2%;    
}


.contact_address a.button {
    padding: 0;
    margin: 0;
}


.emi_content_text p{
    font-size: 12px;
}

/*----------------------------
    404 & Thank You page
----------------------------*/
.not_found{
    margin-top: 150px;
}
.found_width{
  max-width: 780px;
  margin: 0px auto 50px;
}

.not_found_content h4{
  font-weight: 500;
  line-height: 30px;
}
.error_code{
  color: #333333;
  font-weight: 300;
  margin-top: 20px;
}
.lik_text{
  color: #000;
  font-size: 18px;
  line-height: 30px;
}
.help_menu li{
  list-style: none;  
  margin: 10px 0;
}
.help_menu li a{
color: #bb2026;
text-decoration: none; 
}
.not_found_image{
  margin-top: 20%;
}

/*22-02-2019*/
div#emi_id {
    display: none !important;
}
/**/
@media only screen and (max-width: 640px) {
    .intrested_page_details {
        padding: 50px 15px 30px 15px;
    }
}