#wpwrap .aap-title h2{text-align: center;}
#wpwrap .aap-title h2 span {
    padding: 12px 20px;
    color: #00b9eb;
    font-weight: 700;
    text-decoration: none;
    margin: 5px;
    border-radius: 4px;
    box-shadow: 2px 2px 5px #1111113d;
    background-color: gainsboro;
}
#wpwrap .aap-title h3{
    font-size: 18px;
    text-align: center;

}
#wpwrap .acl-rate-us span {
    display: inline-block;
}
#wpwrap .star-rate {
    background: #EF4238;
    display: inline-block;
    margin-left: 30px;
    padding: 5px;
}
#wpwrap .star-rate a{
   text-align:center;
   text-decoration: none;
   font:normal 30px;
}
body {
    /* This has to be same as the text-shadows below */
    background: #fafafa;
}

.acl-rate-us span.dashicons {
    width: 30px;
    height: 30px;
}

.acl-rate-us span.dashicons-star-filled:before {
    content: "\f155";
    font-size: 30px;
}

.acl-rate-us {
    color: #FBD229 !important;
    padding-top: 5px !important;
}

.acl-rate-us span {
    display: inline-block;
}

h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 6em;
    line-height: 1em;
}

.inset-text {
    /* Shadows are visible under slightly transparent text color */
    color: rgba(10, 60, 150, 0.8);
    text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
}

/* Don't show shadows when selecting text */
::-moz-selection {
    background: #5af;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #5af;
    color: #fff;
    text-shadow: none;
}

.well {
    min-height: 20px;
    padding: 19px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.head_title {
    color: red;
    font-size: 30px;
}

.head_meta_title {
    color: #000;
    font-size: 26px;
}

.para {
    padding-left: 25px;
    font-size: 15px;
    font-weight: 600;
}

.list_point {
    color: #006799;
    font-weight: 700;
}

.plug_list_point {
    color: red;
    font-weight: 700;
}

.chng_btn {
    margin-top: 0px;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 700;
    margin-left: 30px;
    color: #fff;
    background: #dc3232;
    text-decoration: none;
}

h3.head_desc {
    padding-top: 16px;
    padding-bottom: 20px;
}

.detail_btn {
    text-decoration: none;
    color: #000;
    background-color: #7bbaca;
    padding: 4px;
    border-radius: 4px;
    border-right: #ff003b solid 3px;
}

.detail_btn:hover {
    color: #000;
}
.lbl {
    float:left;
    width:100%;
    margin-right:0.7em;
    padding-top:0.5em;
    padding-bottom:0.5em;
    text-align:center;
    font-weight:bold;background-color:#00b9eb;font-size:20px;
    color:white;
}
.slidecontainer {
        width: 100%;
    }

.slider {
    -webkit-appearance: none;
    margin-bottom: 10px;
    width: 30% !important;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #00b9eb;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}
.pricing-table{
    margin-top: 10px;
    display:block;
    width:100%;
    overflow:hidden;
    background:white;
    box-shadow: 0 0 5px hsla(0, 0%, 20%, 0.3);
    padding-bottom:70px;
}
.pricing-table .plan-name{
    margin-top:20px;text-align: center;
}
.pricing-table .plan-name h2{
    font-weight: bold;font-size: 36px;padding-top: 30px;padding-bottom: 10px;color:#00b9eb;
}
.pricing-table .volum{
    width: 25px;
    height: 30px;
    margin:auto;
    display: inline-block;
    border: 2px solid gray;
    vertical-align: middle;
    border-radius: 8px;
    background-color:#FFFFFF;
    text-align:center;
    font-size:20px;
    margin-left:20px;
    margin-bottom:20px;
}
