/*

Author       : Webful Creations Vision (https://themeforest.net/user/webfulcreationsvision/portfolio)

Template Name: Pet Care - Veterinary, Doctor, Clinics Responsive HTML Template

Version      : 1.0

CopyRight    : 2016 @ www.webfulcreations.com

*/

/*=============================================================

    TABLE OF CONTENTS

    =============================

    01 - Colors Stylesheet inclusion           

    02 - General & Basic Styles                

         02.1 - Crousel Owl Default Styles     

    03 - Top Bar CSS                           

    04 - HEADER CSS                            

    05 - Banner Style CSS                      

    06 - Userful Elements                      

         06.1 - Call to action box             

         06.2 - Welcome Message box            

         06.3 - Section title                  

         06.4 - Tabs Styling                   

    07 - Page loading animation                

    08 - Meet your Team                        

    09 - Services Section                      

    10 - Testimonials                          

    11 - Pricing Tables                        

    12 - Products Section CSS                  

    13 - Latest News                           

    14 - Reasons Section                       

    15 - Page Styles                           

    16 - Blog Page Styles                      

    17 - Title Section CSS                     

    18 - 404 Page CSS                          

    19 - Sidebars CSS                          

    20 - Footer                                

    21 - Mobile Adjustments Media Queries      

         21.1 - Top Navigation CSS             

         21.2 - Footer Settings                

  =============================================================*/

/*

=========================================

Note: Colors CSS is inside 

css/default-colors.css << File Customize easily.

==========================================*/





/*-------------------------

  01 - Colors Stylesheet

       inclusion

-------------------------*/

@import 'css/default-colors.css';



/*-------------------------

  02 - General & Basic 

       Styles

-------------------------*/

body {

    padding: 0;

    margin: 0;

    font-family: 'Lato', sans-serif;

    font-weight: normal;

    font-style: normal;

	font-size:100%;

	line-height: 25px;

}

h1, h1 a { 

	font-size: 2rem;

    margin-bottom: 15px;

}

h2, h2 a {

	font-size: 1.75rem;

}

h3, h3 a { 

	font-size: 1.50rem;

}

h4, h4 a { 

	font-size: 1.25rem;

}

h5, h6, h5 a, h6 a {

	font-size:1rem; 

}

label, p, ul, ol, a, blockquote, input, textarea, select, [type=date], [type=text], [type=email] { 

	font-size: 0.875rem;

	line-height:25px;

}

h1,h2,h3,h4,h5,h6, h2 a, h3 a, h4 a, h5 a, h6 a {

	font-family: 'Montserrat', sans-serif;

	font-weight:bold;

}

iframe {

	width:100%;

	border:0px; 

}

.button {

	text-transform:uppercase;

	font-weight:bold;

}

/*-------------------------

  02.1 Crousel Controls 

       Default Style

-------------------------*/

.owl-prev , .owl-next { 

	font-size: 19px;

    border: 1px solid;

    width: 25px;

    height: 25px;

    display: table;

    text-align: center;

    position: absolute;

    top: 50%;

	margin-top:-12px;

}

.owl-next { 

	right:-20px;

}

.owl-prev { 

	left:-20px;

}

.owl-controls { 

	margin: auto;

    display: block;

    width: 70px;

	margin-top:20px;

}

.brands-wrap {

/* 	margin-bottom:80px;  */
	margin-bottom: 30px;

} 

.bran-logo {

	padding:5px; 

}

.bran-logo .thumbnail {

	margin-bottom:0px; 

}

.brands-wrap .owl-controls {

	margin-top:0px; 

} 

/*-------------------------

  General & Basic Styles End

-------------------------*/



/*-------------------------

  03 - Top Bar CSS

-------------------------*/

.topbar {

	border-top:1px solid #ededed;

	border-bottom:1px solid;

	padding-top:5px;

	padding-bottom:5px;

}

.topbar .socialicons a {

	margin-left:10px;

	margin-right:10px; 

}

.action-box {

	position:relative; 

	padding-left:15px;

	padding-right:15px;

	font-size:14px;

	display:inline-block;

}

.topbar a {

	font-size:1rem;

	margin-left:7px;

	margin-right:7px; 

}

.topbar .action-box:last-child {

	border-right:0px;

	padding-right:0px; 

}

.action-box p {

	margin-bottom:0px;

	line-height:14px;

}

.action-box .fa {

	font-size:18px;

	line-height:18px;

	margin-right:10px;

}

.text-medium-right {

	text-align:right; 

}

/*-------------------------

  Top Bar CSS ends

-------------------------*/



/*-------------------------

  04 - HEADER CSS Starts 

-------------------------*/

.header-wrap {

	/* padding-top:25px;

	padding-bottom:25px;  */
	padding-top: 10px;
	padding-bottom: 10px;

	width: 100%;

    position: relative;

    z-index: 1100;

    background-color: #fff;

    -moz-box-shadow: rgba(0, 0, 0, 0.239216) 0px 4px 9px 0px;

    box-shadow: rgba(0, 0, 0, 0.239216) 0px 4px 9px 0px;

	transform:translateZ(0)

    -webkit-transform: translateZ(0);

}

.header-wrap .logo {

	padding-top:5.5px;

	padding-bottom:5.5px; 

}

.header-wrap .logo img {

	 height:55px;
	 width: 150px;

/* 	 width:auto; */

}

.search-wrap a {

	font-size:1rem; 

	line-height:54px;

}

#search-dropdown input[type=text] {

	margin-bottom:0px; 

}

.top-bar {

	padding:0px; 

	width:calc(100% - 20px);

	float:left;

}

.navigation-icon-title {

	font-weight: bold;

    font-size: 16px;

    line-height: 16px;

    float: left;

    margin-left: 10px;

    text-transform: uppercase; 

}

.top-bar ul {

	margin:0px;

	font-weight:normal;

	z-index:9999;

}

.top-bar ul .first-sub { 

	border-top:2px solid;

}

.top-bar ul li a {
  /*font-size:0.875rem; */ 
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

.top-bar ul ul li a {

	text-transform:capitalize;

} 

.top-bar {

	position:relative;	

	font-family: 'Montserrat', sans-serif;

} 

.top-bar ul {

	padding: 10px 0px;

}

.top-bar ul ul {

	padding-top:0px;

	padding-bottom:0px; 

}

.top-bar .is-dropdown-submenu-parent {

	position:relative; 

}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {

	border:0px; 

}

.dropdown.menu.medium-horizontal>li>a {

	padding:11px; 

}

.top-bar .dropdown.menu>li.opens-right>.is-dropdown-submenu { 

	position:absolute;

	max-width:100%;

}

.top-bar h4 {

	font-weight:normal;

	font-size:14px; 

	text-transform:uppercase;	

	border-bottom:1px solid;

	padding-bottom:10px;

}

.top-bar .address h4 { 

	border-bottom:0px;

	padding-bottom:0px;

}

.top-bar li {

	list-style:none; 

}

.single-sub ul li a {

	width:100%;

	border-bottom:1px dotted; 

	padding:10px;

	font-weight:normal;

}

.responsive-menu ul li a { 

 	display:block;

	width:100%;

 }

@media screen and (min-width: 40em) {

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {

    padding-right: 11px;

    position: relative;

}

}

/*-------------------------

  HEADER CSS Ends

-------------------------*/



/*-------------------------

  05 - Banner Style CSS

-------------------------*/

.main-banner {

	position:relative; 
  margin-top: 85px;
/* 	margin-bottom:80px; */
  margin-bottom:30px;

}

.rev_slider_wrapper { 

	margin:0px auto;

	padding:0px;

	margin-top:0px;

	margin-bottom:0px;

}

.layer1 {

	z-index: 5;

}

.layer2 {

	z-index: 6; 

	min-width: 721px; 

	max-width: 721px; 

	white-space: normal;

	text-align:center; 

}

.layer3 {

	z-index: 7; 

	white-space: nowrap; 

	padding:5px 10px !important;

}

.layer4 {

	z-index: 8; 

	white-space: nowrap;

	outline:none;

	box-shadow:none;

	box-sizing:border-box;

	-moz-box-sizing:border-box;

	-webkit-box-sizing:border-box;

}

.tp-bannertimer {

	height: 7px !important; 

}

/*-------------------------

  Banner Style CSS Ends

-------------------------*/



/*-------------------------

  06 - Userful Elements

-------------------------*/

.home-module {

	margin-bottom:80px; 

}

.icon-box {

	position:relative;

	clear:both;

}

.icon-box .icon-side {

    width: 55px;

    height: 55px;

    border-radius: 100%;

    font-size: 30px;

    text-align: center;

    line-height: 55px;

    margin-right: 7px;

}

.icon-box p {

	margin-bottom:0px; 

}

.icon-box .info-side {

	margin-left:7px;	 

	font-size:16px;

	padding-top:0px;

	width: calc(100% - 70px);

}

.info-side p strong {

	font-size:18px; 

}

/*-------------------------

  06.1 - Call to action box

-------------------------*/

.call-to-action { 

	padding-top:25px;

	padding-bottom:25px;

}

.call-to-action i {

	border:1px solid #3b3d42;

	width:40px;

	height:40px;

	text-align:center; 

	line-height:40px;

	margin-right:15px;

}

.call-to-action h2 span { 

	color:#ffa81d;

}

.call-to-action h2 {

	font-size:1.25rem;

	font-weight:normal;

}

.call-to-action p {

	margin-bottom:0px;

}

.call-to-action .button {
	margin-bottom:0px; 
	border-radius: 50px;
	background-color: #2F4678 !important;
  padding: 15px 45px;
}



/*-------------------------

  06.2 - Welcome Message box

-------------------------*/

.welcome-message {

  /*margin-bottom:80px;  */
	margin-bottom: 10px;

}

.home2 .welcome-message {

	padding-top:60px;

	border-bottom:1px solid #ededed;

}

.home2 .main-banner {

	margin-bottom:0px; 

}

.welcome-message h2 {

	margin-bottom:5px; 
	font-size: 38px;
	font-weight: 700;
	text-transform: capitalize;
}

.welcome-message h5 {

	margin-bottom:17px;

}

.welcome-message .button {

	margin-bottom:0px; 

}

.highlight-box {

	width:100%;

	background-color: rgba(35, 10, 16, 0.8);

	color:#FFF;

	padding:15px;

	position:relative; 

}

.highlight-box p {

	color:#FFF; 

}

.highlight-box i {

	font-size:50px; 

	margin-bottom:15px;

}

.highlight-box h2 {

	font-size:16px;

	color:#FFF; 

	text-transform:uppercase;

}

.highlight-box h2 span {

	color:#ffa81d; 

}

.highlight-box::after {

	content: "";

    background: url('images/help/news1.jpg');

    background-size:cover;

	top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    position: absolute;

    z-index: -1; 

}

/*-------------------------

  06.3 - Section title

-------------------------*/

.section-title h2 {

	text-align:center;

	text-transform:uppercase;

	font-size:1.6rem;
	margin-bottom: 20px;
	font-weight: 700;

}

.section-title h2 span {

	padding-bottom:10px;

/* 	border-bottom:0.5px solid;  */

	/*margin-bottom:50px;*/
	margin-bottom: 10px;

	display:block;

}

.section-description {

	max-width:900px;

	text-align:center;

	margin:auto; 

	padding-left:15px;

	padding-right:15px;

}

.section-description p {

	 margin-bottom:50px;

}

/*-------------------------

  06.4 - Tabs Styling

-------------------------*/

.tabs-panel {

	padding:0px; 

}

.tabs-content, .tabs {

	border:0px; 

}

.tabs { 

	text-align:center;

	margin-bottom:50px;

}

.tabs li {

	float:none;

	display:inline; 

}

.tabs li a {

	font-family: 'Montserrat', sans-serif;

	display:inline-block;

	text-align:center;

	font-weight:bold;

	padding:0px 10px;

	text-transform:uppercase;

}

.tabs .is-active a, .tabs li a:hover {

	background:transparent;

}

/*-------------------------

  Userful Elements End

-------------------------*/



/*-------------------------

  07 - Page loading animation

-------------------------*/

.container {

	height:100%;

	overflow:hidden;

 }

.boxed {

    max-width: 1200px;

    margin: auto;

    box-shadow: 0px 0px 6px 1px #CCC;

}

.shadow {

	box-shadow: 0px 0px 2px 1px #CCC;

	padding:10px; 

}

.new-patient-offer .shadow {

	padding:5px; 

}

body.box {

    background-image: url(images/help/bodybg.jpg);

    background-repeat: repeat;

}

.loaded {

	height:auto;

	overflow-y:visible; 

}

.preloader {

	position:fixed;

	top:0px;

	left:0px;

	overflow:hidden;

	width:100%;

	height:100%; 

	z-index:1200;

}

.cssload-thecube {

	width: 74px;

	height: 74px;

	position:absolute;

	top:50%;

	left:50%;

	margin: 0 auto;

	margin-top:-37px;

	margin-left:-37px;

	z-index:999999933;

	transform: rotateZ(45deg);

		-o-transform: rotateZ(45deg);

		-ms-transform: rotateZ(45deg);

		-webkit-transform: rotateZ(45deg);

		-moz-transform: rotateZ(45deg);

}

.cssload-thecube .cssload-cube {

	position: relative;

	transform: rotateZ(45deg);

		-o-transform: rotateZ(45deg);

		-ms-transform: rotateZ(45deg);

		-webkit-transform: rotateZ(45deg);

		-moz-transform: rotateZ(45deg);

}

.cssload-thecube .cssload-cube {

	float: left;

	width: 50%;

	height: 50%;

	position: relative;

	transform: scale(1.1);

		-o-transform: scale(1.1);

		-ms-transform: scale(1.1);

		-webkit-transform: scale(1.1);

		-moz-transform: scale(1.1);

}

.cssload-thecube .cssload-cube:before {

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	animation: cssload-fold-thecube 2.76s infinite linear both;

		-o-animation: cssload-fold-thecube 2.76s infinite linear both;

		-ms-animation: cssload-fold-thecube 2.76s infinite linear both;

		-webkit-animation: cssload-fold-thecube 2.76s infinite linear both;

		-moz-animation: cssload-fold-thecube 2.76s infinite linear both;

	transform-origin: 100% 100%;

		-o-transform-origin: 100% 100%;

		-ms-transform-origin: 100% 100%;

		-webkit-transform-origin: 100% 100%;

		-moz-transform-origin: 100% 100%;

}

.cssload-thecube .cssload-c2 {

	transform: scale(1.1) rotateZ(90deg);

		-o-transform: scale(1.1) rotateZ(90deg);

		-ms-transform: scale(1.1) rotateZ(90deg);

		-webkit-transform: scale(1.1) rotateZ(90deg);

		-moz-transform: scale(1.1) rotateZ(90deg);

}

.cssload-thecube .cssload-c3 {

	transform: scale(1.1) rotateZ(180deg);

		-o-transform: scale(1.1) rotateZ(180deg);

		-ms-transform: scale(1.1) rotateZ(180deg);

		-webkit-transform: scale(1.1) rotateZ(180deg);

		-moz-transform: scale(1.1) rotateZ(180deg);

}

.cssload-thecube .cssload-c4 {

	transform: scale(1.1) rotateZ(270deg);

		-o-transform: scale(1.1) rotateZ(270deg);

		-ms-transform: scale(1.1) rotateZ(270deg);

		-webkit-transform: scale(1.1) rotateZ(270deg);

		-moz-transform: scale(1.1) rotateZ(270deg);

}

.cssload-thecube .cssload-c2:before {

	animation-delay: 0.35s;

		-o-animation-delay: 0.35s;

		-ms-animation-delay: 0.35s;

		-webkit-animation-delay: 0.35s;

		-moz-animation-delay: 0.35s;

}

.cssload-thecube .cssload-c3:before {

	animation-delay: 0.69s;

		-o-animation-delay: 0.69s;

		-ms-animation-delay: 0.69s;

		-webkit-animation-delay: 0.69s;

		-moz-animation-delay: 0.69s;

}

.cssload-thecube .cssload-c4:before {

	animation-delay: 1.04s;

		-o-animation-delay: 1.04s;

		-ms-animation-delay: 1.04s;

		-webkit-animation-delay: 1.04s;

		-moz-animation-delay: 1.04s;

}

@keyframes cssload-fold-thecube {

	0%, 10% {

		transform: perspective(136px) rotateX(-180deg);

		opacity: 0;

	}

	25%,

				75% {

		transform: perspective(136px) rotateX(0deg);

		opacity: 1;

	}

	90%,

				100% {

		transform: perspective(136px) rotateY(180deg);

		opacity: 0;

	}

}



@-o-keyframes cssload-fold-thecube {

	0%, 10% {

		-o-transform: perspective(136px) rotateX(-180deg);

		opacity: 0;

	}

	25%,

				75% {

		-o-transform: perspective(136px) rotateX(0deg);

		opacity: 1;

	}

	90%,

				100% {

		-o-transform: perspective(136px) rotateY(180deg);

		opacity: 0;

	}

}



@-ms-keyframes cssload-fold-thecube {

	0%, 10% {

		-ms-transform: perspective(136px) rotateX(-180deg);

		opacity: 0;

	}

	25%,

				75% {

		-ms-transform: perspective(136px) rotateX(0deg);

		opacity: 1;

	}

	90%,

				100% {

		-ms-transform: perspective(136px) rotateY(180deg);

		opacity: 0;

	}

}



@-webkit-keyframes cssload-fold-thecube {

	0%, 10% {

		-webkit-transform: perspective(136px) rotateX(-180deg);

		opacity: 0;

	}

	25%,

				75% {

		-webkit-transform: perspective(136px) rotateX(0deg);

		opacity: 1;

	}

	90%,

				100% {

		-webkit-transform: perspective(136px) rotateY(180deg);

		opacity: 0;

	}

}



@-moz-keyframes cssload-fold-thecube {

	0%, 10% {

		-moz-transform: perspective(136px) rotateX(-180deg);

		opacity: 0;

	}

	25%,

				75% {

		-moz-transform: perspective(136px) rotateX(0deg);

		opacity: 1;

	}

	90%,

				100% {

		-moz-transform: perspective(136px) rotateY(180deg);

		opacity: 0;

	}

}

/*-------------------------

  Page loading animation End

-------------------------*/





/*-------------------------

  08 - Meet your Team 

       starts

-------------------------*/

.meet-your-team {

    margin-bottom: 80px;

    padding-top: 60px;

    padding-bottom: 60px;

}

.vet-image {

	border-radius:100%; 

	position:relative;

}

.vet-image img {

	border-radius:100%; 

}

.vet-info h4 {

	text-align:center; 

	font-weight:normal;

}

.vet-info h4 a { 

	font-size:1rem;

}

.vet-info h4 span {

	font-size:0.875rem; 

}

.vet-image:hover>a img {

	opacity:.1; 

}

.team-wrap .vet-social {

	position: absolute;

    bottom: 50px;

    text-align: center;

    width: 290px;

    margin: auto;

    font-size: 30px;

    left: 50%;

    margin-left: -140px;

	opacity:0;

}

.vt-icons {

	width:170px;

	margin:auto; 

}

.vt-icons a {

	font-size:1rem; 

}

.team-wrap .vet-social .vt-icons a {

	text-align:center; 

	border:1px solid;

	width:40px;

	height:40px;

	display:block;

	float:left;

	line-height:40px;

	margin-left:8px;

	margin-right:8px;

	border-radius:100%;

}

.team-wrap .vet .vet-image:hover>.vet-social {

	opacity:1; 

}

/*-------------------------

  Meet your Team Section End

-------------------------*/



/*-------------------------

  09 - Services Section 

       start

-------------------------*/

.services-wrap {

  /*margin-bottom:80px; */
	margin-bottom: 0px;

}

.services h5 {

	font-weight:bold;
	margin: 0;

}

.content-area .service {

	margin-bottom:40px; 

}

.content-area .service:nth-last-child(-n+3) {

    margin-bottom:0px;

}

.content-area .block-image {

	padding-top:0px;

	padding-bottom:0px; 

}

.services .service {

/* 	padding:5px;  */
    padding: 10px;
    box-shadow: 0 0 7px rgb(0 0 0 / 13%);
    margin: 5px;

}

.service img {

	width:100%;

	height:auto; 

}

.block-image {

	padding-top:5px;

	padding-bottom:5px;

}

/*-------------------------

  services Section End

-------------------------*/



/*-------------------------

  10 - Testimonials Starts

-------------------------*/

.testimonials {

	margin-bottom:30px; 

	display: block;

	position: relative;
/* 	background: #f0f0f0 !important; */
	background: url(./images/test_bg.png) 0 0/cover no-repeat;
	padding: 30px 0 45px;

}

.testimonials .section-title h1{
	color: #fff !important;
}

.testimonials::after {

  content: "";

  background:url('images/help/notgeneric_bg1.jpg');

  background-size:cover;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  position: absolute;

  z-index: -1;   

}

.testimonials .section-title h2 span {

	border-bottom:0.5px dotted;

	border-top:0px;

	border-left:0px;

	border-right:0px; 

}

.testimonial img {

	border-radius:100%;

	max-height:70px;

	max-width:70px; 

	margin-right:15px;

	margin-top:15px;

}

.testimonial cite {

	line-height:70px; 

	font-weight:bold;

	margin-top:15px;

}

.testimonial h5 {

	font-weight:normal; 

	padding: .5625rem 1.25rem 0 1.1875rem;

}

.testimonial-wrap .owl-prev , .testimonial-wrap .owl-next { 

    position: relative;

}

.testimonial-wrap .owl-prev:hover , .testimonial-wrap .owl-next:hover { 

    position: relative;

}

.testimonial-wrap .owl-next { 

	float:left;

	right:0px;

	margin-left:5px;

}

.testimonial-wrap .owl-prev { 

	float:left;

	left:0px;

	margin-right:5px;

}

.testimonial-wrap .owl-controls {

	margin-top:10px; 

}

.testimonial blockquote, .testimonial-page blockquote {

	border-left:0px; 

}

/*-------------------------

  Testimonials Ends

-------------------------*/



/*-------------------------

  11 - Pricing Tables 

       Starts

-------------------------*/

.new-patient-offer {

	margin-bottom:80px; 

}

.active-tb {

    position: relative;

    box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.5);

    transform: scale(1);

    border: 0;

    transition: 0.4s ease;

    z-index: 13;

}

.price-img {

	position:relative; 

}

.price-img img {

	z-index:2; 

}

.price-img h2 span {

	position:absolute;

	text-align:center;

	width:100%;

	display:block;

	text-transform:uppercase;

	color:#FFF;

	top:50%;

	margin-top:-12px;

	background-color:rgba(35, 10, 16, 0.7);

	padding-top:10px;

	padding-bottom:10px;

}

.price-img h2 {

	position:absolute;

	top:0px;

	display:table-cell;

	text-align:center;

	width:100%;

	height:100%;

	z-index:5;

	background-color:rgba(35, 10, 16, 0.3);

	font-size:1.5rem;

}

.pricing-table {

    border: solid 1px;

    margin-left: 0;

    margin-bottom: 1.25rem;

}

.pricing-table .title {

    font-family: 'Montserrat', sans-serif;

    padding: 0.9375rem 1.25rem;

    text-align: center;

    font-size: 20px;

    text-transform: uppercase;

}

.pricing-table * {

    list-style: none;

    line-height: 1;

}

.pricing-table .bullet-item {

    border-bottom: solid 1px;

    font-size: 16px;

    font-weight: normal;

    padding: 0.9375rem;

    text-align: center;

}

.pricing-table .price {

    font-size: 2rem;

    font-weight: normal;

    padding: 0.9375rem 1.25rem;

    text-align: center;

}

.pricing-table .bullet-item span {

	display:block;

}

.pricing-table .cta-button {

     padding: 1.25rem 1.25rem 0;

    text-align: center;

}

.active-tb:hover {

	position: relative;

	box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.5);

	border: 0;

	z-index: 15; 

}

.pricing-table .description {

    padding: 0.9375em;

    text-align: left;

    font-size: 18px;

    font-weight: bold;

    line-height: 1.4;

    border-bottom: solid 1px;

	text-transform:uppercase;

}

/*-------------------------

  Pricing Tables ends

-------------------------*/



/*-------------------------

  12 - Products Section 

       CSS

-------------------------*/

.our-store {

	margin-bottom:80px; 

	padding-top:60px;

	padding-bottom:60px;

}

.our-store .price {

	font-size:15px; 

	text-align:center;

}

.our-store h6 {

	text-align:center; 

	margin-top:10px;

	margin-bottom:10px;

}

.our-store h6 a {

	font-size:1rem;

}

.price .old {

	margin-left:15px;

	font-weight:normal;

	font-size:90%; 

	text-decoration:line-through;

}

.our-store img {

	width:100%;

	height:auto; 

}

.our-store .pro-rating {

	text-align:center; 

	margin-top:10px;

}

.product-img {

	position:relative; 

	min-height:320px;

	width:100%;

}

.product-img img {

	overflow:hidden;

	min-height:320px;

	width:100%; 

}

.product-img .sale {

	position:absolute;

	top:0px;

	left:0px;	 

	font-size:16px;

	padding:10px 10px;

	text-transform:uppercase;

	font-weight:bold;

}

.pro-buttons {

	position:absolute;

	bottom:40px;

	left:0px;

	width:100%;

}

.pro-buttons a {

	font-size:1.2rem;

}

.pro-buttons, .add-to-cart-top { 

	opacity:0;

	-webkit-transition: opacity 0.5s ease-in-out;

	-moz-transition: opacity 0.5s ease-in-out;

  	-o-transition: opacity 0.5s ease-in-out;

  	transition: opacity 0.5s ease-in-out;

}

.single-product:hover>.product-img .pro-buttons, .single-product:hover>.product-img .add-to-cart-top {

	opacity:1; 

}

.pro-buttons ul {

	list-style:none;

	text-align:center; 

	margin:0px;

}

.pro-buttons ul li {

	display:inline;

	margin-left:11px;

	margin-right:11px; 

}

.pro-buttons a {

	text-align:center;

}

.add-to-cart-top .button {

	width:100%;

	position:absolute;

	bottom:0px;

	margin:0px;

}

.pro-buttons, .add-to-cart-top { 

	opacity:0;

	-webkit-transition: opacity 1s ease-in-out;

	-moz-transition: opacity 1s ease-in-out;

  	-o-transition: opacity 1s ease-in-out;

  	transition: opacity 1s ease-in-out;

}

.single-product:hover>.product-img .pro-buttons, .single-product:hover>.product-img .add-to-cart-top {

	opacity:1; 

}

.single-product {

	padding-top:0px;

	padding-bottom:30px; 

}

.our-store .single-product {

	padding-bottom:0px; 

}

.page-filter {

	padding-top:15px;

	margin-top:15px;

	border-top:1px solid; 

}

.page-filter .pagination {

	text-align:center; 

}

.single-shop .our-store {

	margin-bottom:0px; 

}

.product-thumbnail img {

	width:100%;

	height:auto; 

}

.product-meta {

	padding-top:15px;

	padding-bottom:15px;

	margin-bottom:25px;

	border-top:1px solid;

	border-bottom:1px solid;

	font-size:0.875rem; 

}

.product-share {

	padding-top:15px;

	border-top:1px solid; 

}

.add-cart-option {

	margin-top:25px;

	margin-bottom:25px; 

}

.add-cart-option input[type=number] {

	max-width:75px; 

	float:left;

	margin-right:20px;

}

.product-detail .price {

	font-size:1.25rem; 

	font-weight:bold;

}

.qty {

	max-width:75px; 

}

.cart-item .product-thumbnail img {

	height:100px !important;

	width:auto; 

}

.apply-coupon {

	margin-top:15px; 

}

/*-------------------------

  Products Section End

-------------------------*/



/*-------------------------

  13 - Latest News Starts

-------------------------*/

.latest-news {

    margin-bottom: 25px;

} 

.latest-news h4 {

	font-weight:bold; 

	margin-bottom:0px;

}

.latest-news h4 a {

	font-size:1.25rem; 

}

.post-meta p {

	margin-top:10px;

	margin-bottom:10px; 

}

.news-row {

	margin-bottom:25px; 

}

.latest-news .news:hover>.featured-image img {

	opacity:.5; 

}

.news-style2 h4 {

	font-size:30px; 

}

.news-style2 .news {

	margin-bottom:25px; 

}

.news-style2 .post-meta {

	margin-bottom:25px; 

}

.load-more {

    display: block;

    max-width: 200px;

    margin: auto;

}

/*-------------------------

  Latest News End

-------------------------*/



/*-------------------------

  14 - Reasons Section

-------------------------*/

.reason-section {

/* 	margin-bottom:80px;  */
    margin-bottom: 30px;

}

.reason-section .testimonials {

	margin-bottom:0px;

	padding-top:40px;

	padding-bottom:40px; 

}

.reason-section .medium-8 {

	padding-left:0px; 

}

.boxed .reason-section .medium-8 {

	padding-left:auto; 

}

.accordion {

	border:0px; 

} 

.accordion-title {

	font-weight:bold; 

	font-size:14px;

	padding-left:0rem;

	border:0px;

	font-family: 'Montserrat', sans-serif;

}

.accordion-content {

	border:0px; 

	padding-left:0px;

}

.accordion {

	margin-bottom:0px; 

}

.accordion li {

	margin-bottom:10px; 

}

.accordion li:last-child {

	margin-bottom:0px; 

}

.accordion-content {

	padding:10px;

}

.accordion-title {

	padding:10px;

}

/*-------------------------

  Reasons Section End

-------------------------*/



/*-------------------------

  15 - Page Styles

-------------------------*/

.content-area { 

	margin-bottom:80px;

}

.content-area p:last-child {

	margin-bottom:0px; 

}

.testimonial-page .thumbnail {

	box-shadow: 0 0 6px 1px rgb(234, 234, 234); 

}

.appointment-form {

	margin-bottom:0px;

	padding-bottom:60px; 

}

.team-section {  

	margin-bottom:80px;

}

.staff-detail .button {

	margin-bottom:0px; 

}

.staff-detail h4 {

	margin-top:10px; 

}

.staff-detail h4 span {

	font-weight:normal;

	font-size:1rem; 

}

.staff-detail h4 a {

	font-size:1.25rem;

}

.contact-page h2 {

	margin-top:20px; 

}

.contact-page h4 {

	padding-bottom:10px;

	margin-bottom:15px;

	border-bottom:1px solid;

}

/*-------------------------

  Page Styles Ends

-------------------------*/



/*-------------------------

  16 - Blog Page Styles

-------------------------*/

.post-meta {

	padding-bottom:15px;

	padding-top:15px; 

	font-size:0.75rem;

}

.featured-image .thumbnail {

	margin-bottom:0px; 

}

.latest-news .featured-image .thumbnail {

	margin-bottom:15px; 

}

.latest-news .post-meta {

	padding:0px; 

}

.tags {

	list-style:none;

	margin-left:0px; 

	margin-bottom:0px;

}

.tags li {

	display:inline;

	padding-left:7px;

	padding-right:7px; 

}

.tags li:first-child {

	padding-left:0px; 

}

.sharing-posts {

	border-top:1px solid;

	border-bottom:1px solid;

	margin-top:25px;

	margin-bottom:25px;

	padding-top:10px;

	padding-bottom:10px;

}

.post-share a {

	padding-left:10px;

	padding-right:10px; 

}

.author-box {

	margin-bottom:25px; 

	padding-bottom:25px;

	border-bottom:1px solid;

}

.blog .blog-post {

	margin-bottom:40px;

	padding-bottom:30px;

	border-bottom:1px solid; 

}

.pagination .current {

	padding:0px;

}

/*-------------------------

  Blog Page Styles Ends

-------------------------*/





/*-------------------------

  17 - Title Section CSS 

       starts

-------------------------*/

.title-section {
	padding-top:25px;
	padding-bottom:25px;	 
	margin-bottom:30px;
	margin-top: 86px;
	position:relative;
}

.title-section::after {

	content: "";

	background:url('images/help/title-bg.jpg');

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	position: absolute;

	z-index: -1;   

}

.title-section h1 {

	text-transform:uppercase;

	margin-top:0px;

	margin-bottom:5px;

}

.title-section ul {

	margin:0px; 

}

.breadcrumbs li, .breadcrumbs li a {

	font-size:0.65rem; 

}

.single-post .breadcrumbs li, .single-post .breadcrumbs li a {

	line-height:25px; 

}

.single-post .breadcrumbs {

	margin-bottom:0px;

	padding-top:10px;

	padding-bottom:10px;

	text-align:right; 

}

.progress .sixty-five { 

	width:65%;

}

.progress .seventy-five { 

	width:75%;

}

.progress .eighty-five { 

	width:85%;

}

.progress .ninty-five { 

	width:95%;

}

/*-------------------------

  Title Section CSS Ends

-------------------------*/



/*-------------------------

  18 - 404 Page CSS Starts

-------------------------*/

.pageerror {

	border-top:1px solid; 

}

.pageerror h1 {

    text-align: center;

    margin-top: 50px;

    font-weight: bold;

    font-size: 133px;

}

.pageerror h2 {

    text-align: center;

}

.error-page-form {

	margin:auto !important;

	margin-top:30px;

	float:none !important; 

}

/*-------------------------

  404 Page CSS End

-------------------------*/



/*-------------------------

  19 - Sidebars CSS

-------------------------*/

.sidebar .icon-box { 

	margin-bottom:25px;

}

.sidebar .testimonials {

	padding-top:20px;

	padding-bottom:40px; 

}

.widget {

	border-top: 1px solid;

	border-bottom: 1px solid;

	border-left: 1px solid;

	border-right: 1px solid;

	margin-bottom:25px;

	padding:15px;

}

.widget h2 { 

	font-size: 1.2rem;

    text-align: left;

    padding: 0px;

    margin-bottom: 15px;

    border-bottom: 1px solid;

	padding-bottom:10px;

}

.widget .button, .search input[type=text] {

	margin-bottom:0px; 

}

.widget .tags li {

	padding-left:0px;

	padding-right:0px; 

}

.widget .tags li a {

	padding:5px 10px;

	text-wrap:suppress;

	white-space: nowrap;

	margin:5px;

	display:inline-block;

}

.widget .popular-post {

	margin-bottom:8px; 

	margin-top:8px;

}

.widget .popular-post p {

	margin-top:5px; 

}

.widget .popular-post img {

	margin-right:10px; 

}

/*-------------------------

  Sidebars CSS Ends

-------------------------*/



/*-------------------------

  20 - Footer

-------------------------*/

.footer {

	width:100%;

	position:relative;

}

.footer::after {

	content: "";

    background: url('images/help/notgeneric_bg5.jpg');

    background-size:cover;

	top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    position: absolute;

    z-index: -1;

}

.footer h2 {

	font-size:19px; 

	margin-bottom:10px;

	font-weight:bold;

}

.tx-div {

    width: 45px;

    display: block;

    height: 3px;

    opacity: .8;

    margin: 10px 0 15px;

}

.footerTop {

	 padding-top:60px;

	 padding-bottom:60px;

}

.footerTop ul { 

	margin:0px;

	list-style:none;

}

.vertical li a {

	padding:8px 0px;

	

}

.footerbottom {

	width:100%;

	padding-top:15px;

	padding-bottom:15px;

}

.footerbottom ul {

	margin:0px;

}

.footerbottom ul li a {

	border-right:1px solid; 

	padding:0px 10px;

}

.footerbottom ul li:first-child a { 

	padding-left:0px;

}

.footerbottom ul li:last-child a { 

	border:0px;

	padding-right:0px;

}

.copyrightinfo {

	font-size:15px;

}

.address i {

	width: 45px;
	height: 45px;
	border: 2px solid;
	font-size: 1.2857142857142858em;
	text-align: center;
	line-height: 41px;
	float: left;
	margin-right: 0.7em;
	margin-bottom: 0.7em;
}

.address h4 {

    font-size: 14px;

    text-transform: uppercase;

    margin: 0 0 5px;

	font-weight:bold;

}

.footer ul {

	margin:0px; 

}

.office-hours li {

	padding-bottom:10px; 

}

.footer-widget input[type=text] {

	height:40px;

	max-width:230px; 
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 50px;
}

.socialicons {

	line-height:25px;

	font-size:18px; 

	font-weight:bold;

}

.socialicons a {

	margin-right:5px;

	margin-left:5px; 

}

#top {

    position: fixed;

    right: 15px;

    text-align: center;

    bottom: 15px;

    font-weight: bold;

    text-decoration: none;

    border-radius: 100%;

    width: 40px;

    height: 40px;

    padding: 0px 8px 6px;

    font-size: 27px;

    opacity: .9;

    z-index: 99;

	display:none;	

}

/*-------------------------

  Footer CSS ends here

-------------------------*/



/*-------------------------

  21 - Mobile Adjustments 

       Media Queries

-------------------------*/

@media only screen and (max-width: 40em) {

.top-bar ul {
    background-color: #2f4678 !important;
}

.boxed {

	max-width:100%; 

	margin:auto;

	border-left:0px;

	border-right:0px;

}

.logo img {

	height:90px;

	width:auto; 

}

.action-box {

	padding-left:0px;

	font-size:12px; 

}

.top-bar {

	width:100%;

	padding:0px; 

}

.well, .well .contact-btns {

	text-align:center; 

}

.well .fa {

	display:none; 

}

.top-bar-title { 

	margin-right: 0px;

    width: 20px;

    margin: auto;

    float: none;

}

.top-bar ul {

	width:100%;

/* 	margin-top:10px; */
  margin-top:26px;

}

.top-bar ul.child-nav{
	margin-top: 0;
}

.top-bar ul li a {

	padding-left:15px; 

}

.top-bar ul ul li a {

	padding-left:25px; 

}

.nav-wrap {

	position:relative; 

}

.search-wrap {

	position:absolute;

	top:-21px;

	right:50%;

	margin-right:-20px; 

	font-size:20px;

}

.menu-icon.dark {

	margin-left:-25px; 

}

.reason-section .medium-8 {

	padding-left:0.625rem; 

}	

.owl-prev , .owl-next { 

    position: relative;

}

.owl-prev:hover , .owl-next:hover { 

    position: relative;

}

.owl-next { 

	float:left;

	right: -9px;

	margin-left:5px;
	top: -25px;

}

.owl-prev { 

	float:left;

	left:-42px;

	margin-right:5px;

}

.owl-controls {

	margin-top:10px; 

}



/*-------------------------

  21.1 Top Navigation CSS

-------------------------*/

.brands-wrap .owl-controls {

	margin-top:10px; 

}

.services-wrap .services { 

	padding-left:15px;

	padding-right:15px;

}



/*-------------------------

  21.2 Footer Settings

-------------------------*/

.footer-widget {

	margin-bottom:15px; 

}

.footerbottom ul {

	text-align: center;

    width: 100%;

    border-bottom: 0px; 

}

.copyrightinfo {

	text-align:center; 

}

.time-table {

	text-align:center; 

}

.logo {

	text-align:center;

	margin:auto; 

}

.logo-small {

	text-align:center;

}

.row .small-12 {

	margin-top:15px;

	margin-bottom:15px; 

}

.row .small-12:last-child { 

	margin-bottom:0px;

}

.row .small-12:first-child {

	margin-top:0px; 

}

.top-int-bar .small-12, .info-boxes .small-12, .footerbottom .small-12, .latest-news .button, .news .small-12 {

	margin-top:0px;

	margin-bottom:0px; 

}

.text-medium-right {

	text-align:center !important; 

}

.topbar .socialicons {

	text-align:center; 

}

.call-to-action i {

	display:block;

	margin:auto;

	margin-bottom:15px; 

}

.call-to-action h2 {

	text-align:center; 

}

.call-to-action h2 span {

	margin-left:10px; 

}

.call-to-action .button {

	display:table;

	margin:auto; 

}

}

/*-------------------------

  Mobile Adjustments 

  Media Queries

-------------------------*/


/* CUSTOM CSS */

.highlight-box,
.icon-box .icon-side,
.reason-section .testimonials,
.price-img h2 span,
.tp-mask-wrap .layer3,
.product-img .sale,
.footer .footerbottom{
	background-color: #2F4678 !important;
}

/* .button.primary:hover{
	background-color: #2F4678 !important;
} */

.footer{
  background-color: #465f95;
}

.footer a:hover {
  color: #000 !important;
}

.footer .footerbottom,
.footerbottom a{
	color: #fff !important;
}

.highlight-box h2 span {
    color: #000 !important;
}

.owl-prev:hover, .owl-next:hover{
	background: #000 !important;
}

.call-to-action h2 span {
  color: #3b3d42 !important;
  font-weight: 700 !important;
}

/* .header_section{
	position: fixed;
    width: 100%;
    z-index: 999;
}

.main-banner{
	    margin-top: 144px;
} */

.team-section .medium-4.small-12.columns{
	margin-bottom: 30px;
}

.title-section{
    background-color: rgb(47 70 120) !important;
}

li.search-box{
	position: relative;
}

li.search-box .input-group{ 
   margin-bottom: 0;
}

li.search-box button{
	padding: 8px 10px;
	background: #2F4678;
	color: #fff;
/* 	border-radius: 50px; */
	box-shadow: 2px 1px 5px 1px rgba(0, 0, 0, 0.2);
	font-weight: 600;
	border: 1px solid transparent;
}

li.search-box button:hover{
	background: none;
	color: #2F4678;
	font-weight: 600;
	border: 1px solid #2F4678;
}

.team-section .medium-4.small-12 a img{
	width: 100%;
/* 	height: 381px; */
  height: 270px;
	object-fit: cover;
}



/* CUSTOM MEDIA QUERY */

@media (max-width: 639px) {

	.read_news_box .owl-prev{
		left: -8px !important;
	}

	.read_news_box .owl-next{
		right: -49px !important;
	}


	.tablist .tabList p{
		text-align: left !important;
	}

/*   .header-wrap .row{
    display: flex;
  }

  .header-wrap .menu-icon.dark {
    margin-left: 50px;
    margin-top: 10px;
  } */

	.testimonials .flip-card{
		width: auto;
	}

	.logo-brant.animation{
		text-align: center;
	}

	.dentist-work .work_section{
		width: 100%;
	}

	.our_servic_box .services-img.animation{
		margin: 0 auto;
	}

	.dentist-work{
		margin-bottom: 0 !important;
	}

	.dentist-work .flip-card{
		margin-bottom: 60px !important;
    margin: 0 auto;
	}

	.testimonials .testo-box .testo_text{
		margin-top: 0 !important;
	}

	.testimonials .text-section.row{
    height: 185px !important;
	}

  li.search-box input{
   	max-width: 100%;
   	width: 100%;
  }

  li.search-box{
  	margin: 0 11px 12px 11px;
  }

  li.search-box button{
   	padding: 9px 12px;
   	top: 4px !important;
    right: 5px !important;
    background: #fff;
    color: #2F4678;
    font-weight: 500;

  }

  .testo-box .test_img{
  	width: 65px;
    margin: 0 auto;
  }

  .testo-box .testo_text{
  	text-align: center;
  }


}

@media (min-width: 640px) {
  .team-section .row{
  	display: flex;
    flex-wrap: wrap;
  }

  .top-bar{
  	margin-top: 9px;
  }
}

@media (min-width: 640px) and (max-width: 767px) {

	.our_servic_box{
	 	padding: 0 20px;
	}

  .our_servic_box .medium-4.small-12.columns{
     width: 100%;
  }

  .dentist-work .row:nth-child(2){
    display: flex;
    flex-wrap: wrap;
  }

  .dentist-work .medium-4.small-12.columns{
  	width: 49.33333% !important;
  	overflow: hidden;
  }

  .dentist-work .medium-4.small-12.columns:nth-child(1) .flip-card{
  	margin-bottom: 40px;
  }

  .dentist-work .mail_title.section-title h1.animate-charcter{
  	padding-bottom: 0 !important;
  }
}

@media (min-width: 640px) and (max-width: 964px) {
  .top-bar ul li a{
  	font-size: 12px !important;
  }
}

@media (min-width: 697px) and (max-width: 1023px) {
  .footer .address li:nth-child(1) i {
    height: 76px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1066px) {
  .footer .address li:nth-child(1) i {
    height: 90px !important;
  }
}

@media (min-width: 1000px) and (max-width: 1130px) {
	.testimonials .flip-card{
    width: auto !important;
	}
}

@media (min-width: 1024px) and (max-width: 1126px) {
  /* .topbar .medium-3.small-12.columns,
  .topbar .medium-9.small-12.columns{
    width: 100%;
    text-align: center;
  } */

  .topbar .action-box{
  	padding-left: 7px !important;
    padding-right: 0 !important;
  }

  .topbar .socialicons a, .action-box p{
  	font-size: 11.5px !important;
  }
}

@media (min-width: 992px) {
  .tp-revslider-mainul .tp-parallax-wrap{
    left: 0px !important;
  }

	.tp-revslider-mainul .Newspaper-Button.layer4{
		left: 275px !important;
		position: absolute;

	}

	.aboutSection,
	.testimonial-page,
	.contact-page,
	.dentist-work,
	.services-wrap,
	.reason-section,
	.reason_box,
	.read_news_box {
		position: relative;
	}

	.reason_box .left_about_pin{
		position: absolute;
    top: -26px;
    left: 0px;
    width: 13px;
    height: 250px;
    border-top-right-radius: 40px;
    background: #2f4678;
    border-bottom-right-radius: 40px;
	}

	.dentist-work .left_about_pin,
	.chose_box .left_about_pin{
		position: absolute;
    top: -26px;
    left: 0;
    width: 13px;
    height: 250px;
    border-top-right-radius: 40px;
    background: #2f4678;
    border-bottom-right-radius: 40px;
	}

	.services-wrap .right_about_pin{
    position: absolute;
    bottom: -83px;
    right: 0;
    width: 25px;
    height: 250px;
    border-top-left-radius: 40px;
    background: #2f4678;
    border-bottom-left-radius: 40px;
	}

	.read_news_box .right_about_pin{
		position: absolute;
    bottom: 100px;
    right: 0;
    width: 13px;
    height: 250px;
    border-top-left-radius: 40px;
    background: #2f4678;
    border-bottom-left-radius: 40px;
	}


	.aboutSection .left_about_pin,
	.testimonial-page .left_about_pin,
	.contact-page .left_about_pin{
		position: absolute;
    top: 70px;
    left: 0;
    width: 25px;
    height: 250px;
    border-top-right-radius: 40px;
    background: #2f4678;
    border-bottom-right-radius: 40px;
	}
   
  .aboutSection .right_about_pin,
  .testimonial-page .right_about_pin{
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 25px;
    height: 250px;
    border-top-left-radius: 40px;
    background: #2f4678;
    border-bottom-left-radius: 40px;
  }

  .contact-page .right_about_pin{
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 25px;
    height: 250px;
    border-top-left-radius: 40px;
    background: #2f4678;
    border-bottom-left-radius: 40px;
  }


}



@media (max-width: 1023px) {

	.footerTop{
	  padding-bottom: 0 !important;	
	}

	.topbar .medium-3.small-12.columns{
		width: 100%;
	}

	.topbar .medium-9.small-12.columns{
     display: none;
	}

  .footerTop .footer-widget{
  	margin-bottom: 25px;
  	clear: both;
  }
}

@media (min-width: 1024px) {
  .header-wrap .row,
  .topbar .row{
  	max-width: 80rem;
  }

  .main-banner .slick-slider .slick-list{
		height: 500px;
		max-height: 500px;
	}

	.main-banner .Modern-Slider .item .info > div{
		padding-bottom: 166px !important;
	}

	.main-banner .Modern-Slider .item .img-fill .info{
		text-align: left !important;
    padding-left: 103px !important;
	}


} 

.testimonials p{
	color: #fff;
}

.testimonials img{
	border: 1px solid #fff;
	padding: 5px;
	border-radius: 30px;
	margin: 0 auto;
	width: 45px !important;
	height: 45px;
}

/* .testimonials .medium-8.small-12.columns{
	width: 100%;
} */

#formAppointment .error{
	color: red;
	margin-bottom: 10px;
}

.main-banner .tp-bgimg.defaultimg{
	opacity: 1 !important;
}

.tp-revslider-mainul >li, .tp-simpleresponsive >ul >li,
.tp-revslider-mainul >li, .tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li{
	visibility: inherit !important;
}

.main-banner .tp-revslider-slidesli .slotholder > .tp-parallax-wrap:nth-child(2){
	visibility: inherit !important;
	left: 314px;
	top: 268px;
	z-index: 1;
}

.main-banner .tp-parallax-wrap .tp-caption.Newspaper-Title-Centered.layer2.tp-resizeme.rs-parallaxlevel-0{
	visibility: inherit !important;
	transition: none 0s ease 0s;
	line-height: 55px;
	border-width: 0px;
	margin: 0px;
	padding: 0px 0px 10px;
	letter-spacing: 0px;
	font-weight: 400;
	font-size: 50px;
	white-space: normal;
	min-height: 0px;
	min-width: 721px;
	max-height: none;
	max-width: 721px;
	opacity: 1;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transform-origin: 50% 50% 0px;
}


/* NEW UPDATE CSS */

.topbar{
	background: #2f4678;
/* 	display: none; */
}

.topbar .socialicons a,
.action-box p{
	color:  #fff !important;
	font-size: 12px;
}

.top-bar ul li.active a{
	color: #FFF !important;
	background-color: #0a68b1;
	border-radius: 4px;
}

.header_section{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.apointment-sec h2{
	color: #2f4678;
	margin-bottom: 20px;
}

.services-wrap .owl-controls{
	margin: 0;
}

.service p{
	margin: 0;
}

.services .owl-prev, 
.services .owl-next{
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #2f4678;
  color: #fff;
  border-radius: 50px;
}

.services .service .block-image .thumbnail{
	border: none;
}

.reason-section .accordion .accordion-item .accordion-title{
	background-color: #2f4678 !important;
	color: #fff !important;
	font-size: 18px !important;
	border-radius: 4px 4px 0 0;
	padding: 20px;
}

.reason-section .accordion .accordion-item p{
	font-size: 15px;
	font-weight: 600;
}

.reason-section .accordion .accordion-item .accordion-content{
	background-color: #fff;
	border: 2px solid #808080 !important;
	border-top: none !important;
	border-radius: 0 0 4px 4px;
}

.testimonial{
	text-align: center;
}

/* Work for Dentists */

.mail_title{
	margin-bottom: 30px;
}

.mail_title h1{
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1.2;
	text-align: center;
}

.mail_title span{
	color: #2f4678;
}

.work_section{
	position: relative;
	margin-bottom: 30px;
}

.work_section .main_img img{
	/* height: 430px;
	object-fit: cover; */
	border-radius: 5px;
	width: 100%;
}

.work_section .work_title{
	background: #2f4678;
	padding: 0 25px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-direction: column;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #fff;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
} 

.work_section .work_title h4{
	font-size: 18px;
	color: #fff;
}

.work_section .work_hover{
	 width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    padding: 0 40px;
    border-radius: 5px;
    position: absolute;
    top: 100%;
    transition: all .3s ease-in-out;
    background: #2f4678;
    color: #fff;
    left: 0;
    z-index: -1;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    padding-top: 34%;
    display: none;
}

.work_section:hover .work_hover{
    top: 0;
    z-index: 1;
    display: block;
    transition: all .3s ease-in-out;
}

.work_section .work_hover h4,
.work_section .work_hover p{
   color: #fff !important;
}

.brand-logo{
/* 	background: #f0f0f0; */
	background: url(./images/brand_bg.png) 0 0/cover no-repeat;
  padding: 30px 0;
}

.brand-logo h1{
	color: #fff;
}

.brand-logo .section-title h2{
	margin-bottom: 20px;
}

.brand-logo .section-title h2 span{
	display: initial;
	color: #2f4678;
}

.brand-logo .logo-brant:hover{
/*   box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; */
/*   padding: 10px 0; */
}

.section-title h1{
	font-weight: 700;
	text-align: center;
}

.welcome-message h1{
	font-size: 32px;
}

.accordion-title::before{
	border: 2px solid #fff;
	border-radius: 50px;
	padding: 6px 10px;
	top: 33% !important;
}

.menuTab{
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menuTab .itemTab{
	margin: 6px 0;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	position: relative;
	padding: 25px 0;
	width: 23%;
}

.menuTab .itemTab.active{
	background: #2f4678;
}

.menuTab .itemTab h5 {
	font-size: 15px;
	line-height: 20px;
	margin-top: 10px;
	font-weight: 600;
}

.menuTab .itemTab.active .iconTab span,
.menuTab .itemTab.active h5{
	  color: #fff;
}

.menuTab .itemTab .iconTab span{ 
  font-size: 45px;
  color: #2f4678;
}

.menuTab .itemTab.active::before{
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: -8px;
	left: 50%;
	background: #2f4678;
	transform: translateX(-50%) rotate(45deg);
	-webkit-transform: translateX(-50%) rotate(45deg);
}

.tablist .tabList{
	margin: 30px 0px 15px;
}

.tablist .tabList .leftTabel{
	margin-top: 30px;
}

.tablist .tabList h4  {
	font-size: 38px;
	color: #2f4678;
	line-height: 1.2;
	margin: 0;
}

.tablist .tabList p{
	margin-top: 20px;
	font-size: 16px;
	line-height: 26px;
} 

.tablist .tabList.active{
	display: block;
}

.tablist .tabList{
	display: none;
}

.brand-logo .small-6 {
  text-align: justify;
}

.testimonials .testo-box{
/* 	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; */
}

.testimonials .testo-box .testo_text{
	margin-top: 30px;
}

.testimonials .testo-box .testo_text h6{
   color: #fff;
   font-size: 1.25rem;
   text-align: left;
}

.testimonials .testo-box .testimonial {
	padding: 20px 35px;
	overflow: hidden;
	width: 100%;
	background: #fff;
	border-radius: 0 0 8px 8px;
}

.testimonials .testo-box .testimonial p{
	font-size: 14px;
	line-height: 24px;
	color: #333;
	text-align: justify;
}

.testimonials .text-section.row{
/* 	background-color: rgb(35 71 148) !important; */
  background-color: #2f4677 !important;
	padding: 20px;
	margin: 0;
	height: 130px;
	border-radius: 10px 10px 0 0;
	position: relative;
}

.testimonials .text-section.row .test_img{
	/* position: absolute;
	top: 16px;
	right: 16px; */
  margin-top: 20px;
}

.testimonials .text-section 

.implants_title h1 strong{
	color: #2f4678;
}

.implants_title p{

}

.implants_title a{
	display: inline-block;
    padding: 16px 35px;
    border-radius: 40px;
    background: #2f4678;
    text-transform: uppercase;
    font-size: 15px;
    font-family: Gotham-Medium;
    color: #eee;
    margin-top: 20px;
    border: 1px solid transparent;
}

.latest-news .post-meta p,
.latest-news .post-meta p a{
	color: #2f4678;
	font-weight: 600;
}

.latest-news .section-title p{
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

.latest-news{
	margin-bottom: ;
}

.latest-news .read_more_link:hover{
	color: #2f4678;
	font-weight: 600;
}

.latest-news .read_more_link{
	display: none;
}

.latest-news .read_more_link:hover span{
   margin-left: 7px;
}

.our_servic_box ul li{
	list-style: none;
	display: flex;
	margin-bottom: 30px;
}

.our_servic_box .servic_box-left ul li .icon_list_icon img,
.our_servic_box .servic_box-right ul li .icon_list_icon img{
  background: #2f4678;
  border-radius: 50px;
  width: 80px;
  z-index: 99;
}

.our_servic_box .servic_box-left ul li .icon_list_icon,
.our_servic_box .servic_box-right ul li .icon_description{
	 margin-right: 25px;
	 z-index: 99;
}


.our_servic_box .servic_box-left li.icon_list_item,
.our_servic_box .servic_box-right li.icon_list_item{
	position: relative;
}

.our_servic_box .servic_box-right li.icon_list_item .icon_list_icon{
	z-index: 99;
}

.our_servic_box .servic_box-left li.icon_list_item .icon_list_connector{
	border-right-width: 1px;
	border-right-style: dashed;
	border-color: #cecece;
	left: 1.8em;
	height: 100%;
	position: absolute;
	top: 2.5em;
	z-index: 1;
}

.our_servic_box .servic_box-right li.icon_list_item .icon_list_connector{
    border-right-width: 1px;
	border-right-style: dashed;
	border-color: #cecece;
	right: 1.8em;
	height: 100%;
	position: absolute;
	top: 2.5em;
	z-index: 1;
}

.copyrightinfo p{
	margin-bottom: 0;
}

.search-page .provide-current{
   text-align: center;
}

.search-page .search_box{
   position: relative;
}

.search-page .search_box input{
	border-radius: 4px;
	border-color: #2f4678;
	margin-bottom: 0;
}

.search-page .search_box .close-btn{
	position: absolute;
	top: 0;
	right: 0;
	padding: 11px 13px;
	color: #2f4678;
}

.search-input .search_btn button{
	padding: 11px 15px;
	background: #2F4678;
	color: #fff;
	box-shadow: 2px 1px 5px 1px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

.search-result .search-input form{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.search-page .search_box {
	width: 70%;
	margin-right: 10px;
}

.search-page .search_btn{
	width: 20%;
}

.search-page .search-result{
	margin: 30px 0;
}

.aboutSection .modelImg img{
	width: 100%;
	height: 570px;
	margin-bottom: 20px;
	object-fit: cover;
}

.title-section.about_page{
	margin-bottom: 0;
}

.aboutSection .heading {
    font-size: 38px;
    text-transform: uppercase;
    color: #333;
    font-family: Gotham-Black;
}

.itemText h4 {
    position: relative;
}

.itemText p {
    font-size: 17px;
    margin-top: 15px;
    color: #444;
    line-height: 26px;
}



.itemText h4::before {
    content: '';
    position: absolute;
    left: -45px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #2f4678;
    transform: translateY(-50%);
}

.leftDivider {
    border-left: 1px solid #333;
    margin-bottom: 45px;
}

.itemText {
    margin-top: 100px;
    padding-top: 20px;
    padding-left: 40px;
}

.testimonials.appointment-form{
	background: #2f4678 !important;
}

.aboutSection .content-area{
	margin-bottom: 0;
}

@media (max-width: 350px) {
   .dentist-work .medium-4.small-12.columns  .flip-card{
   	margin-bottom: 0 !important;
   }
}

@media (max-width: 767px) {

	.Modern-Slider .item .img-fill .info{
		top: -150px !important;
	}

	.main-banner .slick-list{
		height: 250px;
	}

  .tabList .rightTabel{
  	margin-top: 0 !important;
  }

	.services-img.animation{
		margin: 0 auto;
	}

	.why_choose_section .medium-7.small-12.columns,
	.why_choose_section .medium-5.small-12.columns{
		width: 100%;
	}

	.desktop{
		display: none;
	}
  .search-result .search-input form{
   	display: block !important;
   	width: 70%;
    margin: 0 auto;
  }

  .news,
  .testo-box{
  	padding: 0 12px;
  }

  .dentist-work{
  	margin-top: 30px;
  }

  .search-page .search_box input,
  .search-page .search_box{
  	width: 100%;
  }

  .tablist{
  	padding: 0 20px;
  }

  .search-page .search_btn {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}

@media (min-width: 768px) {

	.call-to-action .medium-3.small-12{
		text-align: right;
	}
	.search-result .search-input{
		width: 75%;
	  margin: 0 auto;
	}

	li.search-box.order_now_btn button{
		margin-left: 12px;
	}

	.mpbile_dek{
		display: none;
	}
}

@media (min-width: 351px) and (max-width: 370px) {
  .dentist-work .medium-4.small-12.columns  .flip-card{
   	margin-bottom: 30px !important;
  }
}

@media (min-width: 640px) and (max-width: 702px) {
  .main-banner{
    	margin-top: 86px !important;
  }
}

@media (min-width: 704px) and (max-width: 799px) {
   .main-banner{
    	margin-top: 86px !important;
  }
}

@media (min-width: 800px) and (max-width: 865px) {
   .main-banner{
    	margin-top: 86px !important;
  }
}

@media (min-width: 866px) and (max-width: 975px) {
   .main-banner{
    	margin-top: 86px !important;
  }
}

@media (min-width: 976px) and (max-width: 1115px) {
   .main-banner{
    	margin-top: 86px !important;
  }
}

@media (min-width: 1116px) and (max-width: 1250px) {
   .main-banner{
    	margin-top: 86px !important;
  }
}

@media (min-width: 640px) and (max-width: 1013px) {
  .title-section{
    margin-top: 150px !important;
  }

  .call-to-action .medium-10.small-12.columns,
  .call-to-action .medium-2.small-12.columns{
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
	.dentist-work .row.flip_box{
		display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
}

@media (min-width: 900px) and (max-width: 1200px) {
  .testimonials .owl-carousel .owl-item{
    /*width: auto !important; */
  }
}

@media (max-width: 1200px) {
  

  .dentist-work .flip-card{
  	width: auto !important;
  }
}

@media (max-width: 370px) {
  .footer .textwidget .address li:nth-child(1) i {
    height: 75px !important;
  }
}

@media (max-width: 639px) {

	.welcome-message p.MsoNormal{
		text-align: left !important;
	}

	.latest-news .section-title p{
		text-align: left !important;
	}

	.read_news_box .latest-news .section-title{
		padding: 0 14px;
	}

	.read_news_box .latest-news .section-title h1{
		text-align: left;
	}

  .footerTop{
  	padding-left: 25px;
    padding-right: 25px;
  }

	.dentist-work .mail_title.section-title{
		margin-bottom: 35px;
	}

	/* .dentist-work .medium-4.small-12.columns{
		margin-bottom: 136px;
	}

	.dentist-work .medium-4.small-12.columns:nth-child(3){
		margin-bottom: 50px !important;
	} */

	.welcome-message h2{
		font-size: 28px;
	}

	.header-wrap .top-bar #responsive-menu ul{
		position: fixed;
    left: 0;
    top: 0;
    width: 280px;
    height: 100%;
    z-index: 9999;
    background: #2f4678;
    box-shadow: #ccc 0 0 3px;
    overflow-y: auto;
    transition: 0.3s;
    transform: none;
    padding: 20px 20px 0;
    margin-top: 0;
	}

	.header-wrap .top-bar #responsive-menu ul li{
		padding-bottom: 8px;
	}

	li.search-box{
		text-align: left;
	}

	.top-bar #responsive-menu ul li a{
		text-align: left; 
		color: #fff;
		font-weight: 500;
	}

	.header-wrap .row{
		display: flex;
	}

	.header-wrap .row .medium-3.small-12.columns.logo.logoanimation{
		margin-bottom: 0;
	}

	.header-wrap .row .medium-9.small-12.columns.nav-wrap{
		margin-top: 23px;
	}

	.header-wrap .top-bar{
		text-align: right;
	}

	.header-wrap .top-bar .top-bar-title{
		display: inline-block;
	}

	.aboutSection{
		padding: 0 20px;
	}

	.content-area.testimonial-page{
		margin-bottom: 20px;
	}

	.footer .address li:nth-child(1) i {
    height: 53px !important;
  }

  .footer .address i{
  	width: 25px !important;
  	margin-right: 15px;
  }

	.topbar .medium-3.small-12.columns{
     margin-bottom: 0;
	}

  .title-section{
    margin-top: 170px !important;
  }

  .main-banner {
    margin-top: 87px !important;
  }  

  .services-wrap{
  	padding: 0 20px;
  }

  .latest-news .owl-controls {
    margin-top: 30px;
  }

  .topbar .medium-9.small-12.columns.text-center.text-medium-right{
  	display: none;
  }
}

@media (min-width: 1280px){
	.aboutRight {
    margin-top: 200px;
  }
  .itemText {
    margin-top: 100px;
  }
}

@media (max-width: 480px){
   .menuTab .itemTab h5{
   	font-size: 13px !important;
    padding: 0 25px !important;
   }
}

@media (min-width: 768px){
	.aboutRight {
    margin-top: 50px;
  } 
  .itemText {
    margin-top: 35px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .menuTab .itemTab{
     width: 48% !important;
     margin-bottom: 20px;
  }

  .menuTab{
  	flex-wrap: wrap;
  }

  .footer-widget input[type=text]{
  	max-width: 100%;
  	width: 100%;
  }
}

@media (min-width: 409px) and (max-width: 480px) {
  .dentist-work .flip-card{
    height: 474px !important;
  }
}

@media (min-width: 481px) and (max-width: 500px) {
  .dentist-work .flip-card{
    height: 495px !important;
  }
}

@media (min-width: 501px) and (max-width: 520px) {
	.dentist-work .flip-card{
    height: 510px !important;
  }
}

@media (min-width: 521px) and (max-width: 540px) {
	.dentist-work .flip-card{
    height: 540px !important;
  }
}

@media (min-width: 541px) and (max-width: 560px) {
	.dentist-work .flip-card{
    height: 570px !important;
  }
}

@media (min-width: 561px) and (max-width: 580px) {
	.dentist-work .flip-card{
    height: 600px !important;
  }
}

@media (min-width: 581px) and (max-width: 600px) {
	.dentist-work .flip-card{
    height: 630px !important;
  }
}

@media (min-width: 601px) and (max-width: 620px) {
	.dentist-work .flip-card{
    height: 660px !important;
  }
}

@media (min-width: 621px) and (max-width: 639px) {
	.dentist-work .flip-card{
    height: 690px !important;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .menuTab .itemTab{
     width: 23% !important;
  }


}

@media (min-width: 767px) and (max-width: 1250px) {
  .services-wrap,
  .why_choose_section,
  .latest-news{
     padding: 0 30px;
  }

  .testimonials{
  	padding: 30px 30px 45px;
  }
}

.footer .address i{
	border: none;
}

li{
	list-style: none;
}

ul{
	margin-left: 0;
}

.doctor_details{
	margin-bottom: 40px;
}

.detail_social{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.detail_social li{
  margin-right: 10px;
}

.detail_social li.fb a{
	font-size: 18px;
	background: #3b5998;
	padding: 7px 13px;
	border-radius: 50px;
	color: #fff;
}

.detail_social li.tw a{
   background: #1da1f2;
   font-size: 18px;
	padding: 7px 10px;
	border-radius: 50px;
	color: #fff;
}

.detail_social li.linkd a{
   font-size: 18px;
	background: #0077b5;
	padding: 7px 11px;
	border-radius: 50px;
	color: #fff;
}

.detail_social li.insta a{
  font-size: 18px;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	padding: 7px 11px;
	border-radius: 50px;
	color: #fff;
}

.dr-detail-img{
	text-align: center;
}

.tabList .rightTabel{
	margin-top: 100px;
}

.tabList .rightTabel img{
	border-radius: 5px;
}

.latest-news .news .featured-image img{
	height: 300px;
	object-fit: cover;
}

.footer .address li:nth-child(1) i{
	height: 83px;
}

.is-active a, .top-bar ul li a:hover{
	background-color: #2f4678 !important;
}

.is-active ul a{
	background-color: #FFF !important;
}

.top-bar ul li a{
	padding: 8px 11px !important;
}

.footerTop{
	position: relative;
}

.footerTop::before{
    content: '';
    position: absolute;
    top: 0;
/*     left: -75px; */
    left: -133px;
    width: 283px;
    height: 355px;
    background: url(./images/jaw.png) 0 0/cover no-repeat;
    opacity: .4;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.footerTop::after{
	  content: '';
    position: absolute;
/*     top: 95px; */
    top: 60px;
    right: -124px;
    width: 278px;
    height: 355px;
    background: url(./images/jaw.png) 0 0/cover no-repeat;
    opacity: .4;
}

.testimonials .owl-prev,
.testimonials .owl-next{
	display: none !important;
}

.testimonials .owl-dots{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}

.testimonials .owl-dot span{
	width: 10px;
	height: 10px;
	background: #7b92c5;
	display: block;
	border-radius: 50px;
}

.testimonials .owl-dot.active span{
	width: 10px;
	height: 10px;
	background: #fff;
	display: block;
	border-radius: 50px;
}

.main-banner .layer4:hover {
    background-color: #2f4678 !important;
    border-color: 2px solid #2f4678 !important;
}

.main-banner .layer4{
	opacity: 0 !important;
}

.tp-revslider-slidesli.active-revslide:hover .layer4{
/* 	opacity: 1 !important; */
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}

.doctor-info-list li{
	font-size: 16px;
	margin-bottom: 4px;
	color: #000;
}

.doctor-info-list li span{
	font-weight: 600;
	margin-right: 7px;
	width: 110px;
  display: inline-block;
}

.doctor_details .name{
	position: relative;
}

.doctor_details .name::after{
	content: '';
	position: absolute;
	width: 50px;
	height: 4px;
	background: #2f4678;
	top: 21px;
	right: 43px;
}

.shadow.dr-detail-img img{
	height: 242px!important;
	min-height: 242px;
	width: 100%;
	object-fit: cover;
}

.welcome-message .MsoNormal span,
.section-description p,
.icon_description_text p,
.tablist .leftTabel span,
.reason-section .accordion .accordion-item .accordion-content p,
.latest-news .section-title p,
.news .block-info p,
.footer a,
.menuTab .itemTab h5,
.latest-news h4 a,
.call-to-action h2,
.aboutSection .heading,
.aboutText strong span,
.testimonial-page p.MsoNormal span,
.testimonial-page strong span,
.testimonial-page .widget h2,
.contact-page h2,
.contact-page h4{
	font-family: arial, helvetica, sans-serif !important;
}

body{
	font-family: arial, helvetica, sans-serif !important;
}

.testimonial .MsoNormal span{
	font-size: 11pt;
}

.aboutText .MsoNoSpacing{
	margin-left: 24px !important;
}

.call-to-action .button:hover {
   border: 2px solid #2F4678 !important;
   color: #2F4678 !important;
   background: none !important;
}

.footerTop .primary.bordered-light{
	border-radius: 50px !important;
	padding-right: 30px !important;
	padding-left: 30px !important;
	color: #2f4678;
	background: #fff;
}

.footerTop .primary.bordered-light:hover{
	background-color: #2f4678;
  border-color: #2f4678 !important;
  color: #fff;
}

.tp-revslider-mainul .Newspaper-Button.layer4{
	border-radius: 50px !important;
	/* border: 2px solid #2f4678 !important;
	color: #2f4678 !important; */
	border: 2px solid #fff !important;
	color: #fff !important;
}

.tp-revslider-mainul .Newspaper-Button.layer4 a{
/* 	color: #2f4678 !important; */
    color: #fff !important;
}

.tp-revslider-mainul .Newspaper-Button.layer4:hover a{
	color: #fff !important;
}

p{
	color: #333 !important;
}

.testimonial-page p.MsoNormal span,
.testimonial-page strong span{
	font-size: 16px !important;
	color: #333 !important;
	font-weight: 500;
}

h1, h2, h3, h4, h5, h6, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #333;
}

.testimonial-page .widget-content button,
.contact-page form button{
	border-radius: 50px !important;
	border: 1px solid #2f4678 !important;
	color: #2f4678 !important;
	background: none !important;
	font-weight: 500;
	padding: 10px 30px;
}

.news .block-info a.read_more_link{
	background: #2f4678 !important;
	color: #fff !important;
	border-radius: 50px !important;
	font-weight: 500;
	padding: 10px 30px;
}

.news .block-info a.read_more_link:hover{
	border: 1px solid #2f4678 !important;
	color: #2f4678 !important;
	background: none !important;
}

.testimonial-page .widget-content button:hover,
.contact-page form button:hover{
	background: #2f4678 !important;
	color: #fff !important;
}

.news{
	margin-bottom: 20px;
}

.footer p {
  color: #FFF !important;
}

.testimonial-page .MsoNormal{
  margin-left: 0 !important;
}
.testimonial-page h1.MsoListParagraph{
  margin-left: 23px !important;
}

.flip-card-inner{
	box-shadow: none !important;
}

.question {
	font-size: 1.2rem;
	font-weight: 600;
	padding: 20px 80px 20px 20px;
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	background: #2f4678;
	color: #fff;
	border-radius: 5px 5px 0 0;
}

.question::after {
	content: "\002B";
	font-size: 1.7rem;
	position: absolute;
	right: 20px;
	transition: 0.2s;
	border: 2px solid #fff;
	padding: 5px 10px;
	border-radius: 50px;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
	max-height: 0;
	overflow: hidden;
	transition: 0.3s;
	background-color: #fff;
	border: 2px solid #808080 !important;
	border-top: none !important;
	border-radius: 0 0 4px 4px;
	color: #333;
}

.answer {
  padding: 11px 20px 16px;
  line-height: 1.5rem;
}

.row.reason-section .container{
	margin-bottom: 10px;
}

ul.accordion{
	display: none;
}

.dentist-work{
	margin-bottom: 50px;
}

.dentist-work .mail_title.section-title h1.animate-charcter{
	    padding-bottom: 35px;
}

.floatingchat-container-wrap,
.floatingchat-container-wrap-mobi{
	display: none !important;
}

.welcome-message .right-video video{
	height: 260px;
	width: 100%;
}

.why_choose_section h1.animate-charcter{
	margin-bottom: 25px;
}

.reason-section h1.animate-charcter{
   margin: 25px 0;
}
.testimonials h1.animate-charcter{
   margin-bottom: 25px;
}

.latest-news h1.animate-charcter{
	margin-bottom: 20px;
}

.services-wrap h1.animate-charcter{
	margin-bottom: 25px;
}

.logo-brant.animation{
	min-width: auto ;
}

.testimonials.appointment-form .primary.button:hover{
	background: none;
	border: 1px solid #fff;
}

.content-area.testimonial-page{
	margin-bottom: 40px;
}

.search-page .provide-current h3{
	color: #333 !important;
}

.testimonials .flip-card{
	width: auto;
}


.testimonials .testo-box .testimonial p:nth-child(3){
	    height: 111px;
}


.tp-caption.Newspaper-Title-Centered.layer2.tp-resizeme.rs-parallaxlevel-0{
	padding-left: 170px !important;
}


li.address-icon{
	position: relative;
}

li.address-icon .fa-map-marker{
	position: absolute;
	top: -9px;
	left: 3px;
}

.welcome-message .MsoNormal span,
.icon_description_text p,
.tablist .leftTabel span,
.aboutText strong span,
.testimonial-page p span,
.testimonial-page strong span,
p.MsoNormal{
	font-size: 16px !important;
	color: #000 !important;
	font-weight: 500;
}

.icon_description h4{
	font-size: 22px;
}

.dentist-work .flip-card-back .work_hover p{
  font-size: 16px !important;
	color: #000 !important;
	font-weight: 500;
}

.main-banner .Modern-Slider .slick-dots li{
	background: #2f4678 !important;
}


.Modern-Slider .item .img-fill img{
	filter: none !important;
	width: 100%;
	object-fit: cover;
}

.itemTab:nth-child(2) i.fa-user-md,
.itemTab:nth-child(3) i.fa-user-md,
.itemTab:nth-child(4) i.fa-user-md{
   font-size: 0;
}

.itemTab:nth-child(2) i.fa-user-md:after{
   content: "\f0ae";
   display: inline-block;
   vertical-align: middle;
   font-weight: 900;
   font-size: 45px;
}

.itemTab:nth-child(3) i.fa-user-md:after{
   content: "\f21d";
   display: inline-block;
   vertical-align: middle;
   font-weight: 900;
   font-size: 45px;
}


.itemTab:nth-child(4) i.fa-user-md:after{
   content: "\f0ac";
   display: inline-block;
   vertical-align: middle;
   font-weight: 900;
   font-size: 45px;
}

#formAppointments input,
.contact-form input{
	padding-right: 20px;
  padding-left: 20px;
  border-radius: 50px;
}

#formAppointments textarea,
.contact-form textarea{
	border-radius: 15px;
	padding-right: 20px;
  padding-left: 20px;
}


.footer ul.address li{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer ul.address li .icon_img{
  width: 16%;
}

.footer ul.address li .icon_img img{
  width: 27px;
}

.footer ul.address li .icon_text{
  width: 82%;
}

#loader_teeth {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
/* 	color: #1e2d78; */
	background-color: #EAEAEA;
}

#loader_teeth img{
	width: 100px;
	height: 100px;
}

.our_meet_sec .dr_ox img{
	width: 100%;
}

.our_meet_sec .dr_ox{
	position: relative;
}

.our_meet_sec .dr_ox .social{
    padding: 0;
    margin: 0;
    position: absolute;
    top: 16%;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    right: 8%;
}

.our_meet_sec .dr_ox:hover .social{
	opacity: 1;
}

.our_meet_sec .dr_ox .social li{
	margin-bottom: 10px;
}

.our_meet_sec .dr_ox .social li:nth-child(1) a{
	padding: 6px 10px;
}

.our_meet_sec .dr_ox .social li a{
	color: #fff;
  background: #2f4678;
  border-radius: 50px;
  padding: 6px 8px;
}

.team_member_box{
	box-shadow: 0 0 23px -17px #2f4678;
	margin-bottom: 35px;
}

.our_meet_sec .dr_name{
	padding: 16px 15px 4px;
}

.our_meet_sec .dr_name h4{
  margin-bottom: 0;
}

.our_meet_sec .section-title h1{
	margin-bottom: 0;
}

.our_meet_sec .section-title p{
	font-weight: 600;
	margin-bottom: 30px;
}