 
    blockquote {
        padding: 0;
        margin: 0;
    }

    section.t-bq-section {
        padding: 30px;
        margin-bottom: 60px;
        display: flex !important;
    }

    .t-bq-wrapper.t-bq-wrapper-boxed {
        max-width: 540px;
        margin: 0 auto;
    }

    .t-bq-wrapper.t-bq-wrapper-fullwidth {
        max-width: 100%;
    }

    #more {
        display: none;
    }

    .t-bq-quote-jasper {
        position: relative;
        box-shadow: 2px 2px 25px #cecece;
        border-radius: 10px;
    }

    .t-bq-quote-jasper .t-bq-quote-jasper-pattern {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        height: 50px;
        align-items: center;
        justify-content: flex-start;
        background: url('assets/Images/hexabump2.png') repeat;
        /* background-image:linear-gradient(to right, #f6844b, #2c1fe8); */
        border-radius: 10px 10px 0 0;
    }

    .t-bq-quote-jasper .t-bq-quote-jasper-pattern .t-bq-quote-jasper-qmark {
        flex-basis: 100px;
        font-family: Garamond, Georgia, "Times New Roman", serif;
        font-size: 60pt;
        color: #999999;
        text-align: center;
        height: 80px;
        line-height: 90pt;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

    .t-bq-quote-jasper .t-bq-quote-jasper-userpic {
        position: absolute;
        top: 45px;
        left: calc(50% - 35px);
        width: 70px;
        height: 70px;
        /*background: url("assets\Images\hexabump.png") center center no-repeat; */
        background-size: cover;
        border-radius: 50%;
    }

    .t-bq-quote-jasper .t-bq-quote-jasper-base {
        flex-basis: calc(100% - 80px);
        background: #ffffff;
        padding: 40px 30px 15px 40px;
        font-size: 11pt;
        line-height: 1.62em;
        border-radius: 0 0 10px 10px;
    }

    .t-bq-quote-jasper .t-bq-quote-jasper-meta {
        margin-top: 20px;
        padding-top: 10px;
        border-top: 2px dotted #777777;
        text-align: center;
    }

    .t-bq-quote-jasper .t-bq-quote-jasper-meta .t-bq-quote-jasper-author,
    .t-bq-quote-jasper .t-bq-quote-jasper-meta .t-bq-quote-jasper-source {
        color: #777777;
    }

    .t-bq-quote-jasper .t-bq-quote-jasper-meta .t-bq-quote-jasper-author {
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        font-size: 10pt;
        font-weight: bold;
    }

    .t-bq-quote-jasper .t-bq-quote-jasper-meta .t-bq-quote-jasper-author cite {
        font-style: normal;
    }

    .t-bq-quote-jasper .t-bq-quote-jasper-meta .t-bq-quote-jasper-source {
        font-size: 9pt;
    }

    @media screen and (max-width: 768px) {
        .t-bq-quote-jasper .t-bq-quote-jasper-base {
            padding-left: 30px;
        }
    }

    @media screen and (min-width: 320px) and (max-width: 768px) {
        #mob-des {
            display: flex !important;
            width:100% !important;
        }
        #bus-test{
            margin-left:80px;
            margin-top:-20px;
            width:160px;
        }
        #Test-morebutton{
            margin-left:30%;
            margin-top:5%; 
            margin-bottom:3%;
            padding:10px;
            border-radius:5%;
            width:30%;
            background:none;
        }
}
    
    @media screen and (min-width: 320px) and (max-width:400px) {
        .box{
            padding-left:75px !important;
        }
       
    }
    @media screen and (min-width: 401px) and (max-width:460px) {
        .box{
            padding-left:100px !important;
        }
       
    }
    @media screen and (min-width: 768px) and (max-width: 3600px) {
          #pers-con{
            margin-top:7%!important;
          }
          #bus-test{
            margin-left:-30px;
            margin-top:-20px;
            width:150px;
        }
        #Test-morebutton{
            margin-left: 45%;
            margin-top:5%; 
            margin-bottom:3%;
            padding:10px;
            border-radius:5%;
            width:13%;
            background:none;
        }
        }
        .toggle-content {
        display: none;
        height: 0;
        overflow: hidden;
        transition: height 150ms ease-in-out;
        }
       .toggle-content.is-visible {
       display: block;
       height: auto;
       margin-top: -15px;
       }
       #Mob-Read{
        margin-left:40%;
       }
    