.container {
    max-width: 1170px;
    margin: auto;
}

.banner .ban_img {
    padding: 10px;
}

.checkout {
    padding-bottom: 40px;
}

.checkout .left_side .img_heading {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    text-align: center;
    color: #2F2F2F;
    font-weight: 400;
}

.checkout .left_side .product_box {
    text-align: center;
}

.checkout .left_side .product_box img {
    width: 400px;
}

.checkout .common_qa p {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    color: #2F2F2F;
    text-align: center;
    font-weight: 700;
}

.checkout .common_qa .questions_answers {
    padding: 0;
}

.checkout .common_qa .questions_answers li {
    position: relative;
    list-style-type: none;
    padding-left: 40px;
    margin-bottom: 12px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #2F2F2F;
}

.checkout .common_qa .questions_answers li::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    font-size: 20px;
    left: 0;
    color: #ff97ce;
    top: 3px;
}

.checkout .right_side .heading h2 {
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(243, 156, 202);
    font-size: 31px;
    font-family: 'Source Sans 3';
    font-weight: 800;
    max-width: 535px;
    margin-bottom: 0 !important;
    margin: auto;
    line-height: normal;
}

.checkout .right_side .checkout_box {
    max-width: 535px;
    border: 2px solid #DDD;
    border-radius: 0 0 4px 4px;
    padding: 20px;
    margin: auto;
    overflow: hidden;
}

.checkout .right_side .step {
    max-width: 535px;
    padding: 15px;
    border: 2px solid #DDD;
    border-bottom: 4px solid #1372A8;
    border-radius: 4px 4px 0 0;
    margin: auto;
}

.checkout .right_side .step p {
    margin-bottom: 0;
}

.checkout .right_side .step .step_number {
    font-weight: bold;
    font-size: 27px;
    line-height: 37px;
    font-family: 'Open Sans', sans-serif;
}

.checkout .right_side .step .step_head {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.checkout .right_side .step .step_text {
    font-weight: 300;
    text-transform: capitalize;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.checkout .right_side .step .step1 .col-10 {
    padding: 0 !important;
}

.checkout .right_side .step .step2 .col-10 {
    padding: 0 !important;
}

.checkout .right_side .step .step1.active {
    position: relative;
}

.checkout .right_side .step .step1.active .step_head{
    color: #279CEB;
}

.checkout .right_side .step .step1.active::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d8";
    font-size: 32px;
    left: 35%;
    color: #1372A8;
    bottom: -35px;
}

.checkout .right_side .step .step2.active {
    position: relative;
}

.checkout .right_side .step .step2.active .step_head{
    color: #279CEB;
}

.checkout .right_side .step .step2.active::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d8";
    font-size: 32px;
    left: 35%;
    color: #1372A8;
    bottom: -35px;
}

.checkout_box .form_step1 .shipping {
    position: relative;
}

.checkout_box .form_step1 .shipping p {
    text-transform: uppercase;
    font-weight: bold;
    color: #626262;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.checkout_box .form_step1 .shipping::after {
    position: absolute;
    content: '';
    top: 8px;
    left: 70px;
    background: #dddddd66;
    width: 85%;
    height: 3px;
}

.form-control {
    padding: 12px 18px !important;
}

.checkout_box .checkout_form .form_step2 {
    display: none;
}

.shipping_btn {
    color: #f8faff;
    background-color: rgb(0, 203, 114);
    margin-top: 20px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    border-left: none !important;
    border-right: none !important;
    font-size: 27px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    width: 100%;
    padding: 13px 35px;
}

.shipping_btn:hover {
    color: #f8faff;
    background-color: #00a25b;
}

.form_step2 .edit_shipping {
    text-decoration: none;
    display: block;
    color: #888 !important;
    font-size: 11px;
    padding: 5px;
    padding-top: 0;
    padding-bottom: 15px;
    margin-top: 0;
}

.form_step2 .card_details {
    border: 2px solid #ddd;
    padding: 15px;
    border-radius: 4px;
    background-color: rgba(221, 221, 221, 0.18);
    margin-top: 20px;
}

.order_btn {
    color: #f8faff;
    background-color: rgb(0, 203, 114);
    margin-top: 20px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    border-left: none !important;
    border-right: none !important;
    font-size: 27px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    width: 100%;
    padding: 13px 35px;
    display: block;
}

.order_btn span {
    display: block;
    color: #F8FAFF;
    font-size: 18px;
    text-transform: capitalize !important;
    opacity: 0.7;
}

.order_btn:hover {
    color: #f8faff;
    background-color: #00a25b;
}

.order_summary {
    margin: 15px 10px;
    font-family: 'Open Sans', sans-serif;
}


.order_summary .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

.order_summary .heading p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.order_summary .product_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.order_summary .product_row p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.order_summary .shipping_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

.order_summary .shipping_row p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.order_summary .total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order_summary .total p {
    font-size: 14px;
    font-weight: 600;
}

.choose_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.choose_heading p {
    margin-bottom: 0;
    font-weight: 500;
}

.form-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border: 1px solid #ff008821;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 10px;
    cursor: pointer;
}

.form-check.active{
    background: #f39cca21;
    border: 1px solid #ff0088;
}

.form-check label{
    padding-left: 25px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
}

.form-check label .shipping_text{
    font-weight: 400;
    font-size: 14px;
}

.form-check .product_price p{
    margin-bottom: 0;
    text-align: end;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    font-size: 18px;
    line-height: normal;
}

.product_price .shipping_fee{
    font-weight: 400 !important;
    font-size: 14px !important;
}

.product_price .shipping_each{
    font-weight: 400 !important;
    font-size: 14px !important;
}

.form_step2 .form-check .form-check-input[type=radio] {
    border-radius: 50%;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 32px;
}

.form_step2 .form-check-input:checked{
    background-color: #ff40a6;
    border-color: #ff40a6;
}

.form-check .best_deal{
    position: absolute;
    top: -10px;
    right: 55px;
    background: rgb(243, 156, 202);
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 0;
    font-size: 13px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 500;
}

.form-check .best_deal_bulk{
    position: absolute;
    top: -10px;
    right: 55px;
    background: rgb(255, 64, 166);
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 0;
    font-size: 13px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 500;
}

.checkout .right_side .respect {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    color: #9c9c9c;
    margin-bottom: 0;
}

.checkout .right_side .secure_img {
    max-width: 535px;
    margin: auto;
}

.what_others_say {
    max-width: 535px;
    margin: auto;
}

.what_others_say .review_heading {
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    color: #2F2F2F;
    text-align: center;
    text-decoration: underline;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}

.what_others_say .review_box {
    margin-top: 10px;
}

.what_others_say .review_box .review_head {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #2F2F2F;
}

.what_others_say .review_box .review_text {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #2F2F2F;
}

.pink_btn {
    color: #f8faff;
    background-color: #f39cca;
    margin-top: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    width: 100%;
    padding: 10px 5px;
    display: block;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.pink_btn span {
    font-size: 14px;
    display: block;
    opacity: 0.7;
    font-weight: 500;
}

.pink_btn:hover {
    background: #f4a8d0;
    color: #f8faff;
}

.secure_gurantee_container {
    max-width: 1100px;
    margin: auto;
    padding: 20px 0;
}

.secure_gurantee .gurantee_heading p {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #2F2F2F;
    margin-bottom: 0;
}

.secure_gurantee .gurantee_text p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #2F2F2F;
    margin-bottom: 0;
}

.secure_gurantee .gurantee_box .col-md-9 {
    padding-left: 0;
}

.secure_gurantee .secure_box .col-md-9 {
    padding-left: 0;
}

.moneybackgurantee {
    padding: 20px 0;
}

.moneybackgurantee .moneybackgurantee_container {
    max-width: 1120px;
    margin: auto;
}

.moneybackgurantee .moneybackgurantee_container .heading {
    text-align: center;
    font-size: 32px;
    color: #ffffff;
    background-color: #2d2d2d;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin: 0 10px;
}

.moneybackgurantee .moneybackgurantee_container .ninetydaygurantee_box {
    border: 4px dashed #2F2F2F;
    padding: 20px 30px;
}

.moneybackgurantee .moneybackgurantee_container .ninetydaygurantee_box .gurantee_seal {
    max-width: 300px;
    margin-left: auto;
}

.moneybackgurantee .moneybackgurantee_container .ninetydaygurantee_box .gurantee_seal img {
    max-width: 200px;
    margin: auto;
}

.ninetydaygurantee_text {
    font-size: 20px;
    font-family: 'Source Sans 3', sans-serif;
    color: #2F2F2F;
    margin-bottom: 0 !important;
    text-align: center;
    max-width: 475px;
    margin: auto;
}

.order_for_tester {
    padding: 40px 0;
}

.order_for_tester_container {
    max-width: 1060px;
    margin: auto;
}

.order_for_tester .order_ul {
    text-align: left;
}

.order_for_tester .heading {
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    color: #2f2f2f;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}

.order_for_tester .sub_heading {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #2f2f2f;
    text-align: center;
}

.order_for_tester .sub_headingtwo {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #2f2f2f;
    text-align: center;
}

.order_for_tester .order_ul {
    padding: 20px 0;
}

.order_for_tester .order_ul li {
    position: relative;
    padding-left: 45px;
    font-weight: 700;
    font-size: 15px;
    list-style-type: none;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.order_for_tester .order_ul li::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    font-size: 15px;
    left: 0;
    color: #ffffff;
    top: -13px;
    background: #3cb371;
    padding: 6px 10px;
    border-bottom: 2px solid #308f5a;
    border-radius: 3px;
    margin: 5px 0;
    margin-right: 6px;
    margin-left: 0 !important;
}


.footer {
    float: left;
    padding-top: 20px;
    padding-bottom: 35px;
    outline: none;
    background-color: rgb(29, 29, 29);
    margin-top: 0px;
    width: 100%;
}

.footer_text {
    text-align: center;
    color: rgba(255, 255, 255, 0.42);
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.footer_text a {
    padding: 0 9px;
}

.footer_container {
    display: flex;
    align-items: center;
}

.footer_container .footer_col {
    max-width: 33.33%;
    flex: 28%;
}

.footer_container .footer_midcol {
    max-width: 33.33%;
    flex: 28%;
    text-align: center;
}

.footer_container .footer_midcol img {
    width: 170px;
    margin: auto;
}

.footer_container .footer_heading {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-family: "Fjalla One", sans-serif;
    margin-bottom: 10px;
}

.footer_links {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 0;
}

.footer_links li {
    margin-bottom: 5px;
    list-style-type: none;
}

.footer_links li a {
    text-decoration: none;
    color: #ffffff;
}

.footer_address li {
    margin-bottom: 5px;
    list-style-type: none;
}

.footer_address {
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding-left: 0;
}


.mobile_hide {
    display: block;
}

.desktop_hide {
    display: none;
}

@media only screen and (max-width:991px) {
    .desktop_hide {
        display: block;
    }

    .mobile_hide {
        display: none;
    }

    .what_others_say {
        max-width: 100%;
        margin: auto;
    }

    .checkout .right_side .heading h2 {
        max-width: 100%;
        margin: auto;
        margin-top: 20px !important;
    }

    .checkout .right_side .step {
        max-width: 100%;
        margin: auto;
    }

    .checkout .right_side .checkout_box {
        max-width: 100%;
        margin: auto;
        padding: 10px;
    }

    .checkout .common_qa p {
        text-decoration: underline;
        margin-top: 15px;
    }

    .secure_gurantee_container {
        text-align: center;
    }

}

@media only screen and (max-width:767px) {
    .footer_container {
        flex-direction: column;
    }

    .footer_container .footer_col {
        max-width: 100%;
        flex: 100%;
    }

    .footer_container .footer_midcol {
        max-width: 100%;
        flex: 100%;
    }

    .secure_gurantee .gurantee_box .col-md-9 {
        padding-left: 12px;
    }

    .secure_gurantee .secure_box .col-md-9 {
        padding-left: 12px;
    }

    .moneybackgurantee .moneybackgurantee_container .ninetydaygurantee_box .gurantee_seal {
        max-width: 100%;
        margin: auto;
        text-align: center;
    }
}

@media only screen and (max-width:575px) {
    .checkout .left_side .img_heading {
        font-size: 23px;
    }

    .checkout .right_side .heading h2 {
        font-size: 19px;
    }

    .shipping_btn {
        font-size: 20px;
        padding: 13px 10px;
    }

    .order_btn {
        font-size: 20px;
    }

    .order_btn span {
        font-size: 16px;
    }

    .checkout .right_side .step .step2 .col-10 {
        padding-left: 2px !important;
    }

    .checkout .right_side .step .step1 .col-10 {
        padding-left: 2px !important;
    }

    .checkout .right_side .step .step_text {
        font-size: 10px;
    }

    .checkout .right_side .step {
        padding: 15px 10px;
    }

    .checkout_box .form_step1 .shipping::after {
        width: 78%;
    }

    .checkout .common_qa p {
        font-size: 21px;
    }

    .checkout .common_qa .questions_answers li {
        font-size: 16px;
        padding-left: 28px;
    }

    .checkout .common_qa .questions_answers li::after {
        font-size: 16px;
    }

    .what_others_say .review_heading {
        font-size: 25px;
    }

    .order_for_tester .heading {
        font-size: 26px;
    }

    .secure_gurantee_container .gurantee_box {
        padding: 20px 5px;
    }

    .secure_gurantee_container .secure_box {
        padding: 20px 5px;
    }

}