.cc_web p.text-center.cls_blue, .cc_web i.fa.fa-info-circle.cls_blue, .cc_web .property-content p.text-center.cls_blue{
    cursor: pointer;
    color: #00c95a;
}

p.text-center.cls_blue:hover{
	
	color: #fd5c28;
}

.cc_web .cls_grid_phone {
 position: absolute;
 left: 40%;
 top: 30%;
 font-weight: bold;
 width:auto;
 }
 .cc_web .cls_grid_phone i {
 padding-right: 6px;
 font-size: 22px;
 position: relative;
 top: 4px;
 color: #273653;
 }
.cc_web .close i {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    text-shadow: 0 0px 0 #020202;
}
#popup .close{
	opacity: .9;
	top: -5px;
    right: 0;
}

@media screen and (max-height: 450px) {

.cc_web .sidenav {padding-top: 15px;}
.cc_web .sidenav li a {font-size: 18px;}
}
/* menu style */
 .cc_web .sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
    right: 1%;
}
.cc_web .sidebar-nav li {
    line-height: 2;
    text-indent: 0;
    float: none !important;
}
.cc_web .sidebar-nav .btn-primary {
    color: #fff;
    background-color: #273653 !important;
    border-color: #273653 !important;
    width: 50%;
    border-radius: 6px;
}
.cc_web .sidebar-nav .btn-primary:hover {
    color: #fff;
    background-color: #273653 ! important;
    border-color: #273653 ! important;
}
.cc_web .sidebar-nav li a {
    color: #273653 !important;
    display: block;
    text-decoration: none !important;
    text-align: left;
    padding: 0px 15px;
}
.cc_web .sidebar-nav li a:hover {
color: #fff;
background: transparent;
text-decoration: none;
}

.cc_web .sidebar-nav li a:active, .cc_web .sidebar-nav li a:focus {
text-decoration: none;
}

.cc_web .sidebar-nav > .sidebar-brand {
height: 55px;
line-height: 55px;
font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
color: #999999;
}

.cc_web .sidebar-nav > .sidebar-brand a:hover {
color: #fff;
background: none;
}
.cc_web .common_div {
    padding-top: 80px;
    padding-bottom: 40px;
	padding-left:15px;
	padding-right:15px;
}
.cc_web .fliter_p {
    margin-top: 54px !important;
}
.cc_web #menu-close {
    top: 0;
    right: 0;
    position: fixed;
    z-index: 9999;
    width: 3%;
    padding: 6px 6px;
}
.cc_web #menu-toggle {
    top: 0;
    right: 0;
    position: fixed;
    z-index: 9999;
    width: 3%;
    padding: 6px 6px;
    border-radius: 6px;
}

.cc_web #sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}
.cc_web .grid_rm_left h3 {
    
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 1px solid #ec2700;
    display: inline-block;
    padding-bottom: 2px;
    margin: 8px 0px;
}
.cc_web .grid_rm_left label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 13px;
}
.cc_web .grid_rm_left .checkbox {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    width: 46%;
    float: left;
    margin: 2% 2%;
}
	
.cc_web .grid_rm_left .list-group-item {
    position: relative;
    display: block;
    padding: 4px 0px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #fff;
}
.cc_web .grid_rm_left .grid_lt_rm_bx {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
}

.cc_web .cd-filter {
    position: relative;
    /* top: 0; */
    /* left: 0; */
    /* width: 280px; */
    /* height: 100%; */
    /* background: #ffffff; */
    /* box-shadow: 4px 4px 20px transparent; */
    /* z-index: 2; */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
    -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
}
.cc_web .cd-filter::before {
  /* top colored bar */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #41307c;
  z-index: 2;
  display:none;
}
.cc_web .cd-filter form {
  padding: 70px 20px;
}
.cc_web .cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  background: #37296a;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
.cc_web .no-touch .cd-filter .cd-close:hover {
  background: #32255f;
}
.cc_web .cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.cc_web .cd-filter.filter-is-visible .cd-close {
  opacity: 1;
}
@media only screen and (min-width: 1170px) {
  .cc_web .cd-filter {
    width: auto; 
  }
  .cd-filter form {
    padding: 70px 10%;
  }
}

.cc_web .cd-filter-trigger {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    width: 60px;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    /*background: transparent url(../img/cd-icon-filter.svg) no-repeat center center;*/
    z-index: 3;
    display: none;
}
.cc_web .cd-filter-trigger.filter-is-visible {
  pointer-events: none;
}
@media only screen and (min-width: 1170px) {
  .cc_web .cd-filter-trigger {
    width: auto;
    left: 2%;
    text-indent: 0;
    color: #9a9a9a;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 24px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
	
  }
  .cc_web .no-touch .cd-filter-trigger:hover {
    color: #41307c;
  }
  .cc_web .cd-filter-trigger.filter-is-visible, .cc_web .cd-filter-trigger.filter-is-visible:hover {
    color: #ffffff;
  }
}

.cc_web .grid_rm_left {
    border: 1px solid #ddd;
    padding: 15px;
    overflow: hidden;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 3%);
    background: #fff;
    overflow-y: hidden;
}

.cc_web .cd-filter {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 4px 4px 20px transparent;
  z-index: 9;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s; */
}
.cc_web .cd-filter-trigger {
    position: relative;
    top: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    width: 60px;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
   /*  background: transparent url(../img/Data-Empty-Filter-icon.png) no-repeat center center; */
    z-index: 3;
	display: block;
}
.cc_web .cd-filter.filter-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0px);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(68px);
}
.cc_web .cd-filter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 29px;
    width: 100%;
    background-color: #ec2700;
    z-index: 2;
    display: none;
}
.cc_web .cd-filter .cd-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 29px;
    line-height: 28px;
    width: 60px;
    color: #ffffff;
    font-size: 1.3rem;
    text-align: center;
    background: #cc2200;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 3;
}
/* side menu end */

/* pg home style */

.cc_web .property {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 10px 5px rgba(0,0,0,.03);
    margin-bottom: 22px;
    overflow: hidden;
    padding: 15px;
    position: relative;
}
.cc_web .property-img {
    position: relative;
    display: block;
    overflow: hidden;
}
.cc_web .property img{
	width:100%;
	height:308px !important;
}
.cc_web .property-img .img-responsive:hover{
	/* -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); */
}
.cc_web .property-img .img-responsive{
	-webkit-transition: all 900ms ease-out;
    -moz-transition: all 900ms ease-out;
    -o-transition: all 900ms ease-out;
    -ms-transition: all 900ms ease-out;
    transition: all 900ms ease-out;
}

.cc_web .property-tag.featured {
    background: #95c41f;
}
.cc_web .property .button, input[type="submit"] {
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 2px;
    color: white;
    border: none;
    background-color: #636363;
    display: inline-block;
    z-index: 1;
    width: auto;
    height: auto;
}
.cc_web .property .fa-heart-o {
    font-size: 16px;
    border-radius: 100%;
    width: 41px;
    height: 41px;
    padding: 15px 13px;
    color: #273653;
    background: #fff;
}
.cc_web .fa-heart-o {
    font-size: 16px;
    border-radius: 6px;
    width: 41px;
    height: 41px;
    padding: 12px 11px;
    color: #273653;
    background: #fff;
    box-shadow: #ccc 0px 0px 0px 0px !important;
}
.cc_web .property_active {
    font-size: 16px;
    border-radius: 6px;
    width: 41px;
    height: 41px;
    padding: 12px 11px;
    color: #fff;
    background: #273653;
	box-shadow: #ccc 0px 0px 0px 0px !important;
}
.cc_web .property-tag.featured {
    background: #273653;
    display: block;
    border-radius: 8px;
}
.cc_web .property-tag.featured {
    bottom: 15px;
    margin-top: 15px;
    left: 15px;
}
.cc_web .property-tag {
    position: absolute;
}
.cc_web .property .property_active {
    font-size: 14px;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    padding: 12px 10px;
    color: #fff;
    background: #273653;
}
.cc_web .rm_grid_space{
	padding:8px 0px;
	overflow: hidden;
}
.cc_web .property-tag.sale {
    right: 28px;
    top: 28px;
    position: absolute;
    z-index: 9;
}
.cc_web .property-price {
    color: #4a4747;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.cc_web .pro_rating_ {
    position: absolute;
    right: 15px;
    z-index: 1;
    bottom: 15px;
}

.cc_web .pro_rating_ .btn-warning {
    color: #273653 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
.cc_web .img-responsive {
    width: 100%;
}
.cc_web .property .property-content {
    padding: 10px !important;
    text-align: left;
}
.cc_web .property .property-content .btn-success {
    color: #273653;
    background-color: transparent;
    border-color: #273653;
    width: 100%;
    padding: 10px 0px;
    font-size: 13px;
    margin: 0px;
    border-radius: 0px;
}
.cc_web .property .property-content .btn-success:hover {
    color: #273653;
    background-color: transparent;
    border-color: #273653;
}
.cc_web .property-content p {
    font-size: 12px;
    color: #4a4747;
    margin-bottom: 10px;
}
.cc_web .property-content .title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 0px;
    border-bottom: transparent !important;
}
.cc_web .property-content .title a {
    color: #4a4747;
}
.cc_web .property-content .title a {
    text-decoration: none;
}
.cc_web .property-content .property-address {
    margin: 0 0 0px;
}
.cc_web .property-content .property-address a {
    font-size: 16px;
    margin: 0 0 15px;
    text-decoration: none;
    color: #949494;
    text-transform: capitalize;
}
.cc_web .property-content .property-address:last-child  a{
    font-size: 16px;
    margin: 0 0 15px;
    text-decoration: none;
    color: #211e1e;
    text-transform: capitalize;
}
.cc_web .property-content .property-address a i {
    margin-right: 10px;
    font-size: 16px;
    color: #4a4747;
}
.cc_web .property-content .facilities-list {
    padding: 0;
    margin: 0;
}
.cc_web .property-content .facilities-list li {
    width: 33%;
    float: left;
    font-size: 13px;
    line-height: 29px;
    list-style: none;
    color: #4a4747;
}
.cc_web .property-content .facilities-list li i {
    margin-right: 5px;
    font-size: 16px;
    color: #273653;
}
.cc_web .property-content .property-footer {
    border-top: solid 1px #f1f1f1;
    padding-top: 15px;
    margin-top: 15px;
    color: #4a4747;
}
.cc_web .property-content .property-footer a {
    color: #4a4747;
}
.cc_web .property img {
    width: 100%;
    height: 100% !important;
}
.cc_web .fliter_p {
    margin-top: 20px !important;
}
.cc_web .property {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    /* border: 1px solid #e8e8e8;
    box-shadow: 0 0 10px 5px #e3e3e3; */
    margin-bottom: 22px;
    overflow: hidden;
    padding: 4px;
    position: relative;
}
.cc_web .property .property-content .btn-success {
    color: #fff;
    background-color: #ec2700;
    border-color: #ec2700;
    width: 100%;
    padding: 10px 0px;
    font-size: 13px;
    margin: 10px 0px;
}
.cc_web .title {
    padding: 5px 0;
    color: #222;
    font-size: 25px;
    font-weight: 600;
    width: auto;
}
.cc_web .property-content .title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0px;
    border-bottom: transparent !important;
}
.cc_web .property-tag.sale {
    right: 15px;
    top: 15px;
    position: absolute;
}

/* pg style end */

/* e-bugdet style */
.cc_web .e_budget_cont {
    overflow: hidden;
    margin: 20px 0px;
    background: #ffffff;
    padding: 10px;
	box-shadow: 0 0 10px 5px #e3e3e3;
}
.cc_web .e_budget_left {
    width: 20%;
    float: left;
    text-align: left;
}
.cc_web .e_budget_left i {
    color: #ffffff;
    background: #d62d00;
    border-radius: 8px;
    padding: 15px;
    width: 62px;
    height: 62px;
    font-size: 28px;
    text-align: center;
}
.cc_web .e_budget_right {
width: 80%;
float: left;
text-align: justify;
}
.cc_web .e_budget_right p{
}
.cc_web .e_budget_right h3 {
    margin: 0;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 3;
}
.cc_web .page {
display: none;
}
.cc_web .page-active {
display: block;
}
/* e-bugdet style end */


/* Checkbox style */

.cc_web .sidebar h3 {
    font-size: 16px;
    font-weight: lighter;
    border-bottom: 0px solid #504b8c;
}

.cc_web .sidebar h3 {
    /* background-image: url(../img/in_back.png); */
    background-repeat: repeat-x;
    margin: 10px 10px;
    text-transform: capitalize;
}

.cc_web .sidebar .btn.btn-primary{
	color: #fff;
    background-color: #273653;
    border-color: #273653;
}

.cc_web .sidebar .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    background: #fff;
}

.sidebar .checkbox input[type=checkbox], .cc_web .sidebar .checkbox-inline input[type=checkbox], .cc_web .sidebar .radio input[type=radio], .cc_web .sidebar .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 34px;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}
.cc_web .sidebar .active {
    font-weight: bold;
    color: #ec2700;
    background-color: transparent;
	border:1px solid #ec2700 !important;
}
.cc_web .checkbox .btn {
    width: 100%;
}

