html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    color: #515151;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
    margin: 0;
    padding: 0;
}

p {
    padding-bottom: 20px;
}

a {
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

ul li,
ol li {
    position: relative;
    margin: 0;
    padding: 0;
}

.text-justify {
    text-align: justify !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

:focus {
    outline: none !important;
    text-decoration: none;
}

.img-100 {
    width: 100%;
    height: 100%;
}

.container {
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
}

.page-header {
    position: relative;
}

.header-top {
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eff0f2;
    margin-bottom: 6px;
}

.header-top-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    color: #bdbdbd;
}

.header-top-con p {
    padding-bottom: 0px;
    padding-right: 15px;
    font-size: 12px;
}

.header-top-con ul {
    list-style-type: none;
    padding: 0;
    margin: 0px;
    display: none;
}

.header-top-con ul li {
    display: inline-block;
    color: #bdbdbd;
    margin-left: 6px;
}

.header-top-con ul li i {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    border: 1px solid #bdbdbd;
    text-align: center;
    line-height: 30px;
}


.header-top-con ul li i:hover {
    border: 1px solid #72b243;
    color: #72b243;
}

.header-top-con ul li a {
    color: #bdbdbd;
}

.middle-header {
    padding: 0 0 10px 0;
}

.middle-header {
    position: relative;
}

.logo {
    float: left;
    width: 120px;
}

.logine-position {
    position: relative;
}

.logo img {
    width: 100%;
    display: block;
}

.nav-toggle {
    float: right;
    color: #73b243;
    font-size: 25px;
    padding-top: 10px;
    cursor: pointer;
}

.nav-toggle.nav-close i::before {
    content: '\f00d';
}

.nav-primary {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    padding: 20px 15px;
    background-color: #f6fbf2;
    border-bottom: 2px solid #73b243;
    display: none;
    z-index: 1;
}

.nav-primary ul li {
    font-size: 16px;
    padding: 5px 0;
    font-weight: 600;
    position: relative;
}

.nav-primary ul li a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}

.nav-primary ul li .active {
    color: #73b243;
}

.sub-menu {
    display: none;
    position: relative;
}

.sub-menu-toggle {
    color: #73b243;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 40px;
    cursor: pointer;
    text-align: right;
}

.sub-menu.js-toggled {
    display: block;
    padding-left: 10px;
}

.top-header {
    display: block;
    padding: 0 0;
    text-align: center;
    background-color: #CF2128;
    position: relative;
}

.header-info ul {
    background: none;
    border: none;
}

.top-header p {
    color: #302F2F;
    font-size: 14px;
    font-weight: 600;
    display: none;
}

.top-header p span {
    color: #CC0F0F;
    font-weight: 700;
}

.header-info ul li span {
    display: inline-block;
}

.top-header .container {
    position: relative;
    max-width: 1366px;
}

.notificatio-cross {
    position: absolute;
    right: 18px;
    top: 5px;
    cursor: pointer;
}

.top-header a {
    background-color: #CF2128;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 25px;
    display: inline-block;
    border-radius: 50px;
    margin-left: 33px;
}

.nav-primary>li:hover,
.nav-primary>li:hover>a {
    border-bottom-color: #78b443;
}

.nav-primary li:hover>a {
    color: #78b443;
}

.logine {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -38px;
    right: 15px;
}

.logine i {
    color: #bdbdbd;
    margin-top: 4px;
}

.logine ul {
    padding: 0px;
    margin: 0px 0px 0px 8px;
    list-style-type: none;
}

.logine ul li {
    display: inline-block;
    color: #bdbdbd;
    font-size: 12px;
    font-weight: 600;
}

.logine ul li a {
    color: #bdbdbd;
}

.logine ul li a:hover {
    color: #73b243;
}

@media (min-width: 1200px) {
    .logo {
        margin-left: 0px;
        float: left;
        width: 230px;
        margin-bottom: 10px;
    }

    .middle-header {
        padding: 0 0 0px 0;
    }

    .sub-menu.js-toggled {
        padding-left: 0px;
    }

    .nav-toggle {
        display: none;
    }

    .nav-primary {
        position: relative;
        top: auto;
        width: auto;
        left: auto;
        padding: 0 0;
        padding-top: 0px;
        background-color: transparent;
        border-bottom: none;
        display: block;
        float: right;
        margin-top: 46px;
    }

    .nav-primary ul li {
        float: left;
        padding: 0 20px;
    }

    .nav-primary ul li a {
        padding-right: 0;
        color: #000;
        height: 62px;
        font-size: 16px;
        line-height: 62px;
        display: block;
    }

    .sub-menu-toggle {
        top: 20px;
        color: #000;
        right: 0;
    }

    .nav-primary ul li.menu-item-has-children:hover .sub-menu {
        display: block;
        z-index: 9;
    }

    .nav-primary ul li.menu-item-has-children:hover .sub-menu li ul {
        display: none;
    }

    .nav-primary ul li.menu-item-has-children:hover .sub-menu li:hover ul {
        left: 250px;
        top: 0px;
        display: block;
    }

    .nav-primary ul li:hover>ul {
        display: inherit;
    }

    .nav-primary ul li ul li .sub-menu-toggle {
        top: -5px;
        color: #000;
        right: -3px;
        z-index: 5;
        rotate: 30px;
        transform: rotate(-92deg);
    }

    .nav-primary ul li ul li:hover .sub-menu-toggle {
        color: #fff;
    }

    .sub-menu {
        position: absolute;
        background: #fff;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    }

    .nav-primary ul li.menu-item-has-children .sub-menu li {
        padding: 0px;
        height: auto;
        line-height: normal;
    }

    .nav-primary ul li.menu-item-has-children .sub-menu li a {
        min-width: 276px;
        padding: 0px 15px;
        display: block;
        font-size: 14px;
    }

    .sub-menu li a:hover {
        color: #fff;
        background-color: #97c672;
        ;
    }

    .header-container {
        padding: 0;
        max-width: 1170px;
        margin: 0 auto;
    }

    .nav-primary ul li a:hover::before,
    .nav-primary ul li a:hover:after,
    .nav-primary ul li.current_page_item a::before,
    .nav-primary ul li.current_page_item a:after {
        opacity: 1;
    }

    .nav-primary ul li .sub-menu li a::after {
        display: none;
    }

    .nav-primary ul li .sub-menu li a::before {
        display: none;
    }

    .nav-primary ul li:last-child {
        padding-right: 0px;
    }

    .logine {
        position: absolute;
        top: 0px;
        right: 15px;
        padding-top: 15px;
    }

    .logine ul li {
        font-size: 14px;
    }

    .header-top {
        padding: 10px 0;
        border-bottom: none;
        margin-bottom: 0px;
    }

    .header-top-con {
        justify-content: flex-end;
    }

    .header-top-con ul {
        display: block;
    }
}

.banner .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.banner {
    padding: 0 0 30px 0;
}

.banner-item {
    position: relative;
}

.hero-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hero-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.hero-text {
    position: relative;
    /* background: linear-gradient(90.72deg, #B4E4FF 0.62%, rgba(180, 228, 255, 0.85) 33.82%, rgba(180, 228, 255, 0.73) 46.91%, rgba(180, 228, 255, 0.06) 73.83%, rgba(180, 228, 255, 0) 99.46%); */
    text-align: center;
    padding: 30px 0 60px 0;
}

.hero-wrapper {
    max-width: 100%;
}

.hero-wrapper h1 {
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 100px;
    font-style: italic;
    background: rgba(3, 3, 3, 0.5);
    width: 300px;
    padding: 20px;
    margin: 0 auto 10px;
}

.hero-wrapper h1 span {
    color: #74b243;
    font-weight: 700;
    display: block;
}

.btn-barrer {
    color: #fff;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 16px 10px 16px;
    border-radius: 50px;
    border: none;
    background: linear-gradient(180deg, #73b243 0%, #438312 100%);
}

.btn-barrer:hover {
    background-color: #000;
    color: #fff;
    background: linear-gradient(180deg, #438312 0%, #73b243 100%);
}

@media (min-width: 768px) {
    .hero-wrapper h1 {
        font-size: 32px;
        margin-bottom: 180px;
        width: 400px;
    }
}

@media (min-width: 1200px) {
    .hero-text {
        padding-top: 50px;
    }

    .hero-wrapper h1 {
        font-size: 42px;
        margin-bottom: 300px;
    }
}



/* inner banner */
.overlay {
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 60px 0;
}

.overlay-wrapper {
    width: 100%;
}

.overlay h1 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
    font-style: italic;
}

.overlay h1 span {
    color: #74b243;
    font-weight: 700;
    display: block;
    font-size: 22px;
}

.overlay h1 .red-color {
    display: unset;
    color: red;
}

.overlay h1 .source {
    display: unset;
    text-decoration: line-through;
}

@media (min-width: 768px) {
    .overlay {
        padding: 160px 0;
    }

    .overlay h1 {
        font-size: 32px;
    }

    .overlay h1 span {
        font-size: 28px;
    }

}

@media (min-width: 1200px) {
    .overlay {
        padding: 210px 0;
    }

    .overlay h1 {
        font-size: 52px;
    }

    .overlay h1 span {
        font-size: 32px;
    }
}



.body {
    padding: 0;
}

.row-reverse {
    flex-direction: row-reverse;
}

.bg-green {
    background: green;
}

.bg-green .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.bg-green h2 {
    font-size: 38px;
    font-weight: 900;
    padding: 50px 0 100px 0;
    font-style: italic;
}

.bg-green h2 span {
    display: block;
}

.con-box {
    position: relative;
}

.con-box a {
    position: absolute;
    bottom: 30px;
    right: 35px;
    color: #fff;
}

.con-box a:hover {
    color: #fff;
    text-decoration: underline;
}

@media (min-width:1024px) {
    .bg-green h2 {
        font-size: 42px;
        padding: 0px 0 0px 0;
    }

}

.testimonial-section {
    background: #f8f8f8;
    padding: 50px 0;
}

.testimonial-con {
    width: 90%;
    margin: 0 auto;
}

.testimonial-con h2 {
    color: #000;
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;
}

.testimonial-item {
    text-align: center;
    padding-bottom: 30px;

}

.testimonial-item img {
    max-width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto;
}

.testimonial-item h3 {
    font-size: 18px;
    padding-bottom: 15px;
    padding-top: 20px;
}

.testimonial-item h3 span {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

@media (min-width:1200px) {

    .testimonial-section {
        padding: 80px 0;
    }

    .testimonial-con h2 {
        font-size: 22px;
        padding-bottom: 40px;
    }

    .testimonial-con {
        width: 60%;
        margin: 0 auto;
    }

    .testimonial-item {
        padding-bottom: 60px;

    }
}

footer {
    background: #000;
}

footer .footer-top {
    padding-top: 20px;
    color: #fff;
}

footer .footer-top a {
    color: #fff;
}

footer .footer-top a:hover {
    color: #77b342;
}

footer .footer-top h3 {
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 20px;
}

footer .footer-top ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

footer .footer-top ul li {
    padding-bottom: 6px;
}

footer .footer-top ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

footer .footer-top ul li a:hover {
    color: #77b342;
}

footer .footer-logo {
    width: 150px;
    margin-bottom: 20px;
}

footer .footer-logo img {
    max-width: 100%;
    display: block;
}

footer .copyright {
    color: #494949;
    text-align: center;
    padding: 15px 0;
    font-size: 12px;
}

footer .copyright a {
    color: #494949;
    font-size: 12px;
}

footer .copyright a:hover {
    color: #fff;
}

.social-media-link {
    padding-top: 20px;
}

.social-media-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0px;
}

.social-media-link ul li {
    display: inline-block;
    color: #bdbdbd;
    margin-left: 6px;
}

.social-media-link ul li i {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    border: 1px solid #bdbdbd;
    text-align: center;
    line-height: 30px;
}

.social-media-link ul li a {
    color: #bdbdbd;
}

.social-media-link ul li i:hover {
    border: 1px solid #72b243;
    color: #72b243;
}

@media (min-width:768px) {
    footer .footer-top h3 {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    footer .copyright {
        font-size: 14px;
    }

    .social-media-link {
        padding-top: 20px;
        text-align: right;
    }
}

@media (min-width:1024px) {
    footer .footer-top {
        padding-top: 60px;
    }

    footer .footer-top h3 {
        font-size: 18px;
    }

    footer .copyright {
        font-size: 14px;
    }

}

/* About */

.body-about {
    padding: 30px 0 40px 0;
}

.body-about img {
    margin-bottom: 15px;
}

.body-about h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #79b543;
    font-style: italic;
    font-weight: 700;
}

.body-about h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #79b543;
    font-style: italic;
    font-weight: 700;
}

.body-about h3 span {
    display: block;
    font-size: 14px;
    color: #515151;
    padding-top: 10px;
}

.body-about p {
    font-size: 12px;
}

.body-about h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

.body-about ol {
    padding: 0px 0 20px 20px;
}

.body-about ol li {
    padding-bottom: 10px;
}

.body-about ul {
    padding: 0px 0 20px 20px;
}

.body-about ul li {
    padding-bottom: 10px;
    position: relative;
}

.body-about ul.das li::after {
    content: "-";
    position: absolute;
    top: 0;
    left: -20px;
    font-weight: bold;
}

@media (min-width:1024px) {
    .body-about {
        padding: 50px 0 80px 0;
    }

    .body-about h2 {
        font-size: 32px;
    }

    .body-about h3 {
        font-size: 22px;
    }

    .body-about h3 span {
        font-size: 18px;
        padding-top: 10px;
    }

    .body-about p {
        font-size: 16px;
    }

    .body-about h4 {
        font-size: 18px;
    }
}

.box-content {
    padding: 0 15px;
}

.box-content ul li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    border-left: #6bb045 1px solid;
    border-top: #6bb045 1px solid;
    border-right: #6bb045 1px solid;
}

.box-content ul li:last-child {
    border-bottom: #6bb045 1px solid;
}

.box-content ul li .left {
    font-size: 22px;
    font-weight: 900;
    font-style: italic;
    color: #6bb045;
    width: 100%;
    padding: 10px;
}

.box-content ul li .left span {
    display: block;
}

.box-content ul li .rights {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.box-content ul li .rights a {
    color: #6bb045;
}

.box-content ul li .rights a:hover {
    color: #6bb045;
    text-decoration: underline;
}

.box-content ul li .rights img {
    border-radius: 100%;
    max-width: 100%;
    border: #6bb045 1px solid;
}

@media (min-width:768px) {

    .box-content {
        padding: 50px 15px 0 15px;
    }

    .box-content ul li {
        display: flex;
        flex-direction: row;
        align-items: center;
        border-left: #6bb045 1px solid;
        border-top: #6bb045 1px solid;
        border-right: none;
    }

    .box-content ul li:last-child {
        border-right: #6bb045 1px solid;
        border-bottom: #6bb045 1px solid;
    }

    .box-content ul li:nth-child(2) {
        border-right: #6bb045 1px solid;
    }

    .box-content ul li:nth-child(3) {
        border-bottom: #6bb045 1px solid;
    }

    .box-content ul li .left {
        font-size: 22px;
        font-weight: 700;
        color: #6bb045;
        width: calc(100% - 150px);
        padding: 10px;
    }

    .box-content ul li .left span {
        display: block;
    }

    .box-content ul li .rights {
        width: 150px;
        padding: 10px;
        text-align: center;
    }

    .box-content ul li .rights a {
        color: #6bb045;
    }

    .box-content ul li .rights a:hover {
        color: #6bb045;
        text-decoration: underline;
    }

    .box-content ul li .rights img {
        border-radius: 100%;
        max-width: 100%;
        border: #6bb045 1px solid;
    }
}

@media (min-width:1024px) {
    .box-content ul li .left {
        font-size: 32px;
        font-weight: 700;
        color: #6bb045;
        width: calc(100% - 250px);
        padding: 20px;
    }

    .box-content ul li .left span {
        display: block;
    }

    .box-content ul li .rights {
        width: 250px;
        padding: 20px;
        text-align: center;
    }

    .box-content ul li .rights a {
        color: #6bb045;
    }

    .box-content ul li .rights a:hover {
        color: #6bb045;
        text-decoration: underline;
    }

    .box-content ul li .rights img {
        border-radius: 100%;
        max-width: 100%;
        border: #6bb045 1px solid;
    }
}

.contact-us {
    padding: 0px;
}

.contact-us a {
    color: #000;
}

.contact-us a:hover {
    color: #6bb045;
}

.form-row {
    padding-bottom: 10px;
}

.form-row input[type="text"] {
    width: 100%;
    height: 50px;
    border: 1px solid #efefef;
    outline: none;
    padding: 0 60px 0 18px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    border-radius: 4px;
    transition: 0.2s ease all;
    background: transparent;
}

.form-row textarea {
    border: 1px solid #efefef;
    width: 100%;
    padding: 0 15px;
    padding-top: 10px;
    height: 120px;
    border-radius: 4px;
    background-color: #fff;
    resize: none;
    color: #272727;
    font-size: 17px;
    margin-bottom: 20px;
}

.form-row input[type="submit"] {
    width: 230px;
    height: 60px;
    background: #73b243;
    display: block;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #73b243;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.form-row input[type="submit"]:hover {
    border: 1px solid #73b243;
    background: transparent;
    color: #000;
    transition: 0.2s ease all;
}

.from-col input[type="text"]::placeholder,
.from-col input[type="tel"]::placeholder,
.from-col input[type="email"]::placeholder,
.from-col textarea::placeholder {
    opacity: 1;
}

.list-item {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.list-item li {
    padding-bottom: 20px;
    padding-left: 30px;
    position: relative;
    font-size: 12px;
}

.list-item li::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #1c9905;
}

@media (min-width:1024px) {
    .list-item li {
        font-size: 16px;
    }
}


.box-content2 {
    padding: 0 15px;
}

.box-content2 ul {
    padding-left: 0;
}

.box-content2 ul li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    border-left: #6bb045 1px solid;
    border-top: #6bb045 1px solid;
    border-right: #6bb045 1px solid;
}

.box-content2 ul li:last-child {
    border-bottom: #6bb045 1px solid;
}

.box-content2 ul li .left {
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    color: #6bb045;
    width: 100%;
    padding: 10px;
}

.box-content2 ul li .left span {
    display: block;
}

.box-content2 ul li .rights {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.box-content2 ul li .rights a {
    color: #6bb045;
}

.box-content2 ul li .rights a:hover {
    color: #6bb045;
    text-decoration: underline;
}

.box-content2 ul li .rights img {
    border-radius: 100%;
    max-width: 100%;
    border: #6bb045 1px solid;
}

@media (min-width:768px) {

    .box-content2 {
        padding: 50px 15px 0 15px;
    }

    .box-content2 ul li {
        display: flex;
        flex-direction: row;
        align-items: center;
        border-left: #6bb045 1px solid;
        border-top: #6bb045 1px solid;
        border-right: none;
    }

    .box-content2 ul li:last-child {
        border-right: #6bb045 1px solid;
        border-bottom: #6bb045 1px solid;
    }

    .box-content2 ul li:nth-child(2) {
        border-bottom: #6bb045 1px solid;
    }

    .box-content2 ul li:nth-child(1) {
        border-bottom: #6bb045 1px solid;
    }

    .box-content2 ul li .left {
        font-size: 16px;
        font-weight: 700;
        color: #6bb045;
        width: calc(100% - 100px);
        padding: 10px;
    }

    .box-content2 ul li .left span {
        display: block;
    }

    .box-content2 ul li .rights {
        width: 100px;
        padding: 10px;
        text-align: center;
    }

    .box-content2 ul li .rights a {
        color: #6bb045;
        font-size: 10px;
    }

    .box-content2 ul li .rights a:hover {
        color: #6bb045;
        text-decoration: underline;
    }

    .box-content2 ul li .rights img {
        border-radius: 100%;
        max-width: 100%;
        border: #6bb045 1px solid;
    }
}

@media (min-width:1024px) {
    .box-content2 ul li .left {
        font-size: 22px;
        width: calc(100% - 120px);
        padding: 10px;
    }

    .box-content2 ul li .left span {
        display: block;
    }

    .box-content2 ul li .rights {
        width: 120px;
        padding: 10px;
        text-align: center;
    }

    .box-content2 ul li .rights a {
        color: #6bb045;
        font-size: 14px;
    }
}

.table-div {
    padding: 0px;
}

.table-div .table {
    width: 100%;
    border-collapse: collapse;
}

.table-div .table td,
.table-div .table th {
    padding: 12px 15px;
    border: 1px solid #ddd;
}

.table-div .table th {
    background-color: #fcfdfd;
    color: #000000;
}

.table-div .table tbody tr:nth-child(even) {
    background-color: #fcfdfd;
}

.table-div h6 {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}


.table-div ol li {
    font-size: 13px;
    color: #000;
}

.table-div ol li span {
    color: #77933c;
}

@media (min-width:1024px) {
    .table-div ol li {
        font-size: 16px;
    }
}

/*responsive*/

@media (max-width: 500px) {
    .table-div .table thead {
        display: none;
    }

    .table-div .table,
    .table-div .table tbody,
    .table-div .table tr,
    .table-div .table td {
        display: block;
        width: 100%;
    }

    .table-div .table tr {
        margin-bottom: 15px;
    }

    .table-div .table td {
        /* padding-left: 50%; */
        text-align: left;
        position: relative;
    }

    .table-div .table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-size: 15px;
        font-weight: bold;
        text-align: left;
    }
}

/****************************************
    ----- Gallery  Page -----
*****************************************/
.gallery-section {
    padding: 70px 0 55px 0;
}

.gallery-section img,
video {
    max-width: 100%;
    height: auto;
    border: #dfdddd 1px solid;
    border-radius: 6px;
}

.gallery-section figcaption {
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

.gallery-section ul li {
    margin-bottom: 30px;
}

.btn-success {
    padding: 7px 30px;
    background: #73b243;
    display: block;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #73b243;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.btn-success:hover {
    border: 1px solid #73b243;
    background: transparent;
    color: #000;
    transition: 0.2s ease all;
}

.modal-title {
    font-size: 18px;
    font-weight: 600;
}

.btn-danger {
    padding: 7px 20px;
    background: rgb(216, 2, 2);
    display: block;
    text-align: center;
    border-radius: 10px;
    border: 1px solid rgb(216, 2, 2);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.btn-danger:hover {
    border: 1px solid rgb(155, 2, 2);
    background: transparent;
    color: #000;
    transition: 0.2s ease all;
}

.img-ful {
    width: 100%;
    display: block;
}

.img-auto {
    margin: 0 auto;
}


/* form input[type="text"], 
form input[type="password"], 
form input[type="email"], 
form input[type="url"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="week"], 
form input[type="number"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"], 
form select, 
form textarea {
	background-color:#fff !important;
    color: #333;
    border: 1px solid #d9d7d7;
} */

.all-pages-bottom {
    padding: 20px 0;
    text-align: center;
}

.all-pages-bottom h4 {
    font-size: 16px;
    text-align: center;
    background: #20991A;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px;
}

.all-pages-bottom ol {
    padding: 0 0 0 20px;
    margin: 0;
}

.all-pages-bottom ol li {
    color: #515151;
}

@media (min-width:1024px) {
    .all-pages-bottom {
        padding: 50px 0;
    }

    .all-pages-bottom h4 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .all-pages-bottom ol li {
        font-size: 16px;
        padding-bottom: 10px;
    }
}


.js-bottom-slider {
    padding-bottom: 50px;
}

.bottom-slider__item {
    padding: 0 15px;
}

.bottom-slider__item h2 {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding-bottom: 15px;
    color: #1c9905;
}

.bottom-slider__item h3 {
    font-weight: 900;
    font-size: 16px;
    text-align: center;
    color: #000;
}


@media (min-width:1024px) {

    .js-bottom-slider {
        padding-bottom: 100px;
    }

    .bottom-slider__item h2 {
        font-size: 42px;
    }

    .bottom-slider__item h3 {
        font-size: 22px;
    }
}

.table-bg-gray-top {
    background-color: #bfbfbf;
    color: #000;
    vertical-align: middle !important;
}

.table-bg-green-top {
    background-color: #c3d69b;
    color: #000;
    vertical-align: middle !important;
}

.table-bg-green-light {
    background-color: #ffffcc;
    color: #000;
    vertical-align: middle !important;
}

.table-bg-green {
    background-color: #dce6f2;
    color: #000;
    text-align: center;
}





div.Basic-Text-Frame {
    border-style: solid;
}

table.Basic-Table {
    border-collapse: collapse;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    margin-bottom: -4px;
    margin-top: 4px;
}

td.Basic-Table {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #000000;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #000000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: top;
}

p.Basic-Paragraph {
    color: #000000;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 1;
}

col._idGenTableRowColumn-1 {
    width: 48px;
}

col._idGenTableRowColumn-2 {
    width: 264px;
}

col._idGenTableRowColumn-3 {
    width: 336px;
}

col._idGenTableRowColumn-4 {
    width: 408px;
}

tr._idGenTableRowColumn-5 {
    min-height: 17px;
}

tr._idGenTableRowColumn-6 {
    min-height: 46px;
}

tr._idGenTableRowColumn-7 {
    min-height: 89px;
}

tr._idGenTableRowColumn-8 {
    min-height: 60px;
}

tr._idGenTableRowColumn-9 {
    min-height: 31px;
}

.arrows-icon {
    text-align: center;
    margin-bottom: 30px;
}

#button {
    display: inline-block;
    background-color: #008000;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/* Styles for the content section */


@media (min-width: 500px) {

    #button {
        margin: 30px;
    }
}


.answer {
    position: relative;
}
.answer p {
    position: relative;
}

.answer p span {
    
}


.answer ul {
    padding-left: 20px;
}

.answer ul li {
    font-size: 12px;
    position: relative;
}

.answer ul li::after {
    content: "";
    position: absolute;
    top: 4px;
    left: -17px;
    background: url(../img/tick.png) no-repeat;
    width: 9px;
    height: 8px;
}

.note,
.faqs a,
.gold-color{
    color: #806000;
}

.red-color{
    color: darkred;
}

@media (min-width: 1200px) {
    .answer ul li {
        font-size: 16px;
    }
    .answer ul li::after {
        top: 6px;
    }
    
}


.green-bg{
    background: #73b243;
}

.green-bg-light{
    background: #13a920;
}

.prices-list__item{
    width: 100%;
    margin: 20px 0;
}

.prices-list__header{
    text-align: center;
    background: #fde930;
    padding: 15px;
}

.green-bg-light .prices-list__header{
    background: #e1cd38;
}

.prices-list__header h3{
    font-size: 26px;
    color: #000;
}

.prices-list__header p{
    font-size: 14px;
    color: #000;
}

.prices-list__big-text{
    padding: 15px;
    text-align: center;
}

.prices-list__big-text h2{
    color: #000;
    font-size: 32px;
    text-transform: uppercase;
}

.prices-list__price{
    padding: 15px;
    text-align: center;
    background-color: #fde930;
}

.green-bg-light .prices-list__price{
    background: #e1cd38;
}

.prices-list__price h4{
    font-size: 32px;
    color: #000;
    font-weight: 500;
}

.prices-list__price h4 span{
    font-weight: 500;
}


.prices-list__price p{
    font-size: 14px;
    color: #000;
}

.prices-list__footer{
    padding: 15px;
}

.prices-list__footer h6{
    font-size: 16px;
    color: #272727;
    padding-bottom: 10px;
}

.prices-list__footer h5{
    font-size: 18px;
    color: #000;
    padding-bottom: 20px;
}

.prices-list__footer ul li{
    position: relative;
    padding: 0 0 15px 22px;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

.prices-list__footer ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: #000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

@media (min-width:768px) {
    .prices-list__wrapper{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .prices-list__item{
        width: 50%;
    }
}

@media (min-width:1024px) {
    .prices-list{
        padding-top: 0px;
    }
    .prices-list__item{
        width: 25%;
    }

    .prices-list__big-text h2 {
        font-size: 40px;
        font-weight: 700;
    }

    .prices-list__header p {
        font-size: 21px;
    }

    .prices-list__header h3{
        font-size: 36px;
        font-weight: 700;
    }

    .prices-list__price h4 {
        font-size: 46px;
    }

    .prices-list__item {
        margin: 0px 0 ;
    }

    .banner.home{
        padding: 0 0 0px 0;
    }
}

