* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SUSE", sans-serif;
}

:root {
  --orange: #e97736;
}

/* common things ///////////////////////////////////////////////////////////////////////////// */
button {
  border: none;
  background: transparent;
}

.info-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--orange);
  margin: 20px 0;
}

.info-btn p {
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.info-btn img {
  width: 25px;
  padding: 2px 3px;
  border: 1px solid var(--orange);
  border-radius: 50%;
}

.info-btn:hover {
  color: var(--orange);
}

.title h5 {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 800;
  color: var(--orange);
}

.title h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  color: var(--orange);
}

img {
  width: 100%;
}

/* navstrip \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
.nav-strip {
  background-color: var(--orange);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 100px;
}

.nav-strip .timing {
  display: flex;
  gap: 30px;
}

.nav-strip p span {
  font-weight: 500;
}

.nav-strip p {
  margin: 0;
  color: white;
}

.nav-strip .icon {
  display: flex;
  gap: 10px;
  align-items: center;
}

.nav-strip .icon a i {
  color: #002642;
  background-color: #fff;
  padding: 7px;
  transition: all 0.3s ease-in-out;
}

.nav-strip .icon a i:hover {
  color: #ffffff;
  background-color: #002642;
}

@media only screen and (max-width: 1038px) {
  .nav-strip {
    padding: 20px 30px;
  }
}

@media only screen and (max-width: 927px) {
  .nav-strip {
    display: block;
    align-items: center;
  }

  .nav-strip .timing {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }

  .nav-strip .icon {
    display: block;
    text-align: center;
  }
}

/*----------------Nav-Bar--------------------*/
.main-nav-one {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: rgb(255 255 255);
  position: sticky;
  top: 0;
  z-index: 998;
}

/* main nav infos */

.main-nav-one .container {
  position: relative;
}

.main-nav-one__infos-email {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.main-nav-one__infos-email i {
  margin-left: 10px;
}

.main-nav-one__infos-phone i {
  margin-right: 10px;
}

.main-nav-one__infos-phone {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
  right: 0;
}

.main-nav-one__infos-phone,
.main-nav-one__infos-email {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #838a93;
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-nav-one__infos-email:hover {
  color: var(--thm-black);
}

.main-nav-one__infos-phone i,
.main-nav-one__infos-email i {
  width: 36px;
  height: 36px;
  background-color: var(--thm-primary);
  font-size: 12px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: var(--thm-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-nav-one__infos-phone:hover i,
.main-nav-one__infos-email:hover i {
  background-color: var(--thm-black);
  color: #fff;
}

@media (max-width: 1550px) {
  .main-nav-one__infos-email {
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
  }

  .main-nav-one__infos-phone {
    -webkit-transform: translateY(-50%) translateX(30%);
    transform: translateY(-50%) translateX(30%);
  }
}

@media (max-width: 1400px) {
  .main-nav-one__infos {
    display: none;
  }
}

.main-nav-one .logo-box {
  /* width: 100%; */
  max-width: 370px;
  /* background-color: #ffffff; */
  /* box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 3%); */
  position: absolute;
  /* top: 50%; */
  /* left: 50%; */
  /* -webkit-transform: translate(-59%, calc(-40% + 25px)); */
  /* transform: translate(-59%, calc(-40% + 25px)); */
  text-align: center;
  padding: 15px 0px;
  border-bottom: 0px solid #ff5722;
  z-index: 10;
}

.main-nav-one .logo-box a {
  text-decoration: none;
  color: var(--orange);
}

.main-nav-one .logo-box a h2 {
  font-size: 40px;
  font-weight: 700;
}

.main-nav-one .logo-box .side-menu__toggler {
  display: none;
}

.main-nav-one .main-nav__main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box {
  /* padding: 8px 0px; */
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  align-content: space-between;
  justify-content: flex-end;
}

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box>li {
  padding: 30px 0;
}

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box>li+li {
  margin-left: 35px;
}

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box>li:nth-child(3) {
  margin-right: 35px;
}

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box>li:nth-child(4) {
  margin-left: 0px;
}

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box>li>a {
  text-transform: capitalize;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #01445e;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* .main-nav-one .main-nav__main-navigation .main-nav__navigation-box li:hover a,
.main-nav-one .main-nav__main-navigation .main-nav__navigation-box .current a {
  color: var(--orange);
} */

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box li:hover ul li a {
  color: #000;
}

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box li ul li a:hover {
  color: var(--orange);
}

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box .Active a {
  color: var(--orange);
}

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box .Active a {
  color: var(--orange);
}

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box .Active a:before {
  background-color: #fc6a20;
  opacity: 1;
  width: 25px;
  right: auto;
}

/* Dropdown menu */

.main-nav__main-navigation .dropdown-btn {
  display: none;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul {
  margin-top: 10px;
  padding: 15px 0px;
  position: absolute;
  width: 300px;
  /* height: 42vh; */
  background-color: #fff;
  border-top: 3px solid var(--orange);
  box-shadow: 2px 2px 5px 1px rgba(97, 97, 97, 0.05),
    -2px 0px 5px 1px rgb(0 0 0 / 5%);
  -webkit-transform-origin: top;
  transform-origin: top;
  visibility: hidden;
  opacity: 0;
  z-index: 991;
  /* overflow-y: scroll; */

  -webkit-transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul::-webkit-scrollbar {
  width: 6px;
  background-color: #ececec;
  border-radius: 5px;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #bdbdbd;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li {
  position: relative;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li+li {
  border-top: 1px solid rgba(var(--thm-base-rgb), 0.3);
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a {
  display: block;
  color: #000;
  font-size: 16px;
  /* word-break: break-all; */
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover>a {
  color: #dbac6d;
  background-color: #fff;
  padding-left: 30px;
}

/* Second level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul {
  top: 100%;
  left: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);

  visibility: hidden;
  opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>ul {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

/* Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul {
  top: 0;
  left: 100%;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  visibility: hidden;
  opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li:hover>ul {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  visibility: visible;
  opacity: 1;
}

/* After Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul>li>ul {
  display: none;
}

.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1200;
  /*----------
background-color: #ffffff;
----*/
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  opacity: 0;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.stricked-menu .logo-box {
  padding: 2px 0 2px;
  border-bottom: 0px solid #ff5722;
}

.stricked-menu.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.stricked-menu .main-nav__main-navigation .main-nav__navigation-box>li {
  padding-top: 25px;
  padding-bottom: 25px;
}

/*-------------------------------------------------------------- 
## Main Nav Two 
--------------------------------------------------------------*/

.header-two__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 91;
}

.main-nav-two {
  background-color: transparent;
  box-shadow: none;
}

.main-nav-two .logo-box {
  background-color: var(--thm-base);
  border: 8px solid #fff;
  max-width: 227px;
  padding: 31.5px 0;
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.main-nav-two .inner-container {
  background-color: #fff;
  max-width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.main-nav-two .main-nav__main-navigation {
  margin-left: auto;
  padding-right: 60px;
}

.main-nav-two .main-nav__main-navigation .main-nav__navigation-box>li+li {
  margin-left: 60px;
}

.main-nav-two .main-nav__main-navigation .main-nav__navigation-box>li:nth-child(4) {
  margin-left: 60px;
}

.main-nav-two .main-nav__main-navigation .main-nav__navigation-box>li {
  padding: 42px 0;
}

.main-nav-two__social {
  width: 100%;
  max-width: 227px;
  height: 57px;
  background-color: #000;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  top: 100%;
  right: 15px;
}

.main-nav-two__social a {
  font-size: 16px;
  color: var(--thm-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-nav-two__social a:hover {
  color: var(--thm-base);
}

.main-nav-two__social a+a {
  margin-left: 30px;
}

.main-nav-two .main-nav-one__infos {
  display: block;
}

.main-nav-two .main-nav-one__infos-phone {
  -webkit-transform: translateY(-50%) translateX(calc(100% - 18px));
  transform: translateY(-50%) translateX(calc(100% - 18px));
}

.main-nav-two.stricked-menu {
  background-color: #fff;
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
}

.main-nav-two.stricked-menu .main-nav-two__social {
  display: none;
}

.main-nav-two.stricked-menu .logo-box::before {
  content: "";
  width: 10000px;
  height: 100%;
  background-color: var(--thm-base);
  position: absolute;
  right: 0;
  top: 0;
}

.main-nav-two.stricked-menu .logo-box img {
  position: relative;
}

.main-nav-two.stricked-menu .main-nav__main-navigation {
  padding-right: 0;
}

/*-------------------------------------------------------------- 
# SideMenu 
--------------------------------------------------------------*/

.side-menu__block {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.side-menu__block.active {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.side-menu__block-overlay {
  width: 300px;
  margin-left: auto;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0.7;
}

.side-menu__block-inner {
  position: relative;
  width: 300px;
  margin-left: auto;
  height: 100vh;
  background-color: rgb(248, 248, 248);
  z-index: 999999;
  overflow-y: auto;
  padding: 40px 0;
  padding-top: 60px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  align-content: space-between;
}

.side-menu__block-inner .mCustomScrollBox {
  width: 100%;
}

.side-menu__close-btn {
  position: absolute;
  top: 32px;
  right: 30px;
  z-index: 9999999;
  font-size: 25px;
  color: #161616;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.side-menu__close-btn:hover {
  color: var(--thm-base);
}

.mobile-nav__container {
  margin: 25px ​0px;
  border-top: 1px solid rgba(var(--thm-base-rgb), 0.3);
  border-bottom: 1px solid rgba(var(--thm-base-rgb), 0.3);
}

.mobile-nav__container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav__container li.dropdown ul {
  display: none;
}

.mobile-nav__container li.dropdown {
  position: relative;
}

.mobile-nav__container li.dropdown .dropdown-btn {
  border: none;
  outline: none;
  width: 28px;
  height: 26px;
  background-color: #000000;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: transfrom 500ms ease, color 500ms ease,
    background-color 500ms ease;
  transition: transfrom 500ms ease, color 500ms ease,
    background-color 500ms ease;
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #ffffff;
  color: var(--thm-black);
}

.mobile-nav__container li+li {
  border-top: 1px solid #13456d;
}

.mobile-nav__container li>ul {
  border-top: 1px solid #000;
}

.mobile-nav__container li a {
  text-transform: uppercase;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding: 10px 0;
  padding-left: 30px;
  padding-right: 30px;
  border-left: 3px solid transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  text-decoration: none;
}

.mobile-nav__container li a:hover {
  background-color: transparent;
  color: #ffffff;
}

.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current>a {
  /* border-color: #d89132; */
  background-color: var(--orange);
}

.mobile-nav__container .navigation-box__right {
  border-top: 1px solid (var(--orange), 0.3);
}

.side-menu__logo {
  padding-left: 30px;
}

.side-menu__block__copy {
  color: #cccccc;

  font-size: 18px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.side-menu__block__copy a {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.side-menu__block__copy a:hover {
  color: var(--thm-base);
}

.side-menu__social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.side-menu__social a {
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.side-menu__social a:hover {
  color: var(--thm-base);
}

.side-menu__social a+a {
  margin-left: 19px;
}

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box>li>a {
  position: relative;
}

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box .current a:before {
  opacity: 1;
  width: 25px;
  right: auto;
}

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box li:hover a:before {
  opacity: 1;
  width: 25px;
  right: auto;
}

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box>li>a:before {
  width: 0;
  opacity: 0;
  height: 3px;
  display: block;
  position: absolute;
  content: "";
  bottom: -5px;
  background-color: var(--orange);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1199px) {
  .main-nav__main-navigation {
    display: none;
  }

  .main-nav-one .logo-box {
    width: 100%;
    max-width: 100%;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    text-align: center;
    padding: 15px 0;
    border-bottom: 0px solid var(--thm-primary);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .main-nav-one .logo-box .side-menu__toggler {
    display: block;
    font-size: 22px;
    color: #123a66;
  }

  .main-nav-one .inner-container {
    max-width: 100%;
  }

  .main-nav-two .logo-box {
    padding: 25px 0;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--thm-base);
    border: 0;
  }

  .main-nav-two .main-nav-one__infos-phone {
    right: auto;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(calc(100% + 36px));
    transform: translateY(-50%) translateX(calc(100% + 36px));
    color: #fff;
  }

  .main-nav-two .logo-box .side-menu__toggler {
    color: #fff;
    z-index: 10;
    position: relative;
  }

  .contact-one__content {
    margin-bottom: 80px;
  }

  .cta-one h3 {
    padding-left: 15px;
  }

  .cta-one__phone {
    margin-left: 0;
  }

  .cta-one__title {
    left: 55.5px;
  }

  .cta-one .inner-container::before {
    left: 40px;
  }

  .cta-one .inner-container {
    padding-left: 95px;
  }

  .page-header {
    padding-top: 70px;
  }

  .course-details__infos {
    bottom: 0;
    top: auto;
  }

  .about-one__content {
    padding-right: 0;
  }

  .about-one__content>p br {
    display: none;
  }

  .about-one__content .block-title h3 {
    font-size: 60px;
  }

  .cta-two .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
  }

  .cta-two__btn {
    margin-top: 50px;
  }

  .video-two__box {
    position: relative;
    right: auto;
    bottom: auto;
    margin-bottom: 80px;
  }

  .cta-three__moc {
    right: -45%;
  }

  .cta-three__content-inner {
    padding-left: 175px;
  }

  .cta-three__content::after {
    left: 96px;
  }

  .cta-three__feature-box h3 br {
    display: none;
  }

  .cta-three__feature-box h3 {
    font-size: 16px;
  }

  .cta-three__feature-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-four__image {
    margin-bottom: 45px;
  }

  .cta-four__image {
    display: inline-block;
  }

  .cta-five {
    padding-top: 230px;
  }

  .cta-five__box-wrap {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: auto;
    right: auto;
    margin-bottom: 80px;
    padding-top: 120px;
  }

  .course-one__title .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }

  .main-nav-two.stricked-menu {
    background-color: var(--thm-base);
  }

  .feature-one__single {
    margin-bottom: 30px;
  }

  .col-lg-12 .feature-one__single {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-three {
    padding-top: 90px;
  }

  .about-three__image {
    margin-right: 50px;
  }

  .about-three__image>img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .topbar-one {
    display: none;
  }

  .footer-widget {
    -webkit-box-flex: 1;
    flex: 1 1 33.333%;
    max-width: 33.333%;
  }

  .cta-one__phone::before {
    display: none;
  }

  .cta-one h3 {
    padding-left: 0;
    margin-top: 30px;
  }

  .cta-one__title {
    width: 349px;
  }

  .cta-one h3 br {
    display: none;
  }

  .course-details__infos {
    bottom: auto;
    max-width: 500px;
    padding-left: 35px;
    padding-right: 35px;
    top: calc(100% - 100px);
  }

  .course-details__content {
    padding-top: 70px;
  }

  .pricing-one table {
    width: 1170px;
  }

  .about-one__content {
    margin-bottom: 40px;
  }

  .about-two__content {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .about-two__image img {
    width: 100%;
    margin-top: 30px;
  }

  .video-one h3 br {
    display: none;
  }

  .funfact-one__single {
    margin-bottom: 30px;
  }

  [class*="col-"]+[class*="col-"] .funfact-one__single {
    padding-left: 0;
  }

  .funfact-one__title {
    width: 373px;
  }

  .funfact-one .inner-container {
    padding-bottom: 81.5px;
    padding-left: 155px;
  }

  .cta-three__moc,
  .cta-three__content-inner>p br,
  .cta-two h3 br {
    display: none;
  }

  .cta-three {
    padding-top: 120px;
  }

  .cta-three__title {
    width: 100%;
    left: 15px;
    top: auto;
    bottom: 100%;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }

  .cta-three__title::before {
    content: "";
    width: 10000px;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    background-color: var(--thm-primary);
  }

  .cta-three__content::after {
    top: 0;
    left: 50%;
    width: 35px;
    height: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }

  .cta-three__content-inner {
    padding-left: 55px;
  }

  .about-three__image {
    margin-right: 0;
    margin-bottom: 80px;
  }

  .feature-one__single {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-two__home-two .about-two__image::before,
  .about-two__image-title {
    display: none;
  }

  .about-two__content {
    padding-bottom: 30px;
  }

  .contact-one__form-home-two {
    margin-top: 80px;
  }

  .testimonials-one__title__home-one {
    padding-top: 120px;
  }
}

@media (max-width: 767px) {
  .footer-widget {
    -webkit-box-flex: 1;
    flex: 1 1 50%;
    max-width: 50%;
  }

  .course-details__infos {
    bottom: auto;
    max-width: 100%;
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
    top: auto;
  }

  .about-one__image {
    overflow: hidden;
  }

  .about-one__image img {
    max-width: 100%;
  }

  .about-one__image img:nth-child(2) {
    bottom: 0;
    top: auto;
  }

  .funfact-one__single {
    -webkit-box-pack: center;
    justify-content: center;
  }

  .funfact-one__title {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }

  .funfact-one__title::before {
    content: "";
    width: 10000px;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    background-color: var(--thm-black);
  }

  .funfact-one .inner-container::before {
    top: 0;
    left: 50%;
    width: 35px;
    height: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }

  .funfact-one .inner-container {
    padding-left: 0;
  }

  .slider-one__content h3 {
    font-size: 90px;
    line-height: 1em;
  }

  .slider-one__content h3 br {
    display: none;
  }

  .cta-four__content .block-title h3 {
    font-size: 55px;
  }

  .course-one__title br,
  .cta-four__content .block-title h3 br {
    display: none;
  }

  .slider-two {
    margin-top: 0;
  }

  .slider-one__content p {
    font-size: 16px;
  }

  .slider-two .slider-one__content h3 {
    font-size: 85px;
    line-height: 1em;
  }

  .slider-two .slider-one__content h3 br {
    display: none;
  }

  .slider-two [class*="slider-one__slide-"] {
    padding-top: 190px;
    padding-bottom: 120px;
  }
}

@media (max-width: 625px) {
  .cta-one .inner-container {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }

  .cta-one__phone {
    -webkit-box-pack: center;
    justify-content: center;
  }

  .cta-one__title {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }

  .cta-one__title::before {
    content: "";
    width: 10000px;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    background-color: var(--thm-black);
  }

  .cta-one .inner-container::before {
    top: 0;
    left: 50%;
    width: 35px;
    height: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }

  .course-details__infos {
    margin-top: 50px;
  }

  .course-details__infos-title {
    top: auto;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 55px;
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }

  .course-details__infos::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 35px;
    height: 10px;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }

  [class*="course-one__carousel-btn-"] {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .course-one__carousel-btn__wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .video-two .video-popup {
    left: 20px;
  }

  .slider-two .slider-one__carousel .owl-dots,
  .slider-two .slider-one__nav,
  .cta-five__content>p br {
    display: none;
  }
}

@media (max-width: 575px) {
  .footer-widget {
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    max-width: 100%;
  }

  .slider-one__content h3 {
    font-size: 75px;
  }

  [class*="slider-one__slide-"] {
    padding-top: 120px;
    padding-bottom: 180px;
  }

  .slider-one__carousel .owl-dots,
  .slider-one__nav {
    display: none;
  }

  .course-one__title .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .video-two__box img {
    max-width: 100%;
  }

  .about-three__image-content {
    right: -10px;
  }

  .about-three__image-content::before {
    width: 10px;
    height: 15px;
  }
}

@media (max-width: 480px) {
  .cta-one__phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .cta-one__phone i {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .cta-one .inner-container::after,
  .cta-one__title::before {
    display: none;
  }

  .contact-one__content h3 {
    font-size: 45px;
  }

  .cta-one h3 {
    font-size: 35px;
  }

  .cta-one .inner-container {
    padding-bottom: 40px;
  }

  .course-details__infos {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-details__author {
    padding-left: 60px;
  }

  .blog-details__author>img {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 30px;
  }

  .blog-details__content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .slider-one__content p {
    font-size: 16px;
  }

  .slider-one__content h3 {
    font-size: 60px;
  }

  [class*="slider-one__slide-"] {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .service-one__floated-text {
    font-size: 50px;
  }

  .cta-five__box:nth-child(2) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .cta-five__box {
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    max-width: 100%;
  }

  .cta-five__box-wrap {
    padding-top: 0;
  }

  .cta-five {
    padding-top: 120px;
  }

  .about-three__list li {
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 425px) {
  .course-details__infos {
    flex-wrap: wrap;
  }

  .course-details__infos-single {
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    max-width: 100%;
  }

  .course-details__infos-single+.course-details__infos-single {
    padding-top: 30px;
    margin-top: 30px;
  }

  .course-details__infos-single+.course-details__infos-single::before {
    top: 0;
    right: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(0%) rotate(90deg) translateX(-50%);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    left: 57%;
  }

  .video-one h3,
  .about-two .block-title h3 {
    font-size: 55px;
  }

  .about-two .block-title h3 br {
    display: none;
  }

  .about-two br {
    display: none;
  }

  .about-two__list li {
    line-height: 1.25em;
  }

  .main-nav-two .main-nav-one__infos {
    display: none;
  }

  .about-three__image>img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 86%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 86%);
  }

  .cta-four__image {
    margin-bottom: 80px;
  }

  .cta-four__image-content {
    max-width: 250px;
    left: calc(50% - 125px);
    top: 10%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-three__feature-box {
    flex-wrap: wrap;
  }

  .cta-three__feature-box h3 {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 375px) {
  .comment-one__single {
    padding-left: 0;
  }

  .comment-one__single>img {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 30px;
  }

  .comment-one__top {
    margin-bottom: 10px;
  }

  .blog-details__author {
    padding-left: 30px;
    padding-right: 30px;
  }

  .video-one h3,
  .about-two .block-title h3,
  .block-title h3 {
    font-size: 45px;
  }

  .funfact-one__title::before,
  .funfact-one .inner-container::after,
  .block-title h3 br {
    display: none;
  }

  .feature-two__content {
    padding-left: 25px;
    padding-right: 30px;
  }

  .slider-two .slider-one__content h3 {
    font-size: 55px;
  }

  .about-three__image>img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 84%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 84%);
  }

  .faq-one-accrodion .accrodion-title h4 {
    padding-right: 30px;
  }
}

@media (max-width: 320px) {
  .contact-one__content h3 br {
    display: none;
  }

  .course-details__btn {
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-one__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .feature-one__image,
  .feature-one__image-inner {
    width: 100%;
  }

  .feature-one__image-inner>img {
    width: 100%;
  }

  .feature-one__image {
    margin-bottom: 25px;
  }

  .feature-one__content h3 {
    text-align: center;
  }

  .about-three__image::before {
    top: 84%;
  }

  .about-three__image>img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 81%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 81%);
  }
}

/* .banner ///////////////////////////////////////////////////////////////////////// */
.banner {
  position: relative;
}

.banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000005d;
}

.banner .carousel .carousel-inner h2 {
  font-size: 55px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}

.banner .carousel .carousel-inner p {
  font-size: 17px;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}

.banner .carousel .carousel-inner a {
  position: relative;
  z-index: 2;
}

.banner .carousel .carousel-inner a button {
  font-size: 17px;
  text-transform: capitalize;
  padding: 8px 14px;
  border-radius: 10px;
  font-weight: 600;
  background-color: var(--orange);
  border: none;
  position: relative;
  z-index: 2;
}

/* .information /////////////////////////////////////////////////////////////////////////// */
.information {
  padding: 70px;
  background-color: #fafafa;
  overflow: hidden;
}

.information .info-inner {
  padding: 60px;
  border: 1px solid #dadada;
}

.information .border {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 1px solid #dadada !important;
  border-bottom: 1px solid #dadada !important;
}

.information .row>* {
  padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);
}

.information .info-inner .info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.information .info-inner .info-title img {
  width: 60px;
}

.information .info-inner .info-title img {
  filter: opacity(0.3);
}

.information h6 {
  margin: 10px 0;
  font-size: 19px;
  color: rgb(80, 80, 80);
}

@media only screen and (max-width: 974px) {
  .information {
    padding: 50px 0 !important;
  }

  .information .info-inner {
    padding: 30px;
  }

  .information .border {
    margin: 10px 0;
  }

  .information .border {
    border-left: 1px solid #dadada !important;
    border-right: 1px solid #dadada !important;
    border-top: 1px solid #dadada !important;
    border-bottom: 1px solid #dadada !important;
  }
}

/* .home about ///////////////////////////////////////////////////////////////////////// */
.home-about {
  padding: 70px 0;
  overflow: hidden;
}

.home-about .home-about-inner {
  padding: 50px;
}

.home-about .home-about-inner h2 {
  font-size: 45px;
  margin: 20px 0;
}

.home-about .home-about-inner p {
  font-size: 20px;
  margin: 20px 0;
  color: rgb(87, 87, 87);
}

.home-about .home-about-inner .about-point {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}

.home-about .home-about-inner .about-point h6 {
  font-size: 21px;
  color: rgb(87, 87, 87);
}

.home-about .home-about-inner .about-point i {
  font-size: 21px;
}

@media only screen and (max-width: 1116px) {
  .home-about .home-about-inner {
    padding: 10px;
  }

  .home-about .home-about-inner h2 {
    font-size: 35px;
    margin: 10px 0;
  }

  .home-about .home-about-inner .about-point {
    margin: 10px 0;
  }
}

/* .why ///////////////////////////////////////////////////////////////////////// */
.why {
  padding: 70px 0;
  overflow: hidden;
}

.why h2 {
  font-size: 56px;
  margin: 20px 0;
}

.why .why-b {
  margin: 40px 0;
}

.why .why-b h4 {
  font-size: 24px;
  font-weight: 500;
  color: #272727;
}

.why .why-b p {
  color: #4e4e4e;
  font-weight: 500;
}

.why .image {
  position: relative;
}

.why .image .bg {
  position: absolute;
  /* left: 40px;
  top: -40px; */
}

.why .why-box {
  width: 200px;
  height: 200px;
  background-color: var(--orange);
  position: absolute;
  bottom: 0px;
  padding: 22px;
  color: white;
}

.why .why-box h3 {
  font-size: 51px;
  font-weight: 700;
}

.why .why-box h4 {
  text-transform: capitalize;
  font-size: 21px;
}

@media only screen and (max-width: 1116px) {
  .why h2 {
    font-size: 43px;
    margin: 10px 0;
  }

  .why .why-b h4 {
    font-size: 20px;
  }

  .why .why-b {
    margin: 20px 0 0 0;
  }
}

/* treatment /////////////////////////////////////////////////////////////////////////// */
.treatment {
  padding: 70px 0;
  background-color: #f3f3f3;
  overflow: hidden;
}

.treatment .card {
  border: none;
  background-color: #ffffff00;
}

.treatment .card .image {
  position: relative;
  overflow: hidden;
}

.treatment .card .image img {
  filter: grayscale(0.9);
  transition: all 0.3s ease-in-out;
}

.treatment .card .image .side-card {
  position: absolute;
  top: 0;
  right: -50px;
  width: 70px;
  height: 100%;
  background-color: var(--orange);
  /* background-color: #3f1010c0; */
  display: flex;
  align-items: end;
  justify-content: flex-start;
  padding: 20px;
  transition: all 0.3s ease-in-out;
}

.treatment .card .image .side-card i {
  font-size: 25px;
  color: white;
}

.treatment .card:hover .side-card {
  right: 0px;
}

.treatment .card:hover img {
  filter: grayscale(0);
}

.treatment .card h2 {
  margin: 10px 0;
}

.treatment .card p {
  color: rgb(107, 107, 107);
}

/* testimonials /////////////////////////////////////////////////////////////////////////// */

.section-padding {
  padding: 70px 0;
  background: url("../images/backgrounds/testimonial.jpg") center / cover no-repeat;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.section-padding::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff6308de;
}

.section-padding .title {
  /* text-align: center; */
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.section-borders span {
  height: 5px;
  background: #6aaf08;
  width: 40px;
  display: inline-block;
  border-radius: 2px;
}

.section-borders span.black-border {
  background: #333;
  width: 30px;
  margin: 0 6px;
}

.client-testimonial-carousel .owl-dots button {
  height: 5px;
  background: #ffffff !important;
  width: 20px;
  display: inline-block;
  margin: 5px;
  transition: 0.2s;
  border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
  background: #000 !important;
  width: 30px;
}

.client-testimonial-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
}

.single-testimonial-item {
  position: relative;
  /* border: 1px solid black; */
  margin: 2px;
  padding: 20px;
  font-style: italic;
  padding-left: 85px;
}

.single-testimonial-item:before {
  font-family: "Font Awesome 5 Free";
  content: "\f10e";
  font-weight: 900;
  position: absolute;
  left: 20px;
  top: 50%;
  font-size: 50px;
  color: white;
  line-height: 30px;
  margin-top: -15px;
  z-index: 2;
}

.single-testimonial-item:after {
  background: #3d3d3d;
  content: "";
  height: 100%;
  left: 60px;
  position: absolute;
  top: 10%;
  width: 1px;
  z-index: 1;
}

.single-testimonial-item h3 {
  font-size: 20px;
  font-style: normal;
  margin-bottom: 0;
}

.single-testimonial-item p {
  font-size: 24px;
  color: white;
}

.single-testimonial-item h3 span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 5px;
}

/*-- Footer --*/

.Footer {
  padding: 90px 0px 30px;
  background: #1d1f23 url("..//images/backgrounds/Footer-bg.png") center top no-repeat;
  position: relative;
}

.Footer ul {
  padding-left: 0;
}

.Footer .F-List li {
  list-style-type: none;
  display: inline-block;
  width: 45px;
  height: 46px;
  background: #fba818;
  text-align: center;
  padding-top: 11px;
  border-radius: 50%;
  background: #1c1e22;
}

.Footer .F-List li a {
  color: #999b9f;
}

.Footer .Footer-Box .LOGO {
  width: 230px;
  margin-bottom: 28px;
  background: #fff;
  padding: 8px 8px;
  border-radius: 3px;
}

.Footer .F-List li:hover {
  background: var(--orange);
}

.Footer .F-List li:hover a {
  color: #fff;
}

.Footer .Footer-Box .F-Pass {
  margin: 10px 0px;
  width: 90%;
  color: #a7a7a7;
}

.Footer .Footer-Box .Title h4 {
  font-size: 24px;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 400;
  margin-top: 5px;
}

.Footer .Footer-Box .Title img {
  margin: 15px 0px 35px;
}

.Footer .Footer-Box .S-List li {
  list-style: none;
}

.Footer .Footer-Box .S-List li a {
  text-decoration: none;
  font-weight: 400;
  margin-bottom: 12px;
  display: table;
  text-decoration: none;
  color: #a7a7a7;
  position: relative;
}

.Footer .Footer-Box .S-List li a:hover:before {
  /* transform: scaleX(1); */
  color: var(--orange) !important;
}

.Footer .Footer-Box .S-List li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #c8b449;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.Footer .Footer-Box .S-Right {
  margin-left: 0px;
}

.Footer .Footer-Box .Points .Icon {
  float: left;
  color: #ffffff;
  background: var(--orange);
  width: 28px;
  height: 26px;
  text-align: center;
  padding-top: 3px;
}

.Footer .Footer-Box .Points .Info {
  margin-left: 45px;
}

.Footer .Footer-Box .Points .Info p {
  color: #a7a7a7;
}

.Footer .Footer-Box .Points h4 {
  font-family: "Varta", sans-serif !important;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.Footer .Footer-Box .Points {
  margin-bottom: 25px;
}

.Footer .Copywrite {
  text-align: center;
}

.Footer .Copywrite p {
  color: var(--orange);
}

.Footer .Copywrite a {
  color: #ff0000;
  text-decoration: none;
}

.Footer .Copywrite:hover a {
  color: #c8b449;
}

.Footer .F-Strip-List li {
  list-style-type: none;
  display: inline-block;
  margin-left: 15px;
}

.Footer .F-Strip-List li a {
  text-decoration: none;
  color: #9aacbb;
}

.Footer .F-Strip-List li:after {
  position: absolute;
  content: "|";
  padding-left: 6px;
  color: #9aacbb;
}

.Footer .F-Strip-List {
  float: left;
}

.Footer .Copywrite-Box {
  border-top: 1px solid #333;
  padding-top: 25px;
}

.Footer .Footer-Box .Padding-0 {
  padding: 0px !important;
}

/* breadcrumb //////////////////////////////////////////////////////////////////////////////////// */
.breadcrumbs {
  width: 100%;
  height: 350px;
  background-image: url("..//images/backgrounds/breadcrumbs.jpeg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: end;
  justify-content: flex-start;
  position: relative;
}

.breadcrumbs::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000088;
  z-index: 1;
}

.breadcrumbs h2 {
  font-size: 50px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
  color: white;
  z-index: 4;
}

.breadcrumb {
  border-radius: 0;
  background-color: transparent;
  padding: 15px 0 10% 0;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.breadcrumb li {
  font-size: 19px;
  /* color: white; */
  font-weight: 600;
}

.breadcrumb li a {
  font-size: 19px;
  color: white;
  font-weight: 600;
}

/* contact page ////////////////////////////////////////////////////////////////////////////////////// */
.contact-form-section {
  padding: 70px 0;
  background-color: #ffffff;
  overflow: hidden;
}

.contact-form-section .contact-form {
  background-color: #ffffff00;
}

.contact-form-section .contact-form .input1 {
  display: flex;
  gap: 10px;
}

.contact-form-section .contact-form .input1 input {
  width: 50%;
  height: 50px;
  margin-bottom: 25px;
  background-color: transparent;
  border: 1px solid rgb(95, 95, 95);
  padding-left: 20px;
}

.contact-form-section .contact-form .input1 input,
.contact-form-section .contact-form textarea:focus {
  outline: none;
  border: 1px solid rgb(95, 95, 95);
}

.contact-form-section .contact-form textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 25px;
  background-color: transparent;
  padding-left: 20px;
  padding-top: 20px;
}

.contact-form-section .form-contact-info .icon-text {
  display: flex;
  gap: 20px;
  align-items: first baseline;
}

.contact-form-section .form-contact-info .icon-text i {
  color: var(--orange);
}

.form-icon {
  margin-top: 20px;
}

.form-icon i {
  border: 1px solid var(--orange);
  padding: 15px;
  color: rgb(27, 27, 27);
  transition: background-color 0.2s;
}

.form-icon i:hover {
  background-color: var(--orange);
}

/* *
  sliderrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
  */
*/ .main {
  height: 95vh;
  width: 100%;
  position: relative;
  /* top: 85px; */
  cursor: pointer;
}

.wrapper,
.slide {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slide {
  overflow: hidden;
}

.slide::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.247), rgba(0, 0, 0, 0));
  z-index: 2;
}

.slide .image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slide .image-data {
  position: absolute;
  top: 40%;
  /* left: 10%; */
  /* text-align: center; */
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}

.image-data span.text {
  font-size: 18px;
  font-weight: 700;
  color: var(--orange);
}

.image-data h2 {
  font-size: 85px;
  font-weight: 900;
  color: white;
  letter-spacing: 3px;
  /* -webkit-text-stroke: 2px rgb(255, 255, 255); */
  text-align: center;
}

.swiper-button-next {
  right: 50px;
  top: 55% !important;
}

.swiper-button-prev {
  left: 50px;
  top: 55% !important;
}

.nav-btn::before,
.nav-btn::after {
  font-size: 20px;
  color: #fff;
}

.swiper-pagination-bullet {
  opacity: 1;
  height: 12px;
  width: 12px;
  background-color: #fff;
  visibility: hidden;
}

.swiper-pagination-bullet-active {
  border: 2px solid #fff;
  background-color: #c87e4f;
}

.banner-button {
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .nav-btn {
    visibility: hidden;
  }

  .swiper-pagination-bullet {
    visibility: visible;
  }

  .main {
    height: 70vh;
  }
}

@media screen and (max-width: 602px) {
  .image-data h2 {
    font-size: 55px;
    font-weight: 800;
  }

  .main {
    height: 70vh;
  }
}

@media screen and (max-width: 360px) {
  .image-data h2 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
  }

  .slide .image-data {
    left: 5%;
  }

  .main {
    height: 70vh;
  }
}

/* doctors //////////////////////////////////////////////////////////////////////////////////// */
.doctors {
  padding: 70px 0;
  overflow: hidden;
}

.sticky-icon {
  position: fixed;
  left: 40px;
  bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 99;
  visibility: visible;
}

.sticky-img a img {
  width: 45px;
  height: 45px;
  background-color: rgba(21, 255, 0, 0);
  /* border-radius: 50px; */
  /* border: 1px solid rgb(87, 87, 87); */
}

.fix-icon {
  background-color: red;
  display: none;
  position: sticky;
  bottom: 0;
  align-items: center;
  /* justify-content: center; */
  width: 100%;
  z-index: 99;
}

.fix-icon .sticky-img {
  background-color: #018f99;
  width: 50%;
  text-align: center;
  padding: 10px 0;
}

.fix-icon .whatsappimg {
  background-color: #2ab201;
  text-align: center;
  width: 50%;
  padding: 10px 0;
}

.fix-icon .whatsappimg img {
  width: 45px;
  height: 45px;
  background-color: rgba(21, 255, 0, 0);
  text-align: center;
}

@media only screen and (max-width: 700px) {
  .sticky-icon {
    display: none;
    visibility: hidden;
  }

  .fix-icon {
    display: flex;
  }
}

/* about doctor //////////////////////////////////////////////////////////////////////////////////// */
.about-doctor {
  padding: 70px 0;
}

.about-doctor .card .card-body h2 {
  text-transform: capitalize;
  font-size: 31px;
  font-weight: 500;
}

.about-doctor .card .card-body p {
  /* text-transform: lowercase; */
  font-size: 20px;
}

.about-doctor .card .card-body a {
  text-decoration: none;
  color: black;
}

.about-doctor .about-doctor-right {
  background-color: #dadada;
  padding: 35px;
  border-radius: 10px;
}

.about-doctor .about-doctor-right h2 {
  text-transform: capitalize;
  font-size: 35px;
  font-weight: 500;
}

.about-doctor .about-doctor-right p {
  font-size: 21px;
}

/* Gallery */
.gallery .image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  /* 1:1 aspect ratio */
  overflow: hidden;
}

.gallery .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.gallery .image img:first-child {
  filter: brightness(80%);
}

.gallery .image img:last-child {
  clip-path: var(--clip-start);
  transition: clip-path 0.5s ease-in-out;
}

.gallery .image:hover img:last-child {
  clip-path: var(--clip-end);
}


/*------Doctor-Department-Page-----------*/


.Doctor-Department-Page {
    display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0px;
}


.Doctor-Department-Page #accordion .panel {
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 0px;
  border: 1px solid #ddd;
}

.Doctor-Department-Page #accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 3px;
}

.Doctor-Department-Page #accordion .panel-title a {
  display: block;
  padding: 15px 15px;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  color: #2f3d77;
  box-shadow: 0 0 10px rgb(0 0 0 / 5%);
  position: relative;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  text-transform: uppercase;
}

.Doctor-Department-Page .panel-group .panel+.panel {
  margin-top: 0px;
}

.Doctor-Department-Page #accordion .panel-title a.collapsed {
  box-shadow: none;
  color: #676767;
}

.Doctor-Department-Page #accordion .panel-title a:before,
.Doctor-Department-Page #accordion .panel-title a.collapsed:before {
  content: "\f067";
  font-family: "FontAwesome";
  width: 25px;
  height: 25px;
  line-height: 28px;
  font-size: 15px;
  font-weight: 500;
  color: #e97736;
  text-align: center;
  position: absolute;
  top: 8px;
  right: 15px;
  transform: rotate(135deg);
  transition: all 0.3s ease 0s;
}

.Doctor-Department-Page #accordion .panel-title a.collapsed:before {
  color: #2f3d77;
  transform: rotate(0);
}

.Doctor-Department-Page #accordion .panel-title a:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #ececec;
  position: absolute;
  top: 0;
  right: 55px;
}

.Doctor-Department-Page #accordion .panel-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 25px 5px 5px;
  border: none;
  font-size: 15px;
  color: #615f5f;
  line-height: 27px;
}

.Doctor-Department-Page .Information {
  border: 1px solid #ddd;
  border-top: none;
  padding: 20px 20px;
  text-align: center;
  box-shadow: 0px 0px 4px 2px #ccc;
}

.Doctor-Department-Page .Information h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #2f3d77;
  padding-bottom: 10px;
  text-align: center;

}

.Doctor-Department-Page .Information h5 {
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
  color: #e97736;
}

.Doctor-Department-Page .Information h6 {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 800;
}

.Doctor-Department-Page .Text-Center .Heading-Inner img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -50px;
  width: 150px;
}

.Doctor-Department-Page .Inner-Doctor img {
  border: 1px solid #ddd;
}

.padding-0 {
  padding-left: 10px;
  padding-right: 10px;
}

.Doctor-Department-Page .Inner-Doctor {
  margin-bottom: 30px;
}

.Doctor-Department-Page #accordion .panel-title a .fa {
  margin-right: 10px;
  background: #e97736;
  padding: 5px 6px;
  color: #fff;
}

/*------Line-Btn--------*/

.Line-Btn {
  display: block;
  width: 65px;
  border: 1px solid #e97736;
  margin: 8px auto 25px;
}

.clock-Icon {
  border: 0px solid #ddd !important;
  width: 30px;
  margin: 14px auto 14px;
}

.Inner-Doctor .Information p {
  margin-bottom: 0px;
}