.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 !important;
        background-color: #ffffff !important;
        border-color: #ffffff;
        font-weight: bold;
        font-size: 17px;
    }

    .list-group-item:nth-child(odd) {
        background: #f6f6f6;
    }

    .list-group-item:nth-child(even) {
        background: #f6f6f6;
    }

    .panel-danger {
        border-color: #ffffff;
    }

    .panel-pricing .panel-heading {
        padding: 15px 10px;
        padding-bottom: 0px;

    }

        .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;
        margin-bottom: 6px;
        border: none;
    }

        .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: 767px){
        .sell-section{
            background-color: #ffffff9e;
            position: relative;
            z-index: 111111111;
            margin-top: 41px;
            height:700px;
        }
        .sell-section-inner{
            padding-top: 20px !important;
            margin-top: 40px;
            padding: 47px;
        }
        .space{
            font-size: 15px !important;
            color: #202020 !important;

        }
    }

    @media screen and (max-width:520px) {
        .plan {
            margin-left: -125px;
            margin-right: -180px;
            min-height: 40px;
        }

    }

    .sell-section-inner{
        padding-top: 250px;
        position: absolute;
    }
    .space{
        font-size: 20px;
        color: #202020 !important;
    }
    /* 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;
        }

    .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;
        box-shadow: 0 15px 20px rgb(0 0 0 / 30%);
    }

        .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, .price-listing-letting-fee .fa-circle-thin {
        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-circle-thin {
        padding: 3px 4px 3px 4px;
    }

    .plan {
        padding: 0px 4px !important;
        margin: 0;
        border: none;
    }

    #pricing .panel > .panel-heading {
        color: #000000;
        text-align: center;
        padding: 47px;
    }
    .most-popular-top {
    height: 85px;
    width: 85px;
    background-color: #efc638;
    padding: 22px 1px;
    position: absolute;
    color: #1f3a5b;
    font-weight: 700;
    z-index: 999;
    top: -35px;
    left: 202px;
    border-radius: 50%;
    font-size:20px;
}
.most-popular-top span{
    display: flex;
    font-size: 12px;
    padding-left: 18px;
}



    .bs-example {
        margin: 20px;
    }

        .question-container {
    padding: 10px;
}

.question-container .question,.question-container .answer {
    color: #ffcc00;
    font-weight: bold;
}

.question-container h4 {
    padding-bottom: 10px;
    font-weight: bold;
}

.list-group li.list-group-item .fa{
        background-color: transparent;
        color: #ffcc00;
        padding: 0px;
        font-size: 30px;
        border-radius: 50%;
    }
    .list-group li.list-group-item .fa-check{
        color: #000000;
    }
    .list-group li.list-group-item .fa-times{
        color: #000000;
    }


.price-listing-letting-fee h1{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.flashing {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
 0% { background-color: #ffffff; box-shadow: 0 0 3px #ffffff; }
  50% { background-color: #f2ca3a; box-shadow: 0 0 40px #f2ca3a; }
  100% { background-color: #ffffff; box-shadow: 0 0 3px #ffffff; }
}

@-moz-keyframes glowing {
  0% { background-color: #ffffff; box-shadow: 0 0 3px #ffffff; }
  50% { background-color: #f2ca3a; box-shadow: 0 0 40px #f2ca3a; }
  100% { background-color: #ffffff; box-shadow: 0 0 3px #ffffff; }
}

@-o-keyframes glowing {
  0% { background-color: #ffffff; box-shadow: 0 0 3px #ffffff; }
  50% { background-color: #f2ca3a; box-shadow: 0 0 40px #f2ca3a; }
  100% { background-color: #ffffff; box-shadow: 0 0 3px #ffffff; }
}

@keyframes glowing {
  0% { background-color: #ffffff; box-shadow: 0 0 3px #ffffff; }
  50% { background-color: #f2ca3a; box-shadow: 0 0 40px #f2ca3a; }
  100% { background-color: #ffffff; box-shadow: 0 0 3px #ffffff; }
}

.btn-yellow {
    color: #050507;
    background-color: #efc638;
    font-weight: 600;
    border: 2px solid #050507;
    border-radius: 25px !important;

}
.float-cus{
    float: right;
  }

@media only screen and (max-width: 600px) {
  .btn-yellow  {
    font-size: 12px !important;
  }
  .float-cus{
    float: left;
    margin-top: 10px;
  }
}

.image-container {
    background-image: url(/static/images/banner_management.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
    background-position: center;
}
.panel {
    padding:15px;
}
.more-less {
    float: right;
    color: #202020;
    font-size: 10px;
    font-weight: 600;
}
.panel-title > a {
    display: block;
    font-weight: 600;

    text-decoration: none;
}
.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #fff;
    border-color: #ccc;
}
.panel-title {
    font-size: 14px;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
    margin-bottom: 15px;
}
.headline h2 {
    font-size: 35px;
    text-align: center;
    padding: 30px 0px 0px 0px;
    font-weight: 500;

}
.welcome-text p {
    text-align: center;
    padding-top: 30px;
    font-size: 25px;
}
.gapping {
    margin: 50px 0px 15px 0px;
}

.panel-heading h3{
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #000000;
}
.text-left .list-group-item{
    background: #ffffff !important;
}

.text-center .list-group-item {
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
}

@media screen and (max-width: 767px){
    #pricing .panel > .panel-heading {
        padding: 20px;
        background: #f6f6f6;
    }
    .panel-title {
        font-size: 20px;
    }
    #plan_list .panel-title{
        height: 121px;
    }
}
.features{
    box-shadow: none !important;
}
.panel-footer{
background-color: #ffffff;
    padding: 10px 0px;
}