* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.home-Page .hero {
  height: 880px;
}

.hero {
  position: relative;
}
.hero .top-hd {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 99;
  padding: 5px 0px 5px 0px;
  box-shadow: 0px 0px 25px hsl(0, 0%, 45.2%);
  background: #0d2045;
  z-index: 999999;
  top: 50px;
}
.hero .top-hd .phone-box {
  width: auto;
  padding: 10px 20px;
  background: #0A1E44;
  border: 1px solid #FF7537;
}
.hero .top-hd .phone-box i {
  color: #FF7537;
  font-size: 18px;
}
.hero .top-hd .phone-box span {
  font-family: "Outfit", sans-serif;
  color: white;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}
.hero video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .home-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .home-content h1 {
  font-family: "Outfit", sans-serif;
  color: #ffffff;
  font-size: 100px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 25px;
  text-shadow: 1px 4px 13px rgba(0, 0, 0, 0.71);
}
.hero .box-total-wrp {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: auto;
  position: relative;
  top: -189px;
  padding: 20px 0px 20px 0px;
}
.hero .box-total-wrp .wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.hero .box-total-wrp .wrp a {
  text-decoration: none;
}
.hero .box-total-wrp .wrp a:hover .white-box h3 {
  display: none;
}
.hero .box-total-wrp .wrp a:hover .white-box i {
  display: none;
}
.hero .box-total-wrp .wrp a:hover .white-box p {
  display: block;
}
.hero .box-total-wrp .wrp a .white-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 247px;
  height: 150px;
  background-color: #ffffff;
  text-decoration: none;
  padding: 10px;
}
.hero .box-total-wrp .wrp a .white-box h3 {
  color: #000000;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
.hero .box-total-wrp .wrp a .white-box p {
  color: #000000;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  display: none;
  margin-bottom: 0px;
}
.hero .box-total-wrp .wrp a .white-box i img {
  width: 60px;
}
.hero .box-total-wrp .wrp a {
  text-decoration: none;
}
.hero .box-total-wrp .wrp a:hover .orange-box h3 {
  display: none;
}
.hero .box-total-wrp .wrp a:hover .orange-box i {
  display: none;
}
.hero .box-total-wrp .wrp a:hover .orange-box p {
  display: block;
}
.hero .box-total-wrp .wrp a .orange-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 247px;
  height: 150px;
  background-color: #FF7537;
  text-decoration: none;
  padding: 10px;
}
.hero .box-total-wrp .wrp a .orange-box h3 {
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
.hero .box-total-wrp .wrp a .orange-box p {
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  display: none;
  margin-bottom: 0px;
}
.hero .box-total-wrp .wrp a .orange-box i img {
  width: 60px;
}

.flash-news {
  background-color: #FF7537;
  padding: 5px 0px 9px 0px;
  position: relative;
  bottom: 0px;
}
.flash-news span {
  font-size: 40px;
  font-weight: 800;
}
.flash-news .marquee {
  width: 100%;
  overflow: hidden;
  background: #FF7537;
  color: white;
  position: relative;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  line-height: 2em;
}
.flash-news .marquee ul {
  visibility: hidden;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  white-space: nowrap;
  display: inline;
}
.flash-news .marquee li {
  padding-left: 1em;
  text-indent: -1em;
  display: inline;
  line-height: 30px;
}
.flash-news .marquee li span {
  font-size: 50px;
}

.section-one {
  margin: 150px 0px 150px 0px;
}
.section-one .swiper-container {
  height: 50vh;
  margin: 60px;
}
.section-one .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
}
.section-one .swiper-slide {
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
}
.section-one .swiper-slide::before {
  content: "";
  position: absolute;
  background-color: rgba(10, 30, 68, 0.5);
  width: 100%;
  height: 100%;
}
.section-one .swiper-slide .text-space {
  padding-left: 100px;
  position: relative;
}
.section-one .swiper-slide .text-space h2 {
  font-family: "Outfit", sans-serif;
  color: white;
  font-size: 52px;
}
.section-one .swiper-slide .text-space p {
  font-family: "Outfit", sans-serif;
  color: white;
  font-size: 18px;
}
.section-one .swiper-slide .dtr-img-position {
  position: absolute;
  bottom: 0px;
  right: 50px;
}

.section-one .swiper-container {
  height: 500px;
  margin: 0px;
}

.about-sec {
  margin-bottom: 15px;
  padding: 100px 0px 100px 0px;
  background-blend-mode: overlay;
  background: rgba(6, 6, 6, 0.6) url("../images/about-bg.jpg") top center no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 500px;
  max-height: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.about-sec h2 {
  font-size: 60px;
  color: #ffffff;
}
.about-sec p {
  font-size: 16px;
  color: #ffffff;
}
.about-sec .wrp {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.about-sec .wrp a {
  text-decoration: none;
}
.about-sec .wrp a:hover .white-box {
  background: linear-gradient(to top, #0A1E44, #2A3D5F);
}
.about-sec .wrp a:hover .white-box h3 {
  color: #FF7537;
}
.about-sec .wrp a:hover .white-box .hover {
  display: block;
}
.about-sec .wrp a:hover .white-box .normal {
  display: none;
}
.about-sec .wrp a .white-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 150px;
  background: linear-gradient(to top, #FF7537, #FF9A6A);
  text-decoration: none;
  padding: 10px;
  transition: 0.5s;
}
.about-sec .wrp a .white-box .hover {
  display: none;
}
.about-sec .wrp a .white-box h3 {
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
.about-sec .wrp a .white-box i img {
  width: 60px;
  height: 60px;
}

.next {
  float: right;
}
.next a i {
  font-size: 46px;
  color: #ffffff;
}

.patients-sec {
  margin-bottom: 15px;
  padding: 100px 0px 100px 0px;
  background-blend-mode: overlay;
  background: rgba(6, 6, 6, 0.6) url("../images/patients-bg.jpg") top center no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  max-height: 100%;
  display: flex;
  align-items: center;
}
.patients-sec h2 {
  font-size: 60px;
  color: #ffffff;
}
.patients-sec p {
  font-size: 16px;
  color: #ffffff;
}
.patients-sec .wrp {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.patients-sec .wrp a {
  text-decoration: none;
}
.patients-sec .wrp a:hover .white-box {
  background: linear-gradient(to top, #0A1E44, #2A3D5F);
}
.patients-sec .wrp a:hover .white-box h3 {
  color: #FF7537;
}
.patients-sec .wrp a:hover .white-box .hover {
  display: block;
}
.patients-sec .wrp a:hover .white-box .normal {
  display: none;
}
.patients-sec .wrp a .white-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 150px;
  background: linear-gradient(to top, #FF7537, #FF9A6A);
  text-decoration: none;
  padding: 10px;
  transition: 0.5s;
}
.patients-sec .wrp a .white-box h3 {
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
.patients-sec .wrp a .white-box .hover {
  display: none;
}
.patients-sec .wrp a .white-box i img {
  width: 60px;
  height: 60px;
}

.next {
  float: right;
}
.next a i {
  font-size: 46px;
  color: #ffffff;
}

.physician-sec {
  margin-bottom: 15px;
  padding: 100px 0px 100px 0px;
  background-blend-mode: overlay;
  background: rgba(6, 6, 6, 0.6) url("../images/physician-bg.jpg") top center no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 600px;
  max-height: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.physician-sec h2 {
  font-size: 60px;
  color: #ffffff;
}
.physician-sec p {
  font-size: 16px;
  color: #ffffff;
}
.physician-sec .wrp {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.physician-sec .wrp a {
  text-decoration: none;
}
.physician-sec .wrp a:hover .white-box {
  background: linear-gradient(to top, #0A1E44, #2A3D5F);
}
.physician-sec .wrp a:hover .white-box h3 {
  color: #FF7537;
}
.physician-sec .wrp a:hover .white-box .hover {
  display: block;
}
.physician-sec .wrp a:hover .white-box .normal {
  display: none;
}
.physician-sec .wrp a .white-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 150px;
  background: linear-gradient(to top, #FF7537, #FF9A6A);
  text-decoration: none;
  padding: 10px;
  transition: 0.5s;
}
.physician-sec .wrp a .white-box h3 {
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
.physician-sec .wrp a .white-box .hover {
  display: none;
}
.physician-sec .wrp a .white-box i img {
  width: 60px;
  height: 60px;
}

.next {
  float: right;
}
.next a i {
  font-size: 46px;
  color: #ffffff;
}

.practice-sec {
  margin-bottom: 15px;
  padding: 100px 0px 100px 0px;
  background-blend-mode: overlay;
  background: rgba(6, 6, 6, 0.6) url("../images/practice-bg.jpg") top center no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 600px;
  max-height: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.practice-sec h2 {
  font-size: 60px;
  color: #ffffff;
}
.practice-sec p {
  font-size: 16px;
  color: #ffffff;
}
.practice-sec .wrp {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.practice-sec .wrp a {
  text-decoration: none;
}
.practice-sec .wrp a:hover .white-box {
  background: linear-gradient(to top, #0A1E44, #2A3D5F);
}
.practice-sec .wrp a:hover .white-box h3 {
  color: #FF7537;
}
.practice-sec .wrp a:hover .white-box .hover {
  display: block;
}
.practice-sec .wrp a:hover .white-box .normal {
  display: none;
}
.practice-sec .wrp a .white-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 150px;
  background: linear-gradient(to top, #FF7537, #FF9A6A);
  text-decoration: none;
  padding: 10px;
  transition: 0.5s;
}
.practice-sec .wrp a .white-box h3 {
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
.practice-sec .wrp a .white-box .hover {
  display: none;
}
.practice-sec .wrp a .white-box i img {
  width: 60px;
}

.next {
  float: right;
}
.next a i {
  font-size: 46px;
  color: #ffffff;
}

.philanthropy-sec {
  margin-bottom: 15px;
  padding: 100px 0px 100px 0px;
  background-blend-mode: overlay;
  background: rgba(6, 6, 6, 0.6) url("../images/philanthropy-bg.jpg") top center no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  max-height: 100%;
  display: flex;
  align-items: center;
}
.philanthropy-sec h2 {
  font-size: 60px;
  color: #ffffff;
}
.philanthropy-sec p {
  font-size: 16px;
  color: #ffffff;
}
.philanthropy-sec .wrp {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.philanthropy-sec .wrp a {
  text-decoration: none;
}
.philanthropy-sec .wrp a:hover .white-box {
  background: linear-gradient(to top, #0A1E44, #2A3D5F);
}
.philanthropy-sec .wrp a:hover .white-box h3 {
  color: #FF7537;
}
.philanthropy-sec .wrp a:hover .white-box .hover {
  display: block;
}
.philanthropy-sec .wrp a:hover .white-box .normal {
  display: none;
}
.philanthropy-sec .wrp a .white-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 150px;
  background: linear-gradient(to top, #FF7537, #FF9A6A);
  text-decoration: none;
  padding: 10px;
  transition: 0.5s;
}
.philanthropy-sec .wrp a .white-box h3 {
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
.philanthropy-sec .wrp a .white-box .hover {
  display: none;
}
.philanthropy-sec .wrp a .white-box i img {
  width: 60px;
  height: 60px;
}

.next {
  float: right;
}
.next a i {
  font-size: 46px;
  color: #ffffff;
}

.ftr-form-sec {
  background-color: #0A1E44;
  margin-top: 18px;
  position: relative;
  overflow-y: hidden;
}
.ftr-form-sec::before {
  content: "";
  position: absolute;
  background-image: url(../images/bg-patren-left.png);
  width: 350px;
  height: 100%;
  background-repeat: no-repeat;
}
.ftr-form-sec::after {
  content: "";
  position: absolute;
  background-image: url(../images/bg-patren-right.png);
  width: 350px;
  height: 100%;
  background-repeat: no-repeat;
  right: 0px;
  top: 160px;
}
.ftr-form-sec .form-div {
  padding: 150px 0px 100px 0px;
  width: 50%;
}
.ftr-form-sec .form-div h3 {
  color: #ffffff;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-weight: 400;
}
.ftr-form-sec .form-div .timing {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #ffffff;
}
.ftr-form-sec .form-div .submit-btn-sml {
  background-color: #FF7537;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: white;
  padding: 10px 20px;
  border-radius: 3px;
}
.ftr-form-sec .form-div .form-label {
  color: #ffffff;
}
.ftr-form-sec .form-div .form-label span {
  color: #FF7537;
}
.ftr-form-sec .form-div .form-control {
  background-color: transparent;
  border: 1px solid #E7E7E7;
  padding: 0.8rem 0.75rem;
}
.ftr-form-sec .form-div ::-moz-placeholder {
  color: #CCCCCC;
}
.ftr-form-sec .form-div ::placeholder {
  color: #CCCCCC;
}

.ftr-sec {
  background: url(../images/ftr-bg.png) rgb(13, 33, 72);
  background-blend-mode: color-burn;
  background-repeat: repeat;
  background-size: cover;
  padding: 50px 0px 50px 0px;
  border-top: 1px solid rgba(204, 204, 204, 0.2392156863);
}
.ftr-sec .social-media ul {
  list-style: none;
  padding-left: 0px;
}
.ftr-sec .social-media ul li {
  display: inline-flex;
  margin-right: 10px;
}
.ftr-sec .social-media ul li a i {
  background-color: #FF7537;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.ftr-sec .social-media ul li a i:hover {
  background-color: #0A1E43;
}
.ftr-sec .social-media ul li a i img {
  width: auto;
  height: 15px;
}
.ftr-sec .e-mail a {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}
.ftr-sec .e-mail a:hover {
  color: #ffffff;
}
.ftr-sec .logo-ftr h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0px;
}
.ftr-sec .logo-ftr .q {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0px;
  text-align: center;
}
.ftr-sec .logo-ftr .d {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-align: right;
  color: #5DAAEE;
  margin-bottom: 0px;
}
.ftr-sec .news-ltr h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  position: relative;
}
.ftr-sec .news-ltr h4::before {
  content: "";
  position: absolute;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  width: 200px;
  height: 5px;
  top: 22px;
}
.ftr-sec .form-subscribe {
  max-width: 600px;
  margin: 0 auto;
}
.ftr-sec .form-subscribe .form-control {
  background-color: #ffffff;
  padding-left: 24px;
  padding-right: 24px;
  letter-spacing: 1px;
  border: none;
  border-radius: 3px;
}
.ftr-sec .form-subscribe .form-control.focus, .ftr-sec .form-subscribe .form-control:focus {
  z-index: 2;
  background-color: hsla(0, 0%, 100%, 0.8);
}
.ftr-sec .form-subscribe .btn {
  border-radius: 3px;
  border: 3px solid;
  background: #FF7537;
  border-color: #ffffff;
  height: 46.5px;
  line-height: 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s;
}
.ftr-sec .form-subscribe .btn:hover {
  background-color: #0A1E43;
}
.ftr-sec .copyright a {
  font-family: "Open Sans", sans-serif;
  color: #F7F7F7;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ftr-sec .site-map {
  color: white;
}
.ftr-sec .site-map ul {
  list-style: none;
}
.ftr-sec .site-map ul li {
  display: inline;
}
.ftr-sec .site-map ul li a {
  font-family: "Open Sans", sans-serif;
  color: #F7F7F7;
  font-size: 13px;
  text-decoration: none;
}

.float {
  position: fixed;
  width: auto;
  padding: 10px 20px;
  bottom: 21px;
  left: 20px;
  background-color: #59a0f1;
  color: #ffffff;
  border-radius: 3px;
  text-align: center;
  z-index: 999;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  transition: 0.5s;
}
.float:hover {
  background-color: #2a415f;
}
.float a {
  text-decoration: none;
}

.float.zocdoc {
  bottom: 75px;
  background-color: #ffef60;
  color: #000000;
}
.float.zocdoc:hover {
  background-color: #f3dc0e;
}

.form-div {
  padding: 20px 0px 20px 0px;
}
.form-div h3 {
  color: #000000;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-weight: 400;
}
.form-div .timing {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #070707;
}
.form-div .submit-btn-sml {
  background-color: #FF7537;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: white;
  padding: 10px 20px;
  border-radius: 3px;
}
.form-div .form-label {
  color: #000000;
}
.form-div .form-label span {
  color: #FF7537;
}
.form-div .form-control {
  background-color: transparent;
  border: 1px solid #E7E7E7;
  padding: 0.8rem 0.75rem;
}
.form-div ::-moz-placeholder {
  color: #CCCCCC;
}
.form-div ::placeholder {
  color: #CCCCCC;
}

.modal-header {
  background-color: #FF7537;
}

.form-control {
  color: #eeeeee !important;
}

#home-top-video:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(41, 41, 41, 0.4), rgba(73, 73, 73, 0.3));
}

#home-top-video {
  left: 0%;
  top: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.modal-body .form-control {
  color: #616060 !important;
}

#header {
  transition: 0.5s;
}

/* ############ Tijo ############ */
.inner-page ::-webkit-scrollbar {
  display: none;
}

.inner-page .hero {
  /*height: 230px;*/
  background-color: #0A1E44;
  position: relative;
}
.inner-page .hero::before {
  content: "";
  position: absolute;
  background-image: url(../images/left-shape.png);
  width: 100px;
  height: 100%;
}
.inner-page .hero::after {
  content: "";
  position: absolute;
  background-image: url(../images/right-shape.png);
  width: 100px;
  height: 100%;
  right: 0px;
  top: 0px;
}

/*
.inner-page .hero::before {
    content: "";
    position: absolute;
    background-image: url(../images/bg-patren-left.png);
    width: 350px;
    height: 100%;
    background-repeat: no-repeat;
}

.inner-page .hero .top-hd {
    background: rgba(22, 40, 74, 0.8);
    box-shadow: none;
}

.inner-page .hero .phone-box a {
    font-family: "Outfit", sans-serif;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}*/
.about-inner {
  padding-bottom: 30px;
  width: 100%;
  height: 100%;
}

.about-inner .top-nav.active {
  background: #E3E3E3;
  position: relative;
  z-index: 3;
}

.about-inner .top-nav .nav-item {
  padding: 14px 10px;
  width: 100%;
  height: 100%;
  color: #000000;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #FF7537;
}

.about-inner .top-nav .nav-item img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.about-inner .about-content {
  position: relative;
}

/*Grid Wrapper*/
#about_content {
  color: #aaaaaf;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  transition: transform 0.5s ease-in-out;
}

/*#about_content>section
{
  position:relative;
}*/
#grid_wrapper {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

#grid_wrapper.init > card {
  transform: scale(0);
}

#grid_wrapper > card {
  display: block;
  width: 25%;
  height: 270px;
  float: left;
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
  padding: 10px;
  box-sizing: border-box;
}

#grid_wrapper > card > div:before, #content_wrapper > .clone:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #FF7537;
  transition: all 0.2s;
}

#grid_wrapper > card:hover > div:before {
  background: #0A1E44;
  border-bottom: 3px solid #FF7537;
}

#grid_wrapper > card > div, #content_wrapper > .clone {
  color: #000;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  transition: box-shadow 0.3s;
  overflow: hidden;
}

#grid_wrapper > card > div.active {
  opacity: 0;
}

#grid_wrapper > card > div > span, #content_wrapper > .clone > span {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  display: block;
  text-align: center;
  opacity: 1;
}

#grid_wrapper > card .box-inner {
  padding: 4px 20px;
}

#grid_wrapper > card .box-inner .box-icon span {
  background: none;
  border-radius: 10px;
  padding: 8px 10px;
  display: inline-block;
}

#grid_wrapper > card .box-inner .box-icon span img {
  width: 60px;
  height: 60px;
}

#grid_wrapper > card .box-inner .box-icon .hover {
  display: none;
}

#grid_wrapper > card:hover .box-inner .box-icon .normal {
  display: none;
}

#grid_wrapper > card:hover .box-inner .box-icon .hover {
  display: inline-block;
}

#grid_wrapper > card .box-inner h2 {
  color: #000000;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 12px;
}

#grid_wrapper > card:hover .box-inner h2 {
  color: #fff;
}

#grid_wrapper > card .box-inner p {
  color: #292929;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 0;
}

#grid_wrapper > card:hover .box-inner p {
  color: #fff;
}

#grid_wrapper > card .box-inner span.btn {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 4px 14px;
  background: #0A1E44;
  border-radius: 3px;
  border: none;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 110px;
  margin-top: 10px;
}

#grid_wrapper > card:hover .box-inner span.btn {
  background: #FF7537;
}

nav.main {
  overflow-X: auto;
  overflow-Y: visible;
  width: 100%;
  display: block;
  white-space: nowrap;
  height: 100%;
}

nav.main.inactive > .tab {
  transform: rotateX(90deg) translateY(-25px);
}

nav.main > .tab {
  transform-origin: 50% 0% 0px;
  box-sizing: border-box;
  display: inline-block;
  width: 190px;
  height: 100%;
  position: relative;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0, 0, 0, 1);
  border-right: 1px solid #cacaca;
  margin-left: -4px;
}

nav.main > .tab:last-child {
  border-right: none;
}

nav.main > .tab.active {
  z-index: 1;
}

nav.main > .tab.active > span {
  background: #fff;
  position: relative;
}
nav.main > .tab.active > span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #ffffff;
  bottom: 0px;
}

nav.main > .tab > span {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 100%;
  display: block;
  transform: line-height 0.2s;
}

nav.main > .tab:after {
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  border-top: 0px solid transparent;
  border-bottom: 50px solid transparent;
  border-right: 0px solid rgba(0, 0, 0, 0.05);
  transition: all 0.2s;
}

#content_wrapper.inactive {
  pointer-events: none;
}

#content_wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  perspective: 1000px;
}

#content_wrapper > div.content {
  z-index: 2;
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  display: block;
  box-sizing: border-box;
}

#content_wrapper > div.clone.deactivate {
  background: #fff;
}

#content_wrapper > div.clone.deactivate > span {
  font-size: 50em;
  opacity: 0;
  animate: blow 0.5s 0s cubic-bezier(0, 0, 0, 1);
}

@keyframes blow {
  to {
    font-size: 50em;
    opacity: 0;
  }
}
#content_wrapper > div.clone.deactivate:before {
  animation: fadeOut 0.25s 0s 1 cubic-bezier;
  opacity: 0;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
}
#content_wrapper > div.clone {
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  position: absolute;
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%) rotateY(180deg);
  animation: flipOpen 0.5s 0s 1 cubic-bezier(0, 0, 0, 1);
}

#content_wrapper.inactive > div.clone {
  animation: flipClose 0.7s 0s 1 cubic-bezier(0, 0, 0, 1);
  transform: translate(-50%, -50%);
  position: absolute;
}

@keyframes flipOpen {
  from {
    transform: translate(-50%, -50%);
  }
}
@keyframes flipClose {
  from {
    transform: translate(-50%, -50%) rotateY(180deg);
  }
}
#content_wrapper > div.content > section.active {
  opacity: 1;
  transform: none;
  width: 100%;
  margin-top: 40px;
  display: block;
}

#content_wrapper > div.content > section {
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(-100px);
  position: absolute;
  display: none;
}

#content_wrapper.inactive > button {
  opacity: 0;
  transition: none;
}

#content_wrapper > button {
  z-index: 3;
  transition: opacity 0.2s 1s;
  padding: 3px 10px;
  color: #fff;
  background: none;
  outline: none;
  border: none;
  position: absolute;
  top: 30px;
  right: 10px;
  cursor: pointer;
  font-family: "Outfit", sans-serif;
  background: #0A1E44;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
}

.about-inner .text-img-box {
  background: #FFEFE8;
}

.about-inner .text-img-box .text {
  padding: 30px 30px;
}

.about-inner .text-img-box .text h3 {
  color: #030D43;
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 20px;
}

.about-inner .text-img-box .text p {
  color: #666666;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 10px;
}

.about-inner .text-img-box .img img {
  width: 100%;
}

.about-inner .doctor-box h3.title {
  color: #030D43;
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 20px;
}

.about-inner .submit-btn-sml {
  background-color: #FF7537;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: white;
  padding: 10px 20px;
  border-radius: 3px;
}

.about-inner .doctor-box .text {
  padding: 35px 40px;
  background: #FFEFE8;
}

.about-inner .doctor-box .text h3 {
  color: #030D43;
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 20px;
}

.about-inner .doctor-box .text p {
  color: #666666;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-top: -3px;
}

.about-inner .doctor-box .text ul.list-specialties {
  padding-left: 0;
  list-style: none;
}

.about-inner .doctor-box .text ul.list-specialties li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  display: inline;
  margin-right: 10px;
}

.about-inner .doctor-box .text ul.list-specialties li:before {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 0;
  content: "+";
  font-size: 24px;
  color: #ff7537;
  font-weight: 600;
}

.about-inner .doctor-box .img img {
  width: 100%;
}

.sub-hd-text-wrp {
  position: relative;
  /*top: 150px;
  z-index: 9999;*/
  text-align: center;
  padding-top: 10%;
}
.sub-hd-text-wrp h1 {
  font-size: 46px;
  color: #ffffff;
  line-height: 45px;
  /*display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;*/
  margin-bottom: 25px;
}

.orange-clr {
  color: #FF7537;
}

.rounded-btn {
  background-color: #FF7537;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: white;
  padding: 10px 20px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rounded-btn:hover {
  background-color: #0A1E44;
  color: #FFFFFF;
}
.rounded-btn i {
  font-size: 16px;
  position: relative;
  top: 0px;
}

.rounded-btn-sml {
  background-color: #FF7537;
  padding: 2px 20px 3px 20px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  transition: 0.5s;
  border: none;
  display: inline-block;
  width: auto;
}
.rounded-btn-sml:hover {
  background-color: #0A1E44;
}
.rounded-btn-sml i {
  font-size: 24px;
  position: relative;
  top: 3px;
}

.about-inner h2 {
  font-family: "Outfit", sans-serif;
  font-size: 46px;
  color: #030D43;
}
.about-inner h3 {
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  color: #030D43;
}
.about-inner .text-img-box p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #666666;
}
.about-inner .service-ul-wrp ul li::marker {
  color: red;
}
.about-inner .service-ul-wrp ul li a {
  font-family: "Open Sans", sans-serif !important;
  color: #484848 !important;
  font-weight: 500;
  font-size: 16px;
  text-decoration: underline;
  line-height: 30px;
}
.about-inner .title-4 {
  font-size: 20px;
}
.about-inner .sml-orange-btn {
  background-color: #FF7537;
  padding: 5px 15px;
  border-radius: 3px;
  color: #ffffff;
  transition: 0.5s;
}
.about-inner .sml-orange-btn:hover {
  background-color: #0A1E44;
}
.about-inner .email h4 {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  color: #030D43;
}
.about-inner .email a {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  word-break: break-word;
}
.about-inner .sent a {
  color: #FF7537;
}
.about-inner .contact-sec label {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500;
  color: #000;
  font-size: 15px;
  margin-bottom: 5px;
}
.about-inner .contact-sec .form-control, .about-inner .contact-sec .form-select {
  border: none;
  border-radius: 0px;
  line-height: 2.2;
}
.about-inner .box-btn {
  background-color: #FFEFE8;
  width: auto;
  padding: 25px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 25px;
}
.about-inner .box-btn h4 {
  font-family: "Open Sans", sans-serif !important;
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}
.about-inner .box-btn .icn-hover {
  display: none;
}
.about-inner .box-btn .icn {
  display: block;
}
.about-inner .box-btn:hover {
  background-color: #FF7537;
}
.about-inner .box-btn:hover h4 {
  color: #fff;
}
.about-inner .box-btn:hover .icn-hover {
  display: block;
}
.about-inner .box-btn:hover .icn {
  display: none;
}

.blod-text {
  font-family: "Open Sans", sans-serif !important;
  color: #000 !important;
  font-weight: 600;
  font-size: 18px;
}

.h-215 {
  height: 215px !important;
}

.form-control {
  color: #7d7f81 !important;
}

.wraper {
  width: 100%;
  display: flex;
  align-items: center;
}

.owl-theme img {
  width: 100%;
  min-height: 200px;
}

.owl-carousel .owl-prev, .owl-carousel .owl-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background-color: #FF7537 !important;
  color: #ffffff !important;
  font-size: 1.5em !important;
  width: 40px;
  height: 40px;
  font-weight: bold;
  padding: 15px !important;
  text-align: center;
}

.owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {
  box-shadow: 0px 0px 0px 0px #000;
  background-color: #0A1E44 !important;
  color: #fff !important;
}

.owl-carousel .owl-prev {
  left: -20px;
}

.owl-carousel .owl-next {
  right: -20px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #FF7537 !important;
  width: 25px;
  transition: 0.2s ease-in-out;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #FF7537 !important;
  transition: 0.2s ease-in-out;
}

/* Responsive design custom css */
@media only screen and (max-width: 480px) {
  .owl-theme .owl-dots .owl-dot {
    display: none;
  }
  .owl-carousel .owl-prev, .owl-carousel .owl-next {
    width: 30px;
    height: 30px;
    font-size: 14px !important;
    top: 45%;
    box-shadow: 0px 0px 0px 0px #000;
  }
  .owl-carousel .owl-prev {
    left: 0px;
  }
  .owl-carousel .owl-next {
    right: 0px;
  }
}
.name-box {
  width: 100%;
  background-color: #0A1E44;
  color: #ffffff;
  height: 30px;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.about-div nav.main > .tab {
  transform-origin: 50% 0% 0px;
  box-sizing: border-box;
  display: inline-block;
  width: 160px;
  height: 100%;
  position: relative;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0, 0, 0, 1);
  margin-left: -4px;
}

.blog-box {
  background-color: #FFEFE8;
  padding: 20px;
}
.blog-box h4 {
  color: #FF7537;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.blog-box h3 {
  color: #000000;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.blog-post-box {
  background-color: #FFEFE8;
  padding: 20px;
  border: 1px solid #ff7537 !important;
}
.blog-post-box h3 {
  color: #000000;
  font-family: "Outfit", sans-serif;
  font-size: 26px;
  font-weight: 500;
  position: relative;
}
.blog-post-box h3::before {
  content: "";
  background-color: #FF7537;
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: -5px;
}
.blog-post-box ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 30px;
}
.blog-post-box ul li {
  margin-bottom: 15px;
}
.blog-post-box ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  line-height: 24px;
}
.blog-post-box ul li a:hover {
  color: #505050;
}

.scroller {
  width: 100%;
  max-height: 680px;
  height: 615px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.scroller {
  scrollbar-width: thin;
  scrollbar-color: #ff7537 #ffffff !important;
}

.scroller ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.scroller ::-webkit-scrollbar-track {
  background-color: #bbb;
}

.scroller ::-webkit-scrollbar-thumb {
  background-color: #008aff;
}

.scroller ::-webkit-scrollbar-track, .scrollbar-2::-webkit-scrollbar-thumb {
  border-radius: 30px;
}

.physicians-div nav.main > .tab {
  width: 212px;
}
.physicians-div #grid_wrapper {
  width: 60%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.physicians-div #grid_wrapper > card {
  display: block;
  width: 43%;
  height: 270px;
  float: left;
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
  padding: 10px;
  box-sizing: border-box;
}

.patients-div #grid_wrapper {
  width: 75%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.patients-div #grid_wrapper > card {
  display: block;
  width: 33%;
  height: 270px;
  float: left;
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
  padding: 10px;
  box-sizing: border-box;
}

.mob-icn-wrp i {
  color: #ff7537;
  font-size: 26px;
}

.home-top {
  margin-top: 0px;
  float: left;
}
.home-top i {
  color: #ffffff;
  font-size: 26px;
}

.w-150 {
  width: 160px;
}

.blod-text-1 {
  font-family: "Open Sans", sans-serif !important;
  color: #000 !important;
  font-weight: 600 !important;
  font-size: 17px !important;
}

.service-inner-ul-wrp ul li {
  font-family: "Open Sans", sans-serif !important;
  color: #484848 !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}
.service-inner-ul-wrp ul li::marker {
  color: red;
}

.injections-ul-wrp ul li {
  font-family: "Open Sans", sans-serif !important;
  color: #000000 !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}
.injections-ul-wrp ul li::marker {
  color: rgb(0, 0, 0);
}

.service-div nav.main > .tab {
  width: 230px;
}

.service-div #grid_wrapper > card {
  display: block;
  width: 33%;
  height: 270px;
  float: left;
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
  padding: 10px;
  box-sizing: border-box;
}

.service-div #grid_wrapper {
  width: 75%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* align-items: center; */
  margin: auto;
}

.privacy-div #grid_wrapper {
  width: 60%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.privacy-div #grid_wrapper > card {
  display: block;
  width: 43%;
  height: 270px;
  float: left;
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
  padding: 10px;
  box-sizing: border-box;
}

.sml-font {
  font-size: 14px !important;
  font-weight: 400;
  font-family: "Open Sans", sans-serif !important;
  margin-bottom: 0px;
}

.education h4 {
  font-size: 22px;
  font-weight: 600;
}
.education ul li {
  font-family: "Open Sans", sans-serif !important;
  color: #000000 !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 8px;
}
.education ul li::marker {
  color: #FF7537;
}

.book-appointment-div #grid_wrapper {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.form-div-two .form-control {
  background-color: #ffffff;
  border: none;
  line-height: 2;
}
.form-div-two .form-select {
  background-color: #ffffff;
  border: none;
  line-height: 2;
}
.form-div-two label {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500;
  color: #000;
  font-size: 15px;
  margin-bottom: 4px;
}

.Patient-ul-li ul {
  padding-left: 20px;
}
.Patient-ul-li ul li a {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  text-decoration: underline;
  line-height: 30px;
}
.Patient-ul-li ul li a:hover {
  color: #FF7537;
}
.Patient-ul-li ul li::marker {
  color: #FF7537;
}

.book-appointment-div nav.main > .tab {
  width: 188px;
}

.contact-div #grid_wrapper {
  width: 90%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.contact-div #grid_wrapper > card {
  width: 33%;
}

.contact-div nav.main > .tab {
  width: 220px;
}

.download-wrp {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px;
}
.download-wrp a {
  background-color: #FF7537;
  padding: 5px 15px;
  color: #ffffff;
  border-radius: 3px;
  transition: 0.5s;
}
.download-wrp a:hover {
  background-color: #0A1E44;
}

.input-group-append {
  cursor: pointer;
}

.bg-light {
  background-color: #ffffff;
  border: none;
  border-radius: 0px;
  padding: 12px 14px;
}

.time-picker {
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: all 0.4s ease;
  height: 0;
  overflow: hidden;
}

.time-picker .set-time {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.time-picker .label {
  width: 40px;
  margin: -5px 4px;
  text-align: center;
  line-height: 23px;
  display: inline-style;
}

.time-picker .label a {
  display: block;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  border-radius: 3px;
}

.time-picker .label a:hover, .time-picker .label a:active {
  background-color: #FF7537;
  color: #FFFFFF;
}

.time-picker .label .set {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  height: 20px;
  line-height: 34px;
  font-size: 16px;
  font-weight: 400;
  border: transparent;
}

.time-picker #submitTime {
  text-align: center;
  line-height: 22px;
  border: 1px solid #DDDDDD;
  width: 85px;
  margin: auto;
  border-radius: 3px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  background-color: #e5e5e5;
}

.time-picker.open {
  border: 1px solid #DDDDDD;
  padding: 15px;
  transition: all 0.5s ease;
  height: auto;
  background-color: #FCFCFC;
  position: absolute;
  z-index: 99;
}

.time-bg {
  background-color: #FFFFFF;
  border: none;
  width: 100%;
  line-height: 45px;
  padding-left: 12px;
  color: #595c5f;
}

.e-mail {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.accordion-button:not(.collapsed) {
  background-color: #FFEFE8 !important;
}

.accordion-item {
  border: none;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-body {
  background: #ffefe8;
}

.accordion-button {
  background: #ffefe8;
}

.accordion-item {
  margin-bottom: 10px;
}

.accordion-button:not(.collapsed)::after {
  background-image: none !important;
  transform: var(--bs-accordion-btn-icon-transform);
  padding: 13px 11px 8px 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-button::after {
  font-family: bootstrap-icons !important;
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "\f119";
  background-image: none !important;
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  color: #FF7537;
  border-radius: 50%;
}

.accordion-button {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-size: 20px;
  color: #626262 !important;
}

.accordion-body {
  padding-top: 0px;
}
.accordion-body p {
  color: #666666;
  margin-bottom: 0px;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  padding-bottom: 5px;
}

.pain-manage-div h3 {
  font-family: "Outfit", sans-serif;
  font-size: 26px !important;
  color: #FF7537 !important;
  margin-bottom: 0px !important;
}
.pain-manage-div h4 {
  font-family: "Open Sans", sans-serif !important;
  font-size: 22px !important;
  color: #000000 !important;
  font-weight: 600;
}
.pain-manage-div b {
  color: #484848 !important;
}
.pain-manage-div ul {
  margin-top: 15px;
}
.pain-manage-div ul li {
  font-family: "Open Sans", sans-serif !important;
  color: #484848 !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
.pain-manage-div ul li::marker {
  color: red;
}

.about-inner .title-4 a {
  color: #000000;
  text-decoration: underline;
}
.about-inner .title-4 a:hover {
  color: #FF7537;
}

.we-do-sec {
  padding: 80px 0px 80px 0px;
}
.we-do-sec p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #666666;
  text-align: center;
}

.testimonials-sec {
  padding: 50px 0px 50px 0px;
}
.testimonials-sec .text-hd-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.testimonials-sec .text-hd-wrp h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 52px;
  color: #030D43;
  line-height: 65px;
  text-align: left;
}
.testimonials-sec .text-hd-wrp h2 span {
  color: #FF7537;
}
.testimonials-sec .text-hd-wrp p {
  font-family: "Poppins", sans-serif;
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.testimonials-sec .item {
  background-color: #FFEFE8;
  border-radius: 10px;
  width: 50%;
  margin: auto;
  padding: 20px;
  margin-top: 70px;
  position: relative;
}
.testimonials-sec .item .stars i {
  color: #F09000;
}
.testimonials-sec .item .stars p {
  font-family: "Poppins", sans-serif;
  color: #050505;
}
.testimonials-sec .item p {
  font-family: "Poppins", sans-serif;
  color: #888888;
  text-align: left;
}
.testimonials-sec h5 {
  text-align: left;
}
.testimonials-sec h6 {
  color: #505050;
}
.testimonials-sec .icon {
  position: absolute;
  right: 25px;
  top: 25px;
}
.testimonials-sec .icon i {
  color: #2594F6;
  font-size: 30px;
}

.google img {
  width: 20px !important;
  height: 20px !important;
  min-height: 20px;
}

.top-adrs {
  background-color: #FF7537;
  padding: 10px 0px 0px 0px;
}
.top-adrs p {
  font-family: "Outfit", sans-serif;
  color: white;
  font-size: 16px;
  text-align: center;
}
.top-adrs i {
  position: relative;
  top: -3px;
}

.grid-container {
  -moz-column-gap: 16px;
  column-gap: 16px;
}

@media only screen and (max-width: 480px) {
  .grid-container {
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (min-width: 481px) and (max-width: 620px) {
  .grid-container {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 621px) and (max-width: 1023px) {
  .grid-container {
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .grid-container {
    -moz-column-count: 2;
    column-count: 2;
  }
}
.grid-container .item {
  background-color: #343436;
  margin: 8px 0;
  display: inline-block;
}

.testi-box {
  background-color: #fce7e7;
  padding: 35px;
  border-radius: 10px;
  position: relative;
  border: 1px solid #ff7537;
  margin-bottom: 40px;
}
.testi-box p {
  font-family: "Poppins", sans-serif;
  color: #888888;
  text-align: center !important;
}
.testi-box h5 {
  text-align: center;
}
.testi-box .round {
  background-color: #ffffff;
  padding: 26px 28px;
  border-radius: 60px;
  display: inline-block;
  display: table;
  margin: auto;
  box-shadow: -1px 11px 5px -8px rgba(0, 0, 0, 0.26);
  margin-top: -80px;
}
.testi-box .round i {
  font-size: 26px;
  color: #fa8b58;
}

.slide-top img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide-top .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #FF7537 !important;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.slide-top .owl-nav button.owl-prev {
  left: -20px;
}
.slide-top .owl-nav button.owl-next {
  right: -16px;
}
.slide-top .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.slide-top .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.slide-top .owl-dots button.owl-dot.active {
  background-color: #000;
}
.slide-top .owl-dots button.owl-dot:focus {
  outline: none;
}
.slide-top .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #FF7537 !important;
}
.slide-top span {
  font-size: 70px;
  position: relative;
  top: -5px;
}
.slide-top .owl-nav button:focus {
  outline: none;
}
.slide-top .owl-item {
  height: 180px !important; /* Adjust this value as needed */
  display: flex;
}
.slide-top .item {
  width: 100%;
}
.slide-top .bg {
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
}
.slide-top .bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(255, 117, 55);
  background: linear-gradient(180deg, rgba(255, 117, 55, 0.3505777311) 0%, rgba(255, 117, 55, 0.3673844538) 10%, rgb(10, 30, 68) 100%);
}
.slide-top .bg h4 {
  position: absolute;
  z-index: 1019;
  bottom: 0px;
  color: #ffffff;
  padding: 10px;
  font-size: 20px;
}

.media-wrp {
  max-width: 100%;
  margin: auto;
  border: 1px solid #AEAEAE;
  /* Add padding BETWEEN each column */
  /* Create three equal columns that floats next to each other */
  /* Clear floats after rows */
  /* Content */
  /* The "show" class is added to the filtered elements */
  /* Style the buttons */
}
.media-wrp h3 {
  font-size: 26px;
}
.media-wrp .wrp-hd-box {
  background-color: #F3F2F2;
  padding: 10px;
  overflow-X: auto;
  overflow-Y: visible;
  width: 100%;
  display: block;
  white-space: nowrap;
}
.media-wrp .wrp-hd-box .btn {
  border: none;
  outline: none;
  padding: 5px 30px;
  background-color: #0A1E44;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}
.media-wrp .wrp-hd-box .btn:hover {
  background-color: #FF7537;
}
.media-wrp .wrp-hd-box .btn.active {
  background-color: #FF7537;
  color: white;
}
.media-wrp h1 {
  font-size: 50px;
  word-break: break-all;
}
.media-wrp .column {
  display: none; /* Hide all elements by default */
}
.media-wrp .row:after {
  content: "";
  display: table;
  clear: both;
}
.media-wrp .content {
  background-color: white;
  padding: 10px;
}
.media-wrp .show {
  display: block;
}

.view-more {
  position: relative;
}
.view-more::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 30, 68, 0.8);
}
.view-more h5 {
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  top: 50px;
  left: 50px;
  color: #fff;
  text-decoration: underline;
}

.download-btn {
  width: 100%;
  background-color: #FF7537;
  color: #ffffff;
  display: block;
  padding: 13px 20px;
  border-radius: 6px;
  font-size: 26px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
}
.download-btn:hover {
  background-color: #0A1E44;
}

.testimonials-box {
  border: 1px #C0C0C0 solid;
  border-radius: 3px;
  padding: 0px;
  /** speakers - home **/
  /** owl carousel **/
}
.testimonials-box .hd {
  background-color: #F3F2F2;
  padding: 10px;
  border-bottom: 1px #C0C0C0 solid;
}
.testimonials-box .hd h3 {
  font-size: 26px;
  text-align: center;
}
.testimonials-box .body {
  padding: 20px;
}
.testimonials-box .testimonials-container {
  background: #fff;
  padding: 0.5rem 0rem 0.5rem 0rem;
}
.testimonials-box p {
  text-align: center;
}
.testimonials-box .carousel-wrap {
  margin: 0 auto;
  padding: 0 0;
  width: 100%;
  position: relative;
}
.testimonials-box .owl-carousel .item {
  position: relative;
  /* fix blank or flashing items on carousel */
  z-index: 100;
  /* fix blank or flashing items on carousel */
  -webkit-backface-visibility: hidden;
  /* fix blank or flashing items on carousel */
  height: auto;
  text-align: left;
}
.testimonials-box .owl-carousel .item a {
  font-weight: 300;
}
.testimonials-box .owl-dots {
  text-align: center;
}
.testimonials-box .owl-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #000 !important;
  margin: 0.5rem 0.25rem;
  border-radius: 99rem;
  border: 2px solid red;
}
.testimonials-box .owl-dot.active {
  background: #FF7537 !important;
}

.follow-box {
  border: 1px #C0C0C0 solid;
  border-radius: 3px;
  padding: 20px;
}
.follow-box h3 {
  font-size: 26px;
}
.follow-box ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.follow-box ul li {
  display: inline-flex;
  margin-right: 10px;
}
.follow-box ul li a i {
  background-color: #0A1E44;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  border-radius: 3px;
}
.follow-box ul li a i img {
  width: auto;
  height: 18px;
}
.follow-box ul li a i:hover {
  background-color: #FF7537;
}

.top-btm-space {
  padding: 80px 0px 80px 0px;
}

.lightboxpreview {
  transition: all 0.3s linear;
  padding-top: 60%;
  cursor: pointer;
  background-size: cover;
}

.lightbox-content {
  max-height: 75vh;
  height: 75vh;
  width: 100%;
  max-width: 1000px;
}

.lightbox-close {
  cursor: pointer;
  margin-left: auto;
  position: absolute;
  right: -30px;
  top: -30px;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.modal_inner_image {
  min-height: 400px;
  z-index: 1000;
}

.modal-content {
  width: 100%;
}

.modalscale {
  transform: scale(0);
  opacity: 0;
}

.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled {
  transition: all 0.4s ease-in-out;
}

.lightbox_img_wrap {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}

.lightbox-enabled:hover {
  transform: scale(1.1);
}

.lightbox-enabled {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.lightbox-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  z-index: 9999999 !important;
}

.lightbox-container.active {
  opacity: 1;
  pointer-events: all;
}

.lightbox-image-wrapper {
  display: flex;
  transform: scale(0);
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
}

.lightbox-container.active .lightbox-image-wrapper {
  transform: scale(1);
}

.lightbox-btn, #close {
  color: white;
  z-index: 9999999;
  cursor: pointer;
  position: absolute;
  font-size: 50px;
}

.lightbox-btn:focus {
  outline: none;
}

.left {
  left: 50px;
}

.right {
  right: 50px;
}

#close {
  top: 50px;
  right: 50px;
}

.lightbox-image {
  width: 100%;
  box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  max-height: 95vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes slideleft {
  33% {
    transform: translateX(-300px);
    opacity: 0;
  }
  66% {
    transform: translateX(300px);
    opacity: 0;
  }
}
.slideleft {
  animation-name: slideleft;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}

@keyframes slideright {
  33% {
    transform: translateX(300px);
    opacity: 0;
  }
  66% {
    transform: translateX(-300px);
    opacity: 0;
  }
}
.slideright {
  animation-name: slideright;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}

.active > .page-link, .page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: #ff7537;
  border-color: #ff7537;
}

.page-link {
  color: #000000;
}

.page-link:hover {
  color: #ff7537;
}

.bottomMenu {
  position: fixed;
  top: 62px;
  color: white;
  width: 100%;
  background: #FF7537;
  z-index: 9;
  transition: all 0.5s;
}
.bottomMenu .bg-body-tertiary {
  background: #FF7537 !important;
  padding: 0px;
}
.bottomMenu .nav-link {
  font-family: "Outfit", sans-serif;
  color: white;
  font-size: 18px;
  font-weight: 500;
  padding-right: 40px !important;
  padding-left: 40px !important;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
}
.bottomMenu .nav-link:last-child {
  border-right: none;
}
.bottomMenu .nav-link .normal-div {
  float: left;
}
.bottomMenu .nav-link .normal-div i img {
  width: 35px !important;
  margin-right: 10px;
}
.bottomMenu .nav-link .hover-div {
  float: left;
  display: none;
}
.bottomMenu .nav-link .hover-div i img {
  width: 35px !important;
  margin-right: 10px;
}
.bottomMenu .nav-link:hover {
  color: #000000;
}
.bottomMenu .nav-link:hover .hover-div {
  display: block;
}
.bottomMenu .nav-link:hover .normal-div {
  display: none;
}

.hide {
  opacity: 0;
}

.show {
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .bottomMenu .nav-link {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.stars i {
  color: #F09000;
}

.patient-div i img {
  width: 80px;
  height: 80px;
}

#carousel-2 .owl-nav.disabled {
  display: block !important;
}

.modal {
  z-index: 999999;
}

.happy-clients {
  width: 100%;
  background-color: #0a1e44;
  padding: 20px;
  border-radius: 3px;
}
.happy-clients h2 {
  color: #FFFFFF !important;
  text-align: center;
  font-size: 30px;
}
.happy-clients h4 {
  color: #FFFFFF !important;
  text-align: center;
  font-size: 18px;
}

/*Button*/
.to-top {
  position: fixed;
  display: inline-block;
  bottom: 100px;
  right: 40px;
  font-size: 1.5rem;
  background: #FF7537;
  padding: 1rem;
  border-radius: 6px;
  display: none;
  z-index: 999;
}

.to-top:hover {
  background: #0A1E44;
}

.scroll i {
  color: #fff;
}

.counter-box {
  display: block;
  background: #ffffff;
  padding: 10px 20px 15px 37px;
  text-align: center;
}

.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #909090;
  font-size: 18px;
  font-weight: 500;
}

.counter-box i {
  font-size: 60px;
  margin: 0 0 15px;
  color: #d2d2d2;
}

.counter {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  color: #666;
  line-height: 28px;
}

.counter-box.colored {
  background: #FF7537;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
  color: #fff;
}

.counter-box.colored p {
  color: #fff !important;
  font-size: 18px !important;
}

.counter-box.colored .plus {
  font-weight: 800;
  font-size: 36px;
  display: inline-block;
  color: #ffffff;
}

.plus-dark {
  font-weight: 800;
  font-size: 36px;
  display: inline-block;
  color: #ff7537;
}

.about-content .card {
  border-radius: 0px !important;
  border-color: #FF9800 !important;
  display: flex;
  height: 100%;
}

.color-new {
  color: #000000;
}

.about-inner .img {
  position: sticky;
  top: 10px;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-radius: 0px !important;
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-radius: 0px !important;
}

.bi-whatsapp {
  color: #4CCA5C;
  font-size: 18px;
}

.sticky-new {
  position: sticky;
  top: 60px;
}

.top-one, .top-two {
  margin-top: -50px;
}

.privacy nav.main > .tab {
  width: 190px;
}

/* Forum Style : Start */
.forum-main-div .forum-input-div {
  padding: 25px;
  border: 1px dotted #FF7537;
  border-radius: 15px;
}

.forum-main-div .forum-item {
  padding: 20px;
  border-bottom: 1px solid #FF7537;
}

.forum-main-div .forum-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.forum-main-div .forum-item-header h6 {
  margin: 0;
}

.forum-main-div .forum-item-files a {
  background-color: #FF7537;
  padding: 5px 15px;
  color: #ffffff;
  border-radius: 3px;
  transition: 0.5s;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
}

/* Forum Style : End */
/* Loader Style : Start /*
/* Style for the overlay */
.spinecare-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  visibility: hidden;
}

/* Style for the spinner */
.spinecare-spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #FF7537;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

/* Spinner animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Loader Style : End /*

/*  
.open-button {
    margin: 10px;
    width: 200px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    background-color: #fcc891;
    cursor: pointer;
  }

  .open-button:hover {
    color: #ffffff;
    background-color: #ed7e07;
    box-shadow: 0 5px 5px #cccccc;
  }


  .modeless,
  .modal {
    width: 100%;
    max-width:100%;
    padding: 0;
    border: none;
    box-shadow: #595959 2px 2px 5px 2px;
  }


  .modal::backdrop {
    background-color: #12121290;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px); 
  }

  .dialog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 10px 0 10px;
    margin-bottom: 30px;
    color: #ffffff;
    background-color: #0d7df5;
  }

  .dialog-header p {
    font-size: 15px;
  }


  .close-button {
    width: 40px;
    height: 40px;
    font-size: 15px;
    font-weight: bold;
    margin-left: auto;
    background-color: #e6e6e6;
    cursor: pointer;
    border: none;
    border-radius: 20px;
  }

  .close-button:hover {
    color: #ffffff;
    font-weight: bold;
    background-color: #ed7e07;
  }

  .title {
    font-size: 30pxe;
    margin: 20px;
  }

  .message {
    font-size: 18px;
    margin: 30px 20px;
  }
  *//*# sourceMappingURL=style.css.map */