/*
Theme Name: HealthHub
Theme URI: https://healthhub.ancorathemes.com/
Description: HealthHub is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.0.0
Tested up to: 6.6
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: clinic, dental, doctor, gynecology, health, healthtech, healthyliving, hospital, medical, medicine, nutrition, pediatric, therapy
Text Domain: healthhub
*/
/* TABLE OF CONTENTS:

1. Reset tags and predefined classes
2+ See in the active skin styles

-------------------------------------------------------------- */
/* 1. Reset tags
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, video, audio,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  outline: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

applet, object, iframe, video, audio,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
}

html {
  font-size: 100%;
  /*62.5%;*/
                	          		/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units
									   http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
                            	/* www.456bereastreet.com/archive/201012/
									   controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html:not(.edit-post-visual-editor) {
  height: 100%;
  overflow-y: scroll !important;
  overflow-x: hidden;
}

html:not(.edit-post-visual-editor),
body:not(.edit-post-visual-editor) {
  margin: 0;
  padding: 0;
  width: 100%;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  color: inherit;
  background: none;
  border-style: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

div.ui-datepicker {
  background-color: #fff;
}

div.ui-accordion .ui-accordion-header {
  padding: 0;
}

div.ui-accordion .ui-accordion-header-icon {
  display: none;
}

div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
  padding: 0;
}

div.ui-tabs .ui-tabs-nav li {
  float: none;
  margin: 0;
}

div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
}

/* Predefined classes for users
-------------------------------------------------------------- */
/* Round object corners */
.rounded_none {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.rounded_tiny {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.rounded_small {
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.rounded_medium {
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.rounded_large {
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.rounded {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* Overflow hidden */
.overflow_hidden {
  overflow: hidden !important;
}

.overflow_x_hidden {
  overflow-x: hidden !important;
}

.overflow_y_hidden {
  overflow-y: hidden !important;
}

 .wrapper-form{
        margin: 20px auto;
    display: block;
    text-align: center;
    background-color: #199f05;
    width: fit-content;
    padding: 25px 75px;
    border-radius: 25px;
    }
    .title-form{
        font-size: 24px;
    margin-bottom: 15px;
    color: white;
    font-weight: 700;
    }
    .in-form{
         width: 300px;
    padding: 5px 20px;
    font-weight: 700;
    color: black;
    border-radius: 10px;
    margin-bottom: 15px;
    }
    .bt-form{
        border: 1px solid white;
    outline: 1px solid #ffffff;
    padding: 15px 25px!important;
    font-size: 20px!important;
    font-weight: 700!important;
    }
.wrapper-btn-to-form{
	    text-align: center;
    margin: 15px;
}
.wrapper-btn-to-form a button{
	background-color: #028deb;
    color: white;
    border-radius: 20px;
    border: 1px solid #000000;
    outline: 1px solid #000000;
    padding: 15px 25px !important;
	transition: background-color 0.3s ease, transform 0.3s ease;
}
.wrapper-btn-to-form a button:hover{
	background-color: blue;
    cursor:pointer;
	transform: scale(1.1);
}

@media (max-width: 600px) {
	.wrapper-form {
		padding:25px;
	}
	.in-form {
		width: 90%;
	}
}

    @keyframes blink {
      0% { color: black; }
      25% { color: green; }
      50% { color: red; }
      75% { color: blue; }
      100% { color: black; }
    }

    .blinking-text {
      font-size: 30px;
      margin: 15px 0;
      text-align: center;
      font-weight: bold;
      animation: blink 3s infinite;
    }


        .phone-container {
            position: relative;
            display: inline-block;
        }

        .phone-main {
            cursor: pointer;
            display: flex;
            align-items: center;
            font-weight: 700;
            color: black;
        }

        .phone-main::after {
            content: '▼';
            font-size: 12px;
            margin-left: 8px;
        }

        .phone-list {
            display: none;
            position: absolute;
            background-color: white;
            border: 1px solid #ccc;
            box-shadow: 0 8px 16px rgba(0,0,0,0.2);
            z-index: 1;
            width: 200px;
        }

        .phone-container:hover .phone-list,
        .phone-container .phone-list:hover {
            display: block;
            width: max-content;
        }

        .phone-list a {
            color: black;
            padding: 8px 16px;
            text-decoration: none;
            display: block;
            font-weight: 500;
        }

        .phone-list a:hover {
            background-color: #f1f1f1;
        }

.sc_layouts_menu_mobile_button{
	    background-color: white;
    padding: 5px 5px;
	color: black!important;
}
a .trx_addons_icon-menu {
    background-color: #fff;
    padding: 5px 5px;
    color: black !important;
}

.sc_layouts_row_type_compact .sc_layouts_menu_mobile_button .sc_layouts_item_icon:before, .sc_layouts_row_type_compact .sc_layouts_menu_mobile_button_burger .sc_layouts_item_icon:before {
    font-family: "fontello";
    content: '\e9d7';
    color: black;
}

/*# sourceMappingURL=style.css.map */


