.service-content .section-1 .heading h2 {
    margin-top:20px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: auto;
  color: #000000;
  border-bottom: 3px solid #F4947A;
  display: inline-block;
  padding-bottom: 8px;
}
/*************** Blue Boxes Widget ****************/
.widget-blue-boxes {
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}

.widget-blue-boxes .widget-container {
    max-width: 1122px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.widget-blue-boxes .widget-row {
    display: flex;
    align-items: stretch;
    column-gap: 5px;
    row-gap: 5px;
}

/* BOX BASE */
.widget-blue-boxes .widget-blue-box {
    
    background: #4CCDED;
    width: 100%;
    border-radius: 18px;
    padding: 26px 10px 15px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

/* HEADING */
.widget-blue-boxes .widget-heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 10px;
}

/* PARAGRAPH */
.widget-blue-boxes .widget-para {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

/* =========================
   TABLET (≤ 1024px)
========================= */
/* =========================
   GLOBAL MOBILE / TABLET SAFE PADDING
========================= */
@media (max-width: 1024px) {

    .service-content,
    .widget-blue-boxes,
    .widget-blue-boxes .widget-container,
    .elementor-section,
    .elementor-widget-container {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        max-width: 100%;
        overflow-x: hidden;
    }
}

/* =========================
   MOBILE (≤ 600px)
========================= */
@media (max-width: 600px) {
    .service-content{
        max-width:340px;
        
    }
    .widget-blue-boxes {
        max-width:340px;
        padding: 30px 0;
       
    }
    

    .widget-blue-boxes .widget-blue-box {
        padding: 20px 14px 16px 14px;
        border-radius: 16px;
        margin-right:25px;
    }

    .widget-blue-boxes .widget-heading {
        font-size: 18px;
        line-height: 24px;
    }

    .widget-blue-boxes .widget-para {
        font-size: 16px;
        line-height: 24px;
    }
}
/************ LIST BOX (WIDGET) ***************/

/* =========================
   SECTION BASE
========================= */
.widget-list-box {
    width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
}

.widget-list-box .widget-container {
    max-width: 1122px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

/* =========================
   OUTER ROW
========================= */
.widget-list-box .widget-container > .widget-row {
    margin-bottom: 22px;
}

.widget-list-box .widget-container > .widget-row:last-child {
    margin-bottom: 0;
}

/* =========================
   BOX
========================= */
.widget-list-box .widget-box {
    width: 100%;
    background: #FBFBFB;
    border: 1px solid #E8E8E8;
    border-radius: 18px;
    padding: 28px 40px 28px 56px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}

/* =========================
   INNER ROW (ICON + TEXT)
========================= */
.widget-list-box .widget-box > .widget-row {
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
    margin-top: 30px;
}

.widget-list-box .widget-box > .widget-row:first-child {
    margin-top: 0;
}

/* =========================
   ICON
========================= */
.widget-list-box .widget-col-1 {
    width: 21px;
    min-width: 21px;
    display: flex;
    align-items: flex-start;
}



/* =========================
   TEXT
========================= */
.widget-list-box .widget-col-2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-top: -5px;
}

/* =========================
   TABLET
========================= */
@media (max-width: 1024px) {
    .widget-list-box .widget-box {
        width: 100%;
        padding: 24px 32px;
    }

    .widget-list-box .widget-col-2 {
        font-size: 17px;
        line-height: 26px;
    }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 600px) {
    .widget-list-box {
        max-width:340px;
        padding: 30px 0;
        
    }

    .widget-list-box .widget-box {
        padding: 20px 18px;
        border-radius: 16px;
    }

    .widget-list-box .widget-box > .widget-row {
        column-gap: 12px;
    }

    .widget-list-box .widget-col-1 img {
        width: 18px;
        height: 18px;
    }

    .widget-list-box .widget-col-2 {
        font-size: 16px;
        line-height: 24px;
    }
}

/************* PINK BOX (WIDGET) *****************/

/* =========================
   SECTION BASE
========================= */
.widget-pink-box {
    width: 100%;
    padding: 40px 16px;
    box-sizing: border-box;
}

/* =========================
   BOX
========================= */
.widget-pink-box .widget-box {
    max-width: 1118px;
    margin: 0 auto;
    background: #FFD8CE;
    border-left: 5px solid #F4947A;
    border-radius: 18px;
    padding: 30px 40px 23px 40px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}

/* =========================
   CONTENT ROW
========================= */
.widget-pink-box .widget-row {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* =========================
   HEADING
========================= */
.widget-pink-box .widget-heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    color: #000000;
}
.widget-pink-box .widget-heading h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    color: #000000;
}


/* =========================
   PARAGRAPH
========================= */
.widget-pink-box .widget-para {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
}

/* =========================
   FOLLOW-UP CONTENT
========================= */
.widget-pink-box .widget-service-content-white {
    max-width: 1118px;
    margin: 0 auto;
    padding-top: 22px;
    box-sizing: border-box;
}

.widget-pink-box .widget-content p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

/* =========================
   TABLET
========================= */
@media (max-width: 1024px) {
    .widget-pink-box {
        padding: 36px 16px;
    }

    .widget-pink-box .widget-box {
        padding: 26px 32px 22px 32px;
    }

    .widget-pink-box .widget-heading {
        font-size: 22px;
        line-height: 30px;
    }

    .widget-pink-box .widget-para {
        font-size: 18px;
        line-height: 30px;
    }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 600px) {
    .widget-pink-box {
        max-width:340px;
        padding: 28px 14px;
       
    }

    .widget-pink-box .widget-box {
        padding: 22px 18px 20px 18px;
        border-left-width: 8px;
        border-radius: 16px;
    }

    .widget-pink-box .widget-heading {
        font-size: 19px;
        line-height: 26px;
    }

    .widget-pink-box .widget-para {
        font-size: 16px;
        line-height: 26px;
    }
}

/********** GRAY BOX (WIDGET) ******************/

.widget-gray-box {
  width: 100vw;
  background: #E9E9E9;
  border-top: 5px solid #4CCDED;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.08);
  padding: 55px 159px;
  box-sizing: border-box;
}

.widget-gray-box .widget-container {
  max-width: 1122px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.widget-gray-box .widget-row {
  width: 100%;
  box-sizing: border-box;
}

.widget-gray-box .widget-heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 44px;
  color: #000;
  margin: 0 0 22px 0;
  display: inline-block;
  text-decoration-line: underline;
  text-decoration-color: #F4947A;
  text-decoration-thickness: 4px;
  text-underline-offset: 8px;
}

.widget-gray-box .widget-content {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #000;
  margin: 0 0 40px 0;
  max-width: 1122px;
}

.widget-gray-box .widget-boxes {
  max-width: 1122px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 346.5px));
  column-gap: 41.5px;
  row-gap: 41.5px;
  box-sizing: border-box;
}

.widget-gray-box .widget-box1 {
  background: #fff;
  border-left: 15px solid #4CCDED;
  border-top: 2px solid #4CCDED;
  border-right: 2px solid #4CCDED;
  border-bottom: 2px solid #4CCDED;
  padding: 37px 38px 40px 17px;
  box-sizing: border-box;
}

.widget-gray-box .widget-box-heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #4CCDED;
  margin: 0 0 14px 0;
}

.widget-gray-box .widget-box-content {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.widget-gray-box .widget-box-content b {
  font-weight: 700;
}

/* ≤ 1200px */
@media (max-width: 1024px) {
  .widget-gray-box {
    padding: 50px 40px;
  }
  .widget-gray-box .widget-container {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.widget-gray-box .widget-content {
    max-width: 1024px;
}
}

/* ≤ 1024px */
@media (max-width: 1024px) {
  .widget-gray-box {
     
    padding: 44px 24px;
  }

  .widget-gray-box .widget-heading {
    font-size: 28px;
    line-height: 38px;
    text-decoration-thickness: 3px;
    text-underline-offset: 7px;
    margin-bottom: 18px;
  }

  .widget-gray-box .widget-content {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 24px;
  }

  .widget-gray-box .widget-boxes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 24px;
  }
}

/* ≤ 600px */
@media (max-width: 600px) {
  .widget-gray-box {
     max-width:100vw;
    padding: 34px 16px;
    
  }
.widget-gray-box .widget-box1 {
 
 max-width:340px;
}
.widget-gray-box .widget-content {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #000;
  margin: 0 0 40px 0;
  max-width: 340px;
}
  .widget-gray-box .widget-heading {
    font-size: 22px;
    line-height: 30px;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
    margin-bottom: 16px;
  }

  .widget-gray-box .widget-content {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .widget-gray-box .widget-boxes {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 18px;
  }

  .widget-gray-box .widget-box1 {
    padding: 24px 18px 24px 16px;
  }

  .widget-gray-box .widget-box-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .widget-gray-box .widget-box-content {
    font-size: 15px;
    line-height: 24px;
  }
}
/************** NUMBER BOXES (WIDGET) **************/

/* =========================
   SECTION BASE
========================= */
.widget-blog-number-boxes {
    width: 100%;
    padding: 5px 0;
    box-sizing: border-box;
}

.widget-blog-number-boxes .widget-container {
    max-width: 1122px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.widget-blog-number-boxes .widget-row {
    margin-bottom: 30px;
}

.widget-blog-number-boxes .widget-row:last-child {
    margin-bottom: 0;
}

/* =========================
   BOX BASE
========================= */
.widget-blog-number-box {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding: 25px 29px 16px 29px;
    box-sizing: border-box;
}

/* =========================
   INNER LAYOUT
========================= */
.widget-blog-number-box .widget-box-inner {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

/* =========================
   CIRCLE
========================= */
.widget-circle-col {
    flex-shrink: 0;
}

.widget-circle {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 40px;
}

/* =========================
   CONTENT COLUMN
========================= */
.widget-content-col {
    margin-top: -5px;
}

.widget-blog-number-box .widget-heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #ffffff;
}

.widget-blog-number-box .widget-para {
    padding-top: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
}

/* =========================
   TABLET
========================= */
@media (max-width: 1024px) {
    .widget-blog-number-box {
        padding: 22px 24px 18px 24px;
    }

    .widget-blog-number-box .widget-heading {
        font-size: 32px;
        line-height: 40px;
    }

    .widget-blog-number-box .widget-para {
        font-size: 18px;
        line-height: 28px;
    }

    .widget-circle {
        width: 90px;
        height: 90px;
        font-size: 34px;
    }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 600px) {
    .widget-blog-number-box .widget-box-inner {
        flex-direction: column;
        gap: 14px;
    }
.widget-blog-number-box {
    
    max-width:340px;
}
.widget-blog-number-boxes{
    max-width:340px;
}
    .widget-content-col {
        margin-top: 0;
    }

    .widget-circle {
        width: 72px;
        height: 72px;
        font-size: 28px;
    }

    .widget-blog-number-box .widget-heading {
        font-size: 22px;
        line-height: 30px;
    }

    .widget-blog-number-box .widget-para {
        font-size: 16px;
        line-height: 26px;
    }

    .widget-blog-number-box {
        border-top-left-radius: 26px;
        border-top-right-radius: 26px;
    }
}
/*************** LIGHT MEDICAL BLUE BOX (WIDGET) ********************/

/* =========================
   SECTION BASE
========================= */
.widget-light-medical-blue-box {
    width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
}

/* =========================
   LIGHT BLUE CONTENT BOX
========================= */
.widget-light-medical-blue-box .widget-light-blue-box {
    max-width: 1122px;
    margin: 0 auto;
    padding: 24px 33px 24px 20px;
    background: #E6FAFF;
    border-radius: 18px;
    box-sizing: border-box;
}

.widget-light-medical-blue-box .widget-light-blue-box p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    margin: 0 0 16px 0;
}

.widget-light-medical-blue-box .widget-light-blue-box p:last-child {
    margin-bottom: 0;
}

/* =========================
   TABLET
========================= */
@media (max-width: 1024px) {
    .widget-light-medical-blue-box {
        padding: 34px 0;
    }

    .widget-light-medical-blue-box .widget-light-blue-box {
        padding: 22px 26px;
    }

    .widget-light-medical-blue-box .widget-light-blue-box p {
        font-size: 18px;
        line-height: 30px;
    }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 600px) {
    .widget-light-medical-blue-box {
        max-width:340px;
        padding: 28px 0;
        
    }

    .widget-light-medical-blue-box .widget-light-blue-box {
        padding: 18px 16px;
        border-radius: 16px;
    }

    .widget-light-medical-blue-box .widget-light-blue-box p {
        font-size: 16px;
        line-height: 26px;
    }
}
