*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    font-weight: 400;
}

/* header section here */
.header_section .header_content {
    padding: 10px 0;
}
.header_section .header_content .logo img {
    height: 86px;
    float: left;
}

.header_section .header_content .header_title h3 {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 34px;
    margin-bottom: 0;
    color: #000;
    /* font-family: cursive; */
    font-weight: bold;
}

.header_section .header_content .header_title h5 {
    font-size: 27px;
    margin-bottom: 0;
}

.header_section .header_content .price h4 {
    margin-bottom: 0;
    font-size: 25px;
    text-align: center;
    padding-bottom: 0;
    color: #000;
}
.first_section .benefits_content .title h4 {
    background-color: #164503;
    color: #fff;
    padding: 22px 0;
    font-weight: bold;
    font-size: 35px;
    border-radius: 4px;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
}
.first_section .benefits_content .benefit_sec p {
    font-size: 18px;
    line-height: 39px;
    background: #4c7a39;
    padding: 10px;
    color: #fff;
}

.first_section .order_btn a {
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    background-color: #008037;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #FFFFFF;
    border-radius: 63px 63px 63px 63px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 25px 50px 25px 50px;
    text-decoration: none;
    color: #f00;
}
/* .first_section .order_btn a:hover {
    background: #f7dd1d;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
} */
.first_section .description p {
    font-size: 18px;
    color: #f50808;
    font-weight: 600;
}
.first_section .video_sec iframe {
    height: 500px;
}
.first_section .img_section img {
    height: 500px;
    width: 100%;
}
.second_section .description p {
    font-size: 27px;
    padding: 21px 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    background: #3e712a;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.second_section .accordian_sec .accordion-item {
    border-bottom: 1px solid #fff;
}
.second_section .accordian_sec .accordion-item .accordion-body {
    background: #3e712a;
    color: #fff;
}

.second_section .accordian_sec .accordion-item .accordion-header button {
    background: #3e712a;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

/* .second_section {
    background: #3e712a;
} */


.btn_section .order_btn a {
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    background-color: #008037;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #FFFFFF;
    border-radius: 63px 63px 63px 63px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 25px 50px 25px 50px;
    text-decoration: none;
    color: #f00;
}

.third_section .title h4 {
    background-color: #164503;
    color: #fff;
    padding: 22px 0;
    font-weight: bold;
    font-size: 35px;
    border-radius: 4px;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
}

.third_section .third_sec p {
    font-size: 18px;
    line-height: 39px;
    background: #4c7a39;
    padding: 10px;
    color: #fff;
}

.forth_section .order_section {
    box-shadow: 0 0 3px #bdbbbb;
    border-radius: 3px;
}

.forth_section .order_section h4 {
    color: #048595;
    text-align: center;
    padding: 10px 0;
    font-size: 24px;
}
.forth_section .order_section h4 span {
    color: #f900ab;
    font-size: 18px;
}

.forth_section .order_section form {
    background: #00803736;
    padding: 10px;
}
.forth_section .order_section .billing_sec h5 {
    font-size: 23px;
    margin-bottom: 30px;
}
.forth_section .order_section .billing_sec label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}
.forth_section .order_section .package_sec .card {
    padding: 16px;
    background: #f1f1f1;
    /* transition-duration: .5s; */
    transition: all 0.5s ease-out;
}
.forth_section .order_section .package_sec .card:hover {
    background: #dbdbdb;
}
.forth_section .order_section .package_sec .card label {
    font-size: 16px;
    font-weight: bold;
    display: block;
    cursor: pointer;
}
.forth_section .order_section .package_sec {
    text-decoration: none;
}
.forth_section .order_section .package_sec .card input {
    border: 1px solid #333;
}
.forth_section .order_section .package_sec .card label p span {
    font-size: 15px;
    color: #575757;
    font-weight: 500;
}
.forth_section .order_section .package_sec .card label .currency {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 15px;
}
.forth_section .order_section .order_sec h5 {
    font-size: 23px;
    margin-bottom: 30px;
}
.forth_section .order_section .order_sec .table thead tr th {
    font-size: 14px;
}
.forth_section .order_section .order_sec .table tbody tr td {
    font-size: 14px;
}

.forth_section .order_section .order_sec .form-check-input {
    border: 1px solid #333;
}

.forth_section .order_section .order_sec .payment_sec .card .card-header {
    font-size: 16px;
    font-weight: 600;
    background: #1e6c93;
    color: #fff;
}

.forth_section .order_section .order_sec .payment_sec .card .card-body p {
    font-size: 15px;
    margin-bottom: 0;
}
.forth_section .order_section .order_sec .payment_sec .payment_bottom p {
    font-size: 12px;
    text-align: justify;
    color: #666;
}
.forth_section .order_section .order_sec .payment_sec .payment_bottom p a {
    color: #e37204;
}
.forth_section .order_section .order_sec .payment_sec .order_btn button {
    background: #f16334;
    color: #fff;
    padding: 10px 0;
}

.footer_section .footer_content a {
    text-decoration: none;
}

/* plus minus css */
.quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
.quantity__minus,
.quantity__plus {
    display: block;
    width: 22px;
    height: 23px;
    margin: 0;
    background: #dee0ee;
    text-decoration: none;
    text-align: center;
    line-height: 23px;
}
.quantity__minus:hover,
.quantity__plus:hover {
    background: #575b71;
    color: #fff;
} 
.quantity__minus {
    border-radius: 3px 0 0 3px;
}
.quantity__plus {
    border-radius: 0 3px 3px 0;
}
.quantity__input {
    width: 32px;
    height: 23px;
    margin: 0;
    padding: 0;
    text-align: center;
    border-top: 2px solid #dee0ee;
    border-bottom: 2px solid #dee0ee;
    border-left: 1px solid #dee0ee;
    border-right: 2px solid #dee0ee;
    background: #fff;
    color: #8184a1;
}
  .quantity__minus:link,
  .quantity__plus:link {
    color: #8184a1;
  } 
  .quantity__minus:visited, .quantity__plus:visited {
    color: #fff;
    background: #0781c5;
}

/* Address Section CSS */
.address_section .forth_title {
    background: #1e6c93;
    padding: 30px 0;
    border-radius: 4px;
}

.address_section .forth_title h5 {
    color: #fff;
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 0;
}

/* call button CSS */
.call_button {
    color: #fff;
    font-size: 16px;
    border: none;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    background: transparent;
}

.call_button span {
    box-shadow: 0px 0px 3px #333;
    padding: 2px 20px;
    border-radius: 20px;
    color: #f00;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
    background: #ddd;
}
.call_button .call_icon {
    background: #12ee0c;
    color: #fff;
    width: 50px;
    height: 50px;
    padding: 15px;
    border-radius: 50%;
}

/* video Review Section CSS */
.video_review iframe {
    height: 400px;
}


@media only screen and (max-width: 767px){
    .header_section .header_content .header_title h3 {
        font-size: 25px;
        letter-spacing: 0;
        font-family: Taha;
    }
    .header_section .header_content .logo img {
        height: 100px;
        text-align: center !important;
    }
    .header_section .header_content .price h4 {
        font-size: 24px;
        font-weight: bold;
    }

    .header_section .header_content .header_title h5 {
        font-size: 20px;
    }

    .first_section .img_section img {
        height: 300px;
    }

    .first_section .benefits_content .title h4 {
        font-size: 25px;
    }

    .first_section .description p {
        font-size: 15px;
        text-align: justify;
    }

    .first_section .video_sec iframe {
        height: 300px;
    }

    .second_section .description p {
        font-size: 20px;
        text-align: justify;
        font-weight: bold;
    }

    .second_section .accordian_sec .accordion-item h2 button {
        font-size: 12px;
        font-weight: bold;
    }

    .third_section .title h4 {
        font-size: 20px;
    }

    .third_section .third_sec p {
        font-size: 14px;
        line-height: 30px;
    }

    .address_section .forth_title h5, h4 {
        font-size: 17px;
    }

    .address_section .forth_title h3 {
        font-size: 22px;
    }

    .address_section .forth_title {
        padding: 15px 0;
    }

    .address_section .order_section h4 {
        color: #f77d06;
        text-align: center;
        padding: 10px 0;
        font-size: 18px;
    }

    .order_sec .table tbody tr td .order_img {
        height: 50px !important;
        width: 76px !important;
    }
    .order_sec .table tbody tr .shipping_charge label {
        font-size: 13px;
    }

    .video_review iframe {
        height: 200px;
    }
    .forth_section .order_section h4 {
        font-size: 17px;
    }
    .forth_section .order_section h4 span {
        font-size: 16px;
    }

}