.page-container {
    padding: 200px 0;
    overflow: hidden;
}

.ml {
    margin-left: 18px;
}

.right-circle {
    background-color: #C2C2C2;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 187px;
    left: 24px;
    border-radius: 10px;
}

.second-circle {
    background-color: #C2C2C2;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 203px;
    left: 24px;
    border-radius: 10px;
}

.img-success {
    width: 402px;
    height: 84px;
    display: flex;
    position: absolute;
    align-items: center;
    flex-flow: column;
    margin-left: 201px;
    margin-top: 25px;
}

.show-btn {
    color: #0082cb;
}

.search-form-container #search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
}

.search-form-container #txt-drug-name {
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    width: 290px;
    height: 50px;
    color: #8a8a8a;
    border: 1px solid #8a8a8a;
    padding: 10px;
    outline: none;
}

.search-form-container #btn-search-drug {
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    width: 160px;
    height: 50px;
    border: none;
    background-color: #0082cb;
    color: #ffffff;
    cursor: pointer;
    margin-left: 10px;
}

.search-form-container .input-container {
    position: relative;
}

.search-form-container .lbl-drug-name {
    position: absolute;
    left: 12px;
    top: 56px;
    font-size: 14px;
}

.footer #para-footer {
    color: #fff;
    padding-right: 85px;
}

.footer #para-footer2 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding-right: 65px;
}

.footer h4 {
    color: #fff;
}

.footer #last-nav-link {
    margin-top: 25px;
}

.text-align-center {
    text-align: center;
}

/* Common Styles */
.title-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 70px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0082cb;
    /* text-shadow: 0px 4px 4px rgb(0 0 0 / 25%); */
}

#supportText {
    font-size: 25px;
    color: #0082cb;
    margin-top: 100px;
    margin-bottom: 15px;
    text-align: center;
}

#supportSub {
    font-size: 16px;
    margin-bottom: 150px;
    /* text-shadow: 0px 4px 4px rgb(0, 0, 0, 0.25); */
    text-align: center;
}

.align-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
/* Common Styles */
/* Start : Search Result */
.search-result-container #btn-return-search {
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    width: 240px;
    height: 50px;
    border: none;
    background-color: #0082cb;
    color: #ffffff;
    cursor: pointer;
    margin-left: 10px;
}

.result-container {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
}

.vcopay-card-container {
    background-color: #f8f8f8;
    display: flex;
    border-radius: 5px;
    padding: 30px 40px;
    flex: 1 1 auto;
    margin: 10px;
    position: relative;
    min-width: 350px;
}

    .vcopay-card-container .copay-img {
        width: 172px;
        height: 46px;
        margin-left: -32px;
    }

    .vcopay-card-container .copay-column {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .vcopay-card-container .copay-column:first-child {
            align-items: flex-start;
            flex: 4;
        }

        .vcopay-card-container .copay-column:last-child {
            align-items: flex-end;
            flex: 1;
        }

    .vcopay-card-container .copy-final-amount {
        font-family: Segoe UI;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        /* padding-left: 15%; */
        position: absolute;
        right: 20px;
    }

    .vcopay-card-container .copay-title {
        font-family: Segoe UI;
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
    }

    .vcopay-card-container .copay-sub-title {
        font-family: Segoe UI;
        font-style: italic;
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
    }

    .vcopay-card-container .copay-total-label {
        font-family: Segoe UI;
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
    }

    .vcopay-card-container .copay-amount {
        color: #0082cb;
    }

/* End : Search Result */

/* Start : Responsive css */

@media only screen and (max-width: 600px) {
    .title-text {
        font-size: 28px;
    }

    #supportText {
        margin-top: 60px;
    }

    .vcopay-card-container {
        padding: 20px 20px;
    }
}
/* End : Responsive css */

.mt-100 {
    margin-top: 100px;
}
