/*payments*/
.block-image {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.12);
    border-radius: 30px;
}

.block-image h2 {
    text-align: left;
}

@media(max-width: 449px) {
    .block-image h2 {
        text-align: center;
    }
}

.guarantee .block-img {
    width: 40%;
    border-radius: 0;
}

.guarantee .block-img img {
   width: 125%;
   max-height: none;
}

@media(max-width: 991px) {
    .guarantee .block-img img {
        width: 100%;
    }
}

.doctor2.block-img img {
    width: 100%;
}

@media(max-width: 410px) {
    .guarantee .block-img img {
       width: auto;
       min-height: 100%;
       max-height: 100%;
       left: 0;
    }
    .guarantee-top {
        overflow: hidden;
    }
}

.guarantee .block-img img {
    border-radius: 0;
}

.block-text {
    position: relative;
    max-width: 100%;
    width: 100%;
    flex: 1 1;
    padding: 37px 25px;
}

.block-text2 {
    padding: 28px 25px;
}

.block-img {
    position: relative;
}

.doctor2.block-img {
    width: 47%;
}

.doctor2.width2 {
    width: 37%;
}

.guarantee-text {
    padding: 20px 15px;
    padding-right: 10px;
}

@media(max-width: 767px) {
    .block-text {
        padding: 25px 15px;
    }
}

.doctor {
    max-width: none;
    position: absolute;
    bottom: 0;
    right: 0;
}

.minh {
    min-height: auto;
}

@media(max-width: 767px) {
    .secure-block img {
        max-height: 35px;
    }
}

.payments-text p {
    font-size: 16px;
}

@media(min-width: 450px) and (max-width: 767px) {
    #payments h2 {
        font-size: 3.3vw;
        text-align: left;
    }
    #payments .fs-30 {
        font-size: 2.5vw;
    }
    #payments .text-right {
        padding-left: 1vw;
    }
    #payments .block-text {
        padding: 3.3vw 2vw;
    }
    #payments .secure-block img {
        width: 5vw;
    }
    #payments .secure-block {
        border-width: 0.3vw;
        padding: 2vw 0;
    }
    .payments-text.pt25 {
        padding-top: 2vw;
    }
    .payments-text p {
        font-size: 1.9vw;
    }
    .doctor2.block-img img {
        height: 95%;
        width: auto;
        left: 0;
    }
    .block-image.m-hid {
        overflow: hidden;
        border-radius: 15px;
    }
    .doctor2.block-img {
        width: 45%;
    }
}

@media(min-width: 450px) and (max-width: 650px) {
    #payments h2 {
        font-size: 3.8vw;
    }
    #payments .fs-30 {
        font-size: 3vw;
    }
    .payments-text p {
        font-size: 2.5vw;
    }
    .doctor2.block-img {
        width: 38%;
    }
    .block-image h2 {
        font-size: 26px;
    }
    .block-image .text-21 p {
        font-size: 17px;
    }
    .block-image .text-21 .fsb, .block-image .fsb {
        font-size: 25px;
    }
}

@media(max-width: 449px) {
    #payments .block-text {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .doctor2.block-img {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .doctor2.block-img img {
        max-height: 370px;
        width: auto;
        position: relative;
        top: auto;
        left: auto;
    }
}

.col-abs .block-img {
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.col-abs .top-text {
    max-width: 60%;
}

@media(max-width: 991px) {
    .col-abs .top-text {
        max-width: 65%;
    } 
}

@media(max-width: 449px) {
    .col-abs .block-img {
        position: relative;
    }
}

.doctor-desc {
    background-color: #f1f5f6;
    border-top: 1px solid #12a7ac;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

@media(max-width: 449px) {
    .col-abs .top-text {
        max-width: 100%;
    } 
    .doctor-desc {
        border-radius: 0;
        text-align: center;
        border-bottom: 1px solid #12a7ac;
        margin-bottom: 20px;
    }
}