*, *::before, *::after {
  box-sizing: border-box; /* Makes padding/borders not break width */
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

:root {
  --blue: #0d6b8f; 
}
body {
    margin: 0 auto;
    font-family: "Poppins", sans-serif;

}
a {
    text-decoration: none;
    color: #03345D;

}

.op-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    position: fixed;
    top: 0px;
    background: #fff;
    width: 100%;
    z-index: 999;
    
}

.op-body-one  {
    margin-top: 75px;
}

.buffer-blue {
    height:80px;
    background-color: #CBE6FF;
}

.logo {
    width: 150px;
    text-align: center;
}

.blue-btn {
    display: flex;
    justify-content: center; 
    align-items: center; 

    height: 35px;
    width: 170px;

    background-color: var(--blue);
    color: #fff;
    border-radius: 5px;

    font-size: 1.2rem;
}

.bg-img {
    width: 100%;
    margin-top: -50px;
}

.text-overlay {
    position: absolute;
    width: 100%;
    height: 412px;
}

.upper-text {
    color: #03345D;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px 0;
    font-weight: 100;
}

.box-text {
    font-size: .8rem;
    padding-top: 10px;
}

.lower-text {
    font-family: "Quicksand", sans-serif;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    position: absolute;
    bottom: 54px;
}

.cta {
    background: #313334;
    background: linear-gradient(180deg, rgba(49, 51, 52, 1) 1%, rgba(0, 0, 0, 1) 100%);
    color: #fff;
    text-align: center;
    height: 200px;

}

.cta a {
    height: 35px;
    width: 150px;

    background-color: var(--blue);
    color: #fff;
    border-radius: 25px;

    font-size: 1.2rem;
    text-decoration: none;
    padding: 20px 20px;
}

.h2 {
    font-size: 18px;
}

.body-two-heading {
    text-align: center;
    padding-top: 20px;
}

hr {
    border: none;        /* Removes the default 3D shaded border */
    height: 2px;         /* Sets the thickness of the line */
    background-color: #f67a2d; /* Sets the color */
    width: 75%;          /* Sets the length */
    margin: 10px auto; 
}

.text-box-grey {
    background-color: #9ea1a240;
    padding: 20px 10px;
    margin: 10px;
}
.text-box-grey h3 {
        font-size: .9rem;
}

.text-box-special {
    display: flex;
    background-color: #9ea1a240;
    margin: 10px;
}

.text-box-special p {
    width: 200px;
    margin: 0 auto;
}

.text-box-special .text {
    padding: 10px 0;
    border-top: 2px solid #666;
    width: 100%;
}

.text p{
    font-size: 12px;
}

.text h3 {
    color:var(--blue);
    font-size: .9rem;
}

.text-box-special .img-box {
    width: 80px;
}

.text-box-special img {
    width:80px;
}

.cta-two {
    display: flex;
    margin: 0 10px;
    color: #fff;
}

.cta-two .text {
    padding: 10px;
}

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

.point svg {
    width: 25px;
}

.point p {
    width: 126px;
    padding-left: 4px;
}

.right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.left {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-two span {
    font-weight: bold;
}

.cta-two .left{
    background-image: url("/images/orthopedics-promo/blue-bg2.jpg");
    background-size: cover;
    height: 122px;
    width: 100%;
}
.cta-two .right{
    background-image: url("/images/orthopedics-promo/sandblue.jpg");
    background-size: cover;
    height: 122px;
    width: 100%;
}
.op-body-two{
    scroll-margin-top: 70px;
}

#b2anchor, #b3anchor, #b4anchor, #b5anchor, #b6anchor{
    scroll-margin-top: 70px;
}

.op-body-three {
    background-image: url("/images/orthopedics-promo/page3/BACKGROUND-SPINE2.png");
    background-size: cover;
    
}
.bullet-point {
    display: flex;
    align-items: center;
}
.bullet-point img {
    width: 50px;
}

.bullet-point h2 {
    font-size: 1rem;
    font-family: 'Quicksand', sans-serif;
    
}
.contacts .bullet-point h2 {
    font-size: 1.5rem;
}


.blue-arrow {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.therapists {
    padding-top: 40px;
}

.blues {
    display: flex;
    border: 1px solid #03345D;
    border-radius: 10px;
    width: 322px;
    margin: 0 auto;
    align-items: center;
    padding: 4px;
}

.blues h3 {
    font-size: .8rem;
    font-weight: 400;
    width: 215px;
    line-height: 1;
    text-align: center;
}

.blue-cross-img {
    width: 175px;
}

.cta-three {
    font-size: 1rem;
    text-align: center;
    width: 282px;
    margin: 0 auto;
}

.op-body-four {
    margin: 10px;
}

.op-body-four .bullet-point {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.orange-circle {
    display: flex;
    background-color: #f67a2d;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    margin: 6px;
    padding: 5px;
    align-items: center;
    justify-content: center;
}
.blue-circle {
    display: flex;
    background-color: #03345D;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    margin: 6px;
    padding: 5px;
    align-items: center;
    justify-content: center;
}

.options  {
    display: flex;
    padding: 10px 0;
}

.hr-grey {
    border: none;        /* Removes the default 3D shaded border */
    height: 1px;         /* Sets the thickness of the line */
    background-color: #7b787644; /* Sets the color */
    width: 100%;          /* Sets the length */
    margin: 0px auto; 
}

.op-body-six {
    
}

.six-h1 {
    font-size: 2.2rem;
    color: #fff;
    padding: 20px;
    font-family: "Quicksand", sans-serif;
}

.six-h1 span {
    font-family: "Quicksand", sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .7);
}

.t-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f67a2d;
}

.testimonial {
    background-color: #8ebfffa5;
    padding: 15px;
    border-radius: 15px;
    margin: 20px 20px 20px 40px;
    color: #fff;
    display: flex;
    position: relative;
    align-items: center;
}

.testimonial2 {
    background-color: #8ebfffa5;
    padding: 15px;
    border-radius: 15px;
    margin: 20px 40px 20px 20px;
    color: #fff;
    display: flex;
    position: relative;
    align-items: center;
}

.testimonial .text {
    font-family: "Poppins", sans-serif;
    margin-left: 80px;
}

.testimonial2 .text {
    font-family: "Poppins", sans-serif;
    margin-right: 80px;
}

.testimonial img {
    width: 100px;
    position: absolute;
    left: -20px;
}

.testimonial2 img{
    width: 100px;
    position: absolute;
    right: -20px;
}

.page-container {
    max-width: 500px;
    margin: 0 auto;
}

.op-body-seven {
    background-image: url("/images/orthopedics-promo/page3/BACKGROUND-SPINE2.png");
    background-size: cover;
}

.logo-container {
    text-align: center;
}

.final-logo {
    width: 200px;
    text-align: center;
    margin: 0 auto;
}

.contacts {
    width: 300px;
    margin: 0 auto;
}

.contacts .text {
    font-family: "Poppins", sans-serif;
    text-align: left;
}



/* Tablet and larger */
@media (min-width: 768px) {
  .content {
    font-size: 16px;
  }
  .text-overlay {
        width: 500px;
  }
  .op-header {
    
    width: 500px;
}
}

/* Desktop and larger */
@media (min-width: 1024px) {
  .content {
    font-size: 18px;
  }
}
