@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/*font-family: 'Jost', sans-serif; Regular 400   Medium 500     SemiBold 600     Bold 700 */
/* font-family: 'Inter', sans-serif; Regular 400   Medium 500    SemiBold 600     Bold 700  */
/*.filedsbusiness-body [class*="col-md-4"] {margin-bottom: 30px;}*/



img {
  max-width: 100%;
  height: auto;
}

a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

h1 {
  font-size: 36px;
  color: #333333;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-family: 'Jost', sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 32px;
  color: #333333;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-family: 'Jost', sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 30px;
  color: #333333;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-family: 'Jost', sans-serif;
  font-weight: 700;
}

h4 {
  font-size: 24px;
  color: #333333;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-family: 'Jost', sans-serif;
  font-weight: 700;
}

h5 {
  font-size: 20px;
  color: #333333;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-family: 'Jost', sans-serif;
  font-weight: 700;
}

h6 {
  font-size: 18px;
  color: #333333;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-family: 'Jost', sans-serif;
  font-weight: 700;
}

h2 span {
  color: #e82e2e;
}


.spacer1px {
  clear: both;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  height: 1px;
  background: none;
  margin: 0px 0px 0px 0px;
  width: 100%;
  border: none;
}

.spacer10px {
  clear: both;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  height: 10px;
  background: none;
  margin: 0px 0px 0px 0px;
  width: 100%;
  border: none;
}

.contact-information-wrap .single-contact-info-wrap .media.contact_page .icon
{
	background:none !important;
}

.spacer20px {
  clear: both;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  height: 20px;
  background: none;
  margin: 0px 0px 0px 0px;
  width: 100%;
  border: none;
}

.spacer30px {
  clear: both;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  height: 30px;
  background: none;
  margin: 0px 0px 0px 0px;
  width: 100%;
  border: none;
}

body {
  overflow-x: hidden;
  color: #5b5b5b;
  font-size: 16px;
  line-height: 1.6;
  margin: 0px;
  padding: 0px;
  outline: none;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

p {
  color: #363636;
  font-size: 16px;
  line-height: 1.6;
  margin: 0px 0px 20px 0px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {}

.form-control::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7) !important;
  opacity: 1 !important;
}

.form-control::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7) !important;
  opacity: 1 !important;
}

.form-control:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7) !important;
  opacity: 1 !important;
}

.form-control:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7) !important;
  opacity: 1 !important;
}

.space-y-12 .collapsed .arrow-dd{transform: rotate(90deg);}
.space-y-12 li .arrow-dd{transform: rotate(270deg);}

/*.space-y-12 .collapsed svg.h-5.w-5.text-gray-400 {*/
/*    transform: rotate(90deg);*/
/*}*/

/*.space-y-12 li svg.h-5.w-5.text-gray-400 {*/
/*    transform: rotate(270deg);*/
/*}*/


header {
  position: absolute;
  padding: 10px 0px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
}

.head-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo a img {
  width: 190px;
}
.flex.items-center.font-medium {
    color: #c2410c;
}

/*.accordion svg{transition:0.5s ease;}*/
/*.accordion.is-active li:not(collapsed) svg{transform:rotate(90deg);}*/
/* ////////// Header Section ///////////// */
.fc-contact-info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #b5babd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.fc-contact ul li {
  display: inline-block;
  padding-right: 30px;
}
.pnoe-sec{  
    border: 1px solid #be1f2e;
    padding: 10px !important;
    border-radius: 10px; 
    transition:all .5s ease;
	filter: brightness(0) invert(1)
}
.pnoe-sec:hover{ background: #ffffff;
    filter: invert(0);}
.fixedhead .pnoe-sec {filter: brightness(0) invert(0) !important;}
.fc-contact ul li:nth-last-child(1) {
  padding-right: 0;
}
.fc-contact ul li a,
.fc-social ul li a {
  color: #fff;
}

.fc-contact ul li a:hover,
.fc-social ul li a:hover {
  color: #003658;
}

.fc-social ul li {
  display: inline-block;
  padding-right: 15px;
}

.fc-social ul li:nth-last-child(1) {
  padding-right: 0;
}


.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fc-contact ul li a i {
  margin-right: 5px;
  font-size: 15px;
}

.fc-contact ul li a span {
  font-size: 14px;
}

.fc-contact ul li a:hover {
  text-decoration: underline;
}


/* //////// Banner Section ///////////// */
.fc-item-banner {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fc-item-banner:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

    inset: 0;
    background: rgba(8,25,43,0.65);   /* Adjust 0.65-0.8 */

	
}


.fc-item-content {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.fc-banner-text h1 {
  color: #fff;
  font-size: 55px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  font-family: 'Jost';
  margin: 0;
}

.fc-banner-text p {

  font-size: 28px;
  font-weight: 500;
  font-family: 'Jost';
	color:#fff !important;
	text-shadow:
  0 2px 4px rgba(0, 0, 0, 0.4),
  0 4px 12px rgba(0, 0, 0, 0.25);
}

.fc-banner .owl-dots {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 50%;
    display: flex;
    align-items: self-end;
    flex-direction: column;
    margin-right: 10px;
}

.fc-banner .owl-dot {
  border: 0px solid #F1F3F4 !important;
  background-color: rgb(255 255 255 / 97%);
  height: 33px !important;
  margin: 5px !important;
  width: 4px !important;
  padding: 0;
}

/* ////// About Us ///////// */
.ab-img-box {
  position: relative;
}

.ab-img-box .ab-dot {
  position: absolute;
  top: -34px;
  right: 20px
}

.ab-img-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ab-img-item .image-1 {
  position: relative;
  margin-right: 30px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.ab-img-item .image-1 img,
.ab-img-item .image-2 img {
  border-radius: 5px;
}

.ab-img-item .image-2 {
  position: absolute;
  bottom: -100px;
  width: 310px;
  right: 0;
}

.ab-img-item .image-1 img {
  width: 350px;
}

.ab-content h2 {
  font-size: 37px;
  color: #0c4365;
}

/*.ab-content>p {*/
/*margin-bottom: 48px;*/
/*}*/

.condition-treat>p {
  border-radius: 5px;
padding: 21px;
background: #114464f7;
color: #fff;
text-transform: capitalize;
font-size: 21px;
}

.condition-treat {
    position: relative;
}

.arr-tp {
    position: absolute;
    right: 0;
}

.arr-tp img {
  width:246px
}

.why-big-img img {
    width: 100%;
}

.ex-cer {
  display: flex;
  text-align: center;
}

.cer-year {
  padding: 20px 40px;
  border-radius: 10px;
}

.bg-ab {
  background: #fff;
  box-shadow: 0 0 25px #e4e4e4;
}

.count {
  font-size: 31px;
  font-weight: 700;
  display: block;
  color: #0c4365;
}

.cer-year p {
  margin: 0;
  color: #0c4365;
  font-weight: 500;
}


/* //////// Services ///////// */
.service-box {
  background: #fff;
  position: relative;
  padding: 0px 25px 90px;
  border-radius: 6px;
  height: 100%;
}

.service-box img {
   width: 100%;
    margin-top: 0;
    border-radius: 5px;
}

.service-content {
   text-align: center;
    padding: 10px 20px 10px;
    margin-top: 20px;
}

.service-content h4 {
  color: #0c4365;
  margin: 0 0 6px;
  font-size: 27px;
}

.service-content p {
  color: #3f3f3f;
  margin: 0;
}

.service-box a {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
}


/* /////////// why Section  ////////////// */
.why-sec {
  position: relative;
}

.why-sec .shape1 {
  position: absolute;
  left: -40px;
  top: -40px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
  filter: invert(1);
}

.why-content-box p,
.why-content-box h2 {
  color: #fff;
}

.why-content-box h2 {
  font-size: 40px;
}

.why-list-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));
}

.why-list-item {
  display: flex;
  align-items: self-start;
  gap: 15px;
}

.why-list-item img {
  width: 50px;
  filter: invert(1);
}

.why-list-content h6 {
  color: #fff;
  font-size: 16px;
  margin: 0 0 6px;
  text-transform: uppercase;
  font-family: 'Inter';
}

.why-list-content p {
  color: #bfbfbf;
  font-size: 14px;
}

/*.why-big-img {*/
/*  margin-right: -200px;*/
/*}*/


/* ///////// Service section 2 //////// */
.title h1 {
  text-align: center;
  margin: 0;
  color: #0b4365;
  line-height: 40px;
}

.service2-sec .row .cf-p-0 {
  padding: 0;
}

.service2-content {
  text-align: center;
  max-width: 550px;
  margin: auto;
}

.service2-content h3 {
  color: #0b4365;
  margin: 0 0 10px;
}

.service2-content p {
  color: #464646;
}

.service2-content a {
  color: #e82e2e;
  text-transform: uppercase;
}

.service2-content a i {
  padding-left: 5px;
}

.service2-sec .row {
  position: relative;
}

.service2-sec {
  position: relative;
}

.shape2 {
  position: absolute;
  bottom: 0;
}

.shape3 {
  position: absolute;
  right: 0;
  top: 0;
}


/* /////////////// Client Feedback ////////////// */
.client-sec {
  background: url(./images/shape-6.png);
  background-repeat: no-repeat;
  background-size: 60% 60%;
  background-position: center;
}

.facebook-box img {
  margin-bottom: 30px;
  margin-top: 30px;
}

.facebook-box {
  text-align: center;
}

.item-client {
  background: #fff;
  box-shadow: 0 0 11px #f0f0f0;
  border-radius: 5px;
  padding: 50px 30px 15px;
  position: relative;
  text-align: center;
}

.item-client>i {
  position: absolute;
  right: 44px;
  font-size: 80px;
  color: rgb(21 167 255 / 22%);
  top: 19px;
  font-weight: 700;
}

.item-client p {
  color: #272727;
  font-size: 15px;
}

.item-client ul li {
  display: inline-flex;
  color: #ffaf00;
}

.item-client ul {
  margin-bottom: 10px;
}

.item-client h4 {
  margin: 0;
  color: black;
  font-family: 'Inter';
  font-size: 20px;
}

.item-client span {
  color: #424242;
}

.facebook-box .owl-dot {
  border: 0px solid #F1F3F4 !important;
  background-color: rgb(187 187 187);
  width: 15px !important;
  height: 15px !important;
  margin: 5px !important;
  outline: none !important;
  float: left;
  padding: 0;
  border-radius: 50%;
}

.facebook-box .owl-dots {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translate(-50%, -50%);
  display: inline-block;
  right: unset;
}


/* /////////////////// */
.entry-title {
    margin: 15px 0 10px 0;
    font-size: 20px;
    color: #144563;
   
}
.entry-title:hover{ color: #be1f2e;}

/* ////////////// Philosophy Section//////////// */
.philo-sec{
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover !important;
    background-position: center !important;
}

.philo-sec::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(8,25,43,0.65);   /* Adjust 0.65-0.8 */
    z-index: 1;
}

.philo-sec > *{
    position: relative;
    z-index: 2;
}
.philo-sec * {
    position: relative;
    z-index: 2;
}
.philo-content {
  max-width: 740px;
  margin: auto;
  padding: 100px 0;
}

.philo-content h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Inter';
  font-size: 37px;
  margin: 0 0 10px;
}

.philo-content p {
  color: #fff;
}

/* ////////// Contact Form //////////// */
.contact-content-box h1 {
  color: #0b4365;
  line-height: 40px;
}

.contact-info-btm {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}

.cnt-info-btm {
  display: flex;
  align-items: center;
}

.cnt-info-btm span {
  width: 50px;
  height: 50px;
  background: #f5f3ee;
  text-align: center;
  line-height: 50px;
  display: block;
  border-radius: 5px;
  color: #e0191e;
  margin-right: 15px;
}

.cnt-content p {
  color: #818181;
  margin: 0;
}

.cnt-content a {
  color: #000;
  font-size: 19px;
  font-weight: 500;
}

.con-form {
  background: #0b4365;
  padding: 35px 38px;
/*   margin-top: -111px; */
}

.con-form input.form-control,
.con-form .form-select {
  padding: 20px 35px 20px 15px;
  height: 60px;
  border-radius: 0;
}

.con-form textarea.form-control {
  border-radius: 0;
}

.footer-top-box h6 {
  font-size: 20px;
  font-family: 'Inter';
  position: relative;
  color: #fff;
}

.footer-top-box h6:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 64px;
  height: 2px;
  content: '';
  background: #be1f2e;
}

.footer-top-boxsignup {
  position: relative;
}

.footer-top-boxsignup input {
  height: 57px;
}
.font-blod{font-weight: 700;}
.footer-top-boxsignup button {
  position: absolute;
  top: 4px;
  right: 4px;
  background: #be1f2e;
  color: #fff;
  padding: 12px 20px;
}

.footer-top-boxsignup button:hover {
  background: #001f32;
}

.dontshow {
  visibility: hidden;
}

.footer-top-box p {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}

.footer-top-box ul li a {
  font-size: 14px;
  padding-bottom: 9px;
  display: block;
  color: #fff;
}

.footer-top-boxaddress {
  margin-top: 15px;
}

.footer-top-boxaddress li {
  position: relative;
  padding-left: 28px;
  padding-bottom: 10px;
  color: #fff;
}
.fc-footer-social li a {
  color: #fff;
}
.fc-footer-social li a:hover {
  color: #be1f2e;
}

.footer-top-boxaddress li i {
  position: absolute;
  left: 0;
  top: 4px;
}

.fc-footer-social li {
  display: inline-block;
  padding-right: 10px;
}

.footer-top-box ul li a:hover {
  color: #be1f2e;
}



/* ///////////// */
.page-title {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}

.page-title h2 {
  font-size: 32px;
  color: #333333;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  text-transform: uppercase;
}

.page-title h2 span {
  color: #e82e2e;
  margin: 0px 0px 10px 0px;
}

.page-title h6 {
  color: #e82e2e;
  margin: 0px 0px 5px 0px;
}

.page-title p {
  color: rgba(51, 51, 51, 0.6)
}


/* ////////// Padding ///////////// */
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* ////////// Color /////////// */
.cl-red {
  color: #e82e2e;
}

.bg-gray {
  background: #f0f3f9;
}

.bg-why {
  background: #0b4365;
}

span.rpwwt-post-title {
  color: #0468fd;
  font-weight: bold;
}

span.rpwwt-post-title:hover {
  color: #be1f2e;
}

h2.widget-title {
  border-bottom: 1px solid gray;
  border-top: 0;
  padding-bottom: 10px;
  color: #144563;
}

h1.feed-head {
    background: linear-gradient(to right, #b71d8e 0%, #fd8959 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 54px;
}   

.avia_textblock p a {
    color: #be1f2e;
}


/* /////////// Keyframe Animation ///////// */
.imgcr-1 {
  animation-name: float_up_down;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float_up_down;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

@keyframes float_up_down {
  0% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/*==================== About =====================*/

.fc-bannerinner {}

.fc-bannerinner .fc-item-banner {
  height: 450px;
}

.header-sticky.innerheader {
  background-color: #fff;
  box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 8%);
}

.header-sticky.innerheader .fc-contact ul li a,
.header-sticky.innerheader .fc-social ul li a {
  color: #5b5b5b;
}

.header-sticky.innerheader #cssmenu>ul>li>a {
  color: #444;
}

.header-sticky.innerheader #cssmenu>ul>li.active>a {
  color: #be1f2e;
}

.fc-bannerinner .fc-banner-text {
  padding-top: 50px;
}

.image-1.m-0.full img {
  width: 100%;
}

.photo-gallery-main {
  position: relative;
  padding: 60px 0px;
  background-color: #f0f3f9;
}

.photogallery-frame {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.phootgallery-box {
  border: 5px solid #fff;
  box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 8%);
  overflow: hidden;
}

.phootgallery-box img {
  width: 100%;
  transition: 0.5s all ease-in-out;
}

.phootgallery-box:hover img {
  transform: scale(1.2);
}

.accepted-insurance {
  background: #f0f3f9;
}

.accepted-insurance-bg {
  background: url("../images/pics5.jpg") no-repeat center;
  background-size: cover;
  min-height: 300px;
}

.accepted-insurance-right {
  position: relative;
  padding: 40px 15px 0px;
}
.accepted-insurance-right ul{
    column-count: 3;
}

.accepted-insurance-right h1 {
  color: #0b4365;
}

.accepted-insurance-right li {
  position: relative;
  padding: 0px 0px 10px 0px;
  color: #333;
  background: url("../images/checkmark.png") no-repeat left 3px;
  font-size: 15px;
}
.clg-inner{    text-align: center;
    padding: 25px 0;}
.clg-inner-btn{    margin-top: 35px;}
.clg-inner-btn a{
    color: #2888d6;
    padding: 14px 30px;
    border: 1px solid #2888d6;
    border-radius: 10px;
    font-weight: 600;
}
.clg-inner-btn a:hover{color: #ffffff; background: #2888d6;}
/*==================== Contact =====================*/

.single-input-inner {
  margin-bottom: 24px;
  position: relative;
}

.single-input-inner label {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0px;
  position: absolute;
  top: 0;
  left: 20px;
  height: 60px;
  line-height: 60px;
}

.single-select-inner .single-select {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 0 !important;
  border-radius: 0px;
  font-size: 14px;
  background: rgba(8, 12, 36, 0.06);
  padding: 0 30px 0 40px;
}

.single-input-inner textarea {
  width: 100%;
  border: 0;
  height: 160px;
  border-radius: 0px;
  padding: 17px 40px;
  background: rgba(8, 12, 36, 0.06);
  margin-bottom: -8px;
}

.single-input-inner input {
  width: 100%;
  height: 60px;
  border: 0;
  border-radius: 0px;
  padding: 0 40px;
  font-size: 14px;
  background: rgba(8, 12, 36, 0.06);
}

.contact-area {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 50px rgba(8, 12, 36, 0.08);
  box-shadow: 0px 10px 50px rgba(8, 12, 36, 0.08);
  padding: 30px;
}

.contact-area .contact-form {
  padding: 29px 40px 40px;
}

.contact-area .contact-form h3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 35px;
}

.contact-information-wrap {
  background: #0c4365;
  padding: 29px 40px 40px;
}

.contact-information-wrap h3 {
  margin-bottom: 20px;
  color: #fff;
}

.contact-information-wrap .single-contact-info-wrap {
  background: #fff;
  border-radius: 5px;
  padding: 23px 30px 27px;
  margin-bottom: 24px;
}

.contact-information-wrap .single-contact-info-wrap h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 9px;
}

.contact-information-wrap .single-contact-info-wrap .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-information-wrap .single-contact-info-wrap .media .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  font-size: 20px;
  background: #be1f2e !important;
}

.contact-information-wrap .single-contact-info-wrap .media p {
  line-height: 26px;
  margin-bottom: 0;
}

.contact-g-map {
  margin-bottom: -11px;
}

.contact-g-map iframe {
  line-height: 1 !important;
  border: 0;
  width: 100%;
  height: 600px;
}

.contact-notice p {
  margin: 0px;
  font-size: 14px;
  font-style: italic;
  color: #fff;
}

.contact-notice {
  position: relative;
  background: #0c4365;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
}

.menu-box .btn-one {
  text-transform: uppercase;
}

.service-bg-big {
  min-height: 400px;
}

.ab-content.service-contentarea {
  padding: 50px;
  text-align: left;
}

.ab-content.service-contentarea h2 {
  line-height: 1.1;
}

.service2-img img {
  width: 100%;
}

.service2-sec.service-bg {
  background: #fbfbfb;
}

.service2-img .owl-prev {
  left: 20px !important;
  display: none;
}

.service2-img .owl-next {
  right: 20px !important;
  display: none;
}

.modal-cont {
    height: 265px;
    overflow-y: scroll;
}
.modal-cont::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.modal-cont::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.modal-cont::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}

.service2-img:hover .owl-prev {
  display: block;
}

.service2-img:hover .owl-next {
  display: block;
}


.training-service-footer {
  background: #0b4365;
  position: relative;
  padding: 60px 0px 120px;
  text-align: center;
}

.training-service-footer:after {
  background: url("../images/shape-6.png") no-repeat left top;
  background-size: cover;
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 500px;
  height: 200px;
  opacity: 0.1;
}

.training-service-footer h2 {
  color: #fff;
  margin-bottom: 10px;
}

.training-service-footer p {
  color: #fff;
}

.training-service-footer2wh {
  background: #fff;
  border-radius: 5px;
  padding: 40px;
  position: relative;
  margin-top: -100px;
  box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 8%);
}

.training-service-footer2wh li {
  position: relative;
  padding: 0px 0px 10px 30px;
  color: #333;
  background: url("../images/checkmark.png") no-repeat left 3px;
}


/*==================== Footer =====================*/



.footer-top {
  background-color: #001f32;
  position: relative;
  padding: 60px 0px;
  
}

.footer-btm {
  background-color: #001623;
  position: relative;
  padding: 15px 0px;
  font-size: 14px;
  border-top: 1px solid #2c4556;
  text-align: center;
  color: #fff;
}
.footer-url:hover {
  color: #be1f2e;
}

/*==================== Fixed Head =====================*/

.fixedhead {
  position: fixed;
  top: 0px;
  animation: slide-down 0.7s;
  opacity: 1;
  width: 100%;
  background: rgba(255, 255, 255, 0.95) !important;
  z-index: 999;
  left: 0px;
  padding: 10px 0px;
  box-shadow: 0 2px 14px 0 rgb(0 0 0 / 10%)
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}

.header-sticky.fixedhead {
  background-color: #fff;
  box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 8%);
}

.header-sticky.fixedhead .fc-contact ul li a,
.header-sticky.fixedhead .fc-social ul li a {
  color: #5b5b5b;
}

.header-sticky.fixedhead #cssmenu>ul>li>a {
  color: #444;
}

.header-sticky.fixedhead #cssmenu>ul>li.active>a {
  color: #be1f2e;
}

.nutrition-service-white {
  background: #fff;
  border-radius: 5px;
  position: relative;
  margin-top: -100px;
  margin-bottom: 30px;
}

.nutrition-service-white p {
  padding: 15px;
  margin: 0px;
  color: #333;
  font-weight: 600;
}

.nutrition-service-white img {
  border-radius: 5px 5px 0px 0px;
}


.youtubevideo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.youtubevideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img.radius5 {
  border-radius: 5px;
}

.therapy-service-main {
  background: #f0f3f9;
  position: relative;
  padding: 60px 0px;
}

/* .therapy-service{ position: relative; padding: 15px; background: #fff; border-radius: 5px;box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 8%); height: 100%;} */
.therapy-service {
    background: #fff;
    height: 100%;
    border-radius: 10px;
    padding-bottom: 25px;
}

.therapy-service-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.therapy-service-pics {
  height: 240px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.therapy-service-pics figure a img {
  height: 200px !important;
  object-fit: cover;
  display: block;
}

.therapy-service-pics figure {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.therapy-service-content {
    padding: 25px;
    height: max-content;
    overflow: hidden;
}

.therapy-service-content h4 {
  line-height: 1.2;
  margin-bottom: 10px;
  color: #0c4365;
}

.therapy-service-content li {
  position: relative;
  padding: 0px 0px 10px 30px;
  color: #333;
  background: url("./images/checkmark.png") no-repeat left 3px;
}

.therapy-service-pics span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: #e82e2e;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  color: #fff;
  font-size: 26px;
}

.therapy-service-main [class*="col-lg-4"] {
  margin-bottom: 30px;
}

.therapy-service img {
  width: 100%;
  transition: 0.5s all ease-in-out;
  object-fit: cover;
}

.therapy-service:hover img {
  transform: scale(1.2);
}

/* .therapy-service:hover{box-shadow: 0px 3px 30px 0px rgb(0 0 0 / 18%);} */

.therapy-service-pics img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover !important;
}

.therapy-service-main [class*="col-lg-6"] {
  margin-bottom: 30px;
}

/* ///////// Sinu CSS ////////// */
#sidebar .widget {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid gray;
  border-top: 1px solid gray;
  border-bottom-left-radius: 1px solid gray;
  /* border-left: 1px solid gray;
  border-right: 1px solid gray; */
}

#sidebar .widget .wp-block-search__inside-wrapper {
  position: relative;
}

#sidebar .widget .wp-block-search__inside-wrapper button {
  position: absolute;
  max-width: max-content;
  height: 44px;
  border-radius: 5px;
  background: #144563;
  display: inline-block;
  padding: 0 19px;
  right: 0;
  color: #fff;
  top: -1px;
}

#sidebar .widget .wp-block-search__input {
  border-radius: 5px;
}

#sidebar .wp-block-heading {
  border-bottom: 1px solid gray;
  border-top: 0;
  padding-bottom: 10px;
  color: #144563;
}

#sidebar .wp-block-latest-posts__post-title:hover {
  color: #be1f2e;
}


.btn-nxt-prev {
  background: #be1f2e;
  padding: 10px 20px;
  border-radius: 22px;
  color: #fff;
  display: inline-block;
  transition: all 0.5s ease;
  text-align: center;
  font-size: 13px;
}

/* div#sidebar {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 25px rgb(161 161 161 / 21%);
  margin-left: 25px;
} */
/* .nav-next {
  position: absolute;
  top: 50%;
  right: 20px;
}
.nav-previous {
  position: absolute;
  top: 50%;
  left: 20px;
} */

/* .col-lg-8.main-box {
  padding: 25px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 25px rgb(161 161 161 / 21%);
} */
p:empty {
  display: none;
}

.main-box .therapy-service-pics {
  height: auto;
}

.wp-block-latest-comments__comment-link {
  color: #464444;
}

.wp-block-latest-comments__comment-author {
  color: #161515;
}

span.cat-links a {
  color: #be1f2e;
}

.btn-nxt-prev {
  cursor: pointer;
}

.btn-nxt-prev a {
  display: flex;
  gap: 5px;
  align-items: center;
}

.btn-nxt-prev:hover {
  background: #1d2327;
}

.btn-nxt-prev:hover a {
  color: #fff;
}

.btn-nxt-prev a:hover {
  color: #fff;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

.wp-block-archives li a:hover {
  color: #be1f2e;
}

.cat-item a:hover {
  color: #be1f2e;
}



/*==================== Btn =====================*/
.btn-one {
  background: #be1f2e;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  transition: all 0.5s ease;
  text-align: center;
  font-size: 15px;
}

.btn-one:hover {
  background: #0c4365;
  color: #fff;
}

.btn-one i {
  padding: 0 8px;
}

.btn-two {
  border: 1px solid #e82e2e;
  padding: 8px 15px;
  color: #e82e2e;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.btn-two:hover {
  background: #0c4365;
  border-color: #0c4365;
  color: #fff;
}

.btn-two i {
  padding: 0 8px;
}


.btn-three {
  background: #be1f2e;
  color: #fff;
  padding: 15px 20px;
  display: inline-block;
  border: 1px solid #be1f2e;
}

.btn-three:hover {
  background-color: transparent;
  border-color: #be1f2e;
  color: #fff;
}


.btn-style-one {
  color: #fff;
  text-align: center;
  border: 0px solid #7DC18C;
  padding: 10px 20px;
  background: #DD2C2C;
  transition: 0.5s ease-in-out;
  display: inline-block;
  border-radius: 5px;
}

.btn-style-one:hover {
  background: #333333;
  color: #fff;
}



.btn-four {
  background: #be1f2e;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  transition: all 0.5s ease;
  text-align: center;
  font-size: 15px;
}

.btn-four:hover {
  background: #0c4365;
  color: #fff;
}

.btn-four i {
  padding: 0 8px;
}

.btn-home-banner {
/*   background: transparent; */
	  background: #be1f2e;
  padding: 10px 20px;
  /* border-radius: 4px; */
  color: #fff;
  display: inline-block;
  transition: all 0.5s ease;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #be1f2e;
}

.menu-box .btn-home-banner {
  text-transform: uppercase;
}

.btn-home-banner:hover {
  background: #be1f2e;
  color: #fff;
}

.btn-home-banner i {
  padding: 0 8px;
}

.menu-box .btn-home-banner {
  padding: 5px 10px;
}


/*==================== schedule =====================*/
.schedule-sec {
  padding: 80px 0 0px;
  background-image: url(./images/moleculer-isolated-background.avif);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.sc-shape {
  position: absolute;
  right: 52px;
  top: -9px;
  background: url(./images/shape.png);
  height: 200px;
  background-size: cover;
  width: 118px;
}

.sc-shape img {
  width: 74px;
  position: absolute;
  right: 19px;
  top: 50%;
}

.schedule-box {
  position: relative;
}

.top-div {
  position: absolute;
  top: -28px;
}

.top-div ul {
  display: flex;
  padding: 0;
}

.top-div ul li {
  list-style-type: circle;
  list-style-position: inside;
  width: 15px;
  height: 60px;
  border-radius: 10px;
  background-image: radial-gradient(white 30%, #ffffffe3 40%, #aca9a9ad 70%);
  margin: 0px 29px;
  display: block;
  position: relative;
  box-shadow: 0px 4px 3px 0px #114464;
}

.schedule-content {
  background: #1b4c6a;
  border-radius: 20px 20px 0 0px;
  padding: 40px 25px 20px 25px;
}

.schedule-content h2 {
  margin: 0;
  color: #fff;
}

.schedule-content p {
  margin: 0;
  color: #fff;
}

.schedule-form.apply {
    box-shadow: 0px 6px 51px #e7e6e6;
}

.schedule-form {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 32px 51px #e7e6e6;
  border-radius: 0 0 20px 20px;
}

.wpcf7-spinner {
  position: absolute;
  right: 25px;
  top: 4px;
}



.multi-button {
    display: flex;
    gap: 10px;
    justify-content: center;
    text-align: center;
    padding-top: 40px;
  
	}

div.field_type-star_rating_field ul.star-rating li {
  float: unset !important;
}





@media only screen and (min-width:1401px) and (max-width:1500px) {}

@media only screen and (min-width:1301px) and (max-width:1400px) {
  h1 {
    font-size: 33px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .page-title h2 {
    font-size: 28px;
  }







}
.award-2026{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-decoration:none;
    max-width:260px;

   
}

.award-2026 img{
    width:180px;
    transition:.3s;
}

.award-2026:hover img{
    transform:scale(1.05);
}

.award-caption{
 
    font-size:10px;
    line-height:1.3;
    text-align:center;
    color:#333;
    font-weight:500;
	 background:#fff;
    border-radius:16px;
    padding:10px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    border:1px solid #e9eef4;
}

.award-caption strong{
    color:#0b5cab;
}
	.fatd-badge-inner{
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    flex-wrap: wrap !important;
	}
.fatd-badge-outer img{
margin-bottom:6px !important}
@media only screen and (min-width:1200px) and (max-width:1300px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .page-title h2 {
    font-size: 22px;
  }


}
.fatd-badge-outer{
    width: max-content !important;
	margin-bottom:20px;
}

.service2-img{
overflow:hidden}
@media only screen and (min-width:992px) and (max-width:1199px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .page-title h2 {
    font-size: 22px;
  }

  .top-div ul li:nth-of-type(1n+8) {
    display: none;
  }





}

@media only screen and (min-width:768px) and (max-width:991px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .page-title h2 {
    font-size: 22px;
  }

  .fc-banner .owl-dots {
    margin-left: 23px;
  }

  .menu {
    display: block;
  }

  .fc-item-banner {
    height: 40vh;
  }

  .ab-img-item .image-2 {
    position: relative;
    bottom: 0;
    width: 100%;
  }

  .ab-img-item .image-1 img {
    width: 100%;
  }

  .service-content {
    padding: 10px 0px 0px;
  }

  .service-content h4 {
    font-size: 18px;
  }

  .service-content p {
    font-size: 13px;
  }

  .service-box {
    padding: 0px 15px 90px;
  }

  .btn-two {
    padding: 6px 5px;
    font-size: 12px;
  }

  .btn-two i {
    padding: 0 0px;
  }

  .service-box {
    padding: 0px 15px 57px;
  }

  .why-sec {
    position: relative;
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .why-big-img {
    margin-right: 0;
  }

  .shape3 {
    width: 150px;
  }

  .shape2 {
    width: 150px;
  }

  .contact-info-btm {
    display: block;
  }

  .fc-social ul li {
    padding-right: 5px;
  }

  .fc-contact ul li {
    padding-right: 10px;
  }

  .sc-shape {
    display: none;
  }

  .top-div ul li {
    margin: 0px 27px;
  }

  .top-div ul li:nth-of-type(1n+7) {
    display: none;
  }





}

@media only screen and (max-width:767px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .page-title h2 {
    font-size: 22px;
  }

  .logo a img {
    width: 120px;
  }

  .menu {
    display: block;
  }

  .fc-contact ul li{
    display: none;
  }
	.fc-contact ul li.pnoe-sec {
    display: block;
}

  header {
    background: #ffffffbf;
    position: relative;
  }

  .fc-social ul li a {
    color: #0c4365;
  }

  .menu a {
    position: absolute;
    top: 77px;
    right: 10px;
  }
	.fc-social {
    position: absolute;
    top: 38px;
    left: 50%;
}

  .fc-contact-info {
    margin-bottom: 0px;
    border: navajowhite;
    padding: 0 0 4px;
  }

  .fc-item-banner {
    height: 40vh;
  }

  .fc-banner-text h1 {
    font-size: 27px;
  }
	
.pnoe-sec {
    filter: brightness(0) invert(0);
}

  .fc-banner-text p {
    font-size: 18px;
  }

  .fc-banner .owl-dots {
    right: 0;
    left: unset;
    bottom: 34%;
  }

  .ab-img-item .image-2 {
    bottom: 0px;
    width: 212px;
  }

  .ab-img-item .image-1 {
    margin-right: 50px;

    margin-top: 10px;
    margin-bottom: 80px;
  }

  .ab-img-box .ab-dot {
    right: 2px;
  }

  .ab-content h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .ex-cer {
    display: block;
  }

  .pt-50 {
    padding-top: 20px;
  }

  .bg-gray .row [class*="col-"] {
    margin-bottom: 80px;
  }

  .service-content h4 {
    font-size: 21px;
  }

  .service-box {
    text-align: center;
  }

  .service-content {
    padding: 10px 20px 20px;
  }

  .service-box a {
    position: relative;
    left: unset;
    bottom: unset;
    transform: unset;
  }

  .service-box {
    padding: 15px 25px 23px;
  }

  .bg-gray .row [class*="col-"]:nth-last-child(1) {
    margin-bottom: 0px;
  }

  .why-big-img {
    margin-right: 0;
  }

  .why-sec {
    padding-top: 20px;
    padding-bottom: 16px;
  }

  .service2-sec .row:nth-last-child(1) {
    flex-direction: column-reverse;
  }

  .shape3 {
    width: 143px;
  }

  .shape2 {
    width: 143px;
  }

  .ptb-50 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .service2-content {
    max-width: unset;
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .philo-content h2 {
    font-size: 28px;
  }

  .philo-content p {
    font-size: 13px;
  }

  .philo-sec {
    background-position: 79% center;
  }

  .contact-content-box h1 {
    font-size: 25px;
  }

  .con-form {
    padding: 25px 25px;
  }

  .con-form input.form-control,
  .con-form .form-select {
    padding: 10px 25px 10px 15px;
    height: 49px;
  }

  .ab-img-item .image-1 img {
    width: 100%;
  }

  .accepted-insurance-right {
    padding: 20px 20px;
  }

  .photogallery-frame {
    grid-template-columns: 1fr 1fr;
  }

  .ab-content.service-contentarea {
    padding: 20px;
  }

  .fc-bannerinner .fc-item-banner {
    height: 160px;
  }

  .menu-box .btn-one {
    padding: 5px 10px;
  }

  .nutrition-service-white,
  .training-service-footer.mt-5 {
    margin-top: 0px !important;
  }

  .footer-top-box,
  .footer-top-box {
    margin-bottom: 30px;
  }

  .sc-shape {
    display: none;
  }

  .schedule-img {
    display: none;
  }

  .schedule-sec {
    padding: 80px 0 50px;
  }

  .top-div ul li:nth-of-type(1n+8) {
    display: none;
  }
  .contact-information-wrap .single-contact-info-wrap {padding: 17px 10px 17px;}
   
.contact-information-wrap {padding: 29px 8px 40px;}
.contact-area .contact-form {
  padding: 10px 0px 26px;
}
.contact-information-wrap .single-contact-info-wrap .media p {
  line-height: 26px;
  margin-bottom: 0;
  font-size: 14px;
}
.ab-content>p {
  margin-bottom: 19px;
}
.ab-content {
  margin-bottom: 15px;
}


}

input,
textarea {
  -webkit-user-select: text;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.back-to-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #202E3F;
  position: fixed;
  bottom: 0px;
  right: 0px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  display: none;
  z-index: 999;
}

.back-to-top:hover {
  opacity: .6;
  filter: alpha(opacity=60)
}

.back-to-top:focus,
.back-to-top:hover {
  color: #fff !important
}

button.sub-menu-toggle {
  display: none;
}

.rpwwt-post-author {
  font-weight: bold;
}

.rpwwt-post-categories {
  font-weight: bold;
}

.rpwwt-post-date {
  font-weight: bold;
}

ul.wp-block-archives-list.wp-block-archives {
  font-weight: bold;
}

li.cat-item.cat-item-1 {
  font-weight: bold;
}

.wp-block-search .wp-block-search__label {
  color: #144563;
}

.ortho-image-carousel .owl-prev{
    left: 0px;
}
.ortho-image-carousel .owl-next{
    right: 0px;
}



/*Our Staff*/
body{margin: 0  ;}
    .block-inner{padding: 100px 0;}
    .top_img{position: relative;}
    .top_img::before{content: '';position: absolute;top: 0; left: 0;width: 100%;height: 100%; z-index: 1;background-color: rgba(20,41,50,0.4);}
    .block-banner-inner-container {text-align: center;width: 80%;  margin: 0 auto; color: #fff;position: relative;z-index: 9;}
    .block-title{margin-bottom: 15px;font-size: 60px;}
    .team-men-item{text-align: center; padding: 10px;}
    .team-item-img img{width: 220px; height: 220px;border-radius: 50%;object-fit: cover;
    object-position: top;
}
    .team-mem{padding: 60px 0;}
    .team-item-txt{margin-top: 25px;}
    .team-item-txt h4{ font-size: 16px; line-height: 22px;letter-spacing: 1.5px; color: #1C3E4B;text-transform: uppercase;}
    .team-item-txt h5{    font-family: Georgia,sans-serif;margin-bottom: 25px; font-size: 16px; line-height: 30px;color: #787775;font-weight: 100;}

    .team-modal-dialog{top: 0%;
    margin: 0 auto;
    transform: translate(0%, 5%) !important;
    width: 60%;
    max-width: 70%;}
    .team-modal-body{display: flex; gap: 30px;padding: 10px 30px 60px;}
    .team-mod-left img{width: 200px;height: 200px;border-radius: 50%;object-fit: cover;
    object-position: top;}
    /*.team-mod-left {width: 30%;}*/
    /*.team-mod-right{*/
    /*    flex: 0 0 200px;*/
    /*}*/
    .team-mod-left {
        flex: 0 0 200px;
    }
    .team-mod-text p{font-size: 16px;line-height: 1.6;font-family: 'Inter', sans-serif; font-weight: 400;}
    .team-mod-text h5{color: #838383;font-size: 16px;margin-bottom: 30px;}
    .team-mod-text h4{font-size: 22px; color: #e82e2e;}
    .team-modal-dialog .modal-header{border-bottom: none;}
    .team-modal{background: #1e1e1ec7;}
    .team-career-item{text-align: center;padding: 60px 60px;color: #fff;}
    .team-career-item p{
        color:#fff;
    }
    .team-career{background: #0b4365;    padding: 30px 0;}
    .team-career h2{color:#fff;}
    .team-career-item p{margin: 15px 0 40px;;}

    .btn-two {
        border: 1px solid #e82e2e;
        padding: 8px 15px;
        color: #e82e2e;
        font-size: 14px;
        font-weight: 600;
        white-space: nowrap;
        text-transform: uppercase;text-decoration: none;
        }
    .svg-inline--fa {
        display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
    /*padding-left: 5px;*/
    }
    .btn-two:hover {
        background: #0c4365;
        border-color: #0c4365;
        color: #fff;
    }
     .cruss1{    transform: rotate(45deg);
    position: absolute;
    height: 25px;
    width: 2px;
    background-color: #e82e2e;
    top: 4px;}
    .cruss2{    transform: rotate(315deg);
    position: absolute;
    height: 25px;
    width: 2px;
    background-color: #e82e2e;
    top: 4px;}
    .clj{position: relative; background: unset;}
    
    .team-mod-text::-webkit-scrollbar-track
    {
    	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    	border-radius: 10px;
    	background-color: #F5F5F5;
    }
    
    .team-mod-text::-webkit-scrollbar
    {
    	width: 12px;
    	background-color: #F5F5F5;
    }
    
    .team-mod-text::-webkit-scrollbar-thumb
    {
    	border-radius: 10px;
    	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    	background-color: #D62929;
    }
    .team-mod-text
    {
    	height: 300px;
    	overflow-y: scroll;
    }
    
    .staff-sec {
        padding: 80px 0;
        background-image: url(./images/moleculer-isolated-background.avif);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    .service-box .why-frc img {
        height: 400px;
         object-fit: cover;
        margin-top: -150px;
    }
    /*.metabolic-title {*/
    /*    text-align: center;*/
    /*}*/
    .metabolic-title h2 {
        font-size: 37px;
        color: #0c4365;
        text-align: center;
    }
    @media only screen and (max-width:767px) {
        .team-career-item { padding: 20px 10px;}
        .block-title { font-size: 24px;}
        .block-banner-inner-container { width: 95%;}
        .block-inner {padding: 40px 0;}
        
        
    
    .team-mod-left {
    width: 50%;
    }
    
    .team-mod-right {
        width: 100%;
    }
    
    .team-modal-dialog {
        width: 95%;
        max-width: 95%;
    }
    
    .team-modal-body {
        padding: 10px 15px 60px;
        flex-wrap: wrap;
    }
    
    .team-modal {
        padding: 0;
    }
    }
    
/*     li{
        list-style: disc;
    }
    
    ul{
        padding-left: 15px;
    } */
    
    .video-care{ position:relative; padding: 50px 0px 0;}
.video-care h3{font-weight: 600;}
.ax-team-title {
    text-align: center;
}

.videoWrapper {position: relative;padding-bottom: 56.25%;height: 0;}
.videoWrapper iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.ax-team-line {
    color: #012a4a;
    font-weight: 700;
}
.ax-team-line {
    text-align: center;
    margin: 0;
    color: #0b4365;
    line-height: 40px;
}
.maintainace-page{
     padding:100px 0;
	}

.ab-content h1 {
    font-size: 37px;
    color: #0c4365;
    font-weight: bold;
}

.insurance-logos {
    height: 70px;
    margin-top: 15px;
}
.insurance-logos img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    margin-bottom: 10px;
    padding: 8px;
    /*background: #fff;*/
    border-radius: 5px;
}
.insurance-logos:last-child{
        margin-bottom: 15px
    }
.clg-inner h4{font-size: 32px;
color: #2888d6;}
.clg-inner{    width: 65%;
    margin: 0 auto;}
.clg-inner p{    font-size: 20px;}
/*.ab-content a{ */
/*border: 1px solid red;*/
/*    padding: 10px;*/
/*    border-radius: 10px;}*/

a.pnoe-btn {
    border: 1px solid #be1f2e;
    padding: 10px;
    border-radius: 10px;
    transition: all .5s ease;
}
a.pnoe-btn:hover{background: #be1f2e; }
a.pnoe-btn:hover img{filter: brightness(0) invert(1); }
a.pnoe-btn img{ transition: all .5s ease;}

/*.desktop{*/
/*    display:block;*/
/*}*/
/*.mobile{*/
/*    display:none!important;*/
/*}*/

.single-input-inner p{
    display:flex;
    align-items:center;
}

.single-input-inner .wpcf7-form-control-wrap{
    flex:1;
}

.single-input-inner input{
    width:100%;
}
@media only screen and (max-width: 480px) {
	.fatd-badge-outer{
		width:270px !important
}
	
	.fatd-badge-outer img{
margin-bottom: 0px !important}
	.testimonials{
    display: flex;
		margin-top:20px;
    flex-direction: column;
    gap: 21px;
	}
	.ab-img-box .ab-dot,
	.pnoe-btn,
	.facebook-box img,
	.owl-dots,
    .videoWrapper.desktop{
        display:none !important;
    }

	.ab-img-item .image-1 img{
	  height:280px;
}
	.bg-gray .row [class*="col-"]{
margin-bottom:0 !important
	}
	.our_partner img{
padding: 0 !important
	}
	.ab-img-item .image-2{
height:200px;
		right:-16px
}
    .videoWrapper.mobile{
        display:block;
    }
	.rc-anchor-normal .rc-anchor-checkbox-label,
	.rc-anchor-normal .rc-anchor-content{
width:100% !important}
	.our_partner h1,
	.maintainace-page h1,
	.metabolic-title h2,
	.therapy-service-content h4,
	.ab-content h1,
	.clg-inner h4,
	.training-service-footer h2,
	h3,
	.schedule-content h2,
	.contact-area .contact-form h3,
	.title h1,
	.contact-area .contact-form h3
	{
           font-size:21px !important;
		   line-height: 25px;
   }
	h3{
margin-top:10px }
	.con-form{
margin-top:10px
	}
	.rc-anchor-normal {
width:max-content !important}
	
	.multi-button{
flex-direction:column;
	gap:20px;
	}
		.fatd-badge-inner{
    display: grid !important;
    align-items: center !important;
    gap: 18px !important;
    flex-wrap: wrap !important;
	}
	.maintainace-page{
     padding:30px 10px;
	}
	
	.contact-content-box h1,
	.ax-team-line,
	.why-content-box h2,
	.ab-content h2{
        font-size: 21px;
        line-height: 25px;
        margin-top: 33px;
	}
	.footer-top{
    padding: 23px 0px 0px 0;
	}
	.training-service-footer2wh li{
padding: 0 !important}
	.service2-content p,
	.accepted-insurance-right li,
	.clg-inner-btn,
	p,
	.schedule-content p,
	.btn-one,
	.training-service-footer2wh li,
.therapy-service-content li,
.rc-anchor-center-item rc-anchor-checkbox-label,
	.form-control,
	.contact-information-wrap .single-contact-info-wrap h6,
	.pnoe-sec,
	.btn-four,
	.btn-home-banner,
	.rc-anchor-checkbox-label,
	.cnt-content a,
	.footer-top-box p,
	.service-box a,
	.footer-top-boxsignup button,
	.footer-top-boxaddress li,
	.item-client h4,
	.item-client span,
	.service2-content a,
	.service-content p,
	.ab-content>p{
		font-size:13px !important;
}
	.badge{
    display: flex !important;
    flex-direction: column !important;
    row-gap: 16px !important;
}
	.badge-title{
padding-top:16px}
	.subfooter-text,
	.item-client p{
		font-size:10px !important;
	}
	
	
	.pb-100{
		padding-bottom:10px;
}

	.service-content{
padding:10px 0
	}
	
	.pb-50{
		padding-bottom:26px !important
}
	.pt-100 {
padding-top:26px !important}
	.contact-info-btm{
flex-direction:column}
}
@media only screen and (min-width: 767px) {
    .videoWrapper.desktop{
        display:block;
    }
    .videoWrapper.mobile{
        display:none;
    }
}