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

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

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

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

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


@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Bold.eot");
  src: url("../fonts/Jost-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Jost-Bold.woff2") format("woff2"),
    url("../fonts/Jost-Bold.woff") format("woff"),
    url("../fonts/Jost-Bold.ttf") format("truetype"),
    url("../fonts/Jost-Bold.svg#Jost-Bold") format("svg");
  font-weight: bold;
  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: "Quicksand";
}

a:hover {
  color: none !important;
}

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 {
  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);
  }
}
@keyframes less {
  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);
  }
}
.less {
  font-family: "poppins";
  font-weight: 600 !important;
  text-transform: uppercase !important;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 20px;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #FB5F30;
  border: 1px solid #FB5F30;
  color: #fff !important;
  transition-property: color;
  transition-duration: 0.3s;
}
.less::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 30px;
  border: 1px solid #FB5F30;
}
.less:hover {
  color: #222 !important;
}
.less:hover::before {
  transform: scaleX(1);
}
@media screen and (max-width: 767px) {
  .less {
    padding: 10px 20px;
    font-size: 15px;
  }
}

.less1 {
  font-family: "poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 20px;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #fff;
  border: 1px solid #FB5F30;
  color: #FB5F30;
  transition-property: color;
  transition-duration: 0.3s;
}
.less1::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FB5F30;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 30px;
  border: 1px solid;
}
.less1:hover {
  color: #fff;
}
.less1:hover::before {
  transform: scaleX(1);
}
@media screen and (max-width: 767px) {
  .less1 {
    padding: 10px 20px;
    font-size: 12px;
  }
}

.less2 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 20px;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #fff;
  border: 1px solid #fff;
  color: #101010;
  transition-property: color;
  transition-duration: 0.3s;
}
.less2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2d2c6f;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 30px;
}
.less2:hover {
  color: #fff;
}
.less2:hover::before {
  transform: scaleX(1);
}
@media screen and (max-width: 767px) {
  .less2 {
    padding: 10px 20px;
    font-size: 15px;
  }
}

.txt-cen {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lexend Deca;
  font-weight: 600;
  font-size: 45px;
  line-height: 48px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2d2c6f;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 1200px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  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: Quicksand;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.02em;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-transform: capitalize;
  color: #007a43;
  margin-bottom: 10px;
  position: relative;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  h1 + strong,
  h2 + strong,
  h3 + strong,
  h4 + strong,
  h5 + strong,
  h6 + strong {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  h1 + strong,
  h2 + strong,
  h3 + strong,
  h4 + strong,
  h5 + strong,
  h6 + strong {
    font-size: 20px;
    line-height: 25px;
  }
}
h1 + strong::after,
h2 + strong::after,
h3 + strong::after,
h4 + strong::after,
h5 + strong::after,
h6 + strong::after {
  content: "";
  width: 110px;
  height: 2px;
  background: #2d2c6f;
  left: 0;
  top: 0;
  position: unset;
}
h1 + strong.t-center::after,
h2 + strong.t-center::after,
h3 + strong.t-center::after,
h4 + strong.t-center::after,
h5 + strong.t-center::after,
h6 + strong.t-center::after {
  left: 50%;
  transform: translateX(-50%);
}

p {
  font-family: "rubik";
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #1a1a1a;
}
@media screen and (max-width: 991px) {
  p {
    font-size: 15px;
  }
}
.pads {
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .pads {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .pads {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .pads {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .pads {
    padding: 40px 0;
  }
}

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

ul li {
  list-style: none;
  font-family: "poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #1a1a1a;
}
@media screen and (max-width: 991px) {
  ul li {
    font-size: 15px;
  }
}
.header .head_top {
  background: #fff;padding: 10px 0;
}
.header .head_top .top_in ul {
  display: flex;
  gap: 50px;
}
.header .head_top .top_in ul li a i{
  width: 35px;
  height: 35px;
  min-width: 30px;
  border-radius:50%;
  color: #9D1F2D;
  border: 1px solid #FB5F30;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff ;
  font-size: 14px; position: absolute;
  left: 0;top: -10px;
}
.header .head_top .top_in .social-icon{gap: 10px;margin-left: 80px;align-items: center;margin-left: auto;}
.header .head_top .top_in .social-icon li i{position: unset;}
.header .head_top .top_in .social-icon li{padding: 0px 5px;position: unset;}
.header-top{display: flex; align-items: center;}
.header .head_top .top_in ul li a {
  display: block;
  font-family: "poppins";
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  /* text-transform: capitalize; */
  letter-spacing: 0.2px;
  color: #1A1A1A;
}
.header .head_top .top_in ul li a:hover {
  text-shadow: 2px 0px 10px #fff;
}
.header .head_top .top_in  ul li {position: relative;padding-left: 50px;}
.header .head_top .top_in .lft ul li + li {
  border-left: unset;
  padding-left: 0;
}
.header .head_top .top_in .lft ul li i {
  margin-right: 5px;
}
.header .head_top .top_in .ryt {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}
.header .head_top .top_in .ryt .acad {
  gap: 12px;
}
.header .head_top .top_in .ryt .social {
  gap: 0;
}
.header .head_top .top_in .ryt .social li {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.header .head_top .top_in .ryt .social li + li {
  border-left: unset;
  padding-left: 0;
}
.header .head_top .top_in .ryt .social li a {
  padding: 15px;
  font-size: 17px;
}
.header .head_btm {
  background: #9D1F2D;
  padding: 10px 0;
}

.header .head_top .top_in .logo img{
  width: 200px;
}
.header .head_btm .btm_in .fx {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.header .head_btm .btm_in .fx .menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.header .head_btm .btm_in .fx .menu ul li a {
  display: block;
  font-family: "poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #fff;
  padding: 0 17px;
}
.header .head_btm .btm_in .fx .menu ul li a.cont {
  border-radius: 30px;
  color: #fff;
  text-transform: capitalize;
  padding: 7px 20px;
}
.bg-gray-section{background: #F8FAFF !important;}
.header .head_btm .btm_in .fx .menu ul li a.cont::before {
  border-radius: 30px;
}
.header .head_btm .btm_in .fx .menu ul li .sub_menu {
  position: absolute;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  padding-top: 20px;
  z-index: 2;
}
.header .head_btm .btm_in .fx .menu ul li .sub_menu ul {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #FB5F30;
}
.header .head_btm .btm_in .fx .menu ul li .sub_menu ul li a {
  padding: 10px 15px;
  background: #fff;
  color: #9D1F2D;
  border: unset;
}
.header .head_btm .btm_in .fx .menu ul li .sub_menu ul li a:hover {
  background: #9D1F2D;
  color: #fff;
}
.header .head_btm .btm_in .fx .menu ul li:hover a, .header .head_btm .btm_in .fx .menu ul li.active a {
  color: #FB5F30;
  transition: 0.2s;
}
.header .head_btm .btm_in .fx .menu ul li:hover .sub_menu, .header .head_btm .btm_in .fx .menu ul li.active .sub_menu {
  opacity: 1;
  visibility: visible;
}
.header .head_btm .btm_in .fx .appoint a {
  border-color: #2d2c6f;
  background: #2d2c6f;
}
.header .head_btm .btm_in .fx .appoint a i {
  display: none;
}
.header .head_btm .btm_in .fx .appoint a:hover {
  color: #2d2c6f;
}

.banner .item{
  background: url(../images/banner-one.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding: 340px 0;
  background-position: center;
}
/* .banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(45, 44, 109, 0.9019607843);
} */
.banner .item .ban-txt{
  align-items: center; position: absolute;top: 50%;transform: translateY(-50%);left: 170px;
  /* padding-top: 70px; */
}
@media screen and (max-width: 991px) {
  .banner .item .ban-txt {
    text-align: center;
  }
}
.banner .item .ban-txt span {
  font-family: Outfit;
  font-size: 28px;
  line-height: 33px;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: capitalize;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .banner .item .ban-txt span {
    font-size: 25px;
    line-height: 30px;
  }
}
@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: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
.banner .item .ban-txt{padding: 20px; border-radius: 10px; border: 1px solid rgba(237, 53, 87, 0.2);background: rgba(255, 255, 255, 0.5);
}
.banner .item .ban-txt strong {
  font-family: "poppins";
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  display: block;
  color: #9D1F2D;
  text-transform: capitalize;
  margin-bottom: 8px;
}

@media screen and (max-width: 1200px) {
  .banner .item .ban-txt strong {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .banner .item .ban-txt strong {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .banner .item .ban-txt strong {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .banner .item .ban-txt strong {
    font-size: 27px;
    line-height: 30px;
  }
}
.banner .item .ban-txt p {
  font-family: "rubik";
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.02em;
  color: #1A1A1A;
  margin-bottom: 30px;
}
@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: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner .item .ban-txt p {
    font-size: 17px;
    line-height: 25px;
  }
}
.banner .item .ban-txt p::first-letter {
  text-transform: uppercase;
}
.banner .item .ban-img img {
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.banner .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  overflow: hidden;
  transition: 0.2s;
  border: 1px solid #fff !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: "Font Awesome 6 Free";
  font-weight: 700;
  right: 0;
  transition: 0.2s;
  top: 0;
  color: #9D1F2D;
  font-size: 16px;
}
.banner .owl-nav button.owl-next {
  right: 15px;
}
.banner .owl-nav button.owl-next::before {
  content: "\f054";
}

.banner .owl-nav button.owl-prev {
  left: 20px;
}
.banner .owl-nav button.owl-prev::before {
  content: "\f053";
}

.banner .owl-nav button:hover {
  transition: 0.2s;
}
.banner .owl-nav button:hover::before {
  background: #fb5f30;
  color: #fff;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .banner .owl-nav button.owl-prev, .banner .owl-nav button.owl-next {
    position: relative;
    transform: unset;
    left: unset !important;
    right: unset !important;
  }
}
@media screen and (max-width: 1200px) {
  .banner .owl-nav {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

.about .about_in .img_sec {
  position: relative;
  margin-left: 50px;
}
.about .about_in .img_sec .posi {
  position: absolute;
  top: 67%;
  left: -25px;
  transform: translateY(-50%);
}
.about .about_in .img_sec .posi ul li {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  width: 160px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: contain;
  transform: scale(0.8);
}
.about .about_in .img_sec .posi ul li b {
  font-weight: 600;
  font-size: 25px;
  display: block;
  line-height: 30px;
}
.about .about_in .img_sec .posi ul li:first-child {
  background: url(../images/abt_pg11.png) no-repeat center;
}
.about .about_in .img_sec .posi ul li:nth-child(2) {
  background: url(../images/abt_pg22.png) no-repeat center;
  position: relative;
  top: -71px;
  left: -50px;
}
.about .about_in .img_sec .posi ul li:last-child {
  background: url(../images/abt_pg33.png) no-repeat center;
  color: #2d2c6f;
  position: relative;
  top: -145px;
  left: 0;
}
.about .about_in p {
  text-align: justify;
}
.about .about_in .cnt .box {
  border-block: 1px solid rgba(22, 20, 153, 0.7019607843);
  margin-bottom: 20px;
}
.about .about_in .cnt .text ul li {
  position: relative;
  padding-left: 15px;
  font-family: Poppins;
}
.about .about_in .cnt .text ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  transform: rotate(135deg);
  left: 0;
  transition: 0.5s;
}
.about .about_in .cnt .img img {
  max-width: 165px;
}

/* .dept {
  background: #f8f8f8;
} */
.dept .dept_in .dept_list .items .items-box{padding: 20px 20px 0px 20px;}
.dept .dept_in .dept_list .items {
  height: 100%;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(157, 31, 45, 0.15);
  transition: 0.5s;
  position: relative;
  text-align: center;
  margin: 110px auto 25px auto;
}
.dept .dept_in .dept_list .items .cnt{margin-top: 105px;}
.dept .dept_in .dept_list .items a {
  display: block;
}
.dept .dept_in .dept_list .items a .img {
  /* background: url(../images/hex_blue.png) no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 10px; */
}
.dept .dept_in .dept_list .items a .img img {
  transition: 0.5s;
  position: absolute;
  left: 50%;
  top: -110px;
  transform: translateX(-50%);
  width: 200px;
}
.awareness-video .items .item-box.awar-box p{color: #1a1a1a;}
.dept .dept_in .dept_list .items a .img img:last-child {
  /* opacity: 0;visibility: hidden;transition: 0.5s; */
}
.dept .dept_in .dept_list .items a .cnt strong {
  font-family: "poppins";
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FB5F30;
  display: block;
  margin-bottom: 10px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 0 5px;
}
.dept .dept_in .dept_list .items .item-box a .cnt-bottom i{width: 50px;
  height: 50px;min-width: 50px;border-radius:50%;color: #FB5F30; border:1px solid #FB5F30;display: flex;
  align-items: center;justify-content: center;background:#fff;font-size: 22px;position: absolute;left: 0;
  bottom: 10px;left: 50%;transform: translateX(-50%);bottom: -25px;transition-duration: 0.3s;}
.dept .dept_in .dept_list .items .item-box a .cnt-bottom h6{font-family: "poppins";font-weight: 400;font-size: 20px;line-height: 28px;color: #fff;display: -webkit-box;
  text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.dept .dept_in .dept_list .items .item-box a .cnt-bottom{background: #9D1F2D; padding: 20px 10px 30px 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;position: relative;}
.dept .dept_in .dept_list .items .item-box a .cnt h6{font-family: "poppins";font-weight: 500; color: #1A1A1A;font-size: 20px;line-height: 28px;}
.dept .dept_in .dept_list .items .item-box a .cnt p {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.dept .dept_in .dept_list .items .item-box a .cnt span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  text-transform: capitalize;
  color: #007a43;
}
.dept .dept_in .dept_list .items .item-box a .cnt span:after {
  content: "\f178";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  color: #007a43;
  padding-left: 10px;
}
.dept .dept_in .dept_list .items :hover {
  /* background: #007a43;
  transition: 0.5s; */
}
.dept .dept_in .dept_list .items:hover a .img {
  transition: 0.5s;
  background: url(../images/hex_white.png) no-repeat;
  background-size: contain;
}
.dept .dept_in .dept_list .items:hover a .img img:last-child {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.dept .dept_in .dept_list .items:hover a .img img:first-child {
  /* opacity: 0;
  visibility: hidden;
  transition: 0.5s; */
}
.dept .dept_in .dept_list .items:hover a .cnt strong,
.dept .dept_in .dept_list .items:hover a .cnt p,
.dept .dept_in .dept_list .items:hover a .cnt span,
.dept .dept_in .dept_list .items:hover a .cnt span:after {
  /* color: #fff;
  transition: 0.5s; */
}
.dept .dept_in .dept_list .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  overflow: hidden;
  transition: 0.2s;
  border: 1px solid #9D1F2D !important;
  background: #fff !important;
  border-radius: 100%;
}
.dept .dept_in .dept_list .owl-nav button span {
  display: none;
}
.dept .dept_in .dept_list .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;
  right: 0;
  transition: 0.2s;
  top: 0;
  color: #9D1F2D;
  font-size: 16px;
}
.dept .dept_in .dept_list .owl-nav button.owl-next {
  right: -60px;
  right: -50px;
}
.dept .dept_in .dept_list .owl-nav button.owl-next::before {
  content: "\f054";
}

.dept .dept_in .dept_list .owl-nav button.owl-prev {
  left: -60px;
  left: -50px;
}
.dept .dept_in .dept_list .owl-nav button.owl-prev::before {
  content: "\f053";
}

.dept .dept_in .dept_list .owl-nav button:hover {
  transition: 0.2s;
  border: 1px solid #FB5F30 !important;
}
.dept .dept_in .dept_list .owl-nav button:hover::before {
  background: #FB5F30;
  color: #fff;
  
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .dept .dept_in .dept_list .owl-nav button.owl-prev, .dept .dept_in .dept_list .owl-nav button.owl-next {
    position: relative;
    transform: unset;
    left: unset !important;
    right: unset !important;
  }
}
@media screen and (max-width: 1200px) {
  .dept .dept_in .dept_list .owl-nav {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

.awards {
  background: #2d2c6f url(../images/awards_pg.png) no-repeat;
  background-size: cover;
  background-size: 100% 100%;
  background-blend-mode: difference;
}
.awards .awards_in .text-center h3,
.awards .awards_in .text-center strong {
  color: #fff;
}
.awards .awards_in .text-center strong::after {
  background: #fff;
}

.helps {
  background: #f7f6ff;
}
.helps .helps_in .tops {
  position: relative;
}
.helps .helps_in .tops:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  background: #2c2b6e;
  border-radius: 20px;
}
.helps .helps_in .tops .helps_sec {
  position: relative;
  z-index: 1;
}
.helps .helps_in .tops .helps_sec .cnt h4,
.helps .helps_in .tops .helps_sec .cnt strong {
  color: #fff;
}
.helps .helps_in .tops .helps_sec .cnt strong:after {
  display: none;
}
.helps .helps_in .tops .helps_sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
  height: 100%;
  background: url(../images/lft_pg.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
.helps .helps_in .tops .helps_sec:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  height: 100%;
  background: url(../images/ryt_pg.png) no-repeat;
  background-size: contain;
  z-index: -1;
}

.doct_list .items {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.0901960784);
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  padding: 25px;
  min-height: 370px;
}
.doct_list .items + .items {
  margin-top: 20px;
}
.doct_list .items a {
  display: block;
}
.doct_list .items a .img {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}
.doct_list .items a .cnt strong {
  font-family: Lexend Deca;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: capitalize;
  color: #2c2b6e;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.doct_list .items a .cnt p {
  margin-bottom: 0;
  text-transform: capitalize;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.doct_list .items a .profile {
  background: #007a43;
  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;
}
.doct_list .items a .profile p {
  text-overflow: unset;
  overflow: unset;
  -webkit-box-orient: unset;
  -webkit-line-clamp: unset;
}
.doct_list .items a .profile strong {
  color: #fff;
  display: block;
  text-overflow: unset;
  overflow: unset;
  -webkit-box-orient: unset;
  -webkit-line-clamp: unset;
}
.doct_list .items a .profile strong.depts {
  padding-block: 10px;
  margin-block: 15px;
  font-weight: 400;
  border-block: 1px solid #fff;
  text-transform: uppercase;
}
.doct_list .items a .profile span {
  color: #fff;
  font-size: 14px;
  position: relative;
  font-family: Poppins;
  font-weight: 600;
  display: block;
  text-transform: capitalize;
}
.doct_list .items a .profile span:after {
  content: "\f178";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  color: #fff;
  padding-left: 10px;
}
.doct_list .items a .profile p {
  color: #fff;
}
.doct_list .items:hover a .profile {
  height: 100%;
  transition: 0.5s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.doct_list .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  overflow: hidden;
  transition: 0.2s;
  border: 1px solid #fff !important;
  background: #fff !important;
  border-radius: 100%;
}
.doct_list .owl-nav button span {
  display: none;
}
.doct_list .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;
  right: 0;
  transition: 0.2s;
  top: 0;
  color: #2d2c6f;
  font-size: 16px;
}
.doct_list .owl-nav button.owl-next {
  right: -60px;
  right: -40px;
}
.doct_list .owl-nav button.owl-next::before {
  content: "\f178";
}

.doct_list .owl-nav button.owl-prev {
  left: -60px;
  left: -55px;
}
.doct_list .owl-nav button.owl-prev::before {
  content: "\f177";
}

.doct_list .owl-nav button:hover {
  transition: 0.2s;
}
.doct_list .owl-nav button:hover::before {
  background: #2d2c6f;
  color: #fff;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .doct_list .owl-nav button.owl-prev, .doct_list .owl-nav button.owl-next {
    position: relative;
    transform: unset;
    left: unset !important;
    right: unset !important;
  }
  .awareness-video .awar_in .owl-nav button.owl-prev, .awareness-video .awar_in .owl-nav button.owl-next {
    transform: unset;
    position: relative;
    left: unset !important;
    right: unset !important;
  }
  .awareness-video .awar_in .owl-nav{
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .doct_list .owl-nav {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

.blog {
  background: #f8f8f8;
}
.blog .blog_in .blog_caros .blog_caro_det {
  border: 1px solid rgba(0, 0, 0, 0.0901960784);
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.blog .blog_in .blog_caros .blog_caro_det a {
  display: block;
}
.blog .blog_in .blog_caros .blog_caro_det .img {
  overflow: hidden;
}
.blog .blog_in .blog_caros .blog_caro_det .img img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s;
}
.blog .blog_in .blog_caros .blog_caro_det .text {
  padding: 20px;
  height: 122px;
}
.blog .blog_in .blog_caros .blog_caro_det .text a {
  display: block;
}
.blog .blog_in .blog_caros .blog_caro_det .text strong {
  font-family: Lexend Deca;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  display: block;
  color: #1a1a1a;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}
.blog .blog_in .blog_caros .blog_caro_det .text p {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  -webkit-line-clamp: 3;
}
.blog .blog_in .blog_caros .blog_caro_det .text span {
  color: #007a43;
  font-size: 14px;
  position: relative;
  font-family: Poppins;
  font-weight: 600;
  display: block;
  text-transform: capitalize;
}
.blog .blog_in .blog_caros .blog_caro_det .text span:after {
  content: "\f178";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  color: #007a43;
  padding-left: 10px;
}
.blog .blog_in .blog_caros .blog_caro_det:hover .img img {
  transform: scale(1.2);
  transition: 1s;
}
.blog .blog_in .blog_caros .blog_caro_det:hover .text strong {
  color: #007a43;
  transition: 1s;
}
.blog .blog_in .blog_caros .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  overflow: hidden;
  transition: 0.2s;
  border: 1px solid #fff !important;
  background: #fff !important;
  border-radius: 100%;
}
.blog .blog_in .blog_caros .owl-nav button span {
  display: none;
}
.blog .blog_in .blog_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;
  right: 0;
  transition: 0.2s;
  top: 0;
  color: #2d2c6f;
  font-size: 16px;
}
.blog .blog_in .blog_caros .owl-nav button.owl-next {
  right: -60px;
  right: -40px;
}
.blog .blog_in .blog_caros .owl-nav button.owl-next::before {
  content: "\f178";
}

.blog .blog_in .blog_caros .owl-nav button.owl-prev {
  left: -60px;
  left: -40px;
}
.blog .blog_in .blog_caros .owl-nav button.owl-prev::before {
  content: "\f177";
}

.blog .blog_in .blog_caros .owl-nav button:hover {
  transition: 0.2s;
}
.blog .blog_in .blog_caros .owl-nav button:hover::before {
  background: #2d2c6f;
  color: #fff;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .blog .blog_in .blog_caros .owl-nav button.owl-prev, .blog .blog_in .blog_caros .owl-nav button.owl-next {
    position: relative;
    transform: unset;
    left: unset !important;
    right: unset !important;
  }
}
@media screen and (max-width: 1200px) {
  .blog .blog_in .blog_caros .owl-nav {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.blog.blog_pg .blog_in .blog_caros .blog_caro_det {
  height: 100%;
}
.blog.blog_pg .blog_in .blog_caros .blog_caro_det .text {
  height: auto;
}
.blog.blog_pg .blog_in .blog_caros .blog_caro_det .text p {
  margin-bottom: 10px;
}
.blog.blog_dt .blog_in .blog_caros .blog_caro_det .imgs img {
  height: auto;
  max-height: 550px;
  width: 100%;
 object-fit: cover;
}
.blog.blog_dt .blog_in .blog_caros .blog_caro_det .text {
  height: auto;
}
.blog.blog_dt .blog_in .blog_caros .blog_caro_det .text h1,
.blog.blog_dt .blog_in .blog_caros .blog_caro_det .text h2,
.blog.blog_dt .blog_in .blog_caros .blog_caro_det .text h3,
.blog.blog_dt .blog_in .blog_caros .blog_caro_det .text h4,
.blog.blog_dt .blog_in .blog_caros .blog_caro_det .text h5,
.blog.blog_dt .blog_in .blog_caros .blog_caro_det .text h6 {
  font-family: "poppins";
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.02em;
  display: block;
  text-transform: capitalize;
  color: #007a43;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .blog.blog_dt .blog_in .blog_caros .blog_caro_det .text h1,
  .blog.blog_dt .blog_in .blog_caros .blog_caro_det .text h2,
  .blog.blog_dt .blog_in .blog_caros .blog_caro_det .text h3,
  .blog.blog_dt .blog_in .blog_caros .blog_caro_det .text h4,
  .blog.blog_dt .blog_in .blog_caros .blog_caro_det .text h5,
  .blog.blog_dt .blog_in .blog_caros .blog_caro_det .text h6 {
    font-size: 25px;
    line-height: 30px;
  }
}
.blog.blog_dt .blog_in .blog_caros .blog_caro_det .text p {
  display: block;
  text-overflow: unset;
  overflow: unset;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  margin-bottom: 10px;
  text-align: justify;
}
.blog.blog_dt .blog_in .blog_caros .blog_caro_det .text ul li,
.blog.blog_dt .blog_in .blog_caros .blog_caro_det .text ol li {
  position: relative;
  font-family: Quicksand;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #1a1a1a;
  padding-left: 15px;
  margin-bottom: 10px;
}
@media screen  and (max-width: 992px) {
  .header .head_top .top_in ul{gap: 15px;}
  .about-left img{width: 350px !important;}  
}
@media screen and (max-width: 991px) {
  .blog.blog_dt .blog_in .blog_caros .blog_caro_det .text ul li,
  .blog.blog_dt .blog_in .blog_caros .blog_caro_det .text ol li {
    font-size: 15px;
  }
}
.blog.blog_dt .blog_in .blog_caros .blog_caro_det .text ul li::before,
.blog.blog_dt .blog_in .blog_caros .blog_caro_det .text ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  background: #007a43;
  width: 7px;
  height: 7px;
  border-radius: 10px;
}

.why_choose .about_in .cnt ul.icons li {
  display: flex;
  background: #f0fff2;
  border-radius: 20px;
  padding: 20px;
  gap: 15px;
}
.why_choose .about_in .cnt ul.icons li .img {
  min-width: 70px;
}
.why_choose .about_in .cnt ul.icons li .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.why_choose .about_in .cnt ul.icons li .text strong {
  font-family: Lexend Deca;
  font-weight: 500;
  font-size: 20px;
  display: block;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #1a1a1a;
  margin-bottom: 5px;
}
.why_choose .about_in .cnt ul.icons li .text p {
  margin-bottom: 0;
  text-align: left;
}
.why_choose .about_in .cnt ul.icons li + li {
  margin-top: 20px;
}

.testi {
  background: #f8f8f8;
}
.testi .testi_in .written .items {
  text-align: center;
  border-radius: 20px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.testi .testi_in .written .items strong {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
}
.testi .testi_in .written .items img{width: 90px; margin: 0 auto;}
.testi .testi_in .written .items.items-bg strong span{color: #1A1A1A;}
.testi .testi_in .written .items strong span {
  font-weight: 400;
  font-family: "poppins";
  color: #fff;
  font-size: 18px;
}
.testi .testi_in .written .items p {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 76px;
  color: #fff;
}
.testi .testi_in .written .items::before {
  content: "";
  background: url(../images/up_quats.png) no-repeat left top;
  background-size: 80px;
  width: 85px;
  height: 55px;
  position: absolute;
  left: 30px;
  top: 30px;
}
.testi .testi_in .written .items::after {
  content: "";
  background: url(../images/down_quats.png) no-repeat right bottom;
  background-size: 80px;
  width: 85px;
  height: 55px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.testi .testi_in .written .owl-nav button {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  overflow: hidden;
  transition: 0.2s;
  border: 1px solid #fff !important;
  background: #fff !important;
  border-radius: 100%;
}
.testi .testi_in .written .owl-nav button span {
  display: none;
}
.testi .testi_in .written .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;
  right: 0;
  transition: 0.2s;
  top: 0;
  color: #2d2c6f;
  font-size: 16px;
}
.testi .testi_in .written .owl-nav button.owl-next {
  right: -60px;
  right: -40px;
}
.testi .testi_in .written .owl-nav button.owl-next::before {
  content: "\f178";
}

.testi .testi_in .written .owl-nav button.owl-prev {
  left: -60px;
  left: -40px;
}
.testi .testi_in .written .owl-nav button.owl-prev::before {
  content: "\f177";
}

.testi .testi_in .written .owl-nav button:hover {
  transition: 0.2s;
}
.testi .testi_in .written .owl-nav button:hover::before {
  background: #2d2c6f;
  color: #fff;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .testi .testi_in .written .owl-nav button.owl-prev, .testi .testi_in .written .owl-nav button.owl-next {
    position: relative;
    transform: unset;
    left: unset !important;
    right: unset !important;
  }
}
@media screen and (max-width: 1200px) {
  .testi .testi_in .written .owl-nav {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 10px;
    display: none;
  }
}
.testi .testi_in .written .owl-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
  display: none;
}
.testi .testi_in .written .owl-nav button {
  position: relative;
  transform: unset;
  left: unset !important;
  right: unset !important;
  border: 1px solid #2d2c6f !important;
}
.testi .testi_in .written .owl-nav button:hover {
  border: 1px solid #fff !important;
}
.testi .testi_in .video .items {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.testi .testi_in .video .items .item_in {
  position: relative;
}
.testi .testi_in .video .items .item_in img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 330px;
}
.testi .testi_in .video .items .item_in a.plays.video-btn {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: #fb5f30;
  border-radius: 100%;
  border: 2px solid #FB5F30;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.testi .testi_in .video .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: #FB5F30;
  left: 0;
  top: 0;
}
.testi .testi_in .video .items .item_in a.plays.video-btn i {
  z-index: 2;
  position: relative;
}
.testi .testi_in .video .items p {
  margin-bottom: 0;
  font-size: 18px;
  text-align: center;
  margin: 15px;
  min-height: 50px;
  /* font-weight: 600; */
  background: #fff;
}
.testi .testi_in .video .items:hover .item_in a.plays.video-btn:after {
  opacity: 1;
  visibility: visible;
}
.testi .testi_in .video .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  overflow: hidden;
  transition: 0.2s;
  border: 1px solid #fff !important;
  background: #fff !important;
  border-radius: 100%;
}
.testi .testi_in .video .owl-nav button span {
  display: none;
}
.testi .testi_in .video .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;
  right: 0;
  transition: 0.2s;
  top: 0;
  color: #2d2c6f;
  font-size: 16px;
}
.testi .testi_in .video .owl-nav button.owl-next {
  right: -60px;
  right: -40px;
}
.testi .testi_in .video .owl-nav button.owl-next::before {
  content: "\f178";
}

.testi .testi_in .video .owl-nav button.owl-prev {
  left: -60px;
  left: -40px;
}
.testi .testi_in .video .owl-nav button.owl-prev::before {
  content: "\f177";
}

.testi .testi_in .video .owl-nav button:hover {
  transition: 0.2s;
}
.testi .testi_in .video .owl-nav button:hover::before {
  background: #2d2c6f;
  color: #fff;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .testi .testi_in .video .owl-nav button.owl-prev, .testi .testi_in .video .owl-nav button.owl-next {
    position: relative;
    transform: unset;
    left: unset !important;
    right: unset !important;
  }
}
@media screen and (max-width: 1200px) {
  .testi .testi_in .video .owl-nav {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.testi .testi_in .video .owl-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}
.testi .testi_in .video .owl-nav button {
  position: relative;
  transform: unset;
  left: unset !important;
  right: unset !important;
  border: 1px solid #2d2c6f !important;
}
.testi .testi_in .video .owl-nav button:hover {
  border: 1px solid #fff !important;
}
.testi .testi_in .appoint {
  background: #006b3b url(../images/check_doctor.png) no-repeat;
  background-size: cover;
  padding: 70px 10px;
  position: relative;
  background-blend-mode: multiply;
  z-index: 1;
  border-radius: 30px;
  background-attachment: fixed;
}
.testi .testi_in .appoint h6,
.testi .testi_in .appoint strong {
  margin-bottom: 10px;
  color: #fff;
  display: block;
  text-align: center;
  width: auto;
}
.testi .testi_in .appoint strong::after {
  background: #fff;
}
.testi .testi_in .appoint strong {
  font-weight: 500;
  padding-top: 25px;
}
.testi .testi_in .appoint a {
  margin: 0 auto;
  margin-top: 30px;
  text-transform: uppercase;
  border-color: #2d2c6f;
  color: #2d2c6f;
}
.testi .testi_in .appoint a::before {
  background: #2c2b6e;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}
.testi .testi_in .appoint a:hover {
  color: #fff;
}
.testi.testi_pg .testi_in .written .items p {
  display: block;
  text-overflow: unset;
  overflow: unset;
  -webkit-box-orient: unset;
  -webkit-line-clamp: unset;
  min-height: unset;
}
.testi.testi_pg .testi_in .written .items + .items {
  margin-top: 20px;
}
.testi.video_pg .testi_in .video .items {
  height: 100%;
}
.testi.video_pg .testi_in .video .items .item_in img {
  height: auto;
}
.testi.video_pg .testi_in .video .items p {
  display: block;
  text-overflow: unset;
  overflow: unset;
  -webkit-box-orient: unset;
  -webkit-line-clamp: unset;
  min-height: unset;
}

.programs {
  background: #2c2b6e;
  position: relative;
}
.programs::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
  height: 100%;
  background: url(../images/lft_pg.png) no-repeat;
  background-size: contain;
}
.programs:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  height: 100%;
  background: url(../images/ryt_pg.png) no-repeat;
  background-size: contain;
  background-position: bottom;
}
.programs .programs_in {
  z-index: 1;
  position: relative;
}
.programs .programs_in .text-center h5,
.programs .programs_in .text-center strong {
  color: #fff;
}
.programs .programs_in .text-center strong::after {
  background: #fff;
}
.programs .programs_in .cmn ul li {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}
.programs .programs_in .cmn ul li + li {
  margin-top: 15px;
}
.programs .programs_in .cmn ul li .img {
  background: url(../images/health_icon_pg.png) no-repeat center;
  margin: 0 auto 10px;
  background-size: contain;
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.programs .programs_in .cmn ul li p {
  margin-bottom: 0;
}
.programs .programs_in .cmn ul li strong {
  font-family: Lexend Deca;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  display: block;
  margin-bottom: 5px;
}
.programs .programs_in .img_sec {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.programs .programs_in .img_sec img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog_sec {
  background: #f7f6ff;
}
.blog_sec .blog_in .blog_caros .lft .blog_caro_det .img img {
  height: 465px;
}
@media screen and (max-width: 991px) {
  .blog_sec .blog_in .blog_caros .lft .blog_caro_det .img img {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .blog_sec .blog_in .blog_caros .lft .blog_caro_det .img img {
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .blog_sec .blog_in .blog_caros .lft .blog_caro_det .img img {
    height: 250px;
  }
}
.blog_sec .blog_in .blog_caros .lft .blog_caro_det .text {
  height: 183px;
}
@media screen and (max-width: 991px) {
  .blog_sec .blog_in .blog_caros .lft .blog_caro_det .text {
    padding: 20px 15px;
  }
}
.blog_sec .blog_in .blog_caros .lft .blog_caro_det .text strong {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #222;
}
@media screen and (max-width: 1200px) {
  .blog_sec .blog_in .blog_caros .lft .blog_caro_det .text strong {
    font-size: 20px;
    line-height: 25px;
  }
}
.blog_sec .blog_in .blog_caros .lft .blog_caro_det .text p {
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
}
.blog_sec .blog_in .blog_caros .ryt .blog_caro_det .img img {
  height: 167px;
}
@media screen and (max-width: 991px) {
  .blog_sec .blog_in .blog_caros .ryt .blog_caro_det .img img {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .blog_sec .blog_in .blog_caros .ryt .blog_caro_det .img img {
    height: 230px;
  }
}
@media screen and (max-width: 575px) {
  .blog_sec .blog_in .blog_caros .ryt .blog_caro_det .img img {
    height: 210px;
  }
}
.blog_sec .blog_in .blog_caros .ryt .blog_caro_det .text {
  height: 145px;
  padding: 15px;
}
.blog_sec .blog_in .blog_caros .ryt .blog_caro_det .text strong {
  margin-bottom: 5px;
  color: #222;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
}
.blog_sec .blog_in .blog_caros .ryt .blog_caro_det .text p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  -webkit-line-clamp: 2;
}
.blog_sec .blog_in .blog_caros .ryt .blog_caro_det + .blog_caro_det {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .blog_sec .blog_in .blog_caros .ryt .blog_caro_det + .blog_caro_det {
    margin-top: 15px;
  }
}

.footer {
  background: #2B0207;
}
.footer .foot_top {
  padding: 50px 0;
}
.footer .foot_top .top {
  padding: 15px 0;
  border-block: 1px solid #FB5F30;
  border-top: none;
}
.footer .foot_top .top .logos {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer .foot_top .top .logos a {
  display: block;
}
.footer .foot_top .top .logos a img {
  width: 100%;
  max-width: 160px;
}
.footer .foot_top .top .logos ul {
  display: flex;
  gap: 10px;
}
.footer .foot_top .top .logos ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #007a43;
  font-size: 19px;
}
@media screen and (max-width: 991px) {
  .footer .foot_top .top .logos ul li a {
    width: 35px;
    height: 35px;
    min-width: 35px;
    font-size: 17px;
  }
}
.footer .foot_top .top .logos ul li a:hover {
  background: #2c2b6e;
  transition: 0.2s;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .footer .foot_top .top .logos {
    justify-content: center;
  }
}
.footer .foot_top .top .conts > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: space-around;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .footer .foot_top .top .conts > ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}
.footer .foot_top .top .conts > ul > li {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 30%;
}
@media screen and (max-width: 991px) {
  .footer .foot_top .top .conts > ul > li {
    width: 100%;
    gap: 5px;
  }
}
@media screen and (max-width: 575px) {
  .footer .foot_top .top .conts > ul > li {
    width: 100%;
    gap: 15px;
  }
}
.footer .foot_top .top .conts > ul > li > i {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FB5F30;
  font-size: 19px;
}
@media screen and (max-width: 991px) {
  .footer .foot_top .top .conts > ul > li > i {
    width: 35px;
    height: 35px;
    min-width: 35px;
    font-size: 17px;
  }
}
.footer .foot_top .top .conts > ul > li a {
  color: #fff;
}
.footer .foot_top .top .conts > ul > li > p {
  color: #fff;
  margin: 0;
  font-size: 15px;
}
.footer .foot_top .top .conts > ul > li:hover a {
  text-shadow: 2px 0px 10px #fff;
}
.footer .foot_top .foot_list {
  padding-top: 35px; border-bottom: 1px solid #FB5F30;padding-bottom: 35px;
}
.footer .foot_top .foot_list .foot_fx .foot strong {
  font-family: "poppins";
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  display: block;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .footer .foot_top .foot_list .foot_fx .foot strong {
    font-size: 20px;
    line-height: 22px;
  }
  .footer .foot_top .foot_list .foot_fx .foot strong:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 3px;
    right: 5px;
    background: #fff;
    border-radius: 10px;
    transition: 0.2s;
  }
  .footer .foot_top .foot_list .foot_fx .foot strong:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 15px;
    right: 11px;
    background: #fff;
    border-radius: 10px;
    transition: 0.2s;
  }
  .footer .foot_top .foot_list .foot_fx .foot strong.tog:before {
    transform: translateY(-50%) rotate(90deg);
    z-index: 1;
    transition: 0.2s;
  }
}
.footer .foot_top .foot_list .foot_fx .foot ul {
  display: inline-block;
  width: 49%;
}
@media screen and (max-width: 991px) {
  .footer .foot_top .foot_list .foot_fx .foot ul {
    width: 100%;
  }
}
.footer .foot_top .foot_list .foot_fx .foot ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.footer .foot_top .foot_list .foot_fx .foot ul li::before {
  content: ">";
  position: absolute;
  left: 0;
  top: -3px;
  transition: 0.2s;
  color: #FB5F30;
}
.footer .foot_top .foot_list .foot_fx .foot ul li a {
  font-family: "poppins";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #fff;
  text-transform: capitalize;
  display: block;
  transition: 0.2s ease-out;
  font-weight: 500;
}
.footer .foot_top .foot_list .foot_fx .foot ul li:hover a {
  color: #007a43;
  transition: 0.2s ease-out;
  color: #fff;
  text-shadow: 0 0px 10px #fff;
}
.footer .foot_top .foot_list .foot_fx .foot ul li:hover::before {
  color: #007a43;
  color: #fff;
  text-shadow: 0 0px 10px #fff;
  transition: 0.2s ease-out;
}
.footer .foot_top .foot_list .foot_fx .foot .drp:has(ul:only-child) ul {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .footer .foot_top .foot_list .foot_fx .foot .drp {
    display: none;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .foot_top .foot_list .foot_fx .foot .drp {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .footer .foot_top .foot_list .foot_fx .foot {
    border-bottom: 1px solid #fff;
  }
}
.footer .foot_btm {
  padding: 20px 0;
  background: #2B0207;
}
.footer .foot_btm .copy_ryt {
  gap: 5px;
}
.footer .foot_btm .copy_ryt p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 991px) {
  .footer .foot_btm .copy_ryt p {
    text-align: center;
  }
}
.footer .foot_btm .copy_ryt p a {
  display: inline-block;
  color: #fff;
  font-family: inherit;
}
.footer .foot_btm .copy_ryt p:hover a {
  color: #FB5F30;
  text-shadow: 0 0px 10px #FB5F30;
}

.bread_crumb {
  background-size: cover;
  position: relative;
}
.bread_crumb:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(251, 95, 48, .5);
}
.bread_crumb .bread_in p {
  font-family: "poppins";
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2d2c6f;
  margin-bottom: 10px;
  color: #fff;
  text-transform: capitalize;
  background: #9D1F2D ;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .bread_crumb .bread_in p {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .bread_crumb .bread_in p {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .bread_crumb .bread_in p {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .bread_crumb .bread_in p {
    font-size: 25px;
    line-height: 30px;
  }
}
.bread_crumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
}
@media screen and (max-width: 1200px) {
  .bread_crumb img {
    height: 280px;
  }
}
@media screen and (max-width: 991px) {
  .bread_crumb img {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .bread_crumb img {
    height: 230px;
  }
}
@media screen and (max-width: 575px) {
  .bread_crumb img {
    height: 200px;
  }
}
.bread_crumb .bread_cnt {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
}
.bread_crumb.depts {
  padding: 50px 0;
  background: url(../images/banner_pg.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bread_crumb.depts {
    padding: 25px 0;
  }
}
.bread_crumb.depts > img {
  display: none;
}
.bread_crumb.depts .bread_cnt {
  all: unset;
  position: relative;
  z-index: 1;
}
.bread_crumb.depts .bread_cnt .box .lft span {
  font-family: Lexend Deca;
  font-weight: 600;
  font-size: 35px;
  color: #fff;
  line-height: 40px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .bread_crumb.depts .bread_cnt .box .lft span {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 991px) {
  .bread_crumb.depts .bread_cnt .box .lft span {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .bread_crumb.depts .bread_cnt .box .lft span {
    font-size: 20px;
    line-height: 25px;
  }
}
.bread_crumb.depts .bread_cnt .box .ryt {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .bread_crumb.depts .bread_cnt .box .ryt {
    justify-content: flex-start;
    gap: 10px;
  }
}
.bread_crumb.depts .bread_cnt .box .ryt .img {
  max-width: 150px;
}
@media screen and (max-width: 991px) {
  .bread_crumb.depts .bread_cnt .box .ryt .img {
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .bread_crumb.depts .bread_cnt .box .ryt .img {
    max-width: 100px;
  }
}
.bread_crumb.depts .bread_cnt .box .ryt .img img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bread_crumb.depts .bread_cnt .box .ryt .cnt strong {
  display: block;
  font-family: Lexend Deca;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .bread_crumb.depts .bread_cnt .box .ryt .cnt strong {
    font-size: 18px;
    line-height: 20px;
  }
}
.bread_crumb.depts .bread_cnt .box .ryt .cnt p {
  all: unset;
  display: block;
  font-family: Lexend Deca;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .bread_crumb.depts .bread_cnt .box .ryt .cnt p {
    font-size: 15px;
    line-height: 20px;
  }
}

.contact_page .contact_in .c_top ul li {
  margin-bottom: 20px;
}
.contact_page .contact_in .c_top ul li .bg_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #9D1F2D;
  border-radius: 5px;
  padding: 30px;
  height: 100%;
}
.contact_page .contact_in .c_top ul li .bg_cont i {
  color: #fff;
  margin-bottom: 10px;
  display: block;
  font-size: 30px;
}
.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;
}
.contact_page .contact_in .c_btm h1 {
  font-family: "poppins";
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.02em;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-transform: capitalize;
  color: #9D1F2D;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .contact_page .contact_in .c_btm h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .contact_page .contact_in .c_btm h1 {
    font-size: 20px;
    line-height: 25px;
  }
}
.contact_page .contact_in .contact_form {
  border:1px solid rgba(237, 53, 87, 0.2);
  background:rgb(255, 243, 239);
  border-radius: 5px;
  padding: 50px 30px;
}
@media screen and (max-width: 767px) {
  .contact_page .contact_in .contact_form {
    padding: 35px 15px;
  }
}
.contact_page .contact_in .contact_form label {
  display: block;
  margin-bottom: 20px;
}
.contact_page .contact_in .contact_form label p {
  font-family: "rubik";
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #1a1a1a;
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .contact_page .contact_in .contact_form label p {
    font-size: 15px;
  }
}
.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 rgba(237, 53, 87, 0.2);
  padding: 10px;
  line-height: 28px;
  width: 100%;
  border-radius: 5px;
  font-family: "poppins";
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #1a1a1a;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .contact_page .contact_in .contact_form label input,
  .contact_page .contact_in .contact_form label textarea,
  .contact_page .contact_in .contact_form label select {
    font-size: 15px;
  }
}
.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: #FB5F30;
}
.contact_page .contact_in .contact_form label select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.contact_page .contact_in .contact_form label img {
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 13px;
}
.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 .contact_in .contact_form .ex_patient label p {
  margin-bottom: 0;
}
.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;
}
.contact_page .contact_in .contact_form .ex_patient input[type=radio]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: collapse;
  background: #9D1F2D;
}
.contact_page .contact_in .contact_form .ex_patient input[type=radio]:checked::after {
  opacity: 1;
  visibility: visible;
}
.contact_page .contact_in .contact_form button {
  min-width: 150px;
  text-transform: uppercase;
  border: none;
}

.gallery.gall_Details .gall_in .gall_block {
  border: 1px solid #d1eaff;
  border-radius: 10px;
  background: #f0f7fd;
}
.gallery.gall_Details .gall_in .gall_block a.fancybox:after {
  display: none;
}
.gallery.gall_Details .gall_in .gall_block {
  background: unset;
  height: unset;
  border: unset;
}
.gallery.gall_Details .gall_in .gall_block:hover .img a.fancybox {
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}
.gallery.gall_Details .gall_in .gall_block:hover .img a.fancybox i {
  transform: scale(1);
  transition: 0.5s;
}
.gallery.gall_Details .gall_in .gall_block:hover .img:after {
  transition: 0.5s;
  transform: scale(1);
}
.gallery.gall_Details .gall_in .gall_block .img {
  position: relative;
}
.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: 30px;
  color: #fff;
  transition: 0.3s;
}
.gallery.gall_Details .gall_in .gall_block .img a.fancybox i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FB5F30;
  border-radius: 100%;
  font-size: 20px;
  transform: scale(0);
  transition: 0.5s;
}
.gallery.gall_Details .gall_in .gall_block .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9D1F2D;
  opacity: 0.8;
  visibility: visible;
  transition: 0.5s;
  transform: scale(0);
}
.gallery .gall_in .gall_block {
  border-radius: 10px;
  overflow: hidden;
  background: #9D1F2D;
  position: relative;
  height: 100%;
}
.gallery .gall_in .gall_block a {
  display: block;
}
.gallery .gall_in .gall_block a:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 0;
  background: #9D1F2D;
  opacity: 0;
  visibility: collapse;
  transition: 0.5s;
  z-index: 1;
}
.gallery .gall_in .gall_block a span.view_all {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 5;
  background: #FB5F30;
  text-transform: capitalize;
  border-radius: 30px;
  padding: 10px 30px;
  text-align: center;
  font-family: "poppins";
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  color: #fff;
  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:hover .img .plays::after {
  opacity: 1;
  visibility: visible;
}
.gallery .gall_in .gall_block:hover .content p,
.gallery .gall_in .gall_block:hover .content b {
  color: #007a43;
  color: #fff;
  transition: 0.2s;
}
.gallery .gall_in .gall_block:hover .content a {
  text-shadow: 0 0px 10px #fff;
}
.gallery .gall_in .gall_block:hover span.view_all {
  top: 50%;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}
.gallery .gall_in .gall_block .img {
  position: relative;
  z-index: 1;
}
.gallery .gall_in .gall_block .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 270px;
}
.gallery .gall_in .gall_block .img .plays {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.2901960784);
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  border-radius: 100%;
  outline: 2px solid #fff !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery .gall_in .gall_block .img .plays i {
  background: #fff;
  color: #2266a5;
  border-radius: 100%;
  padding: 2px;
  font-size: 50px;
}
.gallery .gall_in .gall_block .img .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: 0.2s;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  left: 0;
  top: 0;
}
.gallery .gall_in .gall_block .content {
  position: relative;
  z-index: 2;
  padding: 20px 10px 10px;
}
.gallery .gall_in .gall_block .content.phot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  margin: 0;
}
.gallery .gall_in .gall_block .content p {
  margin-bottom: 0;
  transition: 0.2s;
  text-transform: capitalize;
  color: #fff;
}
.gallery .gall_in .gall_block .content b {
  text-transform: "capitalize";
  font-family: "rubik";
  font-weight: 400;
  color: #fff;
  font-size: 14px;
}
.gallery .gall_in .gall_block .content a {
  color: inherit;
  font: inherit;
  transition: 0.2s;
}
.gallery .gall_in .gall_block .content.vide p {
  padding-right: 0;
}

.dept_detail .dept_detail_in .lft .img {
  margin-bottom: 20px;
}
.dept_detail .dept_detail_in .lft .short-description p {
  text-align: justify;
}
.dept_detail .dept_detail_in .lft .milestones {
  margin-bottom: 25px;
}
.dept_detail .dept_detail_in .lft .milestones .back_pg {
  background: #F0FFF2;
  padding: 15px;
  border-radius: 10px;
}
.dept_detail .dept_detail_in .lft .milestones .back_pg ul li strong {
  display: inline-block;
  color: inherit;
}
.dept_detail .dept_detail_in .lft h1, .dept_detail .dept_detail_in .lft h2, .dept_detail .dept_detail_in .lft h3, .dept_detail .dept_detail_in .lft h4, .dept_detail .dept_detail_in .lft h5, .dept_detail .dept_detail_in .lft h6 {
  font-size: 30px;
  line-height: 35px;
}
@media screen and (max-width: 991px) {
  .dept_detail .dept_detail_in .lft h1, .dept_detail .dept_detail_in .lft h2, .dept_detail .dept_detail_in .lft h3, .dept_detail .dept_detail_in .lft h4, .dept_detail .dept_detail_in .lft h5, .dept_detail .dept_detail_in .lft h6 {
    font-size: 27px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .dept_detail .dept_detail_in .lft h1, .dept_detail .dept_detail_in .lft h2, .dept_detail .dept_detail_in .lft h3, .dept_detail .dept_detail_in .lft h4, .dept_detail .dept_detail_in .lft h5, .dept_detail .dept_detail_in .lft h6 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 575px) {
  .dept_detail .dept_detail_in .lft h1, .dept_detail .dept_detail_in .lft h2, .dept_detail .dept_detail_in .lft h3, .dept_detail .dept_detail_in .lft h4, .dept_detail .dept_detail_in .lft h5, .dept_detail .dept_detail_in .lft h6 {
    font-size: 22px;
    line-height: 25px;
  }
}
.dept_detail .dept_detail_in .lft h1 + strong, .dept_detail .dept_detail_in .lft h2 + strong, .dept_detail .dept_detail_in .lft h3 + strong, .dept_detail .dept_detail_in .lft h4 + strong, .dept_detail .dept_detail_in .lft h5 + strong, .dept_detail .dept_detail_in .lft h6 + strong {
  font-size: 25px;
  line-height: 30px;
  padding: 0;
}
.dept_detail .dept_detail_in .lft h1 + strong:after, .dept_detail .dept_detail_in .lft h2 + strong:after, .dept_detail .dept_detail_in .lft h3 + strong:after, .dept_detail .dept_detail_in .lft h4 + strong:after, .dept_detail .dept_detail_in .lft h5 + strong:after, .dept_detail .dept_detail_in .lft h6 + strong:after {
  display: none;
}
@media screen and (max-width: 1200px) {
  .dept_detail .dept_detail_in .lft h1 + strong, .dept_detail .dept_detail_in .lft h2 + strong, .dept_detail .dept_detail_in .lft h3 + strong, .dept_detail .dept_detail_in .lft h4 + strong, .dept_detail .dept_detail_in .lft h5 + strong, .dept_detail .dept_detail_in .lft h6 + strong {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .dept_detail .dept_detail_in .lft h1 + strong, .dept_detail .dept_detail_in .lft h2 + strong, .dept_detail .dept_detail_in .lft h3 + strong, .dept_detail .dept_detail_in .lft h4 + strong, .dept_detail .dept_detail_in .lft h5 + strong, .dept_detail .dept_detail_in .lft h6 + strong {
    font-size: 18px;
    line-height: 23px;
  }
}
.dept_detail .dept_detail_in .lft p {
  text-align: justify;
}
.dept_detail .dept_detail_in .lft ul {
  margin-bottom: 15px;
}
.dept_detail .dept_detail_in .lft ul li {
  position: relative;
  text-align: justify;
  padding-left: 25px;
  margin-bottom: 10px;
}
.dept_detail .dept_detail_in .lft ul li strong {
  color: #2D2C6F;
  display: block;
}
.dept_detail .dept_detail_in .lft ul li::before {
  content: "\f178";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  left: 0;
  top: 0;
  color: #007a43;
  border-radius: 10px;
}
.dept_detail .dept_detail_in .ryt {
  height: 100%;
  height: 100vh;
  overflow-y: auto;
  position: sticky;
  top: 0;
}
.dept_detail .dept_detail_in .ryt::-webkit-scrollbar {
  width: 5px;
}
.dept_detail .dept_detail_in .ryt::-webkit-scrollbar-thumb {
  background: #65A3D9;
  border-radius: 10px;
}
.dept_detail .dept_detail_in .ryt::-webkit-scrollbar-track {
  background: #E7E7E7;
  border-radius: 10px;
}
.dept_detail .dept_detail_in .ryt strong {
  font-family: Lexend Deca;font-weight: 500;
  font-size: 25px;
  display: block;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.dept_detail .dept_detail_in .ryt ul li {
  background: #F7F6FF;
  border-radius: 10px;
}
.dept_detail .dept_detail_in .ryt ul li a {
  display: flex;
}
.dept_detail .dept_detail_in .ryt ul li span {
  min-width: 100px;
  background: #2c2b6e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
  transition: 0.5s;
}
.dept_detail .dept_detail_in .ryt ul li span img {
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 50px;
}
.dept_detail .dept_detail_in .ryt ul li p {
  margin-bottom: 0;
  font-family: Lexend Deca;
  font-weight: 500;
  font-size: 19px;
  display: flex;
  align-items: center;
  padding: 10px 10px;
}
.dept_detail .dept_detail_in .ryt ul li + li {
  margin-top: 15px;
}
.dept_detail .dept_detail_in .ryt ul li:hover a span {
  background: #007a43;
  transition: 0.5s;
}
.dept_detail .dept_detail_in .ryt ul li:hover a p {
  color: #007a43;
  transition: 0.5s;
}
.treat .treat_in .lft ul li{margin: 0 auto;}
.treat .treat_in .lft ul li a {
  font-family: "poppins";
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 50px;
  padding: 5px 15px;
  color: #9D1F2D;
  transition: 0.5s;  
  background: #F8FAFF;
  border: 1px solid #FB5F30;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.treat .treat_in .lft ul li a.active, .treat .treat_in .lft ul li a:hover {
  background: #FB5F30;
  color: #F8FAFF;
  transition: 0.5s;
  background-size: 20px;
}
.treat .treat_in .ryt_sec .ryt .visit-box .visit-content strong{font-family: "rubik";font-size: 16px;line-height: 30px;color: #FB5F30;font-weight: bold;}
.treat .treat_in .ryt_sec .ryt .visit-box .visit-content .tab-list li::before{
   position: absolute;left: 0;top: -3px;color: #1a1a1a;content: ">";
}
.treat .treat_in .ryt_sec .ryt .visit-box .visit-content .tab-list{margin-top: 10px;}
.treat .treat_in .ryt_sec .ryt .visit-box .visit-content .tab-list li{font-family: "poppins";position: relative;
  padding-left: 20px; font-weight: 500;font-size: 15px;line-height: 24px;letter-spacing: 0.2px;color: #1a1a1a;margin-bottom: 5px;}
.treat .treat_in .ryt_sec .ryt .visit-box .visit-content h5{color: #9D1F2D;font-family: "poppins";font-weight: 600;font-size: 24px;line-height: 34px;}
.treat .treat_in .ryt_sec .ryt .visit-box{border-radius: 20px;border: 1px solid rgba(157, 31, 45, 0.15);padding: 10px;}
.treat .treat_in .ryt_sec .ryt {
  /* background: #F8F8F8;
  height: 100%;
  padding: 20px; */
  margin-top: 20px;
  /* border-radius: 10px; */
}
.treat .treat_in .ryt_sec .ryt .tab-pane .img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.treat .treat_in .ryt_sec .ryt .tab-pane .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.treat .treat_in .ryt_sec .ryt .tab-pane p {
  text-align: justify; margin: 0;
}
.treat .treat_in .ryt_sec .ryt .tab-pane .accordion .accordion-item {
  border-radius: 10px;
  overflow: hidden;
  border: none;
  box-shadow: unset;
  background: #F0FFF2;
}
.treat .treat_in .ryt_sec .ryt .tab-pane .accordion .accordion-item + .accordion-item {
  margin-top: 20px;
}
.treat .treat_in .ryt_sec .ryt .tab-pane .accordion .accordion-item button {
  font-family: Lexend Deca;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #1A1A1A;
  text-transform: capitalize;
  background: #F0FFF2;
  box-shadow: unset;
  border: 1px solid #007A43;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 991px) {
  .treat .treat_in .ryt_sec .ryt .tab-pane .accordion .accordion-item button {
    padding: 15px 35px 15px 15px;
  }
}
.treat .treat_in .ryt_sec .ryt .tab-pane .accordion .accordion-item button:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 12px solid #007A43;
  border-bottom: 10px solid transparent;
  background: unset;
  transform: rotate(90deg);
  position: absolute;
  right: 45px;
}
@media screen and (max-width: 991px) {
  .treat .treat_in .ryt_sec .ryt .tab-pane .accordion .accordion-item button:after {
    border-top: 8px solid transparent;
    border-left: 10px solid #007A43;
    border-bottom: 8px solid transparent;
    right: 15px;
  }
}
.treat .treat_in .ryt_sec .ryt .tab-pane .accordion .accordion-item button.collapsed {
  color: #222222;
  background: #F0FFF2;
  border: 1px solid transparent;
}
.treat .treat_in .ryt_sec .ryt .tab-pane .accordion .accordion-item button.collapsed:after {
  border-top: 10px solid transparent;
  border-left: 12px solid #007A43;
  border-bottom: 10px solid transparent;
  background: unset;
  transform: rotate(0);
}
@media screen and (max-width: 991px) {
  .treat .treat_in .ryt_sec .ryt .tab-pane .accordion .accordion-item button.collapsed:after {
    border-top: 8px solid transparent;
    border-left: 10px solid #007A43;
    border-bottom: 8px solid transparent;
  }
}
@media screen and (max-width: 991px) {
  .treat .treat_in .ryt_sec .ryt .tab-pane .accordion .accordion-item button {
    font-size: 21px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .treat .treat_in .ryt_sec .ryt .tab-pane .accordion .accordion-item button {
    font-size: 18px;
    line-height: 24px;
  }
}
.treat .treat_in .ryt_sec .ryt .tab-pane .accordion .accordion-item .accordion-collapse {
  border: none;
  border: 1px solid #007A43;
  border-top: unset;
  border-radius: 0 0 20px 20px;
}
.treat .treat_in .ryt_sec .ryt .tab-pane .accordion .accordion-item .accordion-collapse .accordion-body p {
  color: #fff;
}
.treat .treat_in .ryt_sec .ryt .tab-pane .accordion .accordion-item .accordion-collapse .accordion-body {
  text-align: left;
  padding: 0 20px 10px;
}
.treat .treat_in .ryt_sec .ryt .tab-pane .accordion .accordion-item .accordion-collapse .accordion-body p {
  margin-bottom: 0;
  color: #fff;
}

/* cuddalore hospital css */
.banner .item .ban-txt h6{color: #FB5F30; font-family: "poppins";font-weight: 600; line-height: 38px; font-size: 32px;}
.banner .item



  .about-left img{width: 450px;}
  .about-left{text-align: center;}
.about-left-content h5{color: #9D1F2D; font-family: "poppins";line-height: 38px;font-weight: 600;font-size: 32px;}
.about-list li{position: relative;padding-left: 70px;}
.about-list li .img{position: absolute;left: 0;bottom: 18px;}
.about-list li .img img{width: 60px;}
.about-list li h6{color: #FB5F30;font-family: "poppins"; font-family: 500;font-size: 20px;line-height: 24px;}
.about-list {margin-top: 40px;}
.special-box{padding: 20px;border-radius: 20px;border: 1px solid rgba(157, 31, 45, 0.15);transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);position: relative;transition-duration: 0.3s;transform: perspective(1px) translateZ(0);margin-bottom: 80px;}
.special-content h6{color: #9D1F2D;font-size: 24px;line-height: 28px;font-family: "poppins";font-weight: 500;display: -webkit-box;text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.special-content{text-align: center;margin-top: 40px;}
.special-img .special-icon{}
.special-img{position: relative; text-align: center;}
.content-img{padding: 20px 20px 20px 20px;}
.special-content{position: relative;}
.special-content i{width: 50px;height: 50px;min-width: 50px;border-radius: 50%;color: #FB5F30;border: 1px solid #FB5F30;display: flex;align-items: center;justify-content: center;background: #fff;font-size: 22px;position: absolute;left: 0;bottom: 10px;left: 50%; transform: translateX(-50%);bottom: -62px;transition-duration: 0.3s;}

.special-box:hover .special-content h6, .special-box:hover .special-content p {color: #fff;transition-duration: 0.3s;}
.special-content p{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.special-box::before{content: "";position: absolute;z-index: -1;top: 0;left: 0;right: 0;bottom: 0;background:#9D1F2D;-webkit-transform:scaleY(0);transform: scaleY(0);-webkit-transform-origin:50% 0;transform-origin: 50% 0;-webkit-transition-property:transform;transition-property: transform;webkit-transition-duration:0.3s;transition-duration: 0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function: ease-out;border-radius: 20px;} 
.special-box:hover::before{-webkit-transform:scaleY(1);transform: scaleY(1);}
.special-box:hover .specail-icon .special-content i{background: #FB5F30; color: #fff;} 
.ambulance-section{background: #9D1F2D;position: relative;}
.ambulance-box h5{color: #fff;font-family: "poppins";font-weight: 500;font-size: 30px;line-height: 34px;}
.ambulance-box span{font-family: "jost";font-weight: 600;}
.ambulance-box h5 span{text-transform: uppercase;}
.ambulance-box p{color: #fff;}
.ambulance-box a{padding: 10px 20px;border-radius: 30px;background: #FB5F30;color: #fff;font-family: "poppins";
 font-weight: 500;display: inline-block;}
 .ambulance-box{text-align: center;}
 .ambulane-img-one{position: absolute;transform: translateY(-50%); top: 50%; left: 0;}
 .ambulane-img-two{position: absolute;transform: translateY(-50%); top: 50%;right: 0;}
 .ambulane-img-one img, .ambulane-img-two img{width: 460px;}
 .hiring {
  background: #FB5F30;
  border-radius: 20px;
  padding: 40px 25px;
  position: relative;
  z-index: 9999;
  margin-bottom: -80px;
}
.hiring strong {
  font-family: "poppins";
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  display: block;
  text-align: center;
}
.hiring p {
  font-size: 17px;color: #fff;margin-bottom: 0; font-family: "poppins";font-weight: 400;text-align: center;
}
.hiring strong:after {
  content: "+";
  display: inline-block;
}
.testi{background: url(../images/testi-bg.jpg)no-repeat center/cover;padding: 110px 0 70px 0;background-size: 240%;}
.why-section{background: #F8FAFF;}
.whyservice-box{background: #fff;border-radius: 20px;border: 1px solid rgba(157, 31, 45, 0.15); margin-bottom: 30px;}
.whyservice-box .why-content{ padding: 20px 20px 20px 20px;}
.whyservice-box .why-content strong{font-family: "poppins";font-weight: 500;color: #1A1A1A;font-size: 20px;line-height: 16px}
.whyservice-box .why-content h4{font-family: "poppins";font-weight: 500;font-size: 24px;color: #9D1F2D;line-height: 18px;}
.whyservice-box .why-content h5{color: #FB5F30;font-family: "poppins";font-weight: 600;font-size: 40px;;}
/* .whyservice-box .why-content.why-color h5{color: #ED3557;} */
.awareness-video{background: #9D1F2D;}
.awareness-video .items .item-box p{color: #fff;margin-top: 10px;display: -webkit-box;text-overflow: ellipsis;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp: 3;height: 75px; }
.awareness-video .items .item-box .aware-img{position: relative;}
.awareness-video .items .item-box .aware-img i{width: 50px;height: 50px;min-width: 50px; border-radius:50%;
  color: #FB5F30;border:1px solid #FB5F30; display: flex;align-items: center;justify-content: center;  background:#fff;font-size: 22px;position: absolute;bottom: 10px;top: 50%;left: 50%;transform: translate(-50%, -50%);bottom: -25px;transition-duration: 0.3s;}
.awareness-video .awar_in .owl-nav button{position: absolute;top: 50%; transform: translateY(-50%);
  width: 40px;height: 40px;overflow:hidden;transition:0.2s;border:1px solid #fff !important; background:
#9D1F2D !important;border-radius:100%;}
.awareness-video .awar_in .owl-nav button.owl-prev {left: -60px;left: -55px;}
.awareness-video .awar_in .owl-nav button.owl-next {right: -60px;right: -55px;}
.awareness-video .awar_in .owl-nav button.owl-prev::before {
  content: "\f053";
}
.awareness-video .awar_in .owl-nav button.owl-next::before {
  content: "\f054";
}
.awareness-video .awar_in .owl-nav button.owl-prev::before{position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  right: 0;
  transition:
   0.2s;
  top: 0;
  color: #fff;
  font-size: 16px;}
.awareness-video .awar_in .owl-nav button.owl-next::before{position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    right: 0;
    transition:
     0.2s;
    top: 0;
    color: #fff;
    font-size: 16px;}
.awareness-video .awar_in .owl-nav button span{display: none;}
.awareness-video .awar_in .owl-nav button:hover::before {
  background:#FB5F30;color: #fff;transition:0.2s;}
.less4{color: #9d1f2d;}
.less5{color: #9d1f2d;border: 1px solid #9d1f2d;}
  .awareness-video .awar_in .owl-nav button:hover{border: 1px solid #FB5F30 !important;}
.less3{font-family: "poppins";font-weight: 600;font-size: 16px;line-height: 20px;text-align: center;  text-transform: uppercase;padding:15px 20px;border-radius:30px;display: inline-block;vertical-align: middle;
  transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);position: relative; background:
#9D1F2D;border:1px solid #fff;color: #fff;transition-property: color;transition-duration: 0.3s;}
.less3::before{content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:
#FB5F30;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius:
30px;}
.less3:hover::before {
  transform: scaleX(1);
}
/* .less3:hover{border: 1px solid #FB5F30 !important;transition-duration: 0.3s;} */
.blog-content h6{font-family: "poppins";font-weight: 500;color: #1A1A1A;font-size: 18px; line-height: 24px;min-height: 75px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.blog-content{text-align: start;padding: 20px 20px 40px 20px;position: relative;}
.blog-content p{display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}
.blog-img{padding: 20px 20px 0px 20px;}
.blog-content i{width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius:
50%;
  color: #FB5F30;
  border:
1px solid #FB5F30;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
#fff;
  font-size: 22px;
  position: absolute;
  left: 0;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  transition-duration: 0.3s;}
 .why-join{color: #FB5F30;font-family: "poppins";font-weight: 600;font-size: 24px;line-height: 26px;margin: 5px 0;} 
.why-list li{font-size: 16px;color: #9D1F2D;line-height: 30px;position: relative;padding-left: 15px;}
.why-list li::before{  content: ">";position: absolute;left: 0;top: 1px;transition:0.2s;color: #9D1F2D;font-size: 18px;}
.social-icon-footer li{display: inline-block;padding: 0;}
.social-icon-footer{margin-top: 15px; width: 100% !important;}
.social-icon-footer li::before{display: none;}
.social-icon-footer li i{width: 40px;height: 40px;min-width: 40px;border-radius:50%;color: #fff;display: flex;
  align-items: center;justify-content: center;background:#FB5F30;font-size: 19px;}
.value-box{padding: 25px;border-radius: 20px;background: #fff;border: 1px solid rgba(157, 31, 45, 0.15); text-align: center; margin-bottom: 25px;min-height: 305px;align-content: center;}
.value-box h6{font-family: "Poppins";font-weight: 500;font-size: 24px;line-height: 28px;color: #9D1F2D;margin-top: 10px;}
.value-box img{width: 80px;}
.value-box p{margin: 0;}
.footer-logo img{width: 140px;}
.footer-logo{text-align: center;}
.visit-content{padding: 20px;}
.specail-img{text-align: center;position: relative;}
.specail-img p{color: #9D1F2D;font-family: "poppins";font-weight: 500;font-size: 22px;line-height: 28px;margin-bottom: 0;margin-top: 35px;}
.special-icon img{position: absolute;left: 50%;transform: translateX(-50%);bottom: -37px;transition-duration: 0.3s;}
.special-icon img{width: 80px;}
.special-box:hover .special-icon .special-one{visibility: hidden;opacity: 0;}
.doctor-items{background:#fff;border-radius:20px;border:1px solid rgba(157, 31, 45, 0.15);  transition:0.5s;position: relative;text-align: center;margin: 110px 0 50px 0;}
.doctor-items .item-box{padding: 110px 0 0 0;min-height: 295px;}
.doctor-items a .img img{transition:0.5s;position: absolute;left: 50%;top: -110px;transform: translateX(-50%); width: 200px;z-index: 999;}
.doctor-items .cnt {padding: 0 15px;}
.doctor-items a .cnt-bottom {background:#9D1F2D;padding:20px 10px 30px 20px;border-bottom-left-radius: 20px;  border-bottom-right-radius: 20px;position: relative;min-height: 125px;}
.doctor-items .cnt-bottom h6 {font-family: "poppins";font-weight: 400;font-size: 20px;line-height: 28px; color: #fff;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;margin-bottom: 0;}
.doctor-items .cnt-bottom i{width: 50px;height: 50px;min-width: 50px;border-radius:50%;color: #FB5F30;border:1px solid #FB5F30;display: flex;align-items: center;justify-content: center;background:#fff;font-size: 22px;  position: absolute;left: 0;bottom: 10px;left: 50%;transform: translateX(-50%);bottom: -25px;transition-duration: 0.3s;z-index: 999;}
.doctor-items .cnt h6 {
    font-family: "poppins";font-weight: 500;color: #1A1A1A;font-size: 20px;
    line-height: 28px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;min-height: 50px;margin-bottom: 10px;}
.doctor-items .cnt strong {
      font-family: "poppins";
      font-weight: 600;
      font-size: 21px;
      line-height: 25px;
      letter-spacing: 0.02em;
      text-transform: capitalize;
      color: #FB5F30;
      display: block;
      margin-bottom: 35px;
      display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;
    }
.doctor-items .item-box:hover .profile-cnt{
  height: 100%;
  transition: 0.5s ease-in-out;
  opacity: 1;
  visibility: visible;
}    
.profile-cnt{background: #9D1F2D;border-radius: 20px;
  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;}    
.profile-cnt strong{font-family: "poppins";
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #fff;
  display: block;
  margin-bottom: 5px;
  margin-top: 50px;
  display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;
  } 
.profile-cnt h6{  font-family: "poppins";font-weight: 500;color: #fff;font-size: 18px;
  line-height: 28px;margin-bottom: 5px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}  
.treat .treat_in .lft.list-tab ul li{margin: 0 0 5px 0; width: 100%;}
.treat .treat_in .lft.list-tab ul li a{ width: 100%;margin-bottom: 5px;border-radius: 10px;border: none;color: #222;}
/* .treat .treat_in .lft.list-tab{padding: 20px;background: #fff;border-radius: 20px;} */
.expert{background: #F8FAFF;}
.treat .treat_in .lft.list-tab ul li a.active, .treat .treat_in .lft.list-tab ul li a:hover{background: #9D1F2D;color: #fff;}
.special-services{background: #fff;border-radius: 20px;padding: 10px 20px;}
.special-head h6{color: #9D1F2D;font-size: 22px;line-height: 28px;font-family: "poppins";font-weight: 600;}
.special-list-box{margin: 10px 0;}
.special-list-box h5, .special-list-box h6, .special-list-box h4, .special-list-box h3, .special-list-box h2, .special-list-box h1{font-family: "poppins";line-height: 26px;font-size: 20px;color: #FB5F30;}
.special-list-box ul li{position: relative;padding-left: 15px;margin-bottom: 10px;color: #1a1a1a;font-family: "poppins";font-size: 16px;font-weight: normal;line-height: 24px;}
.special-list-box ul li::before{content: ">";position: absolute;left: 0;top: 0px;transition:0.2s;color: #222;font-size: 18px;}
.consul-box-head{margin-top: 30px;}
.consul-box-head h5{font-family: "poppins";line-height: 28px;font-size: 20px;color: #9D1F2D;}
.consul-info .consul-box{background: #9D1F2D;border-radius: 10px;padding: 20px;position: relative;padding-left: 130px;margin-bottom: 20px;}
.consul-info .consul-box .consul-left-img img{width: 100px;}
.consul-info .consul-box .consul-left-img {position: absolute;left: 15px;top: 15px;}
.consul-info .consul-box .consul-content h5{font-family: "poppins";line-height: 28px;font-size: 20px;color: #fff;font-weight: 600;margin-bottom: 5px;}
.consul-info .consul-box .consul-content strong{font-family: "poppins";line-height: 24px;font-size: 14px;color: #fff;font-weight: 500;padding-top: 0;margin-bottom: 5px}
.consul-info .consul-box .consul-content p{margin: 0;color: #fff;justify-content: start; font-size: 12px;text-align: start !important;}
.consul-info .consul-box .consul-content i{width: 45px;height: 45px;min-width: 45px;border-radius:50%;
  color: #FB5F30;border:1px solid #FB5F30;display: flex;align-items: center;justify-content: center;background:
#fff;font-size: 22px;position: absolute;right: -25px;top: 50%;transform: translateY(-50%);
  transition-duration: 0.3s;}
.special-services h5{color: #FB5F30;font-family: "Poppins";font-weight: 600;font-size: 22px;line-height: 26px;margin-bottom: 20px;}
.special-head2 h6{color: #FB5F30;font-size: 22px;line-height: 28px;font-family: "poppins";font-weight: 600;}
.border-line{border-bottom: 2px solid rgba(237, 53, 107, 0.4);margin-bottom: 20px;margin-top: 20px;}
.visit-img{padding: 20px 30px;}
.treat .treat_in .lft.list-tab .nav{padding:20px;background:#fff;border-radius:20px;position: sticky;top: 0;}
.consul-box-head h5{color: #9D1F2D;font-size: 28px;}
.testi .testi_in .written .items.items-bg{background: #fff;}
.testi .testi_in .written .items.items-bg strong, .testi .testi_in .written .items.items-bg p{color: #1A1A1A;}
.testi.testi-bg{background: #F8FAFF;}
.blog-section .items .item-box{height: 100%;background:#fff;border-radius:20px;border:1px solid rgba(157, 31, 45, 0.15);transition:0.5s;position: relative;text-align: center;margin-bottom: 45px;}
.heading-text.heading-text2 h3:after{background: #fff !important;}
.heading-text.heading-text2 h3{color: #fff;border-bottom: 3px solid rgba(255, 255, 255, 0.4);}
.heading-text h3{color: #FB5F30;font-family: "poppins";font-weight: 600;font-size: 40px; text-transform: uppercase; text-align: center;position: relative; border-bottom: 3px solid rgba(237, 53, 107, 0.4);}
.heading-text h3:after{content: "";position: absolute; background: #9D1F2D; height: 2px; width: 400px;left: 50%;
  transform: translateX(-50%); bottom: -2px;}
.heading-text{margin-bottom: 50px;}
.about-left img{width: 490px;}


/* back to top button */

#button {
  display: inline-block;
  background-color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  border: 1px solid #FB5F30;
  bottom: 15px;
  right: 20px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f062";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #FB5F30;
  font-size: 20px;
}
#button:hover::after{color: #fff;}
#button:hover {
  cursor: pointer;
  background-color: #FB5F30;
  color: #fff;
}
#button:active {
  background-color: #FB5F30;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}
/* back to top end */
.about{background: #F8FAFF;}
.bg-gray{background: #F8FAFF;}
.header .head_top .top_in ul li a i:hover{text-shadow: 2px 0px 10px #FB5F30;}
.item.item-bg1{background: url(../images/banner1.png) no-repeat;background-size: cover;background-position: center;}
.item.item-bg2{background: url(../images/banner2.png) no-repeat;background-size: cover;background-position: center;}
.item.item-bg3{background: url(../images/banner3.png) no-repeat;background-size: cover;background-position: center;}
.arrow-hide::before{display: none;}
.arrow-hide{padding-left: 0 !important;}
.speacilist-doctor{background: #F8FAFF;}
.doctor-info p{margin-bottom: 3px;}
.doctor-info {padding:20px 20px;background: #fff;border-radius: 20px;}
.doctor-info h6{font-family: "poppins";font-weight: 600;font-size: 20px;line-height: 25px;
  letter-spacing: 0.02em;text-transform: capitalize;color: #FB5F30;}
  .doctor-info strong {
    font-family: "poppins";
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #222;
    margin-bottom: 10px;
    position: relative;
    padding-top: 0;
  }
  .doctor-info strong::after {
    content: "";
    width: 110px;
    height: 2px;
    background:
  #222;
    left: 0;
    bottom: 0;
    top: unset;
    position: absolute;
  }
  .doctor-bio {
    padding:
  0;
    margin:
  5px 0 0 0;
  }
  .doctor-bio li {
    display: flex; align-items: baseline;
  }
  .doctor-bio li .bio-left-text {
    color: #222;
  }
  .doctor-bio li h3 {
    font-family: 'poppins';
    font-weight: 600;
    line-height: 32px;
    font-size: 18px;
    min-width: 80px;
  }
  .doctor-bio li span {
    color: #222;
    font-size: 22px;
    margin-top: 3px;
  }
  .doctor-bio li .bio-right-text {
    color: #FB5F30;padding-left: 10px;
  }
.doctor-profile-left{background: #9D1F2D;padding: 20px;border-radius: 20px;text-align: center;position: sticky;top: 0;}
.testi.testi2{background: none;} 
.awareness-video .items .item-box.awar-box p{-webkit-line-clamp: unset;height: unset;}
.top_book_two{display:none;}














































/**********responsive code start here *************/
@media screen and (max-width: 1440px) {
  .about-left img{width: 430px;}
  .awareness-video .awar_in .owl-nav button.owl-prev {
    left: -50px;
  }
  .dept .dept_in .dept_list .owl-nav button.owl-next {
    right: -45px;
  }
  .dept .dept_in .dept_list .owl-nav button.owl-prev {
    left: -40px;
  }
  .header .head_btm .btm_in .fx .menu ul {
    gap: 11px;
  }
  .banner .item .ban-txt strong {
    font-size: 20px;
    line-height: 24px;
  }
  .banner .owl-nav button.owl-prev {
    left: 25px;
  }
  .awareness-video .awar_in .owl-nav button.owl-next{
    right: -45px;
  }
  .banner .owl-nav button.owl-next {
    right: 25px;
  }
  .dept .dept_in .dept_list .owl-nav button.owl-prev {
    left: -45px;
  }
  .doct_list .owl-nav button.owl-next {
    right: -55px;
  }
  .doct_list .owl-nav button.owl-prev {
    left: -40px;
  }
  .testi .testi_in .video .owl-nav button.owl-prev {
    left: -40px;
  }
  .blog .blog_in .blog_caros .owl-nav button.owl-next {
    right: -40px;
  }
  .blog .blog_in .blog_caros .owl-nav button.owl-prev {
    left: -40px;
  }
  .testi .testi_in .written .owl-nav button.owl-next {
    right: -40px;
  }
  .testi .testi_in .written .owl-nav button.owl-prev {
    left: -40px;
  }
  .testi .testi_in .video .owl-nav button.owl-next {
    right: -40px;
  }

}

@media screen and (max-width: 1024px) {
    
    .top_book_two{display:block;}
 
  .about-left img {
    width: 345px;
  }
  .ambulane-img-one img, .ambulane-img-two img {
    width: 290px;
  }
  .header .head_top .top_in ul {
    display: flex; gap:15px;
  }  

}


@media screen and (max-width: 1200px) {
    
 .mean-container {
  position: relative;
  width: 100%;
  top: -75px;
}   
.header .head_top .top_in .social-icon{margin-left: 30px;}    
.header .head_top .top_in .social-icon li a.less{display: none;}  
  .top_book_two a{padding: 12px;border-radius: 5px;font-size: 25px;}    
.top_book_two span{display: none;}    
.top_book_two {
    display: block;
    position: absolute;
    right: 55px;
    right: 65px;
    top: -75px;
    z-index: 99999999;
  }    
  .header .head_btm{padding: 0;}    
  .header .head_top .top_in ul li{padding-left: 40px;}    
  .header .head_btm .btm_in {
    position: relative;
  }
  .header .head_btm .btm_in .fx {
    position: absolute;
    top: 15px;
    right: 0;
    align-items: flex-start;
  }
  .header .head_btm .btm_in .fx .menus .mean-bar {
    border: none;
  }
  .header .head_btm .btm_in .fx .menus .mean-bar ul li a {
    font-family: poppins;
  }
  .header .head_btm .btm_in .fx .menus .mean-bar a.meanmenu-reveal {
    height: auto;
    line-height: normal;
    padding: 8px;
    width: 36px;
    height: 36px;
    background: #9D1F2D;
    border-radius: 5px;
    color: #fff;
  }
  .header .head_btm .btm_in .fx .menus .mean-bar a.meanmenu-reveal span {
    background: #fff;
    border-radius: 10px;
    height: 6px;
    margin-top: 7px;
  }
  .header .head_btm .btm_in .fx .menus .mean-bar a.meanmenu-reveal span:first-child {
    margin-top: 0;
  }
  .header .head_btm .btm_in .fx .appoint {
    position: absolute;
    right: 65px;
    top: 0;
    width: -moz-max-content;
    width: max-content;
  }
  .header .head_top .top_in ul li a {
    font-size: 11px;
  }
  .header .head_top .top_in .lft ul li {
    padding: 10px 5px;
  }
  .header .head_top .top_in .lft ul li i {
    margin-right: 2px;
  }
  .header .head_top .top_in .ryt .social li a {
    padding: 10px;
    font-size: 15px;
  }
  .header .head_top .top_in .ryt .acad {
    gap: 10px;
  }
  .header .head_top .top_in .ryt .acad li a {
    font-size: 12px;
  }
  .banner .owl-nav {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .about .about_in .cnt .img img {
    max-width: unset;
  }
  .helps .helps_in .tops:after {
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
    
    
    
    
    
.top_book_two a{padding: 12px;border-radius: 5px;font-size: 25px;}    
.top_book_two span{display: none;}    
.top_book_two {
    display: block;
    position: absolute;
    right: 55px;
    right: 65px;
    top: -75px;
    z-index: 99999999;
  }  
   .top_book_two{display:block;} 
  .profile-cnt strong{font-size: 18px;line-height: 24px;}
  .profile-cnt h6{font-size: 16px;line-height: 20px;}
  .treat-list li{font-size: 14px;}
  .special-list-box h5{font-size: 16px;line-height: 24px;}
  .doctor-bio li h3{font-size: 14px;line-height: 18px;}
  .ambulane-img-one img, .ambulane-img-two img{width: 275px;}
  .value-box img{width: 70px;}
  .heading-text h3{font-size: 32px;}
  .banner .item .ban-txt{left: 50%;transform: translate(-50%, -50%);}
  .footer .foot_top .foot_list{border: none;padding-bottom: 5px;}
  .footer .foot_top .foot_list .foot_fx .foot ul li{padding: 0 10px 0 0;}
  .footer-logo img{width: 80px;}
  .header .head_top .top_in .lft ul li span {
    display: none;
  }
  .header .head_top .top_in .lft ul li {
    padding: 15px;
  }
  .header .head_top .top_in .lft ul li a {
    width: 40px;
    font-size: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .head_top .top_in .lft ul li i {
    margin-right: 0;
  }
  .header .head_top .top_in .lft ul li {
    padding: 15px;
    padding: 0;
  }
  .header .head_top .top_in .lft ul {
    gap: 0;
  }
  .header .head_top .top_in .ryt .acad li a {
    font-size: 13px;
  }
  .header .head_top .top_in .ryt .social li a {
    padding: 10px 9px;
    font-size: 20px;
  }
  .helps .helps_in .tops .helps_sec {
    padding: 10px 10px 0;
  }
 .header-top{display: none;} 
 .mean-container{top: -76px;}
 .header .head_btm{padding: 0;}

.heading-text h3::after {width: 210px;}
.banner .item .ban-txt h6{font-size: 24px;}
.banner .item .ban-txt strong{font-size: 24px;display: inline-block;text-align: center;}
.about-left img{width: 210px;}
.about-left-content{margin-top: 20px;}
.about-left-content h5{font-size: 24px;line-height: 30px;}
.special-content h6{font-size: 18px;line-height: 24px;}
.ambulane-img-one img, .ambulane-img-two img{width: 150px;}
.ambulane-img-one{top: 80%;}
.ambulane-img-two{top: 80%;}
.whyservice-box .why-content h5{font-size: 24px;}
.whyservice-box .why-content h4{font-size: 20px;line-height: 24px;}
.whyservice-box .why-content strong{font-size: 18px;line-height: 22px;}
.footer .foot_top .foot_list .foot_fx .foot ul li{padding: 0px 0px 0 15px;}
.special-img{margin-top: 20px;margin-bottom: 20px;}
.testi{background-size: 390%;}
.footer-logo{text-align: start;}


}
@media screen and (max-width: 767px) {
    
    
    
    
    
    
    
  .top_book_two a{padding: 9px;border-radius: 5px;font-size: 25px;}    
.top_book_two span{display: none;}    
.top_book_two {
    display: block;
    position: absolute;
    right: 55px;
    top: -75px;
    z-index: 99999999;
  }  
 .whyservice-box .why-content h5{font-size: 18px;line-height: 22px;}    
 .testi{padding: 110px 0 0px 0;}    
    .ambulane-img-one, .ambulane-img-two{display: none;}
   .special-box{margin-bottom: 45px;}    
  .profile-cnt strong{font-size: 18px;line-height: 24px;}
  .profile-cnt h6{font-size: 16px;line-height: 20px;}
  .doctor-bio li .bio-right-text{padding-left: 20px;}
  .doctor-bio li h3{min-width: 60px;font-size: 12px;line-height: 16px;}
  .about-left img{width: 270px !important;}
  .value-box{min-height: unset;}
  .about-list li .img{bottom: 60px;}
  .consul-left-img{margin-bottom: 15px;}
  .consul-info .consul-box .consul-content strong{font-size: 13px;}
  .consul-info .consul-box .consul-content h5{font-size: 16px;}
  .consul-info .consul-box{padding: 15px;}
  .consul-info .consul-box .consul-left-img{position: unset;}
  .special-list-box h5{font-size: 14px;line-height: 24px;}
  .special-head h6{font-size: 20px;line-height: 28px;}
  .footer .foot_top .foot_list .foot_fx .foot ul li{padding: 0px 0px 0 15px;}
  .hiring strong{font-size: 28px;line-height:30px;}
  .ambulance-box h5{font-size: 20px;}
  .ambulane-img-one img, .ambulane-img-two img{width: 55px;}
  .about-list li h6{font-size: 18px;}
  .about-left-content h5{font-size: 20px;line-height: 28px;}
  .heading-text h3{font-size: 24px;}
  .banner .item .ban-txt strong{font-size: 18px;line-height: 20px;}
  .banner .item .ban-txt h6{font-size: 20px;line-height: 24px;}
  .header .head_btm .btm_in .fx .menus .mean-bar a.meanmenu-reveal span {
    height: 5px;
    margin-top: 6px;
  }
  .header .head_btm .btm_in .fx .menus .mean-bar a.meanmenu-reveal {
    padding: 6px;
    width: 33px;
    height: 33px;
  }
  .header .head_btm .btm_in .fx .appoint {
    right: 55px;
  }
  .header .head_btm .btm_in .fx .appoint a i {
    display: block;
  }
  .header .head_btm .btm_in .fx .appoint a span {
    display: none;
  }
  .header .head_btm .btm_in .fx .appoint a {
    border-radius: 4px;
    padding: 8px 9.5px;
    font-size: 27px;
  }
  .header .head_btm .btm_in .fx .appoint a:before {
    border-radius: 5px;
  }
  .header .head_top .top_in .lft {
    display: none;
  }
  .header .head_top .top_in .ryt .social {
    display: none;
  }
  .header .head_top .top_in .ryt .acad li a {
    font-size: 13px;
    padding: 10px 6px;
  }
  .testi .testi_in .written .items {
    padding: 50px 15px;
  }
  .testi .testi_in .written .items::before {
    background-size: 50px;
    left: 15px;
    top: 15px;
  }
  .testi .testi_in .written .items::after {
    background-size: 50px;
    right: 15px;
    bottom: 15px;
  }
  .testi .testi_in .written .items strong {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .header .head_top .top_in .ryt .acad li a {
    font-size: 12px;
    padding: 5px 10px;
    line-height: 15px;
  }
  .header .head_top .top_in .ryt .acad {
    gap: 0;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px 0;
  }
  .why_choose .about_in .cnt ul.icons li .img {
    min-width: 55px;
  }
  .about .about_in .cnt .img img {
    max-width: 45%;
  }
  .why_choose .about_in .cnt ul.icons li {
    gap: 10px;
  }
  .about .about_in .img_sec {
    position: relative;
    margin-left: 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .about .about_in .img_sec img {
    max-width: 310px;
  }
  .about .about_in .img_sec .posi ul li {
    transform: scale(0.6);
    background-size: 185px !important;
    width: 120px;
    height: 130px;
  }
  .about .about_in .img_sec .posi ul li:nth-child(2) {
    top: -74px;
    left: -31px;
  }
  .about .about_in .img_sec .posi ul li:last-child {
    top: -150px;
  }
  .about .about_in .img_sec .posi {
    top: 65%;
    transform: translateY(-50%);
    left: -30px;
    left: 0;
    height: 100%;
  }
}/*# sourceMappingURL=style.css.map */