 body {
        /* This has to be same as the text-shadows below */
        background: #fafafa;
    }
    .chang_url{
        margin-top:30px;margin-left:30px;
    }
     .chang_url h2{
        font-weight: bold;font-size: 28px;padding-top:10px;
    }
      .chang_url h6{
       font-size: 22px;padding-top: 10px;padding-bottom: 10px;line-height:40px;
    }
    
    .chang_url .btn{
       margin-top:10px; margin-right:10px;background:#31B0D5; text-decoration:none;padding: 8px;color: white;
    }

    .star_rate{
        background:#EF4238;display:inline-block;margin-left: 30px;padding: 5px;
    }
     .star_rate a{
        text-align:center; text-decoration: none;font:normal 30px;
    }

    .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;
    }