@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
    font-family: "Poppins", sans-serif !important;
    font-size: 15px;
    line-height: inherit;
}

.main_logo>img {
    width: 250px;
    margin-left: 20px;
}

.navbar_link .navbar-nav .open>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
    color: #00923f !important;
}

.main_link>ul>li {
    padding-right: 10px;
    font-size: 16px;
    font-weight: 700;
}

.main_link>ul>li>a {
    color: #333 !important;
}

.main_link>ul>li>a:hover {
    color: #00923f !important;
}

.bg_faded {
    background-color: #fff;
}

.section_padding {
    padding: 0 0 30px 0;
}

.sec_2_bg {
    background-image: url("../img/customer-hand-scanning.jpg");
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
}

.about_app_heading>h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
}

.about_app_heading>p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 8px 0;
}

.play_icon_app>a>img {
    height: 70px;
}

.play_icon_app>a:nth-child(1) {
    padding-right: 15px;
}

.app_screen>img {
    width: 100%;
}

.section_main_heading>h2 {
    font-size: 32px;
    font-weight: 700;
}

.section_main_heading {
    padding-bottom: 15px;
}

.section_main_heading>img {
    width: 120px;
}

.sec_3_mob>img {
    width: 96%;
}

.col_margin {
    margin-top: 50px;
}

.sec_3_cotain>h2 {
    font-size: 23px;
    font-weight: 700;
    padding-bottom: 15px;
}

.sec_3_cotain>p {
    font-size: 15px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    margin-bottom: 5px;
}

.footer_bg {
    background: #000;
    padding: 20px 0;
}

.footer_bg>h2 {
    font-size: 15px;
    margin: 0;
    color: #fff;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background: #00923f;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 50px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.navbar-toggler:focus {
    outline: none !important;
}

.other_main_heading>h2 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    padding-right: 25px;
}

.other_main_heading>img {
    width: 140px;
    padding-right: 25px;
}

.section_main_heading>p {
    font-size: 17px;
    font-weight: 600;
    padding-top: 10px;
    color: rgba(0, 0, 0, 0.4);
}

.border_bottom_po {
    border-bottom: 1px solid rgba(215, 215, 215, 0.5);
}

.PrivacyPolicy_title {
    font-size: 22px;
    letter-spacing: 0.5px;
    color: #333;
    font-weight: 500;
}

.SUMMARY_s {
    font-size: 15px;
    color: #777;
}

.Contain_details p {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    text-align: justify;
    line-height: 30px;
}

.privacy_contains {
    padding: 50px 0;
}

.faq_mob>img {
    width: 64%;
}

.accordion .card-header:after {
    font-family: "FontAwesome";
    content: "\f068";
    float: right;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.faq_tab {
    background: linear-gradient(90deg, #238ef9 1%, #1fc6f3);
    color: #fff;
    cursor: pointer;
}

.faq_title {
    font-weight: 600;
    font-size: 16px;
}

.faq_tab_des {
    padding: 15px;
}

.faq_tab_des>p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
}

.contact_info {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.contact_info>img {
    width: 35px;
    margin: 15px 0;
}

.contact_info>p {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.conatct_form {
    background: linear-gradient(90deg, #238ef9 1%, #1fc6f3);
    padding: 20px;
    border-radius: 8px;
    margin: 50px 0;
}

.form_fild {
    width: 100%;
    padding: 13px 20px;
    border-radius: 5px;
    border: 0;
}

.form_fild:focus {
    outline: none;
}

.form_margin {
    margin: 10px 0;
}

.send_btn {
    background: linear-gradient(90deg, #238ef9 1%, #1fc6f3);
    padding: 10px 20px;
    border-radius: 150px;
    border: 2px solid #fff;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0px 15px 24px -2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

@media (min-width: 1200px) {
    .container {
        width: 80% !important;
        max-width: 100%;
    }
}

.sec_3_cotain h5 {
    padding-bottom: 15px;
    font-weight: 700;
}

.ss_section_owner {
    padding: 100px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ss_left_bg {
    position: absolute;
    max-width: 400px;
    background: #f5f8f8;
}

.ss_leftside_bg {
    background-color: #f5f8f8;
    width: 30%;
    left: 0;
    position: absolute;
    min-height: 630px;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
}

.ss_rightside_bg {
    background-color: #f5f8f8;
    width: 30%;
    right: 0;
    position: absolute;
    min-height: 630px;
    border-radius: 30px 0 0 30px;
}

.verticle_middle {
    vertical-align: middle;
    display: table-cell;
}

.ss_section_title {
    padding-top: 80px;
}

.explore_btn>a {
    background: #00923f;
    color: #fff;
    line-height: 45px;
    padding: 0 20px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 600;
    -webkit-box-shadow: -5px 7px 5px 1px rgba(22, 72, 91, 0.04);
    -moz-box-shadow: -5px 7px 5px 1px rgba(22, 72, 91, 0.04);
    box-shadow: -5px 7px 5px 1px rgba(22, 72, 91, 0.04);
    transition: 0.5s all;
    border: 1px solid rgba(77, 208, 225, 0);
}

.explore_btn>a:hover {
    background: #ffffff;
    color: #00923f !important;
    border: 1px solid rgba(77, 208, 225, 0.5);
    text-decoration: none;
}


/*  ss css 02-03-2021 */

.ss_section_solution {
    padding: 100px 0 0 0;
    position: relative;
}

.ss_section_PD_bottom {
    padding-bottom: 140px;
}

.ss_images_solution {
    width: 100%;
    border-radius: 10px;
    position: relative;
    text-align: right;
}

.ss_images_solution_left {
    text-align: left;
}

.ss_images_solution>img {
    height: 550px;
}

.ss_images_padding {
    padding-top: 50px;
}

.ss_sub_contents {
    padding-left: 40px;
}

.ss_sub_contents h2 {
    font-weight: 700;
    color: #000000;
    padding: 20px 0 0 0;
    position: relative;
    font-size: 30px;
    line-height: inherit;
}

.ss_sub_contents img {
    height: 5px;
}

.ss_sub_contents p {
    font-weight: 500;
    color: #5a5a5a;
    line-height: 30px;
}

.ss_left_bg {
    position: absolute;
    max-width: 400px;
    background: #f5f8f8;
}

.ss_leftside_bg {
    background-color: #00923f;
    width: 40%;
    left: 0;
    position: absolute;
    min-height: 630px;
    border-radius: 0 30px 30px 0;
    opacity: 0.2;
}

.ss_rightside_bg {
    background-color: #00923f;
    width: 40%;
    right: 0;
    position: absolute;
    min-height: 630px;
    border-radius: 30px 0 0 30px;
    opacity: 0.2;
}

.verticle_middle {
    vertical-align: middle;
    display: table-cell;
}

.ss_section_title {
    padding-top: 80px;
}

.ss_how_works h2 {
    color: #16485b;
    font-size: 35px;
}

.ss_works_section {
    padding: 100px 0 100px 0;
}

.ss_how_works h2 {
    color: #16485b;
    font-size: 35px;
    font-weight: 700;
    line-height: 60px;
}

.ss_how_works p {
    font-weight: 500;
    color: #5a5a5a;
    line-height: 30px;
}

.smart_home {
    text-align: center;
}

.smart_home>img {
    width: 70%;
    display: inline-block;
}

.ss_follow_us {
    padding-top: 50px;
}

.ss_features {
    padding: 70px 21% 70px 5%;
    background: #16485b;
    border-radius: 30px 0 0 30px;
}

.ss_icon_home {
    height: 100px;
    width: 100px;
    background: #fff;
    border-radius: 100px;
    text-align: center;
    display: inline-block;
}

.ss_icon_home img {
    display: inline-block;
    position: relative;
    top: 20px;
}

.ss_how_auto h2 {
    color: #fff;
    text-transform: lowercase;
    font-weight: 600;
    font-size: 17px;
}

.ss_how_auto p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 25px;
    margin-bottom: 0;
}

.ss_center_light {
    padding: 40px 0;
}

.ss_line {
    background: rgba(22, 72, 91, 0.3);
    height: 5px;
    width: 40px;
    border-radius: 5px;
    display: inline-block;
}

.ss_testimonials {
    padding-bottom: 100px;
}

.padding_right_0 {
    padding-right: 0;
}

.profile_sss {
    position: relative;
    padding: 15px 15px 15px 70px;
}

.images_profile {
    position: absolute;
    top: 8px;
    left: 0;
    height: 60px;
    width: 60px;
    border-radius: 40px;
}

.images_profile>img {
    width: 100%;
}

.profile_sss h3 {
    margin-bottom: 0;
    color: #16485b;
    font-size: 17px;
    font-weight: 600;
}

.profile_sss p {
    margin-bottom: 0;
    color: #5a5a5a;
    font-size: 14px;
}

.ss_testimonials_box {
    -webkit-box-shadow: 2px 6px 5px 9px rgba(22, 72, 91, 0.02);
    -moz-box-shadow: 2px 6px 5px 9px rgba(22, 72, 91, 0.02);
    box-shadow: 2px 6px 5px 9px rgba(22, 72, 91, 0.02);
    padding: 30px 20px;
    margin-top: 40px;
    opacity: 0.5;
}

#ss_testimonials_slider .owl-next,
#ss_testimonials_slider .owl-prev {
    display: none;
}

#ss_testimonials_slider .center {
    background: #16485b;
}

.ss_testimonials_box p {
    font-weight: 500;
    color: #5a5a5a;
    line-height: 30px;
}

#ss_testimonials_slider .center .ss_testimonials_box p {
    color: #fff;
}

#ss_testimonials_slider .center .profile_sss h3 {
    color: #fff;
}

#ss_testimonials_slider .center .ss_testimonials_box {
    opacity: 1;
}

.ss_testimonials .ss_how_works {
    padding-bottom: 40px;
}

.footer_text .ss_footer_logo img {
    height: 100px;
}

.footer_text p {
    color: #fff;
    padding-top: 20px;
}

.quick_links_ss h2 {
    color: #00923f;
    font-weight: 700;
    font-size: 20px;
    padding: 20px 0 25px 0;
    position: relative;
}

.quick_links_ss .quick_links a {
    color: #fff;
    display: block;
    padding-bottom: 10px;
}

.quick_links_ss .quick_links a i {
    color: rgba(255, 255, 255, 0.4);
    padding-right: 8px;
}

.quick_links_ss h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #00923f;
    height: 5px;
    width: 40px;
    border-radius: 5px;
}

.quick_links_ss p {
    color: #f5f8f8;
}

.newsletterss_box {
    position: relative;
}

.newsletterss_box a i {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 18px;
}

.newsletterss_box input {
    height: 50px;
    background: #698995;
    border: 0;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 14px;
    padding: 10px 20px;
}

.newsletterss_box input:focus {
    background: #698995;
    box-shadow: 0;
    border: 0;
}

.newsletterss_box input::placeholder {
    color: #fff;
}

.newsletterss_box input:-ms-input-placeholder {
    color: #fff;
}

.newsletterss_box input::-ms-input-placeholder {
    color: #fff;
}

.last_footer_media a {
    color: #fff;
    padding: 0 10px;
    font-size: 18px;
}

.ss_footer {
    padding: 80px 0 0 0;
    background: #000000;
    background-size: cover;
}

.last_footer p {
    margin: 0;
    color: #fff;
}

.ss_last_line_foot {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 50px;
}

.ss_desk_right {
    text-align: right;
}

.last_footer a {
    font-weight: 700;
    color: #fff;
}

.all_pagesmenu_link {
    text-align: center;
}

.all_pagesmenu_link h2 {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
}

.all_pagesmenu_link a,
.all_pagesmenu_link span {
    color: #fff;
    padding: 0 5px;
    font-weight: 500;
}

.ss_about_shap {
    margin-top: -8%;
    position: relative;
    overflow: hidden;
    padding: 0 0;
}

.ss_about_shap img {
    width: 104%;
    margin-left: -7px;
}

.iot_about_section {
    padding: 10px 0 0 0;
}

.team-members .images img {
    width: 80%;
    display: inline-block;
    border-radius: 5px;
}

.team_details {
    background: #16485b;
    padding: 8% 4%;
    border-radius: 5px;
    margin-top: -10px;
    position: relative;
    z-index: 10;
}

.team_details h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.team_details p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}

.team-members {
    padding: 80px 0;
}

.ss_possible_section {
    padding: 100px 0;
}

.user_manual a {
    font-weight: 500;
    color: #5a5a5a;
    line-height: 30px;
    padding-right: 20px;
}

.user_manual a i {
    padding-right: 5px;
}

.ss_possible_section h3 {
    color: #16485b;
    font-weight: 700;
}

.ss_control {
    -webkit-box-shadow: 2px 6px 5px 9px rgb(22 72 91 / 2%);
    -moz-box-shadow: 2px 6px 5px 9px rgba(22, 72, 91, 0.02);
    box-shadow: 2px 6px 5px 9px rgb(22 72 91 / 2%);
    padding: 25px 25px;
    margin-bottom: 30px;
    background: #fff;
    transition: 0.5s all;
}

.ss_control .icon {
    height: 60px;
    width: 60px;
    background: #16485b;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    border: 1px solid #fff;
}

.ss_control:hover {
    background: #16485b;
}

.ss_control:hover h2 {
    color: #fff;
}

.ss_control:hover p {
    color: #fff;
}

.ss_control .icon img {
    height: 30px;
    display: inline-block;
    position: relative;
    top: 15px;
}

.images_basic img {
    width: 100%;
}

.ss_control h2 {
    color: #16485b;
    padding: 15px 0;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.ss_control p {
    color: #404040;
    margin: 0;
}

.ss_images_solution .play_button i {
    line-height: 80px;
    color: #16485b;
    font-size: 35px;
}

.ss_images_solution .play_button {
    position: absolute;
    height: 80px;
    width: 80px;
    background: #fff;
    border-radius: 60px;
    top: 42%;
    left: 48%;
    text-align: center;
}

.Specification_section {
    padding: 80px 0 60px 0;
}

.Technical_box .icon img {
    height: 40px;
}

.Technical_box {
    -webkit-box-shadow: 2px 6px 5px 9px rgb(22 72 91 / 2%);
    -moz-box-shadow: 2px 6px 5px 9px rgba(22, 72, 91, 0.02);
    box-shadow: 2px 6px 5px 9px rgb(22 72 91 / 2%);
    padding: 25px;
    margin-bottom: 30px;
    text-align: center;
}

.Technical_box h2 {
    color: #16485b;
    padding: 15px 0;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.IOTtest_spe_images {
    text-align: center;
}

.IOTtest_spe_images>img {
    width: 70%;
    display: inline-block;
}

.ss_from_textbox input {
    -webkit-box-shadow: 0 2px 23px -8px rgba(20, 89, 116, 0.18);
    -moz-box-shadow: 0 2px 23px -8px rgba(20, 89, 116, 0.18);
    box-shadow: 0 2px 23px -8px rgba(20, 89, 116, 0.18);
    height: 45px;
    color: #5a5a5a;
    border: 0;
    margin-bottom: 20px;
    padding: 10px 25px;
    border: 1px solid transparent;
}

.ss_from_textbox input:focus,
.ss_from_textbox textarea:focus {
    border: 1px solid #16485b;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0 rgb(0 123 255 / 25%);
}

.contacts_section {
    padding-bottom: 100px;
}

.contacts_us_images {
    text-align: center;
}

.contacts_us_images img {
    width: 80%;
    display: inline-block;
}

.ss_from_textbox textarea {
    -webkit-box-shadow: 0 2px 23px -8px rgba(20, 89, 116, 0.18);
    -moz-box-shadow: 0 2px 23px -8px rgba(20, 89, 116, 0.18);
    box-shadow: 0 2px 23px -8px rgba(20, 89, 116, 0.18);
    height: 150px;
    padding: 15px 20px;
    resize: none;
    color: #5a5a5a;
    border: 0;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.explore_btn button {
    background: #16485b;
    color: #fff;
    line-height: 45px;
    padding: 0 20px;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-box-shadow: -5px 7px 5px 1px rgb(22 72 91 / 4%);
    -moz-box-shadow: -5px 7px 5px 1px rgba(22, 72, 91, 0.04);
    box-shadow: -5px 7px 5px 1px rgb(22 72 91 / 4%);
    transition: 0.5s all;
    border: 0;
}

.contact_info_section {
    padding: 0 0 100px 0;
}

.ss_contacts_infor_box {
    -webkit-box-shadow: 0 2px 23px -8px rgba(20, 89, 116, 0.18);
    -moz-box-shadow: 0 2px 23px -8px rgba(20, 89, 116, 0.18);
    box-shadow: 0 2px 23px -8px rgba(20, 89, 116, 0.18);
    padding: 0 30px 40px 30px;
    border-radius: 10px;
    text-align: center;
    transition: 0.5s all;
}

.ss_contacts_infor_box h3 {
    color: #16485b;
    padding: 0 10px 10px 10px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    transition: 0.5s all;
}

.ss_contacts_infor_box p {
    color: #404040;
    margin: 0;
    transition: 0.5s all;
}

.ss_contacts_infor_box .icon {
    height: 70px;
    width: 70px;
    background: #16485b;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    border: 5px solid #fff;
    position: relative;
    top: -35px;
}

.ss_contacts_infor_box .icon img {
    height: 30px;
    display: inline-block;
    position: relative;
    top: 15px;
}

.ss_contacts_infor_box:hover {
    background: #16485b;
}

.ss_contacts_infor_box:hover h3 {
    color: #fff;
}

.ss_contacts_infor_box:hover p {
    color: #fff;
}

.ss_contacts_infor_box p span {
    display: block;
}

.shrink {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 12121521;
}

.hero {
    position: relative;
    height: 100vh;
    width: 100%;
    background: #ccc;
}

.hero__overlay {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.no-background-blend-mode .hero__overlay {
    background: rgba(27, 82, 83, 0.6) !important;
}

.hero__overlay {
    position: fixed;
    z-index: 50;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s linear;
    opacity: 0;
}

.hero__overlay--active {
    opacity: 1;
}

.hero__modal {
    width: 90%;
    margin: 30px auto 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero__close {
    position: absolute;
    z-index: 15;
    right: 0;
    bottom: 100%;
    width: 50px;
    height: 50px;
    text-indent: -9999em;
}

.hero__close:after,
.hero__close:before {
    content: "";
    position: absolute;
    width: 30px;
    top: 50%;
    left: 50%;
    height: 2px;
    margin-left: -15px;
    background: #fff;
    transform: rotate(45deg);
}

.hero__close:after {
    transform: rotate(-45deg);
}

.hero a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    color: #000;
}

.ss_video_model {
    width: 100%;
    height: 500px;
}

.close span i {
    color: red;
    font-size: 24px;
    opacity: 1;
    top: 3px;
    position: relative;
    right: 3px;
}

.modal {
    z-index: 1050545465;
}

.ss_leftside_bg>img {
    width: 100%;
    object-fit: cover;
    height: 650px;
    opacity: 0.1;
}

.contcats_uss a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    display: inline-block;
}

.contcats_uss a:hover {
    color: #00923f;
    text-decoration: none;
}

.contcats_uss a i {
    padding-right: 10px;
}

.copyright-text a:hover,
.quick_links_ss .quick_links a:hover {
    text-decoration: none;
    color: #00923f;
}

.privacy_contains h1 {
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 10px;
}

.ss_images_solution>video {
    height: 550px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 2px 13px 25px -6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 13px 25px -6px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 13px 25px -6px rgba(0, 0, 0, 0.05);
    border: 2px solid #00923f;
}

.ss_sub_contents ul li,
.sec_3_cotain ul li {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #777777;
}

.privacy_contains h1 {
    font-size: 24px;
}

ul {
    margin-bottom: 0;
}

.ss_video_section_padding {
    padding-top: 50px;
    padding-right: 0;
    padding-left: 0;
}

.ss_video_margin_buttom {
    padding-bottom: 100px;
}

.ss_contacts_box {
    padding: 60px 20px 40px 20px;
    background: #00923f;
    margin-bottom: 50px;
    border-radius: 10px;
}

.ss_contacts_box ul li {
    list-style: none;
    color: #ffffff;
}

.ss_contacts_box ul li a {
    list-style: none;
    color: #ffffff;
}

a:hover {
    text-decoration: none;
    color: #00923f;
}

.ss_contacts_box h2 {
    color: #ffffff;
}

.privacy_contains p {
    margin-bottom: 10px;
    line-height: 24px;
}

.packages_section .header_title {
    text-align: center;
}

.packages_section .header_title h2 {
    font-size: 35px;
    color: #000000;
}

.packages_section .header_title p {
    font-size: 16px;
    color: #777777;
}

.packages_section .plan {
    box-shadow: 0 5px 20px rgb(0 0 0 / 8%);
    padding: 30px 30px;
    border-radius: 10px;
}

.packages_section {
    padding-bottom: 100px;
}

.packages_section .plan h2 {
    font-weight: 600;
    font-size: 22px;
    color: #00923f;
}

.packages_section .plan {
    margin-top: 50px;
}

.packages_section .plan h3 {
    font-weight: 600;
    font-size: 22px;
    color: #000000;
}

.packages_section .plan p {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    color: #777777;
    color: #000000;
    position: relative;
    padding-left: 20px;
}

.packages_section .plan p:before {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 8px;
    top: 8px;
    left: 0;
    background: #00923f;
}

.packages_section .plan:hover {
    background: #00923f;
    color: #ffffff;
}

.packages_section .plan:hover p:before {
    background: #ffffff;
}

.packages_section .plan:hover .rate,
.packages_section .plan:hover h2,
.packages_section .plan:hover h3,
.packages_section .plan:hover p {
    color: #ffffff;
}

.packages_section .plan .rate {
    text-align: right;
    font-size: 22px;
    color: #00923f;
    font-weight: 600;
}