/* Archive Css */
ul.products li.product .added_to_cart {
    margin: .5rem;
    text-align: center;
    display: block;
    width: 78%;
}
body {
	font-family: 'Montserrat', sans-serif !important;
}
.uagb-post-grid .uagb-post__excerpt {
	font-size: 16px
}
.uagb-post__title {
	letter-spacing: 0;
}
.wp-block-cwp-block-gutenberg-forms .cwp-form .cwp-noEffect-step .cwp-form-step.cwp-active-step {
    text-align: center;
}
/* Home page form*/
.next_previous {
    background-image: none !important;
    background-color: #b61177 !important;
    color: #fff !important;
    border-radius: 15px !important;
}
.next_previous {
    background-image: none;
    background-color: #0b0b0b;
}

fieldset.cwp-form-step[data-label="Step Seven"] {
	position: relative;
}
fieldset.cwp-form-step[data-label="Step Seven"] .wp-block-cwp-name.cwp-name.cwp-field {
	width: 18%;
}
fieldset.cwp-form-step[data-label="Step Seven"] .wp-block-cwp-phone.cwp-phone.cwp-field {
	 width: 18%;
	 position: absolute;
   top: 30px;
   left: 57%;
}
fieldset.cwp-form-step[data-label="Step Seven"] .wp-block-cwp-email.cwp-email.cwp-field {
    width: 18%;
    position: absolute;
    top: 30px;
    left: 38%;
}
fieldset.cwp-form-step[data-label="Step Seven"] button.wp-block-cwp-form-button {
		position: absolute;
    top: 73px;
    left: 78%;
}
fieldset.cwp-form-step[data-label="Step Seven"] .wp-block-cwp-name.cwp-name.cwp-field:nth-child(2) {
    position: absolute;
    left: 19%;
}
.yith-request-a-quote-page .woocommerce.ywraq-wrapper {
		max-width: 85rem !important;
    width: calc(100% - 4rem) !important;
}
.privacy-policy .entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
		max-width: 86rem !important;
    width: calc(100% - 4rem);
}
.entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt {
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: normal;
}
.white .sa_owl_theme .owl-nav .owl-prev {
    height:24px;
}
.sa_owl_theme .owl-nav div, .sa_owl_theme .owl-nav button{
    position: absolute;
    top: 50%;
    padding: 2px 0 !important;
    display: inline-block;
    margin-top: -20px !important;
    line-height: 30px !important;
    height: 20px !important;
    width: 30px !important;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
}
.page-template-default  header.entry-header.has-text-align-center.header-footer-group {
		display: none;
}
.uagb-buttons-repeater {
    font-size: 22px;
    line-height: 1.6em;
    border-width: 2px;
    border-color: #e22658;
    border-style: solid;
    border-radius: 30px;
    padding: 8px 20px;
    color: #e22658;
    text-decoration: none;
}
/*menu blink*/
.primary-menu-wrapper ul li:nth-child(2) a{
	animation: blinker 0.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}
@keyframes blinker { 
	to { opacity: 0; } 

}
.primary-menu-wrapper ul li .sub-menu li a {
    color:#fff !important;
    justify-content: right;
    animation: none;
}
/*Home page sumbit form*/
.body-form {
	background-attachment:fixed;
	color: #444444;
	font: 75%/1.3 Arial, Helvetica, sans-serif;
	margin: 0 auto;
}
.form-templateWrapper{
	background: #fff;
  border: 1px solid #d6d6d6;
  box-shadow: 0 0px 3px #E1E1E1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;	
}
.form-headBdr{
	margin: 0;
  padding: 0;
  overflow: hidden;
}
.form-head-color{
	background: #b83977;
  border-bottom: 1px solid #EAEAEA;
  margin: 0;
  padding: 10px 25px;
  -moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}
.form-head-color .form-title {
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-size: 4em;
	text-align:center;
}
.sumbit-form-wrapper input {
	font-size: 14px !important;
}
.sumbit-form-title{
	color: #FFFFFF;
    margin: 15px !important;
    padding: 0;
    text-align: center;
}
.subit-form-contanier{
	padding: 0;
  margin: 10px;
  margin-bottom: 0;
	display:block;
}	
.Name-wrapper{ 
	padding: 10px 0px;
  margin: 1px -20px;
	list-style:none;
	width:50%;	
}
.Name-wrapper input{
	font-size:18px;
	color:#444;
}
.email-wrapper{
	width:50%;
	list-style:none;
	position:relative !important;
  float: right !important;
  top: -6.7rem !important;
	padding: 10px 0px;
	margin: 1px 0px;
}
.email-wrapper input{
	font-size:18px;
	color:#444;
}
.phone-wrapper{
	padding: 10px 0px;
  margin: 1px -20px;
	list-style:none;
	width:50%;
	float:left;
}
.phone-wrapper input{
	font-size:14px;
	color:#444;
}
.city-wrapper{
	width:50%;
	list-style:none;
	position:relative;
  float: right;
  top: -6.7rem;
	padding: 10px 0px;
	margin: 1px 0px;
}
.city-wrapper .city-name{
	font-weight:bold;
	font-size:18px;
	color:#444;
	
}
.radio-wrapper{
	padding: 10px 15px;
	margin: 1px 0;
	list-style:none;
}
.radio-wrapper .radio-name{
	float: left;
  width: 40%;
  line-height: 20px;
  margin-left:-30px;
	font-weight: bold;
  font-size: 18px;
  color: #444;
	margin-top:40px;
}
.radio-wrapper .radio-div{
	margin: 0px -40px 0px 0px;
  padding: 0;
	margin-left: 40%;
}
.radio-side-by .radio-div span{
	margin: 0 15px 5px 0;
    padding: 0;
    width:40%;
    float: left;
   display: block;
	 top:-6rem;
	position:relative;
}
.radio-side-by .radio-div span input[type="radio"] {
    display: block;
    width: 13px;
    height: 13px;
    margin-top: 4px;
    padding: 0;
    float: left;
}
.radio-side-by .radio-div span label{
	line-height: 20px;
    display: block; 
    margin: 0 0 0 20px;
    padding: 0 0 5px;
}
.radio-wrapper-2{
	padding: 10px 15px;
  margin: 1px 0;
	list-style:none;

}
.radio-wrapper-2 .radio-name{
	float: left;
  width:65%;
  line-height: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #444;
	margin-left:-30px;
	position:relative;
	top:-4rem;
}
.radio-wrapper-2 .radio-div-2{
	margin: 0;
  padding: 0;
	margin-left: 35%;
	position: relative;
    top: -4rem;
}
.radio-side-by-2 .radio-div-2 span{
	margin: 0 15px 5px 0;
    padding: 0;
    width:40%;
    float: left;
   display: block;
	 
}
.radio-side-by-2 .radio-div-2 span input[type="radio"] {
    display: block;
    width: 13px;
    height: 13px;
    margin-top: 4px;
    padding: 0;
    float: left;
}
.radio-side-by-2 .radio-div-2 span label{
	line-height: 20px;
    display: block;
    margin: 0 0 0 20px;
    padding: 0 0 5px;
}
.zf-tempFrmWrapper {
    padding: 10px 15px;
    margin: 1px 0;
	list-style:none;
}
.zf-tempFrmWrapper .zf-labelName {
    float: left;
    width: 30%;
    line-height: 20px;
    margin-left:-30px;
}
.zf-tempFrmWrapper .zf-labelName {
    font-weight: bold;
    font-size: 18px;
    color: #444;
}
.zf-tempFrmWrapper .zf-tempContDiv {
    margin-left: 35%;
}
/*input area*/
.zf-tempContDiv input[type="text"], .zf-tempContDiv textarea, .zf-tempContDiv .zf-pdfTextArea {
    background: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 5px;
    font-size:27px;
}
.zf-tempContDiv input[type="text"]:hover,  .zf-tempContDiv textarea:hover{	
	border:1px solid rgba(157, 157, 157, 0.75) !important;	
	}	
.zf-tempContDiv input[type="text"]:focus, .zf-tempContDiv textarea:focus{	
	border:1px solid rgba(121, 187, 238, 0.75) !important;	
	-webkit-box-shadow:0 0 5px rgba(82, 168, 236, 0.5) !important;	
	-moz-box-shadow:0 0 5px rgba(82, 168, 236, 0.5) !important;	
	box-shadow:0 0 5px rgba(82, 168, 236, 0.5) !important;	
	}
/*Error Message*/	
.zf-errorMessage {
	font:12px Arial, Helvetica, sans-serif;
	color:#ff0000;
	padding-top:5px;
}
/*Mandatory Message*/	
.zf-important {
	color:#ff0000 !important;
	font-weight: normal;
	margin-left:0px;
	padding: 0;
	font-size:13px !important;
}
/*instruction Message*/
.zf-instruction {
	color:#939393;
	font-style:italic;
	margin-top:3px;
	font-size:12px;
	overflow:visible !important;
}	
.zf-symbols {
	padding:0 5px;
}
.zf-fmFooter {
	margin:0;
	text-align:center;
	list-style:none;
}

.zf-fmFooter .zf-submitColor{ 		font-size:15px; 
	padding:10px 25px;}

.zf-submitColor{
	color: #fff;
	border:1px solid;
	border-color: #b83977 #b83977 #b83977;
background-color: #b61177;
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.25);
	background-color: #b83977 !important;
	}
	
.zf-submitColor:hover{
	background: #E22658;
	background: -webkit-gradient(linear, left top, left bottom, from(#E22648), to(#E22658));
border:1px solid;
	border-color: #fff #fff #fff;	
	text-decoration-line:none;
	}	   	


/*multistep form*/
.multistep-form-columns {
    z-index: 111;
    padding:0px !important;
}
.wp-block-cwp-name.cwp-name.cwp-field{
	width:50% !important;
	text-align:left !important;
}
.wp-block-cwp-email.cwp-email.cwp-field{
	width:50% !important;
	text-align:left !important;
	bottom: 15.9rem !important;
    right: 1rem !important;
    position: absolute;
}

.wp-block-cwp-phone.cwp-phone.cwp-field{
	width:50% !important;
	text-align:left !important;
	
}
.wp-block-cwp-text.cwp-text.cwp-field{
	width:50% !important;
	text-align:left !important;
	position: absolute;
    bottom: 7.2rem !important;
    right: 1rem;
	}
.multistep-form-columns .wp-block-cwp-block-gutenberg-forms .cwp-form .wp-block-cwp-form-button {
    border: 1px solid #fff !important;
    background: #b61177 !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    padding: 9px 30px !important;
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    border-radius: 30px !important;
    margin-bottom: 23px;
}
.multistep-form-columns label {
	color: #111111;
}
.page-template-default .post-inner {
    padding-top: 0;
}
.entry-content > .alignfull {
		margin-top: 0;
		margin-bottom: 0;
}
.footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer {
    margin-top: 0rem;
}
body:not(.overlay-header) .primary-menu ul {
    background-color: #000;
    justify-content: right;
}
.primary-menu-wrapper ul li .sub-menu li a {
    color: #fff !important;
    justify-content:right;
	  }
.primary-menu li {
    font-size: inherit;
    line-height: 1.25;
    position: relative;
    justify-content:right;
}
/*contact us page button*/
.button, .faux-button, .wp-block-button__link, .wp-block-file__button, input[type=button], input[type=reset], input[type=submit], .wp-block-button, .comment-reply-link, .has-background.has-primary-background-color:not(.has-text-color), .has-background.has-primary-background-color *:not(.has-text-color), .has-background.has-accent-background-color:not(.has-text-color), .has-background.has-accent-background-color *:not(.has-text-color) {
    color: #fff;
   
    background-color: #b61177;
}
/*inquiry form*/
.inquiry-form-box{
	width:30%;
}
.uagb-column__wrap .uagb-column__overlay {
    height: 100%;
    width: 90%;
    top: 0;
    left: 30px;
    position: absolute;
}
.checkbox-heading{
    font-size: 16px;
    color: #fff;
    margin-bottom: 2rem;
	  font-weight:700;
	font-family: 'Montserrat', sans-serif !important;
}
.checkbox-coloums{
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    margin: -0.3rem;
    color: #fff;
	font: small-caption;
	font-family: 'Montserrat', sans-serif !important;
}
.inquiry-form-columns {
    flex-basis: 70%;
    margin-right: 0%;
    margin-bottom: 2%;
}
.inquiry-form-columns:last-of-type {
    flex-basis: 80%;
    padding: 0 5%;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=date], input[type=month], input[type=time], input[type=datetime], input[type=datetime-local], input[type=week], input[type=number], input[type=search], input[type=tel], input[type=color], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: .1rem;
    box-shadow: none;
    display: block;
    font-size: 1.3rem;
    letter-spacing: -.015em;
    margin: 0px;
    max-width: 100%;
    padding: 1.5rem 1.8rem;
    width: 100%;
}
.hero-content-columns a.button-2x {
    margin-left: -16% !important;
}
.hero-content-columns a.button-2x:hover{
	background:transparent !important;
	transition:3sec!important;
	color:#fff!important;
	border: 2px solid #fff !important;
}
.button, .faux-button, .wp-block-button__link, .wp-block-file__button, input[type=button], input[type=reset], input[type=submit], .wp-block-button, .comment-reply-link, .has-background.has-primary-background-color:not(.has-text-color), .has-background.has-primary-background-color *:not(.has-text-color), .has-background.has-accent-background-color:not(.has-text-color), .has-background.has-accent-background-color *:not(.has-text-color) {
    color: #fff;
   background-color:#b61177 !important;	
}
/*slider content */
a.button-2x {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 23px;
    border: 2px solid #be354d;
    padding: 9px 13px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    transition: .4s ease;
    border-radius: 4px;
}
.hero-content-columns a.button-2x {
	margin-left: -70px !important;
	margin-top: -32px !important;
}
.button-postion{
	margin-top:5rem !important;
}
figure.wp-block-image.size-large.beautify-picture:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #f4dee1;
    left: 46px;
    top: 93px;
    height: 74%;
    width: 87.3%;
    border-radius: 10px;
}
.hero-content-columns h2 {
    margin: -20px -70px 30px;
    color: #fff;
}
.hero-columns {
	padding-top:0px !important;
}
.hero-content-columns {
  height: 220px;
	margin-left: 13%;
  margin-top: 13%;
	padding-left: 30px;
}
h4.heading-columns{
    font-size:3.3rem;
		font-weight:700px;
	  text-align: center;
	}
h2.slider-heading{
	font-size:3.3rem;
	font-weight:700px;
	margin-top:-20px;
	margin-bottom:10px;
	text-align:center;
}
h2.testimonial-heading{
	text-align: center;
  font-weight: 600;
  font-size: 3.3rem;
  line-height: 3.3rem;
  letter-spacing: 0px;
}
h2.Brand-heading{
    text-align: center;
    font-weight: 600;
    font-size: 3.3rem;
    line-height: 3.3rem;
    margin-top: -10px;
    margin-bottom: 40px;
}

hr.underline {
  background-color:red;
	width:35px;
	height:3px;
	line-height:2px;
	margin-left:0px;
	margin-top: 0px;
   margin-bottom: 20px;
  }
/*Slider heading*/
.Hero-Heading{
	color: #ffffff;
  line-height: 60px;
  font-size: 50px;
	padding-left:20px;
 }
.company-columns h2 {
    font-size: 3.6rem;
    line-height: 4.9rem;
    margin: 30px 0;
    letter-spacing: 0;
}

.box-shadow{
    background-color: #fff;
    border-radius: 10px;
    margin: 1.5em .8em;
    box-shadow: -8px 11px 12px rgba(39,49,65,.1);	
	margin-bottom:-40px;
	border: 2px solid #b83977;
}
.entry-content p, .entry-content li {
    line-height: 1.476;
    font-size: 16px;
}
/* Community Post Columns */
.community-post-columns .uagb-post__inner-wrap .uagb-post__title a {
		font-size: 21px;
    color: #111111;
	}
.uagb-block-c78a9878 .uagb-post__text .uagb-post__cta a {
    font-size: 16px;
    color: #000;
    padding: 0;
    font-weight: 400;
    text-decoration: underline !important;
}
.community-post-columns .uagb-post__inner-wrap {
    display: flex;
		background: transparent !important;
		flex-flow: row wrap;
	border: 1px solid #f0f8ff;
    background-color: #fff;
    border-radius: 10px;
    margin: 1.5em .8em;
    box-shadow: -8px 11px 12px rgba(39,49,65,.1);	
}
.community-post-columns .uagb-post__image {
    flex-basis: 40%;
	  margin-top:40px;
}
.community-post-columns .uagb-post__text {
    flex-basis: 60%;
}
.community-post-columns .uagb-post__cta {
	background: transparent !important;
}
.uagb-block-f8d4e990 .uagb-post__items article {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 40px;
}
/*contact us button hover*/	
input[type=submit]:hover {
    text-decoration:none;
    color: #fff;
    background-color: #BE354D;
	border-color:#0b0b0b;
}	
.white .sa_owl_theme .owl-nav .owl-prev {
  border-radius:20px !important;
background-size:10px !important;
	height:35px !important;

}
.white .sa_owl_theme .owl-nav .owl-next{
	border-radius:20px !important;
	background-size:10px !important;
	height:35px !important;
}

/*sitemap page color line*/
.vartical-line {
  border-left: 18px solid green;
  height: 500px;
  position: absolute;
  left:2%;
  margin-left: -3px;
  top: 0;
  z-index:999px;
	background:transparent !important;
}
.line-color li{
	text-decoration:none !important;
    list-style-type:none !important;
    line-height: 4rem !important;
    font-size: 16px !important;
    font-weight: 600 !important;
	position:relative !important;
}	
.line-color li::maker{
	display:none !important;
}
.line-color li:before {
  content: "\f0a9"; 
	font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; 
	width: 1.3em; }

.line-color li:after{
	content: " "!important;
	position:absolute !important;
  display: block !important;
  height:0.1rem !important;
  width: 50% !important;
	background:#c3465c !important;
}
.line-color a{
	text-decoration:none !important;
	color:#0b0b0b !important;
}
.has-text-color a {
    color: inherit;
    text-decoration: none !important;
}
/*no coolor banner*/
.header-phone-columns .header-number-column a {
    font-size: 2.3rem;
    line-height: 3rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
.header-phone-columns .header-number-column p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: right;
		margin-bottom: 0;
}
/*count section*/
.count-heading-1{
	font-size:2.3rem !important;
	font-weight:800 !important;
}
.count-heading-2{
	font-size:21px !important;
	font-weight:800 !important;
	
}
.count-subheading{
    font-weight: 700;
   
}
.count-img{
	margin-top:-60px !important;
	
}
.count-imges-1{
	margin-left:-30px !important;
	margin-top:-90px !important;
}
.count-imges-2{
	margin-left:-45px !important;
	margin-top:-90px !important;
}
.count-imges-3{
	margin-left:-30px !important;
	margin-top:-90px !important;
	
}
.banner-subheading{
	font-weight: 600;
	font-size: 1.7rem !important;
}
.img-block{
	width:90% !important;
}


/*cochlear section*/
.cochlear-heading{
	text-align:center !important;
	margin-top:10rem !important;
}
.cochlear-subheading{
	font-weight:600;
	font-size:1.7rem !important;
}
.cochlear-heading h3::after{
	display: inline-block;
    content: "";
    border-top: 0.8rem solid #b61177;
    width: 100px !important;
    margin: 7px 4rem -3rem -15rem!important;
	
}
/*3 simple step section*/
.heading-columns{
	text-align:center !important;
	
}
.heading-columns h4{
   
    color: #b61177 !important;
}
.heading-columns h4::after{
	display: inline-block;
    content: "";
    border-top: 0.8rem solid #b61177;
    width: 125px !important;
    margin: 0px 8rem -2rem -20rem!important;

}
.Step-line{
	margin-top:10.5rem !important;
}
.Step-line::after{
		display: inline-block;
    content: "";
    border-top: .2rem solid #3b3b3b;
    width: 45px !important;
    margin: -10px -5.5rem !important;
}
.step-heading{
	color: #b61177;
    margin:0rem !important;
    text-transform: uppercase !important;
    		}	
	.step-subheading{
		margin-top:1rem !important;
    line-height: 2.1rem !important;
    font-weight: 600;		
	}	

.testimonial-heading{
	text-align:center !important;
}
.testimonial-heading h2::after{
display: inline-block;
    content: "";
    border-top: 0.8rem solid #b61177;
    width: 200px !important;
    margin:2px 38rem -3rem -58rem!important;
	
}
/*brand section*/
.brand-heading{
	text-align:center !important;
	margin-top:60px !important;
}
.brand-heading h3::after{
	display: inline-block;
    content: "";
    border-top: 0.8rem solid #b61177;
    width: 100px !important;
    margin: 8px 15rem -2rem -25rem!important;
}
.brand-subheading{
		font-size: 1.7rem !important;
    line-height: 1.9rem !important;
    font-weight: 600 !important;
	margin-bottom:20px !important;
	margin-top: 30px !important;
}	
/*product slider section*/
.silder-heading h3::after {
    display: inline-block;
    content: "";
    border-top: 0.8rem solid #b61177;
    width: 90px !important;
    margin: 8px 2rem -2rem -12rem!important;
}
.silder-subheading{
	font-size:1.7rem !important;
	font-weight:600 !important;
	margin-top:20px!important;
}
ul.products li.product .button {
    vertical-align: middle;
    margin: 0 45px 30px;
    padding: 9px 13px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    border: 1px solid #b61177;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    transition: .4s ease;
    color: #b61177 !important;
    background-color: #fff !important;
}
/*product list Hide*/
l.products li.product .price, ul.products li.product .star-rating, ul.products li.product .woocommerce-loop-product__title {
    color: #111;
		text-align: center;
}
ul.products li.product .price, ul.products li.product .star-rating {
    padding: 0 15px;
		text-align: center;
}
.archive ul.products li.product .button {
	display: none;
}
.hearing-product	h3::after {
    display: inline-block;
    content: "";
    border-top: 0.8rem solid #b61177;
    width: 150px !important;
margin:9px 10rem -3rem -30rem!important;
}
ul.products li.product .button {
    vertical-align: middle;
    margin: 0 45px 30px;
    padding: 9px 13px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    border: 1px solid #b61177;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    transition: .4s ease;
    color: #ffffff;
    background-color: #fff;
}


/*zoho form css*/
.formFieldWrapper > .tempFrmWrapper > .labelName, .formFieldWrapper > .tempFrmWrapper > .tempContDiv .labelName {
    font-family: Open Sans;
    font-size: 13px;
    color: #444444;
    font-style: normal;
    font-weight: 700;
    margin-left: 160px !important;
}

/*buy hearing aids*/
.archive.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    flex-basis: 0%;
    display:none !important;
}
.archive.woocommerce ul.products {
    flex-basis: 75%;
    height: min-content !important;
}

/*footer section*/
.visa-card-1{
	visibility:hidden;
	margin-bottom:-5px !important;
}

.row-img{
	margin-left:-80px !important;
}
.visa-card{
	color:#ffffff !important;
	margin: 0px 0px 0px 123px !important;
}

/*mobile css*/
@media (max-width: 1450px){
.header-toggles {
    margin-right:-4rem;
	margin-left:2rem !important;
}	
ul.primary-menu {
   margin-left:-9rem !important;
}	
.header-titles .site-title, .header-titles .site-logo, .header-titles .site-description {
    margin: 0.9rem 0px 0px 0rem;
    width: 90% !important;
}  
.header-phone-columns {
    position: relative;
    width: 100%;
    background: #be354d;
    display: flex;
    flex-flow: row wrap;
    padding: 5px;
}
    	
.award-columns .award-content-column h3 {
    letter-spacing: 0;
    margin-bottom: 15px;
}
}

/*mobile responsive css*/
@media only screen and (max-width:468px)
{
.to-the-top-long {
    display: block;
}
span.to-the-top-short {
    display: none;
}
.quick-call-header {
    display: inline-block;
    padding: 5px 7px;
    background: 0 0;
    border-radius: 4px;
    border: 1px solid #b61177;
    color: #b61177;
    text-align: center;
    line-height: 18px;
    position: relative;
    left: 0px;
}	

/*moblie menu*/ 
.menu-modal.active {
    left: 0;
    opacity: 1;
    right: 0;
    transition: opacity .25s ease-out;
    z-index: 999;
}   
button.close-nav-toggle {
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
    justify-content: flex-end;
    padding: 2.0rem 0;
    width: 100%;
}
}
@media only screen and (max-width:468px)
{
/*moblie menu*/ 
.menu-modal.active {
    left: 0;
    opacity: 1;
    right: 0;
    transition: opacity .25s ease-out;
    z-index: 999;
}   
button.close-nav-toggle {
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
    justify-content: flex-end;
    padding: 2.0rem 0;
    width: 100%;
}   
.toggle-inner .toggle-text {
    color: #6d6d6d;
    font-size: 1rem;
    font-weight: 600;
    position: absolute;
    top: 2rem;
    width: auto;
    white-space: nowrap;
    word-break: break-all;
}       

/*award slider css*/
.award-columns {
    position: relative;
    width: 100%;
    display: inline-grid;
    flex-flow: column;
    align-items: center;
}   
.award-columns .award-picture-column {
   max-width: 100%;
   text-align: center;
}   
.award-columns .award-content-column {  
   max-width: 100%;
   padding: 0 0px;
}   
.award-columns .award-content-column h3 {
    letter-spacing: 0;
    margin-bottom: 15px;
	text-align:center !important;
	text-transform:uppercase !important;
}
.award-columns .award-content-column p	{
	font-size: 17px;
    margin-top: 10px;
    text-align: center;
		
	}
.award-columns .award-content-column h3::after{
	display: inline-block;
  content: "";
  border-top: 0.8rem solid #b61177;
  width: 75px !important;
  margin: 8px 10rem !important;
		
	}	
/*multistep-form coloum*/   
.multistep-form-columns .wp-block-cwp-block-gutenberg-forms .cwp-form .cwp-field .cwp-radio-set .cwp-radio-option {
    display: inline-block;
    margin-right: 17px;
    border: 1px solid #fcfcfc;
    padding: 9px 13px;
    cursor: pointer;
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 3px #777;
    text-transform: capitalize;
    width: 100%;
      z-index:999;
}   
fieldset.cwp-form-step[data-label="Step Seven"] .wp-block-cwp-name.cwp-name.cwp-field {
    width:100%;
}
fieldset.cwp-form-step[data-label="Step Seven"] .wp-block-cwp-email.cwp-email.cwp-field {
    width:100%;
    position: absolute;
    top:170px;
    left:0%;
}   
.uagb-block-76123e51 > .uagb-section__overlay {
    background-color: #be354d;
		height: 45rem !important;
}	
.uagb-block-bab5ba87 > .uagb-section__overlay {
    background-color: #be354d;
    height: 45rem !important;
}

fieldset.cwp-form-step[data-label="Step Seven"] .wp-block-cwp-name.cwp-name.cwp-field:nth-child(2) {
    position: absolute;
    left: 0%;
    top: 10rem !important;
}   
fieldset.cwp-form-step[data-label="Step Seven"] .wp-block-cwp-phone.cwp-phone.cwp-field {
    width: 100%;
    position: absolute;
    top: 24rem;
    left: 0;
}   
    
/*enqiry page*/
.single-product .entry-title {
    font-size: 1.7rem;
    line-height: 0rem;
}   
.woocommerce .related.products ul.products li.product, .woocommerce-page .related.products ul.products li.product {
    margin-bottom: 0em;
    width: 100%;
}   
/*testimonal slider css*/
.testimonial-columns {
    position: relative;
    width: 100%;
    display: inline-grid;
    flex-flow: column;
    align-items: center;
}   
.testimonial-columns .testimonial-picture-column {
    
    max-width: 100%;
    position: relative;
    text-align: -webkit-center;
}   
.testimonial-columns .testimonial-content-column {
    margin-top: 100px;
    max-width: 100%;
    padding: 0px 20px;
    position: relative;
	text-align:center;
}   
.testimonial-columns .testimonial-content-column:before {
    top: -60px;
    left: 20px;
}
	.testimonial-columns .testimonial-content-column h6 {
		font-size:2.3rem !important;
	}	
.testimonial-columns .testimonial-content-column p {
    font-style: normal!important;
    text-align: center!important;
	margin-top:-45px !important;
}	
	.testimonial-columns .testimonial-content-column p::after{
		content: "";
    background: url(data:image/png;base64,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);
    position: absolute;
    z-index: 111;
    height: 60px;
    width: 60px;
    background-size: 22px;
    background-repeat: no-repeat;
    top: -60px;
    left: 0px;
		
	}	
.testimonial-columns .testimonial-content-column:before {
    content: "";
    background: url(data:image/png;base64,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);
    position: absolute;
    z-index: 111;
    height: 60px;
    width: 60px;
    background-size: 22px;
    background-repeat: no-repeat;
    top: -60px;
    left: 0px;
}	

/*home banner page*/

 
/* home page slider-content*/   
  
.hero-content-columns h2 {
 margin: 160px 0px 0px !important;
 color: #0b0b0b !important;
 font-size: 2.5rem !important;
 text-align: center !important;
 text-transform: uppercase !important;
}

.hero-content-columns p {
  color: #0b0b0b;
  font-size: 14px !important;
  font-weight:700 !important;
	text-align:center !important;
	
}  
.button-postion{
   position: relative !important;
    top: 0rem;
    justify-content: center;
		
	}	
.hero-content-columns a.button-2x {
 
background-color: #b61177 !important;
   position:absolute !important;
    color: #fff !important;
    border-radius: 10px !important;	
	right:8rem!important;
	left:auto!important;
}
a.button-2x {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 23px;
    border: 2px solid #b61177 !important;
    padding: 9px 13px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    transition: .4s ease;
    border-radius: 4px;
}	
/*count section*/
.uagb-block-6fefb355 .uagb-column__inner-wrap {
    padding: 0px !important;
}
.uagb-block-422a8f60 .uagb-column__inner-wrap {
    padding: 0px !important;
}
	
.count-img{
	margin-top:-30px !important;
	
}	
.count-coloum::after{
		display: inline-block;
    content: "";
    border-top: .2rem solid #3b3b3b;
    width: 100% !important;
}
.count-heading{
		font-size:3.2rem !important;
		margin-top:30px !important;	}	
.count-subheading{
    font-weight: 700;
   
    font-size: 1.5rem !important;
}
.count-heading-2 {
    font-size: 21px !important;
    font-weight: 800 !important;
    margin-top: 30px;
}	
.count-heading-1 {
    font-size: 2.3rem !important;
    font-weight: 800 !important;
    margin-top: 30px;
}	


.img-block{
	width:250% !important;
	margin-left:30px !important;
	margin-top:40px !important;
	}	
.img-block-1 {
	width: 175% !important;
  margin-left:30px !important;
  margin-top:80px !important;
	}
.img-block-2 {
	width: 175% !important;
  margin-left:45px !important;
  margin-top:80px !important;
	}	
.img-block-3 {
	width: 175% !important;
  margin-left:30px !important;
  margin-top:80px !important;
	}		
	
/*banner section*/

.uagb-block-69521439 .uagb-column__inner-wrap {
    padding: 0px !important;
}	
.uagb-block-36736896 .uagb-column__inner-wrap {
    padding: 0px !important;
}	
.banner-heading{
  text-align:center !important;
}	
.banner-heading h4{
	font-size:2.4rem !important;
	text-transform:uppercase !important;
}
.banner-heading::after{
display: inline-block;
  content: "";
  border-top: 0.8rem solid #b61177;
  width: 75px !important;
  margin: 8px 10rem !important;	
}	
.banner-subheading {
		font-weight: 600;
    font-size: 1.3rem !important;
    line-height: 2.3rem !important;
    text-align: center!important;
}	
/*cochlear section*/	
.uagb-block-7f236d7e .uagb-column__inner-wrap {
    padding: 0px !important;
}	
.cochlear-heading {
    text-align: center !important;
    margin-top: -3rem !important;
}	
.cochlear-heading h3::after {
    display: inline-block;
    content: "";
    border-top: 0.8rem solid #b61177;
    width: 90px !important;
    margin: 0px 2rem -2rem -12rem!important;
}	
	
/*step section*/
.uagb-block-f7923924 .uagb-column__inner-wrap {
    padding: 10px !important;
}	
.uagb-block-772fdf2b .uagb-column__inner-wrap {
    padding: 0px !important;
}	
.uagb-block-50daa144 .uagb-column__inner-wrap {
    padding: 0px;
}	
.heading-box{
		background-color:#b61177 !important;
		display:border-box !important
	}
.heading-columns{
		text-align:center!important;
		margin-top:0px !important;	}	
.heading-columns h4 {
		font-size:3.7rem !important;
		margin-top:-15px !important;
		color:#fff !important;
	}	
	.heading-columns h3{
		color:#fff !important;
	}
	.uagb-block-bf2b1489 .uagb-column__inner-wrap {
    padding: 10px !important;
}
/*step line color*/
.uagb-block-50f74f9d .uagb-column__inner-wrap {
    padding: 10px !important;
}	
.uagb-block-a4fe0552 .uagb-column__inner-wrap {
    padding: 0px !important;
}	
.uagb-block-234a8624 .uagb-column__inner-wrap {
    padding: 0px !important;
}	
	.Step-line::after{
		display: inline-block;
    content: "";
    border-top: .2rem solid #3b3b3b;
    width: 45px !important;
    margin: -10px -5.5rem !important;
}
.Step-line {
    margin-top: 4.5rem !important;
}	
/*step heading*/
.step-heading{
	color: #b61177;
    margin: -0.1rem !important;
    text-transform: uppercase !important;
    font-size: 1.7rem !important;
    font-weight: 800 !important;		}	
	.step-subheading{
		font-size: 13px !important;
    line-height: 2.1rem !important;
    font-weight: 600;		
	}	
/* home slider heading */
.silder-heading{
text-transform:uppercase !important
}
.silder-heading h3::after{
	display: inline-block;
  content: "";
  border-top: 0.8rem solid #b61177;
  width: 75px !important;
  margin: 8px 10rem !important;
}
.silder-subheading{
 font-size: 1.2rem !important;
 line-height: 1.9rem !important;
 font-weight: 700;
}	
ul.products li.product .button {
    vertical-align: middle;
    margin: 0 80px 30px;
    padding: 9px 13px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    border: 1px solid #b61177 !important;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    transition: .4s ease;
    color: #b61177 !important;
    background-color: #fff !important;
}	
/*hearing product*/
.hearing-product h3::after {
    display: inline-block;
    content: "";
    border-top: 0.8rem solid #b61177;
    width: 75px !important;
    margin: 8px 10rem !important;
}	
.product-img{
margin-bottom:25px !important;		
}
.testimonial-heading{
	text-align:center !important;
	text-transform:uppercase !important;
}
.testimonial-heading h2{
		font-size:25px !important;
	}
.testimonial-heading h2::after{
display: inline-block;
    content: "";
    border-top: 0.8rem solid #b61177;
    width: 100px !important;
    margin:10px 11rem !important;
	
}	
/*brand slider*/
	.brand-heading h3{
		text-align:center !important;
		text-transform:uppercase !important;
		font-size:2.9rem !important;
		
	}	
	.brand-heading h3::after{
		display: inline-block;
    content: "";
    border-top: 0.8rem solid #b61177;
    width: 75px !important;
    margin: 8px 10rem !important;
		
	}	
	.brand-subheading{
		font-size: 1.2rem !important;
    line-height: 1.9rem !important;
    font-weight: 700;
		margin-top: 0px !important;
    margin-bottom: 0px !important;
		
	}
/*post page community */    
.community-post-columns .uagb-post__inner-wrap {
    display: inline-block;
    background: 0 0 !important;
    flex-flow: column;
    border: 1px solid #f0f8ff;
    background-color: #fff;
    border-radius: 10px;
    margin: 0.5em .8em;
    box-shadow: -8px 11px 12px rgba(39,49,65,.1);
}   
.number-columns h2 {
    margin: 0px 0;
}   

/*All page heading*/    
.company-columns h2 {
    font-size: 2.4rem;
    line-height: 3.9rem;
    margin: 30px 0;
    letter-spacing: 0;
}   
.solution-columns h3 {
    font-size: 3.2rem;
    line-height: 4.2rem;
    margin: 10px 0; 
}   
.timeline-columns h3 {
    font-size: 3.5rem;
    line-height: 4.9rem;
    margin: 0px 0px 0px;
}   
h4.heading-columns{
    font-size:2.3rem;
        font-weight:700px;
      text-align: center;
    }
h2.slider-heading{
    font-size:2.3rem;
    font-weight:700px;
    margin-top:-20px;
    margin-bottom:10px;
    text-align:center;
}   
h2.testimonial-heading {
    text-align: center;
    font-weight: 600;
    font-size: 2.3rem;
    line-height: 5.3rem;
    letter-spacing: 0px;
}   
h2.Brand-heading {
    text-align: center;
    font-weight: 600;
    font-size: 2.3rem;
    line-height: 3.3rem;
    margin-top: -10px;
    margin-bottom: 13px;
}   
.solution-columns h3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin: 10px 0;
    letter-spacing: 0px;
    margin-top:-40px;
}   
/*underline color*/ 
hr.underline {
    background-color: red;
    width: 35px;
    height: 3px;
    line-height: 2px;
    margin-left: 0;
    margin-top: -15px;
    margin-bottom: 10px;
}   
/*woocommerces pages*/  
.woocommerce .ywcps-wrapper .ywcps-nav-next #default_next {
    right: 210px;
    width: 47px;
    height: 52px; 
      display:none;
}   
.woocommerce .ywcps-wrapper .owl-item li.product {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}   
/*inquiry-form*/
.inquiry-form-columns {
    flex-basis: 91.2%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.uagb-column__wrap .uagb-column__overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0px;
    position: absolute;
}   
.button, .faux-button, .wp-block-button__link, .wp-block-file__button, input[type=button], input[type=reset], input[type=submit], .wp-block-button, .comment-reply-link, .has-background.has-primary-background-color:not(.has-text-color), .has-background.has-primary-background-color *:not(.has-text-color), .has-background.has-accent-background-color:not(.has-text-color), .has-background.has-accent-background-color *:not(.has-text-color) {
    color: #fff;
    margin-right:auto;
    background-color: #b61177;
}   
/*footer*/  
.footer-nav-wrapper {
    position: relative;
    width: 100%;
    display: inline;
    flex-flow: row wrap;
}   
.footer-address-wrapper .footer-address-column {
    flex-basis: 100%;
    margin-right: 0%;
    margin-bottom: 5%;
} 
.footer-nav-wrapper .footer-nav-column ul::after{
    display: inline-block;
    content: "";
    border-top: .2rem solid #FFF;
    width: 100% !important;
}	
	.footer-address-wrapper .footer-address-column::after{
		display: inline-block;
    content: "";
    border-top: .2rem solid #FFF;
    width: 100% !important;
		
	}		
.visa-card {
    display:none !important;
}	
.visa-card-1 {
    color: #ffffff !important;
    margin: -5px 0px 230px -15px !important;
    font-family: 'Open Sans', sans-serif;
    font-size:20px !important;
	visibility:visible !important
   }	
	
.row-img {
    margin-left: 0px !important;
    position: absolute;
    top: 30%;
}	
	.row-img-1{
		margin: 150px 0px 0px 25px !important;
	}	
	
/*contact us button hover*/ 
input[type=submit]:hover {
    text-decoration:none;
    color: #222;
    background-color: #fff;
}   
/*Billing-page*/
    .entry-content p, .entry-content li {
    line-height: 1.476;
    font-size: 16px;
    margin-top: 10px;
}
/*wrapper section*/ 
.icon-box{
        text-align:center;
}       
h1 {
    font-size: 3.9rem;
}   
.inquiry-form-columns:last-of-type {
    flex-basis: 90%;
    padding: 0 0%;
}   
.uagb-buttons-repeater {
    font-size: 16px;   
}	
/*buy hearing page section*/
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    
     box-shadow: 1px 1px 4px #a29d9d !important;
    clear: both;
    margin: 0px 20px 2em;
}	
.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: right !important;
    clear: none!important;
    box-shadow: 1px 1px 4px #a29d9d !important;
}	
} 

/* table mode  css*/

/*tablet media query*/
@media (min-width:768px) and (max-width:1024px)  {
#slider_275.owl-carousel .owl-stage-outer {
    min-height: 440px;
    max-height: 0px;
    overflow: hidden;
}	
	
.hero-content-columns h2 {
    margin: -20px -70px 30px;
    color: #fff;
    font-size: 3.3rem;
}	
.hero-content-columns p {
    color: #fff;
	font-size: 14px;
    line-height: 29px !important;
    font-family: 'Open Sans',sans-serif;
    margin-left: -11%;
	width:70% !important;
}	
.uagb-block-f3e6fac1 .uagb-column__inner-wrap {
    padding: 10px !important;
}	
.count-heading{
		color: #b61177;
    font-size: 1.5rem;
	}
.count-subheading {
    font-weight: 600;
    font-size: 15px;
}	
.banner-heading h4{
		font-size: 2.5rem;
	}	
.banner-subheading {
    font-weight: 600;
    font-size: 1.5rem !important;
}	
.heading-columns {
    text-align: center !important;
}
.heading-columns h4{
	font-size:2rem;
}
.heading-columns h3{
	font-size:3rem;
}
.heading-columns h4::after {
    display: inline-block;
    content: "";
    border-top: 0.8rem solid #b61177;
    width: 100px !important;
    margin: 0px 3rem -2rem -13rem!important;
}	
.step-heading {
    color: #b61177;
    margin: 0rem !important;
    text-transform: uppercase !important;
    font-size: 20px;
}
.step-subheading {
    margin-top: 1rem !important;
    line-height: 2.1rem !important;
    font-weight: 600;
    font-size: 13px;
}
.silder-heading h3{
	font-size:3rem;
}	
.silder-heading h3::after {
    display: inline-block;
    content: "";
    border-top: 0.8rem solid #b61177;
    width: 90px !important;
    margin: 8px 1rem -2rem -10rem!important;
}	
.silder-subheading {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    margin-top: 20px!important;
}
h2.woocommerce-loop-product__title {
    font-size: 1.3rem !important;
    line-height: 2rem !important;
    padding: 0 0px;
    margin: 0;
    font-weight: 600 !important;
    letter-spacing: 0;
}
	.hearing-product h3{
		text-align: center;
    margin: -85px 0px 0px 0px !important;
    font-size: 3rem !important;
	}
.hearing-product h3::after {
    display: inline-block;
    content: "";
    border-top: 0.8rem solid #b61177;
    width: 150px !important;
    margin: 9px 10rem -3rem -25rem!important;
}	
.award-columns .award-content-column h3 {
    letter-spacing: 0;
    margin-bottom: 15px;
    font-size: 3rem;
}	
.award-columns .award-content-column p{
font-size:14px;		
}
.testimonial-heading h2 {
   font-size:3rem;
}	
.testimonial-heading h2::after {
    display: inline-block;
    content: "";
    border-top: 0.8rem solid #b61177;
    width: 200px !important;
    margin: 2px 20rem -3rem -40rem!important;
}	
.brand-heading {
    text-align: center !important;
    margin-top: 40px !important;
}
.brand-heading h3{
	font-size:3rem;
}
.brand-heading h3::after {
    display: inline-block;
    content: "";
    border-top: 0.8rem solid #b61177;
    width: 120px !important;
    
}	
.brand-subheading {
    font-size: 14px !important;
    line-height: 1px !important;
    margin-bottom: 20px !important;
    margin-top: 40px !important;
}	
.testimonial-columns .testimonial-content-column:before {
    content: "";
    background: url(data:image/png;base64,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);
    position: absolute;
    z-index: 111;
    height: 60px;
    width: 60px;
    background-size: 40px;
    background-repeat: no-repeat;
    top: -40px;
    left: 25px;
}	
ul.products li.product:nth-of-type( 2n ) {
		margin-right: 5.8823529412%;
}

