:root{
	--white: #fff;
	--black: #000;
	/* --primary-color:#74d7ff; */
	--primary-color:#946808;
  --secondary-color:#050404;
  --underlined-color:#946808;
  --footer-color:#00000026; 
  /* --dark-red:#946808; */
  --dark-red:#D10201;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
.ms-md-20{
	margin-left: 20px;
}
.m-0{
    margin: 0 !important;
}
.m-10{
    margin: 10px !important;
}
.m-20{
    margin: 20px !important;
}
.m-30{
    margin: 30px !important;
}
.m-40{
    margin: 40px !important;
}
.m-50{
    margin: 50px !important;
}
.m-60{
    margin: 60px !important;
}
.p-0{
  padding: 0 !important;
}
.p-10{
    padding: 10px !important;
}
.p-20{
    padding: 20px !important;
}
.p-30{
    padding: 30px !important;
}
.p-40{
    padding: 40px !important;
}
.p-50{
    padding: 50px !important;
}
.p-60{
    padding: 60px !important;
}
.mt-0{
    margin-top: 0px !important;
}
.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;
}
.mt10{
    margin-top: -10px !important;
}
.mt20{
    margin-top: -20px !important;
}
.mt30{
    margin-top: -30px !important;
}
.mt40{
    margin-top: -40px !important;
}
.mt50{
    margin-top: -50px !important;
}
.mb-0{
    margin-bottom: 0px !important;
}
.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;
}
.mb10{
    margin-bottom: -10px !important;
}
.mb20{
    margin-bottom: -20px !important;
}
.mb30{
    margin-bottom: -30px !important;
}
.mb40{
    margin-bottom: -40px !important;
}
.mb50{
    margin-bottom: -50px !important;
}
.pt-0{
  padding-top: 0px !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;
}
.pt10{
    padding-top: -10px !important;
}
.pt20{
    padding-top: -20px !important;
}
.pt30{
    padding-top: -30px !important;
}
.pt40{
    padding-top: -40px !important;
}
.pt50{
    padding-top: -50px !important;
}
.pb-0{
    padding-bottom: 0px !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;
}
.pb10{
    padding-bottom: -10px !important;
}
.pb20{
    padding-bottom: -20px !important;
}
.pb30{
    padding-bottom: -30px !important;
}
.pb40{
    padding-bottom: -40px !important;
}
.pb50{
    padding-bottom: -50px !important;
}
.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;
}
.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;
}
.img-fluid{
	width: 100%;
	height: auto;
}
.d-flex{
	display: flex;
}

@media(min-width:768px)
{
	.d-md-flex{
		display: flex;
	}
}
.justify-content-between{
	justify-content: space-between;
}
.justify-content-around{
	justify-content:space-around;
}
.justify-content-evenly{
	justify-content:space-evenly;
}
.align-items-center{
	align-items: center;
}
.align-items-start{
	align-items:flex-start ;
}
.align-items-end{
	align-items:flex-end;
}
header.abb a.logoi img{
	height: 100px;
}
header.sticky a.logoi img{
	height: 80px;
	margin-top: 5px;
}
nav#main-menu{
	float: right;
	margin-right: 0%;
}
.rizk{
	display: flex;
	align-items: center;
}
#ouserv{
	position: relative;
	background: url('../../myimg/perfserv.jpg') rgba(0,0,0,0.5);
	background-blend-mode: multiply;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 30px 0;
}
.title.tidi{
	color: #fff;
	margin-bottom: 50px;
}
.ravis-title-t-1 .title.tidi span:before, .ravis-title-t-1 .title.tidi span:after{
	background-color: #fff;
}
.diski{
	margin: 20px 0;
	text-align: center;
	color: #fff;
}
.circ{
	position: relative;
	background-color: var(--white);
	height: 120px;
	width: 120px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid var(--underlined-color);
	margin: auto;
}
.circ img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
}
.waris{
	/* background: linear-gradient(to right, #40c3f8 , #7fd0fa26); */
	/* border-radius: 30% 70% 70% 30% / 40% 60% 40% 60%; */
	/* overflow: hidden; */
}
.waris img{
	margin-top: -9px;
}
.breadimg{
	position: relative;
    z-index: 1;
    top: 100px;
    background-blend-mode: multiply;
    margin-bottom: 60px;
}
.breadimg h1{
	padding:50px 0px 20px 0px;
	color: #fff;
}
.breadimg.aboutpage{
	/* background: url('../../myimg/bread1.jpg') rgba(0,0,0,0.5); */
	background: url('../../myimg/logo/smile-for-blog.jpg')rgba(0,0,0,0.6);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.breadimg.servicepage{
	/* background: url('../../myimg/bread1.jpg') rgba(0,0,0,0.5); */
	background: url('../../myimg/logo/smile-for-blog.jpg')rgba(0,0,0,0.6);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#welcome-section.has-user.ourus{
	top: 30px;
	position: relative;
	margin-bottom: 110px;
}
@media(min-width:768px)
{
#welcome-section.has-user.ourus{
	top: 30px;
	position: relative;
	margin-bottom: 30px;
}
}
button.map{
  background: url('../myimg/map.png') no-repeat center;
  background-size: 60px;
  border: none; 
  height: 60px;
  width: 60px;
  bottom: 20px;
  left: 20px;
  z-index: 5555;
  position: fixed;
}
a.call5{
	display: none;
}
a.map5{
	display: none;
}
a.make_appointment{
  position: fixed;
  right: -85px;
  z-index: 11;
  bottom: 250px;
  height: 35px;
  width: 200px;
  transform: rotate(-90deg);
  font-size: 14px;
  /* background-color: #841c24; */
  background-color:var(--primary-color);
  text-align: center;
  color:#fff !important;
  padding-top: 5px;
  font-size: 20px;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
}
@media(min-width:768px)
{
	a.make_appointment{
		background-color: var(--primary-color);
		border: none;
	}
}
.make_appointment:hover{
  color: white;
}
.seapa .modal-content{
	width: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	padding: 20px;
}
.bard{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 999999999999999999999999999;
	display: none;
}
.habvis .col-md-4{
	margin-bottom: 26px;
}
.befogal,.aftegal{
	width: 50%;
	background-color:var(--primary-color);
	float: left;
	text-align: center;
	color: #fff;
	padding: 3px 0;
}
.befogal,.aftegal,.habvis img{
	border: 1px solid var(--primary-color);
}

@media (max-device-width: 760px) {
	.rizk{
		display: unset;
	}
	a.make_appointment{
	    transform: rotate(0deg);
	    bottom: 0px;
	    padding-top: 10px;
	    margin-right: 85px;
	    padding-top: 4px;
	    text-align: center;
	    height: 40px;
	    width: 100%;
	    border-radius: 1px;
	    color: #fff;
	}
	a.call5{
	    position: fixed;
	    bottom: 0px;
	    border-left:1px solid white;
	    color: white;
	    background-color: var(--primary-color);
	    height: 40px;
	    width: 50px;
	    right: 0px;
	    z-index: 111;
	    padding-top: 7px;
	    display: block;
	}
	a.call5 i{
	   color: #fff;
	}
	a.map5{
	    position: fixed;
	    bottom: 0px;
	    color: white;
	    background-color:var(--primary-color);
	    height: 40px;
	    width: 50px;
	    left: 0px;
	    z-index: 111;
	    padding-top: 7px;
	    border-right:1px solid white;
	    display: block;
	}
	a.map5 i{
	   color: #fff;
	}
	button.map{
	    background-size: 50px;
	    bottom: 35px;
	    left: 0px;
	}
	.seapa .modal-content{
		width: 90%;
	}
}
  @media(min-width:1200px)
  {
      .hair-dropdownone li a{
		border-bottom: 1px solid var(--underlined-color) !important;
	  }	
.hair-dropdownone{
	position:absolute !important;
	 left: 24rem !important;
	 top:-15px !important;
}}

.hair-transplant a{
	/* color:#337ab7 !important; */
}
@media (min-width: 992px)
{
.img-responsive-width{
	display: block;
	max-width: 100%;
	height: auto;
}
}
.error-btn{
	color: #fff;
	background-color:rgb(43,37,37);
	border: 1px solid rgb(43,37,37);
	border-radius: 30px;
	border-color: rgb(43,37,37);
	padding: 13px;
	margin:15px 0px 25px 0px;

}
.error-btn:hover{
	background-color: #40c3f8;
	border-color: #40c3f8;
	color: white;
}
.error-code{
	font-size: calc(1.625rem + 4.5vw);
    font-weight: 900;
    line-height: 1.2;
}
.pg-not-found{
	margin-bottom: 1.5rem !important;
}
.key{
	font-size:20px;
}
.error-row{
	display: flex;
	justify-content: center;
}
.error-img{
	/* width: 100px; */
	margin-top: 40px;
}
.my-5{
	margin: 3rem 0;
}
.p-0{
	padding: 0 !important;
}

/* service-section */
.row-item:hover .row-info-item{
	background-color: rgba(0,0,0,0.7);
}
.row-info-item{
	padding: 40px 10px 40px 20px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 1s;
    transition: all 1s;
    overflow: hidden;
	width: 100% !important;
}
.info-title{
	font-size:21px;
	color: #fff;
}
@media(max-width:768px)
{
.row-item{
height: 40vh;
}
}
@media(min-width:768px)
{
.row-item{
height: 70vh;
}
}
.row-item{
	position:relative;
    z-index: 2;
    border-right: 1px solid rgba(255,255,255,.3);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
 .row-item:hover::before{
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index:1;
    background: rgba(0,0,0,.1);
}

.service{
	background: url('../img/root-canal-img.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.gallery-more-btn{
	margin-left: 46%;
}
/* him-her */
@media(max-width:768px)
{
.him-her-child{
height: 40vh;
}
}
@media(min-width:768px)
{
.him-her-child{
height: 90vh;
}
}
.him-her-bg{
	background:url('../img/her-img.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: 0px 5px;
}

.him-her-btn{
	display: inline-block;
    width:70px;
    height: 35px;
	padding:5px 0px;
    background: var(--dark-red);
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 25px;
	margin-top:20px;
	margin-bottom: 20px;
	cursor: pointer;
}
.him-her-btn-one{
	margin-left: 30%;
}

@media(min-width:500px)
{
.him-her-btn-one{
	margin-left: 44%;
}
}
/* him-her end */
/* our-service */

.card {
	margin: 30px auto;
	border-radius: 15px;
    box-shadow: 5px 5px 10px 7px rgba(0,0,0,0.1), -5px -5px 10px 7px rgba(0,0,0,0.1);
	transition: 0.4s;
	background: #fff;
  }
  
  .card .card_image {
	width:100%;
	height:auto;
	border-radius: 15px;
  }
  
  .card .card_image img {
	width:100%;
	height:200px;
	border-radius: 15px;
	object-fit: cover;
	
  }
  
  .card .card_title {
	text-align: center;
	border-radius: 0px 0px 40px 40px;
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	margin-top: 20px;
	height:90px;
  }

  .card:hover {
	transform: scale(1.080, 1.080);
	box-shadow: 3px 3px 10px 5px rgba(0,0,0,0.1), 
	           -3px -3px 10px 5px rgba(0,0,0,0.1);
  }
  
  .title-white {
	color: white;
  }
  
  .title-black {
	color: black;
  }

  .button-second {
	border-radius: 4px;
	background-color:var(--primary-color);
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	padding: 10px;
	width: 150px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
  }
  .button-second:hover{
		color: #fff !important;
  }
  .button-second span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
  }
  
  .button-second span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
  }
  
  .button-second:hover span {
	padding-right: 25px;
  }
  
  .button-second:hover span:after {
	opacity: 1;
	right: 0;
  }
  @media all and (max-width: 500px) {
	.card-list {
	  flex-direction: column;
	}
  }
  
/* about-us */
.about-bg-color{
	background:url('../img/v855-techi-nunoon-36.jpg');
}
@media (min-width:768px)
{
	.about-row{
		display: flex;
	}
	.col{
		flex: 1;
	}
	.img-shadow-about{
		display: block;
		max-width: 100% !important;
		height: 100%;
	}
	
}
/* about-us-end */
.heading-color-white{
	color: white;
}
.border-img{
	margin-top: -30px;
	width:50%;
}

@media (min-width:768px)
{
.border-img{
	margin-top: -30px;
	width:25%;
}
}
.ravis-title-top{
	font:30px/45px 'Roboto Slab', serif;
}

#main-slider .owl-item.active .items img{
	transform: scale(1);
	animation-name: scaleIt;
	animation-duration: 25s;
	animation-iteration-count: infinite;
}
@keyframes scaleIt {
  from {transform: scale(1);}
  to {transform: scale(1.3);}
}

#main-header::after{
	content: "";
    position: absolute;
    width: 100%;
    background: var(--primary-color);
    bottom: -11px;
    height: 23px;
    transform: rotate(-1deg);
}
.service-bg{
  background-image: radial-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(
        '../../myimg/logo/smile-for-blog.jpg');
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
.para-start{
	margin-left: 3rem;
}
.cont-title{
	font-size: 2rem;
}
@media (min-width:768px)
{
.fancybox-image, .fancybox-spaceball
{
	height:80% !important;
	margin-top:10% !important;
}
.before-gallery{
	margin-top: -100px;
}
}
@media(max-width:600px)
{
	.why-choose-us{
		text-align: center;
	}
}
.dark-heading-color{
	color:#dda11e !important;
}
.fs-16{
	font-size:16px;
}