.getting-started .card p:last-child {
    margin-bottom: 0;
    display: flex;
    align-items: anchor-center;
}

.btn-bg-blue {
    color: #fff !important;
    background: linear-gradient(to right, #92B4E7, #5292DB, #0072CE) !important;
}

.btn-bg-blue:hover {
    background: linear-gradient(to right, #0072CE, #5292DB, #92B4E7) !important;
}

.taking-amgvita .syringe-syringe-yellow {
    color: #f3c300 !important;
}

.taking-amgvita .btn-green {
    background: #0072ce !important;
}

.taking-amgvita .green-text {
    color: #0072ce !important;
}

.contect {
    padding: 0px 30px;
}

.modal-body p {
    color: #fff;
}

#leavesiteModal.modal .btn-continue,
.btn-yellow-background {
    background: #f2bc17 0% 0% no-repeat padding-box;
    border: 2px solid #f2bc17;
}

.modal {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.head-ing {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    /* padding-left: 70px; */
}

.head-ing h2 {
    font-size: 26px;
}

/* .mr-4 {
    margin-right: 3.5%;
} */
.card-c .col-sm-6 {
    width: 48%;
}

footer .order-sm-3 {
    text-align: right;
}

.banner h1 {
    max-width: 900px;
}

.contect {
    padding: 0px 30px;
}

.contect {
    padding: 0px 30px;
}

@media (max-width: 1199px) {
  
    .getting-started .card p:last-child {
        height: auto;
    }
     .desktop-only
    {
        display: none;
    }
    h2.text-blue.mt-5.mb-5 br {
        display: none;
    }

    .getting-started .blue-card {
        padding: 10px 30px 10px 70px;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: end;
    }

    #leavesiteModal.modal .btn-continue,
    .btn-yellow-background {
        margin-top: 18px;
    }

}

@media (max-width: 767px) {
    .card-c .col-sm-6 {
        width: auto;
    }
   
    .getting-started .blue-card .img-icon {
        padding: 10px;
    }

    .getting-started .blue-card .img-icon {
        top: calc(50% - 45px);
        left: -45px;
    }
}

@media (max-width: 570px) {
    .mb-card {
        padding: 0px 40px;
    }

    .getting-started .blue-card {
        padding: 10px 30px 10px 55px;
    }

    .getting-started .card p:last-child {
        font-size: 12px;
    }

    .getting-started .blue-card .img-icon {
        top: calc(50% - 40px);
        left: -45px;
    }

    .getting-started .blue-card .img-icon {
        padding: 5px;
    }

    .head-ing h2 {
        font-size: 20px;
    }

    .getting-started .white-box {
        padding: 20px 25px 30px 25px;
    }

    .navbar-brand img {
        width: 190px;
    }

    .maling {
        padding: 0px 20px;
    }

    .mv {
        margin-bottom: 0px !important;
    }

    .banner h1 {
        text-align: center !important;
        font-size: 28px;
    }
}