
.thsn-header-style-5 .thsn-title-bar-content{
	padding-top: calc(var(--thsn-dentiq-header-height) + 60px) !important;
}
.thsn-header-style-5 .thsn-mobile-number a {
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: 0.3px;
	padding: 0 23px 0 30px;
	text-transform: uppercase;
	position: relative;
	color: var(--thsn-dentiq-blackish-color);
}
.thsn-header-style-5 .thsn-mobile-number a:hover {
	color: var(--thsn-dentiq-white-color);
}
.thsn-header-style-5 .thsn-mobile-number a::after {
	content: '\e835';
	font-family: "themesion-base-icons";
	left: 2px;
	top: 4px;
	position: absolute;
	font-size: 20px;
	line-height: 14px;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	display: inline-block;
	font-weight: normal !important;
	animation: ring 1.8s ease-out infinite;
}
@media (min-width: 1201px) {
	.thsn-header-style-5 {
		position: relative;
	}
	.thsn-header-style-5 .search-form input[type="search"] {
		height: 52px;
		line-height: 52px;
		border: none;
		background: var(--thsn-dentiq-white-color);
		border-radius: 7px;
		width: 204px;
		padding: 0 15px;
		color: #4B535D;
		font-size: 15px;
	}
	.thsn-header-style-5 .search-form input[type="search"]::placeholder {
		color: #4B535D;
	}
	.thsn-header-style-5 .search-form .search-submit::after {
		right: 15px;
		color: #4B535D;
		content: '\e804';
		font-size: 18px;
	}
	.thsn-header-style-5 .thsn-search-form-wrapper {
		display: flex;
		align-items: center;
		background: rgba(var(--thsn-dentiq-white-color-rgb), .6);
		padding: 5px 5px 5px 15px !important;
		backdrop-filter: blur(50px);
		height: 60px;
		border-radius: 7px;
		margin-right: 10px;
	}
	.thsn-header-style-5 .thsn-sticky-header .thsn-search-form-wrapper {
		background-color: rgba(var(--thsn-dentiq-blackish-color-rgb), .15);
	}
	.thsn-header-style-5 .thsn-header-overlay{
		position: absolute;
		z-index: 9;
		width: 100%;
		top: 15px;
	}
	.error404 .thsn-header-style-5 .thsn-header-overlay  {
		top: 45px;
	}
	.thsn-header-style-5 .thsn-sticky-header .container,
	.thsn-header-style-5 .thsn-pre-header-wrapper .container,
	.thsn-header-style-5 .thsn-header-wrapper .container{
		max-width: none;
    	padding: 0 30px;
	}
	.thsn-header-style-5 .thsn-right-box-area,
	.thsn-header-style-5 .thsn-logo-menuarea{
		display: flex;
		align-items: center;
	}
	.thsn-header-style-5 .site-title {
		line-height: var(--thsn-dentiq-header-height) !important;
        height: var(--thsn-dentiq-header-height);
	}
	.thsn-header-style-5 h1.site-title {
		font-size: inherit;
	}
	.thsn-header-style-5 .thsn-sticky-header .site-title {
		line-height: var(--thsn-dentiq-header-height) !important;
        height: var(--thsn-dentiq-header-height);
	}
	.thsn-header-style-5 .site-branding{
		margin-right: 5px;
		background-color: rgba(var(--thsn-dentiq-white-color-rgb),.6);
		border-radius: 7px;
		padding: 0 15px;
		height: var(--thsn-dentiq-header-height);
	}
	.thsn-header-style-5 .navigation-top.thsn-bg-color-white{
		background-color: rgba(var(--thsn-dentiq-white-color-rgb),.6);
		border-radius: 7px;
		padding: 0 5px;
		box-shadow: none;
	}
	.thsn-header-style-5 .thsn-right-box-area .thsn-social-links a{
		color: var(--thsn-dentiq-white-color);
	}
	.thsn-header-style-5 .thsn-right-box-area .thsn-social-links a:hover{
		color: var(--thsn-dentiq-global-color);
	}
	.thsn-header-style-5 .thsn-navbar div > ul > li > a,
	.thsn-header-style-5 .thsn-right-box-area .thsn-social-links{
		margin: 0;
	}
	.thsn-header-style-5 .thsn-header-button a{
        color: var(--thsn-dentiq-white-color);
        display: inline-block;
        background-color: var(--thsn-dentiq-global-color);
        padding: 16px 55px 15px 25px;
		border-radius: 7px;
		position: relative;
		-webkit-transition: all .35s ease-in-out;
   		transition: all .35s ease-in-out;
	}
	.thsn-header-style-5 .thsn-header-button a:hover {
		background-color: var(--thsn-dentiq-white-color);
		color: var(--thsn-dentiq-blackish-color);
	}
	.thsn-header-style-5 .thsn-header-button a:hover:after{
		color: var(--thsn-dentiq-blackish-color);
		transform: rotate(90deg);
	}
	.thsn-header-style-5 .thsn-header-button a::after{
		content: '\e818';
		font-family: "themesion-base-icons";
		color: var(--thsn-dentiq-white-color);
		right: 28px;
		top: 50%;
		margin-top: -7px;
		position: absolute;
		font-size: 20px;
		line-height: 14px;
		-webkit-transition: all .35s ease-in-out;
   		transition: all .35s ease-in-out;
		display: inline-block;
		font-weight: normal !important;
	}
	
	.thsn-header-style-5 .thsn-right-box-area .thsn-social-links li {
    	margin-right: 20px;
	}
	.thsn-header-style-5 .thsn-right-box-area .thsn-header-search-btn a{
		background-color: rgba(var(--thsn-dentiq-white-color-rgb), .1);
		padding: 16px;
	}
	.thsn-header-style-5 .thsn-right-box-area .thsn-search-cart-box > * {
		padding: 0 10px;
	}

	.thsn-header-style-5 .thsn-header-sticky-yes .thsn-header-button a:hover{
        background-color: var(--thsn-dentiq-blackish-color);
		color: var(--thsn-dentiq-white-color);
	}
	.thsn-header-style-5 .thsn-header-sticky-yes .thsn-header-button a:hover:after {
		color: var(--thsn-dentiq-white-color);
	}
	.thsn-header-style-5 .thsn-header-sticky-yes .thsn-right-box-area .thsn-header-search-btn a{
		background-color: var(--thsn-dentiq-blackish-color);
		color: var(--thsn-dentiq-white-color);
	}
	.thsn-header-style-5 .thsn-header-sticky-yes .thsn-right-box-area .thsn-header-search-btn a:hover{
		color: var(--thsn-dentiq-global-color);
	}
	.thsn-header-style-5 .thsn-header-sticky-yes .thsn-mobile-number a:hover {
    color: var(--thsn-dentiq-global-color);
}
	/* prehaeader */

	.thsn-header-style-5 .thsn-pre-header-wrapper ul{
		padding: 0;
	}
	.thsn-header-style-5 .thsn-pre-header-wrapper ul.thsn-contact-info{
	  list-style: none;
	}
	.thsn-header-style-5 .thsn-pre-header-wrapper ul.thsn-contact-info li{
	  display: inline-block;
	  position: relative;
	  font-size: 16px;
	}	
	.thsn-header-style-5 .thsn-pre-header-wrapper ul.thsn-contact-info li i{
		margin-right: 5px;
	}
	.thsn-header-style-5 .thsn-pre-header-wrapper ul.thsn-contact-info > li{
		padding-right: 15px;
	}
	.thsn-header-style-5 .thsn-pre-header-wrapper ul.thsn-contact-info > li:last-child{
		padding-right: 0px;
	}
	.thsn-header-style-5 .thsn-pre-header-wrapper ul.thsn-contact-info > li:last-child:after{
		display: none;
	}
	.thsn-header-style-5 .thsn-pre-header-wrapper .thsn-social-links a,
	.thsn-header-style-5 .thsn-pre-header-wrapper.thsn-color-blackish,
	.thsn-header-style-5 .thsn-pre-header-wrapper a{
		color: var(--thsn-dentiq-blackish-color);
	}
	.thsn-header-style-5 .thsn-pre-header-wrapper .thsn-social-links a{
		font-size: 15px;
	}
	.thsn-header-style-5 .thsn-pre-header-wrapper .thsn-social-links li a:hover{
		background-color: transparent;
		color: var(--thsn-dentiq-global-color);
	}	
	.thsn-header-style-5 .thsn-pre-header-right{
		display: flex;
		align-items: center;
		position: relative;
	}
	.thsn-header-style-5 .thsn-pre-header-wrapper .thsn-pre-header-right ul.thsn-contact-info > li:before{
        position: absolute;
        content: '';
        height: 25px;
        width: 1px;
        background-color: rgba(var(--thsn-dentiq-blackish-color-rgb), .15);
        right: 0px;
        top: 50%;
        transform: translate(-50%, -50%);
    }
	.thsn-header-style-5 .thsn-pre-header-wrapper .thsn-pre-header-right .thsn-social-links{
		padding-left: 10px;
	}
	.thsn-header-style-5 .thsn-pre-header-wrapper .thsn-pre-header-right ul.thsn-contact-info > li {
        padding-right: 20px;
    }
	.thsn-header-style-5 .thsn-navbar ul > li > ul > li:hover >a:before{
		background-color: var(--thsn-dentiq-white-color) !important;
	}
	.thsn-header-style-5 .thsn-navbar ul > li > ul li:hover > a{
		color: var(--thsn-dentiq-blackish-color) !important;
	}
}

@keyframes ring {
  0% {
	transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
	transform: rotate(-15deg) scale(1) skew(1deg);
  }
  20% {
	transform: rotate(30deg) scale(1) skew(1deg);
  }
  30% {
	transform: rotate(-15deg) scale(1) skew(1deg);
  }
  40% {
	transform: rotate(30deg) scale(1) skew(1deg);
  }
  100%,
  50% {
	transform: rotate(0) scale(1) skew(1deg);
  }
}

@media (max-width: 1500px) {
    body:not(.mega-menu-themesion-top) .thsn-header-style-5 .thsn-navbar div>ul>li>a {
        margin: 0 10px;
    }
	.thsn-header-style-5 .search-form input[type="search"] {
		width: 150px;
	}
}
@media (max-width: 1366px) {
	 body:not(.mega-menu-themesion-top) .thsn-header-style-5 .thsn-navbar div>ul>li>a {
        margin: 0 15px;
    }
	.thsn-header-style-5 .thsn-header-button a {
		padding: 16px 45px 15px 20px;
	}
	.thsn-header-style-5 .thsn-sticky-header .container, 
	.thsn-header-style-5 .thsn-pre-header-wrapper .container, 
	.thsn-header-style-5 .thsn-header-wrapper .container {
        padding: 0 20px !important;
    }
	.thsn-header-style-5 .thsn-header-button a::after {
		right: 20px;
	}
}
@media (max-width: 1300px) {
	.thsn-header-style-5 .search-form .search-submit::after,
	.thsn-header-style-5 .thsn-search-form-inner-wrapper {
		display: none;
	}
}
@media (max-width: 1200px) {
	.thsn-header-style-5 .thsn-header-wrapper > .container{
		position: relative;
	}
	.thsn-header-style-5 .thsn-pre-header-wrapper,
	.thsn-header-style-5 .thsn-header-search-btn,
	.thsn-header-style-5 .thsn-header-button{
		display: none;
	}
	.thsn-header-style-5 .thsn-right-box-area {
        margin-right: 70px;
    }
	.thsn-header-style-5 .thsn-mobile-number a:hover {
		color: var(--thsn-dentiq-global-color);
	}
	.thsn-header-style-5 .nav-menu-toggle {
		right: 15px;
	}
	.thsn-header-style-5 .thsn-mobile-search .thsn-header-search-btn {
		right: 72px;
	}
}
@media (max-width: 575px) {
   .thsn-header-style-5 .site-branding {
        margin-left: 0;
    }
}
@media (max-width: 500px) {
	.thsn-header-style-5 .thsn-mobile-number {
		display: none;
	}
}