.btn-antiprimary {
    background: #ffcc00;
    color: #202020 !important;
}

.d-block h4 {
    padding: 5px 0px !important;
}

.h-block a:hover {
    text-decoration: none;
    cursor: pointer;
    /* color: black; */
}


.blink {
    animation: blink-animation 3s steps(5, start) infinite;
    -webkit-animation: blink-animation 3s steps(5, start) infinite;
    text-decoration: none;
    cursor: pointer;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.home-agent-thumb .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
}

.item-container {
    background: rgba(0, 0, 0, 0.05);
    margin: 10px;
    border-radius: 5px;
}

.info {
    padding: 10px;
    color: #48494b;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

    .info h5 {
        margin-bottom: 7px;
    }

.item-container:focus,
div:focus,
a:focus {
    outline: none;
}

.trustpilot {
    position: absolute;
    width: 250px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    padding: 8px;
    padding-left: 5px;
    padding-right: 0px;
    bottom: 26px;
    right: 25px;
    z-index: 9999;

}

@media screen and (max-width: 1230px) {
    /* .main_slider .slider-form {
        top: 60px;
    } */
}

@media screen and (max-width: 1200px) {
    .main_slider .slider-form {
        top: 30px;
    }

    .trustpilot {
        margin-top: 110%;
    }
}

@media screen and (max-width: 1092px) {
    /* .main_slider .slider-form {
        top: -10px;
    } */
    .main_slider .slider-form h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .main_slider .slider-form h3 {
    font-size: 21px;
    margin-bottom: 10px;
}
.main_slider .slider-form a {
    margin: 0px 0 3px 0;
}

    .trustpilot {
        margin-top: 84%;
    }
}
@media screen and (max-width:767px) {
    .expert .container h2{
      font-size: 18px;
    }
}

@media screen and (max-width:520px) {

    .main_slider .slider-form {
        top: 140px;
    }
    .panel-title a.blackYellowBtn{
      font-size: 14px;
      padding: 8px 16px;
    }
}

.blackYellowBtn {
    border: none !important;
    background: #000000 !important;
    color: #ffcb00 !important;
}

@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");

.panel-pricing {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

    .panel-pricing:hover {
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    }

.features:hover {
    box-shadow: none;
}

.panel-danger > .panel-heading {
    color: black;
    background-color: #ffcb00;
    border-color: #ffcb00;
    font-weight: bold;
    font-size: 17px;
}

.panel-danger {
    border-color: #ffe375;
}

.panel-pricing .panel-heading {
    padding: 15px 10px;
    padding-bottom: 0px;
}

.list-group-item:nth-child(odd) {
    background: white;
}

.list-group-item:nth-child(even) {
    background: #fff7d9;
}

.panel-pricing .panel-heading .fa {
    margin-top: 10px;
    font-size: 58px;
}

.panel-pricing .list-group-item {
    color: black;
    border-bottom: 1px solid rgba(250, 250, 250, 0.5);
    height: 60px;
}

    .panel-pricing .list-group-item:last-child {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .panel-pricing .list-group-item:first-child {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

.panel-pricing .panel-body {
    background-color: #f0f0f0;
    font-size: 40px;
    color: black;
    padding: 4px;
    margin: 0px;
    margin-bottom: -10px;
}

.panel-body p {
    font-size: 15px;
}

.plan {
    padding: 15px 0;
}

.fa-info-circle {
    font-size: 20px !important;
    padding: 2px !important;
    width: 17px !important;
    height: 19px !important;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #5bc0de !important;
}

.price-listing-letting-fee i {
    background: none;
    border-radius: 0;
    color: #ffcc00;
}

@media screen and (max-width:520px) {
    .plan {
        margin-left: -125px;
        margin-right: -180px;
        min-height: 40px;
    }
}

.container .h2 {
    color: #202020;
}


/* Tooltip */

.ui-tooltip {
    background: #ffcc00;
    color: #202020;
    border: none;
    padding: 0;
    opacity: 1;
    font-size: 12px;
}

.ui-tooltip-content {
    position: relative;
    padding: 1em;
}




.right .ui-tooltip-content::after {
    top: 18px;
    left: -10px;
}

.left .ui-tooltip-content::after {
    top: 18px;
    right: -10px;
}

.top .ui-tooltip-content::after {
    bottom: -10px;
    left: 46%;
}

.bottom .ui-tooltip-content::after {
    top: -10px;
    left: 46%;
}

a, a:hover {
    text-decoration: none !important;
}

    a.acc-link {
        position: relative;
        padding-left: 35px;
        text-align: left;
        /* width: 87%; */
    }

.panel-heading a.acc-link:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    position: absolute;
    left: -10px;
    top: 10px;
}

.panel-heading a.acc-link.collapsed:after {
    content: "\e080";
}

.blackYellowBtn {
    border: none !important;
    background: #000000 !important;
    color: #ffcb00 !important;
}


.panel-pricing {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

    .panel-pricing:hover {
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    }

.features:hover {
    box-shadow: none;
}

.panel-pricing .panel-heading {
    padding: 20px 10px;
}

    .panel-pricing .panel-heading .fa {
        margin-top: 10px;
        font-size: 58px;
    }

.panel-pricing .list-group-item {
    color: black;
    border-bottom: 1px solid rgba(250, 250, 250, 0.5);
    height: 60px;
}

#plan_list .list-group-item {
    color: black;
    border: none;
    background: none;
}

#plan_list .list-group {
    color: black;
    border: 1px solid rgba(250, 250, 250, 0.5);
    margin: 0;
}

.panel-pricing .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.panel-pricing .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.panel-pricing .panel-body {
    background-color: #f0f0f0;
    font-size: 40px;
    color: black;
    padding: 20px;
    margin: 0px;
}

#plan_list .list-group:nth-child(2n) {
    background: #fff7d9;
}

#plan_list .panel-title {
    border: none;
    padding: 0px 15px;
    height: 35px;
}

.price-listing-letting-fee .fa-info {
    font-size: 13px;
    background-color: #ffcc00;
    border-radius: 50%;
    width: auto;
    height: auto;
    padding: 3px 8px;
    color: #fff;
    cursor: pointer;
}

.price-listing-letting-fee .fa-check {
    font-size: 20px;
    background-color: #ffcc00;
    border-radius: 50%;
    width: auto;
    height: auto;
    padding: 3px;
    color: #fff;
    font-weight: normal;
}

.price-listing-letting-fee .fa-times {
    padding: 3px;
}

.price-listing-letting-fee .fa-times {
    font-size: 15px;
    background-color: #ffcc00;
    border-radius: 50%;
    width: auto;
    height: auto;
    padding: 3px 4px;
    color: #fff;
    font-weight: normal;
}

.plan {
    padding: 15px 1px !important;
}

#pricing .panel > .panel-heading {
    color: #000000;
    background-color: #ffcb00;
    border-color: #ffcb00;
    padding: 10px;
}



.bs-example {
    margin: 20px;
}

#why_choose_99Home img {
    left: 33%;
    top: -65px;
    border-radius: 21px;
    width: 61px;
    height: 67px;
    margin: auto;
}

#why_choose_99Home .boxes {
    position: relative;
    margin: auto;
    border: 1px solid rgba(228, 228, 228, 0.45);
    height: 170px;
    padding: 35px;
    text-align: center;
    background: #ffffff;
}

#why_choose_99Home .img_container {
    text-align: center;
    position: relative;
    top: 0px;
    top: -65px;
}

#why_choose_99Home .home-agent-thumb .col-md-4 {
    margin-top: 40px !important;
}

.boxes > div {
    position: relative;
    top: 0px;
    top: -65px;
}

.boxes p {
    padding-top: 10px;
}

#why_choose_99Home .home-agent-row-sec {
    margin-bottom: 20px;
}

.expert a {
    color: black;
}

.expert.img-circle {
    border-radius: 50%;
    height: 200px;
    border: 1px solid grey;
    width: 205px;
}

.expert h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.expert .abc {
/*    width: 100%;
    background-color: #ffcb00;
    position: absolute;
    bottom: 15px;
    /*left: 5%;*/
    /*text-align: center;
    /*border-radius: 9px;*/


        width: 100%;
    background-color: white;
    position: relative;
    bottom: 15px;
    /* left: 5%; */
    text-align: center;
    /* border-radius: 9px; */



}

.expert .text {
    background-color: #ffcb00;
   /* border-radius: 9px;*/
    left: 5%;
    width: 100%;
}

.expert .xyz {
    padding: 3px 0px 0px 0px;
    font-weight: bolder;
}

.expert .mno {
    padding-bottom: 3px;
    font-weight: bolder;
}

.expert .text .xyz {
    color: white;
}

.expert .text .mno {
    color: black;
}

.expert .img_container {
    position: relative;
    width: 205px;
    cursor: pointer;
    margin: auto;
    margin-bottom: 10px;
    box-shadow: 5px 5px 5px #35312db8;
    border: 15px solid;
    border-color: white;
}

.img-circle {
    border-radius: 50%;
    border: 1px solid #ddd !important;
    width:100%;
    height:100%;
}
#whereweadvertise img {
    max-height: 50px;
    margin: auto;
}
.small-adverts {
    margin-top: 15px;
}
#whereweadvertise .small-adverts img {
    max-height: 40px;
}


.rs-control .rs-range-color {
    background-color: #54BBE0;
}
.rs-control .rs-path-color {
background-color: #f6cb03;

}
.rs-control .rs-handle {
    background-color: #000000;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);



}
.rs-control .rs-bg-color {
    background-color: #fff;
}

.rs-handle,.rs-handle.rs-move{
    height: 15px;
    width: 39px;
    margin: -6px 0px 0px -2px;
}

.rs-border{
    border:none;
    /*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);*/
    border-radius: 100px;
}

.rs-block {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 3;
    /*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5) inset;*/
    border-radius: 100px;
}

/*
.rs-tooltip.hover, .rs-tooltip.edit:hover {
    border: 1px solid #aaa;
    cursor: pointer;
    color: white;
}
*/

.rs-tooltip.hover, .rs-tooltip.edit:hover {
    border: none;
}

.rs-inner.rs-bg-color.rs-border{
box-shadow: 0 0px 55px rgba(0, 0, 0, 0.5) inset;

}


.rs-tooltip.rs-tooltip-text.edit{
    /*margin-top: -15px;*/
    margin-left: 0;
    font-size: 25px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    padding: 0 0 0 0;

    margin: 0 0 0 0!important;
        transform: translate(-50%, -50%);
}

#savingWheel .rs-handle.rs-move{

display:none;

}

/* haome pane new css */

.price_cross {

  color: #aaa;
  position: relative;
  display: inline-block;
}

.price_cross:after,
.price_cross:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background: black;
}
.price_cross:before {
  transform: rotate(20deg);
}
.price_cross:after {
  transform: rotate(-20deg);
}

.form-div h4{
font-weight:600;

}

.head-combo{
border-radius: 10px;
background-color: white;
    width: 50%;
    margin: 0 auto;
    font-size: 18px;
    display: table !important;
}
.img_slider{
    min-height: 230px;
    background-size: cover!important;
    max-height: 100%;
    background-position: center center !important;
}
.sell::after{
        content: '';
    width: 1px;
    position: absolute;
    height: 211px;
    background-color: #fff;
    margin-left: 134px;
    top: -6px;
}
.circle {
           width: 70px;
    height: 70px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: radial-gradient(circle at 100px 100px, #000, #5f5d5d);
        padding-top: 11px;


}
.circle a{
text-decoration:none;
color:#fff;
}
.checkout a{
text-decoration:none;
color:#000;
}
.checkout{
margin-top:10px;

    padding: 10px;
}

.blink {
  animation: blinker 1s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.input-icon {
  position: relative;
}
.element {
    position: fixed;
    bottom: 2%;
    left: 2%;
    z-index:2147483647;
}

.input-icon > i {
     position: absolute;
    display: block;
    left: 50%;
    text-align: left;
    font-style: normal;
    font-weight: 600;
    font-size: large;
}

input.form-control.save-input {
    border: 2px solid #000;
    font-size: large;
    color: #000;
    text-align: center;
    height: 50px;
    vertical-align: baseline;
    padding: 15px 0 0 25px;
}



     .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
  }
  .carousel-control{
  margin-top:24%;
  }
.column1{

  width: 40%;
  float:left;
}
.column1 h1{
text-align:center;
font-size:38px;
color: #000002;
margin-bottom:0;
}
.column1 h2{
text-align:center;
font-size:28px;
color: #000002;
margin-top:12px;
}
.column1 h3 span{
background-color: white;
    padding: 5px 10px;
}
.column1 h3{
text-align:center;
margin-top:20px;
font-size:20px;
}
.column2{

  width: 60%;
  float:left;

}
  .row-flex {
  display: flex;
  flex-wrap: wrap;
}
.linehr{
width: 65%;
    margin: 0 auto;
    }

.inc{
font-size:12px;
}
.glyphicon-chevron-left:before{
content:"" !important;
}
.glyphicon-chevron-right:before{
content:"" !important;
}
.fa-angle-left, .fa-angle-right{
font-size:18px;
color:grey;
background-color: #f1c839;
    border-radius: 50%;
    padding: 1px 7px;
}
.carousel-indicators .active{
    background-color:#f1c839;
}

.carousel-indicators li{
border: 1px solid #f1c839;
}
.checkout{
    background-color: white;
    width: 66%;
}
@media only screen and (min-device-width: 2201px) {

.column1 h1{
    font-size: 60px;
    margin-top:50px;
    }screen and (max-device-width: 2200px) and (min-device-width: 1837px)
    .column1 h2{
        font-size: 45px;
        margin-top:30px;
    }
    .column1 h3{
    font-size:30px;
    }
    .linehr{
    margin-top:14px;
    }
    .mainhead{
    font-size:26px;
    }

    .checkout{
    font-size:24px;
    }



}
    @media screen and (min-device-width: 1837px) and (max-device-width: 2200px) {
    .column1 h1{
    font-size: 60px;
    margin-top:50px;
    }
    .column1 h2{
        font-size: 45px;
        margin-top:30px;
    }
    .column1 h3{
    font-size:30px;
    }
    .linehr{
    margin-top:14px;
    }
    .mainhead{
    font-size:26px;
    }

    .checkout{
    font-size:24px;
    }
}
@media screen and (min-device-width: 1671px) and (max-device-width: 1836px) {
    .column1 h1{
    font-size: 45px;
    margin-top: 25px;
    }
    .column1 h2{
      font-size: 36px;
    margin-top: 15px;
    }
    .column1 h3{
  font-size: 24px;
    }
    .linehr{
    margin-top:12px;
    }
     .mainhead{
    font-size:24px;
    }

    .checkout{
    font-size:22px;
    }
}


@media screen and (min-device-width: 1836px) and (max-device-width: 1950px) {
    .column1 h1{
    font-size: 45px;
    margin-top: 25px;
    }
    .column1 h2{
      font-size: 36px;
    margin-top: 15px;
    }
    .column1 h3{
  font-size: 24px;
    }
    .linehr{
    margin-top:12px;
    }
     .mainhead{
    font-size:24px;
    }

    .checkout{
    font-size:22px;
    }
}

@media screen and (min-device-width: 1401px) and (max-device-width: 1670px) {
 .mainhead{
    font-size:20px;
    }

    .checkout{
    font-size:18px;
    }
    .linehr{
    margin-top:12px;
    }
}


@media screen and (min-device-width: 1141px) and (max-device-width: 1400px) {
.column1 h1{
   font-size: 30px;
    margin-top: 15px;
    }
    .column1 h2{
     font-size: 22px;
    margin-top: 15px;
    }
    .column1 h3{
 font-size: 16px;
    }
    .linehr{
       margin-top: 5px;
    }
    .mainhead{
    font-size:16px;
    }
    .checkout{
    font-size:14px;
    }
    .circle {
    width: 50px;
    height: 50px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    text-align: center;
    background: radial-gradient(circle at 100px 100px, #000, #5f5d5d);
    padding-top: 5px;
}
}
@media screen and (min-device-width: 993px) and (max-device-width: 1140px) {
.column1 h1{
   font-size: 25px;
    margin-top: 8px;
    }
    .column1 h2{
     font-size: 18px;
    margin-top: 10px;
    }
    .column1 h3{
 font-size: 12px;
 margin-top:2px;
    }
    .linehr{
       margin-top: 2px;
    }
    .mainhead{
    font-size:12px;
    }
    .checkout{
    font-size:12px;
    }
    .circle {
    width: 50px;
    height: 50px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    text-align: center;
    background: radial-gradient(circle at 100px 100px, #000, #5f5d5d);
    padding-top: 5px;
}

}
@media only screen and (max-device-width: 992px) {
.column1{
width:100%;

}
.column2{
width:100%;

}

}
.btn-friday {
    border-radius: 9px;
}
.column1 h1 {
    text-align: center;
    font-size: 28px;
    color: #000002;
    margin-top: 12px;
}

.circle-offer {
    text-align: justify;
  align-items: center;
  background-color: #050507;
  border-radius: 50%;
  display: flex;
  flex-wrap: nowrap;
  font-size: 16px;
  font-weight: bold;
  font-feature-settings: 'palt' 1;
  height: 200px;
  justify-content: center;
  letter-spacing: 0.025em;
  line-height: 1;
  width: 200px;
}
.outer-jagged-parts {
  background-color: #efc638;
  position: relative;
  width: 68%;
  height: 68%;
}
.inner-jagged-parts,
.inner-jagged-parts:after,
.inner-jagged-parts:before,
.main-offer {
  background-color: #efc638;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.outer-jagged-parts,
.inner-jagged-parts,
.inner-jagged-parts:after,
.inner-jagged-parts:before {
  transform: rotate(22.5deg);
}
.main-offer {
  align-items: center;
  align-content: center;
  color: red;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transform: rotate(-45deg);
  z-index: 999;
}
.small-text {
  font-size: 16px;
}
.large-text {
  text-align: center;
    font-size: 28px;
    padding: 9px;
}
.medium-text {
  font-size: 14px;
}



