/*
Theme Name: Webixly
Author: Marcin Zagórski
Author URI: https://webixly.com
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&display=swap');


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    /*color: #232b35;*/
    color: #46494d;
    line-height: 1.6;}

img{
    max-width: 100%;
    height: auto;}

hr {
    margin: 35px 0;
    border-top: none;
    border-bottom: 1px solid #ddd;}

a{
    color: #4ca85e;
    text-decoration: none;
    webkit-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
    outline: none;}

a:hover{
    color: #4ca85e;
    text-decoration: underline;}

b, strong {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    color: #171c23;
    margin-bottom: 1.5rem;
    line-height: 1.25;
    font-weight: 700;}

h1 > span, h2 > span, h3 > span, h4 > span, h5 > span, h6 > span {
    color: #4ca85e;
    font-weight: 700;}

h1 {
    font-size: 36px;}

h2 {
    font-size: 30px;}
h3 {
    font-size: 22px;}
h4 {
    font-size: 20px;
    margin-bottom: 0.8rem;}

p {
    line-height: 1.7em;
    margin-bottom: 15px;}

ul, ol {
    padding-left: 40px;
    margin-bottom: 15px;
}

li {
    position: relative;
    padding-top: 6px;}

.breakpoint-off .greatnav ul li.megamenu-item .dropdown li .dropdown li:before, section:not(#references) ul li:before {
    content: "";
    background-image: url("images/icons/check.svg");
    width: 20px;
    height: 19px;
    left: -30px;
    position: absolute;
    background-size: inherit;
    background-repeat: no-repeat;
    top: 12px;}

.breakpoint-off .greatnav ul li.megamenu-item .dropdown li .dropdown li:before {
    top: 14px;}

.back-link {
    position: relative;
    display: inline-block;
    padding-left: 25px;
}

.back-link:before {
    content: "";
    background-image: url("images/icons/check.svg");
    width: 16px;
    height: 16px;
    left: 0;
    position: absolute;
    background-size: inherit;
    background-repeat: no-repeat;
    top: 3px;
    transform: rotate(180deg);
}

.mb-8 {
    margin-bottom: 80px;
}

img.rounded {
    border-radius: 15px;}

.section_padding_0_20 {
    padding: 0 0 20px 0;}

.section_padding_30 {
    padding: 30px 0;}

.section_padding_0_60 {
    padding: 0 0 60px 0;}

.section_padding_0_80 {
    padding: 0 0 80px 0;}

.section_padding_0_100 {
    padding: 0 0 100px 0;}

.section_padding_0_120 {
    padding: 0 0 120px 0;}

.section_padding_0_160 {
    padding: 0 0 160px 0;}

.section_padding_60 {
    padding: 60px 0;}

.section_padding_60_0 {
    padding: 60px 0 0 0;}

.section_padding_60_100 {
    padding: 60px 0 100px 0;}

.section_padding_60_120 {
    padding: 60px 0 120px 0;}

.section_padding_80 {
    padding: 80px 0;}

.section_padding_80_40 {
    padding: 80px 0 40px 0;}

.section_padding_80_120 {
    padding: 80px 0 120px 0;}

.section_padding_100 {
    padding: 100px 0;}

.section_padding_100_20 {
    padding: 100px 0 20px;}

.section_padding_100_60 {
    padding: 100px 0 60px 0;}

.section_padding_100_80 {
    padding: 100px 0 80px 0;}

.section_padding_100_120 {
    padding: 100px 0 120px 0;}

.section_padding_120 {
    padding: 120px 0;}

.section_padding_120_60 {
    padding: 120px 0 60px 0;}

.section_padding_120_0 {
    padding: 120px 0 0 0;}

.section_heading {
    margin-bottom: 50px;}

.section_heading_70 {
    margin-bottom: 70px;}

.section_heading_0 {
    margin-bottom: 0px;}

.section-grey {
    background: #f5f5f5 !important;}

.d-none {
    display: none !important;}

.text-center {
    text-align: center !important;}

.text-right {
    text-align: right !important;}

.position-relative {
    position: relative !important;}

.h-100 {
    height: 100%;}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1350px;
    padding-left: 25px;
    padding-right: 25px;}

.section_heading h1, .section_heading h2, .section_heading h3, .section_heading h4 {
    font-size: 32px;}

.section_heading_line_height h1, .section_heading_line_height h2, .section_heading_line_height h3, .section_heading_line_height h4 {
    line-height: 48px;
}

.section_heading .sub-header {
    font-size: 18px;
    margin-top: -15px;
    color: #030B60;
    font-weight: 500;
}

.heading-text {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 7px;
    letter-spacing: 1px;
    color: #65a465;
    font-weight: 600;
}

.btn.focus, .btn:focus {
    box-shadow: none;}

.btn, .menu-custom-btn a {
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    webkit-transition: color 50ms, background-color 150ms;
    transition: color 50ms, background-color 150ms;
    padding: 8px 20px !important;
    display: inline-block !important;
    border: 2px solid transparent !important;
    border-radius: 5px;
    font-size: 14px;
    line-height: inherit !important;
    font-weight: 600;}

.btn-sm {
    font-size: 14px !important;
    font-weight: 600;
    border: 2px solid transparent;
    padding: 7px 25px 7px 25px;}

.btn-lg {
    font-size: 15px !important;
    font-weight: 600;
    border: 2px solid transparent;
    padding: 12px 35px !important;}

.btn:hover {
    text-decoration: none;}

.btn-default, .menu-custom-btn a {
    background: #4ca85e;
    color: #fff;
}

.btn-default:disabled {
    background: rgba(12, 90, 219, 0.60);
    cursor: not-allowed;
    pointer-events: all !important;
}

.btn-default:hover:not(:disabled), .menu-custom-btn a:hover {
    background: #232b35;
    color: #fff !important;
}

.btn-default-outline {
    background: #fff;
    border-color: #4ca85e !important;
    color: #4ca85e;}

.btn-default-outline:hover {
    border-color: #4ca85e !important;
    background: #4ca85e !important;
    color: #fff !important;
}

.btn-dark {
    background: #232b35;
    border-color: #232b35 !important;
    color: #fff;}

.btn-dark:hover {
    color: #232b35;
    background: #fff;
    border-color: #232b35 !important;
}

.btn-white {
    background: #fff;
    border-color: #fff !important;
    color: #232b35;}

.btn-white:hover {
    color: #fff;
    background: #232b35;
    border-color: #232b35 !important;
}

.btn-yellow {
    background: #FFC120;
    border-color: #FFC120 !important;
    color: #232b35 !important;}

.btn-yellow:hover:not(:disabled) {
    background: #fdc74f;
    border-color: #fdc74f !important;
    color: #232b35;
}

.btn-yellow:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: all !important;
}

.more-link {
    display: inline-block;
    color: #252525;
    font-weight: 600;
    border-bottom: 2px solid #252525;
    padding-bottom: 5px;
}

.more-link:hover {
    color: #252525;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.first-left-padding{
    padding-left: 0 !important;}

.last-right-padding {
    padding-right: 0 !important;
}

.bg-image {
    height: 100%;
    max-width: 2600px;
    margin: 0 auto;}

#header{
    position: absolute;
    webkit-transition: 100ms;
    transition: 100ms;
    width: 100%;
    z-index: 999;
    padding: 15px 0;
    top: 0;
    border-bottom: 1px solid #ededed;
    background-color: transparent;}

#header.scrolled {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 8px 50px 8px rgba(255, 219, 219, 0.1);}

#header .great-navbar .nav-brand img{
    width: auto;
    vertical-align: middle;
    margin-top: -8px;
    max-height: 22px;
    max-width: 195px;}

.logo-mobile {
    display: none !important;
    position: absolute;
    top: 19px;
    left: -20px;
}

.logo-mobile img {
    max-height: 17px;
}

/***** NAVBAR *******/
.menu-separator {
    padding-top: 80px;}

.great-nav-container {
    z-index: 999;}

#defaultNav {
    position: relative;
}

#defaultNav ul {
    margin: 0;
    padding: 0;}

#defaultNav .greatnav ul li .dropdown a:not(.menu-custom-btn a) {
    color: #232b35;
    padding: 0 25px;}

#defaultNav .greatnav ul li .dropdown a:hover {
    color: #fff;}

.great-menu {
    display: flex;}

.menu-buttons {
    margin-top: 4px;
    margin-left: 6rem;}

.login-link {
    font-size: 15px !important;
    color: #232b35;
    font-weight: 600;
    margin-right: 15px;}

.greatnav > ul > li > a {
    padding: 5px 20px;
    font-weight: 400;}

.breakpoint-off .greatnav > ul > li > a {
    font-size: 15px;
    color: #232b35;
    font-weight: 600;}

.breakpoint-off .greatnav ul li {
    position: inherit;
}

.breakpoint-off .greatnav > ul > li {
    padding-top: 0;
}

.breakpoint-off .greatnav > ul > li > a:hover,
.breakpoint-off .greatnav > ul > li.current-menu-item > a,
.breakpoint-off .greatnav > ul > li.current-menu-parent > a,
.breakpoint-off .greatnav > ul > li.active-submenu > a,
.breakpoint-off .greatnav .current_page_item > a
{
    color: #4ca85e !important;
}

/*.breakpoint-off .greatnav > ul > li:first-child > a {*/
/*    padding: 5px 25px 5px 0;}*/

.breakpoint-off .greatnav > ul > li:last-child > a {
    padding: 3px 0 3px 25px;
}

.great-navbar-toggler {
    margin: 8px 0 8px 0;}

.great-navbar-toggler .toggler-text {
    vertical-align: middle;
    color: #fff;
    margin-right: 6px;
    font-weight: 600;}

.great-navbar-toggler .navbarToggler {
    border: 1px solid transparent;
    padding: 2px 6px 6px 6px;
    border-radius: 4px;
    vertical-align: middle;}

.great-navbar-toggler .navbarToggler span {
    background-color: #232b35;}

.greatnav > ul > li.has-down > a::after, .greatnav > ul > li.megamenu-item > a::after {
    display: none;
    color: #232b35;
    font-size: 9px;}

.breakpoint-on .great-navbar .great-menu {
    width: 100%;
    left: -110%;}

.breakpoint-on .dd-trigger {
    background-color: #4ca85e;}

.breakpoint-on .greatnav ul li.has-down.active > .dd-trigger, .breakpoint-on .greatnav ul li.megamenu-item.active > .dd-trigger {
    background-color: rgba(255, 255, 255, 0.17);}

.breakpoint-on .dd-trigger::after {
    color: #fff;}

.breakpoint-off .megamenu-item .dropdown {
    width: 100% !important;
}

.breakpoint-off .greatnav ul li.megamenu-item .dropdown li .dropdown {
    visibility: visible !important;
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    box-shadow: none;
    margin-left: 1px !important;
    margin-top: 5px !important;
}

.breakpoint-off .greatnav ul li.megamenu-item > .dropdown > li {
    width: 35%;
    padding: 15px 35px;
}

.breakpoint-off .greatnav ul li.megamenu-item > .dropdown > li > a:not(.menu-custom-header a) {
    font-size: 13px !important;
    font-weight: 400;
    cursor: text;
    color: #5e5c5c !important;
}

.breakpoint-off .greatnav ul li.megamenu-item > .dropdown > li > a:hover {
    color: #232b35 !important;
}

.breakpoint-off .greatnav ul li.megamenu-item > .dropdown > li > a:after {
    content: '';
}

.breakpoint-off .greatnav ul li.megamenu-item li a:not(.menu-custom-btn a) {
    padding: 7px 0 !important;
    line-height: 1.3;
    border: none !important;
    font-size: 15px;
    font-weight: 600;
}
.breakpoint-off .greatnav ul li.megamenu-item li a:hover:not(.menu-custom-btn a, .no-hover-link > a) {
    color: #4ca85e !important;}

.breakpoint-off .greatnav ul li li a:hover:not(.menu-custom-btn a, .no-hover-link > a) {
    color: #4ca85e !important;}


.breakpoint-off .greatnav ul li.megamenu-item > .dropdown {
    display: none;
    justify-content: space-between;
    padding: 25px 25px 30px 25px !important;
    background: #fff;
    border-radius: 6px;
}

.breakpoint-off .greatnav ul li.active-submenu.megamenu-item > .dropdown {
    display: flex;
    visibility: visible;
    opacity: 1;
}

.breakpoint-off .greatnav ul li:before {
    display: none;
}

.breakpoint-off .greatnav > ul > li.menu-item-has-children > a {
    position: relative;
    padding-right: 35px;
}

.breakpoint-off .greatnav > ul > li.menu-item-has-children > a::before {
    content: ">";
    position: absolute;
    right: 20px;
    transform: rotate(90deg);
}

.breakpoint-off .greatnav > ul > li.menu-item-has-children.active-submenu > a::before {
    transform: rotate(270deg);
}

.menu-custom-header {
    width: 40% !important;
    border-right: 1px solid #ededed;
    padding: 10px 40px 10px 25px !important;
}

.menu-custom-header > a {
    font-size: 18px !important;
    line-height: 1.7 !important;
    margin-bottom: 20px;
    font-weight: 600 !important;
    cursor: text;
}

.menu-custom-header > a > span {
    color: #4ca85e !important;
}

.item-with-image a {
    display: flex !important;
    align-items: center;
}

.item-with-image a img {
    margin-top: 0px;
    margin-right: 10px;
}

/**** END NAVBAR ******/


/*** HERO ****/
#hero {}

#hero .bg-image, #heroHome .bg-image {
    position: relative;
    background: url("img/hero.jpg");
    height: 780px;
    background-size: cover;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;}

#heroHome .bg-image {
    height: 1200px;
}

.welcome_text_area {
    font-size: 16px;
    color: #232b35;}

.welcome_text_area h1, .welcome_text_area h2 {
    font-size: 46px;
    color: #232b35;
    margin-bottom: 25px;}

#hero .welcome_text_area h1 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

#hero .welcome_text_area {
    padding-right: 100px;
}

#heroHome .welcome_text_area {
    padding-top: 180px;
}

#heroHome .welcome_text_area p {
    font-size: 18px;
}

.welcome_text_area h1 > small, .welcome_text_area h2 > small, .welcome_text_area h1 > span, .welcome_text_area h2 > span {
    color: #4ca85e;}

.welcome_video_area {
    width: 100%;
    position: relative;
}

.welcome_area_thumb {
    width: 100%;
    position: relative;
    z-index: 1; }
.welcome_area_thumb .video_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 6px 50px 8px rgba(0, 171, 85, 0.3);
    width: 100px;
    height: 100px;
    display: inline-block;
    background-color: #00ab55;
    border-radius: 50%;
    font-size: 2rem;
    line-height: 100px;
    z-index: 1; }
.welcome_area_thumb .video_btn .video-sonar {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: -10;
    background-color: #00ab55;
    -webkit-animation: video-sonar 2s linear infinite;
    animation: video-sonar 2s linear infinite; }
.welcome_area_thumb .video_btn .video-sonar::after {
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #00ab55;
    content: '';
    top: -15px;
    left: -15px;
    z-index: -50; }
.welcome_area_thumb .video_btn .video-sonar::before {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: rgba(0, 171, 85, 0.7);
    content: '';
    top: -30px;
    left: -30px;
    z-index: -100; }
.welcome_area_thumb .video_btn img {
    padding-left: 8px;
    padding-top: 28px; }

.welcome_area_features {
    display: flex;
    flex-wrap: wrap;
}

.welcome_area_feature {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 10px 15px;
    margin: 0 10px 13px 0;
    background: #fff;
    box-shadow: 0 20.215px 60.644px rgba(16,30,54,.05);
    color: #232b35;
    transition: .2s;
    font-size: 14px;
}

.welcome_area_feature img {
    margin-right: 8px;
}

.welcome_area_feature:hover {
    color: #232b35;
    text-decoration: none;
    box-shadow: 0px 20.215px 60.644px rgba(16, 30, 54, 0.2);
}

/*** END HERO ****/


/*** TESTIMONIALS ***/

#testimonials {
    margin-top: -40px;
    position: relative;
    background: #f3f3f8;
}

#testimonials h2 {
    text-transform: uppercase;
    color: #757575;
    font-size: 16px;
    font-weight: 600;
}

.testimonial-col {
    padding: 10px 15px;
}

.testimonial {
    padding: 15px;
    border-radius: 9px;
    font-size: 14px;
    color: #6b6a6a;
}

.testimonial-quote {
    text-align: center;
    margin-bottom: 10px;
}

.testimonial-quote img {
    display: inline-block;
}

.testimonial-content {
    font-style: italic;
}

.testimonial-signature-area {
    margin-top: 15px;
}

.testimonial-name {
    font-weight: 600;
}

/*** END TESTIMONIALS ***/

/** FEATURES **/

.features-wrapper {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 25px 0 25px 0;
    border-radius: 65px;
    position: relative;
}

.features-tablist {
    margin-bottom: 35px;
    display: flex;
    overflow-x: auto;
    justify-content: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* umożliwia płynne przewijanie na urządzeniach z iOS */
}

.feature-tab {
    transition: 200ms;
}

.feature-tab-hidden {
    transition: 200ms;
    height: 0 !important;
    overflow: hidden;
}

.feature-btn {
    flex: 0 0 auto;
    background: transparent;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 15px;
    margin: 0 20px;
    border-bottom: 3px solid transparent !important;
}

.feature-btn.active, .feature-btn:hover {
    border-bottom: 3px solid #65a665 !important;
}

.feature-content {
    font-size: 15px;
}

.feature-content h2 {
    font-size: 32px;
    line-height: 1.3;
}

.feature-content-list {
    padding: 0;
    margin: 25px 0 45px 0;
}

.feature-content-list li {
    display: flex;
    margin-bottom: 15px;
    line-height: 1.6em;
    align-items: center;
}

.feature-content-list li img {
    margin-right: 10px;
}

.feature-cta-area {
    position: absolute;
    margin-top: 35px;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 35px 0;
    background: #ddd;
    border-radius: 0 0 65px 65px;
    background: rgba(0, 0, 0, 0.02);
}

/** END FEATURES **/

/** Why **/

#why {
    background: #fff;
}

#why .separator {
    border-top: 1px solid #ddd;
    padding-bottom: 80px;
}

.why-hero {
    padding-right: 95px;
    font-size: 15px;
}

.why-hero h2 {
    line-height: 1.4;
    font-size: 38px;
    font-weight: 600;
}

.why-hero p {
}


/*.large-boxes {*/
/*    margin-right: -15px;*/
/*    margin-left: -8px;*/
/*}*/

/*.col-large-box {*/
/*    padding-right: 8px;*/
/*    padding-left: 8px;*/
/*}*/

.large-box {
    background: #ddd;
    padding: 35px;
    border-radius: 32px;
    margin: 0 0 25px 0;
}

.large-box.white {
    background: #fff;
}

.large-box.green {
    background: #65a665;
    color: #fff;
}

.large-box.green h4 {
    color: #fff;
}

.large-box.light {
    background: #f3f3f8;
}

.large-box h4 {
    font-size: 18px;
}

.large-box p {
    font-size: 14px;
    margin-bottom: 0;
}

/** END Why **/

/** Content **/

.policy-text {
    text-align: justify;
    font-size: 15px;
}

.policy-text li {
    padding-top: 10px;
}

/** END Content **/


/* Teaser */

.teaser-area {
    background: #65a665;
    padding: 40px;
    border-radius: 75px;
    color: #fff;
}

.teaser-area h3 {
    font-weight: 600;
    color: #fff;
}

.teaser-text {
    text-align: right;
}

/* END Teaser */

/* -------------------------
:: 12.0 Price Plan Area CSS
------------------------- */
.price_plan_area {
    position: relative;
    z-index: 1;
    background-color: #fff; }

.single_price_plan {
    position: relative;
    z-index: 1;
    border-radius: 12px;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    padding: 25px;
    box-shadow: 0 6px 50px 8px rgb(213 213 213 / 15%);
    background-color: #ffffff;
    border: 1px solid #ebebeb; }
.single_price_plan .title {
    padding: 0 0 20px 0;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms; }
.single_price_plan .title h3 {
    margin: 0 0 7px 0;
    font-weight: 600;
    font-size: 20px; }
.single_price_plan .title p {
    margin: 0;
    font-size: 15px;
    color: #797979;
    line-height: 1.5; }
.single_price_plan .price {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.single_price_plan .price .price-info-area {
    margin-left: 5px;
}

.single_price_plan .price h4 {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 700; }

.single_price_plan .features-head {
    font-size: 14px;
    margin-bottom: 7px;
}

.single_price_plan .description {
    list-style: none;
    padding: 0;
    margin: 0;
}
.single_price_plan .description li {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-top: 2px;
}
.single_price_plan .description p {
    line-height: 18px;
    font-size: 13px;
    margin: 0;
    padding: 4px 0; }
.single_price_plan .description p .icofont-tick-mark {
    color: #2ecc71; }
.single_price_plan .description p .icofont-error {
    color: #e74c3c; }
.single_price_plan .button {
    text-align: center;
    padding: 0 0 25px 0; }

.single_price_plan .button .btn {
    width: 100%; }

.single_price_plan:hover, .single_price_plan:focus {
    /*box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);*/
    background-color: #ffffff; }
.single_price_plan.active {
    box-shadow: 0 6px 50px 8px rgb(213 213 213 / 15%);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    background-color: #ffffff;
    z-index: 10; }
@media only screen and (max-width: 767px) {
    .single_price_plan.active {
        -webkit-transform: scale(1.05);
        transform: scale(1.05); } }
.single_price_plan.active::after {
    opacity: 1; }

.price_plan_area.price .single_price_plan {
    margin-bottom: 30px; }

.single_price_plan .price h4 {
    font-weight: 400;
    color: #222;
    font-size: 3.5rem;
}

.single_price_plan .price .amount {
    font-weight: 600;
    color: #171c23;
    font-size: 42px;
}

.single_price_plan .price .unit {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
}

.single_price_plan .price .period {
    font-size: 17px;
    color: #222;
    font-weight: 200;
    display: block;
    margin-top: 5px;
}

.single_price_plan .price_info {
    display: block;
    font-size: 11px;
    margin-top: -8px;
}

.single_price_plan .description {
    text-align: left;
}

.single_price_plan .description p {
    font-size: 14px;
}

.price_table {
    position: relative;
}

.price_table table {width: 100%; border-collapse: collapse;}



.price_table table td, .price_table table th {
    text-align: center;
    font-weight: 400;
    padding: 15px;
    vertical-align: middle;
    font-size: 15px;
    border-bottom: 1px solid #ededed;
}

.last-tr, .last-tr td, .last-tr th {
    border-bottom: none !important;
}

.price_table table td img {
    margin-bottom: -5px;
}

.price_table table th:first-child {
    text-align: left;
}

.price_table table tbody tr {
    border-bottom: 1px solid #e3e3e3;
}

.price_table .price .current_price {
    font-size: 34px;
    color: #000;
    font-weight: 600;
}

.td-premium {
    background: #fcfcfc;
}

.toggle-container {}
.toggle {
    height: 30px;
    border-radius: 28px;
    width: 56px;
    background-color: #f5f5f5;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    position: relative;
    border: 1px solid #ededed;
}
.toggle .toggle-option, .toggle .toggle-selector {
    width: 18px;
    height: 18px;
    float: left;
    text-align: center;
    line-height: 50px;
    border-radius: 28px;
}

.toggle .toggle-off {}
.toggle .toggle-on {}
.toggle .toggle-selector {
    background-color: #00AB55;
    position: absolute;
    z-index: 3;
    transition: left .5s;
    top: 5px;
    left: 5px;
}

.toggle.active .toggle-selector {
    background-color: #00AB55;
    left: 30px;
}

.rebateInformation {display: inline-block; font-weight: 600;}
.rebateInformation span{
    font-weight: 600;
    color: #00AC6C;
}

#pricing_compare.monthly .rebateInformation span, #pricing_header.monthly .rebateInformation span{
    opacity: 0.5;
}
#pricing_compare.yearly .rebateInformation span, #pricing_header.yearly .rebateInformation span{
    opacity: 1;
}

#pricing_header .rebateInformation {
    font-size: 16px;
}

/* Price Plan CSS */
.price-plan-area {
    position: relative;
    z-index: 1;
    background-color: #faf5ff; }

.single-price-plan {
    position: relative;
    z-index: 1;
    border-radius: 1rem;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #ffffff;
    border: 1px solid #ededed;
    padding: 3rem 4rem; }

.single-price-plan.recommended {
    transform: scale(1.05);
}

.recommendation-badge {
    background: #FFC120;
    display: inline-block;
    font-size: 14px;
    padding: 6px 20px;
    font-weight: 600;
    margin-bottom: 25px;
    border-radius: 30px;
}

.compare-btn {
    color: #fff !important;
    vertical-align: middle;
}

.compare-btn img {
    width: 18px;
    vertical-align: middle;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-price-plan {
        padding: 2rem; } }
@media only screen and (max-width: 575px) {
    .single-price-plan {
        padding: 2rem; } }
.single-price-plan .title {
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 2rem; }
.single-price-plan .title span {
    color: #ffffff;
    padding: .2rem .6rem;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #2ecc71;
    display: inline-block;
    margin-bottom: 0.5rem;
    border-radius: .25rem; }
.single-price-plan .title h3 {
    font-size: 1.25rem; }
.single-price-plan .title p {
    font-weight: 300;
    line-height: 1;
    font-size: 14px; }
.single-price-plan .title .line {
    width: 80px;
    height: 4px;
    border-radius: 10px;
    background-color: #0d6efd; }

.single-price-plan .title .line.yellow {
    background-color: #FFC120;
}

.single-price-plan .title .line.blue {
    background-color: #4ca85e;
}

.single-price-plan .title .line.dark {
    background-color: #040c61;
}

.single-price-plan .price {
    margin-bottom: 1.5rem; }
.single-price-plan .price h4 {
    position: relative;
    z-index: 1;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    color: #040c61;
    display: inline-block; }
.single-price-plan .description {
    position: relative;
    margin-bottom: 1.5rem; }
.single-price-plan .description p {
    line-height: 16px;
    margin: 0;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.single-price-plan .description p i {
    color: #2ecc71;
    margin-right: 0.5rem; }
.single-price-plan .description p .lni-close {
    color: #f4284a; }
.single-price-plan.active {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
.single-price-plan .side-shape img {
    position: absolute;
    width: auto;
    top: 0;
    right: 0;
    z-index: -2;
    border-radius: 0 1rem 0 0; }

.pricing-table {
    width: 100%;
    border-collapse: collapse;
}

.pricing-table td {
    padding: 12px 25px;
    border-bottom: 1px solid #ededed;
    vertical-align: middle;
}

.compare-box {
    background: #fff;
    padding: 35px;
    border-radius: 16px;
}


/* References */
.references-header {
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
    font-weight: 600;
}

#references img {
    max-width: 200px;
}
/* END References */


/* Faq */
#faq {
    background: #fff;
}
.faq-box {}

.faq-box .faq-question {
    cursor: pointer;
    position: relative;
    background: #FFF;
    padding: 25px 0 25px 0;
    border-radius: 0;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid rgba(0,0,0,.08);}

.faq-box .faq-question:after {
    transition: 400ms;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background-image: url("img/icons/down.svg");
    width: 32px;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0;}

.faq-box .faq-answer {
    font-size: 15px;
    padding: 0;
    transition: 400ms;
    height: 0;
    overflow: hidden;}

.faq-box.active .faq-answer {
    background: #fff;
    transition: 400ms;
    height: auto;
    padding: 15px 0;}

.faq-box.active .faq-question {
    color: #4ca85e;}

.faq-box.active .faq-question:after {
    transform: rotate(180deg);
    transition: 400ms;}
/* END Faq */


/* Blog */

.blog-categories-tab {
    background: #f7f7f9;
    border-radius: 8px;
}

.blog-categories-tab-list {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0 25px;
}

.blog-categories-tab-list li {
    padding-top: 0;
}

.blog-categories-tab-list li a {
    display: inline-block;
    padding: 20px 30px;
    font-size: 14px;
    color: #46494d;
    font-weight: 600;
    border-bottom: 4px solid transparent;
}

.blog-categories-tab-list li.active a, .blog-categories-tab-list li:hover a {
    border-bottom: 4px solid #4ca85e;
    color: #4ca85e;
    text-decoration: none;
}

#news {
    background: #fff;}

.news-col {
    margin-bottom: 30px;}

.news-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    background: #fff;
    height: 100%;}

.news-image {
    border-radius: 15px;
    background-size: cover;}

.news-title {
    background: #fff;
    color: #232b35;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding: 15px;}

.news-text {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.99);
    border-radius: 15px;
    left: 0;
    transition: .3s height ease-out;
    height: 0;
    overflow: hidden;}

.news-text-inside {
    font-size: 15px;
    padding: 25px;}

.news-box:hover .news-text {
    height: 100%;}

.news-cta {
    margin-top: 25px;
    text-align: right;}

.table-of-contents-wrapper {
    position: sticky;
    top: 110px;
}

#listOfContent ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#listOfContent li {
    counter-increment: item;
}

#listOfContent li.active a {
    text-decoration: underline;
}

#listOfContent li:before {
    content: counters(item,".") ". ";
    width: 20px;
    display: inline-block;
    margin-right: 5px;
}

/* END Blog */


#contact-form {
    background: #F8F8FF;
}

.contact-form-box {
    background: #fff;
    border-radius: 16px;
}

.contact-form-left {
    background-image: url(images/bg-teaser.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #040c61;
    color: #fff;
    padding: 50px;
    border-radius: 16px;
    height: 100%;
}

.contact-form-right {
    padding: 50px 60px 50px 30px;
}

.contact-form-details {
    margin-top: 50px;
}

.contact-form-details a {
    color: #fff;
}

.hero_card_form {
    margin-top: 125px;
    background: rgba(238, 28, 37, 0.8);
    border-radius: 6px;
    padding: 30px 40px;
    color: #fff;}

.form-group {
    margin-bottom: 25px;}

.form-control {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    padding: 6px 15px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #ddd;
}

.form-control:focus-visible, .form-control:focus {
    outline: none;
    border: none;
    border-bottom: 2px solid #4ca85e;
}

.form-group label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block;
}

textarea.form-control {
    resize: vertical;
    height: 180px;
}

.checkboxes {
    margin: 0 20px 35px 20px;
}

.checkboxes .wpcf7-list-item {
    min-width: 33%;
    margin-bottom: 5px;
    margin-left: 0;
}

.wpcf7-list-item-label {
    margin-left: 3px;
}

.wpcf7-list-item {
    margin-left: 0 !important;
}


.checkboxes .checkboxes-header {
    margin-bottom: 5px;
}

.checkboxes .checkbox {
    display: inline-block;
    min-width: 31%;
    margin-top: 8px;
}

.checkbox label {
    margin-left: 3px;
    color: #716e6e;
}

.privacy-checkbox-group, .wpcf7-acceptance label {
    margin: 0 15px 15px 10px;
    display: flex;
}

.privacy-checkbox-group input, .wpcf7-acceptance input {
    align-self: start;
    margin-top: 5px;}

.wpcf7-acceptance .wpcf7-list-item-label{
    color: #747474;
    line-height: 1.5;
    margin-left: 10px;}

.form-submit-btn {
    text-align: right;
    position: relative;
}

.wpcf7-not-valid {
    border: 1px solid red;
}

.wpcf7-not-valid-tip {
    font-size: 13px !important;
    margin-left: 15px;
    margin-top: 5px;
}

.wpcf7-spinner {
    position: absolute !important;
    right: 100px;
    top: 14px;
}

/****** END CONTACT FORM *********/


/******** FOOTER **********/
footer {
    background: #161c24;}

.footer_menu h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px;}

.footer_menu .logo_footer {
    margin-left: -2px;}

.footer_menu ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;}

.footer_menu ul li {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 10px;}

.footer_menu li a {
    color: #dfdfdf;
    font-size: 14px;}

.footer_menu .cta-button {
    margin-top: 50px;}

.footer_text {
    color: #a9a9a9;
    font-size: 13px;
    margin-top: 25px;
    padding-right: 50px;
    margin-bottom: 45px;
}

#copyrights {
    background: #161c24;
    color: #a9a9a9;
    font-size: 13px;
    padding: 25px 0 25px;}

#copyrights a {
    color: #a9a9a9;
}

#copyrights .realisation {
    text-align: right;}

/******** END FOOTER **********/

#breadcrumbs {
    font-size: 13px;
    margin: 0 0 25px 0;
    color: #757575;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
}

#breadcrumbs a {
    color: #171c23;
}



/** Help Center **/

#helpCenterHero {
    color: #fff;
    background-color: #65a665;
    background-image: url("img/bg-teaser.png");
    background-repeat: no-repeat;
    position: relative;
}

.help-center-bg-layer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/bg-teaser.png");
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

#helpCenterHero h1 {
    margin-bottom: 15px;
    color: #fff;
}

.helpCenterCategory-box {
    padding: 25px;
}

#helpCenterCategories h3 a{
    color: #46494d;
    font-size: 18px;
    font-weight: 600;
}

.support-topics-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.support-topics-list li {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border-bottom: 1px dotted #efe7e7;
    justify-content: space-between;
}

.support-topics-list li:last-child {
    border-bottom: none;
}

.support-topics-list li a {
    color: #46494d;
    font-size: 15px;
    line-height: 19px;
}

.support-topics-list li img {
    margin-right: 5px;
    margin-top: 1px;
}

.helpCenter-left-area {
    border-right: 1px solid #ededed;
    padding-right: 50px;
}

.helpCenterCategory-listBox, .helpCenterCategory-listBox-sub {
    list-style: none;
    margin: 0;
    padding: 0;
}

.helpCenterCategory-listBox-sub {
    transition: 400ms;
    max-height: 0;
    overflow: hidden;
}

.active .helpCenterCategory-listBox-sub {
    max-height: 1000px;
}

.helpCenterCategory-listBox li {
    padding: 0;
}

.helpCenterCategory-listBox a {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
    padding: 20px 0;
    color: #46494d;
    font-size: 15px;
}

.helpCenterCategory-listBox .is-active-category > a {
    font-weight: 600;
}

.helpCenterCategory-listBox .active a img {
    transform: rotate(90deg);
}

.helpCenterCategory-listBox-sub a {
    padding: 15px 0 15px 20px;
    font-size: 14px;
    color: #46494d;
}

.helpCenterCategory-listBox-sub .is-active-page a {
    font-weight: 600;
}

.helpCenter-content {
    font-size: 15px;
    padding: 0 25px;
    line-height: 1.7;
}

.circle-main-topic {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #c7c7c7;
    display: inline-block;
    margin-right: 10px;
}

.active .circle-main-topic {
    background: #65a665;
}

/** END Help Center **/


.slick-prev, .slick-next {
    width: 38px;
    height: 38px;
}

.slick-next {
    right: -38px;
}

.slick-prev {
    left: -38px;
}

.slick-prev::before, .slick-next::before {
    font-size: 38px;
}

@media (max-width: 1400px) {
    #hero .welcome_text_area {
        padding-right: 0;
    }
}

@media (max-width: 1281px) {
    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 0;
    }
}

@media(max-width: 1124px) {
    .menu-buttons {
        margin-left: 1rem;
    }

    .breakpoint-off .greatnav > ul > li > a {
        font-size: 15px;
        padding: 5px 8px;
    }
}

@media (min-width: 992px) {
    .slick-dots {display: none}
    .testimonials_area {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 991px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1250px;
        padding-left: 15px;
        padding-right: 15px;}

    #header {
        padding: 2px 0;
    }

    #header .great-navbar .nav-brand img {
        max-height: 17px;
    }

    .menu-on .logo-mobile {
        display: block !important;
    }

    .menu-custom-header {
        display: none !important;
    }

    #defaultNav .greatnav ul li .dropdown a:not(.menu-custom-btn a), .login-link {
        color: #fff;
    }

    .breakpoint-on .greatnav ul > li > ul > li {
        margin-left: 15px;
    }

    .section_padding_60_0 {
        padding: 35px 0 0 0;
    }

    .section_heading_70 {
        margin-bottom: 35px;
    }
    .section_padding_100 {
        padding: 50px 0;
    }

    .section_padding_60 {
        padding: 30px 0;
    }

    .section_padding_0_80 {
        padding: 0 0 40px 0;
    }

    .section_padding_0_120 {
        padding: 0 0 60px 0;
    }

    .mb-8 {
        margin-bottom: 40px;
    }

    #hero {
        padding-bottom: 25px;
    }

    #hero .bg-image {
        height: 100%;
    }

    #hero .welcome_text_area {
        text-align: center;
        padding: 85px 16px 15px 16px;
    }

    .welcome_area_features {
        justify-content: center;
    }

    .welcome_text_area h1, .welcome_text_area h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .welcome_text_area h3, .welcome_text_area h5 {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .welcome_text_area p{
        font-size: 16px;
    }

    .section_heading h1, .section_heading h2, .section_heading h3, .section_heading h4 {
        font-size: 30px;
    }

    .section_heading {
        text-align: center;
    }

    .menu-buttons {
        margin-left: 0;
        text-align: center;
    }

    #testimonials {
        margin-top: 0;
    }

    .testimonial-col {
        padding: 0;
    }

    .testimonial {
        padding: 0 10px;
    }

    .features-wrapper {
        padding: 35px 0 25px 0;
        border-radius: 25px;
        position: relative;
        margin-top: 35px;
    }

    .features-tablist {
        margin-bottom: 15px;
        position: absolute;
        top: -25px;
        left: 0;
        width: 100%;
        justify-content: left;
    }

    .feature-content {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .feature-btn {
        margin: 0 15px;
    }

    .feature-content h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .footer_menu {
        margin-bottom: 25px;
    }

    .footer_menu ul {
        margin-top: 15px;
    }

    .footer_menu h5 {
        margin-bottom: 15px;
    }

    .footer_text {
        padding-right: 0;
    }

    #copyrights .realisation {
        text-align: center;
    }

    .why-hero {
        padding-right: 0;
        font-size: 14px;
    }

    .why-hero h2 {
        font-size: 24px;
    }

    #why .large-boxes {
        margin-top: 25px;
    }
}

@media (max-width: 768px) {
    .slick-prev, .slick-next {
        display: none !important;
    }

    h1 > span, h2 > span {
        white-space: normal;
    }

    .teaser-area {
        border-radius: 36px;
        padding: 35px 15px;
    }

    .teaser-text {
        text-align: center;
        margin-bottom: 25px;
    }

    .teaser-btn-area {
        text-align: center;
    }

    .section_padding_120 {
        padding: 50px 0;
    }

}

