.btn-lg {
  font-size: 250%;
  padding: 1% 10%;
}
.btn-primary {
  color: #fff;
  border: none;
  background-color: #55be1c;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.text-center {
  text-align: center !important;
}
.in {
  background: #82000714 !important;
}
div.modal-backdrop {
  z-index: unset;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.modal-header {
  background-color: #1eb0e6;
  color: #fff;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.modal-header .close {
  padding: 1rem;
  margin: -2rem -1rem -1rem auto;
}
.modal-body {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}
.modal-body ul {
  margin-bottom: 16px !important;
}
.modal-body li {
  margin-left: 5% !important;
  color: #000 !important;
  font-size: 16px !important;
  line-height: 25px;
}
.modal-body p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: black;
  position: relative;
  padding: 1px 15px 1px 15px !important;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
}
strong {
  font-weight: bolder;
}
li {
  margin-left: 10%;
}
.injured_in_accident .bottom_text {
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .injured_in_accident .bottom_text {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 22px;
  }
}

footer {
  background-color: #604c5c !important;
  /* color: black !important; */
  padding-bottom: 25px;
}

footer .footer-navigation {
  display: flex;
  justify-self: center !important;
}

.footer_wrapper p {
  line-height: 20px !important;
  font-size: 15px !important;
}

.footer_links li {
  line-height: 20px !important;
  margin-top: 10px !important;
}

.footer_links a {
  color: #fff !important;
}

.footer_links h1 {
  margin-left: 15px !important;
}

footer .hr {
  border-top: 1px solid white !important;
}

@media (max-width: 992px) {
  footer .col-md-5 {
    margin-top: 25px;
  }
}

@media (max-width: 380px) {
  .footer_links li {
    margin-left: 4px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .footer-navigation a {
    font-size: 13px !important;
  }
}

@media (max-width: 768px) {
  .footer-navigation {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .footer_wrapper p {
    font-size: 13px !important;
  }
}
.section-head {
  font-size: 40px;
  font-weight: 700;
  color: rgba(10, 10, 10, 1);
  /* border: 4px solid #a70909 !important; */
}
@media (max-width:992px) {
 
  .section-head {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  color: rgba(10, 10, 10, 1);
  /* border: 4px solid #a70909 !important; */
  margin-bottom: 0px !important;
  margin-top: 10px;
}
}

.section-head hr {
  height: 5px !important;
  color: black !important;
}

.section-content p {
  line-height: 22px !important;
  font-size: 18px;
  /* font-weight: 100 !important; */
  /* font-family:serif; */
  /* word-spacing: 5px; */
  position: relative;
}

.section-content ul li {
  line-height: 22px !important;
  font-size: 18px;
  position: relative;
}

.section-white {
  padding: 70px 70px !important;
}
.section-content p i {
  font-style: italic !important;
}
.accordion-body {
  line-height: 22px;
}
 
   .mchuk-menu-wrapper {
            font-family: "Poppins", sans-serif !important;
            position: relative !important;
            z-index: 999 !important;
        }
 
        .mchuk-desktop-header {
            display: flex !important;
            justify-content: space-between !important;
            align-items: center !important;
            padding: 15px 25px !important;
            background-color: #0b1a33 !important;
        }

        .mchuk-logo {
            font-size: 1.2rem !important;
            font-weight: 600 !important;
            color: #fff !important;
        }

        .mchuk-desktop-menu {
            display: flex !important;
            gap: 10px !important;
            align-items: center !important;
        }
        .mchuk-desktop-item span{
          font-size: 16px !important;
        }

        .mchuk-desktop-item {
            background-color: #fff !important;
            color: #000 !important;
            padding: 10px 12px !important;
            border-radius: 6px !important;
            display: flex !important;
            align-items: center !important;
            gap: 8px !important;
            cursor: pointer !important;
            transition: all 0.2s ease !important;
            text-decoration: none !important;
            font-size: 0.85rem !important;
        }

        .mchuk-desktop-item:hover {
            background-color: #f0f0f0 !important;
            transform: translateY(-1px) !important;
        }

        .mchuk-desktop-tag {
            font-weight: 600 !important;
            font-size: 0.85rem !important;
        } 
        .mchuk-mobile-header {
            display: none !important;
        }

        .mchuk-hamburger {
            width: 26px !important;
            height: 20px !important;
            display: flex !important;
            flex-direction: column !important;
            justify-content: space-between !important;
            cursor: pointer !important;
        }

        .mchuk-hamburger span {
            display: block !important;
            height: 3px !important;
            width: 100% !important;
            background-color: #fff !important;
            border-radius: 3px !important;
            transition: all 0.3s ease !important;
        }

        .mchuk-hamburger.active span:nth-child(1) {
            transform: translateY(8px) rotate(45deg) !important;
        }

        .mchuk-hamburger.active span:nth-child(2) {
            opacity: 0 !important;
        }

        .mchuk-hamburger.active span:nth-child(3) {
            transform: translateY(-8px) rotate(-45deg) !important;
        }
 
        .mchuk-mobile-menu {
            display: none !important;
            position: fixed !important;
            top: 0 !important;
            left: 0 !important;
            width: 100% !important;
            height: 100vh !important;
            background-color: #0b1a33 !important;
            flex-direction: column !important;
            justify-content: center !important;
            align-items: center !important;
            gap: 20px !important;
            padding: 20px !important;
            transform: translateY(-100%) !important;
            opacity: 0 !important;
            transition: all 0.3s ease !important;
            z-index: 998 !important;
        }

        .mchuk-mobile-menu.active {
            display: flex !important;
            transform: translateY(0) !important;
            opacity: 1 !important;
        }

        .mchuk-menu-option {
            background-color: #1a2d4d !important;
            color: #fff !important;
            padding: 15px 20px !important;
            border-radius: 10px !important;
            width: 80% !important;
            max-width: 400px !important;
            display: flex !important;
            align-items: center !important;
            cursor: pointer !important;
            font-weight: 500 !important;
            transition: all 0.2s ease !important;
        }

        .mchuk-menu-option:hover {
            background-color: #243a63 !important;
            transform: scale(1.02) !important;
        }

        .mchuk-label {
            border: 2px solid #fff !important;
            border-radius: 6px !important;
            padding: 5px 10px !important;
            margin-right: 15px !important;
            font-weight: 600 !important;
        }
 
        @media (max-width: 768px) {
            .mchuk-desktop-header {
                display: none !important;
            }

            .mchuk-mobile-header {
                display: flex !important;
                justify-content: space-between !important;
                align-items: center !important;
                padding: 15px 25px !important;
                background-color: #0b1a33 !important;
                color: #fff !important;
                position: relative !important;
                z-index: 999 !important;
            }
        }