/*
Theme Name: AllinBrand
Theme URI: http://allinbrand.com
Description: AllinBrand
Author: nttam
Author URI: http://allinbrand.com
Template: Divi
Version: 1.0
*/


/* =================== */

.sonar-wrapper {
	position: relative;
	z-index: 0;
/* 	overflow: hidden; */
}

.sonar-emitter {
	position: relative;
	margin: 32px auto;
	width: 80px;
	height: 80px;
	border-radius: 9999px;
	background-color: #fff;
	background-image: url(https://premierhearclinic.com/wp-content/uploads/2024/10/hearing-2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70%;
}

.sonar-wave {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 9999px;
	background-color: #fff;
	opacity: 0;
	z-index: -1;
	pointer-events: none;
}

.sonar-wave1 {
	animation: sonarWave 2s linear infinite;
}

.sonar-wave2 {
	animation: sonarWave 2s 0.5s linear infinite;
}

.sonar-wave3 {
	animation: sonarWave 2s 1s linear infinite;
}

.sonar-wave4 {
	animation: sonarWave 2s 1.5s linear infinite;
}

@keyframes sonarWave {
	from {
		opacity: 0.4;
	}
	to {
		transform: scale(3);
		opacity: 0;
	}
}

.home-section-2:before {
	content: '';
	position: absolute;
	background: #00000080;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.home-section-2 .et_pb_row { 
	z-index: 2;
}

/* ========== Navigation Bottom On Smart Phone ===========*/
/*=========================================*/

#nav-bottom {
	width: 100%;
	height: auto;
	background: #00267b;
	position: fixed;
	bottom: 0;
	display: none;
	z-index: 9999999999999999;
	border-top: 1px solid #fff;
}

#nav-bottom .btn-bottom {
	width: 33.3%;
	float: left;
	text-align: center;
	transition: all .5s;
	position: relative;
	border-right: 1px solid;
	height: 100%;
	padding: 15px 0px;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#nav-bottom .btn-bottom span {
  line-height: normal;
}

#nav-bottom .btn-bottom.map-btn {
	border-right: none;
}

#nav-botton>a>div.btn-bottom:last-child {
	border: none;
}

#nav-bottom .btn-bottom:hover {
	opacity: .7;
	transition: all .5s;
}

#nav-bottom a {
	color: #fff;
}

#nav-bottom #et-info-phone:before, #nav-bottom #et-info-map:before, #nav-bottom #et-info-email:before {
	top: 0px;
	display: block;
	position: relative;

}
#nav-bottom #et-info-phone {
	margin-right: 0px;
}

#nav-bottom #et-info-phone:before, #nav-bottom #et-info-map:before, #nav-bottom #et-info-email:before {
	font-family: ETmodules !important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	text-transform: none;
	speak: none;
	position: relative;
}

#nav-bottom #et-info-phone:before {
	content: "";
}

#nav-bottom #et-info-email:before {
	content: "";
}

#et-info-map:before {
	content: "";
}

@media only screen and (max-width: 480px) {

	#page-container {
		margin-bottom: 70px;
	}

	#nav-bottom {
		display: inline;
	}
}

/* ========== END Navigation Bottom ===========*/
/*=========================================*/


#page-container .strong-view.wpmtst-modern .wpmtst-testimonial-content::before,
#page-container .strong-view.wpmtst-modern .wpmtst-testimonial-content::after { 
	content: none !important;
}

#page-container .online-booking-menu {
	display: none;
}

.top-nav .col-right .blurb-address {
    float: right;
}

.blurb-address .et_pb_blurb_description br {
    display: none;
}

#page-container  .et_pb_main_blurb_image img {
    border-radius: unset;
}

.et_pb_toggle h5.et_pb_toggle_title {
    padding-right: 0px;
    display: flex;
    align-items: center;
	color: #000;
}

.et_pb_toggle .et_pb_toggle_title:before {
    right: unset;
    left: unset;
    background: #0B2576;
    padding: 8px 10px;
    color: #fff;
    border-radius: 5px;
    position: relative;
    margin-right: 20px;
    top: unset;
	margin-top: 0px;
}

.et_pb_toggle {
    background-color: #eef4f9;
    border: none;
    padding: 20px;
    border-radius: 7px;
}


.testimonial-slide.strong-view.wpmtst-modern .wpmslider-viewport {
    padding-bottom: 30px !important;
}

.testimonial-slide .wpmtst-testimonial.testimonial.t-slide {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
}

.testimonial-slide .wpmtst-testimonial.testimonial.t-slide:before {
    content: '';
    position: absolute;
    bottom: -22px;
    right: 30px;
    background-image: url(../../../wp-content/uploads/2024/09/quotation.png);
    height: 70px;
    width: 70px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.testimonial-slide.strong-view.wpmtst-modern .wpmtst-testimonial-content {
    font-size: 1.5em;
    font-style: italic;
    margin: 0 56px;
    position: relative;
    text-align: center;
    color: #00267b;
    line-height: 1.5em;
}

.testimonial-slide .testimonial-field.testimonial-name {
    font-size: 18px !important;
}

.testimonial-slide.strong-view.pager-style-buttons .wpmslider-pager-link:before,
.testimonial-slide.strong-view.pager-style-buttons .wpmslider-pager-link:hover:before{
	background: #ffffff87;
	-webkit-mask: unset !important;
    mask: unset !important;
	width: 10px;
	height: 10px;
	border-radius: 12px;
	transition: all .3s;
}

.testimonial-slide.strong-view.pager-style-buttons .wpmslider-pager-link.active:before {
    -webkit-mask: unset !important;
    mask: unset !important;
    width: 30px;
    height: 10px;
    background: #fff;
	transition: all .3s;
}

.testimonial-slide .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
    bottom: -50px;
}

.text-block {
  text-wrap: nowrap;
}

.text-effect span.letter {
    opacity: 0;
}

.ml2 {
  font-size: 1em;
}

.ml2 .letter {
  display: inline-block;
  line-height: 1em;
}

.ml14 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml14 .line {
	opacity: 0;
	position: absolute;
	left: 0;
	height: 12px;
	width: 100%;
	transform-origin: 100% 100%;
	bottom: 0;
	background: url();
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}

.ml14 .letter {
  display: inline-block;
  line-height: 1em;
}

#page-container .et_pb_menu .et-menu-nav>ul ul {
    border-radius: 15px;
}

#page-container .nav li li {
    padding: 0px;
    width: 100%;
}

#page-container .nav li li a {
    width: 100%;
    text-transform: capitalize !important;
    letter-spacing: 0px !important;
}

.et-pb-arrow-next, .et-pb-arrow-prev {
    background: #fff;
    color: #00267b;
    width: 60px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
	opacity: 1;
}

#page-container .et-pb-arrow-prev {
    left: 0px;
	transition: all .3s ease-in-out;
	border-radius: 0px 20px 20px 0px;
}

#page-container .et-pb-arrow-next {
    right: 0;
	transition: all .3s ease-in-out;
	border-radius: 20px 0px 0px 20px;
}

#page-container .et-pb-arrow-prev:hover,
#page-container .et-pb-arrow-next:hover {
  background: #00c1f3;
  color: #fff;
}


.top-nav .col-left {
    display: flex;
    align-items: center;
}

.top-nav .col-left .et_pb_main_blurb_image {
    vertical-align: middle;
}

.top-nav .col-left .et_pb_blurb_container {
    padding-left: 5px !important;
}

.why-choose strong:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 4px;
    background: #fff;
    vertical-align: middle;
    margin-right: 10px;
}

#page-container .main-header {
    transition: all .3s;
	overflow: visible !important;
}

.et-db #page-container #et-boc .main-header.et_pb_sticky {
    background: #00267b !important;
    transition: all .3s;
}

.et-db #page-container #et-boc .main-header:not(.et_pb_sticky--top) .et_pb_row {
    position: absolute !important;
}

.et-db #page-container #et-boc .main-header.et_pb_sticky .et_pb_row {
    position: relative !important;
	box-shadow: none;
    border-radius: 0px;
}

#page-container .main-header .col-right .et_pb_button_module_wrapper {
    height: 100%;
}

#page-container .main-header.et_pb_sticky .col-right .et_pb_button_module_wrapper {
    height: 100%;
    justify-content: right;
    display: flex;
    align-items: center;
}

#page-container .main-header:not(.et_pb_sticky) .online-booking-btn {
	height: 100%;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

#page-container .main-header.et_pb_sticky .online-booking-btn {
	border-radius: 3px;
}

#page-container .main-header.et_pb_sticky .et_pb_menu__logo img {
    filter: brightness(0) invert(1);
}

#page-container .et-pb-controllers a {
    background: #fff;
    border-radius: 0px;
    width: 30px;
    height: 15px;
    margin: 0px;
}

#page-container .et-pb-controllers .et-pb-active-control {
    background-color: #00c1f3;
}

.services-slider {
	z-index: 10;
}

.services-slider .slick-dots {
	bottom: -50px
}

.services-slider .slick-dots li button {
    width: 15px;
    height: 15px;
    background: #1e2023;
	border-radius: 3px;
}

.services-slider .slick-dots li.slick-active button {
    background: #00c1f3;
}

.services-slider .slick-dots li.slick-active button:before {
	content: none;
}

.services-slider .slick-prev, .services-slider .slick-next {
    background: #1e2023;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    z-index: 9;
	transition: all 0.3s ease;
}

.services-slider .slick-prev:hover, .services-slider .slick-next:hover {
    background: #00c1f3;
	transition: all 0.3s ease;
}

.services-slider .slick-prev:before, .services-slider .slick-next:before {
    font-family: ETmodules !important;
    font-size: 40px;
}

.services-slider .slick-prev:before {
	content: '4';
}

.services-slider .slick-next:before {
	content: '5';
}

.services-slider .slick-track {
	margin: 40px 0px;
}

.services-slider .slick-slide {
	margin: 0px 20px !important;
	position: relative;
	box-shadow: 0px 5px 15px 0px rgba(13, 14, 67, 0.12);
}

.object-fit-cover img {
	object-fit: cover;
}

#page-container ul.et_mobile_menu {
	padding-left: 0px;
	padding-top: 1em;
	list-style: none !important;
}

#page-container .et_mobile_menu li a {
	border-bottom: 0px;
}

/* MENU MOBILE */

#page-container .et_mobile_menu ul.sub-menu:not(.open) {
	transition: all 0.3s ease;
	height: 0px !important;
	opacity: 0;
	visibility: hidden !important;
	padding-bottom: 0px;
}

#page-container .et_mobile_menu ul.sub-menu.open {
	transition: all 0.3s ease;
	opacity: 1;
	visibility: visible !important;
}

.et_mobile_menu .menu-item-has-children {
    position: relative;
}
.et_mobile_menu .menu-item-has-children > a {
    background: transparent;
}
.et_mobile_menu .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
	width: auto;
}

span.menu-closed:before {
    content: "\4c";
    display: block;
    color: #000;
    font-size: 16px;
    font-family: ETmodules;
	float: right;
	transform: rotate(0deg);
	-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
}
span.menu-closed.menu-open:before {
	transform: rotate(134deg);
    -webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
}
/* ================================ */


/* device */

@media (min-width: 980px) and (max-width: 1350px) { 
  .lab-2-sc4blurb > div > div{
      display:none !important;
    }
 } 

@media only screen and (max-width: 1310px) {
	
}

@media only screen and (max-width: 1280px) {

}

@media only screen and  (max-width: 1270px) {
	
}

@media only screen and  (max-width: 1200px) {
	
	#page-container .top-nav .et_pb_row {
	  padding: 5px 0px !important;
	}
	
	.top-nav .et_pb_blurb_description, .top-nav .et_pb_blurb_description a {
		font-size: 14px !important;
		font-weight: normal !important;
	}
	
	#page-container .main-header .et_pb_row {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.et_pb_menu .et_pb_menu__menu {
		display: none;
	}
	.et_pb_menu .et_mobile_nav_menu {
		display: flex;
	}
	
	#page-container .main-header .col-right {
		display: none;
	}
	
	#page-container .main-header .col-left {
		width: 100%;
	}
	
	#page-container .col-left .et_pb_menu .et_pb_menu__wrap {
		justify-content: end;
		align-items: center;
	}
	
	#page-container .et_pb_sticky--top .et_pb_menu ul li:not(.current-menu-item) a {
		color: #000 !important;
	}
	
	#page-container .online-booking-menu {
		display: block;
	}
}

@media only screen and (max-width: 1024px) {
	
}

@media only screen and (min-width: 981px) {
	
	.display-flex {
		display: flex;
	}
	
	.align-items-center {
	   align-items: center;
	}
	
	.align-items-end {
		align-items: end;
	}
	
}

@media only screen and (max-width: 980px) {
	.et_pb_row.swap-row-md, .et_section_specialty.swap-row-md > .et_pb_row {
		display:flex;
		flex-direction:column-reverse
	}
	.et_pb_row.swap-row-md .et_pb_column, .et_section_specialty.swap-row-md > .et_pb_row > .et_pb_column {
		margin-bottom:0px!important
	}
	.et_pb_row.swap-row-md .et_pb_column:last-child, .et_section_specialty.swap-row-md > .et_pb_row > .et_pb_column:last-child {
		margin-bottom:30px!important
	}
	
	.top-nav .col-left {
		justify-content: center;
	}
	
	.testimonial-slide.strong-view.wpmtst-modern .wpmtst-testimonial-content {
		font-size: 1.3em;
	}
	
	.et-pb-arrow-next, .et-pb-arrow-prev {
		width: 40px;
		height: 100px;
	}
	
	#page-container .et-pb-arrow-prev {
		border-radius: 0px 10px 10px 0px;
	}
	
	#page-container .et-pb-arrow-next {
		border-radius: 10px 0px 0px 10px;
	}
	
	#page-container .main-header.et_pb_sticky--top .mobile_nav .mobile_menu_bar::before {
		color: #fff;
	} 
	
	.sonar-emitter {
		width: 70px;
		height: 70px;
	}
	
}

@media only screen and (max-width: 768px) {
	 .testimonial-slide.strong-view.wpmtst-modern .wpmtst-testimonial-content {
		 font-size: 1.2em;
		 margin-left: 0px;
		 margin-right: 0px;
	}
	
	#page-container .main-header .col-left .et_pb_menu_inner_container > .et_pb_menu__logo-wrap {
		max-width: 200px;
	}
	
	 #page-container .main-header.et_pb_sticky--top .et_pb_row {
		 padding-left: 0px !important;
		 padding-right: 0px !important;
	}
	
	.services-slider .slick-list {
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media only screen and (max-width: 480px) {
	
	 .sonar-emitter {
		 width: 60px;
		 height: 60px;
	}
	
	.testimonial-slide.strong-view.nav-position-outside .wpmslider-controls {
		padding-top: 0px;
	}
	
	.testimonial-slide .wpmtst-testimonial.testimonial.t-slide::before {
		bottom: -15px;
		height: 55px;
		width: 55px;
	}

	
	#page-container .et-pb-arrow-next, #page-container .et-pb-arrow-prev {
		font-size: 30px;
		width: 30px;
		height: 60px;
	}

	#page-container .et-pb-controllers a {
		width: 20px;
		height: 10px;
	}
}

@media only screen and (max-width: 360px) {
	
}

@media only screen and (max-width: 320px) {
	
}