.demo-main-info-container {
    background: #F9F9F9;
    border-radius: 30px;
    display: flex;
    padding-top: 60px;
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
    width: 520px;
}

.demo-category-wrap {
    display: flex;
}


.demo-main-info-container .demo-info-container {
    margin: auto;
}

.btn-main-container {
    display: flex;
    margin-bottom: 20px;
}

.btn-main-container .btn-container {
    margin: auto;
    display: contents;
}

.circle-list{
    width: 30px;
    height: 30px;
    background: #3478F6;
    border-radius: 50%;
    display: flex;
}

.circle-list span {
    margin: auto;
    color: #FFFFFF;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
}

.demo-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}

.demo-description {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #1C1C1C;
    padding-top: 10px;
}

.input-wrap {
    position: relative;
    border-radius: 7px;
    width: 100%;
    padding: 8px;
    background-color: #FFFFFF;
}

.demo-text-input {
    background: none;
    border: none;
    width: 90%;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    color: #858585;
}

.demo-text-input {
    outline:none;
    border: none;
}

.test-demo-txt {
    margin-left: 35px;
}

.input-wrap .btn-send {
    position: absolute;
    float: right;
    cursor: pointer;
    background: none;
    border: none;
    outline:none;
    background-image: url('../img/ic_send_request.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 34px;
    height: 34px;
}

.demo-right-container {
    display: grid;
    align-content: center;
}

.demo-right-container img {
    margin: auto;
    margin-top: 0;
}
.demo-txt-description {
    left: -18px !important;
}

.m-auto {
    margin: auto;
}
.demo-info-left {
    padding-top: 75px;
    margin: auto !important;
    padding-bottom: 100px;
}

@media only screen and (max-width: 760px) { 
    .demo-main-info-container {
        width: 100% !important;
        border-radius: 12px !important;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .demo-title {
        font-family: 'PoppinsBold';
        font-size: 14px;
    }

    .demo-description {
        font-size: 13px !important;
    }

    .input-wrap {
        padding: 5px;
        border-radius: 4px;
    }

    .demo-text-input { 
        width: 85%;
    }
    .qr-frame {
        margin: 20px;
    }
    .demo-txt-description {
        left: 8px !important;
    }
    .scan-qrcode img {
        width: 87px;
        height: 87px;
    }
    .scan-qr-div {
        display: flex;
        padding: 0 !important;
        text-align: center;
    }
    .demo-info-left {
        padding-bottom: 50px;
    }
    .scan-qr-div img {
        width: 68px;
        height: 68px;
    }
    .qr-ios {
        left: -6px !important;
    }
    .qr-android {
        left: 5px;
    }
    .download-button #btn-download-android span {
        font-size: 12px !important;
    }
    .download-button #btn-download-ios span {
        font-size: 12px !important;
    }
    .download-button #btn-download-ios {
        margin-left: 7px;
    }
    .download-button #btn-download-android img {
        width: 15px !important;
    }
}
.demo-align-item {
    display: flex;
    align-items: center;
}
.qr-frame {
    display: inline-block;
    border: 2px solid #3478F6;
    border-radius: 5px;
    margin-bottom: 10px;
}
.scan-qrcode {
    padding: 12px;
}
.web-demo-div {
    margin-bottom: 25px;
}
.qr-android {
    text-align: center;
    margin-left: -5px;
    display: grid;
}
.qr-ios {
    left: -20px;
    text-align: center;
    display: grid;
} 