#tp-header {
z-index: 10000;
width: 100%;
position: fixed;
background: rgba(255, 255, 255, 0.7);
backdrop-filter: blur(16px);
top: 0;
height: 0;
}
.tp-header-margin-top {
margin-top: 40px;
}
.customize-price::before {
content: "Sale";
display: inline-block;
background-color: red;
color: white;
font-size: 12px;
font-weight: bold;
padding: 0px 14px;
border-radius: 15px;
position: absolute;
top: -24px;
left: 70%;
transform: translateX(-50%);
}
.tp-sticky {
z-index: 100;
width: 100%;
position: fixed;
top: 0;
-webkit-box-shadow: 0px 7px 61px 1px rgba(12, 32, 52, 0.12);
-moz-box-shadow: 0px 7px 61px 1px rgba(12, 32, 52, 0.12);
box-shadow: 0px 7px 61px 1px rgba(12, 32, 52, 0.12);
}
.tp-sticky .tp-header-section {
display: none;
}
.tp-hero-section {
margin-top: 100px;
}  .tp-header-banner {
height: 85px;
background-image: url(//thumbpress.co/wp-content/themes/thumbpress/assets/img/banner/summer/bg.svg);
background-position: center center;
} .tp-header-banner-wrap {
max-width: 1146px;
padding-top: 10px;
display: flex;
align-items: center;
justify-content: space-between;
}
.tp-banner-image {
width: 102px;
height: 60px;
position: absolute;
top: 0;
display: none;
}
.tp-bi-left {
left: 75px;
}
.tp-bi-right {
right: 75px;
}
.tp-header-banner-wrap h3 {
font-size: 20px;
line-height: 24px;
font-weight: 700;
color: var(--black-color);
margin-left: 125px;
}
.tp-header-banner-wrap h3 img {
margin-left: 10px;
width: 23px;
height: 23px;
}
.tp-header-banner-wrap h2 {
font-size: 20px;
font-weight: 700;
line-height: 24px;
color: #030303;
display: flex;
align-items: center;
}
.tp-header-banner-wrap h2 span {
font-weight: 700;
font-size: 40px;
line-height: 48px;
margin-left: 5px;
margin-right: 15px;
background-image: url(//thumbpress.co/wp-content/themes/thumbpress/assets/img/header-banner/sprint-2024/bg.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
padding: 5px;
color: var(--light-color);
}
.tp-header-banner-wrap a {
background: #000;
border-radius: 4px;
color: var(--light-color);
padding: 11px 24px;
line-height: 20px;
font-size: 16px;
font-weight: 600;
box-shadow: 0px 5px 0px 0px #ffffff;
}
.tp-header-banner-wrap a:hover {
box-shadow: none;
}
.tp-count-down {
display: flex;
align-items: center;
width: 160px;
}
.tp-count-down .tp-count {
margin-right: 12px;
}
.tp-count-down .tp-count span {
display: flex;
align-items: center;
justify-content: center;
font-size: 21px;
line-height: 25px;
color: #000;
font-weight: 700;
}
.tp-count-down .tp-count label {
display: block;
text-align: center;
font-size: 10px;
line-height: 12px;
color: #151d48;
margin-bottom: 0;
}
.tp-admin-bar {
top: 32px;
}
.tp-header-section {
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px 0;
}
.tp-header-wrap {
justify-content: center;
}
.tp-header-section .tp-logo-area a {
display: inline-block;
}
.tp-header-section .tp-logo-area a img {
max-width: 230px;
height: auto;
}
.tp-header-section nav {
position: relative;
}
.tp-header-section nav ul {
list-style-type: none;
}
.tp-header-section nav ul li {
display: inline-block;
position: relative;
}
.tp-header-section nav ul li a {
position: relative;
display: block;
padding: 0 15px;
font-size: 16px;
font-family: var(--poppins);
font-weight: 500;
line-height: 26px;
text-transform: capitalize;
color: var(--black-color);
border-bottom: 1px solid transparent;
transition: 0.3s all ease;
}
.tp-header-section nav ul li:hover a {
color: var(--primary-color);
}
.tp-header-section nav ul li a:hover::after {
transition: 0.3s all ease;
width: 100%;
}
.tp-header-section nav ul li.tp-child a {
padding-right: 30px;
}
.tp-header-section nav ul li.tp-child a::before {
position: absolute;
right: 0;
font-family: FontAwesome;
content: "\f105";
width: 20px;
height: 20px;
transform: rotate(90deg);
top: 8px;
}
.tp-header-section nav ul li.tp-child a:hover::before {
transform: rotate(90deg);
top: 8px;
}
.tp-rotate::before {
transform: rotate(90deg);
top: 8px;
}
.tp-header-section nav ul li.tp-active a {
color: var(--primary-color);
}
.tp-header-section .tp-get_thumbpress a {
padding: 11px 15px;
color: var(--primary-color);
border-color: rgba(7, 91, 254, 0.7);
transition: 0.3s all ease;
line-height: 26px;
}
.tp-header-section .tp-get_thumbpress a:hover {
color: var(--black-color);
border-color: var(--black-color);
transition: 0.3s all ease;
}
.tp-header-section nav ul li ul {
display: none;
position: absolute;
background-color: var(--light-color);
box-shadow: 0 23px 120px 0 rgb(0 0 0 / 0.15);
left: -15px;
width: 200px;
border-radius: 10px;
}
.tp-header-section nav ul li ul li a {
display: block;
padding: 10px;
border: 1px solid rgba(21, 34, 66, 0.05);
color: var(--black-color) !important;
}
.tp-header-section nav ul li ul li:first-child a {
border-radius: 10px 10px 0 0;
}
.tp-header-section nav ul li ul li:last-child a {
border-radius: 0 0 10px 10px;
}
.tp-header-section nav ul li ul li:hover a {
display: block;
background-color: rgba(21, 34, 66, 0.05);
color: var(--primary-color) !important;
}
.tp-header-section nav ul li ul li {
display: block;
margin: 0;
}
.tp-header-section nav ul li:hover ul {
display: block;
}
.tp-header-section nav ul li ul li a::before {
content: "" !important;
}
.tp-mobile-menu {
display: none;
}
.tp-mobile-navbar {
display: none;
} .tp-mobile-back {
display: none;
font-weight: bold;
}
.tp-mega-menu-section {
width: 1092px;
position: absolute;
top: 23px;
left: -300px;
padding-top: 30px;
display: none;
}
.tp-mega-menu-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background-color: var(--light-color);
padding: 32px;
border-radius: 22px;
-webkit-box-shadow: 0px 23px 120px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 23px 120px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 23px 120px 0px rgba(0, 0, 0, 0.15);
}
.tp-single-mega-menu-item {
width: 30%;
position: relative;
}
.tp-comming-soon {
position: absolute;
width: 80px;
height: auto;
top: 0;
right: 10px;
}
.tp-comming-soon-features-section {
position: absolute;
width: 80px;
height: auto;
top: 15px;
right: 25px;
}
.tp-single-mega-menu-item a {
padding: 10px;
display: flex;
align-items: center;
}
.tp-single-mega-menu-item a:hover {
border-radius: 8px;
background-color: rgba(21, 34, 66, 0.05);
transition: 0.3s all ease;
}
.tp-mega-menu-icon {
width: 58px;
height: 58px;
border-radius: 8px;
border: 1px solid rgba(21, 34, 66, 0.05);
display: flex;
align-items: center;
justify-content: center;
margin-right: 12px;
}
.tp-mega-menu-icon i {
font-size: 24px;
color: rgba(21, 34, 66, 0.8);
}
.tp-text {
width: calc(100% - 58px);
}
.tp-text p {
color: var(--black-color);
font-size: 16px;
line-height: 22px;
font-weight: 500;
}      #tp-footer {
background-color: var(--bg_2-color);
padding-top: 120px;
margin-top: 130px;
}
.tp-footer-wrap {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding-bottom: 80px;
}
.tp-footer-wrap .tp-footer-widget {
width: 30%;
}
.tp-footer-wrap .tp-footer-left img {
margin-bottom: 32px;
}
.tp-footer-wrap .tp-footer-left p {
font-weight: 500;
line-height: 26px;
color: rgba(255, 255, 255, 0.8);
max-width: 310px;
margin-bottom: 40px;
}
.tp-footer-wrap .tp-footer-left ul {
list-style-type: none;
}
.tp-footer-wrap .tp-footer-left ul li {
display: inline-block;
}
.tp-footer-wrap .tp-footer-left ul li a {
margin-right: 20px;
width: 44px;
height: 44px;
border-radius: 50%;
background-color: #2a2a2b;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
color: rgba(255, 255, 255, 0.8);
transition: 0.3s all ease;
}
.tp-footer-wrap .tp-footer-left ul li a:hover {
transition: 0.3s all ease;
background-color: #6b6b6b;
}
.tp-footer-wrap .tp-footer-left ul li.tp-acitve a {
color: var(--light-color);
}
.tp-footer-wrap .tp-footer-center {
width: 20%;
}
.tp-footer-wrap .tp-footer-center h3,
.tp-footer-wrap .tp-footer-right h3 {
color: rgba(255, 255, 255, 0.9);
margin-bottom: 32px;
font-weight: 600;
line-height: 40px;
font-size: 20px;
}
.tp-footer-wrap .tp-footer-center ul {
list-style-type: none;
}
.tp-footer-wrap .tp-footer-center ul li {
margin-bottom: 24px;
}
.tp-footer-wrap .tp-footer-center ul li a {
font-weight: 500;
font-size: 16px;
line-height: 26px;
color: rgba(255, 255, 255, 0.8);
transition: 0.3s all ease;
}
.tp-footer-wrap .tp-footer-center ul li a:hover {
color: var(--light-color);
}
.tp-footer-wrap .tp-footer-right {
width: 40%;
}
.tp-footer-last {
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding: 20px;
}
.tp-footer-last p {
text-align: center;
font-size: 14px;
line-height: 26px;
font-weight: 400;
color: rgba(255, 255, 255, 0.5);
}
.tp-footer-wrap .tp-footer-right p {
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: rgba(255, 255, 255, 0.8);
margin-bottom: 24px;
}
.tp-footer-wrap .tp-footer-right .tp-subscribe-area form .tp-row {
display: flex;
align-items: center;
justify-content: space-between;
}
.tp-footer-wrap .tp-footer-right .tp-subscribe-area form .tp-row input {
border: 1px solid rgba(255, 255, 255, 0.7);
background: transparent;
margin-right: 12px;
border-radius: 10px;
}
.tp-footer-wrap .tp-footer-right .tp-subscribe-area form .tp-row {
margin-bottom: 24px;
}
.tp-footer-wrap
.tp-footer-right
.tp-subscribe-area
form
.tp-row
input::placeholder {
font-size: 14px;
line-height: 26px;
color: rgba(255, 255, 255, 0.8);
font-weight: 400;
}
.tp-footer-wrap
.tp-footer-right
.tp-subscribe-area
form
.tp-row
input:last-child {
margin-right: 0;
}
.tp-footer-wrap .tp-footer-right .tp-subscribe-area form .tp-row input {
color: rgba(255, 255, 255, 1);
}
.tp-footer-wrap .tp-footer-right .tp-subscribe-area form button {
width: 100%;
display: block;
padding: 10px;
color: var(--black-color);
line-height: 26px;
font-size: 16px;
font-weight: 500;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 8px;
}
.tp-footer-wrap .tp-footer-right .tp-subscribe-area .tp-newslatter-message {
display: none;
background-color: var(--light-color-8);
padding: 0 15px;
border-radius: 5px;
color: var(--black-color);
max-width: fit-content;
}
.tp-footer-wrap .tp-footer-right .tp-subscribe-area .warning {
border-left: 5px solid orange;
}
.tp-footer-wrap .tp-footer-right .tp-subscribe-area .error {
border-left: 5px solid crimson;
}
.cx-newslatter-preloader {
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
display: none;
}
.cx-newslatter-preloader img {
width: 50px;
}
.tp-sticky-space {
width: 100%;
height: 175px;
}
.tp-newslatter-success {
display: flex;
padding: 10px;
background-color: var(--light-color);
align-items: center;
border-radius: 8px;
display: none;
}
.tp-newslatter-success img {
margin-right: 10px;
}
.tp-newslatter-success p {
color: var(--black-color) !important;
margin-bottom: 0 !important;
margin-top: 0 !important;
}@media (max-width: 1750px) {
.tp-single-review-content {
height: 420px;
}
}
@media (max-width: 1700px) {
.tp-banner-image {
display: none;
}
.tp-header-banner-wrap h3 {
margin-left: 0;
}
}
@media (max-width: 1600px) {
.tp-charge-left-effect {
animation: none;
}
.tp-charge-right-effect {
animation: none;
right: -150px;
bottom: -200px;
}
.tp-review-slider-left-shadow {
width: 385px;
}
.tp-review-slider-right-shadow {
width: 385px;
}
.tp-single-review-content {
height: 400px;
}
}
@media (max-width: 1400px) {
.tp-container {
padding: 0 20px;
}
.tp-footer-last {
padding: 20px;
}
.tp-hero-image .tp-social {
right: -150px;
}
.tp-single-item-wrap {
width: 32%;
}
.tp-hero-image .tp-campress {
left: -115px;
}
.tp-hero-image .tp-delete {
left: -120px;
}
.tp-hero-image .tp-social {
right: -120px;
}
.tp-single-review-content {
height: 380px;
}
.tp-halo-promo-banner .tp-timer-wrapper {
margin-right: 20px;
}
}
@media (max-width: 1350px) {
.tp-header-banner-wrap h3 {
margin-left: 0;
}
}
@media (max-width: 1200px) {
.tp-hero-image {
max-width: 820px;
}
}
@media (max-width: 1250px) {
.tp-mega-menu-section {
width: 970px;
}
}
@media (max-width: 1150px) {
.tp-halo-promo-banner {
display: none;
}
}
@media (max-width: 1080px) {
.tp-review-slider-left-shadow {
display: none;
}
.tp-review-slider-right-shadow {
display: none;
}
.tp-header-banner-wrap {
padding-left: 20px;
padding-right: 35px;
}
}
@media (max-width: 1179px) {
.tp-header-section {
justify-content: space-between;
}
.tp-header-section nav {
display: none;
}
.tp-get_thumbpress {
display: none;
}
.tp-hero-image {
max-width: 680px;
}
.tp-mobile-menu {
display: block;
}
.tp-mobile-menu i {
font-size: 26px;
cursor: pointer;
}
.tp-hero-section-wrap h1 {
font-size: 56px;
line-height: 70px;
}
.tp-hero-image {
max-width: 500px;
}
.tp-hero-image .tp-feature-item {
padding: 5px;
}
.tp-charge-section h2 {
font-size: 36px;
}
.tp-charge-section h3 {
font-size: 32px;
}
.tp-single-item-wrap {
height: 345px;
}
.tp-why-shoose-wrapper {
flex-direction: column-reverse;
}
.tp-why-shoose-wrapper h2 {
font-size: 36px;
}
.tp-why-choose-right img {
margin-bottom: 50px;
}
.tp-why-choose-left {
text-align: center;
}
.tp-why-shoose-wrapper ul {
text-align: center;
}
.tp-why-shoose-wrapper ul li {
text-align: left;
}
.tp-user-review-section h2 {
font-size: 32px;
margin-bottom: 35px;
}
.tp-banner-wrap h2 {
font-size: 36px;
padding: 0 20px;
}
.tp-accordian-section h2 {
font-size: 36px;
margin-bottom: 50px;
}
.tp-footer-wrap .tp-footer-left ul li {
margin-bottom: 10px;
} .tp-mobile-navbar {
z-index: 100000;
width: 100%;
height: 100vh;
position: fixed;
padding: 32px;
background-color: rgba(255, 255, 255, 0.8);
top: 0;
left: 0;
backdrop-filter: blur(6px);
}
.tp-mobile-navbar-wrap {
background: var(--light-color);
padding: 20px;
border-radius: 12px;
-webkit-box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.1);
}
.tp-mobile-nav-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 50px;
}
.tp-mobile-nav-header img {
width: 150px;
height: auto;
}
.tp-mobile-nav-header .tp-mobile-menu-cross {
width: 34px;
height: 34px;
border-radius: 50%;
background: rgba(21, 34, 66, 0.05);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.tp-mobile-nav-header .tp-mobile-menu-cross i {
font-size: 25px;
}
.tp-mobile-navbar-wrap nav {
margin-bottom: 45px;
}
.tp-mobile-navbar-wrap nav ul {
list-style-type: none;
}
.tp-mobile-navbar-wrap nav ul li a {
display: block;
text-transform: capitalize;
color: var(--black-color);
padding: 10px 30px;
border-bottom: 1px solid rgba(21, 34, 66, 0.05);
line-height: 26px;
font-weight: 500;
}
.tp-mobile-navbar-wrap .tp-mobile-btn {
display: block;
color: var(--primary-color);
border-color: var(--primary-color);
text-align: center;
}
.tp-single-review-content {
height: 320px;
} .tp-mega-menu-section {
display: none;
}
.tp-mobile-navbar-wrap nav ul li.tp-child a::before {
position: absolute;
right: 50px;
font-family: FontAwesome;
content: "\f105";
width: 20px;
height: 20px;
}
.tp-mobile-navbar-wrap nav ul li.tp-dropdown a::before {
display: none;
}
.tp-responsive-mega-menu .tp-mobile-btn {
display: block;
color: var(--primary-color);
border-color: var(--primary-color);
text-align: center;
background-color: var(--light-color);
margin-top: 10px;
}
.tp-responsive-mega-menu .tp-mega-menu-wrapper {
flex-direction: column;
}
.tp-responsive-mega-menu .tp-mega-menu-wrapper .tp-single-mega-menu-item {
width: 100%;
}
.tp-responsive-mega-menu .tp-mega-menu-wrapper .tp-single-mega-menu-item a {
padding: 0;
border-bottom: 1px solid #ddd;
text-transform: capitalize;
color: var(--black-color);
padding: 10px 30px;
border-bottom: 1px solid rgba(21, 34, 66, 0.05);
line-height: 16px;
font-weight: 500;
font-size: 16px;
}
.tp-text p {
line-height: 16px;
}
.tp-responsive-mega-menu
.tp-mega-menu-wrapper
.tp-single-mega-menu-item
a
.tp-mega-menu-icon {
border: none;
}
.tp-responsive-mega-menu
.tp-mega-menu-wrapper
.tp-single-mega-menu-item
a
.tp-mega-menu-icon
.tp-text
p {
font-size: 14px;
}
.tp-mobile-back {
margin-bottom: 10px;
cursor: pointer;
}
.tp-responsive-mega-menu {
display: none;
}
}
@media (max-width: 768px) {
.tp-hero-section-wrap h1 {
font-size: 48px;
padding: 0 20px;
}
.tp-hero-section-wrap p {
padding: 0 20px;
}
.tp-hero-image .tp-feature-item p {
font-size: 14px;
}
.tp-hero-image .tp-campress {
top: -10px;
left: -50px;
}
.tp-hero-image .tp-delete {
max-width: 265px;
left: -50px;
bottom: 20px;
}
.tp-hero-section-wrap p {
padding: 0 5px;
}
.tp-hero-image .tp-social {
top: 10px;
right: -65px;
}
.tp-hero-image .tp-edit {
bottom: 30px;
right: -35px;
}
.tp-single-item-wrap {
width: 47%;
height: 310px;
}
.tp-accordian-wrap {
flex-direction: column;
}
.tp-accordian-left {
margin-bottom: 30px;
}
.tp-accordian-left,
.tp-accordian-right {
width: 100%;
}
.tp-footer-wrap {
flex-direction: column;
}
.tp-footer-wrap .tp-footer-widget {
width: 100%;
text-align: center;
}
.tp-footer-wrap .tp-footer-left p {
margin: auto;
margin-bottom: 40px;
}
.tp-footer-wrap .tp-footer-right p {
margin: auto;
margin-bottom: 24px;
}
.tp-hero-image {
max-width: 435px;
}
.tp-countdown-wrapper {
flex-direction: column;
background: transparent;
border: none;
box-shadow: none;
}
.tp-countdown-item {
max-width: 260px;
border: none;
padding: 15px;
border-radius: 20px;
margin: auto;
background-color: var(--light-color);
border: 1px solid rgba(21, 34, 66, 0.05);
box-shadow: 0px 25px 60px 0px rgba(0, 0, 0, 0.06);
margin-bottom: 20px;
}
.tp-countdown-item .tp-count-down-text h3 {
margin-bottom: 10px;
}
.tp-why-choose-section h2 {
display: block;
font-size: 24px;
line-height: 30px;
max-width: 200px;
margin: auto;
text-align: center;
}
.tp-why-shoose-wrapper h2 {
display: none;
}
.tp-sticky-space {
height: 50px;
}
.tp-header-banner {
display: none;
}
}
@media (max-width: 576px) {
.tp-header-section .tp-logo-area a img {
max-width: 160px;
}
.tp-hero-section-wrap {
margin-top: 25;
}
.tp-hero-section-wrap h1 {
font-size: 24px;
font-weight: bold;
line-height: 36px;
margin-bottom: 12px;
}
.tp-hero-section-wrap p {
font-size: 12px;
line-height: 20px;
margin-bottom: 32px;
}
.tp-hero-section-wrap .tp-btn-wrap {
flex-direction: column-reverse;
}
.tp-hero-section-wrap .tp-btn-wrap a {
margin-bottom: 16px;
}
.tp-hero-image {
margin-top: 32px;
}
.tp-hero-image .tp-campress {
top: 1px;
left: -10px;
}
.tp-hero-image .tp-social {
right: -5px;
max-width: 265px;
top: 48px;
}
.tp-hero-image .tp-delete {
max-width: 263px;
left: -10px;
bottom: 39px;
}
.tp-hero-image .tp-edit {
bottom: 1px;
right: -5px;
}
.tp-hero-image {
margin-bottom: 32px;
}
.tp-countdown-item .tp-count-down-text h3 {
font-size: 24px;
}
.tp-countdown-item .tp-count-down-text p {
font-size: 12px;
}
.tp-charge-section {
margin-top: 32px;
margin-bottom: 32px;
padding-top: 50px;
padding-bottom: 50px;
}
.tp-charge-left-effect,
.tp-charge-right-effect {
display: none;
}
.tp-charge-section h2 {
font-size: 24px;
line-height: 32px;
}
.tp-charge-section h3 {
font-size: 22px;
line-height: 26px;
margin-bottom: 24px;
}
.tp-single-item-wrap {
width: 100%;
height: 275px;
}
.tp-signle-item-mobile {
display: none;
}
.tp-single-item-wrap .tp-blur {
top: -100px;
right: -100px;
height: 275px;
}
.tp-why-choose-right img {
max-width: 250px;
margin: auto;
margin-bottom: 16px;
}
.tp-why-shoose-wrapper p {
margin-bottom: 16px;
font-size: 12px;
line-height: 20px;
}
.tp-why-shoose-wrapper ul {
max-width: 300px;
margin: auto;
}
.tp-why-shoose-wrapper ul li {
font-size: 12px;
line-height: 30px;
font-weight: 500;
}
.tp-why-shoose-wrapper ul li i {
margin-right: 10px;
font-size: 16px;
}
.tp-user-review-section {
margin-top: 32px;
}
.tp-user-review-section h2 {
font-size: 24px;
font-weight: 600;
line-height: 32px;
margin-bottom: 24px;
}
.tp-single-review-wrap {
margin: 0;
}
.tp-single-review-left h6 {
font-size: 16px;
line-height: 20px;
margin: 0;
}
.tp-single-review-left span {
font-size: 12px;
}
.tp-single-review-header a img {
width: 80px;
height: auto;
}
.tp-single-review-header a .tp-single-review-left img {
width: 50px;
}
.tp-single-review-content p {
font-size: 12px;
line-height: 22px;
}
.tp-user-review-wrap .slick-dots li button {
width: 12px;
height: 12px;
}
.tp-user-review-wrap .slick-dots li {
margin: 5px;
}
.tp-banner-section {
margin-top: 32px;
}
.tp-banner-wrap h2 {
font-size: 24px;
line-height: 32px;
}
.tp-banner-wrap {
padding-top: 70px;
padding-bottom: 60px;
}
.tp-banner-wrap p {
padding: 0 20px;
font-size: 12px;
line-height: 18px;
}
.tp-accordian-section {
margin-top: 32px;
}
.tp-accordian-section h2 {
font-size: 24px;
line-height: 32px;
max-width: 290px;
margin: auto;
margin-bottom: 24px;
}
.tp-accordian-left,
.tp-accordian-right {
padding: 10px;
}
.tp-single-accordian-header p {
font-size: 12px;
line-height: 20px;
}
.tp-single-accordian {
padding-bottom: 10px;
}
.tp-single-accordian-content p {
font-size: 12px;
line-height: 20px;
}
#tp-footer {
margin-top: 60px;
padding-top: 60px;
}
.tp-footer-wrap .tp-footer-left a img {
margin-bottom: 16px;
}
.tp-footer-wrap .tp-footer-left p,
.tp-footer-wrap .tp-footer-right p {
font-size: 12px;
line-height: 20px;
margin-bottom: 24px;
}
.tp-footer-wrap .tp-footer-center h3,
.tp-footer-wrap .tp-footer-right h3 {
margin-bottom: 20px;
}
.tp-footer-last p {
font-size: 12px;
line-height: 17px;
}
.tp-footer-wrap {
padding-bottom: 20px;
}
.tp-footer-wrap .tp-footer-right .tp-subscribe-area form .tp-row {
flex-direction: column;
}
.tp-footer-wrap .tp-footer-right .tp-subscribe-area form .tp-row input {
margin: 0;
margin-bottom: 10px;
width: 100%;
}
.tp-mobile-navbar {
padding: 30px 15px;
}
.tp-single-review-content {
height: 235px;
}
.tp-hero-image .tp-feature-item {
padding: 12px;
display: none;
}
.tp-countdown-item {
border-radius: 4px;
width: 260px;
}
.tp-see-more-btn {
display: block;
width: 90%;
border: 1px solid rgba(255, 255, 255, 0.5);
padding: 10px;
color: var(--light-color);
font-weight: 500;
font-size: 12px;
border-radius: 8px;
text-align: center;
margin: auto;
margin-top: 24px;
cursor: pointer;
}
.tp-user-review-wrap .slick-arrow {
width: 35px;
height: 35px;
font-size: 20px;
}
.slick-prev {
transform: translateX(-40px);
}
.slick-next {
transform: translateX(40px);
}
.tp-user-review-wrap {
padding-left: 20px;
padding-right: 20px;
border-radius: 8px;
}
.tp-responsive-mega-menu .tp-mega-menu-wrapper .tp-single-mega-menu-item a {
padding: 5px 0;
}
.tp-responsive-mega-menu
.tp-mega-menu-wrapper
.tp-single-mega-menu-item
a
.tp-mega-menu-icon {
width: 45px;
height: 45px;
}
.tp-responsive-mega-menu
.tp-mega-menu-wrapper
.tp-single-mega-menu-item
a
.tp-mega-menu-icon
i {
font-size: 18px;
}
.tp-responsive-mega-menu
.tp-mega-menu-wrapper
.tp-single-mega-menu-item
a
.tp-mega-menu-icon
.tp-text
p {
font-size: 14px;
}
.tp-blog-details h1 {
font-size: 32px;
}
.tp-blog-details h2 {
font-size: 26px;
}
.tp-blog-details h3 {
font-size: 22px;
}
}
@media (max-width: 376px) {
.tp-comming-soon {
position: absolute;
width: 80px;
height: auto;
bottom: 0;
right: 0px;
}
}.wpcf7-form-control {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.wpcf7-list-item {
display: block;
width: 30%;
}
code {
position: relative;
}
code i {
position: absolute;
top: 0;
right: 0;
font-size: 16px;
cursor: pointer;
} @media (max-width: 991px) {
.wpcf7-form-control {
flex-direction: column;
}
.wpcf7-list-item {
width: 100%;
}
} body.home .tp-container {
margin-top: inherit !important;
}