/*
Theme Name: Mediax Child
Theme URI: https://wordpress.themeholy.com/mediax
Template: mediax
Author: Themeholy
Author URI: https://themeforest.net/user/themeholy
Description: Mediax - Health &amp; Medical WordPress Theme
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.0.0.1749715798
Updated: 2025-06-12 13:39:58

*/

.header-top .header-links ul li {
  display: inline-block;
  animation: scroll-left 30s linear infinite;
  font-size: 16px;
    color: #000;
    text-transform: capitalize !important;
    padding: 5px 0;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
    color: var(--title-color);
}
.lp-form .form-group{margin-bottom:0px;}
.lp-form button {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 120px 120px 120px 120px;
    color: #FFFFFF;
}
.lp-form button:hover {
    background-color: #40BBCB;
}
.lp-form select, .form-control, .form-select, textarea, input{border-radius:0;}
.lp-form .prefix {
  display: inline-block;
  padding: 11px 8px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 4px 0 0 4px;
  font-weight: bold;
  color: #333;
  margin-top:-20px;
  width: 50px;
}
.lp-form .phone-wrapper {
  display: flex;
  align-items: center;
  max-width: 100%;
}

.lp-form .phone-wrapper .wpcf7-form-control-wrap{width: 100%;}
.lp-form .phone-wrapper .country-number, .lp-form .form-control{border-radius:0 5px 5px 0;}
.header-button .th-btn{color:#FFFFFF !important;background: var(--theme-color) !important;}
.th-btn{
        background: var(--theme-color) !important;
}

.th-btn:before{
       background:var(--theme-color) !important;
}

.th-btn.style4{
    background: rgb(64 187 204)!important;
}

.th-btn.style4:before{
      background: rgb(64 187 204)!important;
}
.scroll-top{bottom: 70px !important;}
.stepcare-career input[type="checkbox"] {
    visibility: visible !important;
    opacity: 1 !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
}