* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #dddddd!important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.header_top {

    background-color: #000000;
    width: 100%;
    height: 35px;
    position: relative;
    z-index: 1;

}

.header_top h4 {

    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    padding-top: 7.4px;
    margin-left: 10px;

}

.header_top h4 i {

    padding: 0 7px;

}

.header_top h4 a {

    text-decoration: none;
    color: #ffffff;
    margin-left: -10px;

}

.header_top h4 a:hover {

    color: #dddddd;

}

.header_top h5 {

    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    padding-top: 7.4px;
    float: right;
    margin-top: -35px;
    margin-right: 0;

}

.header_top h5 i {

    padding: 0 7px;

}

.header_top h5 a {

    text-decoration: none;
    color: #ffffff;
    margin-right: 10px;

}

.header_top h5 a:hover {

    color: #dddddd;

}

.header_menu {

    background-color: #ffffff;
    width: 100%;
    height: 85px;
    box-shadow: 2px 2px 3px #404040;
    position: fixed;
    z-index: 1;

}

.site_header_logo {

    width: 240px;
    height: auto;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.navbar-dark .navbar-nav .nav-link {

    color: #000000 !important;
    font-weight: 600 !important;

}

.navbar-dark .navbar-nav .nav-link:hover {

    color: #00bf63!important;

}

.navbar-expand-lg .navbar-nav .dropdown-menu {

    position: absolute;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;

}

.dropdown-item {

    display: block;
    width: 100%;
    padding: .80rem 1rem!important;
    clear: both;
    font-size: 16px!important;
    font-weight: 600!important;
    color: #000000!important;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #000000!important;

}

.dropdown-item:hover {

    color: #00bf63!important;

}

.dropdown-item:focus {

    background-color: #e8e8e8!important;

}

#dropdown-item-border {

    border-bottom: none!important;

}

.navbar-dark .navbar-toggler {

    color: #000000!important;
    border-color: #000000!important;
    border: 1px solid #000000!important;
    border-radius: 0!important;

}

.navbar-dark .navbar-toggler-icon {

    background-image: url("../img/hamburger_menu_icon.png")!important;

}

.navbar-collapse {

    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background-color: #ffffff;
    width: 100%;
    height: auto;
    padding: 10px 30px;

}

.ms-auto {

    margin-left: auto !important;
    padding: 10px 10px!important;
    margin-right: -40px;

}

footer {

    background-color: #111111;

}

.footerContainer {

    width: 100%;
    padding: 70px 30px 20px;

}

.footerText {

    text-align: center;
    margin-top: -37px;

}

.footerText h2 {

    padding: 20px 0;
    color: #ffffff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-weight: bold;

}

.socialIcons {

    display: flex;
    justify-content: center;

}

.socialIcons a {

    text-decoration: none;
    padding:  10px;
    background-color: #ffffff;
    margin: 10px;
    border-radius: 50%;

}

.socialIcons a i {

    font-size: 2em;
    color: #000000;
    opacity: 0,9;

}

.socialIcons a:hover {

    background-color: #111111;
    transition: 0.5s;

}

.icon_youtube:hover {

    background-color: #fa0020!important;

}

.icon_instagram:hover {

    background-color: #f1437a!important;

}

.icon_facebook:hover {

    background-color: #046ae4!important;

}

.icon_x:hover {

    background-color: #1891ee!important;

}

.icon_tiktok:hover {

    background-color: #E53D4F!important;

}

.socialIcons a:hover i {

    color: #ffffff;
    transition: 0.5s;

}

.footerNav {

    margin: 30px 0;

}

.footerNav ul {

    display: flex;
    justify-content: center;
    list-style-type: none;
    margin-left: -40px;

}

.footerNav ul li a {

    color: #ffffff;
    margin: 20px;
    text-decoration: none;
    font-size: 1.1em;
    opacity: 0.7;
    transition: 0.5s;


}

.footerNav ul li a:hover {

    opacity: 1;

}

.footerBottom {

    background-color: #000000;
    padding: 20px;
    text-align: center;

}

.footerBottom p {

    color: #ffffff;
    margin-top: 15px;

}

@media (max-width: 700px) {

    .footerNav ul {

        flex-direction: column;

    } 
    .footerNav ul li {

        width:100%;
        text-align: center;
        margin: 10px;

    }
    .socialIcons a {

        padding: 8px;
        margin: 4px;

    }

}

#container {

    max-width: 720px;
    min-height: 100px;
    height: auto;

}

.img_banner {

    width: 100%;
    height: 600px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.img_woman {

    width: 320px;
    height: auto;
    float: right;
    margin-top: -587px;
    position: relative;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.left_text {

    float: left;
    margin-top: -460px;
    position: relative;

}

.left_text h2 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    width: auto;
    max-width: 700px;

}

.left_text h4 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    width: auto;
    max-width: 700px;
    margin-top: 10px;

}

.left_text li {

    list-style: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #111111;

}

.left_text i {

    color: #00bf63;
    padding-right: 10px;

}

.btn_banner {

    background-color: #00bf63;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-top: 20px;

}
  
.btn_banner:hover {

    background-color: #00ad63;
    color: #ffffff;

}

.btn_banner:focus {

    background-color: #00ad63;
    color: #ffffff;

}

@media only screen and (max-width: 991px) {

    .left_text h2 {

        margin-top: -60px;

    }

    .site_banner .img_woman {

        display: none;

    }

}

.slider_box {

    text-align: center;
    background: rgb(0,102,20);
    background: linear-gradient(90deg, rgba(0,102,20,1) 0%, rgba(0,200,104,1) 50%, rgba(0,110,64,1) 100%);
    padding: 60px 0;

}

.slider_box h2 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #ffffff;

}

.slider_box p {

    margin-bottom: 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #ffffff;

}

@media only screen and (max-width: 400px) {

    .slider_box img {

        width: 320px!important;

    }

}

.slider_box img {

    width: 399px;
    height: auto;
    margin: 15px 15px;
    box-shadow: 4px 4px 5px #404040;
    border-radius: 15px;
    cursor: pointer;

}

.slider_box img:hover {

    box-shadow: 8px 8px 9px #404040;

}

.text_container {

    text-align: center;
    margin-top: 60px;

}

.text_container h1 {

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 36px;
    color: #111111;
    font-weight: bold;

}

.text_container p {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    margin-top: 10px;

}

.card_container {

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 60px;

}

.card {

    width: 417px;
    height: 400px;
    background-color: #ffffff!important;
    border-radius: 15px!important;
    box-shadow: 2px 2px 3px #404040;
    overflow: hidden;
    text-align: center;
    padding: 40px;

}

.card img {

    width: 240px;
    height: auto;
    object-fit: cover;

}

.card_content {

    padding: 20px;

}

.card_content h1 {

    font-size: 26px;
    color: #111111;
    margin-bottom: 20px;

}

.card_content p {

    font-size: 17px;
    color: #111111;
    margin-bottom: 20px;

}

.card_btn {

    display: inline-block;
    background-color: #3498db;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    padding: 13px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.card_btn:hover {

    background-color: #1178db;
    color: #ffffff;

}

.card_btn:focus {

    background-color: #1178db;
    color: #ffffff;

}

.text_plans {

    text-align: center;
    margin-top: 100px;

}

.text_plans h1 {

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 36px;
    color: #111111;
    font-weight: bold;

}

.text_plans p {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    margin-top: 10px;

}

.text_plans h6 {

    font-size: 14px;
    color: #000000;

}

.text_plans h6 a {

    color: #3498db;

}

.text_plans h6 a:hover {

    color: #0478db;

}

.text_plans h6 a:focus {

    color: #7a00b8;

}

hr.plans_line {

    border-top: 1px solid #111111;
    margin-top: 40px;

}

.card_container2 {

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 60px;

}

.card2 {

    width: 417px;
    height: 880px;
    background-color: #f8f8f8!important;
    border: 1px solid #8a8a8a;
    border-radius: 20px!important;
    overflow: hidden;
    text-align: center;
    padding: 40px 0;
    margin-top: 60px;

}

.card2 h1 {

    color: #111111;

}

.card2_pre {

    width: 417px;
    height: 940px;
    background-color: #f8f8f8!important;
    border-top: 60px solid #00bf63!important;
    border: 2px solid #00bf63;
    border-radius: 20px!important;
    overflow: hidden;
    text-align: center;
    padding: 40px 0;
    margin-bottom: -60px;

}

.top_text {

    margin-top: -101.5px;
    position: absolute;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 112.5px;

}

.card_content2_pre {

    padding: 20px;

}

.card_content2_pre h1 {

    font-size: 28px;

}

.card_content2_pre p {

    font-size: 17px;
    color: #111111;
    margin-bottom: 20px;

}

.price {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif!important;
    font-size: 48px;
    font-weight: bold;
    color: #111111;
    margin-bottom: 30px;
    
}

.price span {

    font-weight: 400;
    font-size: 18px;

}

.card_btn2_pre {

    display: inline-block;
    background-color: #00bf63;
    border: 2px solid #00bf63;
    border-radius: 10px;
    color: #ffffff;
    padding: 13px 110px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.card_btn2_pre:hover {

    background-color: #00ad63;
    color: #ffffff;

}

.card_btn2_pre:focus {

    background-color: #00ad63;
    color: #ffffff;

}

.pre_text {

    margin-top: -41.5px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 20px;
    position: absolute;

}

.card2_pre h1 {

    margin-top: -10px!important;
    color: #111111;

}

.card_content2 {

    padding: 20px;

}

.card_content2 h1 {

    font-size: 28px;
    color: #111111;
    margin-top: -10px;
    margin-bottom: 20px;

}

.card_content2 p {

    font-size: 17px;
    color: #111111;
    margin-bottom: 20px;

}

.card_btn2 {

    display: inline-block;
    background-color: #ffffff;
    border: 2px solid #00bf63;
    border-radius: 10px;
    color: #00bf63;
    padding: 13px 110px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.card_btn2:hover {

    background-color: #d9d9d9;
    color: #00bf63;

}

.card_btn2:focus {

    background-color: #d9d9d9;
    color: #00bf63;

}

.card_content2 ul {

    display: inline-block;
    justify-content: center;
    margin-left: -20px;

}

.card_content2 li {

    list-style: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    padding: 5px 0;
    display: flex;
    align-items: center;
    line-height: 30px;

}

.card_content2 i {

    color: #00bf63;
    padding-right: 10px;

}

.card_content2 .fa-xmark {

    color: #fa0020;

}

.card_content2_pre ul {

    display: inline-block;
    justify-content: center;
    margin-left: -20px;

}

.card_content2_pre li {

    list-style: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    padding: 5px 0;
    display: flex;
    align-items: center;
    line-height: 30px;

}

.card_content2_pre i {

    color: #00bf63;
    padding-right: 10px;

}

.card_content2_pre .fa-xmark {

    color: #fa0020;

}

.box_bottom {

    margin-top: 100px;
    text-align: left;

}

.box_bottom h2 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 34px;
    font-weight: bold;
    color: #111111;
    text-align: center;
    margin-bottom: 80px;

}

.box_bottom i {

    font-size: 100px;
    display: block;
    background-color: #f8f8f8;
    padding: 50px;
    border: 1px solid #404040;
    text-align: center;

}

.box_bottom .fa-headset {

    color: #00bf63;

}

.box_bottom .fa-face-smile {

    color: #ff0030;

}

.box_bottom .fa-rocket {

    color: #ff7f00;

}

.icon_1 {

    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 28px;
    color: #111111;
    font-weight: 600;
    margin-top: 30px;
    background-color: #c1c1c1;

}

.icon_2 {

    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 28px;
    color: #111111;
    font-weight: 600;
    margin-top: 30px;
    background-color: #c1c1c1;

}

.icon_3 {

    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 28px;
    color: #111111;
    font-weight: 600;
    margin-top: 30px;
    background-color: #c1c1c1;

}

.box_bottom p {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #111111;
    text-align: center;
    margin-bottom: 30px;
    background-color: #c1c1c1;

}

.bottom_line {

    margin-top: 100px;
    border: 1px solid #404040;

}

.logo_title_text {

    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 44px;
    font-weight: bold;
    color: #111111;
    margin-top: 60px;

}

.logo_and_banner_box {

    text-align: center;
    margin-top: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 3px #404040;
    padding: 60px 20px;

}

.logo_and_banner_box h2 {

    padding: 60px 50px;
    color: #ffffff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-align: center;

}

.btn_logo {

    margin: 60px 0;
    margin-top: -60px;
    display: inline-block;
    background-color: #aa00ff;
    border: 1px solid #f8f8f8;
    border-radius: 10px;
    color: #ffffff;
    padding: 13px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    font-weight: bold;
    transition-duration: 0.4s;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.btn_logo:hover {

    background-color: #7a00b8;
    color: #ffffff;

}

.btn_logo:focus {

    background-color: #7a00b8;
    color: #ffffff;

}

.img_banner2 {

    width: 100%;
    height: 400px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.img_logo2 {

    width: 400px;
    height: auto;
    float: right;
    margin-top: -383px;
    position: relative;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.left_text2 {

    float: left;
    margin-top: -260px;
    position: relative;

}

.left_text2 h2 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    width: auto;
    max-width: 700px;

}

.left_text2 h4 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    width: auto;
    max-width: 520px;
    margin-top: 10px;

}

@media only screen and (max-width: 991px) {

    .left_text2 h2 {

        margin-top: -60px;

    }

    .site_banner .img_logo2 {

        display: none;

    }

}

.logo_title_text2 {

    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 44px;
    font-weight: bold;
    color: #111111;
    margin-top: 60px;

}

.logo_and_banner_box2 {

    text-align: center;
    margin-top: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 3px #404040;
    padding: 60px 20px;

}

.logo_and_banner_box2 h2 {

    padding: 60px 50px;
    color: #ffffff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-align: center;

}

.logo_and_banner_box2 h6 {

    padding: 0 50px;
    margin-bottom: 40px;
    color: #ffffff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-align: center;

}

.logo_and_banner_box2 h6 span {

    font-size: 14px;
    display: block;
    margin-top: 20px;

}

.logo_and_banner_box2 ul {

    display: inline-block;
    justify-content: center;
    margin-bottom: 60px;

}

.logo_and_banner_box2 ul li {

    list-style: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #f8f8f8;
    display: flex;
    align-items: center;
    line-height: 30px;

}

.logo_and_banner_box2 ul li i {

    color: #00bf63;
    padding-right: 10px;

}

.btn_logo2 {

    margin: 60px 0;
    margin-top: -60px;
    display: inline-block;
    background-color: #aa00ff;
    border: 1px solid #f8f8f8;
    border-radius: 10px;
    color: #ffffff;
    padding: 13px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    font-weight: bold;
    transition-duration: 0.4s;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.btn_logo2:hover {

    background-color: #7a00b8;
    color: #ffffff;

}

.btn_logo2:focus {

    background-color: #7a00b8;
    color: #ffffff;

}

.help_banner {

    background-color: #f8f8f8;
    color: #000000;
    width: 100%;
    height: auto;
    min-height: 300px;
    margin-top: 100px;
    padding: 60px 0;
    padding-bottom: 30px;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.help_banner h2 {

    font-size: 34px;

}

.btn_help {

    margin: 0;
    margin-top: 60px;
    background-color: #3498db;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    padding: 13px 60px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    font-weight: bold;
    transition-duration: 0.4s;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.btn_help:hover {

    background-color: #1178db;
    color: #ffffff;

}

.btn_help:focus {

    background-color: #1178db;
    color: #ffffff;

}

.cart_box {

    text-align: center;

}

.cart_box h1 {

    color: #000000;
    font-size: 44px;
    font-weight: bold;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-top: 100px;

}

.cart_box h2 {

    color: #111111;
    font-size: 34px;
    font-weight: normal;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-top: 60px;

}

.btn_cart {

    margin: 0;
    margin-top: 60px;
    background-color: #00bf63;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    padding: 13px 100px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    font-weight: bold;
    transition-duration: 0.4s;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.btn_cart:hover {

    background-color: #00ad63;
    color: #ffffff;

}

.btn_cart:focus {

    background-color: #00ad63;
    color: #ffffff;

}

@media only screen and (max-width: 991px) {

    .left_text3 h2 {

        margin-top: -60px;

    }

    .site_banner .img_logo3 {

        display: none;

    }

}

.img_logo3 {

    width: 310px;
    height: auto;
    float: right;
    margin-top: -377.5px;
    position: relative;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.left_text3 {

    float: left;
    margin-top: -260px;
    position: relative;

}

.left_text3 h2 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    width: auto;
    max-width: 700px;

}

.left_text3 h4 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    width: auto;
    max-width: 600px;
    margin-top: 10px;

}

.contact_us_form {

    margin-top: 100px;

}

.contact_us_form h2 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 36px;
    color: #000000;
    font-weight: 600;

}

.contact_us_form p {

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    color: #111111;
    font-weight: 400;
    width: 560px;
    margin-top: 20px;

}

@media only screen and (min-width: 768px) {

    .form_input, .form_input2 {

        min-width: 600px;

    }

}

@media only screen and (max-width: 768px) {

    .contact_us_form p {

        width: auto;
        max-width: 400px;
    
        }

        .contact_us_form .label1 {

        margin-left: -217px!important;

        }

        .contact_us_form .label2 {

            margin-left: -231px!important;
    
        }

        .contact_us_form .label3 {

            margin-left: -317px!important;
    
        }

        .contact_us_form .label4 {

            margin-left: -288px!important;
    
        }

}

.form_input {

    width: 354px;
    height: auto;
    padding: 10px;
    margin-top: 10px;
    display: block;
    border: 1px solid #000000;
    border-radius: 0px;

}

.form_input2 {

    width: 354px;
    height: auto;
    padding: 10px;
    margin-top: 10px;
    display: block;
    border: 1px solid #000000;
    border-radius: 0px;

}

.form_input:focus {

    outline: none;
    color: #000000;
    border: 1px solid #00bf63;
    border-radius: none;

}

.form_input2:focus {

    outline: none;
    color: #000000;
    border: 1px solid #00bf63;
    border-radius: none;

}

.contact_us_form .label1 {

    margin-top: 10px;
    margin-left: -460px;

}

.contact_us_form .label2 {

    margin-top: 10px;
    margin-left: -475px;

}

.contact_us_form .label3 {

    margin-top: 10px;
    margin-left: -560px;

}

.contact_us_form .label4 {

    margin-top: 10px;
    margin-left: -532px;

}

@media only screen and (min-width: 768px) {

    .btn_submit {

        padding: 13px 267px!important;

    }

}

.btn_submit {

    margin: 0;
    margin-top: 40px;
    background-color: #00bf63;
    border: none;
    border-radius: 0px;
    color: #ffffff;
    padding: 13px 145px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    font-weight: bold;
    transition-duration: 0.4s;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.btn_submit:hover {

    background-color: #00ad63;
    color: #ffffff;

}

.btn_submit:focus {

    background-color: #00ad63;
    color: #ffffff;

}

@media only screen and (max-width: 991px) {

    .left_text4 h2 {

        margin-top: -60px;

    }

}

@media only screen and (max-width: 1199px) {

    .site_banner .img_logo4 {

        display: none;

    }

}

.img_logo4 {

    width: 600px;
    height: auto;
    float: right;
    margin-top: -400px;
    position: relative;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.left_text4 {

    float: left;
    margin-top: -260px;
    position: relative;

}

.left_text4 h2 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    width: auto;
    max-width: 700px;

}

.left_text4 h4 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    width: auto;
    max-width: 660px;
    margin-top: 10px;

}

.form_text {

    display: block;
    margin-top: 40px;
    font-size: 14.5px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #000000;

}

.form_text a {

    color: #3498db;

}

.form_text a:hover {

    color: #0478db;

}

.form_text a:focus {

    color: #7a00b8;

}

.sent-notification {

    color: #00bf63;
    margin-bottom: 80px;

}

.about_box {

    margin-top: 100px;

}

.about_box h1 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 40px;
    color: #111111;
    font-weight: bold;
    text-align: center;

}

.h2_text1 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 30px;
    color: #111111;
    font-weight: normal;
    margin-top: 100px;

}

.h2_text2 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 30px;
    color: #111111;
    font-weight: normal;

}

.h2_text3 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 30px;
    color: #111111;
    font-weight: normal;

}

.p_text1 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 40px;

}

.p_text2 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 40px;

}

.p_text3 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    color: #000000;
    font-weight: normal;

}

.about_box h3 {

    text-align: right;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 19px;
    color: #000000;
    font-weight: 400;
    margin-top: 40px;
    text-decoration: underline;

}

@media only screen and (max-width: 991px) {

    .left_text5 h2 {

        margin-top: -60px;

    }

}

@media only screen and (max-width: 1199px) {

    .site_banner .img_logo5 {

        display: none;

    }

}

.img_logo5 {

    width: 500px;
    height: auto;
    float: right;
    margin-top: -389px;
    position: relative;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.left_text5 {

    float: left;
    margin-top: -260px;
    position: relative;

}

.left_text5 h2 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    width: auto;
    max-width: 700px;

}

.left_text5 h4 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    width: auto;
    max-width: 700px;
    margin-top: 10px;

}

.terms_title {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #000000;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    margin-top: 100px;

}

.terms_box {

    background-color: #f8f8f8;
    width: 100%;
    height: auto;
    padding: 50px;
    margin-top: 100px;

}

.terms_box h2 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #000000;
    font-weight: 600;
    font-size: 34px;

}

.terms_box p {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    margin-top: 10px;

}

.terms_box li {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0;
    margin-top: -5px;
    text-decoration: underline;

}

.terms_box h4 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    margin-top: 40px;

}

@media only screen and (max-width: 991px) {

    .left_text6 h2 {

        margin-top: -60px;

    }

}

@media only screen and (max-width: 1199px) {

    .site_banner .img_logo6 {

        display: none;

    }

}

.img_logo6 {

    width: 420px;
    height: auto;
    float: right;
    margin-top: -407px;
    position: relative;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.left_text6 {

    float: left;
    margin-top: -260px;
    position: relative;

}

.left_text6 h2 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    width: auto;
    max-width: 700px;

}

.left_text6 h4 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    width: auto;
    max-width: 700px;
    margin-top: 10px;

}

.card_w_container {

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 100px;

}

.card_w {

    width: 417px;
    height: 400px;
    background-color: #ffffff!important;
    border-radius: 15px!important;
    box-shadow: 2px 2px 3px #404040;
    overflow: hidden;
    text-align: center;
    padding: 40px;

}

.card_w img {

    width: 240px;
    height: auto;
    object-fit: cover;

}

.card_w_content {

    padding: 20px;

}

.card_w_content h1 {

    font-size: 26px;
    color: #111111;
    margin-bottom: 20px;

}

.card_w_content p {

    font-size: 17px;
    color: #111111;
    margin-bottom: 20px;

}

.card_btn {

    display: inline-block;
    background-color: #3498db;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    padding: 13px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.card_btn:hover {

    background-color: #1178db;
    color: #ffffff;

}

.card_btn:focus {

    background-color: #1178db;
    color: #ffffff;

}

.slider2_box {

    margin-top: 100px;
    text-align: center;
    background: rgb(0,102,20);
    background: linear-gradient(90deg, rgba(0,102,20,1) 0%, rgba(0,200,104,1) 50%, rgba(0,110,64,1) 100%);
    padding: 60px 0;

}

.slider2_box h2 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #ffffff;

}

.slider2_box p {

    margin-bottom: 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #ffffff;

}

@media only screen and (max-width: 400px) {

    .slider2_box img {

        width: 320px!important;

    }

}

.slider2_box img {

    width: 399px;
    height: auto;
    margin: 15px 15px;
    box-shadow: 4px 4px 5px #404040;
    border-radius: 15px;
    cursor: pointer;

}

.slider2_box img:hover {

    box-shadow: 8px 8px 9px #404040;

}

@media only screen and (max-width: 991px) {

    .left_text7 h2 {

        margin-top: -60px;

    }

}

@media only screen and (max-width: 1199px) {

    .site_banner .img_logo7 {

        display: none;

    }

}

.img_logo7 {

    width: 420px;
    height: auto;
    float: right;
    margin-top: -420px;
    position: relative;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.left_text7 {

    float: left;
    margin-top: -260px;
    position: relative;

}

.left_text7 h2 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    width: auto;
    max-width: 700px;

}

.left_text7 h4 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    width: auto;
    max-width: 700px;
    margin-top: 10px;

}

@media only screen and (max-width: 991px) {

    .left_text8 h2 {

        margin-top: -60px;

    }

}

@media only screen and (max-width: 1199px) {

    .site_banner .img_logo8 {

        display: none;

    }

}

.img_logo8 {

    width: 420px;
    height: auto;
    float: right;
    margin-top: -405px;
    position: relative;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.left_text8 {

    float: left;
    margin-top: -260px;
    position: relative;

}

.left_text8 h2 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    width: auto;
    max-width: 700px;

}

.left_text8 h4 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    width: auto;
    max-width: 700px;
    margin-top: 10px;

}

.error_404 {

    text-align: center;
    margin-top: 100px;

}

.error_404 h2 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #000000;

}

.error_404 h3 {

    margin-top: 60px;
    margin-bottom: 60px;
    font-weight: normal;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 34px;
    color: #000000;

}

@media only screen and (max-width: 1399px) {

    .card_pay {

        width: 100%!important;

    }

}

@media only screen and (max-width: 1399px) {

    .card_pay_2 {

        width: 100%!important;

    }

}

.cart_box_1 {

    text-align: left;

}

.cart_box_1 h1 {

    color: #000000;
    font-size: 40px;
    font-weight: bold;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-top: 100px;

}

.cart_box_1 h2 {

    color: #111111;
    font-size: 34px;
    font-weight: normal;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-top: 60px;

}

.btn_cart_1 {

    margin: 0;
    margin-top: 60px;
    background-color: #00bf63;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    padding: 13px 100px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    font-weight: bold;
    transition-duration: 0.4s;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.btn_cart_1:hover {

    background-color: #00ad63;
    color: #ffffff;

}

.btn_cart_1:focus {

    background-color: #00ad63;
    color: #ffffff;

}

.card_container_pay {

    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 40px;

}

.card_pay {

    width: 870px;
    height: 300px;
    background-color: #ffffff!important;
    border: 1px solid #aaaaaa;
    border-radius: 15px!important;
    overflow: hidden;
    text-align: center;
    padding: 30px;

}

.card_pay h2 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #111111;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 20px;

}

.card_pay_2 {

    width: 400px;
    height: 300px;
    background-color: #ffffff!important;
    border: 1px solid #aaaaaa;
    border-radius: 15px!important;
    overflow: hidden;
    text-align: center;
    padding: 20px;

}

.card_content_pay {

    padding: 0px;

}

.card_content_pay h3 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    text-align: left;
    margin-top: 20px;

}

.card_content_pay h2 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    text-align: left;
    margin-top: 20px;
    border: 1px solid #000000;
    padding: 10px;

}

.card_content_pay h4 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    text-align: right;
    margin-top: -52.5px;
    padding-right: 10px;

}

.card_content_pay h6 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #111111;
    text-align: right;
    margin-top: 20px;

}

.card_content_pay h6 a {

    color: #111111;
    text-decoration: none;

}

.card_content_pay h6 a:hover {

    color: #313131;

}

.card_content_pay h6 a:focus {

    color: #313131;

}

.card_content_pay i {

    padding-left: 5px;

}

.card_content_pay h6 {

    color: #111111;

}

.card_content_pay h6:hover {

    color: #313131;

}

.card_content_pay h6:focus {

    color: #313131;

}

.card_content_pay h5 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #111111;
    text-align: center;
    margin-top: 20px;

}

.card_pay_2 h2 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #111111;
    text-align: left;
    padding: 10px;
    margin-top: 0px;

}

.card_pay_2 h3 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #111111;
    text-align: right;
    padding: 10px;
    margin-top: -60px;

}

.card_pay_2 h5 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #111111;
    text-align: left;
    padding: 0 10px;
    margin-top: 0px;

}

.card_pay_2 h6 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    text-align: left;
    padding: 0 10px;
    margin-top: 40px;

}

.card_pay_2 h4 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    text-align: right;
    padding: 0 10px;
    margin-top: -30px;

}

.method_2 a {

    color: #00bf63;

}

.method_2 a:hover {

    color: #00ad63;

}

.method_2 a:focus {

    color: #00ad63;

}

.checkout_text {

    font-size: 15px!important;
    width: 380px;
    text-align: left!important;
    margin-top: 30px!important;

}

.checkout_text a {

    color: #3498db;

}

.checkout_text a:hover {

    color: #0478db;

}

.checkout_text a:focus {

    color: #7a00b8;

}

.btn_pay {

    margin: 60px 0;
    margin-top: 30px;
    display: inline-block;
    background-color: #00bf63;
    border: 1px solid #f8f8f8;
    border-radius: 10px;
    color: #ffffff;
    padding: 13px 110px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    font-weight: bold;
    transition-duration: 0.4s;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.btn_pay:hover {

    background-color: #00ad63;
    color: #ffffff;

}

.btn_pay:focus {

    background-color: #00ad63;
    color: #ffffff;

}

.checkout_box {

    margin-top: 60px;

}

.checkout_box h1 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #111111;
    text-align: center;

}

.checkout_box h2 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #111111;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;

}

.checkout_box h2 a {

    color: #00bf63;

}

.checkout_box h2 a:hover {

    color: #00ad63;

}

.checkout_box h2 a:focus {

    color: #00ad63;

}

.checkout_page {

    width: 100%;
    height: 1000px;
    background-color: #ffffff;
    border: 1px solid #cccccc;

}

.box_transfer {

    background-color: #ffffff;
    width: 100%;
    height: 300px;
    border: 1px solid #cccccc;
    margin-top: 30px;

}

.box_transfer h3 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #000000;
    text-align: center;
    margin-top: 100px;

}

.box_transfer h4 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #000000;
    text-align: center;
    margin-top: 30px;

}

.img_banner_blog {

    width: 100%;
    height: 160px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.center_text {

    margin-bottom: 216.5px;

}

.center_text h2 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    text-align: center;
    width: auto;
    margin-top: -100px;

}

.center_text h3 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    font-size: 26px;
    color: #111111;
    text-align: center;
    width: auto;
    margin-top: 200px;
    margin-bottom: -180px;

}

.img_banner_payments {

    width: 100%;
    height: 300px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.center_text2 {

    margin-bottom: 216.5px;

}

.center_text2 h2 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    text-align: center;
    width: auto;
    margin-top: -200px;

}

.center_text2 p {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: normal;
    font-size: 26px;
    color: #111111;
    text-align: center;
    width: auto;
    margin-top: 20px;

}

.payments_box h2 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    font-size: 34px;
    color: #111111;
    text-align: center;
    width: auto;
    margin-top: -60px;

}

.text_content_single_1 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #111111;
    text-align: center;
    width: auto;
    margin-top: 25px;

}

.text_content_single_2 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #111111;
    text-align: center;
    width: auto;
    margin-top: 25px;

}

.card_container_payments {

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 60px;

}

.card_payments {

    width: 417px;
    height: 260px;
    background-color: #f8f8f8!important;
    border: 1px solid #9f9f9f;
    border-radius: 5px!important;
    overflow: hidden;
    text-align: center;
    padding: 40px;

}

.card_payments h1 {

    font-size: 28px;
    color: #111111;
    margin-bottom: 20px;

}

.card_payments i {

    font-size: 60px;
    color: #000000;
    padding: 0 10px;
    margin-top: 15px;

}

.card_content_payments {

    padding: 20px;

}

.text_payments {

    font-size: 17px;
    color: #111111;
    margin-bottom: 60px;
    text-align: center;
    margin-top: 25px;

}

.payments_box h3 {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    font-size: 34px;
    color: #111111;
    text-align: center;
    width: auto;
    margin-top: 100px;

}

.accordion {

    background-color: #f8f8f8;
    border: 1px solid #9f9f9f!important;
    font-size: 22px;
    color: #111111;
    font-weight: 600;
    cursor: pointer;
    padding: 40px;
    margin: 8px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;

}
  
.active, .accordion:hover {

    background-color: #c3c3c3;

}
  
.accordion:after {

    content: '\002B';
    font-size: 22px;
    color: #111111;
    font-weight: bold;
    float: right;
    margin-left: 5px;

}
  
.active:after {

    content: "\2212";
    font-size: 22px;

}
  
.panel {

    padding: 0 18px;
    font-size: 18.5px;
    color: #111111;
    background-color: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    
}

.text_panel_1 {

    padding: 40px 20px;

}

.text_panel_2 {

    padding: 40px 20px;

}

.text_panel_3 {

    padding: 40px 20px;

}

.text_panel_3 a {

    color: #3498db;

}

.text_panel_3 a:hover {

    color: #0478db;

}

.text_panel_3 a:focus {

    color: #7a00b8;

}