/*------------------------------------------------------------------
[Master Stylesheet]
1. Icon Heading Box
2. Blog Box
3. Portfolio Section
4. Team Member Section
5. Contact Form 7
6. Custom Button
7. Testimonial
8. client logo
9. Fact and digit
10.Service Style
11.VC Button
12.Contact form
13.error-404
14.Search Popup Area CSS
-------------------------------------------------------------------*/
/* --------------------------------------
 * Preloader setting
 * ---------------------------------------*/
 .thsn-preloader {
    background-color: white;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px;
    display: block;
}
/* --------------------------------------
 * Topbar setting
 * ---------------------------------------*/
.thsn-pre-header-wrapper ul.thsn-contact-info li{
    display: inline-block;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.thsn-pre-header-wrapper ul.thsn-contact-info li li{
    padding-left: 0px;
    padding-right: 0px;
}
.thsn-pre-header-wrapper ul.thsn-contact-info{
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.thsn-pre-header-wrapper .thsn-social-links{
    border-left: 1px solid #eee;
}
.thsn-pre-header-wrapper .thsn-social-links li{
    margin-right: 0px;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #eee;
    margin-bottom: 0;
}
.thsn-pre-header-wrapper .thsn-social-links li a{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 17px;
    vertical-align: top;
}
.thsn-pre-header-wrapper .thsn-social-links li a:hover{
    color: #fff
}
.thsn-pre-header-wrapper{
    border-bottom: 1px solid #eeeeee;
}
.thsn-pre-header-wrapper.thsn-bg-color-white.thsn-color-blackish{
    border-bottom-color: #eeeeee;
    color: #777;
}
.thsn-pre-header-wrapper.thsn-color-white{
    color: #fff;
}
.thsn-pre-header-wrapper.thsn-color-globalcolor {
	color: var(--thsn-dentiq-global-color);
}
.thsn-pre-header-wrapper.thsn-color-secondarycolor {
	color: var(--thsn-dentiq-secondary-color);
}
.thsn-color-white .thsn-social-links li a{
    color: #fff;
}
/* --------------------------------------
 * Header setting
 * ---------------------------------------*/
.thsn-table{
    display: table;
    height: 100%;
}
.thsn-table-cell{
    display: table-cell;
    line-height: normal;
   vertical-align: middle;
}
.thsn-header-menu-area:not(.thsn-fixed-header) > div{
    background-color: transparent;
}
.thsn-cart-details{
    position: relative;
}
.thsn-header-box-icon,
.thsn-header-box-title,
.thsn-header-box-content{
    display:block;
}
/*===owl-carousel===*/
.owl-carousel .owl-dots button span,
button.nav-menu-toggle span{
    display: none;
}

/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/
/*=== Dropdown Menu ( White ) ===*/
.thsn-navbar.thsn-dropdown-active-color-white ul > li > ul > li.current-menu-item > a,
.thsn-navbar.thsn-dropdown-active-color-white ul > li > ul li.current_page_item > a,
.thsn-navbar.thsn-dropdown-active-color-white ul > li > ul li.current_page_ancestor > a,
/*=== Main Menu ( White ) ===*/
.thsn-navbar.thsn-main-active-color-white > div > ul > li:hover > a,
.thsn-navbar.thsn-main-active-color-white > div > ul > li.current_page_item > a,
.thsn-navbar.thsn-main-active-color-white > div > ul >li.current-menu-parent > a,
.thsn-sticky-header .thsn-header-menu-area .thsn-navbar.thsn-main-active-color-white > div > ul >li.current-menu-parent > a{
    color: #fff;
}
/*=== Dropdown Menu ( Blackish ) ===*/
.thsn-navbar.thsn-dropdown-active-color-blackish ul > li > ul > li.current-menu-item > a,
.thsn-navbar.thsn-dropdown-active-color-blackish ul > li > ul li.current_page_item > a,
.thsn-navbar.thsn-dropdown-active-color-blackish ul > li > ul li.current_page_ancestor > a,
/*=== Main Menu ( Blackish ) ===*/
.thsn-navbar.thsn-main-active-color-blackish > div > ul > li:hover > a,
.thsn-navbar.thsn-main-active-color-blackish > div > ul > li.current_page_item > a,
.thsn-navbar.thsn-main-active-color-blackish > div > ul >li.current-menu-parent > a,
.thsn-sticky-header .thsn-header-menu-area .thsn-navbar.thsn-main-active-color-blackish > div > ul >li.current-menu-parent > a{
    color: #071323;
}
/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/
.thsn-divider .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-heading,
.thsn-ihbox.thsn-ihbox-style-hsbox.thsn-divider .thsn-ihbox-heading{
    position: relative;
}
.thsn-divider .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-heading:after,
.thsn-ihbox.thsn-ihbox-style-hsbox.thsn-divider .thsn-ihbox-heading:after{
    content: '';
    width: 100px;
    background: #222;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.thsn-ihbox.thsn-ihbox-style-hsbox.thsn-divider.thsn-align-center .thsn-ihbox-heading:after,
.thsn-divider .thsn-ihbox.thsn-ihbox-style-hsbox.thsn-align-center .thsn-ihbox-heading:after{
    left: 50%;
    margin-left: -50px;
}
.thsn-skincolor-heading .thsn-ihbox-heading em{
	font-style: normal;
}
.thsn-bg-color-globalcolor .thsn-divider .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-heading:after,
.thsn-bg-color-globalcolor .thsn-ihbox.thsn-ihbox-style-hsbox.thsn-divider .thsn-ihbox-heading:after{
    background-color: #fff
}
/* --------------------------------------
 * Icon Heading Box
 * ---------------------------------------*/
.thsn-bg-color-globalcolor.thsn-text-color-white .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-subheading h4:after,
.thsn-text-color-white .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-subheading h4:after{
    background-color: #fff;
}

body{
    counter-reset: item thsnbox1;
}
.thsn-steps-counter:after{
    background: url(../images/step-counter-bg.png) repeat 0 0;
    content: "" !important;
    position: absolute;
    width: 1366px;
    height: 190px;
    background-repeat: no-repeat;
    background-position: top;
    left: -90px;
}
.thsn-steps-counter.thsn-steps-counter-elementor::after {
	top: 50%;
	margin-top: -160px;
	z-index: -1;
}
.thsn-ihbox-icon .thsn-icon-wrapper svg,
.themesion-ele-fid .thsn-fid-svg .thsn-fid-svg-wrapper svg,
.thsn-ihbox .thsn-ihbox-svg .thsn-ihbox-svg-wrapper svg {
	width: 50px;
    height: 50px;
}
/* --------------------------------------
 * thsn-timebox-list
 * ---------------------------------------*/
ul.thsn-timelist-list{
    padding: 0px;
    margin: 0;
    font-size: 14px;
}
ul.thsn-timelist-list li{
    font-size: 14px;
    line-height: 24px;
    list-style: none;
    border-bottom: 1px solid #e2e4e8;
    padding: 15px 0px;
}
ul.thsn-timelist-list li:last-child{
    border-bottom: none;
}
ul.thsn-timelist-list .thsn-timelist-li-value{
    float: right;
    font-weight: 600;
}
.thsn-text-color-white ul.thsn-timelist-list li {
    border-bottom-color: rgba(255, 255, 255, 0.25);
    padding: 12px 0px;
}
/* --------------------------------------
 * Blog Box
 * ---------------------------------------*/
.themesion-box-blog{
    margin-bottom: 30px;
}
.themesion-ele-blog .thsn-post-title{
    margin-bottom: 10px;
}
.thsn-meta-container .thsn-meta-line{
    color: #abacaf;
}

/*=== Classic blog ===*/
.thsn-blog-classic .thsn-featured-wrapper{
    margin-bottom: 30px;
}
.thsn-post-related .thsn-featured-wrapper {
    margin-bottom: 0;
}
.thsn-blog-classic {
    margin-bottom: 50px;
    position: relative;
}
.site-main article:last-of-type .thsn-blog-classic{
    margin-bottom: 0;
}
.site-main article:last-of-type .thsn-blog-classic .thsn-blog-classic-inner{
    padding: 0;
    border-bottom: none;
}
.single .thsn-blog-classic {
    margin-bottom: 15px;  
}
.thsn-blog-classic .thsn-featured-wrapper img{
    border-radius: 8px;
}
.thsn-blog-classic .thsn-post-thumbnail{
    margin-bottom: 40px;
}
.thsn-blog-classic .thsn-post-title{
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    margin-bottom: 20px;
}
.thsn-blog-classic .thsn-entry-content{
    margin-top: 20px;
    font-size: 16px;
}
.thsn-blog-classic-inner .thsn-read-more-link{
	padding-top: 10px;
}
.thsn-blog-classic-inner .thsn-read-more-link a{
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 40px;
    cursor: pointer;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    border:none;
}
.thsn-blog-classic-inner .thsn-read-more-link a:hover{
    color: #fff;
}
body:not(.single) .thsn-blog-classic .thsn-blog-classic-inner{
    padding: 0px 0px 50px 0px;
    border-bottom: 1px solid #e5e8ef;
}
.thsn-blog-classic .thsn-meta-cat {
    display: inline-block;
    padding: 6px 25px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    z-index: 2;
    border-radius: 15px;
}
.thsn-blog-classic blockquote{
    color: #222;
    font-size: 19px;
    line-height: 30px;
    font-weight: 500;
}
.thsn-blog-classic blockquote .authorOrTitle{
    display: block;
    margin-top: 15px;
    font-size: 14px;
    line-height: 15px;
}
.wp-block-quote.is-style-large cite em:before,
blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0";
}
.wp-block-quote.is-style-large cite:before{
    display: none;
}
blockquote.wp-block-quote.is-style-large{
  padding: 30px
}
blockquote cite,
blockquote small {
    color: #bcbdc1;
    display: block;
    font-size: 13px;
    line-height: 23px;
    font-style: normal!important;
    margin-top: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.post_format-post-format-quote .thsn-blog-classic .thsn-meta,
.post_format-post-format-quote .thsn-blog-classic .thsn-blog-classic-inner{
    display: none;
}
.post_format-post-format-quote .thsn-blog-classic blockquote{
    margin: 0;
}
.single-post .thsn-blog-classic .thsn-blog-classic-inner ul {
	margin-bottom: 40px;
}
/*=== Sticky post ===*/
.post.sticky{
    background-color: #fff;
    position: relative;
    padding: 1px 40px;
    overflow: hidden;
    margin-bottom: 50px;
}
.post.sticky .thsn-blog-classic .thsn-blog-classic-inner{
    padding: 0px;
    border: 0;
}
.thsn-no-img.post.sticky{
  padding: 40px 40px;;
}
.post.sticky .thsn-blog-classic .thsn-blog-meta.thsn-blog-meta-top i,
.post.sticky .thsn-post-title a:hover,
.post.sticky .thsn-entry-content a,
.post.sticky code,
.post.sticky .thsn-read-more-link a,
.post.sticky .thsn-post-title a,
.post.sticky .thsn-blog-meta,
.post.sticky .thsn-blog-meta a{
   color: #fff
}
.post.sticky .thsn-entry-content{
   color: rgba(255, 255, 255, 0.80);
}
.post.sticky .thsn-meta-cat a{
   background-color: #fff;
   color: #222;
}
.post.sticky .thsn-read-more-link a:after{
   background-color: #222;
}
.post.sticky .thsn-blog-classic{
   margin-bottom: 0px;
}
article.thsn-no-img .thsn-meta.thsn-meta-cat{
    display: none;
}
/* --------------------------------------
 * Portfolio Section
 * ---------------------------------------*/
.themesion-overlay-box:hover img {
   transform: scale(1, 1);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    filter: blur(4px);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    -o-filter: blur(1px);
}

.thsn-element-portfolio-style-1 .thsn-ihbox.thsn-ihbox-style-hsbox{
    margin-bottom: 90px;
}
/* --------------------------------------
 * Prtfolio Single
 * ---------------------------------------*/
.thsn-sep-heading{
    position: relative;
    padding-bottom: 20px;
    margin-bottom:  35px;
}
.thsn-sep-heading:after{
    position: absolute;
    content: "";
    width: 72px;
    height: 2px;
    bottom: 0;
    left: 0;
}
.single-thsn-portfolio .post-navigation .nav-links{
    padding-bottom: 0;
}
.thsn-portfolio-single-style-1  .thsn-featured-wrapper img,
.thsn-portfolio-single-style-2  .thsn-featured-wrapper img{
    margin-bottom: 60px;
    border-radius: 4px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
}
.thsn-portfolio-single-style-1 .thsn-portfolio-wrap{
    background-color: #fff;
    box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
    border-radius: 4px;
    overflow: hidden;
}
.thsn-portfolio-single-style-1 .thsn-portfolio-block {
    padding: 30px;
    border-bottom: 1px solid #e5e8ef;
}
.thsn-portfolio-single-style-1 .thsn-portfolio-block:last-child{
    border:none;
}
.thsn-portfolio-single-style-1 .thsn-portfolio-block h4{
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
}
.thsn-portfolio-single-style-2 .thsn-portfolio-block h4{
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
}
.thsn-portfolio-single-style-2 .thsn-portfolio-block:first-child{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e8ef;
}
/*=== .thsn-portfolio-lines-wrapper ===*/
.thsn-portfolio-lines-wrapper ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
}
.thsn-portfolio-line-title{
    color: #222;
    font-weight: 700;
    letter-spacing: 0.5px;
    width: 116px;
    display: inline-block;
}
.thsn-portfolio-line-li{
    margin-bottom:  0px;
    position: relative;
}
.thsn-details-label{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 17px;
    display: block;
    color: #222;
}
.thsn-portfolio-single .nav-links a .thsn-portfolio-nav-wrapper{
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}
.thsn-portfolio-single .nav-links a {
    border: 4px solid #f2f3f4;
}
/*=== single-thsn-service ===*/
.archive .themesion-ele-portfolio{
    margin-bottom: 30px;
}
.thsn-sortable-list-ul{
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-bottom: 42px;
    display: block;
}
.thsn-sortable-list-ul li{
	display: inline-block;
	margin: 0 15px;
}
.thsn-sortable-list a{
	text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #222222;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    display: block;
}
.thsn-sortable-list a:hover{
	color: #fff;
}
.thsn-sortable-list a.thsn-selected{
     color: #fff;
     border: 1px solid;
}
/* thsn-category-style1 */
.thsn-category-style1 {
	text-align: center;
}
.thsn-category-style1 .thsn-ihbox.thsn-ihbox-style-hsbox.thsn-align-center{
	margin-bottom: 0;
}
.thsn-category-style1 .thsn-sortable-list-ul{
	padding-bottom: 50px;
	display: inline-block;
	text-align: center;
	border-top: 1px solid #e2e2e3;
	margin-top: 30px;
	padding-top: 15px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
}
.thsn-category-style1 .thsn-sortable-list-ul li:first-child{
	margin-left: 0;
}
.thsn-category-style1 .thsn-sortable-list-ul li:last-child{
	margin-right: 0;
}
.thsn-category-style1 .thsn-sortable-link{
	position: relative;
}
.thsn-category-style1 .thsn-sortable-link.thsn-selected:after{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -20px;
	left: 0
}
/*=== thsn-category-style2 ===*/
.thsn-category-style2 .thsn-ihbox-style-hsbox{
	float: left;
	margin-bottom: 60px;
}
.thsn-category-style2 .thsn-sortable-list{
	float: right;
}
.thsn-category-style2 .thsn-ele-header-area:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.thsn-category-style2 .thsn-sortable-list-ul {
    margin-top: 15px;
}
.thsn-text-color-white .thsn-sortable-list a{
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
}
/*.thsn-category-style3*/
.thsn-category-style3 .thsn-ihbox-style-hsbox{
	float: left;
	margin-bottom: 60px;
}
.thsn-category-style3 .thsn-sortable-list{
	float: right;
	margin-top: 25px;
}
.thsn-category-style3 .thsn-sortable-link.thsn-selected:after{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -20px;
	left: 0
}
.thsn-category-style3 .thsn-sortable-link{
	position: relative;
}
.thsn-category-style3 .thsn-sortable-link.thsn-selected:after{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -20px;
	left: 0
}
.thsn-category-style3 .thsn-ele-header-area:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* --------------------------------------
 * Team Member Section
 * ---------------------------------------*/

.thsn-element-team-style-1 .col-md-5{
    -ms-flex: 0 0 43.666667%;
    flex: 0 0 43.666667%;
    max-width: 43.666667%;
}
.thsn-element-team-style-1 .col-md-7{
    -ms-flex: 0 0 56.333333%;
    flex: 0 0 56.333333%;
    max-width: 56.333333%;
}
.thsn-element-team-style-1 .col-md-5 .thsn-team-1-inner{
    padding-top: 50px;
    margin-left: 15px;
}
.thsn-element-team-style-1 .col-md-7.thsn-team-1-carousel-area .thsn-team-1-inner:after {
    content: "";
    width: 1000%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.thsn-element-team-style-1 .col-md-7.thsn-team-1-carousel-area .thsn-team-1-inner:after  {
    height: 60%;
}
.thsn-element-team-style-1 .col-md-7.thsn-team-1-carousel-area .thsn-team-1-inner {
    padding-left: 33px;
}
.thsn-element-team-style-1 .thsn-carousel-navs a{
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 2px solid #dbdbdb;
    color: #9b9b9b;
    display: inline-block;
    border-radius: 50%;
}
.thsn-element-team-style-1 .thsn-carousel-navs a.thsn-carousel-next{
    margin-left: 10px;
}
.thsn-element-team-style-1 .thsn-carousel-navs a i:before,
.thsn-element-team-style-1 .thsn-carousel-navs a i:after{
    margin: 0;
    line-height: normal;
    padding: 0;
}

.thsn-progressbar .elementor-title,
.elementor-widget-progress .elementor-title {
	font-size: 15px;
	font-weight: 700;
	line-height: 36px;
}

.elementor-progress-wrapper {
	position: relative;
	background-color: #ececf0;
	color: #fff;
	height: 100%;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: visible !important;
}

.elementor-progress-bar {
	height: 8px !important;
	border-radius: 6px !important;
}

.elementor-progress-percentage {
	padding-right: 0;
	position: absolute;
	right: 0;
	top: -32px;
	font-size: 15px;
	font-weight: 700;
}

.elementor-progress-text {
	position: relative;
	display: block;
	width: 100%;
	overflow: visible!important;
	font-size: 0;
	transition: width 1s linear;
	-moz-transition: width 1s linear;
	-webkit-transition: width 1s linear;
	-o-transition: width 1s linear;
}

.elementor-progress-text:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	right: 0;
	top: -4px;
	border: 3px solid var(--thsn-dentiq-global-color);
}

.thsn-text-color-white .elementor-widget-progress .elementor-title,
.thsn-text-color-white .elementor-progress-percentage {
	color: #fff;
}
.elementor-progress-wrapper .elementor-progress-bar {
    background-color: var(--thsn-dentiq-global-color) !important;
}
/*=== single-thsn-teammember ===*/
.tax-thsn-team-group.thsn-sidebar-no #primary.content-area{
    margin-top: 60px;
}
.tax-thsn-team-group .thsn-element-team-wrapper{
    margin-top: 40px;
}
.thsn-team-single-pbar{
    margin-top: 60px;
}
.thsn-team-single-pbar.thsn-team-single-pbar-elementor {
	display: contents;
}
.thsn-team-single-pbar .thsn-progressbar {
    padding-bottom: 23px;
}
.thsn-team-single-pbar .thsn-progressbar:last-child {
    padding-bottom: 0;
}
.thsn-team-single-pbar .thsn-progressbar:first-child {
	padding-top: 13px;
}
/*=== Single Team Member Style 1 ===*/
.thsn-team-single .thsn-team-info-block {
    padding: 30px;
    border-bottom: 1px solid #e5e8ef;
}
.thsn-team-single .thsn-team-info-block:last-child{
    border-bottom: none;;
}
.thsn-team-single .thsn-team-info-block h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
}
.thsn-team-single .thsn-team-info-block .wpb_content_element {
    margin-bottom: 0;
}
/*=== Single Team Member Style 2 ===*/
.thsn-team-single-style-2 .thsn-team-title-box{
    position: relative;
}
.thsn-team-single-style-2 .thsn-single-team-info li .icon{
    color: #222;
}
.thsn-team-single-style-2 .thsn-team-title-box *{
    display: block;
    vertical-align: middle;
    margin-bottom: 15px;
}
.thsn-team-single-style-2 .thsn-team-single .thsn-team-social-links{
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 15px;
}
.thsn-team-single-style-2 .thsn-team-single .thsn-team-social-links a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
}
/* --------------------------------------
 * Contact Form 7
 * ---------------------------------------*/
.main-form input[type="text"],
.main-form input[type="email"],
.main-form input[type="password"],
.main-form input[type="tel"],
.main-form select,
.main-form textarea{
    border: none;
    border-bottom: 1px solid #cccccc;
    padding-left: 0;
    text-transform: uppercase;
    font-size: 14px;
}
/* --------------------------------------
 * Custom Button
 * ---------------------------------------*/
.vc_btn3-color-globalcolor.vc_general.vc_btn3:not(.vc_btn3-style-simple){
    color: #fff;
}
.vc_btn3-style-classic.vc_general.vc_btn3.vc_btn3-color-secondarycolor,
.vc_btn3-style-classic.vc_general.vc_btn3-color-globalcolor{
    border-color: transparent;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-secondarycolor:hover,
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-globalcolor:hover{
    background-color: #222;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-lg {
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 45px;
    padding-right: 45px;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-md {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    padding-right: 40px;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-sm {
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 35px;
    padding-right: 35px;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline{
    color: #262626;
    border-color: #d5d5d5;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover {
    background-color: #d5d5d5;
    border-color: transparent;
    color: #fff
}
.vc_btn3-color-globalcolor.vc_general.vc_btn3.vc_btn3-style-flat:hover{
    background-color: #222;
}
.vc_general.vc_btn3-style-outline.vc_btn3-color-globalcolor:hover span{
    color: #fff
}
/* --------------------------------------
 * Testimonial
 * ---------------------------------------*/

/*=== Team Member style 5 ===*/
.thsn-element-testimonial-style-5.themesion-element-viewtype-carousel .owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin-top: 0;
}
.thsn-element-testimonial-style-5.themesion-element-viewtype-carousel .owl-carousel button.owl-dot{
    display: block;
    margin: 10px 0;
}
.thsn-element-testimonial-style-5.themesion-element-viewtype-carousel .owl-carousel button.owl-dot.active{
    background-color: #222;
}
.thsn-element-testimonial-style-5.thsn-vertical-heading .thsn-ihbox-style-hsbox {
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    margin-bottom: 0;
    top: 54%;
    margin-top: 43px;
    left: 0px;
    z-index: 99;
}
.thsn-element-testimonial-style-5.thsn-vertical-heading .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-heading .vc_custom_heading{
    letter-spacing: 4px;
}

/* --------------------------------------
 * client logo
 * ---------------------------------------*/
.thsn-client-wrapper{
    position: relative;
    text-align: center;
}
.owl-carousel .themesion-ele-client img{
    width: auto !important;
    max-width: 100%;
    display: inline-block !important;
}

/* --------------------------------------
 * VC Icon size
 * ---------------------------------------*/
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon{
    font-size: 1.85em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm .vc_icon_element-icon{
    font-size: 2.85em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon{
    font-size: 3.85em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon{
    font-size: 4.85em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon{
    font-size: 5.85em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-sm{
    width: 3em!important;
    height: 3em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-sm .vc_icon_element-icon{
    font-size: 0.75em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-sm{
    width: 4em!important;
    height: 4em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-sm .vc_icon_element-icon{
    font-size: 1.25em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-md{
    width: 5em!important;
    height: 5em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-md .vc_icon_element-icon{
    font-size: 1.75em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-lg{
    width: 6em!important;
    height: 6em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-lg .vc_icon_element-icon{
    font-size: 2.25em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-xl{
    width: 7em!important;
    height: 7em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-xl .vc_icon_element-icon{
    font-size: 2.75em!important;
}
/* --------------------------------------
 * Timeline view Section
 * ---------------------------------------*/
.thsn-company-hostory .simple-text p{
    text-align:left;
}
.thsn-company-hostory .year{
    padding: 6px 20px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: -17px;
    z-index: 9;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 100px;
    text-align: center;
    background:#f2c21a;
}
.thsn-company-hostory .company_detail .content{
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.thsn-company-hostory .thsn-ourhistory-row {
    display: -webkit-box;
    display: flex;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.thsn-ourhistory .thsn-ourhistory-right {
  padding-bottom: 50px;
  padding-left: 70px;
}
.thsn-ourhistory .thsn-ourhistory-right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    z-index: 2;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-sizing: content-box;
}
.thsn-ourhistory .label {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}
.thsn-ourhistory h4 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.thsn-ourhistory .thsn-ourhistory-right:after {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    width: 4px;
    height: 100%;
    background: #fff;
}
.thsn-ourhistory .thsn-ourhistory-right.last{
    padding-bottom:0;
}
.thsn-ourhistory img{
    border-radius: 4px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.thsn-ourhistory-type2:last-child .thsn-ourhistory-right:after {
    display: none;
}
.thsn-timeline-inner{
    margin: 0 -15px;
}
.thsn-ourhistory .thsn-ourhistory-right .thsn-timeline-image,
.thsn-ourhistory .thsn-ourhistory-right .label{
    margin-bottom: 30px;
    display: none;
}

/*===thsn-service-single-style-2 ===*/
.thsn-service-single-style-2 .thsn-short-description{
    border: 1px solid #eee;
    padding: 30px 35px;
    margin-top: 35px;
}
.thsn-service-single-style-1 .thsn-service-feature-image img{
    box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
    border-radius: 4px;
}

/*=== Hide next prev button ===*/
.single-thsn-service .navigation {
    display: none;
}
/*=== single-thsn-service ===*/
.single-thsn-service.thsn-sidebar-no .content-area{
    padding-top: 110px;
    padding-bottom: 100px;
}
/*=== single-service-contact ===*/
.single-thsn-service .themesion-sidebar .widget{
    overflow: hidden;
}
.single-thsn-service .themesion-sidebar .widget-first{
    padding: 0;
}
.single-thsn-service .themesion-sidebar .widget-first .widget-title{
    display: none;
}
.single-thsn-service .themesion-sidebar .widget ul > li{
    border: none;
    padding: 0 !important;
    border-bottom: 1px solid #e5e8ef;
    position: relative;
}
.single-thsn-service .themesion-sidebar .widget ul > li:last-child{
    border:none;
}
.widget.dentiq_category_list_widget ul > li{
    margin-bottom: 0 !important;
}
.single-thsn-service .themesion-sidebar .widget ul > li a{
    padding: 16px 25px;
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 700;
}
.single-thsn-service .themesion-sidebar .widget ul > li a:after{
    content: '\e814';
    font-family: "themesion-base-icons";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-color: #f2f3f7;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
.single-thsn-service .themesion-sidebar .widget ul > li:before,
.single-thsn-service .themesion-sidebar .widget ul > li:after{
    content: '';
    width: 100%;
    right: -50%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.single-thsn-service .themesion-sidebar .widget ul > li:before{
    right: inherit;
    left: -50%;
}
.single-thsn-service .themesion-sidebar .widget ul > li.thsn-post-active a,
.single-thsn-service .themesion-sidebar .widget ul > li:hover a{
    color: #fff;
}
.single-thsn-service .themesion-sidebar .widget ul > li.thsn-post-active  a:after,
.single-thsn-service .themesion-sidebar .widget ul > li:hover  a:after{
    background-color: #fff;
    color: #130947;
}
/* --------------------------------------
 * VC Button
 * ---------------------------------------*/
.vc_btn3.vc_btn3-shape-rounded{
    border-radius: 3px;
}
.vc_general.vc_btn3.vc_btn3-color-secondarycolor,
.vc_btn3-color-globalcolor.vc_general.vc_btn3:focus,
.vc_btn3-color-globalcolor.vc_general.vc_btn3:hover,
.vc_btn3-color-global_color.vc_general.vc_btn3{
    color: #fff;
}
.vc_general.vc_btn3{
    font-weight: 500;
}
.vc_general.vc_btn3 span{
    color: inherit;
}
.vc_general.vc_btn3.vc_btn3-style-simple{
    background-color: transparent;
    padding: 0;
}
.vc_general.vc_btn3.vc_btn3-style-simple{
    position: relative;
}
.vc_general.vc_btn3.vc_btn3-style-simple:after{
    content: "";
    height: 1px;
    width: 100%;
    background-color: #f5f5f5;
    bottom: -2px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.vc_general.vc_btn3.vc_btn3-style-simple:hover:after{
    width: 0%;
}
.vc_general.vc_btn3.vc_btn3-style-simple.vc_btn3-color-black,
.vc_general.vc_btn3.vc_btn3-style-simple.vc_btn3-color-black:hover{
    color: #000000;
}
/* --------------------------------------
 * Widget Section
* ---------------------------------------*/
.site-content .widget .wp-block-latest-comments li,
.site-content .widget .wp-block-latest-posts li>a, 
.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li > a,
.widget.widget_meta ul li > a,
.widget.widget_archive ul li > a,
.widget.widget_categories ul li > a,
.widget.widget_nav_menu ul li > a,
.widget.widget_pages ul li > a {
   position: relative;
   padding-left: 20px;
}
.site-content .widget .wp-block-latest-comments li:before,
.site-content .widget .wp-block-latest-posts li>a:before, 
.widget.widget_recent_comments ul li:before,
.widget.widget_recent_entries ul li a:before,
.widget.widget_meta ul li a:before,
.widget.widget_archive ul li a:before,
.widget.widget_categories ul li a:before,
.widget.widget_nav_menu ul li a:before,
.widget.widget_pages ul li a:before {
	position: absolute;
	content: '\e814';
	left: 0px;
	font-size: 16px;
	top: -3px;
	color: inherit;
	font-family: 'themesion-base-icons';
}
.widget.widget_recent_comments ul li{
   padding-left: 25px;
}
.site-content .widget .wp-block-latest-comments li:before,
.widget.widget_recent_comments ul li:before{
    content: '\f0e5';
    top: 0px;
    font-size: 14px;
}
.widget.widget_recent_comments ul li:before {
    content: '\f0e5';
    top: 3px;
    font-size: 13px;
    font-weight: normal;
}
.widget.widget_pages ul li a:before {
    content: '\e816';
    top: 0px;
    font-size: 13px;
    font-weight: normal;
}
.widget.widget_categories ul li a:before {
    content: '\f115';
    top: 2px;
    font-size: 13px;
    font-weight: normal;
}
/*=== Meta box ===*/
.thsn-metabox .wpb_wrapper {
    background-color: #fff;
    box-shadow: 0 0px 40px rgba(183,196,226,.15);
    padding-bottom: 25px;
    padding: 40px 30px 10px 30px;
}
.thsn-metabox .widgettitle{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    display: inline-block;
}
.thsn-metabox .widget ul li{
    margin-bottom: 12px;
}
/*=== download  ===*/
.widget .download .item-download {
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e8ef;
  padding-bottom: 15px;
  position: relative;
}
.widget .download .item-download a {
    display: block;
    padding: 0px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}
.widget .download .item-download i {
    font-size: 45px;
    padding-right: 12px;
    float: left;
    line-height: 47px;
    font-weight: normal;
}
.widget .download .item-download a span{
    color: #6d7a8c;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
}
.widget .download .item-download:last-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
/* --------------------------------------
 * Footer
* ---------------------------------------*/
.site-footer .widget {
    margin: 35px 0 20px;
}
.site-footer .thsn-footer-widget aside.widget.dentiq_contact_widget:last-child{
    margin-top: -15px;
}
/*=== thsn-footer-big-area ===*/
.thsn-footer-boxes-container{
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.thsn-footer-boxes-container .footerlogo {
    max-height: 45px;
}
.thsn-footer-boxes-container .mc4wp-form{
    margin: 0 60px;
}
.thsn-footer-boxes-container .mc4wp-form-fields {
    display: -ms-flexbox!important;
    display: flex!important;
}
.thsn-footer-boxes-container .mc4wp-form input[type="email"] {
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 20px;
    padding-right: 15px;
    font-size: 14px;
    width: 400px;
    background-color: rgba(255, 255, 255, 1);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.thsn-footer-boxes-container .mc4wp-form .btn {
    height: 60px;
    color: #fff;    
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 35px;
    background-color: #222;
    font-weight: 700;
    border-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
/*=== Footer Social ===*/
footer .thsn-social-links{
    margin-bottom: -8px;
}
footer .thsn-social-links a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
}
.site-footer.thsn-color-white .thsn-social-links a:hover {
    background-color: #fff;
}
.thsn-footer-widget .thsn-social-links{
    margin-top: 30px;
    margin-left: 0;
}
.thsn-social-links li{
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
}
.thsn-social-links li:last-child{
    margin: 0;
}
.thsn-social-links a{
    position: relative;
    display: inline-block;
    text-align: center;
    color: #777;
    font-size: 16px;
}
.thsn-footerlogo {
    margin-bottom: -5px;
   max-height: 60px;
}
.site-footer .widget-title{
    font-size: 17px;
    line-height: 27px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}
.site-footer .widget-title:after{
    content: "";
    width: 50px;
    height: 2px;
    bottom: -10px;
    left: 0;
    position: absolute;
    z-index: 1;
}
/*=== Footer contact ===*/
.thsn-contact-widget-lines .thsn-contact-widget-line:before,
.footer-wrap .thsn-contact-widget-lines .thsn-contact-widget-line:before {
    display: inline-block;
    font-family: "themesion-base-icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    left: 0px;
    color: #fff;
    font-size: 15px;
    top: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
}
.themesion-sidebar .thsn-contact-widget-lines .thsn-contact-widget-line:before {
	background-color: var(--thsn-dentiq-global-color);
	font-size: 13px;
}
.thsn-contact-widget-lines .thsn-contact-widget-line,
.footer-wrap .thsn-contact-widget-lines .thsn-contact-widget-line,
.footer-wrap .contact-info li {
    position: relative;
    padding: 0 0 0 35px !important;
    margin-bottom: 15px;    
}
.thsn-contact-widget-lines .thsn-contact-widget-line.thsn-contact-widget-address:before,
.footer-wrap .thsn-contact-widget-lines .thsn-contact-widget-line.thsn-contact-widget-address:before {
    content: "\e821";
}
.thsn-contact-widget-lines .thsn-contact-widget-line.thsn-contact-widget-phone:before,
.footer-wrap .thsn-contact-widget-lines .thsn-contact-widget-line.thsn-contact-widget-phone:before {
    content: "\e829";
}
.thsn-contact-widget-lines .thsn-contact-widget-line.thsn-contact-widget-email:before,
.footer-wrap .thsn-contact-widget-lines .thsn-contact-widget-line.thsn-contact-widget-email:before {
    content: "\e822";
}
/*=== thsn-footer-text-area ===*/
.thsn-footer-text-area {
    padding-bottom: 20px;
}
.thsn-footer-text-area .thsn-footer-text-inner{
	font-size: 15px;
	padding-top: 25px;
	padding-bottom: 5px;
}
.thsn-footer-widget-no .thsn-footer-text-area .thsn-footer-text-inner{
    border-top: none;
}
.thsn-footer-text-area .thsn-social-links{
	text-align: right;
    margin-bottom: 0;
}
.thsn-footer-text-area .thsn-social-links li a{
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-color: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: var(--thsn-dentiq-blackish-color);
	font-size: 18px;
}
.thsn-footer-text-area .thsn-social-links li a:hover{
    color: var(--thsn-dentiq-global-color);
}
/*=== thsn-timelist-list ===*/
footer ul.thsn-timelist-list li{
    border-bottom: none;
    padding: 10px 0;
}
footer ul.thsn-timelist-list {
    margin-top: -15px;
}
/* --------------------------------------
 * Custom css
 * ---------------------------------------*/
.about-tagline{
    border:1px solid #f5f5f5;
    border-radius: 20px;
    padding: 8px 35px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.rotate-bg .thsn-ihbox-heading{
    position: relative;
}
.rotate-bg .thsn-ihbox-heading:before{
    position: absolute;
    content: "";
    width: 80%;
    height: 100px;
    left: 10%;
    top: 0;
    z-index: -1;
    background: #000;
   transform: rotate(-5deg) skew(20deg);
}
.thsn-addressbox{
    height: 220px;
    width: 220px;
    background-color: #fff;
    border: 20px solid #f2f3fe;
    text-align: center;
    border-radius: 50%;
    padding-top: 65px;
    -webkit-box-shadow: 0 13px 29px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 13px 29px rgba(0,0,0,0.25);
    box-shadow: 0 13px 29px rgba(0,0,0,0.25);
    position: relative;
    margin: 0 auto;
    margin-top: 90px;
}
.thsn-addressbox:after{
    position: absolute;
    content: "\e80e";
    font-family: "themesion-base-icons";
    font-size: 50px;
    line-height: 50px;
    bottom: 21px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.thsn-contact-map .col-md-6.thsn-extended-bg-col{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.thsn-contact-map .col-md-6{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.thsn-contact-box .wpb_wrapper {
    background-color: #fff;
    box-shadow: 0 0px 40px rgba(183,196,226,.15);
    padding: 40px;
    padding-bottom: 15px;
    border-radius: 4px;
}
.thsn-bg-shadow .elementor-widget-wrap {
	box-shadow: 0 0px 40px rgba(183,196,226,.15);
}
.thsn-contact-box.vc_column_container>.vc_column-inner{
    padding: 0
}
.thsn-contact-box .themesion-box-title *{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0px;
}
.thsn-contact-box  .thsn-static-box{
    padding: 0px 60px 0px 70px;
    margin-bottom: 30px;
}
/* --------------------------------------
 * Contact form
 * ---------------------------------------*/
.thsn-main-form .input-group{
    display: block;
    margin-bottom: 30px;
}
/*=== thsn-form-style-1 ===*/
.thsn-main-form.thsn-form-style-1 .input-group input[type="text"],
.thsn-main-form.thsn-form-style-1 .input-group input[type="number"],
.thsn-main-form.thsn-form-style-1 .input-group input[type="email"],
.thsn-main-form.thsn-form-style-1 .input-group textarea{
    border: 0;
    background: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    color: #071323;
}
.thsn-main-form.thsn-form-style-1 .input-group textarea{
    height: 100px;
    padding: 0px 15px;
}
.thsn-main-form.thsn-form-style-1 .input-group input[type="text"]::placeholder,
.thsn-main-form.thsn-form-style-1 .input-group input[type="email"]::placeholder,
.thsn-main-form.thsn-form-style-1 .input-group textarea::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(7, 19, 35, 0.91);
    opacity: 1; /* Firefox */
}
.thsn-main-form.thsn-form-style-1 .input-group input[type="text"]:-ms-input-placeholder ,
.thsn-main-form.thsn-form-style-1 .input-group input[type="email"]:-ms-input-placeholder ,
.thsn-main-form.thsn-form-style-1 .input-group textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(7, 19, 35, 0.91);
}
.thsn-main-form.thsn-form-style-1 .input-group input[type="text"]::-ms-input-placeholder,
.thsn-main-form.thsn-form-style-1 .input-group input[type="email"]:-ms-input-placeholder,
.thsn-main-form.thsn-form-style-1 .input-group textarea:-ms-input-placeholder   { /* Microsoft Edge */
    color: rgba(7, 19, 35, 0.91);
}
.thsn-main-form.thsn-form-style-1 input[type=submit],
.thsn-main-form.thsn-form-style-1 input[type=submit]:hover{
	background-color: #071323;
}
/*=== thsn-style-2 ===*/
.thsn-main-form.thsn-style-2 .input-group input[type="text"],
.thsn-main-form.thsn-style-2 .input-group input[type="number"],
.thsn-main-form.thsn-style-2 .input-group input[type="email"],
.thsn-main-form.thsn-style-2 .input-group textarea{
    border: 0;
    background-color: #fff;
    font-size: 13px;
    border-radius: 4px;
    color: #6d7a8c;
    font-weight: 600;
    padding: 20px 10px 20px 20px;
}
.thsn-main-form.thsn-style-2 input[type=submit]{
    border-width: 2px;
    border-radius: 4px;
    border-style: solid;
    background: transparent;
    padding: 10px 30px;
    font-weight: 700;
}
.thsn-main-form.thsn-style-2 input[type=submit]:hover{
    color: #fff;
}
.thsn-main-form.thsn-style-2 label{
    font-weight: 700;
}
.thsn-style-2-wrapper{
    box-shadow: 3px 4px 23px 0px rgba(29, 0, 4, 0.12);
    text-shadow: 3px 4px 23px rgba(29, 0, 4, 0.12);
}
/*=== thsn-style-3 ===*/
.thsn-main-form.thsn-style-3 .input-group input[type="text"],
.thsn-main-form.thsn-style-3 .input-group input[type="number"],
.thsn-main-form.thsn-style-3 .input-group input[type="email"],
.thsn-main-form.thsn-style-3 .input-group textarea{
    border: 0;
    background-color: #ecf1f8;
    font-size: 13px;
    border-radius: 4px;
    color: #848484;
    font-weight: 600;
    padding: 20px 10px 20px 20px;
}
.thsn-main-form.thsn-style-3 input[type=submit]{
    border-width: 2px;
    border-radius: 4px;
    border-style: solid;
    padding: 10px 30px;
    font-weight: 700;
}
.thsn-main-form.thsn-style-3 label{
    font-weight: 700;
}
.thsn-style-3-wrapper{
    box-shadow: 3px 4px 23px 0px rgba(29, 0, 4, 0.12);
    text-shadow: 3px 4px 23px rgba(29, 0, 4, 0.12);
}
.thsn-main-form.thsn-style-3 .input-group textarea{
    height: 100px;
}
/*=== thsn-style-4 ===*/
.thsn-main-form.thsn-style-4 .input-group textarea{
    height: 250px;
}
button, html input[type=button], input[type=reset], input[type=submit]{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 30px;
    border-radius: 5px;
}
/* --------------------------------------
 * Custom Accordion
 * ---------------------------------------*/
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
.wpb-js-composer .vc_tta-color-globalcolor.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
    border-color: #4868cf;
    background-color: #5472d2;
    border: none;
}
.wpb-js-composer .vc_tta-color-globalcolor.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
    border-color: #f0f0f0;
    background-color: #f8f8f8;
}
.wpb-js-composer .vc_tta-color-globalcolor.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #fff;
}
.wpb-js-composer .vc_tta-color-globalcolor.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a{
    color: #222;
    padding: 20px 20px;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-outline .vc_tta-panel-heading{
    border-bottom: 2px solid #efefef;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-outline .vc_tta-panel-title>a{
    padding-left: 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-outline .vc_tta-panel-title{
    font-size: 18px;
    line-height: 1.5;
}
/* --------------------------------------
 * Custom Tab
 * ---------------------------------------*/
body.wpb-js-composer .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline .vc_tta-tabs-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
body.wpb-js-composer .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline .vc_tta-tabs-list li{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline .vc_tta-tabs-container{
    margin-bottom: 30px !important;
    border-bottom: 1px solid #e5e8ef;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline .vc_tta-tab.vc_active > a{
    color: #130947;
    border-bottom: 2px solid transparent;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline .vc_tta-tab > a{
    color: #6d7a8c;
    border:none !important;
    border-bottom: 2px solid transparent !important;
    font-weight: 700 !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline .vc_tta-tab > a:hover{
    background-color: transparent;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline .vc_tta-panels{
    border: 0 !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline .vc_tta-icon{
    font-size: 24px;
}
/* --------------------------------------
 * Custom FAQ
 * ---------------------------------------*/
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel.vc_active .vc_tta-panel-title>a{
    color: #fff
}
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel.vc_active .vc_tta-panel-body{
    border: none;
    background-color: #fbfbfb;
    color: #222;
}
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel .vc_tta-panel-heading{
    background-color: #f1f1f1 !important;
    color: #222;
    border: none;
}
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel-title{
    font-size: 18px;
    line-height: 28px;
}
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel-body{
    padding: 30px 55px 35px 40px;
}
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-controls-icon-position-left.vc_tta-panel-title>a{
    padding-left: 55px;
}
.wpb-js-composer .vc_tta.vc_general.thsn-faq .wpb_single_image{
    margin-bottom: 0;
}
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel.vc_active .vc_tta-panel-heading{
    margin-bottom:  0 !important;
}
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel .vc_tta-panel-heading:hover{
    background-color: transparent;
}
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel .vc_tta-panel-heading {
    border-color: #edeaea;
}
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel-title>a{
    padding: 17px 20px 17px 35px;
    color: #424d6c;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_general.thsn-faq .vc_tta-panel-title>a{
   color: #222;
}
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before{
    border-color: #fff !important;
}
/* --------------------------------------
 * Custom FAQ Box
 * ---------------------------------------*/
.thsn-faq-ask-box{
    padding: 40px 90px 30px 90px;
    border-radius: 30px;
    background: #545f80;
    background: -moz-linear-gradient(45deg, #545f80 14%, #ffa277 100%);
    background: -webkit-linear-gradient(45deg, #545f80 14%,#ffa277 100%);
    background: linear-gradient(45deg, #545f80 14%,#ffa277 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545f80', endColorstr='#ffa277',GradientType=1 );
}
.thsn-faq-ask-box .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon{
    font-size: 6.85em!important;
}
/* --------------------------------------
 * error-404
 * ---------------------------------------*/
.error-404{
    margin: 0;
    width: 100%;
    padding: 170px 0px 160px 0px;
   position: relative;
    text-align: center;
}
.error-404 .error-message{
    color: #2c2c2c;
}
.error-404 .error-message{
    display: inline-block;
    font-size: 290px;
    line-height: 290px;
    font-weight: 900;
}
.error-404 .footer-message{
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 15px;
}
.error-404 .search-form{
    margin: 45px auto;
    max-width: 400px;
}
.error404 .wrap{
    width: 100%;
}
.error404 .search-form{
    position:  relative;
}
.error404 .search-form input[type="search"]{
    border-radius: 0px;
    height: 58px;
    line-height: 58px;
    border: 2px solid #f2f3f4;
    background-color: #fff;
}
.error404 .search-form .search-submit:after{
    font-family: "themesion-base-icons";
    content: '\e800';
    position: absolute;
    right: 18px;
    top: 0;
    opacity: 1;
    z-index: 1;
    color: #dbdbdb;
    font-size: 20px;
}
.error404 .search-form label{
    display: none;
}
.error404 .search-form button{
    position: absolute;
    right: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 50%;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    color: #ffffff;
    font-size: 16px;
    z-index: 1;
    width: 50px;
}
.error404 #primary{
    flex: none !important;
    max-width: none !important;
}
.error404 a.ts-home-back{
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    position: relative;
}
.error404 a.ts-home-back:after{
    font-family: "themesion-base-icons";
    content: '\e810';
   margin-left: 15px;
}
.error404 .thsn-parent-header-style-5 .site-content-contain {
    margin-top: -30px;
}
.error404  .thsn-title-bar-wrapper{
    display: none;
}
.error404 h2.page-title{
    font-size: 200px;
    line-height: 210px;
    color: #fff;
    font-weight: bold;
}
.error404 .site-content-contain{
    position: relative;
}
.error404 .site-content-contain:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none !important;
}
/*=== search-no-results ===*/
.search-no-results #primary{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.search-no-results-content{
    padding: 60px 50px;
    text-align: center;
    margin-bottom: 100px;
}
.search-no-results-content p{
   margin-bottom: 30px;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    max-width: 480px;
}
/* --------------------------------------
 * Search Popup Area CSS
 * ---------------------------------------*/
.thsn-header-search-form-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}
.thsn-header-search-form-wrapper.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}
.thsn-header-search-form-wrapper .search-form{
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.thsn-header-search-form-wrapper .search-form:after{
    font-family: "themesion-base-icons";
    content: '\e800';
    position: absolute;
    right: 10px;
    top: 0;
    color: #fff;
    font-size: 25px;
}
.thsn-header-search-form-wrapper .search-form input[type="search"]{
    height: 65px;
    line-height: 65px;
    font-size: 28px;
    background-color: transparent;
    text-align: left;
    color: #fff;
    border: none;
    border-bottom: 3px solid #fff;
    padding-left: 0;
    border-radius: 0;
}
.thsn-header-search-form-wrapper .search-form input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.89);
    opacity: 1; /* Firefox */
}
.thsn-header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.89);
}
.thsn-header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.89);
}
.thsn-header-search-form-wrapper .search-form [type=submit]{
    position: absolute;
    height: 50px;
    width: 50px;
   right: 0;
    background-color: transparent;
    text-indent: -9999px;
}
.thsn-header-search-form-wrapper .thsn-search-close{
    position: absolute;
    top: 40px;
    right: 40px;
    border-color: #fff;
    color: #fff;
    opacity: 0.8;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    text-align: center;
    cursor: pointer;
}
.thsn-header-search-form-wrapper .thsn-search-close:hover{
    opacity: 1;
}
/* --------------------------------------
 * Custom button
 * ---------------------------------------*/
.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}
.thsn-box-shadow,{
	box-shadow: 0 0px 40px rgba(183,196,226,.15);
}
.thsn-box-shadow .thsn-bg-color-white:before{
	border-radius: 8px;
}
.thsn-border-radiu-4 .vc_column-inner::before{
    border-radius: 4px;
}
/*=== Button section ===*/
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor{
	color: #fff;
    border: none;
    position: relative;
}
input[type=submit]:hover
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor:not(.vc_btn3-style-outline):hover {
   box-shadow: 0 0px 15px rgba(0,0,0,.15);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
 .rev-btn{
    -webkit-transition: all .6s !important;
    -moz-transition: all .6s !important;
 }
.rev-btn.thsn-gradient-right:after,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor:after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    opacity: 0;
}
.rev-btn.thsn-gradient-right:hover:after,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor:hover:after{
    opacity: 1;
}
.rev-btn.thsn-gradient-right span,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor span{
    position: relative;
    z-index: 2
}
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor.vc_btn3-style-outline:before{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor.vc_btn3-style-outline:after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    border-radius: 3px;
    background-color: #fff;
    z-index: 1;
    backface-visibility: hidden;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
}
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor.vc_btn3-style-outline:hover:after{
    opacity: 0;
}
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor.vc_btn3-style-outline:hover{
    color: #fff;
    box-shadow: 0 0px 15px rgba(0,0,0,.15);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
/*=== Button ( Dentiq Special ) ===*/
.thsn-search-results-right .thsn-read-more-link a{
    display: inline-block;
    position: relative;
    color: #222;
   font-size: 13px;
    line-height: 16px;
    padding-right: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
a.thsn-link:before,
a.thsn-link:after,
.thsn-search-results-right .thsn-read-more-link a:before,
.thsn-search-results-right .thsn-read-more-link a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 0%;
    background-color: #eeeeee;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

a.thsn-link:after,
.thsn-search-results-right .thsn-read-more-link a:after{
    background-color: #000;
}
a.thsn-link:before,
.thsn-search-results-right .thsn-read-more-link a:before{
    width: 100%;
}
a.thsn-link:hover:after,
.thsn-search-results-right .thsn-read-more-link a:hover:after{
    width: 100%;
    left: 0;
    right: auto;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-gradientcolor .vc_icon_element-icon:before{
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
}
/*=== Vc Custom row bg ===*/
.thsn-shapebg.thsn-bg-color-light:not(.vc_column_container):before{
    background-color: #fafbfd;
    margin-top: 164px;
}
/*=== Image side effect ===*/
.thsn-img-bg-effect-single .vc_single_image-wrapper,
.single-thsn-team-member .thsn-featured-wrapper,
.thsn-img-bg-effect .vc_single_image-wrapper{
    position: relative;
}
.thsn-img-bg-effect-single .vc_single_image-wrapper:after,
.thsn-img-bg-effect .vc_single_image-wrapper:after{
    content: "";
    left: -60px;
    background: #222;
    position: absolute;
    top: 60px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.thsn-img-bg-effect-single .vc_single_image-wrapper:after{
    left: -40px;
    top: 40px;
}
.single-thsn-team-member .thsn-featured-wrapper:after{
    left: -30px;
    top: -30px;
}
.thsn-img-bg-effect .vc_single_image-wrapper:before{
    content: "";
    left: -1000%;
    background: #222;
    position: absolute;
    top: 60px;
    width: 1000%;
    height: 100%;
    z-index: -1;
}
.thsn-brd-rad:before{
    border-radius: 4px;
}
/*=== Row expand effect  ( Homepage Fact and digit element ) ===*/
.thsn-row-expand-right:after{
    content: "";
    right:  -1000%;
    background: #222;
    position: absolute;
    top: 0px;
    width: 1000%;
    height: 100%;
    z-index: -1;
}
.thsn-row-expand-left .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-heading{
    position: relative;
}
.thsn-row-expand-left .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-heading:after{
    content: "";
    left:  -1000%;
    background: #222;
    position: absolute;
    top: 0px;
    width: 1000%;
    height: 100%;
    z-index: -1;
}
/*=== vc_progress_bar ===*/
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar:first-child .vc_label{
    margin-top: 20px;
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar .vc_label {
    padding: 0px;
    margin-top: 60px;
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f7f9fa
}
.thsn-bg-color-light .vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar{
    background-color: #1e2227;
}
.thsn-white-bar.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar{
	background-color: #fff
}
.thsn-bg-color-secondarycolor .vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar{
    background-color: rgba(255, 255, 255, 0.32);
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar,
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar .vc_bar{
    border-radius:0;
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar:after{
    background-color: #f7f9fa;
    content: "";
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .thsn-pbar-title,
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_label_units {
    position: relative;
    top: -30px;
    text-shadow: none;
    font-size: 15px;
    font-weight: 700;
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_label_units{
    right: 0;
    position: absolute;
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar {
    height: 7px;
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar .vc_bar:after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    right: 0;
    top: -4px;
    border: 3px solid #222;
}
.thsn-text-color-white .vc_progress_bar.vc_progress-bar-color-globalcolor .thsn-pbar-title,
.thsn-text-color-white .vc_progress_bar.vc_progress-bar-color-globalcolor .vc_label_units{
    color: #fff;
}

/* --------------------------------------
 * Video icon on image
 * ---------------------------------------*/
.thsn-video-image-style-1.thsn-single-image-w{
    position: relative;
    display: inline-block;
}
.thsn-video-image-style-1.thsn-single-image-w .vc_icon_element {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    height: auto;
}
.thsn-video-image-style-1.thsn-single-image-w  .vc_icon_element-inner{
    background-color: rgba(255, 255, 255, 0.80);
    color: #000;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
}
.thsn-video-image-style-1.thsn-single-image-w .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon{
     font-size: 20px !important;
}
.thsn-lightbox-video .vc_icon_element-inner{
    box-shadow: 0px 5px 57px 0px rgba(0, 0, 0, 0.15);
}
body .thsn-video-image-style-1 .thsn-overlay{
    background:none !important;
}
.thsn-video-image-style-1 img{
    border-radius: 4px;
}
/* --------------------------------------
 *  Special Elements for Dentiq
 * ---------------------------------------*/
/*=== thsn-about-image ===*/
.thsn-about-image img{
    box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
    border-radius: 8px;
}
.thsn-about-image .thsn-frameimage{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}
.thsn-about-image .thsn-ihbox.thsn-ihbox-style-hsbox{
    position: absolute;
    z-index: 3;
    bottom: 50px;
    right: 15px;
    text-align: center;
    margin-bottom: 0;
}
.thsn-about-image .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-heading *{
    font-size: 24px !important;
    line-height: 34px !important;
    color: #fff;
    font-weight: 500;
}
.thsn-about-image .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-subheading *{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
}
.thsn-about-image .vc_icon_element{
    position: absolute;
    bottom: 216px;
    margin-bottom: 0;
    right: 90px;
    z-index: 2;
}
/*=== video button ===*/
.vc_icon_element.vc_icon_element-outer.thsn-lightbox-video .vc_icon_element-inner{
    border: none;
    position: relative;
}
.vc_icon_element.vc_icon_element-outer.thsn-lightbox-video .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon{
    font-size: 1.5em!important;
}
.vc_icon_element.vc_icon_element-outer.thsn-lightbox-video .vc_icon_element-inner:before,
.vc_icon_element.vc_icon_element-outer.thsn-lightbox-video .vc_icon_element-inner:after {
     position: absolute;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.45);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0.45);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,0.45);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255,0.45);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.45);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}
.vc_icon_element.vc_icon_element-outer.thsn-lightbox-video .vc_icon_element-inner:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
.vc_icon_element.vc_icon_element-outer.thsn-lightbox-video .vc_icon_element-inner:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
@-webkit-keyframes rippleOne {
    70% {box-shadow: 0 0 0 70px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}
@keyframes rippleOne {
    70% {box-shadow: 0 0 0 70px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}
/*=== Homepage ===*/
.thsn-effect-img-2 img,
.thsn-effect-img img,
.thsn-abs-img img {
    border-radius: 2px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
}
.thsn-abs-img {
    position: absolute;
    bottom: -30px;
    right: 0;
}
.thsn-right-pad-btn .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 128px;
}
.thsn-brdr-btm-effect > .vc_column-inner:before {
    border-bottom: 3px solid #86bb46;
    border-radius: 2px;
}
.thsn-effect-square:after {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 170px;
    height: 170px;
    content: " ";
    background: #000;
}
.thsn-effect-dot:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 70%;
    content: " ";
    background: url('../images/pattern-01.jpg') repeat 0 0;
}
.thsn-effect-dot2:before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 70%;
    content: " ";
    background: url('../images/pattern-01.jpg') repeat 0 0;
}
/* --------------------------------------
 * Custom font
 * ---------------------------------------*/
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel-title,
.thsn-timeline,
.main-form input[type="text"],
.main-form input[type="email"],
.main-form input[type="password"],
.main-form input[type="tel"],
.main-form select,
.main-form textarea{
   font-family: 'Mulish', sans-serif;
}
/* --------------------------------------
 * woocommerce
 * ---------------------------------------*/
.woocommerce .woocommerce-ordering {
    margin-bottom: 40px;
}
.woocommerce .woocommerce-result-count {
    margin-top: 17px;
}
/*=== product box ===*/
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3{
    font-size: 20px;
    line-height: 30px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center;
}
.woocommerce ul.products li.product a img {
    border: 1px solid #e5e8ef;
    border-radius: 5px;
}
.woocommerce ul.products li.product .onsale {
    padding: 0px 12px;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 2;
    text-transform: uppercase;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: normal;
    transform-origin: normal;
    border-radius: 0px;
    top: 13px;
    left: 10px;
    bottom: auto;
    right: auto;
    font-weight: 500;
    letter-spacing: 2px;
}
.woocommerce ul.products li.product .price {
    font-size: 15px;
    color: #888;
}
.woocommerce ul.products li.product .price del {
    margin-right: 5px;
}
.woocommerce ul.products li.product .button{
    margin-top: 1em;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
}
.woocommerce ul.products li.product .button:hover{
    background-color: #09162a;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    top: 10px;
    right: 6px;
}
.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
    position: absolute;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*=== Woocommerce Details Page ===*/
.woocommerce div.product .product_title{
    font-size: 26px;
    line-height: 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
     margin-right: 8px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    font-size: 13px;
    color: #fff;
    border: 1px solid #e2e2e2;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    padding: 16px 30px 16px;
    transition: all 500ms ease;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #242424;
    background: #ffffff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
    opacity: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0px !important;
    margin: 0px 0 0px !important;
    border: none !important;
    line-height: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
    display: none;
    border: none;
}
.woocommerce div.product .woocommerce-tabs .panel{
    background: #fff !important;
    margin-top: 0px;
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 0;
    margin-top: -1px;
}
.woocommerce-Tabs-panel h2{
    font-size: 20px;
    margin-top: 0;
    line-height: 28px;
}
/*=== woocommerce div.product form.cart ===*/
.woocommerce div.product form.cart .button{
    margin-top: 0;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 0;
}
.woocommerce div.product form.cart .button:hover{
    background-color: #09162a;
}
/*=== .woocommerce .quantity .qty ===*/
.woocommerce .quantity .qty {
    height: 42px;
    margin-right: 5px;
}
/*=== woocommerce div.product p.price ===*/
.woocommerce div.product p.price,
.woocommerce div.product span.price{
    font-size: 15px;
    color: #888;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del{
    margin-right: 5px;
}
/*=== woocommerce div.product div.images ===*/
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
    z-index: 5;
}
/*=== woocommerce table.shop_attributes ===*/
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    padding: 5px 7px;
}
/*=== .woocommerce ul.products li.product .onsale ===*/
.woocommerce span.onsale {
    padding: 0px 12px;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 2;
    text-transform: uppercase;
    -webkit-transform: translateX(-100%) rotateZ(-90deg);
    transform: translateX(-100%) rotateZ(-90deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    border-radius: 0;
    top: 13px;
    left: 10px;
    bottom: auto;
    right: auto;
    font-weight: 500;
    letter-spacing: 2px;
}
/*=== related products ===*/
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.cart_totals h2,
.related.products h2{
    font-size: 28px;
    line-height: 38px;
}
/*=== .woocommerce-cart .wc-proceed-to-checkout ===*/
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
    margin-top: 0;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 0;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce ul.products li.product .button:hover{
    background-color: #09162a;
    color: #fff;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 115px;
    height: 43px;
}
/*=== Sidebar button ===*/
.woocommerce .widget_shopping_cart .buttons a:not(.wcppec-cart-widget-button),
.woocommerce.widget_shopping_cart .buttons a:not(.wcppec-cart-widget-button),
.woocommerce .widget_price_filter .price_slider_amount .button{
    margin-top: 0;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 0;
}
.woocommerce .widget_shopping_cart .buttons a.checkout:not(.wcppec-cart-widget-button),
.woocommerce.widget_shopping_cart .buttons a.checkout:not(.wcppec-cart-widget-button){
    background-color: #09162a;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 5px;
}
/*=== widget_price_filter ===*/
.woocommerce .widget_price_filter .price_slider{
    margin-bottom: 25px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    cursor: ew-resize;
    outline: none;
    box-sizing: border-box;
    opacity: 1;
    top: -5px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    height: 5px;
    background-color: #222;
}
.woocommerce ul.products li.product .price ins{
    text-decoration: none;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled, .woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled, .woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled]{
    color: #fff;
}
.woocommerce .cart .button{
    padding: 10px 22px !important;
}
.woocommerce .col-1,
.col-2{
    max-width:none;
}
.woocommerce form .form-row {
    display: block;
}
/*=== woocommerce-pagination ===*/
.woocommerce-pagination{
    text-align: center;
    margin-top: 50px;
    margin-bottom:  80px;
 }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
    padding: 15px 17px;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    margin: 0 2px;
    border: 1px solid #eee;
    color: #2c2c2c;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li{
    border: none;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    font-size: 13px;
}
.woocommerce div.product form.cart table.woocommerce-grouped-product-list tbody tr,
.woocommerce div.product form.cart table.variations tbody tr{
    border: 0;
}
.woocommerce div.product form.cart .variations label {
    margin-top: 12px;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 8px 0;
}
.woocommerce ul.product_list_widget del {
    margin-right: 16px;
    color: #b5b5b5;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 54px;
    border: 1px solid #eee;
}
/*=== woocommerce-product-search ===*/
.woocommerce-product-search [type=submit] {
    position: absolute;
    right: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 50%;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    font-size: 0;
    z-index: 1;
    width: 50px;
}
.woocommerce-product-search:after {
    font-family: "themesion-base-icons";
    content: '\e800';
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
    z-index: 1;
    color: #dbdbdb;
    font-size: 20px;
}

/* woocommerce 8.4.0 */
.wc-block-components-button:not(.is-link) {
	background-color: var(--thsn-dentiq-global-color);
	color: var(--thsn-dentiq-white-color);
	border-radius: 0;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 20px !important;
	-webkit-transition: all .25s ease-in-out !important;
	transition: all .25s ease-in-out !important;
	text-transform: uppercase;
}
span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title,
.is-large.wc-block-cart .wc-block-cart-items th {
	color: var(--thsn-dentiq-blackish-color) !important;
}
.wc-block-components-button:not(.is-link):hover {
	color: var(--thsn-dentiq-white-color);
	background-color: var(--thsn-dentiq-blackish-color);
}
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-text-input input[type=text]{
	border-radius: 0 !important;
}
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items th {
	padding: 5px 16px 5px 15px !important;
}
.wc-block-cart-items .wc-block-cart-items__header{
	border-bottom: none;
}
.wc-block-cart-items tbody .wc-block-cart-items__row{
	border: none;
	border-left: 1px solid rgba( var(--thsn-dentiq-blackish-color-rgb), 0.2);
	border-right: 1px solid rgba( var(--thsn-dentiq-blackish-color-rgb), 0.2);
}
.wc-block-checkout__add-note .wc-block-components-textarea,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url]{
	border: 1px solid rgba( var(--thsn-dentiq-blackish-color-rgb), 0.2) !important;
}
.wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=text]{
	color: rgba( var(--thsn-dentiq-blackish-color-rgb), 0.8) !important;
	font-size: 15px !important;
}
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-checkout__add-note .wc-block-components-textarea:focus,
.wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .wc-block-components-text-input input[type=email]:focus, .wc-block-components-text-input input[type=number]:focus, .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-text-input input[type=text]:focus, .wc-block-components-text-input input[type=url]:focus {
	box-shadow: 0 0 0 1px var(--thsn-dentiq-blackish-color) !important;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{
	font-weight: 500 !important;
	color: var(--thsn-dentiq-blackish-color) !important;
}
.wc-block-components-button:not(.is-link) {
	padding: 15px 40px;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
	box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
}
.wc-block-checkout__sidebar .wc-block-components-product-name {
	font-size: 18px;
	line-height: 18px;
	color: var(--thsn-dentiq-blackish-color) !important;
	letter-spacing: 0.5px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
	padding-top: 0 !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
	border: 1px solid var(--thsn-dentiq-secondary-color) !important;
	padding: 0 !important;
	font-size: 12px;
}
.woocommerce-cart .wc-block-grid__product-title{
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 0 !important;
}
.woocommerce-cart .wc-block-grid__product-price.price{
	font-size: 15px;
	color: var(--thsn-dentiq-blackish-color);
}
.wc-block-cart-items__row .wc-block-components-product-name {
	font-size: 22px;
	line-height: 22px !important;
}
.woocommerce form.woocommerce-form-login .form-row input.input-text {
	background-color: var(--thsn-dentiq-light-bg-color);
}
.wc-block-components-form .wc-block-components-checkout-step {
	margin: 0 0 30px !important;
}
/* star-rating */
.woocommerce .products .star-rating {
	display: inline-block;
	margin-bottom: 0;
}
.woocommerce .star-rating {
	width: 80px;  
}
.woocommerce .star-rating::before {
	color: var(--thsn-dentiq-blackish-color);
}
.woocommerce .star-rating span::before {
	color: var(--thsn-dentiq-global-color);
}
.woocommerce p.stars a:hover {
	color: var(--thsn-dentiq-blackish-color);
}
.woocommerce .star-rating span:before, 
.woocommerce .star-rating:before {
	font-size: 12px;
	letter-spacing: 4px;
}
.pbminfotech-sidebar .woocommerce ul.cart_list li .star-rating,
.pbminfotech-sidebar .woocommerce ul.product_list_widget li .star-rating {
	margin: 6px 0;
}
@media (max-width: 575px) {
	.wc-block-grid__products .wc-block-grid__product-image img,
	.woocommerce ul.products li.product img {
		padding: 60px 30px;
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a .wp-post-image {
		padding: 90px 50px;
	}
}
/* --------------------------------------
 * Booking calendar
 * ---------------------------------------*/
/* Booking calendar */
.booking_calendar_main_container .wpda-booking-calendar-head {
	padding: 44px;
}
.booking_calendar_main_container .week-day-name .wpda-day-header{
	background-color: #42474d !important;
}
.booking_calendar_main_container .wpda-booking-calendar-head *,
.main-holder .booking_calendar_main_container .week-day-name .wpda-day-number{
	color: #fff !important;
}
.wpda-booking-calendar-head,
.wpdevart-calendar-container > div.week-day-name{
	border: none !important;
}
.main-holder .week-day-name .wpda-day-header {
	padding: 12px 0 !important;
}
.booking_calendar_main_container .wpdevart-calendar-container > div:not(.week-day-name) {
	height: 113px !important;
}
.booking_calendar_main_container .wpda-day-header{
	background-color: transparent !important;
}
.wpda-day-number {
	float: none !important;
	width: auto !important;
}
.wpdevart-booking-form {
	margin: 20px 0 !important;
	padding: 34px !important;
	border: none !important;
	background-color: #42474d !important;
}
.wpdevart-booking-form .wpdevart-fild-item-container .wpdevart-booking-form label {
	color: #ffffff !important;
	display: inline-block;
	margin-bottom: 7px;
	font-weight: normal;
	font-style: normal;
}
.wpdevart-booking-form h4.form_title {
	margin: 0px 0 14px !important;
	font-weight: normal;
	font-style: italic;	
	line-height: 1;
}
.wpdevart-booking-form .wpdevart-fild-item-container label {
	color: #676363;
	display: inline-block;
	margin-bottom: 7px;
	font-weight: normal;
	font-style: normal !important;
}
.booking_calendar_main_container .wpdevart-booking-form div.check-info {
	font-size: 14px;
}
.wpdevart-booking-form-container{
	width: 100%;
	margin: 0 auto;
}
.wpdevart-check-section {
	width: 47%;
	padding: 18px;
	background-color: rgba(255, 255, 255, 0.10);
}
.wpdevart-booking-form .wpdevart-fild-item-container textarea,
.wpdevart-booking-form .wpdevart-fild-item-container input[type="text"] {
	width: 100% !important;
}
.wpdevart-form-section {
	margin-left: 5% !important;
}
.wpdevart-booking-form .wpdevart-fild-item-container input[type="text"],
.wpdevart-booking-form .wpdevart-fild-item-container input[type="checkbox"],
.wpdevart-booking-form .wpdevart-fild-item-container select,
.wpdevart-booking-form .wpdevart-fild-item-container textarea {
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
	background: rgba(255, 255, 255, 0.15) !important;
	padding: 8px !important;
}
.wpdevart-booking-form .select2-container--default .select2-selection--single {
	background: transparent !important;
	border-color: #ddd  !important;
} 
.wpdevart-total-price.reserv_info_row {
	background: rgba(255, 255, 255, 0.15);
	padding: 17px 20px;
}
.wpdevart-submit{
	background-color: var(--thsn-dentiq-global-color) !important;
}

/* Booking calendar 2 */
body table.booked-calendar thead tr:first-child th{
	height: 100px;
}
body table.booked-calendar th .monthName{
	font-size: 20px !important;
}
body table.booked-calendar tr.days th,
body #booked-profile-page .booked-tabs{
	background-color: #42474d !important;
}
body table.booked-calendar tr.days th {
	padding: 18px 0 !important;
	font-size: 14px !important;
}
body table.booked-calendar tr.days th,
body #booked-profile-page .booked-tabs {
	border-color: #6b6b6b !important;
}
body .booked-modal input[type=submit].button-primary:hover,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover{
	background-color: #42474d !important;
	border-color: #42474d !important;
}
body table.booked-calendar th .monthName a {
	font-size: 14px !important;
	color: rgba(255, 255, 255, 0.51) !important;
}


/* --------------------------------------
 * Custom Box Shadow ( Theme Special )
 * ---------------------------------------*/
.thsn-image-shadow-1 .vc_figure,
.thsn-box-shadow-1{
 	box-shadow: 0px 9px 35px 0px rgba(26, 47, 106, 0.07);
}
.thsn-image-radius-1 .vc_figure,
.thsn-border-radius-1{
 	border-radius: 5px;
 	overflow: hidden;
 }
.thsn-border-radius-lr-1 .thsn-stretched-div{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}
.border-bottom-1px-skincolor {
    border-bottom: 1px solid #dee2e6;
}
.thsn-medical-icon-brand {
    position: absolute;
    z-index: 9;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
}
.thsn-medical-icon-brand .elementor-icon,
.thsn-medical-icon-brand .vc_icon_element-inner{
    box-shadow: 0px 9px 35px 0px rgba(26, 47, 106, 0.07);
}
.thsn-medical-icon-brand:before{
    background: url(../images/thsn-medical-icon-brand-pattarn.png) repeat 0 0;
    content: "";
    position: absolute;
    width: 100px;
    height: 210px;
    left: -50px;
    top: -53px;
}
/*=== thsn-heading-phone-icon ===*/
.thsn-heading-phone-icon{
    position: relative;
    padding-left: 30px;
}
.thsn-heading-phone-icon:after{
    font-family: "themesion-base-icons";
    content: '\e829';
    position: absolute;
    left: 0px;
    top: 0;
    font-size: 25px;
    font-weight: normal;
}
/*=== thsn-heading-phone-icon ===*/
.thsn-vertical-sep .vc_column_container:after{
    content: '';
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.22);
    position: absolute;
    top: 0;
}
.thsn-vertical-sep .vc_column_container:first-child:after{
    display: none;
}
/*=== custom-widget-style-1 ===*/
.widget.custom-widget-style-1{
   padding: 0;
   border:none;
   position: relative;
}
.widget.custom-widget-style-1 .single-service-contact {
    position: relative;
    overflow: hidden;
    line-height: 24px;
    color: #fff;
}
.widget.custom-widget-style-1 .single-service-contact-inner{
    text-align: center;
    color: #fff;
    padding: 0 30px 15px;
    position: relative;
}
.widget.custom-widget-style-1 .single-service-contact-inner .thsn-iconbox{
    margin-bottom: 30px;
}
.widget.custom-widget-style-1 .single-service-contact-inner:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 344px solid white;
    border-bottom: 0px solid transparent;
    left: -10px;
    top: -57px;
    transform: rotate(-7deg);
}
.widget.custom-widget-style-1 .single-service-contact-inner:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 73px solid transparent;
    border-right: 382px solid #4f87fb;
    border-bottom: 0px solid transparent;
    left: -9px;
    top: -83px;
    transform: rotate(4deg);
}
.widget.custom-widget-style-1 .single-service-contact h2{
    font-size: 22px;
    line-height: 24px;
    color: #fff;
}
.widget.custom-widget-style-1 .single-service-contact i{
    font-size: 60px;
    line-height: 60px;
}
.widget.custom-widget-style-1 .single-service-contact a.btn-link{
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
    border-radius: 2em;
    background-color: #fff;
    display: inline-block;
}
.widget.custom-widget-style-1 .single-service-contact a.btn-link:hover{
    text-decoration: none;
    color: #fff;
}
.thsn-circle {
    position: relative;
    text-align: center;
}
.thsn-circle canvas {
    max-width: 100%;
    height: auto !important;
    background-color: #fff;
    border-radius: 50%;
}
.thsn-circle-number {
    position: absolute;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
}


/* --------------------------------------
* Booking calendar for fee plugin
* ---------------------------------------*/
.wpdevart-booking-form {
	margin: 10px 0 90px 0 !important;
	padding: 34px !important;
	border: none !important;
	background-color: #F1F3F5!important;
}
.wpdevart-booking-form form.div-for-clear{
	background-color: white;
	padding: 30px;
	padding-bottom: 48px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.20);
	box-shadow: 0 1px 5px rgba(0,0,0,0.20);
}
.current-date-info {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
}
.wpda-previous a, .wpda-next a{
	color: #fff !important;
}
.wpda-previous span, .wpda-next span{
	display: none;
}
.booking_calendar_main_container .wpda-booking-calendar-head .next_year_info{
	margin-left: 10px;
}
.booking_calendar_main_container .wpda-booking-calendar-head .prev_year_info{
	margin-right: 10px;
}
.wpda-previous a,
.wpda-next a{
	display: inline-block;
	width: 45px;
	height: 45px;
	border: 2px solid #fff !important;
	border-radius: 50%;
	text-align: center;
	position: relative;
	top: 15px;
}
.wpda-previous a, 
.wpda-next a,
.booking_calendar_main_container .wpda-booking-calendar-head .prev_year_info,
.booking_calendar_main_container .wpda-booking-calendar-head .next_year_info{
	font-size: 0;
	color: #fff !important;
}
.wpda-previous a::before, 
.wpda-next a::after,
.booking_calendar_main_container .wpda-booking-calendar-head .prev_year_info::before,
.booking_calendar_main_container .wpda-booking-calendar-head .next_year_info::after{
	font-family: "themesion-base-icons";
	font-size: 23px;
	margin: 0px;
	width: 20px;
	height: 40px;
	line-height: 37px;
	display: inline-block;
	border-radius: 50%;
	font-weight: normal;
}
.wpda-previous a::before,
.booking_calendar_main_container .wpda-booking-calendar-head .prev_year_info::before{
	content: "\e81e";
}
.wpda-next a::after,
.booking_calendar_main_container .wpda-booking-calendar-head .next_year_info::after{
	content: "\e814";
}
.booking_calendar_main_container .wpda-booking-calendar-head .wpda-month-name{
	display: none !important;
}
.current-date-info .wpda-current-month{
	margin-top: 10px;
	display: block;
	font-size: 24px;
	text-transform: uppercase;
}
.wpdevart-day .wpda-day-header .wpda-day-number{
	border: 2px solid transparent;
	border-radius: 50%;
	height: 60px !important;
	width: 60px !important;
	display: inline-block;
	float: none;
}
.wpdevart-day.past-month-day .wpda-day-header .wpda-day-number,
.wpdevart-day:not(.past-month-day) .wpda-day-header .wpda-day-number{
	line-height: 60px; 
}
.wpdevart-hour-item.hour_selected, 
.wpdevart-calendar-container > div.selected{
	box-shadow: none;
}
.wpdevart-total-price.reserv_info_row{
	background-color: transparent;
	color: #545454;
}
.wpdevart-calendar-container > div.wpdevart-available.past-day .wpda-day-header .wpda-day-number{
	border-color: rgb(0 0 0 / 10%) !important
}
.wpdevart-calendar-container > div.selected .wpda-day-header{
	background-color: transparent !important;
}
#booking_calendar_container_1 .wpda-day-number {
	font-weight: 600 !important;
}
body .booking_calendar_main_container #booking_calendar_container_1 .wpdevart-hour-available .wpdevart-hour span,
body .booking_calendar_main_container #booking_calendar_container_1 .wpdevart-available div.wpda-day-header{
	background-color: transparent !important;
}
body #booking_calendar_container_1 .wpdevart-hour-available .wpdevart-hour span,
body #booking_calendar_container_1 .wpdevart-available .wpda-day-header .wpda-day-number{
	color: #130947 !important;
}
.wpdevart-booking-form .div-for-clear {
	background: none;
	padding: 0;
}
.wpdevart-booking-form-container,
.booking_calendar_container,
.booking_calendar_main_container {
	max-width: 100% !important;
}
.booking_calendar_main_container .wpda-booking-calendar-head{
	padding: 44px;
}
.wpda-booking-calendar-head, 
.wpdevart-calendar-container > div.week-day-name{
	border: none !important;
}
body .booking_calendar_main_container .booking_calendar_container .current-date-info .wpda-current-month,
body .booking_calendar_main_container .booking_calendar_container .wpda-current-year,
body .booking_calendar_main_container .booking_calendar_container .week-day-name .wpda-day-number .week-day-screen{
	color: #fff !important;
}
.booking_calendar_main_container .week-day-name .wpda-day-header {
	padding: 12px 0 !important;
}
.booking_calendar_main_container .week-day-name .wpda-day-header {
	background-color: #130947 !important;
}
.booking_calendar_main_container .wpdevart-calendar-container > div:not(.week-day-name){
	height: 120px !important;
	padding-top: 28px;
	padding-bottom: 30px !important;
}
.booking_calendar_main_container .wpda-day-header{
	background-color: transparent !important;
}
.wpdevart-booking-form-container{
	width: 100%;
	margin: 0 auto;
}
.booking_calendar_container{
	width: 100%;
}
.wpdevart-check-section{
	width: 47%;
	padding: 18px;
	background-color: rgba(255, 255, 255, 0.10);
}
.wpdevart-booking-form .wpdevart-fild-item-container label{
	display: inline-block;
	margin-bottom: 7px;
	font-weight: normal;
	font-style: normal !important;
}
.wpdevart-booking-form .wpdevart-fild-item-container select option{
	color: #130947 !important;
}
.wpdevart-booking-form .wpdevart-fild-item-container select,
.wpdevart-booking-form .wpdevart-fild-item-container textarea,
.wpdevart-booking-form .wpdevart-fild-item-container input[type="text"]{
	width: 100% !important;
}
.booking_calendar_main_container  .wpdevart-form-section h4.form_title{
	margin: 0px 0 14px !important;
	font-weight: 600 !important;
	font-style: normal;
	line-height: 1;
	font-size: 20px;
	padding-top: 20px !important;
	background-color: transparent !important;
}
.check-info{    
	font-size: 14px;
}
.wpdevart-submit{
	background-color: #4f87fb;
}
.wpda-previous a, 
.wpda-next a{
	font-weight: 600 !important;
}
.wpdevart-calendar-container > div {
	text-align: center;
}
.wpda-day-number {
	color: #130947;
	font-size: 13px;
}
.wpda-day-number {
	width: 100%; 
}
.wpdevart-submit {
	padding: 20px 0px !important;
}
.wpdevart-booking-form .wpdevart-fild-item-container select{
	border: none;
}
.wpdevart-booking-form .wpdevart-fild-item-container input[type="text"],
.wpdevart-booking-form .wpdevart-fild-item-container input[type="checkbox"],
.wpdevart-booking-form .wpdevart-fild-item-container select,
.wpdevart-booking-form .wpdevart-fild-item-container textarea,
.wpdevart-booking-form .wpdevart-fild-item-container .ts-select {
	border-color: #ddd !important;
}
.day-availability{
	margin-top: 5px;
}
.wpdevart-day.wpdevart-available.selected::after{
	font-family: themesion-base-icons;
	content: "\e803";
	position: absolute;
	top: 10px;
	right: 10px;
}
.wpdevart-booking-legends{
	padding-left: 34px !important;
}
.booking_calendar_main_container .wpda-booking-calendar-head, 
.wpdevart-hour-item.hour_selected .wpdevart-hour span, 
.wpdevart-calendar-container > div.selected 
.wpda-day-header, 
.wpdevart-submit {
    background: var(--thsn-dentiq-global-color) !important;
}
body .booking_calendar_main_container .booking_calendar_container .wpdevart-calendar-container>div.wpdevart-available .wpda-day-header {
    background: var(--thsn-dentiq-global-color) !important;
}
body .booking_calendar_main_container #booking_calendar_container_1 div.selected .wpda-day-header .wpda-day-number {
    color: var(--thsn-dentiq-global-color) !important;
}
.wpdevart-day.selected .wpda-day-header .wpda-day-number {
    border-color: var(--thsn-dentiq-global-color);
}
.booking_calendar_container .booking_calendar_main .wpdevart-calendar-container .wpdevart-hour-item.hour_selected .wpdevart-hour span, 
body #booking_calendar_main_container_1 .booking_calendar_container .booking_calendar_main .wpdevart-calendar-container div.selected .wpda-day-header {
    background-color: transparent !important;
}


/* --------------------------------------
 * Button
 * ---------------------------------------*/

 .elementor-button.elementor-size-md {
    padding: 16px 42px;
    font-size: 14px;
}
.thsn-elementor-size-md .vc_btn3.vc_btn3-size-lg,
.thsn-elementor-size-md .elementor-button.elementor-size-md {
	padding: 16px 42px;
}
.thsn-btn-style-outline .elementor-button {
    background-color: transparent!important;
    background-image: none !important;
    border: 2px solid var(--thsn-dentiq-global-color);
    color: var(--thsn-dentiq-global-color);
}

.thsn-btn-style-outline:not(:hover) .elementor-button {
    background-color: transparent;
}

.thsn-text-white .elementor-widget-container {
    color: var(--thsn-dentiq-white-color);
}


/* Outline style  */

.thsn-btn-color-light.thsn-btn-style-outline.elementor-widget-button .elementor-button {
    color: var(--thsn-dentiq-blackish-color);
    border-color: #d5d5d5;
}

.thsn-btn-color-light.thsn-btn-style-outline.elementor-widget-button .elementor-button:hover {
    border-color: transparent;
    background-color: var(--thsn-dentiq-global-color)!important;
}

.thsn-btn-style-outline.thsn-btn-color-blackish .elementor-button {
    border-color: var(--thsn-dentiq-blackish-color);
    color: var(--thsn-dentiq-blackish-color);
}

.thsn-btn-style-outline.thsn-btn-color-blackish .elementor-button:hover {
    border-color: var(--thsn-dentiq-global-color);
    color: var(--thsn-dentiq-global-color);
}

.thsn-btn-style-outline.thsn-btn-color-globalcolor .elementor-button {
    border-color: var(--thsn-dentiq-global-color);
    color: var(--thsn-dentiq-global-color)!important;
}

.thsn-btn-style-outline.thsn-btn-color-globalcolor .elementor-button:hover {
    color: var(--thsn-dentiq-blackish-color)!important;
    border-color: var(--thsn-dentiq-blackish-color);
}

.thsn-btn-style-outline.thsn-btn-color-secondary .elementor-button {
    border-color: var(--thsn-dentiq-secondary-color);
    color: var(--thsn-dentiq-secondary-color);
}

.thsn-btn-style-outline.thsn-btn-color-secondary .elementor-button:hover {
    color: var(--thsn-dentiq-blackish-color);
    border-color: var(--thsn-dentiq-blackish-color);
}

.thsn-btn-style-outline.thsn-btn-color-white .elementor-button {
    border-color: var(--thsn-dentiq-white-color);
    color: var(--thsn-dentiq-white-color);
}

.thsn-btn-style-outline.thsn-btn-color-white .elementor-button:hover {
    background-color: var(--thsn-dentiq-white-color)!important;
	color: var(--thsn-dentiq-blackish-color);
}


/* Flat button */

.thsn-btn-style-flat.thsn-btn-color-light .elementor-button:not(:hover) {
    background-color: var(--thsn-dentiq-light-bg-color) !important;
}

.thsn-btn-style-flat.thsn-btn-color-light .elementor-button:hover {
    background-color: var(--thsn-dentiq-blackish-color) !important;
    color: var(--thsn-dentiq-white-color);
}

.thsn-btn-style-flat.thsn-btn-color-globalcolor .elementor-button:not(:hover) {
    background-color: var(--thsn-dentiq-global-color) !important;
}

.thsn-btn-style-flat.thsn-btn-color-globalcolor .elementor-button:hover {
    background-color: var(--thsn-dentiq-blackish-color) !important;
    color: var(--thsn-dentiq-white-color);
}
.thsn-bg-color-blackish .vc_btn3-color-globalcolor.vc_general.vc_btn3:hover,
.thsn-elementor-bg-color-blackish .thsn-btn-style-flat.thsn-btn-color-globalcolor .elementor-button:hover {
    background-color: var(--thsn-dentiq-white-color) !important;
    color: var(--thsn-dentiq-blackish-color);
}

.thsn-btn-style-flat.thsn-btn-color-secondary .elementor-button:not(:hover) {
    background-color: var(--thsn-dentiq-secondary-color) !important;
}

.thsn-btn-style-flat.thsn-btn-color-secondary .elementor-button:hover {
    background-color: var(--thsn-dentiq-global-color) !important;
    color: var(--thsn-dentiq-blackish-color);
}

.thsn-btn-style-flat.thsn-btn-shape-rounded.thsn-btn-color-secondary .elementor-button:hover,
.thsn-btn-style-flat.thsn-btn-color-secondary .elementor-button:hover span:before {
    background-color: var(--thsn-dentiq-blackish-color) !important;
}

.thsn-btn-style-flat.thsn-btn-shape-rounded.thsn-btn-color-secondary .elementor-button:hover {
    color: var(--thsn-dentiq-white-color);
}

.thsn-btn-style-flat.thsn-btn-color-secondary .elementor-button:hover span:after {
    color: var(--thsn-dentiq-blackish-color) !important;
}

.thsn-btn-style-flat.thsn-btn-color-blackish .elementor-button:not(:hover) {
    background-color: var(--thsn-dentiq-blackish-color) !important;
}

.thsn-btn-style-flat.thsn-btn-color-blackish .elementor-button:hover {
    background-color: var(--thsn-dentiq-global-color) !important;
    color: var(--thsn-dentiq-white-color);
}


/* Normal text button  */

.thsn-btn-style-text .elementor-button {
    padding: 0;
    background-color: transparent;
}

.thsn-btn-style-text.thsn-btn-color-white .elementor-button {
    color: var(--thsn-dentiq-white-color);
}

.thsn-btn-style-text.thsn-btn-color-blackish .elementor-button,
.thsn-btn-style-text.thsn-btn-color-white .elementor-button:hover {
    color: var(--thsn-dentiq-blackish-color);
}

.thsn-btn-style-text.thsn-btn-color-gradient .elementor-button {
    border-image-source: none !important;
    background-image: none !important;
}

.thsn-btn-style-text.thsn-btn-color-globalcolor .elementor-button:hover,
.thsn-btn-style-text.thsn-btn-color-secondary .elementor-button {
    color: var(--thsn-dentiq-secondary-color);
}

.thsn-btn-style-text.thsn-btn-color-globalcolor .elementor-button,
.thsn-btn-style-text.thsn-btn-color-light .elementor-button:hover,
.thsn-btn-style-text.thsn-btn-color-blackish .elementor-button:hover,
.thsn-btn-style-text.thsn-btn-color-secondary .elementor-button:hover {
    color: var(--thsn-dentiq-global-color);
}

.thsn-btn-style-text.thsn-btn-color-light .elementor-button {
    color: var(--thsn-dentiq-light-bg-color);
}

.thsn-btn-style-outline .elementor-button.elementor-size-sm {
    padding: 12px 40px;
	font-size: 14px;
}

.thsn-full-btn .elementor-button {
    font-size: 20px;
    font-weight: 600;
    border: none;
    box-shadow: inherit;
    text-transform: inherit;
    color: #232323;
    letter-spacing: 0;
    padding-right: 12px;
    padding-left: 0px;
    padding-top: 12px;
    padding-bottom: 0px;
    display: block;
    text-align: left;
}

.thsn-full-btn .elementor-button i {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 45px;
    right: 0 !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.thsn-full-btn .elementor-button-content-wrapper {
    align-items: center;
}

.thsn-full-btn .elementor-button:hover {
    background: none !important;
    color: #0c121d !important;
}

.thsn-full-btn .elementor-button:hover i {
    background: #0c121d !important;
}

.thsn-shadow-btn.thsn-btn-shape-rounded .elementor-size-xl {
    padding: 14px 60px;
    font-size: 15px;
    border-radius: 32px;
}

.thsn-btn-style-text .elementor-button {
    position: relative;
    display: inline-block;
}

.thsn-btn-style-text .elementor-button:after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #f5f5f5;
    bottom: -2px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.thsn-btn-style-text .elementor-button:hover:after {
    width: 0%;
}

/* accordion */
.elementor-accordion .elementor-tab-title {
	border-bottom: 2px solid #efefef;
}
span.elementor-accordion-icon svg {
	fill: var(--thsn-dentiq-global-color) !important;
}

.elementor-accordion-item-style2 .elementor-accordion .elementor-tab-title {
	background-color: var(--thsn-dentiq-light-bg-color);
	margin-bottom: 30px;
	border: none;
}
.elementor-accordion-item-style2 .elementor-accordion .elementor-tab-title.elementor-active {
	background-color: var(--thsn-dentiq-global-color);
	margin-bottom: 0;
}
.elementor-accordion-item-style2 .elementor-accordion .elementor-tab-title.elementor-active a {
	color: #fff !important;
}
.elementor-accordion-item-style2 span.elementor-accordion-icon svg {
	fill: var(--thsn-dentiq-blackish-color) !important;
}
.elementor-accordion-item-style2 .elementor-tab-title.elementor-active span.elementor-accordion-icon svg {
	fill: #fff !important;
}
.elementor-accordion-item-style2 .elementor-tab-content {
    margin-bottom: 30px;
}

/* --------------------------------------
 * Progress Bar
 * ---------------------------------------*/

 .elementor-widget-progress .elementor-progress-bar {
    height: 6px;
}

.elementor-widget-progress .elementor-progress-percentage {
    padding-right: 0;
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 15px;
	color: var(--thsn-dentiq-blackish-color);
	font-weight: 700;
}

.elementor-widget-progress .elementor-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
}

.elementor-progress-wrapper {
    position: relative;
    background-color: #f7f9fa;
    color: #fff;
    height: 100%;
    -webkit-border-radius: 0px;
    border-radius: 0;
    overflow: visible !important;
}
.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
    background-color: var(--thsn-dentiq-global-color);
}

.elementor-widget-progress-1 .elementor-progress-wrapper {
	background-color: var(--thsn-dentiq-blackish-color);
}
.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
	position: relative;
}
.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar::before {
	content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    right: 0;
    top: -4px;
    border: 3px solid var(--thsn-dentiq-global-color);
}

/* list elementor  */
.elementor-widget .elementor-icon-list-item, 
.elementor-widget .elementor-icon-list-item a {
	align-items: inherit !important;
}
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
    padding-top: 5px;
}

/* Elementor Tabs  */
.elementor-widget-tabs .elementor-tabs-wrapper {
	border-bottom: 1px solid #e5e8ef;
	display: flex;
}
.elementor-widget-tabs .elementor-tab-content {
    padding: 45px 20px 0 20px !important;
}
.ele_tab-panel-body .thsn-column-inner img {
	border-radius: 8px;
}
.elementor-tab-content .themesion-ul-list {
    padding-top: 35px;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
	border-bottom: 2px solid transparent !important;
}
.elementor-widget-tabs .elementor-tab-mobile-title i,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title i {
	font-size: 24px;
	margin-right: 15px;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
	border-bottom-color: var(--thsn-dentiq-global-color) !important;
}
.elementor-widget-tabs .elementor-tab-mobile-title.elementor-active i,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active i {
	color: var(--thsn-dentiq-global-color);
}
.elementor-tab-mobile-title.elementor-active .elementor-tab-title-text,
.elementor-tab-desktop-title.elementor-active .elementor-tab-title-text {
	color: var(--thsn-dentiq-secondary-color);
	font-weight: 700;
}
.elementor-tab-content .ele_tab-panel-body h3 {
	font-size: 24px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 30px;
}