.thsn-spinner-box-style-1 {
	width: 135px;
	position: relative;
	border-radius: 50%;
}
.thsn-spinner-box-style-1 .thsn-ihbox-icon,
.thsn-spinner-box-style-1 .thsn-ihbox-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.thsn-spinner-box-style-1 .thsn-ihbox-icon i, 
.thsn-spinner-box-style-1 .thsn-ihbox-svg i,
.thsn-spinner-box-style-1 .thsn-ihbox-icon svg, 
.thsn-spinner-box-style-1 .thsn-ihbox-svg svg {
	fill: #fff;
	color: #fff;
}
.thsn-spinner-box-style-1 .thsn-ihbox-box .thsn-ihbox-svg .thsn-ihbox-svg-wrapper,
.thsn-spinner-box-style-1 .thsn-ihbox-box .thsn-ihbox-icon .thsn-ihbox-icon-wrapper{
	height: 80px;
    width: 80px;
	font-size: 40px;
	line-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 100%;
	color: #fff;
}
.thsn-spinner-box-style-1 .thsn-ihbox-svg-wrapper svg path,
.thsn-spinner-box-style-1 .thsn-ihbox-icon-wrapper{
	fill: var(--thsn-dentiq-white-color);
	color: var(--thsn-dentiq-white-color);
	display: block;
}
.thsn-spinner-box-style-1 .thsn-ihbox-box .thsn-circle-box svg{
	-webkit-animation-name: thsn_spin;
	-moz-animation-name: thsn_spin;
	-ms-animation-name: thsn_spin;
	-o-animation-name: thsn_spin;
	animation-name: thsn_spin;
	-webkit-animation-duration: 15s;
	-moz-animation-duration: 15s;
	-ms-animation-duration: 15s;
	-o-animation-duration: 15s;
	animation-duration: 15s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
	fill: var(--thsn-dentiq-blackish-color);
    transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
@-webkit-keyframes thsn_spin {
	from { -webkit-transform: rotate(0); }
	to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes thsn_spin {
	from { -moz-transform: rotate(0); }
	to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes thsn_spin {
	from { -ms-transform: rotate(0); }
	to { -ms-transform: rotate(360deg); }
}
@-o-keyframes thsn_spin {
	from { -o-transform: rotate(0); }
	to { -o-transform: rotate(360deg); }
}
@keyframes thsn_spin {
	from { transform: rotate(0); }
	to { transform: rotate(360deg); }
}


.thsn-spinner-box-style-1 .thsn-ihbox-box .thsn-ihbox-svg .thsn-ihbox-svg-wrapper,
.thsn-spinner-box-style-1 .thsn-ihbox-box .thsn-ihbox-icon .thsn-ihbox-icon-wrapper {
	background-color: var(--thsn-dentiq-global-color);
}

/* For Bg Color */
.thsn-text-color-white .thsn-spinner-box-style-1 .thsn-ihbox-box .thsn-ihbox-svg .thsn-ihbox-svg-wrapper,
.thsn-text-color-white .thsn-spinner-box-style-1 .thsn-ihbox-box .thsn-ihbox-icon .thsn-ihbox-icon-wrapper,
.thsn-elementor-bg-color-blackish .thsn-spinner-box-style-1 .thsn-ihbox-box .thsn-ihbox-svg .thsn-ihbox-svg-wrapper,
.thsn-elementor-bg-color-blackish .thsn-spinner-box-style-1 .thsn-ihbox-box .thsn-ihbox-icon .thsn-ihbox-icon-wrapper,
.thsn-elementor-bg-color-globalcolor .thsn-spinner-box-style-1 .thsn-ihbox-box .thsn-ihbox-svg .thsn-ihbox-svg-wrapper,
.thsn-elementor-bg-color-globalcolor .thsn-spinner-box-style-1 .thsn-ihbox-box .thsn-ihbox-icon .thsn-ihbox-icon-wrapper {
	background-color: var(--thsn-dentiq-white-color);
}
.thsn-text-color-white .thsn-spinner-box-style-1 .thsn-ihbox-icon i, 
.thsn-text-color-white .thsn-spinner-box-style-1 .thsn-ihbox-svg i,
.thsn-text-color-white .thsn-spinner-box-style-1 .thsn-ihbox-icon svg, 
.thsn-text-color-white .thsn-spinner-box-style-1 .thsn-ihbox-svg svg,
.thsn-elementor-bg-color-blackish .thsn-spinner-box-style-1 .thsn-ihbox-icon i, 
.thsn-elementor-bg-color-blackish .thsn-spinner-box-style-1 .thsn-ihbox-svg i,
.thsn-elementor-bg-color-blackish .thsn-spinner-box-style-1 .thsn-ihbox-icon svg, 
.thsn-elementor-bg-color-blackish .thsn-spinner-box-style-1 .thsn-ihbox-svg svg,
.thsn-elementor-bg-color-globalcolor .thsn-spinner-box-style-1 .thsn-ihbox-icon i, 
.thsn-elementor-bg-color-globalcolor .thsn-spinner-box-style-1 .thsn-ihbox-svg i,
.thsn-elementor-bg-color-globalcolor .thsn-spinner-box-style-1 .thsn-ihbox-icon svg, 
.thsn-elementor-bg-color-globalcolor .thsn-spinner-box-style-1 .thsn-ihbox-svg svg {
	fill: var(--thsn-dentiq-global-color);
	color: var(--thsn-dentiq-global-color);
}
.thsn-text-color-white .thsn-spinner-box-style-1 .thsn-ihbox-box .thsn-circle-box svg,
.thsn-elementor-bg-color-blackish .thsn-spinner-box-style-1 .thsn-ihbox-box .thsn-circle-box svg,
.thsn-elementor-bg-color-globalcolor .thsn-spinner-box-style-1 .thsn-ihbox-box .thsn-circle-box svg {
	color: #fff;
	fill: #fff;
}

@media(max-width:767px){
	.thsn-spinner-box-style-1{
		margin: 0 auto;
	}
}