body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #505050;
    overflow-x: hidden
}

a,
a:focus,
a:hover {
    text-decoration: none;
    cursor: pointer;
    text-transform: capitalize;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all
}

a:not([href]):not([tabindex]) {
    color: #fff!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito Sans', sans-serif;
    margin: 0;
    padding: 0;
    text-transform: capitalize
}

p {
    margin: 0
}

ul {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

.container {
    max-width: 1400px
}
.container.custom_container {
    max-width: 1500px;
}
i.fa.fa-download.invoice_download {
    cursor: pointer;
    font-size: 30px;
}
.tb_btn {
    min-width: 170px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    outline: 0;
    border: none;
    display: inline-block;
    padding: 0 20px;
    border-radius: 60px;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background: linear-gradient(90deg, #f9913a, #fc6968 51%, #f9913a) var(--x, 0)/200%;
    background: linear-gradient(90deg, #f9913a, #fc6968 51%, #f9913a) var(--x, 0)/200%;
    background: linear-gradient(90deg, #f9913a, #fc6968 51%, #f9913a) var(--x, 0)/200%;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15)
}

.tb_btn:hover {
    --x: 100%;
    color: #fff
}

.btn-1 {
    --c1: #ff7070;
    --c2: #ff578e
}

.tb_btn_two {
    background-color: #ffeae5;
    border-radius: 5px;
    color: #fc6a67;
    width: 190px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    text-transform: capitalize
}

.tb_btn_two:hover {
    color: #574e75
}

.tb_btn_two img {
    margin-right: 10px
}

.tb_header_main {
    background-image: -moz-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
    background-image: -webkit-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
    background-image: -ms-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
    padding: 0 0 0 30px
}

.tb_logo {
    margin-top: 15px
}

.tb_nav_menu {
    margin-top: -1px
}

.tb_nav_menu>ul>li {
    display: inline-block
}

.tb_nav_menu>ul>li>a.active {
    color: #222;
    background-color: #fff;
    padding: 16px 55px 15px;
    border-radius: 0 0 15px 15px;
    position: relative
}

.tb_nav_menu>ul>li>a.active span.shape_one svg {
    position: absolute;
    top: 0;
    left: -14px;
    transform: rotate(-90deg)
}

.tb_nav_menu>ul>li>a.active span.shape_two svg {
    position: absolute;
    top: 0;
    right: -14px;
    transform: rotate(90deg)
}

.tb_nav_menu>ul>li>a {
    color: #fff;
    padding: 17px 0 18px 32px;
    display: inline-block;
    font-weight: 600
}

.tb_nav_menu>ul>li>a:hover {
    color: #222
}

.tb_nav_menu_right {
    text-align: right
}

.tb_nav_menu_right>ul>li {
    display: inline-block;
    position: relative
}

.after_login .tb_nav_menu_right>ul>li {
    padding: 28px 0
}

.tb_nav_menu_right>ul>li>a {
    color: #fff;
    padding: 25px 25px 25px 0;
    display: inline-block
}

.tb_cart_menu {
    background-color: #fb9953;
    padding: 29px 32px 26px 35px
}

.tb_cart_menu img {
    margin-right: 15px
}

.tb_cart_menu a {
    color: #fff;
    display: inline-block;
    margin-right: 2px
}

.tb_nav_menu_right>ul>li>a:hover {
    color: #222
}

.tb_cart_menu a:hover {
    color: #222
}

.tb_bottom_header {
    padding: 0 30px
}

.in_btm_menu>ul>li {
    display: inline-block
}

.in_btm_menu>ul>li a {
    font-size: 14px;
    color: #222;
    margin-right: 25px;
    font-weight: 600;
    padding: 15px 0 14px;
    display: flex
}

.in_btm_menu>ul>li:last-child a {
    margin-right: 0
}

.tb_cart_menu span {
    margin: 0 5px;
    color: #fff
}

.tb_cart_menu a span:hover {
    color: #fff
}

.in_btm_menu>ul>li a:hover,
.tb_nav_menu_right ul li ul li a:hover {
    color: #fc6968
}

.tb_nav_menu_right ul li ul {
    position: absolute;
    bottom: -138px;
    left: 0;
    min-width: 180px;
    background-color: #fff;
    box-shadow: 0 0 21px 1px rgba(0, 0, 0, .06);
    border-radius: 0 0 10px 10px;
    display: block;
    text-align: left;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 1
}

.tb_nav_menu_right ul li ul li a {
    color: #495057
}

.tb_nav_menu_right ul li ul li {
    margin-bottom: 7px
}

.tb_nav_menu_right ul li ul li:last-child {
    margin-bottom: 0
}

.tb_nav_menu_right ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    bottom: -80px
}

.tb_banner_section {
    background-image: url(../images/banner.jpg);
    padding: 105px 0 115px
}

.tb_banner_section_deals {
    background-image: url(../images/black_frinday.jpg);
    padding: 105px 0 290px
}

.tb_banner_detail {
    width: 850px;
    text-align: center;
    margin: auto
}

.tb_banner_detail h1 {
    color: #fff;
    font-weight: 800;
    font-size: 48px
}

.tb_banner_detail p {
    color: #fff;
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 34px
}

.int_textbox_subscribe4 {
    position: relative;
    margin-top: 21px
}

.int_textbox_subscribe4 .int_search_wrapper {
    max-width: 800px;
    margin: 0 auto;
    position: relative
}

.int_search_wrapper:after {
    position: absolute;
    content: "";
    border-right: solid 1px #e5e5e5;
    top: 10px;
    left: 220px;
    height: 40px;
    bottom: 0
}

.int_search_wrapper .nice-select {
    position: absolute;
    top: 0;
    left: 10px
}

.int_search_wrapper .nice-select {
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 100px;
    border: none;
    font-weight: 700;
    outline: 0;
    color: #222;
    cursor: pointer;
    font-size: 16px
}

.int_search_wrapper .nice-select:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000
}

.int_textbox_subscribe4 .int_search_wrapper input {
    width: 100%;
    height: 60px;
    padding: 0 180px 0 240px;
    border: none;
    box-shadow: none;
    outline: 0;
    border-radius: 50px;
    font-size: 16px;
    backface-visibility: hidden
}

.int_search_wrapper input::placeholder {
    color: #c1c1c1
}

.int_textbox_subscribe4 .int_search_wrapper a.index4_btn {
    height: 60px;
    width: 150px;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: -2px;
    border-radius: 50px
}

.int_textbox_subscribe4 .int_search_wrapper a.index4_btn:hover {
    background: linear-gradient(90deg, #f9913a, #fc6968 51%, #f9913a) var(--x, 0)/200%
}

.int_textbox_subscribe4 .int_search_wrapper input:-internal-autofill-selected,
.int_textbox_subscribe4 .int_search_wrapper input:-webkit-autofill,
.int_textbox_subscribe4 .int_search_wrapper input:-webkit-autofill:active,
.int_textbox_subscribe4 .int_search_wrapper input:-webkit-autofill:focus,
.int_textbox_subscribe4 .int_search_wrapper input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -moz-box-shadow: 0 0 0 1000px #fff inset;
    box-shadow: 0 0 0 1000px #fff inset;
    -o-box-shadow: 0 0 0 1000px #fff inset;
    -ms-box-shadow: 0 0 0 1000px #fff inset
}

.tb_template_section.tb_featured {
    background-color: #f2f2f2;
    padding: 73px 0 50px;
    text-align: center
}
.tb_template_section.premium_product {
    background-color: #fafafa;
    padding: 73px 0 50px;
    text-align: center
}

.tb_featured .tb_template_text {
    padding: 0 30px
}

.tb_featured a.tb_btn_two {
    margin-top: 30px
}

.tb_checkbox {
    text-align: left;
    text-transform: capitalize
}

.tb_checkbox>input {
    position: absolute;
    left: -999999px
}

.tb_blog_category_mini a,
.tb_checkbox>label {
    font-size: 16px;
    position: relative;
    cursor: pointer;
    color: #505050;
    font-weight: 700
}

.tb_checkbox>label:last-child {
    margin-bottom: 0
}

.multi-select-menuitems label input {
    opacity: 0
}

.tb_checkbox>label:before {
    content: "";
    width: 15px;
    height: 15px;
    border: solid 1px #e4e4e4;
    border-radius: 2px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-top;
    margin-top: 1px;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(2px)
}

.tb_checkbox>label:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 3px;
    width: 10px;
    height: 6px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-radius: 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    visibility: hidden
}

.tb_checkbox>input:checked~label:after {
    opacity: 1;
    visibility: visible
}

.tb_checkbox>input:checked~label:before {
    background-color: #fc6f62;
    border: solid 1px #fc6f62
}

.tb_checkbox>input:checked~label {
    color: #fc6f62
}

.tb_sidebar {
    margin-right: 15px
}

.tb_category_head {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 10px
}

.tb_category_head.tb_category_area {
    margin-top: 30px
}

.tb_category_name {
    flex: 1
}

.tb_category_name h4 {
    font-size: 18px;
    font-weight: 800;
    color: #574e75
}

.tb_category_cl a {
    color: #fc6a67;
    font-weight: 700;
    font-size: 14px
}

.tb_category_cl a:hover {
    color: #222
}

.tb_blog_category_mini {
    margin-top: 20px
}

.tb_blog_category_mini ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.tb_blog_category_mini ul li span {
    font-weight: 600
}

.tb_blog_category_mini ul li a {
    display: inline-block
}

.tb_blog_category_mini ul li:last-child {
    margin-bottom: 0
}

.tb_blog_category_mini ul li a:hover {
    color: #f98943
}

.tb_blog_category_mini svg {
    margin-right: 5px
}

.tb_blog_insta_post {
    margin-top: 30px
}

.tb_blog_insta_post ul {
    column-count: 3
}

.tb_blog_insta_post ul li a {
    display: inline-block;
    margin-bottom: 10px;
    position: relative
}

.tb_blog_insta_post ul li a:after {
    position: absolute;
    content: "";
    background-color: #ff1d4db8;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out
}

.tb_blog_insta_post ul li a:hover:after {
    opacity: 1;
    visibility: visible
}

.tb_template_section {
    padding: 73px 100px 80px;
    background-color: #fafafa
}

.tb_template_text {
    padding-left: 285px
    
}
.tb_template_text.tb_combo_head {
    padding-left: 0px;
    text-align:center;
    
}
.primium_product{
    padding: 0px 0 !important
}
.tb_template_text h1 {
    font-size: 34px;
    font-weight: 800;
    color: #574e75
}
.tb_template_text h2 {
    font-size: 34px;
    font-weight: 800;
    color: #574e75
}

.tb_template_text p {
    font-size: 18px;
    color: #707070;
    margin-bottom: 45px;
    font-weight: 600;
    margin-top: 10px
}

.tb_template_box {
    background-color: #fff;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, .06);
    border-radius: 0 0 5px 5px
}

.tb_template_box img {
    border-radius: 5px 5px 0 0;
    width: 100%
}

.tb_overlay {
    position: relative
}

.tb_botm_overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .05) 57%);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: .3s all
}

.tb_overlay:hover .tb_botm_overlay:after {
    opacity: 1;
    visibility: visible
}

.tb_web_name {
    padding: 20px;
    display: flex;
    align-items: baseline;
    margin-bottom: 30px
}

.tb_web_text {
    flex: 1;
    text-align: left;
    padding-right: 5px
}

.tb_web_text h4 a {
    font-size: 18px;
    font-weight: 700;
    color: #574e75;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 2px
}

.tb_web_text p a {
    color: #fc6a67;
    font-size: 14px;
    font-weight: 700
}

.tb_web_dolor h3 {
    font-size: 20px;
    font-weight: 700;
    color:#f98943;
}
.tb_web_dolor h3 del, .tb-right-sidebar .tb-product-price del {
    margin-right: 5px;
    color: #574e75;
}

.tb_pagination {
    margin-top: 20px;
    text-align: left
}

.tb_pagination ul li {
    display: inline-block
}

.tb_pagination ul li a,
.tb_pagination ul li>span {
    margin-right: 23px;
    color: #222;
    font-weight: 700;
    border: none;
    display: inline-block;
    background: 0 0
}

.tb_pagination ul li.active a,
.tb_pagination ul li.active span,
.tb_pagination ul li.active span:hover {
    width: 40px;
    height: 40px;
    line-height: 42px;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    background-image: -moz-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
    background-image: -webkit-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
    background-image: -ms-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
    outline: 0!important
}

.tb_pagination ul li,
.tb_pagination ul li a,
.tb_pagination ul li a:focus,
.tb_pagination ul li:focus {
    outline: 0;
    box-shadow: none
}

.tb_pagination ul li a:hover,
.tb_pagination ul li span:hover {
    color: #fc6968;
    background: 0 0
}

.tb_pagination ul li.active a:hover {
    color: #fff
}

.tb_template_section.tb_slider_section {
    background-color: #f2f2f2;
    padding: 73px 0 20px;
    text-align: center
}

.tb_slider_section .tb_template_text {
    padding: 0
}

.tb_swiper_slider {
    position: relative
}

.tb_swiper_slider .tb_web_name {
    margin-bottom: 0
}

.tb_swiper_slider .swiper-slide,
.tb_swiper_slider .swiper-wrapper {
    height: auto;
    padding: 0 0 30px
}

.tb_swiper_slider .swiper-button-next.swiper-button-white,
.tb_swiper_slider .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #dbdbdb
}

.tb_swiper_slider .swiper-button-next.swiper-button-white,
.tb_swiper_slider .swiper-button-prev.swiper-button-white {
    border: solid 2px;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    top: 40%;
    border-color: rgba(204, 204, 204, .34);
    outline: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s
}

.tb_swiper_slider .swiper-button-next.swiper-button-white:hover {
    background: #fa7c52;
    border: solid 2px;
    border-color: #fa7c52;
    box-shadow: 10px 0 20px -5px #fa7c52
}

.tb_swiper_slider .swiper-button-prev.swiper-button-white:hover {
    background: #fa7c52;
    border: solid 2px;
    border-color: #fa7c52;
    box-shadow: -10px 0 20px -5px #fa7c52
}

.tb_swiper_slider .swiper-button-next:after,
.tb_swiper_slider .swiper-button-prev:after {
    font-size: medium;
    color: #e1e1e1
}

.tb_swiper_slider .swiper-button-prev,
.tb_swiper_slider .swiper-container-rtl .swiper-button-next {
    left: 170px
}

.tb_swiper_slider .swiper-button-next,
.tb_swiper_slider .swiper-container-rtl .swiper-button-prev {
    right: 170px
}

.tb_template_pro {
    background-color: #f9fbfb;
    padding: 73px 0 50px
}

.tb_template_pro .container {
    max-width: 960px
}

.tb_template_pro h2 {
    text-align: center;
    color: #574e75;
    font-weight: 800;
    font-size: 34px;
    width: 700px;
    margin: 0 auto 50px
}

.tb_service_box {
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(131, 149, 255, .14);
    padding: 40px 35px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
    transition: .3s
}

.tb_service_box:hover {
    transform: translatey(-15px)
}

.tb_service_box h4 {
    color: #574e75;
    font-size: 18px;
    font-weight: 700;
    margin-top: 25px;
    transition: .3s
}

.col-xl-3:nth-child(1) .tb_service_box:hover h4 {
    color: #ffd145
}

.col-xl-3:nth-child(2) .tb_service_box:hover h4 {
    color: #6a88f9
}

.col-xl-3:nth-child(3) .tb_service_box:hover h4 {
    color: #ff6b87
}

.col-xl-3:nth-child(4) .tb_service_box:hover h4 {
    color: #a145ff
}

.tb_banner_detail.tb_banner_buy h1 {
    font-size: 60px
}

.tb_banner_detail.tb_banner_buy h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 800
}

.tb_banner_detail.tb_banner_buy p {
    font-size: 30px;
    margin-bottom: 22px
}

.tb_banner_detail.tb_banner_buy p a {
    color: #fff
}

.tb_banner_detail.tb_banner_buy p a:hover {
    color: #25d366
}

.tb_footer_section {
    padding: 19px 20px 14px;
    background-image: -webkit-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
    background-image: -ms-linear-gradient(179deg, #f9913a 0, #fc6968 100%)
}

.tb_footer_icon ul li {
    display: inline-block
}

.tb_footer_icon ul li a {
    display: inline-block;
    color: #fff;
    margin-right: 30px;
    text-align: center
}

.tb_footer_icon ul li:last-child a {
    margin-right: 0
}

.tb_footer_icon ul li a:hover {
    color: #222
}

.tb_footer_left p {
    color: #fff;
    text-align: center
}

.tb_footer_left a {
    color: #fff
}

.tb_footer_left a:hover {
    color: #222
}

.tb_footer_right {
    text-align: right
}

.tb_footer_right ul li {
    display: inline-block
}

.tb_footer_right ul li a {
    color: #fff;
    margin-left: 25px
}

.tb_footer_right ul li a:hover {
    color: #222
}

.tb_template_index2 {
    background-color: #f9fbfb;
    padding: 70px 0 80px;
    text-align: center
}

.tb_template_index2 .tb_template_text {
    padding: 0;
    text-align: center
}

.tb_template_index2 a.tb_btn_two {
    margin-top: 30px
}

.template_toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
}

.template_toggle>input[type=checkbox] {
    position: absolute;
    left: -9999px
}

.template_toggle>input[type=checkbox]:checked+label span:last-child {
    color: #fff
}

.template_toggle>input[type=checkbox]:checked+label span:first-child {
    color: #5d5d5d
}

.template_toggle label {
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    height: 60px;
    padding: 10px 0;
    background-color: #fff;
    cursor: pointer;
    border: 2px solid #ededed;
    border-radius: 50px;
    z-index: 1
}

.template_toggle label:after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 50px;
    width: 140px;
    background-image: -webkit-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
    background-image: -ms-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
    transition: all .3s ease-in-out;
    z-index: -1
}

.template_toggle label:hover:after {
    background-image: -webkit-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
    background-image: -ms-linear-gradient(179deg, #f9913a 0, #fc6968 100%)
}

.template_toggle>input[type=checkbox]:checked+label:after {
    transform: translateX(140px)
}

.template_toggle label span {
    color: #5d5d5d;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    width: 142px
}

.template_toggle label span:first-child {
    color: #fff
}

.tb_ul_filter {
    text-align: center;
    padding: 10px 100px 40px
}

.tb_ul_filter ul li {
    display: inline-block
}

.tb_ul_filter ul li a.active {
    color: #fc6a67
}

.tb_ul_filter ul li a {
    color: #5d5d5d;
    font-size: 17px;
    font-weight: 600;
    margin: 0 20px 15px;
    display: inline-block;
    position: relative
}

.tb_ul_filter ul li a:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: -webkit-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
    bottom: -5px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.tb_ul_filter ul li a:hover:after {
    width: 100%;
    opacity: 1;
    visibility: visible
}

.tb_title_wrapper {
    text-align: center;
    padding: 71px 0 73px;
    background-color: #edf0f7
}

.tb_title_content h1 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 40px;
    color: #574e75
}

.breadcrumb {
    padding: 0;
    background: 0 0;
    margin: 0;
    justify-content: center
}

.breadcrumb li {
    padding-right: 10px
}

.breadcrumb li a:after {
    content: '//';
    padding-left: 10px;
    color: #fc6968
}

.breadcrumb li a {
    color: #fc6968;
    font-weight: 700
}

.tb_title_wrapper .tb_title_content h1 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 40px;
    color: #574e75
}

.tb_padder {
    padding: 70px 0
}

.tb_single_content .big_img img {
    border: 1px solid #eee;
    border-radius: 10px;
    width: 100%
}

.tb-right-sidebar {
    padding: 30px 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(117, 117, 117, .1);
    margin-bottom: 30px
}

.tb_ratings {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    text-align: center
}

.tb_ratings a {
    color: #ffc000
}

.tb_ratings a.blnk-rating {
    color: #ccc
}

.tb-right-sidebar .tb_btn {
    border-radius: 8px;
    min-width: 190px;
    font-weight: 700
}

a.tb_btn.tb_live_btn {
    background: #574e75;
    margin-right: 5px;
    box-shadow: none
}

a.tb_btn.tb_live_btn:hover {
    background: #666e82
}

.tb-right-sidebar .tb-product-price {
    /*color: #666e82;*/
    color:#f98943;
    font-size: 26px;
    font-weight: 900;
    margin-top: 10px;
    border: solid 1px #edf0f7;
    padding: 0 20px;
    border-radius: 50px;
    width: 245px;
    height: 60px;
    line-height: 60px;
    margin: auto;
    position:relative;
}

.tb_sidebar_title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #574e75;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px
}
.tb-right-sidebar:nth-child(1) {
    margin-top: 18px;
    padding:40px 20px 30px;
}
.tp-product-offer {
    min-height: 40px;
    max-width: 380px;
    background-color: #25d366;
    position: absolute;
    left: 0px;
    right: 0;
    top: 0px;
    text-align: center;
    margin: 0 auto;
}
.tp-product-offer::before {
    position: absolute;
    content: '';
    left: -13px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 20px solid #25d366;
    border-left: 14px solid transparent;
    border-bottom: 20px solid #25d366;
}
.tp-product-offer::after {
    position: absolute;
    content: '';
    right: -13px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 20px solid #25d366;
    border-right: 14px solid transparent;
    border-bottom: 20px solid #25d366;
}
.tp-product-offer h6 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 11px 0 0;
}
.tp_footer_saleimg {
    margin: 0 auto;
    text-align: center;

    padding:80px 0 80px;
}

.tb_sales_flex {
    display: flex;
    margin-top: 15px
}

.tb_sales_flex .tb_comnt,
.tb_sales_flex .tb_sales {
    flex: 1;
    margin-bottom: 30px
}

.tb_sales_flex .tb_comnt i,
.tb_sales_flex .tb_sales i {
    color: #564d74;
    font-size: 28px;
    margin-right: 5px
}

.tb_sales_flex .tb_comnt h4,
.tb_sales_flex .tb_sales h4 {
    color: #666e82;
    font-size: 26px;
    font-weight: 900;
    margin-top: 10px;
    border: solid 1px #edf0f7;
    padding: 0 20px;
    border-radius: 50px;
    width: 245px;
    height: 60px;
    line-height: 60px;
    margin: auto
}

.tb_sales>h4>svg {
    margin-top: -6px
}

.tb_sales_flex .tb_sales h4 span {
    font-weight: 500;
    font-size: 18px
}

.tb_sales_flex::after {
    position: absolute;
    content: "";
    height: 90px;
    width: 1px;
    background-color: #e8e8e8;
    margin: auto;
    left: 0;
    right: 0;
    display: none
}

.tb-product-details li {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-weight: 700;
    color: #666e82
}

.tb-product-details li span {
    font-weight: 400;
    color: #9e9e9e
}

.tb-sidebar-tags a {
    border: 1px solid #ccc;
    border-radius: 100px;
    color: #222;
    display: inline-block;
    padding: 8px 20px;
    text-align: center;
    margin: 0 5px 9px 0
}

.tb-sidebar-tags a:hover {
    color: #fff;
    background: #f9913a;
    border-color: #f9913a
}

.tb-right-sidebar .tb_product_author {
    display: flex;
    align-items: center
}

.tb-right-sidebar .author_img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 100%;
    border: 1px solid #f5f5f5
}

.tb-right-sidebar .author_detail {
    width: calc(100% - 80px);
    padding-left: 20px
}

.tb_product_author_name {
    font-size: 22px;
    font-weight: 600;
    color: #574e75;
    margin-bottom: 2px
}

.row.tb_payment_method {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}

.tb-product-main-title,
.tb_payment_method .tb_title_medium {
    font-size: 22px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #574e75
}

.tb_single_content p {
    margin-bottom: 15px
}

.tb_single_content p:last-child {
    margin-bottom: 0
}

.tb_pricing_tab {
    padding: 73px 0 80px;
    background-color: #eef0f4
}

.tb_pricing_tab .tb_section_heading {
    margin-bottom: 65px
}

.tb_pricing_tab .tb_section_heading h1 {
    margin-bottom: 10px;
    font-size: 34px;
    font-weight: 800;
    color: #574e75
}

.tb_payment_mod_box ul li {
    display: inline-block;
    vertical-align: top;
    padding-right: 15px
}

.tb_payment_mod_box ul li p {
    margin-top: 10px
}

.tb_blog_category_mini.tb-category-filter ul li:first-child {
    margin-left: 0
}

.tb-right-sidebar:last-child {
    margin-bottom: 0
}

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

.tb_single_view {
    position: relative
}

.tb_two_overlay {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.tb_single_view:hover .tb_two_overlay {
    opacity: 1;
    visibility: visible
}

.tb_two_overlay>svg {
    fill: #fff;
    font-size: 40px;
    transform: translate(0, 20px);
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.tb_single_view:hover .tb_botm_overlay>svg {
    transform: translate(0, 0)
}

.tb_auth_wrapper>.tb_auth_inner {
    width: 100%;
    max-width: 480px;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0 0 20px 0 rgba(179, 121, 121, .15);
    border-radius: 10px;
    padding: 40px;
    text-align: center;
    position: relative
}

.tb_forgot_password svg {
    width: 13px;
    height: 13px;
    opacity: .3;
    display: inline-block;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px)
}

.tb_auth_heading {
    margin-bottom: 35px
}

.tb_auth_heading>h1 {
    margin: 0;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 300;
    color: #f98f3b
}

.tb_auth_heading>p {
    font-size: 14px;
    color: #656565;
    margin-bottom: 0
}

.tb_contact_tbkp {
    background-image: url(../images/contact_bg.jpg);
    width: 75%;
    margin: auto;
    padding: 50px 200px 20px;
    background-position: bottom;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative
}

.tb_contact_information {
    background-image: url(../images/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 130px 12px;
    border-radius: 10px;
    margin-top: -80px;
    position: relative;
    z-index: 0
}

.tb_contact_information h3 {
    color: #fff;
    font-weight: 600;
    text-align: center;
    position: relative;
    margin-bottom: 50px
}

.tb_contact_information>p {
    text-align: center;
    color: #fff;
    margin: 10px 0 40px
}

.tb_contact_information>p>a {
    color: #fff
}

.tb_contact_information>p>a:hover {
    color: #303d46
}

.tb_contact_information h3:after {
    position: absolute;
    width: 100px;
    border-bottom: 3px solid #fff;
    content: '';
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto
}

.pnx_contact_detail_box {
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

.pnx_contact_detail_box .pnx_contact_img {
    width: 100px;
    float: left
}

.pnx_contact_detail_box .pnx_contact_data {
    color: #fff;
    width: calc(100% - 100px);
    float: left
}

.pnx_contact_detail_box .pnx_contact_data p {
    margin: 0
}

.pnx_contact_detail .pnx_line_heading {
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px
}

.pnx_contact_detail .pnx_line_heading:after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-color: #fff
}

.pnx_contact_detail .pnx_line_heading:before {
    display: none
}

.pnx_contact_form {
    background-image: url(../images/contact_bg.jpg);
    width: 72%;
    padding: 50px 200px;
    background-position: bottom;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    border-radius: 15px;
    margin-bottom: -80px;
    background-size: cover;
    background-repeat: no-repeat
}

.pnx_contact_form label {
    text-transform: capitalize
}

.pnx_contact_form .form-control {
    box-shadow: none!important;
    border: 1px solid #94a7bf
}

.pnx_contact_form textarea {
    height: 160px;
    resize: none
}

.pnx_contact_form .pnx_btn {
    margin-top: 20px
}

.pnx_contact_wrapper .pnx_section_content {
    padding-top: 110px
}

a.tb_btn.tb_whats {
    background: #25d366;
    font-size: 18px
}

a.tb_btn.tb_whats:hover {
    background: #fff;
    color: #25d366!important
}

i.fa.fa-whatsapp {
    margin-left: 5px
}

.tb_heading_style h2 {
    font-weight: 600;
    color: #574e75;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center
}

.tb_auth_input,
.tb_profile .form_field {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    clear: both;
    text-align: center
}

.tb_auth_input>.form-control,
.tb_profile .form_input .form-control {
    border-color: #dadada;
    border-radius: 0;
    box-shadow: none;
    padding: 0 25px;
    height: 52px;
    background-color: transparent
}

.tb_auth_input>label,
.tb_profile .form_label>label {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: #574e75;
    float: left
}

.forgot_remember_wrapper {
    display: flex;
    text-align: left
}

.forgot_remember_wrapper>div {
    flex: 1
}

.forgot_remember_wrapper .tb_checkbox>label,
.tb_forgot_password a {
    color: #656565;
    font-weight: 400;
    transition: .3s
}

.forgot_remember_wrapper .tb_checkbox>label:hover,
.tb_forgot_password a:hover {
    color: #f98f3b
}

.tb_forgot_password a svg path {
    transition: .3s;
    fill: #656565
}

.tb_forgot_password a:hover svg path {
    fill: #f98f3b
}

.tb_forgot_password svg {
    vertical-align: baseline;
    opacity: 1
}

.tb_forgot_password {
    text-align: right
}

.tb_auth_wrapper .tb_auth_logo {
    display: none
}

.tb_auth_wrapper {
    padding: 70px 0
}

.tb_auth_wrapper>.tb_auth_inner p a {
    color: #f98f3b
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 100px #fff inset!important
}

.tb_nav_menu_right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 80px
}

.tb_profile {
    background-color: #fff;
    margin: 0 auto 50px;
    box-shadow: 0 0 20px 0 rgba(179, 121, 121, .15);
    border-radius: 10px;
    padding: 40px
}

.tb_section.tb_profile_wrapper .container .row {
    justify-content: center
}

.tb_section.tb_profile_wrapper .tb_section_heading {
    text-align: center
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff
}

.tb_section_heading h3 {
    font-size: 34px;
    font-weight: 800;
    color: #574e75
}

.tb_profile .form_field:last-child {
    margin-bottom: 0
}

.tb_banner_image {
    text-align: center;
    padding: 30px 0 0
}

.tb_section {
    padding: 80px 0
}

.tb_download_vd p {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #574e75
}

.tb_section_heading {
    margin-bottom: 50px;
    text-align: center
}

.tb_download_vd ul li {
    list-style-type: none;
    margin-bottom: 10px;
    position: relative;
    margin-left: 16px;
    font-size: 18px
}

.tb_download_vd ul li:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #f9903b;
    top: 10px;
    left: -15px
}

.tb_download_vd h4 a,
.tb_download_vd ul li a {
    color: #f98f3b;
    font-weight: 600
}

.tb_download_vd h4 {
    margin-top: 15px;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 30px
}

.tb_datatable_wrapper {
    box-shadow: 0 0 25px rgba(0, 0, 0, .09);
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 10px
}

.tb_datatable_wrapper table.dataTable.no-footer {
    border-bottom: none
}

.tb_datatable_wrapper table.dataTable {
    text-align: left;
    background-color: #fff;
    background-image: -moz-linear-gradient(0deg, #d7d7d7 0, #f9913a 0, #fc6968 100%);
    background-image: -webkit-linear-gradient(0deg, #d7d7d7 0, #f9913a 0, #fc6968 100%);
    background-image: -ms-linear-gradient(0deg, #d7d7d7 0, #f9913a 0, #fc6968 100%)
}

.tb_datatable_wrapper table.dataTable thead tr th {
    text-align: center;
    background-color: transparent;
    color: #fff;
    padding: 20px 15px;
    border: none;
    font-weight: 400;
    outline: 0
}

.tb_datatable_wrapper table.dataTable tbody tr td:first-child {
    border-left: 1px solid #f1f1f1
}

.tb_datatable_wrapper table.dataTable tbody tr td {
    border: 1px solid #f1f1f1;
    border-top: none;
    border-left: none;
    padding: 15px;
    outline: 0
}

.tb_dashboard_menubar ul {
    padding: 0 0 0;
    text-align: center;
    display: table;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 60px;
    border: 2px solid #ededed;
    border-radius: 60px
}

.tb_dashboard_menubar ul li {
    list-style: none;
    display: inline-block;
    margin: 2px
}

.tb_dashboard_menubar ul li a.active,
.tb_dashboard_menubar ul li a.active:hover {
    color: #fff;
    background-image: -moz-linear-gradient(0deg, #d7d7d7 0, #fc6968 0, #f9913a 100%);
    background-image: -webkit-linear-gradient(0deg, #d7d7d7 0, #fc6968 0, #f9913a 100%);
    background-image: -ms-linear-gradient(0deg, #d7d7d7 0, #fc6968 0, #f9913a 100%)
}

.tb_dashboard_menubar ul li a {
    margin-right: 0;
    text-transform: capitalize;
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    height: 50px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    color: #222;
    border-color: transparent
}

.tb_id_border_wrappo {
    margin-bottom: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .09);
    background-color: #fff;
    padding: 30px 30px;
    border-radius: 10px
}

.tb_id_border {
    border: solid 1px #9e9e9e2e;
    padding: 15px 25px;
    border-radius: 10px
}

.tb_id_border h5 {
    font-size: 16px;
    text-transform: capitalize;
    margin: 15px 0
}

.tb_id_border p {
    text-transform: lowercase;
    color: #4c4c4c;
    font-weight: 400;
    width: calc(100% - 190px);
    float: right;
    margin: 0
}

.tb_id_border label {
    width: 100%
}

.tb_dashboard_menubar a.tb_btn {
    margin-top: 20px
}

.tb_dashboard_box {
    text-align: left;
    border-radius: 10px;
    padding: 20px 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    transition: .3s all;
    -ms-transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    border: solid 0 #9e9e9e2e;
    position: relative;
    box-shadow: 0 0 25px rgba(0, 0, 0, .09)
}

.tb_dashboard_box svg {
    width: 64px;
    height: 64px;
    opacity: .3;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.tb_dashboard_box h4 {
    font-size: 30px;
    font-weight: 600;
    margin: 15px 0 0;
    color: #574e75
}

.tb_dashboard_box p {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 10px;
    color: #4c4c4c
}

.tb_datatable_wrapper h4 {
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700
}

.tb_datatable_wrapper .dataTables_wrapper .dataTables_filter,
.tb_datatable_wrapper .dataTables_wrapper .dataTables_length {
    margin-bottom: 20px
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: none;
    outline: 0;
    padding: 10px;
    border-radius: 5px
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: none;
    outline: 0;
    padding: 10px;
    border-radius: 5px
}

.tb_datatable_wrapper .dataTables_wrapper .dataTables_length label {
    padding-top: 10px
}

.tb_datatable_wrapper .dataTables_wrapper .dataTables_length label .nice-select {
    margin-top: -10px;
    margin-right: 10px
}

.tb_datatable_wrapper .dataTables_wrapper .dataTables_info {
    margin-top: 25px
}

.tb_datatable_wrapper .dataTables_wrapper .dataTables_paginate {
    margin-top: 10px
}

/*.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,*/
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    background-color: transparent;
    border: 1px solid #8c8c8c;
    margin: 15px 5px;
    border-radius: 50px;
    padding: 5px 15px;
    cursor: pointer
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
    background: #fb7956;
    color: #fff!important;
    border-color: #f9913a
}

.tb_profile .form_field>.form_input>.form-control.editable {
    width: 100%;
    margin-bottom: 20px
}

.tb_profile .form_input p span {
    color: #4caf50;
    font-weight: 600
}

/*.dataTables_wrapper .dataTables_paginate .paginate_button:active,*/
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    color: #fff!important;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    background-image: -moz-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
    background-image: -webkit-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
    background-image: -ms-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
    outline: 0!important;
    border: none;
    box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    background: #fb7956;
    color: #fff!important;
    border-color: #f9913a;
}
.my_download_table tbody tr td {
    text-align: left !important;
}
.tb_datatable_wrapper table.dataTable.my_download_table thead tr th {
    text-align: left;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    outline: 0
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #f9913a!important;
    border: 1px solid #1110;
    background-color: #fff;
    background: linear-gradient(to bottom, #58585800 0, #1110 100%)
}

.tb_datatable_wrapper table.dataTable.no-footer .tb-referal-links {
    color: #f9913a
}

.tb_datatable_wrapper table.dataTable thead tr th:nth-child(3) {
    min-width: 90px!important
}

.tb_auth_error {
    position: absolute;
    top: calc(100% - 18px);
    left: 40px;
    right: 40px;
    background-color: #e91e63;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
    -moz-transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
    transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    transform: scale(.9)
}

.tb_extra_info p:first-child {
    margin-bottom: 5px
}

.tb_extra_info p a {
    color: #fc6968
}

.tb_auth_input .tb_btn i {
    margin-left: 3px
}

.tb_auth_input>textarea.form-control {
    height: auto;
    padding: 10px 25px;
    resize: none
}

#captcha {
    position: absolute;
    right: 15px;
    width: 65px;
    color: #f98f3b;
    font-weight: 500;
    font-size: 18px;
    bottom: 5px
}

#captcha input {
    background: url(https://templatebundle.net/themes/tbundle/images/refresh.png) no-repeat scroll 0 0 transparent;
    margin: 3px 0 0;
    padding: 0;
    border: medium none;
    cursor: pointer;
    width: 16px;
    float: right
}

#captcha input:focus {
    outline: 0
}

.pricing {
    padding: 100px 0;
    background-color: #eef0f4
}

.tb_plan_table {
    box-shadow: 0 0 20px 0 #eee;
    border-radius: 5px;
    margin: 0 20px
}

.tb_plan_table>.tbp_header {
    padding: 43px 50px 40px;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    position: relative;
    z-index: 1
}

.tbp_header svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px 10px 0 0
}

.tb_plan_table>.tbp_header>h4, .tbp_header>h4 {
    font-size: 34px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.1
}

.tb_plan_table>.tbp_header>h3, .tbp_header>h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize
}

.tb_plan_table>.tbp_header>h3>span {
    font-size: 60px;
    font-weight: 700;
    color: #fff
}

.tb_plan_table.tbp_header_two>.tbp_header>h3>span {
    color: #fff
}

.tb_plan_table.tbp_header_three>.tbp_header>h3>span {
    color: #52b980
}

.tb_plan_table>.tbp_body {
    background-color: #fff;
    /*padding: 80px 50px 0*/
    padding:20px 0 0;
}

.tb_plan_table>.tbp_body>p {
    font-size: 18px;
    font-weight: 700;
    color: #7f7f7f;
    position: relative;
    /*padding: 10px 0 10px 50px;*/
    padding: 10px 0 10px 0px;
    display:flex;
    align-items:flex-start;
}
.tb_plan_table>.tbp_body>p:after{
    display:none;
}
/*.tb_plan_table>.tbp_body>p:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 10px;*/
/*    height: 18px;*/
/*    border: solid #fc6a67;*/
/*    border-width: 0 3px 3px 0;*/
/*    transform: rotate(45deg);*/
/*    top: 15px;*/
/*    left: 5px*/
/*}*/

.tb_pricing_tab .tab-content {
    width: 100%
}

.tb_plan_table.price.tbp_header_two {
    transform: translate(0, -20px);
    padding:40px 50px;
    background-color:#fff;
    margin: 0 ;
    min-height:741px;
    max-height:100%;
}

.plan_notification {
    padding: 15px;
    background-color: #ffe082;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 30px
}

/*plan-css*/
.tbp_pri_head {
    background-color: #fff;
    display: flex;
    align-items: center;
    gap:10px;
    padding:0 0 30px;
    /*padding: 40px 50px 30px;*/
    border-bottom: 1px solid #e8edf3;
}

.tbp_icon {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4bf561f;
    border: 1px solid #f8bd473d;
    /* max-width: 100px; */
    flex: 0 0 24%;
    width: 24%;
    border-radius: 5px;
}

.tbp_icon img {
    height: 40px;
    width: 40px;
    object-fit: cover;
}
.tbp_header>h3{
    color:#304064;
    font-size:34px; 
    font-weight: 800;
}
.tbp_header>h4{
    color:#7984af;
    font-size:20px;
    font-weight: 700;
}
.tb_plan_table>.tbp_body>p img {
    height: 22px;
    width: 22px;
    object-fit: contain;
    margin: 2px 10px 0 0;
}
/*.tb_plan_table.price.tbp_header_two.tbp_header-blue .tbp_icon {*/
/*    background-color: #9b76ff26;*/
/*    border-color: #875bff24;*/
/*}*/
/**/
.tb_btn_wbk {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    /*padding: 30px 50px 45px;*/
    /*text-align: center;*/
    padding: 30px 0px 0px;
    text-align: left;
}

.tb_btn_wbk.tb_btn1 .tb_btn {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 16px;
    width: 220px
}

.tb_btn_wbk.tb_btn2 button.tb_btn {
    background: -webkit-linear-gradient(to right, #a8e063, #56ab2f);
    background: linear-gradient(to right, #a8e063, #56ab2f);
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 16px;
    width: 220px;
    outline: 0
}

.tb_btn_wbk.tb_btn2 button.tb_btn:hover {
    background: -webkit-linear-gradient(to right, #56ab2f, #a8e063);
    background: linear-gradient(to right, #56ab2f, #a8e063)
}

.tb_btn_wbk.tb_btn3 .tb_btn {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 14px;
    width: 220px
}

.tb_plan_table.tbp_header_two>.tbp_body>p:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 18px;
    border: solid #5aae32;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    top: 15px;
    left: 5px
}

.svg_two2 svg {
    top: 8px;
    opacity: .3
}

.svg_three3 svg {
    top: 16px;
    opacity: .2
}

.hide {
    display: none!important
}

.tb_blog_category_mini ul li a.tb-sidebar-active {
    color: #f98943
}

.mfh_shop_radio h5 {
    margin: 30px 0 20px;
    font-size: 22px;
    font-weight: 700;
    color: #574e75
}

.mfh_shop_radio>label {
    margin-bottom: 20px
}

.mfh_shop_radio ul li {
    display: inline-block;
    margin-right: 20px
}

.mfh_shop_radio [type=radio]:checked,
[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.mfh_shop_radio [type=radio]:checked+label,
[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-bottom: 16px
}

.mfh_shop_radio [type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff
}

.mfh_shop_radio [type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #fb6d37;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.mfh_shop_radio [type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.mfh_shop_radio [type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.tb_payment_mod_box ul li a {
    background-color: #f0f0f0;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    border-radius: 5px
}

.tb_payment_mod_box ul li a img {
    width: 70%;
    border-radius: 10px
}

.tb_seach_category_section {
    padding: 74px 65px 71px;
    background-color: #f2f2f2
}

.tb_seach_category_section .tb_bread_crumbs {
    margin-top: 25px
}

.tb_bread_crumbs a {
    color: #f98943;
    font-weight: 600;
    font-weight: 700;
    font-size: 20px
}

.tb_bread_crumbs span {
    margin-left: 5px;
    color: #574e75;
    font-size: 20px
}

.tb_bread_crumbs h2 {
    color: #574e75;
    margin-top: 10px;
    font-weight: 800;
    font-size: 30px
}

.int_textbox_subscribe4 {
    margin-top: 4px
}

.int_search_wrapper.tb_home_crumbs input {
    padding: 0 180px 0 240px
}

.int_textbox_subscribe4 .int_search_wrapper.tb_home_crumbs {
    margin-left: 55px
}

.tb_main_wrapper .modal.in .modal-dialog {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    justify-content: center;
    display: flex;
    align-items: center
}

.modal-dialog.tb_model_dialog {
    max-width: 100%;
    margin: 0 auto;
    width: 950px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    justify-content: center;
    display: flex;
    align-items: center
}

.template_bundle_modal .modal-content {
    background-image: -moz-linear-gradient(0deg, #d7d7d7 0, #f9913a 0, #fc6968 100%);
    background-image: -webkit-linear-gradient(0deg, #d7d7d7 0, #f9913a 0, #fc6968 100%);
    background-image: -ms-linear-gradient(0deg, #d7d7d7 0, #f9913a 0, #fc6968 100%)
}

.template_bundle_modal .modal-header {
    padding: 20px;
    border-bottom: 1px solid #e5e5e552;
    display: block
}

.template_bundle_modal .modal-header .close {
    margin-top: -10px
}

.template_bundle_modal .close {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    opacity: 1
}

.close:hover,
.template_bundle_modal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    text-shadow: none
}

.template_bundle_modal .modal-body {
    padding: 20px 0 60px
}

.modal-body .tb_model_body {
    padding: 0 50px
}

.tb_model_body h2 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 30px 0
}

.tb_model_body h4 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 40px
}

.tb_model_body span {
    color: #ffeb3b;
    font-weight: 600
}

.tb_model_body .signup {
    width: 560px;
    height: 58px;
    background-color: #fff;
    border: 4px solid #fff;
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, .01);
    border-radius: 100px;
    margin: auto
}

.signup input {
    height: 52px;
    padding: 0 5px 0 10px;
    width: 380px;
    font-size: 18px;
    color: #383838;
    outline-style: none;
    background-color: #fff;
    border: none;
    border-radius: 100px
}

.tb_model_body #btn {
    height: 50px;
    width: 140px;
    background-image: -moz-linear-gradient(0deg, #d7d7d7 0, #f9913a 0, #fc6968 100%);
    background-image: -webkit-linear-gradient(0deg, #d7d7d7 0, #f9913a 0, #fc6968 100%);
    background-image: -ms-linear-gradient(0deg, #d7d7d7 0, #f9913a 0, #fc6968 100%);
    border: none;
    font-size: 18px;
    border-radius: 30px;
    float: right;
    color: #fff;
    outline: 0;
    font-weight: 600
}

.aw_messages {
    margin-top: 10px
}

span.error_message {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

.template_bundle_modal .modal-footer {
    text-align: left;
    padding: 0 20px 15px;
    border: none;
    display: block
}

.tb_remember {
    position: relative
}

.tb_remember label {
    margin-left: 30px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize
}

.tb_remember .tb_checkbox {
    position: absolute;
    top: 0;
    left: -30px;
    border: 1px solid #e9edfa;
    border-radius: 4px;
    background-color: #f8f9fd;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .04);
    width: 20px;
    height: 20px
}

.tb_remember input {
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.tb_checkbox:after {
    content: "";
    position: absolute;
    display: none
}

input:checked~.tb_checkbox:after {
    display: block
}

.tb_checkbox:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #f98f3b;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.tb_remember a {
    color: #7d818f;
    font-size: 14px;
    float: right;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.tb_remember a:hover {
    color: #ad7cff;
    text-decoration: none
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff
}
/*Ravi*/
.tp_pre_img {
     position: absolute;
    top: 10px;
    left:10px;
}
img.tb_premium_tag {
    height: 30px;
    width: 30px;
    /*position: absolute;*/
    /*top: 0;*/
}
img.tb_premium_tag_single {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    left:0;
}
table#adminusertbl td {
    text-align: center;
}

.edu_preloader {
     background-color: rgb(255 255 255);
     bottom: 0;
     left: 0;
     position: fixed;
     right: 0;
     top: 0;
     z-index: 2147483647;
     width: 100%;
     height: 100%;
}
.edu_status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
 /*shopping cart  modal start*/
 .tb_shopingcart_modal .modal-body {
    padding: 30px;
}
 .tb_shopingcart_modal .modal-title {
    font-size: 18px;
    font-weight: 700;
    color: #574e75;
}
 .tb_shopingcart_modal .modal-dialog {
    max-width: 580px;
}
 .tb_shopingcart_top {
    display: flex;
    grid-gap: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
 .tb_shopingcart_top_img {
    width: 120px;
}
.tb_shopingcart_top_details h1 {
    font-size: 22px;
    font-weight: 700;
}
.tb_shopingcart_top_img {
    width: 120px;
    overflow: hidden;
    border-radius: 8px;
    height: 80px;
}
.tb_shopingcart_top_img > img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.tb_shopingcart_btm {
    margin-top: 20px;
}
/* checkbox start */
.tb_c_checkbox .tb_c_checkboxInput + .tb_c_checkboxLabel{
    position: relative;
    padding-left: 31px;
    cursor: pointer;
    margin-bottom: 0;
    line-height: inherit;
}
.tb_c_checkbox .tb_c_checkboxInput + .tb_c_checkboxLabel:before{
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 1px solid rgb(229, 231, 247);
    background: rgb(247, 247, 251);
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.tb_c_checkbox .tb_c_checkboxInput + .tb_c_checkboxLabel:after{
    content: "";
    position: absolute;
    top: 9px;
    left: 5px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(-45deg) scale(0);
    -moz-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    opacity: 0;
}
.tb_c_checkbox .tb_c_checkboxInput:checked + .tb_c_checkboxLabel:after {
    opacity: 1;
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}
.tb_c_checkbox .tb_c_checkboxInput:checked + .tb_c_checkboxLabel:before {
    background: #fc6f62;
    border-color: #fc6f62;
}
.tb_c_checkbox.green .tb_c_checkboxInput:checked + .tb_c_checkboxLabel:before {
    background: #fc6f62;
    border-color: #fc6f62;
}
.tb_c_checkbox .tb_c_checkboxInput {
    display: none;
}
.tb_shopingcart_btm h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #574e75;
    text-transform: inherit;    
}
.tb_shopingcart_btm1 {
    margin-bottom: 30px;
}
.tb_shopingcart_cb_list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 10px;
}
.tb_shopingcart_cb_list span {
    font-weight: 700;
    color: #fc6f62;
}
.tb_shopingcart_footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    background: #fff2e9;
    padding: 10px 10px;
}

.tb_shopingcart_footer h1 {
    font-size: 18px;
    color: #fc6f62;
}

.tb_shopingcart_footer h1 span {
    font-weight: 700;
}
.tb_shopingcart_modal  .tb_btn {
    height: inherit;
    line-height: inherit;
    padding: 0;
    min-width: inherit;
    padding: 15px 50px;
    border-radius: 8px;
}
/* checkbox end */
 /*shopping cart  modal end*/
@media(max-width:1830px) {
    .tb_nav_menu_right>ul>li>a {
        padding: 25px 15px 25px 0
    }
    .tb_cart_menu img {
        margin-right: 10px
    }
    .tb_cart_menu {
        padding: 29px 22px 26px 20px
    }
}

@media(max-width:1700px) {
    .tb_nav_menu_right>ul>li>a {
        padding: 25px 10px 25px 0
    }
    .tb_cart_menu {
        padding: 29px 22px 26px 25px
    }
}

@media(max-width:1600px) {
    .tb_nav_menu {
        margin-top: -2px
    }
    .int_textbox_subscribe4 .int_search_wrapper.tb_home_crumbs {
        margin-left: 0
    }
    .tb_template_text {
        padding-left: 0;
        text-align: center
    }
    .col-lg-9.col-md-9.tb_toggle_right {
        padding-right: 0;
        padding-left: 0
    }
    .tb_web_text h4 {
        font-size: 16px
    }
    .tb_web_dolor h3 {
        font-size: 16px
    }
    .tb_pagination {
        text-align: right
    }
    .tb_web_name {
        padding: 15px 15px
    }
    .tb_web_text p {
        margin-top: 5px
    }
    .tb_category_name h4 {
        font-size: 16px
    }
    .tb_header_main {
        padding: 0 15px 0
    }
    .tb_nav_menu>ul>li>a.active {
        padding: 18px 20px 15px
    }
    .tb_nav_menu>ul>li>a {
        padding: 20px 0 18px 15px;
        font-size: 14px
    }
    .tb_cart_menu {
        padding: 29px 10px 26px
    }
    .tb_swiper_slider .swiper-button-next.swiper-button-white,
    .tb_swiper_slider .swiper-button-prev.swiper-button-white {
        display: none
    }
    .tb_template_section {
        padding: 80px 15px
    }
    .tb_plan_table>.tbp_header>h4 {
        font-size: 26px
    }
    .tb_plan_table>.tbp_header>h3>span {
        font-size: 40px
    }
    .tb_sidebar {
        margin-right: 0
    }
    /*.tb_plan_table>.tbp_body {*/
    /*    padding: 100px 50px 0*/
    /*}*/
    a.tb_btn.tb_live_btn {
        margin-bottom: 10px
    }
}

@media(max-width:1320px) {
    .tb_cart_menu {
        padding: 29px 10px 26px 0;
        background: 0 0
    }
    .tb_cart_menu img {
        margin-right: 5px;
        width: 20px
    }
}

@media(min-width:1200px) and (max-width:1400px) {
    .tb_nav_menu_right>ul>li>a {
        font-size: 14px
    }
    .tb_cart_menu a {
        margin-right: 0;
        font-size: 14px
    }
    .tb_footer_right ul li a {
        margin-left: 15px;
    }
}

@media(max-width:1400px) {
    .tb_plan_table.price.tbp_header_two {
        padding: 40px 20px !important;
    }
}
@media(max-width:1199px) {
    .tb_seach_category_section {
        padding: 54px 0 51px
    }
    .tb_cart_menu {
        padding: 23px 0 25px 10px
    }
    .col-lg-9.col-md-9.tb_toggle_right {
        padding-right: 0;
        text-align: right
    }
    .tb_bottom_header,
    .tb_nav_menu {
        visibility: hidden;
        opacity: 0
    }
    .tb_bottom_header {
        padding: 0;
        margin-top: -1px
    }
    .tb_toggle {
        display: block;
        position: absolute;
        right: 20px;
        top: 32px;
        cursor: pointer
    }
    .tb_cart_menu img {
        margin-right: 15px
    }
    .tb_toggle span {
        width: 20px;
        height: 2px;
        background: #fff;
        display: block;
        text-align: center;
        margin-bottom: 4px;
        border-radius: 30px;
        transition: .3s
    }
    .tb_nav_menu_right,
    .tb_toggle {
        display: inline-block
    }
    .menu_open_two .tb_nav_menu {
        left: 0
    }
    .menu_open_two .tb_toggle span:nth-child(2) {
        visibility: hidden;
        opacity: 0;
        transition: .1s
    }
    .menu_open_two .tb_toggle span:nth-child(3) {
        transform: translate(0, -6px) rotate(45deg)
    }
    .menu_open_two .tb_toggle span:nth-child(1) {
        transform: translate(0, 6px) rotate(-45deg)
    }
    .tb_nav_menu {
        position: fixed;
        top: 0;
        left: -260px;
        text-align: left;
        z-index: 999;
        background-image: linear-gradient(179deg, #f9913a 0, #fc6968 100%);
        background-image: -webkit-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
        background-image: -moz-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
        background-image: -ms-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
        width: 260px;
        height: 100%;
        visibility: visible;
        opacity: 1;
        overflow: auto;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
    .tb_bottom_header.submenu_open {
        position: absolute;
        top: 2px;
        left: 0;
        z-index: 999;
        visibility: visible;
        opacity: 1;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
    .tb_header_main {
        padding: 0 15px 0 15px
    }
    .tb_nav_menu>ul>li {
        display: block;
        border-bottom: solid 1px #ffffff4a
    }
    .tb_nav_menu>ul>li>a.active {
        padding: 12px 15px 10px;
        border-radius: 0;
        width: 100%
    }
    .tb_nav_menu>ul>li>a.active span.svg_shape {
        display: none
    }
    .tb_nav_menu>ul>li>a.active span {
        display: none
    }
    .tb_nav_menu>ul>li>a {
        padding: 11px 15px 10px
    }
    .in_btm_menu {
        position: absolute;
        background: #fff;
        top: 44px;
        left: -270px;
        transition: .3s;
        -moz-transition: .3ss;
        -ms-transition: .3ss;
        -o-transition: .3s
    }
    .submenu_open .in_btm_menu {
        left: 10px
    }
    .in_btm_menu>ul>li {
        display: block;
        padding: 0 10px 0 0;
        width: 280px;
        border-top: solid 1px #2222221f
    }
    .in_btm_menu>ul>li a {
        color: #fb6a66;
        margin-right: 0;
        padding: 10px 0 10px 20px
    }
    .in_btm_menu>ul>li a:hover {
        color: #222
    }
    .tb_ul_filter {
        padding: 10px 0 30px
    }
    .tb_nav_menu_right ul {
        padding-right: 60px
    }
    .tb_plan_table {
        margin: 0
    }
    .tb_plan_table>.tbp_header {
        padding: 43px 30px 50px
    }
    /*.tb_plan_table>.tbp_body {*/
    /*    padding: 100px 30px 0*/
    /*}*/
    .tb_btn_wbk {
        padding: 30px 15px 45px
    }
    .tb_plan_table>.tbp_body>p {
        font-size: 16px;
        /*padding: 10px 0 10px 40px*/
    }
    .tb_contact_tbkp {
        padding: 50px 80px 20px
    }
    .tb_contact_information {
        padding: 130px 30px 12px
    }
    .pnx_contact_detail_box {
        display: block;
        text-align: center
    }
    .pnx_contact_detail_box .pnx_contact_img {
        width: auto;
        float: none
    }
    .pnx_contact_detail_box .pnx_contact_data {
        color: #fff;
        width: auto;
        float: none;
        margin-top: 20px
    }
    .tbp_header>h4 {
        font-size: 17px;
    }
}

@media(max-width:991px) {
    .tb_pricing_tab {
        padding: 73px 0 50px
    }
    .tb_pricing_tab .row {
        justify-content: center
    }
    .tb_plan_table.price.tbp_header_two {
        transform: translate(0, 0)
    }
    .tb_btn_wbk {
        margin-bottom: 30px
    }
    .tb_nav_menu_right>ul>li>a {
        font-size: 14px
    }
    .tb_cart_menu {
        padding: 23px 0 25px 0
    }
    .tb_cart_menu a {
        margin-right: 0;
        font-size: 14px
    }
    .tb_cart_menu img {
        margin-right: 5px
    }
    .tb_banner_detail {
        width: 100%;
        padding: 0 30px
    }
    .tb_banner_detail h2 {
        font-size: 40px
    }
    .tb_template_text h1 {
        font-size: 40px
    }
    .tb_template_text h2 {
        font-size: 40px
    }
    .tb_banner_detail.tb_banner_buy h2 {
        font-size: 40px
    }
    .tb_footer_left {
        text-align: center;
        margin-bottom: 10px
    }
    .tb_footer_right ul li a {
        margin: 0 5px
    }
    .tb_footer_right {
        text-align: center
    }
    .tb_ul_filter ul li a {
        margin: 0 10px 10px
    }
    .tb_section .tb_single_content img {
        max-width: 100%;
        height: auto!important
    }
    .tb_plan_table {
        text-align: center
    }
    .tbp_header {
        background-image: -moz-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
        background-image: -webkit-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
        background-image: -ms-linear-gradient(179deg, #f9913a 0, #fc6968 100%)
    }
    .tbp_header svg {
        display: none
    }
    /*.tb_plan_table>.tbp_body {*/
    /*    padding: 30px 30px 0*/
    /*}*/
    .tb_plan_table>.tbp_body>p {
        /*padding: 10px 0 10px 0;*/
        text-align: left;
    }
    .tb_plan_table>.tbp_body>p:after {
        display: none
    }
    .tb_plan_table.tbp_header_two>.tbp_body>p:after {
        display: none
    }
    .tbp_header_two .tbp_header {
        background: -webkit-linear-gradient(to right, #a8e063, #56ab2f);
        background: linear-gradient(to right, #a8e063, #56ab2f)
    }
    .tb_contact_tbkp {
        width: 100%
    }
    .tb_contact_information {
        padding: 50px 30px 12px;
        margin-top: 50px
    }
    .tb_footer_icon {
        text-align: center;
        margin-bottom: 10px
    }
    .tbp_header_two .tbp_header {
        background: -webkit-linear-gradient(to right, #a8e063, #56ab2f);
        background: none;
        text-align: left;
    }
    .tb_plan_table.price.tbp_header_two.test {
        min-height: auto;
    }
.tb_btn_wbk {
    margin-bottom: 0;
    padding-bottom: 0;
}
}

@media(max-width:768px) {
    .tb_nav_menu_right ul {
        padding-right: 0
    }
    .tb_banner_section {
        padding: 70px 0 80px
    }
    .tb_banner_detail h2 {
        font-size: 30px
    }
     .tb_template_text h1 {
        font-size: 40px;
        margin-bottom: 10px
    }
    .tb_template_text h2 {
        font-size: 40px;
        margin-bottom: 10px
    }
    .tb_sidebar {
        margin-bottom: 50px
    }
    .tb_banner_detail.tb_banner_buy h2 {
        font-size: 40px
    }
    .int_search_wrapper .nice-select {
        width: 150px
    }
    .int_search_wrapper:after {
        left: 185px
    }
    .int_textbox_subscribe4 .int_search_wrapper input {
        padding: 0 180px 0 200px
    }
    .int_textbox_subscribe4 {
        margin-top: 25px
    }
    .int_search_wrapper .nice-select {
        left: 0
    }
    .tb_toggle {
        right: 20px;
        top: -50px
    }
    .col-lg-9.col-md-9.tb_toggle_right {
        text-align: center;
        margin-top: 20px;
        background: #fb9953
    }
    .tb_nav_menu_right {
        padding: 0 15px;
        text-align: center
    }
    .tb_cart_menu {
        padding: 27px 25px 25px 20px
    }
    .in_btm_menu {
        top: 46px;
        left: 15px
    }
    .int_search_wrapper .nice-select:after {
        right: -20px
    }
    .tb_template_section.tb_featured {
        padding: 53px 0 30px
    }
    .tb_template_section {
        padding: 60px 15px 50px
    }
    .tb_template_section.tb_slider_section {
        padding: 53px 0 0
    }
    .tb_template_pro {
        padding: 53px 0 30px
    }
    .tb_template_index2 {
        padding: 50px 0 60px
    }
    .tb_template_index2 a.tb_btn_two {
        margin-top: 10px
    }
    .tb_template_pro h2 {
        width: auto;
        font-size: 30px;
        padding: 0 50px
    }
    .tb_pagination ul li a {
        margin-right: 15px
    }
    .tb_padder {
        padding: 60px 0
    }
    .tb_title_wrapper {
        padding: 51px 0 53px
    }
    .after_login .tb_nav_menu_right>ul>li {
        padding: 8px 0
    }
    .tb_seach_category_section .tb_bread_crumbs {
        margin-top: 0
    }
}

@media(max-width:575px) {
    .tb_header_section {
        overflow: hidden
    }
    .tb_banner_section.tb_select_box {
        padding: 70px 0 150px
    }
    .tb_banner_detail {
        padding: 0
    }
    .tb_pagination {
        text-align: center
    }
    .tb_cart_menu {
        padding: 0 10px 25px
    }
    .tb_banner_detail h2 {
        font-size: 24px
    }
    .tb_banner_detail p {
        font-size: 16px
    }
    .tb_template_text h1 {
        font-size: 24px
    }
    .tb_template_text h2 {
        font-size: 24px
    }
    .tb_template_text p {
        font-size: 16px
    }
    .tb_banner_detail.tb_banner_buy h2 {
        font-size: 24px
    }
    .tb_banner_detail.tb_banner_buy p {
        font-size: 20px
    }
    .int_textbox_subscribe4 .int_search_wrapper input {
        padding: 0 200px 0 20px
    }
    .int_search_wrapper .nice-select {
        position: absolute;
        left: auto;
        margin: auto;
        right: 0;
        width: 180px;
        padding: 0 20px 0 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none
    }
    .int_textbox_subscribe4 .int_search_wrapper a.index4_btn {
        width: 100%;
        top: 80px
    }
    .tb_template_pro h2 {
        width: auto;
        font-size: 22px;
        padding: 0 30px
    }
    .int_search_wrapper .nice-select:after {
        right: 30px
    }
    .tb_select_box .nice-select .list {
        right: 0
    }
    .tb_title_wrapper .tb_title_content h1 {
        font-size: 30px
    }
    .tb_nav_menu_right ul {
        display: block;
        min-height: auto
    }
    .after_login .tb_nav_menu_right ul {
        padding-bottom: 15px
    }
    .tb_swiper_slider .swiper-slide,
    .tb_swiper_slider .swiper-wrapper {
        height: auto;
        padding: 0 0 25px
    }
    .tb_bread_crumbs {
        text-align: center
    }
    .int_search_wrapper:after {
        display: none
    }
    .tb_seach_category_section.tb_seach_category_section10 {
        padding: 54px 0 141px
    }
    .tb_title_content h1 {
        font-size: 30px
    }
}

.awesome {
    font-family: futura;
    font-style: italic;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    -webkit-animation: colorchange 20s infinite alternate;
}

@-webkit-keyframes colorchange {
    0% {
        color: blue;
    }
    10% {
        color: #8e44ad;
    }
    20% {
        color: #1abc9c;
    }
    30% {
        color: #d35400;
    }
    40% {
        color: blue;
    }
    50% {
        color: #34495e;
    }
    60% {
        color: blue;
    }
    70% {
        color: #2980b9;
    }
    80% {
        color: #f1c40f;
    }
    90% {
        color: #2980b9;
    }
    100% {
        color: pink;
    }
}

 ::selection {
    color: #f98943;
    background: #7f7f7f;
}

* {
    outline: 0 !important;
}

.newsletter-modal .modal-content {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
    border-radius: 20px;
    border: none;
    /*padding: 60px 40px 100px 40px;*/
    padding:0px;
}
.newsletter-modal .modal-body{
    padding:0px;
}
.newsletter-modal .modal-body img {
    border-radius: 20px;
}

.newsletter-modal button.close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    background: #f56142;
    opacity: 1;
    color: #ffffff;
    border-radius: 100%;
    border: 2px solid #ffffff;
    z-index: 9;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
    padding: 0;
}

.newsletter-modal button.close:hover {
    border-color: #ffffff;
    background: #f56142;
    opacity: 1;
}

.newsletter-modal button.close svg {
    fill: #ffffff;
    vertical-align: baseline;
    height: 14px;
}

.newsletter-modal h1 {
    font-size: 32px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 20px;
}

.newsletter-modal p {
    font-size: 22px;
    font-weight: 500;
}

.newsletter-modal .modal-content:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 210px;
    width: 150px;
    background-image: url(./shap-left.png);
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.newsletter-modal .modal-content:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 210px;
    width: 150px;
    background-image: url(./shap-right.png);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.newsletter-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px auto 0;
    justify-content: center;
    max-width: 560px;
}

.newsletter-btn {
    width: 180px;
}

.newsletter-field {
    width: calc(100% - 180px);
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.newsletter-field input {
    width: 100%;
    height: 50px;
    border-radius: 6px 0px 0px 6px;
    padding: 0 20px 0 60px;
    border: 1px solid #dadada;
}

.newsletter-form .tb_btn {
    border-radius: 0px 6px 6px 0px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.newsletter-field span {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.newsletter-field span svg {
    fill: #e4e4e4;
    height: 20px;
}

.newsletter-field input::-webkit-input-placeholder {
    color: #e4e4e4;
}

.newsletter-field input:-ms-input-placeholder {
    color: #e4e4e4;
}

.newsletter-field input::placeholder {
    color: #e4e4e4;
}

@media (min-width: 1199px) {
    .modal-dialog {
        max-width: 780px;
    }
    .newsletter-modal .modal-dialog{
        max-width:614px;
    }
}

@media (max-width: 1199px) {
    .modal-dialog {
        max-width: 80%;
        margin: auto;
    }
}

@media (max-width: 767px) {
    .newsletter-modal .modal-content {
        padding: 30px 20px 100px;
    }
    .newsletter-modal h1 {
        font-size: 22px;
    }
    .newsletter-modal p {
        font-size: 14px;
    }
    .newsletter-modal .modal-content:after,
    .newsletter-modal .modal-content:before {
        height: 120px;
    }
    .newsletter-field {
        width: 100%;
    }
    .newsletter-field input {
        border-radius: 6px;
    }
    .newsletter-btn {
        width: 100%;
    }
    .newsletter-form .tb_btn {
        border-radius: 6px;
        margin: 10px 0 0;
    }
    .newsletter-modal button.close {
        width: 30px;
        height: 30px;
    }
    .newsletter-modal button.close svg {
        vertical-align: middle;
        height: 10px;
    }
}

.ts_message_popup {
    right: 20px;
    bottom: 20px;
    width: 240px;
    position: fixed;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24);
    -webkit-transform: -webkit-translateY(-15px);
    -moz-transform: -moz-translateY(-15px);
    -ms-transform: -ms-translateY(-15px);
    -o-transform: -o-translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.5s;
}

.ts_message_popup.ts_popup_error {
    color: #fff;
    background-color: #F44336;
    border-color: #F44336;
    opacity: 1;
    visibility: visible;
    z-index: 1000000000;
    -webkit-transform: -webkit-translateY(0px);
    -moz-transform: -moz-translateY(0px);
    -ms-transform: -ms-translateY(0px);
    -o-transform: -o-translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.5s;
}

.ts_message_popup.ts_popup_success {
    color: #fff;
    background-color: #66BB6A;
    border-color: #66BB6A;
    opacity: 1;
    visibility: visible;
    z-index: 1000000000;
    -webkit-transform: -webkit-translateY(0px);
    -moz-transform: -moz-translateY(0px);
    -ms-transform: -ms-translateY(0px);
    -o-transform: -o-translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.5s;
}

.ts_message_popup_text {
    float: left;
    width: 100%;
    color: #fff;
    margin: 0px;
}

.image_modal_down {
    position: fixed;
    bottom: 0;
    width: auto;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

a.close_modal {
    transform: translate(300px, 20px);
    color: #fff;
    font-weight: 900;
    background: #ff2359;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
}


/* Blog Thumb Page CSS Start */

.ts-blog-thumb-wrapper {
    padding: 80px 0 30px;
}

.ts-blog-thumb-section {
    background: #ffffff;
    box-shadow: 0 0 20px rgb(0 0 0 / 3%);
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 50px;
    border: 1px solid #eaeaea;
}

.ts-blog-main-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.ts-blog-main-img img {
    width: 100%;
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
}

.ts-blog-date {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 1;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 0 10px 10px 0;
    background: #fc6968;
    background-image: -moz-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
    background-image: -webkit-linear-gradient( 179deg, #f9913a 0, #fc6968 100%);
    background-image: -ms-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
}

.ts-blog-info {
    padding: 30px 30px 30px;
}

.ts-blog-list {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
}

.ts-blog-title h2,
.ts-blog-title {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 800;
    color: #574e75;
}

.ts-blog-list li:not(:first-child) {
    margin: 0 0 0 20px;
}

.ts-blog-list li a {
    color: #505050;
    font-weight: 600;
}

.ts-blog-list li a:hover {
    color: #fc6968;
}

.ts-blog-link {
    color: #fc6968;
    font-weight: 600;
    position: relative;
}

.ts-blog-link:hover {
    color: #fc6968;
}

.ts-blog-link:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 0%;
    background: #fc6968;
    height: 1px;
    bottom: 0;
}

.ts-blog-link:hover:before {
    width: 100%;
}

.ts-blog-thumb-section:hover .ts-blog-title h2,
.ts-blog-title:hover {
    color: #fc6968;
}

.ts-blog-thumb-section:hover .ts-blog-title h2,
.ts-blog-thumb-section .ts-blog-title h2,
.ts-blog-thumb-section:hover,
.ts-blog-thumb-section,
.ts-blog-link:before,
.ts-blog-link,
.ts-blog-link:hover:before {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ts-pagination nav {
    display: flex;
    flex-wrap: wrap;
}

.ts-pagination nav ul li {
    width: 50px;
    height: 50px;
    background: #fc6968;
    background-image: -moz-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
    background-image: -webkit-linear-gradient( 179deg, #f9913a 0, #fc6968 100%);
    background-image: -ms-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #505050;
    margin-right: 10px;
    border-radius: 50%;
    background: #f9f8f8;
}

.ts-pagination nav ul li.active {
    background: #fc6968;
    color: #ffffff;
    background-image: -moz-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
    background-image: -webkit-linear-gradient( 179deg, #f9913a 0, #fc6968 100%);
    background-image: -ms-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
}

.ts-pagination nav ul li a:not([href]):not([tabindex]) {
    color: #505050 !important;
}

.ts-blog-main-img a {
    display: block;
    position: relative;
}

.ts-blog-main-img a:before,
.ts-blog-main-img a:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 600ms ease 0s;
}

.ts-blog-thumb-section:hover .ts-blog-main-img a:after {
    background: rgba(255, 255, 255, .2) none repeat scroll 0 0;
    left: 50%;
    right: 50%;
    opacity: .1;
}

.ts-widget {
    background: #ffffff;
    box-shadow: 0 0 20px rgb(0 0 0 / 3%);
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 30px;
    border: 1px solid #eaeaea;
    padding: 30px 30px 20px;
}

.ts-search-field {
    position: relative;
}

.ts-search-field input {
    height: 50px;
    position: relative;
    padding: 0 60px 0 20px;
}

.ts-search-field input:focus {
    box-shadow: none;
    border-color: #fc6968;
}

.ts-search-field .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: #f9913a;
    color: #ffffff;
    width: 50px;
    border-radius: 0px 3px 3px 0;
    cursor: pointer;
}

.ts-search-field .search-btn:hover {
    background: #fc6968;
    color: #ffffff;
}

.ts-widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #574e75;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    position: relative;
}

.ts-widget-title:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 3px;
    background: #fc6968;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

img {
    max-width: 100%;
}

.ts-widget ul li {
    width: 100%;
    margin: 0 0 10px;
    position: relative;
    padding-left: 20px;
}

.ts-widget ul li a {
    color: #505050;
}

.ts-widget ul li a:hover,
.ts-widget ul li:hover a {
    color: #fc6968;
}

.ts-widget ul li:before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    background: #fc6968;
    left: 0;
    top: 8px;
    border-radius: 20px;
}

.ts-banner-widget {
    padding: 0;
    position: relative;
    display: block;
    overflow: hidden;
}

.ts-banner-widget a {
    position: relative;
    display: block;
    overflow: hidden;
}

.ts-banner-widget a:before,
.ts-banner-widget a:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 600ms ease 0s;
}

.ts-banner-widget img {
    width: 100%;
}

.ts-banner-widget:hover a:after {
    background: rgba(255, 255, 255, .2) none repeat scroll 0 0;
    left: 50%;
    right: 50%;
    opacity: .1;
}

/* Counter CSS START */

.tem_bun_countdown {
    background: #222222;
    position: relative;
}

.tem_bun_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 20px 0;
    align-items: center;
}

.tem_counter_notice h4 {
    color: #ffffff;
    text-transform: capitalize;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 800;
}

div#countdown ul {
    display: flex;
    flex-wrap: wrap;
    color: #ffffff;
    margin: 0 0 10px;
    padding: 0;
}

div#countdown ul li {
    list-style: none;
    margin: 0 15px 0 0;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

div#countdown ul li span {
    display: block;
    font-size: 26px;
    font-weight: 800;
    margin: 0;
    background: rgb(255 255 255 / 8%);
    width: 40px;
    height: 40px;
    border-radius: 3px;
}

.tem_bun_top_counter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tem_bun_top_counter .tb_btn {
    margin: 0px 0 10px;
    min-width: auto;
    padding: 0px 50px;
    height: 50px;
    line-height: 50px;
}

span.offer-text {
    color: #ffffff;
    font-weight: 800;
    display: block;
    font-size: 30px;
    margin: 0 0 10px;
}

span.offer-text span{
    color: #FFEB3B;
}

.tem_bun_offer_end {
    color: #ffffff;
    margin: 0 20px 10px 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}

/*sale page counter css*/
.tb_template_sl_text{
    font-size: 34px !important;
    font-weight: 800 !important;
    color: #574e75 !important;
    line-height:1.4;
}
.tb_template_section.tb_counter_wrapper.sl_main_pg {
    padding-top: 0;
}
.tem_bun_countdown .offer-text span del {
    color: #fff;
}
h2.tb_template_counter_end_title {
    font-size: 28px !important;
    color: #574e75;
    margin-bottom: 13px;
    font-weight: 800 !important;
    text-transform: capitalize;
}
.tb_template_section.tb_counter_wrapper.sl_main_pg p {
    margin-bottom: 40px;
}

@media(max-width:991px) {
    .tem_bun_row {
        justify-content: center;
        text-align: center;
    }
    .tem_bun_top_counter {
        justify-content: center;
    }
    span.offer-text {
        font-size: 24px;
    }
}

/* Counter CSS END */

/* Counter Section Design */

.tb-counter-section {
    max-width: 800px;
    margin: 0 auto 0;
    border-radius: 10px;
    background-image: -webkit-linear-gradient( 
179deg
 , #f9913a 0, #fc6968 100%);
    background-image: -ms-linear-gradient(179deg, #f9913a 0, #fc6968 100%);
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 10px 30px 0 rgb(252 108 101 / 28%);
}

.tb-counter-section ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tb-counter-section ul li {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    margin: 0 10px 10px;
    min-width: 130px;
    text-transform: uppercase;
    position: relative;
}

.tb-counter-section ul li span {
    font-size: 80px;
    font-weight: 800;
    display: block;
    line-height: 1;
    position: relative;
}

.tb-counter-section ul li:before {
    content: ":";
    position: absolute;
    left: -20px;
    font-size: 50px;
}

.tb-counter-section ul li:first-child:before {
    content: unset;
}

.tb_counter_wrapper .tb_template_text span {
    color: #fc6a66;
    font-weight: 800;
    font-size: 34px;
}

.tb_counter_wrapper .tb_template_text h2 {
    font-weight: 500;
    font-size: 25px;
    
}

.tb_template_section.tb_featured.tb_offer_banner_img {
    padding: 80px 0;
    background: #ffffff;
}

.tb_template_section.tb_counter_wrapper {
    background: #ffffff;
}

body .tb_template_section.combo-deals-setion {
    background: #ffffff !important;
    padding: 0 0 50px;
}

.tb_single_content > ul {
    padding: 0 0 0 30px;
}

.tb_single_content > ul li {
    list-style: disc;
    margin: 10px 0 0;
}

/* vr pricing */
.tab-content.tb_price_page .tbp_header h4 {
    text-transform: uppercase;
    margin-bottom: 0;
    z-index: 99999999;
    letter-spacing: 1px;
    line-height: 1.1;
    color: #574e75;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 9px;
}
.tab-content.tb_price_page .tbp_header h3 {
    text-transform: capitalize;
    font-size: 37px;
    color: #574e75;
    font-weight: 800;
    text-align: left;
    letter-spacing: 1.3px;
}
.tab-content.tb_price_page .tbp_header h3 span{
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    line-height: 1.4;
    color: #574e75;
    font-weight: 800;
}
 
.tab-content.tb_price_page .tb_plan_table>.tbp_header {
    padding: 20px 20px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    background-color: #f9fafe;
    border: 1px solid #f3f4fb;
    text-align:left;
}
.tab-content.tb_price_page .tb_plan_table>.tbp_body {
    background-color: #fff;
    padding: 20px 20px;
}
.tab-content.tb_price_page  .tb_plan_table>.tbp_body>p {
    padding: 10px 0 10px 50px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #7f7f7f;
    font-weight: 600;
}
.tab-content.tb_price_page  .tb_plan_table>.tbp_body>p:after {
    position: absolute;
    content: "";
    width: 4.6px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 15.3px;
    left: 12px;
}
.tab-content.tb_price_page  .tb_plan_table>.tbp_body>p:before {
  position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    top: 12px;
    left: 5px;
    background-color: #4aca7d;
    border-radius: 100%;
}
.tab-content.tb_price_page  .tb_btn_wbk.tb_btn1 .tb_btn {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 16px;
    width: 220px;
    width: 190px;
    height: 50px;
    border-radius: 6px;
    background: #574e75;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.tab-content.tb_price_page .tb_plan_table {
    box-shadow: 0 0 20px 0 #eee;
    margin: 0 20px;
    padding: 25px;
    background: #fff;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0;
    width:292px;
}
.tab-content.tb_price_page .tb_plan_table.price.tbp_header_two {
    border-radius: 10px;
}
.tab-content.tb_price_page .tb_btn_wbk {
    background-color: #fff;
    padding: 0 50px 45px 32px;
    border-radius: 0 0 10px 10px;
    text-align: left;
}

.tab-content.tb_price_page .tb_plan_table.price.tbp_header_two {
    transform: translate(0, 0);
    width: 294px;
}

.tab-content.tb_price_page .tb_plan_table.price.tbp_header_two {
    padding: 12px;
}
.tab-content.tb_price_page .tb_plan_table.price.tbp_header_two>.tbp_header {
   
    background: linear-gradient( 
90deg, #f9913a, #fc6968 51%, #f9913a) var(--x, 0)/200%;
    background: linear-gradient( 
90deg, #f9913a, #fc6968 51%, #f9913a) var(--x, 0)/200%;
    background: linear-gradient( 
90deg, #f9913a, #fc6968 51%, #f9913a) var(--x, 0)/200%;
overflow: hidden;
padding: 26px 30px;
}

.tab-content.tb_price_page .tb_plan_table.price.tbp_header_two .tbp_header h4{
    color:#fff;
}
.tab-content.tb_price_page .tb_plan_table.price.tbp_header_two .tbp_header h3{
     color:#fff;
}
.tab-content.tb_price_page .tb_plan_table.price.tbp_header_two .tbp_header h3 span{
    color:#fff;
}
.tab-content.tb_price_page .tb_plan_table.price.tbp_header_two .tb_btn_wbk.tb_btn1 .tb_btn {
    background: linear-gradient( 
90deg, #f9913a, #fc6968 51%, #f9913a) var(--x, 0)/200%;
    background: linear-gradient( 
90deg, #f9913a, #fc6968 51%, #f9913a) var(--x, 0)/200%;
    background: linear-gradient( 
90deg, #f9913a, #fc6968 51%, #f9913a) var(--x, 0)/200%;
}


span.badge {
 position: absolute;
    top: 17px;
    right: -65px;
    width: 178px;
    border-radius: 13px;
    background-color: #00aeff;
    font-size: 10px;
    line-height: 1.4;
    color: #ffffff;
    font-weight: 400;
    transform: rotate(45deg);
    z-index: 0 !important;
}
.tab-content.tb_price_page .tab-pane.in.active {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-content.tb_price_page .tb_plan_table.price.tbp_header_two .tbp_header h3 p {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
}
span.td_tg {
    font-size: 18px !important;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase !important;
    line-height: 1.4;
    color: #574e75;
    font-weight: 800;
}
.tb_payment_method.td_new_pay {
    padding-top: 25px;
}
.tb_payment_method.td_new_pay {
    padding-top: 0;
    width: 100%;
    max-width: 683px;
    background-color: #fff;
    border-radius: 10px;
    margin: 43px auto;
    padding: 39px 11px;
}
.tb_payment_method.td_new_pay h3.tb_title_medium {
    margin-top: 0;
    padding: 0;
    margin-bottom: 0;
}
.tb_payment_method.td_new_pay .tb_payment_mod_box ul li a{
    background-color:#fff;
    
}

.tb_payment_method.td_new_pay .tb_payment_mod_box {
    margin-top: 5px;
}
.tab-content.tb_price_page .tb_btn_wbk.tb_btn1 .tb_btn:hover{
    border: 1px solid #574e75;
    color: #574e75;
    background-color:#0000;
}
.tab-content.tb_price_page .tb_plan_table.price.tbp_header_two .tb_btn_wbk.tb_btn1 .tb_btn:hover{
    border: 1px solid #0000;
    color: #fff;
}
.tab-content.tb_price_page .tb_plan_table.price:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.tb_payment_method.td_new_pay .tb_payment_mod_box ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*vs */

.tb_py_cs_popup button.close {
    position: absolute;
    right: 15px;
    top: 13px;
}
.tb_py_cs_popup h5#exampleModalLabel {
    font-size: 18px;
    font-weight: 700;
    color: #574e75;
}

.tb_py_cs_popup .modal-body {
    padding: 40px 20px;
}
.tb_py_cs_popup  .modal-dialog {
    max-width: 520px;
}
.tb_py_cs_popup .modal-footer{
    display:none;
}
.tb_py_cs_popup  .mfh_shop_radio h5 {
    font-size: 18px;
}
.tb_py_cs_popup .mfh_shop_radio ul li label{
    font-size:14px;
}
.tb_py_cs_popup .mfh_shop_radio {
    margin: 35px 0 0;
}

.tb_py_cs_popup .tb_payment_mod_box ul li a img {
    width: 100% !important;
    border-radius: 0!important;
    margin-bottom: 0!important!important;
    max-width: inherit!important;
}
.tb_py_cs_popup .mfh_shop_radio h5 {
    font-size: 18px;
    margin-top: 0;
}

.tb_py_cs_popup .modal-content {
    border-radius: 10px;
}
.modal.tb_py_cs_popup {
    background: #9a95ac6b;
}
.tb_py_cs_popup .tb_payment_mod_box ul li a{
    padding:0;
}
.tb_py_cs_popup .py_popup_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0 0;
}
.tb_py_cs_popup .py_popup_btn a.tb_btn {
    border-radius: 10px;
}
.tb_py_cs_popup .tb_payment_mod_box > ul {
    justify-content: center;
    grid-gap: 40px;
}
.tb_py_cs_popup .tb_payment_mod_box ul {
    justify-content: center;
        grid-gap: 20px;
}
.tb_py_cs_popup .tb_payment_mod_box ul li {
    padding-right: 0;
    transition: all 0.3s;
}
.tb_py_cs_popup .tb_payment_mod_box ul li:hover {
    transform: scale(1.03);
}
.tb_py_cs_popup .tb_payment_mod_box ul li a:focus {
    box-shadow: 0px 0px 0px 1px #fb6d37;
    border-radius: 4px;
    padding: 1px;
}
/*payment-success-css*/

.tb_section-sucess {
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 50px;
    text-align: center;
    margin: 0 auto;
    max-width: 500px;
    border-radius: 5px;
}

.tb_section_heading.tb_section-sucess h3 {
    margin: 0  0 10px;
}
.tb_suce_btn {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
/*table css*/
img.ts_product_img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 16px;
}
a.ts_product_download {
    background: #fb7956;
    color: #fff!important;
    border-color: #f9913a;
    padding: 10px;
    border-radius: 10px;
    transition:all .3s Linear;
}
a.ts_product_download:hover {
    box-shadow: 0px 0px 20px 2px rgb(251 121 86 / 41%);
}
/*payment-popup*/
.tb_payment_mod_box ul {
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
}
.tb_payment_mod_box ul li a.payment_mod img {
    width: 100% !important;
    border-radius: 10px;
    margin-bottom: 0;
    max-width: 125px;
}

.tb_payment_mod_box > ul > li {
    display: grid;
}
.tb_payment_mod_box > ul > li a {
    height: auto;
}
.tb_payment_mod_box .mfh_shop_radio ul{
    text-align: center;
    margin: 20px 0 0 0px;
    width:100%;
}
.tb_payment_mod_box .mfh_shop_radio ul li {
    display: contents;
}
.tb_payment_mod_box .mfh_shop_radio {
    margin-bottom: 0px;
}
@media(max-width:991px) {
    .tb-counter-section ul li span {
        font-size: 50px;
    }
    .tb-counter-section ul li:before {
        content: unset;
    }
    .tb-counter-section ul li {
        min-width: auto;
    }
   .tab-content.tb_price_page .tb_plan_table>.tbp_body>p:before{
       content: unset;
   }
    .tab-content.tb_price_page .tb_plan_table>.tbp_body>p {
         padding: 10px 0 12px 0px;
    }
    .tab-content.tb_price_page .tb_plan_table>.tbp_header {
        background-color: #f9fafe !important;
        background: #f9fafe;
    }
    .tab-content.tb_price_page .tab-pane.in.active {
        align-items: inherit  !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
    }
    .tab-content.tb_price_page .tb_plan_table {
        margin-bottom: 50px !important;
    }
    .tab-content.tb_price_page .tb_btn_wbk {
    padding: 0 50px 0px 32px !important;
}
.tab-content.tb_price_page .tb_btn_wbk {
    padding: 0 50px 0 32px !important;
}
.tab-content.tb_price_page .tb_plan_table {
    padding: 25px 25px 0 25px;
    margin: 0 15px 25px 15px !important;
}



}

@media(max-width:767px) {
    .tb-counter-section ul li span {
        font-size: 30px;
    }
    .tb-counter-section ul li {
        margin: 0 6px 10px;
        font-size: 11px;
    }
    .tb-counter-section {
        padding: 20px 20px;
    }
    .tb_payment_method.td_new_pay .tb_payment_mod_box ul li a img {
        max-width: 177px;
        margin: 0 auto !important;
    }
    .tb_payment_method.td_new_pay .tb_payment_mod_box ul li a {
        margin-bottom: 5px;
    }
}

@media(max-width: 599px) { 
     .tb_py_cs_popup .modal-dialog {
    max-width: 295px;
}
    .tb_py_cs_popup .tb_payment_mod_box ul li {
    width: 100%;
    margin-bottom: 34px;
    text-align: center;
}
}
@media(max-width: 480px) { 
    .tb_py_cs_popup .modal-dialog {
    max-width: 295px;
}
    .tb_payment_method.td_new_pay .tb_payment_mod_box ul {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media(min-width:1440px) {
    .ts-sidebar-wrapper {
        padding-left: 50px;
    }
}

.ts-blog-all-thumbs {
    margin-bottom: 30px;
}

.ts_blog_message_wrapper {
    background: #fdfbfa;
    padding: 45px 50px 50px;
    border-radius: 10px;
}

.ts_blog_message_wrapper h4 {
    margin: 0 0 20px;
    font-size: 28px;
    font-weight: 800;
    color: #574e75;
}
@media(max-width:1399px) {
    .tp-product-offer{
        max-width:340px;   
    }
}
@media(min-width:992px) and (max-width:1199px){
    .tp-product-offer {
        max-width: 280px;
    }
    .tp-product-offer h6 {
        font-size: 13px;
        padding: 13px 0 0;
    }
}
@media(max-width:991px) {
    .ts_blog_message_wrapper {
        padding: 25px 20px 30px;
    }
}
@media(max-width:425px) {
    .tp-product-offer::before, .tp-product-offer::after{
        display:none;
    }
    .tp-product-offer {
        max-width: 230px;
    }
    .tb-right-sidebar:nth-child(1) {
        padding: 60px 20px 30px;
    }
    .tp-product-offer h6{
        padding:10px;
    }
}

 /* Cookie Banner */
    #cookieBanner {
      position: fixed;
      bottom: 20px;
      left: 20px;
      right: 20px;
      max-width: 850px;
      margin: auto;
      background-color: #303d46;
      color: white;
      padding: 20px 30px;
      border-radius: 10px;
      display: none;
      justify-content: space-between;
      align-items: center;
      box-shadow: 0 0 20px rgba(0,0,0,0.3);
      font-family: 'Segoe UI', sans-serif;
      z-index: 9999;
    }

    #cookieText {
      max-width: 600px;
    }

    #cookieText h4 {
      margin: 0 0 10px;
      font-size: 18px;
      display: flex;
      align-items: center;
    }

    #cookieText h4::before {
      content: '🍪';
      margin-right: 8px;
    }

    #cookieText p {
      margin: 0;
      font-size: 14px;
      line-height: 1.5;
    }

    #cookieText a {
      color: #4aa8ff;
      text-decoration: none;
    }

    #cookieButtons {
        display: flex;
        gap: 10px;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: stretch;
        align-content: flex-start;
    }

    .cookie-btn {
      padding: 10px 20px;
      border: none;
      border-radius: 6px;
      font-size: 14px;
      cursor: pointer;
      transition: 0.3s ease;
    }

    .cookie-settings {
        background-color: #303d46;
        color: white;
        border: 1px solid #fff;
        transition: all .8s ease-in-out;
    } 
    button.cookie-btn.cookie-settings:hover {
    background: linear-gradient(90deg, #f9913a, #fc6968 51%, #f9913a) var(--x, 0) / 200%;
    }
    button.cookie-btn.cookie-accept:hover {
        background: transparent;
        border: 1px solid #fff;
    }
    .cookie-accept {
    
        color: white;
        background: linear-gradient(90deg, #f9913a, #fc6968 51%, #f9913a) var(--x, 0) / 200%;
        background: linear-gradient(90deg, #f9913a, #fc6968 51%, #f9913a) var(--x, 0) / 200%;
        background: linear-gradient(90deg, #f9913a, #fc6968 51%, #f9913a) var(--x, 0) / 200%;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
        border: 1px solid #f9913a;
    }

    .cookie-btn:hover {
      opacity: 0.9;
    }

    @media (max-width: 600px) {
      #cookieBanner {
        flex-direction: column;
        align-items: flex-start;
      }

      #cookieButtons {
        flex-direction: row;
        margin-top: 15px;
      }
    }

    /* Modal Styles */
    #cookieSettingsModal {
      position: fixed;
      z-index: 10000;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      padding: 40px 20px;
      display: none;
    }

    .cookie-modal {
      background: white;
      max-width: 700px;
      margin: auto;
      padding: 30px;
      border-radius: 10px;
      font-family: 'Segoe UI', sans-serif;
      overflow-y: auto;
      max-height: 90vh;
    }

    .cookie-modal h2 { 
      font-size: 24px;
      margin-bottom: 15px;
    }

    .cookie-block {
      background: #f5f5f5;
      padding: 15px 20px;
      border-radius: 8px;
      margin-top: 20px;
    }

    .cookie-block h3, .cookie-block label {
      font-size: 16px;
      font-weight: bold;
    }

    .cookie-block p {
      margin: 8px 0 0;
      font-size: 14px;
      color: #333;
    }

    .cookie-actions {
      display: flex;
      justify-content: space-between;
      margin-top: 30px;
    }

    .cookie-actions button {
      padding: 10px 20px;
      border: none;
      border-radius: 6px;
      font-size: 14px;
      cursor: pointer;
    }

    #saveSettingsBtn {
      background-color: #303d46;
        color: white;
        /*border: 1px solid #fff;*/
        transition: all .8s ease-in-out;
    }

    #acceptAllBtnModal {
        color: white;
        background: linear-gradient(90deg, #f9913a, #fc6968 51%, #f9913a) var(--x, 0) / 200%;
        background: linear-gradient(90deg, #f9913a, #fc6968 51%, #f9913a) var(--x, 0) / 200%;
        background: linear-gradient(90deg, #f9913a, #fc6968 51%, #f9913a) var(--x, 0) / 200%;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
        
    }
    
     .accordion {
      max-width: 800px;
      margin: 20px auto;
      font-family: Arial, sans-serif;
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
    }

    .accordion-item {
      border-bottom: 1px solid #ddd;
    }

    .accordion-header {
      background-color: #f7f7f7;
      cursor: pointer;
      padding: 15px 20px;
      font-weight: bold;
      transition: background 0.3s ease;
    }

    .accordion-header:hover {
      background-color: #eaeaea;
    }

    .accordion-body {
      display: none;
      padding: 15px 20px;
      background: #fff;
    }

    .accordion-item.active .accordion-body {
      display: block;
    }
    
    .tb_template_pro.tb_template_faq {
        background-color:#f2f2f2 !important;
        padding: 73px 0 60px;
    } 
    
.tb_plan_table.price.tbp_header_two.test {
    position: relative;
    min-height:785px;
}
.tbp_header>h3 {
    color: #304064;
    font-size: 38px;
    font-weight: 800;
}
.tbp_header>h3>span {
    font-size: 20px;
    text-transform: lowercase;
    color: #7f7f7f;
    font-weight: 600;
    display: inline-block;
    margin-left: -6px;
}
p.tbp_recommended_title {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    background: #5daf33;
    border-radius: 0px 5px 0px 6px;
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    position: absolute;
    top: 0;
    right: 0;
}
.tbp_pri_head {
    margin-top: 20px;
}
span.offer_price {
    text-decoration: line-through;
    font-size: 18px;
    font-weight: 500;
}
span.tbp_price{
    font-size: 18px;
    font-weight: 700;
    color:#f4511e;
}
div#HTML .row .col-lg-4:first-child .tb_plan_table {
    padding-bottom: 0;
}
div#HTML .row .col-lg-4:first-child .tb_plan_table .tbp_pri_head {
    padding-bottom: 55px;
}