@import url('https://fonts.googleapis.com/css?family=Exo+2%3A1%2C300%2C400%2C400italic%2C500%2C600%2C700%2C700italic&display=swap&ver=6.4.3');

@import url('https://fonts.googleapis.com/css?family=Suwannaphum%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CActor%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=auto&ver=6.4.3');



html,
body {
    font-family: "Exo 2", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.firstSection {
    background-image: url('../images/SEVA-Med-Care-Dallas-Location-Lower-Back-Pain-Facility-Doctors-6.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    /* padding-top: 190px; */
}

.custom-container {
    border-radius: 10px;
    padding: 20px;
}

.form-container {
    background-color: #6197c9;
    border-radius: 10px;
    padding: 40px;
}

.list-check li::before {
    content: "✓";
    color: #ff8810;
    margin-right: 10px;
}

.list-check {
    list-style-type: none;
    padding-left: 0;
}

.btn-custom {
    background-color: #ff8810;
    border-color: #ff8810;
}

.btn-custom:hover {
    background-color: #e67a00;
    border-color: #e67a00;
}

.h1-custom {
    font-family: "Verdana", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: 0px;
}

.h2-custom {
    font-family: "Verdana", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 32px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 0px;
}

.h3-custom {
    font-family: "Verdana", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 25px;
    line-height: 29px;
    font-weight: 300;
    letter-spacing: 0px;
}

.h4-custom {
    font-family: "Verdana", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 21px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #2f4e73;
}

.ul-custom {
    font-size: 24px;
    font-family: "Exo 2", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #ff8810;
}

p {
    font-family: "Exo 2", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.bg-light-blue {
    background-color: #cee7f5;
}

.icon-box {
    text-align: center;
    padding: 20px;
    display: grid;
}

.icon-box i {
    font-size: 3rem;
    margin-bottom: 15px;
}



.bg-custom-blue {
    background-color: #1c1a34;
}

.bg-custom-light-blue {
    background-color: #cee7f5;
}

.bg-custom-medium-blue {
    background-color: #96d1e2;
}

.bg-custom-dark-blue {
    background-color: #2f4e73;
}

.text-custom-orange {
    color: #ff8810;
}

.p-custom {
    font-family: "Exo 2", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 20px;
}

.li-star-custom li {
    font-family: "Exo 2", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
}

.icon-wrap {
    height: 100px;
    width: 100px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, .08), 0px 0px 0px 1px rgba(0, 0, 0, .05) inset;
    justify-self: center;
    margin-bottom: 10px;
    transition: all 0.5s ease-in-out;
    border: 7px solid #f8f8f8;
}

.icon-wrap i {
    margin: 0px;
    color: #6197c9;
    transition: all 0.5s ease-in-out;
}

.icon-box:hover {
    .icon-wrap {
        background-color: #6197c9;
    }

    .icon-wrap i {
        color: white;
    }
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
    .h1-custom {
        font-size: 45px;
        line-height: 53px;
        font-weight: 700;
        letter-spacing: 0px;
    }

    .h2-custom {
        font-size: 24px;
        line-height: 38px;
        font-weight: 700;
        letter-spacing: 0px;
    }

    .h3-custom {
        font-size: 19px;
        line-height: 22px;
        font-weight: 300;
        letter-spacing: 0px;
    }

    .h4-custom {
        font-size: 16px;
        line-height: 19px;
        font-weight: 500;
        letter-spacing: 0px;
    }

    .p-custom {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .h1-custom {
        font-size: 51px;
        line-height: 60px;
        font-weight: 700;
        letter-spacing: 0px;
    }

    .h2-custom {
        font-size: 27px;
        line-height: 43px;
        font-weight: 700;
        letter-spacing: 0px;
    }

    .h3-custom {
        font-size: 21px;
        line-height: 25px;
        font-weight: 300;
        letter-spacing: 0px;
    }

    .h4-custom {
        font-size: 18px;
        line-height: 21px;
        font-weight: 500;
        letter-spacing: 0px;
    }

    .p-custom {
        font-size: 15px;
    }
}

@media only screen and (max-width: 479px) {

    .h1-custom {
        font-size: 36px;
        line-height: 42px;
        font-weight: 700;
        letter-spacing: 0px;
    }

    .h2-custom {
        font-size: 19px;
        line-height: 30px;
        font-weight: 700;
        letter-spacing: 0px;
    }

    .h3-custom {
        font-size: 15px;
        line-height: 19px;
        font-weight: 300;
        letter-spacing: 0px;
    }

    .h4-custom {
        font-size: 13px;
        line-height: 19px;
        font-weight: 500;
        letter-spacing: 0px;
    }

    .p-custom {
        font-size: 13px;
    }
}




 /* ============ header css =============== */
 /* Base styles */
 .header-container {
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
    position: sticky;
    width: 100%;
    top: 0;
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
}

.header-container.scrolled60 {
    transform: translateY(-60px);
    /* position: fixed; */
}

.navSec .img-fluid {
    max-height: 120px;
    width: auto;
    transition: all 0.3s ease-in-out;
}

.scrolled60 .navSec .img-fluid {
    max-height: 60px;
}

.navbar-collapse {
    justify-content: center;
}

.navSec .img-fluid {
    max-height: 120px;
    width: auto;
    transition: all 0.3s ease-in-out;
}
.scrolled60 .navSec .img-fluid {
    max-height: 60px;
    width: auto;
}

.navbar {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0.5rem 1rem;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

#navbarNavDropdown {
    justify-content: center;
    background-color: #2f4e73;
    color: #fff;
    padding: 0.5rem 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.dallasarea,
.tulsaarea,
.servicearea,
.numm,
.taxx {
    color: #f8730f !important;
    font-size: 1.25rem;
}

.servicearea {
    margin-right: 1rem;
}

.numm span,
.taxx span {
    color: #2f4e73 !important;
}

.social-icons i {
    font-size: 1.25rem;
    margin-left: 0.625rem;
}

.top-nav .social-icons i {
    color: white;
}

.navbar-nav .nav-item {
    margin-right: 0.9375rem;
}

.navbar-nav .nav-item .dropdown-menu {
    background-color: #2f4e73;
    border: none;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.navbar-nav .nav-item .dropdown-menu a {
    color: #fff;
    padding: 0.625rem 1.25rem;
    text-decoration: none;
}

.navbar-nav .nav-item .dropdown-menu a:hover {
    background-color: #2f4e73;
    color: #f8730f !important;
}

.contact-info {
    font-size: 0.875rem;
    color: #555;
}

.navbar-second-row {
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding: 0.3125rem 0;
}

.navbar-second-row .navbar-nav {
    justify-content: center;
}

.navbar-second-row .navbar-nav .nav-item {
    margin: 0 0.625rem;
}

.navbar-brand {
    margin-right: 1.25rem;
    margin-left: 1.25rem;
}

.navbar-nav .nav-item .dropdown-menu.show {
    display: block !important;
}


.nav-item a:hover:not(.book-btn-nav) {
    color: #2f4e73 !important;
}

.top-nav .nav-item a:hover {
    color: #f8730f !important;
}

.navbar-second-row .social-icons i {
    color: white !important;
    background-color: #2f4e73 !important;
    padding: 10px;
    border-radius: 5px;
}

.navbar-second-row .navbar-brand i {
    color: #2f4e73 !important;
}


.book-btn-nav{
    transition: all 0.3s ease !important;
}

.book-btn-nav:hover{
    transform: scale(0.9) !important;
    color: white !important;
}

/* Hide social icons in the top nav by default */


/* Responsive styles */
@media (max-width: 1200px) {
    .navSec .img-fluid {
        max-height: 100px;
    }
    .scrolled60 .navSec .img-fluid {
        max-height: 55px;
        width: auto;
    }

    .navbar-nav .nav-item {
        margin-right: 0.625rem;
    }

    .dallasarea,
    .tulsaarea,
    .servicearea,
    .numm,
    .taxx {
        font-size: 1rem;
    }
}

@media (max-width: 992px) {
    /* .firstSection{
        padding-top: 100px;
    } */
    .header-container {
        top: -1px;
    }
    .header-container.scrolled60 {
        transform: translateY(-0px);
    }
    
    

    /* Hide the top navigation */
    .top-nav {
        display: none;
    }

    /* Show social icons in the second nav */
    .navbar-second-row .social-icons {
        display: flex;
        margin-top: 0.625rem;
    }

    .navbar-second-row .navbar-nav {
        flex-direction: column;
    }

    .navbar-second-row .navbar-nav .nav-item {
        margin: 0.3125rem 0;
    }

    .navSec .img-fluid {
        max-height: 80px;
        margin-left: 0;
    }
    .scrolled60 .navSec .img-fluid {
        max-height: 50px;
        width: auto;
    }

    .servicearea {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .navbar-nav .nav-item {
        margin-right: 0;
        margin-bottom: 0.3125rem;
    }

    #navbarNavDropdown {
        padding: 0.3125rem 0;
    }

    .navbar-second-row {
        padding: 0.625rem 0;
    }

    .numm,
    .taxx {
        font-size: 0.875rem;
    }
}

@media (max-width: 576px) {
    .navSec .img-fluid {
        max-height: 60px;
    }

    .scrolled60 .navSec .img-fluid {
        max-height: 40px;
        width: auto;
    }

    .navbar-brand {
        margin-right: 0.625rem;
        margin-left: 0.625rem;
    }

    .navbar-toggler {
        padding: 0.25rem 0.5rem;
    }

    .dallasarea,
    .tulsaarea,
    .servicearea {
        font-size: 0.875rem;
    }
}

.custom-toggler{
    border: none;
}
.custom-toggler .navbar-toggler-icon {
    background-image: none;
    position: relative;
    height: 24px;
    width: 24px;
    transition: all 0.3s ease-in-out;
}

.custom-toggler .navbar-toggler-icon::before,
.custom-toggler .navbar-toggler-icon::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2f4e73;
    /* Adjust color as needed */
    transition: all 0.3s ease-in-out;
}

.custom-toggler .navbar-toggler-icon::before {
    top: 6px;
}

.custom-toggler .navbar-toggler-icon::after {
    bottom: 6px;
}

.custom-toggler:focus {
    outline: none;
    box-shadow: none;
}

/* Styles for when the menu is open */
.custom-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
    top: 11px;
    /* Adjust as needed to center the X */
}

.custom-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    bottom: 11px;
    /* Adjust as needed to center the X */
}