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

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

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

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

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

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

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  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: Source Sans Pro;
}

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;
}

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 a {
  position: relative; /* Important for positioning the ::before */
  color: #FFA500;
  border: none;
  border-radius: 50px;
  transition: all 0.6s ease-in-out;
  background: #211D70;
  display: inline-block;
  padding: 14px 20px;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  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 #211D70;
  overflow: hidden; /* Clip animated background */
}
.banner .item .ban-txt a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: scaleX(0); /* Scale only X-axis */
  transform-origin: top center; /* Start from left */
  transition: transform 0.6s ease-in-out;
  border-radius: 0px;
}
.banner .item .ban-txt a:hover {
  color: #222;
}
.banner .item .ban-txt a:hover::before {
  transform: scaleX(1); 
}
/*  */
.banner .item .ban-txt a.ask2:hover{color: #fff;}
.banner .item .ban-txt a.ask2 {
  background: transparent;
  color: #211D70;
  text-transform: uppercase;
  margin-right: 20px;
  border: 1px solid #211D70;
}
.banner .item .ban-txt a.ask2::before {
  background: #211D70;
}

/* less 4 */

.less4{
  position: relative; /* Important for positioning the ::before */
  color: #fff;
  border: none;
  border-radius: 50px;
  transition: all 0.6s ease-in-out;
  background: #211D70;
  display: inline-block;
  padding: 14px 20px;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0);
  
  border: 1px solid #211D70;
  overflow: hidden; /* Clip animated background */
}
.less4::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: scaleX(0); /* Scale only X-axis */
  transform-origin: top center; /* Start from left */
  transition: transform 0.6s ease-in-out;
  border-radius: 0px;
}
.less4:hover {
  color: #222;
}
.less4:hover::before {
  transform: scaleX(1); 
}

/* less */


.less {
  position: relative; /* Important for positioning the ::before */
  color: #CD015B;
  border: none;
  border-radius: 8px;
  transition: all 0.6s ease-in-out;
  background: transparent;
  display: inline-block;
  padding: 13px 20px;
  font-family: "Montserrat";
  font-size: 14px;
  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 #CD015B;
  overflow: hidden; /* Clip animated background */
}

.less::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: scaleX(0); /* Scale only X-axis */
  transform-origin: left center; /* Start from left */
  transition: transform 0.6s ease-in-out;
  border-radius: 0px;
}

.less:hover {
  color: #222;
}

.less:hover::before {
  transform: scaleX(1); /* Fully scale X on hover */
}

.less2 {
  position: relative; /* Important for positioning the ::before */
  color: #211D70;
  border: none;
  border-radius: 50px;
  transition: all 0.6s ease-in-out;
  background: transparent;
  display: inline-block;
  padding: 13px 20px;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  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 #211D70;
  overflow: hidden; /* Clip animated background */
}

.less2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #211D70;
  transform: scaleX(0); /* Scale only X-axis */
  transform-origin: top center; /* Start from left */
  transition: transform 0.6s ease-in-out;
  border-radius: 0px;
}

.less2:hover {
  color: #fff;
}

.less2:hover::before {
  transform: scaleX(1); /* Fully scale X on hover */
}

/* less 3 */

.less3 {
  position: relative; /* Important for positioning the ::before */
  color: #fff;
  border: none;
  border-radius: 50px;
  transition: all 0.6s ease-in-out;
  background: #F38311;
  display: inline-block;
  padding: 13px 20px;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0);
  
  border: 1px solid #F38311;
  overflow: hidden; /* Clip animated background */
}

.less3::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: scaleX(0); /* Scale only X-axis */
  transform-origin: top center; /* Start from left */
  transition: transform 0.6s ease-in-out;
  border-radius: 0px;
}

.less3:hover {
  color: #1a1a1a;
}

.less3:hover::before {
  transform: scaleX(1); /* Fully scale X on hover */
}


@media screen and (max-width: 1200px) {
  /* .less {
    font-size: 13px;
    padding: 1px 20px;
  } */
}
@media screen and (max-width: 767px) {
  .less {
    font-size: 13px;
    padding: 10px 20px;
  }
}

.less1 {
  position: relative; /* Important for positioning the ::before */
  color: #CD015B;
  border: none;
  border-radius: 8px;
  transition: all 0.6s ease-in-out;
  background: #fff;
  display: inline-block;
  padding: 10px 20px;
  font-family: "Montserrat";
  font-size: 14px;
  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 #CD015B;
  overflow: hidden; /* Clip animated background */
}

.less1::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #CD015B;
  transform: scaleX(0); /* Scale only X-axis */
  transform-origin: left center; /* Start from left */
  transition: transform 0.6s ease-in-out;
  border-radius: 0px;
}

.less1:hover {
  color: #fff;
}

.less1:hover::before {
  transform: scaleX(1); /* Fully scale X on hover */
}




@media screen and (max-width: 1200px) {
  /* .less1 {
    font-size: 16px;
    padding: 10px 20px;
  } */
}
@media screen and (max-width: 767px) {
  .less1 {
    font-size: 13px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1200px) {
  /* .less2 {
    font-size: 16px;
    padding: 15px 20px;
  } */
}
@media screen and (max-width: 767px) {
  .less2 {
    font-size: 13px;
    padding: 10px 20px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat;
  
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: 0.02em;
  color: #222222;
  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: poppins;
  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: "Raleway";
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #2A2A2A;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  p {
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }

}

.pads {
  padding: 100px 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;
  background: #CD015B;
}
header .header .top {
  background: #0B4090;
  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 img{width: 85px;}
header .header .header_in .logo{}
header .header .header_in .logo a {
  display: block;
}
header .header .header_in .ryt .menus {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  padding: 15px 0;
}
header .header .header_in .ryt .menus .menu ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 11px;
}

header .header .header_in .ryt .menus .menu ul li a {
  font-family: "Exo";
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #fff;
  display: block;
  text-transform: uppercase;
  transition: 0.2s;
}
.bg-head{background: #fff;padding: 10px;}
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;
}
header .header .header_in .ryt .menus .menu ul li .sub_menu ul {
  display: block;
  background: #07329e;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #F38311;
}
header .header .header_in .ryt .menus .menu ul li .sub_menu ul li a {
  padding: 5px 15px;
  background: #fff;
  color: #131346;
  background: #fff;
}
header .header .header_in .ryt .menus .menu ul li .sub_menu ul li a:hover {
  background: #211d70;
  color: #fff;
}
header .header .header_in .ryt .menus .menu ul li:hover a, header .header .header_in .ryt .menus .menu ul li.active a {
  color: rgb(243, 131, 17);
  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: #DA1920;
    border-radius: 5px;
  }
}

/* .banner {
  background: url(../images/banner_bg.webp) no-repeat;
  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 {
  
  /* padding: 100px 0px; */
}
@media screen and (max-width: 991px) {
  .banner .item .ban-txt {
    text-align: left;
  }
}
.banner .item .ban-txt span {
  font-family: "Poppins";
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 10px;
  background: #DA1920;
  border-radius: 50px;
  padding: 15px 40px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .banner .item .ban-txt span {
    font-size: 17px;
    line-height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .banner .item .ban-txt span {
    font-size: 23px;
    line-height: 27px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .banner .item .ban-txt span {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 20px;
    margin-bottom: 10px;
  }
}
.banner .item .ban-txt h2{font-family: "Lora";font-weight: 500;color: #211D70;
font-size: 26px;line-height: 30px;letter-spacing: 2%;text-align: start;text-transform: capitalize;margin-bottom: 10px;font-style: italic;
}
/* .banner .item .ban-txt span {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 15px;
  color: #fff;
  background: #CD015B;
  text-transform: capitalize;
  margin-bottom: 20px;
  border-radius: 4px;
} */
.banner .item .ban-txt strong {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 65px;
  line-height: 70px;
  letter-spacing: 0.02em;
  display: block;
  color: #211D70;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.banner .item .ban-txt h1 {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 65px;
  line-height: 70px;
  letter-spacing: 0.02em;
  display: block;
  color: #211D70;
  text-transform: uppercase;
  margin-bottom: 10px;
}


@media screen and (max-width: 1400px) {
  .banner .item .ban-txt strong {
    font-size: 45px;
    line-height: 50px;
  }
  
  .banner .item .ban-txt h1 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .banner .item .ban-txt strong {
    font-size: 40px;
    line-height: 45px;
  }
  .banner .item .ban-txt h1 {
    font-size: 40px;
    line-height: 45px;
  }
  
}
@media screen and (max-width: 991px) {
  .banner .item .ban-txt strong {
    font-size: 45px;
    line-height: 50px;
    text-align: left;
  }
  .banner .item .ban-txt h1 {
    font-size: 35px;
    line-height: 40px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .banner .item .ban-txt strong {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .banner .item .ban-txt h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .banner .item .ban-txt strong {
    font-size: 25px;
    line-height: 30px;
  }
  .banner .item .ban-txt h1 {
    font-size: 27px;
    line-height: 30px;
  }
}
.banner .item .ban-txt p {
  font-family: "Raleway";
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #222;
  margin-bottom: 20px;
}
.banner .item .ban-txt p b {
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .banner .item .ban-txt p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .banner .item .ban-txt p {
    text-align: left;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner .item .ban-txt p {
    font-size: 17px;
    line-height: 25px;
  }
}


/* .banner .item .ban-txt a:hover {
  color: #fff;
  background: #211D70;
  border: 1px solid #211D70;
} 
 .banner .item .ban-txt a:hover {
  background: transparent;
  color: #211D70;
  border: 1px solid #211D70;
} 

.banner .item .ban-txt p::first-letter {
  text-transform: uppercase;
} */
/* .banner .item .ban-txt a {
  display: inline-block;
  font-family: "poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 22.68px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #222;
  text-transform: uppercase;
  margin-top: 10px;
  background: #CD015B;
  border: 1px solid #CD015B;
  padding: 10px 20px;
  border-radius: 50px;
}
.banner .item .ban-txt a.ask2 {
  background: transparent;
  color: #222;
  text-transform: capitalize;
  margin-right: 0;
  border: 1px solid #CD015B;
}
.banner .item .ban-txt a:hover {
  color: #222;
  background: #fff;
  border: 1px solid #CD015B;
} */
/* .banner .item .ban-txt a:hover {
  background: transparent;
  color: #062f65;
  border: 1px solid #062f65;
} */
@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 0 15px 0 !important;
  }
}
.banner .item .ban-slider1{position: relative;background-image: url(../images/slider-bg.png);
 background-repeat: no-repeat;background-position: center;background-size: cover;padding: 200px 0 200px 0;
}
.banner .item .ban-img img {
  /* max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%; */
}
.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 #DA1920 !important;
  background: #fff !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: #DA1920;
  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: #DA1920;
  color: #fff;
  transition: 0.2s;
}
.treatment{background-image: url(../images/testi-bg.webp);background-repeat: no-repeat;background-position: inherit;background-size: cover;}
.treatment .treat_caros {
  position: relative;
}
.treatment .treat_caros .items {
}
.treatment .treat_caros .items a {
  display: block;
  position: relative;
}
.treatment .treat_caros .items a h3 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 23px;
  display: block;
  line-height: 25px;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: #222222;display: -webkit-box; text-overflow: ellipsis; overflow: hidden;-webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 26px;
}
.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: #D83761;
  display: block;
  text-transform: capitalize;
  margin-bottom: 3px;}
/* .treatment .treat_in h2{font-family: "PortlandLDO-Bold";
  font-weight: 500;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.02em;
  color: #CD015B;
  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;
}



@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 #CD015B !important;
  background: #CD015B !important;
  border-radius: 100%;
  bottom: 0;
}
.treatment{position: relative;}
/* .treatment .treat_caros .owl-nav{position: absolute;top: 0;top: -84px;
  right: 150px;} */
.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: #222222;
  font-size: 23px;
}
.treatment .treat_caros .owl-nav button.owl-next {
  right: 0;
}
.treatment .treat_caros .owl-nav button.owl-next::before {
  content: "\f061";
  
}
.treatment .treat_caros .owl-nav button.owl-prev {
  left: 0;
}
.treatment .treat_caros .owl-nav button.owl-prev::before {
  content: "\f060";
}
.treatment .treat_caros .owl-nav button:hover {
  transition: 0.2s;
  background: #222222 !important;
  border: 1px solid #222222 !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;
  color: #fff;
}
.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: #CD015B;
  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 #DA1920 !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: #CD015B;
  display: block;
  margin: 5px;
} 
.banner .owl-dots button.active span::after{
   position: absolute;content: "";background-color: #DA1920;width: 25px;height: 3px;top: 50%;transform: translateY(-50%);
}
.banner .owl-dots button.active span {
  background: #DA1920;position: relative;
} 
.banner{position: relative;}
.treatment .treat_caros .owl-dots {
  display: flex;
  align-items: center;
  justify-content: end;
  position: absolute;
  bottom: -58px;
  right: 0;
  
}


.treatment .treat_caros .owl-dots button span {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #F38311;
  opacity: 0.5;
  display: block;
  margin: 5px;
  /* border: 1px solid #DA1920; */
}
.treatment .treat_caros .owl-dots button.active span {
  background: #F38311 !important;
    opacity: 1;
    width: 18px;
  height: 18px;
}

.video-testi .treat_caros .owl-dots button span {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #CD015B;
  opacity: 0.5;
  display: block;
  margin: 5px;
  /* border: 1px solid #DA1920; */
}
.video-testi .treat_caros .owl-dots button.active span {
  background: #F38311 !important;
    opacity: 1;
  width: 18px;
  height: 18px;
}
.video-testi .treat_caros .owl-dots{text-align: center;display: flex;align-items: center;justify-content: center;margin-top: 50px;}








.treatment.treatment-testi .treat_caros .owl-dots button span {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #fff;
  opacity: 0.5;
  display: block;
  margin: 5px;
  /* border: 1px solid #DA1920; */
}
.treatment.treatment-testi .treat_caros .owl-dots button.active span {
  background: #fff !important;
    opacity: 1;
    width: 18px;
  height: 18px;
}

.brain-box{position: absolute;right: 20px;top: 20px;}
.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: 10px;
  overflow: hidden;
}
.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: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  border: 2px solid #DA1920;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DA1920;
} */
/* .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: #DA1920;
  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: 15px;
  margin-top: 15px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 400;
  font-family: Source Sans Pro;
} */
.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 #DA1920;
} */
@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: PortlandLDO-Bold;
  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: "Poppins";
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #DA1920;
  display: block;
  text-transform: uppercase;
  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: #222;
  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;
}
.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: #DA1920;
  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: PortlandLDO-Bold;
  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: #DA1920;
  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;
  }
 
}
@media screen and (max-width: 575px) {
  .radio .radio_in .ryt strong {
    font-size: 20px;
    line-height: 25px;
  }
}



@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: 10px 0 50px 0;border-bottom: 1px solid #F38312;
}
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: Lora;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  color: #F38312;
  display: block;
  margin-bottom: 25px;
}
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: 20px;
}
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: 3px;
  font-size: 10px;
  transition: 0.2s;
  color: #F38312;
}
footer .foot_menu .foot_menu1 .foot_top .f-link ul li a {
  font-family: "Raleway";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #fff;
  text-transform: capitalize;
  display: block;
}
footer .foot_menu .foot_menu1 .foot_top .f-link ul li:hover a {
  color: #F38312;
  transition: 0.2s;
}
footer .foot_menu .foot_menu1 .foot_top .f-link ul li:hover::before {
  color: #F38312;
  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 #F38312;
}
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 #DA1920;
  transition: 0.5s;
  color: #DA1920;
  background: #fff;
  font-size: 23px;
}
footer .foot_menu .foot_menu1 .foot_mid .lft ul li a:hover {
  background: #DA1920;
  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: PortlandLDO-Bold;
  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: #DA1920;
}
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 #DA1920;
}
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: #DA1920;
  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: #DA1920;
}
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;
  
}
footer .cpy_ryt .cpy_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .cpy_ryt p {
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0;
  font-size: 13px;
}
footer .cpy_ryt p a {
  color: #fff;
  color: #fff;
}
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: #DA1920;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 15px;
  border: 1px solid #DA1920;
}
.fixd ul li a:hover {
  background: #DA1920;
  transition: 0.2s;
  color: #fff;
}
.fixd ul li:after {
  content: "";
  width: 15px;
  height: 8px;
  right: -1px;
  background: #DA1920;
  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 #DA1920;
  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: "PortlandLDO-Bold";font-weight: 800;font-size: 40px;line-height: 60px;
  letter-spacing: 0.02em;display: block;color: #DA1920;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: "PortlandLDO-Bold";
  font-weight: 500;
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 0.02em;
  color: #DA1920;
  text-transform: capitalize;
  margin-bottom: 10px;}
.about-right h2{font-family: "PortlandLDO-Bold";
  font-weight: 500;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #DA1920;
  text-transform: capitalize;
  margin-bottom: 10px;}
  .about-right h3{font-family: "PortlandLDO-Bold";
    font-weight: 500;
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #DA1920;
    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: "PortlandLDO-Bold";
    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 span{font-family: "Lora";
  font-weight: 500;
  font-size: 25px;
  line-height: 28px;
  position: relative;
  font-style: italic;
  letter-spacing: 0.02em;
  color: #211D70;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 15px;}

.heading-text h2{font-family: "Raleway";
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  position: relative;
  letter-spacing: 0.02em;
  color: #211D70;
  text-transform: capitalize;
  margin-bottom: 5px;}
.heading-text{margin-bottom: 30px;}
/* .gratitude-box{border-radius: 10px;padding: 35px 25px;background: #F6F6F6;}
.gratitude-sec p{margin-top: 20px;} */
/* .gratitude-sec strong{font-family: "PortlandLDO-Bold";font-weight: 600;color: #222222;margin-bottom: 10px;font-size: 20px;display: inline-block;line-height: 24px;} */
.heading-text1 h2{color: #fff;}

/* .cardio-service-box h3{font-family: "PortlandLDO-Bold";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;} */

/* .cardio-service-box{padding: 15px 50px 20px 20px;border-left: 1px solid #DA1920;} */
/* .lft.lft-service h2{font-family: "PortlandLDO-Bold";font-weight: 600;
  font-size: 45px;line-height: 55px;letter-spacing: 0.02em;color: #DA1920;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: #FFF6F6;} */
/* .location .locat_in .tab-content .tab-pane .posi{width: unset;left: 0;} */
.accordion-section .accordion .accordion-item button.collapsed {color: #222222;background:#fff;border-bottom:1px solid #0B4090;}
.accordion-section .accordion .accordion-item button{
  font-family: 'PT Serif';font-weight: 400;font-size: 20px;line-height: 25px;color: #1A1A1A;
  text-transform: capitalize;background:#CD015B;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: "-";
  font-size: 1.5rem;
  color: #000;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.accordion-section .accordion .accordion-item .accordion-collapse .accordion-body {
  text-align: left;padding:10px 0px 10px;background: #fff;
}
.accordion-section .accordion .accordion-item .accordion-button.collapsed::after {
  content: "+";
}
.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;}

    .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: Portland LDO;font-weight: 700;font-size: 28px;line-height: 30px;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: "PortlandLDO-Bold";font-weight: 600;font-size: 34px;line-height: 36px;
  letter-spacing: 0.02em;color: #CD015B;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: "PortlandLDO-Bold";font-weight: 600;font-size: 18px;line-height: 18px;color: #222222;} */
.gallery .gall_in .gall_block {border-radius:10px;overflow:hidden;background:#CD015B; 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:10px 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: "RobotoSlab";
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  color: #CD015B;
  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, #FF97CB -0.7%, #CD015B 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: "RobotoSlab";
  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: "RobotoSlab";
  font-weight: 400;
  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 #CD015B;
  border-radius:10px;
  background:#CD015B;
}
.gallery .gall_in .gall_block {
  border-radius:10px;
  overflow:hidden;
  background:#CD015B;
  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, #FF97CB -0.7%, #CD015B 64.61%);
  opacity: 0;
  visibility: hidden;
  transition:0.5s;}

.blog-box{padding-bottom: 20px;}
.blog-box .blog-lft-img img{height: 260px; border-radius: 10px;width: 100%;-o-object-fit: cover; object-fit: cover;}
  .blog-box .blog-content h1, .blog-box .blog-content h2, .blog-box .blog-content h3, .blog-box .blog-content h4, .blog-box .blog-content h5, .blog-box .blog-content h6{font-family: "Montserrat";font-size: 22px;color: #222222;line-height: 26px;margin-bottom: 15px;font-weight: 600;}
.blogs-section{background: #F6F6F6;}
.blog-content{border-right: 1px solid #CD015B;padding-right: 45px;}
.blog-content h3{display: -webkit-box; text-overflow: ellipsis; overflow: hidden;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.blog-content.blog-content1{padding: 20px;}
.blog-content p{margin-bottom: 5px;display: -webkit-box; text-overflow: ellipsis; overflow: hidden;-webkit-box-orient: vertical;-webkit-line-clamp: 4;}
.blog-content.blog-content1 p{margin-bottom: 5px;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: "PortlandLDO-Bold";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: #DA1920;text-transform: capitalize;font-size: 15px;font-family: "PortlandLDO-Bold";font-weight: 500;} */
  .testi.videos_pg .testi_blk .video_caros .items {height: 100%;}
  .testi .testi_blk .video_caros .items {background:#FFF2F9;border-radius: 10px; overflow:hidden;}
.testi.videos_pg{background: #fff;}
.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: "RobotoSlab";font-size: 16px;font-weight: 400;line-height: 18px;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 15px;}
.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 #CD015B;
  display: flex;align-items: center;justify-content: center;font-size: 23px;color: #CD015B;
}
.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:#CD015B;left: 0;top: 0;}
.testi .testi_blk .video_caros .items:hover .item_in .plays::after {opacity: 1;visibility: visible;}
.written-section{background: #fff;}
.testi-review-box{text-align: center;padding: 20px;margin-bottom: 20px;border-radius: 10px;background: #FFF2F9;}
.testi-review-box:last-child{margin-bottom: 0;}
.testi-review-box p{font-family: "RobotoSlab";color: #222222;font-size: 16px;line-height: 20px; font-weight: 400;}
.testi-review-box strong{font-family: "Montserrat";font-size: 18px;line-height: 24px;color: #D83761;  font-weight: 600;}
.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;}


.treatment .treat_caros .items.items2{border: none;background: #fff;padding: 20px !important;border-radius: 10px;}

.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: "PortlandLDO-Bold";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: "PortlandLDO-Bold";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: #fff !important;}
.menu-call ul li{display: inline-block;margin-right: 13px;position: relative;font-family: "Montserrat"; font-weight: 600;font-size: 14px;line-height: 16px;color: #fff !important;}
.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-start;margin-left: 10px;}
.bg-menu{background: #211D70;padding: 0px 0;}
/* .menu-media{position: absolute;top: 50%;right: 70px;z-index: 9;transform: translateY(-50%);} */
.menu-media::before{width: 3px;height: 100px;}
.menu-media ul{display: flex;align-items: center;gap: 18px;justify-content: end;}
 .menu-media ul li a{position: relative;display: block;
  display: flex;align-items: center;justify-content: center;border-radius: 100%;transition: 0.5s;
  color: #fff;font-size: 18px;margin: 15px 0;}
  .experience-section .hire-bg{background: #CD015B;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: #DA1920;display: block;text-transform: uppercase;
  margin-bottom: 3px;}

.choose-count ul li span{width: 45px;height: 45px;border-radius: 50px;border: 1px solid #DA1920;font-size: 20px !important;display: flex !important;align-items: center;justify-content: center; color: #DA1920 !important;position: absolute;left: 0;top: 0px;background: #fff;} 

  .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: #CD015B;}
.treatment.testi-written .treat_in h2{color: #fff;}
.treatment.testi-written .treat_caros .items .test-box{background: #fff;padding: 30px;border-radius: 20px; text-align: center;}
.treatment.testi-written .treat_caros .items .test-box h3{font-family: "lato";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{color: #222;font-family: "poppins";font-size: 18px;line-height: 24px;color: #222;font-weight: 600;}
.treatment.testi-written .treat_caros .items .test-box p strong{color: #DA1920;font-size: 20px;}
.treatment.testi-written .treat_caros .items .test-box img{width: 80px;margin: 0 auto;}
.blog-content-box .blog-img{overflow: hidden;border-radius: 10px;}
/* .blog-content-box:hover .blog-img img{transform: scale(1.2);} */
.blog-content-box .blog-img img{object-fit: cover;width: 100%;height: 210px;}
.blog-content-box .blog-img.blog-img1 img{height: 255px;transition: all 0.6s linear 0s;}
.blog-content-box{background: #fff;border-radius: 10px;padding: 20px 85px 20px 20px;}
.blog-content-box h3{color: #222222;font-family: Montserrat;font-weight: 600;font-size: 20px;line-height: 24px;height: 52px;}
.blog-content-box.blog-list-box .blog-content{padding: 20px 20px 20px 0px;border: 0;}
.blog-content-box.blog-list-box{padding: 0px;background: #FFF2F9;}
.blog-content-box.blog-list-box .blog-content strong{width: unset;height: unset;border: unset;transform: unset;background: unset;display: inline-block;right: 0;margin-top: 5px;color: #CD015B;cursor: pointer;font-family: "Montserrat";}
.blog-img.blog-img-dt{border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;}







.blog-content-box:hover strong i{color: #fff;}
.blog-content-box:hover strong{background: #CD015B;}
.blog-content-box strong i{color: #CD015B;font-size: 22px;transform: rotate(-35deg);}
.blog-content-box strong{width: 55px;height: 55px;border-radius: 50px;background-color: #fff;display: flex;align-items: center;border: 1px solid #CD015B;justify-content: center;position: absolute;right: 30px;top: 50%;transform: translateY(-50%);}
.blog-content-box span{background: #CD015B;padding: 10px;color: #fff;font-family: RobotoSlab;font-weight: 500;display: inline-block;border-radius: 4px;margin-bottom: 15px;font-size: 14px;}
.treatment-slide{background-image: none; background-repeat: no-repeat;background-position: start;background-size: cover;}
.treatment-slide.treatment-slide2{background-image: url(../images/service-bg2.webp); background-repeat: no-repeat;background-position: start;background-size: cover;}
.blog-content h3{font-size: 18px !important;font-family: "Montserrat" !important;font-weight: 600;line-height: 24px;color: #222;margin-bottom: 10px;display: -webkit-box; text-overflow: ellipsis; overflow: hidden;-webkit-box-orient: vertical;
  -webkit-line-clamp: 2;}
.blog-content-box  p{font-size: 16px;line-height: 22px;color: #222;display: -webkit-box; text-overflow: ellipsis; overflow: hidden;-webkit-box-orient: vertical;margin-bottom: 0;
  -webkit-line-clamp: 3;}
.blog-content strong:hover span{
  opacity: 1;
  left: -15px;
  top: 11px;
  transform: translate(0,-50%)scale(1);
} 
/* .blog-content strong:hover{margin-left: 15px;transform: translate(0,-50%)scale(1);} */
 .blog-content strong span{content: '';width: 10px;height: 10px;position: absolute;
  border-radius: 50px;left: 0;top: 50%;transition: all 300ms linear 0ms;background: #CD015B;opacity: 0;transform: translate(0,-50%)scale(0);transition: all 300ms linear 0ms;} 
.blog-content strong{color: #0B4090;font-size: 14px;border-bottom: 1px solid #0B4090;position: relative;transition: all 300ms linear 0ms;line-height: 16px;}
/* .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: "poppins" !important;font-weight: 600;line-height: 24px;color: #222;margin-bottom: 10px;display: -webkit-box; text-overflow: ellipsis; overflow: hidden;-webkit-box-orient: vertical;
  -webkit-line-clamp: 1;}
.treatment.treatment-slide .treat_caros .owl-nav {text-align: right;}
footer .foot_menu{padding-top: 60px;background-image: url(../images/footer-bg.png);background-repeat: no-repeat;background-position: center;background-size: cover;}
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;}
.footer-media li::before{display: none;}
footer .foot_menu .footer-media{text-align: center;}
.footer-logo img{width: 160px;}
.footer-logo{text-align: center;}
.footer-media{margin-top: 20px;}
.foot_mid ul{display: flex;align-items: center;justify-content: start; gap: 20px;}
.foot_mid ul li{display: flex;align-items: center;gap: 10px;color: #fff;}
.foot_mid ul li i{color: #fff;display: flex;align-items: center;justify-content: center;  font-size: 19px;width: 35px;height: 35px;border-radius: 50px;background: #CD015B;display: flex;align-items: center;justify-content: center;}

.foot_mid ul li a{color: #222222;font-size: 13px;font-family: "RobotoSlab";font-weight: 600;}
.foot_mid ul li p{color: #222222;margin: 0;font-size: 13px;font-family: "RobotoSlab";font-weight: 600;}
.logo2 img{width: 75px;}
.bread_crumb {background-size: cover;position: relative;padding: 65px 0;background: #FFF0E2;}
.bread_crumb img {width: 100%;-o-object-fit: cover;object-fit: cover;height: 150px;}
.bread_crumb .bread_cnt {position: absolute;left: 0;top: 50%;width: 100%;transform: translateY(-50%);
  z-index: 1;}
  .bread_crumb .bread_in span{font-family: Lora;font-weight: 600;font-style: Italic;font-size: 18px;color: #2A2A2A;line-height: 20px;}
.bread_crumb .bread_in p {font-family: "Raleway";font-weight: 700;font-size: 28px;line-height: 30px;letter-spacing: 0.02em;color: #211D70;text-transform: inherit; margin-bottom: 0;}
.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: #F6F6F6;border-radius: 10px;padding: 20px 20px 20px 55px;}
.contact-info .cont-img img{width: 30px;}
.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: "Outfit";font-weight: 700;font-size: 13px;line-height: 16px;margin-bottom: 0;}
.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: #FFE3F1;border-radius: 10px;padding: 20px;border: 1px solid #CD015B33;} */
.contact_form label {display: block;margin-bottom: 15px;color: #fff;}
.contact_form label p {margin-bottom: 10px;text-transform: capitalize;color: #fff;}
.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;       /* For modern browsers */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 2rem;}
.contact_form input.form-select::placeholder {
  color: #fff; /* Example: grey */
}
.contact_form textarea.form-select::placeholder {
  color: #fff; /* Example: grey */
}

.contact_form .form-control{box-shadow: none;background: transparent;border-bottom: 1px solid #fff !important;border: none;border-radius: 0;color: #fff;font-family: "Poppins";font-weight: 400;
font-size: 14px;line-height: 16px;text-transform: capitalize;padding: 10px 0;}
.contact_form input.form-control::placeholder {
  color: #fff; /* Example: grey */
}
.contact_form textarea.form-control::placeholder {
  color: #fff; /* Example: grey */
}
.contact-info a:hover{color: #DA1920;}
.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;background: #FFF2F9;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}
.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: "poppins" !important;
  font-weight: 600;line-height: 24px;color: #CD015B;-webkit-line-clamp: unset;}
.blog-content-dt ul li, .blog-content-dt ol li{position: relative;
  font-family: "Lato";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: #CD015B;width: 7px;height: 7px;border-radius: 10px;}
.blog-content.blog-content-dt p{-webkit-line-clamp: unset;}
.menu-call ul li a:hover{color: #DA1920;}
.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;
}

.contact_form .ex_patient input[type="radio"]::after {
  content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%; opacity: 0;
  visibility: collapse;background: #CD015B;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/blue-bg.webp) no-repeat;
  background-attachment: scroll;
  background-size: auto;
  background-size: cover;
  padding: 70px 50px;
  position: relative;
  background-blend-mode: multiply;
  z-index: 1;
  border-radius: 30px;
  background-attachment: fixed;
}
.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: 20px;
}
.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;
}
.service-region{background: #CD015B;border-radius: 20px;padding: 50px;}
.service-foot-img{margin-bottom: -230px;}
.service-section{padding-bottom: 260px;}


.text-fixed{height: 80px;overflow-y: auto;scrollbar-width: thin;}

.Specialist-content{padding: 20px;border-radius: 20px;border: 1px solid #F5BEC0;}

/* back to top */

#button {
  display: inline-block;
  background-color: #F38312;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 40px;
  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: 28px;
  line-height: 50px;
  color: #fff;
}
#button:hover::after{color: #fff;}
#button:hover {
  cursor: pointer;
  background-color: #222222;
}
#button:active {
  background-color: #222222;
  color: #fff;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
a{text-decoration: none;}
.logo2 a{z-index: 9999;position: relative;display: inline-block;}

/* sri muthu */
.top-menu ul{display: flex;align-items: center;justify-content: start;gap: 10px;}
.top-menu ul li{display: inline-block;}
.top-menu ul li a{font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #fff;
  display: block;
  transition: 0.2s;}
/* .about-left a:hover{margin-left: 15px;} */
/* .about-left p{font-size: 26px;line-height: 34px;} */
.about-left a:hover span{opacity: 1;transform: translate(0,-50%)scale(1);left: -15px;}
.about-left a span{content: '';width: 10px;height: 10px;position: absolute;
  border-radius: 50px;left: 0;top: 50%;transform: translate(0,-50%)scale(0);
  transition: all 300ms linear 0ms;background: #CD015B;opacity: 0;}
.about-left a{color: #211D70; position: relative;text-decoration: dashed !important;border-bottom: 1px solid #211D70;}
.facility-list ul li a{font-family: Source Sans Pro;font-weight: 400;font-style: Regular; line-height: 26px;font-size: 22px;text-transform: capitalize;color: #000000;border-bottom: 1px solid #000000;}
.clinic-box ul li a:hover{transform: scale(1.1);}
.clinic-box ul li a{position: relative;background: transparent;padding: 10px 15px;font-family: Source Sans Pro;font-weight: 400;font-style: Regular;font-size: 20px;leading-trim: CAP_HEIGHT;line-height: 100%;transition: all .2s ease-in-out;letter-spacing: 2%;text-transform: capitalize;display: inline-block;border: 1px solid #CD015B;}
.clinic-box ul li{margin-bottom: 25px;}
.clinic-box ul li i{vertical-align: middle;margin-left: 25px;}
.view-btn{font-family: Source Sans Pro;font-weight: 400;font-style: Regular;
font-size: 18px;leading-trim: CAP_HEIGHT;line-height: 100%;letter-spacing: 2%;text-transform: capitalize;border-bottom: 1px solid #0B4090;}
.clinic-box:hover{background: #0B4090;transition: all 0.2s ease;}
.clinic-box:hover h2{color: #fff;}
.clinic-box:hover .view-btn{color: #fff;border-bottom: 1px solid #fff;}
.clinic-box:hover ul li a{background: #CD015B;color: #2A2A2A;;border: 1px solid #CD015B;transition: all 0.2s ease;}
.event-list .news-lft h5{font-family: Source Sans Pro;font-weight: 600;font-style: SemiBold;font-size: 22px;leading-trim: CAP_HEIGHT;line-height: 26px;letter-spacing: 0%;color: #2A2A2A;}
.event-list{margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px solid #0B4090;}
.event-section{margin-top: -80px;}
.student-lft strong{font-family: Source Sans Pro;
font-weight: 400;
font-style: Regular;
font-size: 28px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 2%;
text-transform: capitalize;color: #fff;
display: inline-block;}
.treatment .student-lft strong span{color: #CD015B;}
.treatment .student-lft h3{font-family: Source Sans Pro;
font-weight: 400;font-style: Regular;font-size: 18px;leading-trim: CAP_HEIGHT;
line-height: 30px;letter-spacing: 0%;text-transform: capitalize;color: #fff;}
.treatment .student-lft h3 span{font-family: PT Serif;font-weight: 700;
font-style: Bold;font-size: 26px;leading-trim: CAP_HEIGHT;line-height: 100%;letter-spacing: 2%;
text-transform: capitalize;color: #CD015B;}
.treatment .student-lft{font-family: Source Sans Pro;font-weight: 600;font-style: Semibold;
font-size: 18px;leading-trim: CAP_HEIGHT;line-height: 22px;letter-spacing: 0%;
text-transform: capitalize;color: #fff;}
.treatment .student-lft p{font-family: PT Serif;font-weight: 400;font-style: Italic;font-size: 22px;
leading-trim: CAP_HEIGHT;line-height: 30px;letter-spacing: 2%;color: #fff;margin-top: 15px;display: -webkit-box;  text-overflow: ellipsis;  overflow: hidden;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;}
.quite-top{position: absolute; top: 15px; right: 15px;}
.quite-bottom{position: absolute; bottom: 15px; left: 15px;}
.not-list{padding: 20px;border: 1px solid #0B4090;height: 100%;}
.not-list.not-list-2 .heading-text h2{margin-bottom: 0;}
.not-list.not-list-2{display: flex;align-items: center;justify-content: center;}
.not-list .note-box{overflow: hidden;}
.not-list .note-box .note-content h4{font-family: PT Serif;
font-weight: 700;font-style: Bold;font-size: 24px;leading-trim: CAP_HEIGHT;line-height: 100%;
letter-spacing: 2%;text-transform: capitalize;color: #2A2A2A;
}
.note-box{position: relative;overflow: hidden;transition: all 0.2s ease;}
.not-list .note-box .note-content p{color: #2A2A2A;}
.not-list .note-box .note-content{background: rgba(205, 255, 0, 0.8);position: absolute; top: 0;left: 0;bottom: 0;right: 0;display: flex;justify-content: center;align-items: center;text-align: center;flex-direction: column;transform: rotateY(180deg);}
.not-list .note-box .note-content{opacity: 0;transition: all 0.2s ease;}
.not-list .note-box:hover .note-content{opacity: 1;transform: rotateY(0deg);}
.menu-btn{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.accordion-section .accordion .accordion-item button.collapsed {color: #222222;background:#fff;}
.accordion-section .accordion .accordion-item button{
  font-family: 'PT Serif';font-weight: 400;font-size: 20px;line-height: 25px;color: #0B4090;
  text-transform: capitalize;background:#fff;box-shadow: unset;padding: 25px 0;
  overflow:hidden;
}
.accordion-section .accordion .accordion-item{border: 1px transparent;}
.accordion-section .accordion .accordion-item .accordion-button::after {
  content: "-";
  width: 0;
  
   background: unset;
  position: absolute;
  right: 30px;
  font-size: 36px;

}
.accordion-section .accordion .accordion-item .accordion-collapse .accordion-body {
  text-align: left;padding:0px 0px 10px;background: #fff;
}

.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-bottom:1px solid #0B4090;}
.vision-list li {
      font-family: 'Raleway';
      font-weight: 400;
      color: #2A2A2A;
      font-size: 15px;
      line-height: 18px;
      margin-bottom: 10px;
      list-style: disc;
      position: relative;
      margin-left: 10px;
    }
    .accordion-section .accordion .accordion-item + .accordion-item {
      margin-top: 20px;
      
    }
.foot-logo img{width: 270px;}
.footer-text{font-family: RobotoSlab;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  color: #CD015B;
  display: block;
  margin-bottom: 15px}
.import-lft h2{font-family: PT Serif;font-weight: 700;
font-style: Bold;font-size: 28px;leading-trim: CAP_HEIGHT;line-height: 32px;
letter-spacing: 2%;text-transform: capitalize;text-align: left;color: #0D0D0D;}
.import-box{background: #F1F5DC;padding: 30px 30px;}
.import-form-box .form-control{border-radius: 50px;border: 1px solid #0D0D0D;height: 50px;background: #F1F5DC;font-family: Source Sans Pro;font-weight: 600;}
.import-form-box .form-control:focus{box-shadow: none;}
.import-form-box{}
.section-contact{margin-bottom: -50px;position: relative;z-index: 9;}
.sport-slide .items .sport-slide{position: relative;overflow: hidden; padding: 10px;}
.sport-slide .items .sport-slide .sport-content{opacity: 0;
  transition: all 0.2s ease;background: rgba(205, 255, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  transform: rotateY(180deg);margin: 25px;}
.sport-slide .items .sport-slide .sport-content h4{font-family: PT Serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 2%;
  text-transform: capitalize;
  color: #2A2A2A;}
  .sport-slide .items .sport-slide:hover .sport-content{opacity: 1;
  transform: rotateY(0deg);}
.book-apoin{ margin-bottom: 30px;}
.book-apoin a, .enqurey-box a{border-radius: unset !important;}
.book-apoin a:hover:before{border-radius: unset !important;}
.enqurey-box a:hover:before{border-radius: unset !important;}
.book-apoin, .enqurey-box {
  writing-mode: vertical-lr; /* Makes the text flow vertically */
  transform: rotate(180deg); /* Rotates the text upright */
  
}
.book-apoin a::before, .enqurey-box a::before{border-radius: unset !important;}
.screen-btn{position: fixed;
  right: 0;
  top: 50%;
  z-index: 999;}
.ban-txt {
  text-align: start;background: linear-gradient(90.01deg, rgba(255, 255, 255, 0.8) 17.44%, rgba(255, 255, 255, 0) 96.59%);padding: 40px 30px 40px 60px;max-width: 700px;

}



@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
/* .foot_mid ul li a i:hover{background: #222222;} 
.foot_mid ul li:hover i{color: #fff;} */
.event-lft img{width: 500px;}
.test-img{position: relative;z-index: 9;}
.facility-list ul li a{position: relative;}
.facility-list ul li a span{content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50px;
  left: 0;
  top: 50%;
  transform: translate(0,-50%)scale(0);
  transition: all 300ms linear 0ms;
  background: #CD015B;
  opacity: 0;}
.facility-list ul li a:hover span{opacity: 1;transform: translate(0,-50%)scale(1);}
.facility-list ul li a:hover{color: #0B4090;border-color: #0B4090;margin-left: 15px;}
.facility-list ul li:hover span{left: -15px;}
.foot_mid .footer-media li a i:hover{background: #fff;color: #222222;}
.foot_mid.footer-media li a:hover{color: #CD015B;}
.foot_mid ul li a:hover{color: #CD015B;}
.menu-call ul li a:hover{color: #fff !important;}
.top-menu ul li a:hover{color: #CD015B;}
/* .import-form-box .form-control:focus{border-color: #0B4090;} */
.count-box{display: flex;justify-content: center;align-content: center;flex-direction: column;
  text-align: center;}
.view-btn span{content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50px;
  left: 0;
  top: 50%;
  transform: translate(0,-50%)scale(0);
  transition: all 300ms linear 0ms;
  background: #CD015B;
  opacity: 0}
  .special-lft a{margin-top: 65px !important;}
.view-btn:hover span{opacity: 1;left: -15px;
  transform: translate(0,-50%)scale(1);}
.view-btn{position: relative;}
.view-btn:hover{margin-left: 15px;}
.course{margin-top: -30px;}
.special-lft{background: #FFDEEF;padding: 20px;border-radius: 20px;height: 100%;}
.special-lft h2{color: #CD015B;font-size: 38px;line-height: 40px;font-family: Montserrat;font-family: 700;}
.our-srevice{background: #fff;border-radius: 10px;text-align: center;height: 100%;padding: 10px;overflow: hidden;position: relative;min-height: 175px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.our-srevice h3{font-family: Montserrat;font-weight: 600;font-style: SemiBold;
font-size: 18px;leading-trim: CAP_HEIGHT;line-height: 20px;letter-spacing: 2%;text-align: center;
text-transform: capitalize;margin-top: 8px;}
.our-srevice img{width: 50px;}
.service-text{background: #CD015B;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding: 10px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;}
.our-srevice:hover .service-text{
  height: 100%;
  transition: 0.5s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.service-text h4{font-family: Montserrat;font-weight: 600;font-style: SemiBold;font-size: 18px;leading-trim: CAP_HEIGHT;line-height: 20px;letter-spacing: 2%;text-align: center;text-transform: capitalize;color: #fff;}
.service-text p{color: #fff;font-size: 14px;line-height: 18px;margin-bottom: 0;}
.our-special{margin-top: -90px;position: relative;z-index: 9;}
.doctor-box{background: #FFF2F9;padding: 30px 20px;text-align: center;border-radius: 10px;height: 100%;}
.doctor-box p{text-transform: capitalize;}
.doctor-box h3{font-family: RobotoSlab;font-weight: 600;font-style: SemiBold;font-size: 32px;leading-trim: CAP_HEIGHT;line-height: 36px;letter-spacing: 2%;text-align: center;color: #CD015B;
text-transform: uppercase;margin-bottom: 15px;margin-top: 15px;}
.doctor-box  span{font-family: Montserrat;font-weight: 500;font-style: Medium;font-size: 20px;
leading-trim: CAP_HEIGHT;line-height: 30px;letter-spacing: 2%;text-align: center;color: #222222;margin-bottom: 10px;display: inline-block;}
.doctor-box strong{width: 55px;height: 55px;border-radius: 50px;background-color: #FFF2F9;display: flex;align-items: center;border: 1px solid #CD015B;justify-content: center;margin: 10px auto auto auto;}
.doctor-box strong i{color: #CD015B;transform: rotate(-35deg);font-size: 22px;}
.doctor-box:hover strong i{color: #fff;}
.doctor-box:hover strong{background: #CD015B;}
.service-content h3{color: #CD015B !important;height: 53px !important;}
.choose-right{background: #FFF2F9;border-radius: 20px;padding: 30px;height: 100%;display: flex;flex-direction: column;justify-content: center;}
.count-box{border-radius: 100px;border: 1px solid #CD015B;width:150px;height:150px;background: #fff;padding: 25px;margin: 0 auto;}
.count-box span{font-family: RobotoSlab;font-weight: 500;font-size: 35px;line-height: 40px;text-transform: capitalize;color: #CD015B;}
.count-box p{font-size: 16px;line-height: 18px;margin-bottom: 0;font-weight: 500;}
.testi-box{background: #fff;padding: 35px 30px;border-radius: 20px;}
.testi-box img{width: 70px !important;margin-bottom: 20px;}
.testi-box p{display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;  
  overflow: hidden;}
.treatment .treat_in .testi-box strong{font-family: Montserrat;font-weight: 600;font-style: SemiBold;font-size: 18px;leading-trim: CAP_HEIGHT;line-height: 24px;letter-spacing: 2%;text-transform: capitalize;display: inline-block;margin-top: 30px;}
.item_in p{font-family: Montserrat;font-weight: 500;font-style: Medium;font-size: 18px;leading-trim: CAP_HEIGHT;line-height: 24px;letter-spacing: 2%;text-transform: capitalize;margin-top: 10px;display: -webkit-box;text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical; -webkit-line-clamp: 2;height: 50px;}
.video-testi.video .treat_caros .items .item_in {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.video-testi.video .treat_caros .items .item_in a.plays.video-btn {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: #CD015B;
  border-radius: 100%;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.video-testi.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: 0s;
  animation-delay: 0.2s;
  opacity: 0;
  visibility: hidden;
  background: #CD015B;
  left: 0;
  top: 0;
}
.video-testi.video .treat_caros .items:hover .item_in a.plays.video-btn::after {
  opacity: 1;
  visibility: visible;
}
.blog-bg{background-image: url(../images/blog-bg.webp);background-position: center;background-size: cover;background-repeat: no-repeat;}
.blog-section .blog-box{padding: 40px 0;border-bottom: 1px solid #CD015B;}
.blog-month strong{width: 55px;
  height: 55px;
  border-radius: 50px;
  background-color: #FFF2F9;
  display: flex;
  align-items: center;
  border: 1px solid #CD015B;
  justify-content: center;
  margin: 15px auto auto auto;}
.blog-month strong i{color: #CD015B;
  transform: rotate(-35deg);
  font-size: 22px;}
.blog-month:hover strong {
  background: #CD015B;
}
.blog-month:hover strong i {
  color: #fff;
}
.blog-month{text-align: center;}
.blog-month p{margin-top: 10px;}
.blog-box:last-child{border: none;margin-bottom: 0;padding-bottom: 0;margin-top: 0;}
footer .cpy_ryt .cpy_in p{font-family: Poppins;font-weight: 500;}
.logo2{display: none;}
.bg-img-transprent{background-image: none;}
.contact_page .contact_in .c_top ul li .bg_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #211D70;
  
  padding: 30px;
  height: 100%;
}
.contact_page .contact_in .c_top ul li .bg_cont i {
  color: #F38312;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #F38312;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 10px;
  
}
.contact_page .contact_in .c_top ul li .bg_cont p, .contact_page .contact_in .c_top ul li .bg_cont a {
  text-align: center;
  color: #fff;
  font-family: "Raleway";
  font-weight: 400;
}
.contact_page .contact_in .c_btm h1 {
  font-family: "Montserrat";
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.02em;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-transform: capitalize;
  color: #CD015B;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.contact_page .contact_in .contact_form label p {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #1a1a1a;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.contact_page .contact_in .contact_form label p b{font-size: 20px;}
.contact_page .contact_in .contact_form label input, .contact_page .contact_in .contact_form label textarea, .contact_page .contact_in .contact_form label select {
  border: 1px solid #D8D7FF;
  padding: 10px;
  line-height: 28px;
  width: 100%;
  /* border-radius: 5px; */
  font-family: "Raleway";
  height: 50px;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #1a1a1a;
  background: #fff;
}
.contact_page .contact_in .contact_form label input:focus-visible, .contact_page .contact_in .contact_form label textarea:focus-visible, .contact_page .contact_in .contact_form label select:focus-visible {
  outline: none;
  border-color: #211d70;
}
.contact_page .contact_in .contact_form .ex_patient {
  display: flex;
  align-items: center;
}
.contact_page .contact_in .contact_form .ex_patient label {
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 0;
  cursor: pointer;
}

.contact_page{background: #F4F7FC;}
.contact_page .contact_in .contact_form .ex_patient input[type="radio"] {
  cursor: pointer;width: 40px;height: 40px;  border-radius: 5px;margin-left: 10px;  min-width: 40px; -webkit-appearance: none; -moz-appearance: none;appearance: none;position: relative;background: #fff;overflow: hidden;}
.blog-content h6{font-size: 14px;color: #CD015B;margin: 5px 0;line-height: 16px;}
.mt-space{margin-top: 40px !important;}
.bg-grey{background: #F2F5FA;}
.head-position{position: relative;}
.position-text-pediatric{position: absolute;
  top: 25%;
  left: -171px;
  transform: rotate(-90deg);}
.position-text-about{position: absolute;
  top: 22%;
  left: -107px;
  transform: rotate(-90deg);}

.pad-left{padding-left: 50px;}
.pediatric-box{position: relative;overflow: hidden;box-shadow: 0px 5px 44px 8px #4D4D4D1A;
background: #fff;padding: 20px;height: 100%;}
.pediatric-box .pediatric-content{background: #211D70;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding: 25px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;}
.pediatric-box .pediatric-content p{color: #fff;display: -webkit-box;
  text-overflow: ellipsis;overflow: hidden;  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;}
.pediatric-box .pediatric-content span{color: #F38311;
  font-size: 14px;
  position: relative;
  font-family: Poppins;
  font-weight: 500;
  display: block;
  text-transform: uppercase;}
.pediatric-box:hover .pediatric-content{height: 100%;transition: 0.5s ease-in-out;opacity: 1;visibility: visible;}
.pediatric-box h3{font-family: Raleway;color: #1A1A1A;font-weight: 600;font-style: SemiBold;font-size: 24px;leading-trim: CAP_HEIGHT;line-height: 28px;letter-spacing: 2%;text-transform: capitalize;margin-top: 10px;}
.position-text h2{font-family: "Raleway";
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;color: #211D70;}
.recent-section{background: #FFF0E2;}
.recent-box{padding: 20px 50px 20px 20px;position: relative;height: 100%;border: 1px solid #F38311;transition: all 0.2s ease;}
.recent-box h3{font-family: Raleway;color: #1A1A1A;font-weight: 500;font-size: 20px;leading-trim: CAP_HEIGHT;line-height: 30px;letter-spacing: 2%;text-transform: capitalize;margin-top: 10px;display: -webkit-box;text-overflow: ellipsis;overflow: hidden;  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;}
.recent-box i{position: absolute;color: #F38311;top: 50%;transform: translateY(-50%);right: 20px;font-size: 34px;}
.position-text-recent{position: absolute;
  top: 31%;
  left: -150px;
  transform: rotate(-90deg);}
.recent-box:hover{background: #211D70;}
.recent-box:hover h3{color: #fff;}
.collaborat-section{background-image: url(../images/collab-bg.png);background-repeat: no-repeat;background-position: center;background-size: cover;}
.collaborat-box{text-align: center;}
.collaborat-box h2{font-family: Lora;font-weight: 500;color: #F38311;
font-style: Italic;font-size: 38px;leading-trim: CAP_HEIGHT;
line-height: 44px;letter-spacing: 2%;text-align: center;margin-bottom: 22px;}
.collaborat-box p{font-family: Raleway;font-weight: 500;font-style: Medium;font-size: 20px;leading-trim: CAP_HEIGHT;line-height: 24px;letter-spacing: 2%;text-align: center;color: #fff;}
/* .collab-logo-box{border: 1px solid #0000001F;padding: 10px;background: #fff;} */
.position-text-focus{position: absolute;
  top: 24%;
  left: -133px;
  transform: rotate(-90deg);}
.reserch-section{background: #F2F5FA;}
.reserch-section .recent-box{border: 1px solid #726FB1;}
.reserch-section .recent-box i{color: #211D70;}
.reserch-section .recent-box:hover{background: #F38311;}
.position-text-research{position: absolute;
  top: 26%;
  left: -138px;
  transform: rotate(-90deg);}
.position-text-laboration{position: absolute;
  top: 21%;
  left: -153px;
  transform: rotate(-90deg);}
.research-box{position: relative;overflow: hidden;}
.research-box .research-content{background: #211D70;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding: 25px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;}
.research-box .research-content p{display: -webkit-box;font-family: Raleway;color: #fff;font-weight: 400;text-overflow: ellipsis;overflow: hidden;  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;font-size: 16px;line-height: 20px;}
.research-box:hover .research-content{height: 100%;transition: 0.5s ease-in-out;opacity: 1;visibility: visible;}
.research-box .research-content h3{font-family: Raleway;color: #fff;font-weight: 500;font-size: 24px;leading-trim: CAP_HEIGHT;line-height: 28px;letter-spacing: 2%;text-transform: capitalize;margin-top: 10px;}
.donation-section{background: #F38311;padding: 50px 0;}
.donation-section .donation-box h3{font-family: Lora;font-weight: 600;font-style: Italic;font-size: 36px;leading-trim: CAP_HEIGHT;line-height: 44px;letter-spacing: 2%;text-align: center;
text-transform: capitalize;color: #fff;}
.donation-section .donation-box{text-align: center;}
.donation-img-left{position: absolute;left: 0;bottom: 0;}
.donation-img-right{position: absolute;right: 0;bottom: 0;}
.position-text-education{position: absolute;  top: 32%;
  left: -155px;transform: rotate(-90deg);}
.social-link li::before{display: none;}
.social-link li{position: relative;padding-left: 40px !important;margin-bottom: 40px !important;}
.social-link li i{position: absolute;width: 30px;height: 30px;line-height: 30px;border-radius: 50px;color: #F38311;border: 1px solid #F38311;display: flex;align-items: center;justify-content: center;left: 0;top: -3px;font-size: 12px;}
.social-link li p{color: #fff;font-size: 15px;line-height: 20px;}
.chairman-head h2{font-family: Lora;font-weight: 500;font-style: Italic;
font-size: 30px;line-height: 34px;text-align: center;color: #F38312;}
.chairman-head{margin-bottom: 25px;}
.chairman-box{padding: 50px 0;background: #F2F5FA;text-align: center;}
.chairman-box h3{font-family: Raleway;font-weight: 700;font-style: Bold;font-size: 28px;
line-height: 30px;text-align: center;text-transform: uppercase;color: #211D70;margin-top: 15px;}
.chairman-box p{font-family: Raleway;font-weight: 600;font-style: Italic;font-size: 17px;line-height: 20px;}
.chairman-list{background: #FFFFFF;height: 100%;box-shadow: 0px 5px 44px 8px #4D4D4D1A;
}
.chairman-list .chairman-text h3{font-family: Raleway;font-weight: 700;font-style: Bold;
font-size: 20px;line-height: 24px;text-align: center;text-transform: uppercase;color: #211D70;}
.chairman-list .chairman-text p{font-style: Italic;line-height: 20px;font-weight: 600;}
.chairman-list .chairman-text{padding: 15px 10px;text-align: center;}
.treat .treat_in .lft.list-tab ul li {
  margin: 0 0 5px 0;
 
}
.treat .treat_in .lft.list-tab ul li a.active, .treat .treat_in .lft.list-tab ul li a:hover {
  background: #F38312;
  color: #fff;
  border: 1px solid #F38312;
}
.treat .treat_in .lft ul li a {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 50px;
  padding: 5px 15px;
  color: #211D70;
  transition: 0.5s;
  background: #fff;
  border: 1px solid #211D70;
  padding: 10px 20px;

}
.treat .treat_in .lft.list-tab .nav{display: flex;justify-content: center;gap: 25px;margin-bottom: 20px;}
.table-box .table tr th{font-family: Raleway;font-weight: 600;font-style: SemiBold;font-size: 16px;line-height: 20px;background: #211D70;color: #fff;}
.table-box .table tr td{font-family: Raleway;font-weight: 500;font-style: SemiBold;font-size: 15px;line-height: 18px;background: #F5F9FF;color: #1A1A1A;border: 1px solid #D8D7FF; padding: 10px;}
.table-space {
  border-collapse: separate;
  border-spacing: 0 10px; /* top/bottom gap = 10px */
}
.table-box .table tr.tr-two td{font-family: Raleway;font-weight: 500;font-style: SemiBold;font-size: 15px;line-height: 18px;background: #FFF9F4;color: #1A1A1A;border: 1px solid #FFDCB9; padding: 10px;}
.major-box p{font-weight: 600;margin-top: 10px;line-height: 20px;}
.major-box img{box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.training-box{background: #F2F5FA;}
.training-lft{padding: 0px 20px 0px 20px;}
.training-about{padding: 20px;background: #211D70;margin-top: 15px;}
.training-about-lft p{color: #fff;font-size: 15px;line-height: 16px;}
.training-about-rgt{float: right;}
.job-box{background: #fff;box-shadow: 0px 5px 44px 8px #4D4D4D1A;
}
.job-title .job-title-lft h3{font-family: Raleway;font-weight: 600;font-style: SemiBold;
font-size: 18px;line-height: 20px;text-transform: capitalize;margin-bottom: 0;color: #fff;}
.job-title{background: #211D70;padding: 12px;}
.job-bg{box-shadow: 0px 5px 44px 8px #4D4D4D1A;background: #fff;}
.job-content .table tr th{font-family: Raleway;font-weight: 600;font-size: 15px;line-height: 18px;color: #2A2A2A;padding: 10px;}
.job-content .table tr td{font-family: Raleway;font-weight: 400;font-size: 15px;line-height: 18px;color: #2A2A2A;padding: 10px;}
.job-content{background: #fff;padding: 10px;margin-bottom: 20px;}















/* responsive */

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


.chairman-list img{width: 100% !important;} 
.banner .item .ban-slider1 {
  position: relative;
  background-image: url(../images/slider-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 300px 0 300px 0;
 

}
header .header .header_in .ryt .menus .menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
header .header .header_in .ryt .menus .menu ul li a{font-size: 14px;}
.ban-txt {
  
  padding: 40px 30px 40px 90px;}
}



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





.position-text-focus {
  position: absolute;
  top: 24%;
  left: -133px;
  transform: rotate(-90deg);
}
.position-text-about {
  position: absolute;
  top: 24%;
  left: -97px;
  transform: rotate(-90deg);
}
.position-text-pediatric {
  position: absolute;
  top: 25%;
  left: -160px;
  transform: rotate(-90deg);
}  
.position-text-education {
  position: absolute;
  top: 32%;
  left: -154px;
  transform: rotate(-90deg);
}
 .position-text-research {
  position: absolute;
  top: 26%;
  left: -138px;
  transform: rotate(-90deg);
} 
  .pad-left{padding-left: 40px;}
  .screen-btn {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 999;
}
 .banner .item .ban-slider1 {
  position: relative;
  background-image: url(../images/slider-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 200px 0 200px 0;
}
.ban-txt {padding: 40px 30px 40px 90px;}

}


@media only screen and (min-width: 1201px) and (max-width: 1399px){








.training-lft p{font-size: 17px;line-height: 24px;}
.position-text-about {position: absolute;top: 20%;left: -108px;}
.position-text-pediatric{left: -166px;}
.position-text-recent {position: absolute;top: 27%;left: -150px;}
.position-text-focus{left: -135px;}
.position-text-research{left: -136px;top: 23%;}
.position-text-laboration{left: -152px;top: 23%;}
.position-text-education{left: -150px;top: 29%;}  
.position-text h2 {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 27px;
  line-height: 20px;
  color: #211D70;
}  
footer .cpy_ryt p{font-size: 12px;}
.social-link li p {color: #fff;font-size: 13px;line-height: 20px;}  
.donation-section .donation-box h3{font-size: 28px;line-height: 40px;}
.pad-left{padding-left: 40px;}
.heading-text span{font-size: 24px;line-height: 26px;}
.pediatric-box h3{font-size: 20px;line-height: 25px;}  
.footer .cpy_ryt p{font-size: 13px;}  
 header .header .header_in .logo img {
  width: 90px;
}
footer .foot_menu .foot_menu1 .foot_top .f-link ul li a{font-size: 13px;line-height: 20px;}
.foot_mid ul li a{font-size: 11px;}
.foot_mid ul li p{font-size: 11px;}
header .header .header_in .ryt .menus .menu ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 18px;
}
header .header .header_in .ryt .menus .menu ul li a{font-size: 14px;}
.foot-logo img{width: 240px;}
header .header .header_in .ryt .menus {
  display: flex;
  align-items: center;
  justify-content: center;}
  .mt-space {
  margin-top: 70px !important;
}

}



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




.training-box{padding: 25px;}
.about-dt-lft{padding: 80px 0;}
.research-box .research-content h3{font-size: 18px;line-height: 20px;}
.position-text-education {
  position: absolute;
  top: 29%;
  left: -143px}
.position-text h2 {font-family: "Raleway";font-weight: 500;font-size: 28px;line-height: 25px;}
 footer .cpy_ryt p {font-size: 11px;}  
.social-link li p {color: #fff;font-size: 12px;line-height: 20px;}
.position-text-recent{left: -136px;top: 28%;}
.position-text-focus{top: 29%;left: -122px;}
.position-text-pediatric{top: 25%;left: -150px;}
.position-text-about{top: 20%;left: -90px;}
.donation-section .donation-box h3{font-size: 30px;line-height: 34px;}
.donation-img-right img{width: 285px;}
.donation-img-left img{width: 285px;}  
.position-text-laboration{top: 28%;left: -140px;}
.position-text-research{top: 25%;left: -123px;}
.collaborat-box h2{font-size: 30px;line-height: 36px;}
.pad-left{padding-left: 40px;}
.recent-box {padding: 15px 50px 15px 15px;}
.pediatric-box h3{font-size: 16px;line-height: 20px;}
.heading-text span{font-size: 22px;line-height: 30px;}  
p{font-size: 16px;line-height: 25px;}
header .header .header_in .ryt .menus{gap: 5px;}  
.special-lft h2 {color: #CD015B;font-size: 28px;line-height: 30px;font-family: Montserrat;
  font-family: 700;}
.doctor-box h3{font-size: 26px;line-height: 30px;}
.our-srevice h3{font-size: 13px;line-height: 16px;}
.treatment.treatment-slide .treat_caros .owl-nav{display: none;}
.count-box{width: 112px;height: 112px;}
.count-box span{font-size: 25px;line-height: 28px;}
.count-box p{font-size: 13px;line-height: 16px;}
.treatment .treat_caros .owl-nav{display: none;}  
.less4{font-size: 10px;}

.course{text-align: center;margin-top: 40px;}
.testi-mt h2{margin-top: 50px;}
.student-lft{margin-bottom: 50px;}
.screen-btn {position: fixed;right: 0;top: 45%;z-index: 999;}
.clinic-box h2{font-size: 30px;}
.mr-auto-desktop {margin-right: auto !important;}
.count-box .count-rank span {
  font-family: PT Serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 36px;
  text-transform: capitalize;
}

.heading-text h2 {
  font-family: "PT Serif";
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;}
.top-menu ul li a{font-size: 13px;}  
header .header .header_in .logo img {
  width: 65px;
}
header .header .header_in .logo {
  margin-bottom: 0px;
  z-index: 9999999;
  position: relative;
}
.foot-logo img {width: 225px;}
.import-lft h2{font-size: 17px;line-height: 20px;}
.accordion-section .accordion .accordion-item button{padding: 25px 30px 25px 0;}
.event-section{margin-top: 80px;}
.clinic-box ul li a{font-size: 17px;}
.g-revier-rst{text-align: center;}
.g-revier-rst a{margin-top: 8px;margin-left: 0;}

 footer .cpy_ryt p{font-size: 13px;} 
.blog-content-box .blog-img.blog-img1 img {
  height: 265px;}

.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: 12px;line-height: 15px;}  
.foot_mid ul li p{font-size: 9px;line-height: 16px;}
.foot_mid ul li a{gap: 7px;}
.foot_mid ul li i{width: 30px;height: 30px;font-size: 14px;}
 .foot_mid ul li a {font-size: 9px;display: contents;}
.footer-logo img{width: 130px;}
.foot_mid ul{gap: 14px;}
.foot_mid ul li{gap: 4px;align-items: flex-start;}
 .menu-call ul li{padding-left: 0px;font-size: 13px;}  
  header .header .header_in .ryt .menus .menu ul li a {
    font-size: 12px;
  }
  .top_book .less2{font-size: 12px;}
  header .header .header_in .ryt .menus .menu ul {
    gap: 10px;
  }
  .travel .box .text {
    padding: 40px;
  }
 
  .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) {



.bg-head{position: relative;z-index: 9999;}
.contact_page .contact_in .c_top ul li .bg_cont i{width: 50px;
  height: 50px;font-size: 18px;}
.training-rgt{text-align: center;}  
.chairman-head h2 {font-size: 24px;line-height: 26px;}
.chairman-box h3{font-size: 24px;
  line-height: 26px}
.about-dt-lft{padding: 0;}
.banner .item .ban-slider1 {
  position: relative;
  background-image: url(../images/slider-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0 100px 0;
}  

.position-text-education {position: absolute;top: 22%;left: -143px;}
.donation-img-right img{width: 200px;}
.donation-img-left img{width: 200px;}
.position-text-laboration {top: 35%;left: -140px;}
.position-text-focus {top: 38%;left: -122px;}
.position-text-pediatric {top: 22%;left: -150px;}
.about-section{padding: 60px 0 !important;}
 .position-text-about {top: 16%;left: -90px;}  
/* .foot_mid ul li p br{display: none;} */
.mt-space{margin-top: 15px;}
.count-box p{font-size: 11px;}
.heading-text{margin-bottom: 0;}
.foot-logo{margin-bottom: 15px;}
.banner .item .ban-txt span{font-size: 14px;line-height: 16px;}
.facility-list ul li a{font-size: 20px;}
.event-lft{text-align: center;}
.facility-list ul{display: flex;gap: 30px;justify-content: space-between;}  
.event-lft img{text-align: center;}
.clinic-box h2{font-size: 32px;}
.manage-box h3{font-size: 24px;}
/* .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: 0px 20px;}


  .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: 35px;line-height: 36px;}
  .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;}

  .testi-review-box h1{font-size: 22px;line-height: 18px;}
 
  .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: start;}
  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: #F38311;
    padding: 10px 7.5px;
    border-radius: 5px;
    color: #fff;
    top: 0px;
  }
  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: 95px;
    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: "poppins";
    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;margin-top: 10px;}
  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: #F38311;
    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 #F38311;padding: 0;}
  footer .foot_menu .foot_menu1 .foot_top {
    padding: 0px 0 0;margin: 0;}
  footer .foot_menu .foot_menu1 .foot_mid {
    padding: 20px 0;border-block: none;}
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul {flex-wrap: wrap;justify-content: center;gap: 10px;
  }
  footer .cpy_ryt .cpy_in {flex-direction: row;gap: 10px;text-align: center;}
  
  .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: 80px;top: 20px;z-index: 99999;}
header .header .header_in .ryt .menus .mean-bar {position: absolute;top: -18px;right: 20px;}
.logo2 img{width: 180px;}
.top_book a{font-size: 14px; padding: 13px 10px;}
header .header .header_in{padding: unset;}
.experience-section .hire-box{margin: 15px 0;}
.experience-section .hire-bg{padding: 15px 25px;}
.heading-text span {
  /* font-family: "RobotoSlab"; */
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  position: relative;
  letter-spacing: 0.02em;
  /* color: #222222; */
  text-transform: capitalize;
  margin-bottom: 10px;
}
.treatment .treat_in h2{font-size: 35px;line-height: 40px;}
 .foot-logo img {width: 230px;}
.treatment .treat_caros .owl-nav{position: unset;}
.treatment.treatment-slide .treat_caros .owl-nav{position: unset;display: none;}
.blog-content{padding: 20px;border: none;}
.foot_mid ul{display: block;}
.foot_mid ul li{margin-bottom: 15px;}
.contact-left{margin-bottom: 20px;}
.top-menu{padding: 10px 0;}
.logo2 img{width: 75px;}

/* muthu css */
.book-apoin{display: none;}
.enqurey-box a{padding: 10px;}
.about-left p{font-size: 16px;}
.count-rank{text-align: left;}
.count-box .count-rank span{font-size: 30px;line-height: 34px;}
.manage-box h3{font-size: 25px;}
.manage-box span{font-size: 18px;text-align: center;display: block;}
.manage-box p{font-size: 14px;}
.chair-left h3{font-size: 22px;line-height: 30px;}
.clinic-box h2{font-size: 28px;}
.clinic-box ul li {margin-bottom: 15px;}
.clinic-box ul li a{font-size: 16px;}
.student-lft{margin: 15px 0;}
.student-lft strong{font-size: 22px;}
.not-list{border: none;}
.faq-right{text-align: center;}  
.faq-right img{width: 420px;}
.sport-slide .items .sport-slide .sport-content h4{font-size: 20px;line-height: 24px;}
.import-lft h2{font-size: 22px;line-height: 24px;margin-bottom: 0px;}
.footer-text{margin-top: 15px;}
 .foot_mid ul li a {font-size: 14px;}
 .foot_mid ul li p {font-size: 14px;line-height: 16px;}
footer .foot_menu .footer-media{text-align: start;}
 footer .cpy_ryt p {font-size: 11px;}
.treatment .treat_caros .owl-nav{justify-content: center;display: none;}
.quite-bottom img, .quite-top img{width: 220px;}
.course{text-align: center;margin-top: 20px;}
.enqurey-box{top: 330px;}
.top-menu ul{gap: 24px;}
.top-menu ul li a {font-size: 14px;}
.depart-section{padding: 70px 0 100px 0;}
.treatment .treat_caros .owl-dots{margin-top: 20px;}
.blog-section .blog-box{padding: 45px 0;}
.special-lft a {
  margin-top: 40px !important;
}








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

.ban-txt {padding: 40px 30px 40px 40px;}
 .chairman-head h2 br{display: none;} 
 .chairman-head h2 {font-size: 20px;line-height: 24px;}
.bread_crumb{padding: 45px 0;}
.job-title .job-title-lft h3{font-size: 16px;line-height: 20px;}
.job-title-rgt{margin-top: 10px;} 
.training-box{padding: 10px;}
.training-about-lft{text-align: center;}
.training-about-rgt{float: none;text-align: center;}
.bb-remove{border-bottom: unset !important;}
.recent-box h3{font-size: 18px;line-height: 26px;}
.about-left{margin-top: 0;}
 .position-text-education { position: absolute;top: 100px;left: -100px;}
.donation-section .donation-box h3 {font-size: 18px;line-height: 26px;}
.donation-img-right img{width: 130px;}
.donation-img-left img{width: 130px;}
 .position-text-laboration {top: 95px;left: -100px;}
.position-text-research {top: 80px;left: -85px;}
.recent-box.recent-box2{border-left: 1px solid #726FB1 !important;}
 .position-text-focus {top: 80px;left: -81px;}
.collaborat-box p{font-size: 15px;line-height: 20px;}
.collaborat-box h2 br{display: none;}
.collaborat-box h2 {font-size: 20px;line-height: 30px;}
.position-text-recent {left: -94px;top: 91px;}
.border-bottom-0, .border-start-0{border-left: 1px solid #F38311 !important;}
.position-text-pediatric {top: 102px;left: -106px;}
.position-text-about {top: 60px;left: -60px;}
 .position-text h2 {
    font-family: "Raleway";
    font-weight: 500;
    font-size: 23px;
    line-height: 30px;
  }  
.contact_page .contact_in .c_btm h1{font-size: 22px;line-height: 24px;} 
  .blog-content-box.blog-list-box .blog-content {
  padding: 20px 20px 20px 20px;
  border: 0;
}
.blog-content-box span{font-size: 12px;}
.video-testi .treat_caros .owl-dots{margin-top: 20px;}
.special-lft a {
  margin-top: 20px !important;
}
.facility-list ul{display: block;gap: 30px;}  
#button{bottom: 30px;right: 15px;}
.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: 22px;font-size: 30px;}  
.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: 30px;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;}
  
 
  .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;}
  .blog-left-box h2{font-size: 20px;}
 
  .testi-review-box h1{font-size: 18px;line-height: 18px;}

  .treat-list-box h3{font-size: 16px;line-height: 24px;}
  .vision-list li{font-size: 14px;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;}
  .lft.lft-service h2{font-size: 24px;line-height: 16px;}
  .gratitude-sec{margin-bottom: 20px;}
  .heading-text h2{font-size: 28px;line-height: 30px;}
  .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: 22px;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;}
  .radio .radio_in .lft .img_sec ul {
    flex-direction: column;
  }
  .accordion-section .accordion .accordion-item button{font-size: 14px;padding: 15px 30px 15px 10px;} 
  
  /* new css  */
.logo2{display: block;}
.logo{display: none;}
.menu-media{display: none;}
header .header .header_in .ryt .menus .mean-bar{position: absolute;top: -5px;right: 15px;}
.menu-call{display: none;}
.top_book{top: 17px;}
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;}
/* .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: 25px;line-height: 28px;}
.treatment .treat_in .ryt{text-align: start;}
.treatment .treat_caros .owl-nav{position: unset;margin-top: 25px;}
.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: 20px;line-height: 24px;margin-bottom: 5px;}
.contact_form h2{font-size: 20px;line-height: 24px;}
footer .foot_menu .foot_menu1 .foot_top .f-link ul li:last-child {
  margin-bottom: 10px;
}




.top-menu ul{display: flex;align-items: center;justify-content: center;gap: 10px;
  flex-direction: revert; flex-wrap: wrap-reverse;}
.top-menu{padding: 10px 0;}  
 .logo2 img{width: 70px;}
.about-left {text-align: start;}
.about-left p {font-size: 14px;line-height: 25px;}
.vision-section .border-up {
  border-top: 2px solid #0B4090;
  margin-bottom: 40px;
}
.count-box .count-rank span {
  font-family: PT Serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-transform: capitalize;
}
.foot-logo img {
    width: 170px;
  }
.doctor-box h3{font-size: 21px;line-height: 24px;}
.treatment .treat_caros .items a h3 {
    -webkit-line-clamp: unset !important;height: unset;font-size: 18px;line-height: 20px;
  }
.course{text-align: center;margin-top: 20px;}
.blog-content-box strong{position: unset;transform: unset;margin-top: 10px;}
.blog-content-box{margin-bottom: 0;padding: 20px;}
.manage-box h3{font-size: 20px;}
.manage-box span{font-size: 17px;line-height: 20px;}
.manage-box p{font-size: 16px;line-height: 20px;}
.chair-left h3{font-size: 20px;line-height: 24px;}
.clinic-box h2{font-size: 27px;}
.depart-section{padding: 71px 0 80px 0;}
.heading-text{margin-bottom: 15px;}
.student-lft{margin: 15px 0;}
.student-lft strong{font-size: 22px;}
.treatment .student-lft h3 span{font-size: 20px;}
.treatment .student-lft h3{font-size: 14px;line-height: 20px;}
.treatment .student-lft{font-size: 16px;line-height: 20px;}
.treatment .student-lft p{font-size: 17px;line-height: 20px;}
.not-list{border: none;}
.import-lft h2{font-size: 20px;line-height: 24px;}
.import-form-box{display: block;text-align: center;}
/* .import-form-box .form-control{margin-bottom: 20px;} */
.banner .item .ban-slider1{padding: 100px 0 100px 0;}
.three-sixty{top: 30px;}
.enqurey-box{top: 300px;}
.enqurey-box a, .book-apoin a{padding: 10px;font-size: 15px;}
footer .foot_menu .footer-media {text-align: start;}
.footer-text{margin-top: 15px;}
.book-apoin{top: 60%;display: none;}
.foot_mid ul li p{font-size: 8px;line-height: 11px;}
.facility-list ul li{margin-bottom: 15px;}
.facility-list ul li a{font-size: 20px;}
.clinic-box ul li a{font-size: 16px;}
.clinic-box ul li{margin-bottom: 15px;}
.event-list .news-lft h5{font-size: 20px;line-height: 24px;}
 footer .cpy_ryt .cpy_in {flex-direction: column; gap: 2px;text-align: center;}
.count-box .count-rank p{font-size: 17px;line-height: 20px;}
.count-box{justify-content: center;}
.count-box .count-rank{width: 50%;float: left;padding: 0 10px;}

header .header .header_in .ryt .menus .mean-bar .meanmenu-reveal {padding: 8px 5.5px;}
.banner .item .ban-txt h2{font-size: 20px;line-height: 24px;}
.our-special {margin-top: -40px;position: relative;z-index: 9;}
.heading-text span{font-size: 18px;line-height: 20px;}
.special-lft h2{font-size: 22px;line-height: 25px;}
.doctor-box span{font-size: 16px;line-height: 20px;}
.blog-content{padding: 0px 20px;}
header .header .header_in .ryt .menus .mean-bar .meanmenu-reveal{top: 2px;}
.video-testi .treat_caros .owl-dots button span{width: 13px;height: 13px;}
.video-testi .treat_caros .owl-dots button.active span {
  background: #CD015B !important;
    opacity: 1;
  width: 16px;
  height: 16px;
}
.treatment.treatment-testi .treat_caros .owl-dots {display: flex;align-items: center;justify-content: center;}
.treatment.treatment-testi .treat_caros .owl-dots button span {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #fff;
  opacity: 0.5;
  display: block;
  margin: 5px;
  /* border: 1px solid #DA1920; */
}
.treatment.treatment-testi .treat_caros .owl-dots button.active span {
  background: #fff !important;
    opacity: 1;
    width: 16px;
  height: 16px;
}
.blog-content-box p{font-size: 14px;line-height: 20px;}
.blog-box .blog-content h1, .blog-box .blog-content h2, .blog-box .blog-content h3, .blog-box .blog-content h4, .blog-box .blog-content h5, .blog-box .blog-content h6{font-size: 16px;line-height: 18px;}
.testi-box img {
  width: 55px !important;
  margin-bottom: 10px;
}
footer .foot_menu {padding-top: 15px;}
.foot-logo{margin-bottom: 20px;}
footer .foot_menu .foot_menu1 .foot_top{padding-top: 0;}
footer .foot_menu .foot_menu1 .foot_top .f-link strong{font-size: 15px;}
 .top_book a {font-size: 11px;padding: 13px 10px;}
  .blog-section .blog-box:first-child {
    padding-top: 0;
  }
.blog-section .blog-box{padding: 30px 0;}
 .foot_mid ul li a {font-size: 9px;}  
  .foot_mid ul li a{padding-left: 35px;display: inline-block;}
  .foot_mid ul li p{padding-left: 35px;}
  .foot_mid ul li p br{display: none;}
 .foot_mid ul li i{position: absolute;left: 0;top: -8px;}
.foot_mid ul li {gap: unset;position: relative;margin-bottom: 30px;}
.doct-mobile{display: none;}
.top_book a {
    font-size: 8px;
    padding: 12px 8px;
  }
#button{width: 40px;height: 40px;}
#button::after{line-height: 40px;font-size: 22px;}
}

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


   .chairman-box h3 {font-size: 18px;line-height: 20px;}
  .chairman-list .chairman-text h3{font-size: 18px;
  line-height: 20px;}
 .chairman-list img{width: 100%;height: auto;} 
  header .header .header_in .ryt .menus .mean-bar .meanmenu-reveal {
    top: -2px;
  }
      header .header .header_in .ryt .menus .mean-bar {
        position: absolute;
        top: -13px;
        right: 15px;
    }
}


@media (max-width: 375px) {
header .header .header_in .ryt .menus .mean-bar {
    position: absolute;
    top: -20px;
    right: 15px;
  }

}




