
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Light.eot");
  src: url("../fonts/Outfit-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Outfit-Light.woff2") format("woff2"), url("../fonts/Outfit-Light.woff") format("woff"), url("../fonts/Outfit-Light.ttf") format("truetype"), url("../fonts/Outfit-Light.svg#Urbanist-Thin") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Regular.eot");
  src: url("../fonts/Outfit-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Outfit-Regular.woff2") format("woff2"), url("../fonts/Outfit-Regular.woff") format("woff"), url("../fonts/Outfit-Regular.ttf") format("truetype"), url("../fonts/Outfit-Regular.svg#Urbanist-Thin") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Medium.eot");
  src: url("../fonts/Outfit-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Outfit-Medium.woff2") format("woff2"), url("../fonts/Outfit-Medium.woff") format("woff"), url("../fonts/Outfit-Medium.ttf") format("truetype"), url("../fonts/Outfit-Medium.svg#Urbanist-Thin") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-SemiBold.eot");
  src: url("../fonts/Outfit-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Outfit-SemiBold.woff2") format("woff2"), url("../fonts/Outfit-SemiBold.woff") format("woff"), url("../fonts/Outfit-SemiBold.ttf") format("truetype"), url("../fonts/Outfit-SemiBold.svg#Outfit-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Fraunces';
    src: url('../fonts/Fraunces72pt-Bold.eot');
    src: url('../fonts/Fraunces72pt-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Fraunces72pt-Bold.woff2') format('woff2'),
        url('../fonts/Fraunces72pt-Bold.woff') format('woff'),
        url('../fonts/Fraunces72pt-Bold.ttf') format('truetype'),
        url('../fonts/Fraunces72pt-Bold.svg#Fraunces72pt-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fraunces';
    src: url('../fonts/Fraunces72pt-Regular.eot');
    src: url('../fonts/Fraunces72pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Fraunces72pt-Regular.woff2') format('woff2'),
        url('../fonts/Fraunces72pt-Regular.woff') format('woff'),
        url('../fonts/Fraunces72pt-Regular.ttf') format('truetype'),
        url('../fonts/Fraunces72pt-Regular.svg#Fraunces72pt-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fraunces';
    src: url('../fonts/Fraunces72pt-SemiBold.eot');
    src: url('../fonts/Fraunces72pt-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Fraunces72pt-SemiBold.woff2') format('woff2'),
        url('../fonts/Fraunces72pt-SemiBold.woff') format('woff'),
        url('../fonts/Fraunces72pt-SemiBold.ttf') format('truetype'),
        url('../fonts/Fraunces72pt-SemiBold.svg#Fraunces72pt-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}




















*:-moz-full-screen,
*:-webkit-full-screen,
*:fullscreen *:-ms-fullscreen {
  overflow: auto !important;
}

body {
  font-size: 16px;
  color: #222;
  font-family: Outfit;
}

a:hover {
  color: none !important;
}

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

a {
  outline: 0;
  transition: all 0.5s;
  color: #222222;
  letter-spacing: 0.36px;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: none !important;
  text-decoration: none;
}

ul li {
  list-style: none;
  font-family: "Outfit";
  font-weight: 400;
  /* position: relative; */
}

ul {
  padding-left: 0px;
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -10px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}


.banner .item .ban-txt .ask1:hover{color: #fff;transition: all 0.4s ease-in-out;border: 1px solid #BD1430;}
.banner .item .ban-txt .ask1:hover::before{transform: scale(1);
  transition: all 0.4s ease-in-out;} 
.banner .item .ban-txt .ask1::before{content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #BD1430;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 30px;
  transition: all 0.4s ease-in-out;}
.banner .item .ban-txt .ask1{
  display: inline-block;
  font-family: "Outfit";
  font-size: 18px;
  font-weight: 400;
  line-height: 22.68px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0);
  margin-right: 10px;
  background: #000000;
  border: 1px solid #000000;
  padding: 10px 20px;
  border-radius: 50px;
}

.less {
  color: #fff;
  border: none;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
  background: #BD1430;
  display: inline-block;
  padding: 15px 20px;
  font-family: "outfit";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  /* letter-spacing: 0.04em; */
  text-align: center;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border: 1px solid #BD1430;
}
.less::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 30px;
  transition: all 0.4s ease-in-out;
}
.less:hover {
  color: #000000;
  transition: all 0.4s ease-in-out;
}
.less:hover::before {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .less {
    font-size: 13px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .less {
    font-size: 15px;
    padding: 10px 20px;
  }
}

.less1 {
  color: #080808;
  border: none;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
  background: #fff;
  display: inline-block;
  padding: 15px 20px;
  font-family: "outfit";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border: 1px solid #080808;
}
.less1::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #BD1430;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 30px;
  transition: all 0.4s ease-in-out;
}
.less1:hover {
  color: #fff;
  transition: all 0.4s ease-in-out;
  border: 1px solid #BD1430;
}
.less1:hover::before {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .less1 {
    font-size: 16px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .less1 {
    font-size: 15px;
    padding: 10px 20px;
  }
}

.less3 {
  color: #fff;
  border: none;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
  background: #000000;
  display: inline-block;
  padding: 15px 20px;
  font-family: "outfit";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border: 1px solid #000000;
}
.less3::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #BD1430;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 30px;
  transition: all 0.4s ease-in-out;
  border: 1px solid #BD1430;
}
.less3:hover {
  color: #fff;
  transition: all 0.4s ease-in-out;
    border: 1px solid #BD1430;
}
.less3:hover::before {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}


.less2 {
  color: #fff;
  border: none;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
  background: #000000;
  display: inline-block;
  padding: 15px 20px;
  font-family: "outfit";
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border: 1px solid #000000;
}
.less2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 30px;
  transition: all 0.4s ease-in-out;
}
.less2:hover {
  color: #000000;
  transition: all 0.4s ease-in-out;
}
.less2:hover::before {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .less2 {
    font-size: 16px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .less2 {
    font-size: 15px;
    padding: 10px 20px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Fraunces;
  font-weight: 600;
  /* font-weight: 600; */
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.02em;
  color: #BD1430;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1200px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 575px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 25px;
    line-height: 30px;
  }
}

h1 + strong,
h2 + strong,
h3 + strong,
h4 + strong,
h5 + strong,
h6 + strong {
  font-family: DM Serif Display;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 35px;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #222222;
}
@media screen and (max-width: 767px) {
  h1 + strong,
  h2 + strong,
  h3 + strong,
  h4 + strong,
  h5 + strong,
  h6 + strong {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 575px) {
  h1 + strong,
  h2 + strong,
  h3 + strong,
  h4 + strong,
  h5 + strong,
  h6 + strong {
    font-size: 18px;
    line-height: 25px;
  }
}

p {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #080808;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  p {
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}

.pads {
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .pads {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .pads {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .pads {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .pads {
    padding: 40px 0;
  }
}



.ttl {
  text-transform: lowercase !important;
}

.text-justi p {
  text-align: justify;
}

header {
  /*position: absolute;*/
  width: 100%;
  left: 0;
  top: 10px;
  z-index: 2;
}
header .header .top {
  background: #bd1430;
  padding-block: 15px;
}
header .header .top .social {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header .top .social ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
header .header .top .social ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
header .header .top .social ul li a,
header .header .top .social ul li p {
  font-family: Outfit;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #fff;
  display: block;
  transition: 0.2s;
}
header .header .top .social ul li a i {
  margin-right: 5px;
}
header .header .top .social ul li a + a {
  padding-left: 10px;
  border-left: 2px solid #fff;
  margin-left: 10px;
}
header .header .top .social ul li p {
  margin-bottom: 0;
}
header .header .header_in {
  padding-block: 15px;
}
header .header .header_in .logo a {
  display: block;
}
header .header .header_in .ryt .menus {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
header .header .header_in .ryt .menus .menu ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
}
header .header .header_in .ryt .menus .menu ul li a {
  font-family: "Outfit";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #fff;
  display: block;
  text-transform: uppercase;
  transition: 0.2s;
}
header .header .header_in .ryt .menus .menu ul li .sub_menu {
  position: absolute;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  padding-top: 20px;
  z-index: 2;
  min-width: 215px;
}
header .header .header_in .ryt .menus .menu ul li .sub_menu ul {
  display: block;
  background: #07329e;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #BD1430;
}
header .header .header_in .ryt .menus .menu ul li.active a::after{position: absolute;content: "";background: #fff;width: 100%;height: 2px;bottom: 0;left: 0;}
/* header .header .header_in .ryt .menus .menu ul li{position: relative;} */
header .header .header_in .ryt .menus .menu ul li .sub_menu ul li a {
  padding: 10px 15px;
  background: #fff;
  color: #BD1430;
  background: #fff;
}
header .header .header_in .ryt .menus .menu ul li .sub_menu ul li a:hover {
  background: #BD1430;
  color: #fff;
}
header .header .header_in .ryt .menus .menu ul li.active a{position: relative;}
header .header .header_in .ryt .menus .menu ul li:hover a, header .header .header_in .ryt .menus .menu ul li.active a {
  color: #fff;
  transition: 0.2s;
}
header .header .header_in .ryt .menus .menu ul li:hover .sub_menu, header .header .header_in .ryt .menus .menu ul li.active .sub_menu {
  opacity: 1;
  visibility: visible;
}
.top_book{float: right;}
header .header .header_in .ryt .menus .top_book a {
  text-transform: capitalize;
}
header .header .header_in .ryt .menus .top_book a i {
  display: none;
}
@media screen and (max-width: 1400px) {
  header .header .header_in .ryt .menus .top_book a {
    padding: 10px 11.5px;
    border-radius: 5px;
    font-size: 25px;
  }
  header .header .header_in .ryt .menus .top_book a span {
    display: none;
  }
  header .header .header_in .ryt .menus .top_book a i {
    display: block;
    color: #fff;
  }
  header .header .header_in .ryt .menus .top_book a::before {
    background: #bd1430;
    border-radius: 5px;
  }
}

.banner .item{
  background-color: #FFECE5;
  background-size: cover;
  position: relative;
  
}
/* .banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #062f65;
} */
.banner .item {
  align-items: center;
  padding: 180px 0px 200px 0px;
}
@media screen and (max-width: 991px) {
  .banner .item .ban-txt {
    text-align: center;
  }
}
.banner .item .ban-txt span {
  font-family: "Outfit";
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 10px;
  background: #BD1430;
  padding: 15px;
  font-size: 24px;
  line-height: 26px;
  display: inline-block;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .banner .item .ban-txt span {
    font-size: 24px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .banner .item .ban-txt span {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .banner .item .ban-txt span {
    font-size: 16px;
    line-height: 20px;
    /* padding: 15px 20px;
    margin-bottom: 10px; */
  }
}
.banner .item .ban-txt strong {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: 0.02em;
  display: block;
  color: #BD1430;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  .banner .item .ban-txt strong {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .banner .item .ban-txt strong {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .banner .item .ban-txt strong {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .banner .item .ban-txt strong {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .banner .item .ban-txt strong {
    font-size: 27px;
    line-height: 30px;
  }
}
.banner .item .ban-txt h1{font-size: 64px;font-weight: 700;line-height: 66px;text-transform: capitalize;margin-bottom: 18px;font-family: "outfit";}
.banner .item .ban-txt p {
  font-family: "outfit";
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 0.02em;
  color: #222;
  margin-bottom: 15px;
}
.banner .item .ban-txt p b {
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .banner .item .ban-txt p {
    font-size: 28px;
  }
  .banner .item .ban-txt h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
}
}
@media screen and (max-width: 991px) {
  .banner .item .ban-txt p {
    text-align: center;
    margin-bottom: 15px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .banner .item .ban-txt p {
    font-size: 20px;
    line-height: 24px;
  }
  .banner .item .ban-txt .ask1{font-size: 14px;}
}
.banner .item .ban-txt p::first-letter {
  text-transform: uppercase;
}

.banner .item .ban-txt a.ask2 {
  background: transparent;
  color: #062f65;
  text-transform: capitalize;
  margin-right: 0;
  border: 1px solid #062f65;
}
.banner .item .ban-txt a.ask2:hover {
  color: #fff;
  background: #bd1430;
  border: 1px solid #bd1430;
}
.banner .item .ban-txt a:hover {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  .banner .item .ban-txt a {
    padding: 8px 20px;
    font-size: 16px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 15px !important;
  }
}
.banner .item .ban-img{
  width: 500px;
  position: absolute;right: 0;
  bottom: 0;
}
.banner .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}
.banner .owl-nav button {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  transition: 0.2s;
  border: 1px solid #bd1430 !important;
  background: transparent !important;
  border-radius: 100%;
}
.banner .owl-nav button span {
  display: none;
}
.banner .owl-nav button::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: fontawesome;
  right: 0;
  transition: 0.2s;
  top: 0;
  color: #bd1430;
  font-size: 16px;
}
.banner .owl-nav button.owl-next {
  right: -60px;
}
.banner .owl-nav button.owl-next::before {
  content: "\f178";
}
.banner .owl-nav button.owl-prev {
  left: -60px;
}
.banner .owl-nav button.owl-prev::before {
  content: "\f177";
}
.banner .owl-nav button:hover {
  transition: 0.2s;
}
.banner .owl-nav button:hover::before {
  background: #bd1430;
  color: #fff;
  transition: 0.2s;
}

.treatment .treat_caros {
  position: relative;
}
.treatment .treat_caros .items {
    height: 100% !important;
}
.treatment .treat_caros .items a {
  display: block;
  position: relative;
}
.treatment .treat_caros .items a h3 {
  /* font-family: "DM Serif Display";
  font-weight: 600;
  font-size: 23px;
  display: block;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: #222; */
}
.treatment .treat_in{position: relative;}
.treatment .treat_in strong{font-family: "Poppins";
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #bd1430;
  display: block;
  text-transform: capitalize;
  margin-bottom: 3px;}
.treatment .treat_in h2{font-family: "DM Serif Display";
  font-weight: 500;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.02em;
  color: #bd1430;
  text-transform: capitalize;
  margin-bottom: 10px;}


@media screen and (max-width: 1200px) {
  .treatment .treat_caros .items a h3 {
    font-size: 21px;
  }
}
.treatment .treat_caros .items a .img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.treatment .treat_caros .items .img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.treatment .treat_caros .items a .img img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease-in;
}
.treatment .treat_caros .items a p {
  /* display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; */
}
.treatment .treat_caros .items a:after {
  /* content: "";
  position: relative;
  display: block;
  background: url(../images/black_arrow.png) no-repeat center;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px dashed #222;
  transition: 0.5s; */
}
.treatment .treat_caros .items:hover a .img img {
  transition: 0.5s;
  transform: scale(1.2);
  transition: 0.5s ease-in;
}
.treatment .treat_caros .items:hover a:after {
  background: #bd1430 url(../images/white_arrow.png) no-repeat center;
  transition: 0.5s;
  border-color: #bd1430;
}
@media screen and (max-width: 1200px) {
  .treatment .treat_caros .owl-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 25px;
  }
}
.treatment .treat_caros .owl-nav button {
  transform: translateY(50%);
  width: 45px;
  height: 45px;
  margin: 0 5px;
  overflow: hidden;
  transition: 0.2s;
  /* border: 1px solid #bd1430 !important; */
  background: #fff !important;
  border-radius: 100%;
  bottom: 0;
  position: absolute;
}
.treatment{position: relative;}
.treatment .treat_caros .owl-nav{position: absolute;
  top: -75px;
  right: 75px;
  /* transform: translateY(-50%); */
  display: flex;
  /* width: 100%; */
  justify-content: end;
  padding-left: 10px;
  padding-right: 10px;}
.treatment .treat_caros .owl-nav button span {
  display: none;
}
.treatment .treat_caros .owl-nav button::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  left: 0;
  transition: 0.2s;
  top: 0;
  color: #000000;
  font-size: 23px;
}
.treatment .treat_caros .owl-nav button.owl-next {
  right: -60px !important;
}
.treatment .treat_caros .owl-nav button.owl-next::before {
  content: "\f105";
  
}
.treatment .treat_caros .owl-nav button.owl-prev {
  left: -40px !important;
}
.treatment .treat_caros .owl-nav button.owl-prev::before {
  content: "\f104";
}
.treatment .treat_caros .owl-nav button:hover {
  transition: 0.2s;
  background: #BD1430 !important;
  /* border: 1px solid #bd1430 !important; */
}
.treatment .treat_caros .owl-nav button:hover::before {
  color: #fff;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .treatment .treat_caros .owl-nav button {
    position: relative;
    transform: unset;
  }

}
.treatment .treat_caros .owl-stage .owl-item .items {
 
}
.treatment.treatment1.treatment2 .treat_caros .owl-nav button:hover:before{
  color: #fff; transition:0.2s;
}
.treatment.treatment1.treatment2 .treat_caros .owl-nav button:hover {
  transition:0.2s;
  background:#bd1430 !important;
  color: #fff;
  border:1px dashed #bd1430 !important;
}
.treatment.treatment1 .treat_caros .owl-nav button:hover {
  transition:
0.2s;
  background:#fff !important;
   border:
1px dashed #fff !important;
}
.treatment.treatment1.treatment2 .treat_caros .owl-nav button::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  left: 0;
  transition:0.2s;
  top: 0;
  color: #bd1430;
  font-size: 23px;
}
.treatment.treatment1 .treat_caros .owl-nav button:hover::before{color: #222 !important;}
.treatment.treatment1 .treat_caros .owl-nav button::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  left: 0;
  transition:0.2s;
  top: 0;
  color: #fff;
  font-size: 23px;
}
.treatment.treatment1.treatment2 .treat_caros .owl-nav button {
  transform: translateY(50%);
  width: 45px;
  height: 45px;
  margin:0 5px;
  overflow:hidden;
  transition:0.2s;
  border:1px dashed #bd1430 !important;
  background: transparent !important;
  border-radius:100%;
  bottom: 0;
}
.treatment.treatment1 .treat_caros .owl-nav button {
  transform: translateY(50%);
  width: 45px;
  height: 45px;
  margin:0 5px;
  overflow:hidden;
  transition:0.2s;
  border:1px dashed #fff !important;
  background: transparent !important;
  border-radius:100%;bottom: 0;
}
.treatment .treat_caros .owl-stage .owl-item:nth-child(even) {
}
.treatment.treatment1 .treat_caros .owl-stage .owl-item:nth-child(even) {
  margin-top: 0px;
}
.banner .owl-dots{
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  }

.banner button span {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #bd1430;
  display: block;
  margin: 5px;
} 
.banner .owl-dots button.active span::after{
   position: absolute;content: "";background-color: #bd1430;width: 25px;height: 3px;top: 50%;transform: translateY(-50%);
}
.banner .owl-dots button.active span {
  background: #bd1430;position: relative;
} 
.banner{position: relative;}
.treatment .treat_caros .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  
}
.treatment .treat_caros .owl-dots button span {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #fff;
  display: block;
  margin: 5px;
  border: 1px solid #bd1430;
}
.treatment .treat_caros .owl-dots button.active span {
  background: #bd1430;
}
.treatment.testi {
  background: #f6f6f6;
}
.treatment.testi .treat_caros .items strong {
  margin-bottom: 5px;
}
.treatment.testi .treat_caros .items i {
  font-family: DM Serif Display;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
  text-transform: capitalize;
  display: block;
}
.treatment.testi .treat_caros .items .box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.treatment.testi .treat_caros .items .box p {
  -webkit-line-clamp: 7;
  text-align: justify;
}
.treatment.video .treat_caros .items .item_in {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.treatment.video .treat_caros .items .item_in img {
  width: 100%;
  -o-object-fit: cover;
object-fit: cover;
  height: auto;
}
.treatment.video .treat_caros .items .item_in a.plays.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  border: 2px solid #bd1430;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bd1430;
}
.treatment.video .treat_caros .items .item_in a.plays.video-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 100%;
  z-index: 1;
  animation: ripple 1.5s ease-out infinite;
  animation-delay: 0.2s;
  opacity: 0;
  visibility: hidden;
  background: #bd1430;
  left: 0;
  top: 0;
}
.treatment.video .treat_caros .items .item_in a.plays.video-btn i {
  z-index: 2;
  position: relative;
}
.treatment.video .treat_caros .items p {
  /* margin-bottom: 0;
  margin-top: 15px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 400; */
}
.treatment.video .treat_caros .items:hover .item_in a.plays.video-btn:after {
  opacity: 1;
  visibility: visible;
}

.hiring {
  background: #062f65;
  padding: 50px 10px;
}
.hiring .row div {
  margin: 15px 0;
  width: 20%;
  padding-left: 20px;
  border-left: 1px solid #bd1430;
}
@media screen and (max-width: 991px) {
  .hiring .row div {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .hiring .row div {
    width: 100%;
  }
}
.hiring strong {
  font-family: DM Serif Display;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
  font-style: italic;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  display: inline-flex;
}
@media screen and (max-width: 1200px) {
  .hiring strong {
    font-size: 55px;
    line-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .hiring strong {
    font-size: 50px;
    line-height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .hiring strong {
    font-size: 45px;
    line-height: 50px;
  }
}
@media screen and (max-width: 575px) {
  .hiring strong {
    font-size: 40px;
    line-height: 45px;
    text-align: center;
  }
}
.hiring strong:after {
  content: "+";
  display: inline-block;
}


.hiring .hire-text:after{
  content: "K+";
  display: inline-block;
}
.hiring strong.cnt {
  padding-right: 25px;
}
.hiring p {
  font-family: DM Serif Display;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 0;
  text-transform: capitalize;
}
.about {
  background: #fff;
  position: relative;
}
.about::before {
  /* content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../images/abt_lft_pg.png) no-repeat; */
}
.about::after {
  /* content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 200px;
  width: 400px;
  background: url(../images/abt_ryt_pg.png) no-repeat;
  background-size: cover; */
}
.about .about_in {
  position: relative;
  z-index: 1;
}
.about .about_in .cnt span {
  font-family: "outfit";
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #bd1430;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 3px;
}
.about .about_in .cnt b {
  font-family: "poppins";
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.02em;
  display: block;
  color: #bd1430;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.about .about_in .cnt p {
  text-align: justify;
}
.about .about_in .cnt ul {
  /* display: flex;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap; */
}
 .why-list li{margin-bottom: 10px;}
.about.canva {
  background: #fff;
}
.about.canva .about_in .cnt b,
.about.canva .about_in .cnt h6 {
  all: unset;
  font-family: Outfit;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #bd1430;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .about.canva .about_in .cnt b,
  .about.canva .about_in .cnt h6 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about.canva .about_in .cnt b,
  .about.canva .about_in .cnt h6 {
    font-size: 25px;
    line-height: 30px;
  }
}
.about.canva .about_in .cnt b {
  text-transform: uppercase;
}
.about.canva .about_in .cnt.text-center p {
  -moz-text-align-last: center;
       text-align-last: center;
}
.about.canva .about_in .canva_box .box {
  border: 1px solid #dbdbff;
  padding: 10px;
  border-radius: 10px;
  background: #f8f8ff;
  height: 100%;
}
.about.canva .about_in .canva_box .box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about.canva .about_in .canva_box .box p {
  margin: 10px 0;
  text-align: justify;
}
.about.canva .about_in .canva_box .box:hover {
  background: #fff;
}
.about.abt_dr {
  background: #fff;
}
.about.achiv .about_in .cnt ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  font-family: DM Serif Display;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #222222;
  text-align: justify;
}
@media screen and (max-width: 1400px) {
  .about.achiv .about_in .cnt ul li {
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .about.achiv .about_in .cnt ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about.achiv .about_in .cnt ul li {
    font-size: 15px;
    line-height: 22px;
  }
}
.about.achiv .about_in .cnt ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: #bd1430;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}

@media screen and (max-width: 767px) {
  .radio .radio_in .ryt strong {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .location .locat_in .lft_sec .lft ul li::after{display: none;}
  .location .locat_in .tab-content .tab-pane .posi a h3{font-size: 18px !important;line-height: 20px !important;}
}
@media screen and (max-width: 575px) {
  .radio .radio_in .ryt strong {
    font-size: 20px;
    line-height: 25px;
  }
}

.location .locat_in .lft_sec .lft {
  max-width: 650px;
  margin-left: auto;
}
.location .locat_in .lft_sec .lft ul {
  margin-top: 40px;
  background: #fff;
  padding: 20px 20px;
  border-radius: 20px;

}
.location .locat_in .lft_sec .lft ul li{position: relative;margin-bottom: 5px;}
.location .locat_in .lft_sec .lft ul li::after{position: absolute;content: "\f061";color: #fff;right: 15px;top: 9px;font-family: fontawesome;font-size: 24px;}
.location .locat_in .lft_sec .lft ul li a {
  font-family: "poppins";
  font-weight: 500;
  font-size: 18px;
  display: block;
  line-height: 22px;
  padding: 15px;
  text-transform: capitalize;
  color: #222222;
}
.location .locat_in .lft_sec .lft ul li a.active, .location .locat_in .lft_sec .lft ul li a:hover {
  color: #fff;
  transition: 0.5s;
  background-size: 20px;
  background: #bd1430;
  border-radius: 12px;
}
.location .locat_in .tab-content .tab-pane {
  position: relative;
}
.location .locat_in .tab-content .tab-pane .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.location .locat_in .tab-content .tab-pane .posi {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
}
.location .locat_in .tab-content .tab-pane .posi a {
  display: block;
  position: relative;
}
.location .locat_in .tab-content .tab-pane .posi a h3 {
  font-family: "poppins";font-family: 500;font-size: 24px;line-height: 26px;color: #bd1430;margin-bottom: 3px;
}
.location .locat_in .tab-content .tab-pane .posi a p {
  margin: 6px 65px 0px 0px;
}
.location .locat_in .tab-content .tab-pane .posi a:after {
  content: "\f061";
  position: absolute;
  display: block;
  font-family: fontawesome;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 100%;
  border: 1px solid  #222;
  transition: 0.5s;
  right: 5px;
  top: 25px;
}
.location .locat_in .tab-content .tab-pane .posi a:hover:after {
  border-color: #bd1430;
  color: #fff;
  background: #bd1430;
}



@media screen and (max-width: 1400px) {
  
}
@media screen and (max-width: 991px) {
  
}
@media screen and (max-width: 767px) {
 
}



footer {
  position: relative;
}
footer .foot_menu .foot_menu1 {
  position: relative;
}
footer .foot_menu .foot_menu1 .foot_top {
  padding: 80px 0 50px 0;
}
footer .foot_menu .foot_menu1 .foot_top .logo img {
  margin-bottom: 20px;
  max-width: 150px;
}
footer .foot_menu .foot_menu1 .foot_top .logo .soc_link ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .foot_menu .foot_menu1 .foot_top .logo .soc_link ul li {
  margin-right: 10px;
}
footer .foot_menu .foot_menu1 .foot_top .logo .soc_link ul li:last-child {
  margin-right: 0;
}
footer .foot_menu .foot_menu1 .foot_top .logo .soc_link ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #05322c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ed932f;
  font-size: 19px;
  border: 1px solid #ed932f;
}
footer .foot_menu .foot_menu1 .foot_top .logo .soc_link ul li a:hover {
  background: #ed932f;
  transition: 0.2s;
  color: #05322c;
  border: unset;
}
footer .foot_menu .foot_menu1 .foot_top .f-link .flist {
  /* display: flex; */
  align-items: flex-start;
  gap: 20px;
}
footer .foot_menu .foot_menu1 .foot_top .f-link strong {
  font-family: "Fraunces";
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  color: #BD1430;
  display: block;
  margin-bottom: 15px;
}
footer .foot_menu .foot_menu1 .foot_top .f-link .split {
  display: flex;
}
footer .foot_menu .foot_menu1 .foot_top .f-link .split ul:first-of-type {
  margin-right: 10px;
}
footer .foot_menu .foot_menu1 .foot_top .f-link ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
footer .foot_menu .foot_menu1 .foot_top .f-link ul li:last-child {
  margin-bottom: 0;
}
footer .foot_menu .foot_menu1 .foot_top .f-link ul li::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 10px;
  transition: 0.2s;
  color: #000000;
}
footer .foot_menu .foot_menu1 .foot_top .f-link ul li a {
  font-family: "outfit";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  text-transform: capitalize !important;
  
}
footer .foot_menu .foot_menu1 .foot_top .f-link ul li:hover a {
  color: #000000;
  transition: 0.2s;
}
footer .foot_menu .foot_menu1 .foot_top .f-link ul li:hover::before {
  color: #000000;
  transition: 0.2s;
}
@media screen and (max-width: 991px) {
  footer .foot_menu .foot_menu1 .foot_top .f-link ul + ul {
    margin-top: 10px;
  }
}
footer .foot_menu .foot_menu1 .foot_mid {
  padding: 25px 0;
  border-block: 1px solid #BD1430;
}
footer .foot_menu .foot_menu1 .foot_mid .lft ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
footer .foot_menu .foot_menu1 .foot_mid .lft ul li a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px dashed #bd1430;
  transition: 0.5s;
  color: #bd1430;
  background: #fff;
  font-size: 23px;
}
footer .foot_menu .foot_menu1 .foot_mid .lft ul li a:hover {
  background: #bd1430;
  transition: 0.2s;
  color: #fff;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul {
  display: flex;
  gap: 15px;
  justify-content: end;
  align-items: flex-start;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li {
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  text-align: left;
  padding: 5px 10px 5px 5px;
  gap: 10px;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
  transition: all 0.4s ease-in-out;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li span img {
  width: 25px;
  transition: all 0.4s ease-in-out;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li strong {
  font-family: DM Serif Display;
  font-weight: 400;
  font-style: italic;
  font-size: 17px;
  display: block;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li p {
  margin-bottom: 0;
  color: #222;
  font-family: DM Serif Display;
  font-weight: 600;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li:hover a {
  color: #fff;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li:hover a span {
  background: #fff;
  transition: all 0.4s ease-in-out;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li:hover a span img {
  filter: invert(1);
  transition: all 0.4s ease-in-out;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li:hover a p {
  color: #fff;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less1 span {
  background: #bd1430;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less1 a {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less1:hover p,
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less1:hover a {
  color: #fff;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less1:hover span {
  background: #fff;
  transition: all 0.4s ease-in-out;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less1:hover span img {
  filter: brightness(0.1);
  transition: all 0.4s ease-in-out;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less {
  border: 1px solid #bd1430;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less p, footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less a {
  color: #fff;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less:hover p,
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less:hover a {
  color: #222;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less:hover span {
  background: #bd1430;
  transition: all 0.4s ease-in-out;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less:hover span img {
  filter: brightness(0.1);
  transition: all 0.4s ease-in-out;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.cmn p {
  font-family: DM Serif Display;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 20px;
  text-transform: capitalize;
  color: #000000;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.cmn a {
  padding: 5px 20px;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.cmn a img {
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 120px;
}
footer .cpy_ryt {
  padding: 15px 0 30px 0;
  background: #FFECE5;
}
footer .cpy_ryt .cpy_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .cpy_ryt p {
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
footer .cpy_ryt p a {
  color: #bd1430;
  color: #000000;
}
footer .cpy_ryt p a:hover {
  text-decoration: underline;
}

.fixd {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 2;
}
.fixd ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 10px;
}
.fixd ul li {
  position: relative;
  padding-right: 10px;
}
.fixd ul li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #bd1430;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 15px;
  border: 1px solid #bd1430;
}
.fixd ul li a:hover {
  background: #bd1430;
  transition: 0.2s;
  color: #fff;
}
.fixd ul li:after {
  content: "";
  width: 15px;
  height: 8px;
  right: -1px;
  background: #bd1430;
  display: block;
  position: absolute;
  top: 15px;
  z-index: -1;
}
.fixd .course {
  writing-mode: vertical-lr;
  white-space: pre-line;
  margin-left: -15px;
}
.fixd .course a {
  padding: 10px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #bd1430;
  writing-mode: sideways-lr;
  text-transform: capitalize;
}
.fixd .course a::before {
  border-radius: 10px 0 0 10px;
}
.about-right.about-unset p{height: unset;}
.about-right .para-scroll.para-scroll1{height: 80px;}
.about-right .para-scroll{height: 155px;overflow-y: auto;scrollbar-width: thin;margin-bottom: 25px;}
.banner-box span{font-family: "DM Serif Display";
  font-style: italic;
  font-size: 28px;
  line-height: 33px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #222;
  text-transform: capitalize;
  display: block;
  margin-bottom: 10px;}
  .banner-box{text-align: center;}
.banner-box strong{font-family: "DM Serif Display";font-weight: 800;font-size: 40px;line-height: 60px;
  letter-spacing: 0.02em;display: block;color: #bd1430;text-transform: uppercase;margin-bottom: 10px;}
.banner-common{padding: 150px 0 50px 0;}
.about-right{background: #FFF6F6;border-radius: 10px;padding: 20px 20px;}
.about-right h1{font-family: "DM Serif Display";
  font-weight: 500;
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 0.02em;
  color: #bd1430;
  text-transform: capitalize;
  margin-bottom: 10px;}
.about-right h2{font-family: "DM Serif Display";
  font-weight: 500;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #bd1430;
  text-transform: capitalize;
  margin-bottom: 10px;}
  .about-right h3{font-family: "DM Serif Display";
    font-weight: 500;
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #bd1430;
    text-transform: capitalize;
    margin-bottom: 10px;}
.about-right strong{font-family: "DM Serif Display";font-weight: 400;font-style: italic;
    font-size: 30px; line-height: 35px;
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #222222;
  }
  .about-right b{font-family: "DM Serif Display";
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.02em;
    display: block;
    color: #222;
    text-transform: capitalize;
    margin-bottom: 15px;}
.location-section{background: #FFF6F6;}
.heading-text h2{font-family: "Fraunces";
  font-weight: 600;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 0.02em;
  color: #BD1430;
  text-transform: capitalize;
  margin-bottom: 0px;}
  .heading-text{margin-bottom: 40px;}
.gratitude-box{border-radius: 10px;padding: 35px 25px;background: #F6F6F6;}
.gratitude-sec p{margin-top: 20px;}
.gratitude-sec strong{font-family: "DM Serif Display";font-weight: 600;color: #222222;margin-bottom: 10px;font-size: 20px;display: inline-block;line-height: 24px;}
.heading-text1 h2{font-family: "DM Serif Display";
  /* font-weight: 500; */
  font-weight: 600;
  font-size: 45px;
  line-height: 55px;
  letter-spacing: 0.02em;
  color: #bd1430;
  text-transform: capitalize;
  margin-bottom: 10px;}
  .heading-text1 strong{font-family: "DM Serif Display";font-weight: 400;font-style: italic;
    font-size: 30px;line-height: 35px;display: block;margin-bottom: 10px;text-transform: capitalize;
    color: #222222;}
.cardio-service-box h3{font-family: "DM Serif Display";font-weight: 600;font-size: 23px;display: block;
  line-height: 25px;letter-spacing: 0.02em;text-transform: capitalize;margin-bottom: 15px;color: #222;}
.cardio-service-box p{margin-top: 20px;}
.heading-text1{margin-bottom: 40px;}
.cardio-service-box{padding: 15px 50px 20px 20px;border-left: 1px solid #bd1430;}
.lft.lft-service h2{font-family: "DM Serif Display"; /* font-weight: 500; */ font-weight: 600;
  font-size: 45px;line-height: 55px;letter-spacing: 0.02em;color: #bd1430;text-transform: capitalize;margin-bottom: 10px;}
.lft.lft-service strong{font-family: "DM Serif Display";font-weight: 400;font-style: italic;
  font-size: 30px;line-height: 35px; display: block;margin-bottom: 10px;text-transform: capitalize;
  color: #222222;}
.bg-rose{background: #FFECE5;}
.location .locat_in .tab-content .tab-pane .posi{width: unset;left: 0;}
.accordion-section .accordion .accordion-item button.collapsed {color: #222222;background:#fff;border:1px solid #E31E25;border-radius: 10px;}
.accordion-section .accordion .accordion-item button{
  font-family: 'outfit';font-weight: 500;font-size: 20px;line-height: 25px;color: #1A1A1A;
  text-transform: capitalize;background:#bd1430;box-shadow: unset;
  overflow:hidden;border-radius:10px 10px 0 0;color: #fff;
}
.accordion-section .accordion .accordion-item{border: 1px transparent;}
.accordion-section .accordion .accordion-item .accordion-button::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 12px solid #fff;
  border-bottom: 10px solid transparent;
  background: unset;
  transform: rotate(90deg);
  position: absolute;
  right: 25px;
}
.accordion-section .accordion .accordion-item .accordion-collapse .accordion-body {
  text-align: left;padding:10px 20px 10px;background: #bd1430;
}
.accordion-section .accordion .accordion-item .accordion-button.collapsed::after {
  border-top: 10px solid transparent;
  border-left: 12px solid #E31E25;
  border-bottom: 10px solid transparent;
  background: unset;
  transform: rotate(0);
}
.accordion-section .accordion .accordion-item .accordion-collapse {
  border:none;border-top-width: 1px;border-top-style: solid;
    border-top-color: rgb(0, 122, 67);border-top:unset;border-radius:0 0 20px 20px;}
.vision-list li {
      font-family: 'Outfit';
      font-weight: 300;
      color: #000;
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 10px;
      position: relative;
      margin-left: 15px;
    }
    .vision-list li::before{content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    position: absolute;
    left: -12px;
    top: 2px;
    font-size: 10px;
    transition: 0.2s;
    color: #000000;}
    .accordion-section .accordion .accordion-item + .accordion-item {
      margin-top: 20px;
      
    }
  .heading-text2{margin-bottom: 40px;}  
.heading-text2 h2, .heading-text2 h1{color: #fff;font-family: DM Serif Display;font-weight: 700;font-size: 44px;line-height: 48px;text-align: center;}        
.see-doctor{background: #062F65;}
.heading-text2 strong, .heading-text2 h1, .heading-text2 p{color: #fff; text-align: center;}


.treatment.treatment1 .treat_caros .items a::after{display: none;}
.treatment.treatment1 .treat_caros .items a p{display: unset;}
.heading-text3{margin-bottom: 40px; text-align: center;}
.heading-text3 strong{font-family: "DM Serif Display";font-weight: 400;font-style: italic;font-size: 30px;line-height: 35px;display: block;margin-bottom: 10px;text-transform: capitalize;color: #222222;
}
.heading-text3 h2{font-family: "DM Serif Display";font-weight: 600;font-size: 34px;line-height: 36px;
  letter-spacing: 0.02em;color: #bd1430;text-transform: capitalize;margin-bottom: 10px;}
.treat-list-box{background: #FFF6F6;border-radius: 10px;padding: 15px;margin-bottom: 20px;min-height: 183px;}
.treat-list-box h3{font-family: "DM Serif Display";font-weight: 600;font-size: 18px;line-height: 18px;color: #222222;}
.gallery .gall_in .gall_block {border-radius:10px;overflow:hidden;background:#bd1430; position: relative;height: 100%;}
.gallery .gall_in .gall_block a {display: block;}
.gallery .gall_in .gall_block .img {position: relative;z-index: 1;}
.gallery .gall_in .gall_block .content.phot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap:10px;
  align-items: center;
}
.gallery .gall_in .gall_block .content {
  position: relative;
  z-index: 2;
  padding:20px 10px 10px;
}
.gallery .gall_in .gall_block a span.view_all {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 5;
  background:#fff;
  text-transform: capitalize;
  border-radius:30px;
  padding:10px 30px;
  text-align: center;
  font-family: "outfit";
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  color: #222;
  opacity: 0;
  visibility: hidden;
  transition:0.5s;
}

.gallery .gall_in .gall_block:hover a::after {
  opacity: 0.8;
  visibility: visible;
  bottom: 0;
  transition:0.5s;
  height: 100%;

}
.gallery .gall_in .gall_block.gall-bg a::after {
  background: none;
}
.gallery .gall_in .gall_block a::after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: collapse;
  transition:0.5s;
  z-index: 1;
  background:
linear-gradient(180deg, #bd1430 -0.7%, #bd1430 64.61%);
}
.gallery .gall_in .gall_block .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 270px;
}
.gallery .gall_in .gall_block .content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  font-family: "outfit";
  padding-right: 10px;
  margin-bottom: 0;
  transition:0.2s;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: 0.02em;
}
.gallery .gall_in .gall_block .content b {
  text-transform: capitalize;
  font-family: "outfit";
  font-weight: 500;
  color: #fff;
}
.gallery .gall_in .gall_block:hover a::after {
  opacity: 0.8;
  visibility: visible;
  bottom: 0;
  transition:0.5s;
  height: 100%;
}
.gallery .gall_in .gall_block:hover span.view_all {
  top: 50%;
  transition:0.5s;
  opacity: 1;
  visibility: visible;
}
.gallery.gall_Details .gall_in .gall_block {
  background:unset;
  height: unset;
  border:
unset;
}
.gallery.gall_Details .gall_in .gall_block {
  /* border:1px solid #d1eaff; */
  border-radius:10px;
  background:#f0f7fd;
}
.gallery .gall_in .gall_block {
  border-radius:10px;
  overflow:hidden;
  background:#BD1430;
  position: relative;
  height: 100%;
}
.gallery.gall_Details .gall_in .gall_block .img a.fancybox {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 50%;
  top: 50%;
  visibility: hidden;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 20px;
  color: #fff;
  transition:0.5s;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#000;
  border-radius:100%;
}
.gallery.gall_Details .gall_in .gall_block:hover .img a.fancybox {
  transition:0.5s;
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
}
.gallery.gall_Details .gall_in .gall_block:hover .img::after {
  opacity: 0.8;
  visibility: visible;
  top: 0;
  height: 100%;
  transition:0.5s;}
.multi-box.multi-box1{min-height: 155px;}
.nini-box.nini-box1{background: #021C40;}
.bg-blue{background: #062F65;}
.gallery.gall_Details .gall_in .gall_block .img::after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 0;
  background:
linear-gradient(180deg, #BD1430 -0.7%, #BD1430 64.61%);
  opacity: 0;
  visibility: hidden;
  transition:0.5s;}
.blog-box:hover a::after {
  background:
#BD1430 url(../images/white_arrow.png) no-repeat center;
  transition:0.5s;
  border-color:#BD1430;
}
.blog-box a::after {
  content: "";
  position: absolute;
  display: block;
  background:url(../images/black_arrow.png) no-repeat center;
  width: 50px;
  height: 50px;
  display: flex;
  left: 20px;
  bottom: 20px;
  align-items: center;
  justify-content: center;
  border-radius:100%;border:1px dashed #222;
  transition:0.5s;}
.blog-box{background: #fff;border: 10px;position: sticky;border-radius: 10px;margin-bottom: 20px;top: 0;margin-top: 40px;}
.blog-box .blog-img img{height: 250px; border-top-right-radius: 10px;border-top-left-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;margin-bottom: 15px;}
  .blog-box h1, .blog-box h2, .blog-box h3, .blog-box h4, .blog-box h5, .blog-box h6{font-family: "DM Serif Display";font-size: 22px;color: #222222;line-height: 26px;margin-bottom: 15px;font-weight: 600;}
.blogs-section{background: #F6F6F6;}
.blog-content{padding: 10px}
.blog-content.blog-content1{padding: 20px;}
.blog-content.blog-content1 p{margin-bottom: 0;display: -webkit-box; text-overflow: ellipsis; overflow: hidden;-webkit-box-orient: vertical;
  -webkit-line-clamp: 2;}
.blog-left-box h2{font-size: 24px;line-height: 18px;color: #222222; margin-bottom: 20px;font-family: "DM Serif Display";font-weight: 600;}
.blog-left{height: 145px;}
.blog-left-box{margin-bottom: 20px;}
.blog-left img{width: 100%;height: 100%;object-fit: cover;transition: 1s linear;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}
.related-blog{border-radius: 10px;margin-bottom: 20px;background: #fff;height: 145px;}
.related-blog .blog-right h3{font-size: 15px;color: #222;line-height: 18px;display: -webkit-box;
  text-overflow: ellipsis;overflow:hidden;-webkit-line-clamp: 2;-webkit-box-orient:vertical;
  text-transform: capitalize;}
.related-blog .blog-right{padding: 10px 10px 10px 0;}
.related-blog .blog-right p{font-size: 15px;display: -webkit-box;text-overflow: ellipsis;overflow:
hidden; -webkit-line-clamp: 2;-webkit-box-orient:vertical;text-transform: capitalize;margin-bottom: 3px;}
.related-blog .blog-right span {color: #bd1430;text-transform: capitalize;font-size: 15px;font-family: "DM Serif Display";font-weight: 500;}
  .testi.videos_pg .testi_blk .video_caros .items {height: 100%;}
  .testi .testi_blk .video_caros .items {background:#ffece5;border-radius: 10px; overflow:hidden;}
/* .testi.videos_pg{background: #F6F6F6;} */
.testi.videos_pg .testi_blk .video_caros .items p {
  display: unset;text-overflow: unset;overflow:unset;-webkit-box-orient:unset;
  -webkit-line-clamp: unset;display: block;height: auto;}
.testi .testi_blk .video_caros .items p {
  font-family: "outfit";font-size: 16px;font-weight: 400;line-height: 20px;letter-spacing: 0.02em;
  color: #222;margin-bottom: 0;display: -webkit-box;text-overflow: ellipsis;overflow:hidden;
  -webkit-box-orient:vertical;-webkit-line-clamp: 3;height: 70px;padding:15px 15px 0;margin-bottom: 10px;}
.testi .testi_blk .video_caros .items .item_in {position: relative;}
.testi .testi_blk .video_caros .items .item_in img{width: 100%;
  height: auto;object-fit: cover;}
.testi .testi_blk .video_caros .items .item_in .plays {
  position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);
  width: 55px;height: 55px;background:#fff;border-radius:50%;border:2px solid #bd1430;
  display: flex;align-items: center;justify-content: center;font-size: 23px;color: #bd1430;
}
.testi .testi_blk .video_caros .items .item_in .plays::after {
  content: "";position: absolute;width: 100%;height: 100%;background-color: inherit;border-radius:
100%;z-index: 1;animation:ripple 1.5s ease-out infinite;animation-delay: 0s;animation-delay: 0.2s;
  opacity: 0;visibility: hidden;background:#bd1430;left: 0;top: 0;}
.testi .testi_blk .video_caros .items:hover .item_in .plays::after {opacity: 1;visibility: visible;}
/* .written-section{background: #F6F6F6;} */
.testi-review-box{text-align: center;padding: 20px;margin-bottom: 20px;border-radius: 10px;background: #ffece5;}
.testi-review-box strong{font-family: "Outfit";font-size: 20px;line-height: 24px;color: #222;font-weight: 400;}
.testi-review-box p{font-family: "Fraunces";color: #bd1430;font-size: 20px; font-weight: 600;}
.testi-review-box h3{font-family: "Outfit";font-size: 18px;line-height: 24px;color: #222;  font-weight: 300;}
.ex_patient {display: flex;align-items: center;}
  .ex_patient label {display: flex;align-items: center;margin-right: 15px;margin-bottom: 0;cursor: pointer;}
  .ex_patient label p{margin-bottom: 0;}

/* .bg-gray{background: #f6f6f6;} */
.bg-red{background: #fff6f6;}
.header-text{font-family: "DM Serif Display";font-weight: 500;font-size: 38px;line-height: 34px;margin-bottom: 30px;text-align: center;}
.cnt h2{font-family: "Fraunces"; /* font-weight: 500; */
  font-weight: 600;font-size: 32px;line-height: 38px;letter-spacing: 0.02em; color: #BD1430;
  text-transform: capitalize;margin-bottom: 15px;}
  .cnt h3{font-family: "DM Serif Display";font-weight: 600;font-size: 20px;line-height: 26px;color: #222222;}
.multi-box{background: #F6F6F6;border-radius: 10px;border: 1px solid #062F65;padding: 10px;text-align: center;margin-top: 35px;min-height: 213px;}
.nini-box h3{font-family: "DM Serif Display";font-size: 16px;line-height: 20px;color: #fff;margin-bottom: 0;}
.nini-box{background: #062F65;padding: 15px;border-radius: 10px;margin-top: -45px;margin-bottom: 15px;}
.multi-serve{background: #fff;border-radius: 10px;padding: 20px;margin-top: 30px;}
/* .treatment .treat_caros .items h3 {
  font-family: "DM Serif Display";font-weight: 600;font-size: 23px;
  display: block;line-height: 25px;letter-spacing: 0.02em;text-transform: capitalize;
  margin-bottom: 15px;color: #222;} */
.modules-box{background: #fff;padding: 10px;border-radius: 10px;text-align: center;margin-bottom: 20px;}
.modules-box p{margin: 0;font-family: "DM Serif Display";font-weight: 600;font-size: 20px;color: #222;line-height: 24px;}
.failure-box-content{background: #FFF6F6;border-radius: 10px;padding:30px 20px;text-align: center;margin-bottom: 30px;min-height: 465px;}
.failure-box h3{font-family: "DM Serif Display";font-weight: 500;color: #bd1430;font-size: 34px;line-height: 40px;}
.service-blue{background: #062F65;}
.treatment .treat_caros .items.items2{border: none;background: #fff;padding: 20px !important;border-radius: 10px;}
.treatment .treat_caros .items h2{font-family: "DM Serif Display";font-weight: 600;color: #222;font-size: 22px;line-height: 26px;margin-bottom: 10px;display: inline-block;}
/* .about_in .img{margin-bottom: -10px;} */
.gratitude-sec{margin-bottom: 20px;}
.list-style li{font-family: "poppins";font-weight: 500;font-size: 16px;color: #222;display: block;margin-bottom: 15px;list-style: disc;padding-left: 15px;position: relative;line-height: 20px;}
.list-style{display: block !important;}
.list-style li::after{content: "";width: 5px;height: 5px;background:#000;
  border-radius:100%;position: absolute; top: 10px;  transform: rotate(135deg); left: 0;
  transition:0.5s;}
 .treatment .treat_in .ryt{text-align: end;} 
  .treat .treat_in .lft.list-tab .nav {padding: 0px 0px;border-radius:20px;display: flex;
    justify-content: space-between;position: sticky;top: 0;}
  .treat .treat_in .lft.list-tab ul li {
    margin:0 8px 0px 0;width: 100%;}
  .treat .treat_in .lft.list-tab ul li a.active, .treat .treat_in .lft.list-tab ul li a:hover {
      background:#BD1430;color: #fff;}
.treat .treat_in .lft ul li a {font-family: "outfit";
      font-weight: 400;font-size: 18px;line-height: 24px;text-transform: capitalize;
      display: inline-block;border-radius:10px;padding:5px 15px;color: #222;transition:0.5s;
      background:#FFECE5;padding:10px 20px;margin-bottom: 15px;width: 100%;text-align: center;}
  
.ryt.tab-content{}
/* .ryt.tab-content .special-services{text-align: center;}   */
.ryt.tab-content .special-services h3{font-family: Outfit;font-weight: 400;font-style: Regular;
font-size: 22px;line-height: 24px;text-transform: capitalize;margin-bottom: 10px;margin-top: 30px;color: #BD1430;} 
.ryt.tab-content .special-services h4{font-family: "Outfit";font-weight: 600;font-size: 18px;line-height: 26px;color: #222;margin-bottom: 10px;} 


.location-relative{position: relative;}
.location-img{position: absolute;top: 50%;transform: translateY(-50%);}
.map-content .mum ul li {display: flex;align-items: center;gap:10px;}
.map-content .mum ul li p{margin-bottom: 0;}
.map-content .mum ul li i {position: relative;display: block;width: 45px;height: 45px;min-width: 45px;display: flex;align-items: center;justify-content: center;border-radius:100%;border:1px dashed #bd1430;transition:0.5s;color: #bd1430;}
.map-box{background: #fff;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.map-content{padding: 10px;}
.monitor-box{background: #bd1430;padding: 20px;border-radius: 10px;text-align: center;margin-bottom: 20px;min-height: 263px;}
.monitor-box h3{font-family: "DM Serif Display";font-weight: 600;font-size: 24px;line-height: 26px;color: #fff;margin-bottom: 10px;}
.monitor-box p{color: #fff;}
.monitor-box .img img{width: 15%;}
.why-choose-box{padding: 20px;border-radius: 10px;background: #fff;text-align: center;margin-bottom: 20px;}
.why-choose-box h3{font-size: 24px;line-height: 26px;margin-bottom: 10px;}
.about-bg{background:#FFF6F6;border-radius:10px;}
.table-box h3{font-family: "DM Serif Display";font-weight: 500;font-size: 30px;line-height: 36px;color: #fff;margin-bottom: 20px;}
.treat-list-box.treat-length{min-height: unset;}
.max-list li{font-family: "DM Serif Display";font-weight: 400;font-size: 16px;line-height: 27px;  letter-spacing: 0.02em;color: #222222;margin-bottom: 10px;list-style: disc;}
.max-box{padding: 30px 60px;}

/*new css*/
.menu-call ul li span{font-weight: 400;}
.menu-call ul li a{color: #000000;}
.menu-call ul li{display: inline-block;margin-right: 13px;position: relative;padding-left: 40px;font-family: "outfit"; font-weight: 700;font-size: 16px;line-height: 20px;color: #222222;}
.menu-call ul{margin: 0;padding: 0;}
.menu-call ul li .icon-img{position: absolute;left: 0;top: 5px;}
.menu-call ul li .icon-img img{width: 30px;}
.menu-call{float: inline-end;}
.bg-menu{background: #BD1430;padding: 10px 0;}
.menu-media ul{display: flex;align-items: center;gap: 40px;justify-content: end;}
 .menu-media ul li a{position: relative;display: block;width: 40px;height: 40px;min-width: 40px;
  display: flex;align-items: center;justify-content: center;border-radius: 100%;transition: 0.5s;
  color: #BD1430;background: #fff;font-size: 23px;}
  .experience-section .hire-bg{background: #bd1430;border-radius: 6px;padding: 30px 25px;position: relative;margin-top: -60px;}
  .experience-section .hire-box {position: relative;padding-left: 75px;}
  .experience-section .hire-box .hire-img{position: absolute;left: 0;top: -5px;}
  .experience-section .hire-box .hire-img img{width: 60px;}
.experience-section .hire-box h3{color: #fff;font-family: "poppins";font-weight: 400;font-size: 18px;line-height: 23px;}
.location .locat_in .lft_sec .lft h2{  font-family: "Poppins";font-weight: 600;font-size: 25px;
  line-height: 30px;letter-spacing: 0.02em;color: #bd1430;display: block;text-transform: uppercase;
  margin-bottom: 3px;}
.location .locat_in .lft_sec .lft strong{
  font-family: "DM Serif Display";font-weight: 500;font-weight: 600;font-size: 32px;
  line-height: 48px;letter-spacing: 0.02em;color: #bd1430;text-transform: capitalize;
  margin-bottom: 10px;font-style: normal;}
.choose-count ul li{margin-bottom: 0px;position: relative;padding-left: 60px;}
.choose-count ul li h3{font-family: "poppins";font-weight: 600;font-size: 18px;line-height: 20px;color: #222222;margin-bottom: 8px;}
.choose-count ul li span{width: 45px;height: 45px;border-radius: 50px;border: 1px solid #bd1430;font-size: 20px !important;display: flex !important;align-items: center;justify-content: center; color: #bd1430 !important;position: absolute;left: 0;top: 0px;background: #fff;} 
.choose-count ul{position: relative;}
.choose-count ul::after{content: "";width: 3px;height: 425px;background: #bd1430;position: absolute;left: 20px;z-index: -1;}
.choose-count.choose-count2 ul::after{content: "";width: 3px;height: 450px;background: #bd1430;position: absolute;left: 20px;z-index: -1;}
.choose-quality .choose-icon-box h3{font-family: "DM Serif Display";font-weight: 500;
  font-weight: 600;font-size: 16px;line-height: 18px;letter-spacing: 0.02em;color: #222;
  text-transform: capitalize;margin-top: 10px;}
  .choose-quality .choose-icon-box img{width: 50px;}
.about .cnt strong{font-family: "poppins";font-style: unset;font-size: 18px;line-height: 24px;color: #222;margin-bottom: 3px;}
.bg-blue-color{background: #bd1430;}
.treatment.testi-written .treat_in h2{color: #fff;}
.treatment.testi-written .treat_caros .items .test-box{background: #FFFFFF;padding: 30px;border-radius: 20px; text-align: center;min-height: 465px;}
.treatment.testi-written .treat_caros .items .test-box h3{font-family: "Outfit";font-weight: 400;color: #222;font-size: 18px;line-height: 26px;margin-bottom: 20px;margin-top: 20px;display: -webkit-box; text-overflow: ellipsis; overflow: hidden;-webkit-box-orient: vertical;
  -webkit-line-clamp: 5;}
.treatment.testi-written .treat_caros .items .test-box p{font-family: "Outfit";font-size: 18px;line-height: 24px;color: #080808;font-weight: 300;margin-bottom: 0;
  margin-top: 15px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  font-weight: 300;}
.treatment.testi-written .treat_caros .items .test-box strong{color: #BF0000;font-size: 24px;font-family: "Fraunces";font-weight: 600;margin-top: 10px;display: inline-block;line-height: 26px;}
.treatment.testi-written .treat_caros .items .test-box strong span{font-family: Outfit;
font-weight: 400;font-style: Regular;font-size: 20px;text-transform: capitalize;color: #080808;}
.treatment.testi-written .treat_caros .items .test-box img{width: 80px;margin: 0 auto;}
.blog-content-box .blog-img{overflow: hidden;border-radius: 20px;position: relative;}
.blog-content-box .blog-img img{object-fit: cover;width: 100%;height: 140px;}
.blog-content-box .blog-img.blog-img1 img{height: 360px;}
.blog-content-box{background: #FFECE5;border-radius: 20px;}
.blog-content h3{font-size: 18px !important;font-family: "Outfit" !important;font-weight: 500;line-height: 24px;color: #222;margin-bottom: 10px;display: -webkit-box; text-overflow: ellipsis; overflow: hidden;-webkit-box-orient: vertical;
  -webkit-line-clamp: 3;}
.blog-content p{font-family: "Outfit";font-size: 16px;line-height: 22px;color: #222;display: -webkit-box; text-overflow: ellipsis; overflow: hidden;-webkit-box-orient: vertical;font-weight: 400;
  -webkit-line-clamp: 3;}
.blog-content strong{color: #bd1430;font-size: 16px; border: 1px solid #bd1430;border-radius: 50px;padding: 10px 15px;display: inline-block;font-family: 500;margin-top: 20px;}
.blog-content-box{margin-bottom: 20px;}
.blog-content-box a::after{display: none !important;}
.blog-content.blog-content1 h3{font-size: 18px !important;font-family: "Outfit" !important;font-weight: 500;line-height: 24px;color: #222;margin-bottom: 10px;display: -webkit-box; text-overflow: ellipsis; overflow: hidden;-webkit-box-orient: vertical;
  -webkit-line-clamp: 2;}
/* .treatment.treatment-slide .treat_caros .owl-nav {position: absolute;top: 0;top: -100px;right: 150px;} */
footer .foot_menu{background: #FFECE5;}
footer .foot_menu .footer-media li{display: inline-block !important; margin: 0 5px !important;padding: 0 !important;}
.footer-media li a i{color: #fff;font-size: 18px;width: 30px;height: 30px;border-radius: 50px;line-height: 30px;background: #EDFFF2;color: #bd1430;display: flex;align-items: center;justify-content: center;}
.footer-media li::before{display: none;}
/* footer .foot_menu .footer-media{text-align: center;} */
.footer-logo img{width: 160px;}

.footer-media{margin-top: 20px;}
.foot_mid ul{display: flex;align-items: center;justify-content: space-between; gap: 20px;}
.foot_mid ul li{color: #000000;position: relative;padding-left: 40px;}
.foot_mid ul li i{color: #fff;display: flex;align-items: center;justify-content: center; position: absolute;  font-size: 19px;width: 35px;height: 35px;border-radius: 50px;line-height: 35px;background: #BD1430; left: 0;top: -4px;}

.foot_mid ul li a{color: #000000;font-size: 16px;font-family: "outfit";font-weight: 400;}
.foot_mid ul li p{color: #000000;margin: 0;font-size: 16px;font-family: "outfit";font-weight: 400;}
.logo2{display: none;}
.bread_crumb {background-size: cover;position: relative;}
.bread_crumb img {width: 100%;-o-object-fit: cover;object-fit: cover;height: 150px;}
.bread_crumb .bread_cnt {padding: 50px 0px;background: #FFECE5;}
.bread_crumb .bread_in p {font-weight: 600;font-size: 38px;line-height: 40px;letter-spacing: 0.02em;color: #BD1430;text-transform: capitalize; margin-bottom: 0;font-family: "Fraunces";}
.bread_end{padding: 20px;border-radius: 10px;background: #fff; max-width: 275px;float: right;}
.bread_end p{font-size: 13px; line-height: 16px; color: #222;font-family: "Outfit";font-weight: 700;margin-bottom: 4px;}
.bread_end span{color: #222;font-family: "Outfit";font-weight: 500;font-size: 14px;}
.contact-info{background: #bd1430;border-radius: 10px;padding: 55px 20px 20px 20px;height: 100%;align-content: center;position: relative;}
.contact-info .cont-img img{width: 30px;}
.contact-info i{position: absolute;width: 70px;height: 70px;line-height: 70px;border-radius: 50px;background: #fff;color: #bd1430;font-size: 26px;display: flex;align-items: center;justify-content: center;top: -25%;left: 50%;transform: translateX(-50%);border: 1px solid #bd1430;}
.contact-info span{font-family: "Outfit";font-weight: 400;font-size: 16px;
line-height: 20px;text-transform: capitalize; display: block;
}
.contact-info p, .contact-info a{font-family: "poppins";font-weight: 500;font-size: 16px;line-height: 20px;margin-bottom: 0; text-align: center;color: #fff;display: block;}
.contact-info{position: relative;}
.contact-info .cont-img{position: absolute;left: 15px; top: 27px;}
.contact_form h2{font-family: "Poppins";font-weight: 400;font-size: 24px;
line-height: 26px;text-transform: capitalize;color: #FFFFFF;
}
.contact_form{background: #FFECE5;border-radius: 20px;padding: 20px;}
.contact_form label {display: block;margin-bottom: 15px;color: #fff;}
.contact_form label p {margin-bottom: 10px;text-transform: capitalize;color: #222;margin-bottom: 0;}
.contact_form label img {width: -moz-fit-content;width: fit-content;height: 40px;-o-object-fit: contain;object-fit: contain;margin-bottom: 13px;}

.form-select option{font-family: "Poppins";font-weight: 400;color: #222;font-size: 14px;}
/* .contact_form .form-select{box-shadow: none;border-bottom: 1px solid #fff !important;border: none;border-radius: 0;color: #fff;font-family: "Poppins";font-weight: 400; background: transparent;
font-size: 14px;text-transform: capitalize;padding: 10px 0;height: 43px;appearance: none;} */
.contact_form input.form-select::placeholder {
  color: #222; /* Example: grey */
}
.contact_form textarea.form-select::placeholder {
  color: #222; /* Example: grey */
}

.contact_form .form-select{box-shadow: none;border: 1px solid #BD1430!important;border: none;border-radius: 10px;color: #222;font-family: "outfit";font-weight: 500;
font-size: 14px;line-height: 16px;text-transform: capitalize;padding: 10px;height: 50px;}
.contact_form .form-control{box-shadow: none;border: 1px solid #BD1430!important;border: none;border-radius: 10px;color: #222;font-family: "outfit";font-weight: 500;
font-size: 14px;line-height: 16px;text-transform: capitalize;padding: 10px;height: 50px;}
.contact_form input.form-control::placeholder {
  color: #222; /* Example: grey */
}
.contact_form textarea.form-control::placeholder {
  color: #222; /* Example: grey */
}
.contact-info a:hover{color: #fff;}
.blog-content-box .blog-img.blog-img-dt img{height: auto;
  max-height: 550px;width: 100%;object-fit: cover;}
.blog-content.blog-content-dt{padding: 20px;}
.blog-content-dt h1, .blog-content-dt h2, .blog-content-dt h3, .blog-content-dt h4, .blog-content-dt h5, .blog-content-dt h6  {font-size: 18px !important;font-family: "Outfit" !important;
  font-weight: 600;line-height: 24px;color: #bd1430;-webkit-line-clamp: unset;}
.blog-content-dt ul li, .blog-content-dt ol li{position: relative;
  font-family: "Outfit";font-weight: 400;font-size: 16px;line-height: 20px;letter-spacing: 0.2px;
  color: #222;padding-left: 15px;margin-bottom: 10px;list-style: none;}
.blog-content-dt ul li::before, .blog-content-dt ol li::before{content: "";
  position: absolute;left: 0;top: 9px;background: #bd1430;width: 7px;height: 7px;border-radius: 10px;}
.blog-content.blog-content-dt p{-webkit-line-clamp: unset;}
.menu-call ul li a:hover{color: #BD1430;}
.treatment.video .treat_caros .items .awar-box p{-webkit-line-clamp: unset;}
.contact_page .contact_in .contact_form label {display: block;margin-bottom: 20px;}
.contact_form .ex_patient {
  display: flex;align-items: center;}
.contact_form .ex_patient label {display: flex;align-items: center;margin-right: 15px;margin-bottom: 0;cursor: pointer;}
.contact_page .contact_in .contact_form label p {
  font-family: "poppins";font-weight: 400;font-size: 16px;line-height: 25px;letter-spacing: 0.2px;
  color: #1a1a1a;margin-bottom: 10px;text-transform: capitalize;}
.contact_form .ex_patient input[type="radio"] {
  cursor: pointer;width: 20px;height: 20px;border-radius: 50px;margin-left: 10px;min-width: 20px;
  -webkit-appearance: none;-moz-appearance: none;appearance: none;position: relative;background: #fff;overflow: hidden;border: 1px solid #BD1430;
}

.contact_form .ex_patient input[type="radio"]::after {
  content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%; opacity: 0;
  visibility: collapse;background: #BD1430;padding: 0;}
.contact_form .ex_patient input[type="radio"]:checked::after {
  opacity: 1; visibility: visible;
}
.g-review{background: #fff;padding: 25px;border-radius: 20px;}
.g-review-lft h2{font-family: Poppins;font-weight: 600;font-size: 28px;line-height: 30px;
text-transform: capitalize;}
.g-revier-rst img{width: 300px;}
.g-revier-rst{text-align: end;}
.appoint {
  background: #fff url(../images/green-bg.png) no-repeat;
  background-size: cover;
  padding: 70px 50px;
  position: relative;
  z-index: 1;
  background-position: center;
}
.text-center {
  text-align: center !important;
}
.appoint h6 {
  margin-bottom: 10px;
  color: #fff;
  display: block;
  text-align: center;
  width: auto;
  font-size: 40px;
  position: relative;
  /* padding-bottom: 20px; */
  margin-bottom: 10px;
}
.appoint h6::after{
  /* content: "";
  width: 110px;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); */
}
.appoint strong {
  margin-bottom: 8px;
  color: #fff;
  display: block;
  text-align: center;
  width: auto;
   font-weight: 400;
  font-size: 24px;
  margin-bottom: 40px;
  font-family: Outfit;
  font-weight: 400;
}
.service-region{background: #bd1430;border-radius: 20px;padding: 50px;}
.service-foot-img{margin-bottom: -230px;}
.service-section{padding-bottom: 260px;}
.why-box{background: #F3F3F3;border: 1px solid #CCCCCC;padding: 20px;border-radius: 20px;text-align: center;height: 100%;align-content: center;}
.why-box h3{font-size: 20px;line-height: 24px;color: #222222;}
.why-box p{margin-bottom: 0;}
.bg-grey{background-color: #F3F3F3;}
.why-box.why-box1{min-height: 405px;}
.choose-count.choose-count2.monitor-count ul:after{height: 515px;}
.choose-count.choose-count2.cornory-list ul::after{height: 850px;}
.choose-count.choose-count2.angioplasty-line ul::after{height: 300px;}
.insurance-box{background: #fff;border-radius: 20px;padding: 20px;margin-bottom: 20px;}
.text-fixed{overflow-y: auto;scrollbar-width: thin;}
.Specialist-content h1{font-family: "DM Serif Display";font-weight: 600;font-size: 34px;
  line-height: 36px;letter-spacing: 0.02em;color: #bd1430;text-transform: capitalize;margin-bottom: 10px;}
.Specialist-content h2{font-family: "DM Serif Display";font-weight: 600;font-size: 34px;
  line-height: 36px;letter-spacing: 0.02em;color: #bd1430;text-transform: capitalize;margin-bottom: 10px;}
.Specialist-content{padding: 20px;border-radius: 20px;border: 1px solid #F5BEC0;}

/* back to top */

#button {
  display: inline-block;
  background-color: #BD1430;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
a{text-decoration: none;}
.logo2 a{z-index: 999;position: relative;display: inline-block;}




.bg-green{background: #bd1430;}
.client-box span{color: #fff;font-family: "Fraunces";font-weight: 400;font-size: 65px;}
.client-box{text-align: center;}
.client-box p{color: #fff;font-size: 22px;line-height: 26px;font-family: outfit;font-weight: 300;margin-bottom: 0;text-transform: capitalize;}
.blog-content-box .blog-img a.plays.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 100%;
  border: 2px solid #ED1C24;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ED1C24;
}
.blog-content-box .blog-img a.plays.video-btn i {
  z-index: 2;
  position: relative;
  font-size: 20px;
}
 .blog-content-box .blog-img a.plays.video-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 100%;
  z-index: 1;
  animation: ripple 1.5s ease-out infinite;
    animation-delay: 0s;
  animation-delay: 0.2s;
  opacity: 0;
  visibility: hidden;
  background: #ED1C24;
  left: 0;
  top: 0;
}
.blog-content-box:hover .blog-img a.plays.video-btn::before {
  opacity: 1;
  visibility: visible;
}

/* welcome */

.welcome-box .welcome-video a.plays.video-btn {
  position: relative;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 100%;
  border: 2px solid #ED1C24;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ED1C24;
  display: inline-block;
   display: flex;
  align-items: center;
  justify-content: center;
}
.welcome-box .welcome-video a.plays.video-btn i {
  z-index: 2;
  position: relative;
  font-size: 20px;
 
}
 .welcome-box .welcome-video a.plays.video-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 100%;
  z-index: 1;
  animation: ripple 1.5s ease-out infinite;
    animation-delay: 0s;
  animation-delay: 0.2s;
  opacity: 0;
  visibility: hidden;
  background: #ED1C24;
  left: 0;
  top: 0;
}
.welcome-box:hover .welcome-video a.plays.video-btn::before {
  opacity: 1;
  visibility: visible;
}
.welcome-video{text-align: center;margin-top: 5px;display: flex;justify-content: center;}
.welcome-section{background-image: url(../images/welcome-bg.png);background-repeat: no-repeat;background-position: center;background-size: cover;padding: 200px 0;}
.vision-box{border-radius: 10px;padding: 20px;background: #EDFFF2;}
.vision-box h3{font-family: Outfit;font-weight: 500;font-size: 24px;line-height: 37px;
text-transform: capitalize;color: #1A1A1A;}
.vision-box p{margin-bottom: 0;}
.why-list li {
  font-size: 20px;
  color: #222;
  line-height: 26px;
  position: relative;
  padding-left: 25px;
}
.why-list li::before{
  position: absolute;
  left: 0;
  top: 1px;
  transition: 0.2s;
  color: #bd1430;
  font-size: 18px;
  content: "\f061";
   font-family: "Font Awesome 6 Free";
   font-weight: 900;
}
.treatment .treat_caros .items a h6{font-family: Outfit;font-weight: 400;font-size: 16px;color:#303030;line-height: 20px;}
.blog-content:hover strong{background: #fff;color: #bd1430;}
.contact-bottom ul li::before{display: none;}
.contact-bottom ul li{position: relative;padding-left: 45px !important;margin-bottom: 35px !important;}
.contact-bottom ul li i{position: absolute;left: 0;top: -4px;width: 35px;height: 35px;border-radius: 50px;line-height: 35px;background: #BD1430;color: #fff;display: flex;align-items: center;justify-content: center;}
.contact-bottom ul li p{color: #000000;}
.border-top{border-color: transparent!important;}
.footer-logo p{color: #fff;margin-top: 10px;}
.plastic-box{border-radius: 20px;background: #EDFFF2;text-align: center;height: 100%;}
.plastic-box .Plastic-content p{margin-bottom: 0;font-family: Outfit;font-weight: 500;font-size: 20px;text-align: center;line-height: 26px;}
.plastic-box .Plastic-content{padding: 10px;}

.contact-left{margin-top: -150px;}
.department-backlist{background: #EDFFF2;padding: 30px;border-radius: 20px;}
.depart-left{background: #fff;border-radius: 20px;padding: 20px 20px;height: 100%;}
.depart-left ul li{position: relative;padding-left: 15px;margin-bottom: 15px;font-size: 18px;line-height: 22px;}
.depart-left ul li i{left: 0;top: 10px;font-size: 6px;margin-right: 5px;
  vertical-align: middle;margin-left: -10px;}
.depart-head h3{font-family: DM Serif Display;font-weight: 400;
font-size: 28px;line-height: 32px;text-align: center;text-transform: capitalize;
}
.depart-head{text-align: center;}
.depart-two ul li{text-align: center;}
.about-text{
  background-image: url(../images/welcome-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 200px 0;
}
.Plastic-content.plastic-two{position: relative;}
.Plastic-content.plastic-two p{text-align: start !important;display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;width: 330px;}
.Plastic-content.plastic-two span{font-family: Outfit;
font-weight: 500;font-style: Medium;font-size: 14px;text-align: center;text-align: start !important;display: block;}
.Plastic-content.plastic-two i{position: absolute;right: 15px;top: 50%;transform: translateY(-50%);color: #bd1430;font-size: 36px;}

/* new css */
.common-img img{width: 100%;}
.inter-box{background: #FAFAFA;padding: 20px;border-radius: 50px;border: 1px solid #E5E5E5;height: 100%;}
.inter-box h3{font-family: Outfit;font-weight: 500;font-style: Medium;font-size: 20px;line-height: 24px;text-align: center;text-transform: capitalize;color: #000000;margin-bottom: 0;}
.common-section{background: #FFECE5;}
.common-box{background: #fff;border-radius: 25px;border: 1px solid #FFECE5;}
.common-box .common-content{padding: 12px;}
.common-box .common-content h3{font-family: "Outfit";font-weight: 400;font-style: Regular;font-size: 22px;line-height: 24px;text-transform: capitalize;color: #080808;margin-bottom: 10px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;height: 45px;}
.common-box .common-content p{display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;margin-bottom: 40px;}
.common-box .common-content strong{font-family: Outfit;
font-weight: 500;color: #BD1430;
font-style: Medium;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 2%;
text-transform: uppercase;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: 0%;
text-decoration-thickness: 0%;
}
.common-box:hover{background: #BD1430;transition: all 0.2s ease;}
.common-box:hover .common-content h3{color: #fff;}
.common-box:hover .common-content p{color: #fff;}
.common-box:hover .common-content strong{color: #fff;}
.red-bg{background: #BD1430;padding: 50px 20px;border-radius: 20px;}
.why-section{background: #FFECE5;}
.why-left{display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 80px 0;}
.why-left .why-inner{margin-left: auto;padding-left: 30px;}
.why-right img{width: 100%;height: 100%;object-fit: cover;}
.why-right{width: 100%;height: 100%;}
.venturs-box{background: #FAFAFA;padding: 30px;border-radius: 20px;border: 1px solid #E5E5E5;text-align: center;height: 100%;}
.venturs-box h3{font-family: Outfit;font-weight: 400;font-size: 22px;line-height: 24px;text-align: center;text-transform: capitalize;color: #080808;margin-bottom: 10px;}
.venturs-box strong{font-family: Outfit;font-weight: 500;font-style: Medium;font-size: 16px;line-height: 100%;text-transform: uppercase;text-decoration: underline;text-decoration-style: solid;
text-decoration-offset: 0%;text-decoration-thickness: 0%;color: #BD1430;display: inline-block;margin-top: 20px;}
.venturs-box img{margin-bottom: 30px;}
.awar-box p{padding: 10px;margin-bottom: 0;}
.awar-box{position: relative;background: #ffece5;}
.awar-box a.plays{position: absolute !important;top: 50%;left: 50%;transform: translate(-50%, -50%);
  width: 60px;height: 60px;background: #BD1430;border-radius: 100%;border: 2px solid #BD1430;
  display: flex !important;align-items: center;justify-content: center;color: #fff;}
.awar-box a.plays i{z-index: 2;position: relative;font-size: 20px;}
.awar-box a.plays.video-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 100%;
  z-index: 1;
  animation: ripple 1.5s ease-out infinite;
    animation-delay: 0s;
  animation-delay: 0s;
  animation-delay: 0.2s;
  opacity: 0;
  visibility: hidden;
  background: #ED1C24;
  left: 0;
  top: 0;
}
.awar-box:hover a.plays.video-btn::before{opacity: 1;visibility: visible;}
.treatment.treatment-two-slide .treat_caros .owl-nav button{background: #FFECE5 !important;}
.treatment.treatment-two-slide .treat_caros .owl-nav button:hover {transition: 0.2s;background: #BD1430 !important;}
.quality-box{background: #BD1430;border-radius: 20px;padding: 20px;}
.quality-content{padding: 40px;text-align: center;}
.quality-content h2{font-family: Fraunces;font-weight: 600;font-style: SemiBold;
font-size: 32px;line-height: 34px;text-transform: capitalize;color: #fff;}
.quality-content h2 span{font-family: Outfit;font-weight: 300;font-style: Light;font-size: 26px;line-height: 30px;text-transform: capitalize;margin-bottom: 15px;display: inline-block;}
.quality-content p{color: #fff;}
.desk-mobile strong{font-family: "Fraunces";font-size: 26px;font-weight: 600;line-height: 30px;
  color: #BD1430;display: block;margin-bottom: 15px;}
.desk-mobile{display: none;}
.top_book a i {
  display: none;
}

.contact-top .c_top ul li .bg_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #BD1430;
  padding: 30px;
  /*height: 100%;*/
  border-radius: 20px;
}
.contact-top .c_top ul li .bg_cont p, .contact-top .c_top ul li .bg_cont a {
  text-align: center;
  color: #fff;
  font-family: "Outfit";
  font-weight: 400;
  font-size: 17px;
}
.contact-top .c_top ul li .bg_cont i {
  color: #fff;
  margin-bottom: 10px;
  display: block;
  font-size: 30px;
}
.blog-content-box .blog-img.blog-img2 img{height: 300px;}
.venturs-logo{margin-bottom: 30px;}
.bg-grey{background: #FAFAFA;}
.dr-about{background: #FFECE5;border-radius: 20px;padding: 60px 350px 60px 30px;position: relative;}
.dr-about img{position: absolute;right: 0;bottom: 0;}
.dr-about p{font-size: 20px;font-weight: 500;}
.aesth-clinet{padding-top: 180px;}
.venturs-bottom-box{background: #BD1430;border-radius: 20px;padding: 20px;}
.venturs-bottom-box .vent-left p{color: #fff;font-weight: 400;}
.venturs-bottom-box .vent-left a{font-weight: 600;border-bottom: 1px solid #fff;color: #fff;}
.aesth-box{height: 100%;background: #FFECE5;}
.aesth-box .img img{width: 100% !important;}
.aesth-box .aesth-content p{text-align: center;padding: 10px;font-weight: 500;}
.services-detial-info{padding: 5px 20px;border: 1px solid #FFECE5;border-radius: 20px;background: #fff;}
.who-box{padding: 15px;background: #FFECE5;border-radius: 20px;margin-bottom: 10px;}
.who-box p{color: #080808;}
.who-box h4{font-size: 16px;color: #bd1430 !important;margin-bottom: 0 !important;}
.services-detial-info h2{font-size: 16px;line-height: 18px;margin-top: 20px;}
.certificate-text h2{font-family: "Outfit";font-weight: 600;font-size: 26px;line-height: 28px;color: #222;margin-bottom: 25px;}
.certificate-box{margin-bottom: 20px;background-color: #ffece5;padding: 20px;border-radius: 20px;height: 100%;}
.certificate-box .certified-content p{font-size: 20px;
font-weight: 500;}
.certified-content{margin-top: 10px; text-align: center;}
/* .certified-img{width: 100%;height: 300px;overflow: hidden;} */
.certified-img img{width: 100%;height: 100%;object-fit: contain;}
.awar-box img{border-radius: 20px;}

.contact-top .c_top ul li .bg_cont.bg-list{flex-direction: row;justify-content: space-between;}
.contact-top .c_top ul li .bg_cont.bg-list p{margin-bottom: 0;}
.contact-top .c_top ul li .bg_cont.bg-list-two{flex-direction: colum;justify-content: start;align-items: center;}
.contact-top .c_top ul li .bg_cont.bg-list-two p{text-align: center;}
.contact-top .c_top ul li .bg_cont.bg-list-two span{color: #fff;}




/* responsive */
@media screen and (max-width: 1920px) {
    
    .blog-content-box .blog-img.blog-img1 img{
      height: 390px;
      }
  
}
@media screen and (max-width: 1400px) {
  
  .blog-content-box .blog-img.blog-img1 img{
  height: 390px;
  }         
  .welcome-section{padding: 300px 0;}
}

@media only screen and (min-width: 1201px) and (max-width: 1399px){
   
   .blog-content-box .blog-img.blog-img1 img{
      height: 365px;
      }
   
  .treatment .treat_caros .owl-nav {
  position: absolute;
  top: -80px;
  right: 65px;
}
header .header .header_in .ryt .menus .menu ul li a{font-size: 14px;}


}

@media screen and (max-width: 1200px) {




.blog-content-box .blog-img img {height: 107px;}
.common-box .common-content p{margin-bottom: 25px;line-height: 18px;}  
.treatment .treat_caros .owl-nav{position: unset;justify-content: center;}
.contact-info{padding: 55px 5px 5px 5px;}
.contact-info p, .contact-info a{font-size: 13px;
  line-height: 16px;}
.Plastic-content.plastic-two p{text-align: start;display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;width: 230px;}
.welcome-section{padding: 200px 0;}
.banner .owl-nav button.owl-next {
  right: -50px;
}
.banner .owl-nav button.owl-prev {
  left: -50px;
}
.choose-count.choose-count2.angioplasty-line ul::after {height: 365px;}
.choose-count.choose-count2.count-mobile ul:after{height: 560px;}
.choose-count.choose-count2.cornory-list ul::after {height: 965px;}  
.choose-count ul::after {height: 500px;}
.g-revier-rst{text-align: center;}
.g-revier-rst a{margin-top: 8px;margin-left: 0;}
.choose-count.choose-count2.monitor-count ul::after {height: 570px;}
.choose-count.choose-count2 ul::after {height: 510px;}
footer .cpy_ryt p{font-size: 13px;} 
.blog-content-box .blog-img.blog-img1 img {
height: 265px;}
.choose-count.choose-count2.count-lowview ul:after{height: 580px;} 
.location .locat_in .lft_sec .lft strong{font-size: 34px;line-height: 38px;}
.cnt h2{font-size: 34px;line-height: 38px;}
.treatment .treat_in h2{font-size: 34px;line-height: 38px;}
footer .foot_menu .foot_menu1 .foot_top .f-link ul li a{font-size: 14px;}  
.foot_mid ul li p{font-size: 12px;line-height: 16px;}
.foot_mid ul li a{gap: 7px;}
.foot_mid ul li a{font-size: 12px;}
.footer-logo img{width: 130px;}
.location .locat_in .lft_sec .lft ul li::after {display: none;}
.menu-call ul li{padding-left: 35px;}  
header .header .header_in .ryt .menus .menu ul li a {
  font-size: 12px;
}
header .header .header_in .ryt .menus .menu ul {
  gap: 9px;
}
.travel .box .text {
  padding: 40px;
}
.location .locat_in .lft_sec .lft ul li a {
  font-size: 14px;
  line-height: 16px;
}
.treatment .treat_caros .owl-stage .owl-item .items {
  /* padding-right: 20px; */
}

footer .foot_menu .foot_menu1 .foot_mid .lft ul, footer .foot_menu .foot_menu1 .foot_mid .ryt ul {
  gap: 5px;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.cmn p {
  font-size: 17px;
}
}
@media screen and (max-width: 991px) {


.contact-bottom ul li a{text-transform: capitalize !important;}
.contact-top .c_top ul li .bg_cont.bg-list{flex-direction: column;}
.contact-top .c_top ul li .bg_cont.bg-list a{display: block;}
.contact-top .c_top ul li .bg_cont.bg-list p{margin-bottom: 5px;}

.blog-content-box .blog-img.blog-img2 img {
  height: 250px;
}
.aesth-clinet{padding-top: 70px;}  
.foot_mid ul li a {
  font-size: 16px;
}
.foot_mid ul li p {
  font-size: 16px;
}
.desk-mobile strong{font-size: 20px;}
.desk-mobile {display: block;}
.desk-view{display: none;}
.quality-lft{text-align: center;}
.red-bg{padding: 20px;}
.client-box span{font-size: 50px;}
.client-box p{font-size: 17px;}
.about .about_in .img{text-align: center;} 
.contact-info{margin-bottom: 30px;height: 120px;}  
.why-list.mt-3{margin-top: 20px !important;}
.banner .owl-nav button.owl-next{right: -30px;}
.banner .owl-nav button.owl-prev{left: -30px;}  
.treatment .treat_caros .owl-nav{justify-content: center;}
.bg-menu {background: #fff;padding: 20px 0;}
.choose-count.choose-count2.angioplasty-line ul::after {height: 295px;}
.choose-count.choose-count2.count-mobile.count-tab ul::after{height: 470px;}
.choose-count.choose-count2.count-lowview ul::after {height: 440px;}
.choose-count.choose-count2.monitor-count ul::after {height: 505px;}  
.choose-count.choose-count2 ul::after {height: 445px;}
.choose-count.choose-count2.count-mobile ul::after {height: 605px;}
.appoint h6{font-size: 30px;}
.choose-count.choose-count2.cornory-list ul::after {
  height: 780px;
}
.g-review-lft h2{text-align: center;margin-bottom: 20px;}
.g-revier-rst{text-align: center;}
.choose-count ul::after{height: 390px;}
.about-right{padding: 20px;}
.location-img img{width: 330px;}
.venturs-top-section .heading-text br{display: none;}
.treat .treat_in .lft ul li a{width: 100%;}
.treat .treat_in .lft.list-tab ul li{width: 80%;display: block;text-align: center;margin: 0 auto;}
.failure-box-content{min-height: unset;}
.multi-box{margin-bottom: 20px;min-height: unset;}
.heading-text h2{font-size: 34px;line-height: 38px;}
.about-right strong{font-size: 24px;line-height: 26px;}
.heading-text1 strong{font-size: 24px;line-height: 26px;}
.cnt h2{font-size: 30px;line-height: 36px;}
.lft.lft-service strong{font-size: 24px;line-height: 26px;}
.lft.lft-service h2{font-size: 30px;line-height: 36px;}
.gratitude-sec{margin-bottom: 20px;}
.header-text{font-size: 30px;line-height: 36px;}
.about-right h2{font-size: 30px;line-height: 36px;}
.about-right h1{font-size: 30px;line-height: 36px;}
.heading-text1 h2{font-size: 30px;line-height: 36px;}
.blog-box{margin-top: 0;}
.testi-review-box h1{font-size: 22px;line-height: 18px;}
.location .locat_in .lft_sec .lft ul li a{font-size: 16px;}
.heading-text3 h2{font-size: 26px;line-height: 30px;}
.heading-text1 h1{font-size: 32px;line-height: 26px;}
.cardio-service-box{margin-bottom: 40px;}
.about-left{margin: 20px 0;align-items: center;text-align: center;}
header .header .header_in .ryt .menus .mean-bar {
  border: none;
  top: 11px;
  position: static;
}
header .header .header_in .ryt .menus .mean-bar .meanmenu-reveal {
  height: auto;
  line-height: 25px;
  background: #BD1430;
  padding: 10px 7.5px;
  border-radius: 5px;
  color: #fff;
}
header .header .header_in .ryt .menus .mean-bar .meanmenu-reveal span {
  background: #fff;
  border-radius: 5px;
}
header .header .header_in .ryt .menus .top_book {
  position: absolute;
  right: 55px;
  top: 0;

}
header .header .header_in .ryt .menus {
  align-items: flex-start;
  flex-direction: column-reverse;
  position: relative;
  position: absolute;
  right: 0;
  top: 25px;
  left: 30px;
}
header .header .header_in .ryt .menus .mobile-menu {
  position: static;
  width: -moz-fit-content;
  width: fit-content;
}
header .header .header_in .ryt .menus .mean-bar ul li a {
  font-family: "outfit";
  font-weight: 500;
}
header .header .header_in {
  position: relative;
}
.treatment .treat_caros .items {
  padding-bottom: 30px;
  /* padding-top: 25px; */
}
.treatment .treat_caros .items a:after {
  width: 45px;
  height: 45px;
}
.travel .box .text {
  margin-left: 0;
  padding: 20px;
}
footer .foot_menu .foot_menu1 .foot_mid .lft ul {
  justify-content: center;
}
footer .foot_menu .foot_menu1 .foot_top .f-link .flist {
  display: none;margin-bottom: 15px;}
footer .foot_menu .foot_menu1 .foot_top .f-link strong {
  margin-bottom: 0;
  padding-block: 10px;
  font-size: 20px;
  position: relative;
  cursor: pointer;
}
.foot_menu1 .foot_top .f-link strong::before {
  content: "";
  border-width: 0 3px 3px 0;
  padding: 3px;
  position: absolute;
  right: 10px;
  bottom: 20px;
  border-color: #000000;
  border-style: solid;
  transition: 0.3s;
  text-align: center;
  transform: rotate(45deg);
}
.foot_menu1 .foot_top .f-link .flist {display: none;}
.foot_menu1 .foot_top .f-link strong.tog::before {transform: rotate(-135deg);}
.foot_menu1 .foot_top .f-link {border-bottom: 1px solid #BD1430;padding: 0;}
footer .foot_menu .foot_menu1 .foot_top {
  padding: 30px 0 0;margin: 0;}
footer .foot_menu .foot_menu1 .foot_mid {
  padding: 0px 0 20px 0;border-block: none;}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul {flex-wrap: wrap;justify-content: center;gap: 10px;
}
.contact-bottom ul li{margin-bottom: 20px !important;}
footer .cpy_ryt .cpy_in {flex-direction: column;gap: 10px;text-align: center;}
.location .locat_in .lft_sec .lft {max-width: 100%;}
.travel .box {margin-top: 35px;}

/* new css */

.logo2{display: block;}
.logo{display: none;}
.menu-media{display: none;}
.menu-call{display: none;}
.top_book {float: right; position: absolute;right: 55px;top: 16px;z-index: 999;}
header .header .header_in .ryt .menus .mean-bar {position: absolute;top: -10px;right: 20px;}
.logo2 img{width: 180px;}
.top_book a{font-size: 14px; padding: 10px 15px;}
header .header .header_in{padding: unset;}
.experience-section .hire-box{margin: 15px 0;}
.experience-section .hire-bg{padding: 15px 25px;}
.location .locat_in .lft_sec .lft strong{font-size: 34px;line-height: 36px;}
.treatment .treat_in h2{font-size: 22px;line-height: 34px;}
.treatment .treat_caros .owl-nav {position: absolute;top: 0;top: -87px;right: 125px;}
.treatment .treat_caros .owl-nav{position: unset;}
.treatment.treatment-slide .treat_caros .owl-nav{position: unset;}
.blog-content{padding: 20px;}
.foot_mid ul{display: block;}
.foot_mid ul li{margin-bottom: 20px;}
.contact-left{margin-bottom: 20px;}

.banner .item .ban-img{
width: 500px;
position: absolute;right: 0;
bottom: 0;
text-align: end;margin-left: auto;
margin-top: 60px;
}
.banner .item {
align-items: center;
padding: 120px 0px 0px 0px;
}
.banner .item .ban-txt {
margin-bottom: 540px;
}
.border-top{border-color: #BD1430 !important;}
header .header .header_in .ryt .menus .top_book a i {
display: none;
}

.common-box .common-content p {margin-bottom: 70px;line-height: 18px;}
 .blog-content-box .blog-img img {
    height: 175px;
  }



}
@media screen and (max-width: 767px) {
    
    
    
.contact-bottom ul li a{text-transform: capitalize !important;}
.common-box{border-radius: 42px;}
.certified-img{height: 210px;}
.common-box .common-content h3{height: unset;-webkit-line-clamp: unset;}
.common-box .common-content p {margin-bottom: 15px;line-height: 18px;}
.vent-left{text-align: center;}  
.vent-right{text-align: center;}
.dr-about {
  background: #FFECE5;
  border-radius: 20px;
  padding: 25px 25px 360px 25px;}
.logo2 img {max-width: 165px !important;}
.top_book{top: 11px;}
.top_book a:hover::before{border-radius: 8px;}
.top_book a{border-radius: 8px;margin-right: 5px;font-size: 18px;padding: 12px 15px;}
.top_book a span{display: none;}
.top_book a i {
  display: block;
}
.foot_mid ul li {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #000000;
}  
footer .foot_menu .foot_menu1 .foot_mid{padding: 0;}
.contact-bottom ul li{margin-bottom: 25px !important;}
.quality-content h2{font-size: 24px;line-height: 26px;}
.quality-content{padding: 0;}  
.why-left{padding: 40px 0;}
.common-img img{border-radius: 40px;}
.common-box .common-content {padding: 25px;}
.banner .item .ban-txt {margin-bottom: 450px;}
.banner .item .ban-img {width: 375px;}
.banner .item .ban-txt h1 {font-size: 24px;font-weight: 700;
line-height: 26px;}  
.testi-review-box strong{font-size: 18px;}
.testi-review-box h3{font-size: 16px;}
.heading-text{margin-bottom: 20px !important;}
.plastic-box .Plastic-content p {
  margin-bottom: 0;
  font-family: Outfit;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
}  
.contact-info i{width: 55px;height: 55px;font-size: 18px;}  
.contact-info{height: auto;margin-bottom: 30px;}
.map-section{margin-top: 0;}
.contact-left{margin-top: 0;}
.banner .owl-nav{display: none;}
.bg-menu{background: #fff;padding: 20px 0;}
.text-fixed{height: auto;}
 .choose-count.choose-count2.count-mobile ul::after {
    height: 560px;
  }
.choose-count.choose-count2.choose-mobile ul::after{height: 500px;}
.choose-count.choose-count2.angioplasty-line ul::after {height: 390px;}
.choose-count.choose-count2.cornory-list ul::after {height: 1025px;}
.choose-count.choose-count2.monitor-count ul::after {height: 600px;} 
.g-revier-rst img{width: 230px;}
.g-revier-rst a{margin-top: 10px;margin-left: 0 !important;}
.g-revier-rst{text-align: center;}
.g-review-lft h2{font-size: 18px;line-height: 20px;} 
.Specialist-content h2, .Specialist-content h1{font-size: 22px;
  line-height: 26px;}
.accordion-section .accordion .accordion-item .accordion-button::after {right: 15px;}  
.appoint strong{font-size: 14px;line-height: 18px;margin-bottom: 10px;}
.appoint h6{font-size: 20px;line-height: 24px;}
.choose-count.choose-count2 ul::after {height: 605px;}
.appoint{padding: 45px 15px;}
.why-box h3{font-size: 16px;line-height: 20px;}
.heading-text2 h2, .heading-text2 h1{font-size: 20px;line-height: 24px;}
.service-region{padding: 20px;}
.foot_mid ul li p br{display: none;}
  header .header .header_in .ryt .menus {align-items: flex-start;flex-direction: column-reverse;
    position: relative;position: absolute;right: 0;top: 25px;left: 30px;}
.max-box{padding: 20px 30px;}
.about-left{margin: 20px;}
.why-choose-box h3{font-size: 20px;line-height: 24px;}
.monitor-box h3{font-size: 20px;line-height: 24px;}
.location-img img{width: 100%;margin-bottom: 20px;}
.location-img{position: unset;transform: unset;}
 
.ryt.tab-content .special-services h3{font-size: 20px;}
.treat .treat_in .lft ul li{display: block;width: 100%;}
.treat .treat_in .lft ul li a{width: 100%;text-align: center;}
.failure-box-content{min-height: unset;}
.failure-box h3{font-size: 24px;line-height: 30px;}
.modules-box p{font-size: 14px;line-height: 20px;}
.multi-box{min-height: unset;}
.header-text{font-size: 22px;margin-bottom: 10px;}
.location .locat_in .tab-content .tab-pane .posi a img {
  width: 55%;-o-object-fit: cover;object-fit: cover;}
.blog-left-box h2{font-size: 20px;}
.blog-box{margin-top: 0;}
.testi-review-box h1{font-size: 18px;line-height: 18px;}
.blog-box h1{font-size: 18px;line-height: 20px;}
.treat-list-box h3{font-size: 16px;line-height: 24px;}
.vision-list li{font-size: 16px;line-height: 20px;}
.lft-service h6{font-size: 22px;line-height: 18px;}
.lft.lft-service strong{font-size: 18px;line-height: 24px;}
.heading-text1 h1 {font-size: 18px;line-height: 24px;}
  
.treatment .treat_caros .owl-stage .owl-item:nth-child(2n) {}
.treatment.treatment1 .treat_caros .owl-stage .owl-item:nth-child(2n) {margin-top: 0px;}
.cnt h2{font-size: 24px;line-height: 26px;}
.about .about_in .cnt span{font-size: 18px;line-height: 26px;}
.heading-text3 strong{font-size: 18px;line-height: 26px;}
.heading-text3 h2{font-size: 24px;line-height: 26px;}
.location .locat_in .lft_sec .lft ul{margin-top: 20px;}
.lft.lft-service h2{font-size: 24px;line-height: 16px;}
.gratitude-sec{margin-bottom: 20px;}
.heading-text h2{font-size: 24px;line-height: 28px;}
.heading-text1 strong{font-size: 18px;}
.heading-text1 h2{font-size: 24px;line-height: 28px;}
.heading-text1{margin-bottom: 20px;}
.heading-text h1{font-size: 26px;line-height: 30px;}
.banner-box strong{font-size: 24px;line-height: 20px;}
.about-right h3{font-size: 20px;margin-bottom: 8px;line-height: 26px;}
.about-right h2{font-size: 20px;margin-bottom: 8px;line-height: 26px;}
.about-right h1{font-size: 20px;margin-bottom: 8px;line-height: 26px;}
.multi-box.multi-box1{min-height: unset;}
.about-right strong{font-size: 18px;}
 
.location .locat_in .tab-content .tab-pane .posi {
  width: unset;padding: 15px;bottom: -30px;}
.location .locat_in .tab-content .tab-pane .posi p{font-size: 16px;
  line-height: 20px;}
.location .locat_in .tab-content .tab-pane .posi a:after {
  width: 45px;height: 45px;top: 15px;}
.radio .radio_in .lft .img_sec ul {flex-direction: column;}
.accordion-section .accordion .accordion-item button{font-size: 14px;} 
  
  /* new css  */
.treatment.testi-written .treat_caros .items .test-box img {
width: 60px;
margin: 0 auto;}
 
.why-list li{font-size: 18px;line-height: 20px;}
.logo2{display: block;}
.logo{display: none;}
.menu-media{display: none;}
header .header .header_in .ryt .menus .mean-bar{position: absolute;top: -15px;right: 20px;}
.menu-call{display: none;}
.top_book{display: block;}
header .header .header_in{padding: 0;}
.banner .item .ban-txt.ps-5{padding-left: 0 !important;}
.experience-section .hire-box h3{font-size: 16px;line-height: 20px;}
.experience-section .hire-box .hire-img img{width: 45px;}
.experience-section .hire-box{padding-left: 55px; margin: 5px 0;}
.experience-section .hire-bg{padding: 15px 25px;}
.location .locat_in .lft_sec .lft strong{font-size: 28px;line-height: 30px;}
.choose-count ul li h3{font-size: 16px;}
.choose-count ul::after {height: 465px;}
.choose-quality .choose-icon-box h3{font-size: 14px;}
.choose-icon-box{margin-bottom: 20px;text-align: center;}
.treatment .treat_in h2{font-size: 24px;line-height: 26px;}
.treatment .treat_in .ryt{text-align: start;}
.treatment .treat_caros .owl-nav{position: unset;margin-top: 5px;justify-content: center;}
.treatment .treat_caros .owl-nav button.owl-prev{left: 0 !important;}
.treatment .treat_caros .owl-nav button.owl-next{right: 0 !important;}
.treatment.treatment-slide .treat_caros .owl-nav{position: unset;}
.foot_mid ul{display: block;}
.foot_mid ul li{margin-bottom: 20px;}
.less3{padding: 08px 20px;}
.banner .owl-dots{display: none;}
.treatment .treat_in{margin-bottom: 10px;}
.bread_end {padding: 10px;border-radius: 10px;background: #fff;  max-width: 275px;
  float: unset;}
.bread_crumb img{height: 145px;}
.bread_crumb .bread_in p{font-size: 30px;line-height: 34px;margin-bottom: 5px;}
.contact_form h2{font-size: 20px;line-height: 24px;}
.mt-space{margin-top: 8px;}
}
