.image-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.image-text .wpb_heading {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
margin: 0;
padding-left: 10px;
font-family: "Kaleko105Round-bold";
}
.insightpay-section .btn {
font-family: "Kaleko105Round-bold";
font-size: 18px;
}
.services-grid.vc_row-o-equal-height .grid-box > .vc_column-inner {
display: block;
height: 100%;
}
.services-grid.vc_row-o-equal-height .grid-box > .vc_column-inner > .wpb_wrapper {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.services-grid.vc_row-o-equal-height .grid-box > .vc_column-inner > .wpb_wrapper .float-bottom {
margin-top: auto;
}
@media screen and (max-width: 1200px) {
.grid-column-xmd {
padding-top: 30px !important;
}
}
@media screen and (max-width: 1023.98px) {
.grid-column-md {
padding-top: 30px !important;
}
}
@media screen and (max-width: 767.98px) {
.grid-column-sm {
padding-top: 30px !important;
}
}
.surveys-section {
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
background-attachment: fixed;
position: relative;
}
@media all and (min-width: 768px) {
.surveys-section .content-box {
margin: 0 -30px;
}
}
.surveys-section .divider {
height: 2px;
width: calc(100% + 20px);
margin-left: -10px;
margin-bottom: 20px;
}
.surveys-section p {
font-size: 24px;
font-weight: normal;
font-family: "Kaleko105Round-Book";
color: #ffffff;
margin: 15px 0;
}
.surveys-section img {
margin-bottom: 10px;
}
.surveys-section h1 {
margin-bottom: 190px;
color: #ffffff;
}
.surveys-section h2 {
color: #ffffff;
}
.surveys-section h2:not(.h1-style) {
font-family: "Kaleko105Round-Book";
font-size: 26px;
line-height: 1.2;
}
@media all and (min-width: 768px) {
.surveys-section .box-element {
padding: 0 20px;
}
}
.surveys-section .box-element img {
max-height: 70px;
width: auto;
}
.surveys-section .box-element > div {
height: auto;
min-height: 5px;
}
.surveys-section .box-element .wpb_single_image.vc_align_left {
margin-bottom: 0;
}
.surveys-section .box-element .wpb_single_image.vc_align_left + .wpb_content_element {
margin-bottom: 0;
}
.subheader a.btn.fixed {
left: unset;
}
.btn.small {
font-size: 14px;
height: auto;
padding-right: 75px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: -webkit-max-content;
max-width: -moz-max-content;
max-width: max-content;
}
.btn.small:before {
height: 45px;
width: 55px;
top: 45%;
}
.text-box.no-figure {
padding-top: 0;
}
.text-box.no-figure::before {
display: none;
}
.header--main .nav2 .bars {
right: 75px;
}
.header--main .nav2 .bars:before {
content: "MENU";
padding: 20px 26.6px;
border-radius: 34px;
height: unset;
width: unset;
color: #22383d;
}
.header--main .nav2 .bars:hover:before {
background-color: #bfd434;
color: #22383d;
}
body .h1-style {
font-size: 46px;
font-family: "KroppenRound-bold";
}
@media screen and (max-width: 1023.98px) {
body .h1-style {
font-size: 36px;
}
}
@media screen and (min-width: 768px) {
.reverse-column-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}
.tab-section p {
font-size: 18px;
}
.tab-section .tab-list-nav .vc_tta-tab a:hover span,
.tab-section .vc_tta-tabs-container .vc_tta-tab a:hover span {
color: #d3e173;
}
.tab-section .tab-list-nav .vc_tta-tab.vc_active a span,
.tab-section .vc_tta-tabs-container .vc_tta-tab.vc_active a span {
color: #d3e173;
}
.tab-section .list-benefits {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[3];
grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 768px) {
.tab-section .list-benefits {
margin-top: 30px;
}
}
@media screen and (max-width: 767.98px) {
.tab-section .list-benefits {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
}
.tab-section .list-benefits li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.masonry-section > .container {
padding-top: 0;
width: 1280px;
}
.masonry-section > .container h2 {
font-family: "KroppenRound-bold";
}
.masonry-section > .container .dark-bgr {
color: #ffffff !important;
}
.masonry-section > .container .bgr-dark {
background-color: rgba(0, 0, 0, 0.3);
}
.masonry-section > .container .box-element a.btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.masonry-section > .container .box-element a.btn img {
float: right;
height: 100%;
margin-left: 15px;
}
.masonry-section.small-heading > .container h2 {
font-size: 30px;
}
footer.footer--main .logo-social-icons {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
footer.footer--main .logo-social-icons .footer-logo {
margin-bottom: 20px;
}
footer.footer--main .logo-social-icons .menu-item {
color: #ffffff;
font-size: 18px;
font-family: "Kaleko105Round-Book";
position: relative;
z-index: 1;
max-width: -webkit-max-content;
max-width: -moz-max-content;
max-width: max-content;
}
footer.footer--main .logo-social-icons .menu-item::before {
position: absolute;
content: "";
left: 0;
bottom: 4px;
height: 40%;
width: 0;
z-index: -1;
background-color: rgba(211, 225, 115, 0.9);
-webkit-transition: all .2s ease-in;
transition: all .2s ease-in;
}
footer.footer--main .logo-social-icons .menu-item:hover::before {
width: 100%;
}
.custom-slider .main-slider .next-slide,
.custom-slider .main-slider .prev-slide {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 10px;
color: #22383d;
}
.custom-slider .main-slider .next-slide:hover,
.custom-slider .main-slider .prev-slide:hover {
color: #22383d;
text-decoration: underline;
}
.custom-slider .main-slider .next-slide img,
.custom-slider .main-slider .prev-slide img {
margin: 0;
}
.custom-slider .main-slider .next-slide::before {
content: 'Next';
}
.custom-slider .main-slider .prev-slide::after {
content: 'Prev';
}
.custom-slider .main-slider .prev-slide img {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}