.sc > div,
.sc_h1 > div,
.sc_h2 > div,
.sc_h3 > div {
  color: transparent;
  z-index: 9;
}
.seprator .s-line:after,
.seprator .s-line:before {
  box-shadow: -1px -1px 0 #fff;
  width: 6px;
  height: 6px;
}
.seprator .s-star,
.seprator-01 .s-star,
.seprator-color .s-star {
  top: 50%;
  transform: translate(-50%, -50%);
}
header nav,
header ul ul li a {
  padding: 0 !important;
}
footer h4,
ul.social_media_footer > li > a {
  letter-spacing: 0;
  text-transform: uppercase;
}
.flip-container2,
.flipper {
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
}
.btn,
.btn-scrollTop span.txt,
.w-play-video .play-text,
footer h4,
header ul ul li a,
header ul.navbar-nav > li > a,
ul.fmenu-links li a {
  text-transform: uppercase;
}
*,
.navbar-brand {
  margin: 0;
  padding: 0;
}
.bdr-btm,
footer h3 {
  margin-bottom: 20px;
}
:root {
  --color-01: #ffffff;
  --color-02: #000000;
  --color-03: #333333;
  --color-04: #632963;
  --color-05: #eec277;
  --color-06: #f6ae2d;
  --color-07: #efe9ef;
  --color-08: #e9dce9;
  --color-09: #edecec;
  --color-10: #e6ebf5;
}
::-ms-input-placeholder {
  color: #fff;
}
::placeholder {
  color: #fff;
}
.bg-01 {
  background: var(--color-01);
}
.bg-02 {
  background: var(--color-02);
}
.bg-03 {
  background: var(--color-03);
}
.bg-04 {
  background: var(--color-04);
}
.bg-05 {
  background: var(--color-05);
}
.bg-06 {
  background: var(--color-06);
}
.bg-07 {
  background: var(--color-07);
}
.bg-08 {
  background: var(--color-08);
}
.bg-09 {
  background: var(--color-09);
}
.bg-10 {
  background: var(--color-10);
}
#clickAnimation_wrp,
.loader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/logo-angel-health-centre-white-yellow.svg")
    var(--color-04) no-repeat center center;
}
.overlay_bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 19;
}
.loader,
header {
  position: fixed;
}
body {
  color: var(--color-04) ;
  font-size: 18px;
  font-family: Nunito, serif;
  font-weight: 400;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-04);
  font-family: Gotu, sans-serif;
  font-weight: 500;
}
p {
  line-height: 1.4;
}
strong {
  font-weight: 700;
}
.loader {
  background-size: 300px;
  z-index: 99999;
  display: flex;
}
#clickAnimation_wrp {
  position: fixed;
  z-index: -1;
  background-size: 300px;
  opacity: 0;
}
#clickAnimation_wrp.current {
  z-index: 999999;
  opacity: 1;
}
.overflow {
  overflow: hidden;
}
.navbar-brand2 {
  display: none;
  padding: 0;
  float: right;
  position: absolute;
  top: 2px;
  right: 50px;
}
.overlay_01,
.overlay_02 {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
}
.navbar-brand img {
  max-width: 150px;
  padding-right: 15px;
  border-right: 1px solid #ccc;
}
.navbar-brand .logo-txt {
  color: var(--color-03);
  font-size: 14px;
  padding: 0 15px;
}
.fli {
  font-family: lato;
  font-style: italic;
}
.highlight-orange {
  color: var(--color-05);
}
h1 > span.spo,
h2 > span.spo,
h3 > span.spo,
h4 > span.spo,
h5 > span.spo p > span.spo {
  position: relative;
  overflow: hidden;
  display: block;
}
h1 > span.spo > span.spib,
h2 > span.spo > span.spib,
h3 > span.spo > span.spib,
h4 > span.spo > span.spib,
h5 > span.spo > span.spib {
  display: block;
  overflow: hidden;
}
span.full-stop {
  font-size: 13px;
  line-height: 1;
  position: relative;
  left: 5px;
  z-index: 9;
}
.overlay_01,
.overlay_02,
.overlay_03,
.overlay_04,
span.full-stop-anim,
span.full-stop:after {
  position: absolute;
}
span.full-stop:after {
  content: "";
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #f15931;
}
span.full-stop-anim {
  font-size: 1px;
  line-height: 1;
  width: 100%;
  height: 101%;
  right: 0;
  display: inline-block;
  background: #fff;
  z-index: 9;
  transition: 1s ease-in-out;
}
span.full-stop-anim:after {
  content: "";
  position: absolute;
  top: 68%;
  left: 10px;
  width: 8px;
  height: 8px;
  background: #f15931;
  display: none;
}
span.full-stop-anim.active {
  width: 0%;
  transition: 1s ease-in-out;
}
.sc > div {
  background: linear-gradient(to right, #033399 50%, #e6ebf5 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  line-height: 1.3;
}
.sc_h1 > div {
  background: linear-gradient(to right, #000 50%, #d9cdd9 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  background-clip: text;
  -webkit-background-clip: text;
}
.sc_h2 > div {
  background: linear-gradient(to right, #632963 50%, #d9cdd9 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  background-clip: text;
  -webkit-background-clip: text;
}
.sc_h3 > div {
  background: linear-gradient(to right, #fff 50%, #dd81dd 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  background-clip: text;
  -webkit-background-clip: text;
}
.font-shadows-into {
  font-family: "Shadows Into Light", cursive;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 2px;
}
.Topscroll:hover,
.color-white,
.text-muted {
  color: #fff;
}
.btn-scrollTop span.txt,
.btn.btn-knowmore,
.footer-content h5,
footer .top-footer,
footer .top-footer p,
footer a,
footer a:hover,
footer h3,
header ul ul li a,
header ul.navbar-nav li.active > a,
header ul.navbar-nav > li:last-child a span,
ul.privacy_list {
  color: var(--color-01);
}
.color-lightgray {
  color: #a4a4a4;
}
.color-gray {
  color: #545454;
}
.color-green {
  color: #cdff00;
}
.bdr-top {
  border-top: 1px solid #000;
}
.bdr-btm {
  border-bottom: 1px solid #000;
  display: block;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.z-index-4 {
  z-index: 4;
}
.z-index-5 {
  z-index: 5;
}
.z-index-6 {
  z-index: 6;
}
.z-index-7 {
  z-index: 7;
}
.z-index-8 {
  z-index: 8;
}
.ScrollSmoother-wrapper,
.z-index-9 {
  z-index: 9;
}
.z-index-10 {
  z-index: 10;
}
.z-index-99 {
  z-index: 99;
}
.z-index-999,
header {
  z-index: 999;
}
.z-index-9999 {
  z-index: 9999;
}
.overlay_01 {
  background: linear-gradient(90deg, #fff, #d9cdd9);
  z-index: 5;
}
.overlay_02 {
  background: #fff;
  z-index: 10;
}
.overlay_03 {
  content: "";
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9;
}
.overlay_04 {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 5;
}
#scroll-container {
  margin-left: -1px;
}
.page-wrp {
  background: #fff;
  overflow: hidden;
}
.page-wrp section {
  background: #fff;
  position: relative;
}
.mobile-lang {
  display: none;
  margin-right: 50px;
}
.seprator,
.seprator-01,
.seprator-color {
  display: inline-block;
  z-index: 9;
  position: relative;
}
.mobile-lang ul,
footer ul.tncLinks {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-lang ul li a {
  color: #fff;
  margin: 0 !important;
}
header {
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  margin: auto;
  transition: 0.3s ease-in-out;
}
header .container {
  padding: 0 20px 0 15px;
  border-radius: 5px;
  box-shadow: 0 0 10px transparent;
}
header ul.navbar-nav li {
  display: flex;
  align-items: center;
  position: relative;
}
header ul.navbar-nav li.btn-top.active > a {
  color: #000;
}
header ul.navbar-nav > li > a {
  color: var(--color-04);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 15px 0 !important;
  overflow: hidden;
  position: relative;
  z-index: 4;
  border: none;
  border-radius: 10px 10px 0 0;
  width: 100%;
  transition: 0.1s ease-in-out;
}
header ul.navbar-nav li a .menu-text {
  display: block;
  padding: 15px 20px;
  position: relative;
}
header ul.navbar-nav li a:hover,
header ul.navbar-nav li.active > a {
  color: var(--color-05);
  transition: 0.1s ease-in-out;
}
.w-play-video:hover,
header.stickyheader {
  transition: 0.5s ease-in-out;
}
body.fp-scroll-mac.fp-viewing-section-08 header .container,
header.stickyheader .container {
  background: #ffffffd9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease-in-out;
}
header.stickyheader .navbar-brand.bnf_logo img {
  width: 200px;
  transition: 0.5s ease-in-out;
}
header ul.navbar-nav > li:last-child a span {
  margin-left: 10px;
  background: var(--color-05);
  border-radius: 100px;
  padding: 15px 30px;
}
header ul.navbar-nav > li:last-child a:hover span {
  color: var(--color-01);
  background: var(--color-04);
}
.seprator {
  width: 100%;
  text-align: center;
  margin: 20px 0 30px;
}
.seprator .s-star {
  width: 18px;
  height: 18px;
  background: url("../img/star-yellow.png") center center no-repeat;
  position: absolute;
  left: 50%;
  z-index: 9;
  background-color: var(--color-04);
  box-shadow: 0 0 0 10px var(--color-04);
}
.seprator .s-line {
  position: absolute;
  background: var(--color-01);
  width: 100%;
  height: 1px;
  transition: 0.7s ease-in-out;
}
.seprator .s-line:before {
  content: "";
  position: absolute;
  top: -2px;
  right: 1px;
  transform: rotate(135deg);
}
.seprator .s-line:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 1px;
  transform: rotate(315deg);
}
.seprator-color {
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin: 40px 0 50px;
}
.seprator-color .s-star {
  width: 50px;
  height: 50px;
  background: url("../img/star-yellow-01.png") center center/cover no-repeat
    #fff;
  position: absolute;
  left: 50%;
  z-index: 9;
}
.seprator-01 .s-line,
.seprator-color .s-line {
  position: absolute;
  background: var(--color-04);
  width: 100%;
  height: 1px;
  transition: 0.7s ease-in-out;
}
.seprator-01 .s-line:before,
.seprator-color .s-line:before {
  content: "";
  position: absolute;
  top: -2px;
  right: 1px;
  width: 6px;
  height: 6px;
  box-shadow: -1px -1px 0 var(--color-04);
  transform: rotate(135deg);
}
.seprator-01 .s-line:after,
.seprator-color .s-line:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 1px;
  width: 6px;
  height: 6px;
  box-shadow: -1px -1px 0 var(--color-04);
  transform: rotate(315deg);
}
.seprator-01 {
  width: 100%;
  text-align: left;
  margin: 20px 0 30px;
}
.Topscroll,
footer .sub-footer,
footer h3 {
  text-align: center;
}
.seprator-01 .s-star {
  width: 18px;
  height: 18px;
  background: url("../img/star-yellow.png") center center no-repeat;
  position: absolute;
  left: 0;
  background-color: var(--color-01);
  box-shadow: var(--color-01);
  z-index: 9;
}
.btn.btn-knowmore,
footer,
header nav ul .sm-dd {
  background: var(--color-04);
}
.width-menu-01 .sm-dd {
  min-width: 560px;
  min-height: 230px;
  left: -170px;
  padding: 0 15px;
  border-radius: 10px;
}
.width-menu-02 .sm-dd {
  border-radius: 0 10px 10px;
  min-width: 240px;
}
header nav ul .sm-dd {
  display: none;
  position: absolute;
  top: 75px;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
header nav ul .sm-dd ul {
  margin: 20px;
  position: relative;
  z-index: 999;
}
header nav ul .sm-dd a .menu-text {
  padding: 12px 5px;
}
header nav ul .sm-dd ul li:last-child a {
  border-bottom: none !important;
}
.logo-desktop,
header nav ul li:hover > .sm-dd {
  display: block;
}
header nav ul li.submenu-dropdown > a {
  padding-right: 15px !important;
}
header nav ul li.submenu-dropdown:hover > a {
  color: var(--color-05);
  background: var(--color-04);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header nav ul li.submenu-dropdown.active > a:after,
header nav ul li.submenu-dropdown:hover > a:after {
  box-shadow: 1.5px 1.5px 0 0 var(--color-05);
}
header nav ul ul li {
  position: static !important;
}
header ul ul li a {
  font-size: 15px;
  text-align: left !important;
  line-height: 1.4 !important;
  border-bottom: 1px solid #cccccc21 !important;
  width: 30%;
  position: relative;
  z-index: 99;
}
header ul ul li a:hover {
  text-decoration: none;
  border-radius: 0 3px 3px 0 !important;
}
header nav ul ul ul {
  position: absolute;
  top: 0;
  left: 240px;
  min-width: 180px;
}
header li.submenu-dropdown > a:after {
  content: " ";
  position: absolute;
  top: 28px;
  right: 17px;
  width: 8px;
  height: 8px;
  box-shadow: 1.5px 1.5px 0 0 var(--color-04);
  transform: rotate(45deg);
}
header li.submenu-dropdown li.submenu-dropdown > a:after {
  transform: rotate(315deg) translate(-10px, -3px);
}
header li > a:only-child:after {
  content: "";
}
header ul .width-menu-01 .sm-dd.wm1:after,
header ul ul li:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 560px;
  min-height: 240px;
  opacity: 0;
  z-index: 9;
  transition: 0.4s ease-in-out;
}
header ul .width-menu-01 .sm-dd ul li:first-child:after {
  background: url(../img/menu-skin.png) var(--color-04) no-repeat center right;
  background-size: contain;
}
header ul .width-menu-01 .sm-dd ul li:nth-child(2):after {
  background: url(../img/menu-hair.png) var(--color-04) no-repeat center right;
  background-size: contain;
}
header ul .width-menu-01 .sm-dd ul li:nth-child(3):after {
  background: url(../img/menu-weight.png) var(--color-04) no-repeat center right;
  background-size: contain;
}
header ul .width-menu-01 .sm-dd ul li:nth-child(4):after {
  background: url(../img/menu-health.png) var(--color-04) no-repeat center right;
  background-size: contain;
}
header ul .width-menu-01 .sm-dd.wm1 {
  background: url(../img/menu-transform.png) var(--color-04) no-repeat center
    right;
  background-size: contain;
  transition: 0.4s ease-in-out;
}
header ul ul li:hover:after {
  opacity: 1;
  transition: 0.4s ease-in-out;
}
footer ul.quicklinks li a,
footer ul.quicklinks li a:hover,
footer ul.tncLinks li a,
footer ul.tncLinks li a:hover {
  transition: 0.3s ease-in-out;
}
@-webkit-keyframes logo_scroll {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -3000% center;
  }
}
img.new-age-footer {
  margin-top: 10px;
}
footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 0;
}
footer:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(../img/footer-logo.png) center center repeat-x;
  -webkit-animation: 300s infinite logo_scroll;
  animation: 300s infinite logo_scroll;
  display: none;
}
footer .top-footer {
  padding: 10vh 0 0;
  position: relative;
}
footer .top-footer p {
  font-weight: 100;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  margin-top: 15px;
}
footer .sub-footer,
footer .sub-footer a,
footer .sub-footer li {
  font-size: 12px;
  font-weight: 300;
  position: relative;
  z-index: 9;
}
.sub-footer .container-fluid {
  padding: 20px 3% 40px;
}
.btn.btn-knowmore,
.btn.btn-knowmore-white {
  padding: 9px 30px 10px;
  min-width: 140px;
  font-size: 12px;
  margin: 5px 0;
}
footer .sub-footer hr {
  margin-bottom: 30px;
}
footer .sub-footer p {
  color: #666565;
  font-size: 15px;
  margin: 5px 0 0;
}
footer h2.footerHeading {
  font-size: 22px;
  color: #000;
  font-weight: 400;
  width: 90%;
}
footer h3 {
  font-size: calc(20px + 6vh);
  line-height: 1;
  position: relative;
  z-index: 9;
}
footer h4 {
  font-family: "Bebas Neue", cursive;
  font-size: calc(19px + 2vh);
  font-weight: 500;
  margin-bottom: 15px;
  padding-bottom: 10px;
  color: #010101;
  position: relative;
}
footer h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 4px;
}
footer ul.tncLinks li {
  padding: 5px 0;
  display: inline-block;
}
footer ul.tncLinks li.active a {
  color: #f15931;
  font-weight: 600;
}
footer ul.tncLinks li a {
  color: #fff;
  font-family: "Bebas Neue", cursive;
  font-size: 15px;
  position: relative;
  line-height: 1.5;
  text-decoration: none;
  padding: 0.5rem;
}
footer ul.quicklinks li a:after,
footer ul.tncLinks li a:after {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 5px;
  font: 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
}
footer ul.tncLinks li a:hover {
  color: #cdff00;
}
footer ul.quicklinks {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
footer ul.quicklinks li {
  line-height: 1.5;
  padding: 0 0 8px;
  min-width: 120px;
  display: block;
}
footer ul.quicklinks li.active a {
  color: #f15931;
}
footer ul.quicklinks li a {
  font-size: 16px;
  font-weight: 100;
  text-decoration: none;
  padding: 12px 0;
  position: relative;
}
footer ul.quicklinks li a:hover:after {
  color: #29388f;
  left: 5px;
  transition: 0.3s ease-in-out;
}
footer a.active,
footer a:hover {
  color: var(--color-05);
  text-decoration: none;
}
ul.privacy_list {
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
ul.privacy_list li {
  padding: 0 10px;
}
.Topscroll {
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  line-height: 2;
  background: #f4792a;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.footer-content {
  max-width: 550px;
  position: relative;
  z-index: 9;
  padding: 0 5%;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.footer-content h5 {
  font-weight: 500;
  margin-bottom: 20px;
}
.footer-content.box_ql {
  float: right;
  max-width: 85%;
}
ul.fmenu-links {
  display: flex;
  margin: 7vh auto 0;
  padding: 0;
  list-style-type: none;
  justify-content: space-around;
  position: relative;
  z-index: 9;
  max-width: 85%;
}
footer .top-footer:after,
footer .top-footer:before,
footer:after {
  position: absolute;
  z-index: 0;
  content: "";
}
ul.fmenu-links li {
  width: 25%;
  text-align: center;
  position: relative;
}
ul.fmenu-links li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 4px;
  width: 1px;
  height: 100%;
  background: var(--color-05);
}
.logo-mobile,
ul.fmenu-links li:first-child:before {
  display: none;
}
ul.fmenu-links li:nth-child(3):before {
  height: 60vh;
}
ul.fmenu-links li a {
  padding: 32px 20px;
}
footer:after {
  width: 100vw;
  height: 100vw;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid var(--color-05);
  border-radius: 100vw;
  box-shadow: 0 0 0 30vh var(--color-04);
}
footer .top-footer:after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-05);
}
footer .top-footer:before {
  bottom: 90px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-05);
}
footer .sub-footer .logo {
  max-width: 220px;
  margin-top: 50px;
}
footer form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
footer form label {
  width: 100%;
  margin-bottom: 0;
  padding-right: 30px;
}
footer form label input {
  font-size: 14px;
  width: 100%;
  height: 40px;
  padding: 20px;
  background: 0 0;
  border: 1px solid #fff;
  border-radius: 100px;
}
ul.social_media_footer {
  margin: 10px 0 5px;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  width: 100%;
}
ul.social_media_footer > li {
  display: block;
  transition: 0.5s ease-in-out;
}
ul.footerLinks li.active > a {
  font-weight: 700;
  color: #333;
  transition: 0.5s ease-in-out;
}
ul.social_media_footer > li > a {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 13px 10px;
  border-top: 1px solid #b7e109;
  border-bottom: 1px solid #b7e109;
  margin-top: -1px;
  transition: 0.5s ease-in-out;
}
ul.social_media_footer > li > a img {
  margin-right: 20px;
  opacity: 0.4;
}
ul.social_media_footer li a:hover {
  color: #000;
  background: #fff;
  transition: 0.5s ease-in-out;
}
ul.social_media_footer li a:hover img {
  opacity: 0.7;
  transition: 0.5s ease-in-out;
}
.flip-container2 {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
}
.flip-container2.hover .back2,
.flip-container2:hover .back2 {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -o-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}
.flip-container2.hover .front2,
.flip-container2:hover .front2 {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.back2,
.flip-container2,
.front2 {
  position: relative;
  top: 3px;
}
.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  top: -7px;
  width: 40px;
}
.back2,
.front2 {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  right: 0;
}
.front2 {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
  z-index: 2;
}
.back2 {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.btn-scrollTop {
  position: fixed;
  bottom: -100px;
  right: 10px;
  z-index: 99;
  text-align: center;
  transition: 0.5s ease-in-out;
}
.btn-scrollTop span.top_icon {
  display: block;
  width: 40px;
  filter: drop-shadow(2px 0px 2px rgba(0, 0, 0, 0.2));
}
.btn-scrollTop span.txt {
  display: block;
  background: var(--color-05);
  padding: 2px 7px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  font-size: 11px;
  position: relative;
  top: -1px;
  z-index: 2;
  box-shadow: -2px 2px 0 #000;
}
.btn-scrollTop:hover,
.btn-scrollTop:hover span.txt {
  text-decoration: none;
}
.btn-scrollTop.active {
  bottom: 10px;
  transition: 0.5s ease-in-out;
}
.btn.btn-knowmore {
  font-weight: 700;
  border-radius: 100px;
  border: none;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.btn.btn-knowmore-white,
.btn.btn-subscribe-now {
  background: var(--color-01);
  border-radius: 100px;
  font-weight: 700;
  color: var(--color-04);
  overflow: hidden;
}
.btn.btn-knowmore-white:before,
.btn.btn-knowmore:before,
.btn.btn-subscribe-now:before {
  content: "";
  position: absolute;
  top: 3%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: var(--color-05);
  border-radius: 100%;
  transform: translate(-50%, 20%);
  z-index: 4;
  transition: 0.3s ease-in-out;
}
.btn.btn-knowmore-05:after,
.btn.btn-knowmore-white:after,
.btn.btn-knowmore:after,
.btn.btn-subscribe-now:after {
  content: "";
  transition: 0.3s ease-in-out;
}
.btn.btn-knowmore .txt,
.btn.btn-knowmore-05 .txt,
.btn.btn-knowmore-white .txt,
.btn.btn-subscribe-now .txt {
  position: relative;
  z-index: 9;
  transition: 0.3s ease-in-out;
}
.btn.btn-knowmore-05:hover,
.btn.btn-knowmore-white:hover,
.btn.btn-knowmore:hover {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.btn.btn-knowmore-05:hover:before,
.btn.btn-knowmore-white:hover:before,
.btn.btn-knowmore:hover:before,
.btn.btn-subscribe-now:hover:before {
  transform: translate(-50%, -50%) scale(2);
  transition: 0.3s ease-in-out;
}
.btn.btn-knowmore:hover .txt,
.btn.btn-subscribe-now:hover .txt {
  color: var(--color-04);
  transition: 0.3s ease-in-out;
}
.btn {
  transition: 0.3s ease-in-out;
}
.btn.btn-knowmore-white {
  min-height: 35px;
  border: none;
  position: relative;
  transition: 0.3s ease-in-out;
}
.btn.btn-knowmore-white:hover .txt {
  color: var(--color-02);
  transition: 0.3s ease-in-out;
}
.btn.btn-subscribe-now {
  padding: 9px 30px 7px;
  min-width: 150px;
  border: none;
  position: relative;
  transition: 0.3s ease-in-out;
}
.btn.btn-knowmore-05,
.btn.btn-knowmore-05:hover .txt {
  color: var(--color-01);
  transition: 0.3s ease-in-out;
}
.btn.btn-subscribe-now:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}
.btn.btn-knowmore-05 {
  font-size: 12px;
  font-weight: 700;
  padding: 9px 30px 10px;
  margin: 5px 0;
  min-width: 140px;
  background: var(--color-05);
  border-radius: 100px;
  border: none;
  position: relative;
  overflow: hidden;
}
.btn.btn-knowmore-05:before {
  content: "";
  position: absolute;
  top: 3%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: var(--color-04);
  border-radius: 100%;
  transform: translate(-50%, 20%);
  z-index: 4;
  transition: 0.3s ease-in-out;
}
.fscreen-01,
.fscreen-02,
.fscreen-03 {
  position: relative;
  overflow: hidden;
}
.fscreen-01 .fimg,
.fscreen-02 .fimg,
.fscreen-03 .fimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  opacity: 1;
}
.faqs-sec-home {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
section.faqs-sec-02 {
  padding: 200px 0 100px;
}
section.faqs-sec-02 ul.np-tabs {
  padding: 0 7%;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  margin: 30px 0;
  border-top: 1px solid var(--color-04);
  border-bottom: 1px solid var(--color-04);
}
section.faqs-sec-02 ul.np-tabs li {
  padding: 0 20px;
}
section.faqs-sec-02 ul.np-tabs li span {
  cursor: pointer;
  color: var(--color-04);
  padding: 13px 0;
  border: none;
  border-radius: 0;
  background: #fff;
  position: relative;
  display: inline-block;
  transition: 0.5s ease-in-out;
}
section.faqs-sec-02 ul.np-tabs li span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--color-04);
  z-index: 9;
  transition: 0.5s ease-in-out;
}
section.faqs-sec-02 ul.np-tabs li span:focus,
section.faqs-sec-02 ul.np-tabs li span:hover {
  outline: 0;
  border: none;
}
section.faqs-sec-02 ul.np-tabs li.is-checked span {
  color: var(--color-04);
  font-weight: 700;
  background: 0 0;
}
section.faqs-sec-02 ul.np-tabs li.is-checked span:after {
  height: 4px;
  transition: 0.5s ease-in-out;
}
section.faqs-services {
  padding: 100px 0;
  background: var(--color-07);
}
section.faqs-services .seprator-color .s-star {
  background-color: var(--color-07);
}
.accordion {
  text-align: left;
  margin-top: 40px;
  overflow: hidden;
  padding-bottom: 10px !important;
}
.accordion .card {
  border: 1px solid var(--color-08);
  border-radius: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.accordion .card-header {
  position: relative;
  background: 0 0;
  border-bottom: none;
  padding: 1rem 4.5rem 1rem 1.5rem;
}
.accordion button {
  color: var(--color-04);
  font-size: 21px;
  font-weight: 600;
  padding: 0;
  width: 100%;
  text-align: left;
  text-transform: inherit;
  background: 0 0;
  border: none;
}
.accordion button .acc_txt {
  white-space: break-spaces;
}
.accordion button .acc_arrow:after,
.accordion button .acc_arrow:before,
.w-play-video .play-icon:after {
  content: "";
}
.accordion .card-body {
  color: var(--color-02);
  font-weight: 400;
  padding: 0 4.5rem 1rem 1.5rem;
}
.accordion .card-body p {
  margin-bottom: 10px;
}
.accordion .card-body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  min-height: 110px;
}
.accordion .card-body ul li {
  padding: 7px 10px 7px 29px;
  position: relative;
}
.accordion .card-body ul li:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 22px;
  height: 22px;
  background: url("../img/star-list.png") center center/cover no-repeat;
}
.accordion .card-body ul li strong {
  color: var(--color-04);
  font-weight: 600;
}
.accordion button .acc_arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: var(--color-04);
  border: 1px solid var(--color-04);
  border-radius: 100px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
}
.accordion button .acc_arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: invert(1);
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjA0LjY0bC0uNjUyLjc1OCA4LjI2NiA3LjEwOEguMDAxdjFoMjAuNjU0bC04LjI2OCA3LjEzNC42NTQuNzU4IDkuNzI2LTguMzk0TDEzLjA0LjY0eiIgZmlsbD0iIzE5MTQxNCIvPjwvc3ZnPg==)
    center center/50% no-repeat;
}
.accordion button:hover .acc_arrow,
.accordion button[aria-expanded="true"] .acc_arrow {
  background: #fff;
  right: 30px;
  transition: 0.2s ease-in-out;
}
.accordion button:hover .acc_arrow:before,
.accordion button[aria-expanded="true"] .acc_arrow:before {
  filter: invert(0);
  transition: 0.2s ease-in-out;
}
.accordion button[aria-expanded="false"] .acc_arrow {
  transform: translateY(-50%) rotate(0);
}
.accordion button[aria-expanded="true"] .acc_arrow {
  top: 20px;
  transform: translateY(0) rotate(90deg);
}
.accordion button:focus,
.accordion button:hover {
  color: var(--color-04);
  text-decoration: none;
}
section.pp_tnc-sec-01 {
  color: var(--color-03);
  background: var(--color-08);
  padding: 200px 0 100px;
  position: relative;
}
section.pp_tnc-sec-01:after {
  content: "";
  position: absolute;
  top: -55vw;
  left: 50%;
  width: 110vw;
  height: 110vw;
  background: var(--color-01);
  border: 1px dashed var(--color-04);
  border-radius: 100%;
  transform: translateX(-50%);
  opacity: 0.6;
}
section.pp_tnc-sec-01 .container {
  position: relative;
  z-index: 9;
}
section.pp_tnc-sec-01 h2 {
  font-size: 60px;
  margin-bottom: 20px;
}
section.pp_tnc-sec-01 h3 {
  font-size: 40px;
  margin-bottom: 20px;
}
section.pp_tnc-sec-01 h4 {
  font-size: 28px;
  margin-top: 50px;
  margin-bottom: 20px;
}
section.pp_tnc-sec-01 a {
  color: var(--color-06);
}
section.pp_tnc-sec-01 .pp_tnc-container {
  background: var(--color-01);
  padding: 10px 40px 0;
  margin-top: 50px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
section.pp_tnc-sec-01 .pt_box {
  padding: 50px 0 40px;
  border-bottom: 1px solid var(--color-08);
}
section.pp_tnc-sec-01 .pt_box ul {
  margin: 0 0 20px 40px;
}
section.pp_tnc-sec-01 .pt_box ul li {
  padding: 5px 0;
}
div#html5-watermark {
  display: none !important;
}
.w-play-video {
  display: inline-block;
  width: 100%;
  margin-top: 25px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.w-play-video:before {
  content: "";
  position: absolute;
  top: 80px;
  left: 80px;
  width: calc(100% - 160px);
  height: calc(100% - 160px);
  border-radius: 7px;
  overflow: hidden;
  z-index: 5;
  transition: 0.5s ease-in-out;
}
.w-play-video .play-icon,
.w-play-video .play-text {
  display: inline-block;
  z-index: 1;
  position: absolute;
  transition: 0.5s ease-in-out;
}
.w-play-video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s ease-in-out;
}
.w-play-video .play-icon,
.w-play-video .play-text,
.w-play-video .sv-playvideo {
  left: 50%;
  transform: translate(-50%, -50%);
}
.w-play-video .play-icon {
  top: 50%;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 100%;
  border: 10px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.w-play-video .play-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 60%;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 15px solid #333;
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
.w-play-video .play-text {
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 1px;
  top: 62%;
}
.w-play-video .sv-playvideo {
  position: absolute;
  top: 50%;
  width: 120px;
  height: 120px;
  padding: 10px;
  background: var(--color-04);
  border-radius: 100px;
  z-index: 5;
  transition: 0.5s ease-in-out;
}
.w-play-video .sv-playvideo img {
  margin: auto !important;
  border: none !important;
  filter: invert(100) brightness(100);
  -webkit-animation: 15s infinite scrolldown__circle;
  -moz-animation: 15s infinite scrolldown__circle;
  -o-animation: 15s infinite scrolldown__circle;
  animation: 15s infinite scrolldown__circle;
}
.w-play-video .sv-playvideo:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 57%;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
  transform: translate(-50%, -50%);
}
.w-play-video .sv-playvideo:after,
.work-video-sec-hero .video-wrapper:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.w-play-video:hover .play-icon,
.w-play-video:hover .sv-playvideo {
  transform: translate(-50%, -50%) scale(1.2);
}
.w-play-video .sv-playvideo:after {
  border-radius: 100px;
}
.w-play-video:hover .play-icon {
  transition: 0.5s ease-in-out;
}
.w-play-video iframe {
  width: 100%;
  height: 100vh;
  top: 0;
  position: relative;
}
.work-video-sec-hero .video-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
h1 {
  font-size: 48px;
  font-family: 'Gotu', sans-serif;
  font-weight: 500;
  line-height: 54px;
}
h2 {
  font-size: 50px;
  font-family: 'Gotu', sans-serif;
  font-weight: 400;
  line-height: 54px;
}
h3 {
  font-size: calc(10px + 1.5vh + 1vw);
}
h4 {
  font-size: calc(6px + 2vh + 1vw);
}
h5 {
  font-size: calc(8px + 1vh + 1vw);
}
.para-21,
h6 {
  font-size: 21px;
}
.para-36 {
  font-size: 36px;
}
.para-30 {
  font-size: 30px;
}
.para-24 {
  font-size: 24px;
}
.para-18 {
  font-size: 18px;
}
.para-16 {
  font-size: 16px;
}
@media only screen and (min-width: 320px) and (max-width: 990px) {
  .navbar-collapse,
  button.navbar-toggler,
  header.stickyheader button.navbar-toggler {
    background: var(--color-04);
  }
  .container {
    max-width: calc(100% - 30px);
  }
  h1 {
    font-size: 30px;
    line-height: 37.5px;
  }
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
  h3 {
    font-size: calc(16px + 3vw);
  }
  h4 {
    font-size: calc(16px + 2vw);
  }
  h5 {
    font-size: 24px;
  }
  .para-24,
  h6 {
    font-size: 21px;
  }
  .para-36 {
    font-size: 36px;
  }
  .para-30 {
    font-size: 30px;
  }
  .para-18,
  .para-21 {
    font-size: 18px;
  }
  .para-16,
  body {
    font-size: 16px;
  }
  .mobile-lang {
    display: block;
  }
  .navbar-brand {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
  }
  .navbar-brand2 {
    display: none;
    flex-direction: column;
    padding: 0;
    position: absolute;
    margin-top: 0;
    left: 25px;
  }
  .navbar {
    justify-content: start;
  }
  .call-buton .cc-calto-action-ripple2 {
    margin-top: -40px;
    margin-left: -15px;
    z-index: 99999;
    right: 1rem;
    bottom: 8rem;
    background: #632963;
    width: 50px;
    height: 50px;
    padding: 1rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    -webkit-animation: 0.6s linear infinite cc-calto-action-ripple2;
    animation: 0.6s linear infinite cc-calto-action-ripple2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }
  .call-buton .cc-calto-action-ripple2 i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.2rem;
  }
  .call-buton .cc-calto-action-ripple2:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  @-webkit-keyframes cc-calto-action-ripple2 {
    0% {
      -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2),
        0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2),
        0 0 0 10px rgba(236, 139, 0, 0.2);
      box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2),
        0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2),
        0 0 0 10px rgba(236, 139, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2),
        0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2),
        0 0 0 20px rgba(236, 139, 0, 0);
      box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2),
        0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2),
        0 0 0 20px rgba(236, 139, 0, 0);
    }
  }
  @keyframes cc-calto-action-ripple2 {
    0% {
      -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2),
        0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2),
        0 0 0 10px rgba(236, 139, 0, 0.2);
      box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2),
        0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2),
        0 0 0 10px rgba(236, 139, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2),
        0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2),
        0 0 0 20px rgba(236, 139, 0, 0);
      box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2),
        0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2),
        0 0 0 20px rgba(236, 139, 0, 0);
    }
  }
  .navbar-brand img {
    padding: 0 0 5px;
    border-right: none;
    max-width: 165px;
  }
  .navbar-brand .logo-txt {
    padding: 5px 0;
    border-top: 1px solid #ccc;
  }
  .logo-mobile {
    width: 60px;
    display: inline-block;
  }
  .logo-desktop,
  header ul ul li:after {
    display: none;
  }
  header {
    padding: 0;
    position: relative;
  }
  header .container {
    padding: 25px 20px !important;
    border-radius: 0;
  }
  header nav ul ul li {
    width: 100%;
  }
  header ul.navbar-nav > li:last-child a span {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 15px 0 !important;
  }
  header ul.navbar-nav li a {
    color: var(--color-01);
    padding: 0 !important;
    text-align: center !important;
  }
  header li.submenu-dropdown > a:after {
    top: 19px;
    box-shadow: 1.5px 1.5px 0 0 var(--color-05);
  }
  header nav ul li.submenu-dropdown > a {
    padding-right: 0 !important;
    box-shadow: 0 0 0 #000 !important;
  }
  header li:last-child a {
    margin: 10px 0;
  }
  header ul:nth-child(3) li.word-en,
  header ul:nth-child(3) li.word-sp,
  header ul:nth-child(3) li:last-child {
    display: none !important;
  }
  header li a.nav-link .menu-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 20px 0 !important;
    border-bottom: 1px solid #1616167a;
  }
  header li.btn-musuem a span:before {
    display: inline-block;
    position: static;
    width: 70px;
    height: 70px;
  }
  header.stickyheader .navbar-collapse {
    top: 72px;
  }
  .navbar.navbar-expand-lg.align-items-start {
    justify-content: space-between;
  }
  .navbar-expand-lg .navbar-toggler {
    display: block !important;
  }
  .navbar-collapse {
    padding: 20px;
    position: fixed !important;
    top: 72px;
    left: 20px;
    width: calc(100% - 40px);
    border-radius: 10px 0 10px 10px;
    box-shadow: 0 10px 20px #00000073;
  }
  .navbar-collapse ul {
    position: static;
    float: none !important;
  }
  button.navbar-toggler {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 2;
    border-radius: 11px;
    padding: 10px;
    border: none;
    outline: 0;
  }
  button.navbar-toggler.collapsed .navbar-toggler-icon:before {
    content: "";
    position: absolute;
    top: 18px;
    right: 10px;
    width: 30px;
    height: 3px;
    background: var(--color-01);
    transform: rotate(0);
    border-radius: 100px;
    transition: 0.2s ease-in-out;
  }
  button.navbar-toggler .navbar-toggler-icon:before,
  button.navbar-toggler.collapsed .navbar-toggler-icon:after {
    top: 30px;
    content: "";
    position: absolute;
    height: 3px;
    background: var(--color-01);
    border-radius: 100px;
    transition: 0.2s ease-in-out;
  }
  button.navbar-toggler.collapsed .navbar-toggler-icon:after {
    right: 10px;
    width: 30px;
    transform: rotate(0);
  }
  button.navbar-toggler .navbar-toggler-icon:before {
    right: 8px;
    width: 70%;
    transform: rotate(45deg);
  }
  button.navbar-toggler .navbar-toggler-icon:after {
    content: "";
    position: absolute;
    top: 29px;
    right: 8px;
    width: 70%;
    height: 3px;
    background: var(--color-01);
    transform: rotate(-45deg);
    border-radius: 100px;
    transition: 0.2s ease-in-out;
  }
  header ul.navbar-nav li {
    display: flex;
    flex-direction: column;
  }
  header nav ul .sm-dd ul {
    margin: 0;
  }
  header nav ul .sm-dd {
    min-width: 100% !important;
    min-height: auto !important;
    position: static;
    background: #481c48;
    border-radius: 0 !important;
    box-shadow: none;
  }
  ul.fmenu-links li a {
    font-size: 14px;
    padding: 35px 0;
  }
  ul.fmenu-links li:before {
    left: 0;
  }
  header ul .width-menu-01 .sm-dd.wm1 {
    background: #290e29;
  }
  .col-md-4.pl-0,
  .footer-content,
  footer .sub-footer .container-fluid {
    padding: 0;
  }
  .accordion {
    margin-top: 0;
  }
  .accordion button {
    font-size: 16px;
    line-height: 1.3;
  }
  .accordion .card-body {
    font-size: 15px;
    padding: 0 1.5rem 1rem;
  }
  .seprator-color {
    max-width: 250px;
  }
  section.faqs-services {
    padding: 70px 0;
  }
  footer:after {
    width: calc(100vw - 1px);
    height: 150vh;
    bottom: 110px;
    transform: scale(1) translateX(-50%);
  }
  footer .top-footer {
    padding: 50px 0 0;
  }
  footer .top-footer p {
    margin-bottom: 20px !important;
  }
  footer .top-footer a.btn.btn-knowmore {
    margin-bottom: 40px;
  }
  footer .col-md-6,
  footer .sub-footer .container .row .col-xl-4 {
    text-align: left !important;
  }
  footer h3 {
    font-size: calc(30px + 4vw);
    text-align: left;
  }
  .home-content h5 {
    margin-bottom: 10px !important;
  }
  footer nav {
    min-height: auto;
  }
  footer ul.quicklinks {
    /*! justify-content: space-around; */ /*! align-items: start; */
  }
  footer ul.quicklinks li {
    min-width: auto;
    padding-right: 20px;
  }
  footer ul.quicklinks li a {
    padding: 3px;
  }
  footer .sub-footer {
    padding: 60px 0 30px;
    text-align: center;
  }
  footer .sub-footer .logo {
    margin: 0 0 80px;
  }
  footer .sub-footer .container {
    padding: 30px 15px;
  }
  footer .sub-footer .container .row {
    flex-direction: column-reverse;
  }
  footer form {
    flex-direction: column;
  }
  footer form label {
    margin-bottom: 20px;
    padding-right: 0;
  }
  .footer-content .btn-subscribe-now {
    margin-bottom: 0;
  }
  .footer-content.box_ql {
    float: left;
    max-width: 100%;
    display: block;
  }
  .flip-container2 {
    left: 10px;
    display: inline-block;
    margin: auto;
  }
  .footer-content h5 {
    color: var(--color-01);
    font-size: 18px;
  }
  .privacy_list {
    margin-top: 20px !important;
    float: none !important;
  }
  footer .top-footer .col-md-12 {
    padding: 0 !important;
  }
  ul.fmenu-links {
    max-width: 100% !important;
    margin-top: 20px;
  }
  ul.fmenu-links li:nth-child(3):before {
    height: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  div#navbarSupportedContent {
    margin: auto !important;
    display: inline-block !important;
    text-align: right;
    float: right;
  }
  div#navbarSupportedContent > ul {
    float: right;
  }
}
@media screen and (min-width: 991px) and (max-width: 1365px) {
  .navbar-brand {
    display: flex;
    flex-direction: column;
  }
  .navbar-brand img {
    padding: 0 0 5px;
    border-right: none;
    max-width: 165px;
  }
  .navbar-brand .logo-txt {
    padding: 5px 0;
    border-top: 1px solid #ccc;
  }
  header ul.navbar-nav li a .menu-text {
    display: block;
    font-size: 13px;
    padding: 15px;
    position: relative;
  }
  header ul.navbar-nav > li:last-child a span {
    padding: 15px 20px;
    width: max-content;
  }
}
@media only screen and (min-width: 1660px) {
  .container.c_w1140 {
    max-width: 1440px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1920px) {
  .container {
    max-width: calc(100% - 12vh);
  }
}
.navbar-toggler {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
}

/* Additional Font Styles requested by User */
.doctor-name {
    font-family: 'Gotu', sans-serif !important;
}

.t_para, .t_list {
    color: black !important;
}

.btn-read-more {
    border-radius: 100px;
    padding: 10px 20px;
    background-color: var(--color-04);
    color: #fff;
    font-weight: 700;
    transition: 0.3s ease-in-out;
}
.btn-read-more:hover {
    background-color: var(--color-01);
    color: var(--color-04);
}
