/*!
Theme Name: anantadiagnostics
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: anantadiagnostics
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.

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

.header-sec ul.elementskit-dropdown li a {
    border-bottom: 1px solid #0b4e48 !important;
}
.header-sec ul.elementskit-dropdown li a:hover {
    background: #ef7036 !important;
}


.fixed-button .elementor-icon-wrapper a {
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 23px 0 rgba(12, 0, 46, 0.15);
    -moz-box-shadow: 0 3px 23px 0 rgba(12, 0, 46, 0.15);
    box-shadow: 0 3px 23px 0 rgba(12, 0, 46, 0.15);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    position: fixed;
    bottom: 20px;
    z-index: 999999;
    -webkit-animation: button-updown 1s infinite alternate;
    -moz-animation: button-updown 1s infinite alternate;
    animation: button-updown 1s infinite alternate;
}
.whatsapp-button a {
    left: 20px;
    background: #f36;
    background: #25d366;
}
.fixed-button a {
    display: block;
}
.whatsapp-button a {
    color: #fff;
}
@-webkit-keyframes button-updown {
    0% {
        -webkit-transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-15px);
    }
}
@-moz-keyframes button-updown {
    0% {
        -moz-transform: translateY(0px);
    }
    100% {
        -moz-transform: translateY(-15px);
    }
}
@keyframes button-updown {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-15px);
    }
}

.menu-btn a {
    color: #fff !important;
    background: #EF7036 !important;
    padding: 8px 21px !important;
    margin-left: 20px;
}
.menu-btn a:hover{
	background: #01635a;
}
.image-gallery figure.gallery-item img {
height: 250px;
object-fit: cover;
object-position: center;
}


.satisfaction .elementor-image-box-content h3 {
    margin: 0;
}

.satisfaction .elementor-image-box-wrapper img{
    filter: invert(1);
}


.about-feature img{
	filter: invert(1);
}
.footer-sec .elementor-icon-box-wrapper {
    margin-bottom: 20px;
}

.footer-sec .elementor-icon-box-content h3 {
    margin: 0 !important;
    padding-bottom: 10px;
}
.about-us .elementor-icon-box-wrapper {
    background: #EF7036;
    padding: 20px 20px;
    border-radius: 10px;
}.about-us .elementor-icon-box-content h3 {
    margin: 0 !important;
    padding-bottom: 10px;
}

.our-service img {
height: 250px;
object-fit: cover;
object-position: center;
border-radius: 10px;
}

.our-service .elementor-image-box-wrapper {
position: relative;
overflow: hidden;
transition: 0.4s;
border: 1px transparent;
padding-bottom: 15px;
}
.our-service .elementor-image-box-wrapper:hover{
	    background: #fff;
	      transform: translateY(-20px);
}

.counter .e-con-inner {
    background: #01635A;
    border-radius: 15px;
    padding: 30px;
}

.contact-form label {
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
    font-family: "Montserrat", Sans-serif;
}

.contact-form input {
        background-color: transparent;
    border: 2px solid #dce6f5;
    padding: 15px 10px;
    color: #404040;
    font-family: "Montserrat", Sans-serif;
    outline: none;
    width: 100%;
    border-radius: 2px;
    background: #ffffff;
}
.contact-form select.wpcf7-form-control.wpcf7-select{
	      background-color: transparent;
    border: 2px solid #dce6f5;
    padding: 15px 10px;
    color: #404040;
       font-family: "Montserrat", Sans-serif;
    outline: none;
    width: 100%;
    border-radius: 2px;
    background: #ffffff;
}

.contact-form textarea {
        background-color: transparent;
    border: 2px solid #dce6f5;
    padding: 10px 10px;
    outline: none;
    color: #404040;
    width: 100%;
    border-radius: 2px;
    font-family: "Montserrat", Sans-serif;
    height: 100px;
    background: #ffffff;
}
.contact-form .form-submit input {
    width: auto;
    background: #EF7036;
    color: #fff;
    font-weight: 500;
    border-radius: 2px;
    cursor: pointer;
    font-family: "Montserrat", Sans-serif;
    padding: 15px 30px;
    font-size: 16px;
    border: 0px;
}
.contact-form .form-submit input:hover
{
    background: #01635A;
}


.contact-form .d-inline {
    display: flex;
    gap: 10px;
}



@media(max-width:520px){
.menu-btn a {
    padding: 15px 21px !important;
    margin-left: 0px;
}
}