/*
Theme Name: Custom Theme
Author: ZH
Description: Custom Starter Theme CMS Team (Website)
Version: 2.0
License: MIT
Tags: wordpress, html, javascript, sass, css, postcss, webpack, babel, PHP, LD
Text Domain: Custom Theme
*/

/*
This CSS file is needed for WordPress to recognize the theme and display its info.
Please use the ../src/assets/styles/main.scss as an entry point for your SASS code.
*/

.defpage h1 {display: block;
font-size: 3em;
margin-top: 0.67em;
margin-bottom: 0.67em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
color:#333;   
}   
.defpage h2 {display: block;
font-size: 2em;
margin-top: 0.83em;
margin-bottom: 0.83em;
margin-left: 0;
margin-right: 0;
font-weight: bold;color:#333;   }
.defpage h3 {display: block;
font-size: 1.75em;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
font-weight: bold;color:#333;   }
.defpage h4 {display: block;
font-size: 1.5em;
margin-top: 1.5em;
margin-bottom: 1.33em;
margin-left: 0;
margin-right: 0;
font-weight: bold;color:#333; }
.defpage h5 {display: block;
font-size: 1.25em;
margin-top: 1.67em;
margin-bottom: 1.67em;
margin-left: 0;
margin-right: 0;
font-weight: bold;color:#333;   }
.defpage h6 {display: block;
font-size: 1em;
margin-top: 2.33em;
margin-bottom: 2.33em;
margin-left: 0;
margin-right: 0;
font-weight: bold;color:#333; }


.defpage ul {display: block;
list-style-type: disc;
margin-top: 1em;
margin-bottom: 1 em;
margin-left: 0;
margin-right: 0;
padding-left: 40px;color:#333;line-height: normal;    }

.defpage u  {text-decoration: underline;}

.defpage p {display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: 0;
margin-right: 0;
line-height: normal;    
}

.defpage ol {display: block;
list-style-type: decimal;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
padding-left: 40px;color:#333; line-height: normal;   }

.defpage li {display: list-item;}

.defpage{padding: 100px 0;}

section.blogsSec { padding: 70px 0; }
.detailWrp { }
.detailWrp img { display: block; width: 100%; margin-bottom: 40px; }
.publish_author { font-size: 0; }
.publish_author span { font-size: 17px; font-style: italic; line-height: 1.53; color: #888; margin-right: 20px; margin-bottom: 18px; }
.publish_author span.date { color: #6CA437; }
.detailWrp h5 { font-size: 23.8px; line-height: 1.25; color: #333333; text-transform: capitalize; margin-bottom: 30px; }


.healthForms input.wpcf7-form-control.wpcf7-submit {
    display: block;
    margin-left: auto;
}




.emaillist input[type="submit"]{
	background: var(--theme-color);
    padding: 12px 40px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.63;
    color: var(--white);
    display: inline-block;
    border: none;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    transition: color 0.3s ease, transform 0.3s ease;
    width: auto;
}

.es-form-field-container {
    display: inline;
    gap: 10px;
}

.HeaderBtn a{
 background: var(--theme-color);
    padding: 12px 40px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.63;
    color: var(--white);
    display: inline-block;
    border: none;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    transition: color 0.3s ease, transform 0.3s ease;  
    color:#fff !important;
}
.HeaderBtn a:hover{background: var(--secondary-color);}

.wpcf7 br {
    display: none;
}

.field p {
    margin: unset;
}

.es-form-field-container .gjs-cell {
    display: flex;
}


.floating-call-button a {
    background:var(--theme-color);
    border: none;
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    height: 65px;
    width: 65px;
    position: fixed;
    bottom: 8%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    border:2px solid var(--secondary-color);
    z-index:999;
}


.topBar .left i.fa-light.fa-phone {
    transform: rotate(90deg);
}



.MapDIV svg {
    width: 720px;
}
.MapDIV {
    margin-left: -100px;
    margin-top: 50px;
}

.MapDIV path {
    stroke: white;
    fill: #001650 !important;
    transition: fill .4s ease;
    transform-origin: center center;
    position: relative;
}

.MapDIV path:hover {
    fill: #f57423 !important;
    cursor: pointer;
    transform: scale(1.005, 1.005);
}

/* #map-container {
    display: flex;
    justify-content: center;
    align-items: center;
} */

#us-map {
    display: block;
}
.MapDIV {
    scale: 1.1;
}
#details-box {
    box-shadow: 0px 7px 40px rgba(0, 0, 0, 0.7);
    opacity: 0%;
    padding: 1rem;
    border-radius: 8px;
    font-size: 24px;
    position: absolute;
    color: white;
    font-family: "Poppins";
    background-color: black;
    width: fit-content;
    transform: translateX(-50%);
    transition: opacity .4s ease;
    z-index: 1;
    top: 0 !IMPORTANT;
    left: 10px !important;
}
.swiper-wrapper {
  -webkit-transition-timing-function:linear!important; 
  -o-transition-timing-function:linear!important;
  transition-timing-function:linear!important; 
}

.bannertext h1 span,.bannertext h5,.bannertext h1 colordiv{
    color:var(--secondary-color);
}