@font-face {
   font-family: Aspira;
   src: url('../fonts/Aspira\ Bold.ttf') format('truetype');
}

body {
    font-family : 'Aspira';
}

#edit-submit
{
    margin:10px !important;
}

  
.gradient-color { 
    background: #9D2633; 
    background: linear-gradient(to right, #9D2633 40%, #00688E 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-head-gradient {
    background: #235169;
    background: linear-gradient(to right, #235169 0%, #3E949B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-red
{
    color: #99152f;
}

 .text-blue{
    font-family: 'Aspira';
    color:#3D4962;
    font-size: 15px; 
 }

.title
{
    font-weight: 500;
    font-size: 26px;
}

.elementor-icon-box-title
{
    font-family: "Aspira";
    font-size: 18px;
    /* line-height: 18px; */
    color: #3D4962;
    font-weight:700;
    text-align:left;
    margin: 5px 0px;
}

.elementor-heading-title
{
    font-family: "Aspira";
    font-size: 22px !important;
    font-weight: 700 !important;
    /* text-transform: capitalize; */
    font-style: italic !important;
    line-height: 40px;
}



#clinic-finder { 
    background-color: #ffffff !important;
}

#map_canvas
{
    height : 300px !important;
}

.products{
    height: auto !important;
    width: 30%; 
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center; 
    position:relative !important;
} 

#clinic-finder #results ol li span.number {
    padding: 3px 10px 10px 7px !important;
        width: 20px !important;
    height: 20px !important;
    line-height: 15px !important;
}

.imgbox{
    display: flex ;
    align-items: center;
}

.clinic_list {
    display:flex;
    padding: 25px 10px 60px 45px !important;
}
.info{
    padding:5px;
    width:70%;
}
.ekit_creative_button {
    padding: 10px 30px 10px 30px;
    background-color: #00688E;
    font-family: "Aspira";
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 26px;
    letter-spacing: 0.3px;
    border-radius: 0px 20px 0px 20px;
}

.ekit_result_button {
    padding: 10px 30px 10px 30px;
    background-color: #00688E;
    font-family: "Aspira";
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 26px;
    letter-spacing: 0.3px;
    border-radius: 0px 20px 0px 20px;
}



#clinic-finder #results ol li:hover{
    background-color:transparent !important;
}

.body-bg { 
    background-image: url(https://demo.madhavbaug.org/wp-content/uploads/2025/01/transperent-human-shadow.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 14% auto;
    background-attachment: fixed;
}

.image-box__overlay {
  background: rgba(0, 0, 0, 0.5);
width:100%;
height:100%;
  z-index: 2;
}

#main {
    padding:0px !important; 
}

.header{
    background:white;
}

p
{ 
    text-align: center;
    color: #333333;
    font-family: "Aspira";
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
}

.content-boxed
{
    /* box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15) !important; */
    box-shadow:none !important;
}

#map-container{
    border:none !important;
}

.maps_popup h1 {
    font-size: 13px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 5px 0;
}

.maps_popup p
{
    font-size: 13px !important;
     line-height: normal !important;
}
 
@media (min-width: 320px) and (max-width: 576px) 
{
/* @media (max-width: 576px) */
     .elementor-heading-title {
    font-size:16px !important;
  }

  .title{
    font-size:18px;
  }

  .clinic_list{
    display:block;
    padding: 20px 10px 20px 30px !important;
    
  }

  .info{
    width:100%;
  }

  #results .products {  
    bottom: 0px;

 }

 .products { 
    width: 100%;
    display: block; 
    bottom: 0px !important;
    justify-content: space-evenly; 
}

.elementor-icon-box-title { 
    font-size: 16px;
    line-height: 20px;
    color: #3D4962;
    font-weight: 700;
    text-align: left;
    margin: 10px 0px;
}

#clinic-finder #results ol li span.number
{
        padding: 10px 10px 10px 7px !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 0px !important;
}

}