/*
Theme Name: Skiplino Theme
Text Domain: appai-child
Author: Skiplino 
Theme URI: https://www.skiplino.com/
Author URI: https://www.skiplino.com/
Description: Skiplino Theme
Version: 1.0
Template: appai
Tested up to: WP 5.7.3
Requires PHP: 7 and above
Tags: portfolio, blog
License: GNU General Public License
License URI: licensing/README_License.txt
Copyright: This theme is developed by Skiplino Technologies.

*/
@import url("https://use.typekit.net/rsn5ibu.css");


:root {
  --select-border: #000;
  --select-focus: blue;
  --select-arrow: var(--select-border);
  --white: #ffffff;
  --skiplino-red: #f16460;
  --light-red: #fff0f0;
  --skiplino-appointments: #91dbf2;
  --skiplino-virtual: #665fff;
  --skiplino-retail: #ffca6c;
  --skiplino-green: #67c381;
  --skiplino-black: #333333;
  --footer-bg: #e5e5e5;
  --hover-color: #b24242;
  --light-bg-retail: #ffdca4;
  --light-bg-virtual: #becaed;
  --light-bg-qms: #ffdcdc;
  --light-bg-appointments: #c7eaf2;
  --navbar-bg: #ffffff;
  --light-gray: #efefef;
  --light-gray-01: #ebebeb;
  --light-gray-02: #e2e2e2;
}

/*
Legacy CSS code
Begin -
*/

html {
    overflow-x: hidden;
}
#preloader-wrapper {
    background: linear-gradient(to right, #ea5a58 0%, var(--light-gray-02) 100%);
}

/* LOGO */
.navbar-brand {
    margin-right:16px;
}
.navbar.affix .navbar-brand > img {
    height:33px;
    width:auto;
}

/* Customer LOGO */
body.customer-page .navbar-brand > img {
    content: url(https://ik.imagekit.io/dw7cd4pfx/2018/04/skiplinos-logo-02-min.png);
}

body {
    background-color: var(--light-gray-01);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body.blog,body.single-post,body.search-results {
    margin-top:63px;
}
.breadcrumb-area {
    background:rgba(0, 0, 0, 0) url(https://ik.imagekit.io/dw7cd4pfx/2018/02/chairs-skiplino.jpg) no-repeat scroll center center / cover;
}
@media (max-width: 767px) and (min-width: 320px) {
    body.blog,body.single-post,body.search-results {
        margin-top:15px;
    }
}

p,a {
    color: var(--skiplino-black);
    font-size:16px;
}

/* Skiplino Colors */
.color.pink {
    color: var(--skiplino-red);
}

.bg-color.pink{
    background: var(--skiplino-red);
}

.color.grey{
    color:var(--light-gray-01)
}

.bg-color.grey{
    background:var(--light-gray-01)
}

.color.dark-grey{
    color:var(--light-gray-02)
}

.bg-color.dark-grey{
    background:var(--light-gray-02)
}

.color.light-grey{
    color:#f7f7f7;
}

.bg-color.light-grey{
    background:#f7f7f7;
}

.color.purple{
    color:#babadd
}

.bg-color.purple{
    background:#babadd
}

.color.orange{
    color:#f6be6e
}

.bg-color.orange{
    background:#f6be6e
}

.color.blue{
    color:#90bad0
}

.bg-color.blue{
    background:#acd1e5
}

.color.black{
    color:var(--skiplino-black);
}

.bg-color.black{
    background:var(--skiplino-black);
}

.color.green{
    color: var(--skiplino-green);
}

.bg-color.green{
    background: var(--skiplino-green);
}

.skiplino-black {
    color: var(--skiplino-black) !important;
    font-size: 1.7rem !important;
}

/* Skiplino Divider */
.skiplino-divider:before,.skiplino-just-divider:before {
    width:75px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 4px solid var(--skiplino-red);
}

.skiplino-no-divider:before {
    display:none;
}

.skiplino-just-divider {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.skiplino-divider.block:before {
    width:100%;
}
.skiplino-divider.small:before {
    border-bottom: 2px solid var(--skiplino-red);
    bottom: 25px;
}

.skiplino-divider.big:before {
    border-bottom: 6px solid var(--skiplino-red);
}

.skiplino-divider {
    font-size:55px;
    position: relative;
    display: inline-block;
    padding-bottom: 30px;
    line-height: 60px;
}
/* White Devider */
.skiplino-just-divider-white:before {
    border-bottom: 4px solid var(--white);
}
/* Black Devider */
.skiplino-just-divider-black:before {
    border-bottom: 4px solid var(--skiplino-black);
}
@media only screen and (max-width: 999px) {
    .skiplino-divider {
        font-size:48px;
    }
}

.skiplino-divider.light-grey {
    color:#f7f7f7;
}

.skiplino-divider.light-grey:before {
    border-bottom-color:#f7f7f7;
}

.skiplino-divider.blue:before {
    border-bottom-color:#acd1e5;
}

/* Navbar */
.navbar.affix .navbar-nav li a {
    color: var(--skiplino-red);
    font-family: "canada-type-gibson", sans-serif;
    padding: 20px 0;
    margin: 0 20px;
    font-size:14px;

}

.customer-page #right-menu #login-menu-button,
.customer-page #right-menu #signup-menu-button,
#right-menu #customer-app-download{
    display:none;
}
.customer-page #right-menu #customer-app-download {
    display:block;
}

/* Active navbar item */
.navbar.affix .navbar-nav li.active a, .navbar.affix .navbar-nav li.current-menu-item a, .navbar.affix .navbar-nav li.current-menu-ancestor > a {
    color: var(--skiplino-red);
}
.navbar.affix .navbar-nav li.active a:after, .navbar.affix .navbar-nav li.current-menu-item a:after, .navbar.affix .navbar-nav li.current-menu-ancestor > a:before {
    width:100%;
}
.navbar.affix .navbar-center li:hover:not(.menu-item-has-children) a:after, .navbar.affix .navbar-nav li.current-menu-item a:after, .navbar.affix .navbar-nav li.current-menu-ancestor > a:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    /* 		width:0; */
    /*border-bottom: 2px solid var(--skiplino-red);*/
    -webkit-transition: .3s ease;
    transition: .3s ease;

    width:100%;
}

/* Sticky navbar */
.navbar.affix {
    background: var(--light-gray-01);
    box-shadow: none;
    border-bottom: 2px solid var(--light-gray-02);
}

/* owl pagination */
/* .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ea5a58;
} */
.left-owl-controls .owl-theme .owl-controls{
    text-align:left;
}
/* Rounded Box */
.box-rounded {
    display: block;
    height:300px;
    width:300px;
    border-radius:50%;
    position: relative;
    margin: 0 auto;
}
.box-rounded img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: top 0.4s ease-out;
    -moz-transition: top 0.4s ease-out;
    -o-transition: top 0.4s ease-out;
}
.box-rounded.blue{
    background-color: #acd1e5;
}
.box-rounded.purple{
    background-color: #babadd;
}
.box-rounded.orange{
    background-color: #f6be6e;
}

/* Button */
.btn {
    background: var(--skiplino-red);
}
.btn:active {
    background: var(--skiplino-red);
}

.comments-form-area form#commentform input[type="submit"] {
    background: var(--skiplino-red);
}

input[type=submit], button[type=submit] {
    border: 1px solid var(--skiplino-red);
    background: var(--skiplino-red);
    letter-spacing: 1px;
    padding: 9px 30px 9px 30px;
    height: initial;
}
.btn:hover, .btn:focus, .btn:active {
    border: 1px solid var(--skiplino-red);
}

div.wpcf7-validation-errors {
    border-color: #acd1e5
}

.btn.btn-transparent {
    height:initial;
    background-color:transparent;
    color: var(--skiplino-red);
    font-weight:bold;
    letter-spacing:0;
    font-size:14px;
    padding:8px 30px;
}

.btn.btn-transparent:hover {

    background-color: var(--skiplino-red);
    color: #f7f7f7;
}

/* footer menu */

ul#footer-nav li{
    display:inline-block;
    list-style:none;
    line-height: 24px;
}

ul#footer-nav li:after{
    content:' |';
    margin-left:5px;
    margin-right: 5px
}

ul#footer-nav > li:last-child:after{
    content:'';
    margin-left:0;
}

#footer-area {
    background-color: var(--light-gray-01);
    padding-bottom: 20px;
}
#copyright-area {
    background-color: #f7f7f7;
    padding: 30px 0;
}
.copyright p {
    color: inherit;
}
/* Social Icons footer */
.social a {
    background-color: var(--skiplino-red);
    color:#f7f7f7;
    font-size:20px;
}
.social a:after {
    background: var(--skiplino-red);
}

.social a:focus, .social a:hover, .social a:active {
    color: #f7f7f7;
}
/* Question Mark Shadow */
.question-mark-shadow {
    background:url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2017/12/with-shadows-22.png) no-repeat center;
    background-size: 240px 185px;
    transition: background-size 0.3s ease-out;
    -moz-transition: background-size 0.3s ease-out;
    -ms-transition: background-size 0.3s ease-out;
    -o-transition: background-size 0.3s ease-out;
    -webkit-transition: background-size 0.3s ease-out;
}
.question-mark-shadow:hover img {
    cursor:pointer;
    top:-15px;
}
.question-mark-shadow:hover {
    background-size: 270px 190px;
}

/* Config Shadow */
.config-shadow {
    background: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2017/12/with-shadows-23.png) no-repeat center;
    background-size: 240px 185px;
    transition: background-size 0.3s ease-out;
    -moz-transition: background-size 0.3s ease-out;
    -ms-transition: background-size 0.3s ease-out;
    -o-transition: background-size 0.3s ease-out;
    -webkit-transition: background-size 0.3s ease-out;
}
.config-shadow:hover img {
    cursor:pointer;
    top:-15px;
}
.config-shadow:hover {
    background-size: 270px 190px;
}

/* tablet-shadow */
/* Config Shadow */
.tablet-shadow {
    background: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2017/12/with-shadows-20.png) no-repeat center;
    background-size: 160px 247px;
    transition: background-size 0.3s ease-out;
    -moz-transition: background-size 0.3s ease-out;
    -ms-transition: background-size 0.3s ease-out;
    -o-transition: background-size 0.3s ease-out;
    -webkit-transition: background-size 0.3s ease-out;
}
.tablet-shadow:hover img {
    cursor:pointer;
    top:-15px;
}
.tablet-shadow:hover {
    background-size: 190px 252px;
}

/* Product Slider */
.skiplino-product-slider.kc_tabs>.kc_wrapper>.kc_tabs_nav,.skiplino-product-slider2.kc_tabs>.kc_wrapper>.kc_tabs_nav {
    /*     float:left; */
    width:auto;
    background: none;
    min-height:110px;
}

.skiplino-product-slider.kc_tabs_nav>li {

}

.skiplino-product-slider .kc_wrapper>ul.ui-tabs-nav>li,.skiplino-product-slider2 .kc_wrapper>ul.ui-tabs-nav>li {
    list-style: none;
    border-right: none;
    margin-right: -12px;
}
.skiplino-product-slider .kc_wrapper>ul.ui-tabs-nav>li i,.skiplino-product-slider2 .kc_wrapper>ul.ui-tabs-nav>li i{
    display: inherit;
}
.skiplino-product-slider .kc_wrapper>ul.ui-tabs-nav>li a,.skiplino-product-slider2 .kc_wrapper>ul.ui-tabs-nav>li a{
    font-weight:bold;
    text-align:center;
    font-size:11px;
    -webkit-transition: width 0.3s ease 0s;
    transition: width 0ms ease 0ms;
}
.skiplino-product-slider .kc_tabs_nav>.ui-tabs-active, .skiplino-product-slider .kc_tabs_nav>.ui-tabs-active:hover, .skiplino-product-slider .kc_tabs_nav>.ui-tabs-active>a, .skiplino-product-slider .kc_tabs_nav a:hover,.skiplino-product-slider2 .kc_tabs_nav>.ui-tabs-active, .skiplino-product-slider2 .kc_tabs_nav>.ui-tabs-active:hover, .skiplino-product-slider2 .kc_tabs_nav>.ui-tabs-active>a, .skiplino-product-slider2 .kc_tabs_nav a:hover {
    border-bottom: 2px solid var(--skiplino-red);
    background:none;
}

@media (max-width: 767px) and (min-width: 320px) {
    .skiplino-product-slider .kc_tabs_nav>.ui-tabs-active, .skiplino-product-slider .kc_tabs_nav>.ui-tabs-active:hover, .skiplino-product-slider .kc_tabs_nav>.ui-tabs-active>a, .skiplino-product-slider .kc_tabs_nav>.ui-tabs-active>a:hover,.skiplino-product-slider2 .kc_tabs_nav>.ui-tabs-active, .skiplino-product-slider2 .kc_tabs_nav>.ui-tabs-active:hover, .skiplino-product-slider2 .kc_tabs_nav>.ui-tabs-active>a, .skiplino-product-slider2 .kc_tabs_nav>.ui-tabs-active>a:hover {
        border-bottom: 2px solid var(--skiplino-red);
    }
    .skiplino-product-slider .kc_tabs_nav>li>a, .nav-pills>li>a,.skiplino-product-slider2 .kc_tabs_nav>li>a, .nav-pills>li>a {
        line-height:40px;
    }
    .skiplino-product-slider .kc_tabs_nav>li>a, .nav-pills>li>a,.skiplino-product-slider2 .kc_tabs_nav>li>a, .nav-pills>li>a {
        margin: 0 10px !important;
    }
}

.skiplino-product-slider .kc_tabs_nav>.ui-tabs-active>a, .skiplino-product-slider .kc_tabs_nav>li:hover, .skiplino-product-slider .kc_tabs_nav>li>a:hover,.skiplino-product-slider2 .kc_tabs_nav>.ui-tabs-active>a, .skiplino-product-slider2 .kc_tabs_nav>li:hover, .skiplino-product-slider2 .kc_tabs_nav>li>a:hover {
    background:none;
}
.skiplino-product-slider .kc_tabs_nav~.kc_tab.ui-tabs-body-active,.skiplino-product-slider2 .kc_tabs_nav~.kc_tab.ui-tabs-body-active {
    background:none;
}

/* Product-slider Nav Mobile */
@media only screen and (max-width: 630px) {
    .skiplino-product-slider.kc_tabs>.kc_wrapper>.kc_tabs_nav,.skiplino-product-slider2.kc_tabs>.kc_wrapper>.kc_tabs_nav {
        text-align: left;
    }
    .skiplino-product-slider.kc_tabs>.kc_wrapper>.kc_tabs_nav, .skiplino-product-slider2.kc_tabs>.kc_wrapper>.kc_tabs_nav{
        /* min-height:255px; */
        float:none;
    }
    .skiplino-product-slider .kc_wrapper>ul.ui-tabs-nav>li,.skiplino-product-slider2 .kc_wrapper>ul.ui-tabs-nav>li{
        float:none;
        display: inline-block;
        min-height: 111px;
    }
}

.swiper-slide img {
    box-shadow:unset;
}

/* Pricing table */
.comparison {
    /*   max-width: 960px; */
    max-width: 1170px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 30px;
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 300;
    text-align: center;
}

.comparison table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;

}

.comparison thead {
    background: #f7f7f7;
}

.comparison td,
.comparison th {
    border: 1px solid var(--light-gray-01);
    empty-cells: show;
    padding: 10px;
    color: var(--skiplino-black);
    font-size: 15px;
}


.comparison:not(.single-plan) tbody tr:nth-child(odd) {
    display: none;
}

.comparison.single-plan tbody tr td {
    text-align:center;
}

.comparison.single-plan .standard-shadow {
    background-size: 270px 147px;
    width:100%;
    background-repeat:no-repeat;
    background-position:center;
}

.comparison .fa-check {
    font-size:38px;
}

.comparison th {
    font-weight: 600;
    padding: 0;
    /*   border-top: 0px solid #E8E8E8; */
    /*   border-bottom: 0px solid #E8E8E8; */
}

.comparison tr td:first-child {
    text-align: left;
    /*   padding: 15px; */
    padding:  30px;
    border-left: 1px solid #E8E8E8;
    border-top: 1px solid var(--light-gray-01);
}

.comparison.single-plan tr td:first-child {
    background-color:#f7f7f7;
}

.comparison:not(.single-plan) tr td:not(:last-child),.comparison:not(.single-plan) tr:not(.highlighted) th:not(:last-child){
    border-right: 2px solid var(--light-gray-01);
}

.comparison .highlighted{
    background:var(--light-gray-01);
    /*   box-shadow:0 8px 40px 0 rgba(0,0,0,.30); */
    box-shadow: 0 4px 10px -2px rgba(0,0,0,.30);
}

.comparison:not(.single-plan) tr.highlighted th:not(:last-child),.comparison:not(.single-plan) tbody tr:hover td:not(:last-child){
    border-right: 2px solid var(--light-gray-02);
}

.comparison .product,
.comparison .tl {
    color: var(--skiplino-black);
    padding: 10px;
    font-size: 14px;
}

.comparison .product {
    height: 40px;
    font-size:24px;
    vertical-align:bottom;
    text-align:center;
    padding-bottom:20px;
}

.comparison.single-plan .product{
    background-color:#f7f7f7;
}

.comparison .product img{
    display:block;
    margin: 0 auto;
    position: relative;
    top:-130px;
    left:0;
    margin-bottom: -130px;
    -webkit-transition: top 0.4s ease-out;
    -moz-transition: top 0.4s ease-out;
    -o-transition: top 0.4s ease-out;
}

.comparison .standard-shadow{
    background-image: url("https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2017/12/table-34.png");
    -moz-transition: background-size 0.3s ease-out;
    -ms-transition: background-size 0.3s ease-out;
    -o-transition: background-size 0.3s ease-out;
    -webkit-transition: background-size 0.3s ease-out;
    width:270px;
    height:147px;
}

.comparison .standard-shadow img {
    top:0;
}

.comparison .pro-shadow {
    background-image: url("https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2017/12/table-35.png");
    background-repeat: no-repeat;
    background-size:270px 226px;
    background-position: 50% -130px;
    -moz-transition: background-size 0.3s ease-out;
    -ms-transition: background-size 0.3s ease-out;
    -o-transition: background-size 0.3s ease-out;
    -webkit-transition: background-size 0.3s ease-out;
}

.comparison .enterprise-shadow {
    background-image: url("https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2017/12/table-objects-26.png");
    background-repeat: no-repeat;
    background-size:270px 291px;
    background-position: 50% -130px;
    -moz-transition: background-size 0.3s ease-out;
    -ms-transition: background-size 0.3s ease-out;
    -o-transition: background-size 0.3s ease-out;
    -webkit-transition: background-size 0.3s ease-out;
}

.comparison .product .subtitle {
    display: block;
    font-size:14px;
    font-weight:normal;
    padding-top:5px;
}

.comparison .price-info {
    padding: 15px;
}

.comparison .price-now,
.comparison .price-now span {
    text-align:center;
}

.comparison .price-now span {
    font-size: 36px;
}

.comparison .price-now p {
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    display: inline;
}

.comparison .price-buy {
    padding: 10px 30px;
    font-size: initial;
    display: inline-block;
    border:2px solid var(--skiplino-red);
    color: var(--skiplino-black);
    text-decoration: none;
    border-radius: 100px;
    /*   text-transform: uppercase; */
    margin: 10px 0 10px 0;
    /*   letter-spacing: 1px; */
    cursor: pointer;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    font-weight: 500;
}

.comparison .price-buy:hover {
    background: var(--skiplino-red);
    color:#f7f7f7;
}

.comparison .pricing-title {
    font-size:24px;
    text-align:left;
    /*   padding-left:15px; */
    padding-left:30px;
}

.comparison:not(.single-plan) tbody tr:hover{
    background:var(--light-gray-01);
    box-shadow: 0 4px 10px -2px rgba(0,0,0,.30);
}

.comparison tbody tr {
    -webkit-transition: background 0.3s ease-out, opacity 0.3s ease 0.3s;
    -moz-transition: background 0.3s ease-out, opacity 0.3s ease 0.3s;
    -o-transition: background 0.3s ease-out, opacity 0.3s ease 0.3s;
    transition: background 0.3s ease-out, opacity 0.3s ease 0.3s;
}

.form-group select.form-control {
    -webkit-appearance:none;
    background: transparent url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2018/04/icons8-expand-arrow-24.png) no-repeat 100%;
    background-size:18px;
    padding-right:22px;
}

form .form-control {
    font-size:14px;
}

.wpcf7-checkbox span.wpcf7-list-item {
    margin: 0;
}
.wpcf7-checkbox span.wpcf7-list-item input[type=checkbox]{
    margin: 0 0.3em 0 0;
}

input[type=text], input[type=email], input[type=password], input[type=search], input[type=url], input[type=tel] {
    min-width: initial;
}

/* Customer Page */
body.customer-page{
    background-color:var(--skiplino-red);
    color:#f7f7f7;
}
body.customer-page.customer-page-purple {
    background-color:#A8A8E2;
}

body.customer-page.customer-page-orange {
    background-color:#EDA651;
}
.customer-page p,.customer-page h1,.customer-page h2,.customer-page h3,.customer-page h4,.customer-page h5,.customer-page h6 {
    color:#f7f7f7;
}

.customer-page .navbar.affix {
    background-color: var(--skiplino-red);
    border-bottom-color:#F27C7C;
}

.customer-page.customer-page-purple .navbar.affix {
    background-color:#A8A8E2;
    border-bottom-color:#B5B5EA;
}

.customer-page.customer-page-orange .navbar.affix {
    background-color:#EDA651;
    border-bottom-color:#F6BE6E;
}

.customer-page .navbar.affix .navbar-nav li.active a,.customer-page .navbar.affix .navbar-nav li.current-menu-item a{
    color:#f7f7f7;
}

.customer-page .navbar.affix .navbar-nav li.active a,.customer-page .navbar.affix .navbar-nav li.current-menu-item a:after{
    border-bottom-color:#f7f7f7;
}

.customer-page .switch-button-case{
    color: #f7f7f7;
}

.customer-page .switch-button-case.active-case{
    color: var(--skiplino-red);
}

.customer-page.customer-page-purple .switch-button-case.active-case{
    color: #A8A8E2;
}

.customer-page.customer-page-orange .switch-button-case.active-case{
    color: #EDA651;
}

.customer-page .switch-button{
    background-color: var(--skiplino-red);
}

.customer-page.customer-page-purple .switch-button{
    background-color: #B5B5EA;
    -webkit-box-shadow: inset 0 0 5px #6666c3;
    box-shadow: inset 0 0 5px #6666c3;
}

.customer-page.customer-page-orange .switch-button{
    background-color: #F6BE6E;
    -webkit-box-shadow: inset 0 0 5px #c7720b;
    box-shadow: inset 0 0 5px #c7720b;
}

.customer-page #right-menu li a:hover {
    background-color: #F27C7C;
    color: #f7f7f7;
}

.customer-page.customer-page-purple #right-menu li a:hover {
    background-color: #b5b5ea;
    color: #f7f7f7;
}

.customer-page.customer-page-orange #right-menu li a:hover {
    color:#EDA651;
    background-color:#f7f7f7;
}

.customer-page #footer-area {
    background-color: var(--skiplino-red);
}

.customer-page.customer-page-purple #footer-area {
    background-color: #A8A8E2;
}

.customer-page.customer-page-orange #footer-area {
    background-color: #EDA651;
}

.customer-page .social a{
    background-color:#f7f7f7;
    color: var(--skiplino-red);
}

.customer-page.customer-page-purple .social a{
    color: #A8A8E2;
}

.customer-page.customer-page-orange .social a{
    color: #EDA651;
}

.customer-page .social a:after{
    background-color:#f7f7f7;
}

.customer-page #footer-nav a {
    color: #f7f7f7;
}

.customer-page #copyright-area{
    background-color: #F27C7C;
}

.customer-page.customer-page-purple #copyright-area{
    background-color: #B5B5EA;
}

.customer-page.customer-page-orange #copyright-area{
    background-color: #F6BE6E;
}

.customer-page .owl-theme .owl-controls .owl-page.active span, .customer-page .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #f6be6e;
}
.customer-page .owl-theme .owl-controls .owl-page span {
    background: #f7f7f7;
}

.customer-page .navbar-toggle .icon-bar {
    background-color:#f7f7f7;
}

.customer-page .navbar.affix .navbar-nav li a {
    color: #f7f7f7;
}

.customer-page .navbar.affix .navbar-center li:hover a:after {
    border-color:#f7f7f7;
}

/* Skiplino Form */
/*
.skiplino-form {
  height: 20px;
  display: flex;
  align-items: center;
        margin-bottom:30px;
}

.skiplino-form label {
                float: left;
    width: 150px;
    text-align: left;
    margin-right: 0.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.skiplino-form input,.skiplino-form select {
        width:100%;
        background:var(--light-gray-01);
        height:30px;
            border: 1px solid #d6d6d6;
    padding: 0px 11px;
    font-size: 12px;
    min-width: 250px;
        border-radius:0;

}
.skiplino-form select {
        -webkit-appearance: none;
}

.skiplino-form input:focus,
.skiplino-form select:focus{
        border-color:#ea5957;
        outline: none;
}

.skiplino-form .wpcf7-form-control-wrap {
        width:100%;
} */

/* Header Customization */
@media (min-width: 1340px) {
    .navbar-nav.navbar-center {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
    }
    #right-menu li{
        padding: 11px 6px;
    }
    #right-menu li a{
        color: var(--skiplino-black);
        font-weight: normal;
        font-size: 13px;
        background-color: var(--light-gray-02);
        border-radius: 100px;
        padding: 9px 16px 9px 16px;
        text-align: center;
        margin:0;
    }
    #right-menu li#signup-menu-button a{
        background: var(--skiplino-red);
        color:#f7f7f7;
    }

    #right-menu li a:hover {
        color: var(--white);
        background-color: var(--skiplino-red);
    }

    .customer-page #right-menu li a {
        background-color:#f7f7f7;
        color: var(--skiplino-red);
    }

    .customer-page.customer-page-purple #right-menu li a {
        color: #a8a8e2;
        background-color: #f7f7f7;
    }

    .customer-page.customer-page-orange #right-menu li a {
        background-color:#F6BE6E;
    }

}
@media (min-width: 1200px){
    .navbar .container {
        width: 100%;
        padding: 0 36px;
    }
}
/* @media (min-width: 768px) {
  .navbar-nav {
    width: 100%;
    text-align: center;
  }
  .navbar-nav > li {
    float: none;
    display: inline-block;
  }
  .navbar-nav > li.navbar-right {
    float: right !important;
  }
} */

/* Buttons Default Font */
.btn, .kc-pro-button, .kc-button-main {
    font-family: "canada-type-gibson", sans-serif;
}
/* Collapse menu style */
.navbar-toggle .icon-bar {
    background-color: #ea5957;
    width: 22px;
    height: 4px;
    border-radius: 1px;
}
.navbar-collapse.in {
    overflow-y: initial;
}
@media (max-width: 767px) and (min-width: 320px) {
    .navbar-toggle .icon-bar {
        background-color: #ea5957;
    }
    .slicknav_menu{
        display:none;
    }
    .main-header-navbar-toggle,#mainmenu {
        display:block;
    }
}
/* Max width for collapse menu */
@media (max-width: 1339px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 0;
    }

    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .collapse.in{
        display:block !important;
        /* 		    max-width: 220px; */
        /*     position: relative; */
        /*     margin: 0 auto; */
    }
    .switch-button#customer-bussiness-switch {
        left:50%;
        margin:15px 0;
    }
    /* Mobile Menu */
    /*     .navbar.affix .navbar-nav li a:after, .navbar.affix .navbar-nav li a:after,.navbar.affix .navbar-nav li a::after {
            content: "";
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            border-bottom: 2px solid var(--light-gray-02);
            -webkit-transition: .3s ease;
            transition: .3s ease;
        } */
    #right-menu li a {
        color:var(--skiplino-black);
    }
    .customer-page #right-menu li a {
        color:#f7f7f7;
    }
    .customer-page .navbar.affix .navbar-nav li a:after, .customer-page .navbar.affix .navbar-nav li a:after, .customer-page .navbar.affix .navbar-nav li a::after {
        border-bottom-color:#f27c7c;
    }

    .customer-page.customer-page-purple .navbar.affix .navbar-nav li a:after, .customer-page .navbar.affix .navbar-nav li a:after, .customer-page .navbar.affix .navbar-nav li a::after {
        border-bottom-color:#B5B5EA;
    }

    .customer-page.customer-page-orange .navbar.affix .navbar-nav li a:after, .customer-page .navbar.affix .navbar-nav li a:after, .customer-page .navbar.affix .navbar-nav li a::after {
        border-bottom-color:#F6BE6E;
    }

    .customer-page .navbar.affix .navbar-nav li a:after {
        border-bottom-color: #f27c7c;
    }

    .customer-page.customer-page-purple .navbar.affix .navbar-nav li a:after {
        border-bottom-color:#B5B5EA;
    }

    .customer-page.customer-page-orange .navbar.affix .navbar-nav li a:after {
        border-bottom-color:#F6BE6E;
    }

}

.partners-shadow {
    background:url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2018/02/partners-41.png);
    background-size: contain;
    background-repeat: no-repeat;
    -moz-transition: background-size 0.3s ease-out;
    -ms-transition: background-size 0.3s ease-out;
    -o-transition: background-size 0.3s ease-out;
    -webkit-transition: background-size 0.3s ease-out;
}

.pricing-intro-shadow {
    background:url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2018/02/prices-38.png);
    background-size: contain;
    background-repeat: no-repeat;
    -moz-transition: background-size 0.3s ease-out;
    -ms-transition: background-size 0.3s ease-out;
    -o-transition: background-size 0.3s ease-out;
    -webkit-transition: background-size 0.3s ease-out;
}

.info-icon i {
    border:0;
}

/* 404 Page */
.not-found-page .appai-search-form input[type=search] {
    border-color: rgba(234, 89, 87, 0.23);
}

.not-found-page .appai-search-form button{
    border-color: var(--skiplino-red);
    margin-top:35px;
}

.not-found-page .appai-search-form input[type=search]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--skiplino-red);
    opacity: 1; /* Firefox */
}

.not-found-page .appai-search-form input[type=search]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--skiplino-red);
}

.not-found-page .appai-search-form input[type=search]::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--skiplino-red);
}

.not-found-title h1 {
    color: var(--skiplino-red);
}

/* download button */
.btn.btn-bordered-white {
    border-color: var(--skiplino-red);
}

.btn.btn-bordered-white:hover {
    border:2px solid var(--skiplino-red);
}

#iubenda_policy .iub_content {
    padding:0 !important;
}

/* Post Customization */

/* COLOR */
.breadcrumbs span,.post-title a:hover,.post-content .read-more-btn:hover,.read-more-btn:hover i,.widget ul li.recentcomments .comment-author-link a,.widget ul li a:hover,table tfoot tr td#prev a, table tfoot tr td#next a,table tfoot tr td#prev a:hover, table tfoot tr td#next a:hover,.widget_search button#searchsubmit,.prev-next-posts .inner-col a:hover, .prev-next-posts .inner-col i:hover,.blog_area .post_content a, .blog_area table tr td a,.tagcloud a:hover,.meta-info a:hover,.calendar_wrap #today,a:focus, a:hover, a:active {
    color: var(--skiplino-red);
}
/* COLOR / IMPORTANT */
.breadcrumbs a span:hover {
    color: var(--skiplino-red) !important;
}
/* BACKGROUND COLOR */
.pagination .page-numbers.current, .pagination a:hover {
    background-color: var(--skiplino-red);
}

/* BORDER COLOR */
.pagination .page-numbers.current, .pagination a:hover,.tagcloud a:hover {
    border-color: var(--skiplino-red);
}

/* hide commenter url in post comment */
.blog-area #commentform input[type=url] {
    display:none;
}

/* Customer Circle */
.circle-wrap {
    width:300px;
    border-radius:50%;
    text-align:center;
    font-size: 18px;
    line-height:0;
    position:relative;
    background: var(--skiplino-black);
    color: white;
    display:table;
    height:300px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.circle-wrap.circle-medium {
    width: 250px;
    height: 250px;
    position: relative;
    left: 275px;
    top: -75px;
}

.circle-wrap.circle-medium .circle-content span:first-child {
    font-size:60px;
}

.circle-wrap.circle-medium .circle-content span:nth-child(2) {
    font-size:28px;
}

.circle-wrap.circle-small {
    width: 200px;
    height: 200px;
    position: relative;
    left: 50px;
    top: -200px;
}

.circle-wrap.circle-small .circle-content span:first-child {
    font-size:27px;
}

.circle-wrap.circle-small .circle-content span:nth-child(2) {
    font-size:24px;
}

.circle-wrap.circle-small .circle-content span {
    margin:44px;
}

.circle-wrap.circle-medium .circle-content span {
    margin:54px;
}

.circle-wrap .circle-content {
    display:table-cell;
    vertical-align:middle;
    width:100%;
}
.circle-wrap .circle-content span {
    display:block;
    margin:70px 0;
}

.circle-wrap .circle-content span:first-child {
    font-size:77px;
    font-weight: 600;
}
.circle-wrap .circle-content span:nth-child(2) {
    font-size:38px;
}

@media (max-width: 767px) {
    .request-a-demo-btn, .signup-btn{
        width: 100%;
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
    }


    .circle,.circle-wrap {
        display:inline-table;
    }
    .circle-wrap.circle-small,.circle.circle-small,	.circle-wrap.circle-medium,.circle.circle-medium {
        position:initial;
        margin-top:32px;
    }
}
/* new buttons */
.request-a-demo-btn,.signup-btn{
    width: fit-content;
    float: left;
    display: inline-block;
}
[dir='rtl'] .request-a-demo-btn,[dir='rtl'] .signup-btn{
    float: right;
}
[dir='rtl'] .request-a-demo-btn a,[dir='rtl'] .signup-btn a{
    margin-right:unset;
    margin-left:16px;
}
.request-a-demo-btn a,.signup-btn a{
    width:fit-content;
    text-align: center;
    margin-right: 16px;
}
/* Social Share */
ul.kiwi-article-bar {
    margin-top:30px!important;
}

body:not(.single-post) ul.kiwi-article-bar {
    display:none;
}

hr{
    border-color: var(--footer-bg);
}
/* Blog Tags */
.share-post-wrapper {
    background-color: transparent;
    border: 1px solid var(--light-gray-02);
    padding: 15px;
}

.post-tags{
    float:left;
    padding-left:0;
}

.post-content .blog-post-meta{
    display:none;
}

/* Hide Bitnami */
#bitnami-banner {
    display: none !important;
}

/* tippy style */
.tippy-popper .tippy-content{
    font-size:14px;
}

/* Video Wrapper */
.skiplino-video .overlay-grad-one:after {
    background:none;
}
.skiplino-video .video-demo-image {
    box-shadow: none;
}

/* how it works */
.single-feature{
    padding: 15px 30px;
    background-color: #f7f7f7;
    border-radius: 30px;
}
.media-left {
    padding-right:0;
}

/* FAQ Panel */
.panel:before {
    background: var(--skiplino-red);
}
.panel-title a:after {
    border-color: var(--skiplino-red);
    color: var(--skiplino-red);
}
.panel-heading:before{
    border-color: var(--skiplino-red);
    height: 16px;
    width: 16px;
}
.faq-content-wrapper .panel-body a {
    color: #ea5957 !important;
}
.panel-title {
    color: var(--skiplino-black);
}


.skiplino-video-frame{
    border: 30px solid #79C8AD;
    border-radius: 30px;
    background:#404356;

}
.skiplino-video-frame .lyte-wrapper, .skiplino-video-frame .lL{
    margin-top:0 !important;
    margin-bottom:-15px !important;
}

/*@media only screen and (max-width: 1024px){
    .skiplino-video-frame{
        border-width: 6px;
        border-radius:6px;
    }
}*/

#featured-as .owl-item img {
    width:250px;
}

.owl-theme .owl-controls .owl-page span {
    width:10px;
    height:10px;
    margin:5px;
}

/* Skiplino Tabs */
.skiplino-features-tabs .kc_tabs_nav~.kc_tab.ui-tabs-body-active,.skiplino-features-tabs .kc_tabs_nav>.ui-tabs-active>a,.skiplino-features-tabs  .kc_tabs_nav>li:hover, .skiplino-features-tabs .kc_tabs_nav>li>a:hover {
    background:unset;
}
.skiplino-features-tabs.skiplino-features-tabs-right .skiplino-features-tabs-slider{
    margin-left: 36%;
}
.skiplino-features-tabs.skiplino-features-tabs-right .kc_tabs>.kc_wrapper>.kc_tabs_nav{
    margin-left: 37%;
}

/*
@media (max-width:767px){
    .skiplino-features-tabs.skiplino-features-tabs-right .kc_tabs>.kc_wrapper>.kc_tabs_nav{
        margin-left: inherit;
    }
    .skiplino-features-tabs.skiplino-features-tabs-right .skiplino-features-tabs-slider{
        margin-left: inherit;
    }
}
*/

.skiplino-features-tabs .kc_tabs_nav~.kc_tab .kc_tab_content {
    padding:30px 0;
}

.skiplino-features-tabs .kc_tabs>.kc_wrapper>.kc_tabs_nav{
    width: max-content;
    border-radius: 100px;
    display: inherit;
    background: #e0e0e0;
    box-shadow: inset 0 0 5px #c5c5c5;
    min-height: 28px;
}

.skiplino-features-tabs .kc_wrapper>ul.ui-tabs-nav>li{
    border: 0;
    border-radius:100px;
    font-weight: bold;
    position:relative;
}

.skiplino-features-tabs .kc_tabs_nav>.ui-tabs-active, .skiplino-features-tabs .kc_tabs_nav>.ui-tabs-active:hover, .skiplino-features-tabs .kc_tabs_nav>.ui-tabs-active>a, .skiplino-features-tabs .kc_tabs_nav>.ui-tabs-active>a:hover {
    color: var(--skiplino-red);
    transition: 0.5s;
    /*       background-color: #fff; */
    /*     border-radius: 100px; */
    /*     -webkit-box-shadow: 0 0 10px grey; */
    /*     box-shadow: 0 0 10px grey; */
}

.skiplino-features-tabs .kc_tabs_nav>li:hover, .skiplino-features-tabs .kc_tabs_nav>li>a:hover {
    background-color: unset;
    color: grey;
}

.skiplino-features-tabs .kc_tabs_nav>li>a,.skiplino-features-tabs .nav-pills>li>a{
    line-height:28px;
    color: var(--skiplino-black);
    transition:none;
    font-family: "canada-type-gibson", sans-serif;
    font-size:13px;
    padding:0 10px;
}

/* .skiplino-features-tabs .kc_tabs_nav>.ui-tabs-active, .skiplino-features-tabs .kc_tabs_nav>.ui-tabs-active:hover,.skiplino-features-tabs .kc_tabs_nav>.ui-tabs-active>a,.skiplino-features-tabs .kc_tabs_nav>.ui-tabs-active>a:hover {
      -webkit-box-shadow: 0 0 10px grey;
    box-shadow: 0 0 10px grey;
} */

/*
@media (max-width:445px){
    .skiplino-features-tabs .kc_tabs_nav>li>a,.skiplino-features-tabs .nav-pills>li>a{
        font-size:10px;
    }
}
@media (max-width:380px){
    .skiplino-features-tabs .kc_tabs_nav>li>a,.skiplino-features-tabs .nav-pills>li>a{
        font-size:9px;
    }
    
.skiplino-features-tabs .kc_tabs>.kc_wrapper>.kc_tabs_nav {
background:none;
box-shadow:none;
}
.skiplino-features-tabs .kc_wrapper>ul.ui-tabs-nav>li {
float: none;
}
.skiplino-features-tabs .kc_tabs_nav>.ui-tabs-active, .skiplino-features-tabs .kc_tabs_nav>.ui-tabs-active:hover, .skiplino-features-tabs .kc_tabs_nav>.ui-tabs-active>a, .skiplino-features-tabs .kc_tabs_nav>.ui-tabs-active>a:hover {
text-align: center;
}
    
}


@media (max-width:479px){
    .skiplino-features-tabs .kc_tabs_nav>li a{
        width:100px;
        white-space:nowrap;
        overflow: hidden;
        text-overflow:ellipsis;
    }
}
@media (max-width:350px){

    .skiplino-features-tabs .kc_tabs_nav>li>a,.skiplino-features-tabs .nav-pills>li>a{
          //font-size:7px; 
    }
}
*/
.skiplino-features-tabs-slider{
    background: white;
    position: absolute;
    height: 28px;
    border-radius: 25px;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 10px grey;
    box-shadow: 0 0 10px grey;
}

.skiplino-features-tabs .kc_tab {
    transition: opacity 1s ease-in-out;
    opacity: 0;
}

.skiplino-features-tabs .kc_tab.ui-tabs-body-active {
    opacity: 1;
}

.navbar-nav li .sub-menu li a {
    padding: 14px 20px !important;
    margin: 0 !important;
}

/* FIX branch io banner */
#branch-banner-iframe {
    top: 0;
}

/* Product Tabs */
/* Navigation */
#skiplino-products-nav {
    position: sticky;
    /*dynamic top: 56px;*/
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    z-index: 2;
    box-shadow: 0px 10px 10px rgba(0,0,0,.15), 0px 0 10px rgba(0,0,0,.15);
    background: var(--light-gray-01);
}
#skiplino-products-nav::-webkit-scrollbar {
    display: none;
}
nav.skiplino-products-nav {
    /*padding: 26px 0;*/
    width: 100%;
    /*height: 100px;*/
}

nav.skiplino-products-nav ul {
    /*padding: 22px 0;*/
    /*margin: 0 auto;*/
    list-style: none;
    text-align: center;
    line-height: 60px;
}
nav.skiplino-products-nav ul li {
    display: inline-block;
    margin: 0 32px;
}
nav.skiplino-products-nav ul li a {
    /*padding: 16px 0;*/
    color: var(--skiplino-black);
    text-decoration: none;
    font-weight: 500;
    position: relative;
    font-family: "canada-type-gibson", sans-serif;
    /*   transition: all 0.2s ease */;
}
nav.skiplino-products-nav ul li a.active {
    font-weight:bold;
}

nav.skiplino-products-nav ul li a:after {
    background: none repeat scroll 0 0 var(--skiplino-red);
    content: "";
    display: block;
    height: 4px;
    width: 0;
    position: absolute;
    bottom: 0;
    opacity: 0;
}
nav.skiplino-products-nav ul li a.active:after {
    width: 100%;
    opacity: 1;
    /*transition: opacity 0ms, width 500ms; */
}

/* badge */
.skiplino-products-nav .notify-badge {
    line-height: initial;
    position: relative;

    right: -6px;

    top: -2px;
    background: 0 0;
    text-align: center;
    color: var(--skiplino-red);
    border-radius: 10rem;
    border: 1px solid var(--skiplino-red);
    font-size: 9px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 1px .8em;
    font-weight: normal;
}
.skiplino-products-nav .active .notify-badge {
    border: 1px solid transparent;
    background: var(--skiplino-red);
    color:white;
    font-weight: bold;
}
@media screen and (max-width: 920px) {
    nav.skiplino-products-nav ul li {
        margin: 0 16px;
    }
}

/* Menu Item DropDown */
.navbar-nav li .sub-menu {
    border:0;
    top: inherit;
    width: 100%;
    min-width: 280px;
    padding: 0 15px;
}
.navbar-nav li .sub-menu li a{
    background-color: #232323;
    color: black;
}

.navbar.affix .navbar-center .sub-menu li:not(:hover) a:after {
    border:0;
}

body:not(.customer-page) .customer-menu-item{
    display:none;
}

body.customer-page .menu-item:not(.customer-menu-item):not(.wpml-ls-item){
    display:none;
}

.navbar-nav li:hover .sub-menu {
    pointer-events: initial
}
.navbar-nav li .sub-menu {
    pointer-events: none
}

.wpml-ls-current-language > a {
    pointer-events: none;
}

.hubspot-link__container{
    display: none !important;
}

/* Move reCAPTCHA v3 badge to the left */

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}
/*
End -
Legacy CSS code
*/

/*
Standardise the website TypeFace
CSS corrections and fixes
*/

body {
    background-color: #f7f7f7 !important;
    overflow-anchor: none !important;
}


p, li {
    font-family: "canada-type-gibson", sans-serif !important;
    font-weight: 300 !important;
    word-break: initial !important;
    word-wrap: unset !important;
    overflow-wrap: unset !important;
    -webkit-hyphens: unset !important;
    -moz-hyphens: unset !important;
    -ms-hyphens: unset !important;
    hyphens: unset !important;
    color: var(--skiplino-black);
}

strong {
    font-family: "canada-type-gibson", sans-serif !important;
    font-weight: 500;
}

h1, h2, h3, h4, h5, a, span, div {
    font-family: "canada-type-gibson", sans-serif !important;
    word-break: initial !important;
    word-wrap: unset !important;
    overflow-wrap: unset !important;
    -webkit-hyphens: unset !important;
    -moz-hyphens: unset !important;
    -ms-hyphens: unset !important;
    hyphens: unset !important;
    font-weight: 600;
    
}
h2, h3, h4, h5 {
    color: var(--skiplino-black);
}

h1, h1 span, h1 strong {
    font-size: 5.6rem !important;
    text-transform: capitalize;
    color: var(--skiplino-black);
}
h2 {
    font-size: 5rem;
    text-transform: capitalize;
}
h3 {
    font-size: 3rem;
    text-transform: capitalize;
}
h4 {
    font-size: 2.4rem;
}
h5 {
    font-size: 2.2rem;
}
h6 {
    font-size: 1.9rem;
}
p, li {
    font-size: 1.9rem !important;
}

h1, h1 span {
    line-height: normal !important;
    font-family: "canada-type-gibson", sans-serif !important;
    font-weight: 600;
}
h2, h2 span, h3, h3 span {
    line-height: normal !important;
    font-family: "canada-type-gibson", sans-serif !important;
    font-weight: 600;
}

h2, h3, h4, h5 {
    margin-top: 30px !important;
    margin-bottom: 20px;
}

h4.panel-title {
    margin-top: 0px !important;
}

.title-short-desc > p {
    font-weight: 600 !important;
    font-size: 3rem !important;
    display: block;
    color: var(--white);
}


a:link, a:active, a:visited {
    color: var(--skiplino-red);
    font-size: inherit;
    font-weight: inherit;
}

input[type=radio], input[type=checkbox] {
    accent-color: var(--skiplino-red);
}

.blogsingle a:link, .blogsingle a:active, .blogsingle a:visited {
    display: inline !important;
}

li {
    font-weight: 300;
}

.skipper-table > table td {
    border: 1px solid var(--skiplino-black) !important;
}

.kc-pro-button a {
    margin: 0 !important;
    padding: 20px !important;
    font-family:  "canada-type-gibson", sans-serif !important;
    font-weight: 300 !important;
}

.kc-pro-button {
    display: inline-block !important;
    width: auto !important;
    margin: 0 10px 10px 0;
}

/*
Home Page (counter)
*/
.counter-container {
  background: var(--light-red);
  padding: 80px;
  border-radius: 20px;
}
.counter-desc, .counter-desc > span {
  font-weight: 500;
  font-size: 2rem;
}
.counter-desc {
  margin-top: 30px;
}
.the-counter > .character {
  padding: 30px 20px;
  display: inline-block;
  background: var(--skiplino-red);
  color: var(--white);
  margin: 0 2px;
  font-size: 4rem;
  font-weight: 600;
  border: 0;
  border-radius: 10px;
  min-width: 70px;
}

.the-counter > span:nth-child(2), .the-counter > span:nth-child(5) {
  margin-right: 15px;
}

/* 
Footer Area CSS fixes 
*/

#footer-nav li a, .skiplino-products-nav li a {
    font-family:  "canada-type-gibson", sans-serif !important;
    font-weight: 500;
}

#footer-nav li a {
    font-size: 14px !important;
    color: var(--skiplino-black) !important;
}

.customer-page #footer-nav li > a {
    color: var(--white) !important;
}

ul#footer-nav li:after {
    content: '\2022' !important;
}

ul#footer-nav li:last-child:after {
    content: '\00a0' !important;
}

.skiplino-products-nav li a {
    font-weight: 500 !important;
}


a, span, div {
    font-family: "canada-type-gibson", sans-serif !important;
    font-weight: 300;
}

.skiplino-product-slider2 li a {
    font-size: 18px !important;
}

.copyright p {
    font-size: 12px !important;
}

/*
Customise the Hubspot Contact Form
*/

.hbspt-form {
    font-family: "canada-type-gibson", sans-serif !important;
    font-weight: 300;
}

.hbspt-form input, .hbspt-form textarea {
    width: 100% !important;
    box-sizing: border-box;
    padding: 0;   
    margin-bottom: 20px;
    background: transparent !important;
    border: 0;
    border-bottom: 2px solid #cccccc;
}

.hbspt-form textarea {
    margin-top: 10px;
}

.hbspt-form textarea:focus, .hbspt-form input:focus {
    outline: 0;
}

.hbspt-form .hs-button {
    width: 120px !important;
    padding: 20px 30px 20px 30px !important;
    border: 0 !important;
    background: var(--skiplino-red) !important;
    border-radius: 100px !important;
    font-weight: 700;
    font-size: 1.6rem !important;
}

.hs-error-msg, .hs-form-required {
    color: var(--skiplino-red);
}

.legal-consent-container div, .hs-richtext {
  color: var(--skiplino-black) !important;
}
.legal-consent-container {
  margin-top: 20px;
}


.cust-head {
    margin: 0;
    padding: 0 0 30px 0;
    font-size: 55px;
    text-align: left;
}

/*
Blog page
*/

.blog-header:before, .breadcrumb-area:before {
    background: rgba(241,100,96,0) !important;
}

.blog-header, .breadcrumb-area {
    background: var(--skiplino-red) !important;
}

.blog-header {
    text-align: left !important;
}

.blog-header h2, .blog-header div {
    color: var(--white);
}

.blog-header h2 {
    font-size: 3rem;
    text-transform: none;
    text-align: left !important;
}

.blog_area h3, .blog_area h3 a {
    color: var(--skiplino-red) !important;
    font-size: 2.2rem !important;
}

.blog-subhead {
    font-size: 2rem;
    line-height: normal;
    max-width: 800px;
}

.breadcrumb-area .current {
    color: var(--white) !important;
}

.single-post li {
    line-height: normal !important;
}

/* 
Widgets 
*/

.blog_widgets .widget:first-child {
    margin-top: 0px;
}

.blog_widgets .widget:first-child .widget-title {
    margin-top: -7px;
}

.widget-title {
    text-transform: none;
    font-size: 1em;
    font-weight: 800;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.rpwwt-post-title {
    color: var(--skiplino-red);
    font-weight: 700;
    font-size: 1.6rem;
    line-height: normal;
}

.queue-mgt-widget {
    background: var(--skiplino-red);
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    color: var(--white);
}

.queue-mgt-widget h2, .queue-mgt-widget p {
    color: var(--white);
}

.queue-mgt-widget a, .queue-mgt-widget a:hover {
    color: var(--skiplino-black);
    background: var(--white);
    border: 0 !important;
}

.widget_categories li {
    display: inline;
}

.widget_categories li a, .widget_categories li a:hover {
    background: var(--skiplino-red);
    color: var(--white) !important;
    padding: 5px 10px;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.blog_area .read-more-wrapper a, .blog_area .read-more-wrapper a:hover {
    border: none !important;
    box-shadow: none !important;
}

.custom-html-widget .input .hs-input {
    background-color: var(--white) !important;
    border: 0;
    color: #2b323f;
    height: 45px;
    padding: 10px 45px 10px 15px;
    width: 100%;
}

.widget_search input {
    background-color: var(--white) !important;
}

/* 
Blog pagination 
*/

.blog_area .pagination {
    text-align: right !important;
}

body.customer-page {
    background-color: var(--skiplino-red) !important;
}

/* 
Products Area fixes 
*/

body.customer-page.customer-page-purple {
    background-color: #A8A8E2 !important;
}

.tts-not-supported-tooltip span {
    margin: auto !important;
}

.wp-block-quote {
    background-color: #311e8e;
}

.wp-block-quote p {
    color: var(--white) !important;
}

/*
Align the modal in the middle
*/

.modal-centered {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/*
Blog Styles
*/

.section.blogmain {
    background: var(--skiplino-red);
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.blog-head {
    color: var(--white);
}

.blog-head:after {
    content: ' ';
    display: block;
    width: 130px;
    height: 5px;
    margin-top: 20px;
    background: var(--white);
}

.blog-lead {
    color: var(--white);
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1.2em;
    line-height: normal
}

.card {
    display: block;
    background-color: var(--white);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    height: 100%;
}

.card h3, .blogindex-feature {
    margin-top: 0 !important;
    color: var(--skiplino-black) !important;
    font-weight: 500 !important;
    margin-bottom: 20px;
    display: block;
}

.card-title {
    width: 330px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.card-title-reset {
    display: block;
    width: 100%;
    text-overflow: initial;
    overflow: unset;
    white-space: normal;
    margin-bottom: 20px;
}

.card-caption {
    color: #aaa;
    margin: 10px 0 10px 0;
    display: block;
    font-weight: 300;
    font-size: 0.9em;
}

.card-description {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.card-readmore {
  margin-bottom: 15px;
  font-weight: 600 !important;
}
.card-readmore:hover {
  color: var(--hover-color) !important;
  text-decoration: underline;
}

.card-photo-container {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: var(--skiplino-black);
}

.card-photo-container > img {
    opacity: 0.7;
    height: auto !important;
    width: 100% !important;
}

.card-content {
    padding: 10px 20px 10px 20px;
}

/*
Blog Categories styling
*/

.blog-categories {
    list-style: none;
    margin: 30px 0 30px 0;
}

.blog-categories li {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0 10px 10px 0;
}

.blog-categories > li > a, .blog-categories > li > a:link {
    color: var(--skiplino-red) !important;
    font-family: "canada-type-gibson", sans-serif !important;
    font-weight: 300;
    background: var(--white);
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    display: block;
}

.blog-categories > li.current-cat > a {
    background: var(--skiplino-red);
    color: var(--white) !important;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.blogindex:after {
    content: '';
    display: block;
    position: relative;
    width: 50px;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 30px;
    background: var(--skiplino-red);
}

.recent-post-thmb {
    border-radius: 20px;
    border: 1px solid #f7f7f7 !important;
    background: #f7f7f7;
    outline: none !important;
    margin: 0;
    padding: 0;
}

.forcebold {
    font-family: "canada-type-gibson", sans-serif !important;
    font-size: 0.95em;
    font-weight: 500;
    color: var(--skiplino-black) !important;
}

.img-fluidmax {
    width: 100%;
}

.share-post-wrapper {
    background-color: var(--light-gray-01) !important;
    border: 0 !important;
    padding: 20px !important;
    border-radius: 20px !important;
}

/* 
Pagination CSS Style fixes
*/

.pagination a, .pagination span.dots, .pagination span.current {
    border: 0 !important;
    padding: 0 15px !important;
    font-family: "canada-type-gibson", sans-serif !important;
    font-weight: 600;
    border-radius: 50%;
    font-size: 100%;
}

.pagination a, .pagination span.dots {
    color: var(--skiplino-black) !important;
}

.pagination a:hover {
    color: var(--white) !important;
}

.pagination span.current {
    color: var(--white) !important;
}

.pagination {
    margin: 50px 0 50px 0;
}

.articlenav i, .articlenav a, .articlenav a:link {
    color: var(--skiplino-red) !important;
}

.tags-links {
    margin: 10px 0 10px 0;
    display: block;
}

/*
Search Form 
*/

.appai-search-form {
    width: 320px !important;
}

.appai-search-form input {
    border: 0;
    border-radius: 15px;
    width: 100%;
}

.appai-search-form #searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    padding: 12px 15px;
    background-color: transparent;
    color: #ccc;
}

blockquote {
    color: var(--white) !important;
    background-color: var(--skiplino-red) !important;
    border-radius: 20px;
    margin: 10px 0 10px 0;
    display: block;
}

blockquote > p {
    color: var(--white) !important;
}

blockquote a, blockquote a:link {
    color: var(--white) !important;
}

blockquote a:link {
    text-decoration: underline;
}

/* 
Hubspot Subscribe to blog 
*/

.subscribe-to-blog .hs_email {
    display: inline-block;
    margin-right: 10px;
    width: 250px;
}

.subscribe-to-blog .hs_email > label {
    display: none;
}

.subscribe-to-blog .hs_submit {
    display: inline-block;
    vertical-align: top;
}

.subscribe-to-blog .hbspt-form input.hs-input {
    border: 0 !important;
    background: hsla(0, 100%, 90%, 0.7) !important;
    border-radius: 20px;
    padding: 10px;
    color: var(--white) !important;
}

.subscribe-to-blog .hbspt-form input.hs-input::placeholder {
    color: var(--white);
    opacity: 0.8;
}

.subscribe-to-blog .hbspt-form input.hs-button {
    border: 0 !important;
    background: var(--white) !important;
    border-radius: 20px;
    padding: 10px 25px !important;
    color: var(--skiplino-red) !important;
    text-transform: initial  !important;
    line-height: 20px;
    width: auto !important;
    font-family: "canada-type-gibson", sans-serif !important;
    font-weight: 300;
    letter-spacing: initial;
}

.subscribe-to-blog .hbspt-form input.hs-button[disabled] {
    background: #ffcfcf !important;
    color: var(--skiplino-red) !important;
}

.hs-error-msgs, .hs_error_rollup {
    position: absolute !important;
}

.hs-error-msgs > li > label {
    color: var(--white);
}

.hbspt-form .submitted-message p {
    color: var(--skiplino-green) !important;
    background: var(--white);
    padding: 10px;
    border-radius: 20px;
    margin: 0;
}

/*
Spacers
*/

.spacer-50 {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    border: 0;
}
.spacer-100 {
    display: block;
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0;
    border: 0;
}

/*
Buttons
*/
.skipper-button {
    padding: 20px !important;
    border: 1px solid var(--skiplino-red) !important;
    background: var(--skiplino-red) !important;
    border-radius: 100px;
    font-family: "canada-type-gibson", sans-serif !important;
    font-weight: 500;
    color: var(--white) !important;
    display: inline-block;
    margin: 0 5px 10px 0;
}
.skipper-button-white {
    color: var(--skiplino-black) !important;
    background: var(--white) !important;
    border: 1px solid var(--white) !important;
}
/*
Ensure that buttons have the same rounded corners
*/
.btn-skipper {
    margin-bottom: 20px;
    display: inline-block !important;
}
.skip-button > a, .skipper-button, .btn-skipper, .hs-button {
    border-radius: 100px !important;
    padding: 20px 30px 20px 30px !important;
    min-width: 150px;
    border: 1px solid var(--white) !important;
    text-align: center;
}
.skip-button > a, .skip-button > a > span, .skipper-button, .btn-skipper, .hs-button {
    font-weight: 600 !important;
}
.skip-button-red > a, .skipper-button-red {
    border: 1px solid var(--skiplino-red) !important;
}
.discover-button > a, .skip-button-green > a {
    text-align: center;
    background: var(--skiplino-green) !important;
    border: 1px solid var(--skiplino-green) !important;
    color: var(--white) !important;
}
.discover-button {
    margin: 20px 10px 20px 0;
}
.skipper-button-green, .skipper-button-green:link, .skipper-button-green:active, .skipper-button-green:visited {
  background: var(--skiplino-green) !important;
  border: 1px solid var(--skiplino-green) !important;
}

.contact-us-button > a {
  border: 1px solid var(--skiplino-green) !important;
  color: var(--skiplino-green) !important;
  background: var(--white) !important;
}
.btn-skipper:link, .btn-skipper:active, .btn-skipper:visited {
    color: var(--white) !important;
    background: var(--skiplino-red) !important;
}
.btn-skipper:link, .btn-skipper:active, .btn-skipper:visited {
    color: var(--white) !important;
    background: var(--skiplino-red) !important;
}

.btn-skipper:hover, .skip-button > a:hover, .skipper-button:hover, .hs-button:hover {
    border: 1px solid var(--white) !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: var(--hover-color) !important;
}
.skip-button > a:hover, .skip-button-white-hover > a:hover, .skipper-button-white-hover, .skipper-button-green:hover {
    background: transparent !important;
    border: 1px solid var(--white) !important;
    color: var(--white) !important;
     box-shadow: none;
    -webkit-box-shadow: none;
}
.discover-button a:hover, .skip-button-red > a:hover, .skipper-button-red:hover {
    background: transparent !important;
    border: 1px solid var(--skiplino-black) !important;
    color: var(--skiplino-black) !important;
     box-shadow: none;
    -webkit-box-shadow: none;
}
.contact-form-btn, .contact-form-btn:hover, .hs-button:hover {
    border: 0 !important;
     box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

/* 
Skiplino force colors 
*/

.skip-red {
    color: var(--skiplino-red) !important;
}

.skip-gray {
    color: #888888 !important;
}

/*
New styles and settings
*/
.skipper-section {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
}

.skipper-section h1 {
    padding-bottom: 20px;
    margin-bottom: 0;
}
.skipper-section h1:after {
    content: '';
    display: block;
    position: relative;
    width: 80px;
    height: 5px;
    background: var(--skiplino-red);
    margin-top: 10px;
}

.skipper-section h2 {
    font-size: 5.6rem;
    padding-bottom: 30px;
    margin-bottom: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 70%;
}
.skipper-section .title-caption {
    padding-bottom: 30px;
}
.title-caption-download > p {
    max-width: 700px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.skipper-section h2:after {
    content: '';
    display: none;
    position: relative;
    width: 80px;
    height: 5px;
    background: var(--skiplino-red);
    margin-top: 10px;
}
.skipper-section h2.title-white, .skipper-section h1.title-white, .skipper-section h3.title-white {
    color: var(--white) !important;
}
.skipper-section h2.title-white:after, .skipper-section h1.title-white:after {
    background: var(--white) !important;
}
.skipper-section h2.title-center {
    text-align: center;
}
.skipper-section h2.title-center:after {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}
.skipper-section h2.title-center-no-line:after, .skipper-section h1.title-no-line:after, .skipper-section h2.title-no-line:after {
   display: none;
}
h2.other-title {
    font-size: 5rem;
    text-align: left;
    margin: 0 !important;
}

.skipper-section p {
    font-size: 1.9rem;
    padding-bottom: 0;
    margin-bottom: 20px;
    line-height: normal !important;
}
.skipper-section .p-white p, .skipper-section .p-white div, .skipper-section .p-white li {
    color: var(--white) !important;
}

.skip-red {
    color: var(--skiplino-red) !important;
}

/*
Products Pages
*/
.features-tab-title {
    font-size: 2.7em !important;
    text-align: center;
}
.features-tab-title::after {
    display: none !important;
}
.features-tab-title::before {
    content: '';
    display: inline-block !important;
    width: 50px;
    height: 60px;
    position: relative;
    margin-right: 10px;
    top: 10px;
}
.ft1::before {
    content: url(https://ik.imagekit.io/dw7cd4pfx/2023/04/customer.gif);
}
.ft2::before {
    content: url(https://ik.imagekit.io/dw7cd4pfx/2023/04/agent.gif);
}
.ft3::before {
    content: url(https://ik.imagekit.io/dw7cd4pfx/2023/04/manager.gif);
}
.features-card {
    display: block;
    background: #e1e5f4;
    width: 100%;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 20px;
    height: 100%;
}
.features-card h3 {
    text-align: center;
}
.features-card > img{
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
.features-card p {
    text-align: center;
}
.product-features .kc-raw-code {
    height: 100%;
}
.fixed-472 {
    height: 472px;
}
.fixed-450 {
    height: 450px;
}
.fixed-390 {
    height: 390px;
}
.fixed-410 {
    height: 410px;
}
.fixed-440 {
    height: 440px;
}
.fixed-500 {
    height: 500px;
}
.qms-slider ul, .qms-slider div {
    background: transparent !important;;
}
.qms-slider ul > li, .qms-slider ul > li.ui-tabs-active, .qms-slider ul > li:hover, .qms-slider ul > li.ui-tabs-active:hover {
    float: none;
    display: inline-block;
    zoom: 1;
    background: transparent !important;
    border: none;
}
.qms-slider ul > li > a {
    background: transparent !important;
    font-weight: 500;
    color: var(--skiplino-black);
}
.qms-slider ul > li.ui-tabs-active {
    border-bottom: 3px solid var(--skiplino-red) !important;
}
.qms-slider ul > li:hover a, .qms-slider ul > li.ui-tabs-active a, .qms-slider ul > li.ui-tabs-active:hover a {
    color: var(--skiplino-red);
}
.qms-slider .icofont-surface-tablet::before {
    display: block;
}
.qms-slider ul > li:nth-child(1) .icofont-surface-tablet::before {
    content: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2023/05/walk-in.png);
}
.qms-slider ul > li:nth-child(2) .icofont-surface-tablet::before {
    content: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2023/04/display-app.png);
}
.qms-slider ul > li:nth-child(3) .icofont-surface-tablet::before {
    content: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2023/04/admin-app.png);
}
.qms-slider ul > li:nth-child(4) .icofont-surface-tablet::before {
    content: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2023/04/desk-app.png);
}
.qms-slider ul > li:nth-child(5) .icofont-surface-tablet::before {
    content: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2023/04/mobile-app-644131c68ae9f.png);
}
.qms-slider ul > li:nth-child(6) .icofont-surface-tablet::before {
    content: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2023/04/portal.png);
}
/* Override for Appointments */
.qms-slider.appointments ul > li:nth-child(1) .icofont-surface-tablet::before {
    content: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2023/04/mobile-app-644131c68ae9f.png);
}
.qms-slider.appointments ul > li:nth-child(2) .icofont-surface-tablet::before {
    content: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2023/04/portal.png);
}
.qms-slider.appointments ul > li:nth-child(3) .icofont-surface-tablet::before {
    content: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2023/04/admin-app.png);
}
.qms-slider.appointments ul > li:nth-child(4) .icofont-surface-tablet::before {
    content: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2023/04/portal.png);
}

/* Override for Virtual Branch and Retail */
.qms-slider.virtual-branch-slider ul > li:nth-child(1) .icofont-surface-tablet::before {
    content: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2023/04/mobile-app-644131c68ae9f.png);
}
.qms-slider.virtual-branch-slider ul > li:nth-child(2) .icofont-surface-tablet::before {
    content: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2023/04/admin-app.png);
}
.qms-slider.virtual-branch-slider ul > li:nth-child(3) .icofont-surface-tablet::before {
    content: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2023/04/portal.png);
}

/* Override for Downloads */
.dowloads-slider ul > li:nth-child(1) .icofont-surface-tablet::before {
    content: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2023/05/walk-in.png);
}
.dowloads-slider ul > li:nth-child(2) .icofont-surface-tablet::before {
    content: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2023/04/display-app.png);
}
.dowloads-slider ul > li:nth-child(3) .icofont-surface-tablet::before {
    content: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2023/04/desk-app.png);
}
.dowloads-slider ul > li:nth-child(4) .icofont-surface-tablet::before {
    content: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2023/04/portal.png);
}

/* 
Hacks and Fixes 
*/
.the-product-features ul > li {
    font-weight: 500 !important;
}
.ppsGroupWrappers .owl-item {
    width: 500px !important;

}
.ppsGroupWrappers .owl-wrapper-outer {
    overflow: visible;
}
.skiplino-product-description p {
    padding-right: 20px !important;
}
/* Make sure that image carousel are responsive */
.products-image-carousel img {
    width: 100%;
}
/* 
Pricing Switch Button 
*/
.cms-switch, .cms-switch-pricing-cms, .cms-switch-appointment, .cms-switch-virtual, .cms-switch-retail  {
    position: absolute;
    bottom: 0;
    left: 50%;
}
.plan-switch-button {
    font-weight: 600;
    background: #d3d3d3;
}
.plan-switch-button .active {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background: var(--skiplino-red);
}
.plan-switch-button .active-case {
    color: var(--white);
}
.the-pricing {
  padding-top: 30px;
}

.the-comparison {
    display: block;
    background: #ffdcdc;
    border-radius: 20px;
    padding: 0 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.comp-table {
    border: 0;
    border-radius: 20px;
    margin-bottom: 0 !important;
    table-layout: fixed;
}
.comp-table .skipper-button {
    margin: 0;
}

.comp-table tr {
    border-bottom: 1px solid var(--white);
}
.comp-table td, .comp-table th {
    border: 0 !important;
    padding: 20px 0 20px 0 !important;
}
.comp-table td:first-child, .comp-table th:first-child {
    font-weight: 500;
   /* width: 33%; */
   width: 25%;
}
.comp-table td:not(:first-child), .comp-table th:not(:first-child) {
    text-align: center;
}
.comp-table tr:first-child {
    border-top: 0;
}
.comp-table tr:last-child {
    border-bottom: 0;
}

.skiplino-app-title {
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 18px;
}

.app-options {
    margin-top: 10px;
}

.app-options a {
    display: inline-block;
    margin: 0 5px 10px 0;
}
.app-options-content {
    margin-top: 30px;
}
.accessory-button {
    display: inline-block;
    width: auto;
    padding: 10px 20px 10px 20px;
    height: auto;
    background: var(--skiplino-green);
    border-radius: 100px;
    color: var(--white);
    margin: 0 10px 10px 0;
}
.accessory-button > img {
    margin-right: 5px;
}

.looking-for-something {
    width: 90% !important;
}
.looking-for-something h3 {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 40px !important;
}


.industry-img {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    width: 50%;    
}
.industry-img-40 {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    width: 40%;    
}

/* Second section from top */
.subtitle-top::after {
    display: none !important;
}
.subtitle-top {
    text-align: center;
    padding-bottom: 0 !important;
    margin: 0 !important;
}

.no-top-margin {
    margin-top: 0 !important;
}

/*
Customise Previous and Next navigation button for Carousel
*/
.owl-buttons div {
    position: absolute;
    top: 35%;
    bottom: 0;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    text-align: center;
    justify-content: center;
    opacity: 0.3 !important;
}
.owl-prev {
    left: -30px;
}
.owl-prev:before {
    content: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2023/05/prev.png);
    visibility: visible;
}
.owl-prev {
    visibility: hidden;
}
.owl-next {
    right: -45px;
}
.owl-next:before {
    content: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2023/05/next.png);
    visibility: visible;
}
.owl-next {
    visibility: hidden;
}

.text-bold {
    font-weight: 600;
}

/*
New home page product tabs
*/
.skiplino-prod-tabs h2 {
    font-size: 5rem;
    text-align: left;
    margin: 0 !important;
    max-width: 100%;
}
.skiplino-prod-tabs .kc_tab_content {
    padding: 0 15px !important;
}
.skiplino-prod-tabs div {
    background: transparent;
}
.skiplino-prod-tabs ul {
    width: 100%;
    background: transparent;
    display: block;
    margin-bottom: 10px !important;
}
.kc_tabs>.kc_wrapper>.kc_tabs_nav {
    background: transparent !important;
}
.skiplino-prod-tabs li {
    padding: 10px;
    background: transparent !important;
    position: relative;
    text-align: center;
    height: 240px;
    width: 1%;
    display: table-cell !important;
    float: none !important;
    border: 0 !important;
}

.skiplino-prod-tabs li > a {
    display: block;
    width: 100%;
    height: 220px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    background: var(--skiplino-red) !important;
    color: var(--white) !important;
    font-weight: 600;
    line-height: normal !important;
    font-size: 1.6rem;

}

.skiplino-prod-tabs li > a::before {
    content: "";
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.skiplino-prod-tabs li > a {
    background: var(--footer-bg) !important;
    color: var(--skiplino-black) !important;
}
.skiplino-prod-tabs li:nth-child(1) > a::before {
    content: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2023/05/qms-inactive.png);
}
.skiplino-prod-tabs li:nth-child(1).ui-tabs-active > a::before {
    opacity: 1;
}
.skiplino-prod-tabs li:nth-child(1).ui-tabs-active > a, .skiplino-prod-tabs li:nth-child(1) > a:hover {
    background: var(--skiplino-red) !important;
    color: var(--white) !important;
}
.skiplino-prod-tabs li:nth-child(2).ui-tabs-active > a::before {
    opacity: 1;
}
.skiplino-prod-tabs li:nth-child(2) > a::before {
    content: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2023/05/appointments-inactive.png);
}
.skiplino-prod-tabs li:nth-child(2).ui-tabs-active > a, .skiplino-prod-tabs li:nth-child(2) > a:hover {
    background: var(--skiplino-appointments) !important;
    color: var(--skiplino-black) !important;
}
.skiplino-prod-tabs li:nth-child(3).ui-tabs-active > a::before {
    opacity: 1;
}
.skiplino-prod-tabs li:nth-child(3) > a::before {
    content: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2023/05/virtual-inactive.png);
}
.skiplino-prod-tabs li:nth-child(3).ui-tabs-active > a, .skiplino-prod-tabs li:nth-child(3) > a:hover {
    background: var(--skiplino-virtual) !important;
    color: var(--white) !important;
}
.skiplino-prod-tabs li:nth-child(4).ui-tabs-active > a::before {
    opacity: 1;
}
.skiplino-prod-tabs li:nth-child(4) > a::before {
    content: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2023/05/retail-inactive.png);
}
.skiplino-prod-tabs li:nth-child(4).ui-tabs-active > a, .skiplino-prod-tabs li:nth-child(4) > a:hover {
    background: var(--skiplino-retail) !important;
    color: var(--skiplino-black) !important;
}

.skiplino-prod-tabs h2, .skiplino-prod-tabs h3, .skiplino-prod-tabs p {
    color: var(--white);
}
.skiplino-prod-tabs h2 {
    margin-bottom: 0;
    padding: 0;
}
.skiplino-prod-tabs h2:after {
    display: none;
}
#products-home #queue-management-system, #products-home .queue-management-system {
    background: var(--skiplino-red) !important;
    border-radius: 20px
}
#products-home #appointments, #products-home .appointments {
     background: var(--skiplino-appointments) !important;
    border-radius: 20px
}
#products-home #virtual-branches, #products-home .virtual-location {
     background: var(--skiplino-virtual) !important;
    border-radius: 20px
}
#products-home #retail, #products-home .retail {
     background: var(--skiplino-retail) !important;
    border-radius: 20px
}
.pr-content {
    padding: 30px;
}

/*
Pricing page stuff
*/
.get-quote-container {
  /*  padding: 20px; */
}
.pricing-page .ui-tabs-panel {
    background: transparent !important;
}
.pricing-page .the-pricing-title h3 {
    color: var(--skiplino-black);
}

.the-pricing-form input, .the-pricing-form textarea {
    background: var(--white);
    padding: 10px 20px 10px 20px;
    border: 1px solid var(--white);
    border-radius: 20px;
    margin: 0;
}
.custom-select {
    background: var(--white) !important;
    padding: 10px 20px 10px 20px !important;
    border: 0 !important;
    border-radius: 20px !important;
    margin: 0 !important;
}
.select .wpcf7-form-control-wrap {
    display: grid;
    grid-template-areas: "select";
    align-items: center;
}
.select .wpcf7-form-control-wrap:after {
    content: "" !important;
    width: 0.8em !important;
    height: 0.5em !important;
    background-color: var(--select-arrow) !important;
    clip-path: polygon(100% 0%, 0 0%, 50% 100%) !important;
    justify-self: end;
    margin-right: 20px;
}
.custom-select, .select .wpcf7-form-control-wrap:after {
    grid-area: select;
}
.contact-form-btn {
    font-size: 1.6rem !important;
}
.wpcf7-response-output {
    position: absolute;
    bottom: -60px;
}

/*
Make menu fixed on scroll to a certain point
*/
.fixed-prod-btn {
    max-width: 1140px;
    position: fixed;
    background: var(--light-gray) !important;
    /*top: 70px;
    left: 10px !important;*/
    bottom: -10px;
    z-index: 999;
    display: none !important;
}
.fixed-prod-btn a::before {
    display: none !important
}
.fixed-prod-btn li a {
    height: auto;
    padding: 20px 0 !important;
   
}
.fixed-prod-btn li {
    height: auto;
    /*display: block !important;
    width: 100%;*/
    
}
.fixed-the-pricing {
    position: fixed;
    width: 1140px;
    background: var(--light-gray) !important;
    top: 63px;
    z-index: 999;
    padding: 20px 20px 0 20px;
    margin-left: -15px;
}

/*
Additional common stuff
*/
.bg-pink {
    background: var(--light-red);
}
.bg-white {
    background: var(--white) !important;
}
.bg-qms {
   background: var(--light-bg-qms) !important;
   color: var(--black);
}
.bg-appointments {
    background: var(--light-bg-appointments) !important;
}
.bg-virtual {
    background: var(--light-bg-virtual) !important;
    color: var(--black);
}
.bg-retail {
    background: var(--light-bg-retail) !important;
}
.no-margin {
    margin: 0 !important;
}
.skipper-button:active, .skipper-button:focus {
    border: 0 !important;
    box-shadow: none !important;
    
}

/*
Downloads Page
*/
.download-section {
    margin-bottom: 50px !important;
}
.download-content {
    display: block; 
    width: 550px; 
    height: auto;
    margin-top: 60px;
    color: var(--white);
}
.download-content h3, .download-content p {
    color: var(--white);
}
.business-part {
    float: right;
    margin-right: 40px;
}
.customer-part {
    float: left;
    margin-left: 50px;
}

.hs-form-iframe {
    width: 100% !important;
}
.form-columns-2 {
    margin-bottom: 15px;
}
.hs-input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: var(--skiplino-black);
  background-color: var(--white);
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.hs-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.hs-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.hs-input:-ms-input-placeholder {
  color: #999;
}
.hs-input::-webkit-input-placeholder {
  color: #999;
}
.hs-input::-ms-expand {
  background-color: transparent;
  border: 0;
}
.hs-input[disabled],
.hs-input[readonly],
fieldset[disabled] .hs-input {
  background-color: #eee;
  opacity: 1;
}
.hs-input[disabled],
fieldset[disabled] .hs-input {
  cursor: not-allowed;
}
textarea.hs-input {
  height: auto;
}
.hs-form-field {
    width: 100%;
}

/**/
.hs-form-iframe {
    width: 100% !important;
}
.form-columns-2 {
    margin-bottom: 15px;
}
input.hs-input {
  background: var(--white) !important;
    padding: 10px 20px 10px 20px;
    border: 0;
    border-radius: 20px;
    margin: 0;
}
input.hs-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
input.hs-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input.hs-input:-ms-input-placeholder {
  color: #999;
}
input.hs-input::-webkit-input-placeholder {
  color: #999;
}
input.hs-input::-ms-expand {
  background-color: transparent;
  border: 0;
}
input.hs-input[disabled],
input.hs-input[readonly],
fieldset[disabled] .hs-input {
  background-color: #eee;
  opacity: 1;
}
input.hs-input[disabled],
fieldset[disabled] .hs-input {
  cursor: not-allowed;
}
textarea.hs-input {
  height: auto;
    background: var(--white) !important;
    padding: 10px 20px 10px 20px;
    border: 0;
    border-radius: 20px;
    margin: 0;
}
.hs-form-field {
    width: 100%;
}
.hs-submit {
    margin-top: 15px;
}
.subscribe-to-blog .hs-submit {
    margin-top: 0;
}
.contact-form-container {
    background: var(--footer-bg);
    padding: 20px;
    border-radius: 20px;
    margin-top: 40px;
}
.contact-form-container h3 {
    margin-top: 15px !important;
}
fieldset {
    max-width: 100% !important;
}
.hs-input[type=number] {
  padding: 20px;
}
/*
About Page
*/

.about-highlights-section {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
.about-highlights {
    padding: 30px 20px 30px 20px;
    text-align: center;
    border-radius: 20px;
    background: var(--white);
}
.about-highlight-title > p {
    font-weight: 600 !important;
    margin: 0;
}
.about-highlight-caption > p {
    font-weight: 600 !important;
    font-size: 4em !important;
    color: var(--skiplino-red);
    margin: 0;
}

.p-white ul, .skipper-list {
    margin-top: 20px;
}
.p-white li, .skipper-list > li {
    list-style: disc;
    margin-left: 12px;
    line-height: 24px;
}

/*
Customize Contact form 7 error
*/
span .wpcf7-not-valid, .hs-input.invalid.error {
   border: 1px solid var(--skiplino-red);
}
span.wpcf7-not-valid-tip, .hs-error-msgs {
    display: none !important;
}

.partners-description {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    font-weight: 300 !important;
}
.partner-title-caption > p {
    margin: 0;
    font-weight: 300 !important; 
}
/*
404 Page
*/
.the404  {
    font-weight: 300 !important;
}
.skipper-list {
    margin-left: 5px;
    margin-bottom: 20px;
}

/*
Main Naviation Menu
*/
.navbar {
    background: var(--navbar-bg) !important;
}

#mainmenu li > a:hover {
   color: var(--hover-color);
}
#mainmenu .sub-menu {
    display: block;
    background: var(--white);
    padding: 10px;
    border-radius: 20px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

#mainmenu .sub-menu > li {
    border: 0 !important;
}

#mainmenu .sub-menu > li > a {
    border-radius: 20px;
    color: var(--skiplino-black);
    background: var(--white);
    font-weight: 300;
}
#mainmenu .sub-menu > li > a:hover {
    border-radius: 20px;
    color: var(--white);
    background: var(--skiplino-red);
}

/*
Top Right menu custom
*/
#menu-top-right-menu > li:not(:first-child), #menu-top-right-menu-ar > li:not(:first-child), #menu-top-right-menu-pt > li:not(:first-child), #menu-top-right-menu-es > li:not(:first-child), #menu-top-right-menu-en > li:not(:first-child), #menu-top-right-menu-french > li:not(:first-child) {
    padding: 10px 0 10px 0;
}
#menu-top-right-menu > li:not(:first-child) > a, #menu-top-right-menu-ar > li:not(:first-child) > a, #menu-top-right-menu-pt > li:not(:first-child) > a , #menu-top-right-menu-es > li:not(:first-child) > a, #menu-top-right-menu-en > li:not(:first-child) > a, #menu-top-right-menu-french > li:not(:first-child) > a  {
    background: var(--skiplino-red);
    color: #f7f7f7;
    padding: 10px 20px;
    border-radius: 20px;
    margin-left: 0;
    margin-right: 10px;
}
#menu-top-right-menu > li:nth-child(2) > a, #menu-top-right-menu-ar > li:nth-child(2) > a, #menu-top-right-menu-pt > li:nth-child(2) > a, #menu-top-right-menu-es > li:nth-child(2) > a, #menu-top-right-menu-en > li:nth-child(2) > a, #menu-top-right-menu-french > li:nth-child(2) > a {
    color: var(--skiplino-black);
    background: var(--light-gray-02);
}

#menu-top-right-menu > li:not(:first-child) > a:hover, #menu-top-right-menu-ar > li:not(:first-child) > a:hover, #menu-top-right-menu-pt > li:not(:first-child) > a:hover, #menu-top-right-menu-es > li:not(:first-child) > a:hover, #menu-top-right-menu-en > li:not(:first-child) > a:hover, #menu-top-right-menu-french > li:not(:first-child) > a:hover   {
    background: var(--hover-color);
}
#menu-top-right-menu > li:nth-child(2) > a:hover, #menu-top-right-menu-ar > li:nth-child(2) > a:hover, #menu-top-right-menu-pt > li:nth-child(2) > a:hover, #menu-top-right-menu-es > li:nth-child(2) > a:hover, #menu-top-right-menu-en > li:nth-child(2) > a:hover, #menu-top-right-menu-french > li:nth-child(2) > a:hover {
    color: var(--white);
}


#menu-top-right-menu .sub-menu, #menu-top-right-menu-ar .sub-menu, #menu-top-right-menu-pt .sub-menu,  #menu-top-right-menu-es .sub-menu, #menu-top-right-menu-en .sub-menu, #menu-top-right-menu-french .sub-menu  {
    display: block;
    background: var(--white);
    padding: 10px;
    border-radius: 20px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

#menu-top-right-menu .sub-menu > li, #menu-top-right-menu-ar .sub-menu > li, #menu-top-right-menu-pt .sub-menu > li, #menu-top-right-menu-es .sub-menu > li, #menu-top-right-menu-en .sub-menu > li, #menu-top-right-menu-french .sub-menu > li  {
    border: 0 !important;
}

#menu-top-right-menu .sub-menu > li > a, #menu-top-right-menu-ar .sub-menu > li > a, #menu-top-right-menu-pt .sub-menu > li > a, #menu-top-right-menu-es .sub-menu > li > a, #menu-top-right-menu-en .sub-menu > li > a, #menu-top-right-menu-french .sub-menu > li > a {
    border-radius: 20px;
    color: var(--skiplino-black);
    background: var(--white);
    font-weight: 300;
}
#menu-top-right-menu .sub-menu > li > a:hover, #menu-top-right-menu-ar .sub-menu > li > a:hover, #menu-top-right-menu-pt .sub-menu > li > a:hover, #menu-top-right-menu-es .sub-menu > li > a:hover, #menu-top-right-menu-en .sub-menu > li > a:hover, #menu-top-right-menu-french .sub-menu > li > a:hover {
    border-radius: 20px;
    color: var(--white);
    background: var(--skiplino-red);
}
/* 
Footer Area
*/
#footer-area {
    background: var(--footer-bg);
    color: var(--skiplino-black);
}

#footer-area li > a {
    font-weight: 300;
    padding: 0px 0 5px 0;
    font-size: 1.8rem;
}
#footer-area li > a:hover {
    text-decoration: underline;
    color: var(--hover-color);
}
.footer-menu li {
    list-style: disc;
    margin-left: 18px;
    padding-bottom: 5px;
    color: var(--skiplino-red);
}
.ftr-btn-login {
    background: var(--white) !important;
    color: var(--skiplino-red) !important;
}
.ftr-btn-signup {
    background: var(--skiplino-red) !important;
    color: var(--white) !important;
}

.footer-title {
    color: var(--skiplino-black);
    font-weight: 600;
    font-size: 1.8rem;
    display: block;
    margin: 20px 0;
}


#footer-area .social {
    margin-bottom: 20px;
    margin-top: 40px;
}
.footer-logo {
    width: 30%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
#copyright-area {
    background: var(--skiplino-red);
    padding: 20px;
    color: var(--white);
    border-top: 1px solid #f49f9d;
}

.text-black, .text-black p {
    color: var(--skiplino-black) !important;
}

.goto-blog-button {
    min-width: 250px;
    background: var(--skiplino-green) !important;
    font-size: 120% !important;
    padding: 30px !important;
}

/*
Modify the X color for the pricing table
*/
.fa-times.color.black {
    color: #383838 !important;
}

/* Contact page */

.contact-page .kc_single_image {
    padding: 30px
}

/*
Form controls
*/
.wpcf7-spinner {
    position: absolute;
}
.wpcf7-response-output {
    display: none !important;
}

.semibold, .semibold:link {
    font-weight: 500 !important;
}

.topmenuright {
    font-weight: 500 !important;
}

.how-it-works-img {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
}

.switch-button {
    background: #d3d3d3 !important;
}

.skiplino-prod-tabs .comp-table tr {
    border-bottom: 1px solid #fbfbfb !important;
}

.skiplino-prod-tabs .comp-table tr:first-child {
    border-top: 0 !important;
}
.skiplino-prod-tabs .comp-table tr:last-child {
    border-bottom: 0 !important;
}

.hs-input.hs-fieldtype-textarea {
    height: 150px;
}

#blog-suggestion {
    background: #f2f2f2 !important;
}

.wpml-ls-menu-item .wpml-ls-flag {
    vertical-align: middle;
    display: inline-block;
margin-top: -2px; 
}

.carousel-control {
    background-image: none !important;
    width: auto;
    top: 40%;
    height: 40px;
}
.carousel-control.left {
    left: -15px;
}
.carousel-control.right {
    right: -15px;
}
.carousel-control.left > i:before {
    content: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2023/05/prev.png);
    visibility: visible;
}
.carousel-control.left > i {
    visibility: hidden;
}
.carousel-control.right > i:before {
    content: url(https://skiplinostorage.blob.core.windows.net/skiplino-wordpress/2023/05/next.png);
    visibility: visible;
}
.carousel-control.right > i {
    visibility: hidden;
}


.feature-step {
    color: var(--skiplino-red);
    font-weight: 700;
    font-size: 1.5em;
    padding: 5px 0 10px 0;
}

.features-container > .kc_column_inner {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}
.home-feature {
    background: var(--light-red);
    border-radius: 20px;
    padding: 60px;
}
.home-feature p {
    margin: 0 !important;
}



.carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
  overflow: visible;
}

.carousel-item {
  flex: 0 0 33.33%;
  text-align: center;
}

.carousel-item img {
  max-width: 100%;
  height: auto;
}

button.carousel-control {
  display: inline-block;
    border: 0;
    
}

.ttreports {
    max-width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pricing-action-btn {
    margin-top: 20px;
}

.checkbox-control .form-control {
    border: 0;
    margin: 0;
}
.checkbox-control .form-control span {
  display: inline-block;
  margin-right: 10px;
}
.checkbox-control p {
  margin-bottom: 10px;
}


.checkbox-control label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
 
}
.checkbox-control label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background: var(--white) !important;
  
}


.checkbox-control input[type=checkbox] {
  display: none;
}

.checkbox-control label:before {
  border-radius: 3px !important;
}

.checkbox-control label.thechecked:before {
  content: "\2714";
  font-size: 20px;
  color: var(--skiplino-red);
  text-align: center;
  line-height: 12px;
}
.kc_tabs_nav>li {
  cursor: default !important;
}


/* Custom Input */

.hs-form-checkbox, .hs-form-booleancheckbox {
  display: inline-block;
  margin: 10px 0 !important;
}
ul.inputs-list.multi-container li.hs-form-checkbox, ul.inputs-list li.hs-form-booleancheckbox {
  margin: 16px 0;
}
ul.inputs-list.multi-container li.hs-form-checkbox label, ul.inputs-list li.hs-form-booleancheckbox label {
  position: relative;
}
ul.inputs-list.multi-container li.hs-form-checkbox label span, ul.inputs-list li.hs-form-booleancheckbox span {
display: inline-block;
  margin-left: 35px; /* Width of the new radio select and any additional spacing on the left */
  margin-right: 10px; /* Additional spacing on the right */
  margin-top: 5px;
}
/* Hide the original checkbox */
ul.inputs-list.multi-container li.hs-form-checkbox label input, ul.inputs-list li.hs-form-booleancheckbox input {
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
/* Add new checkbox */
ul.inputs-list.multi-container li.hs-form-checkbox label span::before, ul.inputs-list li.hs-form-booleancheckbox label span::before {
  border: 0;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
  border-radius: 4px;
  background: var(--white)
}
/* Style new checked item */
ul.inputs-list.multi-container li.hs-form-checkbox label span::after, ul.inputs-list li.hs-form-booleancheckbox label span::after {
  content: "";
  border: 4px solid;
  border-left: 0;
  border-top: 0;
  height: 16px;
  left: 8px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transform: rotate(45deg);
  transition: opacity 0.2s ease-in-out;
  width: 8px;
}
/* Show when checked */
ul.inputs-list.multi-container li.hs-form-checkbox label input:checked + span::after, ul.inputs-list li.hs-form-booleancheckbox label input:checked + span::after {
  opacity: 1;
  color: var(--skiplino-red);
}
/* Style when focused */
ul.inputs-list.multi-container li.hs-form-checkbox label input:focus + span::after, ul.inputs-list li.hs-form-booleancheckbox label input:focus + span::after {
  outline: 3px solid transparent; /* For Windows high contrast mode. */
}

.legal-consent-container p,  .legal-consent-container span.wpcf7-list-item-label {
  font-size: 1.2em !important;
}
/*
Mobile fixes
*/

@media (max-width: 1006px) {
    .blog-head-photo {
        display: none !important;
    }
    .card-title {
        width: 100% !important;
    }
    .card-photo-container > img {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 820px) {
    .fixed-472 {
        height: auto;
    }
    .fixed-450 {
        height: auto;
    }
    .fixed-390 {
        height: auto;
    }
    .fixed-410 {
        height: auto;
    }
}
/*
Product Tabs
*/
@media (max-width: 679px) {
    .skiplino-prod-tabs li > a::before {
        padding: 0;
        margin: 0;
        transform: scale(0.6);
    }
    .skiplino-prod-tabs li {
        display: inline-block !important;
        width: 85px !important;
        padding: 5px !important;
        height: auto;
    }
    .skiplino-prod-tabs li > a {
        height: 180px !important;
        font-size: 0.5em !important;
        margin: 0 !important;
        padding: 4px !important;
    }
    .pr-content {
        padding: 0 !important;
    }
    .skiplino-prod-tabs h2 {
        font-size: 2.7em;
    }
    /*.pr-content .kc_single_image {
        display: none;
    }*/
}

@media (max-width: 1180px) {
    .row.display-flex {
        display: block;
        flex-wrap: unset;
    }

    .row.display-flex > [class*='col-'] {
        display: block;
        flex-direction: unset;
    }
}

@media (max-width: 460px) {
    h1, .skipper-section h2 {
        font-size: 4rem !important;
    }
    h3, .feature-step {
        font-size: 2.6rem !important;
    }
    .the-counter > .character {
        font-size: 2rem !important;
        min-width: 30px !important;
        padding: 15px 10px !important;
    }
    .counter-container {
        padding: 30px 10px !important;
    }
    .pricing-get-stared-desktop {
        display: none !important;
    }
    .pricing-get-stared-mobile {
        display: table-row !important;
    }
    .switch-button {
        top: -20px;
    }
}
/*
Navigation bar
*/
@media (max-width: 782px) {
    #menu-top-right-menu li a, #menu-top-right-menu-ar li a, #menu-top-right-menu-en li a, #menu-top-right-menu-pt li a, #menu-top-right-menu-es li a  {
        text-align: center;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;
    }
    .menu-right-menu-container .skipper-button {
        width: 100% !important;
    }
    .counter-container {
        padding: 30px 20px !important;
    }
}

@media (max-width: 820px) {
    h3, .feature-step {
        font-size: 2.6rem !important;
    }
    .features-container > .kc_column_inner {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
        display: block !important;
    }
    .pr-content {
        padding: 20px !important;
    }
    .kc_single_image {
        margin-top: 30px;
    }
    .counter-container {
        padding: 30px 20px !important;
    }
    .switch-button {
        display: block;
        position: absolute;
        top: 140px;
    }
    .business-part, .customer-part {
        float: none;
        margin-left: auto ;
        margin-right: auto ;
        text-align: center ;
        display: block;
        width: 100%;
        padding-bottom: 50px;
    }
    .business-part img, .customer-part img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 380px) {
    .counter-container {
        padding: 30px 10px !important;
    }
}

@media (max-width: 998px) {
    .skipper-section {
        margin: 100px 0 !important;
    }
}

@media (min-width: 1007px) and (max-width: 1200px) {
    .card-title {
        width: 250px;
    }
}
/*
Pricing Table
*/
@media screen and (max-width: 767px) {
    .table-responsive {
        border: none !important;
    }
}
@media (max-width: 600px) {
    .the-pricing-title {
        display: none !important;
    }
    .the-pricing-switch {
        width: 100% !important;
        margin-top: 50px;
    }
    .the-pricing-title-table {
        display: table-row !important;
    }
}
@media (max-width: 850px) and (min-width: 520px) {
    .comp-table .pricing-action-btn a {
        padding: 20px !important;
        min-width: auto !important;
    }
    #queue-management-system .the-pricing-title h3 {
        font-size: 2.2rem !important;
    }
    .skiplino-prod-tabs li > a::before {
        padding-bottom: 0 !important;
        padding-top: 10px !important;
    }
}
@media (max-width: 520px) {
    /*.comp-table tr > td:first-child, .comp-table tr > th:first-child {
        display: none !important;
    }*/
    .comp-table {
        width: 100% !important;
        display: block !important;
    }
    .comp-table td:first-child { 
        text-align: left !important;
    }
    .comp-table td {
        white-space: pre-wrap !important;
    }
    .comp-table td:not(:first-child) {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .comp-table .ttreports {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        word-wrap: break-word !important;
    }
    h1 > span, h2 > span, h3 > span {
        font-size: inherit !important;
    }
    .skipper-section {
        text-align: center;
    }
    .skipper-section h2 {
        text-align: center;
    }
    .skipper-section h3 {
        text-align: center;
        margin-top: 20px !important;
    }
    .skip-button {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
    }
    .skip-button > a {
        width: 100%;
    }
    .looking-for-something {
        width: 100% !important;
    }
    .other-title {
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .carousel-inner {
        flex-direction: column;
    }
    .carousel-container .carousel-control {
        display: none;
    }
    .footer-title {
        text-align: center;
    }
    .footer-menu {
        text-align: center
    }
     .footer-menu li {
         list-style: none;
         margin-left: 0 !important;
        margin-right: 0 !important;
     }
     
     .blog-head {
        margin-top: 50px;
    }
    .subscribe-to-blog .hs_email, .subscribe-to-blog .hs_submit {
        width: 100% !important;
        margin-bottom: 10px;
        display: block;
        max-width: 100% !important;
    }
   .subscribe-to-blog .hbspt-form input.hs-button {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    body.kc-css-system .kc-css-942368 {
        display: block !important;
    }
}
@media only screen and (max-width: 479px) {
    body.kc-css-system .kc-css-942368 {
        display: block !important;
    }
}
.maintenance {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
}
.under-maintenance-container {
  padding: 60px;
}
.maintenance-cta {
  padding: 40px;
  background: var(--light-gray);
  margin: 30px;
  border-radius: 20px
}
.himg > img {
  width: 35%;
}

/*
Spanish page hacks
*/

.home-es {
    margin-bottom: 30px;
}
.cform-container {
    background: var(--footer-bg);
    padding: 30px;
    border-radius: 20px;
    height: auto !important;
    display: table;
}

/*
Download
*/

.dl-button {
    background: var(--white);
    border-radius: 20px;
    padding: 20px;
    display: inline-block;
    position: relative;
    margin-right: 20px;
  margin-bottom: 50px;
    box-shadow: 1px 2px 8px rgba(0,0,0,0.4)
}
.dl-section-image {
  scale: 80%;
}
.dl-icon {
    position: absolute;
    margin-top: -60px;
}
.dl-icon > img {
  scale: 85%;
}

.dl-asset-container {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dl-text {
    display: inline-block;
    width: 165px;
    line-height: 26px;
    font-size: 20px;
    font-weight: 500;
    color: var(--skiplino-black);
}
.dl-emphasize {
    color: var(--skiplino-red);
}
.dl-icon-right {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.explore-btn {
  display: flex;
  align-items: center;
  width: 260px;
}
.explore-btn span {
  display: inline-block;
  width: auto;
  font-weight: 600;
}
.explore-btn i::before {
  content: url(https://skiplinoassets.skiplino.com/skiplino-wordpress/2023/07/dl-down-white-64b8d82ce99f3.png);
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.dl-title-h3 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

/* IUBENDA Custom CSS Hacks */
.iubenda_legal_document h1, .iubenda_legal_document h2, .iubenda_legal_document h3, .iubenda_legal_document h4, .iubenda_legal_document h5, .iubenda_legal_document h6 {
    font-family: "canada-type-gibson", sans-serif !important;
    font-weight: 600;
}
.iubenda_legal_document h1 {
  padding-bottom: 30px;
}
.iubenda_legal_document h1 > strong {
  text-transform: lowercase;
  font-weight: 600;
}
.iubenda_legal_document h2 {
  font-size: 4rem;
}
.iubenda_legal_document h3 {
    font-size: 3rem;
}
.iubenda_legal_document h4 {
    font-size: 2.4rem;
}
.iubenda_legal_document h5 {
    font-size: 2.2rem;
}
.iubenda_legal_document h6 {
    font-size: 1.9rem;
}

.iubenda_legal_document p {
  padding-bottom: 10px;
    font-size: 1.9rem !important;
}
.iubenda_legal_document b {
    font-weight: 500;
    font-size: inherit !important;
}

.iubenda_legal_document ul {
  list-style: auto;
  margin-bottom: 20px;
}
.iubenda_legal_document li {
  list-style: lower-roman;
  line-height: normal;
  margin-left: 20px;
}

.iubenda-tp-alert-btn[data-tp-float][data-tp-float=bottom-right], .iubenda-tp-alert-btn[data-tp-float][data-tp-float=top-right], .iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right], .iubenda-tp-btn[data-tp-float][data-tp-float=top-right], .iubenda-uspr-btn[data-tp-float][data-tp-float=bottom-right], .iubenda-uspr-btn[data-tp-float][data-tp-float=top-right] {
    left: 0 !important;
    width: 20px !important;
}
.iubenda-tp-alert-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float="center-left"], .iubenda-tp-alert-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float="center-right"], .iubenda-tp-alert-btn[data-tp-float][data-tp-anchored][data-tp-hover][data-tp-float="center-left"], .iubenda-tp-alert-btn[data-tp-float][data-tp-anchored][data-tp-hover][data-tp-float="center-right"], .iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float="center-left"], .iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float="center-right"], .iubenda-tp-btn[data-tp-float][data-tp-anchored][data-tp-hover][data-tp-float="center-left"], .iubenda-tp-btn[data-tp-float][data-tp-anchored][data-tp-hover][data-tp-float="center-right"], .iubenda-uspr-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float="center-left"], .iubenda-uspr-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float="center-right"], .iubenda-uspr-btn[data-tp-float][data-tp-anchored][data-tp-hover][data-tp-float="center-left"], .iubenda-uspr-btn[data-tp-float][data-tp-anchored][data-tp-hover][data-tp-float="center-right"] {
    top: 96% !important;
}

/* iubenda customisation with default markup */
.iubenda_embed_policy h1 {
    font-weight: 500 !important;
}
.iubenda_embed_policy h1 strong {
    text-transform: lowercase !important;
    font-weight: 600 !important;
}
.iubenda_embed_policy h2 {
    font-size: 3rem !important;
    margin: 0 !important;
    padding: 10px 0 10px 0 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}
.iubenda_embed_policy h3 {
    font-size: 2.5rem !important;
    margin: 0 !important;
    padding: 10px 0 10px 0 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    background-image: none !important;
}
.iubenda_embed_policy h4 {
    font-size: 2rem !important;
    margin: 0 !important;
    padding: 10px 0 10px 0 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}
.iubenda_embed_policy a, .iubenda_embed_policy a:link {
   color: var(--skiplino-red) !important;
}
.iubenda_embed_policy p {
    padding: 0 0 5px 0 !important;
    line-height: normal !important;
    font-size: 1.8rem !important;
}
.iubenda_embed_policy li {
    line-height: normal!important;
    font-size: 1.8rem !important;
}
.box_primary h3 {
    font-size: 1.8rem !important;
    padding: 10px !important;
    background-image: none !important;
}
.box_primary, .details_body {
    border: 0 !important;
    box-shadow: none !important;
}
.iubenda_embed_policy strong, .iubenda_embed_policy b {
    font-weight: 500 !important;
}
.iubenda_embed_policy .one_line_col {
    border: 0 !important;
}

/* Make sure blog images have rounded corners */
.blogsingle figure > img {
    border-radius: 20px;
    margin-bottom: 20px
}

.blogsingle table {
  margin: 0 0 20px 0;
}
.blogsingle table td {
  border: 1px solid var(--skiplino-black) !important;
}

/* Password-protected page layout fix */
.post-password-form {
    text-align: center !important;
    margin-top: 120px;
    margin-bottom: 50px;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.quote-enquiry {
    text-decoration: underline !important;
}

/* Tippy Tooltip fixes */

.tooltip-pos-adjust {
    position: absolute;
}

.condensed {
    letter-spacing: -0.03em;
}

.flex-center {
    display: flex;
    align-items: center;
}
.mobilpop {
    overflow: hidden;
    border-radius: 20px;
    width: 480px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.mobilepopup .modal-header {
    height: 74px;
    display: block;
    border-bottom: 0px;
}
.mobilpop h3 {
    color: #ffffff;
    font-size: 53px;
}
.mobilpop p {
    color: #ffffff;
    font-size: 24px;
    padding-bottom: 30px;
}
.mobilepopup .modal-content {
    background: #43435B;
}
.mobilepopup .modal-body {
    padding: 24px;
}

.mychoices {
    display: block;
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 20px;
    margin-bottom: 24px;
}

.mychoices:hover {
    cursor: pointer;
    opacity: 0.8;
}

.mychoices:last-child {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff !important;
}
.mtitle {
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
}
.mdesc {
    display: block;
    font-size: 14px;
}
.dlpop-btn {
    width: 100%;
    margin-top: 10px;
}
.close-mobipop-btn {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    right: 24px;
    top: 24px;
    cursor: pointer;
}
.close-mobipop-btn > img {
     width: 42px;
    height: 42px;
    object-fit: cover;
}
.mobipoptitle {
    text-transform: initial !important;
    line-height: 32px !important;
    letter-spacing: -0.672px;
    margin-bottom: 20px;
    margin-top: -8px !important;
}

@media (max-width: 480px) {
    .mobilepopup {
        margin: 0 !important;
        padding: 0 !important;
    }
    .mobilpop {
        width: 100% !important;
        border-radius: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        
    }
    .mobilepopup .modal-content {
        height: 100vh;
        max-height: 100vh;
        overflow: hidden;
    }
}

.modal {
    z-index: 999999;
}
.modal-backdrop {
  z-index: 99999;
}
body.modal-open {
    overflow: hidden !important;
}
.wpcf7-list-item {
    margin: 0;
}
.wpcf7-list-item label {
    color: var(--skiplino-black);
}

/* New Styling */

.page_builder_wrapper {
    background: var(--footer-bg);
}
.bialty-container section:last-child {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}