@font-face {
  font-family: 'CocoBiker';
  src: url('https://www.dermoaestheticfellowship.com/bookings/fonts/coco/CocoBikeR.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}



:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Amatic SC", sans-serif;
  --font-secondary: "Inter", sans-serif;
  --font-CocoBiker:  'CocoBiker', sans-serif;
}

/* Colors */
:root {
  --color-default: #222323;
  --color-primary: #7b929f;
  --primary-light:#bcced8;
  --primary-dark: #5d6f79;
  --color-secondary: #eae6e3;
  --color-form: #224855;
  --color-white: #fff;
  --color-gray: #5f5f61;
}


body {
  --sb-track-color: #5d6f79;
  --sb-thumb-color: #bcced8;
  --sb-size: 7px;
}

body::-webkit-scrollbar {
  width: var(--sb-size)
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 4px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 4px;
  
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}
html {
  scroll-padding-top: 90px;
}
a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: #ec2727;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
}

.logoA{
  font-family: var(--font-CocoBiker);
  font-weight: 600;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/

.desc{
  font-size: 20px;
  text-align: center;
  color: var(--primary-dark);
}

.menu_btn{
  margin-inline: 40px;
}
.menu_btn a.atag{
  padding: 11px;
  color: var(--primary-dark);
  background-color: var(--color-secondary);
  cursor: pointer;
  border-radius: 10px;
}
.menu_btn a.atag:hover{
  color: var(--primary-dark);
}

section {
  overflow: hidden;
  padding: 80px 0;
}

.section-bg {
  background-color: #eee;
}
.book-a-table.section-bg {
  background-color: #f7ebff;
  background-image: url(../images/section-bg-ictl.jpg);
  /* background-image: url(../images/1.png); */
  background-blend-mode: overlay;
  background-size: cover;
}
.book-a-table .row {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.book-a-table .no_boxshadow{
  box-shadow: none;
}
.book-a-table .desc{
  color: var(--color-white);
  font-weight: 600;
}
.offer_wrap .quote-hdng{
  font-weight: 800;
}
.text_box_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.btn-white.offer_pay{
  font-weight: 600;
  background-color: var(--primary-dark);
  color: var(--color-white);
  padding: 15px 25px;
}
.btn-white.offer_pay:hover{
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: var(--primary-dark);
}
.text_box_wrap .item{
  font-size: 15px;
    font-weight: 500;
    color: var(--primary-dark);
    min-width: 300px;
    padding: 10px 35px;
    background-color: var(--color-secondary);
    border-radius: 15px 0;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    transition: 0.3s linear;
}
.section-header {
  text-align: center;
  padding-bottom: 55px;
}
.moreinfo .modal-body {
  background-color: #f7ebff;
}
.moreinfo .modal-header {
  padding: 10px 10px 0px;
  border-bottom: 0px;
  background: #f7ebff;
}
.moreinfo .modal-header .btn-close:focus {
  box-shadow: unset;
}
.moreinfo .modal-body .price {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  width: 90%;
  background: ;
  padding: 10px 20px;
  border-radius: 10px;
  margin: -39px auto 0px;
  text-align: center;
}
.moreinfo .modal-body .price .currnecy {
  font-weight: 400;
  padding-right: 7px;
}
.moreinfo .modal-body .price .text {
  font-size: 16px;
  font-weight: 400;
  padding-right: 14px;
}
.moreinfo .modal-content {
  overflow: hidden;
}
.moreinfo .modal-body .top-header {
  background: white;
  border-radius: 10px;
  padding: 18px 18px 52px 18px;
  text-align: center;
}
.moreinfo .modal-body ul {
  list-style: none;
}
.moreinfo .modal-body ul li {
  position: relative;
}
.moreinfo .modal-body ul li:before {
  content: "";
  background: url(../images/corner-right.png);
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  position: absolute;
  left: -24px;
  top: 13%;
  background-repeat: no-repeat;
}
.section-header h2 {
  font-size: 32px;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  position: relative;
  color: var(--color-primary);
  text-transform: uppercase;
  font-family: var(--font-default);
  display: inline-block;
}
.section-header h2::before {
  content: "";
  position: absolute;
  background-image: url("../images/divi-ictl.png");
  bottom: -30px;
  width: 240px;
  height: 20px;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-size: contain;
}
.section-header.fee_wrap{
width: fit-content;
    margin-inline: auto;
    background: #FFEFE6;
    display: grid;
    align-items: center;
    padding-bottom: 0;
    padding: 10px 15px;
    border-radius: 5px;
}
.section-header.fee_wrap h3{
  margin: 0;
  color: #5A2E0C;
}
.section-header.fee_wrap h3 del{
  font-size: 80%;
}
.section-header p {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  font-family: var(--font-primary);
  display: none;
}

.section-header p span {
  color: var(--color-primary);
}
.text-box {
  position: relative;
  margin: 10px 0px;
  margin-top: 15px;
}
.btn:link,
.btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 9px 30px;
  display: inline-block;
  border-radius: 100px;
  transition: all 0.2s;
  position: relative;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.btn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-white,
.btn-white:focus {
  background-color: var(--color-secondary);
  color: var(--color-gray);
  position: relative;
  font-size: 16px;
}

.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}

.btn-white::after {
  background-color: rgb(228, 221, 221);
}

.btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.btn-animated {
  animation: moveInBottom 5s ease-out;
  animation-fill-mode: backwards;
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--primary-light);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--color-white);
  line-height: 0;
}

.scroll-top:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media only screen and (max-width: 769px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  background: var(--color-primary);
  transition: all 0.5s;
  /* z-index: 999997; */
  height: 103px;
  border-bottom: 1px solid #fff;
}

.header.sticked {
  border-color: #fff;
  border-color: #eee;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.header .logo img {
  max-height: 87px;
}

.header .btn-book-a-table,
.header .btn-book-a-table:focus {
  font-size: 14px;
  color: #fff;
  background: var(--color-form);
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  transition: 0.3s;
}

section {
  scroll-margin-top: 90px;
  position: relative;
}

.offer_deadline{
  background-color: var(--primary-dark);
  box-shadow: rgb(0 0 0 / 17%) 0px -23px 25px 0px inset,
      rgba(0, 0, 0, 0.15) -2px 11px 30px 0px inset,
      rgba(0, 0, 0, 0.1) 0px -86px 20px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px,
      rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px,
      rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media only screen and (min-width: 800px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar > ul > li {
    white-space: nowrap;
    padding: 10px 0 10px 14px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #f7ebff;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover > a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: var(--primary-light);
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover > a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }

  .header .btn-book-a-table {
    margin-left: 0;
    padding: 10px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

@media only screen and (min-width: 800px) {
  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media only screen and (max-width: 799px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    border-left: 1px solid #666;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-secondary);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 600;
    color: #7f7f90;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar li:hover > a {
    color: #000;
  }

  .navbar .active,
  .navbar .active:focus {
    color: #000;
    border-color: var(--color-primary);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #eee;
  }

  .navbar .dropdown > .dropdown-active,
  .navbar .dropdown .dropdown > .dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin: 0 10px 0 20px;
  }

  .mobile-nav-hide {
    color: var(--color-secondary);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# top_cta Section
--------------------------------------------------------------*/
.top_cta {
  padding: 60px 0px 0px;
}
.top_cta .cta_box {
  position: relative;
  overflow: hidden;
  border: 3px solid #5a4979;
  border-radius: 25px;
}
.top_cta .cta_box a {
  display: block;
}
.top_cta .cta_box:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.top_cta .cta_box img {
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  width: 100%;
}
.top_cta .cta_box p {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  color: #fff;
  background-color: #221669;
  margin: 0;
  padding: 10px;
  line-height: 1.5em;
  height: 80px;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
}
.top_cta .cta_box:hover p {
  bottom: 0px;
}
/* -------------------- */

#gallery {
  padding-top: 40px;
}
.headline-frm {
  font-weight: 600;
  padding-bottom: 10px;
  font-size: 17px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

#testimon .swiper {
  background: var(--color-primary);
  border-radius: 25px;
  padding: 54px 20px;
}
#testimon .swiper .tstm-box p {
  color: #f7ebff;
  text-align: center;
}
#testimon .swiper .tstm-box h4 {
  color: var(--color-white);
  text-align: center;
  border-bottom: 2px dotted #f7ebff;
  width: fit-content;
  margin: auto;
  padding-bottom: 14px;
  padding-top: 30px;
}
#testimon .swiper-pagination-bullet-active {
  background: #f7ebff;
}
.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}
@media only screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}
#enroll .modal-body {
  background-color: var(--primary-light) !important;
}
#enroll .modal-body .appointment p {
  text-shadow: unset !important;
  color: var(--primary-dark) !important;
}
#enroll .modal-content {
  border-radius: 15px;
  overflow: hidden;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

.about h3 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
  font-family: var(--font-secondary);
}

.about .about-form {
  padding: 50px 40px;
  background-color: #eefdfc;
  border-radius: 20px;
  margin: 0px 20px;
  border: 1px dashed #5faca6;
}

.about .abt-img {
  width: 100%;
}

/* --------------- */

.spl-sec {
  background: url(https://kidsplanet.ancorathemes.com/wp-content/uploads/2015/07/bg_blue.jpg?id=238);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 30px;
  text-align: center;
  justify-content: space-around;
  position: relative;
  background-color: var(--primary-light);
  background-blend-mode: multiply;
}

.spl-sec h3 {
  display: block;
  color: #fff;
  font-size: 40px;
}

/* ------------------ */

#accordionFlushExample .accordion-button {
  font-size: 20px;
}

/*-------------------*/

#Career .cours_box {
  position: relative;
  border: 1px solid var(--color-primary);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: var(--primary-light);
  transition: 0.4s;
  border-radius: 30px;
}

#Career .cours_box:hover {
  box-shadow: 2px 3px 7px -2px #2c2c2cdb;
}
#Career .cours_box p {
  padding: 30px;
  font-size: 20px;
  color: var(--color-gray);
  font-weight: 700;
}
#Career .cours_box img {
  width: 200px;
  height: 165px;
  scale: 1.08;
  border-radius: 30px;
  object-fit: cover;
}

/* -------------------------- */

.highlight {
  background-image: url(../images/medical-program-overview.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #ffffff91;
  background-blend-mode: overlay;
  background-size: cover;
  background-position-y: 106px;
}

.highlight ul {
  background-image: url(https://onelifewp.wpenginepowered.com/wp-content/uploads/2016/06/divider.png);
  background-repeat: no-repeat;
  padding-left: 60px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 20px;
  list-style: square;
  color: #1d4a47;
}

.highlight ul li {
  position: relative;
  color: var(--color-gray);
  font-weight: 500;
  line-height: 1.6;
}
.highlight h2 {
  color: var(--color-gray);
  font-weight: 700;
}

/* ----highlight end--------- */

/* Faculty start */
#faculty .fac-box {
  border-radius: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 40px 26px 22px 105px;
  position: relative;
  background: var(--primary-light);
  height: 100%;
}
#faculty .fac-box img {
  width: 161px;
  height: 160px;
  object-fit: cover;
  object-position: top;
  position: absolute;
  border-radius: 110px;
  left: -64px;
  top: -54px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#faculty .fac-box h4 {
  color: var(--primary-dark);
  font-weight: 600;
  text-align: left;
}
#faculty .fac-box p {
  text-align: left;
}
.col_here{
  padding: 65px 76px;
  padding-right: 25px;
  padding-right: 45px;
}
#faculty .swiper-button-next, 
#faculty .swiper-button-prev{
  color: var(--primary-dark);
}
#faculty .swiper-button-next::after, 
#faculty .swiper-button-prev::after{
  font-size: 20px;
  font-weight: 700;
}
#faculty .swiper-pagination-bullet-active{
  background: var(--primary-dark);
}
#faculty .list_wrap{
  list-style: circle;
  padding-left: 20px;
}
#faculty .list_wrap li{
  /* font-family: var(--font-primary); */
  font-size: 18px;
}
#faculty .fac-box{
  min-height: 340px;
}


#Courses {
  background-image: url("https://onelifewp.wpenginepowered.com/wp-content/uploads/2016/03/appointment-parallax.jpg?id=369");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
}
#Courses .section-header h2 {
  color: #fff;
}
#Courses .accordion-button {
  background-color: rgb(255 255 255 / 38%);
}
#Courses .accordion-body ul {
  background-repeat: no-repeat;
  line-height: 40px;
  list-style: square;
  color: #1d4a47;
}
/* gallery */

.training {
  background-image: url(../images/training-faq-bg-itcl.png);
  background-attachment: fixed;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: ;
  background-blend-mode: soft-light;
}
.training a {
  border: none;
  display: block;
  margin-bottom: 20px;
}
.training a img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.training .section-header h2 {
  color: var(--color-primary);
}
.training .section-header h2::before {
  /* filter: invert(1); */
}
/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu .nav-tabs {
  border: 0;
}
.menu .nav-link {
  margin: 0 10px;
  padding: 10px 5px;
  transition: 0.3s;
  color: var(--color-secondary);
  border-radius: 0;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 2px solid #b6b6bf;
}
#faculty .qualification {
  font-size: 15px;
  padding: 0px 0px;
}
#faculty .fac-box h4 br {
  display: none;
}

@media only screen and (max-width: 575px) {
  .menu .nav-link {
    margin: 0 10px;
    padding: 10px 0;
  }
  .headline-frm {
    font-weight: 600;
    padding-bottom: 20px;
    font-size: 20px;
  }
}

.menu .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.menu .nav-link h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  font-family: var(--font-secondary);
}

@media only screen and (max-width: 575px) {
  .menu .nav-link h4 {
    font-size: 16px;
  }
}

.menu .nav-link:hover {
  color: var(--color-primary);
}

.menu .nav-link.active {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.menu .tab-content .tab-header {
  padding: 30px 0;
}

.menu .tab-content .tab-header p {
  font-size: 14px;
  text-transform: uppercase;
  color: #676775;
  margin-bottom: 0;
}

.menu .tab-content .tab-header h3 {
  font-size: 36px;
  font-weight: 600;
  color: var(--color-primary);
}

.menu .tab-content .menu-item {
  -moz-text-align-last: center;
  text-align-last: center;
}

.menu .tab-content .menu-item .menu-img {
  padding: 0 60px;
  margin-bottom: 15px;
}

.menu .tab-content .menu-item h4 {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
  font-weight: 30px;
  margin-bottom: 5px;
}

.menu .tab-content .menu-item .ingredients {
  font-family: var(--font-secondary);
  color: #8d8d9b;
  margin-bottom: 5px;
}

.menu .tab-content .menu-item .price {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Book
--------------------------------------------------------------*/
.book-a-table .reservation-img {
  min-height: 379px;
  background-size: cover;
  background-position: center;
}

.book-a-table .reservation-form-bg {
  background: rgba(55, 55, 63, 0.04);
}

.book-a-table .estimate-form-bg {
  background-color: #4f525b;
}

.book-a-table .php-email-form {
  padding: 40px;
}

.book-a-table .php-email-form h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.book-a-table .php-email-form h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0 0 0;
}

.book-a-table .php-email-form p {
  font-size: 14px;
  margin-bottom: 20px;
}

.book-a-table .php-email-form input,
.book-a-table .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.book-a-table .php-email-form input:focus,
.book-a-table .php-email-form textarea:focus {
  border-color: var(--color-form);
}

.book-a-table .php-email-form input {
  padding: 12px 15px;
}

.book-a-table .php-email-form textarea {
  padding: 12px 15px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* our-couse-section */

#ourcourse .course-boxes {
  position: relative;
  transition: 0.5s;
  padding: 5px 15px;
}
#ourcourse .course-boxes img {
  height: 380px;
  object-fit: cover;
  object-position: bottom;
  padding: 0px;
  box-shadow: rgba(0, 0, 0, 0.08) 8px -2px 12px;
  transition: 0.5s;
  border-radius: 25px;
}
#ourcourse .course-boxes .text {
  position: absolute;
  bottom: 7%;
  left: 32px;
  background: var(--color-primary);
  padding: 12px 11px 13px;
  /* height: 80px; */
  width: 88%;
  transition: 0.5s;
  box-shadow: rgb(0 0 0 / 17%) 0px -23px 25px 0px inset,
    rgba(0, 0, 0, 0.15) -2px 11px 30px 0px inset,
    rgba(0, 0, 0, 0.1) 0px -86px 20px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px,
    rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px,
    rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  border-radius: 10px 10px 10px 25px;
  align-content: space-around;
}
#ourcourse.var2 .course-boxes .text {
  box-shadow: rgb(143 143 143 / 17%) 0px -23px 25px 0px inset,
    rgb(175 169 169 / 15%) -2px 11px 30px 0px inset,
    rgb(111 106 106 / 10%) 0px -86px 20px 0px inset,
    rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px,
    rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px,
    rgba(0, 0, 0, 0.09) 0px 32px 16px;
  height: 100px;
  align-content: space-around;
}
#ourcourse .course-boxes .text h4 {
  color: var(--color-white);
  font-weight: 500;
  font-size: 20px;
}
#ourcourse .course-boxes .text p {
  color: gainsboro;
}
#ourcourse .course-boxes .text .btn {
  font-size: 13px;
  padding: 5px 3px;
  width: 100%;
}
#ourcourse .course-boxes .text .btn:hover {
  font-size: 13px;
  padding: 5px;
  color: var(--color-primary);
}
#ourcourse {
  background: linear-gradient(
    360deg,
    rgba(255, 255, 255, 0) 37%,
    rgba(248, 235, 255, 1) 37%
  );
  padding: 60px 0;
}
#ourcourse.var2 {
  /* background: linear-gradient(360deg, rgba(255, 255, 255, 0) 37%,  37%); */
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 37%, #7b929f 37%);
  /* background-color: var(--color-primary); */
  padding: 60px 0;
}
#ourcourse .course-boxes:hover img {
  /* filter: saturate(1.5); */
}
#ourcourse .course-boxes:hover .text {
  bottom: 12%;
}

#ourcourse.var2 .section-header h3 {
  color: #f8ebff;
}
#ourcourse.var2 .course-boxes .text {
  background: var(--color-primary);
}
#ourcourse.var2 .course-boxes .text h4 {
  color: ;
  font-weight: 600;
}
#ourcourse.var2 .course-boxes .text p {
  color: #897ba7;
}

.card_parent{
  display: grid;
  gap: 40px;
}
.card_parent .cards_main_wrap:nth-child(even) .the_row{
  flex-direction: row-reverse;
}
.cards_main_wrap{
  background-color: var(--primary-light);
    padding: 40px 35px;
    border-radius: 20px;
}
.content_wrap{
    background-color: var(--primary-dark);
    padding: 30px;
    height: 100%;
    border-radius: 15px;
    display: grid;
    align-content: center;
    color: var(--color-white);
}
.cards_main_wrap .img_wrap{
  max-width: 100%;
  overflow: hidden;
  border-radius: 15px;
  /* height: 500px; */
  height: 100%;
}
.cards_main_wrap .img_wrap img{
  width: 100%;
  border-radius: inherit;
  object-fit: cover;
    object-position: left;
    height: 100%;
    transition: 0.2s linear;
}
.cards_main_wrap:hover .img_wrap img{
  transform: scale(1.05);
}
.cards_main_wrap .card_title{
    font-family: var(--font-secondary);
    font-size: 30px;
    line-height: 1.3;
    font-weight: 400;
    font-style: italic;
}
.cards_main_wrap .list{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  list-style: square;
  padding-left: 17px;
  margin-top: 10px;
  column-gap: 35px;
}
.cards_main_wrap .list li{
  position: relative;
  font-family: var(--font-secondary);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin-block: 5px;
}
.cards_main_wrap .list li::before{
      content: "";
    background: url(../images/corner-right.png);
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    position: absolute;
    left: -24px;
    top: 13%;
    background-repeat: no-repeat;
}
.cards_main_wrap .topics{
  font-size: 20px;
  font-family: var(--font-secondary);
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
}
.cards_main_wrap .price_{
  margin-top: 20px;
  font-family: var(--font-secondary);
  font-weight: 400;
  margin: 0;
}
.cards_main_wrap .price_ .small{
  font-style: italic;
}
.cards_main_wrap .btn{
  border: none;
  transform: translate(0);
}
.cards_main_wrap .btn:hover{
  transform: translate(0);
  border: none;
  color: var(--primary-dark);
}
.cards_main_wrap .btn::after{
  border-radius: inherit;
}
/* our course end */

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  background: #fff;
  padding: 30px;
  height: 100%;
}
.contact .info-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 0;
  color: #fff;
  background: #4f525b;
  border-radius: 50%;
  margin-right: 15px;
}

.contact .info-item h3 {
  font-size: 20px;
  color: #6c757d;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.contact .info-item p {
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
}

.contact .php-email-form {
  width: 100%;
  margin-top: 30px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.contact .php-email-form .form-group {
  padding-bottom: 20px;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form input {
  height: 48px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: var(--color-form);
  border: 0;
  padding: 12px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #0394d5;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#Schemes {
  background: var(--primary-light);
}
/* ------------------- */
#top_form .input-groupsubmit input {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}
.foot_nav {
  background-color: var(--color-primary);
}
.foot_nav .section-header h2,
.foot_nav p {
  color: #fff;
}

.foot_nav .section-header {
  text-align: left;
}

.fot_nav {
  list-style: none;
  line-height: 40px;
  margin: 0;
  padding: 0;
}
.fot_nav li a {
  color: #fff;
  display: block;
  font-size: 18px;
}

.media_icon {
  list-style: none;
  padding: 0;
  text-align: center;
}
.media_icon li {
  display: inline-block;
  margin-right: 20px;
}
.media_icon li a {
  display: block;
  font-size: 24px;
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  background-size: cover;
  position: relative;
  min-height: 70vh;
  margin-top: 91px;
  /* background: url(../images/ICTL-Main-bann.jpg); */
  background: url(../images/new/banner-img.png);
  background-size: cover;
  background-position: left;
}

.hero img {
  width: 100%;
}

.hero .form_box {
  position: absolute;
  top: 50%;
  right: 5%;
  background-color: var(--primary-light);
  padding: 20px;
  border-radius: 10px;
  transform: translateY(-50%);
  width: 27%;
}
.hero .form_box h5 {
  color: var(--color-gray) !important;
}

.footer_form{
  align-items: center;
}
.footer_form .img_wrap{
  height: 100%;
  max-width: 600px;
  border-radius: 10px;
  overflow: hidden;
  margin-inline: auto;
}
.footer_form .img_wrap img{
  width: 100%;
  object-fit: cover;
  transition: 0.3s linear;
}
.footer_form .img_wrap:hover img{
  transform: scale(1.05);
}

@media only screen and (max-width: 1025px) {
  .hero .form_box {
    width: 260px;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  background-color: var(--primary-dark);
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.7);
}

.footer .copyright {
  text-align: center;
}
.foot_nav h2 {
  color: var(--color-white);
  padding-bottom: 20px;
}
.foot_nav .cntct-col a {
  color: var(--color-white);
  border-bottom: 1px solid transparent;
  transition: 0.4s;
  font-size: 18px;
}
.foot_nav .cntct-col a:hover {
  color: #f7ebff;
  border-bottom: 1px solid #f7ebff;
}
/* ------thank_txt------- */

.thank_txt {
  overflow: hidden;
  background-color: #f7ebff;
  /* background-image: url(https://media.kenhtuyensinh.vn/images/cms/2021/04/thank-you.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40%;
  position: relative;
  padding: 240px 0px;
}
.thank_txt .text-box h1 {
  font-size: 90px;
  color: var(--primary-dark);
}
.thank_txt .text-box p {
  font-size: 20px;
}
.thank_txt .text-box .btn {
  background: var(--primary-dark);
  color: white;
}
.form-mob-only {
  display: none;
}
.head-box h1 {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-primary);
    background: #fff;
    padding: 20px 15px;
    border-radius: 20px;
    position: relative;
    left: 20px;
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

#ourcourse.var2 .section-header h2::before {
  filter: invert(1);
}
#ourcourse.var2 .section-header h2 {
  color: #fff;
}
#ourcourse.var1 {
  background: #fff;
}
#Career.Coursewho {
  padding: 0px 0px 90px;
}
#Career.Coursewho .cours_box {
  padding: 13px;
  background-color: transparent;
  border: 2px solid var(--color-primary);
  margin-bottom: 21px;
}
#Career.Coursewho .cours_box img {
  width: 95px;
  height: 95px;
  scale: 1;
  border-radius: 90px;
  background: var(--primary-light);
  object-fit: scale-down;
}
#Career.Coursewho .cours_box p {
  padding: 10px 20px;
  color: var(--color-primary);
}
/* ------------ */

/* optional WORKSHOPS START */
.optional_workshops {
  background: var(--primary-light);

   .course-boxes {
    position: relative;
    transition: 0.5s;
    padding: 5px 15px;
  }

   .course-boxes img {
    height: 380px;
    object-fit: cover;
    object-position: bottom;
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.08) 8px -2px 12px;
    transition: 0.5s;
    border-radius: 25px;
  }

   .course-boxes .text {
    position: absolute;
    bottom: -10%;
    /* left: 32px; */
    left: 0;
    background: var(--color-primary);
    padding: 12px 11px 13px;
    min-height: 155px;
    width: 80%;
    transition: 0.5s;
    box-shadow: rgb(0 0 0 / 17%) 0px -23px 25px 0px inset,
      rgba(0, 0, 0, 0.15) -2px 11px 30px 0px inset,
      rgba(0, 0, 0, 0.1) 0px -86px 20px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px,
      rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px,
      rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    border-radius: 10px 10px 10px 25px;
    align-content: space-around;
    display: grid;
    /* justify-content: space-around; */
    align-items: center;
     align-content: space-between;

  }
  .row_gap{
    row-gap: 70px;
    justify-content: center;
  }

  .var2 .course-boxes .text {
    box-shadow: rgb(143 143 143 / 17%) 0px -23px 25px 0px inset,
      rgb(175 169 169 / 15%) -2px 11px 30px 0px inset,
      rgb(111 106 106 / 10%) 0px -86px 20px 0px inset,
      rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px,
      rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px,
      rgba(0, 0, 0, 0.09) 0px 32px 16px;
    height: 100px;
    align-content: space-around;
  }
  .price_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    p{
      margin-bottom: 0;
    }
  }
  .price_wrap .fee{
    font-weight: 500;
  }
  .price_wrap .cost{
    font-weight: 700;
    font-size: 20px;
  }

   .course-boxes .text h4 {
    color: var(--color-white);
    font-weight: 500;
    font-size: 20px;
    text-align: start;
  }

   .course-boxes .text p {
    color: gainsboro;
    text-align: center;
  }

   .course-boxes .text .btn {
    font-size: 13px;
    padding: 5px 3px;
    width: 100%;
  }

   .course-boxes .text .btn:hover {
    font-size: 13px;
    padding: 5px;
    color: var(--color-primary);
  }

   /* {
    background: linear-gradient(360deg,
        rgba(255, 255, 255, 0) 37%,
        rgba(248, 235, 255, 1) 37%);
    padding: 60px 0;
  } */

  .var2 {
    /* background: linear-gradient(360deg, rgba(255, 255, 255, 0) 37%,  37%); */
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 37%, #7b929f 37%);
    /* background-color: var(--color-primary); */
    padding: 60px 0;
  }


   .course-boxes:hover .text {
    bottom: -6%;
  }

  .var2 .section-header h3 {
    color: #f8ebff;
  }

  .var2 .course-boxes .text {
    background: var(--color-primary);
  }

  .var2 .course-boxes .text h4 {
    /* color: ; */
    font-weight: 600;
  }

  .var2 .course-boxes .text p {
    color: #897ba7;
    text-align: center;
  }

}

#optional_workshops   .course-boxes .text .desc{
    font-size: 13px;
    text-align: start;
    color: var(--color-white);
}
/* .optional_workshops#ourcourse{
  background: var(--primary-light);
} */
/* .optional_workshops#ourcourse .course-boxes .text{} */
/* optional WORKSHOPS END */

/* TESTIMONIALS START  */
.testimon_section .swiper-slide{
  width: 400px !important;
}
.testimon_section .tstm-box{
    width: 400px;
    height: 650px;
    margin-inline: auto;
    
}
.testimon_section .tstm-box .video_wrap{
  max-width: 100%;
  height: 100%;
  border-radius: 10px;
}
.testimon_section .tstm-box .video_wrap video,
.testimon_section .tstm-box .video_wrap iframe{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  cursor: pointer;
  pointer-events: auto;
}
.testimon_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.testimon_wrap .img_box{
  max-width: 400px;
  border-radius: 15px;
  position: relative;
}
.testimon_wrap .img_box a{
  display: block;
  border-radius: inherit;
}
.testimon_wrap .img_box img{
  border-radius: inherit;
  max-height: 245px;
}

.testimon_wrap .play_btn{
    position: absolute;
    width: 50px;
    height: 50px;
    padding: 12px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#form-sec{
  margin-inline: auto;
}
.testimon_section .bs_modal{
  cursor: pointer;
}
.testimonal_modal .video_wrap{
  max-width: 100%;
  height: 600px;
}
.testimonal_modal .video_wrap video{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
/* TESTIMONIALS END */



/* Early Bird  */
.early_bird_section .card{
  border: none;
  background-color: var(--primary-light);
  padding: 40px 30px;
  border-radius: 20px;
}
.early_bird_section .card .heading{
  font-size: 25px;
  color: var(--primary-dark);
  font-weight: 600;
}
.early_bird_section .card p,
.early_bird_section .card li{
  font-size: 18px;
  font-weight: 400;
  color: var(--primary-dark);
}
.early_bird_section .card ul{
  list-style: none;
  padding: 0;
}
.early_bird_section .card ul li{
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.early_bird_section .card .btn_warp{
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
}
.early_bird_section .card .menu_btn{
  margin-inline: 0;
}
.early_bird_section .card .menu_btn .btn{
  font-size: 18px;
  position: relative;
}

/* Career Opportunities new  */
.careerOpportunities .section-header{
  padding-bottom: 40px;
}
.careerOpportunities .desc{
  text-align: center;
  font-size: 25px;
  /* font-weight: 600; */
}
.careerOpportunities .item_wrap{
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  /* grid-template-columns: repeat(2,1fr); */
}
.careerOpportunities .item_wrap li,
.careerOpportunities .item_desc{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.careerOpportunities .item_desc{
  font-weight: 400;
  font-size: 20px;
}
.careerOpportunities .item_wrap li{
    width: 435px;
    background: var(--primary-light);
    padding: 10px;
    border-radius: 30px;
    color: var(--primary-dark);
}
.careerOpportunities .list{
  /* max-width: 300px; */
  margin-inline: auto;
  list-style: none;
  padding: 0;
}
.careerOpportunities .list li{
  font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    color: var(--primary-dark);
    font-weight: 600;
}
.careerOpportunities .item_title{
  font-size: 25px;
  font-weight: 600;
  /* color: var(--primary-light); */
  color: var(--color-primary);
  text-align: center;
}
.careerOpportunities .list_wrap li{
  position: relative;
  width: fit-content;
  margin-inline: auto;
  font-weight: 800;
}
.careerOpportunities .list_wrap li::before{
      content: "";
    background: url(../images/new/icons8-arrow-60.png);
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    position: absolute;
    left: -24px;
    top: 20%;
    background-repeat: no-repeat;
}
.style_desc{
    width: fit-content;
    margin-inline: auto;
    background: #bcced863;
    padding-inline: 10px;
    font-weight: 800;
    background: linear-gradient(0deg, #bcced8, transparent);
}
/* Career Opportunities new END */

/* Key_takeaways_section  */
.Key_takeaways_section{
  position: relative;
  background-image: url('../images/new/keytakeway-img.jpg');
  background-size: cover;
  background-attachment: fixed;
}
.Key_takeaways_section::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000075;
    z-index: 0;
}
.Key_takeaways_section > .container{
  position: relative;
  z-index: 1;
}
.Key_takeaways_section .title{
    color: var(--color-white);
    font-weight: 700;
    text-align: start;
}
.Key_takeaways_section .items_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
    max-width: 590px;
    /* margin-left: auto; */
}
.Key_takeaways_section .item{
font-size: 20px;
    font-weight: 500;
    color: var(--primary-dark);
    min-width: 300px;
    padding: 10px 35px;
    background-color: var(--color-secondary);
    border-radius: 15px 0;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    transition: 0.3s linear;
}
.Key_takeaways_section .item:hover{
  background-color: var(--primary-light);
  color: var(--color-default);
}
/* Key_takeaways_section END  */

/* programme_overview  */
.programme_overview{
  background-image: url(../images/new/highlight-section.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.programme_overview::after{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #00000075;
}
.programme_overview > .container{
  position: relative;
  z-index: 1;
}
.programme_overview .title{
  color: var(--color-white);
    font-weight: 700;
    text-align: center;
}
.programme_overview .item_wrap{
  display: grid;
  gap: 10px;
}
.programme_overview .item_wrap .item{
    display: flex;
    gap: 10px;
    /* padding: 16px; */
    background-color: var(--primary-light);
    /* clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); */
    width: 400px;
        min-height: 80px;
    align-items: center;
    border-radius: 10px;
}

.programme_overview .item_wrap .item .count{
   background-color: var(--primary-dark);
    height: 100%;
    width: 15%;
        display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0;
    font-size: 30px;
    color: var(--color-white);
}
.programme_overview .hide_desk{
  display: none;
}
.programme_overview .item_wrap .item .text{
  width: 300px;
}
.programme_overview .col_left{
  justify-content: end;
}
.programme_overview .col_left .item{
    display: flex;
    flex-direction: row-reverse;
    margin-left: auto;
    text-align: end;
}
.programme_overview .pt_down{
  padding-top: 20px;
}
/* programme_overview END */

.offer_deadline{
  display: grid;
  align-content: center;
  gap: 30px;
}
.offer_deadline .title{
  font-size: 25px;
  font-weight: 600;
  color: var(--primary-light);
  text-align: center;
}
.timer_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;

  padding-block: 10px;
  background-color: var(--primary-light);
  margin-inline: 15px;
  border-radius: 15px;
}
.timer_wrap .num,
.timer_wrap .text,
.timer_wrap .dots{
  font-size: 30px;
  font-weight: 500;
  color: var(--primary-dark);
  text-align: center;
}
.timer_wrap .text{
  font-size: 18px;
}

/* Floating Button  */
.floating_btn{
 position: fixed;
 right: 0;
 top: 33%; 
 transform: translateX(100%);
 transition: .10s linear;
 writing-mode: vertical-rl;
 z-index: 999999;
}
.floating_btn.show{
  transform: translateX(0);
}
.floating_btn a{
    padding-inline: 30px;
    font-weight: 800;
}
.floating_btn.menu_btn a.atag{
    background-color: var(--primary-dark) ;
    color: var(--color-white);
    
}
/* Floating Button END */

@media only screen and (max-width: 789px) {
  .hero {
    margin-top: 50px;
    min-height: auto;
  }
  #faculty .fac-box h4 br {
    display: block;
  }
  .hero .form_box {
    display: none;
  }

  .reservation-img {
    display: none;
  }

  .loc_box {
    min-height: auto;
    padding: 15px 30px;
  }

  section {
    padding: 50px 0px;
  }

  .contact .info-item {
    padding: 15px 30px;
  }
  .bookapoint .row.bg-layer {
    height: auto;
    padding: 40px 0;
    text-align: center;
  }
  .spl-sec h3 {
    font-size: 30px;
  }
  .hero img {
    height: 220px;
    object-fit: cover;
    object-position: left;
  }
  .header {
    height: 83px;
  }
  .header .logo img {
    max-height: 50px;
  }
  #ourcourse .course-boxes img {
    height: 285px;
  }
  /* #ourcourse .course-boxes .text {
    height: 100px;
  } */
  .top_cta .cta_box p {
    height: 100px;
  }
  .hero {
    margin-top: 82px;
    background: url(../images/new/banner-sm.png);
    background-size: cover;
    background-position: left;
    display: block !important;
    padding: 50px 20px;
  }
  .mobile-nav-show {
    color: #211569;
    background: #f7ebff;
    padding: 5px;
    border-radius: 10px;
  }
  .highlight {
    background-color: #ffffffc2;
    background-blend-mode: overlay;
  }
  #faculty .fac-box {
    padding: 25px;
    margin: 0px 15px;
  }
  #faculty .fac-box img {
    left: 27%;
    top: -70px;
  }
  #faculty .fac-box h4 {
    padding-top: 90px;
    text-align: center;
  }
  #faculty .fac-box p {
    text-align: center;
  }
  /* .book-a-table.section-bg {
    background-color: #e7c2ff;
  } */
  #faculty .fac-box.one {
    margin-bottom: 100px;
  }
  #Career .cours_box p {
    text-align: center;
    padding: 20px;
  }
  .navbar .active,
  .navbar .active:focus {
    color: #000;
    border-color: #5a4979;
  }
  #testimon {
    padding: 0px 15px !important;
  }
  #testimon .swiper {
    padding: 30px 0px;
    margin-bottom: 40px;
  }
  #testimon .swiper .tstm-box h4 {
    padding-bottom: 9px;
    padding-top: 0px;
    margin-bottom: 10px;
  }
  #form-sec .form_box {
    padding: 10px 10px !important;
  }
  .mob-img-logo {
    display: flex;
    justify-content: center;
  }
  .mob-img-logo img {
    width: 150px !important;
  }
  .crse-rw-mob {
    max-width: 100%;
    padding: 0px;
    position: relative;
    left: 3%;
  }
  .foot_nav {
    padding: 50px 20px;
  }
  .foot_nav h2 {
    color: #f7ebff;
    padding-bottom: 6px;
    margin-top: 40px;
  }
  .foot_nav .cntct-col a {
    font-size: 16px;
  }
  .fot_nav li a {
    font-size: 16px;
  }
  #ourcourse {
    padding: 60px 0 30px;
  }
  .cntct-col {
    position: relative;
    left: 10px;
  }
  .form-mob-only {
    display: block;
    padding: 0px;
    background: var(--primary-light);
    margin-top: -1px;
    z-index: 999;
    position: relative;
    overflow: hidden;
  }
  .hero .form_box {
    display: block;
    transform: unset;
    position: unset;
    background-color: #ffffff;
    width: 100%;
  }
  .head-box h1 {
    background: white;
    font-size: 21px;
    color: #211669;
    padding: 20px 19px;
    position: relative;
    left: 0px;
    width: 100%;
  }
  #testimon .swiper .tstm-box p {
    color: #f7ebff;
    text-align: center;
    padding: 20px;
  }
  #Career.Coursewho {
    padding: 0px 0px 75px;
  }
  .book-a-table.section-bg {
    padding: 63px 5px;
  }
  .highlight {
    padding: 64px 20px 20px;
  }
  #faculty {
    padding: 60px 0px 68px;
  }
  .thank_txt .text-box h1 {
    font-size: 40px;
    color: var(--primary-dark);
  }
  .thank_txt .text-box p {
    font-size: 15px;
  }
  .thank_txt {
    padding: 200px 0px;
  }
  .col_here{
    padding-inline: 0;
    padding-top: 75px;
  }
}

@media only screen and (max-width: 500px) {
  .header .btn-book-a-table {
    display: none;
  }
  .section-header h2 {
    font-size: 24px;
  }
  .about .call-us h4,
  .about .call-us p {
    font-size: 20px;
  }

  .section-header p {
    font-size: 30px;
    font-weight: 600px;
  }

  .spl-sec h3 {
    font-size: 22px;
  }
  #courses .cours_box {
    flex-direction: column;
  }
  .about .about-form {
    padding: 30px;
  }
  #Career .cours_box {
    flex-direction: column;
  }
  #Courses {
    padding-bottom: 50px;
  }
  .thank_txt {
    background-size: 80%;
  }
}

.small_text{
  color: var(--color-form);
}
#lightboxCarousel-9jyd7k1i .carousel-item .ratio{
  border-radius: 15px;
}