/*
Theme Name: sriramakrishna
Theme URI: https://phantomthemes.com/items/ultrabootstrap-premium-wordpress-theme/
Author: phantomthemes
Author URI: https://phantomthemes.com
Description: Ultrabootstrap is a multipurpose Free Responsive WordPress Theme for creative bloggers & artist. It consists of Fullwidth Slider, Featured Posts, custom background, footer widget blog, custom color, social icons and welcome message in Homepage layout. Theme is beautifully handcrafted with minimalist design approach and based on Twitter Bootstrap and Underscore Framework. High quality clean code with Search Engine Optimized (SEO) and can be used as blog for businesses related to travel tour, health, yoga, gym,wedding, hair salons, furniture showcase, education, arts, sports and events etc. The theme can be customized from the Theme Options of Customizer and it comes with one click demo support. You may download this awesome and light weight theme. For support https://phantomthemes.com/support/ or view demo https://phantomthemes.com/view?theme=UltraBootstrap
Version: 1.2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ultrabootstrap
Tags: full-width-template, two-columns, grid-layout,right-sidebar, custom-logo, theme-options, news, photography, post-formats, footer-widgets, featured-images, rtl-language-support, featured-image-header, custom-menu, flexible-header, editor-style, custom-header, threaded-comments, custom-background, custom-colors, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ultrabootstrap is based on Underscores http://underscores.me/, (C) 2012-2015 phantomthemes.
Ultrabootstrap is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: poppins;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
    text-align: justify;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

    box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 0em;
    padding-left: 2em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */

    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {}

.main-navigation li:hover>a,
.main-navigation li.focus>a {}

.main-navigation ul ul:hover>a,
.main-navigation ul ul .focus>a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 1.5em 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */

    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## Main style starts here
--------------------------------------------------------------*/

body {
    font: 300 16px/22px poppins;
    color: #666;
    background-color: #f4f4f4;
    margin-top: 55px;
    font-family: poppins;
}

.btn {
    color: #fff !important;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 2px;
    padding: 5px 25px;
}

a,
a:visited {
    color: #f06421;
    text-decoration: none;
}

a:hover {
    color: #333;
}

img,
input,
.btn,
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    margin: 0;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 23px;
    margin: 0 0 10px 0;
}

h4,
h5,
h6 {
    font-size: 1em;
}

h4 {
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 6px;
    color: #333;
}

a.readmore {
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.spacer {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* .logged-in header .navbar-default {
    top: 32px;
} */
/*header*/

header .logo-tag {
    margin: 5px 0;
}

header .logo-tag h1 {
    margin: 6px 0;
    font-size: 1.5em;
}

header .logo-tag h1 a:hover {
    text-decoration: none;
}

header .logo-tag h2 {
    margin: 0;
    color: #666;
    font-size: 0.8em;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

header .navbar-collapse {
    padding: 0;
}

header .navbar-form {
    margin-top: 0;
    margin-bottom: 0;
}

header .navbar-form .main-search {
    position: relative;
}

.post-template-default.single.single-post article a {
    color: #f3631f;
}

header .navbar-form .main-search .btn .fa {
    font-size: 1.5em;
}

header .navbar-form .btn {
    background: #F66264;
    padding: 0 21px;
    box-shadow: none;
    border: none;
    color: #fff;
    text-shadow: none;
    line-height: 55px;
    border-radius: 0;
    outline: none !important;
}

header .navbar-form .search-box {
    position: absolute;
    right: 0;
}

header .navbar-form .search-box .well {
    border: none;
    border-radius: 0;
    padding: 10px;
    background: #fff;
    width: 250px;
}

header .navbar-form .search-box .well input {
    border: 0;
    border-radius: 0;
    background: #ddd;
    color: #000;
    font-size: 0.8em;
    width: 100%;
    box-shadow: none;
    padding: 10px;
}

header .navbar-form .nav {
    margin: 0;
}

header .navbar-default {
    background: none;
    border: none;
    margin: 0;
    background: #fff;
}

header .navbar-default .navbar-nav li a {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8em;
    line-height: 25px;
}

.navbar-nav>li>.dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 0;
}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
    box-shadow: none;
}

.navbar-right .dropdown-menu .dropdown-menu {
    left: 160px;
    top: -2px;
    border: none;
    border-radius: 0;
    padding: 0;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #F66062
}

/*header*/
/* theme slider */

.theme-slider .carousel-control {
    width: 5%;
    background: none;
}

.theme-slider .carousel-inner .item img {
    width: 100%;
}

.theme-slider .carousel-inner .item .slide-caption {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.theme-slider .carousel-inner .item .slide-caption h4 {
    color: #fff;
}

.theme-slider .carousel-inner .item .slide-caption .summary {
    font-size: 1em;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

.theme-slider .carousel-inner .item .slide-caption .summary p {
    margin: 0;
}

.theme-slider .carousel-inner .item .slide-caption .slide-caption-details {
    width: 45%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 25px;
}

.theme-slider .glyphicon-chevron-right:before,
.theme-slider .glyphicon-chevron-left:before {
    display: none;
}

/* theme slider */
/*welcome*/

.welcome {
    background: #fff;
    height: 302px;
}

.welcome div {
    height: 100%;
}

.welcome .message {
    background-color: #F66062;
    color: #fff;
    padding: 30px;
    position: relative;
}

.welcome .message h1 {
    position: absolute;
    top: 50%;
    font-size: 1.95em;
    text-transform: uppercase;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*welcome*/
/*post*/

.eq-blocks {
    margin-bottom: 30px;
}

.post-list .post-block {
    margin-bottom: 30px;
    background-color: #fff;
    overflow: hidden;
    height: 100%;
}

.post-list .post-block .summary {
    padding: 30px 30px 0 30px;
}

.post-list .post-block img {
    transform: scale(1);
}

.post-list .post-block img:hover {
    transform: scale(1.07);
}

.post-info {
    font-size: 0.8em;
}

.post-info a {
    margin-right: 5px;
}

.post-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 15px;
    float: left;
    width: 100%;
}

.post-info ul li {
    display: inline-block;
}


/*Filter*/
.searchandfilter ul {
    width: 90%;
    padding-left: 0;
}

.searchandfilter li {
    width: 25%
}

.searchandfilter li:before {
    display: none;
}

/*form.searchandfilter input[type="submit"] {background: #732593;border: unset;color: #fff;padding: 5px 20px;font-size: 14px;width: 100%;}*/
form.searchandfilter input.postform,
select#ofcategory {
    width: 100%;
    padding: 10px 14px;
    font-size: 14px;
    border: 1px solid #754291;
}

form.searchandfilter input[type="submit"] {
    width: 100%;
    padding: 10px 14px;
    font-size: 14px;
    border: 1px solid #754291;
    background: #764292;
    color: #fff;
}

form.searchandfilter input[type="submit"]:hover {
    background-color: #fff;
    color: #764292;
}

.searchandfilter h4 {
    display: none;
}

:focus-visible {
    outline: unset !important;
}

/*post*/
/*navigation*/

.navigation.posts-navigation {
    clear: both;
}

footer {
    background-color: #fff;
    padding: 15px 0;
    font-size: 1em;
}

footer .social a {
    font-size: 15px;
}

footer ul {
    margin: 0;
}

section.footers {
    background: white;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}

/*inside page*/

.page-title {
    margin-bottom: 30px;
}

.page-title h1 {
    font-size: 2em;
    font-weight: 400;
    color: #000;
    border-bottom: 2px solid #F66264;
    display: inline-block;
    padding-bottom: 10px;
}

/*inside page*/

.comments-area {
    margin-top: 30px;
    border-top: 1px dotted #ccc;
    padding-top: 30px;
}

.comments-area h2 {
    margin-bottom: 15px;
}

.comments-area ol {
    margin: 0;
    list-style: none;
}

.comments-area ol.comment-list {
    padding: 0;
}

.comments-area ol.comment-list article {
    margin-bottom: 15px;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}

.comments-area footer {
    background: none;
    padding: 0;
}

.comments-area .comment-form label,
.comments-area .comment-form input {
    display: block;
    font-weight: 300;
}

.comments-area .comment-form input,
.comments-area .comment-form textarea {
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    padding: 10px;
    width: 100%;
}

.comments-area .comment-form .form-submit input {
    background: #F66264;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: none;
}

@media (max-width: 991px) {
    h1 {
        font-size: 2em;
    }

    header .navbar-default .navbar-nav>li>a {
        padding: 15px 10px;
    }

    header .logo-tag h1 {
        font-size: 1em;
        margin-top: 15px;
    }

    .theme-slider .carousel-inner .item .slide-caption .summary {
        font-size: 1.25em;
        line-height: 20px;
    }

    .welcome {
        height: 358px;
    }
}

@media (max-width: 767px) {
    body {
        margin-top: 35px;
    }

    header .navbar-default .navbar-nav>li>a {
        padding: 5px 30px;
    }

    header .navbar-nav {
        display: block;
        margin-top: 0;
    }

    header .navbar-nav .dropdown-menu {
        margin-left: 5px;
        display: none !important;
    }

    header .navbar-nav .open .dropdown-menu {
        display: block !important;
    }

    h4 {
        margin-bottom: 10px;
    }

    header .logo-tag {
        margin: 4px 0 8px 15px;
    }

    .navbar-default .navbar-toggle {
        position: absolute;
        right: 0;
        background: #F66062;
        border: none;
        border-radius: 0;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }

    .main-search {
        display: none;
    }

    .theme-slider .carousel-inner .item .slide-caption {
        position: static;
        background: #333;
        padding: 15px 0;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .theme-slider .carousel-inner .item .slide-caption .summary {
        font-size: 1em;
        line-height: 15px;
    }

    .theme-slider .carousel-inner .item .slide-caption .slide-caption-details {
        width: 100%;
    }

    .theme-slider .carousel-control {
        display: none;
    }

    .spacer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .welcome {
        height: inherit;
    }

    .welcome .message {
        height: 150px;
    }

    .post-list .post-block {
        height: auto;
    }

    ul {
        margin: 0;
        padding-left: 15px;
    }
}


/**********Custom css*****************/
@font-face {
    font-family: poppins;
    src: url(/wp-content/themes/sriramakrishna/fonts/Poppins-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: poppins-blod;
    src: url(/wp-content/themes/sriramakrishna/fonts/Poppins-Bold.ttf);
    font-display: swap;
}

@font-face {
    font-family: Jimbos;
    src: url(/wp-content/themes/sriramakrishna/fonts/JimbosPrint-Bold-Italic.ttf);
    font-display: swap;
}

div#nav_menu-2 li,
div#nav_menu-3 li {
    list-style: none;
    display: inline-block;
}

div#nav_menu-2 li a,
div#nav_menu-3 li a {
    color: #676767;
    font-size: 14px;
}

div#custom_html-2,
div#nav_menu-2,
div#nav_menu-3 {
    margin: 0px;
}

footer {
    text-align: center;
}

body {
    margin-top: 200px;
}

.detail_content p {
    line-height: 1.6em;
}

.has-search .form-control {
    padding-right: 3.5rem;
    width: 100%;
    margin: 0 auto;
}

.navbar-header {
    width: 100%;
    display: flex;
    align-items: center;

}

.navbar-header {
    width: 100%;
}

section.logo-menu .col-md-4 .navbar-header .logo-tag img {
    width: 100%;
}

span.navbar-ser {
    cursor: pointer;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 3;
    display: block;
    width: 6.375rem;
    height: 4.375rem;
    line-height: 6.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaaaaa61;
}

.has-search .search-box-btn {
    position: absolute;
    z-index: 3;
    color: #aaaaaa61;
    top: 20px;
    right: 20px;
    background-color: transparent;
    border: none;
    font-size: 14px;
}

.main-search {
    margin: 10px 0px;
}

.srkh_nav_bar.nac-fixed {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 999;
    top: 140px;
    box-shadow: 0px 15px 10px -15px #00000073;
    background-color: #fff;
}

.srkh_nav_bar.nac-fixed nav.navbar.navbar-default.sub_navbar {
    border-bottom: none;
}

.info_txt,
.info_num,
.info_add {
    width: 80%;
    float: right;
    color: #222222;
}

.info_bx i {
    width: 20%;
    float: left;
    font-size: 25px;
    margin: 0 auto;
    text-align: right;
    padding-right: 8px;
}

.info_bx h3 {
    font-size: 14px;
    margin-bottom: 5px;
}

.info_bx span {
    font-size: 14px;
}

.info_bx .info_add {
    line-height: 1.1;
}

.info_bx {
    margin: 55px 0px !important;
}

.info_bx a {
    color: #222222;
}

.topbar-logo-slider-block {
    margin-top: 14px !important;
}

.topbar-logo-slider-block .item img {
    width: 30%;
    padding: 10px 0px;
}

nav.navbar.navbar-default {
    border-bottom: 1px solid #f1f1f1;
}

ul#menu-primary li a {
    color: #000;
    font-weight: 700;
}

ul#menu-primary li:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #f5631d;
    transition: width .3s;
}

ul#menu-primary li:hover::after {
    width: 100%;
}

.navbar-default .navbar-nav>.active>a {
    background-color: transparent;
}

ul#menu-primary li:hover a {
    background-color: transparent;
}

div#custom_html-2 h3 {
    font-size: 14px;
    margin-bottom: 0px;
    color: #676767;
}

div#nav_menu-2 ul,
div#nav_menu-3 ul {
    padding-left: 0px;
}

ul#menu-footer-menu1 li a {
    font-size: 16px;
}

ul#menu-footer-menu1 li a:hover {
    font-weight: 600;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 120px !important;
}

div#custom_html-3 h4 {
    border-bottom: 1px solid #cdcdcd;
    width: -webkit-fill-available;
    font-size: 20px;
    color: #504d4d;
    text-transform: none;
}

.wpforms-container ::-webkit-input-placeholder {
    /* Chrome and Safari */
    color: #676767;
}

div#wpforms-widget-2 input,
div#wpforms-widget-2 textarea {
    padding: 20px 10px;
    border-radius: 8px;
    color: #676767;
}

div#wpforms-widget-2 input,
div#wpforms-widget-2 textarea {
    padding: 20px 10px;
    border-radius: 8px;
    color: #504d4d !important;
    box-shadow: 1px 1px 7px 1px #ececec;
    font-family: poppins;
    border: 1px solid #ddd;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    float: right;
    background-color: #0096d8 !important;
    color: #fff !important;
    width: 20%;
    padding: 10px 0px;
    font-size: 18px;
    border-radius: 7px;
}

.widget_text.add_bx .custom-html-widget {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    padding: 23px 8px;
    text-align: center;
    border-radius: 10px;
    height: 153px;
}

.widget_text.add_bx .custom-html-widget p {
    text-align: center;
}

.widget_text.add_bx .custom-html-widget h4 {
    border-bottom: none;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: capitalize;
    color: #707070;
}

.widget_text.add_bx .custom-html-widget i {
    font-size: 18px;
    padding-right: 5px;
}

.widget_text.add_bx .custom-html-widget a {
    color: #676767;
}

div#custom_html-4 i {
    color: #0096d8;
}

div#custom_html-5 i {
    color: #ee0092;
}

div#custom_html-6 i {
    color: #6f2e8d;
}

div#custom_html-7 i {
    color: orange;
}

section.hme_banner {
    /* background-image: url(/wp-content/uploads/2020/09/Path-40.svg);*/
    background-repeat: no-repeat;
    background-position: bottom left;
    position: relative;
}

h2.ban_title {
    font-size: 40px;
    font-family: poppins-blod;
    line-height: 1.4em;
    color: #03004c;
    padding-top: 30%;
}

section.hme_banner button {
    background-color: #03004c;
    color: #fff;
    font-size: 20px;
    font-family: poppins;
    border: none;
    padding: 14px 22px;
    margin-top: 5%;
}

section.hme_banner button img {
    width: 28px;
    margin-right: 12px;
}



/* consult now slider style */
section.home_slider_online {

    background-image: url('/wp-content/uploads/2021/05/path-01.svg');
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
    background-size: 50%;
}

section.home_slider_online .col-md-6.hme-sld-lft {
    margin: 0% 0% 0% 6%;
}

section.home_slider_online h2.ban_title {

    font-size: 40px;
    font-family: poppins-blod;
    line-height: 1.4em;
    color: #03004c;
    padding-top: 20%;
}

section.home_slider_online .hme-sld-lft p.ban_para {
    font-size: 27px;
    color: #03004c;
    padding: 3% 0% 0% 0%;
}

section.home_slider_online .hme-sld-lft p.ban_para a {
    font-weight: 800;
    color: #03004c;
}

section.home_slider_online .hme-sld-lft p.call_btn_algn {
    padding: 3% 0% 0% 0%;
}

.hme-sld-lft button.phone_btn {
    background-color: #03004c;
    color: #fff;
    font-size: 20px;
    font-family: poppins;
    border: none;
    padding: 10px 30px;

}

.col-md-5.hme-sld-rht img#vaccinate_img {
    padding: 30px;
}

section.home_slider_online .hme-sld-rht {
    padding: 65px;
}

/* consult now slider css ends */

.teleconsult .col-md-4 {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    padding: 13px 10px;
    position: relative;
    background-color: #fff;
    text-align: center;
    margin-top: -3.5%;
    width: 32%;
    border-radius: 6px;
}

.teleconsult .col-md-7 h2 {
    font-family: poppins-blod;
    color: #03004c;
    font-size: 21px;
}

.teleconsult .col-md-7 p {
    color: #000;
    margin: 6px 0px;
    text-align: center;
}

.teleconsult .col-md-7 i {
    float: right;
    margin-right: 14px;
    font-size: 26px;
    color: #03004c;
}

section.about_us {
    margin: 50px 0px;
}

section.about_us .col-md-5 h3 {
    font-family: Jimbos;
    color: #6f2e8d;
    font-size: 43px;
}

section.about_us .col-md-5 h2 {
    color: #232323;
    font-family: poppins-blod;
    font-size: 33px;
}

section.about_us .col-md-5 p {
    font-size: 17px;
    line-height: 1.6em;
    color: #232323;
    text-align: justify;
}

section.about_us .col-md-5 button {
    background-color: #6f2e8d;
    font-size: 20px;
    font-family: poppins;
    border: none;
    padding: 14px 22px;
    margin-top: 5%;
    color: #fff;
}

section.about_us .col-md-5 button img {
    width: 28px;
    margin-right: 12px;
}

section.about_us .col-md-5 {
    padding: 0px 42px;
}

img.about_pat {
    position: absolute;
    top: -36px;
    left: -47px;
}

.years_serv {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    padding: 23px 15px;
    text-align: center;
    border-radius: 10px;
    width: 280px;
    color: #232323;
    font-size: 23px;
    position: absolute;
    right: 98px;
    bottom: 1%;
    height: 170px;
}

.years_serv span {
    font-size: 69px;
    font-family: poppins-blod;
    color: #6f2e8d;
    display: block;
    margin-top: 37px;
    margin-bottom: 31px;
}

section.core_values {
    padding: 80px 0px;
    position: relative;
}

section.core_values h3 {
    font-family: Jimbos;
    color: #f5631d;
    font-size: 43px;
    text-align: center;
    position: relative;
}

section.core_values h2 {
    color: #232323;
    font-family: poppins-blod;
    font-size: 33px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

section.core_values p {
    font-size: 17px;
    text-align: center;
    padding: 0% 36%;
    line-height: 1.7em;
    margin-bottom: 40px;
    position: relative;
    color: #232323;
}

section.core_values .col-md-3 h2 {
    font-size: 18px;
    text-align: left;
    margin: 20px 0px;
}

section.core_values .col-md-3 p {
    padding: 0px;
    text-align: left;
    padding-right: 35px;
}

section.core_values .col-md-3 p span {
    display: block;
    margin-bottom: 20px;
}

section.core_values:before {
    content: '';
    position: absolute;
    top: 63px;
    left: 0;
    height: 83%;
    width: 100%;
    background: #fef0ed;
    transform: skew(0deg, 3deg);
}

img.our_patt {
    position: absolute;
    margin-top: -90px;
}

section.didgital_app {
    padding: 5% 0%;
}

.didgital_app h2 {
    color: #232323;
    font-family: poppins-blod;
    font-size: 33px;
    text-align: center;
    line-height: 1.4em;
}

.digital_apn {
    margin: 6% 0px;
    position: relative;
}

.digital_apn .col-md-4 {
    padding-right: 0px;
}

.digital_apn .col-md-8 {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    margin-top: 27px;
    padding-left: 17px;
    height: 213px;
    margin-left: -3px;
    padding: 40px 20px;
}

.digital_apn .col-md-8 h2 {
    text-align: left;
    font-size: 22px;
    margin-bottom: 10px;
}

.digital_apn .col-md-4 img {
    width: 100%;
    height: 242px;
}

.digital_apn .col-md-8 p {
    font-size: 17px;
    color: #232323d4;
    padding-right: 30px;
}

.digital_apn .col-md-8 button {
    background-color: #0096d8;
    color: #fff;
    border: none;
    padding: 10px 10px;
    font-size: 15px;
}

img.digital_pattern {
    float: right;
    position: absolute;
    right: -50px;
    z-index: -1;
    top: 132px;
}

.digital_apn .row {
    background-color: #fff;
}

section.shedule_apn {
    padding: 78px 0;
    background-color: transparent;
    text-align: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.shedule_apn_content {
    z-index: 2;
    text-align: left;
    color: #232323;
    font-size: 17px;
}

.shedule_apn_content p {
    margin-bottom: 15px;
}

.shedule_apn_content a {
    background-color: #6f2e8d;
    font-size: 20px;
    color: #fff;
    display: table;
    margin-top: 25px;
    padding: 14px 22px;
}

.shedule_apn_content a:hover {
    transform: scale(1.1);
    transition-duration: 1.5s;
}

section.shedule_apn:after {
    content: '';
    position: absolute;
    top: 83px;
    left: 0;
    height: 100%;
    width: 100%;
    background: #eddaf5;
    transform: skew(0deg, 3deg);
}

section.shedule_apn h3,
section.shedule_apn h2 {
    position: relative;
    z-index: 9;
    text-align: center;
}

section.shedule_apn .container {
    padding-top: 5%;
}

section.shedule_apn h3 {
    font-family: Jimbos;
    color: #6f2e8d;
    font-size: 43px;
    text-align: left;
}

section.shedule_apn h2 {
    color: #232323;
    font-family: poppins-blod;
    font-size: 33px;
    text-align: left;
    margin-bottom: 5%;
}

section.shedule_apn .col-md-6 img {
    position: relative;
    z-index: 9;
}

section.shedule_apn .board {
    position: absolute;
    top: 15px;
}

.shedu_pat {
    margin-top: -39px;
}

.shedu_pat img {
    position: relative;
    margin-top: 7px;
    float: right;
}

.shedu_pat img {
    position: relative;
    float: right;
    z-index: 9;
}

section.acheived_sec {
    margin-top: 10%;
}

.acheived_sec h3 {
    font-family: Jimbos;
    color: #6f2e8d;
    font-size: 43px;
    text-align: center;
}

.acheived_sec h2 {
    color: #232323;
    font-family: poppins-blod;
    font-size: 35px;
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 6%;
}

.why_us {
    /*background-image: url(/wp-content/uploads/2020/09/Continents-1.svg);*/
    background-size: cover;
    padding-top: 11%;
    padding-bottom: 41%;

}

.achive_bx1,
.achive_bx2,
.achive_bx3,
.achive_bx4,
.achive_bx5,
.achive_bx6 {
    width: 43%;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 33px 0 rgb(0 0 0 / 25%);
    padding: 30px 10px;
    border-radius: 10px;
}

.why_us .col-md-4 p {
    font-size: 22px;
    color: #232323;
    line-height: 1.4em;
    margin-bottom: 6px;
    text-align: center;
}

.achive_bx1 h2 {
    color: #f5631d;
}

.achive_bx2 h2 {
    color: #0096d8;
}

.achive_bx3 h2 {
    color: #03004c;
}

.achive_bx4 h2 {
    color: #ee0092;
}

.achive_bx5 h2 {
    color: #6f2e8d;
}

.achive_bx6 h2 {
    color: #12c724;
}

.achive_bx1:hover,
.achive_bx2:hover,
.achive_bx1:hover,
.achive_bx3:hover,
.achive_bx4:hover,
.achive_bx5:hover,
.achive_bx6:hover {
    transform: scale(1.2);
}

section.footer_bt {
    background-image: url(/wp-content/uploads/2020/10/rect3-01.png);
    background-repeat: no-repeat;
    padding: 8% 0%;
    height: 610px;
    margin-top: 5%;
}

.footer_bt .col-md-7 h2 {
    font-size: 38px;
    font-family: poppins-blod;
    color: #03004c;
    margin-bottom: 15px;
}

section.footer_bt p {
    color: #fff;
    padding-right: 80px;
}

section.footer_bt button {
    background-color: #03004c;
    border: none;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    margin-top: 1%;
}

section.footer_bt button img {
    margin-right: 15px;
}

section.our_team {
    /* padding: 15% 0%; */
    position: relative;
    padding-top: 0%;
}

.our_team h3 {
    font-family: Jimbos;
    color: #ee0092;
    font-size: 43px;
    text-align: center;
}

.our_team h2 {
    color: #232323;
    font-family: poppins-blod;
    font-size: 35px;
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 6%;
}

div#doctor_slide .item h2 {
    font-family: poppins-blod;
    font-size: 41px;
    text-align: left;
    color: #ee0092;
    margin-bottom: 15px;
}

div#doctor_slide .item h3 {
    text-align: left;
    color: #707070;
    font-family: poppins;
    font-size: 20px;
}

div#doctor_slide .item h4 {
    display: block;
    border-bottom: 0px;
    margin: 30px 0px;
    line-height: 24px;
}

div#doctor_slide .item h4 img {
    width: 25px;
    float: left;
    margin-right: 12px;
}

div#doctor_slide .col-md-8 {
    padding-left: 10%;
}

.doctor_bak {
    /*  background-image: url(/wp-content/uploads/2020/09/r-1.svg);*/
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.doctor_bak .row {
    padding-top: 4%;
    position: relative;
}

span.fa.fa-star.checked {
    font-size: 32px;
    color: #f5bb1d;
    margin: 0px 15px;
}

span.fa.fa-star {
    font-size: 32px;
    color: #9d9d9d;
    margin: 0px 15px;
}

span.rat {
    font-size: 25px;
    margin-left: 25px;
    color: #9b9a9a;
}

div#doctor_slide button.owl-dot.active span {
    background: #ee0092 !important;
}

div#doctor_slide button.owl-dot span {
    background: #f3c1e0;
}

div#doctor_slide {
    position: relative;
}

div#doctor_slide .owl-stage-outer {
    padding-bottom: 0%;
}

div#doctor_slide .years_serv span {
    color: #ee0092;
    font-size: 40px;
    margin: 18px 0px;
}

div#doctor_slide .years_serv {
    width: 244px;
    right: -13%;
    bottom: -9%;
    height: auto;
}

div#doctor_slide .owl-nav {
    position: absolute;
    right: 0;
    bottom: -50px;
}

div#doctor_slide button.owl-prev {
    left: -90px;
}

div#doctor_slide .owl-dots {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -30px;
}

div#doctor_slide .owl-nav button i {
    font-size: 13px;
    color: #333;
    padding: 10px;
    border: 2px solid;
    border-radius: 50px;
}

div#doctor_slide .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
}

div#doctor_slide .owl-theme .owl-nav [class*=owl-]:hover i {
    color: #ee0092 !important;
}

.owl-theme .owl-nav [class*=owl-]:focus {
    outline: none !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}

img.doctor_pat {
    position: absolute;
    bottom: 15px;
    left: -25px;
}

h2.doctor_v {
    float: right;
    font-size: 20px;
    color: #919191;
    font-family: poppins;
    text-decoration: underline;
    position: relative;
    z-index: 2;
    display: table;
    margin-bottom: 0px;
}

#containers {
    width: 470px;
    height: 470px;
    margin: 10px auto;
    border: 1px solid #000;
    position: relative;
    border-radius: 50%;
    -webkit-animation: 40s linear infinite spin_1;
    -moz-animation: 40s linear infinite spin_1;
    -ms-animation: 40s linear infinite spin_1;
    animation: 40s linear infinite spin_1;
}

#containers .nav-item img {
    -webkit-animation: 40s linear infinite reverse spin_1;
    -moz-animation: 40s linear infinite reverse spin_1;
    -ms-animation: 40s linear infinite reverse spin_1;
    animation: 40s linear infinite reverse spin_1;
}

.our_testimonial_rotate_sec {
    background: url(/wp-content/uploads/2020/09/unknown.png);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 220px 223px;
}

.spin_item {
    width: 470px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    background: #f00;

}

div#containers img {
    margin: 0 auto;
    text-align: center;
    margin-left: 9px;
    margin-top: 10px;
    border-radius: 51px;
    padding-left: 0px;
    padding-top: 0px;
}

section.our_testimonial {
    padding: 5% 0%;
}

.spin_item1,
.spin_item2,
.spin_item3,
.spin_item4 {
    width: 100px;
    border-radius: 76px;
    height: 100px;
}

.spin_item img {
    display: block;
    padding: 0px;
    border-radius: 50px;
    margin-left: 7px !important;
    margin-top: 7px !important;
    width: 60px;
    height: 60px;
}

.spin_item1 {
    background-color: #ee0092;
    position: absolute;
    z-index: 9;
    left: 200px;
    top: -25px;
}

.spin_item2 {
    background-color: #f5631d;
    position: absolute;
    z-index: 9;
    right: -29px;
    bottom: 213px;
}

.spin_item3 {
    background-color: #0096d8;
    position: absolute;
    z-index: 9;
    bottom: -28px;
    right: 210px;
}

.spin_item4 {
    background-color: #03004c;
    position: absolute;
    z-index: 99;
    bottom: 213px;
    left: -25px;
}

@-ms-keyframes spin_1 {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin_1 {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin_1 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin_1 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

section.our_testimonial .nav-tabs {
    border: none;
}

section.our_testimonial h3 {
    font-family: Jimbos;
    color: #0096d8;
    font-size: 43px;
    text-align: center;
}

section.our_testimonial h2 {
    color: #232323;
    font-family: poppins-blod;
    font-size: 35px;
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 5%;
}

div#nav-tabContent .tab-pane {
    font-size: 16px;
    text-align: center;
    color: #676767;
}

div#nav-tabContent .tab-pane span.fa.fa-star.checked {
    font-size: 22px;
    margin: 23px 7px;
}

div#nav-tabContent .tab-pane h3 {
    color: #03004c;
    font-family: poppins;
    font-weight: 600;
    font-size: 22px;
    margin: 13px 0px;
}

div#nav-tabContent .tab-pane h5 {
    font-size: 12px;
}

div#nav-tabContent .tab-pane p {
    margin-bottom: 0px;
}

div#nav-tabContent .tab-pane h5 span {
    font-size: 14px;
    font-weight: 600;
    color: #f66c2c;
    display: block;
}

.doctor_banner_img {
    padding: 120px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 2%;
    text-align: center;
    padding-top: 72px
}

.doctor_banner_img h2 {
    color: #ffff;
    font-family: poppins-blod;
    font-size: 35px;
    margin-bottom: 15px;
}

.doctor_banner_img div#crumbs a,
.doctor_banner_img div#crumbs span {
    color: #fff;
    font-size: 17px;
}

.doctor_banner_img div#crumbs span.dot {
    color: #d7b2e7;
    font-size: 21px;
    padding: 0px 3px;
}

.about_doctor p {
    color: #7e7d7d;
    font-size: 15px;
    line-height: 1.8em;
    text-align: justify;
}

.about_doctor h3 {
    color: #333;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}

.specialist_in h3 b {
    color: #232323;
    width: 217px;
    float: left;
}

.specialist_in h3 {
    font-size: 15px;
    padding: 20px 0px;
    border-top: 1px solid #ddd;
    margin: 0px;
}

.specialist_in {
    margin-bottom: 5%;
}

table.single_doctor_specialist_in_table {
    font-size: 15px;
}

table.single_doctor_specialist_in_table tr {
    border-top: 1px solid #ddd;
}

table.single_doctor_specialist_in_table tr td {
    padding: 17px 15px;
}

table.single_doctor_specialist_in_table tr td:first-child {
    font-weight: bold;
    color: #232323;
}

.doctor_pro h2 {
    font-size: 23px;
    font-family: poppins-blod;
    margin: 15px 0px;
    color: #03004B;
}

.doctor_pro h3 {
    font-size: 15px;
    color: #333;
    margin-bottom: 15px;
}

.doctor_pro h5 {
    margin-bottom: 15px;
}

.doctor_pro h5 img {
    margin-right: 12px;
}

.doctor_pro button {
    background-color: #ee0092;
    width: 66%;
    border: none;
    padding: 13px 5px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
}

.doctor_pro a.gotofooterform {
    background-color: #ee0092;
    display: table;
    border: none;
    padding: 13px 5px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
}

.doctor_pro a.gotofooterform:hover {
    transform: scale(1.1);
    transition-duration: 1.5s;
}

.achive_bx2:hover {
    background-color: #0096d8;
}

.achive_bx1:hover {
    background-color: #f5631d;
}

.achive_bx3:hover {
    background-color: #03004c;
}

.achive_bx4:hover {
    background-color: #ee0092;
}

.achive_bx5:hover {
    background-color: #6f2e8d;
}

.achive_bx6:hover {
    background-color: #12c724;
}

.achive_bx2:hover h2,
.achive_bx2:hover p,
.achive_bx1:hover h2,
.achive_bx1:hover p,
.achive_b3:hover h2,
.achive_bx3:hover p,
.achive_bx4:hover h2,
.achive_bx4:hover p,
.achive_bx5:hover h2,
.achive_bx5:hover p,
.achive_bx6:hover h2,
.achive_bx6:hover p,
.achive_bx3:hover h2 {
    color: #fff;
}

.facilities_ctn h2 {
    color: #232323;
    font-size: 24px;
    font-weight: 600;
}

.facilities_ctn p,
.facilities_ctn ul li {
    font-size: 16px;
    margin: 16px 0px;
    color: #808080;
}

.facilities_ctn ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1em;
}

.facilities_ctn ul li {
    margin-bottom: -9px;
}

.facilities_ctn ul {
    list-style: none;
}

.helath_check .nav-item {
    background-color: #fff;
    color: #119a66;
    padding: 10px;
    width: 50%;
    display: inline-block;
    float: left;
    font-family: poppins-blod;
    font-size: 14px;
    border: 1px solid;
    text-align: center;
    margin-left: -1px;
}

.helath_check a.nav-item.nav-link.active {
    background-color: #139c6d;
    color: #fff;
    padding: 11px;
}

.helath_check div#nav-tab {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-bottom: 5%;
    border-bottom: none;
}

#health_packages_enquiry.modal {
    text-align: center;
    padding: 0 !important;
}

#health_packages_enquiry.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

#health_packages_enquiry .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#health_packages_enquiry h4.modal-title {
    border: none;
}

#health_packages_enquiry div.wpforms-container-full .wpforms-form button[type=submit] {
    float: unset !important;
}

.helath_check .nav-item {
    display: inline-block !important;
    float: unset;
    margin-bottom: 5px !important;
}

.panel1 {
    border: 2px solid #bcbcbc;
    padding: 39px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
    clip-path: polygon(0px 83px, 100% 0, 100% 101%, 0 100%);
    margin: 32px;
    margin-top: 10%;
    padding-top: 10%;
    border-top: 88px solid#bcbcbc;
    position: relative;
}

.panel1::before {
    content: '';
    height: 86px;
    -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    background: #ffffff;
    display: block;
    position: absolute;
    left: 0px;
    right: -30px;
    z-index: 9999;
    clip-path: polygon(0px 82px, 100% 0, 100% 101%, 0 100%);
    top: -86px;
    width: 100%;
}

h2.hchk_totaltest {
    font-size: 20px;
    color: #333;
    font-family: poppins-blod;
}

.panel1 h2 {
    color: #0096d8;
    font-size: 20px;
    margin: 25px 0px;
}

.panel1 h3 {
    text-align: left;
    color: #383838 !important;
    font-size: 20px !important;
    margin-bottom: 18px;
}

.panel1 h5 {
    font-size: 17px !important;
    text-align: left;
    margin: 16px 0px;
    line-height: 1.8em;
}

.special_msg {
    font-size: 12px;
    text-align: center;
    background-color: #ffffb2;
    padding: 10px;
    color: #f5891d;
}

.price-tag img {
    width: 28px;
    margin-right: 12px;
}

.price-tag button {
    width: 47%;
    float: left;
    padding: 10px;
    height: 50px;
    margin-right: 10px;
    font-size: 18px;
    color: #fff;
    border: none;
}

.price-tag {
    margin: 0 auto;
    text-align: center;
    width: 50%;
    min-height: 50px;
}

section.footer_bt ul li {
    color: #03004c;
    margin: 23px 0px;
    font-size: 17px;
}

section.footer_bt ul li::before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 18px;
    font-size: 22px;
}

section.footer_bt ul {
    list-style: none;
}

body.page-template-specialities-template .doctor_banner_img div#crumbs a:nth-of-type(2),
body.page-template-specialities-template .doctor_banner_img div#crumbs span:nth-of-type(2) {
    display: none;
}

.specialties_ctn .banner_img button img {
    width: 28px;
    margin-right: 12px;
}

.specialties_ctn .doctor_banner_img {
    margin-bottom: 0%;
    position: relative;
    z-index: 2;
}

.specialties_ctn .banner_img {
    height: 500px;
    margin-top: -6%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    z-index: 1;
    position: relative;
}

.specialties_ctn .banner_img button {
    position: absolute;
    bottom: 15%;
    background-color: #12c724;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 15px 25px;
}

.gallery_img {
    margin: 50px 0px;
}

button.owl-prev {
    position: absolute;
    left: 0px;
    top: 30%;
}

button.owl-next {
    position: absolute;
    right: 0px;
    top: 30%;
}

button.owl-prev i,
button.owl-next i {
    color: #000;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 50px;
}

.overview h2 {
    color: #232323;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.overview p {
    font-size: 16px;
    color: #676767;
    text-align: justify;
}

.overview b {
    color: #232323;
}

.medical_cond h3 {
    color: #232323;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.medical_cond div#nav-tabContent .tab-pane {
    text-align: justify;
    margin: 20px 0px;
    line-height: 1.7em;
}

.medical_cond a.nav-item.nav-link.active {
    color: #6f2e8d;
}

.medical_cond {}

div#medical_cond a.nav-item.nav-medi.nav-link.active {
    color: #722f94;
    font-weight: 800;
}

div#medical_cond .item.active {
    padding-bottom: 10px;
    border-bottom: 1px solid #722f94;
    height: 50px;
}

div#treatments_procedures .item.active {
    padding-bottom: 10px;
    border-bottom: 1px solid #722f94;
    height: 55px;
}

div#treatments_procedures a.nav-item.nav-medi.nav-link.active {
    color: #0096d8;
    font-weight: 800;
}

div#treatments_procedures .item.active {
    padding-bottom: 10px;
    border-bottom: 1px solid #0096d8;
}

.medical_cond .nav-item {
    padding: 10px !important;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    color: #676767;
    font-size: 14px;
}

.tab-pane strong,
.tab-pane b {
    color: #232323;
}

div#treatments_procedures a.nav-item.nav-treat.active {
    color: #0096d8;
}

div#treatments_procedures .nav-tabs {
    border-bottom: 1px solid #ddd;
    height: 55px;
}

div#treatments_procedures .item {
    text-align: center;
}

div#custom_html-3 ul {
    list-style: none;
    padding: 0px;
    margin-top: 15px;
}

div#custom_html-3 ul li {
    display: inline;
    margin-right: 7px;
}

div#custom_html-3 ul li i.fa.fa-facebook {
    color: #fff;
    background-color: #0d648a;
    padding: 10px 14px;
    border-radius: 50px;
}

div#custom_html-3 ul li i.fa.fa-instagram {
    color: #fff;
    padding: 10px 14px;
    border-radius: 50px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

div#custom_html-3 ul li i.fa.fa-youtube-play {
    color: #fff;
    background-color: #e61212;
    padding: 10px;
    border-radius: 50px;
}

div#custom_html-3 ul li img {
    background: #ededed;
    padding: 6px;
    border-radius: 30px;
    width: 40px;
}

.medical_cond {
    margin: 25px 0px;
}

.speciality_doctor .card-body h2 {
    font-family: poppins-blod;
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 10px;
    color: #03004c;
    text-align: center;
}

.card-body h5 {
    color: #707070;
    font-size: 14px;
    text-align: center;
}

.faq_section h2 {
    color: #232323;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.faq_section .faq_collapse {
    width: 100% !important;
    display: block;
    background-color: #f6f7f8;
    color: #707070;
    margin: 10px 0;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 600;
}

.faq_section .faq_collapse i {
    float: right;
}

.faq_section a[aria-expanded="true"] {
    background-color: #f5631f !important;
    color: #fff !important;
}

.faq_section .card.card-body {
    padding: 5px 25px;
    font-size: 16px;
    line-height: 1.9em;
}

.faq_section {
    margin: 5% 0%;
}

h3.no_special {
    position: absolute;
    bottom: 3%;
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    background-color: #363837c7;
    padding: 10px;
}

/* Hide Departments From Doctors Listing Page */
body.page-id-14 select#department #Dietitian,
body.page-id-14 h3.depdoctor-car7 {
    display: none;
}

/* Hide Departments From Appointment Page */

/* Hide Departments which is not have booking options in Booking appointment page */
body.page-id-8889 select#department #Anesthesiology,
body.page-id-8889 select#department #ClinicalLaboratory,
body.page-id-8889 select#department #EmergencyCare,
body.page-id-8889 select#department #IntensiveCareUnitICU,
body.page-id-8889 select#department #MedicalOncology,
body.page-id-8889 select#department #PaediatricCardiacSurgery,
body.page-id-8889 select#department #InterventionalRadiology,
body.page-id-8889 select#department #SurgicalOncology,
body.page-id-8889 select#department #RadiationOncology,
body.page-id-8889 select#department #RadiologyAndImaging,
body.page-id-8889 select#department #Ophthalmology {
    display: none;
}

/* END */
body.page-id-14 #doctor-id-8580 {
    display: none;
}

/* Hide Doctor from listing */
/* Disable clicking and avoid user to go to doctor's page */
#doctor-id-7421 a,
#doctor-id-7415 a,
#doctor-id-7417 a,
#doctor-id-7418 a,
#doctor-id-7420 a {
    pointer-events: none;
    cursor: default;
}

.speciality_doctor .col-md-3 {
    text-align: center;
    margin-bottom: 0%;
    padding: 0% 3%;
    height: 530px;
}

.card-body-hd {
    height: 117px;
}

/* .doctor_det.doctor_det_appoint .card-body-hd{
    min-height: 170px;
} */
.doctor_det.doctor_det_appoint .book-apn {
    display: none;
}

.doctor_det .card-body-hd {
    height: auto;
}

.doctor_det .owl-carousel {
    margin-bottom: 35px;
}

.doctor_det .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

div.no-result {
    font-weight: bold;
    color: #000;
}

#Speciality_doctor,
.doctor_det .owl-carousel {
    overflow: hidden;
    padding: 10px 0px;
}

#Speciality_doctor.owl-carousel .owl-stage-outer,
.doctor_det .owl-stage-outer {
    overflow: initial;
}

#Speciality_doctor.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

body.page-id-14 .speciality_doctor .col-md-3 .book-apn {
    display: none;
}

.speciality_doctor .col-md-3 .book-apn,
.speciality_doctor .book-apn {
    background-color: #764292;
    color: #fff;
    border: none;
    width: 70%;
    padding: 10px;
    font-size: 18px;
}

.speciality_doctor .book-apn {
    display: table;
    margin: 0 auto;
}

.speciality_doctor .col-md-3 .card-body h5 {
    line-height: 1.5em;
}

div#Speciality_doctor .item {
    text-align: center;
}

div#Dep_li .owl-nav button.owl-prev {
    left: -45px;
    top: -9px;
}

div#Dep_li .owl-nav button.owl-next {
    right: -45px;
    top: -9px;
}

div#Dep_li .item {
    text-align: center;
}

div#Dep_li .item a {
    color: #707070;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

div#Dep_li .item a.active {
    color: #9d6ab5;
    font-weight: 800;
}

section.dep_nav div#nav-tab {
    margin-bottom: 4%;
}

div#Speciality_doctor button i,
div#specialties_gal button i {
    background: #03004c !important;
    color: #fff;
}

.doctor_search input,
.doctor_search button,
.doctor_search select {
    width: 100%;
    padding: 10px 14px;
    font-size: 14px;
    border: 1px solid #754291;
}

.doctor_search {
    margin-bottom: 2%;
}

.doctor_search input#dc_submit:hover {
    background-color: #fff;
    color: #764292;
    text-transform: uppercase;
}

.doctor_search input#dc_submit {
    background-color: #764292;
    color: #fff;
    text-transform: uppercase;
}

/* .home section.footer_bt {
    margin-top: -2%;
} */
div#nav-home h2 {
    font-size: 16px;
    font-family: poppins-blod;
    margin: 7px 0px;
    color: #03004B;
}

div#nav-home p {
    margin: 11px 0px;
}

.tab-pane ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -29px;
    width: 31px;
    font-size: 22px;
}

.tab-pane ul li {
    margin: 15px 0px;
}

.tab-pane ul {
    list-style: none;
}

.tab-pane p {
    padding: 5px 0px;
    margin-top: 0px !important;
}

li {
    margin: 12px 0px;
}

ul {
    list-style: none;
}

ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -20px;
    width: 17px;
    font-size: 22px;
}

section.Expertise_sec h3 {
    color: #232323;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 25px;
}

footer li:before {
    display: none;
}

div#custom_html-3 li:before {
    display: none;
}

section.Expertise_sec {
    margin-top: 3%;
}

#treatments_procedures button.owl-prev i,
#treatments_procedures button.owl-next i,
#medical_cond button.owl-prev i,
#medical_cond button.owl-next i {
    padding: 5px;
    border: 1px solid #000 !important;
}

div#mega-toggle-block-1 {
    margin-top: 0px;
}

section.Expertise_sec div#Dep_li1 {
    padding-bottom: 11px;
}

section.about_sec h3 {
    font-family: Jimbos;
    color: #834a97;
    font-size: 43px;
}

.milestone_ctn h3 {
    font-family: Jimbos;
    color: #128cca;
    font-size: 43px;
}

section.about_sec h2 {
    color: #232323;
    font-family: poppins-blod;
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.milestone_ctn h2 {
    color: #232323;
    font-family: poppins-blod;
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.Our_vision .col-md-8 img {
    width: 58px;
}

.Our_vision .col-md-8 h3 {
    line-height: 1.8em;
    font-family: poppins;
    font-size: 22px;
    color: #676767;
}

.Our_vision .col-md-8 h2 {
    color: #7e3e9e;
    margin: 20px 0px;
    font-size: 20px;
}

.Our_vision .col-md-8 {
    margin: 4% 0%;
}

.qulaity_policy {
    margin: 30px 0px;
}

.qulaity_policy h2 {
    color: #762494 !important;
}

.our_quality li,
.our_quality1 li {
    list-style: none;
    padding: 3px 0px;
    padding-bottom: 12px;
    font-size: 15px;
    color: #000;
}

.our_quality li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -25px;
    padding: 3px 17px;
    background-color: #762494;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    margin-right: 14px;
    position: relative;
    z-index: 9;
    width: 10px;
    padding-left: 8px;
    padding-right: 19px;
}

.our_quality li:after {
    border-right-style: solid;
    border-right-width: 1px;
    border-color: #762494;
    content: '';
    border-right: 2px solid #762494;
    height: 165px;
    position: absolute;
    width: 26px;
    left: calc((14px/2) - (1px/2));
    top: 32px;
}

.our_quality1 li:before {
    content: "\f00c";
    font-family: FontAwesome;
    background-color: #762494;
    border-radius: 50%;
    color: #fff;
    margin-left: -39px;
    width: 26px;
    font-size: 12px;
    padding: 2px 11px;
    margin-bottom: 1px;
    padding-left: 7px;
}

.our_quality1 li div {
    display: inline-flex;
    margin-left: 10px;
}

ul.our_quality li div {
    display: inline-flex;
    margin-left: 7px;
}

.row.where_rare .col-md-6 {
    border: 2px solid #6ec1e433;
    padding: 20px 23px;
    margin: 30px 0px;
}

.row.where_rare .col-md-6 h2 {
    font-size: 27px;
    color: #3b3d3f;
    font-weight: 900;
    text-align: center;
    margin-bottom: 0px;
}

.row.where_rare .col-md-6 h2 span {
    font-weight: 400 !important;
}

.ceo_content-img {
    background-image: url(/wp-content/uploads/2020/08/Group-540.png);
    background-repeat: no-repeat;
    margin-top: 5%;
}

.Doctor_content h3 {
    font-family: Jimbos;
    color: #ee0092;
    font-size: 43px;
}

.Doctor_content h2 {
    color: #232323;
    font-family: poppins-blod;
    font-size: 20px;
    line-height: 1.4em;
}

.ceo_content h2 {
    color: #6f2e8d;
    font-family: poppins-blod;
    font-size: 20px;
    line-height: 1.4em;
    margin: 2% 0%;
    margin-top: 5%;
}

.ceo_content h3 {
    color: #6f2e8d;
    font-family: poppins-blod;
    font-size: 20px;
    line-height: 1.4em;
    margin: 2% 0%;
}

.warm_reagards {
    text-align: right;
}

.warm_reagards h4 {
    border-bottom: none;
    font-family: poppins;
    text-transform: capitalize;
    font-size: 19px;
    font-weight: 700;
    line-height: .1em;
    margin-bottom: 10px;
}

.warm_reagards h2 {
    color: #6f2e8d;
    font-family: poppins-blod;
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.warm_reagards h5 {
    border-bottom: none;
    font-family: poppins;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

div#award_winning .flip-box {
    border: 1px solid #bdbdbd;
}

.flip-box {
    background-color: transparent;
    height: 320px;
    margin: 18px 0px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box-front {
    background-color: transparent;
    color: black;
    padding: 35px;
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

div#award_winning .flip-box-front img {
    width: 55% !important;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
}

.flip-box h2 {
    font-family: poppins-blod;
    font-size: 21px;
    font-weight: 700;
    margin: 15px 0px;
}

.flip-box-back {
    background-color: #6cd3ff;
    color: white;
    transform: rotateY(180deg);
    padding: 20px;
}

div#award_winning .flip-box-back {
    background-color: transparent;
    top: 13%;
}

.flip-box-back h2 {
    color: #000;
    margin: 10px 0px;
    font-family: Saira;
    font-weight: 600;
    font-size: 24px;
    font-family: poppins-blod;
}

.flip-box p {
    color: #333;
    font-size: 16px;
    text-align: center;
    margin: 20px 25px;
    line-height: 1.8em;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

section.hme_banner picture {
    position: relative;
    padding: 20px 0px 0px 47px;
}

.charitable_cont .row {
    margin-top: 5%;
}

.inetrn_ctn {
    margin: 40px 0px;
}

.page-id-16 .nav-tabs {
    padding-bottom: 10px;
}

.medical_cond a.nav-item.nav-link.active {
    border-bottom: unset;
}

.page-template-specialities-template .medical_cond a.nav-item.nav-link.active {
    border-bottom: none !important;
}

div#patient_sp h3 {
    color: #232323;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

#patient_ins button.owl-prev i,
#patient_ins button.owl-next i {
    color: #fff;
    border: 1px solid #0d92d2;
    background-color: #098bca;
}

.faq_section strong {
    color: #232;
}

.facilities_ctn h3 {
    font-family: Jimbos;
    font-size: 43px;
}

.facilities_ctn h2 {
    color: #232323;
    font-family: poppins-blod;
    font-size: 20px;
    line-height: 1.4em;
}

.facilities_ctn strong {
    color: #232;
}

.srkh_nav_bar .main-search {
    top: 49px;
    position: absolute;
    background-color: #fff;
    padding: 14px 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
    width: 200%;

    right: 0;
}

ul#menu-oncology-menu li:before {
    display: none;
}

ul#menu-oncology-menu li a {
    font-size: 13px;
    height: 46px;
}

ul#menu-oncology-menu li.active a {
    font-weight: 800;
    border-bottom: 2px solid #f1641b;
}

#mega-menu-wrap-oncology #mega-menu-oncology>li.mega-menu-item>a.mega-menu-link {
    border-color: #fff;
}

#mega-menu-wrap-oncology #mega-menu-oncology>li.mega-menu-item>a.mega-menu-link {
    padding: 10px 15px 47px 9px !important;
}

div#wpforms-7685 ul li:before {
    display: none;
}

div#wpforms-7685 input,
div#wpforms-7685 select {
    padding: 21px 6px;
}

.page-id-7780 .helath_check .nav-item,
.page-id-9953 .helath_check .nav-item {
    width: 32%;
}

.page-id-6720 .helath_check .nav-item {
    width: 24%;
}

/* .page-id-7372 h2.phone-h2 {
    text-transform: uppercase;
} */
.ace_faq h3 {
    background-color: #784598;
    padding: 15px 11px;
    border-radius: 7px;
    font-size: 15px
}

.ace_faq h3 a {
    color: #fff;
}

.ace_faq h3 i {
    float: right;
}

b,
strong {
    color: #333;
}

.ace_faq .card.card-body p {
    margin: 12px 10px;
    font-size: 14px;
}

.ace_faq .card.card-body hr {
    margin: 0px;
}

.ace_faq h2 {
    text-align: center;
    color: #333;
    font-family: poppins-blod;
    margin-bottom: 28px;
}

div#medical_cond #nav-tab {
    height: 50px;
}

button:hover {
    transform: scale(1.1);
    transition-duration: 1.5s;
}

section.about_us .years_serv:hover {
    background-color: #6f2e8d;
    color: #fff;
}

div#doctor_slide .years_serv:hover {
    background-color: #ee0092;
    color: #fff;
}

div#doctor_slide .years_serv:hover span {
    color: #fff;
}

section.about_us .years_serv:hover span {
    color: #fff;
}

div#nav-testi1 p {
    padding: 0px 46px;
}

div#hme_testimonial p {
    text-align: center;
}

.pagination span {
    color: #7f4997;
    font-weight: 600;
}

.pagination a {
    background-color: #7f4997;
    padding: 7px 13px;
    color: #fff;
    margin: 10px;
    border-radius: 50px;
    font-size: 13px;
    border: 1px solid #6f2a8e;
}

.pagination {
    width: 100%;
    text-align: center;
}

.pagination span.current {
    background-color: #fff;
    padding: 7px 13px;
    color: #6f2a8e;
    margin: 3px;
    border-radius: 50px;
    font-size: 13px;
    border: 1px solid;
}

.pagination a:hover {
    background-color: #fff;
    border: 1px solid #6f2a8e;
    color: #6f2a8e;
}

.specialties_ctn h2 {
    margin-bottom: 20px;
}

.specialties_ctn a b {
    color: #f56d29 !important;
}

.page-id-6977 div#medical_cond #nav-tab,
.page-id-7161 div#treatments_procedures .nav-tabs {
    height: 92px;
}

.page-id-6977 div#medical_cond .item.active,
.page-id-7161 div#treatments_procedures .item.active {
    height: 92px;
}

div#crumbs a {
    text-transform: capitalize;
}

a.pp-hot-spot {
    color: #fff;
    background-color: #000;
    padding: 7px 13px;
    font-size: 20px;
    border-radius: 50px;
}

a.pp-hot-spot {
    color: #fff;
    background-color: #000;
    padding: 10px 13px;
    font-size: 20px;
    border-radius: 50px;
    position: absolute;
}

a.pp-hot-spot1 {
    left: 485px;
    bottom: -763px;
}

a.pp-hot-spot2 {
    left: 454px;
    bottom: -923px;
}

.pp-hot-spot4 {
    left: 410px;
    bottom: -1103px;
}

.pp-hot-spot3 {
    left: 550px;
    bottom: -922px;
}

.pp-hot-spot5 {
    left: 300px;
    bottom: -688px;
}

.pp-hot-spot6 {
    left: 822px;
    bottom: -529px;
}

.pp-hot-spot7 {
    left: 460px;
    bottom: -345px;
}

.pp-hot-spot10 {
    left: 411px;
    bottom: -1007px;
}

.pp-coimbatore {
    background-color: #fff !important;
    color: green !important;
}

.health_ctn h2 span {
    color: #6c2a8e;
}

.health_ctn h2 {
    color: #333;
    text-align: center;
    font-family: poppins-blod;
    margin-bottom: 21px;
    font-size: 25px;
}

.health_ctn h3 {
    text-align: center;
    color: #009ad1;
    font-size: 20px;
}

.health_ctn h4 {
    border-bottom: none;
    text-align: center;
    width: 100%;
}

.health_ctn {
    margin-top: 30px;
}

select#department {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 8px;
}

.blog_banner {
    background-image: url(/wp-content/uploads/2020/09/blu-bg.png) !important;
}

.post-list .post-block {
    margin-bottom: 30px;
    background-color: #fff;
    overflow: hidden;
    height: 696px;
    box-shadow: 0 3px 10px 0 rgb(184 184 192 / 69%), inset 0 1px 3px 0 rgba(178, 179, 245, 0.1);
    border-radius: 10px;
}

.post-list .summary h3 a {
    color: #232323;
    font-family: poppins-blod;
    font-size: 19px;
    text-transform: inherit;

}

.summary a.readmore {
    color: #0c90d0;
    font-weight: 900;
    font-family: poppins-blod;
    position: absolute;
    bottom: 49px;
    left: 48px;
}

.eq-blocks {
    height: auto !important;
}

.single-search-result {
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 3px 10px 0 rgb(184 184 192 / 69%), inset 0 1px 3px 0 rgba(178, 179, 245, .1);
    border-radius: 10px;
    padding: 25px 15px;
    min-height: 280px;
    position: relative;
}

.single-search-result .single-search-result-tile h2 {
    line-height: 24px;
    margin-bottom: 15px;
}

.single-search-result .single-search-result-tile h2 a {
    font-size: 20px;
    margin-bottom: 10px;
    color: #03004c;
    font-weight: bold;
}

.single-search-result .single-search-result-text .single-search-result-text-specialist {
    margin-bottom: 15px;
    font-style: italic;
    color: #222;
}

.single-search-result .single-search-result-rm {
    position: absolute;
    bottom: 15px;
}

.single_ban .info a {
    color: #fff;
}

.single_ban .list-inline>li:before {
    display: none;
}

ul.list-inline li i {
    color: #108fc5;
    padding: 10px;
    background-color: #fff;
    border-radius: 50px;
    margin-right: 12px;
}

.single-post p {
    font-size: 16px;
    line-height: 1.8em;
}

aside#search-2 input {
    width: 100%;
}

div#secondary .widget {
    box-shadow: 0 3px 10px 0 rgb(184 184 192 / 59%), inset 0 1px 3px 0 rgba(178, 179, 245, 0.1);
    padding: 15px;
    border-radius: 10px;
}

aside#search-2 input#searchsubmit {
    background-color: #732593;
}

aside#recent-posts-2 a,
aside#categories-2 a {
    color: #676767;
    font-size: 16px;
}

aside#recent-posts-2 h4,
aside#categories-2 h4 {
    border-bottom: 2px solid #732593;
}

.comments-area .comment-form .form-submit input {
    font-size: 15px;
    background-color: #6f2a8e;
}

ul.post-categories {
    display: none;
}

section.footer_bt button.phone_btn img {
    width: 25px !important;
}

.speciality_doctor .bookly-columnizer .bookly-time-screen {
    float: left;
}

.speciality_doctor .modal-content {
    padding: 25px;
}

.loaderspin {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #764292;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    margin: 0 auto;
    margin-top: 3%
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

select#wpforms-51-field_7 {
    color: #676767;
    box-shadow: 1px 1px 7px 1px #ececec;
    font-family: poppins;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 8px;
    height: 40px;
}

.calcontainer {
    position: relative;
    width: 100%;
}

.calimage {
    opacity: 1;
    display: block;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    margin: 0 auto;
}

.calmiddle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
}

.calcontainer:hover .calimage {
    opacity: 0.3;
}

.calcontainer:hover .calmiddle {
    opacity: 1;
}

.caltext {
    background-color: #6f2e8d;
    color: white;
    font-size: 16px;
    padding: 10px 15px;
}

.page-template-specialities-template .bookly-form {
    padding: 5%;
}

button {
    outline: none !important;
}

.apt-info {
    text-align: center;
    padding: 15px 0px;
    color: #333;
}

div#custom_html-5 .textwidget.custom-html-widget p {
    word-wrap: break-word;
}

.row.speciality_doctor h3 {
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

select.bookly-js-time-zone-switcher.bookly-time-zone-switcher {
    display: none !important;
}

.bookly-form .bookly-box b {
    display: inline-block;
}

.bookly-form select option {
    text-transform: uppercase !important;
}

.not-found p {
    text-align: center;
    margin: 13px 0px;
}

.not-found .input-group {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.not-found span input#searchsubmit {
    background: #732593;
    margin: 11px 0px;
}

.page-id-9884 .doctor_banner_img {
    display: none;
}

.thank-u {
    text-align: center;
    margin: 8% 0%;
}

.thank-u i {
    font-size: 800%;
    color: #01ad01;
}

.thank-u h2 {
    text-align: center;
    font-size: 25px;
    padding: 1% 20%;
    font-weight: 700;
    line-height: 1.5em;
}

.thank-u button {
    background-color: #752b93;
    color: #fff;
    border: none;
    margin-right: 10px;
    padding: 8px;
    font-size: 14px;
    margin-top: 2%;
    width: 22%;
}

.nursing #nav-tabContent .owl-prev,
.nursing #nav-tabContent .owl-next {
    top: 40% !important;
}

h2.nursing_des {
    font-size: 16px;
    padding: 15px 0px;
}

input#wp-comment-cookies-consent {
    width: 23px;
    float: left;
    margin-right: 10px;
}

nav.navigation.posts-navigation .nav-previous a:before {
    content: "\f104";
    font-family: FontAwesome;
    display: contents;
    margin-left: -19px;
    width: 37px;
    font-size: 22px;
}

nav.navigation.posts-navigation .nav-previous a {
    border-radius: 6px;
    border: 1px solid;
    padding: 10px;
}

nav.navigation.posts-navigation .nav-previous a:hover {
    background-color: #752b93;
    color: #fff;
}

/********media query**********/

@media (min-width: 1681px)
/* 22inch Desktop */
    {
    .topbar-logo-slider-block {
        margin: 0px;
    }
}

@media (min-width: 1200px) {

    .health_ctn h4 span:before,
    .health_ctn h4 span:after {
        background-color: #40b0e7;
        content: "";
        display: inline-block;
        height: 3px;
        position: relative;
        vertical-align: middle;
        width: 15%;
    }

    .speciality_doctor .modal-dialog {
        width: 70%;
    }

    .comments-area .comment-form .form-submit input {
        width: 22%;
    }

    .single_ban h2 {
        padding: 0;
        line-height: 1.8em;
    }

    .post-list .summary h3 {
        height: 88px;
    }

    .post-list .post-block {
        height: 601px !important
    }

    .specialties_ctn .doctor_banner_img {
        padding: 120px 0px;
    }

    .doctor_banner_img {
        padding: 120px 0px;
    }

    .container {
        width: 90%;
        margin: 0 auto;
    }

    section.about_sec p {
        font-size: 16px;
        line-height: 1.8em;
    }

    .charitable_cont p {
        font-size: 16px;
        line-height: 1.8em;
    }

    div#basic .panel1 {
        height: 915px;
    }

    .ceo_content p {
        font-size: 16px;
        line-height: 1.8em;
    }

    div#premium .panel1 {
        height: 950px;
    }

    #treatments_procedures .owl-prev,
    #medical_cond .owl-prev {
        position: absolute;
        top: -24%;
        left: -3%;
    }

    #treatments_procedures .owl-next,
    #medical_cond .owl-next {
        position: absolute;
        top: -24%;
        right: -3%;
    }

    section.Expertise_sec div#Dep_li1 .owl-prev {
        position: absolute;
        top: -15px;
        left: -45px;
    }

    section.Expertise_sec div#Dep_li1 .owl-next {
        position: absolute;
        top: -15px;
        right: -45px;
    }

    section.hme_banner .patern {
        position: absolute;
        z-index: 0;
        left: 25%;
    }

    section.about_us .col-md-5 {
        margin-top: 6%;
    }

    img.about_pat2 {
        float: right;
        position: relative;
        margin-top: -13%;
    }

    .achive_bx1 {
        position: absolute;
        left: 239px;
    }

    .achive_bx2 {
        position: absolute;
        left: 116px;
        z-index: 888;
        top: -30px;
    }

    .achive_bx3 {
        position: absolute;
        left: 16px;
        z-index: 9;
    }

    .achive_bx4 {
        position: absolute;
        top: 210px;
        right: -68px;
    }

    .achive_bx5 {
        position: absolute;
        right: -27px;
        background-color: #fff;
        top: 144px;
    }

    .achive_bx6 {
        position: absolute;
        top: 172px;
        right: 38px;
    }

    section.footer_bt {
        background-size: cover;
        margin-right: 200px;
    }
}

@media (min-width: 320px) and (max-width: 768px) {

    section.reach_cbe {
        width: 300px;
        overflow: hidden;
        margin: 0 auto;
    }

    .thank-u button {
        width: 100%;
    }

    .thank-u {
        margin: 15% 0%;
    }

    .thank-u h2 {
        font-size: 19px;
        padding: 10% 0%;
        font-weight: 700;
        line-height: 1.4em;
    }

    .page-id-6720 .helath_check .nav-item {
        width: 100%;
    }

    .doctor_pro {
        margin-bottom: 10%;
    }

    .row.speciality_doctor h3 {
        font-size: 21px;
    }

    a.pp-hot-spot7 {
        left: 111px;
        bottom: -106px;
    }

    a.pp-hot-spot6 {
        left: 202px;
        bottom: -139px;
    }

    a.pp-hot-spot1 {
        left: 119px;
        bottom: -224px;
    }

    a.pp-hot-spot2 {
        left: 112px;
        bottom: -241px;
    }

    a.pp-hot-spot {
        color: #fff;
        background-color: #000;
        padding: 0px 8px;
        font-size: 9px;
        border-radius: 50px;
        position: absolute;
    }

    .pp-hot-spot4 {
        left: 106px;
        bottom: -286px;
    }

    a.pp-hot-spot3 {
        left: 138px;
        bottom: -240px;
    }

    .pp-hot-spot10 {
        left: 98px;
        bottom: -260px;
    }

    .pp-hot-spot5 {
        left: 72px;
        bottom: -180px;
    }

    header .logo-tag {
        width: 100%;
    }

    .health_ctn h2 {
        font-size: 23px;
        line-height: 1.4em;
    }

    .caltext {
        font-size: 12px;
    }

    .calmiddle {
        top: 50%;
        left: 50%;
    }

    .health_ctn h3,
    .health_ctn h4 {
        font-size: 15px;
        margin: 10px 0px;
    }

    .post-list .post-block {
        height: auto;
    }

    .post-list .post-block .summary {
        padding: 30px;
    }

    .summary a.readmore {
        position: initial;
        display: table;
        margin-top: 15px;
    }

    img.desk_lg {
        display: none !important;
    }

    .panel1 {
        margin: 0px;
        margin-top: 10%;
    }

    .Our_vision .col-md-8 h3 {
        font-size: 16px !important;
    }

    .our_quality li:after {
        height: 187px;
    }

    ul.our_quality li div {
        width: 247px;
    }

    div#doctor_slide .owl-stage-outer {
        padding-bottom: 10%;
    }

    section.hme_banner {
        background-position: center !important;
    }

    .mobile_vw .navbar {
        width: 22%;
        float: left;
    }

    .price-tag button {
        width: 100%;
    }

    .price-tag button:first-child {
        margin-top: 35px;
        margin-bottom: 20px;
    }

    .price-tag button:last-child {
        margin-bottom: 35px;
    }

    .helath_check .nav-item {
        width: 48%;
        font-size: 14px;
    }

    .panel1 h5 {
        font-size: 15px !important;
        margin: 14px 0px;
    }

    button.owl-prev i,
    button.owl-next i {
        padding: 5px;
    }

    div#Dep_li .owl-nav button.owl-prev {
        left: -10px;
        top: -9px;
    }

    div#Dep_li .owl-nav button.owl-next {
        right: -10px;
        top: -9px;
    }

    div#my_ajax_doctor_search input,
    div#my_ajax_doctor_search select {
        margin: 10px 0px;
    }

    div#treatments_procedures .nav-tabs {
        border-bottom: none;
    }

    .mobile_vw nav.navbar.navbar-default.sub_navbar {
        border: none !important;
    }

    div#doctor_slide .col-md-8 {
        padding-left: 3%;
    }

    .doctor_banner_img div#crumbs a,
    .doctor_banner_img div#crumbs span {
        font-size: 12px;
    }

    .specialties_ctn .banner_img button {
        bottom: 35%;
        font-size: 12px;
        padding: 8px 13px;
    }

    .specialties_ctn .banner_img button img {
        width: 19px;
    }

    h3.no_special {
        font-size: 13px;
    }

    .digital_apn .col-md-4.col-xs-4 {
        padding-left: 0px;
    }

    .digital_apn .col-md-6 {
        padding: 0px;
    }

    section.logo-menu .info_bx {
        display: none;
    }

    .mobile_vw {
        display: block;
    }

    .desk_vw {
        display: none;
    }

    .topbar-logo-slider-block {
        display: none;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        padding: 15px 15px 0px 15px;
        width: 75%;
    }

    .phone-h2 {
        font-size: 18px !important;
        line-height: 1.7em !important;
        margin-bottom: 6px !important;
    }

    .phone_btn {
        font-size: 15px !important;
    }

    .phone_btn img {
        width: 24px !important;
    }

    section.hme_banner {
        text-align: center;
    }

    .hme_banner .patern {
        display: none;
    }

    .teleconsult .col-md-4 {
        left: 0px;
        width: 91%;
        line-height: 1.8em;
        position: relative;
        margin-top: 0px;
        /* margin-top: -55px; */
    }

    .teleconsult {
        margin-bottom: 9%;
    }

    body {
        margin-top: 35px;
    }

    .teleconsult .col-md-7 h2 {
        font-size: 14px !important;
    }

    .teleconsult .col-md-7 p {
        font-size: 12px;
    }

    h2.ban_title {
        padding-top: 20%;
    }

    .years_serv {
        padding: 19px 15px;
        width: 196px;
        font-size: 18px;
        right: 15px;
        bottom: 1%;
        height: 121px;
    }

    .years_serv span {
        font-size: 43px;
        margin-top: 16px;
        margin-bottom: 18px;
    }

    .about_pat2 {
        display: none;
    }

    section.core_values p {
        font-size: 14px;
        padding: 0% 10%;
    }

    .core_values .col-md-3,
    .core_values h2,
    .core_values p {
        text-align: center !important;
        padding-right: 0px !important;
        margin: 10px 10px;
    }

    .phone-h3 {
        font-size: 30px !important;
    }

    section.didgital_app h2 {
        font-size: 20px !important;
        margin: 0px 14px;
    }

    section.didgital_app h2 {
        font-size: 19px !important;
        margin: 0px 14px;
    }

    .digital_apn .col-md-4 img {
        width: 100%;
        height: 167px;
    }

    .digital_apn .col-md-8 h2 {
        font-size: 17px !important;
        margin: 0px;
    }

    .digital_apn .col-md-8 p {
        font-size: 13px;
        color: #232323d4;
        padding-right: 0px;
        margin-bottom: 5px;

    }

    .digital_apn .col-md-8 button {
        padding: 7px 10px;
        font-size: 12px;
    }

    .digital_apn .col-md-8 {
        padding: 15px 10px;
        height: 153px;
        margin-top: 16px;
    }

    .digital_apn .col-md-6 {
        margin: 20px 0px;
    }

    img.digital_pattern {
        display: none;
    }

    .shedu_pat {
        display: none;
    }

    .achive_bx1,
    .achive_bx2,
    .achive_bx3,
    .achive_bx4,
    .achive_bx5,
    .achive_bx6 {
        width: 100%;
        padding: 11px 5px;
    }

    footer li a {
        font-size: 12px !important;
    }

    footer li {
        margin: 1px;
    }

    section.acheived_sec h2 {
        font-size: 18px !important;
    }

    .acheived_sec .col-md-4.col-xs-4 h2 {
        font-size: 24px;
    }

    .acheived_sec .col-md-4.col-xs-4 p {
        font-size: 13px;
    }

    section.acheived_sec .col-md-4.col-xs-4 {
        margin-bottom: 15px;
    }

    .why_us {
        padding-top: 16%;
        padding-bottom: 11%;
    }

    div#doctor_slide .phone-h3 {
        font-size: 16px !important;
        margin-bottom: 40px !important;
    }

    span.fa.fa-star.checked,
    span.fa.fa-star {
        font-size: 21px;
        margin: 10px 15px;
    }

    span.rat {
        margin-left: 6px;
        font-size: 19px;
        margin-top: 15px;
    }

    .owl-carousel .owl-item .mobile_vw img {
        display: block;
        width: 70%;
        margin: 0 auto;
        text-align: center;
        margin-top: 8%;
    }

    div#doctor_slide .years_serv {
        width: 192px;
        right: 14%;
        bottom: 0px;
    }

    div#doctor_slide .years_serv span {
        font-size: 34px;
    }

    div#doctor_slide {
        margin-bottom: 0%;
    }

    img.doctor_pat {
        width: 53% !important;
    }

    .row {
        margin: 0px;
    }

    section.about_us .col-md-5 p {
        font-size: 15px;
    }

    section.about_us .col-md-5 {
        padding: 0px 16px;
    }

    div#doctor_slide .item h4 {
        border-bottom: 0px;
        margin: 15px 0px;
        line-height: 25px;
        font-size: 13px;
    }

    h2.doctor_v {
        bottom: 7%;
        left: -82px;
    }

    section.footer_bt ul li {
        margin: 11px 0px;
        font-size: 14px;
    }

    .doctor_banner_img {
        padding: 50px 0px;
        padding-top: 50px;
        margin-top: 100px;
    }

    .specialties_ctn .banner_img {
        height: 150px;
    }

    .doctor_banner_img h2 {
        color: #ffff;
        margin-bottom: 8px;
    }

    .overview p,
    div#nav-tabContent .tab-pane {
        font-size: 14px;
    }

    li {
        font-size: 12px;
        line-height: 28px;
        letter-spacing: 0.3px;
    }

    ul {
        padding-left: 30px;
    }

    .tab-pane ul li:before {
        margin-left: -21px;
        width: 20px;
        font-size: 18px;
    }

    div#medical_cond .item.active,
    div#treatments_procedures .item.active {
        padding-bottom: 20px;
    }

    #medical_cond button.owl-prev,
    #treatments_procedures button.owl-prev {
        left: -14px !important;
        top: -11px !important;
    }

    #medical_cond button.owl-next,
    #treatments_procedures button.owl-next {
        right: -16px !important;
        top: -9px !important;
    }

    #medical_cond .nav-tabs,
    #treatments_procedures .nav-tabs {
        border-bottom: none;
    }

    div#hme_testimonial .item {
        padding: 0px 40px;
    }

    .doctor_banner_img {
        padding: 50px 0px;
        padding-top: 50px;
    }

    div#crumbs a,
    div#crumbs span {
        font-size: 14px !important;
    }

    .doctor_pro {
        text-align: center;
        margin-top: 10%;
    }

    .doctor_pro a.gotofooterform {
        margin: 0 auto;
    }

    .doctor_pro button {
        width: auto;
    }

    .specialist_in h3 b {
        width: 132px;
        height: 24px;
    }

    .specialist_in h3 {
        font-size: 14px;
    }

    section.Expertise_sec {
        margin: 40px 0px;
    }

    section.Expertise_sec ul {
        margin-left: 12px;
    }

    section.Expertise_sec div#Dep_li1 .item {
        text-align: center;
    }

    section.Expertise_sec button.owl-prev,
    section.Expertise_sec button.owl-next {
        top: -18%;
    }

    section.core_values:before {
        height: 92%;
    }

    .medical_cond .nav-item {
        padding: 8px !important;
        font-size: 12px;
    }
}

@media (max-width: 568px) {
    section.our_team {
        padding: 0% 0% 40% 0%;
    }

    section.core_values:before {
        height: 95%;
    }

    div#doctor_slide .owl-dots {
        bottom: -85px !important;
    }

    div#doctor_slide .owl-nav {
        right: 98px !important;
        bottom: -100px !important;
    }

    div#doctor_slide .years_serv {
        width: 125px;
        padding: 5px;
        font-size: 12px;
    }

    div#doctor_slide .years_serv span {
        font-size: 20px !important;
        margin: 6px 0px;
    }

    div#nav-testi1 p {
        padding: 0px 15px;
    }

    div.wpforms-container-full .wpforms-form button[type=submit] {
        width: 30%;
    }
}

@media (min-width: 1024px) {
    div#doctors_gal iframe {
        height: 196px;
    }

    .mobile_vw {
        display: none;
    }

    .desk_vw {
        display: block;
    }


}

@media (max-width: 768px) {
    img.doctor_pat {
        bottom: 70px;
    }

    div#doctor_slide .owl-nav {
        right: 98px;
        bottom: -45px;
    }

    div#doctor_slide .owl-dots {
        bottom: -35px;
    }

    .inetrn_ctn p {
        font-size: 14px;
        letter-spacing: 0.3px;
        line-height: 24px;
    }

    .searchandfilter ul {
        width: 100%;
    }
}


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

    /* section.home_slider_online h2.ban_title{padding: 11% 7% 0% 4%;font-size: 19px !important;}
    .hme-sld-lft button.phone_btn{margin: 7% 0% 0% 17%;}
    section.home_slider_online .hme-sld-lft p.ban_para{font-size: 17px;padding: 13px 0px 10px 0px;} */
    .hme-sld-lft button.phone_btn_call,
    .hme-sld-lft button.phone_btn {
        font-size: 16px;
    }

    #mb_mg_algn {
        margin: 0 auto;
    }

    section.home_slider_online .hme-sld-rht {
        padding: 0px;
    }
}

@media screen and (min-width: 320px) and (max-width:568px) {
    .phone-h2 {
        font-size: 19px;
    }

    section.home_slider_online .hme-sld-lft p.ban_para {
        padding: 10px 10px;
        font-size: 15px;
    }

    #mb_mg_algn {
        margin: 0 auto;
    }

    section.home_slider_online .hme-sld-rht {
        padding: 0px;
    }

    section.home_slider_online::after {
        top: 10px;
        top: 11px;
        left: 0;
        height: 44%;
    }

}


@media (max-width: 767px) {

    /* for slider responsive by SR*/


    #mb_mg_algn {
        margin: 22% 0% 0% 0%;
    }

    section.home_slider_online::before {
        content: '';
        position: absolute;
        top: 11px;
        left: 0;
        height: 38%;
        width: 100%;
        background: #f4edfe;
        transform: skew(0deg, 3deg);
    }

    section.home_slider_online {
        background-image: none;
    }

    section.home_slider_online .col-md-6.hme-sld-lft {
        margin: 0 auto;
    }

    section.home_slider_online .hme-sld-lft p.ban_para {
        padding: 2% 0% 0% 0%;
        font-size: 18px;
    }

    section.home_slider_online .hme-sld-lft p.call_btn_algn,
    section.home_slider_online h2.ban_title,
    section.home_slider_online .hme-sld-lft p.ban_para,
    section.home_slider_online .hme-sld-lft p.call_now_btn_algn {
        text-align: center;
    }

    section.home_slider_online .hme-sld-rht {
        margin: 25% 2% 0px 2%;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    section.home_slider_online h2.ban_title {
        font-size: 26px;
    }

    section.home_slider_online .hme-sld-rht {
        padding: 56px 30px 0px 30px;
    }
}

@media (max-width: 1024px) {
    div#doctor_slide .item h2 {
        font-size: 36px;
    }

    .price-tag {
        width: 100%;
    }

    .helath_check div#nav-tab {
        width: 100%;
    }
}

@media (min-width: 320px) {
    div#doctor_slide {
        max-height: 663px;
    }

    div#doctor_slide .owl-stage-outer {
        height: 663px;
    }
}

@media (min-width: 768px) {
    div#doctor_slide {
        max-height: 1077px;
    }

    div#doctor_slide .owl-stage-outer {
        height: 1077px;
    }
}

@media (min-width: 1024px) {
    div#doctor_slide {
        max-height: 427px;
    }

    div#doctor_slide .owl-stage-outer {
        height: 427px;
    }
}

@media (min-width: 1440px) {
    div#doctor_slide {
        max-height: 440px;
    }

    div#doctor_slide .owl-stage-outer {
        height: 440px;
    }
}

@media (min-width: 1600px) {
    div#doctor_slide {
        max-height: 500px;
    }

    /* div#doctor_slide .owl-stage-outer{height: 500px;}
section.home_slider_online h2.ban_title{padding: 0% 130px 0% 80px;padding-top: 20%;}
.hme-sld-lft button.phone_btn,.hme-sld-lft button.phone_btn_call{margin: 5% 0% 0% 10%;} */


}

@media (min-width: 1680px) {
    div#doctor_slide {
        max-height: 520px;
    }

    div#doctor_slide .owl-stage-outer {
        height: 520px;
    }

    section.logo-menu .col-md-4 .navbar-header .logo-tag img {
        width: 100%;
    }

    .col-md-3.topbar-logo-slider-block .item img {
        padding: 20px 0px;
    }

}

@media (min-width: 1920px) {
    div#doctor_slide {
        max-height: 600px;
    }

    div#doctor_slide .owl-stage-outer {
        height: 600px;
    }

    .years_serv {
        right: 200px;
    }

    /* section.home_slider_online h2.ban_title {padding: 13% 20% 0px 75px;padding-top: 20%;}
.hme-sld-lft button.phone_btn,.hme-sld-lft button.phone_btn_call{margin: 7% 0% 0% 10%;}
section.home_slider_online .hme-sld-lft p.ban_para{margin: 4% 9% 0% 9%;} */

}

@media (min-width: 1201px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
        width: 115% !important;
    }
}

@media (min-width: 1201px) and (max-width: 1439px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
        max-height: 330px;
        overflow: auto;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li a {
        font-size: 12px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    section.logo-menu .info_bx {
        display: none;
    }

    .topbar-logo-slider-block {
        display: none;
    }

    .navbar-header .mobile_vw {
        display: flex;
        justify-content: end;
        width: 100%;
    }

    .srkh_nav_bar {
        display: none;
    }

    section.home_slider_online h2.ban_title {
        font-size: 30px;
    }

    body {
        margin-top: 113px;
    }
}

@media (min-width:440px) and (max-width: 769px) {

    /* body {
    margin-top: 119px;
}  */
    .srkh_nav_bar {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .navbar-header img {
        display: block;
        margin: 0 auto;
    }

}

@media (min-width: 1500px) {
    .navbar-header img {
        width: 420px;
    }
}

@media (min-width: 990px) and (max-width: 1500px) {
    .navbar-header img {
        width: 370px;
    }
}

@media (min-width: 570px) and (max-width: 990px) {
    .navbar-header img {
        width: 350px;
    }
}

@media (max-width: 570px) {
    .navbar-header img {
        width: 300px;
    }
}

@media only screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {

    .col-md-2.info_bx.hidden-xs.hidden-sm,
    .col-md-3.info_bx.hidden-xs.hidden-sm,
    .col-md-3.topbar-logo-slider-block {
        display: none;
    }

    body {
        margin-top: 30px;
    }
}

@media (min-width:1024px) and (max-width: 1400px) {
    div#premium .panel1 {
        height: 1075px;
    }

    section.our_team {
        padding: 0% 0%;
    }

    section.reach_cbe {
        width: 1190px;
        margin: 0 auto;
    }
}

@media (min-width: 1450px) {
    section.hme_banner .col-md-6.col-xl-3 {
        text-align: left !important;
    }

    section.reach_cbe {
        width: 1190px;
        margin: 0 auto;
    }
}


/*****Preloader********/
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

#loader {
    z-index: 10000001;
    /* anything higher than z-index: 1000 of .loader-section */
}

/* Loaded */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #6f2796;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f1641b;
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #0097d9;
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after(2) {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ef2d9f;
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);
    /* IE 9 */
    transform: translateX(-100%);
    /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);
    /* IE 9 */
    transform: translateX(100%);
    /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader {
    opacity: 0;
}

.loaded #loader-wrapper {
    visibility: hidden;
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {

    -webkit-transition: all 0.3s 0.3s ease-out;
    transition: all 0.3s 0.3s ease-out;
}

.loaded #loader-wrapper {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);

    -webkit-transition: all 0.3s 0.6s ease-out;
    transition: all 0.3s 0.6s ease-out;
}

.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);

    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

.no-js #loader-wrapper {
    display: none;
}

.no-js h1 {
    color: #222222;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    z-index: 999 !important;
}

@media(min-width: 320px) and (max-width: 768px) {
    section.hme_banner {
        background-image: none !important;
        background-color: #f4edfe;
    }

    section.doctor_testimonial div#patient-new-test .owl-stage-outer .ivf-box .ivf-test-cont {
        padding: 16px 39px 0px !important;
    }

    section.doctor_testimonial div#patient-new-test .owl-stage-outer .ivf-box .row {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }
}

img.attachment-full.size-full.wp-post-image {
    margin-bottom: 15px;
}

.post-content h2 {
    color: black;
    padding-top: 10px;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 24px !important;
}

.post-content h2 b {
    color: #732593;
}

.post-content h4 b {
    color: #dc268e;
}

.post-content h3 {
    font-size: 20px;
    margin: 0 0 15px 0;
}

.post-content article.spacer h4 {
    letter-spacing: normal;
    text-transform: inherit;
    font-size: 18px;
}

.post-content article.spacer ul li:before {
    content: none;
}

.doctor_banner_img.single_ban.rocket-lazyload.lazyloaded ul.list-inline li:nth-child(3) {
    display: none;
}

.post-content article.spacer ul {
    line-height: 30px;
    list-style-type: disc;
    color: currentColor;
}

.post-content article.spacer {
    padding: 0px;
}

section.doctor_testimonial {
    margin-top: 40px;
}

section.doctor_testimonial {
    background-image: url('/wp-content/uploads/2021/03/ivf-testimonial-bg-1.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}

section.doctor_testimonial div#patient-new-test .owl-stage-outer .ivf-box .ivf-test-cont {
    padding: 80px 65px 0px;
    color: #7e7d7d;
}

section.doctor_testimonial div#patient-new-test .owl-stage-outer .ivf-box .ivf-test-cont:before {
    width: 146px;
    height: 146px;
    content: " ";
    position: absolute;
    top: 30px;
    left: 30px;
    background-image: url('/wp-content/uploads/2021/05/quote-left.svg');
    background-repeat: no-repeat;
}

section.doctor_testimonial div#patient-new-test .owl-stage-outer .ivf-box .ivf-img-rht img {
    width: 85%;
}



@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    section.home_slider_online div#online_consult_slider .owl-item .row {
        display: flex;
        flex-direction: row;
    }

    section.home_slider_online div#online_consult_slider .owl-item .row .col-md-5.hme-sld-rht,
    section.home_slider_online div#online_consult_slider .owl-item .row .col-md-6.hme-sld-lft {
        width: 50%;
    }

    section.home_slider_online .hme-sld-lft p.ban_para {
        font-size: 16px;
    }

    section.home_slider_online .hme-sld-rht {
        padding: 40px;
    }

    section.home_slider_online .col-md-6.hme-sld-lft {
        margin: 0% 0% 0% 4%;
    }
}


/** hide the featured image for form - Thank you page ***/
body.page-template.page-template-thankyoupage.page-template-thankyoupage-php.page.page-id-12552.wp-custom-logo.mega-menu-primary.mega-menu-oncology.group-blog .doctor_banner_img.rocket-lazyload {
    display: none;
}




/* Paediatrics style goes here*/


.page-template-paediatrics section.footer_bt {
    display: none;
}

.paediatrics-banner {
    background: url('/wp-content/uploads/2021/08/paediatrics-banner-bg.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 85px 0px;
}

.paedia-cont h2 {
    font-weight: 600;
    color: #363636;
    line-height: 56px;
    padding: 80px 0px;
    font-size: 44px;
}

.paedia-cont h2 span {
    background: url('/wp-content/uploads/2021/08/line.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
}

.banner-img {
    text-align: center;
}

.doctors_group_img {
    padding: 30px 0px 0px;
}

.doctors_group_img img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.we_care_about {
    background: #FFFFFF;
    box-shadow: 0px 1px 25px rgb(0 0 0 / 10%);
    border-radius: 5px;
    width: 70%;
    margin: 0 auto;
    margin-top: -3%;
    position: relative;
}

.we_care_about .care-about-cnt .dep-btn {
    text-align: center;
    padding-bottom: 40px;
}

.care-about-cnt {
    width: 90%;
    margin: 0 auto;
}

.care-about {
    padding-bottom: 50px;
}

.care-about-cnt h2 {
    color: #000;
    font-weight: 600;
    text-align: center;
    line-height: 45px;
    padding: 40px 0px 0px;
}

.care-about-cnt p {
    color: #000;
    text-align: center;
    padding: 20px 0px
}

.dep-btn button.form-btn {
    background: #0096DD;
    border-radius: 5px;
    border: none;
    font-size: 0.9em;
    padding: 9px 20px;
    color: #fff;
}

.dep-btn button.form-btn i.fa.fa-arrow-right {
    margin-left: 1em;
}

.pedia-dept-bg {
    width: 80%;
    margin: 0 auto;
}

.pedia-dept {
    background: url('/wp-content/uploads/2021/08/paedia-bg.svg');
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px 0px 0px;
}

section.pedia-dept h2,
section.pedia-services h2,
section.paedia-doct-sec .container .row h2 {
    text-align: center;
    padding: 40px 0px 70px;
    color: #000;
    font-weight: 600;
}

.pedia-dept-bg .icon-pedia-dept div {
    display: flex;
    padding: 25px;
    border: 1px solid #787878;
    border-radius: 20px;
    margin-bottom: 50px;
    align-items: center;
    justify-content: center;
}

.pedia-dept-bg .icon-pedia-dept div img {
    border-radius: 20px;
    margin: 0 auto;
}

.pedia-dept-bg .icon-pedia-dept div p {
    text-align: left;
    width: 85%;
    margin: 0 auto;
    color: #000;
    font-weight: 600;
    padding-left: 20px;
}


.paedia-doct-sec {
    background-color: #FFF7EA;
}

.Paedia-tab {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

section.paedia-doct-sec .container .row h2 {
    padding: 50px 20px;
}

.Paedia-tab .paedia-doct-cont {
    color: #000;
    text-align: center;
    padding: 30px 50px;
}

.Paedia-tab .paedia-doct-cont h5 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}

.Paedia-tab .paedia-doct-cont p {
    text-align: center;
}

.Paedia-tab .paedia-doct-cont div button.form-btn {
    font-size: 1em;
    padding: 15px 35px;
    border: none;
    background: #0096DD;
    color: #fff;
    border-radius: 5px;
}

div#paedia-doct .owl-nav button.owl-prev i,
div#paedia-doct .owl-nav button.owl-next i {
    background: #fff;
    border: none;
    color: #787878;
    font-weight: 900;
    font-size: x-large;
    padding: 8px 15px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.exclusive-paedia-doct {
    background: #fff;
    padding: 70px 0px;
}

.exclusive-paedia-doct .bg-try {
    background: url('/wp-content/uploads/2021/08/paedia-exclusive-icon.svg');
    background-repeat: no-repeat;
    background-position: right center;
}

.exclusive-paedia-doct .bg-try1 {
    background: url('/wp-content/uploads/2021/08/paedia-exclusive-icon1.svg');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.exclusive-paedia-doct .bg-try2 {
    background: url('/wp-content/uploads/2021/08/paedia-exclusive-icon2.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
}

section.exclusive-paedia-doct .exclusive-paedia-doct-in {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.exclusive-paedia-doct .bg-try div {
    max-width: 340px;
    background: #ECF9FF;
    padding: 20px;
    border-radius: 20px;
}

.exclusive-paedia-doct .bg-try div ul li,
.exclusive-paedia-doct .bg-try1 div ul li,
.exclusive-paedia-doct .bg-try2 div ul li {
    list-style-image: url('/wp-content/uploads/2021/08/paedia-exclusive-ul-icon.svg');
    color: #091C49;
    padding-left: 10px;
    font-weight: 600;
}

.exclusive-paedia-doct .bg-try div ul li:before,
.exclusive-paedia-doct .bg-try1 div ul li:before,
.exclusive-paedia-doct .bg-try2 div ul li:before {
    content: none;
}

.exclusive-paedia-doct-in div h2 {
    color: #000;
    max-width: 302px;
    line-height: 50px;
    font-weight: 600;
    font-size: 35px;
    margin: 0 auto;
    letter-spacing: 2px;
}

.exclusive-paedia-doct .bg-try1 div {
    max-width: 340px;
    background: #FFF7EA;
    padding: 20px;
    border-radius: 20px;
    margin: 0 auto;
}

.exclusive-paedia-doct .bg-try2 div {
    max-width: 340px;
    background: #FEF0F0;
    padding: 20px;
    border-radius: 20px;
    margin-top: 50px;
}

div#paedia-slide .owl-nav button.owl-prev i {
    margin-left: -56px;
    font-size: x-large;
    color: #000;
    border: none;
    font-weight: 900;
}

div#paedia-slide .owl-nav button.owl-next i {
    margin-right: -56px;
    color: #000;
    font-size: x-large;
    font-weight: 900;
}

.paedia-why-choose h2 {
    text-align: center;
    color: #000;
    font-weight: 600;
}

section.paedia-why-choose .paedia-choose-cont {
    padding: 50px 0px;
}

.paedia-why-choose {
    background: url('/wp-content/uploads/2021/08/paedia-why-choose-bg.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}

.paedia-why-choose h2 {
    background: url('/wp-content/uploads/2021/08/why-choose-line.svg');
    background-repeat: no-repeat;
    background-size: 43%;
    background-position: center bottom;
}

.paedia-choose-cont-list ul li {
    color: #000;
    padding-bottom: 12px;
}

section.paedia-why-choose .dep-btn {
    text-align: center;
}

.paedia-our-services-sec .paedia-nav-scroll-sec {
    width: 90%;
    margin: 0 auto;
}

.paedia-our-services-sec h2 {
    text-align: center;
    text-align: center;
    padding: 50px 0px 0px;
    color: #000;
    font-weight: 600;
}

.custom-scroll.custom-scroll-2 .scroll-nav .nav-tabs>li.active>a {
    border: none;
    background: #ffbcbd;
    font-weight: 600;
}

.custom-scroll.custom-scroll-2 .scroll-nav .nav-tabs>li {
    display: block;
    float: none;
    font-weight: 600;
    padding-bottom: 18px;
}

.custom-scroll {
    padding: 20px;
    text-align: left;
    background: #fff;
    margin: 25px;
    display: inline-block;
    overflow: auto;
}

.col-md-5.scrolls .custom-scroll.custom-scroll-2 .scroll-nav ul.nav.nav-tabs.tabs-left.sideways {
    border: none;
}

.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-general .paedia-contnt-part,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-neo .paedia-contnt-part,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-cardio .paedia-contnt-part,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-neuro .paedia-contnt-part,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-endo .paedia-contnt-part,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-gastro .paedia-contnt-part,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-ortho .paedia-contnt-part,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-rhenuma .paedia-contnt-part,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-onco .paedia-contnt-part,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-service .paedia-contnt-part,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-therapy .paedia-contnt-part,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-speech .paedia-contnt-part,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-diet .paedia-contnt-part,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-surgery .paedia-contnt-part,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-hemato-onco .paedia-contnt-part {
    color: #525252;
    max-width: 83%;
    margin: 0 auto;
    padding: 50px 0px 0px;
    color: #000;
}

.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-general .paedia-contnt-part p,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-neo .paedia-contnt-part p,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-cardio .paedia-contnt-part p,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-neuro .paedia-contnt-part p,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-endo .paedia-contnt-part p,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-gastro .paedia-contnt-part p,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-ortho .paedia-contnt-part p,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-rhenuma .paedia-contnt-part p,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-onco .paedia-contnt-part p,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-service .paedia-contnt-part p,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-therapy .paedia-contnt-part p,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-speech .paedia-contnt-part p,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-diet .paedia-contnt-part p,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-surgery .paedia-contnt-part p,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-hemato-onco .paedia-contnt-part p {
    text-align: left;
    color: #000;
    font-size: 18px;
    color: #000;
}

.paedia-contnt-part ol {
    font-size: 18px;
    color: #000;
}

.custom-scroll.custom-scroll-2 .scroll-nav .nav-tabs>li>a {
    color: #4E4E4E;
    font-weight: 100;
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 0.946309px 6.62416px rgb(165 165 165 / 22%);
    border-radius: 4.73154px;
}

.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-general .paedia-contnt-part .paedia-image {
    width: 70%;
    margin-bottom: 15px;
}

.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-general .paedia-contnt-part .paedia-title .paedia-main-head,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-neo .paedia-contnt-part .paedia-title .paedia-main-head,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-cardio .paedia-contnt-part .paedia-title .paedia-main-head,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-neuro .paedia-contnt-part .paedia-title .paedia-main-head,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-endo .paedia-contnt-part .paedia-title .paedia-main-head,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-hemato-onco .paedia-contnt-part .paedia-title .paedia-main-head,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-surgery .paedia-contnt-part .paedia-title .paedia-main-head,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-gastro .paedia-contnt-part .paedia-title .paedia-main-head,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-ortho .paedia-contnt-part .paedia-title .paedia-main-head,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-rhenuma .paedia-contnt-part .paedia-title .paedia-main-head,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-onco .paedia-contnt-part .paedia-title .paedia-main-head,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-service .paedia-contnt-part .paedia-title .paedia-main-head,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-therapy .paedia-contnt-part .paedia-title .paedia-main-head,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-speech .paedia-contnt-part .paedia-title .paedia-main-head,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-diet .paedia-contnt-part .paedia-title .paedia-main-head {
    font-weight: 600;
    padding-bottom: 15px;
    color: #000;
    font-size: 17px;
}

.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-general .paedia-contnt-part .paedia-title .paedia-main-qual,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-neo .paedia-contnt-part .paedia-title .paedia-main-qual,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-cardio .paedia-contnt-part .paedia-title .paedia-main-qual,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-neuro .paedia-contnt-part .paedia-title .paedia-main-qual,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-endo .paedia-contnt-part .paedia-title .paedia-main-qual,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-hemato-onco .paedia-contnt-part .paedia-title .paedia-main-qual,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-surgery .paedia-contnt-part .paedia-title .paedia-main-qual,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-gastro .paedia-contnt-part .paedia-title .paedia-main-qual,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-ortho .paedia-contnt-part .paedia-title .paedia-main-qual,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-rhenuma .paedia-contnt-part .paedia-title .paedia-main-qual,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-onco .paedia-contnt-part .paedia-title .paedia-main-qual,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-service .paedia-contnt-part .paedia-title .paedia-main-qual,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-therapy .paedia-contnt-part .paedia-title .paedia-main-qual,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-speech .paedia-contnt-part .paedia-title .paedia-main-qual,
.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-diet .paedia-contnt-part .paedia-title .paedia-main-qual {
    font-weight: 700;
    color: #000;
    font-size: 17px;
}

.paedia-nav-scroll-sec .scroll-content .tab-content #paedia-general .paedia-contnt-part .paedia-title span img {
    padding-left: 20px;
}

section.paedia-medical-cond div#medical_cond a.nav-item.nav-medi.nav-link.active {
    color: #0098DD;
}

section.paedia-medical-cond div#medical_cond .item.active {
    border-bottom: 1px solid #0098DD;
}

.paedia-medical-cond .medical_cond h2 {
    color: #232323;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 25px;
    text-align: center;
    padding: 2px 5px 20px;
}

.paedia-medical-cond .medical_cond a.nav-item.nav-link.active {
    border-bottom: none !important;
}

.paedia-medical-cond div#Dep_li .owl-nav button.owl-next {
    border-radius: 30px;
}

div#paedia-faq-acc .panel-group .panel-heading p {
    border-bottom: 1px solid #000000;
    text-align: left;
}

div#paedia-faq-acc .panel-group .panel-heading a.collapsed:after,
div#paedia-faq-acc .panel-group .panel-heading a:after {
    color: #3e3c3c;
}

div#paedia-faq-acc .panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    color: #000;
}

.moble-arrow,
.paedia-our-service-moble {
    display: none;
}

section.paedia-faq-answer-sec small {
    color: #FD5F75;
    font-weight: 600;
    font-size: 17px;
}

section.paedia-faq-answer-sec h2 {
    color: #000;
}

.moretext {
    display: none;
}

.paedia-contnt-part a#moreless-btn {
    cursor: pointer;
}

.paedia-contnt-part ul li {
    color: #000;
    font-size: 18px;
    line-height: 27px;
}

div#paedia-slide .owl-nav button.owl-next i,
div#paedia-slide .owl-nav button.owl-prev i {
    margin: 0;
    background: none;
}

.scroll-nav ul li:before {
    content: none;
}

section.chart_section {
    background: #ECF9FF;
    margin: 0 auto;
    width: 85%;
    padding: 50px 0px;
}

section.chart_section h2 {
    color: #000;
    text-align: center;
    padding: 0px 0px 40px;
    font-size: 28px;
}

.chart_section_inner .chart_box .image_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 20px;
}

.chart_section_inner .chart_box .image_box h5 {
    color: #0098DD;
    line-height: 20px;
}

.chart_section_inner div#vacc-mble-slide .owl-stage-outer .chart_box {
    cursor: pointer;
}

.chart_section_inner div#vaccination .modal-dialog.modal-dialog-centered .modal-content,
.chart_section_inner div#vaccination1 .modal-dialog.modal-dialog-centered .modal-content,
.chart_section_inner div#vaccination2 .modal-dialog.modal-dialog-centered .modal-content {
    width: 80%;
}

div#vaccination div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium,
div#vaccination1 div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium,
div#vaccination2 div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 95%;
}

.chart_section_inner .modal-dialog.modal-dialog-centered .modal-content .modal-body {
    padding: 10px 30px 40px 30px;
}

div#vaccination div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button,
div#vaccination1 div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button,
div#vaccination2 div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
    float: left;
    width: 30%;
}

.owl-stage-outer .chart_box .image_box img {
    width: auto;
}

.chart_section_inner .modal-dialog.modal-dialog-centered .modal-content .modal-header {
    box-shadow: 1px solid #3f51b5;
}

.chart_section_inner .modal-dialog.modal-dialog-centered .modal-content .modal-header h5 {
    text-align: center;
    font-size: 20px;
    color: #000;
}

.chart_section_inner .modal-dialog.modal-dialog-centered .modal-content .modal-header .close {
    margin-top: -23px;
    opacity: .5;
}

section.paedia-our-service-moble.visible-sm.visible-xs div#medical_cond div#nav-tab div#Dep_li1 .owl-stage-outer .item {
    text-align: center;
}

div#medical_cond #Dep_li1 a.nav-item.nav-medi.nav-link,
section.paedia-our-service-moble.visible-sm.visible-xs div#medical_cond div#nav-tabContent a {
    color: #000;
}

/***slider banner for paediatrics****/

.paediatrics-banner1 {
    background: url('/wp-content/uploads/2021/08/Frame-22.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 85px 0px;
    color: #fff;
}

div#paedia_banner_slider .col-md-6 .banner-img img {
    width: 60%;
    display: inline-block;
}

section.paediatrics-banner1 div#paedia_banner_slider .col-md-6 .paedia-cont h2 {
    color: #fff;
}

div#paedia_banner_slider .col-md-6 .gudiance_chld h2 {
    background: url('/wp-content/uploads/2021/08/Line-2.png');
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 41px;
    font-weight: 600;
    color: #fff;
}

section.paediatrics-banner1 div#paedia_banner_slider .col-md-6 .gudiance_chld {
    color: #fff;
}

section.paediatrics-banner1 div#paedia_banner_slider .paedia-cont h2 span {
    background: url('/wp-content/uploads/2021/08/Line-2.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
}

section.paediatrics-banner1 div#paedia_banner_slider .col-md-6 .gudiance_chld ul {
    margin-top: 30px;
}

section.paediatrics-banner1 div#paedia_banner_slider .col-md-6 .gudiance_chld ul li::before {
    content: "\f061";
    font-size: 16px;
}


/* paediatric media Query Goes here*/


@media(min-width: 1366px) {
    .paediatrics-banner1 {
        background-size: cover;
    }

    div#paedia_banner_slider .col-md-6 .gudiance_chld h2 {
        font-size: 37px;
    }

    section.paedia_banner div#paedia_banner_slider section.paediatrics-banner1 .col-md-6 .gudiance_chld ul {
        padding-top: 30px;
    }
}

@media(min-width: 1440px) {
    div#paedia_banner_slider .col-md-6 .gudiance_chld h2 {
        font-size: 39px;
    }
}

@media(min-width: 1600px) {
    .paedia-cont {
        padding: 60px 0px 0px 40px;
    }

    .paedia-why-choose h2 {
        background-size: 35%;
    }

    .pedia-dept-bg .icon-pedia-dept div p {
        padding-left: 0px;
        margin: 1px 50px 0px;
    }

    .pedia-dept-bg .icon-pedia-dept div {
        padding: 40px;
    }

    div#paedia_banner_slider .col-md-6 .gudiance_chld h2 {
        font-size: 44px;
    }

    div#paedia_banner_slider .col-md-6 .gudiance_chld h2 {
        background-size: 100%;
    }
}

@media(min-width: 1900px) {
    .paedia-cont h2 {
        padding: 20% 0% 5% 0%;
    }

    .paedia-why-choose h2 {
        background-size: 29%;
    }

    .pedia-dept-bg .icon-pedia-dept div p {
        font-size: 19px;
        margin: 4px 57px 0px;
        line-height: 34px;
        font-weight: 900;
    }

    .pedia-dept-bg .icon-pedia-dept div {
        padding: 40px;
    }

    .care-about {
        padding: 50px 50px;
        width: 80%;
        margin: 0 auto;
    }

    .pedia-dept {
        padding: 40px 0px;
    }

    .care-about-cnt p {
        font-size: 19px;
    }

    .custom-scroll.custom-scroll-2 .scroll-nav .nav-tabs>li>a {
        font-size: 18px;
        font-weight: 600;
    }

    .paedia-nav-scroll-sec .scroll-content .tab-content #paedia-general .paedia-contnt-part p,
    .paedia-nav-scroll-sec .scroll-content .tab-content #paedia-neo .paedia-contnt-part p,
    .paedia-nav-scroll-sec .scroll-content .tab-content #paedia-cardio .paedia-contnt-part p,
    .paedia-nav-scroll-sec .scroll-content .tab-content #paedia-neuro .paedia-contnt-part p,
    .paedia-nav-scroll-sec .scroll-content .tab-content #paedia-endo .paedia-contnt-part p,
    .paedia-nav-scroll-sec .scroll-content .tab-content #paedia-gastro .paedia-contnt-part p,
    .paedia-nav-scroll-sec .scroll-content .tab-content #paedia-ortho .paedia-contnt-part p,
    .paedia-nav-scroll-sec .scroll-content .tab-content #paedia-rhenuma .paedia-contnt-part p,
    .paedia-nav-scroll-sec .scroll-content .tab-content #paedia-onco .paedia-contnt-part p,
    .paedia-nav-scroll-sec .scroll-content .tab-content #paedia-service .paedia-contnt-part p,
    .paedia-nav-scroll-sec .scroll-content .tab-content #paedia-therapy .paedia-contnt-part p,
    .paedia-nav-scroll-sec .scroll-content .tab-content #paedia-speech .paedia-contnt-part p,
    .paedia-nav-scroll-sec .scroll-content .tab-content #paedia-diet .paedia-contnt-part p,
    .paedia-nav-scroll-sec .scroll-content .tab-content #paedia-surgery .paedia-contnt-part p,
    .paedia-nav-scroll-sec .scroll-content .tab-content #paedia-hemato-onco .paedia-contnt-part p {
        font-size: 18px;
        font-weight: 700;
    }

    .paedia-contnt-part ol {
        font-size: 18px;
        font-weight: 700;
    }

    .exclusive-paedia-doct-in div h2 {
        font-size: 45px;
        line-height: 65px;
    }

    div#paedia_banner_slider .col-md-6 .gudiance_chld h2 {
        background-position: left bottom;
        background-size: 85%;
    }

    .exclusive-paedia-doct .bg-try div,
    .exclusive-paedia-doct .bg-try1 div,
    .exclusive-paedia-doct .bg-try2 div {
        max-width: 360px;
        height: 335px;
    }
}

@media (max-width: 1024px) {
    section.core_values .col-md-3 p span {
        display: block;
        margin-bottom: 15px;
        font-size: 13px !important;
        letter-spacing: 0.2px;
        line-height: 22px;
    }

    section.core_values p {
        font-size: 14px;
    }

    .row.container {
        margin: auto !important;
    }

    .why_us .col-md-4 p {
        font-size: 16px;
    }

    .achive_bx1,
    .achive_bx2,
    .achive_bx3,
    .achive_bx4,
    .achive_bx5,
    .achive_bx6 {
        margin-bottom: 20px;
    }

    .why_us {
        padding-top: 10%;
        padding-bottom: 10%;
    }
}

@media (max-width: 768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        position: unset;
    }

    body {
        margin-top: 0px;
    }

    .ceo_content p {
        font-size: 14px;
    }

    .doctor_banner_img {
        margin-top: 0px;
    }

    .textwidget.custom-html-widget {
        font-size: 14px;
        letter-spacing: 0.3px;
    }

    div#award_winning .flip-box-front img {
        width: 30% !important;
    }

    .charitable_cont p {
        font-size: 14px;
    }

    .faq_section .card.card-body,
    .faq_section .faq_collapse {
        font-size: 14px;
    }

    section.logo-menu .col-md-4 .navbar-header .logo-tag img {
        width: 60%;
    }

    section.page-section p,
    .facilities_ctn p,
    .facilities_ctn ul li {
        font-size: 14px;
        letter-spacing: 0.3px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {

    .paedia-cont h2 {
        text-align: center;
        padding: 90px 0px;
        font-size: 28px;
        line-height: 40px;
    }

    .paediatrics-banner {
        background: url('/wp-content/uploads/2021/08/mobile-banner.svg');
        background-size: cover;
    }

    div#paedia_banner_slider .col-md-6 .gudiance_chld h2 {
        font-size: 28px;
        background-size: contain;
        text-align: center;
        background: none;
    }

    .paediatrics-banner1 {
        background-size: cover;
        padding: 160px 0px;
    }

    .moble-arrow {
        display: block;
        text-align: center;
        padding-top: 15px;
    }

    .we_care_about {
        width: 100%;
    }

    .care-about-cnt h2 {
        line-height: 32px;
        font-size: 24px;
    }

    .care-about {
        padding: 50px 0px 0px;
    }

    .care-about-cnt p {
        font-size: 15px;
    }

    .pedia-dept {
        background: none;
    }

    .paedia-our-service-moble {
        display: block;
    }

    .pedia-dept-bg,
    .paedia-our-services-sec .paedia-nav-scroll-sec,
    section.exclusive-paedia-doct .exclusive-paedia-doct-in,
    .exclusive-paedia-doct .bg-try div,
    .exclusive-paedia-doct .bg-try1 div,
    .exclusive-paedia-doct .bg-try2 div {
        width: 100%;
    }

    .pedia-dept h2 {
        font-size: 24px;
    }

    .pedia-dept-bg .icon-pedia-dept div p {
        width: 100%;
        font-size: 13px;
    }

    .paedia-our-service-moble h2 {
        text-align: center;
        text-align: center;
        padding: 30px 0px;
        color: #000;
        font-weight: 600;
        font-size: 24px;
    }

    .paedia-our-service-moble .medical_cond a.nav-item.nav-link.active {
        border-bottom: none !important;
    }

    .paedia-our-service-moble div#Dep_li .owl-nav button.owl-next {
        border-radius: 30px;
    }

    .paedia-our-service-moble div#medical_cond a.nav-item.nav-medi.nav-link.active {
        color: #0098DD;
    }

    .paedia-our-service-moble div#medical_cond .item.active {
        border-bottom: 1px solid #0098DD;
    }

    div#medical_cond div#nav-tabContent .tab-pane p {
        text-align: left;
    }

    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce1 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce2 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce3 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce4 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce5 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce6 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce7 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce8 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce9 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce10 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce11 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce12 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce13 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce14 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce15 p.paedia-moble-contnt {
        width: 100%;
        margin: 0 auto;
        color: #676767;
    }

    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce1 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce2 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce3 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce4 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce5 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce6 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce7 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce8 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce9 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce10 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce11 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce12 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce13 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce14 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce15 .paedia-title .paedia-main-head {
        font-size: 16px;
        font-weight: 600;
        padding: 10px 0px;
    }

    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce1 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce2 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce3 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce4 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce5 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce6 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce7 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce8 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce9 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce10 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce11 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce12 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce13 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce14 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce15 .paedia-title .paedia-main-qual {
        font-size: 16px;
        color: #000;
    }

    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce1 img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    section.chart_section .chart_section_inner .col-md-4 .image_box {
        justify-content: space-between;
    }

    .chart_section_inner div#vaccination .modal-dialog.modal-dialog-centered .modal-content,
    .chart_section_inner div#vaccination1 .modal-dialog.modal-dialog-centered .modal-content,
    .chart_section_inner div#vaccination2 .modal-dialog.modal-dialog-centered .modal-content {
        width: 100%;
    }

    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce1 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce2 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce3 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce4 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce5 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce6 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce7 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce8 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce9 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce10 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce11 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce12 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce13 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce14 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce15 .paedia-title {
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }

    .Paedia-tab {
        flex-wrap: wrap;
    }

    .Paedia-tab .paedia-doct-cont {
        padding: 0px;
    }

    .exclusive-paedia-doct-in div h2 {
        color: #000;
        max-width: 400px;
        letter-spacing: 0px;
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 32px;
    }

    .exclusive-paedia-doct .bg-try,
    .exclusive-paedia-doct .bg-try1,
    .exclusive-paedia-doct .bg-try2 {
        background: none;
    }

    .exclusive-paedia-doct .bg-try1 div {
        margin: 30px 0px;
    }

    .exclusive-paedia-doct {
        padding: 70px 0px 0px;
    }

    section.paedia-faq-answer-sec div#paedia-faq-acc {
        margin-top: 20px;
    }

    .paedia-why-choose {
        background-repeat: repeat;
    }

    section.chart_section {
        width: 100%;
    }

    section.chart_section .chart_section_inner .col-md-4 {
        padding-bottom: 30px;
    }
}

@media (max-width: 425px) {
    .shedule_apn_content {
        font-size: 14px;
    }

    .shedule_apn_content a {
        font-size: 14px;
        padding: 8px 10px;
        margin-top: 15px;
    }

    .textwidget.custom-html-widget {
        line-height: 24px;
        letter-spacing: 0.2px;
        font-size: 14px;
    }

    div#wpforms-widget-2 input,
    div#wpforms-widget-2 textarea,
    select#wpforms-51-field_7 {
        font-size: 14px;
    }

    div.wpforms-container-full .wpforms-form input[type=submit],
    div.wpforms-container-full .wpforms-form button[type=submit],
    div.wpforms-container-full .wpforms-form .wpforms-page-button {
        padding: 5px 10px !important;
    }

    .widget_text.add_bx .custom-html-widget h4 {
        font-size: 14px;
    }

    section.didgital_app h2 {
        font-size: 14px !important;
        line-height: 26px;
    }

    .digital_apn .col-md-8 h2 {
        font-size: 14px !important
    }

    .digital_apn .col-md-8 button {
        padding: 5px 8px;
        font-size: 12px;
        border-radius: 2px;
    }

    div#nav-tabContent .tab-pane h3 {
        font-size: 14px;
        margin: 8px 0px;
        margin-top: 0;
    }

    section.about_us .col-md-5 p {
        font-size: 13px;
        line-height: 25px;
        letter-spacing: 0.2px;
    }

    .years_serv span {
        font-size: 40px;
    }

    .phone-h2 {
        font-size: 18px !important;
        line-height: 22px !important;
        margin-bottom: 6px !important;
    }

    section.about_sec p {
        line-height: 24px;
        font-size: 14px;
        letter-spacing: 0.3px;
        margin-bottom: 10px;
    }

    .row.where_rare .col-md-6 h2 {
        font-size: 14px;
    }

    .Our_vision .col-md-8 h3 {
        font-size: 14px !important;
    }

    .ceo_content h2 {
        font-size: 14px;
    }

    .ceo_content p {
        font-size: 13px;
        letter-spacing: 0.2px;
    }

    .ceo_content h3 {
        font-size: 14px;
    }

    .warm_reagards h4 {
        font-size: 14px;
    }

    .warm_reagards h2 {
        font-size: 14px;
    }

    .warm_reagards h5 {
        font-size: 13px;
    }

    section.footer_bt button {
        padding: 6px 16px;
    }

    .Doctor_content h3 {
        font-size: 28px;
    }

    .Doctor_content h2 {
        font-size: 16px;
    }

    .milestone_ctn h3 {
        font-size: 28px;
    }

    .milestone_ctn h2 {
        font-size: 16px;
    }

    .doctor_banner_img {
        margin-top: 0px;
    }

    .inetrn_ctn p {
        font-size: 13px;
    }

    section.logo-menu .col-md-4 .navbar-header .logo-tag img {
        width: 100%;
    }

    section.page-section p,
    .facilities_ctn p,
    .facilities_ctn ul li {
        font-size: 13px;
    }

    section.kidney_qu_section h2 {
        padding: 10px 0px 10px;
        font-size: 18px;
    }

    section.kidney_qu_section div#qc_section_slider .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider1 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider2 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider3 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider4 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider5 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider6 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider7 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider8 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider9 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider10 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider11 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider12 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider13 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider14 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider15 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider16 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider17 .owl-stage-outer .owl-stage .qc_box_outer button {
        padding: 8px 35px;
        font-size: 12px;
    }

    section.kidney_qu_section div#qc_section_slider .owl-stage-outer .owl-stage .qc_box_outer h5,
    section.kidney_qu_section div#qc_section_slider1 .owl-stage-outer .owl-stage .qc_box_outer h5,
    section.kidney_qu_section div#qc_section_slider2 .owl-stage-outer .owl-stage .qc_box_outer h5,
    section.kidney_qu_section div#qc_section_slider3 .owl-stage-outer .owl-stage .qc_box_outer h5,
    section.kidney_qu_section div#qc_section_slider4 .owl-stage-outer .owl-stage .qc_box_outer h5,
    section.kidney_qu_section div#qc_section_slider5 .owl-stage-outer .owl-stage .qc_box_outer h5,
    section.kidney_qu_section div#qc_section_slider6 .owl-stage-outer .owl-stage .qc_box_outer h5,
    section.kidney_qu_section div#qc_section_slider7 .owl-stage-outer .owl-stage .qc_box_outer h5,
    section.kidney_qu_section div#qc_section_slider8 .owl-stage-outer .owl-stage .qc_box_outer h5,
    section.kidney_qu_section div#qc_section_slider9 .owl-stage-outer .owl-stage .qc_box_outer h5,
    section.kidney_qu_section div#qc_section_slider10 .owl-stage-outer .owl-stage .qc_box_outer h5,
    section.kidney_qu_section div#qc_section_slider11 .owl-stage-outer .owl-stage .qc_box_outer h5,
    section.kidney_qu_section div#qc_section_slider12 .owl-stage-outer .owl-stage .qc_box_outer h5,
    section.kidney_qu_section div#qc_section_slider13 .owl-stage-outer .owl-stage .qc_box_outer h5,
    section.kidney_qu_section div#qc_section_slider14 .owl-stage-outer .owl-stage .qc_box_outer h5,
    section.kidney_qu_section div#qc_section_slider15 .owl-stage-outer .owl-stage .qc_box_outer h5,
    section.kidney_qu_section div#qc_section_slider16 .owl-stage-outer .owl-stage .qc_box_outer h5,
    section.kidney_qu_section div#qc_section_slider17 .owl-stage-outer .owl-stage .qc_box_outer h5 {
        font-size: 14px;
        padding: 10px 0px;
    }

    .searchandfilter li {
        width: 100%;
        display: block;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .paedia-cont h2 {
        text-align: center;
    }

    .paediatrics-banner {
        background-size: cover;
    }

    .pedia-dept {
        background: none;
    }

    section.paedia-our-service-moble.visible-sm div#medical_cond h2 {
        color: #232323;
        font-weight: 600;
        margin-bottom: 30px;
        font-size: 25px;
        text-align: center;
        padding: 2px 5px 20px;
    }

    section.paedia-our-service-moble div#medical_cond a.nav-item.nav-medi.nav-link.active {
        color: #000;
        border: none;
    }

    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce2 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce3 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce4 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce5 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce6 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce7 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce8 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce9 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce10 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce11 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce12 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce13 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce14 p.paedia-moble-contnt,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce15 p.paedia-moble-contnt {
        width: 90%;
        margin: 0 auto;
        color: #676767;
    }

    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce2 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce3 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce4 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce5 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce6 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce7 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce8 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce9 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce10 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce11 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce12 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce13 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce14 .paedia-title .paedia-main-head,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce15 .paedia-title .paedia-main-head {
        font-size: 16px;
        font-weight: 600;
        padding: 10px 0px;
    }

    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce2 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce3 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce4 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce5 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce6 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce7 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce8 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce9 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce10 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce11 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce12 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce13 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce14 .paedia-title .paedia-main-qual,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce15 .paedia-title .paedia-main-qual {
        font-size: 16px;
        color: #000;
    }

    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce2 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce3 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce4 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce5 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce6 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce7 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce8 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce9 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce10 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce11 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce12 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce13 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce14 .paedia-title,
    .paedia-our-service-moble .medical_cond div#nav-tabContent div#paedia-moble-servce15 .paedia-title {
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }

    .Paedia-tab .paedia-doct-cont div button.form-btn {
        padding: 15px 28px;
    }

    .Paedia-tab {
        width: 100%;
    }

    .exclusive-paedia-doct .bg-try,
    .exclusive-paedia-doct .bg-try1,
    .exclusive-paedia-doct .bg-try2 {
        background: none;
    }

    .exclusive-paedia-doct-in div h2 {
        max-width: 900px;
        padding-bottom: 30px;
        font-size: 28px;
    }

    .exclusive-paedia-doct .bg-try div {
        max-width: 900px;
        margin-bottom: 30px;
    }

    .exclusive-paedia-doct .bg-try1 div,
    .exclusive-paedia-doct .bg-try2 div {
        max-width: 900px;
    }

    .paedia-why-choose h2 {
        background-size: 70%;
    }

    section.paedia-why-choose .paedia-choose-cont {
        padding: 30px 0px;
    }

    .paedia-why-choose-img {
        margin-top: 30px;
    }

    section.chart_section,
    .we_care_about {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .Paedia-tab {
        width: 70%;
    }

    .pedia-dept-bg .icon-pedia-dept div {
        padding: 26px;
    }

    .paedia-why-choose h2 {
        background-size: 53%;
    }

    .paedia-cont h2 {
        padding: 160px 0px 13px 0px;
        font-size: 37px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .pedia-dept-bg {
        width: 100%;
    }

    .paedia-cont h2 {
        font-size: 37px;
        padding: 180px 0px;
    }
}

/* Landscape */
@media(min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .pedia-dept-bg .icon-pedia-dept div {
        padding: 26px;
    }

    .pedia-dept-bg {
        width: 100%;
    }
}

@media screen and (min-width: 360px) and (max-width:640px) {
    .paedia-cont h2 {
        font-size: 24px;
    }

    .Paedia-tab .paedia-doct-cont div button.form-btn {
        padding: 15px 30px;
    }
}

@media screen and (min-width: 320px) and (max-width:568px) {

    div.wpforms-container-full .wpforms-form button[type=submit] {
        float: unset !important;
        margin-bottom: 0px !important;
    }
}

.btn_rooms {
    text-align: center;
    padding: 30px 0px;
}

.btn_rooms button.phone_btn {
    background-color: #6f2e8d;
    font-size: 20px;
    font-family: poppins;
    border: none;
    padding: 14px 22px;
    color: #fff;
}

.btn_rooms button.phone_btn img {
    width: 40px;
    margin-right: 12px;
}

/*******conclave page css************/

.hr_doc.dep-btn {
    text-align: center;
}

.hr-doc.care-about-cnt p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.we_care_about {
    margin-top: 10px;
}

section.hr_box.chart_section {
    width: 100%;
    margin-top: 35px;
}

.hr-doc-btn.dep-btn {
    text-align: center;
    margin-top: 20px;
}

img.hr_banner {
    width: 50%;
}

section.hr_box.chart_section .chart_box {
    text-align: center;
}

@media (max-width: 500px) {
    #exampleModal .modal-dialog {
        width: 96% !important;
    }

    .about_doctor p,
    .medical_cond div#nav-tabContent .tab-pane {
        text-align: left;
    }

    .overview p {
        text-align: left;
        line-height: 24px;
        letter-spacing: 0.3px;
    }

    section.kidney_qu_section div#qc_section_slider .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider1 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider2 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider3 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider4 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider5 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider6 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider7 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider8 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider9 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider10 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider11 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider12 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider13 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider14 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider15 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider16 .owl-stage-outer .owl-stage .qc_box_outer button,
    section.kidney_qu_section div#qc_section_slider17 .owl-stage-outer .owl-stage .qc_box_outer button {
        padding: 8px 35px !important;
    }

    .medical_cond h3 {
        text-align: center;
    }

    table.single_doctor_specialist_in_table tr td {
        padding: 10px 10px;
        font-size: 14px;
    }

    p {
        margin-bottom: 10px;
        text-align: left;
    }

    h2.doctor_v {
        left: unset;
        float: unset;
        display: block;
    }

    .post-content h2 {
        font-size: 18px !important;
        line-height: 28px;
        padding-bottom: 0px;
    }

    .post-content h3 {
        font-size: 16px;
        margin-top: 10px;
    }

    .post-content article.spacer h4 {
        font-size: 16px;
        margin-bottom: 0px;
    }
}

@media (max-width: 375px) {
    img.hr_banner {
        width: 100%;
    }

    section.chart_section h2 {
        font-size: 20px;
    }

    section.hr_box h2 {
        font-size: 20px !important;
    }

    #exampleModal .modal-dialog {
        width: 100% !important;
        margin: 0;
    }
}

section.hr_box {
    background: #ECF9FF;
    text-align: center;
    padding: 5% 0%;
}

section.hr_box h2 {
    color: #000;
    text-align: center;
    padding: 0px 0px 40px;
    font-size: 32px;
    font-weight: 700;
}

.hr-doc-btn {
    margin-top: 4%;
}

div#vaccination label {
    text-align: left;
}

/*******conclave page css************/
.explore {
    text-align: center;
}

.explore button.phone_btn {
    background: #3f308f;
    color: #fff;
    border: unset;
    padding: 8px 28px;
    font-size: 14px;
}

div#myHeader .container.menu_container {
    width: 96%;
}

/*career
.doctor_banner_img.single_ban {
    background-image: url(/wp-content/uploads/2020/12/bg-violet-new.png) !important;
}
*/
/*.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 50%;
    border-radius: 0.5rem;
}
.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}
.close-button:hover {
    background-color: darkgray;
}
.show-modal {
    opacity: 1;
	display: block;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
button.trigger {
    background: #0096d8 !important;
    border: unset;
    font-size: 14px;
    padding: 8px 20px;
	border-radius:4px;
    color: #fff;
}*/
.awsm-job-form {
    display: none !important;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}

input#wpforms-15033-field_8 {
    font-size: 14px;
    border: 1px solid #ccc;
    width: 100%;
    padding: 5px;
}

div.wpforms-container-full .wpforms-form .wpforms-one-half,
div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
    display: flex;
}

div#vaccination div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium,
div#vaccination1 div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium,
div#vaccination2 div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    float: right !important;
    background-color: #0096d8 !important;
    color: #fff !important;
    padding: 5px 0px;
    font-size: 14px;
    border-radius: unset;
}

button#wpforms-submit-15033 {
    padding: 5px 30px !important;
    font-size: 14px !important;
    width: fit-content;
}

form#wpforms-form-15033 input[type=text] {
    font-size: 14px !important;
}

form#wpforms-form-15033 .wpforms-form input[type=date],
form#wpforms-form-15033 .wpforms-form input[type=datetime],
form#wpforms-form-15033 .wpforms-form input[type=datetime-local],
form#wpforms-form-15033 .wpforms-form input[type=email],
form#wpforms-form-15033 .wpforms-form input[type=month],
form#wpforms-form-15033 .wpforms-form input[type=number],
form#wpforms-form-15033 .wpforms-form input[type=password],
form#wpforms-form-15033 .wpforms-form input[type=range],
form#wpforms-form-15033 .wpforms-form input[type=search],
form#wpforms-form-15033 .wpforms-form input[type=tel],
form#wpforms-form-15033 .wpforms-form input[type=text],
form#wpforms-form-15033 .wpforms-form input[type=time],
form#wpforms-form-15033 .wpforms-form input[type=url],
form#wpforms-form-15033 .wpforms-form input[type=week],
form#wpforms-form-15033 .wpforms-form select,
form#wpforms-form-15033 .wpforms-form textarea,
input#wpforms-15033-field_1,
input#wpforms-15033-field_3 {
    font-size: 14px !important;
}

.career_box {
    border-top: 4px solid #811DEC;
    box-shadow: 1px 1px 1px 1px #efefef;
    padding: 5px 0px;
    border-radius: 5px;
    margin-bottom: 15px;
}

section.job_listings {
    padding: 50px 0px;
}

.career_box p {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: end;
    font-size: 14px;
}

.career_box h6 {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 5px;
    font-size: 12px;
}

.career_box p a {
    color: #fff;
    background: #811DEC;
    padding: 2px 5px;
    margin-right: 5px;
    border-radius: 3px;
}

.job-details-page {
    padding-top: 100px;
    /* border-top: 1px solid #000; */
}

.job-details-page h2 {
    font-size: 26px;
    color: #000;
    margin-top: 20px;
}

.job-details-inn {
    border-top: 3px solid #693a8f;
    border-radius: 4px;
    box-shadow: 0px 0px 1px 1px #cfcfcf;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

ul#iti-0__country-listbox li {
    font-size: 12px !important;
}

@media (min-width: 320px) and (max-width: 767px) {
    .modal-content {
        width: 100%;
    }

    .job-details-page {
        padding-top: 20px;
    }

    .job-details-page .modal-content {
        width: 100%;
    }
}

/*whatsapp*/
.review_btn {
    position: fixed;
    bottom: 225px;
    left: 15px;
    z-index: 100;
}

.ni-whatsapp-link {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 58px;
    left: 15px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.ni-whatsapp-icon {
    margin-top: 12px;
    font-size: 42px;
}

.form_section {
    padding: 0px 10px;
}

.srhapp_btn {
    position: fixed;
    bottom: 140px;
    left: 15px;

    z-index: 100;
}

/*bookly*/
.bookly-time-step {
    width: auto !important;
}

#exampleModal .modal-dialog {
    width: 70%;
}

.form_section div.wpforms-container-full .wpforms-form .wpforms-field {
    margin-right: 5px;
}

.page-id-7533 .specialties_ctn .banner_img {
    background-size: 100% !important;
    margin-top: -4%;
    height: 575px;
}

.teleconsult .col-md-7 h2 {
    margin-top: 35px;
}

.teleconsult .col-md-7 h2 a {
    color: #03004c;
}


/*Post Page New Design*/
div#sp-pcp-id-15529 .sp-pcp-post .sp-pcp-title,
.sp-pcp-post .sp-pcp-title a {
    font-size: 14px;
}

.pcp-carousel-wrapper .sp-pcp-carousel {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

p.side-book a {
    text-transform: uppercase;
    color: #732593;
}

p.side-book {
    text-align: center;
    margin-bottom: 0;
    border: 2px solid #732593;
}

aside#block-3 {
    box-shadow: unset !important;
}

p.side-book:hover {
    background: #732593;
    transition: width 0.2s ease-in-out;
}

p.side-book:hover a {
    color: #fff;
}

.comments-area #commentform {
    display: none;
}

.comments-area .comment-reply-title {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    font-size: 12px;
    cursor: pointer;
}

h3#reply-title {
    visibility: hidden;
    padding: unset;
    display: block;
    margin-top: 20px;
}

h3#reply-title:before {
    content: "Leave a Reply";
    visibility: visible;
    background: #732593;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}

.comments-area {
    margin-top: 0;
    border-top: unset;
    padding-top: 0;
}

.social-icon li {
    display: inline-block;
    margin-right: 5px;
}

.social-icon ul li:before {
    content: unset;
}

a.fbtn.share {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
}

a.fbtn.share.facebook {
    background: #3b5998;
}

a.fbtn.share.whatsapp {
    background: #075e54;
}

a.fbtn.share.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-icon {
    text-align: end;
    margin-top: 10px;
}

div.simplesocialbuttons.simplesocialbuttons-align-right {
    margin-top: 20px;
}

select#cat {
    font-size: 15px;
}

/*News Letter*/

button#wpforms-submit-16386,
button#wpforms-submit-16897 {
    float: unset !important;
    padding: 4px 0px !important;
    background: #732593 !important;
    border: unset;
    font-size: 14px;
}

.news_sign div#wpforms-16386-field_1-container,
.news_sign div#wpforms-16897-field_1-container,
.news_sign div#wpforms-16386-field_2-container {
    clear: unset;
    padding: unset;
    padding-bottom: 10px;
    margin-right: 10px;
}

.news_sign .wpforms-field-container {
    display: flex;
}

.news_sign form#wpforms-form-16386 .wpforms-submit-container,
.news_sign form#wpforms-form-16897 .wpforms-submit-container {
    clear: unset !important;
    padding: unset !important;
    overflow: hidden;
}

.news_sign input#wpforms-16386-field_1,
.news_sign input#wpforms-16897-field_1,
.news_sign input#wpforms-16386-field_2 {

    height: 30px !important;
}

.news_sign h3 {
    font-weight: 600;
    color: #732593;
}

.news_sign p {
    color: #000;
}

.news_sign {
    background: #efefef;
    padding: 30px 0px;
}

.side-news-sign h4 {
    font-size: 14px;
    text-transform: unset;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 20px;
    border-bottom: 2px solid #732593;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.side-news-sign p {
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.3px;
}

div#secondary .widget {
    box-shadow: 0 3px 10px 0 rgb(184 184 192 / 59%), inset 0 1px 3px 0 rgb(178 179 245 / 10%) !important;
    padding: 15px;
    border-radius: 10px;
}

.bookly-custom-fields-container [data-id="34723"] {
    display: none !important;
}

.category-6 .news_sign {
    display: none;
}

p.wpforms-captcha-question {
    margin-right: 15px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-one-half,
div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
    display: block;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
    margin-top: 10px;
}


.pharmacy-sec-a h2 {
    font-weight: 600;
    color: #6352a2;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0.3px;
}

.pharmacy-sec-a span {
    font-weight: 600;
    margin-top: 10px;
    color: #F38A56;
    font-size: 30px;
}

.pharmacy-sec-a li:before {
    display: none;
}

.pharmacy-sec-a li {
    color: #000;
    line-height: 40px;
}

.pharmacy-sec-a {
    padding: 45px 0px;
}

.pharmacy-sec-a li img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}


.mou-sec-img img {
    border-radius: 15px;
}

.mou-sec-txt h3 {
    line-height: unset;
    margin-bottom: 15px;
}

.mou-sec-img h4 {
    text-align: center;
    display: block;
    color: #ba2e31;
    font-weight: 600;
}

.mou-sec-img {
    text-align: center;
}

/*Notifications*/

.notifi li {
    list-style-type: none;
    border-bottom: 1px solid #bbbbbbef;
    padding: 15px 0px;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
}

.notifi ul li:before {
    content: url(https://staging.sriramakrishnahospital.com/wp-content/uploads/2022/07/lig_ic_001.png) !important;
    margin-right: 5px;
    margin-left: -28px;
    width: 25px;
    font-size: 25px;
    line-height: 38px;
    font-weight: 600;
}

.notifi li img {
    margin-right: 10px;
}

.notifi li a {
    color: #000;
}

.notifi h4 {
    font-size: 16px;
    font-weight: 600;
    color: #5c3684;
    text-transform: unset;
    padding-bottom: 0;
    padding-bottom: 15px;
}

.notifi ul {
    padding-left: 10px;
}

.notifi li:before {
    display: none;
}

.content {
    display: none;
}

.content.main-search {
    width: 480px;
    overflow: auto;
    height: 485px;
}

a.notifi {
    display: flex;
    border: 1px solid #efefef;
    padding: 10px;
    color: #000;
}

.notifi-txt {
    margin-left: 15px;
}

.notifi-txt h4 {
    text-transform: unset;
    font-weight: 600;
    padding-bottom: 0;
    color: #000;
    font-size: 16px;
    display: block;
}

.notifi-txt p {
    margin-bottom: 0;
    font-size: 14px;
}

.wrap button.but {
    border: unset;
    box-shadow: unset;
    background: unset;
}

.wrap button.but img {
    width: 38px;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 14px hsl(0deg 0% 0% / 30%);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 15px 15px 15px #aaa;
}

.notifi a img {
    width: 60px;
    height: 60px;
    padding-bottom: 5px;
}

.notifi td:first-child {
    width: 75px;
}

.notifi td a {
    color: #000;
    font-size: 15px;
}

.notifi table {
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
}

.notifi table td {
    padding: 10px 0px;
}

@media (max-width: 1024px) {
    .notifi_bg.mobile_vw {
        display: block;
        background: #eee;
        text-align: end;
        margin-bottom: 30px;
    }

    .notifi_bg.mobile_vw .notifi table td {
        text-align: left;
    }

    .notifi_bg.mobile_vw .content.main-search {
        height: auto;
        width: 100%;
    }

    .notifi_bg.mobile_vw button.but {
        font-size: 14px;
        font-weight: 600;
        color: #623f99;
    }

    .notifi_bg.mobile_vw .wrap button.but img {
        margin-left: 10px;
        width: 20px;
    }
}

/*Notification end*/



/* Home Modal2 CSS*/
div#myModal2 .modal-body {
    width: 35%;
    border: unset;
    margin: auto;
    background: #fff;
    top: 100px;
}

div#myModal2 .modal-content {
    width: 50%;
    margin: auto;
    padding: 15px;
    top: 10%;
}

div#wpforms-18902 label.wpforms-field-label.wpforms-label-hide {
    display: none !important;
}

input#wpforms-18902-field_1,
input#wpforms-18902-field_5,
input#wpforms-18902-field_3,
input#wpforms-18902-field_6 {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
    margin-bottom: 10px;
}

button#wpforms-submit-18902 {
    border: unset;
    padding: 5px 15px;
    margin: auto !important;
    width: fit-content;
    float: unset !important;
    display: block;
    background-color: #0096d8 !important;
    color: #fff !important;
}

.ti-widget.ti-goog .ti-widget-container {
    text-align: left !important;
}