body{
	padding: 0;
	margin: 0;
    box-sizing: border-box;
}



.header-box {
    width: 100%;
    height: 120px;
    background: #fff;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-contact {
    width: 70%;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}
.main-logo {
    width: 30%;
    height: auto;
}
.header-ul li {
    list-style: none;
}
.header-list{
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}

ul.header-ul {
    padding: 0px;
    margin: 0px 0px;
}

.footer .header-list i{
	margin: 0px 10px 0px 0px;
	border:1px solid #f1f3f9;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
}

.header-list i{
	margin: 0px 10px 0px 0px;
	border:1px solid #e62e2d;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #e62e2d;
	font-size: 18px;
}

/*****************nav**********/

nav#menu-wrap {
    width: 100%;
    display: flex;
    background: #e62e2d;
    border-radius: 4px;
    align-items: center;
    height: auto;
    margin-bottom: -20px;
    z-index: 999999;
    position: relative;
}

.icon-bar{
	display: flex;
	padding-right: 20px;
}

.icon-bar a{
	margin: 0px 10px; 
}

.icon-bar a i{
	color: #fff;
}
	
	#menu, #menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#menu {
		width: 100%;
		margin: 0px auto;
		border: 1px solid #e62e2d;
		background-color: #e62e2d;
	}
	
	#menu:before,
	#menu:after {
		content: "";
		display: table;
	}
	
	#menu:after {
		clear: both;
	}
	
	#menu {
		zoom:1;
	}
	
#menu li {
    float: left;
    border-right: 1px solid #ffffff33;
    position: relative;
}

	#menu a {
		float: left;
		padding: 12px 30px;
		color: #fff;
		text-transform: uppercase;
		font: bold 12px Arial, Helvetica;
		text-decoration: none;
		text-shadow: 0 1px 0 #fff;
	}
	
	#menu li:hover > a {
    color: #e74544;
   }
	
	*html #menu li a:hover { /* IE6 only */
		color: #fafafa;
	}
	
	#menu ul {
		margin: 20px 0 0 0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 45px;
		left: 0;
		z-index: 1;    
		background: #e62e2d;
		box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
		border-radius: 3px;
		transition: all .2s ease-in-out;  
	}

	#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
	#menu ul ul {
		top: 0;
		left: 135px;
		margin: 0 0 0 20px;
		box-shadow: -1px 0 0 rgba(255,255,255,.3);		
	}
	
	#menu ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		box-shadow:0 1px 0 #fff, 0 2px 0 #fff;
	}
	
	#menu ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
	#menu ul a {    
		padding: 10px;
		width: 150px;
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: capitalize;
	}
	
	#menu ul a:hover {
    background-color: #ffffff;
    background-image: linear-gradient(#ffffff, #ffffff);
}
	
	#menu ul li:first-child > a {
		border-radius: 3px 3px 0 0;
	}
	
	#menu ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #fff;
	}
	
	#menu ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #3b3b3b;
	}
	
	#menu ul li:first-child a:hover:after {
		border-bottom-color: #04acec; 
	}
	
	#menu ul ul li:first-child a:hover:after {
		border-right-color: #0299d3; 
		border-bottom-color: transparent; 	
	}
	
	#menu ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}
	

button.toggle-btn-icon {
    border: none;
}

/*******************slider********************/

div#carouselExampleIndicators {
    padding: 0;
    margin: 0;
}

.carousel-item img{
	width: 100%;
	height: auto;
}

.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 100px;
    left: 0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.slider-text {
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    padding-top: 70px;
}
.slider-text1{
    width: 50%;
}
.slider-text2{
    width: 50%;
    padding: 300px 0px 0px 0px;
    text-align: left;
}


.play-slider i{
border:1px solid #fff;
width: 70px;
height: 70px;
background-color: #fff;
line-height: 70px;
text-align: center;
font-size: 32px;
border-radius: 50%;
z-index: 9999;
}

/**************play btn******************/

  
.slider-play-btn .wrapper {
	padding: 0;
	margin: 0;
	margin-left: 30px;
	margin-top: 30px;
}

.slider-play-btn .video-main {
  position: relative;
  display: inline-block;
}

.slider-play-btn .video {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #e62e2d;
    display: inline-block;
    background: #ffffff;
    z-index: 999;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.slider-play-btn .fa-play:before {
  content: "\f04b";
}

.slider-play-btn .waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background:rgb(230 46 45 / 69%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
   -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
        
.slider-play-btn .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.slider-play-btn .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.slider-play-btn .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.slider-play-btn{
	padding-top: 20px;
}

.book-appoointment{
	background-color:#e62e2d;
	padding: 15px 30px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	border-radius: 50px;
	text-transform: uppercase;
	border: 1px solid #e62e2d;
	transition:1px;
}

.book-appoointment:hover{
	background-color:#fff;
	color: #e62e2d;
	border: 1px solid #e62e2d;
}

h5.slider-s1-h5 {
    font-size: 42px;
    color:#fff;
    font-weight: 800;
    text-align: left;
}

p.slider-s1-p {
    font-size: 28px !important;
    color: #fff;
    line-height: 42px !important;
    font-weight: 700;
    text-align: left;
}
h5.slider-s2-h5 {
    font-size: 60px;
    color:#fff;
    font-weight: 800;
    text-align: right;
}

.second-slider-align{
	text-align: right;
}

p.slider-s2-p {
    font-size: 22px !important;
    color: #fff;
    font-weight: 600;
    text-align: right;
}


.slider-text3{
    width: 100%;
    height: auto;
    text-align: center;
}

h5.slider-s3-h5 {
    font-size: 70px;
    color:#fff;
    font-weight: 800;
    text-shadow: 0px 0px 2px #666;
    text-align: center;
}

p.slider-s3-p {
    font-size: 28px !important;
    line-height: 42px !important;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-shadow: 0px 0px 2px #000;
}


/***************happy clients************/

.happy-box{
	background-image: url(../img/map-bg.png);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	box-shadow: 0 0 30px 0 hsl(0deg 0% 87% / 65%);
	margin-top: 100px;
}


.happy-data{
	text-align: center;
	padding: 40px 20px;
	border-radius: 5px;
}

.happy-data i{
    color: #e62e2d;
    font-size: 45px;
    margin-bottom: 20px;
}
.happy-data h1{
font-weight: 700;
    font-size: 48px;
    color: #e62e2d;
    margin-bottom: 8px;
}
.happy-data h5{
	margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
}


.about-box{
	padding-top: 100px;
}
.about-img img{
	width: 100%;
}
.about-img{
	position: relative;
}
.about-img:after{
	content: '';
	width: 200px;
	height: 200px;
	background-color: #e62e2d;
	position: absolute;
	top: -15px;
	left: -15px;
	z-index: -2;
	border-radius: 5px;
}

.about-img:before{
	content: '';
	width: 200px;
	height: 200px;
	background-color: #e62e2d;
	position: absolute;
	bottom: -15px;
	right: -15px;
	z-index: -2;
	border-radius: 5px;
}

.about-text{
   padding-top: 10px;
   padding-left: 30px;
   text-align: justify;
}


h1.about-h1{
	font-weight: 700;
    font-size: 48px;
    color: #e62e2d;
    margin-bottom: 8px;
}

h4.about-h4 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 30px;
    text-transform: capitalize;
}

p.about-p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 300;
    padding: 0;
    margin: 10px 0px;
    color: #555;
}
.about-ul li {
    list-style: none;
    padding: 0;
    margin: 0px;
    line-height: 28px;
    font-size: 15px;
    color: #555;
    font-weight: 300;
}

ul.about-ul {
    padding: 0;
    margin: 0;
}
a.lean-more {
    border: 1px solid #e62e2d;
    padding: 15px 30px;
    margin-top: 30px;
    border-radius: 5px;
    text-decoration: none;
    background: #e62e2d;
    color: #fff;
    border-radius: 50px;
    transition: 1s;
    text-transform: uppercase;
    font-size: 16px;
}

a.lean-more:hover{
background: #fff;
border: 1px solid #e62e2d;
color: #e62e2d;
}

.about-button {
    padding: 30px 0px 0px 0px;
}
.service-box{
	padding-top: 100px;
}


h1.service-h1{
	font-weight: 700;
    font-size: 48px;
    color: #e62e2d;
    margin-bottom: 8px;
}
.service-tab {
    padding: 30px;
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 30px 0 hsl(0deg 0% 87% / 65%);
    text-align: center;
    transition: 1s;
}

.services-img{
	width: 120px;
	height: 120px;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	border-radius: 50%;
}

.services-img img{
	width: 100%;
	height: 100%;
	transition: 1s;
}
.service-tab:hover .services-img img{
 transform: scale(1.1);
}


h4.service-h4{
	color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 40px;
    margin-top: 20px;
    text-transform: capitalize;
}

p.service-p{
	font-size: 15px;
    line-height: 28px;
    font-weight: 300;
    padding: 0;
    margin: 10px 0px 30px 0px;
    color: #555;
}
.service-tab i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #e62e2d;
    color: #fff;
    font-size: 40px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
    border: 6px solid #f1f3f9;
}

.service-overflow {
    margin-bottom: -70px;
    transition: 1s;
}

.service-tab:hover .service-overflow{
	margin-bottom: 2px;
}

.service-tab:hover i{
	margin-top: -10px;
	border: 1px solid #f1f3f9;
}

.expertise-box{
	padding-top: 100px;
}
.expertise-tab {
    background: #e62e2d;
    border-radius: 5px;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.expertise-tab h4.service-h4{
	color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.expertise-tab p.service-p{
	font-size: 15px;
    line-height: 28px;
    font-weight: 300;
    padding: 0;
    margin: 10px 0px 0px 0px;
    color: #fff;
}
.expertise-tab .service-tab i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    color: #e62e2d;
    font-size: 40px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
    border: 6px solid #f1f3f9;
}


.expertise-tab .service-tab:hover i{
	margin-top: -10px;
	border: 1px solid #f1f3f9;
}


.expertise-data{
	padding-right: 30px;
}


.play-video-bg{
	background-image: url(../img/video-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	background-attachment: fixed;
	height: auto;
	padding: 100px 0px 100px 0px;
	margin-top: 100px;
}

.play-video-bg .waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgb(230 46 45 / 69%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    left: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}


.play-video  a.video.video-popup.mfp-iframe {
    background: #fff !important;
    color: #e62e2d;
    margin: 0 auto !important;
}

.play-video .video-main {
    width: 100%;
    text-align: left;
    z-index: 99999;
}



.play-btn{
	padding-bottom: 50px;
}

.play-btn i{
	    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    color: #e62e2d;
    font-size: 40px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
    border: 6px solid #f1f3f9;
}

h1.video-h1{
	font-weight: 700;
    font-size: 60px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 30px;
}

p.video-p{
	font-size: 28px;
    line-height: 42px;
    font-weight: 400;
    padding: 0;
    margin: 10px 100px 0px 0px;
    color: #fff;
    text-transform: capitalize;
}

.doctor-box{
	padding-top: 100px;
}
.doctor-tab{
	text-align: center;
	margin-top: 30px;
	box-shadow: 0 0 30px 0 hsl(0deg 0% 87% / 65%);
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	border-radius: 5px;
	transition: 1s;
	background-color: #fff;
}
.doctor-details{
	width: 100%;
	height: 365px;
	padding: 10px 30px 30px 30px;
}

.doctor-tab img {
    width: 100%;
    border-radius: 4px;
    height: 365px;
}

.doctor-h4{
	color: #222;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.doctor-h6 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px
}

.blogs-box {
	padding-top: 100px;
}

.youtube-video iframe{
	width: 100%;
	height: 250px;
	margin-top: 30px;
	padding:0px;
}


.footer {
    margin-top: 100px;
    padding: 80px 0px 10px 0px;
    background-color: #e62e2d;
    width: 100%;
    height: auto;
}

.footer-text .footer-h4{
	color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 40px;
}

.footer-text .header-list{
	margin: 20px 0px;
}
.footer-text .header-list ul li{
	color: #fff;
}

.footer-ul li{
	list-style: none;
	position: relative;
}

.footer-ul li a {
    text-decoration: none;
    font-size: 15px;
    line-height: 32px;
    font-weight: 400;
    padding: 0;
    margin: 0px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0px;
    transition: 1s;
}

.footer-ul li a:hover{
	letter-spacing: 1px;
}

.footer-ul li:after{
	content: '';
	width: 2px;
	height: 2px;
	position: absolute;
	left: -20px;
	top: 15px;
	background-color: #fff;
	transition: .5s;
}

.footer-ul li:before{
	content: '';
	width: 2px;
	height: 2px;
	position: absolute;
	left: -20px;
	top: 15px;
	background-color: #fff;
	transition: .5s;
}

.footer-ul li:hover::before{
	content: '';
	width: 12px;
	height: 2px;
	position: absolute;
	left: -20px;
	top: 15px;
	background-color: #fff;
}

.footer-ul li:hover::after{
	content: '';
	width: 12px;
	height: 2px;
	position: absolute;
	left: -20px;
	top: 15px;
	background-color: #fff;
}




.page-title {
	background-image: url(../img/page-banner1.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	background-attachment: fixed;
	background-size: cover;
    padding: 120px 0px 120px 0px;
    margin: 0px;
    text-align: center;
    position: relative;
}

.page-title h1.page-title-h1 {
    color: #e62e2d;
    font-size: 52px;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    font-weight: 800;
    text-transform: capitalize;
}


.page-title-h2 {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 700;
}

a.backtohome{
	color: #e62e2d;
    font-size: 24px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 700;
}


.contact-box{
	padding-top: 100px;
}

.contact-details {
	width: 100%;
	height: 250px;
    padding: 30px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 30px 0 hsl(0deg 0% 87% / 65%);
    text-align: center;
    transition: 1s;
}


.contact-details i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #e62e2d;
    color: #fff;
    font-size: 40px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
    border: 6px solid #f1f3f9;
}
.contact-details:hover i {
    margin-top: -10px;
    border: 1px solid #f1f3f9;
}

h4.contact-details-h4 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: capitalize;
}
p.address {
    font-size: 15px;
    line-height: 28px;
    font-weight: 300;
    padding: 0;
    margin: 10px 0px 0px 0px;
    color: #222;
}

.google-map iframe{
	width: 100%;
	height: 300px;
	margin-top: 100px;
	border: 10px solid #f1f1f1;
	box-shadow: 0 0 30px 0 hsl(0deg 0% 87% / 65%);
}

.contact-us-form{
	padding-top: 100px;
}

.contact-us-form input,textarea,select{
	width: 100%;
	height: auto;
	padding: 10px 20px 10px 10px;
	margin: 10px 0px 30px 0px;
	border: 1px solid #f1f1f1;
	color: #ccc;
	outline: none;
	box-shadow: inset inset 1px 1px 0px 0px #d7d7d7;
	border-radius: 5px;
}

.contact-us-form textarea{
	width: 100%;
	height: 200px;
	border: 1px solid #f1f1f1 !important;
	outline: none;
	box-shadow: inset 1px 1px 0px 0px #d7d7d7;
	border-radius: 5px;
}
.contact-us-form h1{
	margin-bottom: 40px;
}

.contact-us-form label{
	font-size: 16px;
	font-weight: 500;
}
input.form-btn {
    background: #e62e2d;
    width: 200px;
    padding: 15px 50px;
    box-shadow: none;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #e62e2d;
    transition: 1s;
}

input.form-btn:hover{
 border: 1px solid #e62e2d;
 color: #e62e2d;
 background-color: #fff;
}


/********************gallery****************/

#gallery{
  -webkit-column-count:4;
  -moz-column-count:4;
  column-count:4;
  
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
@media (max-width:1200px){
  #gallery{
  -webkit-column-count:3;
  -moz-column-count:3;
  column-count:3;
    
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
}
@media (max-width:800px){
  #gallery{
  -webkit-column-count:2;
  -moz-column-count:2;
  column-count:2;
    
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
}
@media (max-width:600px){
  #gallery{
  -webkit-column-count:1;
  -moz-column-count:1;
  column-count:1;
}  
}
#gallery img,#gallery iframe {
  width:100%;
  height:auto;
  margin: 4% auto;
  box-shadow:0 0 30px 0 hsl(0deg 0% 87% / 65%);
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.modal-img,.model-vid{
  width:100%;
  height:auto;
}
.modal-body{
  padding:0px;
}

.gallery-box{
	padding-top: 100px;
}

.toggle-btn{
	display: none;
	border:none;
}

.toggle-btn-icon i{
	color: #fff;
	font-size: 18px;
}





/******************blogs***************/

.Blogs-box{
	padding-top: 100px;
}

h2.Blog-title {
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #222;
}

p.Blog-p{
	font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 30px 0px;
    color: #777;
}

.admin-ul li {
    font-size: 14px;
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-weight: 700;
}


ul.admin-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
}

.blog-text {
    padding: 0px 15px 30px 15px;
    margin: 0px;
}


.footer-text table{
	color: #fff;
	font-weight: 400;
}

.footer-ul-second{
	margin-left: -80px;
}




/******************* service page*****************/

.tattoo-box{
	padding: 100px 0px 0px 0px;
}

h2.tattoo-box-h2 {
    font-size: 26px;
    padding: 0px;
    margin: 30px 0px 10px 0px;
    text-transform: uppercase;
}
p.tattoo-box-text-p {
    font-size: 15px;
    line-height: 26px;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    text-align: justify;
}

.tattoo-box-text{
	padding: 0px 0px 0px 0px;
}

.tattoo-box-img{
	margin-bottom: 30px;
}

.tattoo-form{
	padding: 0px;
	margin: 0px;
}

.details-ul li{
	font-size: 15px;
	line-height: 28px;
	padding: 0px;
	margin: 0;
}

p.copyright {
    font-size: 13px;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}


/********************testimonial******************/

.testimonial-box{
    padding: 100px 0px 0px 0px;
    margin: 0;
    text-align: center;
}

.item-box {
    margin: 0;
    border: 1px solid #ccc;
    padding: 80px 30px 10px 30px;
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-top: 50px;
    position: relative;
    text-align: left;
}

img.testi-item {
    position: absolute;
    width: 100px !important;
    height: 100px !important;
    padding: 0px;
    margin: 0px;
    top: -20px;
    border-radius: 4px;
}

h4.item-h4{
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: capitalize;
}

.testimonial-box .h1-title .service-h1{
    text-align: left;
}

i.item-i {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding: 0;
    margin: 0px 0px;
    color: #555;
}


.item-rate i {
    color: #ff5722;
    font-size: 16px;
    margin: 15px 1px 0px 1px;
    padding: 0px;
}
button.owl-next,button.owl-prev {
    font-size: 30px !important;
    border: 1px solid #e62e2d !important;
    width: 30px;
    height: 30px;
    margin: 0 2px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e62e2d !important;
    color: #fff !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0px 0px 5px 0px !important;
    font: inherit;
}

.owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 30px 0px 0px 0px;
    margin: 0px;
}

.testimonial-box .owl-dots {
    display: none;
}

/***************************media query*********************/

@media screen and (max-width: 1024px){

}

@media screen and (max-width: 768px){

.header-box {
    width: 100%;
    height: 180px;
    background: #fff;
    padding: 0;
    margin: 0;
    display: block;
    align-items: center;
    justify-content: space-between;
}
.header-contact {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}
.main-logo {
    width: 30%;
    height: auto;
    padding: 0px;
    margin: 30px 0px;
}
#menu a {
    float: left;
    padding: 12px 15px;
    color: #fff;
    text-transform: uppercase;
    font: bold 12px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}
h1.about-h1 {
    font-weight: 700;
    font-size: 22px;
    color: #e62e2d;
    margin-bottom: 8px;
}
.happy-box {
    background-image: url(../img/map-bg.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    box-shadow: 0 0 30px 0 hsl(0deg 0% 87% / 65%);
    margin-top: 35px;
}
.service-tab {
    padding: 20px 10px 25px 10px;
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 30px 0 hsl(0deg 0% 87% / 65%);
    text-align: center;
    transition: 1s;
}

h4.service-h4 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 20px;
    text-transform: capitalize;
}

a.lean-more {
    border: 1px solid #e62e2d;
    padding: 15px 10px;
    margin-top: 30px;
    border-radius: 5px;
    text-decoration: none;
    background: #e62e2d;
    color: #fff;
    border-radius: 50px;
    transition: 1s;
    text-transform: uppercase;
    font-size: 14px;
}





}

@media screen and (max-width: 480px){
.toggle-btn {
    display: block;
    border: none;
}

button.toggle-btn-icon {
    border: none;
    background: transparent;
}

ul#menu {
    display: none;
    position: absolute;
    top: 100%;
    padding: 0px 0px 20px 0px;
}

nav#menu-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
}

nav#menu-wrap {
    width: 100%;
    display: flex;
    background: #e62e2d;
    border-radius: 4px;
    align-items: center;
    height: 40px;
    margin-bottom: -10px;
    z-index: 999999;
    position: relative;
}

.header-contact {
    display: none;
}

.main-logo {
    width: 100%;
    height: auto;
}
#menu li {
    float: none;
    border-right: 1px solid #ffffff33;
    position: relative;
    padding: 10px 0px;
}

#menu a {
    float: none;
    padding: 12px 30px;
    color: #fff;
    text-transform: uppercase;
    font: bold 12px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}


.happy-box {
    margin-top: 45px;
}
#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
    position: relative;
    margin: 0px 0px 0px 0px;
}
#menu ul li {
    float: none;
    display: block;
    border: 0;
    line-height: 0;
    box-shadow: 0 0px 0 #fff, 0 0px 0 #fff;
    padding: 0px 20px;
}

#menu ul {
    margin: 20px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 1;
    background: #e62e2d;
    box-shadow: 0 -1px 0 rgb(255 255 255 / 30%);
    border-radius: 3px;
    transition: all .2s ease-in-out;
}
h1.about-h1 {
    font-weight: 700;
    font-size: 32px;
    color: #e62e2d;
    margin-bottom: 8px;
}
h1.video-h1 {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    margin-bottom: 10px;
}
p.video-p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 0;
    margin: 0px 0px 0px 0px;
    color: #fff;
    text-transform: capitalize;
}

.play-video-bg {
    margin-top: 30px;
    padding: 30px 0px 50px 0px;
    text-align: center;
    position: relative;
}

.slider-play-btn {
    padding-top: 0px;
    padding-bottom: 30px;
}
h1.service-h1 {
    font-weight: 700;
    font-size: 32px;
    color: #e62e2d;
    margin-bottom: 8px;
}
.slider-play-btn .waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgb(230 46 45 / 69%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: auto;
    bottom: auto;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}
.slider-text1 {
    width: 100%;
}
.slider-text2 {
    width: 100%;
    padding: 0px 0px 0px 0px;
    text-align: center;
}
h5.slider-s1-h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    text-align: center;
}
p.slider-s1-p {
    font-size: 14px !important;
    color: #fff;
    line-height: 24px !important;
    font-weight: 700;
    text-align: center;
}
.about-box {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.about-text {
    padding-top: 30px;
    padding-left: 0px;
    text-align: center;
}
.service-box {
    padding-top: 40px;
}
.service-tab {
    margin-top: 15px;
}

.expertise-box {
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
}

.expertise-data {
    padding-right: 0px;
}
.about-img {
    position: relative;
    margin-top: 30px;
}
.doctor-details {
    width: 100%;
    height: auto;
    padding: 0px 20px 20px 20px;
}

.blogs-box {
    padding-top: 30px;
}
.youtube-video iframe {
    width: 100%;
    height: 250px;
    margin-top: 10px;
    padding: 0px;
}

.doctor-box {
    padding-top: 30px;
}
.footer {
    margin-top: 10px;
    padding: 30px 0px 10px 0px;
    background-color: #e62e2d;
    width: 100%;
    height: auto;
}
.footer-ul-second {
    margin-left: 0px;
}
.footer-text .footer-h4 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.gallery-box {
    padding-top: 10px;
}
.contact-box {
    padding-top: 15px;
}
.google-map iframe {
    width: 100%;
    height: 300px;
    margin-top: 20px;
    border: 10px solid #f1f1f1;
    box-shadow: 0 0 30px 0 hsl(0deg 0% 87% / 65%);
}
.contact-us-form {
    padding-top: 20px;
}

.Blogs-box {
    padding-top: 15px;
}
.header-box {
    width: 100%;
    height: 80px;
    background: #fff;
    padding: 0;
    margin: 0;
    display: block;
    align-items: center;
    justify-content: space-between;
}
h1.service-h1 {
    font-weight: 700;
    font-size: 32px;
    color: #e62e2d;
    margin-bottom: 8px;
    text-align: center;
}



}