/*Fonts*/
/*@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Pacifico");*/
@font-face {
	font-family: 'Roboto-Regular';
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/Roboto-Regular.woff') format('woff'), 
		 url('../fonts/Roboto-Regular.ttf')  format('truetype'), 
		 url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-Medium';
	src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),  
  		 url('../fonts/Roboto-Medium.woff') format('woff'), 
  		 url('../fonts/Roboto-Medium.ttf')  format('truetype'), 
  		 url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/Roboto-Bold.woff') format('woff'), 
		 url('../fonts/Roboto-Bold.ttf')  format('truetype'), 
		 url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'Roboto-Black';
	src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/Roboto-Black.woff') format('woff'), 
		 url('../fonts/Roboto-Black.ttf')  format('truetype'), 
		 url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  	font-family: 'Akrobat-Black';
  	src: url('../fonts/Akrobat-Black.eot?#iefix') format('embedded-opentype'),  
  		 url('../fonts/Akrobat-Black.otf')  format('opentype'),
	     url('../fonts/Akrobat-Black.woff') format('woff'), 
	     url('../fonts/Akrobat-Black.ttf')  format('truetype'), 
	     url('../fonts/Akrobat-Black.svg#Akrobat-Black') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DroidSerif-Italic';
	src: url('../fonts/DroidSerif-Italic.eot?#iefix') format('embedded-opentype'),  
	     url('../fonts/DroidSerif-Italic.woff') format('woff'), 
	     url('../fonts/DroidSerif-Italic.ttf')  format('truetype'), 
	     url('../fonts/DroidSerif-Italic.svg#DroidSerif-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/Montserrat-SemiBold.otf')  format('opentype'),
	     url('../fonts/Montserrat-SemiBold.woff') format('woff'), 
	     url('../fonts/Montserrat-SemiBold.ttf')  format('truetype'), 
	     url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/Montserrat-Bold.woff') format('woff'), 
		 url('../fonts/Montserrat-Bold.ttf')  format('truetype'), 
		 url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-ExtraBold';
	src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/Montserrat-ExtraBold.otf')  format('opentype'),
	     url('../fonts/Montserrat-ExtraBold.woff') format('woff'), 
	     url('../fonts/Montserrat-ExtraBold.ttf')  format('truetype'), 
	     url('../fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Miscellanoeous */
body, html {
  overflow-x: hidden;
  padding-right: 0 !important;
}
*:-moz-full-screen, *:-webkit-full-screen, *:fullscreen *:-ms-fullscreen {overflow: auto !important;}
body {
	font-family: "Roboto-Regular", helvetica, sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	background: #fff;
	font-weight: normal;
	color: #333;
	border-top: 8px solid #ed1b24
}
p {
	color: #333;
	line-height: 1.8em;
	letter-spacing: 0.2px
}

h1, h2, h3, h4, h5, h6 {
	color: #3d424b;
}
ul {
	list-style-type: none !important;
	padding-left: 0;
	margin: 0;
}
a { outline: 0; transition: all 0.5s; color: #46bdf4; }
a:link, a:visited { text-decoration: none; }
a:hover, a:focus, a:active { outline: none!important; text-decoration: none; }

/* Global */
.wrapper {
	position: relative;
	overflow: hidden;
}
.split {
    width: 100%;
    height: 1px;
    background-color: #2aa64c;
}
.split1 {
    width: 100%;
    height: 1px;
    background-color: #c9caca;
}
.nob{
	border: 0px!important;
}
.m-0{margin: 0 !important; }.p-0 {padding: 0 !important; }
.mt-0 {margin-top: 0;}.mt-10 { margin-top: 10px !important;}.mt-20 {margin-top: 20px !important;}.mt-30 {margin-top: 30px !important;}.mt-40 {margin-top: 40px !important;}.mt-50 {margin-top: 50px !important;}.mt-60 {margin-top: 60px !important;}.mt-70 {margin-top: 70px !important;}.mt-80 {margin-top: 80px !important;}.mt-90 {margin-top: 90px !important;}.mt-100 {margin-top: 100px !important;}.mb-0 {margin-bottom: 0;}.mb-10 {margin-bottom: 10px !important;}.mb-20 {margin-bottom: 20px !important;}.mb-30 {margin-bottom: 30px !important;}.mb-40 {margin-bottom: 40px !important;}.mb-50 {margin-bottom: 50px !important;}.mb-60 {margin-bottom: 60px !important;}.mb-70 {margin-bottom: 70px !important;}.mb-80 {margin-bottom: 80px !important;}.mb-90 {margin-bottom: 90px !important;}.mb-100 {margin-bottom: 100px !important;}.ml-0 {margin-left: 0;}.ml-10 {margin-left: 10px !important;}.ml-20 {margin-left: 20px !important;}.ml-30 {margin-left: 30px !important;}.ml-40 {margin-left: 40px !important;}.ml-50 {margin-left: 50px !important;}.ml-60 {margin-left: 60px !important;}.ml-70 {margin-left: 70px !important;}.ml-80 {margin-left: 80px !important;}.ml-90 {margin-left: 90px !important;}.ml-100 {margin-left: 100px !important;}.mr-0 {margin-right: 0;}.mr-10 {margin-right: 10px !important;}.mr-20 {margin-right: 20px !important;}.mr-30 {margin-right: 30px !important;}.mr-40 {margin-right: 40px !important;}.mr-50 {margin-right: 50px !important;}.mr-60 {margin-right: 60px !important;}.mr-70 {margin-right: 70px !important;}.mr-80 {margin-right: 80px !important;}.mr-90 {margin-right: 90px !important;}.mr-100 {margin-right: 100px !important;}.pb-0 {padding-bottom: 0 !important;}.pb-10 {padding-bottom: 10px !important;}.pb-20 {padding-bottom: 20px !important;}.pb-30 {padding-bottom: 30px !important;}.pb-40 {padding-bottom: 40px !important;}.pb-50 {padding-bottom: 50px !important;}.pb-60 {padding-bottom: 60px !important;}.pb-70 {padding-bottom: 70px !important;}.pb-80 {padding-bottom: 80px !important;}.pb-90 {padding-bottom: 90px !important;}.pb-100 {padding-bottom: 100px !important;}.pt-0 {padding-top: 0 !important;}.pt-10 {padding-top: 10px !important;}.pt-20 {padding-top: 20px !important;}.pt-30 {padding-top: 30px !important;}.pt-40 {padding-top: 40px !important;}.pt-50 {padding-top: 50px !important;}.pt-60 {padding-top: 60px !important;}.pt-70 {padding-top: 70px !important;}.pt-80 {padding-top: 80px !important;}.pt-90 {padding-top: 90px !important;}.pt-100 {padding-top: 100px !important;}.pl-0 {padding-left: 0;}.pl-10 {padding-left: 10px !important;}.pl-20 {padding-left: 20px !important;}.pl-30 {padding-left: 30px !important;}.pl-40 {padding-left: 40px !important;}.pl-50 {padding-left: 50px !important;}.pl-60 {padding-left: 60px !important;}.pl-70 {padding-left: 70px !important;}.pl-80 {padding-left: 80px !important;}.pl-90 {padding-left: 90px !important;}.pl-100 {padding-left: 100px !important;}.pr-0 {padding-right: 0;}.pr-10 {padding-right: 10px !important;}.pr-20 {padding-right: 20px !important;}.pr-30 {padding-right: 30px !important;}.pr-40 {padding-right: 40px !important;}.pr-50 {padding-right: 50px !important;}.pr-60 {padding-right: 60px !important;}.pr-70 {padding-right: 70px !important;}.pr-80 {padding-right: 80px !important;}.pr-90 {padding-right: 90px !important;}.pr-100 {padding-right: 100px !important;}

.fi:before {
	margin: 0;
}
.pacifico{
	font-family: "Pacifico", cursive;
}
.page-body-wrapper {
	min-height: calc(100vh - 0px);
	padding-left: 0;
	padding-right: 0; 
}
/*Header*/
header{
	position: relative;
	z-index: 999;
	background: rgb(225,223,223);
	background: -moz-linear-gradient(top, rgb(225,223,223) 0%, rgb(255,255,255) 60%);
	background: -webkit-linear-gradient(top, rgb(225,223,223) 0%,rgb(255,255,255) 60%);
	background: linear-gradient(to bottom, rgb(225,223,223) 0%,rgb(255,255,255) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1DFDF', endColorstr='#ffffff',GradientType=0 );
}
.head-logo{
	position: absolute;
}
.head-top{
	height: 63px;
	border-bottom: 1px solid #e3e7ec;
}
.head-top .widget{
	float: right;
	display: inline-block;
}
.mail{
    float:left;
    padding-top: 12px;
    padding-bottom: 8px;
}
.call{
    float:left;
    padding-top: 12px;
    padding-bottom: 8px;
}
.call a i, .mail a i{
    font-size: 19px;
    float: left;
    color: #d31820;
    margin-right: 12px;
    line-height: normal;
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 33px;
    background-color: transparent;
    border: 2px solid #cac8c8
}
.call a .left, .mail a .left{
    float:left;
    padding:11px 0;
}
.mail a, .call a{
    font-size: 13.5px;
	font-family: 'Roboto-Regular';
    color: #010101;
    line-height: 13px;
    padding-left:28px;
    padding-right:28px;
    display: block;
    letter-spacing: 0.3px
}
.mail a span, .call a span{
    font-size: 10px;
    color: #949eac  ;
    display: block;
    text-transform: uppercase;
    
}
.head-top .top-social{
	margin: 0 0 0 20px;
	float: right;
	font-size: 0px;
	padding-top: 12px;
    padding-bottom: 8px;
}
.top-social li{
	display: inline-block;
	padding: 0px;
	margin: 0px 10px 0 0
}
.top-social li:last-of-type{
	margin-right: 0px
}
.top-social li a {
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 17px;
	display: block;
	color: #d31820;
	-webkit-transition: background .4s ease, color .4s ease;
	transition: background .4s ease, color .4s ease;
	line-height: 35px;
	background-color: transparent;
}
.top-social li a:hover{
	background-color: #d31820;
	color: #fff
}
.head-bottom{
	margin: auto;
	height: 55px;
}
/*Header Menu*/
.head-nav{
	width: 100%;
	position: relative;
	float: left;
}
nav.menu{
	display:block;
	width:100%;
	font-family: "Roboto-Medium", sans-serif;
	margin-top: 0px;
	height: 55px;
	
}
nav.menu ul{
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	list-style:none;
	padding-left:0;
	align-items: center;
}
nav.menu ul li{
	display:inline-block;position:relative
}
/*nav.menu ul li:first-child{
	padding-left:0
}*/
nav.menu ul li:last-child a{
	padding-right:0
}
nav.menu ul li a{
	font-size:12.5px;
	display:inline-block;
	line-height:55px;
	letter-spacing:0.3px;
	color:#010101;
	position:relative;
	padding:0px 5px;
	text-transform: uppercase;
	font-weight: normal;
}
nav.menu ul li:hover a, nav.menu ul li.active a{
	color: #ed1b24;
	background-color: transparent;
}
nav.menu ul>li.cr-dropdown>a{
	line-height:52px;
}
nav.menu ul>li.cr-dropdown>a:after{
	content: "\f107";
	font-family: "FontAwesome";
	font-size:14px;
	padding-left:0px;
	display: none;
}
nav.menu ul>li.cr-dropdown li.cr-sub--dropdown>a:after{
	content:"\f105";float:right
}
nav.menu ul li ul.cr-dropdown-menu{
	position:absolute;
	width: 200px;
	background:#1a9ac6;
	height:auto;
	left:0;
	top:100%;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:0px 0px;
	-webkit-box-shadow:0 3px 15px rgba(0,0,0,0.2);
	-moz-box-shadow:0 3px 15px rgba(0,0,0,0.2);
	-ms-box-shadow:0 3px 15px rgba(0,0,0,0.2);
	-o-box-shadow:0 3px 15px rgba(0,0,0,0.2);
	box-shadow:0 3px 15px rgba(0,0,0,0.2);
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
	-webkit-transform:translateY(30px);
	-moz-transform:translateY(30px);
	-ms-transform:translateY(30px);
	-o-transform:translateY(30px);transform:translateY(30px);
	opacity:0;
	visibility:hidden;
	z-index:99
}
nav.menu ul li ul.cr-dropdown-menu li{
	width:100%;
	padding:0;
	display:block;
	position:relative;
}
nav.menu ul li ul.cr-dropdown-menu li a{
	display:block;
	padding:0px 20px;
	font-size:14px;
	color:#fff;
	font-weight:500;
	position:relative;
	background-color: #ed1b24;
	line-height:46px;
}
nav.menu ul li ul.cr-dropdown-menu li:hover>a{
	color:#ed1b24;
	background-color: #fff;
}
nav.menu ul li ul.cr-dropdown-menu li ul.cr-sub--dropdown-menu{
	left:100%;
	top:0;
	z-index:99
}
nav.menu ul li:hover>ul.cr-dropdown-menu{
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0)
}
/*Main Panel*/
.main-panel {
	transition: width 0.25s ease, margin 0.25s ease;
	width: calc(100% - 0px);
	width: -moz-calc(100% - 0px);
	width: -webkit-calc(100% - 0px);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column; 
}
/*Banner*/
.slider-area {
	position: relative;
	/*min-height: 112vh;*/
	width: 100%;
	z-index: 0;
}
/*.slider-area .nivoSlider img {
  -webkit-animation: img_scale 20s linear infinite;
  animation: img_scale 20s linear infinite;
}
@keyframes img_scale {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
*/
.slider-area .nivo-controlNav{
	display: none;
}
.slider-area .nivo-controlNav {
	text-align:center;
	padding: 15px 0;
	position: absolute;
	bottom: 20px;
	left: 0;
	right:0;
	margin: auto;
	z-index: 99999999999
}
.nivo-control{
	font-size: 0px;
	width: 7px;
	height: 7px;
	background-color: #6f6f6e;
	margin: 0 3px;
	display: inline-block;
	border-radius: 50%
}
.nivo-control.active{
	width: 40px;
	border-radius: 20px;
	background-color: #f36f21;
}
.slider-area .nivo-directionNav a {
  text-indent: -9999999px;
  opacity: 0;
  visibility: hidden;
  background-color: #787471;
  width: 2.2rem;
  height: 2.2rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 50%;
}
.slider-area .nivo-directionNav a:hover {
  background-color: #ed1b24;
}
.slider-area .nivo-directionNav a:hover:before {
  color: #ffffff !important;
  background: transparent !important;
}
.slider-area .nivo-directionNav a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #fff !important;
  cursor: pointer;
  font-size: 1.1rem;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 9;
  left: 0;
  right: 0;
  top:0;
  text-indent: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 2em
}
.slider-area .nivo-directionNav a.nivo-prevNav {
  left: 40px;
}
.slider-area .nivo-directionNav a.nivo-prevNav:before {
  content: "\f053";
}
.slider-area .nivo-directionNav a.nivo-nextNav {
  right: 40px;
}
.slider-area .nivo-directionNav a.nivo-nextNav:before {
  content: "\f054";
}
.slider-area:hover a {
  opacity: 1;
  visibility: visible;
}
.slider-area .nivo-caption {
  opacity: 1;
}
.slider-area .nivo-caption p {
  padding: 0;
  color: #fff
}
.slider-layout1 .nivo-caption {
  top: 0;
}
@media only screen and (max-width: 575px) {
  .slider-layout1 .nivo-caption {
    top: 20px;
  }
}
.slider-layout1 .slide-1 div.slider-text1,
.slider-layout1 .slide-2 div.slider-text1,
.slider-layout1 .slide-3 div.slider-text1,
.slider-layout1 .slide-4 div.slider-text1,
.slider-layout1 .slide-4 div.slider-text1 {
	font-family: 'Montserrat-SemiBold';
  	color: #fff;
  	font-size: 2.3rem;
}
.slider-layout1 .slide-1 div.slider-big-text,
.slider-layout1 .slide-2 div.slider-big-text,
.slider-layout1 .slide-3 div.slider-big-text,
.slider-layout1 .slide-4 div.slider-big-text,
.slider-layout1 .slide-5 div.slider-big-text {
  font-size: 3rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.2;
  /*font-family: 'RobotoCondensed-Bold';*/
  font-family: 'Akrobat-Black';
}
@media only screen and (max-width: 767px) {
  .slider-layout1 .slide-1 div.slider-big-text,
  .slider-layout1 .slide-2 div.slider-big-text,
  .slider-layout1 .slide-3 div.slider-big-text,
  .slider-layout1 .slide-4 div.slider-big-text,
  .slider-layout1 .slide-5 div.slider-big-text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .slider-layout1 .slide-1 div.slider-big-text,
  .slider-layout1 .slide-2 div.slider-big-text,
  .slider-layout1 .slide-3 div.slider-big-text,
  .slider-layout1 .slide-4 div.slider-big-text,
  .slider-layout1 .slide-5 div.slider-big-text {
    font-size: 1.4rem;
  }
}
.slider-layout1 .slide-1 .slider-paragraph,
.slider-layout1 .slide-2 .slider-paragraph,
.slider-layout1 .slide-3 .slider-paragraph,
.slider-layout1 .slide-4 .slider-paragraph,
.slider-layout1 .slide-5 .slider-paragraph {
  margin: 0 0 10px;
  color: #ededed;
  font-family: "DroidSerif-Italic", sans-serif;
  font-size: 18px
}
.slider-layout1 .slide-1 .slider-btn-area,
.slider-layout1 .slide-2 .slider-btn-area,
.slider-layout1 .slide-3 .slider-btn-area,
.slider-layout1 .slide-4 .slider-btn-area,
.slider-layout1 .slide-5 .slider-btn-area {
  margin-top: 20px;
  margin-bottom: 5px;
}
.slider-layout1 .slide-1 .slider-btn-area a.item-btn,
.slider-layout1 .slide-2 .slider-btn-area a.item-btn,
.slider-layout1 .slide-3 .slider-btn-area a.item-btn,
.slider-layout1 .slide-4 .slider-btn-area a.item-btn,
.slider-layout1 .slide-5 .slider-btn-area a.item-btn {
  padding: 8px 20px;
  text-transform: uppercase;
  background-color: #ed1b24;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
   font-family: 'Roboto-Bold';
   letter-spacing: 0.3px;
	font-family: 'Montserrat-Bold';
}
.slider-layout1 .slide-1 .slider-btn-area a.item-btn:last-child,
.slider-layout1 .slide-2 .slider-btn-area a.item-btn:last-child,
.slider-layout1 .slide-3 .slider-btn-area a.item-btn:last-child,
.slider-layout1 .slide-4 .slider-btn-area a.item-btn:last-child,
.slider-layout1 .slide-5 .slider-btn-area a.item-btn:last-child {
  margin-right: 0;
}
.slider-layout1 .slide-1 .slider-btn-area a.item-btn i,
.slider-layout1 .slide-2 .slider-btn-area a.item-btn i,
.slider-layout1 .slide-3 .slider-btn-area a.item-btn i,
.slider-layout1 .slide-4 .slider-btn-area a.item-btn i,
.slider-layout1 .slide-5 .slider-btn-area a.item-btn i {
  margin-top: 5px;
  margin-left: 10px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-layout1 .slide-1 .slider-btn-area a.item-btn:hover,
.slider-layout1 .slide-2 .slider-btn-area a.item-btn:hover,
.slider-layout1 .slide-3 .slider-btn-area a.item-btn:hover,
.slider-layout1 .slide-4 .slider-btn-area a.item-btn:hover,
.slider-layout1 .slide-5 .slider-btn-area a.item-btn:hover {
  background-color: #ffffff;
  color: #ed1b24;
}
.slider-layout1 .slide-1 .slider-btn-area a.item-btn:hover i,
.slider-layout1 .slide-2 .slider-btn-area a.item-btn:hover i,
.slider-layout1 .slide-3 .slider-btn-area a.item-btn:hover i,
.slider-layout1 .slide-4 .slider-btn-area a.item-btn:hover i,
.slider-layout1 .slide-5 .slider-btn-area a.item-btn:hover i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
@media only screen and (max-width: 991px) {
  .slider-layout1 .slide-1 .slider-btn-area a.item-btn,
  .slider-layout1 .slide-2 .slider-btn-area a.item-btn,
  .slider-layout1 .slide-3 .slider-btn-area a.item-btn,
  .slider-layout1 .slide-4 .slider-btn-area a.item-btn,
  .slider-layout1 .slide-5 .slider-btn-area a.item-btn {
    padding: 12px 20px 10px;
    font-size: 14px;
  }
  .slider-layout1 .slide-1 .slider-btn-area a.item-btn i,
  .slider-layout1 .slide-2 .slider-btn-area a.item-btn i,
  .slider-layout1 .slide-3 .slider-btn-area a.item-btn i,
  .slider-layout1 .slide-4 .slider-btn-area a.item-btn i,
  .slider-layout1 .slide-5 .slider-btn-area a.item-btn i {
    font-size: 13px;
    margin-left: 5px;
  }
}
.slider-layout1 .slide-1 .slider-btn-area a.item-light-btn,
.slider-layout1 .slide-2 .slider-btn-area a.item-light-btn,
.slider-layout1 .slide-3 .slider-btn-area a.item-light-btn,
.slider-layout1 .slide-4 .slider-btn-area a.item-light-btn,
.slider-layout1 .slide-5 .slider-btn-area a.item-light-btn {
  padding: 14px 25px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #ffffff;
  font-weight: 500;
  border: 1px solid;
  border-color: #ffffff;
  font-size: 15px;
  color: #396cf0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-layout1 .slide-1 .slider-btn-area a.item-light-btn i,
.slider-layout1 .slide-2 .slider-btn-area a.item-light-btn i,
.slider-layout1 .slide-3 .slider-btn-area a.item-light-btn i,
.slider-layout1 .slide-4 .slider-btn-area a.item-light-btn i,
.slider-layout1 .slide-5 .slider-btn-area a.item-light-btn i {
  color: #396cf0;
  margin-top: 5px;
  margin-left: 10px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-layout1 .slide-1 .slider-btn-area a.item-light-btn:hover,
.slider-layout1 .slide-2 .slider-btn-area a.item-light-btn:hover,
.slider-layout1 .slide-3 .slider-btn-area a.item-light-btn:hover,
.slider-layout1 .slide-4 .slider-btn-area a.item-light-btn:hover,
.slider-layout1 .slide-5 .slider-btn-area a.item-light-btn:hover {
  background-color: transparent;
  color: #ffffff;
}
.slider-layout1 .slide-1 .slider-btn-area a.item-light-btn:hover i,
.slider-layout1 .slide-2 .slider-btn-area a.item-light-btn:hover i,
.slider-layout1 .slide-3 .slider-btn-area a.item-light-btn:hover i,
.slider-layout1 .slide-4 .slider-btn-area a.item-light-btn:hover i,
.slider-layout1 .slide-5 .slider-btn-area a.item-light-btn:hover i {
  color: #ffffff;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
@media only screen and (max-width: 991px) {
  .slider-layout1 .slide-1 .slider-btn-area a.item-light-btn,
  .slider-layout1 .slide-2 .slider-btn-area a.item-light-btn,
  .slider-layout1 .slide-3 .slider-btn-area a.item-light-btn,
  .slider-layout1 .slide-4 .slider-btn-area a.item-light-btn,
  .slider-layout1 .slide-5 .slider-btn-area a.item-light-btn {
    padding: 12px 20px 10px;
    font-size: 14px;
  }
  .slider-layout1 .slide-1 .slider-btn-area a.item-light-btn i,
  .slider-layout1 .slide-2 .slider-btn-area a.item-light-btn i,
  .slider-layout1 .slide-3 .slider-btn-area a.item-light-btn i,
  .slider-layout1 .slide-4 .slider-btn-area a.item-light-btn i,
  .slider-layout1 .slide-5 .slider-btn-area a.item-light-btn i {
    font-size: 13px;
    margin-left: 5px;
  }
}
/*.slider-layout1 .slide-1 .slider-big-text {
  -webkit-animation: fadeInRight 1000ms ease-in-out;
  -moz-animation: fadeInRight 1000ms ease-in-out;
  -ms-animation: fadeInRight 1000ms ease-in-out;
  animation: fadeInRight 1000ms ease-in-out;
}
.slider-layout1 .slide-1 .slider-paragraph {
  -webkit-animation: fadeInRight 1500ms ease-in-out;
  -moz-animation: fadeInRight 1500ms ease-in-out;
  -ms-animation: fadeInRight 1500ms ease-in-out;
  animation: fadeInRight 1500ms ease-in-out;
}
.slider-layout1 .slide-1 .slider-btn-area {
  -webkit-animation: fadeInRight 2000ms ease-in-out;
  -moz-animation: fadeInRight 2000ms ease-in-out;
  -ms-animation: fadeInRight 2000ms ease-in-out;
  animation: fadeInRight 2000ms ease-in-out;
}
.slider-layout1 .slide-2 .slider-big-text {
  -webkit-animation: fadeInLeft 1000ms ease-in-out;
  -moz-animation: fadeInLeft 1000ms ease-in-out;
  -ms-animation: fadeInLeft 1000ms ease-in-out;
  animation: fadeInLeft 1000ms ease-in-out;
}
.slider-layout1 .slide-2 .slider-paragraph {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.slider-layout1 .slide-2 .slider-btn-area {
  -webkit-animation: fadeInLeft 2000ms ease-in-out;
  -moz-animation: fadeInLeft 2000ms ease-in-out;
  -ms-animation: fadeInLeft 2000ms ease-in-out;
  animation: fadeInLeft 2000ms ease-in-out;
}*/
.slider-layout1 .slide-1 div.slider-text1,
.slider-layout1 .slide-2 div.slider-text1,
.slider-layout1 .slide-3 div.slider-text1,
.slider-layout1 .slide-4 div.slider-text1,
.slider-layout1 .slide-4 div.slider-text1 {
	-webkit-animation: bounceInDown 900ms ease-in-out;
  -moz-animation: bounceInDown 900ms ease-in-out;
  -ms-animation: bounceInDown 900ms ease-in-out;
  animation: bounceInDown 900ms ease-in-out;
}
.slider-layout1 .slide-1 .slider-big-text,
.slider-layout1 .slide-2 .slider-big-text,
.slider-layout1 .slide-3 .slider-big-text,
.slider-layout1 .slide-4 .slider-big-text,
.slider-layout1 .slide-5 .slider-big-text {
  -webkit-animation: bounceInDown 1000ms ease-in-out;
  -moz-animation: bounceInDown 1000ms ease-in-out;
  -ms-animation: bounceInDown 1000ms ease-in-out;
  animation: bounceInDown 1000ms ease-in-out;
}
.slider-layout1 .slide-1 .slider-paragraph,
.slider-layout1 .slide-2 .slider-paragraph,
.slider-layout1 .slide-3 .slider-paragraph,
.slider-layout1 .slide-4 .slider-paragraph,
.slider-layout1 .slide-5 .slider-paragraph {
  -webkit-animation: bounceInUp 1500ms ease-in-out;
  -moz-animation: bounceInUp 1500ms ease-in-out;
  -ms-animation: bounceInUp 1500ms ease-in-out;
  animation: bounceInUp 1500ms ease-in-out;
}
.slider-layout1 .slide-1 .slider-btn-area,
.slider-layout1 .slide-2 .slider-btn-area,
.slider-layout1 .slide-3 .slider-btn-area,
.slider-layout1 .slide-4 .slider-btn-area,
.slider-layout1 .slide-5 .slider-btn-area {
  -webkit-animation: bounceInUp 2000ms ease-in-out;
  -moz-animation: bounceInUp 2000ms ease-in-out;
  -ms-animation: bounceInUp 2000ms ease-in-out;
  animation: bounceInUp 2000ms ease-in-out;
}
.home-banner{
	background: url('../images/banner-1.jpg') no-repeat top center;
	background-size: cover;
	min-height: 550px;
	overflow: hidden;
}
.home-banner .container{
	position: relative;
}
.home-banner .doc-img{
	position: absolute;
	left: 10%;
	top: 75px;
}
.page-banner{
	background: url('../images/page-banner.jpg') no-repeat top center;
	background-size: cover;
	min-height: 250px;
	position: relative;
}
.page-banner .container{
	position: relative;
}
.page-banner .page-title{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 80px;
	text-align: center;
}
.page-banner .page-title h3{
	color: #fff;
	font-family: "Akrobat-Black", sans-serif;
	font-size: 2.2rem;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.page-banner .page-title a{
	color: #c9c9c9;
	display: block;
}
/*Main Content*/
.main-content-wrap{
	padding: 0px;
}
.bg-1{
	background-color: #fff
}
.bg-2{
	background-color: #f3f3f3;
}
.sec-title{
	padding: 10px 0;
	color: #242323;
}
.sec-title h3{
	color: #11120a;
	font-family: "Montserrat-ExtraBold", sans-serif;
	font-size: 2rem;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.sec-title h3 span{
	color:#ed1b24
}
.sec-title p{
	color: #7a7878;
	font-family: "RobotoSlab-Regular", sans-serif;
	margin-bottom: 5px
}
.main-content p{
	text-align: justify;
	margin-bottom: 20px;
	color: #757575
}
/*Highlight Content*/
.highlight-content{
	position: relative;
}
.hl-wrap{
	margin-top: -40px;
}
.hl-box {
	width: 100%;
	background: -moz-linear-gradient(top, rgb(225,223,223) 0%, rgb(255,255,255) 60%);
	background: -webkit-linear-gradient(top, rgb(225,223,223) 0%,rgb(255,255,255) 60%);
	background: linear-gradient(to bottom, rgb(225,223,223) 0%,rgb(255,255,255) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1DFDF', endColorstr='#ffffff',GradientType=0 );
	position: relative;
	z-index: 3;
	margin-bottom: 15px
}
.hl-box:hover .hl-icon-wrap:before {
	border-top: 120px solid #ed1b24;
}
.hl-box:hover .hl-txt a {
	color: #ed1b24;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hl-txt-wrap {
	position: relative;
	padding-left: 60px;
	border: 2px solid #ed1b24;
	width: 100%;
	height: 260px;
}
.hl-txt {
	padding-bottom: 50px;
	position: absolute;
	top: 23%;
	width: 75%;
	left: 50px;
	text-align: center;
}
.hl-txt h1 {
	color: #010101;
	font-size: 18px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-family: "Montserrat-Bold", sans-serif;
}
.hl-txt p {
	text-align: center;
	color: #757575;
	font-size: 15px;
	line-height: 20px
}
.hl-icon-wrap {
	position: relative;
	bottom: 28px;
}
.hl-icon-wrap img {
	top: 48px;
	left: 15px;
	position: absolute;
}
.hl-icon-wrap:before {
	content: '';
	border-right: 120px solid transparent;
	border-top: 120px solid #444444;
	position: absolute;
	left: 0px;
	top: 29px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hl-txt a {
	color: #ed1b24;
	font-size: 14px;
	font-weight: 700;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hl-txt:hover a{
	color: #ed1b24;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*Welcome Content*/
.wel-content{
	padding-top: 85px!important;
	padding-bottom: 50px!important;
}
.wel-content .content h5{
	color: #ed1b24;
	font-family: "Montserrat-Bold", sans-serif;
	font-size: 1.45rem;
	line-height: 1.4;
	
} 
.wel-content .content p{
	color: #757575;
}
a.readmore {
	color: #ed1b24;
	font-size: 14px;
	font-weight: 700;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*Team*/
.team-content{
	background:url('../images/team-bg.jpg') no-repeat center;
	background-size: cover;
	position: relative;
	padding-top: 50px!important;
	padding-bottom: 70px!important;
}
.team-carousel .owl-nav {
	margin: 0;
}
.team-carousel .owl-controls{
	display: none;
}
.team_about {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.team_about:hover .team_txt a {
	color: #2ec8a6;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.team_about:hover .team_img {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.team_img {
	width: 100%;

}
.team_txt {
	width: 100%;
	background-color: #f9f9f9;
	padding: 10px
}
.team_txt h3{
	width: 100%;
	color: #111111;
	font-size: 18px;
	text-transform: capitalize;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
	margin-bottom: 0px;
	font-family: "Montserrat-Bold", sans-serif;
}
.team_txt p {
	text-align: center;
	color: #757575;
	font-size: 16px;
	margin-bottom: 0px
}
.team_img img {
	margin-top: 2px;
	width: 100%;
}
.team_icon_hover {
	width: 100%;
	background-color: #ed1b24;
	color: #ffffff;
	position: absolute;
	line-height: 84px;
	bottom: -95px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.team_about:hover .team_icon_hover {
	bottom: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.team_icon_hover {
	text-align: center;
	float: left;
	width: 100%;
}
.team_icon_hover div {
	width: 100%;
	float: left;
	display: inline-block;
	height: 72px;
}
.team_icon_hover h3{
	width: 100%;
	font-size: 18px;
	text-transform: capitalize;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #fff;
	font-family: "Montserrat-Bold", sans-serif;
}
.team_icon_hover p {
	text-align: center;
	font-size: 16px;
	margin-bottom: 0px;
	color: #eee
}
/*Testimonials*/
.htestimony-content{
	background:url('../images/testimony-bg.jpg') no-repeat;
	background-size: cover;
	position: relative;
}
.testibox{
	width: 100%;
	position: relative;
	background-color: #ffffff42;
}
.testibox-icon-wrap {
	position: relative;
	bottom: 28px;
}
.testibox-icon-wrap img {
	top: 48px;
	left: 15px;
	position: absolute!important;
	width: 32px!important;
}
.testibox-icon-wrap:before {
	content: '';
	border-right: 120px solid transparent;
	border-top: 120px solid #ed1b24;
	position: absolute;
	left: 0px;
	top: 29px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.testibox-content{
	padding: 50px 60px 40px 120px
}
.testibox p{
	color: #212121;
	font-family: "DroidSerif-Italic", sans-serif;
}
.testibox .media {
    margin: 20px 0 0px 0;
    text-align: center;
}
.testibox .media img {
    border: 1px solid #12af83;
    margin: 0 auto;
    width: 90px;
    height: 90px;
}
.testibox .name{
	margin-top: 20px;
	font-size: 18px;
	line-height: 24px;
	color: #ed1b24;
	font-family: "Montserrat-Bold", sans-serif;
	margin-bottom: 0px
}
.testibox .loc {
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: #212121;
}
.testi-carousel .owl-nav {
	margin: 0;
}
.testi-carousel .owl-controls{
	
}
.testi-carousel .owl-nav {
	margin: 0;
}
.testi-carousel .owl-nav .owl-next,
.testi-carousel .owl-nav .owl-prev {
	margin: 0;
	position: absolute;
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 33px;
	height: 33px;
	background: #ed1b24!important;
	line-height: 30px;
	border-radius: 300px!important;
	top: -90px;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.testi-carousel .owl-nav .owl-next {
	right: 0px;
}
.testi-carousel .owl-nav .owl-prev {
	right: 40px;
}
.testi-carousel .owl-nav .owl-next i:before,.testi-carousel .owl-nav .owl-prev i:before {
	font-size: 20px;
	color: #fff;
}
.testi-carousel .owl-nav .owl-next:hover,
.testi-carousel .owl-nav .owl-prev:hover {
	color: #ed1b24;
	background: #444444!important;
}
.main-content.testipg{
	padding-top: 80px !important;
	padding-bottom: 55px !important;
}
.main-content.testipg .testibox{
	margin-bottom: 25px;
	ackground: rgb(225,223,223,0.5);
	background: -moz-linear-gradient(top, rgb(225,223,223,0.5) 0%, rgb(255,255,255) 100%);
	background: -webkit-linear-gradient(top, rgb(225,223,223,0.5) 0%,rgb(255,255,255) 100%);
	background: linear-gradient(to bottom, rgb(225,223,223,0.5) 0%,rgb(255,255,255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1DFDF', endColorstr='#ffffff',GradientType=0 );
}
/*Know Doctor*/
.doc-content{
	padding-top: 80px!important;
	padding-bottom: 80px!important;
}
.doc-content .content h5{
	color: #ed1b24;
	font-family: "Montserrat-Bold", sans-serif;
	font-size: 1.45rem;
	line-height: 1.4;
} 
.doc-content .content p{
	color: #757575;
}
/*Hearing Centre*/
.main-content.hearingcenter-pg{
	padding-top: 80px !important;
	padding-bottom: 55px !important;
}
.main-content.hearingcenter-pg h5{
	color: #ed1b24;
	font-family: "Montserrat-Bold", sans-serif;
	font-size: 1.30rem;
	line-height: 1.4;
	text-transform: uppercase;
} 
.main-content.hearingcenter-pg .list1{
	margin-top: 15px;
	margin-bottom: 15px;
}
.main-content.hearingcenter-pg .list1 li{
	color: #757575;
	padding-bottom: 0px
}
/*Facilities*/
.main-content.faci-pg{
	padding-top: 70px !important;
	padding-bottom: 55px !important;
}
.facibox{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.facibox-img {
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	text-align: center;
}
.facibox-img i:before {
	color: #2c416c;
	font-size: 46px;
}
.facibox-txt {
	float: left;
	width: calc(100% - 50px);
	padding-left: 20px;
	padding-right: 40px;
}
.facibox-txt p {
	margin-top: 6px;
	margin-bottom: 8px;
	font-size: 20px
}
.facibox-txt:hover .facibox-img {
	transform: scale(1.2);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.main-content.faci-pg .list1 li{
	color: #757575;
padding-bottom: 0px;
}
.main-content.faci-pg h5{
	color: #ed1b24;
font-family: "Montserrat-Bold", sans-serif;
font-size: 1.30rem;
line-height: 1.4;
text-transform: uppercase;
}
/*Gallery*/
.main-content.gal-pg{
	padding-top: 80px !important;
	padding-bottom: 55px !important;
}
.galbox-1 {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.galbox-1 .galbox-1-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 196px;
}
.galbox-1 .galbox-1-img img {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    transform: scale(1.25);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.galbox-1 .galbox-1-content {
  text-align: center;
  padding: 20px 20px;
  background-color: #f0f2f2;
}
.galbox-1 .galbox-1-content .galbox-1-title, .galbox-1 .galbox-1-content .galbox-1-title a {
  margin-bottom: 0px;
  text-transform: capitalize;
  font-family: "Roboto-Medium", sans-serif;
  font-size: 18px;
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.galbox-1:hover .galbox-1-content{
  background-color: #ed1b24
}
.galbox-1:hover .galbox-1-content .galbox-1-title, .galbox-1:hover .galbox-1-content .galbox-1-title a{
  color: #fff
}
.galbox-1:hover {
  -webkit-box-shadow: 0px 1px 50px 0px rgba(209, 209, 209, 0.75);
  -moz-box-shadow: 0px 1px 50px 0px rgba(209, 209, 209, 0.75);
  box-shadow: 0px 1px 50px 0px rgba(209, 209, 209, 0.75);
}
.gal-icon-wrap:before {
	content: '';
	border-right: 80px solid transparent;
	border-top: 80px solid #444444;
	position: absolute;
	top: 0;
	left: 0;
}
.galbox-1:hover .gal-icon-wrap:before{
	border-top: 80px solid #ed1b24
}
.gal-icon-wrap a {
	position: absolute;
	left: 15px;
	top: 15px;
}
.gal-icon-wrap i {
	color: #fff;
	font-size: 18px;
}
.fancybox-title {}
.photobox-1 {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.photobox-1 .photobox-1-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 260px;
}
.photobox-1 .photobox-1-img img {
  width: 100%;
      display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    transform: scale(1.25);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.photobox-1 .photobox-1-img:after {
  position: absolute;
  content: "";
  background-color: rgba(62, 62, 62, 0.7);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.photobox-1 .photobox-1-img .photobox-1-btn-wrap {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 7;
  text-align: center;
  display: inline-block;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: -20px
}
.photobox-1 .photobox-1-img .photobox-1-btn-wrap a.photobox-1-btn {
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  border: 2px solid;
  background-color: #ed1b24;
  color: #fff;
  border-color: #ed1b24;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: 'RobotoCondensed-Bold';
}
.photobox-1 .photobox-1-img .photobox-1-btn-wrap a.photobox-1-btn:hover {
  background-color: #fff;
  color: #ed1b24;
  border-color: #fff;
}
.photobox-1 .photobox-1-content {
  text-align: center;
  padding: 20px 20px;
  background-color: #f0f2f2;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.photobox-1 .photobox-1-content .photobox-1-title {
  margin-bottom: 0px;
  text-transform: capitalize;
  font-family: "Nunito-ExtraBold", sans-serif;
  font-size: 18px;
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.photobox-1:hover .photobox-1-content .photobox-1-title{
  color: #1a9ac6
}
.photobox-1:hover {
  -webkit-box-shadow: 0px 1px 50px 0px rgba(209, 209, 209, 0.75);
  -moz-box-shadow: 0px 1px 50px 0px rgba(209, 209, 209, 0.75);
  box-shadow: 0px 1px 50px 0px rgba(209, 209, 209, 0.75);
}
.photobox-1:hover .photobox-1-img:after {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.photobox-1:hover .photobox-1-btn-wrap {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

/*Videos*/
.videobox {
	position: relative;
	border: 1px solid #dddddd;
}
.videobox:before {
	content: "";
	background-color: rgba(42,166,76,0);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
.videobox:hover::before{
	background-color: rgba(0, 0, 0, 0.6);
}
.videobox i {
	background-color: #ed1b24;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.videobox:hover i{
	background-color: #fff;
	color: #ed1b24
}
.videotitle{
	background-color: #f0f2f2;
	padding: 12px 10px;
	text-align: center;
	color: #111111;
	margin-bottom: 20px
}
.videotitle h5{
	margin-bottom: 0px;
	font-family: "Nunito-ExtraBold", sans-serif;
	text-transform: capitalize;
	font-size: 16px;
}

/*Blog*/
.main-content.blog-pg, .main-content.blogdt-pg{
	padding-top: 80px !important;
	padding-bottom: 55px !important;
}
.blog-box {
	text-align: left;
	width: 100%;
	margin-bottom: 20px
}
.blog-img {
	position: relative;
	width: 100%;
	border: 1px solid transparent;
}
.blog-img figure {
	display: block;
	margin: 0;
	overflow: hidden;
}
.blog-img figure img {
	width: 100%;
	display: block;
	transition: all 0.3s;
	border: 1px solid transparent;
	height: 280px;
	object-fit: cover;
}
.blogdt-pg .blog-img figure img {
	height: auto;
}
.blog-img:hover figure img {
	transform: scale(1.1, 1.1);
	transition: 0.5s;
}
.main-content.blogdt-pg .blog-img:hover figure img{
	transform: scale(100%);
	transition: 0.5s;
}
.blog-txt {
	margin-top: 5px;
}
.blog-txt h3{
	line-height: 24px;
    margin-top: 10px;
}
.blog-txt h3 a{
	font-size: 18px;
	text-transform: capitalize;
	color: black;
	font-family: "Montserrat-Bold", sans-serif;
}
.blog-txt h3 a:hover {
	color: #ed1b24;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.blog-txt-info p {
	width: auto;
	font-size: 14px;
	list-style: none;
	margin-bottom: 0px
}
.blog-txt p {
	line-height: 26px;
	color: #757575;
	margin-top: 5px;
	padding-bottom: 8px;
	text-align: justify;
}
.blog-txt p.bdate{
	font-family: "DroidSerif-Italic", sans-serif;
}
.main-content.blogdt-pg .blog-txt h3{
	font-size: 24px;
	text-transform: capitalize;
	color: black;
	font-family: "Montserrat-Bold", sans-serif;
	margin-top: 20px
}
.main-content.blogdt-pg .blog-txt h4,
.main-content.blogdt-pg .blog-txt h5,
.main-content.blogdt-pg .blog-txt h6{
	color: black;
	font-family: "Montserrat-Bold", sans-serif;
}
.main-content.blogdt-pg ul{
	margin-bottom: 20px;
}
.main-content.blogdt-pg ul li{
	padding-left: 25px;
	color: #757575;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 8px;
	position: relative;
	padding-bottom: 8px;
	padding-top: 0px;
	letter-spacing: 0.2px;
	position: relative;
}
.main-content.blogdt-pg ul li:before{
	font-family:'Font Awesome\ 5 Free';
	content: '\f101';
	color: #3d424b;
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 16px;
	left: 2px;
	font-weight:900;
}
/*Form*/
.custom-form{
	margin-top:20px;
	width: 100%
}
.custom-form .form-group{
	margin-bottom: 20px
}
.custom-form .form-control{
	background: #fff!important;
	border-radius: 0px!important;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	padding: 0.75rem .75rem;
	border-color: #dcdcdc;
	color: #595959;
}
.custom-form .form-control:focus{
	outline: none!important;
	box-shadow: none;
	border-color:#d4dddc
}
.custom-form .form-control::-webkit-input-placeholder,
.custom-form .form-control::-moz-placeholder,
.custom-form .form-control::placeholder{
	color:#929191!important;	
}
/*contact Page*/
.main-content.contact-pg{
	padding-top: 80px !important;
	padding-bottom: 0px !important;
}
.main-content.contact-pg p{
	text-align: left;
}
.contact-info-box{
	width:90%;
}
.contact-info-box ul, .contact-info-box li, .contact-info-box h3, .contact-info-box p {
	margin: 0;
	padding: 0;
	list-style: none;
}
.contact-info-box li + li {
	margin-top: 25px;
}
.contact-info-box > p {
	margin-top: -8px;
	font-weight: 300;
}
.contact-info-box h5 {
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin-top: -5px;
	font-family: 'Roboto-Medium';
	text-transform: uppercase;
}
.contact-info-box .inner-box {
	width: 40px;
	height: 40px;
	border-radius: 0px;
	text-align: center;
	border: 1px solid #dcdcdc
	
}
.contact-info-box .inner-box i {
	font-size: 18px;
	color: #ed1b24;
	line-height: 40px;
}



.contact-info-box .icon-box, .contact-info-box .text-box {
	display: table-cell;
	vertical-align: top;
}
.contact-info-box .text-box {
	padding-left: 20px;
}
.contact-info-box .text-box p a{
	color: #595959
}
.mt-55{
	margin-top: 55px
}
/*Map*/
.map{
	border: 1px solid #e1e1e1;
}
.map iframe {
	width: 100%;
	min-height: 320px;
	border: none;
}
/*Footer*/
.foot-top{
	color: #fff;
	padding: 0px 0 5px;
	background-color: #444444
}
.foot-top h5{
	font-size: 20px;
	color: #fff;
	letter-spacing: 0.2px;
	margin-bottom: 20px;
	font-family: "Montserrat-Bold", sans-serif;
	text-transform: uppercase;
}
.foot-top p{
	line-height: 22px;
	font-size: 13.5px;
	margin-bottom: 25px;
	position: relative;
}
.foot-nav{
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0 0;
	display: inline-block;
	width: 45%
}
.foot-nav li{
	color: #f4f5ff;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 7px;
	position: relative;
	padding-bottom: 8px;
	padding-top: 0px;
	letter-spacing: 0.5px;
	position: relative;
}
.foot-nav li a{
	color: #f4f5ff;
}
.foot-nav li a:hover{
	color: #ff555c
}
.foot-info{
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: left;
}
.foot-info h6{
	color: #ffffff;
	font-family: 'Roboto-Medium';
	font-size: 18px;
	font-weight: normal;
}
.foot-info li{
	padding-left: 35px;
	color: #f4f5ff;
	font-size: 14px;
	line-height: 1.6em;
	position: relative;
	padding-top: 0px;
	letter-spacing: 0.3px;
}
.foot-info li a{
	color: inherit;
	font-size: 14px;
	color: #f4f5ff
}
.foot-info li.foot-tele a{
	display: inline-block;
}
.foot-info li a:hover{
	color: #d5ddd7;
}
.foot-info .foot-tele, .foot-info .foot-addr, .foot-info .foot-mail, .foot-info .foot-time{
	margin-bottom: 35px;
	padding-left: 45px
}
.foot-info .foot-addr:before, .foot-info .foot-tele:before, .foot-info .foot-mail:before, .foot-info .foot-time:before{
	font-family:'Font Awesome\ 5 Free';
	color: #ff555c;
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 17px;
	font-weight:900;
	width: 34px;
	height: 34px;
	border: 2px solid #3d3d3d;
	text-align: center;
	line-height: 32px
}
.foot-info .foot-addr:before{
	content: '\f3c5';
	font-size: 18px;
	left: 2px;
}
.foot-info .foot-tele::before {
    content: "\f095";
    font-size: 16px;
    left: 2px;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}
.foot-info .foot-mail:before{
	font-size: 15px;
	content: '\f0e0';
	left: 2px;
	top: 0px
}
.foot-info .foot-time:before{
	content: '\f017';
	top: 0px;
	left: 2px;
	font-size: 16px;
}
.foot-social li{
	display: inline-block;
	padding: 0px;
	margin: 0px
}
.foot-social li a {
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 14px;
	display: block;
	color: #ffffff;
	-webkit-transition: background .4s ease, color .4s ease;
	transition: background .4s ease, color .4s ease;
	line-height: 35px;
	margin-right: 3px;
	border: 1px solid #fff;
	background-color: #3e3e3e;
	padding-top: 9px;
}
.foot-social li a:hover{
	background-color: #ff555c;
	border: 1px solid #ff555c;
	color: #fff;
}
.copyright{
	color: #fff;
	font-size: 13px;
	padding: 15px 0 12px;
	background-color: #2f2f2f
}
.copyright p{
	margin: 0px;
	display: inline-block;
}
.copyright p:last-of-type{
	float: right;
}
.copyright p a, .copyright p{
	color: #fff
}
/*Appointment*/
.main-content.appointment-pg{
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}
.main-content.appointment-pg h5{
	font-size: 18px;
	text-transform: capitalize;
	color: black;
	font-family: "Montserrat-SemiBold", sans-serif;
}
.form-horizontal .control-label{
	color: #757575
}
.form-horizontal .form-group{
	margin-bottom: 20px
}
.form-horizontal .form-control{
	background-color: transparent!important;
	border-radius: 0px!important;
	color: #595959;
	font-size: 15px;
	font-weight: normal;
	border-color: #dcdcdc
}
.form-horizontal .form-control:focus{
	outline: none!important;
	box-shadow: none;
	border-color:#d4d2d2
}
.nice-select.form-control{
	height: 36.5px!important;
	line-height: 20px!important;
	width: 100%!important;
	border-color: #dcdcdc!important;
}
.nice-select .list{
	width:100%;
}
.input-group-append, .input-group-prepend{
	background: #ffffff;
	color: #c9c8c8;
	width: auto;
	border-left: 1px solid #dcdcdc !important;
}
.input-group.date .form-control{
	border-radius: 0px!important;
}
.ui-datepicker-trigger, .ui-datepicker-trigger:focus{
	padding: .675rem .75rem;
	position: absolute;
	right: 0;
	top: 0px;
	background: #444444;
	border-radius: 0px!important;
}
input[type=radio].css-radio {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:0px; border:0;
}
input[type=radio].css-radio + label.radio-label {
	padding-left:21px;
	height:13.8px; 
	display:inline-block;
	line-height:14px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:14px;
	vertical-align:middle;
	cursor:pointer;
	margin-right: 16px;
	margin-top: 10px;
	color: #4e4d4d;
}
input[type=radio].css-radio:checked + label.radio-label {
	background-position: 0 -14px;
}
label.radio-label {
	background-image: url('../images/radio.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:26px;
	height:14px; 
	display:inline-block;
	line-height:14px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:14px;
	vertical-align:middle;
	cursor:pointer;
	margin-right: 40px;
	margin-top: 10px;
	color: #4e4d4d;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -14px;
}
label.css-label {
	background-image: url('../images/checkbox.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox input[type=checkbox] {
	position:absolute;
	right:9000px;
	opacity:0;
	z-index:1;
	cursor:pointer;
	outline:0px!important;
}
.checkbox input[type=checkbox]+.label-text{
	padding-left:26px;
	font-size: 14px;
}
.checkbox input[type=checkbox]+.label-text:after,
.checkbox input[type=checkbox]+.label-text:before {
 font-size:11px;
 display:inline-block;
 width:17px;
 height:17px;
 padding:1px;
 margin-left:0;
 position:absolute;
 top:2px;
 left:0;
 text-align: center;
}
.checkbox input[type=checkbox]+.label-text:before {
 content:"";
 background-color:#fff;
 border:1px solid #ced4da;
 border-radius:3px;
 cursor:pointer;
 transition:border .15s ease-in-out,color .15s ease-in-out
}
.checkbox input[type=checkbox]+.label-text:after {
 background-color:#444444;
 color:#fff;
 border-radius:2px;
 border-color:#444444;
 line-height:1.4
}
.checkbox input[type=checkbox]:focus+.label-text:before {
 outline:dotted thin;
 outline:-webkit-focus-ring-color auto 5px;
 outline-offset:-2px
}
.checkbox input[type=checkbox]:checked+.label-text:after {
 font-family: 'Font Awesome\ 5 Free';
 content:"\f00c";
 font-style:normal;font-weight: 900;
}
.appointment-pg .form-group .checkbox{
	position: relative;
}



/*Success*/
.suc-icon {
 width:80px;
 height:80px;
 border-width:4px;
 border-style:solid;
 border-radius:50%;
 padding:0;
 position:relative;
 box-sizing:content-box;
 margin:20px auto
}
.suc-icon:first-child {
 /*! margin-top:32px */
}
.suc-icon-green {
 border-color:#a5dc86
}
.suc-icon-green:after,.suc-icon-green:before {
 content:"";
 border-radius:50%;
 position:absolute;
 width:60px;
 height:120px;
 background:transparent;
 -webkit-transform:rotate(45deg);
 transform:rotate(45deg)
}
.suc-icon-green:before {
 border-radius:120px 0 0 120px;
 top:-7px;
 left:-33px;
 -webkit-transform:rotate(-45deg);
 transform:rotate(-45deg);
 -webkit-transform-origin:60px 60px;
 transform-origin:60px 60px
}
.suc-icon-green:after {
 border-radius:0 120px 120px 0;
 top:-11px;
 left:30px;
 -webkit-transform:rotate(-45deg);
 transform:rotate(-45deg);
 -webkit-transform-origin:0 60px;
 transform-origin:0 60px;
 -webkit-animation:rotatePlaceholder 4.25s ease-in;
 animation:rotatePlaceholder 4.25s ease-in
}
.suc-icon-green-ring {
 width:80px;
 height:80px;
 border:4px solid hsla(98,55%,69%,.3);
 border-radius:50%;
 box-sizing:content-box;
 position:absolute;
 left:-4px;
 top:-4px;
 z-index:2
}
.suc-icon-green-hide-corners {
 width:5px;
 height:90px;
 background-color:tranparent;
 padding:1px;
 position:absolute;
 left:28px;
 top:8px;
 z-index:1;
 -webkit-transform:rotate(-45deg);
 transform:rotate(-45deg)
}
.suc-icon-green-line {
 height:5px;
 background-color:#05ae4e;
 display:block;
 border-radius:2px;
 position:absolute;
 z-index:2
}
.suc-icon-green-line-tip {
 width:25px;
 left:14px;
 top:46px;
 -webkit-transform:rotate(45deg);
 transform:rotate(45deg);
 -webkit-animation:animateSuccessTip .75s;
 animation:animateSuccessTip .75s
}
.suc-icon-green-line-long {
 width:47px;
 right:8px;
 top:38px;
 -webkit-transform:rotate(-45deg);
 transform:rotate(-45deg);
 -webkit-animation:animateSuccessLong .75s;
 animation:animateSuccessLong .75s
}
.suc-icon-red {
 border-color:#ffc0c0
}
.suc-icon-red:after,.suc-icon-red:before {
 content:"";
 border-radius:50%;
 position:absolute;
 width:60px;
 height:120px;
 background:transparent;
 -webkit-transform:rotate(45deg);
 transform:rotate(45deg)
}
.suc-icon-red:before {
 border-radius:120px 0 0 120px;
 top:-7px;
 left:-33px;
 -webkit-transform:rotate(-45deg);
 transform:rotate(-45deg);
 -webkit-transform-origin:60px 60px;
 transform-origin:60px 60px
}
.suc-icon-red:after {
 border-radius:0 120px 120px 0;
 top:-11px;
 left:30px;
 -webkit-transform:rotate(-45deg);
 transform:rotate(-45deg);
 -webkit-transform-origin:0 60px;
 transform-origin:0 60px;
 -webkit-animation:rotatePlaceholder 4.25s ease-in;
 animation:rotatePlaceholder 4.25s ease-in
}
.suc-icon-red-ring {
 width:80px;
 height:80px;
 border:4px solid #f9cccc;
 border-radius:50%;
 box-sizing:content-box;
 position:absolute;
 left:-4px;
 top:-4px;
 z-index:2
}
.suc-icon-red-hide-corners {
 width:5px;
 height:90px;
 background-color:transparent;
 padding:1px;
 position:absolute;
 left:28px;
 top:8px;
 z-index:1;
 -webkit-transform:rotate(-45deg);
 transform:rotate(-45deg)
}
.suc-icon-red-line {
 height:5px;
 background-color:#f23636;
 display:block;
 border-radius:2px;
 position:absolute;
 z-index:2
}
.suc-icon-red-line-tip {
 width:60px;
 left:9px;
 top:40px;
 -webkit-transform:rotate(45deg);
 transform:rotate(45deg);
 -webkit-animation:animateSuccessTip .75s;
 animation:animateSuccessTip .75s
}
.suc-icon-red-line-long {
 width:60px;
 right:9px;
 top:40px;
 -webkit-transform:rotate(-45deg);
 transform:rotate(-45deg);
 -webkit-animation:animateSuccessLong .75s;
 animation:animateSuccessLong .75s
}
@-webkit-keyframes rotatePlaceholder {
 0% {
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg)
 }
 5% {
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg)
 }
 12% {
  -webkit-transform:rotate(-405deg);
  transform:rotate(-405deg)
 }
 to {
  -webkit-transform:rotate(-405deg);
  transform:rotate(-405deg)
 }
}
@keyframes rotatePlaceholder {
 0% {
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg)
 }
 5% {
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg)
 }
 12% {
  -webkit-transform:rotate(-405deg);
  transform:rotate(-405deg)
 }
 to {
  -webkit-transform:rotate(-405deg);
  transform:rotate(-405deg)
 }
}
@-webkit-keyframes animateSuccessTip {
 0% {
  width:0;
  left:1px;
  top:19px
 }
 54% {
  width:0;
  left:1px;
  top:19px
 }
 70% {
  width:50px;
  left:-8px;
  top:37px
 }
 84% {
  width:17px;
  left:21px;
  top:48px
 }
 to {
  width:25px;
  left:14px;
  top:45px
 }
}
@keyframes animateSuccessTip {
 0% {
  width:0;
  left:1px;
  top:19px
 }
 54% {
  width:0;
  left:1px;
  top:19px
 }
 70% {
  width:50px;
  left:-8px;
  top:37px
 }
 84% {
  width:17px;
  left:21px;
  top:48px
 }
 to {
  width:25px;
  left:14px;
  top:45px
 }
}
@-webkit-keyframes animateSuccessLong {
 0% {
  width:0;
  right:46px;
  top:54px
 }
 65% {
  width:0;
  right:46px;
  top:54px
 }
 84% {
  width:55px;
  right:0;
  top:35px
 }
 to {
  width:47px;
  right:8px;
  top:38px
 }
}
@keyframes animateSuccessLong {
 0% {
  width:0;
  right:46px;
  top:54px
 }
 65% {
  width:0;
  right:46px;
  top:54px
 }
 84% {
  width:55px;
  right:0;
  top:35px
 }
 to {
  width:47px;
  right:8px;
  top:38px
 }
}
h2.suc-title {
    color: #ed1b24;
    font-family: "Montserrat-Bold", sans-serif;
	font-size: 2.1rem;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    padding-bottom: 13px;
    line-height: 55px;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
}
h5.suc-txt{
	font-size: 16px;
position: relative;
float: none;
line-height: normal;
vertical-align: top;
padding: 0 10px;
font-weight: 400;
overflow-wrap: break-word;
box-sizing: border-box;
text-align: center;
}
/*Global*/
/*List*/
.list1{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.list1 li{
	padding-left: 25px;
	color: #333;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 8px;
	position: relative;
	padding-bottom: 8px;
	padding-top: 0px;
	letter-spacing: 0.2px;
	position: relative;
}
.list1 li:before{
	font-family:'Font Awesome\ 5 Free';
	content: '\f101';
	color: #3d424b;
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 16px;
	left: 2px;
	font-weight:900;
}
.list1 ul{
	margin-top: 15px
}
.list1 ul li{
	margin-bottom: 0px
}
.list1 ul li:before{
	color: #9dabaf
}
.list2{
	list-style: none;
	padding: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 10px 0 20px;
}
.list2 li{
	padding-left: 25px;
	color: #595959;
	font-size: 15px;
	line-height: 1.4em;
	margin-bottom: 8px;
	position: relative;
	padding-bottom: 8px;
	padding-top: 0px;
	letter-spacing: 0.2px;
	width: 50%;
}
.list2 li:before{
	font-family:'Font Awesome\ 5 Free';
	content: '\f058';
	color: #0081fe;
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 16px;
	left: 2px;
	font-weight:900;
}
.btn, a.btn, button.btn {
	outline:none!important;
	height:45px;
	line-height:45px;
	font-size:14px;
	display:inline-block;
	background-color: #ed1b24;
	padding:0 30px;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:0.25px;
	font-weight: normal;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
	border:0px;
	border-style:solid;
	position:relative;
	overflow:hidden;
	text-align:center;
	font-family: "Roboto-Medium", sans-serif;
	border-radius: 0px;
}
.btn:hover, a.btn:hover, button.btn:hover {
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	-ms-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	-o-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	box-shadow:0 3px 3px rgba(0,0,0,0.1);
	background-color: #444444
}
.btn:focus, a.btn:focus, button.btn:focus{
	box-shadow: none;
}
.btn.btn--theme, a.btn.btn--theme, button.btn.btn--theme {
	outline:none!important;
	height:45px;
	line-height:45px;
	font-size:14px;
	display:inline-block;
	padding:0 30px;
	color:#ffffff;
	letter-spacing:0.25px;
	font-weight: normal;
	-webkit-transition:all 0.5s ease-in-out 0s;
	-moz-transition:all 0.5s ease-in-out 0s;
	-ms-transition:all 0.5s ease-in-out 0s;
	-o-transition:all 0.5s ease-in-out 0s;
	transition:all 0.5s ease-in-out 0s;
	border-radius:5px;
	position:relative;
	overflow:hidden;
	font-family: "Roboto-Medium", sans-serif;
	background-image: linear-gradient(to right, #2458de, #2196fd);
}
.btn.btn--theme:before, a.btn.btn--theme:before, button.btn.btn--theme:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.1);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-o-transform:scaleX(0);
	transform:scaleX(0);
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-ms-transform-origin:0 0;
	-o-transform-origin:0 0;
	transform-origin:0 0;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
}
.btn.btn--theme:hover, a.btn.btn--theme:hover, button.btn.btn--theme:hover {
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	-ms-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	-o-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	box-shadow:0 3px 3px rgba(0,0,0,0.1)
}
.btn.btn--theme:hover:before, a.btn.btn--theme:hover:before, button.btn.btn--theme:hover:before {
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
	-ms-transform:scaleX(1);
	-o-transform:scaleX(1);
	transform:scaleX(1)
}
.btn.btn--xlg, a.btn.btn--xlg, button.btn.btn--xlg {
	font-size:19px;
	height:55px;
	line-height:55px;
	padding:0 40px
}
.btn.btn--lg, a.btn.btn--lg, button.btn.btn--lg {
	font-size:17px;
	height:50px;
	line-height:50px;
	padding:0 35px
}
.btn.btn--sm, a.btn.btn--sm, button.btn.btn--sm {
	font-size:15px;
	height:40px;
	line-height:40px;
	padding:0 25px
}
.btn.btn--xs, a.btn.btn--xs, button.btn.btn--xs {
	font-size:13px;
	height:35px;
	line-height:35px;
	padding:0 20px
}
.btn.btn--white, a.btn.btn--white, button.btn.btn--white {
	background-color:#ffffff;
	color:#000000;
	border-color:#ffffff;
}
.btn.btn--white:hover, a.btn.btn--white:hover, button.btn.btn--white:hover {
	color:#ffffff;
	background-color:#2aa64c;
	border-color:#2aa64c;
}
.btn.btn--black, a.btn.btn--black, button.btn.btn--black {
	background-color:#303030;
	border-color:#303030
}
.btn.btn--black:hover, a.btn.btn--black:hover, button.btn.btn--black:hover {
	background-color:#2aa64c;
	border-color:#2aa64c
}
.btn.btn--grey, a.btn.btn--grey, button.btn.btn--grey {
	border-color:#e1e1e1;
	color:#606060;
	background:transparent
}
.btn.btn--grey:hover, a.btn.btn--grey:hover, button.btn.btn--grey:hover {
	background:#2aa64c;
	color:#fff
}
.btn.btn--transparent, a.btn.btn--transparent, button.btn.btn--transparent {
	background:transparent;
	color:#0082ff;
	border:1px solid #0082ff
}
.btn.btn--transparent:hover, 
a.btn.btn--transparent:hover, 
button.btn.btn--transparent:hover {
	background:#0082ff;
	border-color:#0082ff;
	color:#ffffff
}
.btn.btn--light, a.btn.btn--light, button.btn.btn--light {
	color:#ffffff;
	border-color:#ffffff
}
.btn.btn--dark, a.btn.btn--dark, button.btn.btn--dark {
	color:#fff;
}
.btn.btn--icon span.btn-icon,
a.btn.btn--icon span.btn-icon,
button.btn.btn--icon span.btn-icon {
	padding-left:5px;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s
}
.btn.btn--icon:hover span.btn-icon,
a.btn.btn--icon:hover span.btn-icon,
button.btn.btn--icon:hover span.btn-icon {
	padding-left:12px
}
.view-btn {
  padding: 8px 24px;
  border: 1px solid;
  border-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.view-btn:hover {
  background-color: #ffffff;
  color: #000000;
}
.text-black{
	color: #000
}
.text-white{
	color: #fff
}
body#siv_data hearingtest header{
	display: none!important;
	height: 0px!important;
}
body#siv_data hearingtest .header-logo{
	display: none!important;
	height: 0px!important;
}
.appwrap{
	background: url('../images/app-bg.jpg') no-repeat center;
	background-size: cover;
	padding: 40px 20px
}
.appwrap p{
	color: #fff;
	font-size: 24px;
	line-height: 24px;
}
.appwrap a.btn{
	background-color: #fff;
	color: #ed1b24;
	font-size: 30px
}
.appwrap a.btn:hover{
	background-color: #000;
	color: #fff
}
.hide{display: none}
.wiz_scrn{
	position: relative;
}
/*.wiz_scrn ul{
	display: table;
	width: 100%;
	position: relative;
	padding: 0px;
	margin: 0 0 30px 0;
	list-style: none;
	text-align: center;
}
.wiz_scrn li{
	display: table-cell;
	width: 1%;
	position: relative;
	text-align: center;
}
.step_cnt{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	position: relative;
	z-index: 5;
	display: inline-block;
	border: 4px solid #ced1d6;
	vertical-align: middle;
	font-size: 15px;
	line-height: 32px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	color: #243748;
	background: #ffffff;
	overflow: hidden;
	cursor: pointer;
}
.step_desc{
	margin-top: 10px;
	font-size: 14px;
	color: #a0a0a0;
}
.wiz_scrn > ul li > a:before {
    border-top: 4px solid #ced1d6;
    content: "";
    display: block;
    font-size: 0;
    height: 1px;
    overflow: hidden;
    position: relative;
    top: 21px;
    width: 100%;
    z-index: 1;
}
.wiz_scrn > ul li:first-child > a:before {
    left: 50%;
    max-width: 51%;
}
.wiz_scrn > ul li:last-child > a:before {
    max-width: 50%;
    width: 80%;
}
.wiz_scrn > ul li > a.selected:before, .wiz_scrn > ul li > a.done:before{
	border-color: #1f9f9d
}
.wait .step_cnt{
	color: #aeb0b3;
}
.selected .step_cnt{
	border-color: #1f9f9d;
}
.done .step_cnt{
	background: #1f9f9d;
	color: #1f9f9d;
	border-color: #1f9f9d;
}
.done .step_cnt:before{
	content: "\f00c";
    display: inline;
    float: right;
    font-family:'FontAwesome';
    font-weight: 400;
    font-size: 18px;
    height: auto;
    margin-right: 7px;
    text-indent: 0;
    text-shadow: none;
    color: #ffffff;
}
.selected .step_desc, .done .step_desc, .wait .step_desc{
	color: #243748;
}
.wiz_prog{
	height: 8px;
	border-radius: 0px;
	background: #cccccc;
	box-shadow: inset 0 0 5px #818181;
	margin-bottom: 0px;
}
.progress-bar{
	background: #5a94c8;
}*/
.wiz_form{
	padding: 30px 20px 20px;
	border-top: 0px;
	background: -moz-linear-gradient(top, rgb(225,223,223,0.5) 0%, rgb(255,255,255,0.5) 20%);
	background: -webkit-linear-gradient(top, rgb(225,223,223,0.5) 0%,rgb(255,255,255,0.5) 20%);
	background: linear-gradient(to bottom, rgb(225,223,223,0.5) 0%,rgb(255,255,255,0.5) 20%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1DFDF', endColorstr='#ffffff',GradientType=0 );
	border-radius:4px;
	border: 2px solid #ed1b24;
}
#stepsUl{
	display: none;
}
.wiz_form a{
	color: #ffd75f
}
.wiz_form .form-horizontal .control-label{
	color: #313131;
	font-size: 16px;
	font-family: "Roboto-Medium", helvetica, sans-serif;
}
.wiz_form input[type="radio"].css-radio + label.radio-label{
	font-size: 16px
}
.wiz_form h2.suc-title{
	text-transform: none;
	font-size: 1.7rem;
	margin-bottom: 0px;
	line-height: 39px;
}
.wiz_form .addrs{
	margin-top:30px;
}
.wiz_form .addrs h6{
	color: #ed1b24;
	font-family: "Montserrat-Bold", sans-serif;
}
.wiz_form .addrs p, .wiz_form .addrs a{
	text-align: center;
	margin-bottom: 0px;
	color: #313131
}


/* Allergic Rhinitis */
.col-md-3.allergic-syms-col {
	-ms-flex: 0 0 25%;
	flex: 0 0 20%;
	max-width: 25%;
  }
.treating-list ul li i {
	color: #ed1b24;
	margin-right: 10px;
  }
  .treating-list ul li {
	padding: 7px;
	font-size: 19px;
  }
  .col-md-3.allergic-syms-col h6 {
	font-weight: bold;
  }
  .page-banner .page-title a {
	height: 40px;
	width: 210px;
	background-color: #ed1b24;
	padding: 8px;
	font-size: 15px;
	margin-bottom: 10px;
	color: #fff !important;
	font-family: "Montserrat-ExtraBold", sans-serif;
	margin: auto;
	text-align: center;
  }

.page-banner.allergic .page-title h3 {
	color: #fff;
	font-family: "Montserrat-ExtraBold", sans-serif;
	font-size: 2.2rem;
	margin-bottom: 10px;
	text-transform: uppercase;
  }
.allergic-content-para p {
	font-size: 19px;
  }
  .treating-content p {
	font-size: 19px;
  }
  .allergic-map-para p {
	font-size: 16px;
  }
  .pro_duct.allergic {
	background: url('../images/team-bg.jpg') no-repeat center;
	  background-size: auto;
	background-size: cover;
	position: relative;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
	margin: 0px !important;
  }
  .team-content-map {
	background: url('../images/team-bg.jpg') no-repeat center;
	  background-size: auto;
	background-size: cover;
	position: relative;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
  }
#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
/* .cnt223 a{
text-decoration: none;
}
.popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 101;
}
.cnt223{
min-width: 515px;
    width: 500px;
    min-height: 150px;
    margin: 100px auto;
    background: #fff;
    position: relative;
    z-index: 103;
    padding: 8px 33px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
    margin-top: 112px;
}
.cnt223 p{
clear: both;
    color: #555555;
    text-align: justify;
    font-size: 20px;
    font-family: sans-serif;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
} */
.sudhakare-modal-sec .modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0rem;
	border-bottom: none;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
  }
  .sudhakare-modal-sec .modal-header .close {
	padding: 1rem;
	margin: -1rem 0rem -1rem auto;
  }
  .sudhakare-modal-sec .fade {
	transition: opacity .15s linear;
	background-color: rgba(0, 0, 0, 0.6);
  }



  /* hearing aits landing page */
  .hearing-aits-page-banner{
	background: url('../images/page-banner.jpg') no-repeat top center;
	background-size: cover;
	min-height: 250px;
	position: relative;
}
.hearing-aits-contect-form .custom-form .form-control {
	background: #fff !important;
	border-radius: 0px !important;
	font-size: 14px;
	font-weight: normal;
	padding: 0.25rem .75rem;
	border-color: #dcdcdc;
	color: #595959;
	border-radius: 6px !important;
  }
  .hearing-aits-contect-form .custom-form .form-group {
	margin-bottom: 0px;
  }
  .hearing-aits-contect-form .form-group {
	margin-bottom: 0rem;
  }
  .hearing-aits-contect-form .btn.btn--sm.submit-aits {
	height: 30px;
	line-height: 20px;
	padding: 0 25px;
	font-size: 13px;
	border-radius: 6px;
  }
  .hearing-aits-banner-content h3 {
	color: #ed1b24;
  }
  .hearing-aits-banner-content h6 {
	color: #fff !important;
  }
  .types-of-hearing-aits-box-content ul li i {
	position: absolute;
	margin-top: 5px;
	color: #ed1b24;
	font-size: 15px;
	margin-left: -28px;
  }
  .types-of-hearing-aits-box-content ul li {
	margin-left: 25px;
	line-height: 27px;
  }
  .types-of-hearing-aits-box h6 {
	text-align: center;
	font-size: 22px;
  }
  .types-of-hearing-aits-box {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 20px;
	margin-bottom: 25px;
	min-height: 440px;
	border-radius: 6px;

  }
  .types-of-hearing-aits-box-img {
	width: 45%;
	margin: auto;
	padding: 12px 0px;
  }
  .hearing-service-area{
	background:url('../images/team-bg.jpg') no-repeat center;
	background-size: cover;
	
  }
  .faq {
	padding: 30px 0;
  }
  .faq .faq-list {
	padding: 0;
	list-style: none;
  }
  .faq .faq-list li {
	  background-color: #e7f5f6;
	  margin-bottom: 10px;
	  border-radius: 10px;
	  padding: 10px 40px;
  }
  .faq .faq-list a {
	  display: block;
	  position: relative;
	  font-size: 16px;
	  font-weight: 600;
	  color: #333333;
	  text-decoration: none;
  }
  
  .faq .faq-list i {
	font-size: 16px;
	position: absolute;
	left: -25px;
	top: 6px;
	transition: 1s;
  }
  .faq-title {
	  text-align: center;
	  font-size: 17px;
	  border-bottom: 2px dashed #ffffff;
	  margin-bottom: 20px;
	  padding-bottom: 10px;
	  color: #ffffff;
  }
  
  .faq .faq-list p {
	padding-top: 5px;
   
	font-size: 15px;
  }
  
  
  .collapsed i.fas.fa-arrow-up {
	  transform: rotate(180deg);
  }
/* Best Hearing Centre Salem */
.our-promise-hear-content-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.our-promise-hear-content-box {
  -ms-flex: 0 0 25%;
  flex: 0 0 31%;
  max-width: 31%;
  padding: 30px 12px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  text-align: center;
  transition: all 0.3s;
}
.our-promise-hear-content-box:hover{
background-color: #fff;
}
.our-promise-hear-sec {
  background: url("../images/team-bg.jpg") no-repeat center;
  background-size: auto;
  background-size: auto;
  background-size: cover;
  position: relative;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.hearing-center-title {
	margin-bottom: 30px;
  }
  .hearing-center-list li {
    padding-left: 26px;
    margin-bottom: 3px;
    position: relative;
    padding-bottom: 8px;
    padding-top: 0px;
    position: relative;
    font-size: 15px;
    color: #333;
    line-height: 1.8em;
    letter-spacing: 0.2px;
  }
  .hearing-center-list li::before {
    font-family: 'Font Awesome\ 5 Free';
    content: '\f101';
    color: #ed1b24;
    position: absolute;
    top: 0px;
    font-size: 19px;
    left: 2px;
    font-weight: 900;
  }
  .hearing-aid-help-sec .custom-form .form-control{
    height: 40px;
  }
  .our-promise-hear-content-icon {
    height: 80px;
    width: 80px;
    margin: auto;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ed1b24;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .our-promise-hear-content p{
    margin-bottom: 0px;
  }
  .better-hearing-content-head {
    font-family: "Roboto-Medium";
    color: #11120a;
  }
  .col-md-3.tailored-col {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .hearing-aits-banner-content.pagehearing-center h3 {
    color: #fff;
    font-family: "Roboto-Medium";
	  font-size: 34px;
  }
  .hearing-aits-banner-content.pagehearing-center h5 {
    color: #fff;
    
  }
  .col-md-3.tailored-col p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0px;
  }
  .col-md-3.tailored-col h5 {
    font-family: "Roboto-Medium";
    font-size: 17px;
    color: #11120a;
  }
  .col-md-3.tailored-col .product-box {
    min-height: 100%;
  }
  .home-appointment-area {
    background-color: #444444;
    border-radius: 8px;
    padding: 25px 30px 45px 25px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .home-appointment-content p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
    width: 80%;
  }
  .home-appointment-content h3 {
    color: #fff;
    font-size: 33px;
    margin-bottom: -5px;
	  text-align:center;
  }
  .home-appointment-btn a {
    padding: 15px 40px;
    color: #fff;
    background-color: #ed1b24;
    border-radius: 8px;
    font-family: "Roboto-Medium";
    font-size: 20px;
  }
  
  .home-appointment-sec {
    margin-bottom: -75px;
    position: relative;
    z-index: 1;
  }
  .team-content.\.team-contenttttt.bg-1 {
    padding-top: 120px !important;
  }
  .our-promise-hear-content h5 {
  font-family: "Roboto-Medium";
  font-size: 20px;
  color: #11120a;
}
.hearing-aits-contect-form h4 {
  color: #fff;
  font-family: "Roboto-Medium";
  text-align: center;
  padding-top: 30px;
}
.foot-social li a{
	padding-top: 0;
	 display: flex;
    align-items: center;
    justify-content: center;
}
.top-social li a {
    	 display: flex;
    align-items: center;
    justify-content: center;
}

/*************my landing changes*******************/
.hearing_banner img{
    width: 100%;
    min-height: 250px;
    object-fit: cover;
    max-height: 500px;
}
.hearing-banner h1{
    color: #fff;
    font-family: "Akrobat-Black", sans-serif;
    font-size: 2.2rem;
    margin-bottom: 10px;
    /* text-transform: capitalize; */
}
.hearing-banner h1 span{
text-transform: uppercase;
color: #ed1b24;
}
.hearing_banner {
    position: relative;
}
.hearing_banner .cnt{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
 
.hearing-banner h2{
    color: #ed1b24;
    font-family: "Akrobat-Black", sans-serif;
    font-size: 2.2rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}
 
.sub_hd p{
    font-size: 16px;
    line-height: 30px;
 
}
.why_choose_on{
    background: #daecf0;
}
.why_choose_on h3,.succs_stry h4,.perfect1 h6,.abt_sudha h6,.faq_acc h6{
    text-transform: uppercase;
    color:#ed1b24;
    font-family: "Akrobat-Black", sans-serif;
    font-size: 2.2rem;
    margin-bottom: 10px;
}
.succs_stry p,.perfect1 p{
    text-align: center;
}
.perfect1 strong{
    text-transform: uppercase;
    color: #ed1b24;
    font-family: "Akrobat-Black", sans-serif;
    font-size: 2.2rem;
    margin-bottom: 10px;
}
.bx_border{
    border: 5px solid #ed1b24;
    padding: 20px 10px;
    height: 100%;
}
.gaps_bx{
    gap: 50px 0;
 
}
.bx_border:hover{
    background: #ed1b24;
}
.bx_border:hover p,.bx_border:hover h5{
    color: #fff;
}
.my_tabs .dataTables_length label{
    color: #333;
    line-height: 1.8em;
    letter-spacing: 0.2px;
}
.my_tabs table {
    width: 100% !important;
}
.my_tabs table thead th,.my_tabs table tbody td b{
 
    font-weight: 700;
    color: #757575;
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 1rem;
    line-height: 1;
    text-transform: capitalize;
}
.my_tabs table tbody td{
    color: #333;
    line-height: 1.8em;
    letter-spacing: 0.2px;
    /* font-family: "Montserrat-Bold", sans-serif; */
    color: #757575;
    line-height: 1.8em;
    letter-spacing: 0.2px;
}
.faq_acc  .card .card-header{
    padding: 20px 30px;
}
.faq_acc  .card .card-header a{
    display: block;
    color: #ed1b24;
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 1.1rem;
    line-height: 1.4;
    text-transform: uppercase;
}
.faq_acc  .card {
    margin-bottom: 20px;
}
.faq_acc  .card .card-header .card-link.collapsed:after{
    content: "";
    width: 13px;
    height: 13px;
    border: 3px solid #000;
    border-right: 0;
    border-bottom: 0;
    position: absolute;
    top: 25px;
    transform: rotate(225deg);
    right: 15px;
    transition: 0.5s;
}
.faq_acc  .card .card-header .card-link:after{
    content: "";
    width: 13px;
    height: 13px;
    border: 3px solid #000;
    border-right: 0;
    border-bottom: 0;
    position: absolute;
    top: 25px;
    transform: rotate(45deg);
    right: 15px;
}
.my_tabs table thead th{
    background: #ed1b24;
    color: #fff;
}
 
/****** horizon-hearing-aids**************/
.hearing-banner.hori_aid h1{
    font-size: 2rem;
    background: #ed1b24;
    width: fit-content;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
	text-transform: uppercase;
}
.perfect_sub h6 {
	font-size: 26px;
	text-transform: capitalize;
	color: #ed1b24;
}
.hearing-banner.hori_aid h2{
    font-size: 2.1rem;
    color: #000;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.hearing-banner.hori_aid a{
	height: 40px;
    line-height: 40px;
	padding: 0 15px;
}
.box_lft{
	border-left: 5px solid #ed1b24;
	padding-left: 10px;

}


.box_ryt{
	border-right: 5px solid #ed1b24;
	padding-right: 10px;
}
.box_ryt1 p ,.box_ryt h6{
	text-align: end;
}
.box_ryt p,.box_lft p{
	text-align: justify;
}
.box_ryt,.box_lft{
	width: 900px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.hearing-banner.hori_aid h1 {
    background: unset;
    border: 2px solid #ed1b24;
    color: #ed1b24;
}

.box_ryt p {
    text-align: right;
}

  
.testi_pgs a.readmore{
	background: red;
    color: #fff;
    width: fit-content;
    margin: 0 ao;
    margin: 0 auto;
    display: block;
    font-size: 17px;
    padding: 8px 25px;
    border-radius: 40px;
    line-height: 22px;
    font-weight: 300;
    margin-top: 50px;
	border: 2px solid red;
	transition: 0.2s;
}

.testi_pgs a.readmore:hover{
		background: #fff;
		color: #fff;
		color: red;
		transition: 0.2s;
	}

.htestimony-content .testibox .testibox-content p.name{
	margin-top: 10px;
}
.htestimony-content .testibox .testibox-content >p:first-of-type{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	/* height: 75px; */
}
.faci-pg .hl-box .hl-txt-wrap .hl-txt p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}








@media screen and (max-width:991px){
	.hearing-banner.hori_aid h1 {
    background: unset;
    border: 2px solid #fff;
    color: #fff;
}
    .why_choose_on h3, .succs_stry h4, .perfect1 h6, .abt_sudha h6, .faq_acc h6 {
        font-size: 1.5rem;
    }
    .main-content.hearingcenter-pg h5 {
        font-size: 1.1rem;
    }
    .faq_acc  .card .card-header a {
        font-size: 15px;
    }
 
    .faq_acc  .card .card-header {
        padding: 13px 33px 13px 10px;
    }
    .faq_acc  .card .card-header .card-link.collapsed:after {
        width: 10px;
        height: 10px;
    }
 
    .faq_acc  .card .card-header .card-link:after {
        content: "";
        width: 10px;
        height: 10px;
    }
    .hearing-banner h1 {
        font-size: 1.8rem;
    }
    .hearing-banner h2 {
        font-size: 2rem;
    }
	.box_ryt,.box_lft{
		width:100%;
	}
 
 
}
@media screen and (max-width:991px){
.hearing_banner .cnt {
    top: 65%;
}
.hearing-banner.hori_aid .cnt{
    top: 50%;
    background: #00000070;
    height: 100%;
    display: flex;
    align-items: center;
}
.hearing-banner.hori_aid .cnt h2{
	color: #fff;
}


.hearing-banner h2 {
    font-size: 1.8rem;
}
.hearing-banner h1 {
    font-size: 1.7rem;
}
}
@media screen and (max-width:767px){
	.perfect_sub h6 {
		font-size: 22px;
	}
	.hearing-banner.hori_aid h1,.hearing-banner.hori_aid h2 {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	.hearing-banner.hori_aid h1{
		margin-top: 30px;
	}
}

