p {
    font-family: Roboto,-apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,sans-serif;
    line-height: 23px;
    font-size: 14px !important;
 }
/*********** Property Search POPUP  ************/
#vpb_signup_pop_up_box{
    right: 38%;
    left: 38%;
    border-radius: 9px;
    padding: 15px;
}
#vpb_view_pop_up_box{
    right: 36%;
    left: 36%;
    border-radius: 9px;
    padding: 15px;
}
.button.popup {
    width: 100%;
    font-size: 14px;
}
.propertysearch.popup {
    width: 100%;
    margin: 0px;
}
.card-body {
    border: 2px solid rgba(48, 119, 24, 0.64);
    padding: 10px;
    border-top: none;
    margin-top: -12px;
}
.card.h-100 {
    border: 2px solid rgba(24, 49, 119, 0.75);
    border-bottom: none;
}
.builder-title h1 {
     font-family: serif;
    text-align: center;
    color: #4aa02c;
}
table.display_project thead tr th {
    background: #4aa02c;
    color: #fff;
}
div#propertyList12 {
    padding: 0 24px;
}
table.table.display1 tbody tr td {
    border: none;
}
table.table.display1 thead tr th {
    background: #3b5998;
    color: #fff;
}
table.display1 {
    border-collapse: inherit;
}
ul.projectslider li {
    display: block;
    width: 100%;
}
#projectleft {
    width: 100%;
    height: 300px;
}
.projectslider {
    width: 100%;
    height: 300px;
 }
 .projectslider img {
    display: block;
    width: 100%;
    height: 300px;
}
.details-title h1 {
    border-bottom: 1px solid rgba(175, 175, 175, 0.35);
    font-family: initial;
    color: #fcf8e3;
    font-size: 20px;
    padding: 6px;
    margin: 0;
}
.details-title {
    background: #666;
    color: #fff;
}
.project_det_styel {
       border: 1px solid #bfbfbf;
    border-radius: 8px;
    background: rgba(232, 229, 229, 0.61);
    display: flow-root;
    margin-top: 25px;
}
.project_det_styel .col-lg-6.mob-pad, .project_det_styel .col-lg-4.table-pad, .project_det_styel .aminities {
    padding: 14px 0;
}
.aminities i.fa-4x {
    margin: 0 auto;
    text-align: center;
    display: block;
}
.aminities {
    text-align: center;
}
span.pad-det {
    font-weight: 600;
    text-align: right;
    float: right;
    padding-right: 3px;
}
table.table.inq-res {
    border: 1px solid #4aa02c;
    width: 100%;
}   
.datagrid-cell, .datagrid-cell-group, .datagrid-header-rownumber, .datagrid-cell-rownumber {
    white-space: normal !important;
}
.column.propertyList12 {
    padding: 0 24px;
}
.prop_sale {
    background: green;
    color: #fff;
}
.prop_search_detail h1.head {
    color: green;
    font-size: 34px;
}
.prop_search_detail .nav-tabs>li.active>a, .prop_search_detail .nav-tabs>li.active>a:focus, .prop_search_detail .nav-tabs>li.active>a:hover {
    color: #efefef;
    background-color: #008000;
}
.prop_search_detail .nav-tabs {
    border-bottom: 1px solid #008000;
}
.prop_sale .prop_for {
    background: #f7f7f7;
    color: #f10202;
    text-align: center;
    padding: 8px;
    font-size: 18px;
    font-weight: 800;
}
.prop_sale h5.col-sm-2 {
    margin-top: 0;
    margin-bottom: 0;
}
.project_search {
   border: 1px solid #b3b3b3;
    background: #24252475;
    color: #0a0a0a;
        margin-bottom: 20px;
}
.project_search .head{
    background: #242524;
    color: #fff;
}
.project_search .pad{
    padding-top: 3px;
    color: #242524;
    line-height: 2;
}
table.table.table-responsive.table-bordered.display_project {
    text-align: center;
}
table.table.table-responsive.table-bordered.display_project th {
    text-align: center;
}
div#tabs {
    border: 1px solid #ccc;
    padding: 0;
}
div#tabs-1, div#tabs-2, div#tabs-3 {
    padding: 0 20px;
}
/************ Header ********************/
div#header {
    border-bottom: 2px solid #04234d;
    background-image: url(../image/header_banner.jpg);
    background-size: cover;
}

div.back_img:before
{
    content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 207px;
  width: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(171, 171, 171, 1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(49%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(171, 171, 171, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(171, 171, 171, 1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(171, 171, 171, 1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(171, 171, 171 1) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 49%, rgb(171, 171, 171) 100%);
}
.first img {
  padding-top: 8px;
    padding-left: 0px;
    width: 190px;
}
.second-img img {
    height: 194px;
    float: right;
    margin-top: 10px;
}
.address, .address p{
    text-align: right;
}
.second h2 {
    font-size: 32px;
    font-size-adjust: 0.4;
    text-transform: uppercase;
    font-weight: bold;
    font-family: fantasy;
    color: rgb(15, 68, 181);
    z-index: 1;
    padding-left: 0;
    text-shadow: 1px 2px 0 #fff;
    letter-spacing: 1px;
    margin-top: 0;
}
.second h4 {
    font-size: 12px;
    padding-left: 59px;
    margin-top: -22px;
    color: #4aa02c;
    font-weight: 700;
}
.address h2 {
    color: #385899;
    font-family: sans-serif;
    font-size: 19px;
}
.address p {
    color: #385899;
    font-family: sans-serif;
    font-weight: 100;
    line-height: 1.5;
    font-size: 14px;
}
.address h3 {
    color: #385899;
    font-size: 20px;
    font-weight: 800;
}
.address h3 a {
        color: #122f9e;
    font-size: 14px;
}
.address a:hover {
    text-decoration: none;
}
.head_icon a img {
    height: auto;
    width: auto;
    margin-left: 0;
}
.head_icon {
    padding-top: 13px;
    text-align: right;
}
.blink_me {
  animation: blinker 1s linear infinite;
}
h2.blink_me:hover {
    color: #385899;
}
@keyframes blinker {  
  50% { opacity: 0; }
}
div#scrollnews1 span {
    font-size: 16px;
}

/**************  Menu ******************/
.nav-menu {
    position: relative;
}
.navbar {
    position: unset !important;
    border-radius: 0 !important;
        margin-bottom: 0 !important;
}
.navbar-default .navbar-nav>li>a {
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: bold !important;
    color: #fff !important;
}
.nav>li>a {
    padding: 10px 20px !important;
}
nav.navbar.navbar-default {
    background-color: #3B5998;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #3b5998 !important;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #f9f9f9 !important;
    background-color: #3b5998 !important;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar .navbar-collapse {
  text-align: center;
}
li.menu_line {
    padding: 1.7px;
}

/************    Home   ****************/

.row {
    padding: 0 0 0 0;
    width: 100%;
}
.panel-heading.type img.img-responsive.type {
    height: 330px;
}
img.img-responsive.divider {
    margin: 0 auto;
}
.sec_three.type .panel-front {
    margin-bottom: 30px;
    margin-top: 0;
}
.feedback1 .panel-front {
    margin-top: 0;
}
.slider li{
    width: 100%;
}
.slider {
    width: 100%;
}
img.slide_img {
    width: 100%;
    height: 300px;
}
p{
	font-size: 12px;
}
.panel-front { /* Only for this preview */
    margin-bottom:20px;
    margin-top:20px;
}
.panel-front .panel-heading .panel-title img {
    border-radius:3px 3px 0px 0px;
    width:100%;
}
.panel-front .panel-heading {
    padding: 0px;   
}
.panel-front .panel-heading h4 {
    line-height: 0;
}
.panel-front .panel-body1 h4 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}
.text-right {
    margin-top: 10px;
}
.panel-body1 {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    background: #3b5998;
}
.sec_two h1 {
    text-align: center;
    color: #4aa02c;
    font-size: 28px;
    font-weight: 700;
    padding: 14px 0 0 0;
}
.sec_two p {
    text-align: center;
}
.sec_three .col-sm-3 {
    padding: 3px;
}
img.img-responsive.type {
    height: 181px;
}
/***************** Datagrid  Table ****************/
.datagrid-header-inner {
    background: #4aa02c;
}
.datagrid-header .datagrid-cell span {
    color: #fff;
}
.datagrid-cell-rownumber, .datagrid-td-rownumber {
    color: #fff !important;
    background: #4aa02c !important;
}
.panel-title {
    color: #060606 !important;
}

/**********   Home Testimonial  *************/
@brand-color: #b20000;
#tcb-testimonial-carousel {
    a{
        color: @brand-color;
    }
    .text-brand{
        color: @brand-color;
    }
    margin-top: 30px;
    .carousel-indicators .active {
        background: @brand-color;
    }
    .no-margin{
        margin: 0;
    }
    .carousel-indicators li {
        border: 1px solid #ccc;
    }
    .carousel-control {
        color: @brand-color;
        width: 5%;
    }
    .carousel-control:hover,
    .carousel-control:focus {
        color: @brand-color;
    }
    .carousel-control.left,
    .carousel-control.right {
        background-image: none;
    }
    .item{
        padding: 15px 40px;
        background: #f8f8f8;
    }
    .media-object {
        margin: auto;
    }
    @media screen and (max-width: 768px) {
        .media-object {
            margin-bottom: 15px;
        }
    }
}
.video-block-1.text-center {
    border: 1px solid #b7b7b7;
    border-radius: 6px;
    padding: 20px 0;
}
.video-block-1.text-center .carousel-inner>.item {
    text-align: -webkit-left;
}
.feedback1 a.carousel-control.btn-control {
    opacity: 1;
    padding: 6px !important;
    width: 34px !important;
    height: 40px !important;
}
/************    Home - Sidebar  ****************/
.propertysearch table{
	margin-bottom: 12px;
}
.propertysearch .selectbox {
    font-size: 13px;
    padding-top: 0;
    margin-top: 12px;
    font-family: Arial,'Times New HelveticaRoman',Times,serif;
    height: 26px;
    border: 1px solid #d0d0d0;
}
.propertysearch .heading4 {
    font-size: 13px;
    font-weight: 600;
    font-family: Arial,'Times New HelveticaRoman',Times,serif;
    padding-left: 10px;
}
.propertysearch .button{
    height: 33px;
}
td.search_btn {
    padding-top: 12px;
}
#addleft_home {
    /*width: 100%;*/
  margin-left: 6px;  
}
.smallslider {
    width: 100%;
}

/**************  About ****************/
.latest1 {
    height: 34px;
    padding: 6px 0;
    font-size: 15px;
 }
.our_service h3 {
    text-align: center;
    border: 3px solid #0f25568c;
    padding: 20px 0;
    background: #29293566;
    color: #ffffff;
}
.our_service h3:hover {
    background: #112c65;
}
.our_service {
    padding-bottom: 25px;
}
.sec_two.feedback2 h1 {
    text-align: left;
}
.feedback2 a.carousel-control.btn-control {
    opacity: 1;
    padding: 6px !important;
    width: 34px !important;
    height: 40px !important;
}
.expert-speak-slider-detail img {
    width: 100%;
}
.feedback2 form.form-horizontal {
    border: 1px solid #c7c5c5;
    padding: 25px;
}
.our_service_img h1 {
    color: #0a0a0a;
}
 /**************** Slider *********/
.product {
    height: auto;
}
.slider_home img {
    height: 466px !important;
    background-size: cover !important;
    width: 100%;
}
/***********   Buyer Guide ***************/
#t {
    width: 100%;
    height: 29px;
    text-align: left;
    padding-left: 10px;
    padding-top: 6px;
}
.homelone {
    width: 100%;
    height: auto;
    margin-right: 0;
}

/************* Login Form ******************/
.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}
/***********  Form **************************/
.inquiry-form{
    border: 1px solid #d0cdcd;
    padding: 35px 0px;
}

/****************************************************/

/*****************************************/

@media only screen and (min-width: 768px)
{
.col-lg-12{
	padding-right: 0px !important;
    padding-left: 0px !important;
}
.col-lg-9 {
    padding-left: 0 !important;
}
}
@media only screen and (min-width: 320px) and (max-width: 736px)
{
 .inquiry-form{
    border: 0px solid #d0cdcd;
    padding: 20px 0px;
}
.slider-holder ul li{
    width: 100% !important;
}
img.img-responsive.slide_img {
    width: 100%;
    height: 165px;
}
ul.slider {
    width: 100%;
    height: 165px;
}
li.menu_line a {
    display: none !important;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: gold !important;
}
div#footer .face {
    width: 100% ;
    display: block ;
    margin: 0 auto ;
}
div#footer {
    height: auto;
}
.col-lg-9 .about_pad{
     padding-right: 10px ;
    padding-left: 8px ;
}
.propertysearch, .propertysearch .button{
    width: 100%;
}
.col-lg-3 {
    padding-left: 8px !important;
    padding-right: 20px !important;
}
#addleft_home {
    width: 100%;
    height: 340px;
    margin-bottom: 15px;
}
.first img {
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    padding-top: 8px;
}
.second h2 {
    font-size: 20px;
    font-family: sans-serif;
    line-height: 0;
    text-align: center;
    padding: 0;
    position: unset;
    margin-left: 0;
  }
.address h2, .address h3 {
    font-size: 17px;
}
.address, .address p {
    text-align: center;
}
.address p {
    line-height: 1.1;
    font-size: 16px;
}
.head_icon {
    text-align: center;
}
.second-img img {
   display: none;
}
.address h3 a {
    color: #0c2f77;
    font-size: 16px;
}
.product {
    width: 100%;
}
#vpb_signup_pop_up_box {
    right: 0;
    left: 0;
    border-radius: 9px;
    padding: 15px;
}
#vpb_view_pop_up_box {
    right: 0;
    left: 0;
    border-radius: 3px;
    padding: 5px;
}
div#propertyList12 {
    padding: 0 0;
}
table.table.display1 {
    width: 100%;
}
table.table.table-responsive.display_project, table.table.table-responsive.client{
    display: block;
}
.mob-pad {
    padding: 0 !important;
}
.float-left {
    width: 52%;
    float: left;
}
.float-left1 {
    width: 70%;
    float: left;
}
.details-title h1 {
    font-size: 23px;
    margin-top: 10px;
}
table.table.inq-res {
    width: 100%;
}
.smallslider li {
width: 100%;
}
.smallslider img {
    margin-left: -7px;
    width: 100%;
}
.propertysearch_small{
    margin-left: 8px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.prop_search_detail .float-left1{
    width: 53%;
    float: left;
}
.prop_search_detail span.pad-det{
padding-right: 12px;
}
.prop_search_detail h5.col-sm-7.mob-pad{
    line-height: 2.5;
}
.prop_sale {
    padding: 1px 0;
}
.prop_search_detail h1.head {
    font-size: 22px;
}
div#propertyertyList1 .pagination-info {
    float: left;
}
.slider_home {
    display: inline-block;
}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px)
{
     .inquiry-form{
    border: 0px solid #d0cdcd;
    padding: 20px 0px;
}
.slider-holder ul li{
    width: 100% !important;
}
img.img-responsive.slide_img {
    width: 100%;
    height: 165px;
}
ul.slider {
    width: 100%;
    height: 165px;
}
li.menu_line a {
    display: none !important;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: gold !important;
}
div#footer .face {
    width: 100% ;
    display: block ;
    margin: 0 auto ;
}
div#footer {
    height: auto;
}
.col-lg-9 .about_pad{
     padding-right: 10px ;
    padding-left: 8px ;
}
.propertysearch, .propertysearch .button{
    width: 100%;
}
.col-lg-3 {
    padding-left: 8px !important;
    padding-right: 20px !important;
}
#addleft_home {
    width: 100%;
    height: 340px;
    margin-bottom: 15px;
}
.first img {
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    padding-top: 8px;
}
.second h2 {
    font-size: 20px;
    font-family: sans-serif;
    line-height: 0;
    text-align: center;
    padding: 0;
    position: unset;
    margin-left: 0;
  }
.address h2, .address h3 {
    font-size: 17px;
}
.address, .address p {
    text-align: center;
}
.address p {
    line-height: 1.1;
    font-size: 16px;
}
.head_icon {
    text-align: center;
}
.second-img img {
   display: none;
}
.address h3 a {
    color: #0c2f77;
    font-size: 16px;
}
.product {
    width: 100%;
    }
#t {
    width: 100%;
    height: 29px;
    text-align: left;
    padding-left: 10px;
    padding-top: 6px;
}
.homelone {
    width: 100%;
    height: auto;
    margin-right: 0;
}
#vpb_signup_pop_up_box {
    right: 0;
    left: 0;
    border-radius: 9px;
    padding: 15px;
}
#vpb_view_pop_up_box {
    right: 0;
    left: 0;
    border-radius: 3px;
    padding: 5px;
}
div#propertyList12 {
    padding: 0 0;
}
table.table.display1{
    width: 100%;
}
table.table.table-responsive.display_project, table.table.table-responsive.client{
    display: block;
}
.mob-pad {
    padding: 0 !important;
}
.float-left {
    width: 52%;
    float: left;
}
.float-left1 {
    width: 70%;
    float: left;
}
.details-title h1 {
    font-size: 23px;
    margin-top: 10px;
}
table.table.inq-res {
    width: 100%;
}
.smallslider li {
width: 100%;
}
.smallslider img {
    margin-left: -7px;
    width: 100%;
}
.propertysearch_small{
    margin-left: 8px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.prop_search_detail .float-left1{
    width: 53%;
    float: left;
}
.prop_search_detail span.pad-det{
padding-right: 12px;
}
.prop_search_detail h5.col-sm-7.mob-pad{
    line-height: 2.5;
}
.prop_sale {
    padding: 1px 0;
}
.prop_search_detail h1.head {
    font-size: 22px;
}
div#propertyertyList1 .pagination-info {
    float: left;
}
.slider_home {
    display: inline-block;
}
}