/*

*/
/*** font css start here ****/

@font-face {
    font-family: 'ubuntubold';
    src: url('../fonts/ubuntu-bold-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntubold_italic';
    src: url('../fonts/ubuntu-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-bolditalic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;

}
@font-face {
    font-family: 'ubuntulight';
    src: url('../fonts/ubuntu-light-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntulight_italic';
    src: url('../fonts/ubuntu-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-lightitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntumedium';
    src: url('../fonts/ubuntu-medium-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntu';
    src: url('../fonts/ubuntu-regular-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'Omnes';
    src: url('../fonts/Omnes.ttf') format('woff2'),
         url('../fonts/ubuntu-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
/*** font css end here ****/
html{
	scroll-behavior: smooth;
}

body{
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', sans-serif !important;
	scroll-behavior: smooth;
	line-height: 1.4;
}
.hidden{
	display: none;
}
.bg-theme{
	background-color: #25d3fa;
}
.theme-link, .theme-link:visited{
	color: #25d3fa;
}
/**** anvbar css start here ****/
.navbar.bg-light{
	background-color: transparent !important;
	z-index: 99;
	transition: ease 0.5s;
}
.navbar.bg-light.sticky{
	position: fixed;
	background-color: #fff !important;
	transition: ease 0.5s;
	box-shadow: 0 2px 4px 0 rgba(0, 7, 31, 0.05);
}
.navbar.sticky .navbar-nav .nav-item .nav-link{
	color: #5d6271;
}
.navbar.sticky .navbar-nav .nav-item .nav-link p{
	margin-bottom: 0px;
}
.navbar .navbar-brand img{
	width: 211px;
	height: 60px;
}
.navbar .navbar-brand .sticky-log{
	display: none;
}
.navbar.sticky .navbar-brand .default{
	display: none;
}
.navbar.sticky .navbar-brand .sticky-log{
	display: block;
}
.outline-circle-shape{
	width: 50px;
	height: 50px;
	background-color: transparent;
	border-radius: 50px; 
	font-size: 24px;
	font-weight: 500;
	font-family: 'Omnes';
	background-image:linear-gradient(to bottom, #25d3fa, #00ff93) !important;
	-moz-background-image:linear-gradient(to bottom, #25d3fa, #00ff93) !important;
	-o-background-image:linear-gradient(to bottom, #25d3fa, #00ff93) !important;
	-ms-background-image:linear-gradient(to bottom, #25d3fa, #00ff93)!important;
	-webkit-background-image:linear-gradient(to bottom, #25d3fa, #00ff93)!importants;
   -webkit-background-clip: text;
	background-clip: text;
   -webkit-text-fill-color: transparent;
  
   z-index: 9;
}
body.iphone-dev .outline-circle-shape{
	-webkit-text-fill-color: #41d7f8 !important;
}
/*@supports (-webkit-touch-callout: none) {
  @media (max-width: 768px) {
  	.outline-circle-shape{
  		-webkit-text-fill-color: black !important;	
  	}
  } 
}*/
body.iphone-dev .firstNewSection .commn-title .outline-circle-shape {
    -webkit-text-fill-color: #000 !important;
}
body.iphone-dev .secondNewSection .commn-title .outline-circle-shape {
    -webkit-text-fill-color: #000 !important;
}
body.iphone-dev .video-section .commn-title .outline-circle-shape {
    -webkit-text-fill-color: #000 !important;
}

.outline-circle-shape:after{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images-v2/circle.webp');
	background-size: 100% 100%;
	z-index: -1;
	transition: ease 0.5s;
}
.navbar.sticky .navbar-collapse .call-us{
	display: inline-flex;
}
.navbar .navbar-collapse .call-us{
	display: none;
	width: 183px;
	height: 50px;  
	border: solid 1px rgba(93, 98, 113, 0.1);
  	background-color: rgba(93, 98, 113, 0.05);
}
.navbar .navbar-collapse .call-us p{
	width: 82px;
	font-size: 12px;
	color: #00071f;
}
.navbar .navbar-collapse .call-us .phone-icon{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.navbar .navbar-nav .nav-item .nav-link{
	font-size: 14px;
	line-height: normal;
	color: #fff
}
.navbar .navbar-nav .nav-item .nav-link p{
	margin-bottom: 0px;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-toggle{
	min-width: 240px;
	white-space: normal;
	padding-left: 60px;
	padding-right: 25px;
	padding-top: 16px;
	font-family: 'ubuntumedium';
}
.navbar .navbar-nav .nav-item.dropdown .outline-circle-shape{
	position: absolute;
	top:0;
	left: 0;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-toggle::after{
	content: '\f107';
	font-family: FontAwesome;
	position: absolute;
	right: 5px;
	top:34%;
	border:0px !important;
	transition: ease 0.4s;
}
.navbar .collapse:not(.show){
	display: block;
}
/**** drop menu css strta here *****/
.navbar .navbar-nav .nav-item.dropdown.show .dropdown-toggle::after{
	transform: rotate(180deg);
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu{
	top:65px;
	right: 0;
	left: auto;
	width: 600px;
	max-height: 514px;
	border-radius: 0px;
	background-color: #fff;
	z-index: 99;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show{
	display: inline-flex;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item{
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #e5e6e8;
	font-size: 14px;
	color: #5d6271;
	font-family: 'ubuntumedium';
	white-space: normal;
	padding-left: 70px;
	min-height: 70px;
	text-transform: uppercase;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item p{
	margin-bottom: 0px;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:nth-child(6){
	border-bottom: 0px;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item .outline-circle-shape{
	top:auto;
	left: 10px;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover{
	background:  linear-gradient(to right, #25d3fa 0%, #00ff93 100%);
	border-radius: 8px;
	color: #fff;
	border-color: transparent;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover .outline-circle-shape{
	color: #fff;
	background-image: none;
	-webkit-text-fill-color:#fff;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover .outline-circle-shape:after{
	background-image: url('../images-v2/circle-hover.webp');
}
/**** drop menu css end here *****/
/*** navbar css end here ****/

/**** top banner css start here ***/
.top-banner{
	min-height: 600px;
	padding: 100px 0px 25px;
	/*background-image: url('../images-v2/top-banner.webp');*/
	background-size: 100% 100%;
}
.top-banner .inners-text p a {
    color: #fff;
    text-decoration: underline;
}
.ets_section_1 .top-banner .section-ctoa-1 .call-us p a{
	color: white;
} 
.ets_section_1 .top-banner .section-ctoa-1 .book-appointment h3{
	color: white;
}
/* commn title css start herr */
.team-heading{
	font-size: 36px;
	color: #000;
	font-family: 'ubuntulight';
	margin-bottom: 0; 
}
.commn-title{
	font-size: 36px;
	color: #fff;
	font-family: 'ubuntulight';
	margin-bottom: 0; 
}
.commn-title .text-wid{
	display: inline-block;
	width: 90%;
}
.commn-title .outline-circle-shape{
	width: 60px;
	height: 60px;
	font-size: 30px;
}
/* commn title css end herr */

.top-banner .inners-text p{
	font-size: 20px;
	color: #fff;
	font-family: 'ubuntulight';
}
.inners-text p a{
	color: black;
}
.top-banner .top-right-form p{
	font-size: 13px;
	color: #fff;
	line-height: 1.22;
}
/* google ratin-box css start here */
.google-rating {
	background: #fff;
	padding:10px;
	border-top:6px solid #4fce6a;
	margin-top: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.google-rating .google-icon{
	width: 50px;
	margin-right: 10px;
}
.google-rating .rating-text{
	width: calc(100% - 60px);
}
.google-rating .rating-text h2{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
}
.google-rating .rating-text .rating-stars{
	color: #e7711b;
}
.google-rating .rating-text .rating-stars .ratin-num{
	font-size: 16px;
	font-weight:600;
}
.google-rating .rating-text .rating-stars .ratin-icon{
	color: #e7711b;
}
/* google ratin-box css end here */
.call-us-appointment h3{
	font-size: 18px;
	color: #fff;
	font-weight: 500;
}
.call-us-appointment .section-ctoa-1 h3 a{
	color:#fff;
}
.mobile-top-view .section-ctoa-1 h3 a{
	color: #000;
}
.call-us-appointment .input-title{
	font-size: 14px;
	color:#fff;
}
.input-with-icon .custom-date{
	background-color: #fff;
	border-radius: 2px;
	border:0px;
	padding-left: 50px;
	height: 60px;
}
.input-with-icon .input-icon{
	position: absolute;
	top:30%;
	left: 15px;
	width: 24px;
	height: 24px;
}
/* theme btns css start here */
.btn.dissable{
	cursor: no-drop;
	background-color: #eeeeee;
}
.btn.btn-theme{
	background-color: #25d3fa;
	border-radius:2px;
	height: 50px;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.5px;
	transition:ease all 0.5s;
}
.btn.btn-theme:hover{
	background-color: #000;
	box-shadow: 0px 0px 0px;
}
.btn-transparent-outline{
	position: relative;
	padding: 7px 25px;
	height: 40px;
	border: 1px solid rgba(255,225,255,0.25);
	border-radius: 20px;
	background-color: transparent;
	color: #fff !important;
	transition:ease 0.6s;
}
.btn-transparent-outline:hover{
	background-color: #25d3fa;
}
.btn-transparent-outline .icon-down-arrow img{
	position: absolute;
	top: 32%;
	right: 13px;
	width: 20px;
	height: 16px;
	object-fit: contain;
	transition: ease 0.6s;
}
.btn-transparent-outline:hover .icon-down-arrow .default{
	opacity: 0;
}
.btn-transparent-outline .icon-down-arrow img.hover{
	opacity: 0;
	transition: ease 0.6s;
}
.btn-transparent-outline:hover .icon-down-arrow img.hover{
	opacity: 1;
}
/* theme btns css end here */
/**** top banner css end here ***/

/* company clients logo css start here */

.company-logos .inner-logos-list{
	border-bottom:1px solid rgba(93,98,113,0.1);
}
.company-logos .inner-logos-list .com-logo-box img{
	width: 78px;
	height: 80px;
	object-fit: contain;
	margin: auto;
	display: block;
}

/*company clients logo css end here*/

/*  hearing loss css start here  */
.hearing-loss-section{
	display: inline-flex;
	width: 100%;
	align-items: center;
	/*background-image: url('../images-v2/hearing-bg.webp'); */
	background-size: 100% 100%;
}
.commn-title.gray-text{
	color: #00071f
}
.hearing-loss-section .hearin-text p{
	font-size: 20px;
	/*color: #00071f;*/
	color: black;
	font-family: 'ubuntulight';
	margin-bottom: 30px;
}
.hearing-loss-section .hearin-text p a{
	color: black;
}
.hearing-loss-section .hearin-text-appoinment{
	min-height: 500px;
}

.hearing-loss-section .hearin-text-appoinment .section-ctoa-2 h3 a{
	color: #212529;
}
/* btn btn-download-brocher css start here */
.btn.btn-download-brocher{
	position: relative;
	min-width: 209px;
	padding: 5px;
	height: 38px;
	text-align: left;
	background-color:transparent;
	border-radius: 19px;
	transition: ease 0.6s;
	color: #00071f;
	font-size: 12px;
	font-family: 'ubuntubold';
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.btn.btn-download-brocher span{
	font-size: 26px;
	color: #25d3fa;
	margin-right: 10px; 
	transition: ease 0.6s;
}
.btn.btn-download-brocher:hover{
	background-color: #25d3fa;
	color: #fff;
}
.btn.btn-download-brocher:hover span{
	color: #fff;
}
/* btn btn-download-brocher css end here */
.book-appointment h3{
	font-size: 24px;
	color: #00071f;
	font-family: 'ubuntumedium';
}
/* btn outlin gray css start here */
.btn.btn-gray-outline{
	position: relative;
	padding: 7px 25px;
	height: 40px;
	border: 1px solid  #5d6271;
	border-radius: 20px;
	background-color: transparent;
	color: #5d6271;
	transition: ease 0.6s;
}
.btn.btn-gray-outline:hover{
	background-color: #25d3fa;
	border-color: transparent;
}

.btn.btn-gray-outline .icon-down-arrow img{
	position: absolute;
	top: 32%;
	right: 13px;
	width: 20px;
	height: 16px;
	object-fit: contain;
	transition: ease 0.6s;
}
/*.btn.btn-gray-outline:hover .icon-down-arrow .default{
	opacity: 0;
}*/
.btn.btn-gray-outline .icon-down-arrow img.hover{
	opacity: 0;
	transition: ease 0.6s;
	display: none;
}
.btn.btn-gray-outline:hover .icon-down-arrow img.hover{
	opacity: 1;
}

/*  hearing loss css end here  */

/*  happy to have section start here  */
.happy-to-have-section{
	position: relative;
	background-color: #00071f;
	z-index: 9;
}
.happy-to-have-section:after{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images-v2/happy-to-have-bg.webp');
	background-size: 100% 100%;
	z-index: -1;
}
.happy-to-have-section .section-ctoa-3 .book-appointment h3{
	color: white;
	text-align: center;
}
.happy-to-have-slider .swiper-wrapper .swiper-slide{
	 border: 1px solid rgba(255,255,255,0.1);
	 background-color: #00071f;
	 min-height: 420px;
	 padding: 15px;
	 border-radius: 8px;
}
.happy-to-have-slider .swiper-wrapper .swiper-slide h4{
	font-size: 24px;
	color:#c9c9c9;

}
.happy-to-have-slider .swiper-wrapper .swiper-slide .happy-ratings a{
	font-size: 16px;
	color: #fabd25;
	margin-right: 5px;
}
.happy-to-have-slider .swiper-wrapper .swiper-slide p{
	font-size: 16px;
	color: #fff;
	font-family: 'ubuntulight';
}
.happy-to-have-slider .swiper-pagination{
	position: static;
	margin-top: 15px;;
}
.happy-to-have-slider .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background-color: transparent;
	border:1px solid #fff
}
.happy-to-have-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #fff;
}
.happy-to-have-slider .swiper-button-next, .happy-to-have-slider .swiper-button-prev{
	position: relative;
	width: 40px;
	height: 40px;
	margin-top: 0px;
	margin-right: 15px;
	right: 0;
	left: 0;
	color: #fff;
	opacity: 0.1;
	font-size: 40px;
	transition: ease 0.6s;
}
.happy-to-have-slider .swiper-button-next:hover, 
.happy-to-have-slider .swiper-button-prev:hover,
.happy-to-have-slider .swiper-button-next:focus, 
.happy-to-have-slider .swiper-button-prev:focus{
	color: #25d3fa;
	opacity: 1;
}
.happy-to-have-slider .swiper-button-next:after, .happy-to-have-slider .swiper-button-prev:after{
	display: none;
}
.happy-to-have-slider .swiper-button-prev:after{
	transform: rotate(98deg);
}
.earse-card{
	width: 300px;
	height: 300px;
	border-radius: 90px;
	background-color: #fff; 
	box-shadow: 0 5px 10px 0 rgba(0, 7, 31, 0.05);
	border: solid 1px #eeeeee;
}
.earse-card .card-circle-img{
	width: 220px;
	height: 220px;
	margin:auto;
	z-index: 01;
}
.earse-card .inner-text-box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
	width: 150px;
	height: 150px;
	z-index: 9;
}
.earse-card .inner-text-box p{
	font-size: 24px;
	color:#5d6271;
	margin-bottom: 0px;
	text-align: center;
}
.earse-card .inner-text-box h4{
	font-size: 36px;
	color:#000;
	font-weight: bold;
}
.call-us{
	width: 302px;
	height: 64px;
	border-radius: 32px;
	border: solid 1px rgba(255, 255, 255, 0.2);
 	background-color: rgba(255, 255, 255, 0.15);
 	box-sizing: border-box;
}
.call-us:hover, .call-us:focus{
	text-decoration: none;
}

.call-us .phone-icon{
	display: inline-block;
	width: 56px;
	height: 56px;
	text-align: center;
	line-height: 50px;
	border-radius: 50px;
	background-color: #00ff93;
	margin-left: 3px;
	margin-right: 15px;
}
.call-us p{
	width: 108px;
	font-size: 16px;
	color:#fff;
	/*font-family: 'ubuntubold';*/
}
.call-us p a{
	color: #5d6271;
}
.happy-to-have-section .section-ctoa-3 .call-us p a{
	color: #fff;
}
.happy-to-have-section .section-ctoa-3 h3 a{
	color: #fff;
}
.section-ctoa-1 .call-us p a{
	color: #00071f;
}
.section-ctoa-2 .call-us p{
	color: #5d6271;
}
.section-ctoa-4 .call-us p{
	color: #212529;
}
.hearing-loss-section .call-us{
    border: solid 1px rgba(93, 98, 113, 0.1);
    background-color: rgba(93, 98, 113, 0.05);
}
/*  happy to have section end here  */

/*  heraology section css start here  */
.hearology-section .hearology-head{
	padding: 40px 0 30px;
	background-color: #fff;
}
.hearology-section .section-inner-body{
	padding: 20px 0px;
	background-color: #f7f8fa;
	min-height:550px;
	height: 665px;
	overflow-y: auto;
}
.hearology-diago-box{
	padding: 15px 25px 15px;
	font-size: 20px;
	color:  #5d6271;
	border-bottom: 1px solid rgba(93,98,113,0.1);
	transition:all 0.5s;
}
.section-inner-body .call-us{
    border: solid 1px rgba(93, 98, 113, 0.1);
    background-color: rgba(93, 98, 113, 0.05);
}
.section-inner-body .section-ctoa-4 h3{
	font-size: 20px;
}
.section-inner-body .section-ctoa-4 h3 a{
	color: #212529;
}
.section-inner-body .section-ctoa-4 .call-us p a{
	color: #212529;
}
.hearology-diago-box:last-child{
	border-bottom: 0px;
}
.hearology-diago-box:hover, .nav-pills .hearology-diago-box.active{
	background-color: #5d6271;
	color: #fff;
	border-radius: 8px 0px 0px 8px;
	text-decoration: none;
}
.hearology-diago-box .hover-icon img{
	width: 10px;
	opacity: 0;
	transition: ease 0.5s;
	transform: rotate(-90deg);
}
.hearology-diago-box:hover .hover-icon img, .hearology-diago-box.active .hover-icon img{
	opacity: 1
}
.hearology-diago-box p{
	margin-bottom: 0;
}
.hearology-right-side-box{
	position: absolute;
	top:0;
	right: 0;
	width: 51%;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 10px 30px 0 rgba(0, 7, 31, 0.1);
	border-radius: 8px 0px 0px 8px;
}
.hearology-right-side-box .hearology-right-side-inner-box img.main-img{
	width: 100%;
	height: 300px;
}
.hearology-right-side-box .hearology-right-side-inner-box .hearology-innder-text-body{
	display:inline-block;
	width: 100%;
	padding-left: 20px;
  	padding-top: 10px;
}
.section-inner-body .hearology-innder-text-body p.inner-pera-text{
	font-size: 20px;
	font-family: 'ubuntulight';
	color: #5d6271;
	line-height: 28px;
	/*min-height: 150px;*/
}
.hearology-innder-text-body .section-ctoa-4 .call-us p, .hearology-innder-text-body .section-ctoa-4 .call-us p a{
	color: #212529;
}
.hearology-right-side-inner-box .hearology-innder-text-body  .hearology-book-appointment span{
	font-size: 20px;
	color: #000;
	font-family: 'ubuntumedium';
	margin-right: 15px;
}
.hearology-right-side-inner-box .hearology-innder-text-body  .hearology-book-appointment .btn-theme{
	min-width: 300px;
}
.last-hearology-btn .btn-gray-outline{
	min-width: 229px;
}

/*  heraology section css send here  */

/* Personalise your enjoyment section css start here */
.Personalise-section{
	min-height:100vh; 
	/*background-image: url('../images-v2/personal.webp');*/
	background-size: 100% 100%;
	position: relative;
}
.Personalise-section .commn-title{
	font-size: 48px;
	font-family: 'ubuntubold';
}.Personalise-section .commn-title .text-wid{
	width: 58%;
}
.video-section .commn-title .outline-circle-shape{
	-webkit-text-fill-color:#000;
	background-image: none;
}
.video-section .commn-title .outline-circle-shape:after{
	background-image: url('../images-v2/black-circle.webp');
	/*background-image: url('../images-v2/circle.webp');*/

}
.Personalise-section .commn-title .outline-circle-shape{
	-webkit-text-fill-color:#000;
	background-image: none;
}
.Personalise-section .commn-title .outline-circle-shape:after{
	background-image: url('../images-v2/black-circle.webp');
	/*background-image: url('../images-v2/circle.webp');*/

}

.Personalise-section .Personalise-content-button{
	min-height: 450px;
}

.Personalise-section .Personalise-content-button p{
	font-size: 20px;
	font-family: 'ubuntulight';
	color: #00071f;
	line-height: 28px;

}
.Personalise-content-button .section-ctoa-5 .call-us p, .Personalise-content-button .section-ctoa-5 .call-us a{
	color: black;
	font-size: 16px;
}
.Personalise-section .Personalise-content-button .section-ctoa-5{
	width: 50%;
}

.Personalise-section .Personalise-content-button .section-ctoa-5 h3 a{
	color: #212529;
}
.Personalise-section .Personalise-content-button .btn-block{
	display: inline-block;
	width: auto;
}
.Personalise-section .Personalise-content-button .section-ctoa-5.date_picker_enable .btn-block{
	display: block;
	width: 100%;
}
.Personalise-section .Personalise-content-button .btn-theme{
	padding: 10px 20px;
	background-color: #000;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.5px;
	line-height: 30px;
	border-radius: 2px;
	border:0;
}
.Personalise-section .Personalise-content-button .btn-theme:hover{
	background-color: #25d3fa
}
.money-saving-section .Personalise-content-button .btn-theme {
    padding: 10px 20px;
    background-color: #000;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 30px;
    border-radius: 2px;
    border: 0;
}
.money-saving-section .Personalise-content-button .btn-theme:hover{
	background-color: #25d3fa
}
.money-saving-section .Personalise-content-button{
		/*display: inline-flex;*/
		width: 100%;
		justify-content: right;
		align-items: flex-end;
		min-height:200px;
	}

.money-saving-section .Personalise-content-button{
	min-height: 450px;
}
.money-saving-section .Personalise-content-button.no-height{
	min-height: auto;
}
.money-saving-section .Personalise-content-button p{
	font-size: 20px;
	font-family: 'ubuntulight';
	color: #00071f;
	line-height: 28px;

}
.money-saving-section .section-ctoa-5 .call-us p, .Personalise-content-button .section-ctoa-5 .call-us a{
	color: black;
	font-size: 16px;
}
.money-saving-section .Personalise-content-button .section-ctoa-5{
	width: 50%;
}

.money-saving-section .Personalise-content-button .section-ctoa-5 h3 a{
	color: #212529;
}
.money-saving-section .Personalise-content-button .btn-block{
	display: inline-block;
	width: auto;
}
.money-saving-section .Personalise-content-button .section-ctoa-5.date_picker_enable .btn-block{
	display: block;
	width: 100%;
}
/*** btn btn dark css start here ****/
.btn.btn-dark{
	padding: 10px 20px;
	background-color: #000;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.5px;
	border-radius: 2px;
	transition: all 0.5s;
	border:0;
}
.btn.btn-dark:hover{
	background-color: #25d3fa
}
/*** btn btn dark css end here ****/

/* Personalise your enjoyment section css end here */

/* positive impact ssection css start here */

.positive-impact-section .commn-title .text-wid{
	width:70%;
}
.positive-impact-section .positive-impact-inner-content p{
	font-size: 20px;
	color: #00071f;
	line-height: 28px;
	font-family: 'ubuntulight';
	margin-bottom: 20px;
}
.positive-impact-inner-content .hearing-wishlist li{
	padding-left: 40px;
	font-size: 20px;
	font-family: 'ubuntulight';
	line-height: 28px;
	color:  #00071f;
	list-style-type: none;
	margin-bottom: 10px;
}
.positive-impact-inner-content .hearing-wishlist li:after{
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 15px;
	height: 5px;
	border-radius: 2px;
	background-color: #00ff93;
}
.positive-impact-innere-body .positive-impact-call-us .call-us{
	border: solid 1px rgba(93, 98, 113, 0.1);
	background-color: rgba(93, 98, 113, 0.05);
}
.positive-impact-innere-body .positive-impact-call-us .call-us p{
	color: #00071f;
}

.positive-impact-innere-body .positive-impact-call-us .section-ctoa-6 h3 a{
	color: #212529;
}
.positive-impact-innere-body .positive-impact-call-us .section-ctoa-6 p a{
	color: #212529;
}
/* positive impact ssection css end here */

/* money saving combination sectio css start here */
.blk-ubuntu p{
	font-size: 20px;
	font-family: 'ubuntulight';
	color: #00071f;
	margin-bottom: 20px;
}
.perea-text{
	font-size: 20px;
	font-family: 'ubuntulight';
	color: #00071f;
	margin-bottom: 20px;
}
.money-saving-section {
	min-height: 100vh;
	background-color: #f7f8fa;
	z-index: 9;
}
.money-saving-section .money-bg-image{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height:600px;
	z-index: -1;
}
.money-saving-section.video-enable .money-bg-image{
	height: calc(100% - 300px);
}
.money-saving-section .money-inneer-text p{
	color: #ffff;
}
.money-saving-section .commn-title .text-wid{
	width: 70%;
}
.money-saving-video-box{
	height: 550px;
	border-radius: 50px;
}
.money-saving-video-box .video-thumbnail{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.money-saving-video-box .video-play-btn {
	top:0;
	left:0;
	background-color: rgba(0, 7, 31, 0.5);
	z-index: 99;
}
.money-saving-video-box .video-play-btn img{
	width: 100px;
	height: 100px;
}
.money-saving-section .book-appointment .section-ctoa-7, .money-saving-section .book-appointment .section-ctoa-7 h3, .money-saving-section .book-appointment .section-ctoa-7 h3 a {
	color: white;
}
.section-ctoa-7 .call-us p a{
	color: white;
}
/* money saving combination sectio css end here */

/*reason for chossing hearing section css start here*/
.reason-to-choose {
	background-color: #f7f8fa;
}
.reason-to-choose-table{
	position: relative;
	z-index: 9;
	background-color: #f7f8fa;
}
.reason-to-choose-table:after{
	content: '';
	position: absolute;
	bottom:-409px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images-v2/the-reason-bg.webp');
	background-size: 100% 80%;
	background-repeat: no-repeat;
	z-index: -1;
}
.reason-to-choose-table .section-ctoa-8 h3{
	font-size: 22px;
}
.reason-to-choose-table .section-ctoa-8 h3 a{
	color: #212529;
}
.reason-to-choose .commn-title {
	color: #00071f;
}
.reason-to-choose-slider{
	position: relative;
	padding-top: 80px !important;
	z-index: 9;
}
.theme-table .table tr th, .theme-table .table tr td{
	font-size: 18px;
	vertical-align: middle;
	padding: 10px 15px;
	overflow: hidden;
	text-align: center;
}
.theme-table .table tr th{
	border-bottom: 1px solid rgba(0,7,31,0.1);
	border-top:0px;
	font-family: 'ubuntumedium';
}
.theme-table .table tr th.wid-310{
	width: 310px;
}
.theme-table .table tr{
	transition:ease all 0.5s;
}
.theme-table .table tr td{
	border-top: 0px; 
	font-family: 'ubuntulight';
	transition:ease all 0.5s;
}
.theme-table .table tr td p{
	margin-bottom: 0px;
}
.theme-table .table tr.hover-tr:hover td, .theme-table .table tr.hover-tr:hover td.white-bg{
	background-color: #5d6271 ;
	color: #fff;
}
.theme-table .table tr.hover-tr td:nth-child(1){
	border-radius: 8px 0px 0px 8px;
}
.theme-table .table tr.hover-tr td:last-child{
	border-radius: 0px 8px 8px 0px;
}
.theme-table .table tr.hover-tr:last-child{
	border-bottom: 1px solid rgba(0,7,31,0.1);
}
.theme-table .table tr td .outline-circle-shape{
	width: 26px;
	height: 26px;
	font-size: 14px;
	margin: auto;
	display: flex !important;
}
.theme-table .table tr td.white-bg, .theme-table .table tr th.white-bg{
	background-color: #fff;
}
.theme-table .table tr th.white-bg{
	border-radius: 8px 8px 0px 0px;
}
.theme-table .table tr:last-child td.white-bg{
	border-radius: 0px 0px 8px 8px;
}
.reason-to-choose-slider .name-and-arrows{
	height: 98px;
	border-radius: 2px;  
	box-shadow: 0 5px 10px 0 rgba(0, 7, 31, 0.05);
  	background-color: #ffffff;
  	padding: 10px 40px;
 /* 	text-align: center;*/
}
.reason-to-choose-slider .swiper-slide .client-img{
	width: 300px;
	height: 300px;
	border-radius: 90px;
	overflow: hidden;
	margin: auto;
}
.name-and-arrows li.left, .name-and-arrows li.right, .name-and-arrows li.down{
	position: absolute;
	top:0;
	width: 40px;
	height: 100%;
	margin:0;
	background-color: #fff;
	list-style-type: none;
	cursor: pointer;
	display: inline-flex;
}
li.right, .name-and-arrows li.down{
	right: 15px;
	color: #25d3fa;
}
.name-and-arrows li.right{
	right: 0px;
}
.name-and-arrows li.left{
	left: 0px;
}
.name-and-arrows .swiper-button-next:after, .name-and-arrows .swiper-button-prev:after{
	display: none;
}
.name-and-arrows .swiper-button-next i, .name-and-arrows .swiper-button-prev i{
	color: #25d3fa;
	font-size: 16px;
}
.reason-to-choose-slider .name-and-arrows .members {
	display: inline-block;
	border-right:1px solid rgba(0,7,31,0.1);
	padding:15px;
	list-style-type: none;
	text-align: left;
	cursor: pointer;
}
.reason-to-choose-slider .name-and-arrows .members h5{
	font-size: 20px;
	margin: 0;
	color: #00071f;
}
.reason-to-choose-slider .name-and-arrows .members  p.qualifications{
	position: relative;
	font-size: 14px;
	color: #5d6271;
	font-family: 'ubuntulight';
	margin-bottom: 0;
	padding-bottom: 10px;
	z-index: 9;
}
.reason-to-choose-slider .name-and-arrows .members  p.qualifications::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #25d3fa;
	z-index: -1;
	transition: ease 0.5s;
}
.reason-to-choose-slider .name-and-arrows .members.active p.qualifications::after{
	width: 100%;
}
.reason-to-choose-slider .name-and-arrows .members:hover{
	background-color: #25d3fa;
	color: #fff;
}
.reason-to-choose-slider .name-and-arrows .members:hover h5, .reason-to-choose-slider .name-and-arrows .members:hover p{
	color: #fff;
}
.choose-inner-slider .wrap{
	display: none;
}
.choose-inner-slider .wrap.active{
	display: block;
}
.choose-inner-slider .client-img{
	display: inline-block;
	width: 100%;
	overflow: hidden;
	border-radius: 90px;
}
.choose-inner-slider .client-img img{
	width: 100%;
	object-fit: cover;
}
/*reason for chossing hearing section css end here*/ 

/* Important diffrent between section css start here  */
.Important-diffrent-between{
	background-color: #f7f8fa;
}
.commn-title.blcak-text{
	color: #00071f;
}.Important-diffrent-between .theme-table .table tr th{
	min-width: 245px;
}
.Important-diffrent-between .theme-table .table tr th, .Important-diffrent-between .theme-table .table tr td{
	text-align: left;
}
.downnload-btn-content p{
	font-size: 14px;
	color: #737680;
}
.table-bottom-text  p{
	font-size: 14px;
	color: #737680;
	margin-bottom: 0px;
}
.table-bottom-text  .call-us{
	 border: solid 1px rgba(93, 98, 113, 0.1);
 	 background-color: rgba(93, 98, 113, 0.05);
}
/* Important diffrent between section css end here  */

/* full range hearing section css start here */
.full-range-hearing-section .full-range-slider .swiper-slide img{
	width: 340px;
	height: 340px;
	object-fit: contain;
	display: block;
	margin: auto;
}
.full-range-hearing-section .full-range-slider .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background-color: transparent;
	border:1px solid #c4c6cc;
}
.full-range-hearing-section.sl-arr-blk .full-range-slider .swiper-pagination .swiper-pagination-bullet{
	border:1px solid #000;	
}
.full-range-hearing-section .full-range-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #c4c6cc;
}
.full-range-hearing-section.sl-arr-blk .full-range-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #000;
}
.full-range-hearing-section .full-range-slider .swiper-button-next span, .full-range-hearing-section .full-range-slider .swiper-button-prev span{
	font-size: 40px;
	color: #25d3fa;
	/*display: none;*/	
}
.full-range-hearing-section.sl-arr-blk .full-range-slider .swiper-button-next span, .full-range-hearing-section.sl-arr-blk .full-range-slider .swiper-button-prev span{
	color: #000;
}

.full-range-hearing-section .full-range-slider .swiper-button-next:after, 
.full-range-hearing-section .full-range-slider .swiper-button-prev:after{
	display: none;
}

.full-range-hearing-section .section-ctoa-10 h3 a{
	color: #212529;
}
.full-range-hearing-section .section-ctoa-10 p, .full-range-hearing-section .section-ctoa-10 p a{
	color: #212529;
}
/* full range hearing section css end here */

/*full services section css start here */
.full-services-section{
	background-color: #00071f;
	position: relative;
	z-index: 9;
}
.full-services-section:after{
	content: '';
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
	background-image: url('../images-v2/full-service.webp');
	background-size: 100% 100%;
	z-index: -1
}
.proffessional-safe-box .safe-box h5{
	font-size: 24px;
	color:#fff;
	font-family: 'ubuntumedium'
}

.proffessional-safe-box .section-ctoa-11, .proffessional-safe-box .section-ctoa-11 h3 a{
	color: white;
}

.proffessional-safe-box .section-ctoa-11 .call-us p a{
	color: white;
}
.proffessional-safe-box .section-ctoa-11 .book-appointment h3{
	color: white;
} 

.sec0_bottom {
    margin-bottom:6.5rem;
}

section#top-banner {
    position: relative;
}
section#top-banner .last-banner-btn {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
}

section#video-test{
    position: relative;
}

section#video-test .last-banner-btn.d-inline-block.w-100.text-center.mt-xl-5.mt-3 {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
}

.secondNewSection .last-banner-btn{
	position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
}
section#money-saving-section .last-money-btn.d-inline-block.w-100.text-center.mt-4 {
    position: relative;
    top: 24px;
}






/*full services section css end here */

/*footer section css start here*/
.footer .foot-logo img{
	width: 200px;
}
.footer .copywrite{
	font-size: 16px;
	color:#5d6271;
	text-align: right;
}

/* footer section css end here */

/* mobile views css start here */
.mobile-top-view, .mobile-view{
	display: none;
}
.xs-mobile-text, .xs-mobile-box{
	display: none;
}
.xs-mobile-text.mobile-view-sec1-new{
	display: block;
}

.xs-mobile-text.mobile-view-sec1-new p a{
	color: black;
}
.name-and-arrows li.down{
	display: none;
}
li.left.align-items-center.justify-content-center {
    color: #25d3fa;
}


/* media quries start here */
@media (min-width: 1200px){
	/*.top-banner{
		min-height: 100vh;
	}*/
	
	.hearology-right-side-box .hearology-right-side-inner-box{
		width: 570px;
	}
	.top-banner .top-right-form p{
		font-size: 16px;
	}
	.call-us-appointment h3{
		font-size: 21px;
	}
}
@media (max-width: 991px){

	.navbar .navbar-nav .nav-item.dropdown .outline-circle-shape{
		top: -3px;
	}

	.navbar .navbar-nav .nav-item.dropdown .dropdown-toggle{
		padding-top: 11px;
	}

	section#top-banner span.outline-circle-shape {
	    position: absolute !important;
	    right: 108px;
	    top: 95px;
	}

	.secondNewSection .last-banner-btn{
    	bottom: 5px;
	}

	.mobile-view{
		display: inline-flex;
	}
	.hearology-section .mobile-view {
		display: inline-block;
	}
	.container{
		width: 100%;
	}
	.navbar-collapse{
		flex-basis: auto;
	}
	.navbar .navbar-nav{
		flex-direction: row;
		justify-content: end;
	}
	.navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show{
		flex-direction: column;
		overflow-y: auto;
		width: 300px;
		right: -16px;
		/*max-height: 100vh;*/
		height: auto !important;
		top: 53px;
	}
	.navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show .col-md-6{
		width: 100%;
		flex:0 0 100%;
		max-width: 100%;
	}
	.top-banner{
		min-height: 500px;
		align-items: flex-end !important;
	/*	padding: 20px 0px;*/
	}
	.top-banner .top-right-form{
		display: none;
	}
	.top-banner .last-banner-btn, .top-bannere .col-md-3, .top-banner .commn-title .outline-circle-shape, .last-happy-btn{
		display: none !important;
	}
	.mobile-top-view{
		display: block;
	}
	.mobile-top-view .inner-contact-rating-box{
		border-bottom: 1px solid rgba(93,98,113,0.1);
	}
	.mobile-top-view .call-us{
		display: inline-flex;
		width: 100%;
		border: solid 1px rgba(93, 98, 113, 0.1);
		background-color: rgba(93, 98, 113, 0.05);
	}
	.mobile-top-view .call-us p{
		color: #00071f;
	}
	.company-logos .inner-logos-list .com-logo-box img{
		width: 50px;
		height: 58px;
	}
	.outline-circle-shape{
		height: 45px;
	}
	.commn-title{
		font-size: 30px;
	}
	.top-banner .inners-text p{
		font-size: 18px;
	}
	.commn-title .outline-circle-shape{
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
	.hearin-text-appoinment .col-md-8{
		max-width: 100%;
		flex:0 0 100%;
	}
	.desktop-view{
		display: none !important;
	}
	.btn.btn-download-brocher{
		min-width: 100%;
		width: 100%;
		border-top: 1px solid #e5e6e8;
		border-radius: 0px;
		padding: 15px 5px;
		height: auto;
	}
	.btn.btn-download-brocher:last-child{
		border-bottom: 1px solid #e5e6e8
	}
	.hearing-loss-section, .hearing-loss-section .hearin-text-appoinment{
		min-height: 100%;
	}
	.last-hearing-btn, .last-hearology-btn, .last-positive-impact-bnt{
		display: none !important;
	}
	.happy-to-have-slider .swiper-button-next, .happy-to-have-slider .swiper-button-prev{
		display: none !important;
	}
	.happy-to-have-slider .swiper-wrapper .swiper-slide{
		min-height: 100%;
	}
	.hearology-right-side-box{
		position: static;
		width: 100%;
	}
	.hearology-right-side-box{
		order:1;
		background-color: transparent;
		box-shadow: 0 0 0 0;
	}
	.hearology-right-side-box .hearology-right-side-inner-box{
		width: 100%;
		border-radius: 8px;
		overflow: hidden;
	}

	.hearology-section .section-inner-body{
		background-color: transparent;
	}
	.section-inner-body .col-md-6.mobile-width{
		flex:0 0 100%;
		max-width: 100%;
	}
	.hearology-right-side-box .hearology-right-side-inner-box img{
		height: 450px;
		object-fit: cover;
	}
	.hearology-diagnostic-list .hearology-diago-box.active{
		background-color: #5d6271;
		color: #fff;
		border-radius: 0px 0px 8px 8px;
	}
	.hearology-diagnostic-list .hearology-diago-box:hover{
		text-decoration:none;
	}
	.Personalise-section .commn-title{
		font-size: 24px;
	}
	.Personalise-section{
		min-height: 100%;
	}
	.Personalise-section .Personalise-content-button{
		/*display: inline-flex;*/
		width: 100%;
		justify-content: right;
		align-items: flex-end;
		min-height:200px;
	}
	.positive-impact-innere-body .col-md-8, .Personalise-inner-text .col-md-8{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.Personalise-inner-text.mobile-view-sec1-new{
		max-width: 100%;
		flex: 0 0 100%;
		display:none;
	}
	.Personalise-content-button p.personalise_description{
		display: none;
	}
	.positive-impact-section .commn-title .text-wid{
		width: 90%;
	}
	.money-saving-section .commn-title .text-wid{
		width: 100%;
		/*opacity: 0;*/
	    /*padding-top: 30px;*/
	}
	.money-saving-section{
		background-color: #fff;
	}
	.money-saving-section.video-enable .money-bg-image, .money-saving-section .money-bg-image{
		height: 377px;
	}
	.money-saving-section.video-enable .money-bg-image{
		height:370px;
	}
	.money-saving-section::before{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 325px;
		background-color: #f7f8fa;
	}
	.money-savingmobile-view{
		min-height: 150px;
		align-items: flex-end;
		padding-bottom: 20px;
	}
	.money-savingmobile-view .commn-title .text-wid{
		/*opacity: 1;*/
		opacity: 0;
	}
	.money-saving-video-box{
		height: 450px;
	}
	.reason-to-choose-slider .swiper-slide .client-img{
		width: 100%;
		height: 250px;
	}
	.reason-to-choose-slider .swiper-slide .client-img img{
		width: 100%;
		height: 100%;
	}
	.outline-circle-shape{
		padding-top: 2px;
	}
	.money-savingmobile-view h3, .money-savingmobile-view h3 a{
		color: #fff;
		font-size: 18px;
	}
	.date_picker_enable .input-title{
		color: #fff;
	}
	/*.firstNewSection .last-banner-btn a.btn.btn-transparent-outline{
	    position: relative !important;
        top: 9rem !important;
	}*/
}
@media (max-width:768px){
	section#top-banner span.outline-circle-shape {
	    right: 20px;
	    top: 95px;

    }
	.navbar .navbar-brand img{
		width: 150px;
		height: 100px;
		object-fit: contain;
	}
	.col-sm-2{
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.happy-slider-and-easer .col-md-6{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.earse-card{
		width: 100%;
		height: 250px;
		border-radius: 70px;
	}
	.call-us{
		width: 100%;
	}
	.btn.btn-dark{
		margin-left: auto;
	}
	.money-saving-video-box{
		height: 330px;
	}
	.money-saving-section::before{
		height: 175px;
	}
	.money-saving-video-box .video-thumbnail{
		object-fit: fill;
	}
	.some-images-for .col-sm-6{
		max-width: 50%;
		flex:0 0 50%;
	}
	.some-images-for .user-img{
		margin-bottom: 30px;
	}
	.reason-to-choose-slider .swiper-slide .client-img{
		width: 300px;
		height: 300px;
		margin-bottom: 20px;
	}
	.theme-table .table tr th, .theme-table .table tr td{
		font-size: 14px;
	}
	.hearology-diago-box{
		font-size: 16px;
	}
	.happy-to-have-section::after{
		top: 0;
		bottom:0;
		height: 75%;
		margin: auto;
	}
	.proffessional-safe-box .safe-box h5{
		font-size: 22px;
	}
	.perea-text{
		font-size: 18px;
	}
	.footer .col-sm-6{
		flex:0 0 50%;
		max-width: 50%;
	}
	.reason-to-choose-slider .name-and-arrows .members{
		width: 33.333%;
		height: 90px;
		text-align: left;
	}
	.reason-to-choose-slider .name-and-arrows .members h5{
		font-size: 16px;
	}
	.reason-to-choose-slider .name-and-arrows .members p.qualifications{
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: "....";	
	}
	.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:nth-child(6){
		border-bottom: 1px solid #e5e6e8;
	}
	.navbar .navbar-nav .nav-item.dropdown .dropdown-toggle{
		max-width: 240px;
		min-width: 100%;
	}
	.navbar .navbar-nav .nav-item.dropdown .outline-circle-shape{
		top:0px;
	}
	.Personalise-section .Personalise-content-button .section-ctoa-5	{
		width: 100%;
	}
	.money-saving-section.video-enable .money-bg-image, .money-saving-section .money-bg-image{
		height: 310px;
	}
	.Personalise-section .Personalise-content-button .section-ctoa-5{
		text-align: right;
	}

	.money-saving-section .commn-title{
		height: 130px;
	}
	.money-savingmobile-view h3, .money-savingmobile-view h3 a{
		font-size: 24px;
	}
	.money-savingmobile-view h3, .money-savingmobile-view h3 a, .date_picker_enable .input-title{
		color: #00071f;
	}
	.money-savingmobile-view .call-us p, .money-savingmobile-view .call-us p a{
		color: #000;
	}
	.reason-to-choose-slider .name-and-arrows{
		margin-left: 0px !important;
	}
	.xs-mobile-text.mobile-view-sec1-new{
		display: block
	}
	.xs-mobile-text.mobile-view-sec1-new p a{
		color: black;
	}
	/*.firstNewSection .last-banner-btn a.btn.btn-transparent-outline{
	    position: relative !important;
	    top: 6.3rem !important;
	}
*/
}
@media (max-width: 650px){
	.navbar.sticky .navbar-collapse .call-us{
		display: none;	
	}
	.navbar .navbar-nav .nav-item .nav-link{
		font-size: 12px;
	}
	.reason-to-choose-table::after{
		background-size: 100% 40%;
		bottom: -741px;
	}
	.navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show{
		position: fixed !important;
		width: 100%;
		min-width: 100%;
		right: 0;
		left: 0;
		z-index: 999;
		top:64px;
		padding-bottom: 65px;
		max-height: 100vh;

	}
	.navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show .col-md-6{
		flex:none;
	}
	.xs-mobile-box{
		display: inline-block;
		width: 100%;
		background-color: #f7f8fa;
	}
	.navbar .navbar-collapse .xs-mobile-box .call-us{
		display: inline-flex;
		padding-right: 10px;
	}
	.xs-mobile-box .col-sm-7{
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.navbar .navbar-nav .nav-item.dropdown .dropdown-menu{
		padding-top: 0px
	}
	.xs-mobile-box  .col-sm-5{
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.navbar .navbar-collapse .xs-mobile-box .call-us{
		width: 100%;
		margin-top: 0px;
	}
	.outline-circle-shape{
		padding-top: 0px;
	}
	.money-saving-section.video-enable .money-bg-image, .money-saving-section .money-bg-image{
		height: 285px;
	}
	.money-saving-section .commn-title{
		height: 110px;
	}
	.xs-mobile-text.mobile-view-sec1-new{
		display: block;
	}
	.xs-mobile-text.mobile-view-sec1-new p a{
		color: black;
	}
	/*.firstNewSection .last-banner-btn a.btn.btn-transparent-outline {
 		top: 3rem !important;
	}*/
}
@media (max-width: 575px){
	section#top-banner span.outline-circle-shape {
    position: relative !important;
    top: 0;
  
}
	section#video-test .last-banner-btn.d-inline-block.w-100.text-center.mt-xl-5.mt-3 {
    	bottom: 5px;
	}
	.happy-slider-and-easer .col-md-6{
		flex:0 0 100%;
		max-width: 100%;
	}
	.ease-where-box{
		text-align: center;
	}

	.earse-card{
		width: 300px;
		height: 300px;
		margin:auto;
	}
	.call-us{
		width:302px; 
	}
	.commn-title{
		font-size: 24px;
	}
	.positive-impact-section .positive-impact-inner-content p,
	.perea-text,
	.section-inner-body .hearology-innder-text-body p,
	.hearing-loss-section .hearin-text p{
		font-size: 18px;
	}
	.inner-logos-list .justify-content-center{
		justify-content: flex-start !important;
	}
	.inner-logos-list .col-sm-2{
		flex:0 0 33.333%;
		max-width: 33.3333%;
	}
	.book-appointment{
		margin-top: 30px;
	}
	.inner-logos-list .col-sm-2 .com-logo-box{
		margin-bottom:40px;
	}
	.call-us{
		margin-top: 30px;
	}
	.money-saving-video-box{
		height: 210px;
	}
	.money-saving-section::before{
		height: 140px;
	}
	.money-saving-section::after{
		height: 235px;
		background-size: cover;
		background-position: center;
	}
	.money-saving-video-box .video-play-btn img{
		width: 50px;
		height: 50px;
	}
	/*.book-appointment h3{
		color: #00071f !important;
		margin-top: 15px;
	}*/
	.top-banner{
		min-height: 300px;
	}
	.row.mt-3.sec0_bottom{
		display: none;
	}
	.xs-mobile-text{
		display: block;
	}
	.navbar .navbar-nav .nav-item.dropdown .dropdown-toggle{
		padding-left: 40px;
	}
	.navbar .outline-circle-shape{
		width: 35px;
		height: 35px;
		font-size: 14px;
	}
	.navbar .navbar-brand img{
		width: 80px;
		height: 40px;
	}
	.btn.btn-gray-outline{
		font-size: 13px;
		padding: 7px 20px 7px 10px; 
	}
	.hearing-loss-section{
		background-image: none;
	}
	.reason-to-choose-table::after{
		bottom: -880px;
		background-size: 100% 30%;
	}
	.reason-to-choose-slider .name-and-arrows .members{
		float: none;
		width: 100%;
	}
	.name-and-arrows li.left, .name-and-arrows li.right{
		display: none;
	}
	.name-and-arrows li.down{
		display: inline-flex;
	}
	.reason-to-choose-slider .name-and-arrows{
		padding-left: 15px;
	}
	.reason-to-choose-slider .name-and-arrows .members{
		width: 100%;
		height: 90px;
	}
	.reason-to-choose-slider .name-and-arrows.opened{
		height: 100%;
	}
	.client-text{
		margin-top: 20px;
	}
	.reason-to-choose-slider .name-and-arrows .members.active{
		background-color: transparent;
	}
	.reason-to-choose-slider .name-and-arrows .members.active h5, .reason-to-choose-slider .name-and-arrows .members.active p{
		color: #00071f
	}
	input.form-control.custom-date.booking-appointment{
		padding-top: 20px !important;
	}
	/*.firstNewSection .last-banner-btn a.btn.btn-transparent-outline {
	    top: 2rem !important;
	    font-size: 14px !important;
	}*/
}
@media (max-width: 500px){
	.firstNewSection .last-banner-btn a.btn.btn-transparent-outline {
		    top: 0 !important;
		    font-size: 14px !important;
		}
}
@media (max-width: 350px){

	.navbar .navbar-nav .nav-item .nav-link{
		font-size: 12px;		
	}
	.footer .col-sm-6{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer .foot-logo img{
		width: 150px;
		display: block;
		margin: auto;
	}
	.footer .copywrite{
		display: none;
	}
	.navbar .navbar-collapse .call-us p{
		font-size: 11px;
	}
	.xs-mobile-box .col-sm-7,
	.xs-mobile-box .col-sm-5{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.navbar .navbar-nav .nav-item.dropdown .dropdown-toggle{
		max-width: 200px;
	}
/*	.firstNewSection .last-banner-btn a.btn.btn-transparent-outline {
	    top: 0rem !important;
	    font-size: 14px !important;
	}*/

}

/*.section-ctoa-2{
	background-color: black;
}*/

.footeraddress p{
	color: #5d6271;
}

.align-items-center .footeraddress {
	padding-top: 20px;
	text-align: center;
}

.outline-circle-shape.d-inline-flex.align-items-center.justify-content-center.selected-option {
    z-index: 999 !important;
}
div#ui-datepicker-div {
	z-index: 999 !important;
}

ul.members_list li{
	list-style-type: none !important;
}

/*.firstNewSection .last-banner-btn{
    position: absolute; !important;
    top: 3rem !important;
}*/
/*.secondNewSection .last-banner-btn{
	position: relative !important;
	top: 1.5rem !important;
}*/

/*section#video-test {
    align-items: normal !important;
    position: relative;
}*/

/*@media(min-width:1782px){
		.firstNewSection .last-banner-btn {
	    position: relative !important;
	    top: 16rem !important;
	}
}*/
/*@media(min-width:1500px){
		.firstNewSection .last-banner-btn {
	    position: relative !important;
	    top: 8rem !important;
	}
}*/
/*@media only screen and (max-width: 1782px) and (min-width:1500px)  {
		.firstNewSection .last-banner-btn {
	    position: relative !important;
	    top: 8rem !important;
	}
}
*/
input.form-control.custom-date.booking-appointment::-webkit-calendar-picker-indicator {
    /*color: rgba(0, 0, 0, 0);*/
    /*opacity: 1;
    display: block;*/
    background: url('../images-v2/rectangle-6.svg') no-repeat;
   /* width: 20px;
    height: 20px;
    border-width: thin;*/
}
/*@media(max-width:1366px){
		.firstNewSection .last-banner-btn {
	    position: relative !important;*/
	   /* top: 2rem !important;*/
/*	}
}*/