body {
  overflow-x: hidden;
}
.eae-flip-box-front {
 background-color: #F0F0F0;
  opacity: 1;
}
.iconbox {
/* width: 100%;
    height: 200px; */
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.eae-flip-box-back {
    opacity: 0;
}
.iconbox:focus .eae-flip-box-back, .iconbox:hover .eae-flip-box-back {
    z-index: 2;
    background-color: #273272;
    opacity: 1;
}
.eae-flip-box-back {
  /* width: 100%;
    height: 100%; */
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 10px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -ms-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    z-index: 2;
    color: #ffffff;
}
.eae-flip-box-back .iconboxpara {
   color: #ffffff;
}

.footer-carousel .container {
	 display: flex;
	 justify-content: space-between;
	 /* max-width: 980px;
	 align-items: center; */
	 margin: 40px auto 80px auto;
}
 .footer-carousel .container .footer-dynamic-images-active {
	 display: block !important;
}
 .footer-carousel .container .footer-dynamic-images img {
	 display: none;
}
.footer-carousel  .active-dynamic-card-header .content-slider {
  display: block;
}
.footer-carousel   .content-slider {
  display: none;
}
 .footer-carousel .container .footer-dynamic-content-wards .footer-dynamic-cards {
	 font-family: Arboria-Book;
	 margin-top: 20px;
	 border-left: 3px solid  #273272;
	 cursor: pointer;
}
 .footer-carousel .container .footer-dynamic-content-wards .footer-dynamic-cards h5 {
	 color: #000;
	 font-size: 24px;
	 font-weight: 400;
	 line-height: 28.8px;
	 letter-spacing: -0.39px;
	 margin: 0;
   font-weight: 600;
	 padding-left: 16px;
   font-family: Poppins;
}
.footer-carousel .container .footer-dynamic-content-wards .footer-dynamic-cards p {
  color: #4F4F4FCC;
  font-size: 16px;
  font-family: Poppins;
  line-height: 28px;
  padding-left: 16px;
  padding-top: 10px;
}

 .footer-carousel .container .footer-dynamic-content-wards .footer-dynamic-cards:first-child {
	 margin-top: 0px !important;
}
 .active-dynamic-card-header {
	 border-left: 3px solid #0072CE !important;
}
/* .footer-carousel .footer-dynamic-images-active {
  width: 500px;
} */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a {

  font-family: 'Poppins' !important;


}
.glyphicon-chevron-right::before {
  content:url(/specialties/orthopedic/images/right.png) !important;
  position: relative;
    top: -24px;
    left: -9px;
}
.glyphicon-chevron-left::before {
  content:url(/specialties/orthopedic/images/left.png) !important;
  position: relative;
    top: -24px;
   left: -34px;
}
.banner-ortho {
    background-image: url(https://www.billingparadise.com/specialties/images/banners2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}
.border-box {
  padding: 15px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px 10px 10px 10px;
}
.headfouricon {
 color: #273272;
}
.img-margin {
    margin-bottom: 15px;
    margin-top: 15px;
    width: 64px;
    height: 64px;
}
.line-break::before {
  content: " ";
  white-space: pre;
  display: block;
}

.versatile-content {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  margin-bottom: 25px;
}
.platform-list ul a {
  font-weight: 600;
}

.p-40 {

  padding: 40px !important;

  @media only screen and (max-width: 768px) {

    padding: 30px !important;

  }


}

.pt-40 {
  padding-top: 40px;

  @media only screen and (max-width: 768px) {

    padding-top: 30px;

  }


}

.pb-40 {
  padding-bottom: 40px;

  @media only screen and (max-width: 768px) {

    padding-bottom: 30px;

  }


}


.p-30 {

  padding: 30px !important;

  @media only screen and (max-width: 768px) {

    padding: 20px !important;

  }


}


.pt-30 {
  padding-top: 30px;

  @media only screen and (max-width: 768px) {

    padding-top: 20px;

  }


}

.pb-30 {
  padding-bottom: 30px;

  @media only screen and (max-width: 768px) {

    padding-bottom: 20px;

  }


}


.vr {


  @media only screen and (max-width: 768px) {

    border-right: 1px solid #e9eaf1 !important;

  }
}

.p-20 {
  padding: 20px;

  @media only screen and (min-width: 768px) {

    padding: 10px;
  }

  @media only screen and (max-width: 767px) {

    padding: 10px;
  }
}

.pt-20 {
  padding-top: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pr-40 {
  padding-right: 40px;
}

.pl-40 {
  padding-left: 40px;
}


.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}


.ml-40 {
  margin-left: 40px !important;

  @media only screen and (max-width: 768px) {

    margin-left: none;

  }
}

.mr-40 {
  margin-right: 40px !important;
}

.mt-40 {
  margin-top: 40px;

  @media only screen and (max-width: 768px) {

    margin-top: 30px;

  }


}

.mb-40 {
  margin-bottom: 40px;

  @media only screen and (max-width: 767px) {

    margin-bottom: 30px;

  }


}

.mb-20 {
  margin-bottom: 20px;

  @media only screen and (max-width: 767px) {

    margin-bottom: 20px;

  }


}

.mb-30 {
  margin-bottom: 30px;

  @media only screen and (max-width: 767px) {

    margin-bottom: 20px;

  }


}

.m-20 {

  margin: 20px;
}

.m-40 {

  margin: 40px;
}



/*ul.platform-list li::before {
 
   content: url('../images/view.png');
  float: left;
 
  /* Height of the list image*/
/*height: 30px;

  /* Width of the list image*/
/*width: 30px;

  align-items: center;
  
}*/

.ortho-icon {
  height: 30px;
  width: 30px;
  float: left;
  margin-right: 10px;
}

.tab-text {

  @media only screen and (max-width: 767px) {

    font-size: 14px;
  }

}

.tab-image {

  /* height:450px; */
  @media only screen and (max-width: 767px) {

    height: 200px;
  }

}

.tab-icon {

  width: 40px;
  float: left;
  margin-right: 20px;

  @media only screen and (max-width: 767px) {

    width: 30px;
    margin-right: 10px;
  }
}

ul.sad-list li::before {

  content: url('../images/cross.png');
  float: left;

  /* Height of the list image*/
  height: 30px;

  /* Width of the list image*/
  width: 30px;

  align-items: center;



}

ul.happy-list li::before {

  content: url('../images/tick.png');
  float: left;

  /* Height of the list image*/
  height: 25px;

  /* Width of the list image*/
  width: 25px;

  align-items: center;



}



.pg-title {


  color: #273272;
  font-weight: 600;

}

h2.pg-title {
  font-family: Poppins;
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
  text-align: center;

}


.text_center {

  text-align: center;
}


.light-card {

  background-color: #E9EAF1 !important;
  margin: 20px;
  padding: 10px;


  /* @media only screen and (min-width: 768px) {

    margin: 50px;

}*/

  @media only screen and (max-width: 767px) {

    margin: 20px;

  }



}

.dark-card {

  background-color: #273272 !important;
  margin: 20px;
  padding: 10px;
  /* @media only screen and (min-width: 768px) {

      margin: 50px;
  
  }*/

  @media only screen and (max-width: 767px) {

    margin: 20px;

  }
}


.service-card {

  background-color: #ffffff !important;
  border-radius: 10px;

  padding: 10px;

  @media only screen and (max-width: 768px) {

    margin: 50px;

  }
}

.card-img {
  width: 70px;
  margin-top: -45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;

  @media only screen and (min-width: 768px) {

    width: 60px;
    margin-top: -30px;

  }

  @media only screen and (max-width: 767px) {

    width: 50px;
    margin-top: -30px;

  }


}

.text-dark {

  color: #273272;
}

.text-light {

  color: white;

}

.btn-dark {

  background-color: #273272;
  padding: 10px 20px;
  color: white !important;

}


.text-orange {

  color: #fd7d00;
}

.ortho.nav-pills>li.active>a {


  background-color: #273272;
  border-radius: 10px;
}

.ortho.nav-pills>li.active>a:before {


  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  z-index: 1;
  border: solid 10px transparent;
  border-left-color: #273272;
}



.ortho.nav-pills>li.active>a * {
  color: #ffffff !important;
}

.line {
  border-left: 1px solid lightgrey;
  height: 200px;
  position: absolute;
  left: 50%;
}

/*Carousel*/

#slideshow .carousel {
  position: relative;
  width: 100%;

  /*height: 150px;*/
}

#slideshow .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#slideshow .carousel-inner>.item {
  position: relative;
  display: none;

  -webkit-transition: 0.8s ease-in-out left;
  -o-transition: 0.8s ease-in-out left;
  transition: 0.8s ease-in-out left;
}

#slideshow .carousel-inner>.item>img,
#slideshow .carousel-inner>.item>a>img {
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;

}

#slideshow .carousel-inner>.active,
#slideshow .carousel-inner>.next,
#slideshow .carousel-inner>.prev {
  display: block;

}

#slideshow .carousel-inner>.active {
  left: 0;
}

#slideshow .carousel-inner>.next,
#slideshow .carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

#slideshow .carousel-inner>.next {
  left: 100%;
}

#slideshow .carousel-inner>.prev {
  left: -100%;
}

#slideshow .carousel-inner>.next.left,
#slideshow .carousel-inner>.prev.right {
  left: 0;
}

#slideshow .carousel-inner>.active.left {
  left: -100%;
}

#slideshow .carousel-inner>.active.right {
  left: 100%;
}

#slideshow .controlsBlock {
  position: relative;
  bottom: 0;
  left: 0;
  top: 10px;
  display: block;
  width: 177px;
  margin: 0 auto;
  z-index: 1;
  height: 24px;
  text-align: center;
}

#slideshow .controls {
  position: relative;
  display: block;
}

#slideshow .carousel-control {
  position: absolute;

  /*bottom: 0;*/
  left: 50%;
  right: 50%;
  font-size: 5px;
  background: white !important;
  border-radius: 50%;
  color: #000000 !important;

}

#slideshow .carousel-control i {
  font-size: 20px;
}

#slideshow .carousel-control.left {
  left: 20%;
}

#slideshow .carousel-control.right {
  right: 20%;

}

#slideshow .carousel-control:hover,
#slideshow .carousel-control:focus {
  color: #ffffff;
  background-color: #fd7d00 !important;
}

#slideshow .carousel-control .glyphicon-chevron-left:hover,
#slideshow .carousel-control .glyphicon-chevron-right:hover,
#slideshow .carousel-control .icon-prev:hover,
#slideshow .carousel-control .icon-next:hover,
#slideshow .carousel-control .glyphicon-chevron-left:active,
#slideshow .carousel-control .glyphicon-chevron-right:active,
#slideshow .carousel-control .icon-prev:active,
#slideshow .carousel-control .icon-next:active {

  color: #ffffff;
  background-color: #fd7d00 !important;

}

#slideshow .carousel-control .glyphicon-chevron-left,
#slideshow .carousel-control .glyphicon-chevron-right {
  position: absolute;
  z-index: 5;
  display: inline-block;
}

/*#slideshow .carousel-control .glyphicon-chevron-left {
  left: 0;
}

#slideshow .carousel-control .glyphicon-chevron-right {
  right: 0;
}*/

/*#slideshow .carousel-indicators {
  position: relative;
  bottom: 0;
  left: 50%;
  z-index: 15;
  width: 60%;
  top: 10px;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
  display:none;
}


#slideshow .carousel-indicators li {
  display: inline-block;
  zoom: 1;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid transparent;
  -webkit-box-shadow: rgba(0,0,0,0.5) 0 0 2px;
  -moz-box-shadow: rgba(0,0,0,0.5) 0 0 2px;
  box-shadow: rgba(0,0,0,0.5) 0 0 2px;
  cursor: pointer;
}

#slideshow .carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 0;
  background-color: #000000;
}*/

/*#slideshow .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

#slideshow .carousel-caption .btn {
  text-shadow: none;
}*/
#slideshow .carousel-control .glyphicon-chevron-left,
#slideshow .carousel-control .glyphicon-chevron-right,
#slideshow .carousel-control .icon-prev,
#slideshow .carousel-control .icon-next {

  font-size: 16px;
  background: white !important;
  border-radius: 50%;
  align-content: center;
  margin-top: 20px;
  padding: 5px;


}

@media screen and (min-width: 768px) {
  /* #slideshow .carousel {
  height: 500px;
}*/

  /*#slideshow .carousel-inner > .item {
  height: 500px;
}*/

  /*#slideshow .carousel-inner > .item > img,
#slideshow .carousel-inner > .item > a > img {
  height: 500px;
}
*/
  #slideshow .carousel-control .glyphicon-chevron-left,
  #slideshow .carousel-control .glyphicon-chevron-right,
  #slideshow .carousel-control .icon-prev,
  #slideshow .carousel-control .icon-next {

    font-size: 15px;
    background: white !important;
    border-radius: 50%;
    align-content: center;
    margin-top: 10px;


  }

  /* #slideshow .carousel-caption {
      right: 20%;
      left: 20%;
      padding-bottom: 30px;
  }*/

  /* #slideshow .carousel-indicators {
      bottom: 0;
      display: none;
  }*/
}



/*Carousel Ends*/
.inv-comma {

  width: 60px;
  float: right;
  margin-right: 20px;

  @media screen and (max-width: 767px) {

    width: 40px;

  }
}


.profile-testimonial {

  width: 50px;
  float: left;
  margin-right: 5px;

  @media screen and (max-width: 767px) {

    width: 20px;

  }
}

.name-testimonial {
  float: left;
  color: white;
  font-size: 16px;

  @media screen and (max-width: 767px) {

    font-size: 12px;

  }



}

/*compare*/
.vs {

  padding: 15px;
  border: 1px solid #d9d5e8;
  color: #000;
  border-radius: 50%;
  position: relative;
  top: -35%;
  background: #fff;

}

.vertical {
  background-color: lightgrey;
  width: 1px;
  height: 1500px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  @media only screen and (max-width: 768px) {

    display: none;

  }

}

/*compare*/

.kyar-text {


  padding-left: 180px;
  padding-top: 100px;

  @media only screen and (max-width: 1200px) {

    padding-left: 40px;
    padding-top: 40px;
  }
}

.col-md-6.orthopedics_form {
    padding: 40px;
}



   
      /* Text Gradient CSS */
      .gradient_orthopedic {
        color: #e25822;
        background-image: linear-gradient(
          45deg,
          #e25822,
          #ff7700 33%,
          #d38638 67%,
          #f0b979 100%
        );
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
      }
.ortho-hubspot-form.bordernew {
    padding: 60px 35px 20px 35px;
}
      .hs-input:not([type="file"]) {
        background-color: #ffffff !important;
      }
      .hs-input {
        border-radius: 10px !important;
      }
      h3.text-center.formheading {
        font-family: "Mulish", sans-serif !important;
      }

      /* --- Container --- */
      .ortho-container {
        display: flex;
        flex-wrap: wrap;
        gap: 5rem;
        max-width: 1200px;
        margin: 0 auto;
        background-color: #fff;
        padding:3rem;
        border-radius: 8px;

        align-items: center;
      }

      h2.last_form_section {
    line-height: 1.2;
    font-family: "Mulish", sans-serif !important;
    font-size: 35px;
    font-weight: 800;
    text-align: left !important;
    margin-bottom: 25px;
    color: #283476;
}
      /* --- Text Column --- */
      .ortho-text-column {
        flex: 1 1 45%;
        min-width: 300px;

        padding: 40px 0;
      }

      .ortho-subheading {
        font-size: 18px;
        color: #283476;
        font-family: "Mulish", sans-serif !important;
        font-weight: 700;
        margin-bottom: 0.5rem;
      }

      .ortho-heading {
        font-size: 50px;
        font-family: "Mulish", sans-serif !important;
           margin-top: 0;
    margin-bottom: 1rem;
        color: #283476;
        font-weight: 700;
        line-height: 1.2;
      }

      .ortho-paragraph {
        font-size: 16px;
        font-family: "Mulish", sans-serif !important;
        line-height: 1.8;
        color: #000;
      }
      /* Parent container creates stacking context */
      .ortho-form-column {
        position: relative;
        z-index: 1; /* Make stacking context */
      }

      /* 
      .bordernew {
        position: relative;
        padding: 40px;
        border-radius: 50px;
        background: #fff;
        box-shadow: 0 5px 70px rgba(38, 42, 76, 0.1);
      }

      
      .bordernew::before {
        content: "";
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        border: 2px dotted #f26737; 
        border-radius: 50px;
        transform: rotate(-6deg);
        z-index: -1; 
        pointer-events: none;
      }
*/
      @keyframes fadeSlideUp {
        0% {
          opacity: 0;
          transform: translateY(30px);
        }
        100% {
          opacity: 1;
          transform: translateY(0);
        }
      }

      .bordernew {
        animation: fadeSlideUp 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; /* smoother ease */
      }

      .ortho-form-column {
        flex: 1 1 45%;
        min-width: 300px;
      }

      @media (max-width: 991px) and (min-width: 768px) {
        .ortho-heading {
          font-size: 2.3rem;
        }
        .ortho-paragraph {
          font-size: 16px;
        }

        .ortho-text-column {
          padding: 20px 0;
        }
      }

      /* Mobile */
      @media (max-width: 767px) {
        .ortho-container {
          flex-direction: column;
          padding: 3.5rem;
          gap: 2rem;
        }
        .ortho-heading {
          font-size: 35px;
        }
        .ortho-paragraph {
          font-size: 15px;
        }

            .ortho_five_description, .ortho_five_points li, .ortho_five_table th, .ortho_five_table td {
        font-size: 14px!important;
    }
        .ortho-text-column {
          padding: 0;
          margin-bottom: 1.5rem;
        }
        .ortho_five_table th{
          line-height: 1.3!important;
   
    font-size: 16px !important;
        }
      }


/*Orthopedic Duplicate Page - 
https://www.billingparadise.com/specialties/orthopedic/orthopedic_hub.html*/





  .ortho_navs_wrapper{
    max-width:1100px;
    margin:0px auto 40px auto;
    padding:0 16px 40px;
  }

  /* TAB STRIP ------------------------------------------------ */
  .ortho_navs_tabstrip{
    display:flex;
    align-items:center;
    background:#f5f7fb;
    border-radius:999px;
    padding:4px;
    box-shadow:0 1px 3px rgba(15,23,42,0.08);
    overflow-x:auto;
    scrollbar-width:none;
  }
  .ortho_navs_tabstrip::-webkit-scrollbar{display:none;}

  .ortho_navs_tabbtn{
    flex:1 0 auto;
    white-space:nowrap;
    border:none;
    background:transparent;
    padding:8px 18px;
    margin:2px;
    border-radius:999px;
    font-size:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    color:var(--ortho_navs-muted);
    cursor:pointer;
    transition:background .2s,color .2s,box-shadow .2s;
     font-family: 'Poppins';
    font-weight: 500;
  }

  .ortho_navs_tab_icon{
    font-size:16px;
    display:inline-flex;
  }

  .ortho_navs_tabbtn.ortho_navs_active{
   background: #ffffff;
    color: #000;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.12);
    font-family: 'Poppins';
    font-weight: 500;
  }

  /* CONTENT AREA --------------------------------------------- */
  .ortho_navs_content{
    margin-top:28px;
  }

  .ortho_navs_panel{
    display:none;
    animation:ortho_navs_fadeIn .25s ease-in-out;
  }
  .ortho_navs_panel.ortho_navs_active{
    display:block;
  }

  @keyframes ortho_navs_fadeIn{
    from{opacity:0;transform:translateY(4px);}
    to{opacity:1;transform:translateY(0);}
  }

  /* ROI PANEL SAMPLE STYLING --------------------------------- */
  .ortho_navs_roi_heading{
    font-size:26px;
    font-weight:700;
    margin-bottom:6px;
  }
  .ortho_navs_roi_sub{
    font-size:15px;
    font-weight:600;
    color:var(--ortho_navs-muted);
    margin-bottom:18px;
  }

  .ortho_navs_roi_stats_grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
    margin:24px 0 16px;
  }
  .ortho_navs_roi_card{
    background:#ffffff;
        font-family: 'Poppins';
    border-radius:18px;
    padding:24px 16px;
    box-shadow:0 10px 30px rgba(15,23,42,0.06);
    text-align:center;
  }
  .ortho_navs_roi_value{
    font-size:26px;
    font-weight:600;
    margin-bottom:4px;
    color:#273272;
  }
  .ortho_navs_roi_label{
    font-size:15px;
    color: #404040;
  
  }

  .ortho_navs_text_sm{
   font-size: 15px;
    color: #404040;
    line-height: 1.6;
   
  }

  /* OTHER TAB CONTENT ---------------------------------------- */
  .ortho_navs_box{
    background:#ffffff;
    border-radius:16px;
    padding:20px 18px;
    border:1px solid var(--ortho_navs-border);
    box-shadow:0 6px 18px rgba(15,23,42,0.05);
    margin-bottom:18px;
  }

  .ortho_navs_box h3{
    margin-top:0;
    margin-bottom:6px;
    font-size:18px;
  }
  .ortho_navs_list{
    padding-left:18px;
    margin:8px 0 0;
    font-size:14px;
    color:var(--ortho_navs-muted);
  }

  /* RESPONSIVE ----------------------------------------------- */
  @media (max-width:768px){
    .ortho_navs_roi_stats_grid{
      grid-template-columns:repeat(2,minmax(0,1fr));
    }
  }

  @media (max-width:540px){
    .ortho_navs_roi_stats_grid{
      grid-template-columns:1fr;
    }
    .ortho_navs_roi_heading{
      font-size:22px;
    }
  }
  
  /* TABLE */
.ortho_navs_table_wrapper{
  margin-top:20px;
  overflow-x:auto;
  padding:20px
}
.ortho_navs_table{
  width:100%;
  border-collapse:collapse;
  font-size:14px;
  background:#fff;
  border-radius:12px;
  font-family: 'Poppins';
  overflow:hidden;
  box-shadow:0 1px 4px rgba(15, 23, 42, 0.12);
}
.ortho_navs_table th{
  background:#eef1ff;
  font-weight:600;
  padding:14px;
 
    font-size: 17px;
 text-align: center;
    color: #273272;
}
.ortho_navs_table td{
  padding:13px;
   text-align: center;
  border-bottom:1px solid #eee;
  color:#404040;
}
.ortho_navs_table tr:last-child td{
  border-bottom:none;
}

/* PHASE GRID */
.ortho_navs_phase_grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:22px;
}
.ortho_navs_phase_card{
  background:#fff;
  border-radius:16px;
  padding:22px;
  box-shadow:0 8px 25px rgba(0,0,0,0.05);
}
.ortho_navs_phase_card h3{
  font-size:18px;
  margin-bottom:12px;
  font-weight:600;
      color: #273272;
    line-height: 1.5;
}
.ortho_navs_phase_card ul{
  margin:0;
  padding-left:18px;
 color: #404040;
    font-size: 14px;
    line-height: 2;
}

/* RESPONSIVE */
@media(max-width:900px){
  .ortho_navs_phase_grid{
    grid-template-columns:1fr;
  }
}
h1.orthotitle {
  font-size: 40px!important;
  line-height: 1.2!important;
  font-weight: 600!important;
}

/* Tablet View */
@media (max-width: 991px) {
  h1.orthotitle {
    font-size: 36px!important;
  }
}

/* Mobile View */
@media (max-width: 575px) {
  h1.orthotitle {
    font-size: 25px!important;
  }
}


h2.orthotitle {
  font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    color: #273272;
  
}

@media (max-width: 991px) {
  h2.orthotitle {
    font-size:24px;
  }
}

@media (max-width: 575px) {
  h2.orthotitle {
    font-size: 20px;
  }
}

/* ------------ GLOBAL ----------- */
/* Full-width section background + spacing */
.ortho_service_section {
  width: 100%;
  background: #f6f8ff; /* add your background color or gradient */
      padding: 60px 10%;
    font-family: Inter, sans-serif;
    margin: 50px auto;
}

/* Align container inside the section */
.ortho_service_section > .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0; /* keep clean unless you want inner padding */
}
.ortho_service_title {
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #0b1a33;
  font-weight: 700;
}

.ortho_service_subtitle {
     font-size: 16px;
    color: #000000;
    margin-bottom: 50px;
    text-align: center;
}
h1.ortho_service_title.orthotitle {
    color: #273272 !important;
    text-align: center;
}

/* ------------ GRID WRAPPER ----------- */
.ortho_service_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

/* ------------ CARD ----------- */
.ortho_service_card {
  display: flex;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.ortho_service_card:hover {
  transform: translateY(-5px);
}

.ortho_service_img {
  width: 42%;
  object-fit: cover;
  height: auto;
}

.ortho_service_text_block {
  padding: 24px;
  width: 58%;
}

.ortho_service_heading {
  font-size: 18px;
     font-weight: 600;
    color: #273272;
  margin-bottom: 10px;
}

.ortho_service_list {
  font-size: 14px;
  color: #404040;
  line-height: 2;
  padding-left: 18px;
}


/* ------------ RESPONSIVE ----------- */
@media (max-width: 900px) {
  .ortho_service_grid {
    grid-template-columns: 1fr;
  }

  .ortho_service_card {
    flex-direction: column;
  }

  .ortho_service_img {
    width: 100%;
  }

  .ortho_service_text_block {
    width: 100%;
  }
  .ortho_service_section {
padding: 60px 10%;}
}

@media (max-width: 600px) {
  .ortho_service_title {
    font-size: 26px;
  }
  .ortho_service_section {
padding: 60px 20px;}
}




 .ashfaq_section {
    background-color: #f4f4f4 !important;
    color: #000 !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .ashfaq_head_container {
    padding: 60px 50px 40px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .ashfaq_title {
font-size: 3.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    background: #273272;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }

  .ashfaq_container {
    display: flex !important;
    justify-content: space-between !important;
    gap: 60px !important;
    flex-wrap: wrap !important;
    padding: 0 50px 150px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
  }

  .ashfaq_left,
  .ashfaq_right {
    flex: 1 !important;
    min-width: 350px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
  }

  .ashfaq_item {
    background-color: #ffffff !important;
    padding: 18px 22px !important;
    border-radius: 10px !important;
    border: 1px solid #cccccc73 !important;
    transition: 0.3s ease !important;
  }

  .ashfaq_item.active {
    border-color: #000 !important;
    border: 1px solid #ff9f4673 !important;
  }

  .ashfaq_header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    cursor: pointer !important;
  }

  .ashfaq_header h3 {
    font-size: 18px !important;
    margin: 0;
        line-height: 30px;
    font-weight: 500 !important;
  }

  .ashfaq_icon {
    font-size: 24px !important;
    color: #ff8a00 !important;
    transition: transform 0.3s ease !important;
  }

  .ashfaq_content {
    margin-top: 10px !important;
    display: none !important;
    font-size: 15px !important;
       line-height: 30px;
    color: #555 !important;
  }
.ashfaq_content p {   font-size: 15px !important;}
  .ashfaq_item.active .ashfaq_content {
    display: block !important;
  }

  .ashfaq_item.active .ashfaq_icon {
    transform: rotate(180deg) !important;
  }

  /* =====================================
     RESPONSIVE BREAKPOINTS
  ======================================*/

  /* Large Tablets (992px - 1199px) */
  @media (max-width: 1200px) {
    .ashfaq_container {
      gap: 40px !important;
      padding: 0 40px 120px !important;
    }
    .ashfaq_title {
      font-size: 3.5rem !important;
    }
  }

  /* Tablets (768px - 991px) */
  @media (max-width: 992px) {
    .ashfaq_container {
      flex-direction: column !important;
      padding: 0 30px 100px !important;
      gap: 30px !important;
    }
  }

  /* Mobile (480px - 767px) */
  @media (max-width: 768px) {
    .ashfaq_head_container {
      padding: 40px 25px !important;
    }
    .ashfaq_title {
      font-size: 3.2rem !important;
    }
    .ashfaq_container {
      padding: 0 20px 80px !important;
    }
    .ashfaq_left, .ashfaq_right {
      min-width: 100% !important;
    }
    .ashfaq_header h3 {
      font-size: 16px !important;
    }
    .ashfaq_icon {
      font-size: 20px !important;
    }
       .ashfaq_content p {
      font-size: 15px !important;
    }
  }

  /* Small Mobile (below 480px) */
  @media (max-width: 480px) {
    .ashfaq_title {
            font-size: 2.8rem !important;
        line-height: 40px;
    }
    .ashfaq_item {
      padding: 15px 18px !important;
    }
    .ashfaq_header h3 {
      font-size: 15px !important;
    }
    .ashfaq_content {
      font-size: 14px !important;
    }
       .ashfaq_content p {
      font-size: 14px !important;
    }
  }

