/*-------Reset-css---*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	
	color: #8b8b8b;
    font-size: 15px;
    line-height: 24px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	margin-bottom:15px;
}


/*---------------------------*/


.slider  #myCarousel .fa {
	margin-top:100%;
}

.carousel-indicators li {
	padding: 0;
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	text-indent: 0;
	overflow: hidden;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	background: transparent;
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	z-index: 10;
	cursor:pointer;
}

.carousel-indicators li:last-child {
	margin-right: 0;
}

.carousel-indicators .active {
	width:16px;
	height:16px;
	margin: 1px 5px 1px 1px;
	box-shadow: 0 0 0 2px #fff;
	background-color: transparent;
	position: relative;
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.carousel-indicators .active:before {
	transform: scale(0.5);
	background-color: #058478 ;
	content:"";
	position: absolute;
	left:-2px;
	top:-2px;
	width:16px;
	height: 16px;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}


/*--------------------Top-Bar-------------------*/



.header-top{
	position:relative;
	background-color:#0a2722;
	padding: 10px 0px;
}

.header-top .top-left{
	position:relative;

}

.header-top .top-left ul li{
	position:relative;
	margin-right:25px;
	font-size:16px;
	color:#ffffff;
	font-weight:400;
	
	display: inline-block;
}

.header-top .top-left ul li .fa  {
	color:#7baf3f;
}

.header-top .top-left ul li a{
	font-size:14px;
	font-weight:400;
	color:rgba(255,255,255,0.70);
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-top .top-right{
	position:relative;
	float:right;
}

.header-top .top-right > ul > li{
	position:relative;
	margin-right:10px;
	color:#bbbbbb;
	
	display:inline-block;
}

.header-top .top-right > ul > li:last-child{
	margin-right:0px;
}

.header-top .top-right > ul > li > a{
	font-size:14px;
	font-weight:400;
	background:inherit;
	color:#afafb5;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-top .top-right .social-links{
	padding-right: 0px;
    padding-left: 25px;

}

.header-top .top-right .social-links a{
	display: inline-block;
    margin-left: 6px;
    line-height: 1em;
    color: #bababa;
    font-size: 14px;
    padding-right: 6px;
    border-right: 1px solid rgba(255,255,255,0.08);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-top .top-right .social-links a:last-child{
	padding-right:0px;
	border:0px;
}

.header-top .top-right .social-links a:hover{
	color:#fa9928;
}

 .header-top  .top-left .pAdj {
    margin-left: 25px;
	color: #bbbbbb;
}

.header-top  .top-left  ul li .fa {
    float: left;
    margin-top: 6px;
}

/*------------------*/



/*-------Gallery-Update--------*/




.Home-Gallery   {
	padding:100px 0px ;
}

.Home-Gallery    .Box{
	width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.Work .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c17;
    outline: none;
}


.Home-Gallery      .Box img{
    width: 100%;
    height: auto;
    transform: scale3d(1, 1, 1);
    transition: all 0.3s ease 0s;
}

.Home-Gallery    .Box:hover img{ transform: scale3d(1.15, 1.15, 1); }

.Home-Gallery    .Box  .box-content{
    width: 100%;
    height: 100%;
    background-color: rgb(14 14 14 / 63%);
    padding-top: 12%;
    color: #fff;
    position: absolute;	
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.Home-Gallery     .Box:hover .box-content{ opacity: 1; }
.Home-Gallery      .Box .box-content:before,
.Home-Gallery      .Box .box-content:after{
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right:2px;
	bottom: 2px;
    border: 1.5px solid #f73131;
    opacity: 0;
    z-index: -1;
    transform: scale(1.5);
    transition: all 0.6s ease 0.2s;
}

.Home-Gallery      .Box:hover .content-inner .fa {
    font-size: 22px;
    font-weight: 400;
    float: none;
    display: table;
    transition: .9s;
    transform: rotate( 
360deg
 );
    margin: 15% auto 0px;
    color: #f73131;
}

.Home-Gallery     .Box:hover .content-inner   p {
   padding-top: 12px;
    float: none;
    margin-left: 0px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}

.Home-Gallery      .Box .box-content:before{
    border-top: none;
    border-bottom: none;
    left: 2px;
    right: 2px;
}
.Home-Gallery     .Box .box-content:after{
    border-left: none;
    border-right: none;
    top: 2px;
    bottom: 2px;
}
.Home-Gallery      .Box:hover .box-content:before,
.Home-Gallery    .Box:hover .box-content:after{
    opacity: 1;
    transform: scale(1);
}
.Home-Gallery    .Box .content-inner{
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.Home-Gallery     .Box:hover .content-inner{
    opacity: 1;
    transform: scale(1);
}
.Home-Gallery      .Box .title{
    font-size: 18px;
    font-weight: 700;
    color: #00fff2;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0px 0 5px;
}
.Home-Gallery      .Box .post{
    display: block;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 10px;
}
.Home-Gallery        .Box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 2;
}
.Home-Gallery     .Box .icon li{ display: inline-block; }
.Home-Gallery    .Box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.Home-Gallery       .Box .icon li a:hover{ color: #000; }
.Home-Gallery      .Box .icon li a:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}

.Home-Gallery       .Box .icon li a:hover:before{ transform: scale(1); }

@media only screen and (max-width:990px){
.Home-Gallery      .Box{ margin-bottom: 0px; }
}

.Home-Gallery          .buttons {
    padding: 20px 0 15px;
    margin: 0 auto 60px;
    display: table;
}

.Home-Gallery       .button {
	transition: all .2s ease-in-out;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: inherit;
    background: none;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    color: #312f2f;
    font-size: 16px;
    padding:8px 22px;
    text-transform: uppercase;
    border: 1px solid #ddd;
	margin-right: 10px;
	transform: skew( 
-14deg
 );
}

.Home-Gallery    .button:hover,
.Home-Gallery   .button.active {
	opacity: 1;
    background: #0a82bb;
    color: #fff;
    transform: skew( 
-14deg
 );
}












/*----------------------Home-Gallery---------------------------

.Home-Gallery {
	padding:100px 0px;
}

#lightgallery  {
	margin-top:50px;
}

#lightgallery  a img {
	margin-bottom:30px;
	height:200px;
	width:570px;
}





.demo{ background: #d9d9d9; }
.box {
	margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.box img{
    width: 100%;
    height: 34%;
}
.box .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0.5s;
}
.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after,
.box .box-overlay{
    content: "";
    width: 20%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(1.2);
    transition: all 0.3s ease 0.1s;
}
.box:after{
    left: 20%;
    transition-delay: 0.2s;
}
.box .box-content:before{
    left: 40%;
    transition-delay: 0.3s;
}
.box .box-content:after{
    left: 60%;
    transition-delay: 0.4s;
}
.box .box-overlay{
    left: 80%;
    transition-delay: 0.5s;
}
.box:hover:before,
.box:hover:after,
.box:hover .box-content:before,
.box:hover .box-content:after,
.box:hover .box-overlay{
    opacity: 1;
    transform: scale(1);
}
.box .inner-content{
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 1;
    transform: translate(-50%, -50%) scale(1.5);
    transition: all 0.3s ease 0.5s;
}
.box:hover .inner-content{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.box .title{
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.box .post{
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 5px 0 20px 0;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box .icon li{
    display: inline-block;
    margin: 0 5px;
}
.box .icon li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height:30px;
    border-radius: 50% 0;
    background: #8421ef;
    font-size: 18px;
    color: #fff;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.5),0 0 0 4px rgba(255,255,255,0.8);
    transition: all 0.3s ease 0s;
}
.box .icon li a:hover{
    background: #fff;
    color: #8421ef;
    box-shadow: 0 0 15px rgba(0,0,0,0.5) inset,0 0 10px #fff;
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}






/*----------------------Footer---------------------------------*/


.main-footer{
	position:relative;
	background-color:#e8e8e8;
}

.main-footer .widgets-section{
	position:relative;
	border-right:1px solid rgba(255,255,255,0.10);
}

.main-footer .widgets-section .footer-widget{
	position:relative;
	padding:75px;
	padding:70px 20px 50px 30px;
}

.main-footer .widgets-section .footer-widget:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0px;
	height:100%;
	background-color:rgba(255,255,255,0.10);
}

.main-footer .footer-widget h2{
	position: relative;
    color: #595959;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 15px;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.main-footer .footer-widget h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:35px;
	height:2px;
	background-color:#423e3f;
}

.main-footer .logo-widget .logo{
	position: relative;
    margin-bottom: 25px;
    width: 60%;
    float: none;	
}

.main-footer .logo-widget .text{
	position: relative;
    color: #9c9c9c;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 25px;
    font-weight: 300;
}

.footer-widget ul li.page_item a:before {
    position: absolute;
    content: '\f105';
    left: 0;
    top: 3px;
    line-height: 1em;
    font-size: 14px;
    color: #9c9c9c;
    font-family: FontAwesome;
}

.footer-widget ul li.page_item a:hover {
    color: #fa9928;
	text-decoration:none;
}




.footer-widget ul {
    position: relative;
}

.footer-widget ul li.page_item {
    position: relative;
    margin-bottom: 6px;
    width: 49%;
    display: inline-block;
}

.footer-widget ul li.page_item a {
    position: relative;
    padding-left: 15px;
    color: #9c9c9c;
    font-size: 15px;
    font-weight: 500;
}

.news-widget-block  .inner  .inner-icon {
	float:left;
}

.news-widget-block  .inner  .inner-icon .fa {
	color:#058478;
	font-size: 20px;
    margin-top: 2px;
}

.news-widget-block  .inner  .inner-info {
	margin-left:30px;
	color:#9c9c9c;
	margin-bottom: 18px;
}

.news-widget-block  .inner  .inner-info  h5 {
	font-size: 18px;
    padding-bottom: 5px;
}

.footer-bottom {
   padding: 25px 0px 20px;
    border-top: 0px solid rgb(255 255 255 / 91%);
    background-color: #d4d4d4;
}

.footer-bottom .copyright {
	position: relative;
    color: #9c9c9c;
    float: none;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

.footer-bottom .copyright a {
	color:#ff0000;
	text-decoration:none;
}

.footer-bottom .copyright a:hover {
	color:#000;
	
}


.footer-bottom .nav-column .footer-nav li a:hover {
	color:#058478;
}

.footer-bottom .nav-column .footer-nav li a {
	    text-decoration: none;
    position: relative;
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 300;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
   
}

.footer-bottom .nav-column .footer-nav li {
    position: relative;
    margin-left: 20px;
    display: inline-block;
}

.footer-nav {
	float: left;
}


.ser-box {
	color: #9c9c9c;
    padding: 12px 0px 0px;
    font-size: 14px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}



 .ser-box .ser-info a {
    text-decoration: none;
    color: #212121;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
}

 .ser-box .ser-info a:hover p {
    text-decoration: none;
    color: #ff0000;
}

.ser-box .ser-icon .fa {
    margin-top: 5px;
}

.ser-box  .ser-icon {
	float:left;
}

.ser-box   .ser-info   {
	margin-left:15px;
}


/*----------------*/

.Footer-S-Icon  li {
	list-style-type:none;
	display:inline-block;
}

.Footer-S-Icon  li  a  {
    color: #423e3f;
    width: 35px;
    display: table;
    height: 35px;
    border: 1px solid #423e3f;
}

.Footer-S-Icon  li  a:hover  {
	background:#423e3f;
	color:#fff;
}

.Footer-S-Icon  li  a  .fa {
    margin: 0 auto;
    display: table;
    padding-top: 9px;
    font-size: 16px;
}

.Foot-Title  .line {
    display: block;
    width: 40px;
    border: 1px solid #000;
    margin-bottom: 25px;

}

.Foot-Title   h4  {
    color: #595959;
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 10px;
}





/*------------Top-Button-----------------*/

#scroll-to-top {
	display:none  !important;
	border-radius: 50%;
    background: url(../images/level-up.png);
    position: fixed;
    z-index: 1000;
    bottom: 30px;
    right: 30px;
    width: 58px !important;
    height: 58px !important;
    background-color: #ff0000  !important;
    background-position: 50% 50%;
    background-size: 50%;
    background-repeat: no-repeat;
    transition: background-color 300ms linear 0s;
}

.hvr-bounce-to-right:before {
    border: 1px solid transparent;
    background: #0170c1 !important;
	-webkit-transform: skew( 
-14deg
 );
    -ms-transform: skew(-14deg);
    transform: skew( 
-14deg
 );
}

.main-menu ul.navbar-nav li {

	-webkit-transform: skew( 
-14deg
 );
    -ms-transform: skew(-14deg);
    transform: skew( 
-14deg
 );
	
}



/*---------------------Services-Home--------------------------*/

 .owl-stage-outer  .owl-stage  .owl-item  .testimonial-item  {
	  height:auto;
  }







/*======================================================================================
								8. Pricing Plan
===============================================================================

.beautypress-tab .beautypress-top-nav {
       border: 0;
    padding: 0 0 70px;
    display: table;
    margin: 0 auto;
}

.beautypress-service-section  .nav-tabs>li>a:hover {
    border-color: #eee;
}

.beautypress-tab .nav.nav-tabs.beautypress-top-nav li {
	
    margin: 0 30px 0 0;
}

.beautypress-tab .nav.nav-tabs.beautypress-top-nav li a {
	width: 250px;
	background: #02d0c8;
	border-radius: 0px 0px 0 0;
}

.beautypress-tab .nav.nav-tabs.beautypress-top-nav li:last-child {
    margin: 0;
}

.beautypress-tab .beautypress-top-nav li,
.beautypress-tab .beautypress-top-nav li a {
	
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #fff ;
}

.beautypress-tab .beautypress-top-nav li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: table;
   
    background-color: #F5f5f5;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.beautypress-tab .beautypress-top-nav li.active a,
.beautypress-tab .beautypress-top-nav li a:hover {
    box-shadow: var(--hover-shadow);
    background-color: #fff);
}

.beautypress-tab .beautypress-top-nav li a i {
    margin: 0 auto 12px;
    display: table;

    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: purple;
    font-size: 2.857em;
}

.beautypress-tab .beautypress-top-nav li a:hover i,
.beautypress-tab .beautypress-top-nav li.active a i {
    color: #ec5598;
}

.beautypress-tab .beautypress-top-nav li a:before,
.beautypress-tab .beautypress-top-nav li a:after {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    border: 2px solid #ec5598;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.beautypress-tab .beautypress-top-nav li a:before {
    top: 0;
    left: 0;
    border-bottom: 0;
    border-right: 0;
}

.beautypress-tab .beautypress-top-nav li a:after {
    bottom: 0;
    right: 0;
    border-left: 0;
    border-top: 0;
}

.beautypress-tab .beautypress-top-nav li.active a:before,
.beautypress-tab .beautypress-top-nav li.active a:after,
.beautypress-tab .beautypress-top-nav li a:hover:before,
.beautypress-tab .beautypress-top-nav li a:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.beautypress-tab .beautypress-top-nav li a span {
    text-align: center;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
}

.beautypress-tab .beautypress-top-nav li.active a span,
.beautypress-tab .beautypress-top-nav li a:hover span {
    color: #0170c1;
}

.beautypress-tab .tab-content .tab-pane .tabbable {
	
    width: 100%;
}

.beautypress-tab .tab-pane .tabbable .tab-content {
   
}

.beautypress-tab .beautypress-side-nav {  
    box-shadow: #777777;
    background-color: #fff;
    border: 1px solid #d0cece;
    display: block;
}

.beautypress-tab .beautypress-side-nav li {
   display: block;
    width: 100%;
    padding-left: 30px;
    margin: 10px 0 0 0px;
}

.beautypress-tab .beautypress-side-nav li:last-child {
    border-bottom: none;
    margin: 16px 0 0 0px;
    padding-bottom: 16px;
}

.beautypress-tab .beautypress-side-nav li:last-child a {
    padding: 0;
}

.beautypress-tab .beautypress-side-nav li:last-child a:after {
    display: none;
}

.beautypress-tab .beautypress-side-nav li a {
    display: block;
    width: 100%;
    color: #777777;
    text-transform: capitalize;
    font-size: 1.143em;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding: 0 0 16px;
}

.beautypress-tab .beautypress-side-nav li a:hover,
.beautypress-tab .beautypress-side-nav li.active a {
    color: #ec5598;
}

.beautypress-tab .beautypress-side-nav li a:before {
    position: absolute;
    content: "";
    left: -15px;
    top: 50%;
    height: 0;
    width: 4px;
    background-color: #ec5598;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.beautypress-tab .beautypress-side-nav li a:after {
 position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    border-bottom: 1px dashed #C3C3C3;
    width: calc(100% - 30px);
}

.beautypress-tab .beautypress-side-nav li a:hover:before,
.beautypress-tab .beautypress-side-nav li.active a:before {
    height: calc(100% + 10px);
}

.beautypress-service-section   .beautypress-tab .nav>li>a>img {
    width: 50px;
    margin: 0 auto 20px;
}

.beautypress-tab .beautypress-spilit-container {
    display: flex;
	
}

.beautypress-tab-text-content {
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0 0px 0 0;
}

.beautypress-tab .beautypress-tab-content {
    background-color: #fff;
    box-shadow: shadow;
	
}

.beautypress-tab .beautypress-tab-image {
  
    margin: 0 0px 0 0;
}

.beautypress-tab .beautypress-tab-image-content {
    position: absolute;
    top: 30px;
    right: 30px;
}

.beautypress-tab .beautypress-tab-image img {
    margin: 0px auto 0px;
    display: table;
}

.beautypress-tab .beautypress-tab-text-content h3 {
    margin: 8px 0px 8px;
    color: #0968ad;
    font-weight: 500;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: inherit;
}

.beautypress-tab .beautypress-tab-text-content p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 5px;
    color: #5f5d5d;
    font-weight: normal;
}


/*-------------------

.beautypress-tab-text-content  {
	display: table;
    padding: 12px 20px;
    border: 1px solid #c5c2c2;
}

.beautypress-tab-text-content  .line {
	    display: block;
    border-bottom: 2px solid #f98c0d;
    width: 15%;
    margin-bottom: 16px;
}

.beautypress-call-to-action-content {
    text-align: center;
    padding: 200px 0;
}

.beautypress-content-headinig h2 {
    margin: 0 0 20px;
    font-family: var(--font-cursive);
    color: #ec5598;
    font-size: 3.571em;
}

.beautypress-content-headinig h3 {
    margin: 0;
    color: #777777;
   
    font-weight: 600;
    font-size: 3.571em;
    letter-spacing: -2px;
}

.beautypress-content-headinig {
    margin: 0 0 30px;
}


.beautypress-tab .beautypress-top-nav li a:hover i, .beautypress-tab .beautypress-top-nav li.active a i {
       color: #ec5598;
    margin: 0px auto 12px;
    display: table;
}

.beautypress-tab .beautypress-top-nav li.active a:before, .beautypress-tab .beautypress-top-nav li.active a:after, .beautypress-tab .beautypress-top-nav li a:hover:before, .beautypress-tab .beautypress-top-nav li a:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.beautypress-tab .beautypress-top-nav li.active a:before, .beautypress-tab .beautypress-top-nav li.active a:after, .beautypress-tab .beautypress-top-nav li a:hover:before, .beautypress-tab .beautypress-top-nav li a:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.beautypress-tab .beautypress-top-nav li a:before, .beautypress-tab .beautypress-top-nav li a:after {
    position: absolute;
    content: "";
        height: 50%;
    width: 22%;
    border: 3px solid #ec5598;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.beautypress-tab .beautypress-top-nav li a:before {
    top: 0;
    left: 0;
    border-bottom: 0;
    border-right: 0;
}

.beautypress-tab .beautypress-top-nav li a:after {
    bottom: 0;
    right: 0;
    border-left: 0;
    border-top: 0;
}

.section-padding {
    padding: 50px 0;
}

/*---------------------Single-Services-PAge-----------------------------*/

.Single-Service-box  .Single-Icon  {
	float:left;
}


.Single-Service-box  .Single-Info {
	margin-left:30px;
}

.Single-Service-box  .Single-Icon  .fa {
    font-size: 16px;
    color: #2689d2;
    margin-top: 4px;
}





.header-top .top-right ul  li  p .fa {
    color: #7baf3f;
    margin-right: 10px;
}



/*-------About-Home----------*/


.About-Home  {
	padding:100px 0px 50px;
}


.services-style1-area {
    position: relative;
    display: block;
    background: #f5f5f5;
    padding-bottom: 88px;
    z-index: 1;
}

.services-style1-area:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: #ffffff;
    content: "";
    z-index: -1;
}

.services-style1-area .sec-title.max-width {
    padding-bottom: 93px;
}

.single-solution-style1 {
    position: relative;
    display: block;
	margin-bottom: 45px;
}

.single-solution-style1 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.single-solution-style1 .img-holder::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100%;
    background: rgba(7, 33, 29, 0.85);
    opacity: 1;
    content: "";
    transition: all 700ms ease;
    transition-delay: 0.2s;
    z-index: 2;
}

.single-solution-style1:hover .img-holder::after {
    right: 0%;
}

.single-solution-style1 .img-holder img {
    width: 100%;
    transition: .5s ease;
}

.single-solution-style1:hover .img-holder img {
    transform: translateX(0%) translateY(0px) scale(1.1);
}

.single-solution-style1 .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 100%;
    transition: all 700ms ease;
    transition-delay: 0.5s;
    z-index: 3;

    background:linear-gradient(to bottom, rgb(255 31 31) 0%, rgb(55 52 53) 100%);
}

.single-solution-style1 .icon-holder .inner-content {
        display: table;
    width: 80%;
    height: 80%;
    margin: 22px auto;
    padding-top: 0px;

}

.single-solution-style1 .icon-holder .inner-content .box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.single-solution-style1 .icon-holder span:before {
    font-size: 55px;
    line-height: 55px;
    color: #ffffff;
}

.single-solution-style1:hover .icon-holder {
    left: -100%;
}

.single-solution-style1 .text-holder {
    position: relative;
    display: block;
    text-align: left;
    border: 1px solid #e6e5e5;
    background: #ffffff;
    padding: 25px 20px 20px;
    border-radius: 0 0px 1px 1px;
    border-top: none;
}

.single-solution-style1 .text-holder h3 {
	margin: 0px 0 15px;
    color: #303030;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
}

.single-solution-style1 .text-holder  .Know-more  {
    margin: 0px 0 0px;
    color: #303030;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
}

.single-solution-style1:hover .text-holder  .Know-more   {
	color:red;
}

.single-solution-style1  .text-holder h3  a:hover {
	color:red;
}

.single-solution-style1 .text-holder h3  a  {
    color: #303030;
    text-decoration: none;
}

.single-solution-style1 .text-holder p {
    margin: 0 0 10px;
}

.single-solution-style1 .text-holder .readmore {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -38px;
    width: 60px;
    height: 60px;
    background: #fff;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #eeeeee;
}

.single-solution-style1 .text-holder .readmore a span:before {
    display: block;
    line-height: 58px;
    font-size: 22px;
    color: #323232;
    border-radius: 50%;
}

.single-solution-style1 .text-holder .readmore .overlay-button a {
    position: absolute;
    top: 8px;
    left: -100%;
    right: -14%;
    width: 125px;
    height: 38px;
    margin: 0 auto;
    border-radius: 30px;
    border: 1px solid #eeeeee;
    color: #303030;
    font-size: 13px;
    line-height: 36px;
    font-weight: 400;
    background: #ffffff;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    transition: all 700ms ease;
    transition-delay: 0.1s;
    opacity: 0;
    text-decoration: none;
    text-align: center;
}

.single-solution-style1:hover .text-holder .readmore .overlay-button a {
    top: -1px;
    opacity: 1;
}

.single-solution-style1 .text-holder .readmore .overlay-button a:hover {
	background: #ff1f1f;
    border-color: #ff1f1f;
    color: #ffffff;
}

.services-style1-area .services-carousel {
    position: relative;
    display: block;
}

.services-style1-area .services-carousel:before {
    position: absolute;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -88px;
    background: #ffffff;
    content: "";
    z-index: -1;
    border-radius: 0 0px 50px 50px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(246, 246, 246, 1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(246, 246, 246, 1);
    box-shadow: 0px 3px 10px 0px rgba(246, 246, 246, 1);
}

.services-style1-area .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    z-index: 1;
}

.services-style1-area .owl-dots {
    position: relative;
    display: block !important;
    margin-top: 25px !important;
}

.services-style1-area .owl-dots .owl-dot {
    background-image: none;
    width: 8px;
    height: 8px;
    margin: 5px 8px;
    border: 2px solid #cecece;
    padding: 0px;
    background: #cecece;
    border-radius: 50%;
    transition: all 500ms ease;
    display: inline-block;
}

.services-style1-area .owl-dots .owl-dot span {
    display: none;
}

.services-style1-area .owl-dots .owl-dot.active {
    height: 20px;
    background: #32b6a1;
    border-color: #32b6a1;
    border-radius: 15px;
}

.services-style1-area .owl-dots .owl-dot:hover {
    height: 20px;
    background: #32b6a1;
    border-color: #32b6a1;
    border-radius: 15px;
}


.Main-Heading  {
	padding:0px 0px;
}

.Main-Heading    h5  {
	position: relative;
    display: block;
    color: #ff0000;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
}

.Main-Heading    h2  {
	position: relative;
    display: block;
    margin: 10px 0 0;
    color: #303030;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    text-transform: none;
}

.Text-Center  {
	text-align:center;
	width:850px;
	margin:0 auto;
	display:table;
}

.Main-Heading  {
	margin-bottom:70px;
}  


.Main-Heading  p  {
	margin-top:30px;
}


/*-----Home-Doctor-------*/


.Home-Doctor   {
	padding:100px 0px;
}

.Dotor-Box  h4   {
	font-size: 24px;
    font-weight: 500;
    margin: 0 0 4px;
	color: #303030;
}

.Dotor-Box  h5   {
	font-size: 18px;
    font-weight: 400;
    color: #8bc43f;
    margin-bottom: 30px;
    margin-top: 16px;
}



/*--------------*/



.Home-Doctor     .img-holder {
	top: 0px;
    right: 0px;
    bottom: 0;
    max-width: 360px;
    width: 100%;
    height: auto;
    z-index: 1;

}

.Doctor-Img-Main  {
	border: 1px solid #cacaca;
    width: 96%;
    margin: 0 auto;
}

.Home-Doctor .H-Box-Main{
   padding: 60px 0px;
    margin-top: -15%;
    background: #fff;
    position: relative;
    display: table;

}


/*--------
.Home-Doctor     .img-holder:before {
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: -2px;
    right: -5px;
    border: 2px solid #32b6a1;
    content: "";
    z-index: -1;
}
------*/

.Home-Doctor     .img-holder img {
	/*---------
        width: 405px;
    height: 448px;
	----*/
}

.Home-Doctor    .Img-Content  {
    padding: 20px 0px;
    text-align: center;
}

.Home-Doctor    .Img-Content   h4  {
    font-size: 18px;
    font-weight: 400;
    color: #303030;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.Box-Padding {
	padding-left:5px;
	padding-right:5px;
}

.Home-Doctor     .img-holder .team-social-links {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 38px;
    height: 125px;
    border-radius: 30px;
    padding: 20px 0;
   background: linear-gradient(to bottom, rgb(255 31 31) 0%, rgb(55 52 53) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#88c442', endColorstr='#33b6a0', GradientType=0);
}

.Home-Doctor     .img-holder .team-social-links li {
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 7px;
}

.Home-Doctor     .img-holder .team-social-links li:last-child {
    margin: 0;
}

.Home-Doctor    .img-holder .team-social-links li a {
	text-decoration: none;
}

.Home-Doctor     .img-holder .team-social-links li a i {
    display: block;
    color: #ffffff;
    font-size: 14px;
    height: 25px;
    padding: 5px 0;
}

.Home-Doctor .Img-Content h4  a  {
	text-decoration:none;
	color:#303030;
}

.Home-Doctor .Img-Content h4:hover  a  {
	text-decoration:none;
	color:red;
}













/*------------*/

.progress-title{
    text-transform: uppercase;
    margin: 25px 0 10px;
    color: #303030;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
.progress{
	height: 7px;
    background: #dadada;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 40px;
    overflow: visible;
    position: relative;
}

.progress-bar {
    height: 7px !important;
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    /* line-height: 20px; */
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}


.progress .progress-bar{
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}
.progress .progress-bar:after{
    content: "\f041";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    top: -20px;
    right: -5px;
    font-size: 20px;
    font-weight: 700;
    color: #303030;
}
.progress .progress-value{
    display: block;
    font-size: 12px;
    color: #414141;
    position: absolute;
    top: -23px;
    right: 0;
}
@-webkit-keyframes animate-positive{
    0% { width: 0%; }
}
@keyframes animate-positive{
    0% { width: 0%; }
}



/*-----------Testimonial-----------------*/

.Testimonial    {
	padding:85px 0px;
	background-image: url(../images/Home-Bg-IMG-01.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Testimonial::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Testimonial::before, .Testimonial::before {
    background:rgb(0 0 0 / 8%);
    /* background: linear-gradient(
-90deg
, rgba(10, 10, 10, 0.19), rgba(220, 231, 184, 0.04)); */
}


.Testimonial   .heding-Box  {
    text-align: center;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 50px 5px 0px 5px !important;
    padding: 12px 12px !important;
    background: #2fad99  !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px !important;
}

.single-testimonial-item{
    position: relative;
    display: block;
    width: 100%;
}
.single-testimonial-item .text-holder {
    position: relative;
    display: block;
    background: transparent;
    padding: 15px 40px 62px;
    z-index: 1;
}
.single-testimonial-item .text-holder:before {
    position: absolute;
    left: 250px;
    bottom: -2px;
    right: 250px;
    height: 2px;
    background: #e02e2e;
    content: "";
    transition: all 500ms ease;
}
.single-testimonial-item:hover .text-holder:before{
    left: 220px;
    right: 220px;
}
.single-testimonial-item .text-holder:after {
    position: absolute;
    top: 40px;
    left: 40px;
    background: url(../images/icon/quote.png);
    width: 59px;
    height: 40px;
    content: "";
    z-index: -1;
}
.single-testimonial-item .text-holder p{
    color: #a0a0a0;
    font-size: 15px;
    line-height: 24px;
    margin: 0px auto 25px;
    text-align: center;
    font-weight: 300;
}
.single-testimonial-item .img-holder{
    position: absolute;
    left: 0;
    bottom: -40px;
    right: 0;
    width: 75px;
    height: 75px;
    margin: 0 auto;
}
.single-testimonial-item .img-holder img{
    width: 100%;
    border-radius: 50%;
}
.single-testimonial-item .name{
    position: relative;
    display: block;
    padding-top: 56px;
}
.single-testimonial-item .name h3{
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 3px;
    color: #303030;
    font-style: italic;
}
.single-testimonial-item .name span{
    color: #ff0000;
}


/*----------------------------*/


.features   .heding-Box h1 {
    font-weight: 600;
    color: #00a2ce;
    font-family: 'Saira', sans-serif;
    line-height: 35px;
    padding: 5px 0px 50px;
}

.features {
    overflow: hidden;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

[data-overlay-dark="5"]:before, [data-overlay-light="5"]:before {
    opacity: 0.5;
}

[data-overlay-dark]:before {
    background: #000;
}

[data-overlay-dark]:before, [data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.ontop {
    position: relative;
    z-index: 4;
	color: #fff;
}

.features .item .cont {
    margin-left: 120px;
}

.half-padding {
    padding: 60px 5%  15px;
}

.features .item h6 {
    font-size: 18px;
    margin-bottom: 10px;
}

.features .item h6  a  {
	text-decoration:none;
	color:#fff;
}

.features .item p {
    font-size: 14px;
	color:#bbb;
	line-height: 20px;
}

[data-overlay-dark], [data-overlay-light] {
    position: relative;
}

[data-overlay-dark]:before {
    background: #000;
}

.features h4 {
    margin-bottom: 0px;
}

.sp-head:after {
    content: '';
    width: 80px;
    height: 1px;
    background: #f35d5d;
    position: absolute;
    top: 0;
    left: 0;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.features .item .icon {
    color: #f35d5d;
    font-size: 40px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: rgba(200, 200, 200, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
    float: left;
    -webkit-transition: all .4s;
    transition: all .4s;
}




[class^="FontAwesome-"], [class*=" FontAwesome-"] {
    font-family: 'FontAwesome' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.icofont-responsive:before {
    content: "\f109";
}

.features .item .icon {
    color: #f35d5d;
    font-size: 36px;
    width: 81px;
    height: 81px;
    line-height: 81px;
    text-align: center;
    background: rgba(200, 200, 200, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
    float: left;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.features .feat:before {
    border-radius: 50%/700px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 140%;
    width: 110%;
    top: -20%;
    left: -5%;
}

.ontop   .item:hover   .icon    {
	background:#f35d5d;
	color:#fff;
} 


/*----------Home-Blog---------*/

.Home-Blog  {
	padding:0px 0px 50px;
}



.single-blog-post {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
}

.single-blog-post .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-blog-post .img-holder:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(7, 33, 29, 0.85);
    transform: scaleX(0);
    transition: .5s ease;
}

.single-blog-post:hover .img-holder:after {
    transform: scaleY(1);
    transition: .5s ease;
}

.single-blog-post .img-holder img {
    transition: all 0.5s ease-in-out 0.6s;
    width: 100%;
}

.single-blog-post:hover .img-holder img {
    transform: scale(1.2, 1.2);
}

.single-blog-post .img-holder .categorie-button {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 3;
}

.single-blog-post .img-holder .categorie-button a {
    padding: 12px 20px 12px;
}

.single-blog-post:hover .img-holder .categorie-button a {
    background: #ff0000;
}

.single-blog-post .text-holder {
    position: relative;
    display: block;
    border: 1px solid #eeeeee;
    padding: 28px 30px 22px;
}

.single-blog-post .text-holder .meta-box {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.single-blog-post .text-holder .meta-box .author-thumb {
    width: 25px;
}

.single-blog-post .text-holder .meta-box .author-thumb img {
    border-radius: 50%;
    transform: none;
}

.single-blog-post .text-holder .meta-box .author-thumb,
.single-blog-post .text-holder .meta-box .meta-info {
    display: table-cell;
    vertical-align: middle;
}

.single-blog-post .text-holder .meta-box .meta-info {
    position: relative;
    padding-left: 10px;
}

.single-blog-post .text-holder .meta-box .meta-info li {
    display: inline-block;
    float: left;
    line-height: 20px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #eeeeee;
}

.single-blog-post .text-holder .meta-box .meta-info li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.single-blog-post .text-holder .meta-box .meta-info li a {
    color: #848484;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
	text-decoration: none;
}

.single-blog-post .text-holder .meta-box .meta-info li a:hover {
    color: #ff0000;
}

.single-blog-post .text-holder .blog-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.single-blog-post .text-holder .blog-title a {
    color: #303030;
    transition: all 500ms ease;
	text-decoration: none;
}

.single-blog-post .text-holder .blog-title a:hover {
    color: #ff0000;
}

.single-blog-post .text-holder .text-box {
    display: block;
    margin-top: 12px;
}

.single-blog-post .text-holder .text-box p {
    margin: 0;
}

.single-blog-post .text-holder .readmore-button {
    position: relative;
    display: block;
    margin-top: 20px;
}

.single-blog-post .text-holder .readmore-button a {
	color: #303030;
    text-decoration: none;
	text-transform: uppercase;
}

.single-blog-post:hover .text-holder .readmore-button a {
    color: #ff0000;
}


.single-blog-post .img-holder .categorie-button a {
    position: relative;
    display: inline-block;
    background: #e03b3b;
    color: #ffffff;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    padding: 12px 20px 12px;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
    border-radius: 30px;
    text-decoration: none;
}

.logo-widget a {
    text-decoration: none;
    color: #fff;
}

.Services-Home   {
	padding:100px  0px 10px; 
	background: #ededed;
}



.About-Home   .Clinic-Img {
    border: 1px solid #adabab;
    padding: 2px;
    border-radius: 2px;
}

.Read-Btn {
	padding: 10px 36px;
    text-transform: uppercase;
    font-weight: 400;
    background: #ff1f1f;
    color: #fff;
    margin-top: 30px;
    display: table;
    border-radius: 30px;
    letter-spacing: 1px;
    text-decoration: none !important;
    border: 1px solid #b5b3b3;
}

.Read-Btn:hover {
	color: #fff;
    background: #9c1515;
}


.Gallery-Home   {
    padding: 60px 0px 80px;
}

.Gallery-Home   .heding-Box  {
	text-align:center;
}

.colorlib-gallery   .no-gutters  {
	padding-left: 8px !important;
    padding-right: 8px  !important;
}









.item-img {
    position: relative;
}

.item-img:hover .item-img-overlay {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.item-img-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 30px;
    background: rgba(255, 252, 252, 0.71);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all .5s;
    transition: all .5s;
}


.full-width {
    text-align: center;
    margin-top: 45px;
    width: 100% !important;
}

.item-img-overlay p {
    color: #ff6060;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}

.item-img-overlay h6 {
    font-size: 15px;
    margin-top: 5px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.item-img-overlay .icon {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #f35d5d;
    text-align: center;
    font-size: 20px;
    color: #f35d5d;
}

.item-img-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 30px;
    background: #286090c2;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.item-img:hover .item-img-overlay {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.About-Home   .A-Inner-Box  {
	width:90%;
	margin:0 auto;
}

/*--------------------------*/

.Facility-Home  {
	padding:160px 0px 20px;
}

.highlights-area {
    position: relative;
    display: block;
    background: #f5f5f5;
    z-index: 1;
}

.highlights-area:before {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */0%; */
    height: 110px;
    /* background: #ffffff; */
    content: "";
    z-index: -1;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.highlights-area .single-box {
    position: relative;
    display: block;
    padding: 0 30px 30px;
    background:#e03737;
    width: 100%;
	height: 215px;
}

.highlights-area .single-middle-box {
    position: relative;
    display: block;
    padding: 0 40px;
    background: #9c1515;
    width: 100%;

}

.highlights-area .single-box .icon-holder {
    position: relative;
    display: block;
    background: transparent;
    margin: -42px auto 0;
    border-radius: 50%;
    border: 1px solid transparent;
}

.highlights-area .single-box .icon-holder  .icon  {
    margin-top: -27px;
    display: table;
    margin: -40px auto 0px;
    background: whitesmoke;
    border-radius: 50%;
    height: 80px;
    border: 1px solid #e03737;
    width: 80px;

}

.highlights-area .single-box .icon-holder span:before {
    color: #8bc43f;
    font-size: 40px;
    line-height: 40px;
    display: block;
    padding: 22px 0;
}

.highlights-area .single-middle-box .icon-holder {
	position: relative;
    display: block;
    background: transparent;
    margin: -42px auto 0;
    border-radius: 50%;
    border: 1px solid transparent;
}

.highlights-area .single-middle-box .icon-holder span:before {
    color: #32b6a1;
    font-size: 40px;
    line-height: 40px;
    display: block;
    padding: 22px 0;
}

.highlights-area .single-box h3 {
	color: #ffffff;
    font-size: 18px;
    margin: 25px 0 14px;
    font-weight: 400;
}

.highlights-area .single-middle-box h3 {
    color: #ffffff;
    font-size: 18px;
    margin: 25px 0 24px;
}

.highlights-area .single-box .border-box {
    display: block;
    height: 2px;
    width: 40px;
    background: #f5f5f5;
    margin: 0 auto;
}

.highlights-area .single-box p {
    color: #ffffff;
    margin: 14px 0 15px;
}

.highlights-area .single-box a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none !important;
}

.highlights-area .single-box a:hover {
    text-decoration: underline;
}

.highlights-area .single-box .icon-holder .icon  img {
	width: 50px;
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
}



.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
}


/*--------Clinic-No------------*/


.Clinic-No  .Main-Heading h5 {
    position: relative;
    display: block;
    color: #e83939;
}

.Clinic-No   {
	padding:100px 0px 210px;
	background-image: url(../images/No-Bg.jpeg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Clinic-No  .Main-Heading h2 {
    position: relative;
    display: block;
    margin: 10px 0 10px;
    color: #ffffff;
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    text-transform: none;
}

.Clinic-No::before, .Clinic-No::before {
    background: rgb(0 0 0 / 78%);
}

.Clinic-No::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.Clinic-No  .counter-Box {
	text-align:center;
}

.Clinic-No  .counter-Box  .counter-icon img {
    margin: 0 auto 25px;
    display: table;
    width: 75px;
}

.Clinic-No  .counter-Box  .counter-value  {
    font-size: 30px;
    font-weight: 500;
    margin: 12px auto 20px;
    color: #ffffff;
}


.Clinic-No  .counter-Box  .counter-value p {
    font-size: 18px;
    font-weight: 400;
}

.Clinic-No  .counter-Box  .counter-content p  {
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    color:#a2a2a2;
}




.ADJ-BOX   {
    padding: 75px 0px;
    background: #fff;
    z-index: 1200;
    position: relative;
   
    display: table;
    margin: -20% auto 0px;
}

/*-------Breadcums-------------*/


.Breadcums {
    position: relative;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0 75px;
    z-index: 1;
	background-image:url(../images/breadcrumb-bg.jpg);
}

.Breadcums  .breadcrumb-item::before {
    padding-right: 0.7rem;
    padding-left: 0px;
	color: #6c757d;
    content: "/";
	display: inline-block;
}

.Breadcums  .Line-Remove::before {
    padding-right: 0.7rem;
    padding-left: 0px;
	color: #6c757d;
    content: "/";
	display: none;
}



.Breadcums::before {
    background: rgb(5 132 120 / 42%);
    content: "";
    height: 100%;
    left: -14%;
    position: absolute;
    top: 0;
    width: 60%;
    z-index: -1;
    transform: skew(40deg, 0deg);
}

.Breadcums .inner-content {
    position: relative;
    display: block;
}

.Breadcums .title {
    display: block;
}

.breadcrumb-area .title h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
}

.Breadcums .breadcrumb-menu {
    position: relative;
    display: block;
}

.Breadcums .breadcrumb-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 10px 0;
}

.Breadcums .breadcrumb-menu ul li {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 10px;
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
}

.Breadcums .breadcrumb-menu ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.Breadcums  .breadcrumb-menu ul li a {
	color: #ffffff;
    font-weight: 400;
    transition: all 500ms ease;
    text-decoration: none;
}

.Breadcums  .breadcrumb-menu ul li.active {
    color: #f52828;
}

.Breadcums  .breadcrumb-menu ul li a:hover {
    color: #f52828;
}

.Breadcums  h1 {
    color: #fff;
    font-weight: 600;
    font-size: 35px;
}

.Left-Adj {
    float: left;
}


.A-Clinic-Page {
    background: none;
}

.A-Clinic-Page::before, .A-Clinic-Page::before {
    background: transparent;
}

.A-Clinic-Page .counter-Box .counter-value {
    font-size: 36px;
    font-weight: 600;
    margin: 12px auto 20px;
    color: #5a5a5a;
}

.A-Clinic-Page   .Main-Heading h2 {
    position: relative;
    display: block;
    margin: 10px 0 10px;
    color: #232323;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    text-transform: none;
}

.A-Clinic-Page {
    background: none;
    padding: 0px 0px 100px;
}


.Home-Doctor    .Main-Heading {
    margin-bottom: 40px;
}


/*---------Single-Service-Page----------*/


.Single-Service-Page  {
	padding:100px 0px;
}
 
.Single-Service-Page  .Sidebar-List  {
	position: relative;
    display: block;
    border: 1px solid #eeeeee;
    padding: 10px 29px 8px;
}

.Single-Service-Page  .Sidebar-List li  {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 10px;
    padding-bottom: 10px;
}


.Single-Service-Page  .Sidebar-List li a  {
    position: relative;
    display: block;
    color: #222222;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;

    transition: all 500ms ease;
    transition-delay: .1s;
	text-decoration:none   !important;
}

.Single-Service-Page  .Sidebar-List  li a:hover, .Single-Service-Page  .Sidebar-List li.active a {
    background: #d80000;
    color: #ffffff;
    padding-left: 15px;
}

.Single-Service-Page  .Service-Sidebar  h5 {
    position: relative;
    display: block;
    background: #f5f5f5;
    color: #222222;
    font-size: 18px;
    padding: 14px 30px 15px;
    padding-right: 0;
    border-top: 2px solid #d80000;
}


.Single-Service-Page  .Service-Sidebar  {
    border: 1px solid #eeeeee;
    padding: 30px 25px 30px;
}


/*-------scrollbar---------*/

.scrollbar::-webkit-scrollbar {
    background-color:#fff;
    width:16px;
}

/* background of the scrollbar except button or resizer */
.scrollbar::-webkit-scrollbar-track {
    background-color:#fff
}
.scrollbar::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
}

/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #f4f4f4
}

/* set button(top and bottom of the scrollbar) */
.scrollbar::-webkit-scrollbar-button {display:none;}

/* div box */

.scrollbar {
	height:320px;
    width: 98%;
    background: #fff;
    overflow-y: scroll;
}
    
.overflow{min-height: 100vh}



.Single-Service-Box  .Title-Box  .Icon   {
	float:left;
}

.Single-Service-Box  .Title-Box  .Info   {
	margin-left: 0px;
    padding-top: 5px;
}

.Single-Service-Box  .Title-Box  .Info  h4 {
    font-size: 30px;
    line-height: 40px;
    color: #303030;
    font-weight: 700;
}


.Single-Service-Box  .Title-Box   {
    padding-top: 10px;
}

.Single-Service-Box  .Top-Pass  {
	margin-top: 30px;
    /* margin-bottom: 15px; */
}

.Single-Service-Box   {
    width: 95%;
}

.Contact-Sidebar {
    background: #b30b0b;
    width: 90%;
    display: table;
    text-align: center;
    color: #fff;
    padding: 12px 0px;
    margin:0px auto 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
	text-decoration:none !important;
}

.Contact-Sidebar:hover  {
	color:#fff;
	background:#ce0c0c;
}



/*--------------*/

.NAVBAR  .container-fluid {
    width: 95%;
}

 .Logo-Pic {
    float: left;
    text-align: left;
    display: block;
    z-index: 10;
}


.Contact-Details-Box  {
	position: relative;
    float: left;
    text-align: right;
    vertical-align: middle;
    display: table;
    padding: 15px 0px 20px;
}


.Contact-Details-Box  .header-widget-main .header-icon {
    display: table-cell;
    vertical-align: top;
    padding: 0;
    text-align: left;
}


.header-widget-main .header-icon {
    display: table-cell;
    vertical-align: top;
    padding: 0;
    text-align: left;
}



.header-icon .icon img {
    width: 28px;
}

.header-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    text-align: left;
    padding-left: 12px;
}

.header-widget h3 {
    font-size: 16px;
    line-height: 24px;
    color: #202426;
    font-weight: 600;
    padding-bottom: 8px;
}

.header-widget p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
	margin-bottom: 0px;
}

.header-widget p a {
	color:#666666
}

.header-widget p .fa {
    font-size: 12px;
    color: #f31e14;
}

.header-widget {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    padding-right: 0;
    padding: 0 60px;
}


.header-widget  a {
	text-decoration:none;
}


.Top-Box  {
    border-bottom: 1px solid #dddddda8;
}


/*-------Service-N-Box------*/


.Service-N-Box   a  {
	text-decoration:none;
}

.Service-N-Box   img  {
	width: 100px;
    background: #fff;
    border-radius: 50%;
    padding: 22px;
    margin: 0 auto 30px;
}

.Service-N-Box   h4 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #737272;
}

.Service-N-Box:hover   h4 {
	color:red;
}

.Service-N-Box {
    margin-bottom: 100px;
}


/*---------Home-Doctor-02------------*/

.Home-Doctor-02  {
	padding:50px 0px  80px;
	margin-bottom: 0px;
}

.Home-Doctor .Main-Heading {
    margin-bottom: 80px;
}

.Top-footer  .Top-footer-Box  .Icon  {
	float: left;
    background: red;
    width: 42px;
    text-align: center;
    height: 42px;
    padding-top: 11px;
    color: #fff;
}

.Top-footer  .Top-footer-Box  .Icon  .fa  {
    font-size: 22px;
} 

.Top-footer  .Top-footer-Box  .Info  {
	margin-left:60px;
}

.Top-footer .Top-footer-Box .Info p {
    margin-bottom:5px;
}

.Top-footer  .Top-footer-Box  .Info  p  {
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
    font-style: italic;
    margin-bottom: 0px;
    line-height: 20px;
}


.Top-footer  .Top-footer-Box  .Info   h4  {
	color: #595959;
    font-weight: 600;
    margin-bottom: 12px;
    padding-top: 3px;
    font-size: 17px;
    letter-spacing: 0px;
}

.Top-footer  .Top-footer-Box  .Info  .Margin-Btm {
	margin-bottom:15px;
}


.Top-footer   {
	padding: 50px 0px 50px;
    background: #e8e8e89e;
}

.padding-0  {
	padding:0px;
}


.Testimonial  .owl-theme .owl-nav {
	display:none;
}


/*--------Popular-Procedures---------*/


.Popular-Procedures  {
	padding:30px 0px 80px;
}


.Gallery-Page   .item-img  {
	margin-bottom:30px;
}


/*-------Doctor-Details-Page-------*/


.Doctor-Details-Page   {
	padding:100px 0px;
}

.Padding-0 {
	padding:0px;
}


.Doctor-Details-Page   .img-holder {
	width: 85%;
    position: relative;
    display: block;
    overflow: hidden;
    /* width: 270px; */
    /* height: 270px; */
    /* border-radius: 50%; */
    padding: 3px;
    border: 1px solid #ddd;
   
}


.Doctor-Details-Page   .img-holder img {
    width: 100%;
    transition: all 0.3s ease-in-out 0.3s;
}

.Doctor-Details-Page .img-holder:hover img {
    transform: scale(1.3);
}

.Doctor-Details-Page  .Doctor-Tag  {
    text-align: center;
    width: 85%;
    padding: 10px 0px;
    border: 1px solid #ddd;
    border-top: none;
}

.Doctor-Details-Page  .Doctor-Tag  h5 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 4px;
    color: red;
}

.Doctor-Details-Page   .img-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
   
    transition: all 700ms ease;
    transform: scale(0);
    background: rgba(9, 40, 35, 0.85);
}

.Doctor-Details-Page .img-holder:hover .overlay {
    transform: scale(1.0);
    opacity: 1;
}

.Doctor-Details-Page    .img-holder .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}

.Doctor-Details-Page    .img-holder .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
}

.Doctor-Details-Page    .img-holder .overlay .box .content a {
    padding: 19px 35px 19px;
}

.Doctor-Details-Page  .box:before, .Doctor-Details-Page   .box:after, .Doctor-Details-Page   .box .box-content:before, .Doctor-Details-Page   .box .box-content:after, .Doctor-Details-Page   .box .box-overlay {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(1.2);
    transition: all 0.3s ease 0.1s;
}

.Doctor-Details-Page  .Main-Heading {
    margin-bottom: 60px;
}

.Doctor-Details-Page   .Main-Heading h2 {
    position: relative;
    display: block;
    margin: 10px 0 17px;
    color: #303030;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    text-transform: none;
}

.Doctor-Details-Page   .Main-Heading  p  {
	margin-top: 14px;
}

.Points-Top-Adj  {
	margin-top:35px;
}

.Points   .Icon  {
	float:left;
}

.Points   .Icon    .fa {
    padding-top: 4px;
	color: red;
}

.Points   .Info  {
	margin-left:30px;
}

.Doctor-Details-Page  .Points .Info p {
	margin-bottom:5px;
}

.Doctor-Details-Page   .Points h4 {
    font-size: 15px;
    padding-bottom: 15px;
    color: #303030;
    font-weight: 600;
    text-transform: uppercase;
}

.Doctor-Details-Page  .Doctor-Inner-Box  {
    padding: 25px 30px;
    border: 1px solid #ddd;
}

.Doctor-Details-Page .Doctor-Line  {
	display: block;
    border: 1px solid #e80e0e;
    width: 50px;
    margin: 0px 0px 25px;
}

.Points    h4 {
    font-size: 15px;
    padding-bottom: 20px;
    color: #303030;
}

.Single-Word  {
	float: left;
    font-size: 42px;
    padding-right: 8px;
    line-height: 48px;
    font-weight: 500;
    color: #f70c0c;
    margin-top: -3px;
}

.CLR-TEXT  {
	font-weight: 500;
    color: #353535;
}

.Sub-Title  {
	font-weight: 500;
    font-size: 17px;
    padding-bottom: 12px;
    color: #545454;
    margin-top: 26px;
}

.Single-Service-Inner-Box  {
	border:1px solid #ccc;
	padding:30px 30px;
}


.Points-Adj  .Info  p  {
	margin-bottom:0px;
}

.Margin-30  {
	margin-bottom:30px;
}


/*--------Contact-Us-Page-------*/


.Contact-Us-Page  {
	padding:100px 0px 60px;
}


  .form-control  {
	background: transparent;
    border: 1px solid #f2f2f2;
    color: #8b8b8b;
    display: block;
    font-size: 15px;
    height: 55px;
    margin-bottom: 30px;
    padding: 0 30px;
    border-radius: 5px;
    width: 100%;
    transition: all 500ms ease;
}

.Contact-Form-Box  {
	padding: 70px 50px 40px;
    border: 1px solid #eeeeee;
    margin-bottom: 90px;
	display: table;
}



.Form-Contact  form input[type="text"]:focus {
    border-color: #1d1d1d;
    color: #222222;
}




.Form-Contact .Heading  h4 {
	font-size: 26px;
    margin: 0 0 15px;
    color: #1b1a1a;
    font-weight: 800;
}

.Form-Contact .Heading  p {
    color: #8b8b8b;
    font-size: 16px;
}

.Form-Contact  .Heading {
    margin-bottom: 35px;
    width: 60%;
    text-align: center;
    margin: 0 auto 50px;
    line-height: 26px;
}

.Form-Contact  .controls  .button {
	background: linear-gradient(to bottom, rgb(255 31 31) 0%, rgb(55 52 53) 100%);
    border: none;
    width: 100%;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border-radius: 28px;
    letter-spacing: 2px;
	padding: 10px;
}

.Contact-Details-Main  .title  h4  {
	font-size: 22px;
    margin: 0 0 15px;
    color: #1b1a1a;
    font-weight: 700;
}

.Contact-Details-Main  .title   p  {
	color: #8b8b8b;
    font-size: 16px;
}

.Contact-Details-Main     .Points-Clm  {
	margin:30px 0px 10px;
}
 
.Contact-Details-Main     .Points-Clm  h4  {
	font-size: 16px;
    margin: 0 0 8px;
    font-weight: 700;
    color: #000;
}

.C-M-Box   {
	position: relative;
    display: block;
    padding: 25px 30px 35px;
    /* border: 1px solid #eeeeee; */
    display: table;
    width: 100%;
}

/*-------------*/


.About-Doctor-Page  {
	padding:100px 0px;
}


.About-Doctor-Page   .Heading-Box {
    margin-bottom: 40px;
    text-align: center;
}

.About-Doctor-Page  .Heading-Box   p  {
	width: 80%;
    margin: 0 auto 70px;
}

.our-team{
   border: 1px solid #ddd;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.our-team:after{
    content: "";
    width: 100%;
    height: 100%;
    background:linear-gradient(60deg,#4439392b,#ff0000b3);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
.our-team:hover:after{
    transform: scale(1);
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .team-content{
   width: 88%;
    background: #fff;
    padding: 25px 0;
    margin: 0 auto;
    border: 1px solid #eee;
    position: absolute;
    bottom: -85px;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;

}
.our-team .title{
    font-size: 16px;
    font-weight: 700;
    color: #444;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.our-team .post{
    display: block;
    font-size: 14px;
    color: #525151;
    text-transform: capitalize;
    font-weight: 500;
}
.our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
.our-team:hover .social{
    opacity: 1;
    transform: scale(1);
}
.our-team .social li{
    display: inline-block;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social li{
    margin: 20px 4px 0;
}
.our-team .social li a{
    display: block;
    width: 30px;
    height: 30px;
    background: #2e5077;
    font-size:15px;
    font-weight: 600;
    color: #d7e8ba;
    line-height: 30px;
    transition: all 0.5s ease 0s;
	padding-top: 5px;
}
.our-team .social li a:hover{
    background: #4da1a9;
    color: #fff;
}
@media only screen and (max-width:990px){
    .our-team{ margin-bottom: 80px; }
}


.Text-Centre  .Line  {
	margin:20px auto 30px;
}

.our-team .title   a  {
	text-decoration:none;
	color: #ff0000c4;
}



/*----------------*/


.Single-Service-Inner-Box  .Title-Box {
	margin-bottom:20px;
}


.Inner-Service-Content  .Sub-box  h4 {
	font-size: 19px;
    color: #000;
    margin-bottom: 18px;
    font-weight: 600;

}

.Inner-Service-Content  .Sub-box  h6 {
    font-size: 15px;
    margin-bottom: 10px;
    font-style: italic;
    color: #676767;
}

.Inner-Service-Content  .Sub-box  h6 .fa  {
    color: red;
    margin-right: 8px;
}

.Single-Service-Inner-Box  .Title-Box  .Info  .Line-Btm {
	width: 70px;
    border: 1px solid #d80000;
    display: block;
    margin: 15px 0px 30px;
}

.Single-Service-Inner-Box  .Bold-Contet  {
	font-weight: 600;
    color: #383838;
    /* font-style: italic; */
}

.Single-Service-Inner-Box    .Sub-Title {
    font-weight: 600;
    font-size: 17px;
    padding-bottom: 12px;
    color: #000000;
    margin-top: 26px;
}

.Single-Service-Inner-Box  .Points-Adj .Info p  .Bold-Contet    {
	margin-bottom: 8px;
    display: table;
}

.Single-Service-Inner-Box  .Margin-20  {
	margin-bottom:5px;
}

.Doctor-Details-Page .Main-Heading  h4 {
	margin-bottom: 16px;
    font-size: 16px;
}

.Tag-Line   {
    font-size: 20px;
    font-weight: 500;
    color: #c70a0a;
    font-style: italic;
    margin-bottom: 15px;
    margin-top: 25px;
}


/*------Accordiant-----------*/



#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius:0;
    border: none;
}
#accordion .panel-title a{
   display: block;
    padding: 14px 30px 14px 50px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background: #ca0707;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}

#accordion .panel-title a.collapsed{
    background: #f8f8f8;
    color: #1e4276;
}
#accordion .panel-title a.collapsed:hover{
    color: #ef6145;
}
#accordion .panel-title a:before{
    content: "";
    width: 55px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: -13px;
    transform: skewX(-25deg);
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:hover:before{
    background: #b50606;
}
#accordion .panel-title a:after{
    content: "\f047";
    font-family: "FontAwesome";
    font-weight: 500;
    position: absolute;
    left: 8px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}

#accordion .panel-title a.collapsed:after{
    color: #9f9f9f;
}
#accordion .panel-title a.collapsed:hover:after{
    color: #fff;
}
#accordion .panel-body{
   font-size: 14px;
    color: #545454;
    line-height: 25px;
    padding: 20px 15px 20px 25px;
    position: relative;
    border: none;
    position: relative;
    transition: all 0.5s ease 0s;
}
#accordion .panel-body:before{
   content: "";
    width: 3px;
    height: 40px;
    background: #ca0707;
    position: absolute;
    top: 27px;
    left: 0;
}
#accordion .panel-body p{
    margin-bottom: 0;
}



.Single-Service-Inner-Box  .panel-group {
    margin-bottom: 20px;
    margin-top: 25px;
}



/*--------------*/

.Contact-Details-Main  .Address-Box .Add-clm  .Icon  {
	float:left;
}

.Contact-Details-Main  .Address-Box  h4 {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 15px;
    color: red;
    font-style: italic;
}

.Contact-Details-Main  .Address-Box  {
    border: 1px solid #cccccc7d;
    padding: 15px 20px 8px;
}


.Contact-Details-Main  .Address-Box .Add-clm  .Info  {
	margin-left:35px;
}

.Contact-Details-Main  .Address-Box .Add-clm  .Icon  img {
    width: 25px;
    padding-top: 3px;
}


  .MAP  {
    margin-top: 35px;
}


.Doctor-Details-Page  .our-team {
    border: 1px solid #ddd;
    text-align: center;
    margin-bottom: 100px;
    position: relative;
}

.Doctor-Details-Page  .our-team .social li a {
    display: block;
    width: 30px;
    height: 30px;
    background: #2e5077;
    font-size: 14px;
    font-weight: 600;
    color: #d7e8ba;
    line-height: 30px;
    transition: all 0.5s ease 0s;
    padding-top: 7px;
}

.Doctor-Details-Page   .our-team .social li a:hover {
    background: #f73737;
    color: #fff;
}



.Left-Margin-30  {
	margin-left:40px;
}



/*---------Dental-Problem--------*/


.Dental-Problem  {
	padding:100px 0px;
}


.Left-Margin-15 {
	margin-left:15px;
}













/*--------------Responsive-Laptop-View-----------------*/


@media only screen and (max-width:1200px)  {


.header-widget {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    padding-right: 0;
    padding: 0 35px;
}

/*------------services-------------*/

.owl-theme .owl-nav {
    margin-left: -246px !important;
    margin-top: -45px !important;
}



.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 10px 12px !important;
}

.break-adj {
	float:left;
}

.main-footer .widgets-section .footer-widget {
    position: relative;
    padding: 75px;
    padding: 40px 15px 30px 30px;
    height: 400px;
}



/*---------------------Services-Home--------------------------*/

 .owl-stage-outer  .owl-stage  .owl-item  .testimonial-item  {
	  height:270px;
  }

.testimonial-item .client-info {
    height: 160px;
}

/*------------*/

.Contact-Form-Box  .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 0px;
    width: 20px;
    background: #f70c0c;
    content: '';
}

.Contact-Form-Box   .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 0px solid #f70c0c;
    content: '';
}


.header-widget {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    padding-right: 0;
    padding: 0 20px;
}



}


/*--------------Responsive-Mini-Laptop-View-----------------*/

@media only screen and (max-width:992px)  {



.theme-color img {
    width: 200px;
    margin-top: 5px;
}

.testimonial-item {
    margin: 25px 0px;
}


.owl-theme .owl-nav {
    margin-left: 0px !important;
    margin-top: 1px !important;
}


/*------------------------*/

.ser-box .ser-info {
    margin-left: 10px;
}

.main-footer .widgets-section .footer-widget {
    position: relative;
    padding: 75px;
    padding: 37px 0px 30px 5px;
    height: 400px;
}

.ser-box .ser-info a  p {
	line-height:20px;
}


.ser-box .ser-info {
    margin-left: 20px;
}

.main-footer .footer-widget h2 {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 9px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.footer-bottom .copyright {
    text-align: center;
	    float: none;
}

.footer-nav {
    float: none;
    margin: 0px auto 15px;
    display: table;
}

.Testimonials .t-slider .carousel-inner {
    position: relative;
    width: 85%;
    margin: 30px auto 0px;
    padding: 0px 0px 60px;
}




/*---------------------Services-Home--------------------------*/

 .owl-stage-outer  .owl-stage  .owl-item  .testimonial-item  {
	  height:252px;
  }

.testimonial-item .client-info {
    height: 140px;
}



}


/*--------------Responsive-Tab-View-----------------*/

@media only screen and (max-width:768px)  {


.Single-Service-Inner-Box .Title-Box .Info .Line-Btm {
    width: 50px;
    border: 1px solid #d80000;
    display: block;
    margin: 12px 0px 20px;
}


.navbar-toggle {
	padding-top: 20px;
    background-color: transparent;
}
	
.navbar-toggle .icon-bar {
    background: #080808;
}

.main-menu ul.navbar-nav {
    float: none;
}

.main-menu ul.navbar-nav li a {
    color: #666;
    padding: 10px 5px 10px 25px;
    font-weight: 500;
}

.logo  .navbar-header   {
	float: right;
    padding-top: 6px;
}



#lightgallery a img {
    margin-bottom: 30px;
    height: 200px;
    width: 300;
}

.main-footer .widgets-section .footer-widget {
    position: relative;
    padding: 32px 15px 0px 5px;
    height: auto;
}

.footer-nav {
    float: none;
     margin: 0px auto 10px;
    display: table;
}

.footer-bottom {
    position: relative;
    padding: 20px 0px;
}





.ta-testi {
    position: relative;
    padding: 30px 0px;
}

.ta-testi .Main-Heading h2 {
    font-size: 28px;
    padding-bottom: 10px;
}

.ta-testi .Main-Heading img {
    margin: 0px;
    padding-bottom: 20px;
}




/*-------------------Service-Page--------------------------*/

.beautypress-tab .beautypress-side-nav {
    box-shadow: #777777;
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}



/*---------------------Services-Home--------------------------*/

 .owl-stage-outer  .owl-stage  .owl-item  .testimonial-item  {
	  height:auto;
  }

.testimonial-item .client-info {
    height: 130px;
}


/*----------------------*/


.float-left {
    float: none !important;
}

.highlights-area .single-box {
    position: relative;
    display: block;
    max-width: 90%;
    width: 100%;
    margin: 0px auto 70px;
	height: auto;
    padding: 1px 0px 30px !important;
}

.float-right {
    float: none !important;
}

.single-solution-style1 .img-holder img {
    width: 100%;
    transition: .5s ease;
    height: auto !important;
}

.single-solution-style1 {
    position: relative;
    width: 95%;
    display: block;
    margin: 0 auto 35px;
}

.single-solution-style1 .text-holder h3 {
    margin: 0 0 15px;
    color: #303030;
    font-size: 18px;
}

.single-solution-style1 .text-holder .readmore .overlay-button a {
    position: absolute;
    top: 10px;
    left: -100%;
    right: -100%;
    width: 145px;
    height: 42px;
    margin: 0 auto;
    border-radius: 30px;
    border: 1px solid #eeeeee;
    color: #303030;
    font-size: 13px;
    line-height: 42px;
    font-weight: 400;
    background: #ffffff;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    transition: all 700ms ease;
    transition-delay: 0.1s;
    opacity: 0;
    text-decoration: none;
}

.Text-Center {
    text-align: center;
    width: 100%;
    
    display: table;
}

.single-solution-style1 .text-holder {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #eeeeee;
    background: #ffffff;
    padding: 25px 25px 25px;
    border-radius: 0 0px 15px 15px;
}


.Services-Home {
    padding: 40px 0px 0px;
}


.Clinic-No .Main-Heading h2 {
    position: relative;
    display: block;
    margin: 10px 0 10px;
    color: #ffffff;
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    text-transform: none;
}

.Clinic-No .counter-Box .counter-icon img {
    margin: 0px auto 20px;
    display: table;
    width: 60px;
}

.Clinic-No .counter-Box .counter-content p {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    color: #a2a2a2;
}

.Clinic-No .counter-Box {
    text-align: center;
    margin-bottom: 50px;
}

.Clinic-No .counter-Box .counter-value {
    font-size: 28px;
    font-weight: 500;
    margin: 10px auto 15px;
    color: #ffffff;
}

.Main-Heading {
    margin-bottom: 35px;
}

.Main-Heading h5 {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
}

.Main-Heading h2 {
    position: relative;
    display: block;
    margin: 6px 0 0;
    color: #303030;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    text-transform: none;
}

.Dotor-Box h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 2px;
    color: #303030;
}

.Dotor-Box h5 {
    font-size: 16px;
    font-weight: 400;
    color: #8bc43f;
    margin-bottom: 20px;
    margin-top: 10px;
}

.progress-title {
    text-transform: uppercase;
    margin: 20px 0 8px;
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.ADJ-BOX {
    padding: 40px 40px;
    background: #fff;
    z-index: 999;
    position: relative;
    display: table;
    margin: -40% auto 0px;
    text-align: center;
    width: 85%;
}

.Read-Btn {
    padding: 10px 38px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    margin-top: 30px;
    display: table;
    border-radius: 30px;
    letter-spacing: 1px;
    text-decoration: none !important;
}

.progress-bar {
    height: 5px !important;
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    /* line-height: 20px; */
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.Home-Doctor .img-holder {
    position: relative;
    top: 0;
    right: 0px;
    bottom: 0;
    max-width: fit-content;
    width: 100%;
    height: auto;
    z-index: 1;
    margin: 0px auto 0px;
}

.Doctor-Img-Main {
    border: 1px solid #cacaca;
    width: 95%;
    margin: 0 auto 30px;
}

.Home-Doctor .H-Box-Main {
    padding: 60px 0px 0px;
    margin-top: -15%;
    background: #fff;
    position: relative;
    display: table;
}





.Home-Doctor .Img-Content {
    padding: 18px 0px;
    text-align: center;
}

.Home-Doctor {
    padding: 0px 0px 30px;
}

.single-blog-post {
	position: relative;
    display: block;
    overflow: hidden;
    width: 90%;
    margin: 0 auto 30px;
}

.single-blog-post .img-holder img {
    transition: all 0.5s ease-in-out 0.6s;
    width: 100%;
    height: auto;
}

.single-blog-post .img-holder .categorie-button a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    padding: 10px 15px 10px;
    text-transform: uppercase;
    transition: all 500ms ease;
    border-radius: 30px;
    text-decoration: none;
}

.single-blog-post .text-holder {
    position: relative;
    display: block;
    border: 1px solid #eeeeee;
    padding: 25px 20px 20px;
}

.single-blog-post .text-holder .readmore-button a {
    color: #303030;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

.single-blog-post .text-holder .meta-box .meta-info li a {
    color: #848484;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
    text-decoration: none;
}

.single-blog-post .text-holder .readmore-button {
    position: relative;
    display: block;
    margin-top: 15px;
}

.Home-Blog {
    padding: 0px 0px 10px;
}

.testimonial-item {
    margin: 0px 0px;
}

.single-testimonial-item .img-holder {
    position: absolute;
    left: 0;
    bottom: -20px;
    right: 0;
    width: 62px;
    height: 62px;
    margin: 0 auto;
}


.single-testimonial-item .name h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 3px;
    color: #303030;
    font-style: italic;
}

.single-testimonial-item .name {
    position: relative;
    display: block;
    padding-top: 40px;
}

.single-testimonial-item .text-holder:before {
    position: absolute;
    left: 260px;
    bottom: 8px;
    right: 263px;
    height: 2px;
    background: #d21a0d;
    content: "";
    transition: all 500ms ease;
}

.single-testimonial-item:hover .text-holder:before {
    left: 200px;
    right: 200px;
}

.single-testimonial-item .name span {
    font-weight: 300;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
	margin: 35px 5px 0px 5px !important;
    padding: 8px 10px !important;
}

.single-testimonial-item .text-holder p {
    color: #a0a0a0;
    font-size: 15px;
    line-height: 24px;
    margin: 0px auto 15px;
    text-align: center;
    font-weight: 300;
}

.Testimonial {
    padding: 40px 0px 38px;
    background-image: url(../images/Home-Bg-IMG-01.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Testimonial  .Main-Heading {
    margin-bottom: 20px;
}

.Gallery-Home   .item-img {
	width:75%;
	margin:0 auto 30px;;
}

.item-img {
    position: relative;
    margin: 0 auto 35px;
    display: table;
}

.Home-Gallery {
    padding: 40px 0px 0px;
}

.full-width {
    text-align: center;
    margin-top: 50px;
    width: 100% !important;
}

.logo a img {
    width: 175px;
    padding: 10px 5px;
    border-radius: 5px;
}

.main-footer .widgets-section .footer-widget:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    background-color: rgba(255,255,255,0.10);
}

.news-widget-block .inner .inner-info h5 {
    font-size: 17px;
    padding-bottom: 4px;
    font-weight: 400;
}

.news-widget-block .inner .inner-info {
    margin-left: 28px;
    color: #9c9c9c;
    margin-bottom: 20px;
}

.footer-bottom .copyright {
    position: relative;
    color: #9c9c9c;
    font-size: 15px;
    font-weight: 400;
    float: none;
}

.footer-bottom .nav-column .footer-nav li {
    position: relative;
    margin-left: 15px;
    display: inline-block;
}

.footer-bottom {
    position: relative;
    padding: 15px 0px;
}

.main-footer .widgets-section {
    position: relative;
    border-right: 0px solid rgba(255,255,255,0.10);
}


.logo a img {
     width: 175px;
    padding: 10px 5px;
    border-radius: 5px;
    margin-top: 5px;
}

.main-footer .logo-widget .text {
    position: relative;
    color: #9c9c9c;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
}

.main-footer .footer-widget h2 {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 9px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.navbar .logo img {
    width: 190px;
}

.main-menu ul.navbar-nav li {
    -webkit-transform: skew( 
-14deg
 );
    -ms-transform: skew(-14deg);
    transform: skew( 
0deg
 );
}

.main-menu ul.nav.navbar-nav li.active a {
    background: #058478;
    color: #fff;
    -ms-transform: skew(-14deg);
    transform: skew( 
0deg
 );
}

.navbar {
    background: #fff;
    margin-bottom: 0px;
    padding: 0px 0px 5px;
}

.About-Home .Clinic-Img {
    border: 1px solid #adabab;
    padding: 2px;
    border-radius: 2px;
    width: 85%;
    margin: 0px auto 30px;
}

.About-Home .A-Inner-Box {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

.Read-Btn {
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    margin-top: 28px;
    display: table;
    border-radius: 30px;
    letter-spacing: 1px;
    text-decoration: none !important;
    margin: 30px auto 0px;
}

.highlights-area .single-box .icon-holder .icon img {
	width: 40px;
    text-align: center;
    margin: 0 auto;
    padding-top: 14px;
}

.About-Home {
    padding: 50px 0px 0px;
}


.Home-Doctor .Main-Heading {
    margin-bottom: 30px;
}


.Home-Doctor .Main-Heading  h2 {
    font-size: 26px;
}

#scroll-to-top {
    border-radius: 50%;
    background: url(../images/level-up.png);
    position: fixed;
    z-index: 1000;
    bottom: 30px;
    right: 30px;
    width: 40px !important;
    height: 40px !important;
    background-position: 50% 50%;
    background-size: 44%;
    background-repeat: no-repeat;
    transition: background-color 300ms linear 0s;
}

.Clinic-No {
    padding: 50px 0px 60px;
    background-image: url(../images/No-Bg.jpeg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Facility-Home {
	padding: 80px 0px 0px;
}

.Tab-Hide  {
	display:none  !important;
}

.header-top .top-left {
    position: relative;
    text-align: center;
}

.header-top .top-left ul li .fa {
    margin-top: 5px;
    font-size: 15px;
}

.header-top .top-right {
    position: relative;
    float: none;
    text-align: center;
	padding: 10px 0px 1px;
}

.header-top .top-right .social-links {
    padding-right: 0px;
    padding-left: 0px;
}

.header-top .top-left ul li {
    position: relative;
    margin-right: 10px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
}

.header-top .top-left .pAdj {
    margin-left: 20px;
    color: #bbbbbb;
}



/*--------------------*/




	
	/*-----------Menu-Bar--------------*/
	


.logo img {
    width: 170px  !important;
}

#cssmenu {
    width: 100%;
    padding: 20px 0px;
}


#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
    color: #292828  !important;
}	
	
#cssmenu ul ul ul li a:hover  {
	    padding-left: 40px;
    transition: .5s ease;
} 	
	
#cssmenu ul ul li ul li:hover a {
    padding-left: 40px   !important;
    transition: .3s;
}

.Top-Box  {
	display:none;
}

.highlights-area .single-box .icon-holder .icon {
    margin-top: -27px;
    display: table;
    margin: 0px auto 0px;
    background: whitesmoke;
    border-radius: 50%;
    height: 70px;
    border: 1px solid #e03737;
    width: 70px;
}

.Last-Single-Box  {
	margin-bottom: 10px !important;
}

.Service-N-Box img {
    width: 80px;
    background: #fff;
    border-radius: 50%;
    padding: 16px;
    margin: 0 auto 20px;
}

.Service-N-Box h4 {
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    color: #737272;
}

.Service-N-Box {
    margin-bottom: 45px;
}

.Services-Home  .Main-Heading {
    margin-bottom: 20px;
}

.Popular-Procedures {
    padding: 10px 0px 0px;
}

.Top-footer .Top-footer-Box .Icon {
    float: left;
    background: red;
    width: 35px;
    text-align: center;
    height: 35px;
    padding-top: 8px;
    color: #fff;
}

.Top-footer .Top-footer-Box .Icon .fa {
    font-size: 18px;
}

.Top-footer .Top-footer-Box .Info {
    margin-left: 55px;
}

.Top-footer .Top-footer-Box .Info p {
    font-size: 15px;
    font-weight: 300;
    margin-top: 2px;
}

.Top-footer .Top-footer-Box .Info h4 {
    color: #595959;
    font-weight: 400;
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 16px;
    letter-spacing: 1px;
}

.Top-footer .Top-footer-Box  {
	margin-bottom:25px;
}

.Top-footer {
    padding: 35px 0px 10px;
    background: #e8e8e89e;
}

.ser-box {
    color: #9c9c9c;
    padding: 10px 0px 0px;
    font-size: 14px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.ser-box .ser-icon .fa {
    margin-top: 2px;
}

.ser-box .ser-info {
    margin-left: 15px;
}

.Footer-S-Icon li a .fa {
    margin: 0 auto;
    display: table;
    padding-top: 8px;
    font-size: 14px;
}

.Footer-S-Icon li a {
    color: #423e3f;
    width: 32px;
    display: table;
    height: 32px;
    border: 1px solid #423e3f;
}

.main-footer .logo-widget  .logo img {
    width: 160px !important;
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 55px;
    width: 66%;
    /* float: none; */
}

.Foot-Title h4 {
    color: #595959;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 8px;
}

.Left-Adj {
    float: none;
}

.Breadcums .breadcrumb-menu ul li {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 0px;
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.Breadcums {
    position: relative;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 45px;
    z-index: 1;
    background-image: url(../images/breadcrumb-bg.jpg);
}

.Breadcums h1 {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
}

.Single-Service-Box .Title-Box .Icon    img  {
	width:35px;
}

.Single-Service-Box .Title-Box .Info h4 {
    font-size: 28px;
    line-height: 30px;
    color: #303030;
    font-weight: 600;
}

.Single-Service-Box .Title-Box .Info {
    margin-left: 0px;
    padding-top: 3px;
}

.Single-Service-Box .Title-Box {
    padding-top: 0px;
}

.Tag-Line {
    font-size: 18px;
    font-weight: 500;
    color: #c70a0a;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 20px;
}

.Single-Service-Inner-Box .Sub-Title {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 10px;
    color: #000000;
    margin-top: 20px;
}

.Left-Margin-15 {
    margin-left: 5px;
}

.Single-Word {
    float: left;
    font-size: 30px;
    padding-right: 8px;
    line-height: 40px;
    font-weight: 600;
    color: #f70c0c;
    margin-top: -4px;
}

.Single-Service-Inner-Box {
        border: 1px solid #ccc;
    padding: 20px 15px 10px;
}

.Single-Service-Box {
    width: 100%;
}

.Single-Service-Page .Service-Sidebar {
    border: 1px solid #eeeeee;
    padding: 20px 20px 25px;
}

.Contact-Sidebar {
    background: #b30b0b;
    width: 100%;
    display: table;
    text-align: center;
    color: #fff;
    padding: 10px 0px;
    margin: 12px auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none !important;
}

.Single-Service-Page {
    padding: 40px 0px 35px;
}


/*-------------*/

.Contact-Us-Page {
    padding: 30px 0px 0px;
}

.Contact-Us-Page  .Main-Heading h2 {
        position: relative;
    display: block;
    margin: 0px 0 0;
    color: #303030;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    text-transform: none;
}

.Contact-Details-Main .title h4 {
    font-size: 20px;
    margin: 0 0 13px;
    color: #1b1a1a;
    font-weight: 700;
}

.C-M-Box {
    position: relative;
    padding: 5px 5px 0px;
    border: 0px solid #eeeeee;
    display: table;
    width: 100%;
}

.Contact-Details-Main .Address-Box {
    border: 1px solid #cccccc7d;
    padding: 15px 15px 8px;
	margin-bottom: 30px;
}

.Contact-Details-Main .Address-Box h4 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 20px;
    color: red;
    font-style: italic;
}

.Contact-Details-Main .Address-Box .Add-clm .Icon img {
    width: 23px;
    padding-top: 1px;
}

.Contact-Details-Main .Address-Box .Add-clm .Info {
    margin-left: 30px;
}



.Contact-Details-Main .title p {
    color: #8b8b8b;
    font-size: 15px;
}

.MAP {
    margin-top: 20px;
}

.MAP  iframe  {
	height:150px  !important;
	border: 0px solid #ddd;
	margin:10px auto 20px
} 

.Contact-Form-Box {
    padding: 20px 10px 20px;
    border: 1px solid #eeeeee;
    margin-bottom: 60px;
    display: table;
    width: 95%;
    margin: 0 auto 85px;
}

.Form-Contact .Heading p {
    color: #8b8b8b;
    font-size: 15px;
    line-height: 22px;
}

.Form-Contact .Heading {
    width: 95%;
    text-align: center;
    margin: 0 auto 30px;
    line-height: 25px;
}



.Form-Contact .Heading h4 {
    font-size: 20px;
    margin: 0 0 13px;
    color: #1b1a1a;
    font-weight: 700;
}

.form-control {
    background: transparent;
    border: 1px solid #b3aeae59;
    color: #8b8b8b;
    display: block;
    font-size: 14px;
    height: 40px;
    margin-bottom: 25px;
    padding: 0 15px;
    border-radius: 0;
    width: 100%;
    transition: all 500ms ease;
}





/*--------Navbar---------*/

#cssmenu .submenu-button:after {
    position: absolute;
    top: 15px  !important;
    right: 19px  ;
    width: 8px;
    height: 2px;
    display: block;
    background: #c7c7c7;
    content: '';
}

#cssmenu .submenu-button:before {
    position: absolute;
    top: 12px  !important;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #c7c7c7;
    content: '';
}

#cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #75757542;
    height: 34px  !important;
    width: 45px;
    cursor: pointer;
}


/*-----------------*/

.Doctor-Details-Page .Doctor-Tag {
    text-align: center;
    width: 85%;
    padding: 10px 0px;
    border: 1px solid #ddd;
    border-top: none;
    margin: 0 auto 30px;
}

.Doctor-Details-Page .img-holder {
    width: 85%;
    position: relative;
    display: block;
    overflow: hidden;
    /* width: 270px; */
    /* height: 270px; */
    /* border-radius: 50%; */
    padding: 3px;
    border: 1px solid #ddd;
    margin: 0 auto 0px;
}

.Doctor-Details-Page {
    padding: 40px 0px;
}

.Doctor-Details-Page .Main-Heading h2 {
    position: relative;
    display: block;
    margin: 10px 0px 15px;
    color: #303030;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    text-transform: none;
}

.Doctor-Details-Page .Main-Heading h4 {
    margin-bottom: 15px;
    font-size: 15px;
}

.Points .Info {
    margin-left: 25px;
}

.Points .Icon .fa {
    padding-top: 5px;
    color: red;
}

.Doctor-Details-Page .Doctor-Tag   p {
	margin-bottom:5px;
}

.Top-footer .Top-footer-Box .Info .Margin-Btm {
    margin-bottom: 6px;
}



/*-------Gallery-Update----------*/

.Home-Gallery .Box {
    margin-bottom: 30px;
}



.Dental-Problem {
    padding: 35px 0px 35px;
}



.Inner-Service-Content .Sub-box h4 {
    font-size: 15px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 20px;
}


.Inner-Service-Content .Sub-box h6 .fa {
    font-size: 14px;
    color: red;
    margin-right: 3px;
}

.Single-Service-Box .Top-Pass {
    margin-top: 20px;
}


.Breadcums .Line-Remove::before {
    padding-right: 0.7rem;
    padding-left: 0px;
    color: #6c757d;
    content: "/";
    display: none  !important;
}

.Doctor-Details-Page {
    padding: 30px 0px 20px;
}

.Doctor-Details-Page .Main-Heading {
    margin-bottom: 0px;
}

.Doctor-Details-Page .Doctor-Inner-Box {
    padding: 20px 15px 15px;
    border: 1px solid #ddd;
}

.our-team .team-content {
    width: 85%;
    background: #fff;
    padding: 20px 0 10px;
    margin: 0 auto;
    border: 1px solid #eee;
    position: absolute;
    bottom: -85px;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.our-team:hover .social li {
    margin: 15px 4px 0;
}

.Doctor-Details-Page .our-team .social li a {
    display: block;
    width: 28px;
    height: 28px;
    background: #ff3f3f;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    line-height: 30px;
    transition: all 0.5s ease 0s;
    padding-top: 7px;
}

.our-team .title {
    font-size: 16px;
    font-weight: 700;
    color: #444;
    text-transform: uppercase;
    margin: 0 0 6px 0;
}










	
}


/*--------------Responsive-Mobile-View-----------------*/

@media only screen and (max-width:480px)  {
	
.Main-Heading {
    margin-bottom: 30px;
}
	
.Doctor-Details-Page .Main-Heading h2 {
    position: relative;
    display: block;
    margin: 8px 0px 8px;
    color: #303030;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-transform: none;
}

.Doctor-Details-Page .Main-Heading h4 {
    margin-bottom: 14px;
    font-size: 14px;
}

.Doctor-Details-Page .Doctor-Line {
    display: block;
    border: 1px solid #e80e0e;
    width: 45px;
    margin: 0px auto 20px;
}

.Doctor-Details-Page .Main-Heading {
    margin-bottom: 0px;
    text-align: center;
}

   
  .Single-Service-Inner-Box .Points-Adj .Info p .Bold-Contet {
    margin-bottom: 0px;
    display: table;
    margin-top: 15px;
}
   
  .Points .Icon .fa {
    padding-top: 6px;
    color: red;
    font-size: 14px;
} 
    
.Single-Service-Inner-Box .Bold-Contet {
    font-weight: 600;
    color: #383838;
    font-size: 14px;
}

.Points .Info {
    margin-left: 20px;
}
    
.Single-Service-Inner-Box .Sub-Title {
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 8px;
    color: #000000;
    margin-top: 20px;
}
    
    
    
	
.Mobile-Hide  {
	display:none;
}

.slider .fa-angle-left:before {
    content: "\f104";
    background: rgba(0,0,0,0.5);
    width: 30px;
    height: 30px;
    display: block;
    padding-top: 5px;
}

.slider .fa-angle-right:before {
    background: rgba(0,0,0,0.5);
    content: "\f105";
    width: 30px;
    height: 30px;
    display: block;
    padding-top: 5px;
}






.header-top {
    position: relative;
    background-color: #0a2722;
    padding: 10px 0px 0px;
}
	
.About-Home .Clinic-Img {
    border: 1px solid #adabab;
    padding: 2px;
    border-radius: 2px;
    width: 92%;
    margin: 0px auto 30px;
}

.About-Home {
    padding: 20px 0px 0px;
}

.highlights-area .single-box .icon-holder .icon img {
    width: 42px;
    text-align: center;
    margin: 0 auto;
    padding-top: 16px;
}



.About-Home .A-Inner-Box {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}
	
.highlights-area .single-box .icon-holder {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    background: #ffffff;
    margin: -40px auto 0;
    border-radius: 50%;
}

.Main-Heading h2 {
    position: relative;
    display: block;
    margin: 8px 0 0;
    color: #303030;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    text-transform: none;
}

.Main-Heading h5 {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.Main-Heading p {
    margin-top: 20px;
}

.Facility-Home {
    padding: 70px 0px 0px;
}

.Services-Home {
    padding: 32px 0px;
}

.single-solution-style1 .icon-holder span:before {
    font-size: 45px;
    line-height: 45px;
    color: #ffffff;
}


.Read-Btn {
    padding: 6px 24px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    margin-top: 24px;
    display: table;
    border-radius: 30px;
    letter-spacing: 1px;
    text-decoration: none !important;
    margin: 30px auto 0px;
    font-size: 13px;
}
	
.single-blog-post {
    position: relative;
    display: block;
    overflow: hidden;
    width: 98%;
    margin: 0 auto 15px;
}

.item-img {
    position: relative;
    margin: 0 auto 30px;
    display: table;
}

.single-solution-style1 .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 100%;
    transition: all 700ms ease;
    transition-delay: 0.5s;
    z-index: 3;
}

.single-solution-style1 .text-holder h3 {
    margin: 0 0 10px;
    color: #303030;
    font-size: 17px;
    font-weight: 600;
}

.single-solution-style1 {
    position: relative;
    width: 95%;
    display: block;
    margin: 0px auto 30px;
}

.single-solution-style1 .text-holder {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #eeeeee;
    background: #ffffff;
    padding: 20px 10px 15px;
    border-radius: 0 0px 15px 15px;
}

.single-solution-style1 .text-holder .readmore {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -28px;
    width: 50px;
    height: 50px;
    background: #fff;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #eeeeee;
}

.Clinic-No .counter-Box .counter-icon img {
    margin: 0px auto 12px;
    display: table;
    width: 50px;
}

.Clinic-No .counter-Box .counter-content p {
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
    color: #a2a2a2;
}

.Clinic-No .counter-Box {
    text-align: center;
    margin-bottom: 40px;
}

.Clinic-No .counter-Box .counter-value {
    font-size: 26px;
    font-weight: 500;
    margin: 10px auto 10px;
    color: #ffffff;
}

.Home-Doctor .Main-Heading h2 {
    font-size: 23px;
}

.ADJ-BOX {
    padding: 32px 25px;
    background: #fff;
    z-index: 999;
    position: relative;
    display: table;
    margin: -40% auto 0px;
    text-align: center;
    width: 92%;
}

.Dotor-Box h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 2px;
    color: #303030;
}

.Dotor-Box h5 {
    font-size: 15px;
    font-weight: 400;
    color: #8bc43f;
    margin-bottom: 16px;
    margin-top: 8px;
}

.progress-title {
    text-transform: uppercase;
    margin: 25px 0 10px;
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.Home-Doctor .img-holder {
    position: relative;
    top: 0;
    right: 0px;
    bottom: 0;
    max-width: fit-content;
    height: auto;
    z-index: 1;
}




.single-blog-post .text-holder .blog-title {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
}

.single-blog-post .text-holder .meta-box .meta-info li a {
    color: #848484;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
    text-decoration: none;
}

.single-blog-post .text-holder .readmore-button a {
    color: #303030;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
}

.single-blog-post .img-holder .categorie-button a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    padding: 8px 10px 8px;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
    border-radius: 30px;
    text-decoration: none;
}

.single-blog-post .text-holder {
    position: relative;
    display: block;
    border: 1px solid #eeeeee;
    padding: 20px 20px 15px;
}

.single-testimonial-item .text-holder {
    position: relative;
    display: block;
    background: transparent;
    padding: 1px 10px 40px;
    z-index: 1;
}


.Testimonial  .Main-Heading {
    margin-bottom: 15px;
}

.Testimonial {
    padding: 35px 0px;
    background-image: url(../images/Home-Bg-IMG-01.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-testimonial-item .text-holder p {
    color: #a0a0a0;
    font-size: 15px;
    line-height: 24px;
    margin: 0px auto 10px;
    text-align: center;
    font-weight: 300;
}

.single-testimonial-item .img-holder {
    position: absolute;
    left: 0;
    bottom: -35px;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.owl-theme .owl-nav [class*=owl-] {
    font-size: 12px !important;
    margin: 20px 5px 0px 5px !important;
    padding: 8px 9px !important;
}

.logo a img {
    width: 160px;
    padding: 10px 5px;
    border-radius: 5px;
    margin-top: 5px;
}

.main-footer .widgets-section .footer-widget {
    position: relative;
    padding: 15px 15px 0px 5px;
    height: auto;
}

.logo-widget a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.main-footer .footer-widget h2 {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 8px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.ser-box .ser-info {
    margin-left: 15px;
}

.ser-box .ser-icon .fa {
    margin-top: 2px;
}

.news-widget-block .inner .inner-info {
    margin-left: 25px;
    color: #9c9c9c;
    margin-bottom: 20px;
}

.footer-bottom .nav-column .footer-nav li {
    position: relative;
    margin-left: 12px;
    display: inline-block;
}




.Breadcums h1 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}


.Left-Adj {
    float: none;
}

.A-Clinic-Page::before, .A-Clinic-Page::before {
    background: #0000008c;
}

.Breadcums {
    position: relative;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0px 35px;
    z-index: 1;
    background-image: url(../images/breadcrumb-bg.jpg);
}


.Breadcums .breadcrumb-menu ul li {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 0px;
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
}

.Breadcums .breadcrumb-item::before {
    padding-right: 3px;
    padding-left: 0px;
    color: #6c757d;
    content: "/";
    display: inline-block;
}


.Single-Service-Box .Title-Box .Info h4 {
    font-size: 24px;
    line-height: 26px;
    color: #303030;
    font-weight: 600;
}

.Single-Service-Box .Title-Box .Info {
       margin-left: 0px;
    padding-top: 0px;
}

.Single-Service-Box .Title-Box .Icon img {
    width: 45px;
}

.Single-Service-Page .Service-Sidebar {
    border: 1px solid #eeeeee;
    padding: 10px 0px 30px;
}

.Single-Service-Page .Sidebar-List li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 10px;
    padding-bottom: 10px;
}

.Single-Service-Page {
    padding:30px 0px;
}


.footer-bottom {
    position: relative;
    padding: 15px 0px 60px;
}



#scroll-to-top {
    border-radius: 50%;
    background: url(../images/level-up.png);
    position: fixed;
    z-index: 1000;
    bottom: 30px;
    right: 30px;
    bottom: 55px !important;
    right: 10px !important;
    width: 40px !important;
    height: 40px !important;
    background-position: 50% 50%;
    background-size: 44%;
    background-repeat: no-repeat;
    transition: background-color 300ms linear 0s;
}

.highlights-area .single-box h3 {
    color: #ffffff;
    font-size: 17px;
    margin: 20px 0 10px;
    font-weight: 400;
}

.highlights-area .single-box .border-box {
    display: block;
    height: 2px;
    width: 38px;
    background: #f5f5f5;
    margin: 0 auto;
}

.highlights-area .single-box {
    position: relative;
    display: block;
    max-width: 90%;
    width: 100%;
    margin: 0px auto 70px;
    height: auto;
    padding: 1px 10px 23px !important;
}

.Clinic-No .Main-Heading h2 {
    position: relative;
    display: block;
    margin: 10px 0 0px;
    color: #ffffff;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    text-transform: none;
}

.Home-Doctor .H-Box-Main {
    padding: 35px 0px 0px;
    margin-top: -15%;
    background: #fff;
    position: relative;
    display: table;
}

.Home-Doctor {
    padding: 0px 0px 5px;
}


.Home-Blog  .Main-Heading {
    margin-bottom: 10px;
}

.single-blog-post .img-holder .categorie-button {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
}

.single-blog-post .text-holder .text-box p {
    margin: 0;
    line-height: 21px;
}

.Top-footer .Top-footer-Box .Icon .fa {
    font-size: 18px;
}

.Top-footer .Top-footer-Box .Icon {
    float: left;
    background: red;
    width: 35px;
    text-align: center;
    height: 36px;
    padding-top: 9px;
    color: #fff;
}

.Top-footer .Top-footer-Box .Info {
    margin-left: 50px;
}

.Top-footer .Top-footer-Box .Info h4 {
    color: #595959;
    font-weight: 400;
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 15px;
    letter-spacing: 0px;
}

.Top-footer .Top-footer-Box {
    margin-bottom: 20px;
}

.main-footer .logo-widget .logo img {
    width: 150px !important;
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 50px;
    width: 66%;
    /* float: none; */
}

.Footer-S-Icon li a {
    color: #423e3f;
    width: 28px;
    display: table;
    height: 28px;
    border: 1px solid #423e3f;
}

.Footer-S-Icon li a .fa {
    margin: 0 auto;
    display: table;
    padding-top: 7px;
    font-size: 13px;
}

.Foot-Title .line {
    display: block;
    width: 30px;
    border: 1px solid #000;
    margin-bottom: 25px;
}


.Line-Remove::before  {
    display:none;
}

.Clinic-No {
    padding: 40px 0px 52px;
    background-image: url(../images/No-Bg.jpeg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Breadcums .breadcrumb-menu ul li a {
    color: #ffffff;
    font-weight: 300;
    transition: all 500ms ease;
    text-decoration: none;
    font-size: 14px;
}

.Breadcums .breadcrumb-menu ul li.active {
    color: #f52828;
    font-size: 14px;
}

.Single-Service-Page .Sidebar-List {
    position: relative;
    display: block;
    border: 1px solid #eeeeee;
    padding: 10px 25px 8px;
}

.Single-Service-Page .Sidebar-List li:last-child {
	border-bottom: 0px solid #e9e9e9;
}

.Inner-Service-Content .Sub-box h4 {
    font-size: 14px;
    color: #000;
    margin-bottom: 14px;
    font-weight: 600;
    line-height: 20px;
}

.Form-Contact .Heading p {
    color: #8b8b8b;
    font-size: 14px;
    line-height: 22px;
}

.Form-Contact .Heading h4 {
    font-size: 18px;
    margin: 0 0 13px;
    color: #1b1a1a;
    font-weight: 700;
}












}

