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

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

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

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

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

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

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

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

a:hover {
  color: none !important;
}

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

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

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

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

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

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

.less {
  color: #fff;
  border: none;
  /* border-radius: 50px; */
  transition: all 0.4s ease-in-out;
  background: #2c838c;
  display: inline-block;
  padding: 15px 20px;
  font-family: "outfit";
  font-size: 16px;
  font-weight: 300;
  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 #2c838c;
}
.less::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E0CE83;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  /* border-radius: 30px; */
  transition: all 0.4s ease-in-out;
}
.less:hover {
  color:#2C838C;
  transition: all 0.4s ease-in-out;
}
.less:hover::before {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .less {
    /*font-size: 13px;*/
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .less {
    font-size: 15px;
    padding: 10px 20px;
  }
}

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

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

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

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

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

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

.pads {
  padding: 110px 0;
}
@media screen and (max-width: 1200px) {
  .pads {
    padding: 100px 0;
  }
}
@media screen and (max-width: 991px) {
  .pads {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  .pads {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .pads {
    padding: 50px 0;
  }
}

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

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

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

footer {
  position: relative;
}
footer .foot_menu .foot_menu1 {
  position: relative;
}
footer .foot_menu .foot_menu1 .foot_top {
  padding: 40px 0 10px 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: "EB Garamond";
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  color: #e0ce83;
  display: block;
  margin-bottom: 15px;
}
footer .foot_menu .foot_menu1 .foot_top .f-link .split {
  display: flex;
}
footer .foot_menu .foot_menu1 .foot_top .f-link .split ul:first-of-type {
  margin-right: 10px;
}
footer .foot_menu .foot_menu1 .foot_top .f-link ul li {
  position: relative;
   padding-left: 15px; 
  margin-bottom: 10px;
}
footer .foot_menu .foot_menu1 .foot_top .f-link ul li:last-child {
  margin-bottom: 0;
}
 footer .foot_menu .foot_menu1 .foot_top .f-link ul li::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 10px;
  transition: 0.2s;
  color: #fdfcfc;
} 
footer .foot_menu .foot_menu1 .foot_top .f-link ul li a {
  font-family: poppins;
  font-size: 15px;
  font-weight: 300;
  /* line-height: 39px; */
  letter-spacing: 0.04em;
  color: rgb(255, 255, 255);
  display: block;
  transition: 0.2s;
}

footer .foot_menu .foot_menu1 .foot_top .f-link ul li:hover a {
  color: #ffffff;
  transition: 0.2s;
}
footer .foot_menu .foot_menu1 .foot_top .f-link ul li:hover::before {
  color:#ffffff;
  transition: 0.2s;
}
@media screen and (max-width: 991px) {
  footer .foot_menu .foot_menu1 .foot_top .f-link ul + ul {
    margin-top: 10px;
  }
}
footer .foot_menu .foot_menu1 .foot_mid {
  padding: 35px 0;
  border-bottom: 1px solid #2c838c;
  padding-top: 60px !important;
}
footer .foot_menu .foot_menu1 .foot_mid .lft ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
footer .foot_menu .foot_menu1 .foot_mid .lft ul li a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px dashed #bd1430;
  transition: 0.5s;
  color: #bd1430;
  background: #fff;
  font-size: 23px;
}
footer .foot_menu .foot_menu1 .foot_mid .lft ul li a:hover {
  background: #bd1430;
  transition: 0.2s;
  color: #fff;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul {
  display: flex;
  gap: 15px;
  justify-content: end;
  align-items: flex-start;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li {
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  text-align: left;
  padding: 5px 10px 5px 5px;
  gap: 10px;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
  transition: all 0.4s ease-in-out;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li span img {
  width: 25px;
  transition: all 0.4s ease-in-out;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li strong {
  font-family: DM Serif Display;
  font-weight: 400;
  font-style: italic;
  font-size: 17px;
  display: block;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li p {
  margin-bottom: 0;
  color: #222;
  font-family: DM Serif Display;
  font-weight: 600;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li:hover a {
  color: #fff;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li:hover a span {
  background: #fff;
  transition: all 0.4s ease-in-out;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li:hover a span img {
  filter: invert(1);
  transition: all 0.4s ease-in-out;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li:hover a p {
  color: #fff;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less1 span {
  background: #bd1430;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less1 a {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less1:hover p,
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less1:hover a {
  color: #fff;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less1:hover span {
  background: #fff;
  transition: all 0.4s ease-in-out;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less1:hover span img {
  filter: brightness(0.1);
  transition: all 0.4s ease-in-out;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less {
  border: 1px solid #bd1430;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less p,
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less a {
  color: #fff;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less:hover p,
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less:hover a {
  color: #222;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less:hover span {
  background: #bd1430;
  transition: all 0.4s ease-in-out;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less:hover span img {
  filter: brightness(0.1);
  transition: all 0.4s ease-in-out;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.cmn p {
  font-family: DM Serif Display;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 20px;
  text-transform: capitalize;
  color: #000000;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.cmn a {
  padding: 5px 20px;
}
footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.cmn a img {
  height: 35px;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 120px;
}
.f-link {
  border-bottom: 1px solid #2c838c;
  padding-bottom: 30px;
}
footer .cpy_ryt {
  padding: 15px 0 30px 0;
  background: #212121;
}
footer .cpy_ryt .cpy_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .cpy_ryt p {
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: Poppins;
  font-style: Medium;
  line-height: 30px;
  letter-spacing: 2%;
  text-transform: capitalize;
}
footer .cpy_ryt p a {
  color: #ffffff;
}
footer .cpy_ryt p a:hover {
  text-decoration: underline;
}

.fixd {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 2;
}
.fixd ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 10px;
}
.fixd ul li {
  position: relative;
  padding-right: 10px;
}
.fixd ul li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #bd1430;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 15px;
  border: 1px solid #bd1430;
}
.fixd ul li a:hover {
  background: #bd1430;
  transition: 0.2s;
  color: #fff;
}
.fixd ul li:after {
  content: "";
  width: 15px;
  height: 8px;
  right: -1px;
  background: #bd1430;
  display: block;
  position: absolute;
  top: 15px;
  z-index: -1;
}
.fixd .course {
  writing-mode: vertical-lr;
  white-space: pre-line;
  margin-left: -15px;
}
.fixd .course a {
  padding: 10px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #bd1430;
  writing-mode: sideways-lr;
  text-transform: capitalize;
}
.fixd .course a::before {
  border-radius: 10px 0 0 10px;
}

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

/*new css*/
.menu-call ul li span {
  font-weight: 400;
}
.menu-call ul li a {
  color: #000000;
}
.menu-call ul li {
  display: inline-block;
  margin-right: 13px;
  position: relative;
  padding-left: 40px;
  font-family: "outfit";
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
}
.menu-call ul {
  margin: 0;
  padding: 0;
}
.menu-call ul li .icon-img {
  position: absolute;
  left: 0;
  top: 5px;
}
.menu-call ul li .icon-img img {
  width: 30px;
}
.menu-call {
  float: inline-end;
}
@media (min-width: 992px) {
  .bg-menus {
    background: #2a3d47;
  }
}

@media screen and (max-width: 991px) {
  .bg-menu {
    background: #fff !important;
    padding: 20px 0;
  }
}
/* .menu-bar{background-color: #2a3d47;} */
.menu-media ul {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: end;
}
.menu-media ul li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: 0.5s;
  color: #bd1430;
  background: #fff;
  font-size: 23px;
}

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

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

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

.foot_mid ul li a {
  color: #ffffff;
  font-size: 15px;
  font-family: "poppins";
  font-weight: 400;
}
.foot_mid ul li p {
  color: #ffffff;
  margin: 0;
  font-size: 15px;
  font-family: "poppins";
  font-weight: 400;
}
.logo2 {
  display: none;
}
.bread_crumb {
  background-size: cover;
  position: relative;
}
.bread_crumb img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 150px;
}
.bread_crumb .bread_cnt {
  padding: 50px 0px;
  background: #ffece5;
}
.bread_crumb .bread_in p {
  font-weight: 600;
  font-size: 38px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #bd1430;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: "Fraunces";
}
.bread_end {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  max-width: 275px;
  float: right;
}
.bread_end p {
  font-size: 13px;
  line-height: 16px;
  color: #222;
  font-family: "Outfit";
  font-weight: 700;
  margin-bottom: 4px;
}
.bread_end span {
  color: #222;
  font-family: "Outfit";
  font-weight: 500;
  font-size: 14px;
}

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

/* welcome */

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

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

/* new css */
.common-img img {
  width: 100%;
}
.inter-box {
  background: #fafafa;
  padding: 20px;
  border-radius: 50px;
  border: 1px solid #e5e5e5;
  height: 100%;
}
.inter-box h3 {
  font-family: Outfit;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 0;
}
.common-section {
  background: #ffece5;
}
.common-box {
  background: #fff;
  border-radius: 25px;
  border: 1px solid #ffece5;
}
.common-box .common-content {
  padding: 12px;
}
.common-box .common-content h3 {
  font-family: "Outfit";
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  line-height: 24px;
  text-transform: capitalize;
  color: #080808;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 45px;
}
.common-box .common-content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 40px;
}
.common-box .common-content strong {
  font-family: Outfit;
  font-weight: 500;
  color: #bd1430;
  font-style: Medium;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 2%;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
}
.common-box:hover {
  background: #bd1430;
  transition: all 0.2s ease;
}
.common-box:hover .common-content h3 {
  color: #fff;
}
.common-box:hover .common-content p {
  color: #fff;
}
.common-box:hover .common-content strong {
  color: #fff;
}
.red-bg {
  background: #bd1430;
  padding: 50px 20px;
  border-radius: 20px;
}
.why-section {
  background: #ffece5;
}
.why-left {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 80px 0;
}
.why-left .why-inner {
  margin-left: auto;
  padding-left: 30px;
}
.why-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why-right {
  width: 100%;
  height: 100%;
}
.venturs-box {
  background: #fafafa;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  text-align: center;
  height: 100%;
}
.venturs-box h3 {
  font-family: Outfit;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #080808;
  margin-bottom: 10px;
}
.venturs-box strong {
  font-family: Outfit;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  color: #bd1430;
  display: inline-block;
  margin-top: 20px;
}
.venturs-box img {
  margin-bottom: 30px;
}
.awar-box p {
  padding: 10px;
  margin-bottom: 0;
  color: white;
}
.awar-box {
  position: relative;
  background: #212121;
  color: white;
}
.awar-box a.plays {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: #00848e;
  border-radius: 100%;
  border: 2px solid #00848e;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.awar-box a.plays i {
  z-index: 2;
  position: relative;
  font-size: 20px;
}
.awar-box a.plays.video-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 100%;
  z-index: 1;
  animation: ripple 1.5s ease-out infinite;
  animation-delay: 0s;
  animation-delay: 0s;
  animation-delay: 0.2s;
  opacity: 0;
  visibility: hidden;
  background: #ed1c24;
  left: 0;
  top: 0;
}

.desk-mobile strong {
  font-family: "Fraunces";
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  color: #bd1430;
  display: block;
  margin-bottom: 15px;
}
.desk-mobile {
  display: none;
}
.top_book a i {
  display: none;
}
  @media screen and (min-width: 1400px) {
  footer .foot_menu .foot_menu1 .foot_top .f-link ul li a {
    font-size: 16px;
  }
  }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  header .header .header_in .ryt .menus .menu ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  footer .foot_menu .foot_menu1 .foot_top .f-link ul li a {
    font-size: 14px;
  }

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

  footer .foot_menu .foot_menu1 .foot_mid .lft ul,
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul {
    gap: 5px;
  }
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.cmn p {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .foot_mid ul li p {
    font-size: 13px;
  }
  .desk-mobile strong {
    font-size: 20px;
  }
  .desk-mobile {
    display: block;
  }
  .desk-view {
    display: none;
  }

  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: #2c838c;
    padding: 10px 7.5px;
    border-radius: 5px;
    color: #fff;
  }
  header .header .header_in .ryt .menus .mean-bar .meanmenu-reveal span {
    background: #fff;
    border-radius: 5px;
  }
  header .header .header_in .ryt .menus .top_book {
    position: absolute;
    right: 55px;
    top: 0;
  }
  header .header .header_in .ryt .menus {
    align-items: flex-start;
    flex-direction: column-reverse;
    position: relative;
    position: absolute;
    right: 0;
    top: 25px;
    left: 30px;
  }
  header .header .header_in .ryt .menus .mobile-menu {
    position: static;
    width: -moz-fit-content;
    width: fit-content;
  }
  header .header .header_in .ryt .menus .mean-bar ul li a {
    font-family: "outfit";
    font-weight: 500;
  }
  header .header .header_in {
    position: relative;
  }
  .treatment .treat_caros .items {
    padding-bottom: 30px;
    /* padding-top: 25px; */
  }
  .treatment .treat_caros .items a:after {
    width: 45px;
    height: 45px;
  }
  .travel .box .text {
    margin-left: 0;
    padding: 20px;
  }
  footer .foot_menu .foot_menu1 .foot_mid .lft ul {
    justify-content: center;
  }
  footer .foot_menu .foot_menu1 .foot_top .f-link .flist {
    display: none;
    margin-bottom: 15px;
  }
  footer .foot_menu .foot_menu1 .foot_top .f-link strong {
    margin-bottom: 0;
    padding-block: 10px;
    font-size: 20px;
    position: relative;
    cursor: pointer;
  }
  .foot_menu1 .foot_top .f-link strong::before {
    content: "";
    border-width: 0 3px 3px 0;
    padding: 3px;
    position: absolute;
    right: 10px;
    bottom: 20px;
    border-color: #ffffff;
    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 #2c838c;
    padding: 0;
  }
  footer .foot_menu .foot_menu1 .foot_top {
    padding: 10px 0 0;
    margin: 0;
  }
  footer .foot_menu .foot_menu1 .foot_mid {
    padding-bottom: 5px;
    border-block: none;
  }
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .contact-bottom ul li {
    margin-bottom: 20px !important;
  }
  footer .cpy_ryt .cpy_in {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .location .locat_in .lft_sec .lft {
    max-width: 100%;
  }
  .travel .box {
    margin-top: 35px;
  }

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

.fa-phone {
  color: #e0ce83;
}
.fa-envelope {
  color: #e0ce83;
}
.fa-facebook-f {
  color: rgb(255, 255, 255);
}
.fa-instagram {
  color: rgb(255, 255, 255);
}
.fa-youtube {
  color: rgb(255, 255, 255);
}

.about-content span {
  background: #fff7d5;
  color: #2c838c;
  padding: 8px;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 2%;
  text-transform: capitalize;
  margin-bottom: 7px;
  display: block;
  width: fit-content;
  margin-bottom:16px;
}
.about-content h2 {
  font-family: EB Garamond;
  font-weight: 400;
  font-style: Regular;
  font-size: clamp(26px, 3.6vw, 36px);
  line-height: 31px;
  letter-spacing: 2%;
  text-transform: capitalize;
}

.about-content h3 {
  color: #2c838c;
  font-family: EB Garamond;
  font-weight: 500;
  font-style: Medium;
  font-size: clamp(24px, 3.2vw, 32px);
  line-height: 27px;
  letter-spacing: 2%;
  text-transform: capitalize;
}
.about-content h3>b {
  color: #2c838c;
  font-family: EB Garamond;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 2%;
  text-transform: capitalize;
}
.about-content h4 {
  color: #2c838c;
  font-family: EB Garamond;
  font-weight: 300;
  font-style: Medium;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 2%;
  text-transform: capitalize;
}

p {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 2%;
}

.less-1 {
  color: #fff;
  border: none;
  transition: all 0.4s ease-in-out;
  background: #2c838c;
  display: inline-block;
  padding: 10px 10px;
  font-family: "outfit";
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  /*border: 1px solid #2c838c;*/
  margin-top: 10px;
}
.less-1::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E0CE83;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  /* border-radius: 30px; */
  transition: all 0.4s ease-in-out;
}
.less-1:hover {
  color: #2C838C;
  transition: all 0.4s ease-in-out;
}
.less-1:hover::before {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .less-1 {
    font-size: 13px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .less-1 {
    font-size: 15px;
    padding: 10px 20px;
  }
}
@media (max-width: 992px) {
  .about-section img {
    width: 50% !important;
  }
}
@media (max-width: 576px) {
  .about-section img {
    width: 70% !important;
  }
}

.service-section {
  background-color: #edfdfd;
}

.service-span {
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto 7px;
}

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

.service-section h3 {
  font-family: EB Garamond;
  font-weight: 500;
  font-style: Regular;
  font-size: 23px;
  line-height: 28px;
  letter-spacing: 2%;
    /*  display: -webkit-box;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 1;*/
        min-height: 56px;
}
@media (max-width:576px) {
   
.service-section h3 {
  font-family: EB Garamond;
  font-weight: 500;
  font-style: Regular;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 2%;

        min-height: 56px;
} 
}
.service-section .service-card p {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2%;
      display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* .service-section img {
  width: 35%;
} */
.robotic-list li {
  list-style: disc !important;
  list-style-position: outside !important;
  font-family: Poppins;
  font-weight: 500;
  font-style: Regular;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 2%;
  text-transform: capitalize;
  margin-left: 20px;
  margin-bottom: 7px;
}

.bg-1 {
  background-color: #f8f8f8;
}
.robot-facility h3 {
  font-family: EB Garamond;
  font-weight: 600;
  font-style: Regular;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 2%;
  margin-top: 6px;
}
@media (min-width: 1200px) and (max-width:1399px) {
  .robot-facility h3 {
    height: 50px;
  }
}
.robot-facility p {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2%;
  margin-bottom:0px ;
}
.robot-facility {
  border: 1px solid #2c838c;
}
.number {
  padding-block: 30px;
  background-color: #2c838c;
}
.number span {
  font-family: EB Garamond;
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  line-height: 38px;
  letter-spacing: 2%;
  text-transform: capitalize;
  color: #e0ce83;
}

@media (min-width: 576px) and (max-width: 992px) {
  .number {
    text-align: center;
  }
}
.video-box a.plays.video-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 100%;
  z-index: 1;
  animation: ripple 1.5s ease-out infinite;
  animation-delay: 0s;
  animation-delay: 0s;
  animation-delay: 0.2s;
  opacity: 0;
  visibility: hidden;
  background: #ed1c24;
  left: 0;
  top: 0;
}

.video-box a.plays i {
  z-index: 2;
  position: relative;
  font-size: 20px;
}

.video-box a.plays {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: #00848e;
  border-radius: 100%;
  border: 2px solid #00848e;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.video-box {
  position: relative;
}

.video-btn {
  pointer-events: auto;
  z-index: 999;
}

.accordion-section {
  margin-bottom: 20px;
}
.accordion-section .accordion .accordion-item {
  overflow: hidden;
  border: none;
  box-shadow: unset;
  background: #2c838c;
  color: white;
}
.accordion-section .accordion .accordion-item .item-btn {
  position: relative;
}
.accordion-section .accordion .accordion-item .item-btn a {
  position: absolute;
  bottom: 18px;
  right: 100px;
  z-index: 9999;
}
.accordion-section .accordion .accordion-item + .accordion-item {
  margin-top: 20px;
}
.accordion-section .accordion .accordion-item button {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 2%;
  text-transform: capitalize;
  color: #ffffff;
  text-transform: capitalize;
  background: #2c838c;
  box-shadow: unset;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .accordion-section .accordion .accordion-item button {
    padding: 15px 35px 15px 15px;
  }
}

.accordion-section .accordion .accordion-item button.accordion-remove:after {
  display: none;
}
.accordion-section .accordion .accordion-item button:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 12px solid #ffffff;
  border-bottom: 10px solid transparent;
  background: unset;
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 45px;
}
@media screen and (max-width: 991px) {
  .accordion-section .accordion .accordion-item button:after {
    border-top: 8px solid transparent;
    border-left: 10px solid;
    border-bottom: 8px solid transparent;
    right: 15px;
    margin-top: -8px;
  }
}
.accordion-section .accordion .accordion-item button.collapsed {
  color: #222222;
  background: #ffffff;
  border: 1px solid #2c838c;
  border-radius: 0%;
}
.accordion-section .accordion .accordion-item button.collapsed:after {
  background: unset;
  transform: rotate(0);
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 12px solid #2c838c;
  border-bottom: 10px solid transparent;
}
@media screen and (max-width: 991px) {
  .accordion-section .accordion .accordion-item button.collapsed:after {
    border-top: 8px solid transparent;
    border-left: 10px solid #2c838c;
    border-bottom: 8px solid transparent;
  }
}
@media screen and (max-width: 991px) {
  .accordion-section .accordion .accordion-item button {
    font-size: 19px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .video-back iframe {
    height: 200px;
  }
  .accordion-section .accordion .accordion-item button {
    font-size: 16px;
    line-height: 24px;
  }
}
.accordion-section .accordion .accordion-item .accordion-collapse {
  border: 1px solid #007a43;
  border-top: unset;
}
.accordion-section
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  p {
  font-family: "Quicksand";
  font-weight: 500;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
  position: relative;
}
.accordion-section
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .table
  tr
  td {
  --background-color: #f7f6ff !important;
}
.accordion-section
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-section
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  h6 {
  margin-bottom: 20px;
  color: #2d2c6f;
  text-align: center;
  font-size: 24px;
  font-family: "Lexend Deca";
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  margin-top: 15px;
  color: #2d2c6f;
}
.accordion-section
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .vision-list
  p {
  font-family: "Quicksand";
  font-weight: 500;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  position: relative;
}
.accordion-section
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body {
  text-align: left;
  padding: 10px 20px 10px;
}
.accordion-img {
  width: 45px;
  height: 45px;
  background: #007a43;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-img {
  margin-right: 10px;
}

.banner {
  position: relative;
}
.banner .banner_in {
  position: relative;
}
.banner .banner_in .banner_ins {
  position: relative;
  min-height: 720px;
}

.banner .banner_in .banner_ins > .img {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.banner .banner_in .banner_ins > .img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    100deg,
    rgba(10, 22, 25, 0.9) 0%,
    rgba(10, 22, 25, 0.74) 45%,
    rgba(10, 22, 25, 0.4) 75%,
    rgba(10, 22, 25, 0.3) 100%
  );
}
.banner .banner_in .banner_ins > .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.banner .banner_in .banner_ins > .container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.banner .banner_in .banner_ins .ban_row {
  display: flex;
  align-items: center;
  min-height: 720px;
  padding-top: 143px;
}

.banner .banner_in .banner_ins .ban_cnt {
  width: 100%;
  max-width: 560px;
}

.banner .banner_in .banner_ins .ban_cnt .ban-badge {
  display: inline-block;
  background: rgba(224, 206, 131, 0.16);
  border: 1px solid rgba(224, 206, 131, 0.45);
  color: #e0ce83;
  font-family: "poppins";
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  padding: 8px 16px;
  /* border-radius: 30px; */
  margin-bottom: 22px;
}

.banner .banner_in .banner_ins .ban_cnt h1 {
  font-family: "EB Garamond";
  font-weight: 400;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.12;
  color: #fff;
  text-transform: none;
  margin-bottom: 20px;
}
.banner .banner_in .banner_ins .ban_cnt h1 em {
  font-style: normal;
  color: #e0ce83;
}

.banner .banner_in .banner_ins .ban_cnt p {
  font-family: "poppins";
  font-weight: 300;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.8);
  max-width: 460px;
  margin-bottom: 32px;
}

.banner .banner_in .banner_ins .ban_cnt .ban-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.banner .banner_in .banner_ins .ban_cnt .ban-btns .less1.outline {
  background: transparent;
  color: #e0ce83;
  border: 1px solid #e0ce83;
  border-radius: 0;
}
.banner .banner_in .banner_ins .ban_cnt .ban-btns .less1.outline::before {
  background: #2c838c;
  border-radius: 0;
}
.banner .banner_in .banner_ins .ban_cnt .ban-btns .less1.outline:hover {
  color: white;
    border:1px solid #2c838c;
}

.banner .banner_in .banner_ins .ban_img {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 60px;
  width: 460px;
  height: 460px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}

.banner .banner_in .banner_ins .ban_img_glow {
  position: absolute;
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
  width: 85%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(44, 131, 140, 0.55),
    transparent 70%
  );
  filter: blur(14px);
  z-index: 1;
}
.banner .banner_in .banner_ins .ban_img_ring {
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1;
}
.banner .banner_in .banner_ins .ban_img_ring.ring1 {
  width: 100%;
  height: 88%;
}
.banner .banner_in .banner_ins .ban_img_ring.ring2 {
  width: 76%;
  height: 66%;
  border-color: rgba(224, 206, 131, 0.16);
}

.banner .banner_in .banner_ins .ban_img_main {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.45));
}

.banner .banner_in .owl-dots {
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  bottom: auto;
  justify-content: flex-start;
}
.banner .banner_in .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 0;
 border: 1px solid #FFFFFF;
  border-radius: 50%;
  background: transparent;
  transition: 0.3s;
  display: block;
}
.banner .banner_in .owl-dots .owl-dot.active span {
  background: #e0ce83;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  border:none;
}

@media screen and (max-width: 1400px) {
  .banner .banner_in .banner_ins,
  .banner .banner_in .banner_ins .ban_row {
    min-height: 660px;
    padding-top: 85px;
  }
  .banner .banner_in .banner_ins .ban_img {
    width: 420px;
    height: 420px;
    right: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .banner .banner_in .banner_ins,
  .banner .banner_in .banner_ins .ban_row {
    min-height: 700px;
  }
  .banner .banner_in .banner_ins .ban_cnt {
    max-width: 480px;
  }
  .banner .banner_in .banner_ins .ban_img {
    width: 360px;
    height: 380px;
    right: 20px;
  }
  .banner .banner_in .banner_ins,
  .banner .banner_in .banner_ins .ban_row {
    padding-top: 51px;
  }
}

@media screen and (max-width: 991px) {
  .banner .banner_in .banner_ins,
  .banner .banner_in .banner_ins .ban_row {
    min-height: 560px;
  }
  .banner .banner_in .banner_ins .ban_row {
    /*padding-top: 120px;*/
  }
  .banner .banner_in .banner_ins .ban_cnt {
    max-width: 100%;
  }
  .banner .banner_in .banner_ins .ban_img {
    width: 280px;
    height: 300px;
    right: 10px;
  }
  .banner .banner_in .owl-dots {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .banner .banner_in .banner_ins,
  .banner .banner_in .banner_ins .ban_row {
    min-height: 620px;
  }
  .banner .banner_in .banner_ins .ban_row {
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    /*padding-top: 100px;*/
  }
  .banner .banner_in .banner_ins .ban_cnt p {
    margin-left: auto;
    margin-right: auto;
  }
  .banner .banner_in .banner_ins .ban_cnt .ban-btns {
    justify-content: center;
  }
  .banner .banner_in .banner_ins .ban_img {
    width: 220px;
    height: 220px;
    right: 50%;
    transform: translateX(50%);
  }
}

@media (min-width: 992px) {
  header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: transparent;
  }
}
/* header .header,
header .header .header_in.p-0 .bg-menu{
  background: transparent;
} */
header .header .header_in .ryt .menus .menu ul li a,
.menu-call ul li a,
.menu-call ul li {
  color: #fff;
}

@media screen and (max-width: 991px) {
  header .header .header_in.p-0 .bg-menu {
    background: #fff !important;
  }
  header .header .header_in .ryt .menus .menu ul li a {
    color: #222;
  }
}
@media (max-width: 992px) {
  .banner-img {
    width: 70%;
  }
}

@media (min-width: 992px) {
  .banner-img {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .banner .banner_in .banner_ins {
    position: relative;
    min-height: 782px;
  }
  .banner .banner_in .banner_ins .ban_row {
    display: flex;
    align-items: center;
    min-height: 720px;
    padding-top: 251px;
  }
  .banner-img {
    width: 140%;
    position: relative;
    object-position: bottom;
  }
}
.foot_mid ul li strong {
  font-family: EB Garamond;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #e0ce83;
}
.Testimonials-section {
  background-image: url(../images/testimonila-background.webp);
  position: relative;
}

.Testimonials-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    100deg,
    rgba(10, 22, 25, 0.9) 0%,
    rgba(10, 22, 25, 0.74) 45%,
    rgba(10, 22, 25, 0.4) 75%,
    rgba(10, 22, 25, 0.3) 100%
  );
}

.Testimonials-section .about-content {
  position: relative;
  inset: 0;
  z-index: 1;
}

.Testimonials-section .owl-carousel {
  position: relative;
}

.written-box img {
  width: 20% !important;
  height: auto;
  margin: 5px;
  padding-bottom: 10px;
}

.written-box span {
  font-family: EB Garamond;
  font-weight: 500;
  font-style: Medium;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 2%;
  text-transform: capitalize;
  color: #2c838c;
}

.Testimonials-section .owl-dots .owl-dot.active span {
  background: #e0ce83;
  width: 9px;
  height: 9px;
  border-radius: 5px;
}

.Testimonials-section .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  transition: 0.3s;
  display: block;
}

.Testimonials-section .owl-dots {
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  bottom: auto;
  justify-content: flex-start;
}
.Testimonials-section .owl-dots.disabled {
  display: flex !important;
}
@media screen and (max-width: 991px) {
  .Testimonials-section .owl-dots {
    display: none;
  }
}
.blogs-section {
  background: #edfdfd;
}

.blog-card .card-body h3 {
  font-family: EB Garamond;
  font-weight: 500;
  font-style: Regular;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 2%;
  margin-top: 6px;
}
/*@media (min-width: 1200px) {*/
/*  .robot-facility h3 {*/
/*    height: 50px;*/
/*  }*/
/*}*/
.blog-card .card-body p {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2%;
      display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    min-height:93px;
}

.consultant-section {
  background: #edfdfd;
}
.home-contact {
  background: #2c838c;
  color: white !important;
}

.home-contact ul li {
  color: #ffffff;
  position: relative;
  padding-left: 48px;
}
.home-contact ul li i {
  color: #2c838c;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: 19px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff7d5;
  left: 0;
  top: -3px;
  gap: 30px;
}
.home-contact ul li .location {
  color: #2c838c;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: 19px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff7d5;
  left: 0;
  top: 0px;
  gap: 30px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .home-contact ul li .location {
    top: -3px;
  }
  .soci-link .contact-bottom .flist ul{
      display:flex !important;
      flex-direction:row !important;
  }
}
.home-contact ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 27px;
}
.consultant-section h3 {
  font-family: EB Garamond;
  font-weight: 500;
  font-style: Regular;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 2%;
  margin-bottom: 18px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.field {
  position: relative;
}

.field label {
  position: absolute;
  left: 0;
  top: 22px;
  font-size: 14px;
  color: var(--label);
  pointer-events: none;
  transform-origin: left top;
  transition:
    transform 0.18s ease,
    color 0.18s ease,
    top 0.18s ease;
}

.field input,
.field textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  background: transparent;
  padding: 0px 0 10px;
  font-size: 14px;
  color: var(--text);
  font-family: inherit;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  resize: none;
  margin-top: 20px;
}

.field input:focus,
.field textarea:focus {
  border-bottom: 1px solid #e2e2e2;
  box-shadow: 0 1px 0 0;
}

.field input:focus + label,
.field input:not(:placeholder-shown) + label,
.field textarea:focus + label,
.field textarea:not(:placeholder-shown) + label,
.field.always-float label {
  top: 0;
  font-size: 14px;
}

.field textarea {
  min-height: 40px;
}
input[type="date"]::-webkit-datetime-edit {
    color: transparent;
}

input[type="date"]:focus::-webkit-datetime-edit,
input[type="date"]:valid::-webkit-datetime-edit {
    color: #000;
}

.field input[type="date"]:not(:focus):not(:valid) {
  color: transparent;
}
.field input[type="date"] + label {
    top: 22px;
}

/* Move label when focused or value exists */
.field input[type="date"]:focus + label,
.field input[type="date"]:valid + label {
    top: 0;
    /*font-size: 12px;*/
}

.f2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 32px;
}

@media (max-width: 480px) {
  .f2 {
    grid-template-columns: 1fr;
  }
  .card {
    padding: 26px 22px 32px;
  }
}

.owl-nav {
  display: none;
}

@media (min-width: 1200px) {
  .banner-img {
    text-align: center;
    transform: translateY(42px);
  }
}
@media (min-width: 992px) and (max-width: 1999) {
  .banner-img {
    text-align: center;
    transform: translateY(122px);
  }
}

.service-card {
  position: relative;
}
.buuu a {
  position: absolute;
  left: 20px;
  bottom: 10px;
}

@media (max-width: 1999px) and (min-width: 992px) {
  .test-box {
    min-height: 480px;
  }
  .blog-card .card-content {
    position: relative;
  }

  .buuut a {
    position: absolute;
    left: 20px;
    bottom: -60px;
  }
}

@media (min-width: 1200px) {
  .buuut a {
    position: absolute;
    left: 20px;
    bottom: -31px;
  }
}
@media (min-width: 1400px) {
  .buuut a {
    position: absolute;
    left: 20px;
    bottom: -34px;
  }
  .test-box {
    min-height: 499px;
  }
}

.accordion {
  border-radius: 0% !important;
}

.breadcrumbs {
  background-image: url(../images/pancreases-banner-background.webp);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 230px;
  background-position: center;
}
.breadcrumbs {
  position: relative;
}
.breadcrumbs img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .breadcrumbs img {
    height: 350px;
  }
}
@media screen and (max-width: 1200px) {
  .breadcrumbs img {
    height: 300px;
  }
}
.breadcrumbs .brd_cnt {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
}
.breadcrumbs .brd_cnt p {
  font-family: Poppins;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1px;
  color: #fff;
  /* background: #0d589d; */
  border-radius: 2px;
  padding: 10px 30px;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}
.breadcrumbs .brd_cnt h1 {
  font-family: Poppins;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1px;
  color: #fff;
  /* background: #0d589d; */
  border-radius: 2px;
  padding: 10px 30px;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .breadcrumbs .brd_cnt p {
    font-size: 40px;
    line-height: 48px;
  }
  .breadcrumbs .brd_cnt h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .breadcrumbs .brd_cnt p {
    font-size: 35px;
    line-height: 42px;
  }
  .breadcrumbs .brd_cnt h1 {
    font-size: 35px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs .brd_cnt p {
    font-size: 30px;
    line-height: 37px;
  }
  .breadcrumbs .brd_cnt h1 {
    font-size: 30px;
    line-height: 37px;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumbs .brd_cnt p {
    font-size: 25px;
    line-height: 32px;
  }
  .breadcrumbs .brd_cnt h1 {
    font-size: 25px;
    line-height: 32px;
  }
}

.breadcrumbs:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    100deg,
    rgba(10, 22, 25, 0.9) 0%,
    rgba(10, 22, 25, 0.74) 45%,
    rgba(10, 22, 25, 0.4) 75%,
    rgba(10, 22, 25, 0.3) 100%
  );
  top: 0;
  left: 0;
}

.written-box {
  border: 1px solid #d9d9d9;
  min-height: 0px !important;
  /*text-align: center;*/
}

.written-box1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background-color: rgb(253, 253, 253);
  background-image: url(../images/testimonila-icon.webp);
  background-repeat: no-repeat;
  background-size: 38px;
  z-index: 2;
  border-radius: 50%;
  background-position: center center;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(217, 217, 217);
  border-image: none;
}
.contac {
  background-color: #2c838c;
  color: white;
}
.contac .fa-map-marker-alt {
  color: #e0ce83;
}

.contact_in .c_btm h1 {
  font-family: poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  background: #2a3d47;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .contact_in .c_btm h1 {
    font-size: 17px;
    line-height: 25px;
  }
}
.contact_in .contact_form {
  background: #ffffff;
  border-radius: 5px;
  padding: 50px 30px;
  border: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .contact_in .contact_form {
    padding: 35px 15px;
  }
}
.contact_in .contact_form label {
  display: block;
  margin-bottom: 20px;
}
.contact_in .contact_form label p {
  margin-bottom: 10px;
  text-transform: capitalize;
}
.contact_in .contact_form label input,
.contact_in .contact_form label textarea,
.contact_in .contact_form label select {
  border: 1px solid #fae1f4;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  font-family: Outfit;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #4e4e4e;
}
@media screen and (max-width: 1400px) {
  .contact_in .contact_form label input,
  .contact_in .contact_form label textarea,
  .contact_in .contact_form label select {
    line-height: 27px;
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .contact_in .contact_form label input,
  .contact_in .contact_form label textarea,
  .contact_in .contact_form label select {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact_in .contact_form label input,
  .contact_in .contact_form label textarea,
  .contact_in .contact_form label select {
    font-size: 15px;
  }
}
.contact_in .contact_form label input:focus-visible,
.contact_in .contact_form label textarea:focus-visible,
.contact_in .contact_form label select:focus-visible {
  outline: none;
  border-color: #2c838c;
}
.contact_in .contact_form label select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.contact_in .contact_form label img {
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 13px;
}
.contact_in .contact_form .ex_patient {
  display: flex;
  align-items: center;
}
.contact_in .contact_form .ex_patient label {
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 0;
  cursor: pointer;
}
.contact_in .contact_form .ex_patient label p {
  margin-bottom: 0;
}
.contact_in .contact_form .ex_patient input[type="radio"] {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin-left: 10px;
  min-width: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.contact_in .contact_form .ex_patient input[type="radio"]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: collapse;
  background: #573882;
}
.contact_in .contact_form .ex_patient input[type="radio"]:checked::after {
  opacity: 1;
  visibility: visible;
}
.contact_in .contact_form button {
  min-width: 150px;
  text-transform: uppercase;
}

.blog-detail-content h1 {
  font-family: EB Garamond;
  font-weight: 600;
  font-style: Regular;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #2c838c;
}
.blog-detail-content h2 {
  font-family: EB Garamond;
  font-weight: 600;
  font-style: Regular;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #2c838c;
}
@media (max-width: 992px) {
  .blog-detail-content h1 {
    font-size: 25px;
  }
  .blog-detail-content h2 {
    font-size: 25px;
  }
}

@media (max-width: 576px) {
  .blog-detail-content h1 {
    font-size: 22px;
  }
  .blog-detail-content h2 {
    font-size: 22px;
  }
}

.bread-crumbs {
  background-color: #f8f8f8;
  padding: 30px 30px;
}
@media (max-width:767px) {
  .bread-crumbs {
  background-color: #f8f8f8;
  padding: 30px 4px;
}  
}
.bread-crumbs p {
  font-family:EB Garamond;
 font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
  color: #2c838c;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  .breadcrumbs {
    display: none;
  }
}

.after-about-box{
  padding: 15px;
border: 1px solid #E0CE83;
background: #FFF7D5;
}
.after-about-box h2{
  font-family: Poppins;
font-weight: 500;
font-style: Medium;
font-size: 20px;
line-height: 27px;
letter-spacing: 2%;
}
.about-robotic-section {
  background: #EDFDFD;

}
.about-robotic-section strong.st{
  font-family: Poppins;
font-weight: 600;
font-style: SemiBold;
font-size: 24px;
line-height: 30px;
letter-spacing: 2%;
text-align: center;
color: #2C838C;
margin-top: 10px;
display: block;
}
.about-robotic-box p{
  font-family: EB Garamond;
font-weight: 500;
font-style: Medium;
font-size: 20px;
line-height: 26px;
letter-spacing: 2%;
text-align: center;
}
.about-carrier{
  background: #2C838C;

}
.about-carrier h2{
  color: #E0CE83;
}
.bg-transparent .about-robotic-box p{
  border: 1px solid #2C838C;
  /* border-bottom: none; */
 margin-bottom: 0% !important;

}
/* .bg-transparent .about-robotic-box .bg-white{
  border-bottom:1px solid #2C838C;
} */
.bg-transparent .about-robotic-box .bg-white img{
  min-height: 225px;
}
.about-dr2{
  background: #EDFDFD;
}
.about-dr2 .about-content ul li{
  font-family: Poppins;
font-weight: 300;
font-style: Regular;
font-size: 18px;
line-height:28px;
letter-spacing: 2%;
list-style-type: disc;
list-style-position: outside;
margin-left: 20px;
margin-bottom: 25px;
}

.about-aware-video-section{
      background-color: #fcfafa;
}
.about-awar-box{
      background-color: #f0f2f2;
      color: black !important;
          height: 100% !important;
}
.about-awar-box p{
      color: black !important;
}

#about-aware.owl-carousel .owl-stage {
  display: flex;
}

#about-aware.owl-carousel .owl-item {
  height: auto;
  display: flex;
}

#about-aware .items1 {
  width: 100%;
  display: flex;
}

#about-aware .item_in.about-awar-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

#about-aware .img-box {
  flex-shrink: 0;
}

#about-aware .img-box img {
  width: 100%;
  height: 200px;      
  object-fit: cover;
}

#about-aware .item_in.about-awar-box p {
  flex-grow: 1;   
  display: flex;
  align-items: flex-start;
}

#about-aware .owl-dots {
  position: absolute;
  left:-26px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  bottom: auto;
  justify-content: flex-start;
}
#about-aware .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  transition: 0.3s;
  display: block;
  border: 1px solid  #2C838C;
}
#about-aware .owl-dots .owl-dot.active span {
  background: #2C838C;
  width: 9px;
  height: 9px;
  border-radius: 5px;
}
.blog-card img{
  min-height: 210px;
}
@media (min-width:1400px) {
    .blog-card img {
    min-height: 243px;
}
}

.service-section.owl-carousel .owl-stage {
   display: flex;
}

.service-section.owl-carousel .owl-item {
   display: flex;
   height: auto;
}

.service-section .items {
   display: flex;
   width: 100%;
}

.service-section .items .d-flex.flex-column {
   display: flex;
   flex-direction: column;
   width: 100%;
   height: 100%;
}

.service-section .service-card {
   display: flex;
   flex-direction: column;
   width: 100%;
   
}

.service-section .service-card img {
   width: 100%;
   object-fit: cover;
}

.service-section .service-card-content {
   display: flex;
   flex-direction: column;
   flex: 1;
}

.service-section .service-card-content p {
   /*flex-grow: 1;*/
}

.service-section .service-card-content .less-2 {
   margin-top: auto;
   align-self: flex-start;
}

@media (min-width: 1200px) {
   .service-section .service-card {
      min-height: 420px;
   }
}

@media (min-width: 992px) and (max-width: 1199px) {
 .service-section .service-card {
      min-height: 300px;
   }
}

@media (min-width: 768px) and (max-width: 991px) {
  .service-section .service-card {
      min-height: 280px;
   }
}

@media (min-width: 576px) and (max-width: 767px) {
   .service-section.service-card {
      min-height: 260px;
   }
}

@media (max-width: 575px) {
  .service-section .owl-carousel .owl-item,
  .service-section .items,
 .service-section .items .d-flex.flex-column {
      height: auto;
   }
  .service-section  .service-card {
      min-height: 365px;
   }
}

.back a
 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    display: block;
    /*margin-bottom: 30px;*/
}
.service-page-content h2{
  color: #2C838C;
  font-family: Poppins;
font-weight: 600;
font-style: SemiBold;
font-size: 30px;
line-height: 30px;
letter-spacing: 2%;

}
.service-page-content2 h2{
  color: #2C838C;
  font-family: Poppins;
font-weight: 600;
font-style: SemiBold;
font-size: 24px;
line-height: 30px;
letter-spacing: 2%;
}
@media (min-width:992px) and (max-width:1199px) {
  .service-page-content2.spc h2{
min-height: 60px;
}
}
.service-page-content2{
  background: #EDFDFD;

}
.service-page-content2 ul li{
  list-style-type: disc !important;
  list-style-position: outside;
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 2%;
  margin-left: 20px;
}
.section-page-recovery .service-page-content2{
  background: #FFF7D5 !important;
  border: 1px solid #E0CE83
}
.service-page-img img{
  object-fit: cover;
}
.service-card .service-card-content a{
  background: #FFF7D5;
  color: #2C838C;
  border: none;
  
}
.service-card .service-card-content a:hover{
    color:white;
}
.blogs-section .blog-card a{
  background: #FFF7D5;
  color: #2C838C;
  border: none;
  
}
.blogs-section .blog-card a:hover{
    color:white;
}


@media (max-width:1199px) {
    .banner .banner_in .owl-dots {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    bottom: auto;
    justify-content: flex-start;
}
}

@media (max-width:768px) {
    .banner .banner_in .owl-dots {
    display:none;
}
}


@media (max-width:1199px) and (min-width: 992px) {
    .banner-img {
        width: 100%;
    }
}
@media (max-width: 1200px) and (min-width:992px) {
    .banner-img {
        text-align: center;
        transform: translateY(151px);
    }
}
.about-robotic-box  p{
    min-height:85px;
}
@media (max-width:350px) {
    .written-box{
        min-height:477px !important;
        
}
 .written-box p{
     min-height:320px;
 }
}

.accordion-item {
    margin: 0;
    border-radius: 0;
    overflow: hidden;
}

.accordion-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.about-content .ab-dr .a-b{
    font-family: Poppins;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
line-height: 30px;
letter-spacing: 2%;

}

@media (max-width:576px){
    .client-box p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-family: outfit;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: capitalize;
}
.about-robotic-section strong.st{
    font-size:20px;
}
}
.after-about-box p{
    color:#3D3D3D;
}
.after-about-box p>a{
    color:#2C838C;
}
.a-box2{
    min-height:1px !important;
    margin-bottom:0px;
}
.work{
    /*background: #E0CE83;*/
    width:fit-content;
}
.works{
       background: #E0CE83; 
       
}
.work b{
    font-family: Poppins;
font-weight: 600;
font-style: SemiBold;
font-size: 20px;
line-height: 100%;
letter-spacing: 2%;
text-align: center;
text-transform: capitalize;
}
.socil{
        display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px !important;
}
.loo-p{
  position: relative;
  top:-6px;
}

.point-list li{
    line-height: 1.8;
    list-style-type: disc;
    list-style-position: inside;
    font-size: 15px;
    font-family: Poppins;
    font-weight: 400;
 
}




#appt-overlay{display:none;position:fixed !important;inset:0;z-index:10000;
  background:rgba(13,31,60,.72);backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
  overflow-y: auto;
    overscroll-behavior: contain;
  align-items:center;justify-content:center;padding:16px;}
#appt-modal{background:#edfdfd;border-radius:16px;
  padding:32px 28px 22px;max-width:430px;width:100%;
  position:relative;box-shadow:0 28px 72px rgba(0,0,0,.38);
  font-family:'Jost',system-ui,sans-serif;
  animation:apptIn .32s cubic-bezier(.34,1.56,.64,1) both;}
@keyframes apptIn{from{opacity:0;transform:scale(.88) translateY(18px)}
  to{opacity:1;transform:scale(1) translateY(0)}}
#appt-close{position:absolute;top:12px;right:14px;background:none;
  border:none;font-size:1.25rem;cursor:pointer;color:#9ba8b5;
  line-height:1;padding:4px 6px;border-radius:50%;transition:color .15s;}
#appt-close:hover{color:#0d1f3c;}
.appt-icon-ring{width:54px;height:54px;
  background:#fff7d5;
  border-radius:50%;display:flex;align-items:center;
  justify-content:center;font-size:1.5rem;
  margin:0 auto 13px;
border: 1px solid rgb(44, 131, 140);}
.appt-h{    color: rgb(44, 131, 140);
    font-family: "EB Garamond";
  font-size:1.6rem;font-weight:700;
  margin-bottom:4px;text-align:center;}
.appt-sub{font-size:.82rem;color:#718096;text-align:center;margin-bottom:22px;}
.appt-card{border-radius:11px;padding:13px 15px;
  display:block;text-decoration:none;margin-bottom:10px;
  transition:box-shadow .2s,transform .2s;}
.appt-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.12);transform:translateY(-1px);}
.appt-card-apollo{border:2px solid #718096;background:#ffffff;}
.appt-card-pg{border:2px solid #c8a96e;background:#faf7f2;}
.appt-inner{display:flex;gap:11px;align-items:flex-start;}
.appt-hosp-icon{font-size:1.35rem;flex-shrink:0;margin-top:1px;}
.appt-hosp-name{font-weight:700;color:#0d1f3c;font-size:.91rem;margin-bottom:2px;}
.appt-hosp-time{font-size:.75rem;color:#718096;margin-bottom:6px;}
.appt-tel{font-size:.88rem;font-weight:700;text-decoration:none;}
.appt-tel-apollo{color:#1a5c72;}
.appt-tel-pg{color:#c8a96e;margin-right:12px;}
.appt-not-now{display:block;text-align:center;margin-top:14px;
  background:none;border:none;font-size:.79rem;color:#a0aec0;
  cursor:pointer;text-decoration:underline;
  font-family:inherit;width:100%;}
  body.appt-modal-open {
    overflow: hidden;
}

