/*
Theme Name: VW Dentist Pro
Theme URI: https://www.vwthemes.com/themes/dentist-wordpress-theme/
Author: VW Themes
Author URI: https://www.vwthemes.com/
Description: Dentist WordPress Theme is well designed and being versatile, it is associated with many features. It has the potential to work with any type of niche and the main purpose is to excel the websites related to dental health. Being multipurpose, it is not only used for dental field but for clinics related to any medical field associated with dentistry and it is also an excellent choice for the dental hospitals as well. When you go for the installation of this theme, you have the selection choice between full width as well as boxed theme layout.
Version: 1.2.8
Requires at least: 4.7 
Requires PHP: 5.2.4
License: GNU General Public License
License URI:license.txt
Text Domain: vw-dentist-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
VW Dentist Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2019.
VW Dentist Pro WordPress Theme is released under the terms of GNU GPL
*/
/* Basic Style */
:root{
  --color-ffffff:#ffffff;
  --color-6c6c6c:#6c6c6c;
  --color-000000:#000000;
  --color-222222:#222222;
  --color-383838:#383838;
  --color-7a7a7a:#7a7a7a;
  --color-424648:#424648;
  --color-07a7e3:#07a7e3;
  --color-7f8391:#7f8391;
  --color-686868:#686868;
  --color-2d3b3e:#2d3b3e;
  --color-898989:#898989;
  --color-333333:#333333;
  --color-3c5a99:#3c5a99;
  --color-00c8ff:#00c8ff;
  --color-8fa3aa:#8fa3aa;
}
:root{
  --font-poppins:'Poppins',sans-serif;
  --font-Oswald:'Oswald';
  --font-Roboto:'Roboto';
}
html body,img{
  margin:0; 
  padding:0; 
}
html body{
  -ms-word-wrap:break-word; 
  word-wrap:break-word; 
  background-color:var(--color-ffffff); 
  position:relative; 
  font:300 15px var(--font-poppins);
  color: var(--color-6c6c6c);
}
label {
  margin-bottom: 0 !important;
}
img{
  border:none; 
  max-width:100%; 
  height:auto;
}
section img{
  max-width:100%;
}
h1,h2,h3,h4,h5,h6{ 
  margin:0;
  padding:10px 0;
  letter-spacing: 1px;
  font-family: var(--font-poppins);
  color:var(--color-000000);
}
p{
  margin:0 0 15px; 
  padding:0;
  font-size:15px;
  font-weight:300;
}
p, ul li a{
  letter-spacing: 0px;
}
body a{
  text-decoration:none; 
  color:var(--color-222222);
}
a:hover{
  text-decoration:none; 
  color:#666;
}
a:focus,a:hover{
  text-decoration:none !important;
}
ul,ol{ 
  margin:0 0 0 15px; 
  padding:0;
}
ul li, ol li{font-size: 14px;}
:hover{-webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  max-width: 450px;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: var(--color-383838);
}
blockquote:before,blockquote:after {
  display: block;
  font-size: 80px;
  position: absolute;
  color: var(--color-7a7a7a);
}
blockquote:before {
  content: "\201C";
  left: 0px;
  top: -10px;
}
blockquote:after {
  content: "\201D";
  right: 0px;
  bottom: -10px;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
blockquote cite:before {
  content: "\2014 \2009";
}
small{
  font-size:14px !important;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="phno"],input[type="password"],textarea{
  border:1px solid var(--color-424648);
  font-size:16px;
  padding:10px 10px; 
  margin:0 0 0px 0;
  height:auto;
  width: 100%;
  background: transparent;
}
section{
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px 0;
}
select{
  width: 100%;
  padding: 6px;
}
input[type="submit"] {
  padding: 10px 20px;
  font-weight: bold;
  color: var(--color-ffffff);
  text-transform: uppercase;
  border: none;
  background-color: var(--color-07a7e3) !important;
}
input[type="submit"]:hover{
  cursor: pointer;
}
textarea {
  height: 80px;
}
.bounce, .flash, .pulse, .shake, .swing, .tada, .wobble, .bounceIn, .bounceInDown, .bounceInLeft, .bounceInRight, .bounceInUp, .bounceOut, .bounceOutDown, .bounceOutLeft, .bounceOutRight, .bounceOutUp, .fadeIn, .fadeInDown, .fadeInDownBig, .fadeInLeft, .fadeInLeftBig, .fadeInRight, .fadeInRightBig, .fadeInUp, .fadeInUpBig, .fadeOut, .fadeOutDown, .fadeOutDownBig, .fadeOutLeft, .fadeOutLeftBig, .fadeOutRight, .fadeOutRightBig, .fadeOutUp, .fadeOutUpBig, .flip, .flipInX, .flipInY, .flipOutX, .flipOutY, .lightSpeedIn, .lightSpeedOut, .rotateIn, .rotateInDownLeft, .rotateInDownRight, .rotateInUpLeft, .rotateInUpRight, .rotateOut, .rotateOutDownLeft, .rotateOutDownRight, .rotateOutUpLeft, .rotateOutUpRight, .slideInDown, .slideInLeft, .slideInRight, .slideOutLeft, .slideOutRight, .slideOutUp, .rollIn, .rollOut, .zoomIn, .zoomInDown, .zoomInLeft, .zoomInRight, .zoomInUp, .slideInUp{
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible!important;
}
.wp-caption,.wp-caption-text,.gallery-caption,.bypostauthor{
  margin:0;
  padding:0;
}
.wp-caption{
  font-size:13px;
  max-width:100%;
}
.carousel-inner{
  margin: 0;
}
.screen-reader-text {
  position: absolute;
  top:-9999em;
  left:-9999em;
}
.alignleft,img.alignleft,.alignright, img.alignright{
  display: inline; 
  padding:5px;
  margin-bottom:10px;
}
.alignleft,img.alignleft{
  float: left; 
  margin-right:20px; 
  margin-top:4px;
}
.alignright, img.alignright { 
  float: right; 
  margin-left:25px;
}
.aligncenter, img.aligncenter { 
  clear: both; 
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  margin-top:0;
  padding:5px; 
}
.comment-list .comment-content ul { 
  list-style:none; 
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
table, td, th {
  border: 1px solid black;
}
/*-------------------------- Calendar widget --------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}
.widget.widget_calendar table {
  margin: 0;
}
.widget.widget_calendar td, .widget.widget_calendar tr, .widget.widget_calendar th {
  border: 1px solid var(--color-ffffff);
  color: var(--color-000000);
}
#vw_footer .widget.widget_calendar td, #vw_footer .widget.widget_calendar tr, #vw_footer .widget.widget_calendar th {
  color: var(--color-7f8391);
}
.widget_calendar td,.widget_calendar th {
  line-height: 1.5625;
  padding: 0;
  text-align: center;
}
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 0em;
  color: var(--color-7f8391);
  padding-left: 15px;
  caption-side: top;
}
.widget_calendar tbody a {
  background-color: #bbb;
  color: var(--color-ffffff);
  display: block;
  font-weight: 700;
}
.widget_calendar tbody a:hover,.widget_calendar tbody a:focus {
  background-color: var(--color-686868);
  color: var(--color-7f8391);
}
.widget th,.widget td {
  padding: 0.5384615385em;
}
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/*----------------------  index ---------------------------*/
.post-section {
  padding: 20px 0;
}
.postwrapper-box{
  border: 2px solid #eeeeee;
}
.cat-box {
  background: url(images/cat-icon.png) no-repeat 1px 3px;
  padding: 0 0 0 25px;
  font-style: italic;
  font-weight: bold;
  margin: 15px 0 30px 0;
}
.date-box {
  background: url(images/date.png) no-repeat 1px 3px;
  padding: 0 0 0 25px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 15px 0;
}
/*------------------------- Headings --------------------------*/
section h2{
  font-weight:bold;
  padding:0;
  margin-bottom: 20px;
  color: var(--color-000000);
  padding: 0 0 10px;
  margin: 0;
  letter-spacing: 3px;
}
section h3 {
  font:500 35px var(--font-Oswald);
  letter-spacing: 2px;
  color: var(--color-222222);
  padding: 0;
}
section h4{
  color:var(--color-000000); 
  font-size:20px;
}
section h5{
  color:var(--color-333333); 
  font-weight:bold;
  margin:0 0 10px 0; 
  padding:0;
}
.innerbox{
  background-size:100% 100%;
}
#about {
  -vendor-animation-duration: 3s;
  -vendor-animation-delay: 2s;
  -vendor-animation-iteration-count: infinite;
}
/*--------------------- Section Heading------------------------*/
.section-heading{
  text-align: center;
}
.section-heading h3 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.section-heading p {
  margin: 0;
  padding: 10px 0;
}
.head_white{
  color: var(--color-ffffff);
}
.head_black{
  color: var(--color-000000);
}
/*---------------- Banner ----------------------*/
.inner_banner img, .title-box img {
  width: 100%;
}
.main_title {
  margin-top: 20px;
}
.main_title h1{
  padding: 0;
  margin-bottom: 22px;
  font:normal 36px var(--font-Oswald);
  color: var(--color-2d3b3e);
  letter-spacing: 2px;
}
/* --------- Social Icon Widget ------- */
.social_widget a {
  color: var(--color-ffffff);
  padding: 7px 7px;
  margin-right: 7px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 50%;
}
.social_widget a i {
  font-size: 13px;
  letter-spacing: 3px;
  width: 20px;
  text-align: center;
}
/* --------- search Page ------- */
.postbox h6 {
  font-weight: bold;
}
/* --------- Blog Page ------- */
.postbox-content .post-text{
  font-size: 18px;
  color: var(--color-898989);
  font-family: var(--font-Roboto);
  line-height: 28px;
}
.postbox h3{
  font-weight:normal;
  font-size:35px;
  text-align: center;
}
.blogimg-full img{
  width: 100%;
}
.metabox img {
  border-radius: 50%;
  margin-left: 30%;
}
.postbox {
   margin-bottom: 39px;
   border: none;
   border-radius: 6px;
   -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  padding: 20px;
}
.postbox h2{
  margin:0 0 5px; 
  font-weight:bold;
}
.widget_recent_entries li {
  padding: 10px 0;
}
.postbox  a.blogbutton {
  background:none;
  font-weight:bold; 
  padding:6px 25px;
  border:1px solid var(--color-000000); 
  color:var(--color-000000); 
  font-size:18px;
  text-transform:uppercase;
  margin:25px 0 0 0;
  display:table;
}
.metabox {
  color: var(--color-000000);
  padding: 5px 0;
  clear: both;
  margin: 10px 0;
}
.metabox .entry-date{
  margin:0 13px 0 0;
}
.metabox .entry-author{
  padding: 0 0 0 20px;
  margin:0 20px 0 0;
}
.metabox .entry-author a,.logged-in-as a{
  color: var(--color-000000);
}
.metabox .entry-comments{
  padding: 0 0 0 20px;
}
#vw_comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}
#vw_dentist_sidebar span.comment-author-link {
   margin-left: 14px;
}
.post-featured img {
  width: 100%;
}
.authordetails{
  padding: 30px 0;
}
.authordetails .author_links{
  padding-left: 17%;
  font-weight: bold;
  margin-bottom: 7px;
}
.authordetails .b-content {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #90939c;
  font-family: var(--font-Roboto);
  font-style: italic;
}
.authordetails ul {
  list-style-type: none;
  margin-left: 18%;
  margin-top: 10px;
  position: relative;
}
.authordetails ul li {
  display: inline;
}
.authordetails ul li a i {
  background-color: var(--color-000000);
  padding:15px 15px 9px 15px;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.authordetails img{
  border-radius: 50%;
}
/* --------- Inner Pages --------- */
.more_info a {
  background: var(--color-333333);
  color: var(--color-ffffff);
  padding: 10px;
  border-radius: 20px;
}
.more_info {
  margin: 20px 0;
}
.more_info a:hover {
  background: var(--color-ffffff);
  color: var(--color-333333);
}
ol.carousel-indicators li {
  max-width: 10px;
  padding: 5px;
  color: var(--color-333333);
  border:2px solid var(--color-ffffff);
  background-color: transparent;
  margin-right: 10px;
  border-radius: 50%;
  width: auto;
  height: auto;
}
/* ----------------------- POST---------------------- */
a.page-numbers, span.page-numbers.current {
  padding: 10px !important;
  background-color: var(--color-07a7e3);
  color: var(--color-ffffff) !important;
  border: 1px solid var(--color-07a7e3);
}
.navigation span.page-numbers.current{
  background-color: var(--color-ffffff);
  border: 1px solid var(--color-07a7e3);
  color: var(--color-000000) !important;
}
#blog{
  padding-top:0;
  margin-top:0;
}
.blog-post h5{
  text-transform:uppercase;
  color: var(--color-000000);
}
aside#search-3 {
  padding: 0 !important;
}
.bradcrumbs{
  padding:30px 0;
}
.bradcrumbs a{
  background:var(--color-222222); 
  color:var(--color-ffffff);
  padding:5px 15px;
  margin-right:5px;
}
.bradcrumbs span{
  background:#dddddd; 
  color:var(--color-000000);
  padding:5px 15px;
}
/*------------------ Comments BOX ------------------*/
#vw_comments{
  float: left;
  width: 100%;
  margin-top: 10px;
}
#vw_comments h2.comments-title{
  font-size:20px; 
  font-weight:bold;
}
#vw_comments h3.comment-reply-title{
  font-size:20px; 
  font-weight:bold;
  clear:both;
}
#vw_comments input[type="text"],#vw_comments input[type="email"],#vw_comments textarea{
  padding:12px 10px; 
  font-size:18px;
}
#vw_comments input[type="submit"].submit {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  color: var(--color-ffffff);
  text-transform: uppercase;
  border-top: none;
  border-radius: 40px;
  background-color: var(--color-07a7e3);
}
#vw_comments a time{
  color:var(--color-000000);
  font-weight:bold;
  font-size:12px;
}
#vw_comments .reply{
  text-align:right;
}
#vw_comments .comment-metadata{
  width:90%;
  float:left;
  padding:1% 0 0 0;
}
#vw_comments .comment-content{
  width:90%;
  text-align:left;
  margin-left:7%;
}
#vw_comments .comment-author{  
  margin-bottom: 1em;
}
#vw_comments h2#reply-title {
  display: inline-table;
  font-family: var(--font-Oswald);
}
#vw_comments .comment-author.vcard img {
  padding: 2px;
}
.post-navigation a:hover .post-title, .post-navigation a:focus .post-title {
  color: var(--color-07a7e3) !important;
}
/* -------- Icon Hover ----------- */
/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* ---------------- Button Effects --------------- */
/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
/* ------------ Owl Carousel ---------- */
.owl-carousel .owl-dots button{
  width: 10px;
  height: 10px;
  border:2px solid var(--color-222222) !important;
  border-radius: 50%;
  margin-right: 10px;
}
.owl-carousel .owl-dots .active{
  background-color: #13455e;
  border:2px solid #13455e !important;
  outline: none;
}
/*--------------- Sidebar -----------------*/
/* Sidebar */
#vw_dentist_sidebar td#prev a {
 color: var(--color-6c6c6c);
}
#vw_dentist_sidebar caption {
 font-weight: bold;
 color: var(--color-6c6c6c);
 font-size: 20px;
}
#vw_dentist_sidebar table,#vw_dentist_sidebar th,#vw_dentist_sidebar td {
 border: 1px solid #e1e1e1;
 text-align: center;
}
#vw_dentist_sidebar td {
 padding: 7px;
 color: var(--color-6c6c6c);
}
#vw_dentist_sidebar th {
 text-align: center;
 padding: 5px;
 color: var(--color-6c6c6c);
}
#vw_dentist_sidebar select {
 padding: 10px 5px;
 border: solid 1px #e1e1e1;
 color: var(--color-6c6c6c);
 background: transparent;
}
#vw_dentist_sidebar form{
 text-align: center;
}
#vw_dentist_sidebar h3 {
  font:600 24px var(--font-Oswald);
  color: var(--color-222222);
  padding-bottom: 15px;
  margin-bottom: 11px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
}
#vw_dentist_sidebar input[type="search"] {
 padding:10px 10px;
 font-size:15px;
 margin-bottom: 10px;
 color:var(--color-6c6c6c);
 border: solid 1px #e1e1e1;
 width: 100%;
}
#vw_dentist_sidebar label{
 margin-bottom: 0;
 width: 100%;
}
#vw_dentist_sidebar input[type="submit"]{
 background-color :var(--color-07a7e3);
 color:var(--color-ffffff);
 padding:10px 0;
 font-size:12px;
 width: 100%;
 letter-spacing: 2px;
 font-weight: bold;
}
#vw_dentist_sidebar .widget {
 padding: 20px;
 border: 1px solid var(--color-07a7e3);
 margin-bottom: 50px;
}
#vw_dentist_sidebar ul {
 list-style: none;
 margin: 0;
 padding: 0;
 font-size: 17px;
}
#vw_dentist_sidebar ul li{
  font:600 15px var(--font-poppins);
  color: #343434;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}
#vw_dentist_sidebar ul li:last-child{ 
  border:none;
}
#vw_dentist_sidebar ul li a {
  font:600 15px var(--font-poppins);
  color: #343434;
}
#vw_dentist_sidebar .tagcloud a{
 border: solid 1px #e1e1e1;
 color:var(--color-6c6c6c);
 font-size:15px !important;
 padding:5px 18px;
 margin:0 0 5px;
 display:inline-block;
}
span.credit_link a {
  font:400 14px var(--font-Oswald);
  letter-spacing: 1px;
  line-height: 30px;
  color: #6e95a9;
}
.single-post-content p{
  font-size: 18px;
  color: var(--color-898989);
  font-family: var(--font-Roboto);
  line-height: 28px;
}
.outer_dpage p{
  font-size: 16px;
  color: var(--color-8fa3aa);
  font-family: var(--font-Roboto);
  line-height: 28px;
}
/*------------- Page -----------------*/
.title-box{
  color:var(--color-ffffff);
  text-transform:uppercase;  
  font-weight:bold;
  text-align:center;
  margin-bottom:25px;
}
.title-box img{
  width:100%;
}
.title-box h1 {
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.58);
}
.above_title {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 10%;
}
.read-moresec{
  margin:2% 0;
}
.middle-content {
  padding-bottom: 20px;
}
.shrtcod-pg{
  border:1px solid #bbb;
}
.shrt_socio i{
  border: 1px solid #bbb;
  padding: 10px;
  margin-right: 10px;
}
/*---------------- Contact Us Widget ----------------*/
.contact_us_icon i {
  color: var(--color-07a7e3);
  margin: 10px 0;
  font-size: 24px;
}
.widget_recent_entries li a {
  font-size: 14px;
}
.widget_recent_entries span.post-date {
  width: 100%;
  float: left;
  margin-bottom: 11px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #aca9a9;
  font-family: var(--font-Roboto);
}
/*---------------- Pagination ----------------*/
.navigation {
  font-size:14px; 
  font-weight:bold;
  margin: 10px 0;
}
.navigation a {
  padding: 0;
}
.navigation span, .navigation a {
  display: block;
  float: left;
  padding: 10px 15px 0 15;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #5b5b5b;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  font-weight: normal;
}
.navigation span.meta-nav {
  font-weight: bold;
}
.navigation .current{
  background: var(--color-333333); 
  color:var(--color-ffffff);
  font-weight:normal;
}
/* ------------- Category --------------------*/
.category-page h4{
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories li{
  display: inline-block;
}
ul.post-categories li:after{
  content: ' ,';
}
ul.post-categories li:last-child:after{
  content: '';
}
ul.post-categories a {
  color: var(--color-333333);
}
.content_boxes {
    padding: 0;
    border: none;
}
.post_ctg span {
  float: left;
  margin-right: 7px;
}
/*-------------- Main Title ---------------*/
.share_icon i {
  padding: 10px 10px 10px 8px;
  margin: 0 0;
  color: var(--color-ffffff);
  background-color: var(--color-333333);
  width: 36px;
  margin: 0 4px;
  text-align: center;
}
.share_icon i.fab.fa-facebook-f{
  background-color: var(--color-3c5a99);
}
.share_icon i.fab.fa-linkedin-in{
  background-color: #007bb5;
}
.share_icon i.fab.fa-google-plus-g{
  background-color: #da4835;
}
.share_icon i.fab.fa-twitter{
  background-color: #55acee;
}
.services_inner h4, .services_inner .short_text {
    color: var(--color-ffffff);
}
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}
button.owl-next, button.owl-prev {
  background: #1e202c;
}
button.owl-prev,button.owl-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 20px;
  outline: none;
}
button.owl-prev {
  left: -10px;
}
button.owl-next {
  right: -10px;
}
button.owl-next i, button.owl-prev i{
  color: var(--color-ffffff);
}
/*-------------- Woocommerce ---------------*/
.woocommerce .summary h1 {
  font-size: 28px;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 20px;
}
.woocommerce .quantity input{
  padding: 5px 0px;
}
.woocommerce button.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: var(--color-07a7e3);
  border-radius: 0;
  padding: 10px 14px;
  color: var(--color-ffffff);
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price{
  color: var(--color-07a7e3);
}
#contentwoocom {
  padding: 20px 15px;
}
h2.woocommerce-loop-product__title {
  text-align: center;
}
.woocommerce ul.products li.product .price{
  text-align: center;
}
.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  text-align: center;
  margin: 0 auto;
  display: table;
  margin-bottom: 20px;
}
li.product {
  border: 1px solid #ddd;
  padding-bottom: 17px;
}
.woocommerce span.onsale{
  background-color: var(--color-07a7e3);
}
.woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2{
  max-width: 100%;
}
input#password, input#reg_password {
  padding: 10px;
}
.woocommerce div.product form.cart .variations select{
  background-color: var(--color-ffffff); 
}
.u-column1.col-1.woocommerce-Address, .u-column2.col-2.woocommerce-Address {
  width: 100%;
  max-width: 100%;
}
.woocommerce a.added_to_cart {
  padding: 0 .5em .5em;
  display: inline-block;
}
.woocommerce h1,.woocommerce h2,.woocommerce h3{
  font-family: var(--font-Oswald);
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
  width: 53%;
}
.woocommerce .woocommerce-MyAccount-navigation ul{
  list-style-type: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a{
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #1f1e1e;
  font-family: var(--font-Roboto);
}
.woocommerce form .form-row.woocommerce-invalid label{
  color:var(--color-8fa3aa);
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
  background: #111111;
  color:var(--color-ffffff);
}
.woocommerce .form-row{
  display: unset;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
  width: 100%;
}
.woocommerce #order_review table th{
  text-align: left;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
  padding: 20px;
}
/* ----------- Unit Testing ------------- */
.outer_dpage table,.outer_dpage table th{
  text-align: center;
}
/* -------- Mozilla Css ---------------- */
@-moz-document url-prefix() {
  #vw_slider h5 {
    display: inline-block;
  }
  #about-us .about-sub-head{
    display: inline-block;
  }
  #our-services .services-heading{
    display: inline-block;
  }
  #our-doctors .our-doctors-head .services-heading {
    display: inline-block;
  }
  #our-patients .our-patients-head .patients-heading{
    display: inline-block;
  }
  #our-partners .our-partners-head .partners-heading{
    display: inline-block;
  }
  .sticky .vw_header-wrap .header-menu-box1:before {
    border-bottom: 59px solid #13455e;
  }
  #appointment .appointment-form h5{
    display: inline-block;
  }
  #our-blogs .blog-heading{
    display: inline-block;
  }
}
/* ----------- Spinner ------------- */
.spinner-loading-box  {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4ea6c0;
  z-index: 2;
  cursor: pointer;
  z-index: 9999;
  text-align: center;
}
.spinner-loading-box .lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.spinner-loading-box .lds-ripple div {
  position: absolute;
  border: 4px solid var(--color-ffffff);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.spinner-loading-box .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
/* ----------- Background Attachment ------------ */
.section_bg_scroll{
  background-attachment: scroll;
}
.section_bg_fixed{
  background-attachment: fixed;
}
input#_customize-input-logo_size {
    width: 100%;
}
a:not([href]):not([tabindex]) {
    color: #fff !important;
}