/*!
Theme Name: Satya Institude
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: artemis-medical
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Artemis Medical is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores 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 https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Rubik', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Rubik', sans-serif;
}
p {
	margin-bottom: 0;
}

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;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

/* 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: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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




















/*--------------------------Custom Css Start---------------------------------*/
body, html{
	overflow-x: hidden;
}
.post, .page {
    margin: 0 0 0em;
}

.cls-nav-align{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.cls-log-align{
	display: flex;
	align-items: center;
}
ul#primary-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-navbar-part .main-navigation ul li, #primary-menu li {
	padding-left: 35px;
}
.main-navbar-part .main-navigation ul li a, #primary-menu li a{
    color: #2a374c;
    font-size: 15px;
    font-weight: 500;
	position: relative;
	text-decoration:none;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}
.main-navbar-part .main-navigation ul li a:hover, #primary-menu li a:hover {
   color:#009a45;
}
.main-header-bar .get-btn a {
    background: #393186;
    color: #fff;
    padding: 12px;
    line-height: 77px;
    text-decoration: none;
    padding-left: 22px;
    padding-right: 22px;
    border-radius: 5px;
    font-weight: 500;
}
.main-header-bar .get-btn a:hover{
    background: #203665
}
.site-branding .site-title a {
    color: #000 !important;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    background-image: linear-gradient(90deg, #393186 0% , #000000ab  100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
/* .main-navbar-part .main-navigation ul li a:after {
    margin-left: 5px;
    content: "\f107";
    font-family: FontAwesome !important;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    font-size: 10px;
    opacity: .5;
}
 */

/*--------------Topbar Custom Css------------------*/

.top-main-bar {
    background-color: #393186;
    height: 36px;
        display: flex;
    justify-content: center;
    align-items: center;
}

ul.con-info {
    margin: 0;
    padding: 0;
    display: flex;
    float: left;
    list-style-type: none;
}
.con-info span {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.con-info a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}
.con-info a:hover {
    color: #009a45;
}
.con-info i {
    color: #fff;
    padding-right: 5px;
    font-size: 13px;
}
.con-info li {
    margin-right: 20px;
}

ul.social-icons-top {
    padding: 0;
    margin: 0;
    display: flex;
    float: right;
    list-style-type: none;
}
.social-icons-top i {
    color: #fff;
    font-size: 13px;
}
.social-icons-top li {
     margin-left: 10px;
}
.social-icons-top i:hover {
    color: #009a45;
}
.footer1-column figure {
    margin-top: 0;
}
/*--------------Header Custom Css------------------*/
.main-header-bar {
    background: #fff;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.header-call-details {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

ul.header-call-details li a {
    color: #393186;
    text-decoration: none;
    font-family: 'Mulish', sans-serif;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 1px;
}

ul.header-call-details li a i.fa-solid.fa-headphones {
    padding-right: 6px;
}

.tel-icon-hd a {
	position:relative;
}
.tel-icon-hd a:before {
    content: "\f025";
    position: absolute;
    color: #393186;
    left: -18px;
	font-family: FontAwesome !important;
}
.tel-icon-hd {
    margin-left: 12px;
}

.cls-log-align p{
	    margin-bottom: 0;
}

/*-----------------Footer Css-----------------*/

footer#colophon {
    border-bottom: 1px solid;
    padding-top: 50px;
    padding-bottom: 30px;
    background-image: url(/wp-content/uploads/2023/05/footer-background-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
footer#colophon h3 {
    color: #fff;
    text-align: left;
}

footer#colophon p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
ul#menu-footer-menu{
    margin: 0;
    padding: 0;
    list-style-type: none;
        padding-left: 14px;
}
ul#menu-footer-menu li{
	position: relative;
	padding-bottom: 8px;
}
ul#menu-footer-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
ul#menu-footer-menu li a:hover {
    color: #009a45;
}
ul#menu-footer-menu li a::before {
    content: "\f105";
    font-family: fontawesome;
    height: 15px;
    left: -15px;
    position: absolute;
    top: 0;
    width: 2px;
    color: #fff;
}



.footer-bottom-main {
    background: #000;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom-main p{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0;
}
.footer-bottom-main a {
    color: #009a45;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
	text-decoration:none;
}



ul.footer3-column-main {
    margin: 0;
    padding: 0;
    list-style-type: none;
        padding-left: 0px;
}
ul.footer3-column-main li {
   position: relative;
   padding-bottom: 8px;
}
ul.footer3-column-main li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
ul.footer3-column-main li a:hover{
	color:#009a45;
}
ul.footer3-column-main li i {
    color: #fff;
}

ul.footer3-column-main li {
    display: flex;
    gap: 8px;
}


.footer-form-main {
    background: #fff;
    padding: 20px;
    text-align: center;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    border-radius: 7px;
    padding-top: 85px;
	padding-bottom:0px;
}

.wpcf7 form .wpcf7-response-output {
    margin-top: -40px !important;
}
.footer4-column input:focus-visible {
    outline: none;
}
.footer4-column h2 {
    font-size: 22px;
}

.footer4-column p {
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.footer4-column input {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    margin-bottom: 20px;
}

.footer4-column input[type="submit"] {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    background: #393186;
    color: #fff;
    border: transparent;
    font-size: 14px;
}

.footer4-column input[type="submit"]:hover {
    background: #009a45;
}

.footer4-column h2:before {
    content: '\f0f3';
    font-family: 'FontAwesome';
    top: 34px;
    position: absolute;
    right: 43%;
    font-size: 25px;
    background: #393186;
    padding: 8px;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	animation: infiLeftRight 4s infinite;
}
.footer4-column:hover:before {
    animation-name: elementor-animation-buzz-out;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

@keyframes elementor-animation-buzz-out{
	10% {
    transform: translateX(3px) rotate(2deg);
}
20% {
    transform: translateX(-3px) rotate(-2deg);
}	
30% {
    transform: translateX(3px) rotate(2deg);
}
40% {
    transform: translateX(-3px) rotate(-2deg);
}
50% {
    transform: translateX(2px) rotate(1deg);
}
60% {
    transform: translateX(-2px) rotate(-1deg);
}
70% {
    transform: translateX(2px) rotate(1deg);
}
80% {
    transform: translateX(-2px) rotate(-1deg);
}
90% {
    transform: translateX(1px) rotate(0);
}
100% {
    transform: translateX(-1px) rotate(0);
}	
}

.hp-abt-exp {
    background-color: var(--e-global-color-a291686 );
    padding: 2em 2em 2em 2em;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #fff;
    border-radius: 3px 3px 3px 3px;
    width: 100% !important;
    max-width: 80% !important;
    margin-top: -120px;
    background: #fff;
    margin-left: -40px;
}

.hp-abt-side-img img {
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25) !important;
}

.hg-ser-box {
    padding: 40px 30px 40px 30px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: #393186;
    border-radius: 0px 0px 0px 0px;
    background: #fff;
    height: 100%;
	transition: all 500ms ease;
}
.hg-ser-box span.elementor-icon.elementor-animation- {
    background: #3931864D;
    padding: 22px;
    border-radius: 50%;
}

.hg-ser-box:hover span.elementor-icon.elementor-animation- {
    transform: rotateY(180deg);
    background: #393186;
}
.hg-ser-box:hover i {
    color: #fff;
}

.hg-ser-box-main .elementor-element-populated {
    position: relative;
}
.ser-box-btn-read {
    position: absolute;
    bottom: 20px;
    left: 85px;
}

.ser-box-btn-read a {
    color: #393186;
    font-size: 18px;
	    position: relative;
}
.ser-box-btn-read a:hover {
    color: #009a45;
}

.ser-box-btn-read a:after {
    content: "\f105";
    right: -19px;
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 17px;
}













/*--------------------test page css--------------------------*/


.cls-opt-img-box-side img {
    border-radius: 15px !important;
}
.cls-opt-2-sec-box {
    /* background-color: rgba(0,0,0,0.03); */
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.3);
    margin: 0 10px;
    border-radius: 5px;
    padding: 20px !important;
    height: 160px;
}

.cls-opt-2-sec-box:hover {
    background: #0C2340;
    color: #fff;
}
/* .cls-opt-2-sec-box .elementor-widget-wrap.elementor-element-populated:hover .elementor-widget-container {
    color: #fff;
} */

.cls-opt-img-box-side img {
    height: 360px !important;
}











.cls-st-td-sec2-box .elementor-element-populated {
    box-shadow: 0 0 15px #00000014;
    border: 1px solid #eee;
    margin: 0 10px;
    text-align: center;
    padding: 35px !important;
	position:relative;
}

#cls-st-td-sec2-center-box .elementor-element-populated {
    background-color:#0C2340;
}

.cls-st-td-sec2-box .elementor-element-populated:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    bottom: -3px;
    width: 80px;
    height: 5px;
    background: #0C2340;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.cls-st-td-sec2-box .elementor-element-populated:hover:after {
    width: 100%;
    height: 5px;
}

.cls-st-td-sec2-box .elementor-element-populated:hover{
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.3);
}


#cls-st-td-sec2-center-box .elementor-element-populated:after {
    background: #fff;
}





/* .cls-adv-pg-sec2-box .elementor-widget-wrap.elementor-element-populated {
    padding: 40px 20px 70px !important;
    transition: all 500ms ease;
    text-align: center;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 8%);
    margin: 50px 0 0;
     background: url(http://localhost/artemis-medical/wp-content/uploads/2023/06/service.svg) left bottom no-repeat; 
    background-color: #fff;
    margin: 0 10px;
*/
.cls-adv-pg-sec2-box .elementor-widget-wrap.elementor-element-populated {
	box-shadow: 0 0 20px 0 rgb(62 28 131 / 8%);
	padding: 40px 20px 70px !important;
    transition: all 500ms ease;
    text-align: center;
	 margin: 0 10px;
}
.cls-adv-pg-sec2-box .elementor-widget-wrap.elementor-element-populated:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 3px;
    left: 0;
    background: #0C2340;
    top: 0;
    transition: all 0.5s;
    z-index: -1;
    border-radius: 4px;
}
.cls-adv-pg-sec2-box .elementor-widget-wrap.elementor-element-populated:hover:before {
    width: 100%;
    opacity: 1;
}

.cls-adv-pg-sec2-box .elementor-widget-wrap.elementor-element-populated:hover .elementor-widget-container{
color:#fff;	
}

/* 
.cls-adv-pg-sec2-box .elementor-widget-wrap.elementor-element-populated:hover {
    transform: scale(1.1, 1.1);
} */

.cls-adv-pg-ser-work-box .elementor-element-populated {
    margin: 10px;
    padding: 30px!important;
    text-align: center;
    box-shadow: 0 12px 33px rgba(14,49,178,.1);
    border-bottom: 5px solid #0C2340;
    border-radius: 5px;
}






.testi-item {
    overflow: hidden;
    background: #fcfcfc;
    display: block;
    padding: 30px 30px 20px;
    border: 1px solid #f0f0f0;
    margin-right: 15px;
    margin-left: 15px;
}

.testi-item .testi-thumb img {
    border-radius: 50%;
}

.testi-des p {
    color: #848484;
    font-size: 16px;
    margin: 0;
    text-align: center;
    padding-top: 20px;
    font-weight: 300;
}

.testi-title h3 {
    color: #222222;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    margin: 15px 0 3px;
	text-align:center;
}



.testi-sub-head p {
    color: #393186;
	text-align:center;
}

.testi-item .testi-thumb {
    position: relative;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f4f4f4;
    border-radius: 50%;
    display: block;
    height: 85px;
    margin: 0 auto;
    overflow: hidden;
    width: 85px;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    padding: 2px;
}
.testi-ite:hover .testi-thumb {
    background: #393186;
    border-color: #393186;
}

.testi-item .img-box {
    width: 100px;
    height: 90px;
    margin: 0 auto;
    position: relative;
}
.testi-item .img-box .quote-box i {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
}

.testi-item .quote-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    border: 3px solid #fff;
    background: #393186;
    z-index: 1;
    border-radius: 50%;
    text-align: center;
}
.testi-main ul.slick-dots {
    margin: 0;
}
.testi-main ul.slick-dots li.slick-active button:before, .testi-main ul.slick-dots li button:before {
    color: #393186;
    font-size: 10px;
}

header .navbar.active {
	position: fixed !important;
	top: 0 !important;
	width: 100% !important;
	box-shadow: 0px 10px 30px rgb(0 0 0 / 5%);
	z-index: 11;
	background: #fff;
}
.testi-slider-main ul.slick-dots {
    margin-left: 0;
    margin-bottom: 0px;
}

.testi-slider-main .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #009a45;
	font-size:10px;
}
.testi-slider-main .slick-dots li button:before {
    opacity: .75;
    color: #393186;
	font-size:10px;
}
.navbar-toggler {
    box-shadow: none !important;
}
.service-box-main .elementor-widget-container:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10);
    transform: translateY(-20px);
    border-bottom: 4px solid #393186;
}
.service-box-main .elementor-widget-container {
    border-bottom: 4px solid #fff;
}
.service-box-main .elementor-widget-container{
	    height: 100% !important;
}
.service-box-main {
    height: 100% !important;
}
.cls-spec-sec {
    padding: 25px;
    border-radius: 15px;
	border:1px solid #393186;
}
.cls-spec-sec:hover {
    background: #3931860f;
}
.faq-main-box .elementor-tab-title.elementor-active {
    background-color: #393186 !important;
}
.faq-main-box .elementor-accordion-icon-closed i{
	 background-color: #393186 !important;
	 padding: 5px 6px;
    border-radius: 50%;
}
.faq-main-box .elementor-accordion-icon-opened i {
    background: #fff;
    padding: 5px 6px;
    border-radius: 50%;
}
.con-info-box .elementor-widget-container {
    border-radius: 7px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
}
.con-form-main-box input {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #393186;
    border-radius: 7px 7px 7px 7px;
    width: 100%;
    min-height: 40px;
    padding: 7px;
	margin-bottom: 15px;
}
.con-form-main-box input[type="submit"]{
	 border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #393186;
    border-radius: 7px 7px 7px 7px;
    width: 100%;
    min-height: 40px;
    padding: 7px;
	background:#393186 !important;
	color:#fff !important;	
	margin-top: 15px;
}
.con-form-main-box input[type="submit"]:hover {
    background: #009a45 !important;
    border: 1px solid #009a45;
}
.con-form-main-box input:focus-visible {
    outline: 1px solid #393186;
}

/* .footer4-column input:focus-visible{
    outline: 1px solid #393186;
}
 */
#primary-menu .sub-menu {
    display: none; /* Hide submenus by default */
    position: absolute; /* Positioning for dropdown */
}

#primary-menu li:hover > .sub-menu {
    display: block;
    background-color: #fff !important;
    z-index: 9;
    height: auto;
    list-style: none;
    padding: 20px 15px;
    margin: 0;
    padding-bottom: 10px;
	min-width:220px;
}
#primary-menu li:hover > .sub-menu li {
    padding: 0;
    margin: 0;
}
#primary-menu .sub-menu li {
    padding-bottom: 10px !important;
}
.site-branding img {
    max-width: 100px;
}
#primary-menu .sub-menu li .sub-menu {
    margin-left: 150px;
}
.menu-item-has-children > a::before {
	content: ">";
	position: absolute;
	right: -15px;
}
#service-box-main-filter .elementor-image-box-img img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(63%) saturate(1909%) hue-rotate(229deg) brightness(90%) contrast(95%);
}
#primary-menu li.current_page_item a {
    color: #009a45;
}
.row.filtr-container.filters-div {
    margin-left: 0;
    margin-right: 0;
	margin-top: 30px;
}
#child-pg-th-box figure.elementor-image-box-img img {
    height: 200px;
    object-fit: fill;
}

.cls-icon-list-box .elementor-icon-box-icon {
    margin-top: 5px;
}
.bottm-mg-sp ul {
    margin-bottom: 0;
    text-align: left;
}
ul.slick-dots {
    display: none !important;
}
/* 
li.cls-menu-wrp:hover .sub-menu {
    display: flex;
    background-color: #fff !important;
    z-index: 9;
    height: auto;
    list-style: none;
    padding: 20px 15px;
    margin: 0;
    padding-bottom: 10px;
    min-width: 450px;
    flex-wrap: wrap;
    max-width: 500px;
} */
li.cls-menu-wrp:hover .sub-menu {
    column-count: 2;
}

/* .cls-menu-wrp .sub-menu li {
    width: 50%;
} */
ul.footer-social {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.footer-social li{
	display: inline-block;
    margin-right: 5px;
    padding-bottom: 0;
    transition: all ease 0.31s;
	margin-bottom: 8px;
    padding-bottom: 8px;
    position: relative;
    line-height: 1.4;
}
ul.footer-social li a{
	    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 44px;
    font-size: 15px;
    text-align: center;
    background: rgba(255,255,255,.102);
    border-radius: 50%;
    transition: all 0.4s ease;
	    color: #009A45;
    text-decoration: none;
}
ul.footer-social li a:hover {
    background: #393186;
	color:#fff !important;
}
.footer-bottom-main a:hover {
    color: #393186 !important;
}
.footer-side-icons{
	position:relative;
}
.footer-side-icons a#whatsapp-icon img {
    width: 55px;
    height: 55px;
    position: fixed;
    right: 10px;
    bottom: 110px;
}
 .footer-side-icons a#telephone-icon img {
    width: 55px;
    height: 55px;
    position: fixed;
    right: 10px;
    bottom: 40px;
}


@media(max-width:767px){
	li.cls-menu-wrp:hover .sub-menu {
    column-count: unset;
}
.main-navbar-part .main-navigation ul li, #primary-menu li {
    padding-left: 0px;
}	
.footer3-column {
    margin-top: 24px;
}
.footer4-column{
margin: 0 10px;
  flex: fit-content;
}	
#primary-menu .sub-menu {
    position: static;
	margin-left:0;
	padding-left:0;
}	
#primary-menu .sub-menu li .sub-menu {
    margin-left: 0;
}	
.site-branding img {
    max-width: 80px;
}	
.hp-abt-exp {
    max-width: 100% !important;
    margin-left: 0;
}
ul.footer3-column-main {
    padding-left: 0;
}
dotlottie-player {
width:100% !important;
    height: 100% !important;	
}	
}

@media(max-width:991px){
.top-main-bar {
    display: none;
}	
dotlottie-player {
width:100% !important;
}	
ul#primary-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
    padding-top: 20px;
    row-gap: 8px;
}	
}
 @media (min-width: 768px) and (max-width: 1024px) {
.footer1-column.col-sm-3, .col-sm-2.footer2-column, .col-sm-3.footer3-column, .col-sm-4.footer4-column {
    width: 50% !important;
	 margin-bottom: 20px;
}	 
li.cls-menu-wrp:hover .sub-menu {
    column-count: unset;
}	 
.top-main-bar {
    display: none;
}	 
.hg-ser-box {
    padding: 10px;
}
.cls-spec-sec {
    padding: 10px;
    height: 100%;
}
.hp-abt-exp {
    max-width: 90% !important;
    margin-left: 0;
}
.footer3-column, .footer4-column {
    margin-top: 30px;
}
.footer4-column, .footer3-column, .footer2-column, .footer1-column {
    width: 50%;
}	 
}