/* =============================================================================
 * Property band v. 1.2
 * Updated: Wed 12.23.14
 * Author:  Kleis Communication Technologies
 *
 * [Table of contents]
 * 01. typography
 * 02. general rules
 * 03. padding modifiers
 * 04. Tables
 * 05. Buttons
 * 06. UI Elements
 *      06.1. bootstrap touchspin
 *      06.2. progress bars
 *      06.3. easyPieCharts
 *      06.4. counter
 *      06.5. accordion
 *      06.6. panels
 * 07. main navigation
 *      07.1. standard
 *      07.2. light
 *      07.3. dark
 *      07.4. semi-dark
 *      07.5. primary-color
 * 08. icon boxes
 * 09. blog
 * 10. portfolio
 * 11. testimonials
 * 12. team
 * 13. pricing tables
 * 14. shop
 * 15. widgets
 * 16. twitter
 * 17. forms
 * 18. pagination
 * 19. footer
 * 20. error pages
 * 21. floating elements
 *
 * ========================================================================== */
/* 01. Typography
  




   ---------------------------------------------------------------------------*/









@font-face {
    font-family: 'rupee_foradianregular';
    src: url('fonts/rupee_foradian.eot');
    src: url('fonts/rupee_foradian.eot?#iefix') format('embedded-opentype'),
         url('fonts/rupee_foradian.woff2') format('woff2'),
         url('fonts/rupee_foradian.woff') format('woff'),
         url('fonts/rupee_foradian.ttf') format('truetype'),
         url('fonts/rupee_foradian.svg#rupee_foradianregular') format('svg');
    font-weight: normal;
    font-style: normal;

}






body {
  font-family:'Roboto', 'Open Sans',Arial,sans-serif;

}
h1,
h2,
h3,
h4,
h5,
h6,
dl.metadata dt,
.contact-form label,
.price-shop,
blockquote .bold-quote {
  font-family: 'Montserrat', sans-serif;
  color: #484848;
}
h1 {
  font-size: 4em;
}
h2 {
  font-size: 3.3em;
  line-height: 1em;
}
h3 {
  font-size: 2.3em;
}
h4 {
  font-size: 1.8em;
}
h5,
blockquote .bold-quote {
   font-size: 15px;
}
h6 {
  font-size: 1.1em;
}
p {
  line-height: 1.6em;
}
p:last-child {
  margin-bottom: 0;
}
p.lead {
  font-size: 1.2em;
}
p.lead.x2 {
  font-size: 1.7em;
  font-weight: 200;
}
p.lead:last-child {
  margin-bottom: 0;
}
blockquote {
  padding: 20px;
}
blockquote .bold-quote {
  padding-top: 0;
}
blockquote .bold-quote {
  margin-bottom: .5em;
}
blockquote.theme {
  border: none;
}
.padding50 {
  padding-top: 50px;
}
.upper {
  text-transform: uppercase;
}
/* 02. General Rules
   ---------------------------------------------------------------------------*/
html,
body {
  width: 100%;
  height: 100%;
}
body {
  overflow-x: hidden;
}
body .page {
  position: relative;
  height: 100%;
}

.page_cont{

  height: 42%;

}

.page_cont1{

  height: 10%;

}


/* top flags */
 .select-sim {
  width:200px;
  height:22px;
  line-height:22px;
  vertical-align:middle;
  position:relative;
  background:white;
  border:1px solid #ccc;
  overflow:hidden;
}

.select-sim::after {
  content:"▼";
  font-size:0.5em;
  font-family:arial;
  position:absolute;
  top:50%;
  right:5px;
  transform:translate(0, -50%);
}

.select-sim:hover::after {
  content:"";
}

.select-sim:hover {
  overflow:visible;
}

.select-sim:hover .options .option label {
  display:inline-block;
}

.select-sim:hover .options {
  background:white;
  border:1px solid #ccc;
  position:absolute;
  top:-1px;
  left:-1px;
  width:100%;
  height:88px;
  overflow-y:scroll;
}

.select-sim .options .option {
  overflow:hidden;
}

.select-sim:hover .options .option {
  height:22px;
  overflow:hidden;
}

.select-sim .options .option img {
  vertical-align:middle;
}

.select-sim .options .option label {
  display:none;
}

.select-sim .options .option input {
  width:0;
  height:0;
  overflow:hidden;
  margin:0;
  padding:0;
  float:left;
  display:inline-block;
  fix specific for Firefox
  position: absolute;
  left: -10000px;
}

.select-sim .options .option input:checked + label {
  display:block;
  width:100%;
}

.select-sim:hover .options .option input + label {
  display:block;
}

.select-sim:hover .options .option input:checked + label {
  background:#fffff0;
} 

/* menu */




.menu {
    width: 100%;
}
.menu-container {
  margin: 0 auto;
  background: #e9e9e9;
}
.menu a.logo {
    display: inline-block;
    padding: 1.5em 3em;
    width: 19%;
    float: left;
}
.menu img {
    max-width: 100%;
}
.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
  content: "\f394";
  font-family: "Ionicons";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.menu-dropdown-icon:before {
  content: "\f489";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}
.menu > ul {
  margin: 0 auto;
  width: 80%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
      clear: right;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  background: #e9e9e9;
  padding: 0;
  margin: 0;
}
.menu > ul > li a {
  text-decoration: none;
  padding: 1.5em 3em;
  display: block;
}
.menu > ul > li:hover {
  background: #f0f0f0;
}
.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #f0f0f0;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}
.menu > ul > li > ul > li a {
  color: #777;
  padding: .2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li a:hover{
  color:#03a9f4;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;    
  font-size: 14px;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }
  .menu-container .menu{
  display:inline-block;
   }
  .menu-mobile {
    display: block;    
    float: right;    
    padding: 20px 20px 0;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
    width:100%;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;    
    padding: 0 40px;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
}






/* menu ends */


/* subs */
ul.sub {
  position: absolute;
  z-index: 200;
  box-shadow: 2px 2px 0 #BEBEBE;
  width: 35%;
  display:none;
}

ul.sub li {
  float: none;
  margin: 0;
}

ul.sub li a {
  border-bottom: 1px dotted #ccc;
  border-right: none;
  color: #000;
  padding: 15px 30px;
}

ul.sub li:last-child a {
  border-bottom: none;
}

ul.sub li a:hover {
  color: #000;
  background: #eeeeee;
}

/* sub display*/
ul.primary li:hover ul {
  display: block;
  background: #fff;
}




.page_me{
background-color: #dfdfdf;
  position: relative;
  height: 10%;

}

.page_me_log{
background-color: #95bb2c;
  position: relative;
  height: 1%;

}


.nav_shadow
{

/*   -webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.1);
     -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.1);
          box-shadow: 0 10px 6px -6px rgba(0,0,0,0.1);
 */
border-bottom: 1px solid #79a61e;


}


body.boxed-layout .page {
  height: auto;
  margin: 0 auto;
}
body.boxed-layout .page .demo-1 .sl-slider-wrapper {
  height: 600px;
  overflow: hidden;
  position: relative;
}
a {
  transition: all 0.5s ease 0s;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}
iframe {
  border: none;
}
.lighter,
.darker {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.slide-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
}
.slide-container .slide-content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10%;
}
.demo-1 .sl-slide .deco,
.demo-2 .sl-slide .deco {
  width: 200px;
  height: 200px;
  border: 0;
  border-radius: 0;
  margin: 0 0 20px 0;
  position: relative;
  left: auto;
  bottom: auto;
}
.demo-1 .sl-slide .main-title,
.demo-2 .sl-slide .main-title {
  letter-spacing: 0;
  font-weight: 400;
  text-transform: none;
  font-size: 3.4em;
  text-shadow: none;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}
.demo-1 .sl-slide blockquote,
.demo-2 .sl-slide blockquote {
  border: 0;
  height: auto;
  margin: 0;
  position: relative;
  font-size: 1em;
  padding: 0;
}
.demo-1 .sl-slide blockquote p,
.demo-2 .sl-slide blockquote p {
  font-size: 2em;
  margin-bottom: 40px;
}
.demo-1 .sl-slide blockquote p:before,
.demo-2 .sl-slide blockquote p:before {
  content: "";
}
.demo-1 .sl-slide .btn,
.demo-2 .sl-slide .btn {
  margin: 0 12px;
}
.demo-2 .sl-slider h2 {
  font-size: 70px;
  padding-top: 0;
}
.demo-2 .sl-slider blockquote {
  padding-top: 0;
  margin: auto;
}
.video-background-content .section-shade {
  position: relative;
}
.swiper-wrapper {
  height: auto !important;
}
.swiper-slide {
  width: 380px;
}
.owl-theme .owl-controls {
  margin-top: 25px;
}
.owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.owl-theme .owl-controls .owl-page.active span {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.page-title-line h1,
.page-title-line h2,
.page-title-line h3,
.page-title-line h4,
.page-title-line h5,
.page-title-line h6 {
  margin: 0;
}
.page-title-line .order-content .order-title {
  margin: 0 20px 0 0;
}
.page-title-line .filter-content {
  margin: 0 25px 0 0;
}
.page-title-line .filter-content form .filter_price_content {
  float: left;
  width: 230px;
  margin: 0 20px 0 0;
}
.page-title-line .filter-content form .filter_price_content .filter-title {
  margin: 0 0 4px 0;
}
.filter-button {
  border-radius: 5px;
}
#home {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
}
.bordered-right {
  padding-right: 40px;
}
.bordered-left {
  padding-left: 40px;
}
.nav-arrows span {
  z-index: 2;
}
.sl-slide-inner {
  background-position: 50% 50%;
}
.sl-slide-horizontal .sl-slide-inner {
  background-size: cover !important;
}
section {
  /* position: relative; */
}
.section-title .icon-box,
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
  margin: 0 0 10px 0;
}
.section-title .small-space {
  margin: 0 0 12px 0;
}
.section-gray {
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3) inset;
}
.section-gray .indicator .indicator-line {
  background-color: transparent;
}
.col-content {
  margin: 0 0 20px 0;
  padding: 10px 3px;
  font-size: 90%;
  text-align: center;
}
.call-to-action .action-title {
  margin: 16px 0;
  padding: 0;
}
.fading-title {
  overflow: hidden;
}
.fading-title .section-title {
  margin-top: 0;
  margin-bottom: 0;
  opacity: 1;
}
.noparallax{

 background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.parallax {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.filler {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}
hr.slim {
  margin: 0;
  padding: 0;
}
.img-responsive {
  display: inline-block;
}
.spinner {
  width: 100px;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 4px;
}
/* 03. Padding modifiers
   ---------------------------------------------------------------------------*/
.sep-top-xs {
  padding-top: 1.5em;
}
.sep-top-sm {
  padding-top: 2.2em;
}
.sep-top-md {
  padding-top: 3em;
}
.sep-top-lg {
  padding-top: 4.3em;
}
.sep-top-2x {
  padding-top: 2.5em;
}
.sep-top-3x {
padding-top: 4.4em;
}
.sep-top-4x {
  padding-top: 11.5em;
}
.sep-top-5x {
  padding-top: 16em;
}
.sep-bottom-xs {
  padding-bottom: 1.5em;
}
.sep-bottom-sm {
  padding-bottom: 2.2em;
}
.sep-bottom-md {
  padding-bottom: 3em;
}
.sep-bottom-lg {
  padding-bottom: 4.3em;
}
.sep-bottom-2x {
  padding-bottom: 6.5em;
}
.sep-bottom-3x {
  padding-bottom: 9.4em;
}
.sep-bottom-4x {
  padding-bottom: 11.5em;
}
.sep-bottom-5x {
  padding-bottom: 16em;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
/* 04. Tables
   ---------------------------------------------------------------------------*/
.table {
  margin: 0;
}
.table .evidence td {
  padding: 14px;
}
.table  > thead  > tr  > th,
.table  > tbody  > tr  > th,
.table  > tfoot  > tr  > th,
.table  > thead  > tr  > td,
.table  > tbody  > tr  > td,
.table  > tfoot  > tr  > td {
  vertical-align: middle;
}
.table-bordered  > thead  > tr  > th,
.table-bordered  > thead  > tr  > td {
  border-bottom-width: 1px;
}
.table-condensed  > thead  > tr  > th,
.table-condensed  > tbody  > tr  > th,
.table-condensed  > tfoot  > tr  > th,
.table-condensed  > thead  > tr  > td,
.table-condensed  > tbody  > tr  > td,
.table-condensed  > tfoot  > tr  > td {
  padding: 10px;
}
/* 05. Buttons
   ---------------------------------------------------------------------------*/
#filters .btn {
  border-color: transparent;
  box-shadow: none;
  background: none;
  font-weight: 600;
}
#filters .btn:focus {
  outline: none;
}
.button-group .btn {
  margin: 0 10px 0 0;
}
.btn {
 
}
.btn-lg {
  padding: 12px 48px;
}
.btn-sm {
  padding: 8px 25px;
}
.btn-xs {
  padding: 5px 20px;
  font-size: 0.9em;
}
.btn-link {
  border-color: transparent;
}
.btn-group > .btn.btn-bordered:first-child {
  border-right: 0;
}
.btn-group > .btn.btn-bordered:last-child {
  border-left: 0;
}
.content-custom-button {
  padding: 25px;
}
/* 06. UI Elements
   ---------------------------------------------------------------------------*/
/* 06.1 Bootstrap-Touchspin
   ---------------------------------------------------------------------------*/
.bootstrap-touchspin .btn {
  padding: 6px 10px;
  font-size: 20px;
}
.bootstrap-touchspin input.qty {
  height: 42px;
  width: 40px;
  text-align: center;
  box-shadow: none;
  border-width: 1px 0;
  padding: 0;
  font-size: 1.1em;
}
.bootstrap-touchspin .input-group-addon,
.bootstrap-touchspin .input-group-btn {
  width: auto;
}
/* 06.2 Progress Bar
   ---------------------------------------------------------------------------*/
.progress {
  height: 32px;
  box-shadow: none;
}
.progress .progress-bar {
  text-align: left;
  padding: 0 0 0 13px;
  line-height: 32px;
  box-shadow: none;
}
.progress.minimal {
  margin-bottom: 7px;
  background: none;
}
.indicator {
  position: relative;
  overflow: hidden;
  margin-top: 12px;
}
.indicator .indicator-line {
  display: block;
  height: 10px;
  background-size: 9.99% 10px;
  background-position: 0 0;
}
.indicator .middle {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
/* 06.3 EasyPieCharts
   ---------------------------------------------------------------------------*/
.chart {
  position: relative;
  margin-bottom: 20px;
}
.chart span {
  font-size: 5.9em;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -62px 0 0 0;
  font-weight: 300;
}
.chart b {
  font-weight: 300;
}
.chart em {
  font-size: 0.3em;
  font-style: normal;
  vertical-align: middle;
}
/* 06.4 Counter
   ---------------------------------------------------------------------------*/
.timer {
  font-size: 4.5em;
  font-weight: 600;
}
.timer-title {
  margin: 0;
}
/* 06.5 Accordion
   ---------------------------------------------------------------------------*/
.accordion-group .accordion-item {
  position: relative;
  padding: 20px 0 20px 40px;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.accordion-group .accordion-item .accordion-heading {
  font-size: 1.1em;
}
.accordion-group .accordion-item .accordion-icon {
  border-radius: 20px;
  float: left;
  line-height: 23px;
  margin-left: -35px;
  margin-top: -2px;
  padding-top: 2px;
  text-align: center;
  width: 25px;
}
.accordion-group .accordion-item .accordion-body {
  font-size: 13px;
}
.accordion-group .accordion-item .accordion-body p {
  margin-top: 10px;
}
/* 06.6 Panels
   ---------------------------------------------------------------------------*/
.panel-group .panel,
.panel {
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin: 0;
}
.panel-heading {
  padding: 18px;
  border-radius: 0;
  border: 0;
}
.panel-heading a:focus {
  outline: none;
}
.panel-heading a small {
  font-style: italic;
  text-transform: none;
  font-weight: 400;
  font-size: 80%;
  padding: 0 0 0 10px;
}
.panel-heading a i {
  padding: 0 0 0 10px;
}
.panel-naked {
  background: none;
}
.panel-naked .panel-heading {
  padding: 0;
}
.panel-naked .panel-body {
  padding: 30px 0 0 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border: 0;
}
.panel-body {
  padding: 30px;
}
/* 07. Main Navigation
   ---------------------------------------------------------------------------*/
.navbar-header {
  position: relative;
  z-index: 100;
}
.navbar {
  border: 0;
  margin: 0;
  transition: all .4s;
}
.navbar .navbar-brand > img {
  transition: all .4s;
  max-height: 41px;2
    padding-right: 00px;
}
.navbar .search_button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px 6px;
  z-index: 1;
}
.navbar .search_button:focus {
  outline: none;
}
.navbar .search_button:after {
  position: absolute;
  top: -60px;
  right: -60px;
  height: 100px;
  width: 100px;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}
.navbar .dropdown-submenu {
  position: relative;
}
.navbar .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: 0;
  border-radius: 0;
}
.navbar .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.navbar .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  margin-top: -4px;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
.navbar .dropdown-submenu.pull-left {
  float: none;
}
.navbar .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 0;
}
.navbar .dropdown-menu {
  min-width: 220px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  border-top: 6px solid transparent;
}
.navbar .dropdown-menu > li {
  padding: 0 15px;
}
.navbar .dropdown-menu > li > a {
  padding: 0 10px 0 0;
  font-size: 0.9em;
  line-height: 42px;
  text-transform: uppercase;
  position: relative;
}
.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus {
  background: transparent;
}
.navbar .dropdown-menu > li:last-of-type {
  border: 0;
}
.navbar .dropdown-menu.widget-box {
  padding: 20px;
  width: 280px;
}
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
  background: transparent;
}
.navbar-toggle {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 25px 20px 0;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .4s;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background: none;
}

.navbar-nav{
    float: right!important;
    /* padding: 0px 0px 15px 15px !important; */
    font-size: 18px;
    line-height: 20px;
    margin-left: 95px;
  }


.navbar-nav > li > a {
  line-height: 41px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600;
  padding: 12px 4px 15px 4px;
  border-top: 3px solid transparent;
  background: none;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  background: none;
}


.listing_agent_right img{
width: 100%;
float: right;


}

.zigzag img{
width: 100%;
float: right;


}
.agent_list_container:hover{
background-color: #98CB5A;
position: relative;
}



.zigzag_main {
background-color: #f0f8f7;
height: auto;
width: 100%;
position: absolute;

}



.no-padding{
padding-right: 3px!important;
padding-left: 3px!important;
padding-top: 5px!important;
}

.agentdetails_list_me p{
font-size: 14px;
padding-top: 10px;

}

.box{

border: 1px solid #938e8e;
padding: 5px;
margin-right: 2px;


}



.nav .open > a:hover,
.nav .open > a:focus,
.nav .open > a {
  background: none;
}
.nav .open .dropdown-toggle:hover,
.nav .open .dropdown-toggle:focus,
.nav .open .dropdown-toggle {
  background-color: transparent;
  opacity: 1;
}
.opaque .navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}
.opaque .navbar-brand {
/*   padding-top: 12px;
padding-bottom: 12px; */
}
.opaque .navbar-brand > img {
  height: 33px;
}
.opaque .navbar-toggle {
  margin-top: 20px;
}
.navbar-collapse.collapse {
  border: none;
  display: block;
  position: fixed;
  z-index: 50;
  left: -100%;
  top: 0;
  bottom: 0;
  padding-top: 55px;
  width: 100%;
  max-height: none;
  transition: left 0.5s ease;
}
.navbar-collapse.collapse.in {
  left: 15px;
}
.shopping_cart_dropdown {
  text-align: right;
}
.shopping_cart_dropdown .product_list_widget {
  padding: 0;
  margin: 0;
  list-style: none;
}
.shopping_cart_dropdown .product_list_widget li {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 0 13px 0;
  padding: 0 20px 13px 0;
  position: relative;
  line-height: 22px;
}
.shopping_cart_dropdown .product_list_widget li .delete {
  position: absolute;
  top: 0;
  right: 0;
}
.shopping_cart_dropdown .product_list_widget li a > img {
  display: block !important;
  float: left;
  max-width: 60px;
  padding: 0 17px 0 0;
}
.shopping_cart_dropdown .product_list_widget li .quantity {
  display: block;
  margin-top: 0;
}
.shopping_cart_dropdown .total {
  padding: 0 20px 0 0;
  display: block;
}
.shopping_cart_dropdown .total h6 {
  margin-bottom: 0;
}
.shopping_cart_dropdown .total span {
  font-size: 1.6em;
  line-height: 30px;
  font-weight: 600;
}
.shopping_cart_dropdown .action-button .btn {
  margin: 15px 0 0 8px;
}
/* 07.1 Standard Navigation
   ---------------------------------------------------------------------------*/
.navbar-standard {
  background: transparent;
  height:60px;
}
.dis{

/*   height:70px; */

}

.footer_logo{

margin-top: auto;
margin-bottom: auto;
display: block;

}


.navbar-standard .navbar-brand .logo-white {
  display: block;
}
.navbar-standard .navbar-brand .logo-dark {
  display: none;
}
.navbar-standard.opaque .navbar-brand .logo-white {
  display: none;
}
.navbar-standard.opaque .navbar-brand .logo-dark {
  display: block;
}
/* 07.2 Light Navigation
   ---------------------------------------------------------------------------*/
.navbar-light .navbar-brand .logo-white {
  display: none;
}
.navbar-light .navbar-brand .logo-dark {
  display: block;
}
/* 07.3 Dark Navigation
   ---------------------------------------------------------------------------*/
.navbar-dark .navbar-brand .logo-white {
  display: block;
}
.navbar-dark .navbar-brand .logo-dark {
  display: none;
}
/* 07.4 Semi-dark Navigation
   ---------------------------------------------------------------------------*/
.navbar-semidark .navbar-brand .logo-white {
  display: block;
}
.navbar-semidark .navbar-brand .logo-dark {
  display: none;
}
/* 07.5 Primary-color Navigation
   ---------------------------------------------------------------------------*/
.navbar-primary .navbar-brand .logo-white {
  display: block;
}
.navbar-primary .navbar-brand .logo-dark {
  display: none;
}
/* 08. Icon Boxes
   ---------------------------------------------------------------------------*/
.icon-box {
  overflow: hidden;
}
.icon-box h1,
.icon-box h2,
.icon-box h3,
.icon-box h4,
.icon-box h5,
.icon-box h6 {
  margin: 20px 0 15px 0;
}
.icon-box.icon-lg .icon-content {
  width: 110px;
  height: 110px;
  font-size: 4.5em;
}
.icon-box.icon-lg .icon-content .fa {
  line-height: 110px;
}
.icon-box.icon-md .icon-content {
  width: 95px;
  height: 95px;
  font-size: 4em;
}
.icon-box.icon-md .icon-content .fa {
  line-height: 95px;
}
.icon-box.icon-sm .icon-content {
  width: 75px;
  height: 75px;
  font-size: 3.2em;
}
.icon-box.icon-sm .icon-content .fa {
  line-height: 75px;
}
.icon-box.icon-xs .icon-content {
  width: 45px;
  height: 45px;
  font-size: 1.7em;
}
.icon-box.icon-xs .icon-content .fa {
  line-height: 45px;
}
.icon-box.fixed-section {
  position: absolute;
  top: -40px;
}
.icon-box .icon-content {
  display: block;
  float: left;
  text-align: center;
  max-width: 100%;
  vertical-align: middle;
}
.icon-box.icon-lg .icon-box-content {
  margin: 0 0 0 135px;
}
.icon-box.icon-md .icon-box-content {
  margin: 0 0 0 120px;
}
.icon-box.icon-sm .icon-box-content {
  margin: 0 0 0 100px;
}
.icon-box.icon-xs .icon-box-content {
  margin: 0 0 0 65px;
}
.icon-box.icon-xs .icon-box-content h1,
.icon-box.icon-xs .icon-box-content h2,
.icon-box.icon-xs .icon-box-content h3,
.icon-box.icon-xs .icon-box-content h4,
.icon-box.icon-xs .icon-box-content h5,
.icon-box.icon-xs .icon-box-content h6 {
  margin: 10px 0 15px 0;
}
.icon-box.icon-xs .icon-box-content .info-title {
  margin: 10px 0 2px 0;
}
.icon-box.icon-xs .icon-box-content p {
  margin: 0;
}
.icon-box.icon-horizontal {
  text-align: center;
}
.icon-box.icon-horizontal .icon-content {
  float: none;
  margin: auto;
  display: inline-block;
}
.icon-box.icon-horizontal .icon-box-content {
  margin: 0;
}
.icon-gradient:nth-child(2) h1,
.icon-gradient:nth-child(2) h2,
.icon-gradient:nth-child(2) h3,
.icon-gradient:nth-child(2) h4,
.icon-gradient:nth-child(2) h5,
.icon-gradient:nth-child(2) h6 {
  color: #98c7f1;
}
.icon-gradient:nth-child(2) .icon-content {
  background-color: #98c7f1;
}
.icon-gradient:nth-child(3) h1,
.icon-gradient:nth-child(3) h2,
.icon-gradient:nth-child(3) h3,
.icon-gradient:nth-child(3) h4,
.icon-gradient:nth-child(3) h5,
.icon-gradient:nth-child(3) h6 {
  color: #98a9f1;
}
.icon-gradient:nth-child(3) .icon-content {
  background-color: #98a9f1;
}
.icon-gradient:nth-child(4) h1,
.icon-gradient:nth-child(4) h2,
.icon-gradient:nth-child(4) h3,
.icon-gradient:nth-child(4) h4,
.icon-gradient:nth-child(4) h5,
.icon-gradient:nth-child(4) h6 {
  color: #a498f1;
}
.icon-gradient:nth-child(4) .icon-content {
  background-color: #a498f1;
}
.icon-gradient:nth-child(5) h1,
.icon-gradient:nth-child(5) h2,
.icon-gradient:nth-child(5) h3,
.icon-gradient:nth-child(5) h4,
.icon-gradient:nth-child(5) h5,
.icon-gradient:nth-child(5) h6 {
  color: #c298f1;
}
.icon-gradient:nth-child(5) .icon-content {
  background-color: #c298f1;
}
.icon-gradient:nth-child(6) h1,
.icon-gradient:nth-child(6) h2,
.icon-gradient:nth-child(6) h3,
.icon-gradient:nth-child(6) h4,
.icon-gradient:nth-child(6) h5,
.icon-gradient:nth-child(6) h6 {
  color: #df98f1;
}
.icon-gradient:nth-child(6) .icon-content {
  background-color: #df98f1;
}
.icon-gradient:nth-child(7) h1,
.icon-gradient:nth-child(7) h2,
.icon-gradient:nth-child(7) h3,
.icon-gradient:nth-child(7) h4,
.icon-gradient:nth-child(7) h5,
.icon-gradient:nth-child(7) h6 {
  color: #f198e5;
}
.icon-gradient:nth-child(7) .icon-content {
  background-color: #f198e5;
}
.icon-gradient:nth-child(8) h1,
.icon-gradient:nth-child(8) h2,
.icon-gradient:nth-child(8) h3,
.icon-gradient:nth-child(8) h4,
.icon-gradient:nth-child(8) h5,
.icon-gradient:nth-child(8) h6 {
  color: #f198c7;
}
.icon-gradient:nth-child(8) .icon-content {
  background-color: #f198c7;
}
.icon-gradient:nth-child(9) h1,
.icon-gradient:nth-child(9) h2,
.icon-gradient:nth-child(9) h3,
.icon-gradient:nth-child(9) h4,
.icon-gradient:nth-child(9) h5,
.icon-gradient:nth-child(9) h6 {
  color: #f198a9;
}
.icon-gradient:nth-child(9) .icon-content {
  background-color: #f198a9;
}
.icon-gradient:nth-child(10) h1,
.icon-gradient:nth-child(10) h2,
.icon-gradient:nth-child(10) h3,
.icon-gradient:nth-child(10) h4,
.icon-gradient:nth-child(10) h5,
.icon-gradient:nth-child(10) h6 {
  color: #f1a498;
}
.icon-gradient:nth-child(10) .icon-content {
  background-color: #f1a498;
}
/* 09. Blog
   ---------------------------------------------------------------------------*/
.blog-preview .info-text {
  width: 30%;
  font-size: 1em;
  line-height: 2em;
  margin-top: 25px;
}
.blog-preview .info-text small {
  display: block;
  font-size: 1em;
}
.blog-preview .post-info {
  margin-bottom: 20px;
  position: relative;
}
.blog-preview .post-info:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.blog-preview .post-info .user-thumb {
  padding: 3px;
  position: relative;
  z-index: 1;
}
.blog-preview .post-content {
  padding: 25px 25px 50px 25px;
}
article .post-title {
  margin: 0 0 10px 0;
}
article .post-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
article .post-info ul li {
  display: inline-block;
  padding: 0 20px 0 0;
}
.author-info {
  text-align: right;
}
.author-info .post-author-link {
  float: right;
}
.author-info .author-info-content {
  padding: 17px 90px 0 0;
}
.author-info .author-info-content .author-name {
  margin: 0;
  padding: 0;
  display: block;
}
.author-info.standard {
  text-align: left;
}
.author-info.standard .post-author-link {
  float: left;
}
.author-info.standard .post-author-link img {
  width: auto;
}
.author-info.standard .author-info-content {
  padding: 10px 0 0 65px;
}
.author-info.standard .author-info-content .author-name {
  margin: 0;
  padding: 0;
  display: block;
}
#comments .media-heading {
  margin: 10px 0 0 0;
}
#comments .media-body p {
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 0.90em;
}
.social-icon {
  padding-left: 0;
  margin: 0;
}
.social-icon .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.social-icon .dropdown-menu {
  margin: 7px 0 0 0;
}
.social-icon .dropdown-menu li {
  padding: 0;
  display: block;
}
.social-icon li {
  display: inline-block;
  padding: 0 20px 0 0;
}
.social-icon li:last-of-type {
  padding: 0;
}
.social-icon li .fa-lg {
  vertical-align: 0;
}
.social-icon li.maxi a {
  padding: 2px 6px;
  border-radius: 4px;
}
.social-icon a {
  display: inline-block;
}
.social-icon a small {
  font-size: 80%;
}
.social-icon a.pill {
  border-radius: 50%;
  text-align: center;
  padding: 15px;
  width: 50px;
}
.blog-article .social-icon li {
  padding: 0 0 0 20px;
  margin: 5px 0 0 0;
}
.info-card .info-card-details .info-card-detail .social a {
  border-radius: 40px;
  display: inline-block;
  margin: 0 5px;
  min-width: 40px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: center;
}
a.social-icon {
  box-shadow: 0px 0px 1px #333333;
  box-shadow: 0px 0px 1px rgba(51, 51, 51, 0.7);
}
/* 10. Portfolio
   ---------------------------------------------------------------------------*/
.device-content {
  margin-bottom: -120px;
}
.device-content .device-mockup .device .screen .owl-carousel .owl-controls {
  margin: 0;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
.device-content .device-mockup .device .screen .owl-carousel .owl-item .item img {
  width: 100%;
}
.owl-item .item .wrapper {
  padding: 20px;
}
.article-body-content {
  position: relative;
  padding: 15px;
}
.article-body-internal {
  padding: 15px 15px 0 0;
}
.article-body-internal .article-wrapper,
.article-body-internal .item-wrapper {
  padding-left: 15px;
  padding-bottom: 15px;
}
.portfolio {
  list-style: none;
  margin: 0;
  padding: 0;
}
.portfolio .item {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
}
.portfolio .item .item-wrapper {
  padding-left: 15px;
  padding-bottom: 15px;
  height: 100%;
}
.portfolio .item .article-body {
  margin: 0 0 20px;
  padding-bottom: 19px;
}
.portfolio .item .article-body .title-inner {
  margin: 0;
  padding: 0;
}
.portfolio .item .mask {
  position: absolute;
  overflow: hidden;
  display: block;
  top: 100%;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: top 0.6s ease-out 0.3s;
}
.portfolio .item .mask .mask-content {
  display: table;
  width: 100%;
  height: 100%;
}
.portfolio .item .mask .mask-content .mask-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-left: 15px;
  padding-right: 20px;
}
.portfolio .item .mask h4 {
  margin: 18px 0 8px 0;
  font-size: 1.5em;
}
.portfolio .item .mask .info {
  display: inline-block;
  margin: 0 10px;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.portfolio .item .mask .info .fa-border {
  border-color: inherit;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border-width: 2px;
  font-size: 1.5em;
  line-height: 30px;
}
.portfolio .item .mask a.info:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.portfolio .item .mask.mask-light {
  top: auto;
  bottom: -100%;
  text-shadow: none;
  box-shadow: none;
  height: auto;
  min-height: 50%;
  padding: 10px 0;
  font-size: 90%;
  transition: bottom 0.2s ease-out 0.3s;
}
.portfolio .item .mask-light h4 {
  font-size: 1.5em;
  margin: 10px 0;
}
.portfolio .item .mask-light .info .fa-border {
  background: transparent;
}
.portfolio > .item {
  width: 25%;
}
.portfolio > .item.width2x {
  width: 50%;
}
.portfolio .item:hover .mask {
  top: 0;
}
.portfolio .item:hover .mask-light {
  top: auto;
  bottom: 0;
}
.portfolio > .team-item {
  height: auto;
}
.portfolio > .team-item .item-wrapper {
  padding: 0 5% 40px;
  height: auto;
}
.portfolio > .current {
  z-index: 100;
}
.isotope:after {
  content: '';
  display: block;
  clear: both;
}
dl.metadata {
  margin: 1em 0;
}
dl.metadata dt {
  margin-top: 1.5em;
  font-size: 1.4em;
  font-weight: normal;
}
.portfolio-full .item-full {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.portfolio-full .item-full .item-content {
  padding-left: 60px;
  padding-right: 60px;
}
.closeProject {
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 1;
  display: none;
}
.closeProject a {
  display: block;
  background: none;
  border-radius: 50%;
  height: 45px;
  text-align: center;
  width: 45px;
}
.closeProject a i {
  display: inline-table;
  font-size: 110%;
  line-height: 45px;
  vertical-align: middle;
}
.ajax-section .loader {
  width: 100%;
  display: none;
  padding: 2.4em 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.ajax-section .loader.projectError {
  text-align: center;
  height: auto !important;
  background-position: top center;
}
.ajax-section .loader.projectError p {
  display: none;
  padding-top: 16px;
}
.ajax-section .ajax-content-outer {
  overflow: hidden;
}
.ajax-section .ajax-content-outer .project-navigation {
  display: none;
}
.ajax-section .ajax-content-outer .nextProject,
.ajax-section .ajax-content-outer .prevProject {
  position: absolute;
  top: 50%;
}
.ajax-section .ajax-content-outer .prevProject {
  left: 55px;
}
.ajax-section .ajax-content-outer .nextProject {
  right: 55px;
}
.ajax-section .ajax-content-inner {
  height: 0;
  opacity: 0;
}
.ajax-section .ajax-content-inner dl.metadata dt {
  font-size: 1.1em;
}
.ajax-section .status-message {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.ajax-section .status-message .alert {
  margin-top: 20px;
}
/* 11. Testimonials
   ---------------------------------------------------------------------------*/
.testimonials .user-thumb {
  margin: 0 10px;
  padding: 3px;
  position: relative;
  z-index: 1;
}
.testimonials blockquote {
  border: none;
  margin: 0;
  padding: 10px 30px;
  font-style: italic;
  quotes: "\201C" "\201D";
}
.testimonials blockquote p {
  display: inline;
}
.testimonials blockquote:before,
.testimonials blockquote:after {
  font-family: Georgia, serif;
  font-size: 4em;
  line-height: 0.1em;
}
.testimonials blockquote:before {
  margin-right: 0.25em;
  vertical-align: -0.4em;
  content: open-quote;
}
.testimonials blockquote:after {
  margin-left: 0.15em;
  vertical-align: -0.6em;
  content: close-quote;
}
.testimonials .post-info {
  white-space: nowrap;
  padding-bottom: 1px;
}
.testimonials .info-text {
  display: block;
  padding: 30px 0;
}
.testimonials .info-text small,
.testimonials .info-text .small {
  display: block;
  font-size: 75%;
}
.testimonials .info-text small:before,
.testimonials .info-text .small:before {
  content: "";
  display: block;
  height: 1px;
}
/* 12. Team
   ---------------------------------------------------------------------------*/
.team-photo {
  position: relative;
  display: block;
}
.team-photo .team-connection {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-out 0.3s;
}
.team-photo .team-connection .team-connection-list {
  width: 100%;
  height: 100%;
  display: table;
}
.team-photo .team-connection .team-connection-list ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
.team-photo .team-connection .team-connection-list ul li {
  display: inline-block;
  padding: 0 6px;
}
.team-photo:hover .team-connection {
  opacity: 1;
}
.team-name {
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
.team-name h5 {
  margin: 0;
}
.team-name span {
  font-size: 90%;
  display: block;
  margin: 5px 0 0 0;
}
/* 13. Pricing Table
   ---------------------------------------------------------------------------*/
.pricing-table-1,
.pricing-table-2,
.pricing-table-3,
.pricing-table-4,
.pricing-table-5 {
  margin: 0 0 30px 0;
}
.pricing-box {
  width: 100%;
  text-align: center;
  margin: 0;
  border: 0;
  padding: 0;
  position: relative;
}
.pricing-box ul {
  margin: 0;
  padding: 0;
}
.pricing-box ul li {
  list-style: none;
  margin: 0;
  padding: 13px 0;
}
.second_nav{

background-color:#8ebc30;  
}




.pricing-box .title-row h5 {
  margin: 0;
}
.pricing-box .price-row {
  font-weight: 200;
  padding: 20px 0;
}
.pricing-box .price-row .currency {
  vertical-align: top;
  font-size: 1.5em;
}
.pricing-box .price-row .price {
  font-size: 6.6em;
  font-weight: 300;
  line-height: 0.7em;
}
.pricing-box .price-row .price-cent {
  margin: 0 0 0 -4px;
  font-size: 1.5em;
}
.pricing-box .price-row .plane {
  display: block;
  font-size: 1.5em;
}
.pricing-box .btn {
  margin-top: 20px;
}
/* 14. Shop Section
   ---------------------------------------------------------------------------*/
.banner-shop a {
  display: block;
  overflow: hidden;
  position: relative;
}
.banner-shop a .banner-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner-shop a .banner-container .banner-content {
  width: 100%;
  height: 100%;
  display: table;
}
.banner-shop a .banner-container .banner-text {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
.banner-shop a .banner-container .banner-text .banner-title {
  margin: 0;
  padding: 15px 50px;
  display: inline-block;
}
.rating-input i,
.rate i {
  padding: 0 4px 0 0;
}
.rate i {
  cursor: pointer;
}
.price-shop {
  font-size: 2em;
  line-height: 1.3em;
}
.price-shop del {
  display: block;
  font-size: 1em;
}
.price-shop ins {
  font-size: 1.4em;
  text-decoration: none;
}
.bubble {
  position: relative;
}
.bubble:before {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  box-sizing: border-box;
  transition-duration: 0.3s;
}
.bubble:hover:before,
.bubble:focus:before,
.bubble:active:before {
  border-width: 10px;
}
.outline-inward {
  position: relative;
  overflow: visible !important;
}
.outline-inward:before {
  position: absolute;
  top: -25px;
  right: -25px;
  bottom: -25px;
  left: -25px;
  content: '';
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: all;
}
.outline-inward:hover:before,
.outline-inward:focus:before,
.outline-inward:active:before {
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  opacity: 1;
}
.outline-outward {
  position: relative;
  overflow: visible !important;
}
.outline-outward:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: '';
  transition-duration: 0.3s;
  transition-property: all;
}
.outline-outward:hover:before,
.outline-outward:focus:before,
.outline-outward:active:before {
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  opacity: 1;
}
.shop-intro-img {
  margin-bottom: -120px;
}
.product-image {
  position: relative;
  display: block;
}
.product-image .bullet {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  top: -18px;
  right: -18px;
  border-radius: 50%;
  font-size: 1em;
}
.product-image .bullet.out {
  font-size: 1em;
  line-height: 15px;
  padding-top: 18px;
}
.product-image:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.product-title {
  margin-top: 15px;
}
.product-title p {
  font-size: 1.1em;
  font-weight: 600;
  margin: 0;
}
.product-detail {
  margin-top: 18px;
}
.product-detail a {
  font-size: 0.9em;
}
.product-detail .price-shop {
  font-size: 0.9em;
  margin: 10px 0 0 0;
}
.product-detail .price-shop del {
  margin: 0 4px 0 0;
  display: inline-block;
}
.product-detail .price-shop.text-right del {
  margin: 0;
  display: block;
}
.shop-info-link {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.shop-info-link li {
  padding-left: 22px;
  padding-right: 22px;
  display: inline-block;
}
.filter-prod {
  overflow: hidden;
}
.shop-table .remove-button {
  margin: 0 15px 0 0;
}
.shop-table .img-prod img {
  margin: 0 5px 0 0;
}
.shop-table .name-prod {
  display: inline;
}
.coupon-code {
  margin: 0 20px 0 0;
  width: 250px;
}
.size-product {
  padding-left: 0;
  margin: 0 20px 15px 0;
  list-style: none;
  overflow: hidden;
  display: block;
}
.size-product li {
  float: left;
  margin: 0 6px 0 0;
}
.size-product li label span {
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  display: block;
  border-radius: 50%;
  font-size: 1.2em;
  font-weight: normal;
  margin: 0;
  cursor: pointer;
  transition: all .3s;
}
.size-product li label input {
  position: absolute;
  left: -9000px;
}
.color-product {
  max-width: 200px;
}
.product-thumbnails {
  margin: 20px 0 0 0;
  overflow: hidden;
}
.product-thumbnails a {
  margin: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  width: 70px;
}
#rate-product .rate {
  margin: 5px 0 10px 0;
}
#rate-product .media-heading {
  font-size: 1.2em;
}
.main-product-title small {
  display: block;
}
.product-category {
  list-style: none;
  padding-left: 0;
}
.product-category li {
  margin: 5px 0 0 0;
}
.product-category li h6 {
  display: inline;
  padding: 0 9px 0 0;
}
.category-banner {
  position: relative;
  display: block;
}
.category-banner .category-content {
  position: absolute;
  bottom: 65px;
  left: 0;
  right: 0;
  padding: 10px 20px;
}
.category-banner .category-content .category-title {
  margin: 0;
}
/* 15. Widgets
   ---------------------------------------------------------------------------*/
.widget-title {
  margin: 0;
}
.widget-title-bordered {
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
}
.widget {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: block;
  overflow: hidden;
}
.widget .btn {
  border-radius: 4px;
}
.widget.widget-media .media:last-of-type {
  margin: 0;
  padding: 0;
  border: 0;
}
.widget.widget-media .media .media-object {
  max-width: 72px;
}
.widget.widget-media.rounded .media-body {
  margin-top: 10px;
}
.widget.widget-project {
  margin: 0 -9px -9px 0;
}
.widget.widget-project li {
  width: 30%;
  float: left;
  margin: 0 9px 9px 0;
}
.widget .media-bordered {
  padding-bottom: 15px;
  margin: 0 0 15px 0;
}
.widget .media a {
  display: block;
  color: inherit;
}
.widget .media .product-detail {
  margin: 0;
}
.widget .media .product-detail .rate {
  margin: 8px 0 4px 0;
}
.widget .media .product-detail .rate .fa {
  padding: 0 3px 0 0;
}
.widget .cat-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget .cat-item a {
  display: block;
}
.widget .cat-item:last-of-type {
  padding: 0;
  margin: 0;
  border-bottom: 0;
}
.filter_price_content .slider.slider.slider-horizontal {
  width: 100%;
}
.filter_price_content .slider .slider-track .slider-handle {
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.filter_price_content .slider .slider-track .slider-selection {
  box-shadow: none;
}
/* 16. Twitter
   ---------------------------------------------------------------------------*/
.twitter-post .post p {
  margin: 30px 30px 0 30px;
  font-size: 2.4em;
}
/* 17. Forms
   ---------------------------------------------------------------------------*/
.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
}
.form-control.input-lg {
  resize: none;
  font-size: 0.9em;
}
.form-control.rounded {
  border-radius: 4px;
}
label {
  font-weight: normal;
}
label.error {
  font-size: 0.9em;
  margin: 5px 0 0 0;
}
.form-inline button {
  margin: 0 10px 0 0;
}
.newsletter-form {
  position: relative;
}
.newsletter-form input {
  border: 0;
  height: 72px;
  border-radius: 40px;
}
.newsletter-form input.input-lg {
  font-size: 1.4em;
}
.newsletter-form input:focus {
  box-shadow: none;
}
.newsletter-form button {
  position: absolute;
  right: 24px;
  top: 24px;
  border: 0;
  background: none;
}
.h_search_form {
  overflow: hidden;
  height: 0;
}
.h_search_form .h_search_form_wrapper {
  position: relative;
  padding: 10px 0;
}
.h_search_form .btn {
  background: transparent;
  border: none;
  padding-left: 12px;
  padding-right: 12px;
}
.h_search_form .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.h_search_form .h_search_close {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 54px;
  z-index: 2;
}
.theme-form-group {
padding: 0px;
border-radius: 30px;
line-height: 46px;
width: 170px;
}
.search_front{

margin-top: 10px;
  height: 10px;
  font-size: 15px;
}

.lg_me{


  font-size: 10px!important;
}


.theme-form-group .btn {
  padding-left: 12px;
  padding-right: 12px;
}
.theme-form-group .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.theme-form-group .form-control:first-child,
.theme-form-group .input-group-addon:first-child,
.theme-form-group .input-group-btn:first-child > .btn,
.theme-form-group .input-group-btn:first-child > .dropdown-toggle {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.theme-form-group .form-control:last-child,
.theme-form-group .input-group-addon:last-child,
.theme-form-group .input-group-btn:last-child > .btn,
.theme-form-group .input-group-btn:last-child > .dropdown-toggle {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
/* 18. Pagination
   ---------------------------------------------------------------------------*/
.pager {
  margin: 0;
}
.pager li {
  padding: 0 3px;
}
.pager li > a,
.pager li > span {
  padding: 0 10px;
  margin: 0;
  min-width: 36px;
  height: 36px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 1em;
  border-radius: 4px;
}
.pager.circle li > a,
.pager.circle li > span {
  padding: 0;
  width: 36px;
  border-radius: 50%;
}
.pager.custom li {
  display: inline-block;
  vertical-align: middle;
}
.pager.custom li > a,
.pager.custom li > span {
  padding: 0 45px;
  border: 0;
  background: none;
  height: auto;
  line-height: 1;
  width: auto;
  min-width: auto;
}
/* 19. Footer
   ---------------------------------------------------------------------------*/


#footer small {
  display: block;
  font-size: 90%;
}
#footer .logo {
  max-height: 41px;
}
#footer .widget-title {
  margin: 0;
}
#footer ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
#footer .widget-post li {
  position: relative;
  padding: 0 0 20px 50px;
}
#footer .widget-post li .date-post {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: block;
  padding: 7px;
  line-height: 13px;
}
#footer .widget-post li .date-post small {
  display: block;
  font-size: 70%;
}
#footer .widget-post li .title-post {
  display: block;
}
#footer .widget-address li {
  position: relative;
  padding: 0 0 15px 32px;
}
#footer .widget-address li i {
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  display: block;
  text-align: center;
}
#footer .widget-tag {
  margin: 0 -5px -5px 0;
}
#footer .widget-tag .btn {
  margin: 0 5px 5px 0;
  border-width: 1px;
}
#footer .widget_archive li {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
#footer .widget_archive li:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
#footer .flickr_container {
  margin: 0 -15px -15px 0;
}
#footer .flickr_container .flickr_badge_image {
  float: left;
  margin: 0 15px 15px 0;
}
#footer .flickr_container .flickr_badge_image a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#footer .form-control {
  font-size: 0.9em;
}
#footer .form-control:focus {
  box-shadow: none;
}
/* 20. Error Pages
   ---------------------------------------------------------------------------*/
.error-404:before,
.error-500:before {
  font-size: 650px;
  font-weight: bold;
  left: -150px;
  position: absolute;
  top: -300px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  z-index: 0;
}
.error-404:before {
  content: "404";
}
.error-500:before {
  content: "500";
}
/* 21. Floating elements
   ---------------------------------------------------------------------------*/
#back_to_top {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  right: 40px;
}
#back_to_top a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  outline: none;
  border-radius: 50%;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#back_to_top a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#load {
  background-color: #ffffff;
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 99999;
}
.browsehappy {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  padding: 30px;
  margin: 0;
  text-align: center;
}
.browsehappy a {
  text-decoration: underline;
}
.browsehappy a:hover {
  text-decoration: none;
}
 /* \\\   advertisment   \\\\\ */

 .advertisment_container{
background-color: #95bb2c;
    width: 100%;
    text-align: center;
    margin-top: -32px;
    padding: 0px 5px 35px 5px;
}
 
  .advertisment_container h3{
color:white;
text-transform: uppercase;
 }
/* \\\   premium content here  \\\\\ */

 .container_premium{

padding-top: 30px;



 }
 .container_premium img{
padding-bottom: 50px;
width: 100%;

}
.premium_property{
z-index: 9999;

background-color: #f8f8f8;

margin-top: -100px;
margin-right: 0px;
margin-left: 0px;


}


.strong_hr{

color: solid 2px;

}


.copy_container{

border-bottom:4px solid #6fc136;
}
.copy{
color:#000000  !important;
padding-bottom: 10px;
padding-top: 10px
}



.footer_link {
padding-top: 10px!important;
border-right: 2px solid black!important;
font-family: 'Open Sans', sans-serif !important;

}

.next_links{
padding-top: 45px;
}

.first_link a{
padding-left: 20px;

}



.footer_links a{
display: block;
color:#1da3e1!important;
    line-height: 24px!important;
font-size: 13px;

}
.footer_links a:hover{
display: block;
color: #6fc136!important;
text-decoration: underline;
 opacity: 0.8;
 filter: alpha(opacity=80);


}

.change_font_size_nav  a{

font-size: 15px!important;
display: none;
text-transform: none!important;
}


/* 
\\\\\\\\\\\\\\\\\\\\\\\\\social here \\\\\\\\\\\\\\\\\\\\\\\\\\ */

.social_content{

padding-top: 20px;
padding-bottom: 20px;

}
.social_content a{
text-align: center;
 opacity: 0.6;
 filter: alpha(opacity=80);

}

.social_content a:hover{

 opacity: 1;
 filter: alpha(opacity=80);
}

.social_content  p{
color: #000000;
font-size: 18px;
float: right;
padding-top: 10px;
font-style: bold;
font-weight: 600;
  font-family: 'Open Sans', sans-serif;


}
.Font_noir_heading{
font-weight: 900;
font-family: 'Roboto',Helvetica,Arial,sans-serif;
text-align: center;
    color: #565a5c!important;
}


/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\  map content her \\\\\\\\\\\\\\\\\\\\\\\\ */
.map{

background-image: no-repeat;
background-position: 0 0;
background-size: cover;

}


.map_heading{

  font-weight: 500;
  font-size: 3.3em;
  font-family: 'Roboto','Open sans',Arial,sans-serif;
  text-shadow: 2px 2px 2px rgba(48, 45, 45, 1);
}

.map_padding_top{
/* margin-top: 30px; */
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\  premium_property_container \\\\\\\\\\\\\\\\\\\\\\\\ */
 .premium_property_container 
 {

padding-top: 190px!important;
padding-bottom: 190px!important;

 }
 .premium_property_container h3{
margin-top: 150px;
  text-align: center;

 }


 .premium_property_show_container{

background-color: #f8f8f8!important;
padding-top: 50px;
padding-bottom: 0px;


 }

.form_pro{

    margin-top: 8px;

}

.leadv1_title{

font-size: 15px;
color: white!important;





}





.search_padd{
    padding: 0px 10px 50px 10px;
margin: auto;
display: block;
float:left;


}



 .property_premium_box{


  background-color: white!important;
  padding:10px;


 }

 .product-title p{

padding-top: 10px;
padding-bottom: 10px;
font-family: 'Roboto',Helvetica,Arial,sans-serif;
  color:#1cdbf4!important;
  text-transform: uppercase;
 }
 .black_color{

  color:#333333!important;
text-decoration: bold!important;
font-weight: 700!important;

padding-top: 20px!important;
 }

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\  Buy  \\\\\\\\\\\\\\\\\\\\\\\\ */


#buy_property_new{

padding-top: 100px;
background-color:#f2f2f2;
   
}

.county_select{
margin-top: 20px;
border: 1px solid white;
padding: 3px;
background: black;
color: white;
font-size: 15px;



}


.county_select select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}




#buy_property {
    padding-top: 100px;
    background-color: #fff;
    height: auto;
    padding-bottom: 100px;
}
 .buy_header_title{
font-style: bold;
font-weight: 800;
font-size: 2.8em;
font-family: 'Roboto',Helvetica,Arial,sans-serif;
color: white;
text-align: center;
text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
background-color: rgba(149, 187, 44, 0.8) ;
background-size: 20%;
padding: 10px 5px 10px 1px !important;

}

.detailed{
font-size: 0.9em;
margin-top: 25px;
margin-left: -15px;

}

.detailed_list{

color:#666565;
}

.detailed_list p{
color:black;
display: block;


}



.buy_header_title_image{

background-repeat: no-repeat;
background-position: 0 0!important;
background-size: cover;
width:100%!important;
height:auto!important;
}

.buy_property_heading h3{
font-family: 'Roboto',Helvetica,Arial,sans-serif;
color:#3c3e3e;
text-align: left;
font-size: 1.8em;
text-transform: uppercase;
font-weight: 800!important;
text-transform: bold;
margin-top: -10px;
}

.buy_property_heading p{


       color: #8ebc30;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 15px;
    /* display: flex; */
    text-align: left;
    vertical-align: middle;
    /* padding-top: 20px; */
    /* line-height: 90px; */
    font-weight: 600;

}



.buy_property_heading_results{

float: right;


}

.property_list_container{

border: 1px solid #ccc8c8;
padding: 4px 1px 4px 4px!important; 
background-color: white;
}
.property_list_container:hover{
   z-index: 999;
  position:relative;
-o-transition:.9s ease-out;
  -ms-transition:.9s ease-out;
  -moz-transition:.9s ease-out;
  -webkit-transition:.9s ease-out;
 

cursor: pointer!important;
background-color: #1cdbf4!important;
}



.property_list_container_main{

  padding-top: 20px;

}

.property_icon{
position:absolute;
z-index: 99;
width: 46px;
    height: 44px;
    background: url(img/building_icon.png) 0 0;
opacity: 0.9;


}

.home_icon{
position:absolute;
z-index: 99;
width: 46px;
    height: 44px;
    background: url(img/home_icon.png) 0 0;



}



.filter_me a{

color: black;
font-weight:600;
text-decoration: none;

}
.side_property_container{

 border-bottom:0px;
border-top: 0px;
border-left: solid 3px #95bb2c!important;
border-radius: 0px; 
padding-left: 10px;

}




.filter_me a:hover{

 border-bottom:solid 2px #95bb2c!important;
border-top: 0px;
border-left: 0px;
border-radius: 0px; 


}

.black{

color: #000000;
padding-top: 5px;
font-size: 0.9em;
font-weight: 600;
display: block;
}

.black_pure{

color: #000000;
padding-top: 5px;
font-size: 0.9em;
font-weight: 600;

}



.amentities{
 line-height: 20px;
 padding-top: 5px;
}



.property_icon:hover
{

opacity: 1;
}



.property_details{

/* background-color: #eff7f9; */
padding: 10px;
width: 99%;
text-align: center;
}




.agent_list_space{

/* 
padding-left: 50px;
padding-right: 50px;
 */

}

.name_of_agent{


color: #211F1F;
font-size: 1em;
font-weight: 600;

}



.name_of_place{
font-size: 14px;
font-weight: 700;
display: block;
padding-bottom:10px;  
 color: #414A52;
padding-top:0px;  

}


.button_green a{
text-decoration: none;
    padding: 0.1em 1em;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 60px;
    color: #fff;
    background: #8ebc30;
    font: 500 1em 'Open Sans','FuturaStd-Book',Sans-serif;
    z-index: 3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: color 0.5s ease-out 0s;
    -moz-transition: color 0.5s ease-out 0s;
    -webkit-transition: color 0.5s ease-out 0s;
    -ms-transition: color 0.5s ease-out 0s;
    -o-transition: color 0.5s ease-out 0s;
    letter-spacing: 0;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3),inset 0 2px 1px rgba(255,255,255,0.3);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.3),inset 0 2px 1px rgba(255,255,255,0.3);
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3),inset 0 2px 1px rgba(255,255,255,0.3);
}



.button_green a:hover{

  color: #608611;
}



/* cursor: pointer;
border-radius: 1px;
color: white!important;
background-color: #95bb2c;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
 */

}







.sub{
font-weight: 400;
font-size:11px;
color:#414A52!important;
display: block;


}

.price{

color: #000;
font-size: 1.5em;
font-family: "Roboto",Helvetica,Arial,sans-serif;
font-weight: 800;


padding-left: 3px;

}

.sqft_price{

    color: #000;
    font-size: 14px;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-weight: 300;
    padding-left: 3px;
    display: block;
}





.icon_set_container{
  z-index: 999;
  position:relative;
background-color: #1cdbf4;
padding:6px;
margin-top: -42px;
float: right;
margin-left: 20px;
margin-right: -10px;


}
.ico_bed{

background: url(img/ico_bed.png)0 0;
width: 73px;
    height: 27px;
background-repeat: no-repeat;

padding-right: 80px;
padding-bottom: 30px;
padding-top: 5px;


}

.shower{

background: url(img/shower.png)0 0;
width: 55px;
    height: 27px;
background-repeat: no-repeat;

padding-right: 80px;
padding-bottom: 30px;
padding-top: 5px;


}.car{

background: url(img/car.png)0 0;
width: 55px;
    height: 27px;
background-repeat: no-repeat;

padding-right: 80px;
padding-bottom: 30px;
padding-top: 5px;


}
.clear{
padding-top: 20px;
padding-bottom: 20px;

}


.spaceing{

    padding-top: 15px;


}



.spaceing_sm{

padding-top: 10px;

}


.space{


padding-top: 20px;

}

.spacing_big{

padding-top: 200px;

}


.left{

text-align:left!important;
}


/* /////form///////// */
.form_contianer{
background-color: #f1f0f0;
border: 1px solid #dfdfdf;
padding-bottom: 50px;
padding-top: 20px;
padding-right:20px;
padding-left: 20px;


}


.form_contianer input{
margin-top: 8px;
border-radius: 2px;

}

.map_icon{
background:url(img/map_icon.png)0 0;
width: 23px;
height: 10px;
background-repeat: no-repeat;
padding-right: 30px;
padding-bottom: 30px;
padding-top: 10px;


}


.panel_filter{

    background-color: #f2f2f2;
    vertical-align: center;
    margin-top: 20px;
    padding: 10px;
    padding-left: 20px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #DFDFDF;
    /* border-radius: 3px; */
    background-color: #F2F2F2;
}




.slider_frm{

  position: absolute;
  z-index: 9999;
top: 400px;
}



 .detailed_appartment{

padding-top: 0px !important;
padding-bottom: 10px !important;
}

.property_list_one {


background-color: white;

  border: 1px solid #dfdfdf;
 
padding: 5px 5px  10px 5px;
     margin-top: 20px;
  
}


.property_list_one_content {

padding-top: 2px;
margin-left: -10px;

}

.property_list_one_content img {

border: 1px solid #8f8b8b;

}

.table_cotainer{

color: #8f8b8b!important;


}

.adjustme{
padding-top: 20px;
/*width: 24%; */
margin-top: 20px;

}

.agent_listing_container{

background-color: #ffffff;
border:  1px solid  #dfdfdf;
padding:5px 5px 5px 5px  ;
color: white;

}
.agent_listing_container img{

}




.agent_list_heading{
color:#000000;
font-size: 1.2em;
margin-top: 0px;
float: right;
padding-top: 10px;
padding-right: 25px;
}

.subheading{
font-size: 1em;
color: #797e83;
margin-top: -90px!important;
}

.com_details{
font-size: 0.9em;

font-weight: 500;
line-height: 15px;
display: block;
  -webkit-margin-before: 2em;
  -webkit-margin-after: 2em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
text-align: justify;


}
.list_company img{

height:80px;
margin-top: -50px;



}


/* agent page  */
.agent_container{
margin-top: 20px;
background-color: #fff;
border: 1px solid #dfdfdf;
}

.agent_list_container{

 padding: 5px 5px 5px 5px ;



background-color: #FFF;
}



.agent_pro{ 


font-size: 1.2em;

}


.inactive{
font-size: 0.8em!important;
font-family: 'open Sans';
color:#797e83
!important;


}
.mail{
  
background : url(img/mail.png)0 0;
background-repeat: no-repeat;
width:33px;
height: 31px;
color: black;
padding-right:40px;
padding-bottom: 30px;
padding-top: 5px;


}




.agent_list_mail{
color: #000000;
  padding-top: 2px;
  padding-bottom: 2px;
border-top: 1px solid white;
border-bottom: 1px solid white;
padding-top: 8px;
padding-bottom: 10px;
}

.agent_list_call{
color: #000000;
  padding-top: 2px;
  padding-bottom: 2px;
border-top: 1px solid white;
border-bottom: 1px solid white;
padding-top: 8px;
padding-bottom: 10px;
}
.call{
  
background : url(img/call.png)0 0;
background-repeat: no-repeat;
width:33px;
height: 31px;
color: black;
padding-right:40px;
padding-bottom: 30px;
padding-top: 5px;


}


.agent_list_details{
  text-align: center;
font-size: 0.9em;
color:#8f8b8b!important;

}


.side_propertylist_alter{



padding-left: 0px!important;
padding-right: 0px!important;

}


.side_propertylist_alter img{

width: 120px;
height: 98px;

  padding-right: 0px!important;
  padding-left: 0px!important;



}
.side_property_me{
  cursor: pointer;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
background-color: #ffffff;
border: 1px solid #ffffff;
height:120px;


}
.side_property_me:hover{

background-color: #f0f0f0;
border: 1px solid #dfdfdf;


}



.padding{

padding-left: 0px!important;
padding-right: 0px!important;

}


.side_propertylist_alter_heading{
font-weight: 600;
color: #000000;
}


.side_propertylist_alter_subheading{
font-size: 0.8em;
color: #7F7F7F;

}




.rupee{


font-size: 1em;
font-style: bold;


}


.side_property_list{

border: 1px solid #dfdfdf!important;



}
.side_property_list{
  cursor: pointer;
 margin-top: 10px;
  padding:5px;

  background-color:white;
border: 1px solid white;
}


.side_property_list:hover{

  margin-top: 10px;
  padding:5px;
background-color: #f0f0f0;
border: 1px solid #dfdfdf;

}

.adjust_side{


  margin-left: -13px;
}

.footer{
   
        height: 50px;
        left: 0;
        position: absolute; 
        right: 0;


}



.details{
background : url(img/list.png)0 0;
background-repeat: no-repeat;
width:33px;
height: 31px;
color: black;
padding-right:40px;
padding-bottom: 30px;
padding-top: 5px;






}


.map_icon{
background : url(img/map.png)0 0;
background-repeat: no-repeat;
width:33px;
height: 31px;
color: black;
padding-right:40px;
padding-bottom: 30px;
padding-top: 5px;

margin-left: -10px;




}

.property_list_heading{
color:#000000;
font-size: 1.1em;
margin-top: 0px;
float:right;
color:#000000 !important;
padding-top: 10px;
padding-right: 25px;margin-right: 90px!important;

}
.property_list_heading_sub{
color:#000000;
font-size: .8em;
margin-top: 0px;
float:right;
opacity: 0.8;
margin-top: -60px;
padding-right: 25px;margin-right: 70px!important;

}


.pad{


  margin-top: 20px!important
}

.padme{

/* padding-top:1100px!important; */

}
.table_cotainer{
margin-top: 100px;
font-size: 0.9em!important;
margin-top: 0px;
}

.not-active {
   pointer-events: none;
   cursor: default;
}

.rupee{
    font-family: 'rupee_foradianregular';


}



.wizard_link  ul{
list-style: outside none none;
}

.wizard_link {


  background-color: red;
}

.wizard_link a{

display: inline-block;
border-bottom: 1px solid #9A9A9A;
font-size: 1.2em;

text-transform: none;
list-style-type: none;
padding-top: 50px;
background-color: #F7F7F7;
}


.tab_me{
  width: 50%;

}

.wizard_link a:hover{

}


/* login */

.login{


/*   background-image: url("../images/bg12.jpg"); */
  background-color:#95BC3D ;


 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

/* background-color:#95bb2c ; */ /* greee */
padding: 80px;





}
.login_container {
    background-color: #FFF;
    padding: 20px;
    margin-top: 9px;
    width: 80%;
    height: auto;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}



.login_container_sm{
    background-color: #FFF;
    padding: 20px;
    margin-top: 0px!important;
    width: 80%;
    height: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
}




.submission_container{
  background-color: rgba(255,255,255,1);
  padding: 20px;
  padding-top: 30px!important;
  width: 100%!important;
  height: 100%;
  border: 1px solid #dfdfdf;

}





.submission_heading{

color: #5F5F5D;
font-size: 1em;
font-weight: 500;
padding-left: 20px;

}



.login_heading{
color: #484848;
font-size: 1.5em;
font-weight: 500;
padding-left: 20px;
}

.signup-or-separator {
    background: none;
    height: 34px;
    position: relative;
    text-align: center;
}
.signup-or-separator--text {
    background-color: #fff;
    display: inline-block;
    padding: 8px;
}





.signup-login-form__btn-font-normal {
    font-weight: normal;

}
.signup-login-form__btn-rausch-border, .signup-login-form__btn-rausch-border:hover {
    border: 1px solid #95bb2c;
    color: #95bb2c;
}
.signup-login-form__btn-rausch-border, .signup-login-form__btn-rausch-border:hover {
    border: 1px solid #95bb2c;
    color: #95bb2c;
    padding: 7px;
    border-radius: 4px;
    margin-top: -8px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

.signup-login-form__switch-button {
    float: right;
}



.login_sub_heading {
color: #c2c5c9;
float: right;
padding-top: 10px;
font-weight: 600;
padding-right: 20px;
}


.login_sub_heading_two{
color: #6A6C6E;
padding-top: 30px;
font-weight: 600;

font-size: .9em;
}


.listing_heading{
color: #5F5F5D;
font-size: 1.5em;
font-weight: 700;
padding-left: 20px;
}

.sub_listing_heading{
color: #5F5F5D;
font-size: 1em;
font-weight: 600;

}
.listing_control {
  height: 50px;
  width: 100%;

}







 .or  hr{
width:20%;

} 

.or{
display: block;


}

.login_media{


padding-top: 20px;



}


.fb_login12{
    background-color: #385aa5;
    border-radius: 2px;
    color: white;
    border: 0;
    padding: 10px 50px 10px 50px;
    font-weight: 400;
    display: inline-block;
      font-size: 18px;
      width: 96%;
}


.g_login12{
 
background-color: #dd422d;
border-radius: 2px;
color:white;
border:0;
padding: 10px 50px 10px 50px;
font-weight: 400;
display: inline-block;
    font-size: 18px;
    width: 96%;
margin-top: 10px;

}


.fb_login {
    background-color: #385aa5;
    border-radius: 2px;
    color: white;
    border: 0;
    padding: 10px 65px 10px 65px;
    font-weight: 600;
    display: inline-block;
    font-size: 0.9em;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fb_login:hover{


    -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}


.green{

  color:#95bb2c!important;
}



.g_login{
  margin-left: 27px;
background-color: #dd422d;
border-radius: 2px;
color:white;
border:0;

padding: 10px 65px 10px 65px ;
font-weight:600;
display: inline-block;
font-size: 0.9em;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

}

.g_login:hover{


    -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}



.fb_ico{
z-index: 99;
position: relative;
 width:20px;
height: 24px;
background: url(img/fb.png) 0 0;
padding: 10px;
padding-top: -80px;
margin-left: -30px;

background-repeat: no-repeat;


}




.submit_login{
    background-color: #95bb2c;
    border-radius: 2px;
    color: white;
    font-weight: 600;
    border: 0;
    padding: 10px 130px 10px 130px;
    font-weight: 500;
    display: inline-block;
    font-size: 20px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    width: 100%;
}

.submit_login:hover{


background-color: #79a61e;



}

.login_form{
display: block;


}



.login_form input[type="text"]{


}
.name{
 padding-bottom: 20px;
  padding-top: 20px;

}


.flag_me {
background: transparent;
border: none;
color: white;
white-space:pre;
margin-left: 20px;
margin-top: 20px;

}

.flag_me option{
 color: #95bb2c;
}


/*   // gallery// */
  .section_add{

margin-top: 180px;

  }

  .flag_aus{
background-image: url('img/flag1.png');
height:11px;
padding-left: 5px;
margin-top: -2px;
padding-bottom: 5px;
background-repeat:no-repeat;
background-position:bottom left;
padding-left:30px;

}
 
.figcaption{

color: #ffffff!important;
}
.figcaption span{

 font-size: 0.8em;


}


.figcaption_pad{

padding-left:0px!important; 
padding-right:0px!important;



}


.figcaption_pad img{

margin-right: 10px;
padding-top: 40px;

}
.figcaption h5{
margin-top: -10px;
color: #ffffff!important;
font-size: 1.2em!important
;
}

.portfolio{
font-family: 'Lato', sans-serif!important;


}

.pro_des{
font-family: 'Lato', sans-serif!important;

color: #696666;
font-size: .9em;
text-align: justify;
    padding-top: 20px;


}




#map-canvas {
  width: 700px;
  height: 400px;
}









/* ------------------------------------------------------------------------------------ */



/*           Animations              */
.form-control, .input-group-addon{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}


.form-control_me::-webkit-input-placeholder {


color: #fff!important;
    font-size: 17px;
    font-weight: 400 !important;


}

.white{
color: white;

}


.btn_custom{

margin-left:1px!important;

}


.white{

color: white;

}

   
.form-control_me{
width: 704px;
    margin-left: 1px;
    margin-right: 1px;
    border-color: white;
    background-color: #95BB2C;
    padding-top: 10.5px;
    padding-bottom: 13px;
    color: white;
    padding-left: 49px;
    margin-top: 2px;
    font-size: 15px;
    font-family: 'Open Sans',Arial,sans-serif;
}


.lead_head{
font-weight: 300!important;


}

.btn_custom {

        font-family: 'Open Sans',Arial,sans-serif;
    color: #95BB2C!important;
    font-size: 17px;
    font-weight: 400 !important;
    background-color: white!important;
    opacity: 1!important;
    border-radius: 0px!important;


}

.textarea_mine{

    margin-top: 57px!important;

}


.no_padding{

padding: 0px!important;
padding-right: 0px !important;
padding-left: 0px !important;
  


}


.md_padding{

padding: 0px!important;
padding-right: 0px !important;
padding-left: 8px !important;
 padding-bottom: 7px!important;


}




#location{
    background-image: url(../img/location.png);
    background-repeat: no-repeat;

    background-position: 12px;
}

.search_icon{
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
   
    width: 32px;
    height: 33px;
   
}


.btn_me{

       padding: 7px 19px!important;
    border: 0px;
      margin-top: 3px;
}



.btn{
      /* border-width: 2px; */
    background-color: rgba(200, 65, 65, 0);
    font-weight: 400;
    opacity: 0.8;
       padding: 11px 30px;
}
.btn-round{
    border-width: 1px;
    border-radius: 30px !important;
    opacity: 0.79;
    padding: 9px 18px;
}
.btn-sm, .btn-xs {
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 10px;
}
.btn-xs {
    padding: 1px 5px;
}
.btn-lg{
   border-radius: 6px;
   font-size: 18px;
   font-weight: 400;
   padding: 14px 30px;
}
.btn-wd {
    min-width: 100px;
}
.btn-default{
    color: #777777;
   
}
.btn-primary {
    color: #3472F7;
    border-color: #3472F7;
}
.btn-info{
     color: #2CA8FF;
    border-color: #2CA8FF;
}
.btn-success{
    color: #05AE0E;
    border-color: #05AE0E;
}
.btn-warning{
    color: #FF9500;
    border-color: #FF9500;
}
.btn-danger{
    color: #FF3B30;
    border-color: #FF3B30;
}
.btn:hover{
    background-color: rgba(0,0,0,.0);
    opacity: 1;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #1D62F0;
    border-color: #1D62F0;
    background-color: rgba(0,0,0,.0);
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #109CFF;
    border-color: #109CFF;
    background-color: rgba(0,0,0,.0);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #049F0C;
    border-color: #049F0C;
    background-color: rgba(0,0,0,.0);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    color: #ED8D00;
    border-color: #ED8D00;
    background-color: rgba(0,0,0,.0);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    color: #EE2D20;
    border-color: #EE2D20;
    background-color: rgba(0,0,0,.0);
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #666666;
    border-color: #888888;
    background-color: rgba(0,0,0,.0);
}
.btn:active, .btn.active {
    background-image: none;
    box-shadow: none;
    
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.45;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #3472F7;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #2CA8FF;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #05AE0E;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #FF3B30;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #FF9500;
}


.label_pro{

padding-bottom: 10px;

}


.list_scramp li{

    font-size: 16px!important;
    line-height: 2.428571!important;
}

.custom_button{
    font-size: 16px!important;
    font-family: 'Open Sans',Arial,sans-serif;
    /* background-color: #ffffff; */
    border: 1px solid #ffffff;
    padding: 11px;
    color: #ffffff!important;
    margin-top: 18px;
    border-radius: 0px;
    /* border: 5px; */
}

.custom_button:hover{
    font-size: 16px!important;
    font-family: 'Open Sans',Arial,sans-serif;
   background-color: #ffffff; 
    border: 1px solid #ffffff;
    padding: 11px;
    color:#95BB2C!important;
    margin-top: 18px;
    border-radius: 0px;
    /* border: 5px; */
}




/*           Buttons fill .btn-fill           */
.btn-fill{
    color: #FFFFFF;
    opacity: 1;
}
.btn-fill:hover, .btn-fill:active, .btn-fill:focus{
    color: #FFFFFF;
}
.btn-default.btn-fill{
    background-color: #999999;
    border-color: #999999;
     padding: 11px;
}
.btn-primary.btn-fill{
    background-color: #3472F7;
    border-color: #3472F7;
}
.btn-info.btn-fill{
    background-color: #2CA8FF;
    border-color: #2CA8FF;
}
.btn-success.btn-fill{
    background-color: #05AE0E;
    border-color: #05AE0E;
}
.btn-warning.btn-fill{
   background-color: #95bb2c;
    border-color: #95bb2c;
    padding: 11px;
}
.btn-danger.btn-fill{
    background-color: #FF3B30;
    border-color: #FF3B30;

}
.btn-default.btn-fill:hover, .btn-default.btn-fill:focus, .btn-default.btn-fill:active, .btn-default.btn-fill.active, .open .dropdown-toggle.btn-fill.btn-default {
   background-color: #95bb2c;
    border-color: #95bb2c;
    padding: 11px;
}
.btn-primary.btn-fill:hover, .btn-primary.btn-fill:focus, .btn-primary.btn-fill:active, .btn-primary.btn-fill.active, .open .dropdown-toggle.btn-primary.btn-fill{
    border-color: #95bb2c;
    background-color: #95bb2c;
}
.btn-info.btn-fill:hover, .btn-info.btn-fill:focus, .btn-info.btn-fill:active, .btn-info.btn-fill.active, .open .dropdown-toggle.btn-info.btn-fill {
    background-color: #95bb2c;
    border-color: #95bb2c;
}
.btn-success.btn-fill:hover, .btn-success.btn-fill:focus, .btn-success.btn-fill:active, .btn-success.btn-fill.active, .open .dropdown-toggle.btn-fill.btn-success {
    background-color: #95bb2c;
    border-color: #95bb2c;
}
.btn-warning.btn-fill:hover, .btn-warning.btn-fill:focus, .btn-warning.btn-fill:active, .btn-warning.btn-fill.active, .open .dropdown-toggle.btn-fill.btn-warning {
    background-color: #95bb2c;
    border-color: #95bb2c;
}
.btn-danger.btn-fill:hover, .btn-danger.btn-fill:focus, .btn-danger.btn-fill:active, .btn-danger.btn-fill.active, .open .dropdown-toggle.btn-danger.btn-fill {
    background-color: #95bb2c;
    border-color: #95bb2c;
}

/*          End Buttons fill          */

.btn-simple{
    font-weight: 600;
    border: 0;
    padding: 10px 18px;
}
.btn-simple.btn-xs{
    padding: 3px 5px;
}
.btn-simple.btn-sm{
    padding: 7px 10px;
}
.btn-simple.btn-lg{
   padding: 16px 60px;
}
.btn-round.btn-xs{
    padding: 2px 5px;
}
.btn-round.btn-sm{
    padding: 6px 10px;
}
.btn-round.btn-lg{
    padding: 15px 30px;
}

.crt_b{

  margin-top: 20px;
}

.or_divider{


    background: none;

    position: relative;
    text-align: center;



}


.or_text_here{
  background-color: #ffffff;

    color: #484848;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
   
   display: inline-block;
    padding: 8px;
    margin-top: 10px;
}

/*             Inputs               */
.form-control {
      font-weight: 600;
    font-size: 16px;
    border-radius: 2px;
    border: 1px solid #aaa !important;
    background-color: #fff;
    color: #484848;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: none;
    color: #444444;
    height: 38px;
    padding: 6px 16px;
  }


.ico_f{
background-image: url(../img/f.svg);
    background-repeat: no-repeat;
    width: 24.75px;
    height: 23.625px;
    padding-right: 25px;
    float: left;

}

.ico_g{

background-image: url(../img/g.svg);
    background-repeat: no-repeat;
    width: 24.75px;
    height: 23.625px;
    padding-right: 25px;
    float: left;
}


.crt_new{
height: 51px;

}

.acc_up {
margin-top: 20px!important;
}


  


.form-control:focus {
    background-color: #FFFFFF;
    border: 1px solid #9A9A9A;
    box-shadow: none;
    outline: 0 none;
}
.form-control + .form-control-feedback{
    border-radius: 6px;
    font-size: 14px;
    padding: 0 12px 0 0;
    position: absolute;
    right: 25px;
    top: 13px;
    vertical-align: middle;
}
.input-lg{
      height: 47px;
    padding: 10px 16px;
}
.has-success .form-control, .has-error .form-control, .has-success .form-control:focus, .has-error .form-control:focus{
    border-color: #E3E3E3;
    box-shadow: none;
}
.has-success .form-control, .has-success .form-control-feedback{
    color: #05AE0E;
}
.has-error .form-control, .has-error .form-control-feedback{
    color: #FF3B30;
}
.has-success .form-control:focus{
    border-color: #05AE0E;
}
.has-error .form-control:focus{
    border-color: #FF3B30; 
}
.input-group-addon {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
}

.form-control:focus + .input-group-addon, .form-control:focus ~ .input-group-addon{
    background-color: #FFFFFF;
    border-color: #9A9A9A;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-right: 0 none;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
    border-left: 0 none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #EEEEEE;
    color: #999999;
    cursor: not-allowed;
}

/*           Labels & Progress-bar              */
.label{
    padding: 0.2em 0.6em 0.2em;
    border: 1px solid #999999;
    border-radius: 3px;
    color: #999999;
    background-color: #FFFFFF;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
}
.label-primary{
    border-color: #3472F7;
    color: #3472F7;
}
.label-info{
    border-color: #2CA8FF;
    color: #2CA8FF;
}
.label-success{
    border-color: #05AE0E;
    color: #05AE0E;
}
.label-warning{
    border-color: #FF9500;
    color: #FF9500;
}
.label-danger{
    border-color: #FF3B30;
    color: #FF3B30;
}
.label.label-fill{
    color: #FFFFFF;
}
.label-primary.label-fill, .progress-bar, .progress-bar-primary{
   background-color: #3472F7;
}
.label-info.label-fill, .progress-bar-info{
    background-color: #2CA8FF;
}
.label-success.label-fill, .progress-bar-success{
   background-color: #05AE0E;
}
.label-warning.label-fill, .progress-bar-warning{
   background-color: #FF9500;
}
.label-danger.label-fill, .progress-bar-danger{
   background-color: #FF3B30;
}
.label-default.label-fill{
   background-color: #999999;
}

.progress {
    background-color: #E5E5E5;
    border-radius: 3px;
    box-shadow: none;
    height: 4px;
}
.progress-thin{
    height: 2px;
}

/*            Navigation menu                */
.nav-pills > li + li {
    margin-left: 0;
}
.nav-pills > li > a {
    border: 1px solid #2CA8FF;
    border-radius: 0;
    color: #2CA8FF;
    margin-left: -1px;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #F5F5F5;
}
.nav-pills.ct-blue > li.active > a, .nav-pills.ct-blue > li.active > a:hover, .nav-pills.ct-blue > li.active > a:focus, .pagination.ct-blue > .active > a, .pagination.ct-blue > .active > span, .pagination.ct-blue > .active > a:hover, .pagination.ct-blue > .active > span:hover, .pagination.ct-blue > .active > a:focus, .pagination.ct-blue > .active > span:focus{
   background-color: #3472F7;
}
.nav-pills.ct-azure > li.active > a, .nav-pills.ct-azure > li.active > a:hover, .nav-pills.ct-azure > li.active > a:focus, .pagination.ct-azure > .active > a, .pagination.ct-azure > .active > span, .pagination.ct-azure > .active > a:hover, .pagination.ct-azure > .active > span:hover, .pagination.ct-azure > .active > a:focus, .pagination.ct-azure > .active > span:focus{
    background-color: #2CA8FF;
}
.nav-pills.ct-green > li.active > a, .nav-pills.ct-green > li.active > a:hover, .nav-pills.ct-green > li.active > a:focus, .pagination.ct-green > .active > a, .pagination.ct-green > .active > span, .pagination.ct-green > .active > a:hover, .pagination.ct-green > .active > span:hover, .pagination.ct-green > .active > a:focus, .pagination.ct-green > .active > span:focus{
   background-color: #05AE0E;
}
.nav-pills.ct-orange > li.active > a, .nav-pills.ct-orange > li.active > a:hover, .nav-pills.ct-orange > li.active > a:focus, .pagination.ct-orange > .active > a, .pagination.ct-orange > .active > span, .pagination.ct-orange > .active > a:hover, .pagination.ct-orange > .active > span:hover, .pagination.ct-orange > .active > a:focus, .pagination.ct-orange > .active > span:focus{
   background-color: #FF9500;
}
.nav-pills.ct-red > li.active > a, .nav-pills.ct-red > li.active > a:hover, .nav-pills.ct-red > li.active > a:focus, .pagination.ct-red > .active > a, .pagination.ct-red > .active > span, .pagination.ct-red > .active > a:hover, .pagination.ct-red > .active > span:hover, .pagination.ct-red > .active > a:focus, .pagination.ct-red > .active > span:focus{
   background-color: #FF3B30;
}
.nav-pills.ct-blue > li > a {
    border: 1px solid #3472F7;
    color: #3472F7;
}
.nav-pills.ct-azure > li > a {
    border: 1px solid #2CA8FF;
    color: #2CA8FF;
}
.nav-pills.ct-green > li > a {
    border: 1px solid #05AE0E;
    color: #05AE0E;
}
.nav-pills.ct-orange > li > a {
    border: 1px solid #FF9500;
    color: #FF9500;
}
.nav-pills.ct-red > li > a {
    border: 1px solid #FF3B30;
    color: #FF3B30;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #2CA8FF;
    color: #FFFFFF;
}

.nav-pills > li:first-child > a{
    border-radius: 4px 0 0 4px;
    margin: 0;
}
.nav-pills > li:last-child > a{
    border-radius: 0 4px 4px 0;
}

.pagination.no-border > li > a, .pagination.no-border > li > span{
    border: 0;
}
.pagination > li > a, .pagination > li > span, .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span{
    border-radius: 50%;
    margin: 0 2px;
    color: #777777;
}
.pagination > li.active > a, .pagination > li.active > span, .pagination > li.active > a:hover, .pagination > li.active > span:hover, .pagination > li.active > a:focus, .pagination > li.active > span:focus {
    background-color: #2CA8FF;
    border: 0;
    color: #FFFFFF;
    padding: 7px 13px;
}
.text-primary, .text-primary:hover{
    color: #1D62F0;
}
.text-info, .text-info:hover{
    color: #109CFF;
}
.text-success, .text-success:hover{
    color: #0C9C14;
}
.text-warning, .text-warning:hover{
    color: #ED8D00;
}
.text-danger, .text-danger:hover{
    color: #EE2D20;
}
.modal-header {
    border: 0 none;
    
}

.tooltip {
    font-size: 14px;
    font-weight: bold;
}
.tooltip-arrow{
    display: none;
    opacity: 0;
}
.tooltip-inner {
    background-color: #FAE6A4;
    border-radius: 4px;
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(115, 71, 38, 0.23);
    color: #734726;
    max-width: 200px;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
}
.tooltip-inner:after {
    content: "";
    display: inline-block;
    left: 100%;
    margin-left: -56%;
    position: absolute;
}
.tooltip-inner:before {
    content: "";
    display: inline-block;
    left: 100%;
    margin-left: -56%;
    position: absolute;
}
.tooltip.top {
    margin-top: -11px;
    padding: 0;
}
.tooltip.top .tooltip-inner:after {
    border-top: 11px solid #FAE6A4;
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    bottom: -10px;
}
.tooltip.top .tooltip-inner:before {
    border-top: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    bottom: -11px;
}
.tooltip.bottom {
    margin-top: 11px;
    padding: 0;
}
.tooltip.bottom .tooltip-inner:after {
    border-bottom: 11px solid #FAE6A4;
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    top: -10px;
}
.tooltip.bottom .tooltip-inner:before {
    border-bottom: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    top: -11px;
}
.tooltip.left{
    margin-left: -11px;
    padding: 0;
}
.tooltip.left .tooltip-inner:after {
    border-left: 11px solid #FAE6A4;
    border-top: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid rgba(0, 0, 0, 0);
    right: -10px;
    left: auto;
    margin-left: 0;
}
.tooltip.left .tooltip-inner:before {
    border-left: 11px solid rgba(0, 0, 0, 0.2);
    border-top: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid rgba(0, 0, 0, 0);
    right: -11px;
    left: auto;
    margin-left: 0;
}





.tooltip.right{
    margin-left: 11px;
    padding: 0;
}
.tooltip.right .tooltip-inner:after {
    border-right: 11px solid #FAE6A4;
    border-top: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid rgba(0, 0, 0, 0);
    left: -10px;
    top: 0;
    margin-left: 0;
}
.tooltip.right .tooltip-inner:before {
    border-right: 11px solid rgba(0, 0, 0, 0.2);
    border-top: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid rgba(0, 0, 0, 0);
    left: -11px;
    top: 0;
    margin-left: 0;
}

.logo-container{
    left: 50px;
    position: absolute;
    top: 20px;
     z-index: 3;
}
.logo-container .logo{
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #333333;
    width: 60px; 
    float: left;
}
.logo-container .brand{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 20px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 60px
}


.card{
    background-color: #FFFFFF;
    padding: 10px 0 20px;
    width: 100%;
}


.figcaption a{
background-color: none;




}



.pick-class-label{
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    margin-right: 10px;
    padding: 15px 23px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}


/*      Here the code for the wizard           */

label{
    font-weight: 400;
}

.image-container{
    height: 100%;
    background-position: center center;
    background-size: cover;
}


.wizard-container{
   
    padding-top: 10px;
    z-index: 3;
}
.wizard-card{
    min-height: 410px;
 
 
   
    padding: 5px 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.wizard-card .picture-container{
    position: relative;
    cursor: pointer;
    text-align: center;
}
.wizard-card .picture{
    width: 106px;
    height: 106px;
    background-color: #999999;
    border: 4px solid #CCCCCC;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 5px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.wizard-card .picture:hover{
    border-color: #2ca8ff;
}
.wizard-card.ct-wizard-green .picture:hover{
    border-color: #05ae0e;
}
.wizard-card.ct-wizard-blue .picture:hover{
    border-color: #3472f7;
}
.wizard-card.ct-wizard-orange .picture:hover{
    border-color: #ff9500;
}
.wizard-card.ct-wizard-red .picture:hover{
    border-color: #ff3b30;
}
.wizard-card .picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.wizard-card .picture-src{
    width: 100%;
    
}
.wizard-card .tab-content{
    min-height: 340px;
    padding: 20px 10px;
}

.wizard-card .wizard-footer{
    padding: 0 10px;
}

.wizard-card .disabled{
    display: none;
}

.wizard-card .wizard-header h3{
    font-weight: 200;
    text-align: center;
}
.wizard-card > ul > li{
    text-align: center;
}
.wizard-card > ul > li a {
    border: 0 !important;
    text-transform: uppercase;
    background-color: #999999;
    color: #FFFFFF !important;
    font-size: 12px;
}
.wizard-card.ct-wizard-green > ul > li.active a{
    background-color: #05ae0e;
}
.wizard-card.ct-wizard-blue > ul > li.active a{
    background-color: #3472f7;
}
.wizard-card.ct-wizard-orange > ul > li.active a{
    background-color: #95bb2c;
}
.wizard-card.ct-wizard-red > ul > li.active a{
    background-color: #ff3b30;

}

.panel_add {

    color: #565a5c!important;
    font-size: 1.06em;

}


.wizard-card > ul > li > a:hover, .wizard-card > ul > li > a:focus{
    background-color: #999999;
    cursor: default;
} 
.wizard-card .btn{
    text-transform: uppercase;
}
.wizard-card .nav-pills > li:first-child > a {
    border-radius: 0;
    margin: 0;
}
.wizard-card .nav-pills > li:last-child > a{
    border-radius: 0;
}
.wizard-card .info-text{
    text-align: center;
    font-weight: 300;
    margin: 10px 0 30px;
}
.wizard-card .choice{
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}




/*          For demo purpose         */



.fixed-plugin{
    position: fixed;
    top:0px;
    right: 50px;
    z-index: 1031;
}
.fixed-plugin .fa-cog{
    color: #FFFFFF;
    background-color: rgba(0,0,0,.2);
    padding: 10px;
    border-radius: 0 0 6px 6px;
}
.fixed-plugin .dropdown-menu{
    right: 0;
    left: auto;
}
.fixed-plugin .dropdown-menu:after, .fixed-plugin .dropdown-menu:before{
    right: 10px;
    margin-left: auto;
    left: auto;
}
.fixed-plugin .fa-circle-thin{
    color: #FFFFFF;
}
.fixed-plugin .active .fa-circle-thin{
    color: #00bbff;
}
.fixed-plugin .dropdown-menu > li > a{
    padding-left: 10px;
    padding-right: 10px;
}
.fixed-plugin .dropdown-menu > li:first-child > a{
    margin-top: 10px;
}
.fixed-plugin .dropdown-menu > .active > a, .fixed-plugin .dropdown-menu > .active > a:hover, .fixed-plugin .dropdown-menu > .active > a:focus{
    background: none;
    color: #777777;
}
.fixed-plugin img{
    border-radius: 6px;
    width: 150px;
    max-height: 65px;
    border: 4px solid #FFFFFF;

}
.fixed-plugin .active img, .fixed-plugin a:hover img{
    border-color: #00bbff;
}

.fixed-plugin .btn{
    margin: 10px 15px 0;
    color: #FFFFFF;
}
.fixed-plugin .btn:hover{
    color: #FFFFFF;
}
.fixed-plugin .badge{
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 23px;
    margin-right: 5px;
    position: relative;
    top: 5px;
    width: 23px;
}
.fixed-plugin .badge.active, .fixed-plugin .badge:hover{
    border-color: #00bbff;
}
.fixed-plugin .badge-black{
    background-color: #333333;
}
.fixed-plugin .badge-blue{
    background-color: #2C93FF;
}
.fixed-plugin .badge-green{
    background-color: #05AE0E;
}
.fixed-plugin .badge-orange{
    background-color: #FF9500;
}
.fixed-plugin .badge-red{
    background-color: #FF3B30;
}

@media (max-width:768px){
    .fixed-plugin{
        top: 80px;
        right: 0px;
    }
    .main .container{
        margin-bottom: 50px;
    }
  
}

@media (min-width: 768px){
    .navbar-form {
        margin-top: 21px;
        margin-bottom: 21px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .navbar-nav > li > .dropdown-menu, .dropdown-menu{
        display: block;
        margin: 0;
        padding: 0;
        z-index: 9000;
        position: absolute;
        -webkit-border-radius: 10px;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
        border-radius: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-filter: alpha(opacity=0);
        -moz-filter: alpha(opacity=0);
        -ms-filter: alpha(opacity=0);
        -o-filter: alpha(opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -moz-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -ms-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    
    }
    .navbar-nav > li.open > .dropdown-menu, .open .dropdown-menu{
        -webkit-transform-origin: 29px -50px;
        -moz-transform-origin: 29px -50px;
        -o-transform-origin: 29px -50px;
        -ms-transform-origin: 29px -50px;
        transform-origin: 29px -50px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        -o-filter: none;
        filter: none;
    }
    .dropdown-menu:before{
        border-bottom: 11px solid rgba(0, 0, 0, 0.2);
        border-left: 11px solid rgba(0, 0, 0, 0);
        border-right: 11px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        position: absolute;
        left: 100%;
        margin-left: -60%;
        top: -11px;
    }
    .dropdown-menu:after {
        border-bottom: 11px solid #FFFFFF;
        border-left: 11px solid rgba(0, 0, 0, 0);
        border-right: 11px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        position: absolute;
        left: 100%;
        margin-left: -60%;
        top: -10px;
    }
    .btn-wd {
        min-width: 140px;
    }
}



/* list */


.photo_desp{
    padding: 10px 10px 30px 10px;
border: 1px solid #dfdfdf;



}
.block{

  display: block;
}

.pho{

     background: url("img/pho.png") no-repeat;
    width: 90px;
    height: 60px;
    padding-left: 107px;
    padding-bottom: 41px;
    
}






/* ----------------- my account ------------------------ */

.message_ico{



  background:  url("img/message.png") no-repeat;
      width:25px;
    height: 25px;
    color: black;
      margin-top: 12px;
    margin-left: 80px;
    
}


.notification_ico{


  background:  url("img/notification.png") no-repeat;
      width:25px;
    height: 25px;
    color: black;
      margin-top: 12px;
    margin-left: 12px;


}



.photo_ico{

  background:  url("img/photo.png") no-repeat;
  border: solid 1.5px #dfdfdf;
  border-radius: 10px;
  width:35px;
  height: 35px;
  color: black;
  margin-top: 5px;
  margin-left: 12px;

}


.second_nav{
    width: 100%;
    float: left;
}


.second_nav a{

display: inline-block;
text-decoration: none;
color: white;
font-size: 1.1em;




}


.active{

/* border-bottom: 2px solid white; */



}



.second_nav li{
list-style: none;
display: inline-block;
padding-top: 10px;
padding-left: 20px;


}

.second_nav li > a:hover{
color:white;

text-align: center;
height: 100%;







}



.first_panel_pro{


    padding: 15px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #DFDFDF;
    border-radius: 3px;

}

.nav-tabs {
     border-bottom: 2px solid #dfdfdf;
    background-color: #fff;
    border: 1px solid #E5E0E0;
    border-radius: 3px;
        margin-top: 10px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
 border-radius: 0px;
border-bottom: 2px solid #8ebc30;

     background-color: #B1B1AC;
    z-index: 2;
}




.photo{

background : url(img/ico0.png)0 0;
background-repeat: no-repeat;
padding-right: 30px;
padding-top: 5px;
}


/* .photo:hover{
background: url(img/ico0_w.png)0 0;
background-repeat: no-repeat;
cursor: pointer;
 }

 .photo:active{

background: url(img/ico0_w.png)0 0;
background-repeat: no-repeat;
cursor: pointer;
 }

 */

/* .nav-tabs>li.active>li, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>.photo:active{



} */



.icostreet{

background : url(img/ico2.png)0 0;
background-repeat: no-repeat;
padding-right:30px;
padding-top: 5px;



}


.icomap{

background : url(img/ico1.png)0 0;
background-repeat: no-repeat;
padding-right: 30px;
padding-top: 5px;

}

.icoplan{

background : url(img/ico4.png)0 0;
background-repeat: no-repeat;
padding-right: 30px;
padding-top: 5px;
}

.formimg{
display: none!important;
}





.icoprice{

background : url(img/ico3.png)0 0;
background-repeat: no-repeat;
padding-right: 30px;
padding-top: 5px;



}

.icovideo{

background : url(img/video.png)0 0;
background-repeat: no-repeat;
padding-right: 30px;
padding-top: 5px;



}

/* .damn{


  background-color: white!important;
}
 */

.panel_des ul{


}

.panel_des ul>li{


}



.divide_panel{

    border-left: 1px solid #DFDFDF;
}
.divide_panel p {
font-size: 15px !important;
}

.panel_des{
font-size: 0.9em;

}


/* -----------------ends my account ------------------------ */

.share_panel{
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    /* margin-top: 20px; */
    font-size: 1em;
    color: #565a5c;
    font-weight: 500;
    /*width: 206%; */
}


.facebook{
    background: url(img/fb_2.png) no-repeat;
    top: 50px!important;
    width: 25px;
    height: 35px;
    padding-left: 18px;
    margin-left: 3px;
    padding-top: 3px;
    padding-right: 10px;
    cursor: pointer;


}

.facebook:hover{
    background: url(img/fb_c.png) no-repeat;
   


}




.twitter{
background: url(img/twitter.png) no-repeat;
top: 50px!important;
width: 25px;
height:35px;
padding-left: 20px;
padding-top: 3px;
padding-bottom: 4px;
padding-right: 10px;
cursor: pointer;
}
.twitter:hover{
    background: url(img/twitter_c.png) no-repeat;

}


.listing-data__header {
    border-bottom: 1px solid #DFDFDF;
    border-radius: 3px 3px 0 0;
    background-color: #F8F8F8;
    color: #414A52;
    padding: 10px 20px 10px 10px!important ;




}



    .no_padding{


      padding: 0px;
    }

    .pad_me p{
      font-size: 0.9em;
      color: #414A52;
      padding: 10px 10px 10px 10px!important;
    }



    .rupee_panel{

color:#414A52;
font-size: 1.2em;


    }


.panel_desc{

  padding: 10px 20px 10px 20px;
}


    .panel_dec_head h5{
font-size: 1.2em;
    color: #414A52;
    font-weight: 600;



    }

.panel_para{
font-size: 0.9em;
color:#565a5c;


}
.panel_desc a{

padding-top: 20px;
text-decoration: underline;


  }

/* amenities
 */

 




.related p {
  margin: 0;
  padding: 0.5em;
}

.codrops-demos a {
  border: 2px solid rgba(0,0,0,0.1);
  display: inline-block;
  margin: 0 0.3em;
  padding: 0.2em 1em;
}

.codrops-demos a.current-demo {
  border-color: rgba(0,0,0,0.15);
  opacity: 1;
}

/* To Navigation Style */
.codrops-top {
  text-transform: uppercase;
  width: 100%;
  font-size: 0.7em;
  line-height: 2.2;
  font-weight: 700;
}

.codrops-top a {
  text-decoration: none;
  padding: 0 1em;
  letter-spacing: 1px;
  display: inline-block;
}

.codrops-top span.right {
  float: right;
}

.codrops-top span.right a {
  float: left;
  display: block;
}

.codrops-icon:before {
  font-family: 'codropsicons';
  margin: 0 4px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
  content: "\e001";
}

.codrops-icon-prev:before {
  content: "\e004";
}

@media screen and (max-width: 25em) {

  .codrops-icon span {
    display: none;
  }

}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.me-select {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
}

.me-select ul {
  list-style: none;
  padding: 0;
  width: 100%;
}

.me-select li {
  margin: 0 auto;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.me-select li.selected {
box-shadow: inset 0 0 0 40px rgb(225, 225, 225);
}

.me-select label {
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: 1.2em;
  padding: 15px 10px 15px 80px;
  vertical-align: top;
  cursor: pointer;
}

.me-select label span {
  vertical-align: middle;
  display: inline-block;
}

.me-select label span:first-child {
  width: 30%;
  color: rgba(97,107,107,0.7);
}

.me-select label span:nth-child(2),
.me-select label a {
  width: 60%;
  color: #31d2d4;
}

.me-select label span:last-child {
    width: 100%;
  
    font-size: 14px;
}




.me-select input[type="checkbox"],
.me-select label::before,
.me-select input[type="checkbox"]:checked + label::after {
      width: 19px;
    height: 19px;
    top: 61%;
    left: 20px;
    margin-top: -13px;
    position: absolute;
    cursor: pointer;
}

.me-select input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  z-index: 100;
}

.me-select label::before {

    content: '';
    border: 1px solid rgba(0,0,0,0.3);
}

.me-select input[type="checkbox"]:checked + label::after {
  content: '\2713';
  text-align: center;
  line-height: 20px;
  color: #95BC3D;
}

/* Media Queries */
@media screen and (max-width: 50em) {
  section {
    font-size: 80%;
  }
}

button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none!important; }


.green{
color: #2E9941;

}

.select_dis li{

  display: inline-block!important;

}
.select_dis label{

padding: 10px 12px 12px 50px !important;
}


.mainlable{

font-size: 16px;
font-weight: 500;



}

.paddme{
padding-bottom: 10px;
padding-top: 10px;

}


.hr_style{
color: #dbd7d7;
border-bottom: 0.005px solid;
width: 100%;


}



.tabs {
  padding-top: 50px;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden; }
  .tabs [class^="tab"] label,
  .tabs [class*=" tab"] label {
    color: #efedef;
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1em;
 
    text-align: center; }
  .tabs [class^="tab"] [type="radio"],
  .tabs [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid rgba(46, 153, 65, 0.5);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus,
    .tabs [class*=" tab"] [type="radio"]:hover,
    .tabs [class*=" tab"] [type="radio"]:focus {
      border-bottom: 1px solid #2E9941; }
    .tabs [class^="tab"] [type="radio"]:checked,
    .tabs [class*=" tab"] [type="radio"]:checked {
      border-bottom: 2px solid #2E9941; }
    .tabs [class^="tab"] [type="radio"]:checked + div,
    .tabs [class*=" tab"] [type="radio"]:checked + div {
      opacity: 1; }
    .tabs [class^="tab"] [type="radio"] + div,
    .tabs [class*=" tab"] [type="radio"] + div {
      display: block;
      opacity: 0;
      padding: 2rem 0;
      width: 90%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .tabs .tab-2 {
    width: 50%; }
    .tabs .tab-2 [type="radio"] + div {
      width: 200%;
      margin-left: 200%; }
    .tabs .tab-2 [type="radio"]:checked + div {
      margin-left: 0; }
    .tabs .tab-2:last-child [type="radio"] + div {
      margin-left: 100%; }
    .tabs .tab-2:last-child [type="radio"]:checked + div {
      margin-left: -100%; }

     

     
  @media (min-width: 1200px) {
        .adjustme {
    padding-top: 20px;
    margin-top: 20px;
    width: 24%;
             } 
      }
       @media (max-width: 1199px) {
        .adjustme {
    padding-top: 20px;
    margin-top: 20px;
    margin-right: 15px;
    margin-left: 15px;
    width: 30%;
             } 
      }