.logowidth{
    width: 120px;
}
.text-justify{
    text-align: justify;
}
.bg-brown{
    background-color: #a26505 !important;
}
.treaticonwidth{
    width: 60px;
}
.checkupwidth{
    width: 50px;
}
.bg-grey{
    background: #f3f3f3;
}
.quotewidth{
    width: 74px;
}
.patientwidth{
    width: 50px;
}
.ctaboxwidth{
    width: 80px;
}
.fs-14{
    font-size: 14px;
}
.text-brown{
    color: #a26505;
}
.min-width-78{
    min-width: 78px !important;
}
.min-height-198{
    min-height: 198px !important;
}
.fs-25{
    font-size: 25px;
}
.ml-0{
    margin-left: 0px !important;
}
.modalpadding{
    padding: 15px !important;
}
.responsive-map2 {
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
    height: 0;
}
.responsive-map2 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.brown-box-shadow {
    box-shadow: 0px 4px 25px rgb(162 101 5);
}
.callbutton {
    position: fixed;
    bottom: 85px;
    z-index: 99;
    left: 30px;
  }

  .content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
  }

  .pulse {
    height: 50px;
    width: 50px;
    background-color: #18b500;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .pulse::before {
    content: "";
    position: absolute;
    border: 2px solid #18b500;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
  }

  @keyframes pulse{
    0% {
      transform: scale(0.5);
      opacity: 0;
  }
  50% {
      transform: scale(1);
      opacity: 1;
  }
  100% {
      transform: scale(1.3);
      opacity: 0;
  }
  }

  .pulse::after {
    content: "";
    position: absolute;
    border: 2px solid #18b500;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s;
  }

  .whatsapp {
    position: fixed;
    right: 30px;
    bottom: 85px;
    background: transparent;
    z-index: 1001;
  }

  .pulse1 {
    /* background-color: #091e3e; */
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
  }

  .whatsapp-button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 0px;
    position: relative;
    background-color: #29a71a;
    color: #fff;
    /* cursor: pointer; */
    box-shadow: 0 0 0 0 #29a71a;
  }

  .pulse1::before {
    content: "";
    position: absolute;
    border: 2px solid #29a71a;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
  }

  .pulse1::after {
    content: "";
    position: absolute;
    border: 2px solid #29a71a;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s;
  }
   .brdrbtm{
        border-bottom: 2px solid #a26505;
    }
    .enquirebgwhite{
        background: #fff !important;
    }
    .clrclass{
        color: #000000 !important;
    }
    .inputclr{
        outline: none;
        border: none;
        width: 100%;
        border-radius: 4px;
        border: 2px solid rgb(193 118 0) !important;
        background: var(--white);
        color: #000000;
        font-size: 15px;
        font-weight: 500;
        line-height: 1;
        padding: 15px 20px;
    }
    .bannerclass{
        background: url('../new-images/banner/new-banner.svg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 50px;
    }
    .newimgwidth{
        width: 274px;
    }

  /* Media Query Start */

  @media only screen and (min-width: 280px) and (max-width: 767px) {
    .logowidth {
        width: 100px;
    }
    .service-card-items-3 {
        margin-top: 15px !important;
    }
    .service-card-items-3.style-2 {
        padding: 30px;
    }
    .process-wrapper-3 .process-box-item-3 {
        margin-top: 15px;
    }
    .treaticonwidth {
        width: 50px;
    }
    .mblmbthirtyfive{
        margin-bottom: 35px !important;
    }
    .mblmtzero{
        margin-top: 0px !important;
    }
    .cta-wrapper-2 .cta-right-items .theme-btn {
        margin-top: 0px !important;
    }
    .mblstart{
        display: flex !important;
        justify-content: start !important;
    }
    .mblmtten{
        margin-top: 10px !important;
    }
    .mblmttwenty{
        margin-top: 20px !important;
    }
    .footer-widget-wrapper .single-footer-widget .widget-head {
        margin-bottom: 10px;
    }
    .footer-bottom {
        border-top: 2px solid #a26505;
        padding: 10px 0 !important;
    }
    .mblmtforty{
        margin-top: 40px !important;
    }
    .mblmbzero{
        margin-bottom: 0px !important;
    }
    .mblpttwenty{
        padding-top: 20px !important;
    }
    .team-box-items-2 {
        padding: 30px !important;
    }
    .mblpbforty{
        padding-bottom: 40px !important;
    }
    .team-details-wrapper .team-right-content h2 {
        margin-top: 15px !important;
    }
    .contact-info-box-items .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        text-align: center;
        background-color: #a26505;
        color: var(--white);
        font-size: 25px;
        min-width: 40px !important;
    }
    .contact-info-box-items {
        gap: 15px !important;
        padding: 38px 10px !important;
    }
    .mblpbforty{
        padding-bottom: 40px !important;
    }
    .bannerclass{
        background: url('../new-images/banner/new-mobile-banner.svg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 50px;
    }
    .mblminheighthundred{
        min-height: 500px;
    }
    .newimgwidth{
        width: 100%;
    }
    .srvsimgwidth{
        width: 100%;
    }
}
  /* Media Quesry End */
