
/*price page start*/
.price-bg{
  background-image: url(../../images/management/price-bg.jpg);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  font-weight: bold;
}

.management-bg{
  background-image: url(../images/conveyancing/99home_conveyancing.png);
  background-position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  font-weight: bold;
  position: relative;
  padding: 50px;
}

.management-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

.management-banner-content{
    position: relative;
    padding: 20px;
}

.management-banner-content p{
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.management-banner-content h1{
  color: #f4ca16;
  font-size: 35px;
    font-weight: 600;
}

 .line{
  margin: 10px 0px 8px 0px;
  width: 50%;
  border:2px solid #f2c301;
}

.tab-design .nav.nav-tabs {

    margin: 0 auto;
}

.tab-design .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    width: 50%;
    text-align: center;

}

.tab-design .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #050507;
    background-color: #cacaca;
    border: 2px solid #ffffff;
    border-radius: 30px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 1px 5px 0px #00000017;
}

.tab-design .nav-tabs > li > a {
  /*  color: #ffffff;
    background-color: #D4AF37;
    border: 2px solid #9c7e1c;
    border-radius: 30px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;*/
        color: #000000;
    background-color: #ededee;
    border: 2px solid #ededee;
    border-radius: 30px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;

}
.tab-design .nav-tabs > li.active > a#gold_package{
background-color: #D4AF37;
    border: 2px solid #fff;
    box-shadow: 1px 5px 0px #daac4da6;

}
.tab-design .nav-tabs {
    border-bottom: none;
}

.tab-design-box {
    background-color: #fff;
    padding: 10px;
    box-shadow: 1px 1px 11px #d4d4d4;
    margin: 20px 0px;
    width: 100%;
    display: flex;
    position: relative;
}

.img-left{
    background-color: #eee;
    padding: 50px 10px;
}

.text-area{
    padding: 14px 0px 0px 14px;
    text-align: left;
}

.text-area h4{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.yell-tick{
    position: absolute;
    border-radius: 50%;
    background: #f2c301;
    padding: 15px 12px;
     right: -20px;
    top: -20px;
}

.dark-tick{
    position: absolute;
    border-radius: 50%;
    background:#dcdbdb;
    padding: 15px 12px;
     right: -20px;
    top: -20px;
}

.hiden-text{
    padding: 14px 0px 0px 14px;
    text-align: left;
}

.hiden-text h4{
  color: #c1c1c1;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.hiden-text p{
  opacity: 0.3;
}

.disable-img{
    opacity: 0.1;
}

.disable-line {
    margin: 10px 0px 8px 0px;
    width: 50%;
    border: 2px solid #c1c1c1;
}

.disable-tick{
  opacity: 0.3;
}


.helpline-bg{
    background-color: #f2c301;
    display: flex;
    padding: 16px;
    justify-content: center;
    text-align: center;
    margin-top: 22px;
}

.helpline-bg h1,h2{
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.helpline-num{
    padding-top: 10px;
    border-top: 2px solid;
    margin-top: 20px;
}

.check-box-bg{
  background-color: #f7f7f7;
  padding: 10px;
  margin: 15px 0px;
}
.check-box-bg h3{
  margin: 0;
  font-weight: 900;
}

.check-box-tick{
  text-align: right;
}

.price-bg img{
  float: right;
}

.price-banner-content img{
  float: none;
  vertical-align: middle;
}

.price-bg h1{
    font-weight: 600;
    font-size: 30px;
    border-bottom: 3px solid #00b67a;
    padding-bottom: 10px;
}

.price-taxt{
  font-size: 30px;
   color: #000;

}
.price-taxt span{
 color: #000;
}

.new-price-box{
    text-align: center;
    display: -webkit-box;
    width: 97%;
    margin: 0 auto;
    margin-bottom: 70px;
    margin-top: 30px;
    position: relative;
}

.new-price-box2{
    text-align: center;
    display: -webkit-box;
    width: 97%;
    margin: 0 auto;
    margin-bottom: 70px;
    margin-top: 30px;
    position: relative;
}

.color-box{
    background-color: #ffd52f;
    padding: 10px 0px 0px 0px;
    text-align: center;
    color: #000;
    font-weight: bold;
    position: relative;
    top: -10px;
    border-bottom: 5px solid #bf9e1a;
}

.new-price-box ul{
  margin:0;
  padding: 0;
}

.new-price-box2 ul{
  margin:0;
  padding: 0;
}

.new-price-box ul li{
list-style: none;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 15px;
    width: 80%;
    text-align: left;
    box-shadow:0px 0px 23px #cccccc8c;
    -webkit-box-shadow:0px 0px 23px #cccccc8c;
    -moz-box-shadow:0px 0px 23px #cccccc8c;
    -o-box-shadow:0px 0px 23px #cccccc8c;
}

.new-price-box2 ul li{
list-style: none;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 5px;
    width: 80%;
    text-align: left;
    box-shadow:0px 0px 23px #cccccc8c;
    -webkit-box-shadow:0px 0px 23px #cccccc8c;
    -moz-box-shadow:0px 0px 23px #cccccc8c;
    -o-box-shadow:0px 0px 23px #cccccc8c;
}

.new-price-box ul li img{
  margin:0 auto;
}

.new-price-box ul li h1{
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
}

.new-price-box ul li h3{
  font-weight: 900;
  font-size: 40px;
  text-align: center;
}

.new-price-box span{
    text-align: center;
    display: block;
    color: #777676;
    font-size: 12px;
}

.new-price-box2 ul li img{
  margin:0 auto;
}

.new-price-box2 ul li h1{
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
}

.new-price-box2 ul li h3{
  font-weight: 900;
  font-size: 40px;
  text-align: center;
}

.new-price-box2 span{
    text-align: center;
    display: block;
    color: #777676;
    font-size: 12px;
}

.new-price-box b{
border-bottom: 2px solid #ffdc4d;
}

.price-bg-bottom{
     background-image: url(../../images/management/price-bg-bottom.jpg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    font-weight: bold;
    padding: 50px 0px;
    margin: 50px 0px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}

.review-box{
    padding: 8px;
    border: 1px solid #cccccc47;
    background-color: #fafafa;
    margin-bottom: 30px;
}

 #chevron {
    position: relative;
    text-align: center;
    padding: 12px;
    margin-bottom: 6px;
    height: 100px;
    width: 100%;
    overflow: hidden;
    z-index: -1;
    }
    #chevron:before {
      content: '';
      position: absolute;
      top: -18px;
      left: 0;
      height: 100%;
      width: 51%;
      background: #ffd52f;
      transform: skew(0deg, 6deg);
      border-bottom: 2px solid #000;
    }
    #chevron:after {
      content: '';
      position: absolute;
      top: -18px;
      right: -2px;
      height: 100%;
      width: 50%;
      background: #ffd52f;
      transform: skew(0deg, -6deg);
      border-bottom: 2px solid #000;
    }

    .front-text{
      z-index: 999;
    position: relative;
    box-sizing: border-box;
    color: #000;
    font-weight: bold;
    }

    .hight-text{
      background-color: #90ff2b;
    padding: 5px;
    display: inline-block;
    border-radius: 11px;
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    position: absolute;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    }



 .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
    margin-bottom: 15px;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #fff;
        border-color: #ccc;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        font-weight: 600;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
    float: right;
    color: #202020;
    font-size: 10px;
    font-weight: 600;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
.footer-icon{
  margin-top: 20px;
  border-top:1px solid #939191;
  padding-top: 30px;
}
.footer-icon ul li{
      padding: 11px;
      width: 70%;
    margin:0 auto;
}

.header-radio-bg{
    background-color: #efc638;
    border-radius: 5px;
    margin-top: 5px;
    display: table;
}

.header-radio-bg li{
    float: left;
    padding: 0px 7px;
    border-right: 2px solid;
    margin-right: 5px;
}

.header-radio-bg li:last-child{
  border:none;
}


.header-radio-bg ul li span{
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  padding-left: 10px;
}



.marketplace{
    margin-top: 50px;
    margin-bottom: 50px;
}

.tick-but-but{
  font-weight: bold;
  text-transform: uppercase;
}


.tick {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.tick input {
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 23px;
    width: 23px;
    background-color: #efefef;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.tick:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.tick input:checked ~ .checkmark {
  background-color: #f2c301;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.tick input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.tick .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid Black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.welcome-text p {
    text-align: center;
    padding-top: 30px;
    font-size: 16px;
}
.img-text img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;

}





