.tb-tab {
display: none;
}
.tb-tab.active {
display: block;
} .tb-tabs.tb-style1 {
margin-top: -5px;
}
.tb-tabs.tb-style1 .tb-tab-links li:not(:last-child) {
margin-right: 40px;
}
.tb-tabs.tb-style1 .tb-tab-links .active a {
color: #222;
} .tb-tabs.tb-style2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.tb-tabs.tb-style2 .tb-tab-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
margin-right: 30px;
margin-top: -15px;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.tb-tabs.tb-style2 .tb-tab-links li {
margin-top: 15px;
}
.tb-tabs.tb-style2 .tb-tab-links a {
display: block;
height: 94px;
width: 75px;
border-radius: 3px;
border: 1px solid transparent;
}
.tb-tabs.tb-style2 .tb-tab-links .active a {
border-color: #eaeaea;
padding: 5px;
}
.tb-tabs.tb-style2 .tb-tab-links .tb-tab-links-img {
height: 100%;
width: 100%;
}
.tb-tabs.tb-style2 .tb-tb-tab-content-img {
height: 600px;
width: 100%;
}
.tb-tabs.tb-style2 .tb-tab-content {
width: 100%;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
} .tb-tabs.tb-style3 .tb-tab-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: 1px;
}
.tb-tabs.tb-style3 .tb-tab-links li {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-left: -1px;
}
.tb-tabs.tb-style3 .tb-tab-links a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 12px 10px;
font-weight: 600;
color: #b5b5b5;
border: 1px solid #eaeaea;
position: relative;
border-top: none;
}
.tb-tabs.tb-style3 .tb-tab-links a:before {
content: '';
height: 3px;
width: 0%;
background-color: #6673c7;
position: absolute;
top: 0px;
left: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tb-tabs.tb-style3 .tb-tab-links .active a:before {
width: 100%;
}
.tb-tabs.tb-style3 .tb-tab-links .active a {
border-bottom-color: transparent;
color: #111;
}
.tb-tabs.tb-style3 .tb-tab-links li:first-child a {
border-left: none;
}
.tb-tabs.tb-style3 .tb-tab-links li:last-child a {
border-right: none;
}
.tb-tabs.tb-style3 .tb-tab-links a i {
margin-right: 8px;
}
.tb-tabs.tb-style3 .tb-tab-content {
padding: 0 30px;
} .tb-tabs.tb-style4 .tb-tab-links li {
line-height: 32px;
}
.tb-tabs.tb-style4 .tb-tab-links li:first-child a {
padding-right: 45px;
}
.tb-tabs.tb-style4 .tb-tab-links li:last-child a {
padding-left: 45px;
}
.tb-tabs.tb-style4 .tb-tab-links a {
position: relative;
display: inline-block;
font-size: 15px;
}
.tb-tabs.tb-style4 .tb-pricing-switch {
position: absolute;
top: 0;
right: -30px;
}
.tb-pricing-switch {
display: block;
height: 32px;
width: 60px;
background-color: #50b83c;
border-radius: 20px;
}
.tb-pricing-switch span {
position: absolute;
height: 26px;
width: 26px;
background-color: #fff;
border-radius: 50%;
top: 3px;
left: 31px;
-webkit-box-shadow: -0.382px 1.963px 3.92px 0.08px rgba(0, 0, 0, 0.2);
box-shadow: -0.382px 1.963px 3.92px 0.08px rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.tb-tabs.tb-style4 .tb-tab-links li.active .tb-pricing-switch span {
left: 3px;
}
.tb-tabs.tb-style5 {
max-width: 500px;
width: 100%;
margin: auto;
}
.tb-tabs.tb-style5 .tb-tab-links {
display: flex;
justify-content: flex-start;
flex-wrap: initial;
position: relative;
}
.tb-tabs.tb-style5 .tb-tab-links:before {
content: '';
position: absolute;
height: 1px;
width: 10px;
background-color: #eaeaea;
left: 50%;
margin-left: -5px;
bottom: 0;
}
.tb-tabs.tb-style5 .tb-tab-links li {
text-align: center;
margin-top: 0 !important;
width: 50%;
margin-right: 10px;
}
.tb-tabs.tb-style5 .tb-tab-links li:first-child a {
border-radius: 4px 4px 0 0;
}
.tb-tabs.tb-style5 .tb-tab-links li:last-child {
margin-right: 0;
}
.tb-tabs.tb-style5 .tb-tab-links li:last-child a {
border-radius: 4px 4px 0 0;
}
.tb-tabs.tb-style5 .tb-tab-links a {
display: block;
padding: 11px 20px;
font-family: 'Circular', sans-serif;
text-transform: uppercase;
font-size: 12px;
border: 1px solid #eaeaea;
background-color: #fafafa;
}
.tb-tabs.tb-style5 .tb-tab-links li.active a {
background-color: transparent;
border-bottom-color: transparent;
}
.tb-tabs.tb-style5 .u-column1,
.tb-tabs.tb-style5 .u-column2 {
max-width: 100% !important;
flex: 0 0 100%;
padding: 0;
}
.tb-tabs.tb-style5 .tb-tab-content {
border: 1px solid #eaeaea;
border-radius: 0 0 4px 4px;
border-top: none;
}
.woocommerce form.woocommerce-form.woocommerce-form-register.register {
padding: 30px;
}
.tb-tab-links-wrap {
border-bottom: 1px solid #eaeaea;
}
.tb-tabs.tb-style6 .tb-tab-links {
display: flex;
text-align: center;
flex-wrap: wrap;
}
.tb-tabs.tb-style6 .tb-tab-links li {
flex: 1;
}
.tb-tabs.tb-style6 .tb-tab-links a {
color: #b5b5b5;
display: block;
padding: 24px 15px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.tb-tabs.tb-style6 .tb-tab-links a:before {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
height: 3px;
width: 0%;
background-color: #222;
border-radius: 3px;
transition: all 0.4s ease;
}
.tb-tabs.tb-style6 .tb-tab-links .active a {
color: #222;
}
.tb-tabs.tb-style6 .tb-tab-links .active a:before {
width: 100%;
}
.tb-tabs.tb-style6 .tb-tab-links i {
margin-right: 7px;
}
.tb-tab-body.tb-tab-content .elementor-row {
margin-left: 0;
margin-right: 0;
}
.tb-tab-body.tb-tab-content .elementor-row>.elementor-element {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (max-width: 767px) {
.tb-tabs.tb-style2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.tb-tabs.tb-style2 .tb-tab-links {
margin-top: 0;
margin-right: 0;
margin-bottom: 5px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tb-tabs.tb-style2 .tb-tab-links li {
margin-right: 10px;
margin-bottom: 10px;
margin-top: 0;
}
.tb-tabs.tb-style2 .tb-tb-tab-content-img {
height: auto;
}
.tb-tabs.tb-style2 .tb-tab-links a {
height: 80px;
width: 62px;
}
.tb-tabs.tb-style1 .tb-tab-links a {
min-width: 110px;
}
.tb-tabs.tb-style1 .tb-tab-links li:not(:last-child) {
margin-right: 25px;
}
}.tb-newsletter.tb-style1 input {
width: 100%;
background-color: #2d2d2d;
border: 1px solid rgba(255, 255, 255, 0.1);
height: 43px;
padding: 10px 45px 10px 15px;
font-size: 14px;
margin-bottom: 15px;
font-weight: 300;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
border-radius: 4px;
}
.tb-newsletter.tb-style1 input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.4);
}
.tb-newsletter.tb-style1 input::-moz-placeholder {
color: rgba(255, 255, 255, 0.4);
}
.tb-newsletter.tb-style1 input:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.4);
}
.tb-newsletter.tb-style1 input:-moz-placeholder {
color: rgba(255, 255, 255, 0.4);
}
.tb-newsletter.tb-style1 input:focus {
outline: none;
color: #fff;
border-color: rgba(255, 255, 255, 0.5);
}
.tb-newsletter.tb-style1 .tb-btn.tb-style1 {
padding: 5px 15px 5px;
overflow: hidden;
}
.tb-newsletter.tb-style1 .tb-btn.tb-style4 {
padding: 0.645em 3.2em;
border-radius: 0;
} .tb-newsletter.tb-style2 {
position: relative;
}
.tb-newsletter.tb-style2 input {
width: 100%;
padding: 9px 50px 9px 20px;
color: #666666;
font-size: 12px;
border: none;
outline: none;
}
.tb-newsletter.tb-style2 button {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 40px;
border: none;
background: #1a1a1a;
line-height: 38px;
text-align: center;
color: #fff;
font-size: 12px;
cursor: pointer;
outline: none;
-webkit-transform: all 0.4s ease;
-ms-transform: all 0.4s ease;
transform: all 0.4s ease;
}
.tb-newsletter.tb-style2 button:hover {
background: #111;
} .tb-newsletter.tb-style3 {
max-width: 370px;
width: 100%;
margin: auto;
} .tb-newsletter.tb-style4 {
padding: 20px 40px;
}
.tb-newsletter.tb-style4 input,
.elementor-widget-webify-newsletter-widget .style1 .tb-mc4wp-form input {
height: 40px;
border: 1px solid #eaeaea;
border-radius: 4px;
width: 100%;
margin-bottom: 15px;
padding: 10px 15px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.elementor-widget-webify-newsletter-widget .style1 .tb-mc4wp-form input {
margin-bottom: 20px;
}
.tb-newsletter.tb-style4 input:focus,
.elementor-widget-webify-newsletter-widget .style1 .tb-mc4wp-form input:focus {
outline: none;
border-color: #4ed55f;
}
.tb-widget-newsletter .style1 .tb-mc4wp-form input[type="email"]:focus {
outline: none;
border-color: #222;
}
.elementor-widget-webify-newsletter-widget .style1 .tb-mc4wp-form p,
.elementor-widget-webify-newsletter-widget .style2 .tb-mc4wp-form p,
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form p {
margin-bottom: 0;
}
.elementor-widget-webify-newsletter-widget .style1 .tb-mc4wp-form label,
.elementor-widget-webify-newsletter-widget .style2 .tb-mc4wp-form label,
.tb-widget-newsletter .style1 .tb-mc4wp-form label,
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form label {
display: none;
}
.tb-widget-newsletter .style1 .tb-mc4wp-form p {
margin-bottom: 10px;
}
.elementor-widget-webify-newsletter-widget .style1 .tb-mc4wp-form {
padding: 20px 40px 0;
}
.elementor-widget-webify-newsletter-widget .style1 .tb-mc4wp-form input[type="submit"],
.tb-widget-newsletter .style1 .tb-mc4wp-form input[type="submit"] {
background-color: #4ed55f;
border-color: #4ed55f;
color: #fff;
font-weight: 500;
font-size: 15px;
height: 43px;
transition: all 0.3s ease;
cursor: pointer;
}
.tb-widget-newsletter .style1 .tb-mc4wp-form input[type="submit"] {
background-color: #222;
border-color: #222;
}
.elementor-widget-webify-newsletter-widget .style1 .tb-mc4wp-form input[type="submit"]:hover,
.tb-widget-newsletter .style1 .tb-mc4wp-form input[type="submit"]:hover {
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
-webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form {
position: relative;
}
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form input[type="submit"] {
text-indent: 100px;
border-radius: 0 4px 4px 0;
}
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form:before {
content: "\f1d8";
font-family: FontAwesome;
position: absolute;
right: 14px;
top: 5px;
z-index: 1;
color: #fff;
font-size: 15px;
pointer-events: none;
} .tb-newsletter.tb-style5 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .tb-newsletter.tb-style6 {
padding: 30px;
} .tb-newsletter.tb-style7,
.elementor-widget-webify-newsletter-widget .style2 .tb-mc4wp-form {
position: relative;
max-width: 450px;
}
.tb-newsletter.tb-style7 .tb-newsletter-submit,
.elementor-widget-webify-newsletter-widget .style2 .tb-mc4wp-form input[type="submit"] {
position: absolute;
right: 0;
top: 0;
height: 100%;
border: none;
line-height: 40px;
padding: 0 2.1em;
border-radius: 0 4px 4px 0;
font-weight: 500;
color: #fff;
font-size: 15px;
cursor: pointer;
background-color: #50b83c;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tb-newsletter.tb-style7 .tb-newsletter-submit:hover,
.elementor-widget-webify-newsletter-widget .style2 .tb-mc4wp-form input[type="submit"]:hover {
-webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}
.tb-newsletter.tb-style7 input:focus,
.elementor-widget-webify-newsletter-widget .style2 input[type="email"]:focus {
border-color: #50b83c;
} .tb-newsletter.tb-style8 button,
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form input[type="submit"] {
position: absolute;
right: 0px;
top: 0;
height: 100%;
width: 45px;
border: none;
color: #fff;
background: #5d5a9e;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor: pointer;
}
.tb-newsletter.tb-style8 input,
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form input[type="email"] {
width: 100%;
background: #fff;
border: 1px solid #fafafa;
border-radius: 4px;
height: 35px;
padding: 0 15px;
font-weight: 300;
}
.tb-newsletter.tb-style8 input:focus {
outline: none;
}
.tb-newsletter.tb-style8 button:hover,
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form input[type="submit"]:hover {
opacity: 0.9;
}
.tb-newsletter.tb-style8 {
position: relative;
border-radius: 4px;
overflow: hidden;
max-width: 255px;
margin-top: 20px;
margin-bottom: 5px;
}
.tb-newsletter.tb-style8.tb-type1 {
margin: auto;
top: 0;
}
.tb-light-footer .tb-newsletter.tb-style8.tb-type1 input {
border-color: rgba(0, 0, 0, 0.06);
}
.tb-dark-footer .tb-newsletter.tb-style8.tb-type1 input {
border-color: rgba(255, 255, 255, 0.06);
}
.sidebar-item.widget .tb-newsletter.tb-style8 {
top: 0;
max-width: 100%;
}
.sidebar-item.widget .tb-newsletter.tb-style8 input,
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form input[type="email"] {
border: 1px solid #eaeaea;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sidebar-item.widget .tb-newsletter.tb-style8 input:focus {
border-color: #5d5a9e;
}
.sidebar-item.widget.tb-footer-address-widget ul li {
color: #666;
}
.sidebar-item.widget.tb-footer-address-widget ul li i {
color: #b5b5b5;
}
.sidebar-item .tb-footer-text-widget-text {
margin-bottom: -6px;
}.tb-cta-bg {
background: #14102A;
}
.tb-cta.tb-style1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tb-cta.tb-style1 .tb-cta-right .tb-cryto-btn:last-child {
margin-right: 0px;
}
.tb-cta.tb-style1 .tb-cta-img {
position: absolute;
right: 0;
bottom: -70px;
}
@media screen and (max-width: 991px) {
.tb-cta.tb-style1 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.tb-cta.tb-style1 .tb-cta-img {
display: none;
}
.tb-cta.tb-style1 {
text-align: center;
}
}
@media screen and (max-width: 767px) {
.tb-cta.tb-style1 br {
display: none;
}
}