/*
Theme Name: Doorva
Description: The Doorva theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Author: Vikas Agarwal
Version: 1.0
*/

/* =WordPress Core
-------------------------------------------------------------- */
.npf{display: none !important}

.media {
    display: block;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link::after {
	display: none;
}
ul.navbar-nav > li > a i {
  display: none;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
img.alignleft {
    margin: 12px 24px 12px 0;
    margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
    margin: 12px 0 12px 24px;
    margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
    margin-top: 12px;
    margin-top: 0.857142857rem;
    margin-bottom: 12px;
    margin-bottom: 0.857142857rem;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
    max-width: 100%;
    height: auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.chaty-widget.desktop_active.mobile_active {
    bottom: 60px !important;
}
.blinking{
	animation:blinkingText 0.8s infinite;
}
@keyframes blinkingText{
	0%{		color: #093acb;	}
	49%{	color: #093acb;	}
	50%{	color: #ff0000;	}
	99%{	color: #ff0000;	}
	100%{	color: #ff0000;	}
}

.fixed-oline-counsultion-btn {
    bottom: 0;
    padding: 0;
    position: fixed;
    z-index: 2147483647;
    top: 100%;
    margin: 0;
    margin-top: -39px;
    width: 20%;
    border: none;
    text-align: center;
    right: 0;
	border-radius: 20px 20px 0 0;
}
.fixed-oline-counsultion-btn a {
    width: 100%;
    text-align: center;
    background-color: #004983;
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 6px 0;
    border: 1px solid #004983;
    border-radius: 20px 20px 0 0;
}
@media only screen and (max-width: 575px) {
  .fixed-oline-counsultion-btn {
    bottom: 0;
    padding: 0;
    position: fixed;
    z-index: 2147483647;
	top: 99%;
    margin: 0;
    margin-top: -39px;
    width: 100%;
    border: none;
    text-align: center;
    background: rgb(0, 73, 131);
}
.fixed-oline-counsultion-btn a {
    width: 100%;
    text-align: center;
    background-color: #004983;
    display: block;
    color: #fff;
    font-size: 22px;
    padding: 6px 0;
}
.quick-alo-phone-img-circle.notshake {
    bottom: 60px !important;
}
}
