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

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

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

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

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

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

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

body {
  margin-top: 85px;
  font-size: 16px;
  color: #222;
  font-family: Outfit;

}

a:hover {
  color: none !important;
}

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

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

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

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

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

ul {
  padding-left: 0px;
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -10px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
.less5 {
  color: #fff;
  border: none;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  background: #9A3B96;
  display: inline-block;
  padding: 15px 20px;
  font-family: "Outfit";
  font-size: 16px;
  font-weight: 500;
 border-radius: 8px;
  line-height: 20px;
  /* letter-spacing: 0.04em; */
  text-align: center;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border: 1px solid #9A3B96;
}
.less5::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
   border-radius: 8px;
  bottom: 0;
  background: #fff;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;

}
.less5:hover {
  color: #222222;
  transition: all 0.4s ease-in-out;
}
.less5:hover::before {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .less5 {
    font-size: 13px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .less5 {
    font-size: 15px;
    padding: 6px 20px;
  }
}


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


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

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

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

p {
  font-family: "Quicksand";
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #312E2E;
}
@media screen and (max-width: 1400px) {
  p {
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {

  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {


}

  p {
    font-size: 17px;
    line-height: 22px;
  }


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



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

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


/* header sticky */

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0px;
  z-index: 99999;
  background: #d8f8ff;
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px; */

}
.sticky {
  background: #D8F8FF;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  /* padding: 10px 0; */
  animation: fadeInDown 0.4s ease;
}

/* Fade animation */
@keyframes fadeInDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* header sticky */

header .header .top {
  background: #044D18;
  padding-block: 15px;
}
header .header .top .social {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header .top .social ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
header .header .top .social ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
header .header .top .social ul li a,
header .header .top .social ul li p {
  font-family: Outfit;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #fff;
  display: block;
  transition: 0.2s;
}
header .header .top .social ul li a i {
  margin-right: 5px;
}
header .header .top .social ul li a + a {
  padding-left: 10px;
  border-left: 2px solid #fff;
  margin-left: 10px;
}
header .header .top .social ul li p {
  margin-bottom: 0;
}
header .header .header_in {
  padding-block: 15px;
}
header .header .header_in .logo a {
  display: block;
}
header .header .header_in .ryt .menus {
  display: flex;
  align-items: center;
  justify-content: end;
  /* gap: 10px; */
}
header .header .header_in .ryt .menus .menu ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 7px;
}
header .header .header_in .ryt .menus .menu ul li a {
  font-family: "Outfit";
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #1A1A1A;
  display: block;
  text-transform: capitalize;
  transition: 0.2s;
}
header .header .header_in .ryt .menus .menu ul li .sub_menu {
  position: absolute;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  padding-top: 20px;
  z-index: 2;
  min-width: 215px;
}
header .header .header_in .ryt .menus .menu ul li .sub_menu ul {
  display: block;
  background: #00b4d8;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #00b4d8;
}
header .header .header_in .ryt .menus .menu ul li.active a::after{position: absolute;content: "";background: #F97F32;width: 100%;height: 2px;bottom: 0;left: 0;}
header .header .header_in .ryt .menus .menu ul li.active a{position: relative;}
header .header .header_in .ryt .menus .menu ul li .sub_menu ul li a::after{display: none;}
header .header .header_in .ryt .menus .menu ul li .sub_menu ul li a {
  padding: 10px 15px;
  background: #fff;
  color: #00b4d8;
  background: #fff;
}
header .header .header_in .ryt .menus .menu ul li .sub_menu ul li a:hover {
  background: #00b4d8;
  color: #fff;
}
header .header .header_in .ryt .menus .menu ul li:hover a, header .header .header_in .ryt .menus .menu ul li.active a {
  color: #F97F32;
  transition: 0.2s;
}
header .header .header_in .ryt .menus .menu ul li:hover .sub_menu, header .header .header_in .ryt .menus .menu ul li.active .sub_menu {
  opacity: 1;
  visibility: visible;
}
.head-btn{display: flex;justify-content: space-around;}
/* .top_book_orange a:hover i{color: #2658B2;} */
.top_book_orange a:hover{color: #2658B2;}
.top_book_orange a::before{border-radius: 8px;}
.top_book_orange a{background: #F97F32;border-radius: 0;border: 1px solid#F97F32;padding: 10px 15px;font-size: 13px;border-radius: 8px}
.top_book_orange.top_book_blue a{background: #00B4D8;border-radius: 0;border: 1px solid#00B4D8;padding: 10px 35px;border-radius: 8px;}
.top_book_orange a i{color: #FFFFFF;margin-right: 5px;font-size: 20px;vertical-align: sub;display: none;}
header .header .header_in .ryt .menus .top_book_orange a {
  text-transform: capitalize;
}

header .header .header_in .ryt .menus .top_book_orange a i {
  display: none;
}
@media screen and (max-width: 1400px) {
  header .header .header_in .ryt .menus .top_book_orange a {
    padding: 10px 11.5px;
    border-radius: 5px;
    font-size: 25px;
  }
  header .header .header_in .ryt .menus .top_book_orange a span {
    display: none;
  }
  header .header .header_in .ryt .menus .top_book_orange a i {
    display: block;
    color: #fff;
  }
  header .header .header_in .ryt .menus .top_book_orange a::before {
    background: #044D18;
    border-radius: 5px;
  }
}

.banner-inner {
  background: #D8F8FF;

}
.banner-inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #062f65;
}
.banner-inner .item {
  align-items: center;
  padding: 50px 0px 80px 0px;
}
@media screen and (max-width: 991px) {
  .banner-inner .item .ban-txt {
    text-align: center;
  }
}
/* .banner-inner .item .ban-txt span {
  font-family: "Poppins";
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 10px;
  background: #044D18;
  border-radius: 50px;
  padding: 15px 40px;
  text-align: center;
} */
@media screen and (max-width: 1200px) {
  .banner-inner .item .ban-txt span {
    font-size: 17px;
    line-height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .banner-inner .item .ban-txt span {
    font-size: 23px;
    line-height: 27px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .banner-inner .item .ban-txt span {
    font-size: 16px;
    line-height: 18px;
    /* padding: 15px 20px; */
    margin-bottom: 10px;
  }
}
.banner-inner .item .ban-txt h1{font-family: Outfit;font-weight: 500;font-style: Bold;
font-size: 44px;line-height: 50px;text-transform: capitalize;color: #1C2359;margin-bottom: 10px;}
.banner-inner .item .ban-txt strong span{color: #FFCC00;}
.banner-inner .item .ban-txt strong {
  font-family: "Lora";
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.02em;
  display: block;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  .banner-inner .item .ban-txt strong {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .banner-inner .item .ban-txt strong {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .banner-inner .item .ban-txt strong {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .banner-inner .item .ban-txt strong {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .banner-inner .item .ban-txt strong {
    font-size: 27px;
    line-height: 30px;
  }
}
.banner-inner .item .ban-txt p {
  font-family: "outfit";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #1C2359;
  /* margin-bottom: 30px; */
}
.banner-inner .item .ban-txt p b {
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .banner-inner .item .ban-txt p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .banner-inner .item .ban-txt p {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner-inner .item .ban-txt p {
    font-size: 16px;
    line-height: 20px;
  }
}
.banner-inner .item .ban-txt p::first-letter {
  text-transform: uppercase;
}
.banner-inner .item .ban-txt a i{margin-left: 10px;}
.banner-inner .item .ban-txt a {
  display: inline-block;
  font-family: "Outfit";
  font-size: 14px;
  font-weight: 600;
  line-height: 22.68px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  background: #F97F32;
  border: 1px solid #F97F32;
  padding: 10px 20px;
  border-radius: 10px;
}
.banner-inner .item .ban-txt a.ask2 {
  background: transparent;
  color: #062f65;
  text-transform: capitalize;
  margin-right: 0;
  border: 1px solid #062f65;
}
.banner-inner .item .ban-txt a.ask2:hover {
  color: #222222;
  background: #fff;
  border: 1px solid #F97F32;
}
.banner-inner .item .ban-txt a:hover {
  color: #222222;
  background: #fff;
  border: 1px solid #F97F32;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .banner-inner .item .ban-txt a {
    padding: 8px 20px;
    font-size: 16px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 15px !important;
  }
}
.banner-inner .item .ban-img img {
  /* max-height: 500px; */
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.banner-inner .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}
.banner-inner .owl-nav button {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  transition: 0.2s;
  border: 1px solid #044D18 !important;
  background: transparent !important;
  border-radius: 100%;
}
.banner-inner .owl-nav button span {
  display: none;
}
.banner-inner .owl-nav button::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: fontawesome;
  right: 0;
  transition: 0.2s;
  top: 0;
  color: #044D18;
  font-size: 16px;
}
.banner-inner .owl-nav button.owl-next {
  right: -60px;
}
.banner-inner .owl-nav button.owl-next::before {
  content: "\f178";
}
.banner-inner .owl-nav button.owl-prev {
  left: -60px;
}
.banner-inner .owl-nav button.owl-prev::before {
  content: "\f177";
}
.banner-inner .owl-nav button:hover {
  transition: 0.2s;
}
.banner-inner .owl-nav button:hover::before {
  background: #044D18;
  color: #fff;
  transition: 0.2s;
}




@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1200px) {
}
.banner-inner .owl-dots{
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  }

.banner-inner button span {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #044D18;
  display: block;
  margin: 5px;
} 
.banner-inner .owl-dots button.active span::after{
   position: absolute;content: "";background-color: #044D18;width: 25px;height: 3px;top: 50%;transform: translateY(-50%);
}
.banner-inner .owl-dots button.active span {
  background: #044D18;position: relative;
} 
.banner-inner{position: relative;}


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


.hiring .hire-text:after{
  content: "K+";
  display: inline-block;
}
.hiring strong.cnt {
  padding-right: 25px;
}
.hiring p {
  font-family: DM Serif Display;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 0;
  text-transform: capitalize;
}
/* .about {
  background: #fff;
  position: relative;
} */
.about::before {
  /* content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../images/abt_lft_pg.png) no-repeat; */
}
.about::after {
  /* content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 200px;
  width: 400px;
  background: url(../images/abt_ryt_pg.png) no-repeat;
  background-size: cover; */
}

@media screen and (max-width: 1200px) {
  /* .about.canva .about_in .cnt b,
  .about.canva .about_in .cnt h6 {
    font-size: 30px;
    line-height: 40px;
  } */
}
@media screen and (max-width: 767px) {
  /* .about.canva .about_in .cnt b,
  .about.canva .about_in .cnt h6 {
    font-size: 25px;
    line-height: 30px;
  } */
}

@media screen and (max-width: 1400px) {
  /* .about.achiv .about_in .cnt ul li {
    line-height: 24px;
  } */
}
@media screen and (max-width: 991px) {
  /* .about.achiv .about_in .cnt ul li {
    font-size: 16px;
  } */
}
@media screen and (max-width: 767px) {
  /* .about.achiv .about_in .cnt ul li {
    font-size: 15px;
    line-height: 22px;
  } */
}


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





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



footer {
  position: relative;
  z-index: 99;
}
footer .foot_menu .foot_menu1 {
  position: relative;
}
footer .foot_menu .foot_menu1 .foot_top {
  padding: 50px 0;
}
footer .foot_menu .foot_menu1 .foot_top .logo img {
  margin-bottom: 20px;
  max-width: 150px;
}
footer .foot_menu .foot_menu1 .foot_top .logo .soc_link ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .foot_menu .foot_menu1 .foot_top .logo .soc_link ul li {
  margin-right: 10px;
}
footer .foot_menu .foot_menu1 .foot_top .logo .soc_link ul li:last-child {
  margin-right: 0;
}
footer .foot_menu .foot_menu1 .foot_top .logo .soc_link ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #05322c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ed932f;
  font-size: 19px;
  border: 1px solid #ed932f;
}
footer .foot_menu .foot_menu1 .foot_top .logo .soc_link ul li a:hover {
  background: #ed932f;
  transition: 0.2s;
  color: #05322c;
  border: unset;
}
footer .foot_menu .foot_menu1 .foot_top .f-link .flist {
  /* display: flex; */
  align-items: flex-start;
  gap: 20px;
}
footer .foot_menu .foot_menu1 .foot_top .f-link strong {
  font-family: outfit;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  color: #F97F32;
  display: block;
  margin-bottom: 15px;
}
footer .foot_menu .foot_menu1 .foot_mid .f-link strong {
  font-family: outfit;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  color: #F97F32;
  display: block;
  margin-bottom: 15px;
}
footer .foot_menu .foot_menu1 .foot_top .f-link .split {
  display: flex;
}
footer .foot_menu .foot_menu1 .foot_top .f-link .split ul:first-of-type {
  margin-right: 10px;
}
footer .foot_menu .foot_menu1 .foot_top .f-link ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  color: #1C2359;
  font-size: 18px;
}
footer .foot_menu .foot_menu1 .foot_top .f-link ul li:last-child {
  margin-bottom: 0;
}
footer .foot_menu .foot_menu1 .foot_top .f-link ul li::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 10px;
  transition: 0.2s;
  color: #00B4D8;
}
footer .foot_menu .foot_menu1 .foot_top .f-link ul li a {
  font-family: "Outfit";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #1C2359;
  text-transform: capitalize;
  
}
footer .foot_menu .foot_menu1 .foot_top .f-link ul li:hover a {
  color: #f97f32;
  transition: 0.2s;
}
footer .foot_menu .foot_menu1 .foot_top .f-link ul li:hover::before {
  color: #f97f32;
  transition: 0.2s;
}

footer .foot_menu .foot_menu1 .foot_mid .f-link .split {
  display: flex;
}
footer .foot_menu .foot_menu1 .foot_mid .f-link .split ul:first-of-type {
  margin-right: 10px;
}
footer .foot_menu .foot_menu1 .foot_mid .f-link ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  color: #1C2359;
  font-size: 18px;
}
footer .foot_menu .foot_menu1 .foot_mid .f-link ul li:last-child {
  margin-bottom: 0;
}
footer .foot_menu .foot_menu1 .foot_mid .f-link ul li::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 10px;
  transition: 0.2s;
  color: #00B4D8;
}
footer .foot_menu .foot_menu1 .foot_mid .f-link ul li a {
  font-family: "Outfit";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #1C2359;
  text-transform: capitalize;
  
}
footer .foot_menu .foot_menu1 .foot_mid .f-link ul li:hover a {
  color: #f97f32;
  transition: 0.2s;
}
footer .foot_menu .foot_menu1 .foot_mid .f-link ul li:hover::before {
  color: #f97f32;
  transition: 0.2s;
}

@media screen and (max-width: 991px) {
  footer .foot_menu .foot_menu1 .foot_top .f-link ul + ul {
    margin-top: 10px;
  }
}




footer .cpy_ryt {
  padding: 15px 0;
  /* background: #fff; */
}
footer .cpy_ryt .cpy_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .cpy_ryt p {
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 0;
  font-size: 15px;
  font-family: outfit;
}
footer .cpy_ryt p a {
  color: #000000;
  color: #000000;
}
footer .cpy_ryt p a:hover {
  text-decoration: underline;
}

.fixd {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 2;
}
.fixd ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 10px;
}
.fixd ul li {
  position: relative;
  padding-right: 10px;
}
.fixd ul li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #044D18;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 15px;
  border: 1px solid #044D18;
}
.fixd ul li a:hover {
  background: #044D18;
  transition: 0.2s;
  color: #fff;
}
.fixd ul li:after {
  content: "";
  width: 15px;
  height: 8px;
  right: -1px;
  background: #044D18;
  display: block;
  position: absolute;
  top: 15px;
  z-index: -1;
}
.fixd .course {
  writing-mode: vertical-lr;
  white-space: pre-line;
  margin-left: -15px;
}
.fixd .course a {
  padding: 10px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #044D18;
  writing-mode: sideways-lr;
  text-transform: capitalize;
}
.fixd .course a::before {
  border-radius: 10px 0 0 10px;
}
/* .about-right.about-unset p{height: unset;}
.about-right .para-scroll.para-scroll1{height: 80px;}
.about-right .para-scroll{height: 155px;overflow-y: auto;scrollbar-width: thin;margin-bottom: 25px;} */
.banner-inner-box span{font-family: "DM Serif Display";
  font-style: italic;
  font-size: 28px;
  line-height: 33px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #222;
  text-transform: capitalize;
  display: block;
  margin-bottom: 10px;}
  .banner-inner-box{text-align: center;}
.banner-inner-box strong{font-family: "DM Serif Display";font-weight: 800;font-size: 40px;line-height: 60px;
  letter-spacing: 0.02em;display: block;color: #044D18;text-transform: uppercase;margin-bottom: 10px;}
.banner-inner-common{padding: 150px 0 50px 0;}
/* .about-right{background: #FFF6F6;border-radius: 10px;padding: 20px 20px;}
.about-right h1{font-family: "DM Serif Display";
  font-weight: 500;
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 0.02em;
  color: #044D18;
  text-transform: capitalize;
  margin-bottom: 10px;} */
/* .about-right h2{font-family: "DM Serif Display";
  font-weight: 500;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #044D18;
  text-transform: capitalize;
  margin-bottom: 10px;}
  .about-right h3{font-family: "DM Serif Display";
    font-weight: 500;
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #044D18;
    text-transform: capitalize;
    margin-bottom: 10px;}
.about-right strong{font-family: "DM Serif Display";font-weight: 400;font-style: italic;
    font-size: 30px; line-height: 35px;
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #222222;
  }
  .about-right b{font-family: "DM Serif Display";
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.02em;
    display: block;
    color: #222;
    text-transform: capitalize;
    margin-bottom: 15px;} */
/* .location-section{background: #FFF6F6;}
.heading-text h2{font-family: "DM Serif Display";
  font-weight: 500;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 0.02em;
  color: #044D18;
  text-transform: capitalize;
  margin-bottom: 10px;}
  .heading-text{margin-bottom: 40px;} */


/* .heading-text1 h2{font-family: "Poppins";
 
  font-weight: 600;
  font-size: 45px;
  line-height: 55px;
  letter-spacing: 0.02em;
  color: #044D18;
  text-transform: capitalize;
  margin-bottom: 10px;} */
  /* .heading-text1 strong{font-family: "Poppins";font-weight: 400;font-style: italic;
    font-size: 30px;line-height: 35px;display: block;margin-bottom: 10px;text-transform: capitalize;
    color: #222222;} */
.cardio-service-box h3{font-family: "Poppins";font-weight: 600;font-size: 23px;display: block;
  line-height: 25px;letter-spacing: 0.02em;text-transform: capitalize;margin-bottom: 15px;color: #222;}
.cardio-service-box p{margin-top: 20px;}
/* .heading-text1{margin-bottom: 40px;} */
.cardio-service-box{padding: 15px 50px 20px 20px;border-left: 1px solid #044D18;}
.lft.lft-service h2{font-family: "Poppins"; /* font-weight: 500; */ font-weight: 600;
  font-size: 45px;line-height: 55px;letter-spacing: 0.02em;color: #044D18;text-transform: capitalize;margin-bottom: 10px;}
.lft.lft-service strong{font-family: "DM Serif Display";font-weight: 400;font-style: italic;
  font-size: 30px;line-height: 35px; display: block;margin-bottom: 10px;text-transform: capitalize;
  color: #222222;}
.bg-rose{background: #FFF6F6;}
/* .location .locat_in .tab-content .tab-pane .posi{width: unset;left: 0;} */
.accordion-section .accordion .accordion-item button.collapsed {color: #222222;background:#fff;border:1px solid #E31E25;border-radius: 10px;}
.accordion-section .accordion .accordion-item button{
  font-family: 'outfit';font-weight: 500;font-size: 20px;line-height: 25px;color: #1A1A1A;
  text-transform: capitalize;background:#044D18;box-shadow: unset;
  overflow:hidden;border-radius:10px 10px 0 0;color: #fff;
}
.accordion-section .accordion .accordion-item{border: 1px transparent;}
.accordion-section .accordion .accordion-item .accordion-button::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 12px solid #fff;
  border-bottom: 10px solid transparent;
  background: unset;
  transform: rotate(90deg);
  position: absolute;
  right: 25px;
}
.accordion-section .accordion .accordion-item .accordion-collapse .accordion-body {
  text-align: left;padding:10px 20px 10px;background: #044D18;
}
.accordion-section .accordion .accordion-item .accordion-button.collapsed::after {
  border-top: 10px solid transparent;
  border-left: 12px solid #E31E25;
  border-bottom: 10px solid transparent;
  background: unset;
  transform: rotate(0);
}
.accordion-section .accordion .accordion-item .accordion-collapse {
  border:none;border-top-width: 1px;border-top-style: solid;
    border-top-color: rgb(0, 122, 67);border-top:unset;border-radius:0 0 20px 20px;}
.vision-list li {
      font-family: "Quicksand";
      font-weight: 600;
      color: #312E2E;
      font-size: 17px;
      line-height: 24px;
      margin-bottom: 10px;
      position: relative;
      list-style: disc;
      margin-left: 17px;
    }
    .accordion-section .accordion .accordion-item + .accordion-item {
      margin-top: 20px;
      
    }
  .heading-text2{margin-bottom: 40px;}  
.heading-text2 h2, .heading-text2 h1{color: #fff;font-family: DM Serif Display;font-weight: 700;font-size: 44px;line-height: 48px;text-align: center;}        
.see-doctor{background: #062F65;}
.heading-text2 strong, .heading-text2 h1, .heading-text2 p{color: #fff; text-align: center;}



.heading-text3{margin-bottom: 40px; text-align: center;}
.heading-text3 strong{font-family: "DM Serif Display";font-weight: 400;font-style: italic;font-size: 30px;line-height: 35px;display: block;margin-bottom: 10px;text-transform: capitalize;color: #222222;
}
.heading-text3 h2{font-family: "DM Serif Display";font-weight: 600;font-size: 34px;line-height: 36px;
  letter-spacing: 0.02em;color: #044D18;text-transform: capitalize;margin-bottom: 10px;}

.gallery .gall_in .gall_block {border-radius:10px;overflow:hidden;background:#044D18; position: relative;height: 100%;}
.gallery .gall_in .gall_block a {display: block;}
.gallery .gall_in .gall_block .img {position: relative;z-index: 1;}
.gallery .gall_in .gall_block .content.phot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap:10px;
  align-items: center;
}
.gallery .gall_in .gall_block .content {
  position: relative;
  z-index: 2;
  padding:15px 10px 15px;
}
.gallery .gall_in .gall_block a span.view_all {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 5;
  background:#fff;
  text-transform: capitalize;
  border-radius:30px;
  padding:10px 30px;
  text-align: center;
  font-family: "poppins";
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  color: #222222;
  opacity: 0;
  visibility: hidden;
  transition:0.5s;
}

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

}
.gallery .gall_in .gall_block.gall-bg a::after {
  background: none;
}
.gallery .gall_in .gall_block a::after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: collapse;
  transition:0.5s;
  z-index: 1;
  background: linear-gradient(257.86deg, #1D4FA9 -4.28%, #91248C 100.26%);

}
.gallery .gall_in .gall_block .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 270px;
}
.gallery .gall_in .gall_block .content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  font-family: "poppins";
  padding-right: 10px;
  margin-bottom: 0;
  transition:0.2s;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: 0.02em;
}
.gallery .gall_in .gall_block .content b {
  text-transform: capitalize;
  font-family: "poppins";
  font-weight: 500;
  color: #fff;
}
.gallery .gall_in .gall_block:hover a::after {
  opacity: 0.8;
  visibility: visible;
  bottom: 0;
  transition:0.5s;
  height: 100%;
}
.gallery .gall_in .gall_block:hover span.view_all {
  top: 50%;
  transition:0.5s;
  opacity: 1;
  visibility: visible;
}
.gallery.gall_Details .gall_in .gall_block {
  background:unset;
  height: unset;
  border:
unset;
}
.gallery.gall_Details .gall_in .gall_block {
 border: 1px solid #91248C;
  border-radius:10px;
  background:#91248C;
}
.gallery .gall_in .gall_block {
  border-radius:10px;
  overflow:hidden;
  background: linear-gradient(257.86deg, #1D4FA9 -4.28%, #91248C 100.26%);;
  position: relative;
  height: 100%;
}
.gallery.gall_Details .gall_in .gall_block .img a.fancybox {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 50%;
  top: 50%;
  visibility: hidden;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 20px;
  color: #fff;
  transition:0.5s;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#000;
  border-radius:100%;
}
.gallery.gall_Details .gall_in .gall_block:hover .img a.fancybox {
  transition:0.5s;
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
}
.gallery.gall_Details .gall_in .gall_block:hover .img::after {
  opacity: 0.8;
  visibility: visible;
  top: 0;
  height: 100%;
  transition:0.5s;}
.multi-box.multi-box1{min-height: 155px;}
.nini-box.nini-box1{background: #021C40;}
.bg-blue{background: #062F65;}
.bg-light-blue{background-color: #F3FDFF;}
.gallery.gall_Details .gall_in .gall_block .img::after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(257.86deg, #1D4FA9 -4.28%, #91248C 100.26%);
  opacity: 0;
  visibility: hidden;
  transition:0.5s;}
.blog-box:hover a::after {
  background:
#044D18 url(../images/white_arrow.png) no-repeat center;
  transition:0.5s;
  border-color:#044D18;
}
.blog-box a::after {
  content: "";
  position: absolute;
  display: block;
  background:url(../images/black_arrow.png) no-repeat center;
  width: 50px;
  height: 50px;
  display: flex;
  left: 20px;
  bottom: 20px;
  align-items: center;
  justify-content: center;
  border-radius:100%;border:1px dashed #222;
  transition:0.5s;}
.blog-box{background: #fff;border: 10px;position: sticky;border-radius: 10px;margin-bottom: 20px;top: 0;margin-top: 40px;}
.blog-box .blog-img img{height: 250px; border-top-right-radius: 10px;border-top-left-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;margin-bottom: 15px;}

.blog-left-box h2{font-size: 24px;line-height: 18px;color: #222222; margin-bottom: 20px;font-family: "DM Serif Display";font-weight: 600;}
.blog-left{height: 145px;}
.blog-left-box{margin-bottom: 20px;}
.blog-left img{width: 100%;height: 100%;object-fit: cover;transition: 1s linear;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}

  .testi.videos_pg .testi_blk .video_caros .items {height: 100%;}
  .testi .testi_blk .video_caros .items {background:#fff;border-radius: 10px; overflow:hidden;}
.testi.videos_pg{background: #F6F6F6;}
.testi.videos_pg .testi_blk .video_caros .items p {
  display: unset;text-overflow: unset;overflow:unset;-webkit-box-orient:unset;
  -webkit-line-clamp: unset;display: block;height: auto;}
.testi .testi_blk .video_caros .items p {
  font-family: "Open Sans";font-size: 16px;font-weight: 400;line-height: 20px;letter-spacing: 0.02em;
  color: #222;margin-bottom: 0;display: -webkit-box;text-overflow: ellipsis;overflow:hidden;
  -webkit-box-orient:vertical;-webkit-line-clamp: 3;height: 70px;padding:15px 15px 0;margin-bottom: 10px;}
.testi .testi_blk .video_caros .items .item_in {position: relative;}
.testi .testi_blk .video_caros .items .item_in img{width: 100%;
  height: auto;object-fit: cover;}
.testi .testi_blk .video_caros .items .item_in .plays {
  position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);
  width: 55px;height: 55px;background:#fff;border-radius:50%;border:2px solid #044D18;
  display: flex;align-items: center;justify-content: center;font-size: 23px;color: #044D18;
}
.testi .testi_blk .video_caros .items .item_in .plays::after {
  content: "";position: absolute;width: 100%;height: 100%;background-color: inherit;border-radius:
100%;z-index: 1;animation:ripple 1.5s ease-out infinite;animation-delay: 0s;animation-delay: 0.2s;
  opacity: 0;visibility: hidden;background:#044D18;left: 0;top: 0;}
.testi .testi_blk .video_caros .items:hover .item_in .plays::after {opacity: 1;visibility: visible;}
.written-section{background: #F6F6F6;}
.testi-review-box{text-align: center;padding: 20px;margin-bottom: 20px;border-radius: 10px;background: #fff;}
.testi-review-box strong{font-family: "Lora";font-size: 18px;line-height: 20px;color: #222;font-weight: 600;text-transform: capitalize;}
.testi-review-box p{font-family: "Lora";color: #2658B2;font-size: 20px; font-weight: 600;text-transform: uppercase;}
.testi-review-box h3{font-family: "Public Sans";font-size: 18px;line-height: 24px;color: #222;  font-weight: 400;}
.ex_patient {display: flex;align-items: center;}
  .ex_patient label {display: flex;align-items: center;margin-right: 15px;margin-bottom: 0;cursor: pointer;}
  .ex_patient label p{margin-bottom: 0;}

.bg-gray{background: #f6f6f6;}
.bg-red{background: #fff6f6;}
.header-text{font-family: "DM Serif Display";font-weight: 500;font-size: 38px;line-height: 34px;margin-bottom: 30px;text-align: center;}
.cnt h2{font-family: "poppins"; /* font-weight: 500; */
  font-weight: 300;font-size: 28px;line-height: 34px;letter-spacing: 0.02em; color: #9A3B96;
  text-transform: capitalize;margin-bottom: 3px;}
  .cnt h3{font-family: "DM Serif Display";font-weight: 600;font-size: 20px;line-height: 26px;color: #222222;}
.multi-box{background: #F6F6F6;border-radius: 10px;border: 1px solid #062F65;padding: 10px;text-align: center;margin-top: 35px;min-height: 213px;}
.nini-box h3{font-family: "DM Serif Display";font-size: 16px;line-height: 20px;color: #fff;margin-bottom: 0;}
.nini-box{background: #062F65;padding: 15px;border-radius: 10px;margin-top: -45px;margin-bottom: 15px;}
.multi-serve{background: #fff;border-radius: 10px;padding: 20px;margin-top: 30px;}

.modules-box{background: #fff;padding: 10px;border-radius: 10px;text-align: center;margin-bottom: 20px;}
.modules-box p{margin: 0;font-family: "DM Serif Display";font-weight: 600;font-size: 20px;color: #222;line-height: 24px;}
.failure-box-content{background: #FFF6F6;border-radius: 10px;padding:30px 20px;text-align: center;margin-bottom: 30px;min-height: 465px;}
.failure-box h3{font-family: "DM Serif Display";font-weight: 500;color: #044D18;font-size: 34px;line-height: 40px;}
.service-blue{background: #062F65;}


/* .about_in .img{margin-bottom: -10px;} */


.list-style{display: block !important;}
.list-style li::after{content: "";width: 5px;height: 5px;background:#000;
  border-radius:100%;position: absolute; top: 10px;  transform: rotate(135deg); left: 0;
  transition:0.5s;}
/* .ryt.tab-content .special-services{text-align: center;}   */
.ryt.tab-content .special-services h3{font-family: "DM Serif Display";font-weight: 600;font-size: 24px;line-height: 26px;color: #222;margin-bottom: 10px;} 
.ryt.tab-content .special-services h4{font-family: "DM Serif Display";font-weight: 600;font-size: 18px;line-height: 26px;color: #222;margin-bottom: 10px;} 


.map-box{background: #fff;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}

.monitor-box p{color: #fff;}
.monitor-box .img img{width: 15%;}

.table-box h3{font-family: "DM Serif Display";font-weight: 500;font-size: 30px;line-height: 36px;color: #fff;margin-bottom: 20px;}
.max-list li{font-family: "DM Serif Display";font-weight: 400;font-size: 16px;line-height: 27px;  letter-spacing: 0.02em;color: #222222;margin-bottom: 10px;list-style: disc;}
.max-box{padding: 30px 60px;}

/*new css*/
.menu-call ul li span{font-weight: 400;}
.menu-call ul li a{color: #1A1A1A;}
.menu-call ul li i{color: #9A3B96;}
.menu-call ul li{display: inline-block;margin-right: 5px;position: relative;padding-left: 0px;font-family: "Poppins"; font-weight: 400;font-size: 14px;line-height: 18px;color: #1A1A1A;}
.menu-call ul{margin: 0;padding: 0;}
.menu-call ul li .icon-img{position: absolute;left: 0;top: 5px;}
.menu-call ul li .icon-img img{width: 30px;}
.menu-call{float: inline-end;}
.bg-menu{background: #D8F8FF;padding: 10px 0;border-top: 2px solid #00B4D8;
  border-bottom: 2px solid #00B4D8;margin: 10px 0;}

.about .cnt strong{font-family: "poppins";font-style: unset;font-size: 18px;line-height: 24px;color: #222;margin-bottom: 3px;}
.bg-blue-color{background: #044D18;}


footer .foot_menu{background: #F3FDFF;}
footer .foot_menu .footer-media li{display: inline-block !important; margin: 0 5px !important;padding: 0 !important;}
.footer-media li a i{font-size: 24px;width: 50px;height: 50px;border-radius: 8px;line-height: 30px;background: #FFECE0;color: #F97F32;display: flex;align-items: center;justify-content: center;}
.footer-media li::before{display: none;}
/* footer .foot_menu .footer-media{text-align: center;} */
/* .footer-logo img{width: 160px;} */

.footer-media{margin-top: 20px;}

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

/* .form-select option{font-family: "Poppins";font-weight: 400;color: #222;font-size: 14px;} */
.contact_form .form-select{box-shadow: none;border: 1px solid #fff !important;border: none;border-radius: 10px;color: #222;font-family: "Poppins";font-weight: 500; background: #fff;
font-size: 14px;text-transform: capitalize;padding: 10px;height: 43px;appearance: none;       /* For modern browsers */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 2rem;
box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;}
.contact_form input.form-select::placeholder {
  color: #222; /* Example: grey */
}
.contact_form textarea.form-select::placeholder {
  color: #222; /* Example: grey */
}

.contact_form .form-control{box-shadow: none;background: #fff;border: 1px solid #ffffff !important;border: none;border-radius: 10px;color: #0D0D0D;font-family: "outfit";font-weight: 500;
font-size: 14px;line-height: 16px;text-transform: capitalize;padding: 10px;height: 50px;}
.contact_form input.form-control::placeholder {
  color: #222; /* Example: grey */
}
.contact_form textarea.form-control::placeholder {
  color: #222; /* Example: grey */
}
.contact-info a:hover{color: #fff;}


.contact_page .contact_in .contact_form label {display: block;margin-bottom: 20px;}
.contact_form .ex_patient {
  display: flex;align-items: center;}
.contact_form .ex_patient label {display: flex;align-items: center;margin-right: 15px;margin-bottom: 0;cursor: pointer;}
.contact_page .contact_in .contact_form label p {
  font-family: "poppins";font-weight: 400;font-size: 16px;line-height: 25px;letter-spacing: 0.2px;
  color: #1a1a1a;margin-bottom: 10px;text-transform: capitalize;}
.contact_form .ex_patient input[type="radio"] {
  cursor: pointer;width: 20px;height: 20px;border-radius: 50px;margin-left: 10px;min-width: 20px;
  -webkit-appearance: none;-moz-appearance: none;appearance: none;position: relative;background: #fff;overflow: hidden;
}

.contact_form .ex_patient input[type="radio"]::after {
  content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%; opacity: 0;
  visibility: collapse;background: #FFCC00;padding: 0;}
.contact_form .ex_patient input[type="radio"]:checked::after {
  opacity: 1; visibility: visible;
}
.g-review{background: #fff;padding: 25px;border-radius: 20px;}
.g-review-lft h2{font-family: Poppins;font-weight: 600;font-size: 28px;line-height: 30px;
text-transform: capitalize;}
.g-revier-rst img{width: 300px;}
.g-revier-rst{text-align: end;}
.appoint {
  background: #fff url(../images/green-bg.png) no-repeat;
  background-size: cover;
  padding: 70px 50px;
  position: relative;
  z-index: 1;
  background-position: center;
}
.text-center {
  text-align: center !important;
}
.appoint h6 {
  margin-bottom: 10px;
  color: #fff;
  display: block;
  text-align: center;
  width: auto;
  font-size: 40px;
  position: relative;
  /* padding-bottom: 20px; */
  margin-bottom: 10px;
}
.appoint h6::after{
  /* content: "";
  width: 110px;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); */
}
.appoint strong {
  margin-bottom: 8px;
  color: #fff;
  display: block;
  text-align: center;
  width: auto;
   font-weight: 400;
  font-size: 24px;
  margin-bottom: 40px;
  font-family: Outfit;
  font-weight: 400;
}
.service-region{background: #044D18;border-radius: 20px;padding: 50px;}
.service-foot-img{margin-bottom: -230px;}
.service-section{padding-bottom: 260px;}
.why-box{background: #F3F3F3;border: 1px solid #CCCCCC;padding: 20px;border-radius: 20px;text-align: center;height: 100%;align-content: center;}
.why-box h3{font-size: 20px;line-height: 24px;color: #222222;}
.why-box p{margin-bottom: 0;}
.bg-grey{background-color: #F3F3F3;}
.why-box.why-box1{min-height: 405px;}

.insurance-box{background: #fff;border-radius: 20px;padding: 20px;margin-bottom: 20px;}
.text-fixed{overflow-y: auto;scrollbar-width: thin;}
.Specialist-content h1{font-family: "DM Serif Display";font-weight: 600;font-size: 34px;
  line-height: 36px;letter-spacing: 0.02em;color: #044D18;text-transform: capitalize;margin-bottom: 10px;}
.Specialist-content h2{font-family: "DM Serif Display";font-weight: 600;font-size: 34px;
  line-height: 36px;letter-spacing: 0.02em;color: #044D18;text-transform: capitalize;margin-bottom: 10px;}
.Specialist-content{padding: 20px;border-radius: 20px;border: 1px solid #F5BEC0;}

/* back to top */

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



.bg-green{background: #044D18;}
.client-box h3{color: #fff;}
.client-box p{color: #fff;font-size: 18px;line-height: 22px;font-family: outfit;font-weight: 300;margin-bottom: 0;}


.welcome-box .welcome-video a.plays.video-btn {
  position: relative;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 100%;
  border: 2px solid #ED1C24;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ED1C24;
  display: inline-block;
   display: flex;
  align-items: center;
  justify-content: center;
}
.welcome-box .welcome-video a.plays.video-btn i {
  z-index: 2;
  position: relative;
  font-size: 20px;
 
}
 .welcome-box .welcome-video a.plays.video-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 100%;
  z-index: 1;
  animation: ripple 1.5s ease-out infinite;
    animation-delay: 0s;
  animation-delay: 0.2s;
  opacity: 0;
  visibility: hidden;
  background: #ED1C24;
  left: 0;
  top: 0;
}
.welcome-box:hover .welcome-video a.plays.video-btn::before {
  opacity: 1;
  visibility: visible;
}
.welcome-video{text-align: center;margin-top: 5px;display: flex;justify-content: center;}
.welcome-section{background-image: url(../images/welcome-bg.png);background-repeat: no-repeat;background-position: center;background-size: cover;padding: 200px 0;}
.vision-box{border-radius: 10px;padding: 20px;background: #EDFFF2;}
.vision-box h3{font-family: Outfit;font-weight: 500;font-size: 24px;line-height: 37px;
text-transform: capitalize;color: #1A1A1A;}
.vision-box p{margin-bottom: 0;}

.border-top{border-color: #044D18!important;}
.footer-logo p{color: #fff;margin-top: 10px;}

.depart-head h3{font-family: DM Serif Display;font-weight: 400;
font-size: 28px;line-height: 32px;text-align: center;text-transform: capitalize;
}
.depart-head{text-align: center;}
.depart-two ul li{text-align: center;}
.about-text{
  background-image: url(../images/welcome-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 200px 0;
}


.heading-text h1, .heading-text h2, .heading-text h3, .heading-text h4, .heading-text h5, .heading-text h6{font-size: 22px;line-height: 24px;font-weight: 300;text-transform: uppercase;color: #9A3B96;font-family: Poppins;margin-bottom: 5px;}
.heading-text span{font-family: Lora;font-weight: 600;font-style: SemiBold;font-size: 28px;line-height: 30px;text-transform: capitalize;
text-align: center;color: #2658B2;}

.contact-top .c_top ul li .bg_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #E3FAFF;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
}
.contact-top .c_top ul li .bg_cont i {
  color: #1C2359;
  margin-bottom: 10px;
  display: block;
  font-size: 30px;
}
.contact-top .c_top ul li .bg_cont p, .contact-top .c_top ul li .bg_cont a {
  text-align: center;color: #1C2359;font-family: "outfit";font-weight: 400;font-size: 17px;
}

button.back-to-top{
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
	height: 0px;
  width: 0px;
  overflow: hidden;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
  color: transparent;
	clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
	bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus{
  outline: 0 !important;
}
button.back-to-top::before,
button.back-to-top::after {
  content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #fff;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
  border-radius:20px;
  visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before{
  visibility: visible;
}
button.back-to-top::after {
  border-bottom-color:#9A3B96;
      position: relative;
  top:-24px;
}
button.back-to-top.show {
  display: block;
  background: #9A3B96;
  color: #00ab6c;
  font-size: 25px;
  right: 25px;
	bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}



/* smm hospital css */


.appoin-service{background: #FFFEE9;border-radius: 20px;padding: 25px;}
.appoin-service h3{font-family: Outfit;font-weight: 500;font-style: Medium;font-size: 24px;line-height: 28px;text-transform: capitalize;color: #1C2359;}
.appoin-service p{display: -webkit-box;  -webkit-line-clamp: 3;-webkit-box-orient: vertical;  
  overflow: hidden;}
.appoin-service strong i{color: #00B4D8;text-transform: capitalize;margin-left: 30px;vertical-align: inherit;}
.appoin-service strong{color: #00B4D8;text-transform: capitalize;vertical-align: middle;}
.appoin-service.appoin-service-green{background: #E0FFEF;}
.appoin-form{background-color: #E3FAFF;padding: 25px;border-radius: 20px;height: 100%;}
.appoin-form h2{color: #1C2359;font-family: Outfit;font-weight: 500;font-style: Medium;
font-size: 26px;line-height: 30px;text-transform: capitalize;margin-bottom: 20px;}
.banner-contact ul li span{display: block;font-family: Outfit;font-weight: 400;font-style: Regular;font-size: 18px;line-height: 20px;color: #0D0D0D;margin-bottom:5px;}
.banner-contact ul li a{font-family: Outfit;font-weight: 600;font-style: SemiBold;font-size: 18px;
line-height: 24px;color: #0D0D0D;}
.banner-contact ul li{display: inline-block;position: relative;padding-left: 60px;margin-right: 20px;}
.banner-contact ul li i{color: #F97F32;display: flex;font-size: 18px;width: 50px;height: 50px;align-items: center;justify-content: center;background: #FFECE0;border-radius: 10px;position: absolute;left: 0;}
.banner-contact{position: absolute;bottom: 0;right: 0;background: #fff;padding: 20px 20px 20px 90px;z-index: 9;border-top-left-radius: 20px;}
.banner-after{position: relative;}
.banner-after::before{position: absolute;content: ""; background: #d8f8ff;
  width: 44px;
  height: 90px;
  left: -104px;
  transform: skew(-35deg, 20deg);
  top: -28px;}
.banner-inner .ban-txt{background: linear-gradient(90deg, #94ECFF 0%, rgba(255, 255, 255, 0) 103.36%);
 padding: 25px ;}
 .pattern-img-left{position: absolute;
  left: 0;
  top: 0;
  width: 545px;
  z-index: -1;}

select.form-select {
   color: #0D0D0D !important; /* your color */
    opacity: 1;  
    font-weight: 500;
    font-size: 20px;
}
  .appoin-form .form-control::placeholder {
    color: #0D0D0D !important; /* your color */
    opacity: 1;             /* required in some browsers */
}
.appoin-form .form-control{margin-bottom: 20px;height: 50px;border: 0;font-family: Outfit;
font-weight: 500;font-style: Regular;font-size: 18px;line-height: 26px;color: #0D0D0D;}
.appoin-form .form-control:focus{box-shadow: none;}
.appoin-form .form-select:focus{box-shadow: none;}
.appoin-form .form-select{margin-bottom: 20px;height: 50px;border: 0;font-family: Outfit;
font-weight: 500;font-style: Regular;font-size: 20px;line-height: 26px;color: #0D0D0D;}
.less6 i{margin-left: 15px;}
.less6 {
  color: #fff;
  border: none;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  background: #F97F32;
  display: inline-block;
  padding: 15px 20px;
  font-family: "Outfit";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0);
 
  border: 1px solid #F97F32;
}
.less6::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}
.less6:hover {
  color: #222222;
   border: 1px solid #F97F32;
  transition: all 0.4s ease-in-out;
}
.less6:hover::before {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}

.heading-text5 h1, h2, h3, h4, h5, h6{font-family: Outfit;font-weight: 500;
font-style: Medium;font-size: 34px;line-height: 36px;text-transform: capitalize;color: #F97F32;margin-bottom: 8px;}
.heading-text5 span{font-family: Outfit;font-weight: 500;font-style: Medium;font-size: 24px;line-height: 26px;text-transform: capitalize;color: #1C2359;}
.heading-text5{margin-bottom: 20px;}

.less7 i{margin-left: 20px;}
.less7 {
  color: #fff;
  border: none;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  background: #00B4D8;
  display: inline-block;
  padding: 15px 20px;
  font-family: "Outfit";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0);
 
  border: 1px solid #00B4D8;
}
.less7::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}
.less7:hover {
  color: #222222;
   border: 1px solid #00B4D8;
  transition: all 0.4s ease-in-out;
}
.less7:hover::before {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.hospital-about-bg{position: absolute;z-index: -1;}
.service-box-section{background-image: url(../images/our-special-bg.png);background-repeat: no-repeat;background-position: center;background-size: cover;}
.special-treat-box{border-radius: 20px;padding: 20px;background: #fff;border: 1px solid #00B4D8;overflow: hidden;transition: all 0.3s ease-in-out;}
.special-treat-box h3{font-family: Outfit;font-weight: 500;font-style: Medium; color: #1C2359;
font-size: 20px;line-height: 24px;text-transform: capitalize;padding-bottom: 10px;border-bottom: 1px solid #C7C7C7;margin-bottom: 10px;transition: all 0.4s ease-in-out;}
.special-treat-box  p{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;  
  overflow: hidden;margin-bottom: 40px;transition: all 0.4s ease-in-out;}
.special-treat-box strong{font-family: Outfit;font-weight: 500;font-style: Medium;font-size: 14px;
text-transform: uppercase;color: #00B4D8;transition: all 0.4s ease-in-out;}
.special-treat-box strong i{margin-left: 25px;transition: all 0.4s ease-in-out;}
.special-treat-box .special-icon img{width: 50px;transition: all 0.4s ease-in-out;}
.special-treat-box .special-icon{}
.special-treat-box .special-icon{position: absolute;right: 15px;
bottom: 11px;transition: all 0.4s ease-in-out;}
.cardio-thra-bg{background-image: url(../images/);}
.special-list .owl-nav {
  position: absolute;
  top: -60px;
  right: 235px;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
  justify-content: end;
  padding-left: 10px;
  padding-right: 10px;
}
/* .special-list .owl-nav button.owl-prev {
  left: -40px !important;
} */
.special-list .owl-nav button {
  transform: translateY(50%);
  width: 50px;
  height: 50px;
  margin: 0 5px;
  overflow: hidden;
  transition: 0.2s;
  border: 1px solid #00B4D8 !important;
  background: transparent !important;
  border-radius: 10px;
  bottom: 0;
  position: absolute;
}
.special-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;
  left: 0;
  transition: 0.2s;
  top: 0;
  color: #00B4D8;
  font-size: 23px;
}
.special-list .owl-nav button.owl-prev::before {
  content: "\f104";
}
.special-list .owl-nav button:hover:before{color: #fff;transition: 0.2s;}
.special-list .owl-nav button:hover {
  transition: 0.2s;
  background: #00B4D8!important;
  border: 1px solid #00B4D8 !important;
}
.special-list .owl-nav button.owl-next {
  right: -60px !important;
}
.special-list .owl-nav button.owl-prev {
  right: 20px !important;
}
.special-list .owl-nav button span {
  display: none;
}
.special-list .owl-nav button.owl-next::before {
  content: "\f105";
}
.appoin-box-bg{padding: 50px;border-radius: 10px;background-image: url(../images/appoin-bg.png);background-repeat: no-repeat;background-position: center;background-size: cover;}
.appoin-doctor-lft{text-align: center;}
.appoin-doctor-lft h3{font-family: Outfit;font-weight: 500;font-style: Medium;font-size: 40px;line-height: 44px;text-align: center;text-transform: capitalize;color: #00B4D8;margin-bottom: 15px;}
.appoin-doctor-lft  p{font-family: Quicksand;font-weight: 600;font-style: SemiBold;
font-size: 24px;line-height: 28px;text-align: center;text-transform: capitalize;color: #1C2359;}
.appoin-doctor-rgt img{position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);bottom: -50px;width: 445px;}
.appoin-doctor-rgt{width: 100%;height: 100%;}
.appoin-section{padding-top: 220px;}
.pattern-right{position: absolute;right: 0;bottom: 0;width: 545px;z-index: -1;}
.take-care-section ul li h3{font-weight: 500;color: #1C2359;font-size: 20px;line-height: 24px;margin-bottom: 5px;}
.take-care-section ul li p{font-weight: 600;color: #312E2E;}
.take-care-section{background: #FFFEE9;}
.take-care-section ul li{position: relative;padding-left: 70px;margin-bottom: 30px;}
.take-care-section ul li img{position: absolute;left: 0;top: 3px;width: 45px;}
.take-care-section ul{margin-top: 40px;}
.insure-section{background: #F3FDFF;z-index: 9;}
.pack-box{border-radius: 20px;text-align: center;height: 100%;}
.pack-text h3{font-family: Outfit;font-weight: 500;font-style: Medium;font-size: 26px;line-height: 28px;text-align: center;text-transform: uppercase;}
.pack-text p{font-family: Outfit;font-weight: 500;font-style: Medium;font-size: 18px;line-height: 20px;text-align: center;text-transform: uppercase;margin-bottom: 0;}
.pack-text{padding: 20px 10px;}
.pack-price{padding: 20px 10px;}
.pack-price p{font-family: Outfit;font-weight: 400;font-style: Regular;font-size: 20px;line-height: 22px;text-align: center;color: #1C2359;margin-bottom: 0;}
.pack-price strong{font-family: Outfit;font-weight: 600;font-style: Regular;font-size: 24px;line-height: 26px;text-align: center;}
.pack-btn .see-btn{font-family: Outfit;font-weight: 500;font-style: Medium;font-size: 17px; display: block;
line-height: 20px;color: #1C2359;margin-top: 10px;margin-bottom: 0;}
.pack-btn{padding: 20px 10px;}

.pack-box.plan-blue{background: #E9FBFF;}
.pack-box.plan-blue .pack-text h3{color: #0D7992;}
.pack-box.plan-blue .pack-text p{color: #0D7992;}
.pack-box.plan-blue .pack-price{background: #C4F0FA;}
.pack-box.plan-blue .pack-btn .less7{background: #0D7992;border: 1px solid #0D7992;}

.pack-box.plan-yellow{background: #FFFEDB;}
.pack-box.plan-yellow .pack-text h3{color: #D3A802;}
.pack-box.plan-yellow .pack-text p{color: #D3A802;}
.pack-box.plan-yellow .pack-price{background: #FFFBA9;}
.pack-box.plan-yellow .pack-btn .less7{background: #D3A802;border: 1px solid #D3A802;}

.pack-box.plan-green{background: #E9FFF5;}
.pack-box.plan-green .pack-text h3{color: #0A8E52;}
.pack-box.plan-green .pack-text p{color: #0A8E52;}
.pack-box.plan-green .pack-price{background: #C1FBE1;}
.pack-box.plan-green .pack-btn .less7{background: #0A8E52;border: 1px solid #0A8E52;}

.pack-box.plan-red{background: #FFEFEF;}
.pack-box.plan-red .pack-text h3{color: #C92020;}
.pack-box.plan-red .pack-text p{color: #C92020;}
.pack-box.plan-red .pack-price{background: #FFDDDD;}
.pack-box.plan-red .pack-btn .less7{background: #C92020;border: 1px solid #C92020;}
.testi-text h3{font-family: Outfit;font-weight: 500;font-style: Medium;font-size: 28px;line-height: 30px;text-transform: capitalize;color: #F97F32;}
.testi-text span{font-family: Outfit;font-weight: 500;font-style: Medium;font-size: 22px;line-height: 24px;text-transform: capitalize;color: #fff;margin-bottom: 15px;display: inline-block;}
.testi-text p{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;color: #fff;}
.testi-box{border-radius: 20px;height: 100%;padding: 20px;background: #fff;}
.testi-box p{margin: 15px 0px 30px 0px;}
.testi-box strong{font-weight: 500;font-size: 24px;line-height: 26px;color: #F97F32;}
.testi-box span{font-family: outfit;font-weight: 400;font-style: Regular;font-size: 16px;color: #0D0D0D;}
.laboratory-box{border-radius: 20px;background: #E3FAFF;}
.labourity-rgt{padding: 40px 10px;}
.labour-lft-img{width: 100%;height: 100%;}
.labour-lft-img img{width: 100%;height: 100%;object-fit: cover;overflow: hidden;}
.insure-pattern{position: absolute;left: 0;bottom: 0;width: 545px;z-index: -1;}
.client-testi-section{background-image: url(../images/testi-bg.png);background-repeat: no-repeat;background-position: center;background-size: cover;}
.safty-section{background-image: url(../images/safety-bg.png);background-repeat: no-repeat;background-position: center;background-size: cover;}
.safty-content h3{font-size: 40px;line-height: 44px;color: #fff;}
.safty-content p{color: #fff;font-size: 20px;line-height: 26px;font-weight: 500;}
.foot_mid{border-block: 2px solid #00B4D8;padding: 25px 0;}
.footer-contact{padding: 30px 0;border-bottom: 2px solid #00B4D8;}
.footer-info span{font-family: Outfit;font-weight: 500;font-style: Medium;font-size: 18px;text-transform: capitalize;line-height: 20px;color: #F97F32;display: block;margin-bottom: 10px;}
.footer-info a{font-family: Outfit;font-weight: 400;font-style: Regular;
font-size: 18px;color: #000000;line-height: 20px;}
.footer-info a:hover{color: #F97F32;}
.banner-contact ul li a:hover{color: #f97f32;}
.footer-info{position: relative;padding-left: 60px;}
.footer-info img{position: absolute;left: 0;top: 5px;}
.footer-info p{color: #000000;font-size: 16px;line-height: 18px;font-weight: 400;font-family: Outfit;margin-bottom: 0;}
.footer-line::after{content: "";width: 2px;height: 40px;background: #CC2F32;position: absolute;right: 47px;top: 16px;}
.footer-line-one{position: absolute;top: 0;left: 0;}
.footer-line-two{position: absolute;bottom: 0;right: 0;}
.depart-box{padding: 20px;border-radius: 20px;height: 100%;}
.depart-text h3{color: #1C2359;font-size: 24px;line-height: 28px;}
.depart-blue{background: #E3FAFF;}
.depart-yellow{background: #FFFEE9;}
.depart-green{background: #E5FFF2;}
.text-yellow h3{color: #F97F32;}
.depart-img img{width: 100%;height: auto;}
.list-style li{font-family: Quicksand;font-weight: 600;font-style: Medium;
  font-size: 17px;line-height: 22px;color: #312E2E;display: block;
  margin-bottom: 15px;
  list-style: disc;
  padding-left: 15px;
  position: relative;}
.depart-inner h4{color: #F97F32;font-size: 20px;line-height: 24px;}

/* expand css */
.screen-btn .book-box{padding: 10px 10px 10px 10px;background: #F97F32;border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
.screen-btn .book-box a{color: #2A2A2A;font-size: 18px;font-weight: bold;}
.screen-btn ul li{display: flex;justify-content: end;}
.screen-btn .book-box i{font-size: 20px;color: #fff;}
.book-box.book-box-blue{background: #0B4090;transition: all 0.3s ease;}
.book-box.book-box-blue a{color: #fff;}

.screen-btn {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 999;
}

.screen-btn ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 10px;
}

.book-box {
  background: #1F8B44;
  overflow: hidden;
  width: 60px;
  transition: width 0.4s ease;

}

.book-box a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  height: 35px;
}

.book-box i {
  font-size: 24px;
  min-width: 40px;
  text-align: center;
}

.book-box span {
  opacity: 0;
  white-space: nowrap;
  margin-left: 5px;
  font-weight: 500;
  color: #fff;
  transition: opacity 0.3s ease;
}

/* Hover Effect */
.book-box:hover {
  width: 250px; /* expand width */
}

.book-box:hover span {
  opacity: 1;
}

/* expand css */
.logo-fix{position: relative;z-index: 9999;}
.cardio-img-bg{background-image: url(../images/cardio-img-bg.png); background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;top: 0;left: 0;bottom: 0;right: 0; object-fit: cover;z-index: -1;}

.medical-gastro-bg{background-image: url(../images/medical-gasto-img-bg.png); background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;top: 0;left: 0;bottom: 0;right: 0; object-fit: cover;z-index: -1;}


.surgical-gastro-bg{background-image: url(../images/surgical-gasto-img-bg.png); background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;top: 0;left: 0;bottom: 0;right: 0; object-fit: cover;z-index: -1;}

.urology-bg{background-image: url(../images/urology-img-bg.png); background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;top: 0;left: 0;bottom: 0;right: 0; object-fit: cover;z-index: -1;}

.paediatric-bg{background-image: url(../images/paeditric-img-bg.png); background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;top: 0;left: 0;bottom: 0;right: 0; object-fit: cover;z-index: -1;}

.oncology-bg{background-image: url(../images/oncology-img-bg.png); background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;top: 0;left: 0;bottom: 0;right: 0; object-fit: cover;z-index: -1;}

.nephrology-bg{background-image: url(../images/nephrology-bg.png); background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;top: 0;left: 0;bottom: 0;right: 0; object-fit: cover;z-index: -1;}

.neurosurgery-bg{background-image: url(../images/neurosurgery-bg.png); background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;top: 0;left: 0;bottom: 0;right: 0; object-fit: cover;z-index: -1;}

.thoracic-bg{background-image: url(../images/thoracic-bg.png); background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;top: 0;left: 0;bottom: 0;right: 0; object-fit: cover;z-index: -1;}

.general-medicine-bg{background-image: url(../images/general-medicine-bg.png); background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;top: 0;left: 0;bottom: 0;right: 0; object-fit: cover;z-index: -1;}

.general-surgery-bg{background-image: url(../images/general-surgery-bg.png); background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;top: 0;left: 0;bottom: 0;right: 0; object-fit: cover;z-index: -1;}

.orthopedics-bg{background-image: url(../images/orthopedics-bg.png); background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;top: 0;left: 0;bottom: 0;right: 0; object-fit: cover;z-index: -1;}

.paediatrics-bg{background-image: url(../images/paediatrics-bg.png); background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;top: 0;left: 0;bottom: 0;right: 0; object-fit: cover;z-index: -1;}

.obstetrics-and-gynaecology-bg{background-image: url(../images/obstetrics-and-gynaecology-bg.png); background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;top: 0;left: 0;bottom: 0;right: 0; object-fit: cover;z-index: -1;}

.anesthesiology-bg{background-image: url(../images/anesthesiology-bg.png); background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;top: 0;left: 0;bottom: 0;right: 0; object-fit: cover;z-index: -1;}

.radiology-bg{background-image: url(../images/radiodiagnosis-bg.png); background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;top: 0;left: 0;bottom: 0;right: 0; object-fit: cover;z-index: -1;}

.respiratory-medicine-bg{background-image: url(../images/respiratory-medicine-bg.png); background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;top: 0;left: 0;bottom: 0;right: 0; object-fit: cover;z-index: -1;}

.otorhinolaryngology-bg{background-image: url(../images/otorhinolaryngology-bg.png); background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;top: 0;left: 0;bottom: 0;right: 0; object-fit: cover;z-index: -1;}

.ophthalmology-bg{background-image: url(../images/ophthalmology-bg.png); background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;top: 0;left: 0;bottom: 0;right: 0; object-fit: cover;z-index: -1;}

.psychiatry-bg{background-image: url(../images/psychiatry-bg.png); background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;top: 0;left: 0;bottom: 0;right: 0; object-fit: cover;z-index: -1;}

.dental-bg{background-image: url(../images/dental-bg.png); background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;top: 0;left: 0;bottom: 0;right: 0; object-fit: cover;z-index: -1;}

.emergency-medicine-bg{background-image: url(../images/emergency-medicine-bg.png); background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;top: 0;left: 0;bottom: 0;right: 0; object-fit: cover;z-index: -1;}

.dermatology-bg{background-image: url(../images/dermatology-bg.png); background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;top: 0;left: 0;bottom: 0;right: 0; object-fit: cover;z-index: -1;}















.special-treat-box:hover{background: transparent;}
.special-treat-box:hover h3,
.special-treat-box:hover p,
.special-treat-box:hover strong,
.special-treat-box:hover i {
    color: #fff;
}
.special-treat-box:hover img.icon-white{display: block;}
.special-treat-box img.icon-white{display: none;}
.special-treat-box:hover img.icon-orange{display: none;}
.treat .treat_in .lft.list-tab .nav {
  padding: 20px 20px 20px 0;
  background: #E3FAFF;
  border-radius: 20px;
  position: sticky;
  top: 0;
  border: 1px solid #00b4d84d;
}
.treat .treat_in .lft.list-tab .nav {
  /* padding: 20px 0px; */
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  gap: 3px;
}
.treat .treat_in .lft.list-tab ul li {
  margin: 0 0 0px 0;
  width: 100%;
}
.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px 12px;
  font-weight: 600;
  background: transparent;
  transition: background 0.3s ease;
}
.nav-links {
  cursor: pointer;
  font-weight: 600;
}
.icon::before {
  content: "+";
  font-size: 18px;
}
.toggle:checked + .nav-links .icon::before {
  content: "−";
}
.toggle:checked + .nav-links + .treat-submenu {
  max-height: 200px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.treat-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: transparent;
  padding-left: 0px;
}
.treat-submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.treat .treat_in .lft.list-tab ul li {
  margin: 0 0 0px 0;
  width: 100%;
}
.treat .treat_in .lft.list-tab ul li a.active, .treat .treat_in .lft.list-tab ul li a:hover {
  background: #00b4d8;
  color: #fff;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.treat .treat_in .lft.list-tab ul li a {
  width: 100%;
  margin-bottom: 0px;
  border: none;
  color: #222;
  margin-bottom: 3px;
}
.treat .treat_in .lft ul li a {
  font-family: "outfit";
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  text-transform: capitalize;
  display: inline-block;
  padding: 5px 15px;
  color: #222;
  transition: 0.5s;
  background: transparent;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.treat-submenu a {
  text-decoration: none;
  color: #333;
}
.toggle {
  display: none;
}
.treat .treat_in .ryt_sec .ryt.tab-content {
  height: 100%;
}
.treat .treat_in .ryt_sec .ryt .tab-pane {
  height: 100%;
}
.treat .treat_in .ryt_sec .ryt .tab-pane .special-services.directory-service {
  background: transparent;
  padding: 0;
}
.treat .treat_in .ryt_sec .ryt .tab-pane .special-services {
  background: #F4F9FF;
  height: 100%;
  padding: 20px;
  margin-top: 0px;
  border-radius: 20px;
}
.table-box .table {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-style: Regular;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  overflow: hidden;
}
.table-color > tbody > tr:first-child {
  border: none;
}
.table-box .table tr th {
  background: #00b4d8;
  color: #fff;
}
.table th {
  border: none !important;
  padding: 12px 15px;
  font-family: "outfit";
  font-weight: 500;
}
.table-color > tbody > tr {
  border: 1px solid #00b4d84d;
}
.table td {
  border: none !important;
  padding: 12px 15px;
  font-family: "outfit";
  font-weight: 500;
  color: #222;
}
.table-color > tbody > tr:nth-child(2n+3) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
  --bs-table-striped-bg: #E3FAFFA8;
  --bs-table-striped-color: inherit;
  --bs-table-border-color: transparent;
}
.medical-unit-box h3{color: #1C2359;font-size: 20px;line-height: 20px;margin-bottom: 15px;}
.medical-unit-box p b {color: #f97f32;margin-top: 8px;display: inline-block;font-size: 15px;}
.table-color tr td b {color: #222;margin-top: 0;font-size: 16px;line-height: 24px;}
.medical-unit-box p{font-size: 16px;}
.depart-detial-box img {width: 100%;height: auto;object-fit: cover;}
.depart-detial-box .depart-title h3 {background: #00B4D8;padding: 10px;font-size: 400;
  font-size: 18px;margin-bottom: 0;color: #fff;text-align: center;line-height: 26px;}
.border-under {border: 1px solid #00B4D8;border-bottom-width: 1px;border-bottom-style: solid;
    border-bottom-color: #00B4D8;}
.gallery.gall_Details .gall_in .gall_blockin .img {
  position: relative;
}
.gallery .gall_in .gall_blockin .img img {width: 100%;-o-object-fit: cover;object-fit: cover;
  height: 200px;}
.gallery.gall_Details .gall_in .gall_blockin .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_blockin .img::after {
  content: "";position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 180, 216);
  opacity: 0.8;
  visibility: visible;
  transition: 0.5s;
  transform: scale(0);
}
.gallery.gall_Details .gall_in .gall_blockin:hover .img a.fancybox {
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}
.gallery.gall_Details .gall_in .gall_blockin:hover .img::after {
  transition: 0.5s;
  transform: scale(1);
}
.depart-green {
  background: #E5FFF2;
  border: 1px solid #E5FFF2;
  border-radius: 20px;
  padding: 20px;
   margin-bottom: 25px; 
  /* margin-top: 25px; */
}
.table1 tr td {padding: 10px;}
.pack-list{padding: 8px 20px;text-align: start;}
.pack-list h3{font-family: Outfit;font-weight: 500;font-style: Medium;font-size: 18px;
line-height: 20px;color: #F97F32;margin-bottom: 10px;margin-top: 20px;}
.pack-list ul li{font-family: Outfit;font-weight: 500;font-style: Medium;font-size: 18px;
line-height: 20px;color: #312E2E;margin-bottom: 12px;margin-left: 10px;}
.pack-list p{font-family: Outfit;font-weight: 500;font-style: Medium;font-size: 18px;
line-height: 20px;color: #312E2E;margin-bottom: 12px;}
.instruct-box{text-align: center;padding: 20px;border: 1px solid #00B4D8;border-radius: 20px;margin-bottom: 20px;transition: all 0.5s ease;}
.instruct-box p{font-size: 18px;line-height: 20px;font-weight: 600;margin-bottom: 0;transition: all 0.5s ease;}
.instruct-box:hover{background: #00B4D8;}
.instruct-box:hover p{color: #fff;}
.conditions strong{margin-bottom: 15px;display: inline-block;}
.instruct-box:hover strong{color: #fff;}
.instruct-box:hover ul li{color: #fff;}
.vision-two li{position: relative;list-style: none;}
.vision-two li::before{position: absolute;background: #222;width: 7px;height: 7px;border-radius: 50px;content: "";top: 7px;margin-left: -15px;}
.instruct-box:hover .vision-two li::before{background: #fff;}
.biomedical-box{position: relative;padding: 20px;background: #E3FAFF;border-radius: 10px;}
.biomedical-box p{margin-bottom: 0;font-size: 18px;font-weight: 600;color: #1C2359;}
.biomedical-box img{position: absolute;right: 15px;top: 16px;width: 30px;}
.biomedical-box img.bio-img2{display: none;}
.biomedical-box:hover{background: #F97F32;}
.biomedical-box:hover p{color: #fff;}
.biomedical-box:hover img.bio-img2{display: block;}
.biomedical-box:hover img.bio-img1{display: none;}

.count-box .count-rank span{font-family: Outfit;font-weight: 700;font-size: 35px;
line-height: 44px;text-transform: capitalize;color: #F97F32;}
.count-box .count-rank{text-align: center;}
.count-box .count-rank p{font-family: Outfit;font-weight: 400;font-size: 17px;line-height: 20px;text-transform: capitalize;color: #1C2359;}
.count-box{display: flex;justify-content: space-between;margin-top: 90px;}
.depart-text h5{font-size: 17px;line-height: 20px;}
.labour-list li{display: inline-block;font-family: Outfit;font-weight: 500;font-style: Medium;
font-size: 20px;line-height: 24px;text-transform: capitalize;color: #1C2359;justify-content: space-between;margin: 0 15px 10px 15px;}
.labour-list{text-align: center;}












/* responsive */

@media screen and (width: 1920px) {



body{margin-top: 108px;}
.banner-contact {
    padding: 20px 20px 20px 260px;
  }
.banner-after::before {
    left: -270px;
  }  

}

@media screen and (width: 1400px) {



  .banner-after::before{left: -190px;}
  .banner-contact{padding: 20px 20px 20px 180px;}
  .welcome-section{padding: 300px 0;}
  header .header .header_in .ryt .menus .menu ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.menu-call{float: left;}
}



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




.count-box .count-rank span{font-size: 34px;line-height: 36px;}
.footer-line::after{right: 18px;}
.bread_crumb .bread_in p{font-size: 24px;line-height: 26px;}
.top_book_orange a{font-size: 11px;}  
  header .header .header_in .ryt .menus .menu ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
header .header .header_in .ryt .menus .menu ul li a {
  font-family: "Outfit";
  font-size: 14px;
}
}



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


.bg-menu{border-top: 1px solid #00B4D8;
  border-bottom: 1px solid #00B4D8;}
.banner-inner .item .ban-txt h1{font-size: 30px;
  line-height: 32px;}
.footer-line::after{right: 6px;}
.labour-lft-img{padding-left: 20px;}
body {margin-top: 84px;}
.bread_crumb .bread_in p{font-size: 24px;line-height: 26px;}
.special-treat-box h3{font-size: 18px;}
.count-box .count-rank span {
  font-family: outfit;
  font-weight: 700;
  font-size: 34px;
  line-height: 36px;
  text-transform: capitalize;
}








/* --- hospital--- */

.menu-call ul li a{font-size: 11px;}
.menu-call ul li{margin-left: 3px;}  
.top_book_orange a i{font-size: 17px;}
.top_book_orange a{font-size: 8px;}

.expert-box h3{font-size: 22px;}  
.menu-call ul li{font-size: 13px;}
.welcome-section{padding: 200px 0;}
.banner-inner .owl-nav button.owl-next {
  right: -50px;
}
.banner-inner .owl-nav button.owl-prev {
  left: -50px;
}

.g-revier-rst{text-align: center;}
.g-revier-rst a{margin-top: 8px;margin-left: 0;}

 footer .cpy_ryt p{font-size: 13px;} 


footer .foot_menu .foot_menu1 .foot_top .f-link ul li a{font-size: 14px;}  

.footer-logo img{width: 250px;}
/* .location .locat_in .lft_sec .lft ul li::after {display: none;} */
 .menu-call ul li{padding-left: 0px;}  
  header .header .header_in .ryt .menus .menu ul li a {
    font-size: 12px;
  }
  header .header .header_in .ryt .menus .menu ul {
    gap: 7px;
  }
  .travel .box .text {
    padding: 40px;
  }
  /* .location .locat_in .lft_sec .lft ul li a {
    font-size: 14px;
    line-height: 16px;
  } */
  
  

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

header{width: 100%;position: absolute;}
.banner-after::before{display: none;}
.banner-contact{padding: 20px 20px 20px 150px;}
.appoin-doctor-rgt img{position: unset;transform: none;text-align: center;}
.appoin-doctor-rgt{text-align: center;}
.appoin-box-bg{padding: 30px 30px 0px 30px;}
.take-img-rgt{width: 400px;margin: 0 auto;}
.labour-lft-img{padding: 0;border-radius: 10px;overflow: hidden;}
.footer-info.footer-line::after{display: none;}
.footer-info img{width: 34px;}
 body {
    margin-top: 98px;
  }
.bread_crumb{padding: 55px 0;}
header .header .header_in .ryt .menus .mean-bar ul li a i{display: none;}
.count-box .count-rank span{font-size: 30px;line-height: 34px;}

/* ---hospital---- */



.border-head{border: none;}

.contact-info{margin-bottom: 30px;height: 120px;}  

.banner-inner .owl-nav button.owl-next{right: -30px;}
.banner-inner .owl-nav button.owl-prev{left: -30px;}  

.bg-menu {background: #d8f8ff;padding: 20px 0 20px 0;}

.appoint h6{font-size: 30px;}



  .failure-box-content{min-height: unset;}
  .multi-box{margin-bottom: 20px;min-height: unset;}
  .heading-text h2{font-size: 30px;line-height: 36px;}

  .cnt h2{font-size: 30px;line-height: 36px;}
  .lft.lft-service strong{font-size: 24px;line-height: 26px;}
  .lft.lft-service h2{font-size: 30px;line-height: 36px;}
  
  .header-text{font-size: 30px;line-height: 36px;}
 
  .testi-review-box h1{font-size: 22px;line-height: 18px;}
 
  .heading-text3 h2{font-size: 26px;line-height: 30px;}

  .cardio-service-box{margin-bottom: 40px;}

  header .header .header_in .ryt .menus .mean-bar {
    border: none;
    top: 11px;
    position: static;
  }
  header .header .header_in .ryt .menus .mean-bar .meanmenu-reveal {
    height: auto;
    line-height: 25px;
    background: #00B4D8;
    padding: 10px 7.5px;
    border-radius: 5px;
    color: #fff;
  }
  header .header .header_in .ryt .menus .mean-bar .meanmenu-reveal span {
    background: #fff;
    border-radius: 5px;
  }
  header .header .header_in .ryt .menus .top_book_orange {
    position: absolute;
    right: 55px;
    top: 0;
   
  }
  header .header .header_in .ryt .menus {
    align-items: flex-start;
    flex-direction: column-reverse;
    position: relative;
    position: absolute;
    right: 0;
    top: 25px;
    left: 30px;
  }
  header .header .header_in .ryt .menus .mobile-menu {position: static;width: -moz-fit-content;
    width: fit-content;}
  header .header .header_in .ryt .menus .mean-bar ul li a {font-family: "outfit";font-weight: 500;}
  header .header .header_in {position: relative;}
  /* .treatment .treat_caros .items {
    padding-bottom: 30px;
    padding-top: 25px;
  }
  .treatment .treat_caros .items a:after {width: 45px;height: 45px;} */
  .travel .box .text {margin-left: 0;padding: 20px;}

  footer .foot_menu .foot_menu1 .foot_top .f-link .flist {display: none;margin-bottom: 15px;}
  footer .foot_menu .foot_menu1 .foot_top .f-link strong {
    margin-bottom: 0;
    padding-block: 10px;
    font-size: 20px;
    position: relative;
    cursor: pointer;
  }
  .foot_menu1 .foot_top .f-link strong::before {
    content: "";
    border-width: 0 3px 3px 0;
    padding: 3px;
    position: absolute;
    right: 10px;
    bottom: 20px;
    border-color: #fb8134;
    border-style: solid;
    transition: 0.3s;
    text-align: center;
    transform: rotate(45deg);
  }
  .foot_menu1 .foot_top .f-link .flist {display: none;}
  .foot_menu1 .foot_top .f-link strong.tog::before {transform: rotate(-135deg);}
  .foot_menu1 .foot_top .f-link {border-bottom: 1px solid #F97F32;padding: 0;}
  footer .foot_menu .foot_menu1 .foot_top {
    padding: 30px 0 30px;margin: 0;}

  footer .cpy_ryt .cpy_in {flex-direction: column;gap: 10px;text-align: center;}

  .travel .box {margin-top: 35px;}

/* new css */

.logo2{display: block;}
.logo{display: none;}

.menu-call{display: none;}
.top_book_orange.top_book_blue{float: right;position: absolute;right: 80px;top: 17px;z-index: 9999;}
.top_book_orange {float: right;position: absolute;right: 240px;top: 17px;z-index: 9999;}
header .header .header_in .ryt .menus .mean-bar {position: absolute;top: -10px;right: 20px;}
.logo2 img{width: 180px;}
.top_book_orange a{font-size: 14px; padding: 10px 15px;}
header .header .header_in{padding: unset;}


.contact-left{margin-bottom: 20px;}




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






.depart-text h5{font-size: 14px;line-height: 18px;}
.count-box .count-rank p{font-size: 17px;line-height: 20px;}
.count-box{display: inline-block;justify-content: unset;}
.count-box .count-rank{width: 100%;float: left;padding: 0 10px;margin-bottom: 20px;text-align: center;}
.count-box .count-rank span {
  font-family: outfit;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  text-transform: capitalize;
}
body{margin-top: 95px;}
header{width: 100%;position: fixed;}
.top_book_orange.top_book_blue a{padding: 12px;}
.top_book_orange a{padding: 12px;}
.top_book_orange.top_book_blue {
    float: right;
    position: absolute;
    right: 80px;
    top: 17px;
    z-index: 9999;
  }
/* .bg-menu{margin: 0;}   */
.banner-contact{padding: 20px;}
.banner-contact ul li a{font-size: 15px;line-height: 18px;}
.banner-contact ul li{margin: 0 0 10px 0;}
.appoin-service h3{font-size: 20px;line-height: 22px;}
.appoin-form h2{font-size: 20px;line-height: 22px;}
.heading-text5 h1, h2, h3, h4, h5, h6{font-size: 24px;
  line-height: 26px;}
.heading-text5 span{font-size: 18px;line-height: 20px}
.special-list .owl-nav{position: unset;margin-top: 20px;
    justify-content: center;transform: unset;}
.special-list .owl-nav button.owl-prev {
    left: 70px !important;
  }
.special-list .owl-nav button.owl-next {
    right: 70px !important;
  }
.appoin-doctor-lft h3{font-size: 30px;line-height: 34px}
.appoin-doctor-rgt img{position: unset;transform: unset;}
.appoin-box-bg{padding: 20px 20px 0px 20px;}
.insure-pattern {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 180px;}
.pattern-img-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 265px;}
.appoin-section {padding-top: 55px;}
.testi-box strong{font-size: 20px;line-height: 24px;}
.labour-lft-img {padding-left: 0px;border-radius: 10px;overflow: hidden;}
.labourity-rgt{padding: 0px 10px 40px 10px;}
.safty-content h3 {font-size: 27px;line-height: 30px;}
.footer-line:after{display: none;}
.footer-info.footer-line{margin-bottom: 20px;}
.footer-info img {width: 35px;}
.footer-info {padding-left: 45px;}
.pack-price strong{font-size: 20px;line-height: 22px;}
.testi-box img{width: 50px;}
.take-img-rgt{width: unset;}
.top_book_orange a:hover i{color: #000;transition: all 0.4s ease-in-out;}
.depart-text h3 {color: #1C2359;font-size: 20px;line-height: 24px;}
.depart-inner h4 {color: #F97F32;font-size: 18px;line-height: 20px;}


  /* --- hospital-----  */

.top_book_orange a i{display: block;}

.bread_crumb{padding: 50px 0;}

.banner-inner .item {align-items: center;padding: 60px 0px 153px 0px;}
#button::after {font-size: 1em;line-height: 40px;}
#button{width: 40px;height: 40px;}
.expert-box img{top: 10px;}
.expert-box {padding: 20px 20px 20px 75px;}
.expert-box h3 {font-size: 18px;}  
.expert-box img{width: 50px;}
.banner-inner .item .ban-txt strong{font-size: 16px;}
.banner-inner .item .ban-txt h1{font-size: 18px;line-height: 24px;}
.heading-text span{font-size: 20px;line-height: 24px;}

.testi-review-box strong{font-size: 22px;}
.testi-review-box h3{font-size: 16px;}
.heading-text{margin-bottom: 20px !important;}

.contact-info i{width: 55px;height: 55px;font-size: 18px;}  
.contact-info{height: auto;margin-bottom: 30px;}
.map-section{margin-top: 0;}
.contact-left{margin-top: 0;}
.banner-inner .owl-nav{display: none;}
.bg-menu{background: #d8f8ff;padding: 10px 0;}
.text-fixed{height: auto;}

.g-revier-rst img{width: 230px;}
.g-revier-rst a{margin-top: 10px;margin-left: 0 !important;}
.g-revier-rst{text-align: center;}
 .g-review-lft h2{font-size: 18px;line-height: 20px;} 
.Specialist-content h2, .Specialist-content h1{font-size: 22px;line-height: 26px;}
.accordion-section .accordion .accordion-item .accordion-button::after {right: 15px;}  
.appoint strong{font-size: 14px;line-height: 18px;margin-bottom: 10px;}
.appoint h6{font-size: 20px;line-height: 24px;}
/* .choose-count.choose-count2 ul::after {height: 605px;} */
.appoint{padding: 45px 15px;}
.why-box h3{font-size: 16px;line-height: 20px;}
.heading-text2 h2, .heading-text2 h1{font-size: 20px;line-height: 24px;}
  .service-region{padding: 20px;}

  header .header .header_in .ryt .menus {align-items: flex-start;flex-direction: column-reverse;
    position: relative;position: absolute;right: 0;top: 25px;left: 30px;}
  .max-box{padding: 20px 30px;}
  .about-left{margin: 20px;}
  /* .why-choose-box h3{font-size: 20px;line-height: 24px;} */
  .monitor-box h3{font-size: 20px;line-height: 24px;}
  /* .location-img img{width: 100%;margin-bottom: 20px;}
  .location-img{position: unset;transform: unset;} */
 
  .ryt.tab-content .special-services h3{font-size: 20px;}
  .failure-box-content{min-height: unset;}
  .failure-box h3{font-size: 24px;line-height: 30px;}
  .modules-box p{font-size: 14px;line-height: 20px;}
  .multi-box{min-height: unset;}
  .header-text{font-size: 22px;margin-bottom: 10px;}
  /* .location .locat_in .tab-content .tab-pane .posi a img {
    width: 55%;-o-object-fit: cover;object-fit: cover;} */
  .blog-left-box h2{font-size: 20px;}
  .blog-box{margin-top: 0;}
  .testi-review-box h1{font-size: 18px;line-height: 18px;}
  /* .blog-box h1{font-size: 18px;line-height: 20px;} */
  .treat-list-box h3{font-size: 16px;line-height: 24px;}
  .vision-list li{font-size: 18px;line-height: 20px;}
  .lft-service h6{font-size: 22px;line-height: 18px;}
  .lft.lft-service strong{font-size: 18px;line-height: 24px;}
  .instruct-box strong{font-size: 18px;line-height: 20px;}
  .cnt h2{font-size: 24px;line-height: 26px;}
  .about .about_in .cnt span{font-size: 18px;line-height: 26px;}
  .heading-text3 strong{font-size: 18px;line-height: 26px;}
  .heading-text3 h2{font-size: 24px;line-height: 26px;}
  /* .location .locat_in .lft_sec .lft ul{margin-top: 20px;} */
  .lft.lft-service h2{font-size: 24px;line-height: 16px;}
 
  .heading-text h2{font-size: 24px;line-height: 26px;}
 
  .heading-text h1{font-size: 22px;line-height: 30px;}
  .banner-inner-box strong{font-size: 24px;line-height: 20px;}
  .about-right h3{font-size: 20px;margin-bottom: 8px;line-height: 26px;}
  .about-right h2{font-size: 20px;margin-bottom: 8px;line-height: 26px;}
  .about-right h1{font-size: 20px;margin-bottom: 8px;line-height: 26px;}
  .multi-box.multi-box1{min-height: unset;}
  .about-right strong{font-size: 18px;}
 

.radio .radio_in .lft .img_sec ul {flex-direction: column;}
.accordion-section .accordion .accordion-item button{font-size: 14px;} 
  
  /* new css  */

.logo2{display: block;}
.logo{display: none;}
/* .menu-media{display: none;} */
header .header .header_in .ryt .menus .mean-bar{position: absolute;top: -10px;right: 20px;}
.menu-call{display: none;}
.top_book_orange{top: 17px;right: 137px;}
.top_book_orange a i{margin-right: 0;}
.top_book_orange a span{display: none;}
header .header .header_in{padding: 0;}
.banner-inner .item .ban-txt.ps-5{padding-left: 0 !important;}




.less3{padding: 08px 20px;}
.banner-inner .owl-dots{display: none;}

.bread_end {padding: 10px;border-radius: 10px;background: #fff;  max-width: 275px;
  float: unset;}
.bread_crumb img{height: 145px;}
.bread_crumb .bread_in p{font-size: 18px;line-height: 20px;margin-bottom: 5px;}
.contact_form h2{font-size: 20px;line-height: 24px;}
.mt-space{margin-top: 8px;}
}


@media (max-width: 575px) {

body{margin-top: 90px;}
 header .header .header_in .ryt .menus .mean-bar {
    position: absolute;
    top: -10px;
    right: 10px;
  }
 .top_book_orange.top_book_blue {
    float: right;
    position: absolute;
    right: 65px;
  }
.top_book_orange {
    top: 17px;
    right: 120px;
  } 


.bg-menu{background: #d8f8ff;padding: 20px 0;}
/* .about-vision-box {padding: 80px 20px 20px 20px;} */

}

@media (max-width: 320px) {


body{margin-top: 85px;}
.screen-btn {position: fixed;right: 30px;top: 20%;z-index: 999;}
 header .header .header_in .ryt .menus .mean-bar {
    position: absolute;
    top: -10px;
    right: 39px;
  }
 .top_book_orange.top_book_blue {
    float: right;
    position: absolute;
    right: 88px;
  }
.top_book_orange {
    top: 17px;
    right: 135px;
  } 
}
