/*
Template Name: WPG  Responsive  HTML5 Template
Template URI: https://WPG.com/
Description: WPG  Responsive  HTML5 Template
Author: Mahmudul Hasan Sohel
Author URI: https://zainiklab.com/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
}

:root {
  --white: #ffffff;
  --white-10: rgba(255, 255, 255, 0.1);
  --white-80: rgba(255, 255, 255, 0.8);
  --black: #000000;
  --mid-blue: #12181f;
  --dark-blue: #0e1318;
  --dark-blue-40: rgba(14, 19, 24, 0.4);
  --dark-blue-70: rgba(14, 19, 24, 0.7);
  --red: #ff133c;
  --para-text: #b0bbc7;
  --stroke: #2f2f2f;
  --scroll-track: #efefef;
  --scroll-thumb: #dadada;
}

/* Font size */
.fs-0 {
  font-size: 0px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-29 {
  font-size: 29px !important;
}

.fs-30 {
  font-size: 30px !important;
}

@media screen and (min-width: 576px) {
  .fs-sm-20 {
    font-size: 20px !important;
  }
}

@media screen and (min-width: 576px) {
  .fs-sm-24 {
    font-size: 24px !important;
  }
}

/* Font weight */
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.fw-1000 {
  font-weight: 1000;
}

/* Line Height */
.lh-0 {
  line-height: 0px !important;
}

.lh-10 {
  line-height: 10px !important;
}

.lh-11 {
  line-height: 11px !important;
}

.lh-12 {
  line-height: 12px !important;
}

.lh-13 {
  line-height: 13px !important;
}

.lh-14 {
  line-height: 14px !important;
}

.lh-15 {
  line-height: 15px !important;
}

.lh-16 {
  line-height: 16px !important;
}

.lh-17 {
  line-height: 17px !important;
}

.lh-18 {
  line-height: 18px !important;
}

.lh-19 {
  line-height: 19px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.lh-21 {
  line-height: 21px !important;
}

.lh-22 {
  line-height: 22px !important;
}

.lh-23 {
  line-height: 23px !important;
}

.lh-24 {
  line-height: 24px !important;
}

.lh-25 {
  line-height: 25px !important;
}

.lh-26 {
  line-height: 26px !important;
}

.lh-27 {
  line-height: 27px !important;
}

.lh-28 {
  line-height: 28px !important;
}

.lh-29 {
  line-height: 29px !important;
}

.lh-30 {
  line-height: 30px !important;
}

.lh-31 {
  line-height: 31px !important;
}

.lh-32 {
  line-height: 32px !important;
}

.lh-33 {
  line-height: 33px !important;
}

.lh-34 {
  line-height: 34px !important;
}

@media screen and (min-width: 576px) {
  .lh-sm-46 {
    line-height: 46px !important;
  }
}

/* Letter Spacing */
.ls-1 {
  letter-spacing: 1px;
}

.ls-n-3 {
  letter-spacing: -0.03em;
}

/* text justify */
.text-justify {
  text-align: justify;
}

.text-white {
  color: var(--white) !important;
}

.text-hover-white {
  transition: all 0.3s;
}
.text-hover-white:hover {
  color: var(--white) !important;
}

.text-white-10 {
  color: var(--white-10) !important;
}

.text-hover-white-10 {
  transition: all 0.3s;
}
.text-hover-white-10:hover {
  color: var(--white-10) !important;
}

.text-white-80 {
  color: var(--white-80) !important;
}

.text-hover-white-80 {
  transition: all 0.3s;
}
.text-hover-white-80:hover {
  color: var(--white-80) !important;
}

.text-black {
  color: var(--black) !important;
}

.text-hover-black {
  transition: all 0.3s;
}
.text-hover-black:hover {
  color: var(--black) !important;
}

.text-mid-blue {
  color: var(--mid-blue) !important;
}

.text-hover-mid-blue {
  transition: all 0.3s;
}
.text-hover-mid-blue:hover {
  color: var(--mid-blue) !important;
}

.text-dark-blue {
  color: var(--dark-blue) !important;
}

.text-hover-dark-blue {
  transition: all 0.3s;
}
.text-hover-dark-blue:hover {
  color: var(--dark-blue) !important;
}

.text-dark-blue-40 {
  color: var(--dark-blue-40) !important;
}

.text-hover-dark-blue-40 {
  transition: all 0.3s;
}
.text-hover-dark-blue-40:hover {
  color: var(--dark-blue-40) !important;
}

.text-dark-blue-70 {
  color: var(--dark-blue-70) !important;
}

.text-hover-dark-blue-70 {
  transition: all 0.3s;
}
.text-hover-dark-blue-70:hover {
  color: var(--dark-blue-70) !important;
}

.text-red {
  color: var(--red) !important;
}

.text-hover-red {
  transition: all 0.3s;
}
.text-hover-red:hover {
  color: var(--red) !important;
}

.text-para-text {
  color: var(--para-text) !important;
}

.text-hover-para-text {
  transition: all 0.3s;
}
.text-hover-para-text:hover {
  color: var(--para-text) !important;
}

.text-stroke {
  color: var(--stroke) !important;
}

.text-hover-stroke {
  transition: all 0.3s;
}
.text-hover-stroke:hover {
  color: var(--stroke) !important;
}

/* Background Color */
.bg-white {
  background-color: var(--white) !important;
}

.bg-white-10 {
  background-color: var(--white-10) !important;
}

.bg-white-80 {
  background-color: var(--white-80) !important;
}

.bg-black {
  background-color: var(--black) !important;
}

.bg-mid-blue {
  background-color: var(--mid-blue) !important;
}

.bg-dark-blue {
  background-color: var(--dark-blue) !important;
}

.bg-dark-blue-40 {
  background-color: var(--dark-blue-40) !important;
}

.bg-dark-blue-70 {
  background-color: var(--dark-blue-70) !important;
}

.bg-red {
  background-color: var(--red) !important;
}

.bg-para-text {
  background-color: var(--para-text) !important;
}

.bg-stroke {
  background-color: var(--stroke) !important;
}

/* Border Color */
.bd-c-white {
  border-color: var(--white) !important;
}

.bd-c-white-10 {
  border-color: var(--white-10) !important;
}

.bd-c-white-80 {
  border-color: var(--white-80) !important;
}

.bd-c-black {
  border-color: var(--black) !important;
}

.bd-c-mid-blue {
  border-color: var(--mid-blue) !important;
}

.bd-c-dark-blue {
  border-color: var(--dark-blue) !important;
}

.bd-c-dark-blue-40 {
  border-color: var(--dark-blue-40) !important;
}

.bd-c-dark-blue-70 {
  border-color: var(--dark-blue-70) !important;
}

.bd-c-red {
  border-color: var(--red) !important;
}

.bd-c-para-text {
  border-color: var(--para-text) !important;
}

.bd-c-stroke {
  border-color: var(--stroke) !important;
}

/* z-index */
.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

/* Padding */
.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 1px !important;
}

.p-2 {
  padding: 2px !important;
}

.p-3 {
  padding: 3px !important;
}

.p-4 {
  padding: 4px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-6 {
  padding: 6px !important;
}

.p-7 {
  padding: 7px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-9 {
  padding: 9px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-11 {
  padding: 11px !important;
}

.p-12 {
  padding: 12px !important;
}

.p-13 {
  padding: 13px !important;
}

.p-14 {
  padding: 14px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-16 {
  padding: 16px !important;
}

.p-17 {
  padding: 17px !important;
}

.p-18 {
  padding: 18px !important;
}

.p-19 {
  padding: 19px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-21 {
  padding: 21px !important;
}

.p-22 {
  padding: 22px !important;
}

.p-23 {
  padding: 23px !important;
}

.p-24 {
  padding: 24px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-26 {
  padding: 26px !important;
}

.p-27 {
  padding: 27px !important;
}

.p-28 {
  padding: 28px !important;
}

.p-29 {
  padding: 29px !important;
}

.p-30 {
  padding: 30px !important;
}

@media screen and (min-width: 576px) {
  .p-sm-25 {
    padding: 25px !important;
  }
}

@media screen and (min-width: 576px) {
  .p-sm-30 {
    padding: 30px !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-25 {
    padding: 25px !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-30 {
    padding: 30px !important;
  }
}

@media screen and (min-width: 992px) {
  .p-lg-0 {
    padding: 0px !important;
  }
}

/* Padding top & bottom */
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.py-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.py-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py-13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.py-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-17 {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.py-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.py-19 {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-21 {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}

.py-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.py-23 {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}

.py-27 {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}

.py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.py-29 {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

@media screen and (min-width: 576px) {
  .py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

/* Padding left & right */
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.px-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.px-3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.px-7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.px-9 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-11 {
  padding-left: 11px !important;
  padding-right: 11px !important;
}

.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.px-13 {
  padding-left: 13px !important;
  padding-right: 13px !important;
}

.px-14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-17 {
  padding-left: 17px !important;
  padding-right: 17px !important;
}

.px-18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.px-19 {
  padding-left: 19px !important;
  padding-right: 19px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-21 {
  padding-left: 21px !important;
  padding-right: 21px !important;
}

.px-22 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.px-23 {
  padding-left: 23px !important;
  padding-right: 23px !important;
}

.px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px-26 {
  padding-left: 26px !important;
  padding-right: 26px !important;
}

.px-27 {
  padding-left: 27px !important;
  padding-right: 27px !important;
}

.px-28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.px-29 {
  padding-left: 29px !important;
  padding-right: 29px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

@media screen and (min-width: 576px) {
  .px-sm-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

/* Padding top */
.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 1px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-6 {
  padding-top: 6px !important;
}

.pt-7 {
  padding-top: 7px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-9 {
  padding-top: 9px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-11 {
  padding-top: 11px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-13 {
  padding-top: 13px !important;
}

.pt-14 {
  padding-top: 14px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-17 {
  padding-top: 17px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.pt-19 {
  padding-top: 19px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-21 {
  padding-top: 21px !important;
}

.pt-22 {
  padding-top: 22px !important;
}

.pt-23 {
  padding-top: 23px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-26 {
  padding-top: 26px !important;
}

.pt-27 {
  padding-top: 27px !important;
}

.pt-28 {
  padding-top: 28px !important;
}

.pt-29 {
  padding-top: 29px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

@media screen and (min-width: 576px) {
  .pt-sm-40 {
    padding-top: 40px !important;
  }
}

/* Padding bottom */
.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 1px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.pb-3 {
  padding-bottom: 3px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-9 {
  padding-bottom: 9px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-11 {
  padding-bottom: 11px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pb-13 {
  padding-bottom: 13px !important;
}

.pb-14 {
  padding-bottom: 14px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-17 {
  padding-bottom: 17px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.pb-19 {
  padding-bottom: 19px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-21 {
  padding-bottom: 21px !important;
}

.pb-22 {
  padding-bottom: 22px !important;
}

.pb-23 {
  padding-bottom: 23px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-26 {
  padding-bottom: 26px !important;
}

.pb-27 {
  padding-bottom: 27px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.pb-29 {
  padding-bottom: 29px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

@media screen and (min-width: 576px) {
  .pb-md-35 {
    padding-bottom: 35px !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
}

/* Padding Left */
.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 1px !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pl-3 {
  padding-left: 3px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-6 {
  padding-left: 6px !important;
}

.pl-7 {
  padding-left: 7px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pl-9 {
  padding-left: 9px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-11 {
  padding-left: 11px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.pl-13 {
  padding-left: 13px !important;
}

.pl-14 {
  padding-left: 14px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pl-17 {
  padding-left: 17px !important;
}

.pl-18 {
  padding-left: 18px !important;
}

.pl-19 {
  padding-left: 19px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

@media screen and (min-width: 1200px) {
  .pl-xl-48 {
    padding-left: 48px !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-0 {
    padding-left: 0px !important;
  }
}

/* Padding Right */
.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 1px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.pr-3 {
  padding-right: 3px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-6 {
  padding-right: 6px !important;
}

.pr-7 {
  padding-right: 7px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pr-9 {
  padding-right: 9px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-11 {
  padding-right: 11px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pr-13 {
  padding-right: 13px !important;
}

.pr-14 {
  padding-right: 14px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pr-17 {
  padding-right: 17px !important;
}

.pr-18 {
  padding-right: 18px !important;
}

.pr-19 {
  padding-right: 19px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.top-10 {
  top: 10px;
}

.right-10 {
  right: 10px;
}

/* Margin Left & Right */
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* Margin top */
.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 1px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-9 {
  margin-top: 9px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-11 {
  margin-top: 11px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-13 {
  margin-top: 13px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-17 {
  margin-top: 17px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mt-19 {
  margin-top: 19px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-21 {
  margin-top: 21px !important;
}

.mt-22 {
  margin-top: 22px !important;
}

.mt-23 {
  margin-top: 23px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-26 {
  margin-top: 26px !important;
}

.mt-27 {
  margin-top: 27px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mt-29 {
  margin-top: 29px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

/* Margin right */
.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 1px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.mr-3 {
  margin-right: 3px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-6 {
  margin-right: 6px !important;
}

.mr-7 {
  margin-right: 7px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-9 {
  margin-right: 9px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-11 {
  margin-right: 11px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mr-13 {
  margin-right: 13px !important;
}

.mr-14 {
  margin-right: 14px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mr-17 {
  margin-right: 17px !important;
}

.mr-18 {
  margin-right: 18px !important;
}

.mr-19 {
  margin-right: 19px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

/* Margin bottom */
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-11 {
  margin-bottom: 11px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mb-19 {
  margin-bottom: 19px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.mb-23 {
  margin-bottom: 23px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.mb-27 {
  margin-bottom: 27px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-29 {
  margin-bottom: 29px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

/* Margin left */
.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 1px !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.ml-3 {
  margin-left: 3px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-6 {
  margin-left: 6px !important;
}

.ml-7 {
  margin-left: 7px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.ml-9 {
  margin-left: 9px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-11 {
  margin-left: 11px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.ml-13 {
  margin-left: 13px !important;
}

.ml-14 {
  margin-left: 14px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.ml-17 {
  margin-left: 17px !important;
}

.ml-18 {
  margin-left: 18px !important;
}

.ml-19 {
  margin-left: 19px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

/* Gap */
.g-0 {
  gap: 0px;
}

.g-1 {
  gap: 1px !important;
}

.g-2 {
  gap: 2px !important;
}

.g-3 {
  gap: 3px !important;
}

.g-4 {
  gap: 4px !important;
}

.g-5 {
  gap: 5px !important;
}

.g-6 {
  gap: 6px !important;
}

.g-7 {
  gap: 7px !important;
}

.g-8 {
  gap: 8px !important;
}

.g-9 {
  gap: 9px !important;
}

.g-10 {
  gap: 10px !important;
}

.g-11 {
  gap: 11px !important;
}

.g-12 {
  gap: 12px !important;
}

.g-13 {
  gap: 13px !important;
}

.g-14 {
  gap: 14px !important;
}

.g-15 {
  gap: 15px !important;
}

.g-16 {
  gap: 16px !important;
}

.g-17 {
  gap: 17px !important;
}

.g-18 {
  gap: 18px !important;
}

.g-19 {
  gap: 19px !important;
}

.g-20 {
  gap: 20px !important;
}

.g-21 {
  gap: 21px !important;
}

.g-22 {
  gap: 22px !important;
}

.g-23 {
  gap: 23px !important;
}

.g-24 {
  gap: 24px !important;
}

.g-25 {
  gap: 25px !important;
}

.g-26 {
  gap: 26px !important;
}

.g-27 {
  gap: 27px !important;
}

.g-28 {
  gap: 28px !important;
}

.g-29 {
  gap: 29px !important;
}

.g-30 {
  gap: 30px !important;
}

/* Row Gap */
.rg-0 {
  row-gap: 0px;
}

.rg-1 {
  row-gap: 1px !important;
}

.rg-2 {
  row-gap: 2px !important;
}

.rg-3 {
  row-gap: 3px !important;
}

.rg-4 {
  row-gap: 4px !important;
}

.rg-5 {
  row-gap: 5px !important;
}

.rg-6 {
  row-gap: 6px !important;
}

.rg-7 {
  row-gap: 7px !important;
}

.rg-8 {
  row-gap: 8px !important;
}

.rg-9 {
  row-gap: 9px !important;
}

.rg-10 {
  row-gap: 10px !important;
}

.rg-11 {
  row-gap: 11px !important;
}

.rg-12 {
  row-gap: 12px !important;
}

.rg-13 {
  row-gap: 13px !important;
}

.rg-14 {
  row-gap: 14px !important;
}

.rg-15 {
  row-gap: 15px !important;
}

.rg-16 {
  row-gap: 16px !important;
}

.rg-17 {
  row-gap: 17px !important;
}

.rg-18 {
  row-gap: 18px !important;
}

.rg-19 {
  row-gap: 19px !important;
}

.rg-20 {
  row-gap: 20px !important;
}

.rg-21 {
  row-gap: 21px !important;
}

.rg-22 {
  row-gap: 22px !important;
}

.rg-23 {
  row-gap: 23px !important;
}

.rg-24 {
  row-gap: 24px !important;
}

.rg-25 {
  row-gap: 25px !important;
}

.rg-26 {
  row-gap: 26px !important;
}

.rg-27 {
  row-gap: 27px !important;
}

.rg-28 {
  row-gap: 28px !important;
}

.rg-29 {
  row-gap: 29px !important;
}

.rg-30 {
  row-gap: 30px !important;
}

@media screen and (min-width: 1200px) {
  .rg-xl-40 {
    row-gap: 40px !important;
  }
}

/* Column gap */
.cg-0 {
  column-gap: 0px;
}

.cg-1 {
  column-gap: 1px !important;
}

.cg-2 {
  column-gap: 2px !important;
}

.cg-3 {
  column-gap: 3px !important;
}

.cg-4 {
  column-gap: 4px !important;
}

.cg-5 {
  column-gap: 5px !important;
}

.cg-6 {
  column-gap: 6px !important;
}

.cg-7 {
  column-gap: 7px !important;
}

.cg-8 {
  column-gap: 8px !important;
}

.cg-9 {
  column-gap: 9px !important;
}

.cg-10 {
  column-gap: 10px !important;
}

.cg-11 {
  column-gap: 11px !important;
}

.cg-12 {
  column-gap: 12px !important;
}

.cg-13 {
  column-gap: 13px !important;
}

.cg-14 {
  column-gap: 14px !important;
}

.cg-15 {
  column-gap: 15px !important;
}

.cg-16 {
  column-gap: 16px !important;
}

.cg-17 {
  column-gap: 17px !important;
}

.cg-18 {
  column-gap: 18px !important;
}

.cg-19 {
  column-gap: 19px !important;
}

.cg-20 {
  column-gap: 20px !important;
}

.cg-21 {
  column-gap: 21px !important;
}

.cg-22 {
  column-gap: 22px !important;
}

.cg-23 {
  column-gap: 23px !important;
}

.cg-24 {
  column-gap: 24px !important;
}

.cg-25 {
  column-gap: 25px !important;
}

.cg-26 {
  column-gap: 26px !important;
}

.cg-27 {
  column-gap: 27px !important;
}

.cg-28 {
  column-gap: 28px !important;
}

.cg-29 {
  column-gap: 29px !important;
}

.cg-30 {
  column-gap: 30px !important;
}

@media screen and (min-width: 1200px) {
  .cg-xl-40 {
    column-gap: 40px !important;
  }
}

/* Minimum width */
.min-w-auto {
  min-width: auto !important;
}

.min-w-0 {
  min-width: 0px;
}

/* Maximum width */
.max-w-258 {
  max-width: 258px;
}

.max-w-342 {
  max-width: 342px;
}

.max-w-495 {
  max-width: 495px;
}

.max-w-526 {
  max-width: 526px;
}

.max-w-550 {
  max-width: 550px;
}

.max-w-561 {
  max-width: 561px;
}

.max-w-606 {
  max-width: 606px;
}

.max-w-627 {
  max-width: 627px;
}

.max-w-757 {
  max-width: 757px;
}

.max-w-762 {
  max-width: 762px;
}

.max-w-1029 {
  max-width: 1029px;
}

/* Width */
.w-12 {
  width: 12px !important;
}

.w-16 {
  width: 16px !important;
}

.w-25 {
  width: 25px !important;
}

.w-30 {
  width: 30px !important;
}

.w-32 {
  width: 32px !important;
}

.w-41 {
  width: 41px !important;
}

/* Minimum Height */
.min-h-0 {
  min-height: 0px !important;
}

/* Maximum Height */
.max-h-204 {
  max-height: 204px;
}

.max-h-297 {
  max-height: 297px;
}

.max-h-525 {
  max-height: 525px;
}

/* Height */
.h-12 {
  height: 12px !important;
}

.h-16 {
  height: 16px !important;
}

.h-25 {
  height: 25px !important;
}

.h-30 {
  height: 30px !important;
}

.h-32 {
  height: 32px !important;
}

.h-35 {
  height: 35px !important;
}

.h-41 {
  height: 41px !important;
}

.hover-color-brand-primary:hover {
  color: var(--mid-blue) !important;
}

/* Border */
.bd-one {
  border-width: 1px !important;
  border-style: solid;
}

/* Border top */
.bd-t-zero {
  border-top-width: 0px !important;
  border-top-style: solid;
}

.bd-t-one {
  border-top-width: 1px !important;
  border-top-style: solid;
}

/* Border Bottom */
.bd-b-one {
  border-bottom-width: 1px !important;
  border-bottom-style: solid;
}

/* Border right */
.bd-r-one {
  border-right-width: 1px !important;
  border-right-style: solid;
}

/* Border left */
.bd-l-one {
  border-left-width: 1px !important;
  border-left-style: solid;
}

/* Border Radius */
.bd-ra-0 {
  border-radius: 0px !important;
}

.bd-ra-1 {
  border-radius: 1px !important;
}

.bd-ra-2 {
  border-radius: 2px !important;
}

.bd-ra-3 {
  border-radius: 3px !important;
}

.bd-ra-4 {
  border-radius: 4px !important;
}

.bd-ra-5 {
  border-radius: 5px !important;
}

.bd-ra-6 {
  border-radius: 6px !important;
}

.bd-ra-7 {
  border-radius: 7px !important;
}

.bd-ra-8 {
  border-radius: 8px !important;
}

.bd-ra-9 {
  border-radius: 9px !important;
}

.bd-ra-10 {
  border-radius: 10px !important;
}

.bd-ra-11 {
  border-radius: 11px !important;
}

.bd-ra-12 {
  border-radius: 12px !important;
}

.bd-ra-13 {
  border-radius: 13px !important;
}

.bd-ra-14 {
  border-radius: 14px !important;
}

.bd-ra-15 {
  border-radius: 15px !important;
}

.bd-ra-16 {
  border-radius: 16px !important;
}

.bd-ra-17 {
  border-radius: 17px !important;
}

.bd-ra-18 {
  border-radius: 18px !important;
}

.bd-ra-19 {
  border-radius: 19px !important;
}

.bd-ra-20 {
  border-radius: 20px !important;
}

/* Border Top left Radius */
.bd-tl-ra-0 {
  border-top-left-radius: 0px !important;
}

/* Border Top right Radius */
.bd-tr-ra-0 {
  border-top-right-radius: 0px !important;
}

/* Border bottom left Radius */
.bd-bl-ra-0 {
  border-bottom-left-radius: 0px !important;
}

/* Border bottom right Radius */
.bd-br-ra-0 {
  border-bottom-right-radius: 0px !important;
}

/* Section Common */
.section-gap {
  padding: 120px 0;
}
@media screen and (max-width: 991px) {
  .section-gap {
    padding: 90px 0;
  }
}
@media screen and (max-width: 575px) {
  .section-gap {
    padding: 50px 0;
  }
}
.section-gap-top {
  padding-top: 120px;
}
@media screen and (max-width: 991px) {
  .section-gap-top {
    padding-top: 90px;
  }
}
@media screen and (max-width: 575px) {
  .section-gap-top {
    padding-top: 50px;
  }
}
.section-gap-bottom {
  padding-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .section-gap-bottom {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 575px) {
  .section-gap-bottom {
    padding-bottom: 50px;
  }
}
.section-gap-alt {
  padding: 130px 0;
}
@media screen and (max-width: 991px) {
  .section-gap-alt {
    padding: 90px 0;
  }
}
@media screen and (max-width: 575px) {
  .section-gap-alt {
    padding: 50px 0;
  }
}
.section-gap-alt-top {
  padding-top: 130px;
}
@media screen and (max-width: 991px) {
  .section-gap-alt-top {
    padding-top: 90px;
  }
}
@media screen and (max-width: 575px) {
  .section-gap-alt-top {
    padding-top: 50px;
  }
}
.section-gap-alt-bottom {
  padding-bottom: 130px;
}
@media screen and (max-width: 991px) {
  .section-gap-alt-bottom {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 575px) {
  .section-gap-alt-bottom {
    padding-bottom: 50px;
  }
}
.section-content-wrap {
  padding-bottom: 50px;
}
@media screen and (max-width: 575px) {
  .section-content-wrap {
    padding-bottom: 30px;
  }
}
.section-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.21;
  color: var(--white);
  font-size: clamp(25px, 2.5vw, 50px);
  letter-spacing: -0.03em;
  padding-bottom: 16px;
}
.section-info {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: var(--mid-blue);
}

/* Dropdown */
.notifyDropdown .dropdown-toggle .notify_no {
  position: absolute;
  top: calc(-1 * 3px);
  right: calc(-1 * 3px);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: var(--mid-blue);
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  color: var(--mid-blue);
  display: flex;
  justify-content: center;
  align-items: center;
}
.notifyDropdown .dropdown-toggle::after {
  display: none;
}
.notifyDropdown .dropdown-menu {
  min-width: 450px;
  max-width: 450px;
  padding: 20px 30px;
  background-color: var(--white);
  border: 0.5px solid var(--red);
  border-radius: 15px;
  transform: translate3d(0, 60px, 0);
}
@media screen and (max-width: 575px) {
  .notifyDropdown .dropdown-menu {
    min-width: 240px;
    max-width: 240px;
  }
}
.notifyDropdown .dropdown-menu.show {
  top: 10% !important;
}
.notifyDropdown .dropdown-menu > * {
  padding-left: 15px;
  padding-right: 15px;
}

.dropdown-after-hide::after {
  display: none !important;
}

.dropdownItem-one {
  min-width: 125px !important;
  padding: 14px !important;
  border: 1px solid var(--red) !important;
  border-radius: 6px !important;
  box-shadow: 0px 11px 30px 10px rgba(163, 177, 204, 0.1607843137);
}
.dropdownItem-one li {
  padding-bottom: 8px;
}
.dropdownItem-one li:last-child {
  padding-bottom: 0;
}
.dropdownItem-one a {
  border-radius: 7px;
}
.dropdownItem-one a:hover p, .dropdownItem-one a.active p {
  color: var(--mid-blue) !important;
}
.dropdownItem-two {
  min-width: 140px !important;
  padding: 16px 14px !important;
  border: 1px solid var(--red) !important;
  border-radius: 6px !important;
  box-shadow: 0px 11px 30px 10px rgba(163, 177, 204, 0.1607843137);
}
.dropdownItem-two li {
  padding-bottom: 10px;
}
.dropdownItem-two li:last-child {
  padding-bottom: 0;
}
.dropdownItem-two a > div,
.dropdownItem-two button > div {
  flex: 0 0 auto;
  max-width: 15px;
  width: 100%;
}
.dropdownItem-two a:hover p, .dropdownItem-two a.active p,
.dropdownItem-two button:hover p,
.dropdownItem-two button.active p {
  color: var(--mid-blue) !important;
}
.dropdownItem-two a:hover svg path, .dropdownItem-two a.active svg path,
.dropdownItem-two button:hover svg path,
.dropdownItem-two button.active svg path {
  fill: var(--mid-blue);
}
.dropdownItem-three {
  min-width: 213px !important;
  padding: 16px !important;
  border: 1px solid var(--red) !important;
  border-radius: 6px !important;
  box-shadow: 0px 11px 30px 10px rgba(163, 177, 204, 0.1607843137);
}
.dropdownItem-three li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--red);
}
.dropdownItem-three li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.dropdownItem-three a > div {
  flex: 0 0 auto;
  max-width: 15px;
  width: 100%;
}
.dropdownItem-three a:hover p, .dropdownItem-three a.active p {
  color: var(--mid-blue) !important;
}
.dropdownItem-three a:hover svg path, .dropdownItem-three a.active svg path {
  fill: var(--mid-blue);
}
.dropdownItem-four {
  min-width: 140px !important;
  padding: 12px 14px !important;
  border: 1px solid var(--red) !important;
  border-radius: 6px !important;
  box-shadow: 0px 11px 30px 10px rgba(163, 177, 204, 0.1607843137);
}
.dropdownItem-four li {
  padding-bottom: 10px;
}
.dropdownItem-four li:last-child {
  padding-bottom: 0;
}
.dropdownItem-four button {
  border: none;
  padding: 0;
  background: transparent;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: var(--mid-blue);
}
.dropdownItem-four button:hover, .dropdownItem-four button.active {
  color: var(--mid-blue) !important;
}

/* Lists */
.notify-list {
  padding: 0 0 10px !important;
}
.notify-list li {
  padding: 15px 0;
  border-bottom: 1px solid var(--red);
}
.notify-list li:first-child {
  padding-top: 0;
}
.notify-list li:last-child {
  border-bottom: none;
}
.notify-list ~ .link {
  display: inline-block;
  padding: 8.5px 30px;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  color: var(--mid-blue);
  background-color: var(--red);
  transition: all 0.3s;
}
.notify-list ~ .link:hover {
  background-color: var(--mid-blue);
  color: var(--white) !important;
}

/* Lists */
.zList-pb-5 li {
  padding-bottom: 5px;
}
.zList-pb-5 li:last-child {
  padding-bottom: 0;
}
.zList-pb-6 li {
  padding-bottom: 6px;
}
.zList-pb-6 li:last-child {
  padding-bottom: 0;
}
.zList-pb-8 li {
  padding-bottom: 8px;
}
.zList-pb-8 li:last-child {
  padding-bottom: 0;
}
.zList-pb-12 li {
  padding-bottom: 12px;
}
.zList-pb-12 li:last-child {
  padding-bottom: 0;
}
.zList-pb-13 li {
  padding-bottom: 13px;
}
.zList-pb-13 li:last-child {
  padding-bottom: 0;
}
.zList-pb-15 li {
  padding-bottom: 15px;
}
.zList-pb-15 li:last-child {
  padding-bottom: 0;
}
.zList-pb-16 li {
  padding-bottom: 16px;
}
.zList-pb-16 li:last-child {
  padding-bottom: 0;
}
.zList-pb-30 li {
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .zList-pb-30 li {
    padding-bottom: 20px;
  }
}
.zList-pb-30 li:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .zList-three {
    display: flex;
    align-items: center;
    gap: 10px 20px;
    flex-wrap: wrap;
  }
}
.zList-three li {
  padding: 25px 0;
  border-bottom: 1px solid var(--red);
}
@media screen and (max-width: 1199px) {
  .zList-three li {
    position: relative;
    padding: 0;
    border-bottom: none;
  }
}
.zList-three li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(-1 * 10px);
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background-color: var(--red);
  display: none;
}
@media screen and (max-width: 1199px) and (min-width: 576px) {
  .zList-three li::before {
    display: block;
  }
}
.zList-three li:first-child {
  padding-top: 0;
}
.zList-three li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.zList-three li:last-child::before {
  display: none;
}
.zList-four li a {
  border-bottom: 2px solid transparent;
}
.zList-four li a.active, .zList-four li a:hover {
  border-bottom: 2px solid var(--mid-blue);
}
.zList-four li a.active svg circle, .zList-four li a:hover svg circle {
  stroke: var(--mid-blue);
}
.zList-four li a.active svg path, .zList-four li a:hover svg path {
  fill: var(--mid-blue);
}
.zList-four li a.active span, .zList-four li a:hover span {
  color: var(--mid-blue) !important;
}

/* Search */
.search-one {
  position: relative;
  flex: 1 1 auto;
  display: flex;
}
.search-one input {
  width: 100%;
  height: 45px;
  border: 1px solid var(--red);
  border-radius: 8px;
  background-color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: var(--mid-blue);
  padding: 13px 47px 13px 20px;
}
.search-one input:focus {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: var(--mid-blue);
  border-color: var(--mid-blue);
}
.search-one input::placeholder {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: var(--mid-blue);
}
.search-one .icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  display: flex;
  max-width: 18px;
  border: none;
  padding: 0;
  background-color: transparent;
}

/* Course Item */
.course-item-one {
  border: 1px solid var(--red);
  border-radius: 5px;
  background-color: var(--white);
}
.course-item-one .course-info {
  padding: 16px;
  border-bottom: 1px solid var(--red);
}
.course-item-one .course-info .img {
  position: relative;
  max-height: 142px;
  border-radius: 3px;
  overflow: hidden;
}
.course-item-one .course-info .img .price {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: var(--mid-blue);
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: var(--mid-blue);
}
.course-item-one .course-info .content {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.course-item-one .course-info .content .title {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: var(--mid-blue);
}
.course-item-one .course-action {
  padding: 10px 16px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.course-item-one .course-action .link {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: var(--mid-blue);
  text-decoration: underline;
}
.course-item-two {
  background-color: var(--white);
  border: 1px solid var(--red);
  border-radius: 5px;
  background-color: var(--white);
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .course-item-two {
    padding: 15px;
  }
}
.course-item-two .img {
  max-height: 226px;
  border-radius: 5px;
  overflow: hidden;
}
.course-item-two .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-item-two .course-content {
  padding-top: 15px;
}
.course-item-two .course-content .text-content {
  padding-bottom: 14px;
}
.course-item-two .course-content .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--mid-blue);
}
.course-item-two .course-content .author {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.course-item-two .course-content .list {
  padding-bottom: 27px;
}
.course-item-two .course-content .list .item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.course-item-two .course-content .list .item .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.course-item-two .course-content .list .item .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.course-item-two .course-content .link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--mid-blue);
  transition: all 0.3s;
}
.course-item-two .course-content .link:hover {
  color: var(--red) !important;
}
.course-item-three {
  background-color: var(--white);
  border: 1px solid var(--red);
  border-radius: 5px;
  background-color: var(--white);
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .course-item-three {
    padding: 15px;
  }
}
.course-item-three .img {
  position: relative;
  max-height: 226px;
  border-radius: 5px;
  overflow: hidden;
}
.course-item-three .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-item-three .img .dateTime {
  position: absolute;
  top: 14px;
  left: 14px;
  width: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
  padding: 1px 10px;
  border-radius: 5px;
  background-color: var(--white);
}
.course-item-three .course-content {
  padding-top: 15px;
}
.course-item-three .course-content .category-list {
  padding-bottom: 11px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.course-item-three .course-content .category-list .item {
  padding: 2px 14px;
  border-radius: 5px;
  background-color: var(--mid-blue);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.course-item-three .course-content .text-content {
  padding-bottom: 27px;
}
.course-item-three .course-content .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--mid-blue);
  padding-bottom: 14px;
}
.course-item-three .course-content .location {
  display: flex;
  align-items: center;
  gap: 8px;
}
.course-item-three .course-content .location .icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.course-item-three .course-content .location .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.course-item-three .course-content .link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--mid-blue);
  transition: all 0.3s;
}
.course-item-three .course-content .link:hover {
  color: var(--red) !important;
}

/* Home Card */
.home-card-item {
  height: 100%;
  background-color: var(--white);
  padding: 23px 20px;
  border-radius: 5px;
}
.home-card-item .no {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  color: var(--mid-blue);
}
.home-card-item .icon {
  width: 38px;
  height: 38px;
}
.home-card-item .info {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: var(--mid-blue);
  padding-top: 20px;
}

/* Badges */
.zBadge {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: var(--white);
  background-color: var(--mid-blue);
  white-space: nowrap;
}
.zBadge-completed, .zBadge-active {
  background-color: var(--mid-blue);
  color: var(--mid-blue) !important;
}
.zBadge-pending, .zBadge-processing {
  background-color: var(--mid-blue);
  color: var(--red) !important;
}
.zBadge-cancelled {
  background-color: var(--mid-blue);
  color: var(--mid-blue) !important;
}
.zBadge-refunded {
  background-color: var(--mid-blue);
  color: var(--mid-blue) !important;
}
.zBadge-deactive {
  background-color: var(--mid-blue);
  color: var(--mid-blue) !important;
}

/* Notification */
.notifyList-head {
  background-color: var(--mid-blue);
  border-radius: 4px;
  padding: 11px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notifyList-head *:first-child {
  flex: 1 0 auto;
}
.notifyList-head *:last-child {
  max-width: 104px;
}
.notifyList-body .item {
  border-bottom: 1px solid var(--red);
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.notifyList-body .item:last-child {
  border: none;
  padding-bottom: 0;
}
.notifyList-body .item .content {
  flex: 1 1 auto;
  padding-left: 25px;
  max-width: 720px;
}
.notifyList-body .item .content button {
  display: inline-block;
  padding: 5px 10px;
  border: none;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: var(--mid-blue);
  background-color: var(--mid-blue);
}
.notifyList-body .item .info {
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  color: var(--mid-blue);
  min-width: 104px;
  max-width: 104px;
  flex: 1 0 auto;
}

/* Pagination */
.zPagination {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.zPagination .item a {
  width: 36px;
  height: 36px;
  border: 1px solid var(--mid-blue);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: var(--mid-blue);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .zPagination .item a {
    width: 30px;
    height: 30px;
  }
}
.zPagination .item a:hover {
  border-color: var(--mid-blue);
  background-color: var(--mid-blue);
  color: var(--white) !important;
}

/* Filter Wrap */
.tableFilter-wrap {
  max-width: 995px;
  margin: 0 auto;
  padding-bottom: 30px;
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .tableFilter-wrap {
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .tableFilter-wrap {
    flex-direction: column;
  }
}
.tableFilter-wrap .item {
  flex: 1 1 auto;
}

/* Course details */
@media screen and (max-width: 991px) {
  .course-details-info {
    max-width: 450px;
    margin: 0 auto !important;
  }
}
.course-details-info .img {
  max-height: 228px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 16px;
}
.course-modules-list > li {
  padding-bottom: 15px;
}
.course-modules-list > li:last-child {
  padding-bottom: 0;
}
.course-modules-list > li.item .addAttach {
  padding: 0 30px 5px 0;
}
.course-modules-list > li.item .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.course-modules-list > li.item .content .moduleName {
  flex: 1 1 auto;
  padding: 10px 20px;
  border: 1px solid var(--red);
  border-radius: 5px;
}
.course-modules-list > li.item .content .deleteItem {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: none;
  padding: 0;
  background-color: transparent;
}
.course-modules-list > li.item .previewAttachs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-left: 25px;
}
.course-modules-list > li.item .previewAttachs .item {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 3px;
  overflow: hidden;
}
.course-modules-list > li.item .previewAttachs .item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background-color: var(--mid-blue);
  transition: all 0.3s;
}
.course-modules-list > li.item .previewAttachs .item .closeIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 18px;
  height: 18px;
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.course-modules-list > li.item .previewAttachs .item:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.course-modules-list > li.item .previewAttachs .item:hover .closeIcon {
  transform: translate(-50%, -50%) scale(1);
}
.course-modules-list > li.item .previewAttachs .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-modules-list > li.item .content-wrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.course-modules-list > li.item .content-wrap .deleteItem {
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: none;
  padding: 17px 0;
  background-color: transparent;
}

.moduleDetails-content {
  flex: 1 1 auto;
  border: 1px solid var(--red);
  border-radius: 5px;
}
.moduleDetails-content button {
  width: 100%;
  padding: 11px 20px;
  border: none;
  background-color: var(--mid-blue);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.moduleDetails-content button.collapsed {
  border-radius: 5px;
}
.moduleDetails-content .card {
  border: none;
  padding: 15px 20px;
}
.moduleDetails-content-alt {
  flex: 1 1 auto;
  border: 1px solid var(--red);
  border-radius: 5px;
  overflow: hidden;
}
.moduleDetails-content-alt .titleWrap input {
  flex: 1 1 auto;
  width: 100%;
  padding: 8px 20px;
  border-color: var(--white);
}
@media screen and (max-width: 575px) {
  .moduleDetails-content-alt .titleWrap input {
    padding: 5px;
    font-size: 16px;
  }
}
.moduleDetails-content-alt .titleWrap input:focus {
  border-color: var(--mid-blue);
}
.moduleDetails-content-alt .titleWrap button {
  background-color: var(--mid-blue);
  border-left: 1px solid var(--red);
  border-radius: 0 !important;
  max-width: 66px;
}
@media screen and (max-width: 575px) {
  .moduleDetails-content-alt .titleWrap button {
    max-width: 46px;
  }
}
.moduleDetails-content-alt button {
  width: 100%;
  padding: 11px 20px;
  border: none;
  background-color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .moduleDetails-content-alt button {
    padding: 11px;
  }
}
.moduleDetails-content-alt button .defaultIcon {
  transition: all 0.3s;
}
.moduleDetails-content-alt:has(.collapse.show) button .defaultIcon {
  transform: rotate(90deg);
}
.moduleDetails-content-alt .card {
  border: none;
  border-top: 1px solid var(--red);
  border-radius: 0;
  padding: 15px 20px;
}
@media screen and (max-width: 575px) {
  .moduleDetails-content-alt .card {
    padding: 10px;
  }
}

.event-details-content {
  background-color: var(--white);
  border-radius: 5px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.event-details-content .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: var(--mid-blue);
  padding-bottom: 5px;
}
@media screen and (max-width: 575px) {
  .event-details-content .title {
    font-size: 25px;
  }
}
.event-details-content .info {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--mid-blue);
}
.event-details-content .speakers-list {
  display: flex;
  align-items: center;
}
.event-details-content .speakers-list .item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--mid-blue);
}
.event-details-content .speakers-list .item:not(:first-child) {
  margin-left: -5px;
}

/* Testimonial */
.testimonial-item-one {
  padding: 25px;
  border: 1px solid var(--red);
  border-radius: 5px;
  background-color: var(--white);
}
@media screen and (max-width: 575px) {
  .testimonial-item-one {
    padding: 15px;
  }
}
.testimonial-item-one .info {
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--mid-blue);
}
.testimonial-item-one .content {
  display: flex;
  align-items: center;
  gap: 11px;
}
.testimonial-item-one .content .img {
  flex-shrink: 0;
  width: 41px;
  height: 41px;
  border-radius: 50%;
}
.testimonial-item-one .content .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--mid-blue);
}
.testimonial-item-one .content .name span {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.testimonial-item-one .content .date {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}

/* Choose Item */
.choose-item {
  background-color: var(--white);
  height: 100%;
  border: 1px solid var(--red);
  border-radius: 5px;
  text-align: center;
  padding: 25px;
}
@media screen and (max-width: 575px) {
  .choose-item {
    padding: 15px;
  }
}
.choose-item .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--mid-blue);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.choose-item .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  color: var(--mid-blue);
  padding: 21px 0 5px;
}
@media screen and (max-width: 991px) {
  .choose-item .title {
    font-size: 26px;
  }
}
.choose-item .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}

/* Blog Item */
.blog-item-one {
  padding: 25px;
  background-color: var(--white);
  border-radius: 5px;
}
@media screen and (max-width: 575px) {
  .blog-item-one {
    padding: 15px;
  }
}
.blog-item-one .img {
  border-radius: 5px;
  overflow: hidden;
  height: 370px;
}
.blog-item-one .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.blog-item-one .content {
  padding-top: 15px;
}
.blog-item-one .content .date {
  padding: 2px 14px;
  background-color: var(--mid-blue);
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.blog-item-one .content .author {
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-item-one .content .author svg path {
  stroke: var(--mid-blue);
}
.blog-item-one .content .author .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.blog-item-one .content .title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.417;
  color: var(--mid-blue);
  margin: 17px 0 27px;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .blog-item-one .content .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .blog-item-one .content .title {
    font-size: 24px;
    margin: 10px 0;
  }
}
.blog-item-one .content .title:hover {
  color: var(--red) !important;
}
.blog-item-one .content .link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--mid-blue);
  transition: all 0.3s;
}
.blog-item-one .content .link:hover {
  color: var(--red) !important;
}
.blog-item-two {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .blog-item-two {
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-item-two .img {
  border-radius: 5px;
  overflow: hidden;
  max-width: 280px;
  width: 100%;
  height: 183px;
}
@media screen and (max-width: 767px) {
  .blog-item-two .img {
    max-width: 100%;
    height: 370px;
  }
}
.blog-item-two .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.blog-item-two .content .date {
  padding: 2px 14px;
  background-color: var(--white);
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.blog-item-two .content .author {
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-item-two .content .author svg path {
  stroke: var(--mid-blue);
}
.blog-item-two .content .author .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.blog-item-two .content .title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--mid-blue);
  margin: 17px 0 27px;
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .blog-item-two .content .title {
    margin: 10px 0;
  }
}
.blog-item-two .content .title:hover {
  color: var(--red) !important;
}
.blog-item-two .content .link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--mid-blue);
  transition: all 0.3s;
}
.blog-item-two .content .link:hover {
  color: var(--red) !important;
}
.blog-item-two-alt {
  background-color: var(--white);
  padding: 25px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .blog-item-two-alt {
    padding: 15px;
  }
}
.blog-item-two-alt .img {
  border-radius: 5px;
  overflow: hidden;
  max-height: 218px;
}
.blog-item-two-alt .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-item-two-alt .content {
  padding-top: 15px;
}
.blog-item-two-alt .content .date {
  padding: 2px 14px;
  background-color: var(--mid-blue);
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.blog-item-two-alt .content .author {
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-item-two-alt .content .author svg path {
  stroke: var(--mid-blue);
}
.blog-item-two-alt .content .author .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.blog-item-two-alt .content .title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--mid-blue);
  margin: 17px 0 27px;
  transition: all 0.3s;
}
.blog-item-two-alt .content .title:hover {
  color: var(--red) !important;
}
.blog-item-two-alt .content .link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--mid-blue);
  transition: all 0.3s;
}
.blog-item-two-alt .content .link:hover {
  color: var(--red) !important;
}
.blog-details-content .date {
  padding: 2px 14px;
  background-color: var(--mid-blue);
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.blog-details-content .author {
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-details-content .author svg path {
  stroke: var(--mid-blue);
}
.blog-details-content .author .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.blog-details-content .textBlock-wrap {
  padding-bottom: 50px;
}
.blog-details-content .textBlock-wrap:last-child {
  padding-bottom: 0;
}
.blog-details-content .textBlock-wrap .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: var(--mid-blue);
  padding-bottom: 16px;
}
.blog-details-content .textBlock-wrap .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
  padding-bottom: 16px;
}
.blog-details-content .textBlock-wrap .info span {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--mid-blue);
}
.blog-details-content .textBlock-wrap .info:last-child {
  padding-bottom: 0;
}
.blog-details-content .textBlock-wrap .img {
  border-radius: 5px;
  overflow: hidden;
}
.blog-details-content .textBlock-wrap .orderList li::marker {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--mid-blue);
}
.blog-details-content .textBlock-wrap .unorderList {
  list-style-type: disc;
  padding-left: 32px;
}
.blog-details-content .textBlock-wrap .unorderList li::marker {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--mid-blue);
}
.blog-details-content .textBlock-wrap .quoteWrap {
  background-color: var(--mid-blue);
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.blog-details-content .textBlock-wrap .quoteWrap .text {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--mid-blue);
}
.blog-details-content .textBlock-wrap .quoteWrap .author {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.blog-details-sidebar {
  max-width: 496px;
  padding: 25px;
  border-radius: 5px;
  background-color: var(--mid-blue);
}
@media screen and (min-width: 992px) {
  .blog-details-sidebar {
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  .blog-details-sidebar {
    margin: 0 auto;
    padding: 15px;
  }
}
.blog-details-sidebar > .item {
  padding-bottom: 33px;
}
.blog-details-sidebar > .item:last-child {
  padding-bottom: 0;
}
.blog-details-sidebar > .item > .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--mid-blue);
  padding-bottom: 15px;
}
.blog-popular-item {
  display: flex;
  align-items: center;
  gap: 25px;
}
.blog-popular-item .img {
  max-width: 112px;
  border-radius: 5px;
  flex-shrink: 0;
  overflow: hidden;
}
.blog-popular-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-popular-item .date {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.blog-popular-item .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--mid-blue);
}
.blog-categories-list li {
  padding-bottom: 9px;
}
.blog-categories-list li:last-child {
  padding-bottom: 0;
}
.blog-categories-list li .item {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
  padding-left: 26px;
  transition: all 0.3s;
}
.blog-categories-list li .item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--mid-blue);
}
.blog-categories-list li .item:hover {
  color: var(--mid-blue) !important;
}
.blog-tag-list {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.blog-tag-list .item {
  display: inline-flex;
  padding: 7px 10px;
  background-color: var(--white);
  border: 1px solid var(--red);
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}

/* Event Item */
.event-item-one {
  border: 1px solid var(--red);
  padding: 25px;
  background-color: var(--white);
  border-radius: 5px;
}
@media screen and (max-width: 575px) {
  .event-item-one {
    padding: 15px;
  }
}
.event-item-one .img {
  position: relative;
  height: 226px;
  border-radius: 5px;
  overflow: hidden;
}
.event-item-one .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.event-item-one .img .dateTime {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 1px 10px;
  border-radius: 5px;
  background-color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.event-item-one .content {
  padding-top: 15px;
}
.event-item-one .content .category {
  display: inline-flex;
  padding: 2px 14px;
  border-radius: 5px;
  background-color: var(--mid-blue);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.event-item-one .content .title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--mid-blue);
  margin: 11px 0 17px;
  display: flex;
  align-items: center;
  gap: toRrm(8);
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .event-item-one .content .title {
    font-size: 24px;
  }
}
.event-item-one .content .title:hover {
  color: var(--red) !important;
}
.event-item-one .content .location {
  padding-bottom: 27px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.event-item-one .content .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.event-item-one .content .link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--mid-blue);
  transition: all 0.3s;
}
.event-item-one .content .link:hover {
  color: var(--red) !important;
}

/* Partner Items*/
.partner-title-wrap {
  padding-bottom: 30px;
}
.partner-title-wrap .section-info {
  padding-bottom: 30px !important;
}
.partner-title-wrap .icon-wrap {
  position: relative;
  text-align: center;
}
.partner-title-wrap .icon-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: var(--red);
}
.partner-title-wrap .icon-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 90px;
  height: 5px;
  background-color: var(--white);
}
.partner-title-wrap .icon-wrap img {
  position: relative;
  z-index: 1;
}

/* Discover Item */
.discover-item-one {
  border: 1px solid var(--red);
  padding: 25px;
  background-color: var(--white);
  border-radius: 5px;
}
@media screen and (max-width: 575px) {
  .discover-item-one {
    padding: 15px;
  }
}
.discover-item-one .img {
  height: 174px;
  border-radius: 5px;
  overflow: hidden;
}
.discover-item-one .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.discover-item-one .content {
  padding-top: 15px;
}
.discover-item-one .content .title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--mid-blue);
  padding-bottom: 8px;
}
@media screen and (max-width: 575px) {
  .discover-item-one .content .title {
    font-size: 18px;
  }
}
.discover-item-one .content .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
  padding-bottom: 27px;
}
.discover-item-one .content .link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--mid-blue);
  transition: all 0.3s;
}
.discover-item-one .content .link:hover {
  color: var(--red) !important;
}

/* About Us*/
.home-about-img {
  max-width: 697px;
  border-radius: 5px;
  box-shadow: 5px -5px 0 var(--mid-blue);
}
.home-about-img img {
  border-radius: 5px;
}
.home-about-content .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--white);
  padding-bottom: 29px;
}
.home-about-content .about-list {
  padding-bottom: 49px;
}
.home-about-content .about-list .item {
  display: flex;
  gap: 10px;
}
.home-about-content .about-list .item .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.home-about-content .about-list .item .text {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--white);
}
.home-about-content .about-list .item .text span {
  font-size: 20px;
  font-weight: 700;
}

.aboutUs-img {
  border-radius: 5px;
  overflow: hidden;
}
.aboutUs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Service Item */
.service-item-one {
  height: 100%;
  border: 1px solid var(--red);
  padding: 25px;
  background-color: var(--white);
  border-radius: 5px;
}
@media screen and (max-width: 575px) {
  .service-item-one {
    padding: 15px;
  }
}
.service-item-one .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--mid-blue);
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-item-one .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--mid-blue);
  padding: 27px 0 8px;
}
@media screen and (max-width: 991px) {
  .service-item-one .title {
    font-size: 20px;
  }
}
.service-item-one .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
  padding-bottom: 27px;
}
.service-item-one .link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--mid-blue);
  transition: all 0.3s;
}
.service-item-one .link:hover {
  color: var(--red) !important;
}

/* Hero Banner */
.hero-banner-section {
  position: relative;
  padding: 221px 0 95px;
}
@media screen and (max-width: 991px) {
  .hero-banner-section {
    padding: 40px 0 95px;
  }
}
.hero-banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgb(14, 19, 24) 55%, rgba(14, 19, 24, 0.91) 65%);
}
.hero-banner-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 12.71%;
  max-height: 100px;
  background-color: var(--red);
}
@media screen and (max-width: 991px) {
  .hero-banner-section::after {
    max-height: 60px;
  }
}
.hero-banner-section .container {
  position: relative;
}
.hero-banner-content .left {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .hero-banner-content .left {
    padding-top: 253px;
  }
}
.hero-banner-content .left .social-icons {
  padding-bottom: 136px;
}
@media screen and (max-width: 991px) {
  .hero-banner-content .left .social-icons {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner-content .left .social-icons {
    justify-content: flex-start;
  }
}
.hero-banner-content .left .img-block {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  max-width: 678px;
  height: 100%;
  max-height: 575px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .hero-banner-content .left .img-block {
    top: -45px;
  }
}
@media screen and (max-width: 575px) {
  .hero-banner-content .left .img-block {
    display: flex;
    align-items: center;
  }
}
.hero-banner-content .left .title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: 1;
  color: var(--white);
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .hero-banner-content .left .title {
    font-size: 178px;
  }
}
@media screen and (max-width: 575px) {
  .hero-banner-content .left .title {
    font-size: 120px;
  }
}
.hero-banner-content .left .info {
  font-size: 20px;
  font-weight: 400;
  line-height: 14px;
  color: var(--white);
  padding-bottom: 54px;
}
@media screen and (max-width: 991px) {
  .hero-banner-content .left .info {
    padding-bottom: 24px;
  }
}
.hero-banner-content .left .link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 9px 29px;
  border: 1px solid var(--red);
  background-color: var(--red);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: var(--white);
  transition: all 0.3s;
}
.hero-banner-content .left .link:hover {
  background-color: transparent !important;
  color: var(--red) !important;
}
.hero-banner-content .right {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .hero-banner-content .right {
    max-width: 500px;
    margin: 0 auto;
  }
}
.hero-banner-content .right .list-content .item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 50px;
}
.hero-banner-content .right .list-content .item:last-child {
  padding-bottom: 0;
}
.hero-banner-content .right .list-content .item .icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--red);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .hero-banner-content .right .list-content .item .icon {
    width: 38px;
    height: 38px;
  }
}
.hero-banner-content .right .list-content .item .icon img {
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 575px) {
  .hero-banner-content .right .list-content .item .icon img {
    width: 26px;
    height: 26px;
  }
}
.hero-banner-content .right .list-content .item .text-content .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.08;
  color: var(--white);
  letter-spacing: -0.03em;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hero-banner-content .right .list-content .item .text-content .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .hero-banner-content .right .list-content .item .text-content .title {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
.hero-banner-content .right .list-content .item .text-content .info {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: var(--para-text);
}

/* How we work */
@media screen and (max-width: 1023px) {
  .howWork-section {
    padding-top: 90px;
  }
}
@media screen and (max-width: 575px) {
  .howWork-section {
    padding-top: 50px;
  }
}
.howWork-wrap {
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .howWork-wrap {
    padding-bottom: 30px;
  }
}
.howWork-stepWrap {
  position: relative;
}
.howWork-stepWrap .row div:last-child .howWork-item::before {
  display: none;
}
.howWork-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.howWork-item::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 50%;
  width: 126%;
  height: 2px;
  border-bottom: 2px dashed var(--red);
}
@media screen and (max-width: 991px) {
  .howWork-item::before {
    display: none;
  }
}
.howWork-item .icon {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--mid-blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--mid-blue);
}
.howWork-item .text-content {
  text-align: center;
}
.howWork-item .text-content .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--mid-blue);
  padding-bottom: 8px;
}
.howWork-item .text-content .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.howWork-videoWrap {
  position: relative;
  max-height: 661px;
  border-radius: 5px;
  overflow: hidden;
}
.howWork-videoWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.howWork-videoWrap .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 152px;
  height: 152px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--mid-blue);
  font-size: 50px;
  color: var(--white);
}
@media screen and (max-width: 991px) {
  .howWork-videoWrap .video {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .howWork-videoWrap .video {
    width: 80px;
    height: 80px;
    font-size: 30px;
  }
}

/* Award Items */
.award-item-one {
  height: 100%;
  padding: 25px;
  background-color: var(--mid-blue);
  border-radius: 5px;
}
@media screen and (max-width: 575px) {
  .award-item-one {
    padding: 15px;
  }
}
.award-item-one .img {
  overflow: hidden;
  margin-bottom: 30px;
}
.award-item-one .img img {
  width: 100%;
  height: 100%;
  max-height: 397px;
  object-fit: contain;
}
.award-item-one .title {
  max-width: 360px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--mid-blue);
  text-align: center;
}
@media screen and (max-width: 575px) {
  .award-item-one .title {
    font-size: 18px;
    line-height: 1.5;
  }
}

/* Mission - Vission - Goal */
.mvg-content-wrap {
  background-color: var(--white);
  border-radius: 5px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .mvg-content-wrap {
    padding: 15px;
  }
}
.mvg-content-img {
  border-radius: 5px;
  overflow: hidden;
}
.mvg-content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mvg-content-text .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--mid-blue);
  padding-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .mvg-content-text .title {
    font-size: 26px;
  }
}
.mvg-content-text .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
@media screen and (max-width: 575px) {
  .mvg-content-text .info {
    font-size: 16px;
  }
}

/* Inner Breadcrumb */
.inner-breadcrumb-section {
  position: relative;
  padding: 170px 0 104px;
  overflow: hidden;
}
.inner-breadcrumb-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  background: linear-gradient(0deg, rgb(14, 19, 24) 16%, rgba(14, 19, 24, 0.91) 39%);
}
.inner-breadcrumb-section .container {
  position: relative;
}
.inner-breadcrumb-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.21;
  color: var(--white);
  font-size: clamp(25px, 2.5vw, 50px);
  padding-bottom: 16px;
  text-align: center;
}

.social-icons {
  width: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .social-icons {
    flex-direction: row;
    justify-content: center;
  }
}
.social-icons .item {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white-10);
  border-radius: 50%;
  transition: all 0.3s;
}
.social-icons .item img {
  width: 16px;
  height: 16px;
}
.social-icons .item:hover {
  background: var(--red);
}
.social-icons .item:nth-child(2):hover {
  background: #1877f2;
}
.social-icons .item:nth-child(3):hover {
  background: linear-gradient(-135deg, rgb(186, 0, 179) 0%, rgb(240, 1, 16) 50%, rgb(255, 211, 33) 100%);
}

/* Program */
.program-step-section {
  background-color: var(--mid-blue);
}
.program-img {
  position: relative;
  padding: 70px;
  padding-right: 0;
}
.program-img .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 473px;
  height: 100%;
  border-radius: 5px;
  background-color: var(--mid-blue);
}
.program-img img {
  position: relative;
  max-height: 485px;
  border-radius: 5px;
}
.program-img-2 {
  position: relative;
  padding: 70px;
  padding-right: 0;
}
.program-img-2 .img-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 473px;
  height: 100%;
  border-radius: 5px;
  background-color: var(--mid-blue);
}
.program-img-2 img {
  position: relative;
  max-height: 485px;
  border-radius: 5px;
}
.program-content .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: var(--white);
  padding-bottom: 40px;
}
.program-content-2 .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: var(--mid-blue);
  padding-bottom: 16px;
}
.program-content-2 .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.program-list .item {
  display: flex;
  gap: 10px;
  padding-bottom: 29px;
}
.program-list .item:last-child {
  padding-bottom: 0;
}
.program-list .item .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--white);
}
.program-list .item .text span {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--white);
}

/* Search Result */
.meet-consultant {
  max-width: 426px;
  border-radius: 5px;
  padding: 248px 41px 38px;
  text-align: center;
}
.meet-consultant .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--mid-blue);
  padding-bottom: 22px;
}

.subject-details-content .topWrap {
  border-bottom: 1px solid var(--red);
  padding-bottom: 21px;
  margin-bottom: 30px;
}
.subject-details-content .topWrap .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: var(--mid-blue);
  padding-bottom: 8px;
}
.subject-details-content .topWrap .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.subject-details-content .img {
  overflow: hidden;
  margin-bottom: 50px;
}
.subject-details-content .img img {
  width: 100%;
}
.subject-details-content .aboutUniversity {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 40px;
}
.subject-details-content .aboutUniversity .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: var(--mid-blue);
}
.subject-details-content .aboutUniversity .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.subject-details-sidebar {
  max-width: 426px;
}
.subject-details-sidebar .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--mid-blue);
  padding-bottom: 25px;
}
.subject-details-sidebar .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.subject-details-sidebar .item .left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.subject-details-sidebar .item .left .icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.event-details-content .aboutUniversity {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.event-details-content .aboutUniversity .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: var(--mid-blue);
}
.event-details-content .aboutUniversity .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}

.scholar-details-content .textBlock-wrap {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.scholar-details-content .textBlock-wrap:last-child {
  padding-bottom: 0;
}
.scholar-details-content .textBlock-wrap .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: var(--mid-blue);
  padding-bottom: 16px;
}
.scholar-details-content .textBlock-wrap .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
  padding-bottom: 16px;
}
.scholar-details-content .textBlock-wrap .info:last-child {
  padding-bottom: 0;
}
.scholar-details-content .textBlock-wrap .img {
  border-radius: 5px;
  overflow: hidden;
}
.scholar-details-content .textBlock-wrap .img img {
  width: 100%;
}
.scholar-details-content .imgBlock {
  padding-bottom: 40px;
}

.subject-details-content .textBlock-wrap {
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.subject-details-content .textBlock-wrap:last-child {
  padding-bottom: 0;
}
.subject-details-content .textBlock-wrap .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: var(--mid-blue);
}
.subject-details-content .textBlock-wrap .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.subject-details-content .textBlock-wrap .info span {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--mid-blue);
}
.subject-details-content .textBlock-wrap .titleWrap {
  padding-bottom: 21px;
  border-bottom: 1px solid var(--red);
}
.subject-details-content .textBlock-wrap .titleWrap .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: var(--mid-blue);
  padding-bottom: 8px;
}
.subject-details-content .textBlock-wrap .titleWrap .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.subject-details-content .textBlock-wrap .titleWrap .info span {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--mid-blue);
}
.subject-details-content .textBlock-wrap .img {
  border-radius: 5px;
  overflow: hidden;
}
.subject-details-content .textBlock-wrap .img img {
  width: 100%;
}
.subject-details-content .imgBlock {
  padding-bottom: 40px;
}

.university-gallery-img {
  border-radius: 5px;
  overflow: hidden;
}
.university-gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destination-details-content {
  max-width: 830px;
  margin: 0 auto;
}

/* Course Search */
.course-search-suggestion {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.course-search-suggestion .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--mid-blue);
}
.course-search-suggestion .item {
  display: inline-block;
  padding: 1px 10px;
  border-radius: 3px;
  background-color: var(--mid-blue);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.course-search-sort {
  flex-shrink: 0;
  border: 1px solid var(--red);
  padding: 8.5px 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.course-search-sort .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.course-search-sort .sf-select-checkbox ~ .btn-group {
  min-width: 198px;
}
.course-search-sort .sf-select-checkbox-btn {
  padding: 0;
  border: none;
  border-radius: 0;
}
.course-search-sort .sf-select-checkbox-btn:focus, .course-search-sort .sf-select-checkbox-btn:hover {
  border-color: transparent;
  background-color: transparent !important;
}
.course-search-sort .sf-select-checkbox-btn:focus {
  color: var(--mid-blue) !important;
}
.course-search-sort .sf-select-checkbox-btn ~ .multiselect-container.show {
  transform: translate(0, 35px) !important;
}
.course-search-sidebar {
  max-width: 426px;
  margin: 0 auto;
  background-color: var(--mid-blue);
  border-radius: 5px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .course-search-sidebar {
    padding: 25px;
  }
}

/* Pagination */
.zPaginatation-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.zPaginatation-list .item {
  width: 46px;
  height: 46px;
  background-color: transparent;
  border: 1px solid var(--red);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: var(--mid-blue);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .zPaginatation-list .item {
    width: 30px;
    height: 30px;
  }
}
.zPaginatation-list .item:hover, .zPaginatation-list .item.active {
  background-color: var(--mid-blue);
  border-color: var(--mid-blue);
  color: var(--white) !important;
}

/* Course single */
.course-single-content-wrap {
  position: relative;
}
.course-single-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 418px;
  background-color: var(--mid-blue);
}
.course-single-overlay ~ .container {
  position: relative;
}
.course-single-link {
  padding: 5px;
  border: 1px solid var(--red);
  border-radius: 5px;
  background-color: var(--white);
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .course-single-link {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.course-single-link .link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px;
  border-radius: 5px;
  background-color: transparent;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
  transition: all 0.3s;
}
.course-single-link .link:hover {
  background-color: var(--mid-blue);
  color: var(--mid-blue) !important;
}
.course-single-content {
  max-width: 783px;
}
.course-single-content .text-content {
  padding-bottom: 88px;
}
@media screen and (max-width: 575px) {
  .course-single-content .text-content {
    padding-bottom: 48px;
  }
}
.course-single-content .text-content .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
  padding-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .course-single-content .text-content .title {
    font-size: 45px;
  }
}
@media screen and (max-width: 575px) {
  .course-single-content .text-content .title {
    font-size: 28px;
  }
}
.course-single-content .text-content .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--white);
  padding-bottom: 16px;
}
.course-single-content .text-content .author {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--white);
}
.course-single-content .text-content .author span {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--white);
}
.course-single-content-details .itemWrap {
  padding-top: 25px;
}
.course-single-content-details .item {
  padding: 25px;
  border: 1px solid var(--red);
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .course-single-content-details .item {
    padding: 15px;
  }
}
.course-single-content-details .item .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--mid-blue);
  padding-bottom: 20px;
}
.course-single-sidebar {
  max-width: 426px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
  background-color: var(--mid-blue);
  border-radius: 5px;
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .course-single-sidebar {
    padding: 25px;
  }
}
.course-single-sidebar .img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 24px;
}
.course-single-sidebar .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-single-sidebar .price {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: var(--mid-blue);
  padding-bottom: 16px;
}
.course-single-sidebar .courseFeatures {
  border-top: 1px solid var(--mid-blue);
  padding-top: 24px;
}
.course-single-sidebar .courseFeatures .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--mid-blue);
  padding-bottom: 16px;
}
.course-single-sidebar .courseFeatures .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.course-single-sidebar .courseFeatures .item .left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.course-single-sidebar .courseFeatures .item .left .icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.courseInstructor {
  background-color: var(--mid-blue);
  border-radius: 5px;
  padding: 34px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 575px) {
  .courseInstructor {
    padding: 15px;
  }
}
.courseInstructor .img {
  width: 104px;
  height: 104px;
  border: 2px solid var(--white);
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .courseInstructor .img {
    width: 80px;
    height: 80px;
  }
}
.courseInstructor .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.courseInstructor .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--mid-blue);
}
.courseInstructor .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}

.courseLearnItem {
  display: flex;
  gap: 10px;
}
.courseLearnItem .icon {
  flex-shrink: 0;
  padding-top: 5px;
}
.courseLearnItem .icon svg path {
  stroke: var(--mid-blue);
}
.courseLearnItem .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.courseLearnItem .text span {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--mid-blue);
}

/* Payment Gateway */
.paymentGatewaySelectLabel {
  border: 1px solid var(--red);
  border-radius: 5px;
  padding: 8px 20px;
  width: 100%;
  background-color: var(--white);
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: var(--mid-blue);
  text-align: center;
  transition: all 0.3s;
}
.paymentGatewaySelectLabel:hover {
  background-color: var(--mid-blue);
  color: var(--white) !important;
}

input.paymentGateway:checked ~ .paymentGatewaySelectLabel {
  background-color: var(--mid-blue);
  color: var(--white) !important;
}

.paymentConversionRate .left {
  border: 1px solid var(--red);
  border-radius: 8px;
  overflow: hidden;
}
.paymentConversionRate .left p {
  max-height: 52px;
}
@media screen and (max-width: 575px) {
  .paymentConversionRate .left p {
    flex-basis: auto;
    max-width: 52px;
    width: 100%;
  }
}
.paymentConversionRate .left input {
  border: none;
}
@media screen and (max-width: 575px) {
  .paymentConversionRate .left input {
    flex-basis: calc(100% - 104px);
  }
}
.paymentConversionRate .left .sf-select-section {
  border: none !important;
}

/* Consultant Item */
.consultant-item-one {
  background-color: var(--white);
  border-radius: 5px;
}
.consultant-item-one .info-content {
  padding: 40px 25px 25px;
  border-bottom: 1px solid var(--red);
  text-align: center;
}
.consultant-item-one .info-content .img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.consultant-item-one .info-content .title {
  padding-top: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--mid-blue);
}
@media screen and (max-width: 575px) {
  .consultant-item-one .info-content .title {
    padding-top: 20px;
    font-size: 20px;
  }
}
.consultant-item-one .info-content .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
  padding-bottom: 11px;
}
@media screen and (max-width: 575px) {
  .consultant-item-one .info-content .info {
    font-size: 16px;
    padding-bottom: 8px;
  }
}
.consultant-item-one .info-content .price {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--mid-blue);
}
@media screen and (max-width: 575px) {
  .consultant-item-one .info-content .price {
    font-size: 18px;
  }
}
.consultant-item-one .linkWrap {
  text-align: center;
  padding: 25px 25px 40px;
}
.consultant-details {
  padding: 50px 33px;
  background-color: var(--mid-blue);
  border-radius: 5px;
}
.consultant-details .infoPrice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
  margin-bottom: 53px;
  border-bottom: 1px solid var(--mid-blue);
}
.consultant-details .infoPrice .left {
  display: flex;
  align-items: center;
  gap: 20px 33px;
}
.consultant-details .infoPrice .left .img {
  flex-shrink: 0;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
}
.consultant-details .infoPrice .left .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--mid-blue);
  padding-bottom: 2px;
}
.consultant-details .infoPrice .left .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.consultant-details .linkWrap {
  padding-top: 50px;
}
.consultant-details-left {
  padding: 54px;
  border-radius: 5px;
  background-color: var(--mid-blue);
}
.consultant-details-left .img {
  width: 232px;
  height: 232px;
  border-radius: 50%;
  overflow: hidden;
}
.consultant-details-left .text-content {
  padding: 25px 0;
}
.consultant-details-left .text-content .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: var(--mid-blue);
  padding-bottom: 7px;
}
.consultant-details-left .text-content .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.consultant-details-left .text-content .price {
  padding-top: 22px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--mid-blue);
}
.consultant-details-left .availableDay .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
  padding-bottom: 15px;
}
.consultant-details-left .availableDay .dayList {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.consultant-details-left .availableDay .dayList .item {
  display: inline-flex;
  padding: 6px 15px;
  background-color: var(--white);
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
@media screen and (min-width: 992px) {
  .consultant-details-right {
    max-width: 710px;
    margin-left: auto;
  }
}
.consultant-details-right .text-content {
  padding-bottom: 32px;
}
.consultant-details-right .text-content .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: var(--mid-blue);
  padding-bottom: 16px;
}
.consultant-details-right .text-content .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.consultant-details-right .item {
  padding-bottom: 32px;
}
.consultant-details-right .item .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--mid-blue);
  padding-bottom: 16px;
}
.consultant-details-right .unorderList {
  list-style-type: disc;
  padding-left: 32px;
}
.consultant-details-right .unorderList li {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.consultant-details-right .unorderList li::marker {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}

/* Slot Dropdown */
.slotDropdown {
  position: relative;
}
.slotDropdown .dropdown-toggle {
  width: 100%;
  background-color: var(--white) !important;
  justify-content: space-between !important;
  padding: 12px 25px !important;
  border: 1px solid var(--red);
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.slotDropdown .dropdown-toggle::after {
  content: "";
  border: 0;
  background-image: url(../images/icon/arrow-down-header.svg);
  width: 13px;
  height: 7px;
  background-repeat: no-repeat;
  margin: 0;
  position: relative;
}
.slotDropdown .dropdown-menu {
  --bs-position: end;
  transform: translate3d(0, 60px, 0);
  max-width: 351px;
  max-height: 216px;
  overflow-y: auto;
  transition: all 0.3s;
  padding: 20px !important;
  border: 1px solid var(--red) !important;
  border-radius: 6px !important;
  box-shadow: 0px 80px 135px 0px rgba(76, 76, 76, 0.0705882353);
}
.slotDropdown .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}
.slotDropdown .dropdown-menu::-webkit-scrollbar-track {
  background: var(--scroll-track);
  border-radius: 50px;
}
.slotDropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background: var(--scroll-thumb);
  border-radius: 50px;
}
.slotDropdown .dropdown-menu.show {
  transition: all 0.3s;
}
.slotDropdown .dropdown-menu li {
  padding-bottom: 22px;
}
.slotDropdown .dropdown-menu li:last-child {
  padding-bottom: 0;
}

.slot-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 7px;
}
.slot-items .item {
  flex: 0 0 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--mid-blue);
  border: none;
  border-radius: 5px;
}
@media screen and (max-width: 575px) {
  .slot-items .item {
    flex-grow: 1;
  }
}
.slot-items .item label {
  cursor: pointer;
  padding: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: var(--mid-blue);
}
.slot-items .item input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.slot-items .item:has(input:checked) {
  background-color: var(--red);
}

.searchButton {
  align-self: flex-start;
  margin-top: 41px;
}

/* Sortable form */
@media screen and (max-width: 575px) {
  .sf-sortable-form .form-builder {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 20px;
  }
}
.sf-sortable-form .form-builder ul.stage-wrap {
  width: 70% !important;
  border: 1px solid var(--red) !important;
  border-radius: 10px;
  background-color: var(--white) !important;
  padding: 30px 25px !important;
}
@media screen and (max-width: 767px) {
  .sf-sortable-form .form-builder ul.stage-wrap {
    width: 68% !important;
  }
}
@media screen and (max-width: 575px) {
  .sf-sortable-form .form-builder ul.stage-wrap {
    width: 100% !important;
  }
}
.sf-sortable-form .form-builder ul.stage-wrap li.hoverDropStyleInverse {
  background-color: var(--mid-blue) !important;
  border-color: var(--mid-blue) !important;
  border-radius: 5px;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field {
  border-color: var(--red) !important;
  margin-bottom: 26px;
  border-radius: 0 !important;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field:last-child {
  margin-bottom: 0;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .field-actions .btn {
  border-color: var(--red) !important;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .field-actions .del-button:hover {
  background-color: var(--mid-blue) !important;
  border-color: var(--mid-blue) !important;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .field-actions .copy-button:hover {
  background-color: var(--mid-blue) !important;
  border-color: var(--mid-blue) !important;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .field-actions .sort-button:hover {
  color: var(--mid-blue);
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field label.field-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--mid-blue);
  margin-bottom: 8px;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field input,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field textarea,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field div[name=label] {
  width: 100% !important;
  height: auto;
  padding: 13px 20px 15px !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--mid-blue);
  background-color: var(--white) !important;
  border: 1px solid var(--red) !important;
  border-radius: 8px;
  box-shadow: none !important;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field input:focus, .sf-sortable-form .form-builder ul.stage-wrap li.form-field input:hover,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field textarea:focus,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field textarea:hover,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field div[name=label]:focus,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field div[name=label]:hover {
  border: 1px solid var(--mid-blue);
  color: var(--mid-blue) !important;
  background-color: var(--white) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field input::placeholder,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field textarea::placeholder,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field div[name=label]::placeholder {
  font-size: 12px;
  font-weight: 400;
  color: var(--mid-blue);
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field textarea {
  resize: none;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .required-asterisk {
  color: var(--mid-blue);
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field select {
  border: 1px solid var(--red);
  border-radius: 8px;
  padding: 14px 20px;
  width: 100%;
  background-color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--mid-blue);
  height: auto;
  box-shadow: none;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .checkbox-group,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 32px;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .checkbox-group .formbuilder-checkbox,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .checkbox-group .formbuilder-radio,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .radio-group .formbuilder-checkbox,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .radio-group .formbuilder-radio {
  display: flex;
  align-items: center;
  gap: 7px;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .checkbox-group input,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .radio-group input {
  width: auto !important;
  margin: 0;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .checkbox-group label,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .radio-group label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--mid-blue);
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements {
  background: var(--mid-blue);
  border-color: var(--red) !important;
  border-radius: 8px;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group .input-wrap input[type=checkbox] {
  width: auto !important;
  margin-top: 12px !important;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group .sortable-options {
  background: var(--red);
  border-radius: 8px;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group .sortable-options > li:first-child {
  border-radius: 8px 8px 0 0;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group .sortable-options > li:last-child {
  border-radius: 0 0 8px 8px;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group .sortable-options > li > input {
  width: calc(44.5% - 17px) !important;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group .sortable-options > li > input:first-child {
  width: 5% !important;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group .sortable-options-wrap .option-actions a {
  background: var(--mid-blue);
  padding: 10px 26px;
  border: 1px solid var(--main-color);
  font-size: 15px;
  border-radius: 8px;
  color: var(--white);
  font-weight: 600;
  line-height: 25px;
  margin-top: 10px;
  display: inline-flex;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group:first-child label {
    width: 24%;
    text-align: left;
  }
  .sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group:first-child .input-wrap {
    width: 70%;
  }
}
@media screen and (max-width: 575px) {
  .sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group:first-child label {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group:not(:first-child) .input-wrap,
  .sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group:not(:first-child) label {
    width: 100%;
  }
  .sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group:not(:first-child) .input-wrap {
    margin-left: 0%;
  }
  .sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group:not(:first-child) label {
    text-align: left;
  }
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .close-field {
  color: var(--white);
  top: 50px;
  bottom: auto;
  right: 15px;
  left: auto;
  background: var(--mid-blue);
  border: 1px solid var(--red);
  padding: 5px 10px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .close-field {
    right: 0;
  }
}
@media screen and (max-width: 330px) {
  .sf-sortable-form .form-builder ul.stage-wrap li.form-field:hover .field-actions {
    position: relative;
  }
}
@media screen and (max-width: 481px) {
  .sf-sortable-form .form-builder ul.stage-wrap li.form-field.editing .form-elements .close-field {
    top: 80px;
  }
}
.sf-sortable-form .form-builder ul.stage-wrap li.delete {
  background-color: var(--mid-blue) !important;
  border-color: var(--mid-blue) !important;
}
.sf-sortable-form .form-builder ul.stage-wrap.empty::after {
  color: var(--white);
}
.sf-sortable-form .form-builder .cb-wrap {
  width: 27% !important;
}
@media screen and (max-width: 767px) {
  .sf-sortable-form .form-builder .cb-wrap {
    width: 29% !important;
  }
}
@media screen and (max-width: 575px) {
  .sf-sortable-form .form-builder .cb-wrap {
    width: 50% !important;
    margin: auto;
    position: relative !important;
  }
}
@media screen and (max-width: 482px) {
  .sf-sortable-form .form-builder .cb-wrap {
    width: 100% !important;
    inset: unset !important;
  }
}
.sf-sortable-form .form-builder .cb-wrap ul.frmb-control {
  border-radius: 10px;
  border: 1px solid var(--red);
}
.sf-sortable-form .form-builder .cb-wrap ul.frmb-control li {
  box-shadow: none;
  padding: 15px 23px;
  margin-bottom: 0 !important;
}
.sf-sortable-form .form-builder .cb-wrap ul.frmb-control li:first-child {
  border-radius: 10px 10px 0 0;
}
.sf-sortable-form .form-builder .cb-wrap ul.frmb-control li:last-child {
  border-radius: 0 0 10px 10px;
}
.sf-sortable-form .form-builder .cb-wrap ul.frmb-control li:hover {
  background-color: var(--mid-blue);
}

@media screen and (max-width: 481px) {
  .form-wrap.form-builder .frmb-control li {
    display: flex;
    align-items: center;
  }
  .form-wrap.form-builder .frmb-control li span {
    visibility: visible !important;
  }
}

.autoImageslider {
  position: relative;
}
.autoImageslider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 150px;
  height: 100%;
  background: linear-gradient(90deg, rgb(14, 19, 24) 0%, rgba(14, 19, 24, 0) 100%);
  z-index: 2;
}
.autoImageslider::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 150px;
  height: 100%;
  background: linear-gradient(90deg, rgba(14, 19, 24, 0) 0%, rgb(14, 19, 24) 100%);
  z-index: 2;
}

.chamber-groups-wrap {
  position: relative;
}
@media screen and (min-width: 992px) {
  .chamber-groups-wrap .row > div:nth-child(odd) .chamber-groups-item {
    flex-direction: column-reverse;
  }
  .chamber-groups-wrap .row > div:nth-child(odd) .chamber-groups-item .noWrap {
    flex-direction: column-reverse;
  }
  .chamber-groups-wrap .row > div:nth-child(odd) .chamber-groups-item .noWrap .bar::before {
    top: 0;
  }
  .chamber-groups-wrap .row > div:nth-child(even) .chamber-groups-item {
    padding-top: 80px;
  }
}
.chamber-groups-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  z-index: 1;
}
.chamber-groups-item .noWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.chamber-groups-item .noWrap .bar {
  position: relative;
  width: 7px;
  height: 79px;
}
@media screen and (max-width: 991px) {
  .chamber-groups-item .noWrap .bar {
    display: none;
  }
}
.chamber-groups-item .noWrap .bar::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  border: 1px solid var(--white);
  border-radius: 50%;
  background-color: var(--red);
  z-index: 1;
}
.chamber-groups-item .noWrap .bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: var(--white-10);
}
.chamber-groups-item .noWrap .no {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #191f27;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: var(--white);
}
.chamber-groups-item .text-content {
  width: 100%;
  position: relative;
  padding: 35px 29px;
  background-color: var(--red);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .chamber-groups-item .text-content {
    min-height: 248px;
  }
}
@media screen and (min-width: 768px) {
  .chamber-groups-item .text-content {
    min-height: 193px;
  }
}
@media screen and (max-width: 1199px) {
  .chamber-groups-item .text-content {
    padding: 20px 26px;
  }
}
@media screen and (max-width: 991px) {
  .chamber-groups-item .text-content {
    padding: 20px 16px;
  }
}
.chamber-groups-item .text-content::before, .chamber-groups-item .text-content::after {
  content: "";
  position: absolute;
  width: 45.75%;
  height: 18.5%;
  background-color: var(--white);
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .chamber-groups-item .text-content::before, .chamber-groups-item .text-content::after {
    width: 25.75%;
  }
}
.chamber-groups-item .text-content::before {
  top: -3px;
  left: -3px;
}
.chamber-groups-item .text-content::after {
  bottom: -3px;
  right: -3px;
}
.chamber-groups-item .text-content .icon {
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
}
.chamber-groups-item .text-content .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
  color: var(--white);
  text-transform: uppercase;
  padding-bottom: 7px;
}
@media screen and (max-width: 1199px) {
  .chamber-groups-item .text-content .title {
    font-size: 20px;
  }
}
.chamber-groups-item .text-content .info {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--white);
}

.wpg-item-shape {
  position: relative;
  z-index: 1;
}
.wpg-item-shape::before, .wpg-item-shape::after {
  content: "";
  position: absolute;
  width: 45.75%;
  max-width: 140px;
  height: 18.5%;
  max-height: 46px;
  background-color: var(--red);
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .wpg-item-shape::before, .wpg-item-shape::after {
    width: 25.75%;
  }
}
.wpg-item-shape::before {
  top: -3px;
  right: -3px;
}
.wpg-item-shape::after {
  bottom: -3px;
  left: -3px;
}
.wpg-item-shape-alt {
  position: relative;
  z-index: 1;
}
.wpg-item-shape-alt::before, .wpg-item-shape-alt::after {
  content: "";
  position: absolute;
  width: 45.75%;
  max-width: 140px;
  height: 18.5%;
  max-height: 46px;
  background-color: var(--red);
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .wpg-item-shape-alt::before, .wpg-item-shape-alt::after {
    width: 25.75%;
  }
}
.wpg-item-shape-alt::before {
  top: -3px;
  left: -3px;
}
.wpg-item-shape-alt::after {
  bottom: -3px;
  right: -3px;
}

.wpg-schedule-image-shape {
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .wpg-schedule-image-shape {
    width: 275px;
    margin: 0 auto;
  }
}
.wpg-schedule-image-shape button img {
  background-color: var(--dark-blue);
  width: 275px;
  height: 170px;
}
.wpg-schedule-image-shape::before, .wpg-schedule-image-shape::after {
  content: "";
  position: absolute;
  width: 45.75%;
  max-width: 140px;
  height: 30%;
  max-height: 70px;
  background-color: var(--red);
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .wpg-schedule-image-shape::before, .wpg-schedule-image-shape::after {
    width: 25.75%;
  }
}
.wpg-schedule-image-shape::before {
  top: -2px;
  right: 10px;
}
.wpg-schedule-image-shape::after {
  bottom: -2px;
  left: 10px;
}

.apply-content {
  max-width: 584px;
}
@media screen and (min-width: 992px) {
  .apply-content {
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  .apply-content {
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .apply-content-img {
    max-width: 584px;
    margin: 0 auto;
  }
}
.apply-content .titleLink {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--white-10);
}
.apply-content .titleLink .title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.21;
  color: var(--white);
  font-size: clamp(25px, 2.5vw, 50px);
  letter-spacing: -0.03em;
  padding-bottom: 35px;
}
.apply-content .infoDetails .authorWrap {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 27px;
}
.apply-content .infoDetails .authorWrap .img {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  background-color: var(--dark-blue);
  border: 1px solid var(--red);
  border-radius: 50%;
}
.apply-content .infoDetails .authorWrap .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--white);
  letter-spacing: 0.03em;
}
.apply-content .infoDetails .authorWrap .degi {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--white-80);
  letter-spacing: 0.03em;
}
.apply-content .infoDetails .info {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: var(--white);
}
.apply-section-top {
  padding-bottom: 60px;
}
@media screen and (max-width: 575px) {
  .apply-section-top {
    padding-bottom: 30px;
  }
}
.apply-section-form-wrap {
  max-width: 1106px;
  margin: 0 auto;
  padding: 0px 15px;
}
@media screen and (min-width: 1200px) {
  .apply-process-items .row {
    column-gap: 69px;
  }
  .apply-process-items .row > div {
    flex: 1 1 auto;
    max-width: 306px;
  }
}
.apply-process-item {
  position: relative;
}
.apply-process-item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.apply-process-item input:checked ~ label {
  background-color: var(--red);
}
.apply-process-item input:checked ~ label::before, .apply-process-item input:checked ~ label::after {
  display: none;
}
.apply-process-item label {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 27px 28px;
  cursor: pointer;
  background-color: #191f27;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .apply-process-item label {
    max-width: 306px;
  }
}
@media screen and (min-width: 576px) {
  .apply-process-item label {
    min-height: 248px;
  }
}
.apply-process-item label::before, .apply-process-item label::after {
  content: "";
  position: absolute;
  width: 45.75%;
  height: 18.5%;
  background-color: var(--red);
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .apply-process-item label::before, .apply-process-item label::after {
    width: 25.75%;
  }
}
.apply-process-item label::before {
  top: -3px;
  left: -3px;
}
.apply-process-item label::after {
  bottom: -3px;
  right: -3px;
}
.apply-process-item label .title {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: var(--white);
  letter-spacing: -0.03em;
}
.apply-process-item label .info {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--white);
}

.video-item-big {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.video-item-big-wrap {
  position: relative;
  background-color: var(--dark-blue);
}
@media screen and (min-height: 992px) {
  .video-item-big-wrap {
    min-height: 400px;
  }
}
.video-item-big-wrap::before, .video-item-big-wrap::after {
  content: "";
  position: absolute;
  width: 45.75%;
  max-width: 140px;
  height: 18.5%;
  max-height: 46px;
  background-color: var(--red);
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .video-item-big-wrap::before, .video-item-big-wrap::after {
    width: 25.75%;
  }
}
.video-item-big-wrap::before {
  top: -3px;
  right: -3px;
}
.video-item-big-wrap::after {
  bottom: -3px;
  left: -3px;
}
.video-item-big iframe {
  width: 100%;
  height: 495px;
}
@media screen and (max-width: 991px) {
  .video-item-big iframe {
    height: 415px;
  }
}
@media screen and (max-width: 767px) {
  .video-item-big iframe {
    height: 315px;
  }
}
@media screen and (max-width: 575px) {
  .video-item-big iframe {
    height: 205px;
  }
}
.video-item-big .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border: none;
  border-radius: 50%;
  background-color: var(--red);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: var(--white);
}
@media screen and (max-width: 575px) {
  .video-item-big .play-btn {
    width: 62px;
    height: 62px;
    font-size: 20px;
  }
}
.video-item-big .text-content {
  position: absolute;
  bottom: 85px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 38px;
}
@media screen and (min-width: 1200px) {
  .video-item-big .text-content {
    padding: 38px 38px 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .video-item-big .text-content {
    padding: 38px 38px 0;
  }
}
@media screen and (max-width: 1199px) {
  .video-item-big .text-content {
    top: 0;
    bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .video-item-big .text-content {
    padding: 10px 20px 0;
  }
}
.video-item-big .text-content .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: var(--white);
  letter-spacing: -0.03em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .video-item-big .text-content .title {
    font-size: 20px;
  }
}
.video-item-big .text-content .info {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--white);
  letter-spacing: -0.03em;
}
.video-item-big:has(.video-wrapperPlaying) .text-content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.video-item-small {
  position: relative;
  min-height: 201px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.video-item-small iframe {
  width: 100%;
  height: 201px;
  margin-bottom: -7px;
}
@media screen and (max-width: 767px) {
  .video-item-small iframe {
    height: 310px;
  }
}
.video-item-small .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border: none;
  border-radius: 50%;
  background-color: var(--red);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: var(--white);
}
@media screen and (max-width: 575px) {
  .video-item-small .play-btn {
    width: 62px;
    height: 62px;
    font-size: 20px;
  }
}
.video-item-small .wrapContent {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 35px 42px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  z-index: 1;
}
@media screen and (max-width: 1299px) {
  .video-item-small .wrapContent {
    padding: 35px 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .video-item-small .wrapContent {
    top: 40px;
    bottom: auto;
    padding: 15px 15px 0;
  }
}
.video-item-small .wrapContent .text-content .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: var(--white);
  letter-spacing: -0.03em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.video-item-small .wrapContent .text-content .info {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--white);
  letter-spacing: -0.03em;
}
.video-item-small.video-wrapperPlaying::before {
  opacity: 0;
  visibility: hidden;
}
.video-item-small.video-wrapperPlaying .wrapContent {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.video-item-small.video-wrapperPlaying .wrapContent .text-content {
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.video-item-small.video-wrapperPlaying:hover .wrapContent {
  opacity: 1;
  visibility: visible;
  left: auto;
  right: 0;
  width: auto;
  padding-left: 0;
  gap: 0;
}
.video-item-moreVideo iframe {
  height: 240px;
}

.performance-item .img {
  position: relative;
  height: 341px;
}
.performance-item.has-video .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark-blue-70);
}
.performance-item.has-video .img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border: none;
  border-radius: 50%;
  background-color: var(--red);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: var(--white);
}
.performance-item .text-content {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .performance-item .text-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.performance-item .text-content .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  color: var(--white);
  letter-spacing: -0.03em;
  padding-bottom: 4px;
}
@media screen and (max-width: 991px) {
  .performance-item .text-content .title {
    font-size: 20px;
  }
}
.performance-item .text-content .info {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: var(--para-text);
  letter-spacing: -0.03em;
  padding-left: 25px;
}
.performance-item .text-content .info::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--para-text);
}
.performance-item .text-content .link {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: var(--red);
  letter-spacing: -0.03em;
  text-decoration: underline;
}
.performance-item .text-content-alt {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .performance-item .text-content-alt {
    flex-direction: column;
    align-items: flex-start;
  }
}
.performance-item .text-content-alt .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  color: var(--white);
  letter-spacing: -0.03em;
  padding-bottom: 4px;
}
@media screen and (max-width: 991px) {
  .performance-item .text-content-alt .title {
    font-size: 20px;
  }
}
.performance-item .text-content-alt .info {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: var(--para-text);
  letter-spacing: -0.03em;
}
.performance-item .text-content-alt .link {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: var(--red);
  letter-spacing: -0.03em;
  text-decoration: underline;
}

.intro-video-wrap {
  position: relative;
}
.intro-video-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark-blue-70);
  z-index: 2;
  transition: all 0.3s;
}
.intro-video-content {
  position: relative;
  background-color: var(--dark-blue);
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .intro-video-content {
    max-width: 960px;
  }
}
.intro-video-content iframe {
  width: 100%;
  height: 607px;
  margin-bottom: -7px;
}
@media screen and (max-width: 1199px) {
  .intro-video-content iframe {
    height: 540px;
  }
}
@media screen and (max-width: 991px) {
  .intro-video-content iframe {
    height: 415px;
  }
}
@media screen and (max-width: 767px) {
  .intro-video-content iframe {
    height: 315px;
  }
}
@media screen and (max-width: 575px) {
  .intro-video-content iframe {
    height: 205px;
  }
}
.intro-video-content .text-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
  z-index: 3;
}
.intro-video-content .text-content .title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(35px, 5.1vw, 100px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--white);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.intro-video-content .text-content .info {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(20px, 2.08vw, 45px);
  font-weight: 400;
  line-height: 37px;
  letter-spacing: -0.03em;
  color: var(--white);
  padding-bottom: 33px;
}
@media screen and (max-width: 991px) {
  .intro-video-content .text-content .info {
    padding-bottom: 10px;
  }
}
.intro-video-content .text-content .play-btn {
  margin: 0 auto;
  width: 84px;
  height: 84px;
  border: none;
  border-radius: 50%;
  background-color: var(--red);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: var(--white);
}
@media screen and (max-width: 991px) {
  .intro-video-content .text-content .play-btn {
    width: 54px;
    height: 54px;
  }
}
.intro-video-content.video-wrapperPlaying .intro-video-wrap::before {
  opacity: 0;
  visibility: hidden;
}
.intro-video-content.video-wrapperPlaying .text-content {
  opacity: 0;
  visibility: hidden;
}
.intro-video-content.video-wrapperPlaying .text-content .title,
.intro-video-content.video-wrapperPlaying .text-content .info {
  opacity: 0;
  visibility: hidden;
}
.intro-video-content.video-wrapperPlaying:hover .text-content {
  opacity: 1;
  visibility: visible;
}

/* visibility rules */
.video-wrapper .video-control {
  opacity: 1;
}

.video-wrapper.video-wrapperPlaying .video-control {
  opacity: 0;
}

.video-wrapper.video-wrapperPlaying:hover .video-control {
  opacity: 1;
}

.artists-item {
  position: relative;
  z-index: 1;
}
.artists-item::before, .artists-item::after {
  content: "";
  position: absolute;
  width: 45.75%;
  max-width: 140px;
  height: 18.5%;
  max-height: 46px;
  background-color: var(--red);
  z-index: -1;
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .artists-item::before, .artists-item::after {
    width: 25.75%;
  }
}
.artists-item::before {
  top: 0px;
  right: 0px;
}
.artists-item::after {
  bottom: 0px;
  left: 0px;
}
.artists-item .img {
  position: relative;
  height: 352px;
}
.artists-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.artists-item .img .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  background-color: var(--red);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
}
.artists-item .img .icon img {
  width: 26px;
}
.artists-item .text-content {
  padding: 38px 10px;
  background-color: #191f27;
  text-align: center;
}
.artists-item .text-content .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--white);
  text-transform: uppercase;
  padding-bottom: 10px;
}
.artists-item .text-content .info {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #b0bbc7;
}
.artists-item:hover::before {
  top: -3px;
  right: -3px;
}
.artists-item:hover::after {
  bottom: -3px;
  left: -3px;
}
.artists-item:hover .img .icon {
  transform: translate(-50%, -50%) scale(1);
}
.artists-content-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .artists-content-right {
    max-width: 771px;
    margin-left: auto;
  }
}
.artists-content-right .nameDegi {
  padding-bottom: 41px;
  margin-bottom: 41px;
  border-bottom: 1px solid var(--white-10);
}
@media screen and (max-width: 767px) {
  .artists-content-right .nameDegi {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.artists-content-right .nameDegi .name {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: var(--white);
  padding-bottom: 20px;
}
.artists-content-right .nameDegi .degi {
  font-size: 20px;
  font-weight: 500;
  line-height: 21px;
  color: var(--para-text);
}
.artists-content-right .about-artists .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .artists-content-right .about-artists .text {
    padding-bottom: 20px;
  }
}
.artists-content-right .about-artists .text:last-child {
  padding-bottom: 0;
}

.video-vault-item {
  height: 100%;
  padding: 50px;
  background-color: #191f27;
}
@media screen and (max-width: 1199px) {
  .video-vault-item {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .video-vault-item {
    padding: 15px;
  }
}
.video-vault-item .videoWrap {
  position: relative;
}
.video-vault-item .videoWrap iframe {
  width: 100%;
  height: 334px;
}
@media screen and (max-width: 575px) {
  .video-vault-item .videoWrap iframe {
    height: 190px;
  }
}
.video-vault-item .videoWrap .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border: none;
  border-radius: 50%;
  background-color: var(--red);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--white);
}
@media screen and (max-width: 575px) {
  .video-vault-item .videoWrap .play-btn {
    width: 50px;
    height: 50px;
  }
}
.video-vault-item .text-content {
  padding-top: 40px;
}

.cruiseLife-item {
  position: relative;
  display: block;
  min-height: 50px;
}
.cruiseLife-item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  background-color: var(--red);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
}
.cruiseLife-item .icon img {
  width: 26px;
}
.cruiseLife-item:hover .icon {
  transform: translate(-50%, -50%) scale(1);
}

.schedule-imgWrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.schedule-imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sf-btn-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8.5px 30px;
  border: 1px solid var(--red);
  border-radius: 5px;
  background-color: var(--red);
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  color: var(--mid-blue);
  transition: all 0.3s;
}
.sf-btn-primary svg path,
.sf-btn-primary svg ellipse {
  transition: all 0.3s;
}
.sf-btn-primary:hover {
  background-color: var(--mid-blue) !important;
  border-color: var(--mid-blue) !important;
  color: var(--white) !important;
}
.sf-btn-primary:hover svg path,
.sf-btn-primary:hover svg ellipse {
  stroke: var(--white);
}
.sf-btn-primary-alt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 9px 29px;
  border: 1px solid var(--red);
  border-radius: 0px;
  background-color: var(--red);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: var(--white);
  transition: all 0.3s;
}
.sf-btn-primary-alt svg path,
.sf-btn-primary-alt svg ellipse {
  transition: all 0.3s;
}
.sf-btn-primary-alt:hover {
  background-color: transparent !important;
  color: var(--red) !important;
}
.sf-btn-primary-alt:hover svg path,
.sf-btn-primary-alt:hover svg ellipse {
  stroke: var(--white);
}
.sf-btn-primary-alt-white {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 9px 29px;
  border: 1px solid var(--white);
  border-radius: 0px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: var(--white);
  transition: all 0.3s;
}
.sf-btn-primary-alt-white svg path,
.sf-btn-primary-alt-white svg ellipse {
  transition: all 0.3s;
}
.sf-btn-primary-alt-white:hover {
  background-color: var(--red) !important;
  border-color: var(--red) !important;
  color: var(--white) !important;
}
.sf-btn-primary-alt-white:hover svg path,
.sf-btn-primary-alt-white:hover svg ellipse {
  stroke: var(--white);
}
.sf-btn-secondary {
  display: inline-block;
  padding: 8.5px 30px;
  border: 1px solid var(--mid-blue);
  border-radius: 5px;
  background-color: var(--mid-blue);
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  color: var(--mid-blue);
  transition: all 0.3s;
}
.sf-btn-secondary:hover {
  background-color: var(--white) !important;
}
.sf-btn-brand {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
  border: 1px solid var(--mid-blue);
  border-radius: 5px;
  background-color: var(--mid-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--white);
  transition: all 0.3s;
}
.sf-btn-brand svg path,
.sf-btn-brand svg ellipse {
  transition: all 0.3s;
}
.sf-btn-brand:hover {
  background-color: var(--red) !important;
  border-color: var(--red) !important;
  color: var(--white) !important;
}
.sf-btn-brand:hover svg path,
.sf-btn-brand:hover svg ellipse {
  stroke: var(--white);
}
.sf-btn-brand-alt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8px 30px;
  border: 1px solid var(--mid-blue);
  border-radius: 5px;
  background-color: var(--mid-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--white);
  transition: all 0.3s;
}
.sf-btn-brand-alt svg path,
.sf-btn-brand-alt svg ellipse {
  transition: all 0.3s;
}
.sf-btn-brand-alt:hover {
  background-color: var(--red) !important;
  border-color: var(--red) !important;
  color: var(--mid-blue) !important;
}
.sf-btn-brand-alt:hover svg path,
.sf-btn-brand-alt:hover svg ellipse {
  stroke: var(--white);
}

.flipBtn {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.flipBtn span:nth-child(2) {
  opacity: 0;
}
.flipBtn span:first-child {
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.flipBtn span:last-child {
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
}
.flipBtn span:first-child, .flipBtn span:last-child {
  position: absolute;
}
.flipBtn:hover span:first-child {
  top: -30%;
  transform: translateY(-50%);
}
.flipBtn:hover span:last-child {
  top: 50%;
  transform: translateY(-50%);
}

.sf-flipBtn-primary {
  padding: 8.5px 30px;
  border: 1px solid var(--red);
  border-radius: 5px;
  background-color: var(--red);
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  color: var(--mid-blue) !important;
  transition: all 0.3s;
}
.sf-flipBtn-brand {
  padding: 12px 30px;
  border: 1px solid var(--mid-blue);
  border-radius: 5px;
  background-color: var(--mid-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--white) !important;
  transition: all 0.3s;
}
.sf-flipBtn-brand-alt {
  padding: 8px 30px;
  border: 1px solid var(--mid-blue);
  border-radius: 5px;
  background-color: var(--mid-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--white);
  transition: all 0.3s;
}

.zSidebar-logo {
  padding: 24px 25px 40px;
  display: block;
}
.zSidebar-logo img {
  max-width: 166px;
}
.zSidebar-menu > li {
  position: relative;
}
.zSidebar-menu > li.sidebar-divider {
  border-top: 1px solid var(--mid-blue);
  margin: 12px 30px 12px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zSidebar-menu > li:first-child.sidebar-divider {
  padding-top: 0;
  border-top: none;
}
.zSidebar-menu > li svg {
  max-width: 16px;
  max-height: 16px;
}
.zSidebar-menu > li > a {
  position: relative;
  padding: 13px 15px 13px 25px;
  border-left: 4px solid var(--mid-blue);
}
.zSidebar-menu > li > a svg path,
.zSidebar-menu > li > a svg circle,
.zSidebar-menu > li > a svg rect {
  stroke: var(--white);
}
.zSidebar-menu > li > a span {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: var(--white);
}
.zSidebar-menu > li > a::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: var(--white);
  right: 1em;
  transform: rotate(135deg) translate(0, -50%);
  transform-origin: top;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu {
  padding: 10px 0 10px 55px;
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li {
  padding-bottom: 6px;
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li:last-child {
  padding-bottom: 0;
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li a {
  position: relative;
  padding-left: 12px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  color: var(--white);
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li a::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--white);
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li a:hover, .zSidebar-menu > li > a ~ div .zSidebar-submenu li a.active {
  color: var(--red);
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li a:hover::before, .zSidebar-menu > li > a ~ div .zSidebar-submenu li a.active::before {
  background-color: var(--red);
}
.zSidebar-menu > li > a.has-subMenu-arrow::before {
  opacity: 1;
  visibility: visible;
}
.zSidebar-menu > li > a:has(~ div ul.zSidebar-submenu li)::before {
  opacity: 1;
  visibility: visible;
}
.zSidebar-menu > li > a[aria-expanded=true]::before {
  transform: rotate(227deg);
}
.zSidebar-menu > li > a:hover, .zSidebar-menu > li > a.active {
  border-color: var(--red);
  background-color: var(--mid-blue);
}
.zSidebar-menu > li > a:hover svg path,
.zSidebar-menu > li > a:hover svg circle,
.zSidebar-menu > li > a:hover svg rect, .zSidebar-menu > li > a.active svg path,
.zSidebar-menu > li > a.active svg circle,
.zSidebar-menu > li > a.active svg rect {
  stroke: var(--red);
}
.zSidebar-menu > li > a:hover span, .zSidebar-menu > li > a.active span {
  color: var(--red);
}
.zSidebar-menu > li > a:hover::before, .zSidebar-menu > li > a.active::before {
  border-color: var(--red);
}
.zSidebar-fixed {
  max-height: calc(100% - 85px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: scroll;
  scrollbar-width: none;
}
.zSidebar-fixed::-webkit-scrollbar {
  display: none !important;
}

.zTab-reset {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0;
  --bs-nav-link-font-weight: 400;
  --bs-nav-link-color: #fff;
  --bs-nav-tabs-border-width: 0;
  --bs-nav-tabs-border-color: #fff;
  --bs-nav-tabs-border-radius: 0;
  --bs-nav-tabs-link-active-color: #fff;
  --bs-nav-tabs-link-active-bg: #fff;
  flex-wrap: nowrap;
  border-bottom: none;
}
.zTab-wrap {
  display: flex;
  justify-content: center;
  margin-top: calc(-1 * 49px);
}
.zTab-one {
  display: inline-flex;
  flex-wrap: wrap;
  row-gap: 10px;
  border: 1px solid var(--red);
  border-radius: 5px;
  padding: 5px 15px;
  margin-bottom: 20px;
  background-color: var(--white);
}
@media screen and (max-width: 575px) {
  .zTab-one {
    width: 100%;
    justify-content: space-between;
    padding: 5px;
  }
}
.zTab-one .nav-link {
  position: relative;
  padding: 6px 15px;
  background-color: transparent;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: var(--mid-blue);
}
@media screen and (max-width: 575px) {
  .zTab-one .nav-link {
    padding: 5px;
  }
}
.zTab-one .nav-link.active {
  background-color: var(--mid-blue);
  color: var(--mid-blue);
}
.zTab-two {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .zTab-two {
    gap: 10px;
    margin-bottom: 20px;
  }
}
.zTab-two .nav-item {
  flex: 1 1 auto;
}
.zTab-two .nav-link {
  position: relative;
  width: 100%;
  padding: 18px;
  background-color: var(--white);
  border-radius: 5px;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--mid-blue);
  text-align: center;
}
@media screen and (max-width: 575px) {
  .zTab-two .nav-link {
    padding: 5px;
  }
}
.zTab-two .nav-link.active {
  background-color: var(--red);
  color: var(--mid-blue);
}

/* Modal */
.modal-backdrop {
  --bs-backdrop-opacity: 0.4;
  background-color: var(--mid-blue);
}

/* Start Table Styles */
.zTable {
  width: 100% !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--mid-blue) !important;
  margin-bottom: 0;
  border-color: var(--red);
  border-bottom: none !important;
}
.zTable > :not(caption):first-child > * > * {
  border-bottom: none;
  padding: 0 !important;
}
.zTable > :not(caption):first-child > * > * > * {
  background-color: var(--mid-blue);
}
.zTable > :not(caption):first-child > * > *:first-child {
  padding-left: 0 !important;
}
.zTable > :not(caption):first-child > * > *:first-child > * {
  border-radius: 4px 0 0 4px;
}
.zTable > :not(caption):first-child > * > *:last-child {
  padding-right: 0 !important;
}
.zTable > :not(caption):first-child > * > *:last-child > * {
  border-radius: 0 4px 4px 0;
}
.zTable > :not(caption):first-child > * > * > * {
  padding: 11.5px 20px !important;
}
.zTable > :not(caption):last-child > *:last-child > td {
  padding-bottom: 0 !important;
  border-bottom-color: transparent !important;
}
.zTable > :not(caption) > * {
  position: relative;
}
.zTable > :not(caption) > * > * {
  padding: 22px 20px !important;
  border-bottom-color: var(--red) !important;
  vertical-align: middle;
}
.zTable > :not(caption) > * > *:first-child {
  padding-left: 20px !important;
}
.zTable > :not(caption) > * > *:last-child {
  padding-right: 20px !important;
}
.zTable thead tr th {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 17px;
  color: var(--mid-blue);
}
.zTable tbody tr td {
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 15px;
  color: var(--mid-blue);
}
.zTable > tbody > tr > * {
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .zTable-responsive {
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .zTable-responsive {
    padding-bottom: 20px;
  }
}
.zTable-last-item-right > :not(caption) > *:not(.zTable-last-item-right > :not(caption) > *.child) > * {
  position: relative;
}
.zTable-last-item-right > :not(caption) > *:not(.zTable-last-item-right > :not(caption) > *.child) > *:last-child {
  text-align: right;
}
.zTable-last-item-border > :not(caption):last-child > *:last-child > td {
  padding-bottom: 22px !important;
  border-bottom-color: var(--red) !important;
}
.zTable .sf-select-without-search {
  min-width: 135px;
  padding-left: 10px !important;
}
.zTable .sf-select-without-search::after {
  right: 5px;
}
.zTable .sf-select-without-search.open .list li {
  white-space: normal !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  padding-left: 40px !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: var(--white);
  border: 2px solid var(--mid-blue);
  border-radius: 50%;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px var(--black);
  box-sizing: content-box;
  content: "+";
  background-color: var(--mid-blue);
  transition: all 0.3s;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
}

table.dataTable.dtr-inline.collapsed > tbody > tr:last-child > td.dtr-control::before {
  transform: translateY(0px);
}

.dtr-details {
  display: block !important;
}
.dtr-details li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 5px;
}

table.dataTable td.dataTables_empty {
  text-align: center !important;
}

/* End Table Styles */
/* Form */
.zForm-label {
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--white);
}
.zForm-label span {
  color: var(--red);
}
.zForm-label-alt {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--white);
}
.zForm-label-alt span {
  color: var(--red);
}

.zForm-control {
  display: block;
  width: 100%;
  padding: 11.5px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: var(--white);
  background-color: #191f27;
  background-clip: padding-box;
  border: 1px solid #191f27;
  border-radius: 0px;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.zForm-control:focus, .zForm-control:hover {
  border: 1px solid var(--red);
  color: var(--white) !important;
  background-color: #191f27 !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.zForm-control::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #b0bbc7;
}
.zForm-control-alt {
  display: block;
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--white);
  background-color: #191f27;
  background-clip: padding-box;
  border: 1px solid #191f27;
  border-radius: 8px;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.zForm-control-alt:focus, .zForm-control-alt:hover {
  border: 1px solid var(--red);
  color: var(--white) !important;
  background-color: #191f27 !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.zForm-control-alt::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #b0bbc7;
}
.zForm-control.form-select {
  background-image: url("../images/icon/dropdown-arrow.svg");
  background-size: 24px;
}

textarea.zForm-control {
  resize: none;
  min-height: 202px;
}

.landingBook-form .zForm-label-alt {
  font-size: 20px;
  line-height: 30px;
}

/* Checkbox */
.zForm-wrap-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
.zForm-wrap-checkbox input.form-check-input {
  margin-top: 8px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid var(--mid-blue);
  border-radius: 2px;
  background-color: var(--white);
}
.zForm-wrap-checkbox input.form-check-input:checked {
  background-color: var(--mid-blue) !important;
  border-color: var(--mid-blue) !important;
}
.zForm-wrap-checkbox label {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
}
.zForm-wrap-checkbox label a {
  color: var(--mid-blue);
}

/* Radio */
.zForm-wrap-radio {
  display: flex;
  align-items: center;
  gap: 12px;
}
.zForm-wrap-radio input.form-check-input {
  margin-top: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 2px solid var(--red);
  background-color: var(--white);
  background-size: 8px;
}
.zForm-wrap-radio input.form-check-input:checked {
  --bs-form-check-bg-image: url("../images/icon/radio-circle.svg");
  background-color: var(--white);
  border-color: var(--mid-blue);
}
.zForm-wrap-radio label {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: var(--mid-blue);
}

/* Switch */
.zCheck.form-switch {
  min-height: 27px;
}
.zCheck.form-switch input.form-check-input {
  width: 53px;
  height: 27px;
  margin-top: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid var(--mid-blue);
  border-radius: 100px;
  background-color: var(--scroll-track);
  background-image: url(../images/icon/switch-circle.svg);
  background-size: 23px;
  background-position-x: 3px;
}
.zCheck.form-switch input.form-check-input:checked {
  background-color: var(--red);
  border-color: var(--red);
  background-position-x: 26px;
}
.zCheck label {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: #000;
}

/* Accordion */
.zAccordion-reset .accordion-item {
  border: none;
  border-radius: 0;
}
.zAccordion-reset .accordion-body {
  padding: 0;
}
.zAccordion-reset .accordion-button {
  border-radius: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.zAccordion-one {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.zAccordion-one .accordion-item {
  position: relative;
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #191f27;
}
.zAccordion-one .accordion-item::before, .zAccordion-one .accordion-item::after {
  content: "";
  position: absolute;
  width: 45.75%;
  height: 18.5%;
  background-color: var(--red);
  transition: all 0.3s;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .zAccordion-one .accordion-item::before, .zAccordion-one .accordion-item::after {
    width: 25.75%;
  }
}
.zAccordion-one .accordion-item::before {
  top: 0;
  left: 0;
}
.zAccordion-one .accordion-item::after {
  bottom: 0;
  right: 0;
}
.zAccordion-one .accordion-item:has(.show)::before {
  top: -3px;
  left: -3px;
}
.zAccordion-one .accordion-item:has(.show)::after {
  bottom: -3px;
  right: -3px;
}
.zAccordion-one .accordion-body {
  padding: 0px 32px 32px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--white);
}
@media screen and (max-width: 575px) {
  .zAccordion-one .accordion-body {
    padding: 0px 20px 20px 20px !important;
  }
}
.zAccordion-one .accordion-button {
  padding: 32px !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--white);
  column-gap: 50px;
}
@media screen and (max-width: 575px) {
  .zAccordion-one .accordion-button {
    font-size: 16px;
    padding: 20px !important;
  }
}
.zAccordion-one .accordion-button.collapsed::after {
  background-image: url(../images/icon/arrow-down-header.svg);
}
.zAccordion-one .accordion-button:not(.zAccordion-one .accordion-button.collapsed) {
  color: var(--white);
}
.zAccordion-one .accordion-button::after {
  background-image: url(../images/icon/arrow-down-header.svg);
  transform: rotate(0deg);
  background-size: 14px;
  background-position: center;
}

.zMain-signLog {
  position: relative;
  background-color: var(--dark-blue);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zMain-signLog-wrap {
  position: relative;
  z-index: 1;
  max-width: 464px;
  width: 100%;
  background-color: var(--mid-blue);
  padding: 48px;
  border-radius: 10px;
}
@media screen and (max-width: 575px) {
  .zMain-signLog-wrap {
    padding: 10px 10px;
    margin: 0 5px;
  }
}

.signLog-section {
  display: flex;
  background-color: #fff;
  overflow-y: hidden;
}
@media screen and (min-width: 992px) {
  .signLog-section {
    height: 100vh;
  }
}
@media screen and (max-width: 991px) {
  .signLog-section {
    min-height: 100vh;
    padding: 50px 0;
  }
}
.signLog-section .left,
.signLog-section .right {
  width: 50%;
  min-height: 100vh;
  height: 100%;
}
.signLog-section .left {
  background-color: var(--mid-blue);
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .signLog-section .left {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .signLog-section .left {
    padding: 10px;
  }
}
.signLog-section .left .wrap {
  height: 100%;
}
.signLog-section .right {
  position: relative;
  padding: 78px 20px;
  text-align: center;
}
.signLog-section .right .logo {
  display: inline-block;
  max-width: 166px;
}
.signLog-section .right .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
  max-width: 731px;
  margin: 0 auto;
  padding-top: 73px;
}
@media screen and (max-width: 991px) {
  .signLog-section .right {
    display: none;
  }
}

/* passShowHide */
.passShowHide {
  position: relative;
}
.passShowHide button {
  border: none;
  padding: 0;
  background-color: transparent;
  position: absolute;
  bottom: 18px;
  right: 25px;
  color: var(--mid-blue);
  font-weight: 400;
}

/* OTP */
.otp-input-fields {
  display: flex;
  gap: 10px;
}
.otp-input-fields input {
  flex: 1 1 auto;
  max-width: 117px;
  width: 100%;
  height: 52px;
  border: 1px solid var(--red);
  border-radius: 5px;
  background-color: var(--white);
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: var(--mid-blue);
  text-align: center;
}
@media screen and (max-width: 575px) {
  .otp-input-fields input {
    height: 70px;
  }
}
.otp-input-fields input:focus, .otp-input-fields input:hover {
  border-color: var(--mid-blue);
}
.otp-input-fields input::-webkit-outer-spin-button, .otp-input-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Other Auth */
.otherAuthWrap {
  width: 100%;
  max-width: 559px;
  margin: 0 auto;
  padding-top: 50px;
}
.otherAuthWrap .text {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--mid-blue);
  margin-bottom: 20px !important;
}
.otherAuthWrap .text span {
  position: relative;
  display: inline-block;
  background-color: var(--mid-blue);
  padding: 0 19px;
}
.otherAuthWrap .text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: var(--mid-blue);
}
.otherAuthWrap .authList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.otherAuthWrap .authList .item {
  width: 70px;
  height: 70px;
  border: 1px solid var(--red);
  border-radius: 50%;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: var(--dark-blue);
  color: var(--para-text);
}

iframe {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

p {
  margin: 0 !important;
}

a,
b,
div,
ul,
li {
  transition: all 0.3s linear;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
  outline: none;
  box-shadow: none;
}

button,
button:hover,
button:focus,
button:active {
  outline: none;
  box-shadow: none;
}

embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

:focus {
  outline: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

button:focus {
  outline: none;
  box-shadow: none !important;
}

.btn.focus,
.btn:focus {
  border: 1px solid transparent;
}

.form-control:focus,
.btn.focus,
.btn:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}

a:focus {
  outline: 0px solid;
}

a {
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
  color: var(--hover-color);
}

ul.list-style-none {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: var(--brand-primary);
  text-shadow: none;
}

::selection {
  background: var(--white);
  text-shadow: none;
  color: var(--mid-blue);
}

.container {
  max-width: 1350px;
}

/*-------------------------
scrollUp
--------------------------*/
#scrollUp {
  background: #000000;
  bottom: 20px;
  color: #ffffff;
  font-size: 20px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 1000;
  border-radius: 5px;
}
#scrollUp:hover {
  background: var(--hover-color);
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Main content */
.zSidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 250px;
  background-color: var(--mid-blue);
  z-index: 1001;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1023px) {
  .zSidebar {
    left: calc(-1 * 250px);
  }
}

.zMainContent {
  position: relative;
  left: 250px;
  width: calc(100% - 250px);
  transition: all 0.5s ease;
}
@media screen and (max-width: 1023px) {
  .zMainContent {
    left: 0;
    width: 100%;
  }
}
.zMainContent .main-header {
  position: relative;
  padding: 16px 30px;
  background-color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .zMainContent .main-header {
    padding: 10px;
  }
}

.mobileMenu {
  display: none;
}
@media screen and (max-width: 1023px) {
  .mobileMenu {
    display: block;
  }
}

.zSidebar .zSidebar-overlay {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.zSidebar .zSidebar-leftBar {
  position: absolute;
  left: 30px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--red);
}
@media screen and (max-width: 1023px) {
  .zSidebar.menuClose {
    left: 0;
  }
}
.zSidebar.menuClose .zSidebar-overlay {
  opacity: 1;
  visibility: visible;
  width: calc(100% - 250px);
}

.zSidebar-overlay {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.tableTop {
  padding-bottom: 20px;
}

.tableBottom {
  padding-top: 20px;
}

@media screen and (max-width: 575px) {
  .tableLengthInput {
    float: none !important;
  }
}
.tableLengthInput label {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: var(--mid-blue);
}
@media screen and (max-width: 575px) {
  .tableLengthInput label {
    justify-content: center;
  }
}
.tableLengthInput select {
  border: 1px solid var(--black-5) !important;
  border-radius: 8px !important;
  background-color: var(--colorThree) !important;
  padding: 11px 15px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: var(--mid-blue) !important;
  text-align: center;
}

.tableInfo .dataTables_info {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: var(--mid-blue);
  padding-top: 0;
}

.tablePagi .paginate_button {
  padding: 7px 11px 6px !important;
  color: var(--mid-blue) !important;
  border: 1px solid var(--red) !important;
  border-radius: 50% !important;
  background: var(--white) !important;
  width: 36px;
  height: 36px;
  font-size: 12px;
  font-weight: 400;
  line-height: 2 !important;
  margin-left: 8px !important;
}
.tablePagi .paginate_button.current, .tablePagi .paginate_button:hover {
  color: var(--white) !important;
  background: var(--mid-blue) !important;
  border-color: var(--mid-blue) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: var(--mid-blue) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  font-size: 10px !important;
  color: var(--mid-blue) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: var(--white) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: var(--white) !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  appearance: textfield;
}

/*-------------------------------------------
    Preloader Area Start
-------------------------------------------*/
/*-------------------------------------------
    Preloader Area Start
-------------------------------------------*/
@media screen and (min-width: 1200px) {
  .count-item-one .row > div {
    flex: 1 0 auto;
  }
}
.count-item-one .row > div:first-child .item::before {
  display: none;
}
.count-item-one .item {
  position: relative;
}
.count-item-one .item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: var(--red);
}
@media screen and (max-width: 1650px) {
  .count-item-one .item::before {
    left: -20%;
  }
}
@media screen and (max-width: 1350px) {
  .count-item-one .item::before {
    left: -15%;
  }
}
@media screen and (max-width: 1300px) {
  .count-item-one .item::before {
    display: none;
  }
}

.sf-select-checkbox ~ .btn-group,
.sf-select-checkbox-search ~ .btn-group {
  width: 100%;
}
.sf-select-checkbox-btn,
.sf-select-checkbox-search-btn {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: var(--mid-blue);
  background-image: url(../images/icon/multi-select-dropdown-arrow.svg);
  background-size: 10px 12px;
  background-color: var(--white);
  background-clip: padding-box;
  border: 1px solid var(--red);
  border-radius: 5px;
  text-align: left !important;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sf-select-checkbox-btn:focus, .sf-select-checkbox-btn:hover,
.sf-select-checkbox-search-btn:focus,
.sf-select-checkbox-search-btn:hover {
  border-color: var(--mid-blue);
  background-color: var(--white) !important;
}
.sf-select-checkbox-btn:focus,
.sf-select-checkbox-search-btn:focus {
  color: var(--mid-blue) !important;
}
.sf-select-checkbox-btn ~ .multiselect-container,
.sf-select-checkbox-search-btn ~ .multiselect-container {
  width: 100%;
  transform: translate(0, 56px);
  border-color: var(--red);
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-filter,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-filter {
  margin-bottom: 20px;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-search,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-search {
  border: 1px solid var(--red) !important;
  border-radius: 8px !important;
  padding: 9px 9px 9px 45px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  color: var(--mid-blue) !important;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-search:focus, .sf-select-checkbox-btn ~ .multiselect-container .multiselect-search:hover,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-search:focus,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-search:hover {
  border: 1px solid var(--mid-blue) !important;
  color: var(--mid-blue) !important;
  background-color: var(--white) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-search::placeholder,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-search::placeholder {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: var(--mid-blue) !important;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-group,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-group {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--mid-blue);
  padding: 20px 10px 11px;
  margin-top: 10px;
  border-top: 1px solid var(--red);
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-group:nth-child(2),
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-group:nth-child(2) {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-group:hover,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-group:hover {
  background-color: transparent !important;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option {
  padding: 0;
  border-radius: 0;
  margin-bottom: 7px;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option:last-child,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option:last-child {
  margin-bottom: 0;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option .form-check,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option .form-check {
  padding: 0;
  min-height: auto;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option .form-check input,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option .form-check input {
  margin-left: 0;
  width: 18px;
  height: 18px;
  margin-top: 0;
  border-color: var(--red);
  border-radius: 0;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option .form-check input:checked,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option .form-check input:checked {
  border-color: var(--mid-blue);
  background-color: var(--mid-blue);
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option .form-check input[type=radio],
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option .form-check input[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option .form-check label,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option .form-check label {
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  color: var(--mid-blue);
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option:hover, .sf-select-checkbox-btn ~ .multiselect-container .multiselect-option.active, .sf-select-checkbox-btn ~ .multiselect-container .multiselect-option:focus, .sf-select-checkbox-btn ~ .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option:hover,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option.active,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option:focus,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active {
  background-color: transparent !important;
}

/*===============================
 #.header-area
=================================*/
.header-area {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 3rem 0;
  z-index: 99;
  transition: padding 0.2s ease-in-out;
}
.header-area.stick {
  background: #161414;
  padding: 1rem 0;
  position: fixed;
  top: 0;
}
.header-area .navbar-brand img {
  max-width: 19rem;
}
.header-area .navbar-nav {
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
}
.header-area .navbar-nav .nav-item .nav-link {
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.3s linear;
  padding: 0;
}
.header-area .navbar-nav .nav-item .nav-link:hover {
  color: var(--primary-color);
}
.header-area .navbar-nav .nav-item .nav-link.current-menu-items {
  color: var(--primary-color);
}
.header-area .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  border: none;
  content: "\f107";
  vertical-align: middle;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}
.header-area .navbar-nav .dropdown-menu {
  background: #212121;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.7rem;
  padding: 2rem;
  min-width: 18rem;
  margin-top: 1.5rem;
}
.header-area .navbar-nav .dropdown-menu li {
  margin-bottom: 1.2rem;
}
.header-area .navbar-nav .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.header-area .navbar-nav .dropdown-menu li a {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--white);
  transition: all 0.3s linear;
}
.header-area .navbar-nav .dropdown-menu li a:hover {
  color: var(--primary-color);
}
.header-area .header-right {
  grid-column-gap: 2rem;
}
.header-area .header-right .cart-btn {
  position: relative;
}
.header-area .header-right .cart-btn .cart-count {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  background: var(--primary-color);
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--white);
  text-align: center;
}
.header-area .user-profile-dropdown {
  line-height: 0;
}
.header-area .user-profile-dropdown .user-profile {
  display: inline-block;
  border: none;
  background-color: transparent;
  padding: 0;
}
.header-area .user-profile-dropdown .user-profile img {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  object-fit: cover;
}
.header-area .user-profile-dropdown .user-profile-dropdown-menu {
  background-color: #2c332f;
  border-radius: 4px;
  padding: 0;
}
.header-area .user-profile-dropdown .user-profile-dropdown-menu li {
  border-bottom: 1px solid #414442;
}
.header-area .user-profile-dropdown .user-profile-dropdown-menu li:last-child {
  border-bottom: none;
}
.header-area .user-profile-dropdown .user-profile-dropdown-menu li .dropdown-item {
  display: flex;
  align-items: center;
  grid-column-gap: 1rem;
  padding: 1rem 1.5rem;
  background-color: transparent;
  font-weight: 1.6rem;
  font-weight: 400;
  color: var(--white);
  transition: all 0.3s linear;
}
.header-area .user-profile-dropdown .user-profile-dropdown-menu li .dropdown-item:hover {
  color: var(--primary-color);
}
.header-area .languages-dropdown {
  line-height: 0;
}
.header-area .languages-dropdown .languages-item {
  display: inline-flex;
  border: none;
  background-color: transparent;
  padding: 0;
  align-items: center;
  grid-column-gap: 0.5rem;
  color: var(--white);
}
.header-area .languages-dropdown .languages-item .flag-image {
  width: 3.6rem;
  height: 3.6rem;
}
.header-area .languages-dropdown .languages-item .flag-image img {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e5e8ec;
  background-color: var(--white);
}
.header-area .languages-dropdown .languages-dropdown-menu {
  background-color: #2c332f;
  border-radius: 4px;
  padding: 0;
}
.header-area .languages-dropdown .languages-dropdown-menu li {
  border-bottom: 1px solid #414442;
}
.header-area .languages-dropdown .languages-dropdown-menu li:last-child {
  border-bottom: none;
}
.header-area .languages-dropdown .languages-dropdown-menu li .dropdown-item {
  display: flex;
  align-items: center;
  grid-column-gap: 1rem;
  padding: 1rem 1.5rem;
  background-color: transparent;
  font-weight: 1.6rem;
  font-weight: 400;
  color: var(--white);
  transition: all 0.3s linear;
}
.header-area .languages-dropdown .languages-dropdown-menu li .dropdown-item .flag-image {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #e5e8ec;
}
.header-area .languages-dropdown .languages-dropdown-menu li .dropdown-item:hover {
  color: var(--primary-color);
}
.header-area .notifications-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid #e5e8ec;
  background-color: var(--white);
}
.header-area .notifications-btn .count {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
}
.header-area .notifications-dropdown .notifications-dropdown-menu {
  background: #2c302e;
  width: 360px;
  padding: 2rem;
  border-radius: 1rem;
  margin-top: 1rem;
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-top p {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--white);
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-top .read-btn {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border: none;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--primary-color);
  transition: all 0.3s linear;
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-top .read-btn:hover {
  color: var(--hover-color);
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-list .single-notification {
  border-top: 1px solid #3c3a3a;
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-list .single-notification a {
  display: flex;
  grid-gap: 2rem;
  padding: 1.5rem 0;
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-list .single-notification .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: 1.6rem;
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-list .single-notification .notification-content {
  flex: 1;
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-list .single-notification .notification-content h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--white);
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-list .single-notification .notification-content span {
  font-size: 1.2rem;
  font-weight: 400;
  color: #969595;
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-list .single-notification.successful .icon {
  background-color: var(--primary-color);
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-list .single-notification.pending .icon {
  background-color: #ffa043;
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-list .single-notification.successful .icon {
  background-color: #ff3a3a;
}

.responsive-btn {
  display: inline-flex;
  width: 5rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #777777;
  color: var(--white);
  font-size: 2rem;
  transition: all 0.3s linear;
}
.responsive-btn:hover {
  color: var(--white);
  background: var(--hover-color);
}

.responsive-cart {
  position: relative;
}
.responsive-cart img {
  width: 2.3rem;
  height: 2.3rem;
  object-fit: cover;
}
.responsive-cart .cart-count {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  background: var(--primary-color);
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--white);
  text-align: center;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media (min-width: 1200px) {
  .responsive-btn {
    display: none;
  }
  .mobile-btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-area .navbar-nav {
    background: var(--tColor);
    padding: 3rem;
    margin-top: 2rem;
    border-radius: 1rem;
  }
}
@media (max-width: 560px) {
  .responsive-btn {
    width: 4rem;
    height: 4rem;
  }
  .header-area .navbar-brand img {
    max-width: 15rem;
  }
  .header-area {
    padding: 1.5rem 0;
  }
}
@media (max-width: 470px) {
  .header-area .notifications-dropdown .notifications-dropdown-menu {
    width: 280px;
    padding: 1rem;
    transform: translateX(60px);
  }
}
@media (max-width: 375px) {
  .header-area .navbar-brand img {
    max-width: 13rem;
  }
}
@media (max-width: 360px) {
  .header-area .navbar-brand img {
    max-width: 9rem;
  }
}
.coursor-pointer {
  cursor: pointer;
}

.dataTables_wrapper .tableSearch {
  position: relative;
  max-width: 357px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .dataTables_wrapper .tableSearch {
    max-width: 100%;
  }
}
.dataTables_wrapper .tableSearch .dataTables_filter {
  position: relative;
  width: 100%;
}
.dataTables_wrapper .tableSearch .dataTables_filter label {
  width: 100%;
}
.dataTables_wrapper .tableSearch .dataTables_filter .searchIcon {
  position: absolute;
  top: 50%;
  left: 18px;
  display: flex;
  max-height: 18px;
  transform: translateY(-50%);
}
.dataTables_wrapper .tableSearch .dataTables_filter input {
  width: 100%;
  border: 1px solid var(--mid-blue);
  border-radius: 110px !important;
  padding: 14px 18px 13px 45px !important;
  background-color: var(--mid-blue) !important;
  margin-left: 0 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: var(--mid-blue) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 13px;
  width: 13px;
  background-image: url(../images/icon/delete.svg);
  background-size: 13px 13px;
}
.dataTables_wrapper .tableSearch .dataTables_filter input:focus {
  border-color: var(--mid-blue) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: var(--mid-blue) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: var(--mid-blue) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: var(--mid-blue) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: var(--mid-blue) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: var(--mid-blue) !important;
}

.tableTop .row {
  row-gap: 10px;
}

.summernoteOne ~ .note-editor {
  border: 1px solid var(--red) !important;
  border-radius: 5px;
}
.summernoteOne ~ .note-editor .note-toolbar {
  padding: 0 5px;
  background-color: var(--mid-blue);
  border-bottom: none !important;
  border-radius: 5px;
}
.summernoteOne ~ .note-editor .note-toolbar > div {
  margin-top: 0;
}
.summernoteOne ~ .note-editor .note-toolbar > .note-btn-group {
  position: relative;
}
.summernoteOne ~ .note-editor .note-toolbar > .note-btn-group::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: var(--mid-blue);
}
.summernoteOne ~ .note-editor .note-toolbar > .note-btn-group:last-child::before {
  display: none;
}
.summernoteOne ~ .note-editor .note-toolbar .note-btn {
  color: var(--mid-blue);
  border: none;
  background-color: transparent;
  border-radius: 0;
}
.summernoteOne ~ .note-editor .note-toolbar .note-btn::after {
  display: none;
}
.summernoteOne ~ .note-editor .note-toolbar .note-btn-group.note-color .note-btn {
  border-radius: 8px 0 0 8px;
  margin-right: 0;
}
.summernoteOne ~ .note-editor .note-toolbar .note-btn-group.note-color .note-btn.dropdown-toggle {
  border-radius: 0 8px 8px 0;
}
.summernoteOne ~ .note-editor .note-statusbar {
  display: none;
}

.zImage-upload-details {
  position: relative;
}
.zImage-upload-details .zImage-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.zImage-upload-details label {
  z-index: 10 !important;
}
.zImage-upload-details .upload-img-box {
  background-color: var(--white);
  border: 2px dashed var(--red);
  border-radius: 12px;
  height: 185px;
  position: relative;
  overflow: hidden;
}
.zImage-upload-details .upload-img-box img {
  background-color: var(--white);
}

.profileImage-upload {
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: 80px;
  max-width: 80px;
  position: relative;
}
.profileImage-upload > img {
  background-color: var(--mid-blue);
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.profileImage-upload .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  border: 1px solid var(--white);
  border-radius: 50%;
  background-color: var(--mid-blue);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
}
.profileImage-upload .icon img {
  position: relative;
  max-width: 13px;
  max-height: 11px;
  top: auto;
  left: auto;
  transform: translate(0);
}
.profileImage-upload input {
  top: auto !important;
  left: auto !important;
  max-width: 38px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: var(--mid-blue);
  cursor: pointer;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 9999;
}
#preloader img {
  max-width: 22rem;
}

#preloader-status {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.headerUserDropdown {
  background-color: var(--white);
  padding: 4px 20px 4px 4px;
  border: 1px solid var(--red);
  border-radius: 56px;
}
@media screen and (max-width: 767px) {
  .headerUserDropdown {
    padding: 4px;
  }
}
.headerUserDropdown .dropdown-toggle .user-content {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.headerUserDropdown .dropdown-toggle .user-content .wrap {
  position: relative;
}
.headerUserDropdown .dropdown-toggle .user-content .img {
  position: relative;
  width: 33px;
  height: 33px;
}
.headerUserDropdown .dropdown-toggle .user-content .img img {
  border-radius: 50%;
}
.headerUserDropdown .dropdown-toggle .user-content .img .active {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border: 1px solid var(--white);
  border-radius: 50%;
  background-color: var(--mid-blue);
}
.headerUserDropdown .dropdown-toggle .user-content .img .deactivate {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border: 1px solid var(--white);
  border-radius: 50%;
  background-color: var(--mid-blue);
}
.headerUserDropdown .dropdown-toggle::after {
  content: "";
  border: 0;
  background-image: url(../images/icon/arrow-down-header.svg);
  width: 13px;
  height: 7px;
  background-repeat: no-repeat;
  margin: 0;
  right: calc(-1 * 5px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .headerUserDropdown .dropdown-toggle::after {
    display: none;
  }
}
.headerUserDropdown .dropdown-menu {
  --bs-position: end;
  transform: translate3d(0, 60px, 0);
  max-width: 100%;
  transition: all 0.3s;
}
.headerUserDropdown .dropdown-menu.show {
  top: 30% !important;
  transform: translate3d(0, 40px, 0) !important;
  transition: all 0.3s;
}

.lanDropdown {
  padding: 9.5px 13px;
  border: 1px solid var(--red);
  border-radius: 56px;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.lanDropdown .dropdown-toggle img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.lanDropdown .dropdown-toggle::after {
  content: "";
  border: 0;
  background-image: url(../images/icon/arrow-down-header.svg);
  width: 13px;
  height: 7px;
  background-repeat: no-repeat;
  margin: 0;
  right: calc(-1 * 5px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .lanDropdown .dropdown-toggle::after {
    display: none;
  }
}
.lanDropdown .dropdown-menu {
  --bs-position: end;
  transform: translate3d(0, 40px, 0);
}
.lanDropdown .dropdown-menu.show {
  top: 30% !important;
  transform: translate3d(0, 33px, 0) !important;
}

.sf-select-without-search {
  background-color: var(--white) !important;
  border-radius: 10px !important;
  border: 1px solid var(--red) !important;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--mid-blue) !important;
  outline: none;
  padding: 15px 20px !important;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100% !important;
  margin-bottom: 0 !important;
  line-height: 1 !important;
  height: 45px;
}
.sf-select-without-search.empty {
  color: var(--mid-blue) !important;
}
.sf-select-without-search:hover {
  border-color: var(--mid-blue) !important;
}
.sf-select-without-search .option.selected {
  font-weight: normal !important;
}
.sf-select-without-search::after {
  width: 10px;
  height: 6px;
  right: 20px;
  border: none;
  background-image: url(../images/icon/arrow-fill-down.svg);
  transform: translateY(-50%) rotate(0deg);
  background-repeat: no-repeat;
  margin-top: 0;
}
.sf-select-without-search.open::after {
  transform: rotate(0deg) !important;
}
.sf-select-without-search:active, .sf-select-without-search.open, .sf-select-without-search:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.sf-select-without-search .list {
  width: 100% !important;
  scrollbar-width: thin;
}
.sf-select-without-search .list::-webkit-scrollbar {
  width: 6px;
}
.sf-select-without-search .list::-webkit-scrollbar-track {
  background: var(--scroll-track);
  border-radius: 50px;
}
.sf-select-without-search .list::-webkit-scrollbar-thumb {
  background: var(--scroll-thumb);
  border-radius: 50px;
}
.sf-select-without-search.open .list {
  opacity: 1;
  pointer-events: auto;
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--red);
  box-shadow: 0 0 10px rgba(76, 76, 76, 0.12);
  background-color: var(--white);
  padding: 10px 0;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10001;
}
.sf-select-without-search.open .list li {
  padding: 5px 15px;
  margin-bottom: 7px;
  border-radius: 0;
  font-size: 13px;
  font-weight: 500 !important;
  line-height: 16px;
  color: var(--mid-blue);
  min-height: inherit;
  transition: all 0.3s;
}
.sf-select-without-search.open .list li:last-child {
  margin-bottom: 0;
}
.sf-select-without-search.open .list li.focus, .sf-select-without-search.open .list li.selected, .sf-select-without-search.open .list li:hover {
  background-color: transparent !important;
  color: var(--mid-blue) !important;
}
.sf-select-without-search.open::after {
  transform: rotate(45deg);
}

.dashboard-select {
  max-width: 73px;
  padding: 7px 12px !important;
  height: 29px !important;
  border-radius: 6px !important;
}
.dashboard-select .current {
  font-size: 14px;
  font-weight: 500;
  color: var(--mid-blue);
}
.dashboard-select::after {
  right: 10px;
}
.dashboard-select .list {
  border-radius: 6px !important;
}

.select2-container,
.select2-dropdown,
.select2-search,
.select2-results {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.select2-container {
  width: 100% !important;
}
.select2-container:focus-visible {
  outline: none;
}
.select2-container .selection:focus-visible {
  outline: none;
}
.select2-container .selection .select2-selection:focus-visible {
  outline: none;
}
.select2-container .selection .select2-selection .select2-selection__rendered:focus-visible {
  outline: none;
}

.select2-selection {
  outline: none !important;
}

.sf-select-section {
  min-height: 46px !important;
  border-radius: 5px !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.sf-select-section.select2-selection--single {
  background-color: var(--white);
  border: 1px solid var(--red) !important;
  border-radius: 5px !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  min-height: 46px;
}
.sf-select-section.select2-selection--single:focus, .sf-select-section.select2-selection--single:hover {
  border: 1px solid var(--mid-blue) !important;
}
.sf-select-section.select2-selection--single .select2-selection__rendered {
  color: var(--mid-blue);
  line-height: 46px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 17px;
}
.sf-select-section.select2-selection--single .select2-selection__arrow {
  height: 46px !important;
  top: 0 !important;
  right: 11px !important;
}
.sf-select-section.select2-selection--single .select2-selection__arrow b {
  border-width: 0 !important;
  background-image: url(../images/icon/multi-select-dropdown-arrow.svg);
  width: 12px !important;
  height: 9px !important;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  transition: all 0.3s;
}
.sf-select-section.select2-selection--multiple {
  border: 1px solid #dadee7 !important;
}
.sf-select-section.select2-selection--multiple:not(.sf-select-section.select2-selection--multiple:has(ul.select2-selection__rendered li)) .select2-search.select2-search--inline .select2-search__field {
  margin-top: 0;
  margin-left: 0;
  height: 50px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  color: var(--mid-blue);
}
.sf-select-section.select2-selection--multiple:not(.sf-select-section.select2-selection--multiple:has(ul.select2-selection__rendered li)) .select2-search.select2-search--inline .select2-search__field::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: var(--mid-blue);
}
.sf-select-section.select2-selection--multiple .select2-selection__rendered {
  padding-left: 10px;
}
.sf-select-section.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  margin-top: 9px;
  margin-bottom: 5px;
  background-color: var(--mid-blue) !important;
  border: 0;
  border-color: var(--mid-blue) !important;
  border-radius: 24px;
  color: var(--mid-blue) !important;
}
.sf-select-section.select2-selection--multiple .select2-selection__rendered .select2-selection__choice:not(:first-child) {
  margin-left: 10px;
}
.sf-select-section.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  border-color: var(--mid-blue) !important;
  color: var(--mid-blue);
}

.sf-select-dropdown {
  border-color: var(--red) !important;
  border-radius: 12px !important;
  background-color: var(--white);
  box-shadow: 0 0 10px rgba(76, 76, 76, 0.12);
  padding: 9px;
  z-index: 1057;
}
.sf-select-dropdown .select2-search--dropdown {
  padding: 0;
  margin: 10px;
  margin-top: 0;
}
.sf-select-dropdown .select2-search--dropdown .select2-search__field {
  border-color: var(--red);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: var(--mid-blue);
  padding: 10px;
}
.sf-select-dropdown .select2-search--dropdown .select2-search__field:focus {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: var(--mid-blue);
}
.sf-select-dropdown .select2-results__options::-webkit-scrollbar {
  width: 6px;
}
.sf-select-dropdown .select2-results__options::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 50px;
}
.sf-select-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  background: #dadada;
  border-radius: 50px;
}
.sf-select-dropdown .select2-results__options .select2-results__option {
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: var(--mid-blue);
  border-radius: 4px;
}
.sf-select-dropdown .select2-results__options .select2-results__option:last-child {
  margin-bottom: 0;
}
.sf-select-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted, .sf-select-dropdown .select2-results__options .select2-results__option.select2-results__option--selected {
  background-color: var(--mid-blue);
  color: var(--mid-blue);
}

.breadcrumb.sf-breadcrumb {
  --bs-breadcrumb-margin-bottom: 0;
  --bs-breadcrumb-divider-color: var(--title-text);
  --bs-breadcrumb-item-active-color: var(--title-text);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--mid-blue) !important;
}
@media screen and (max-width: 575px) {
  .breadcrumb.sf-breadcrumb {
    display: none;
  }
}
.breadcrumb.sf-breadcrumb a {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--mid-blue);
}
.breadcrumb.sf-breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "-");
}
.breadcrumb.sf-breadcrumb li.active a {
  color: var(--mid-blue) !important;
}
.breadcrumb.inner-breadcrumb {
  --bs-breadcrumb-margin-bottom: 0;
  --bs-breadcrumb-divider-color: var(--white);
  --bs-breadcrumb-item-active-color: var(--white);
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: var(--white) !important;
  font-size: clamp(14px, 0.83vw, 16px);
}
.breadcrumb.inner-breadcrumb a {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: var(--white) !important;
  font-size: clamp(14px, 0.83vw, 16px);
}
.breadcrumb.inner-breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb.inner-breadcrumb li.active a {
  color: var(--white) !important;
}

.sf-input-wrap {
  display: flex;
}
.sf-input-wrap input {
  border-radius: 8px 0 0 8px;
  border-right: 0;
}
.sf-input-wrap .currency {
  flex: 1 0 auto;
  max-width: 96px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--red);
  border-radius: 0 8px 8px 0 !important;
  background-color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: var(--mid-blue);
}
.sf-input-wrap .select2-container {
  flex: 1 0 auto;
  max-width: 96px;
}
.sf-input-wrap .select2-container .sf-select-section.select2-selection--single {
  border-radius: 0 8px 8px 0 !important;
  background-color: var(--dark-blue);
}

.servicePhotoUpload label {
  max-width: 386px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  .servicePhotoUpload label {
    width: 100%;
    flex: 1 0 auto;
  }
}
.servicePhotoUpload label p:first-child {
  flex: 1 1 auto;
  border: 1px solid var(--red);
  border-right: 0;
  padding: 15px 15px 14px;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 575px) {
  .servicePhotoUpload label p:first-child {
    flex: 0 0 auto;
    border-radius: 5px 5px 0 0;
    border-bottom: 0;
    border-right: 1px solid var(--red);
    width: 100%;
    text-align: center;
  }
}
.servicePhotoUpload label p:last-child {
  border-radius: 0 5px 5px 0;
  background-color: var(--mid-blue);
  padding: 15px 38px 14px;
}
@media screen and (max-width: 575px) {
  .servicePhotoUpload label p:last-child {
    border-radius: 0 0 5px 5px;
    width: 100%;
    text-align: center;
  }
}

.file-upload-one label {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  .file-upload-one label {
    width: 100%;
    flex: 1 0 auto;
  }
}
.file-upload-one label p.fileName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-upload-one label p:first-child {
  flex: 1 1 auto;
  border: 1px solid var(--red);
  border-right: 0;
  padding: 10px 20px;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 575px) {
  .file-upload-one label p:first-child {
    flex: 0 0 auto;
    border-radius: 5px 5px 0 0;
    border-bottom: 0;
    border-right: 1px solid var(--red);
    width: 100%;
    text-align: center;
  }
}
.file-upload-one label p:last-child {
  border-radius: 5px;
  background-color: var(--mid-blue);
  padding: 10px 30px;
}
@media screen and (max-width: 575px) {
  .file-upload-one label p:last-child {
    border-radius: 0 0 5px 5px;
    width: 100%;
    text-align: center;
  }
}

.dropdown-selectService .dropdown-toggle {
  border: 1px solid var(--red);
  border-radius: 8px;
  padding: 14px 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--mid-blue);
}
.dropdown-selectService .dropdown-toggle::after {
  content: "";
  border: 0;
  background-image: url(../images/icon/arrow-fill-down.svg);
  width: 10px;
  height: 6px;
  background-repeat: no-repeat;
  margin: 0;
  right: calc(-1 * 5px);
  position: relative;
}
.dropdown-selectService .dropdown-menu {
  --bs-position: end;
  transform: translate3d(0, 60px, 0);
  width: 100%;
  transition: all 0.3s;
  padding: 20px 0;
  background-color: var(--white);
  border: 1px solid var(--red);
  border-radius: 6px;
  box-shadow: 0px 20px 90px 10px rgba(163, 177, 204, 0.0705882353);
}
.dropdown-selectService .dropdown-menu.show {
  top: 30% !important;
  transform: translate3d(0, 40px, 0) !important;
  transition: all 0.3s;
}
.dropdown-selectService .dropdown-menu li {
  padding-left: 21px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--red);
}
.dropdown-selectService .dropdown-menu li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.dropdown-one .dropdown-toggle::after {
  display: none;
}
.dropdown-one .dropdown-menu {
  transform: translate3d(0, 40px, 0);
}
.dropdown-one .dropdown-menu.show {
  top: 0% !important;
}
.dropdown-two .dropdown-toggle {
  width: 100%;
  min-width: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dropdown-two .dropdown-toggle .images {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.dropdown-two .dropdown-toggle .images img {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: 1px solid var(--white);
  border-radius: 50%;
  overflow: hidden;
}
.dropdown-two .dropdown-toggle .images img:not(:first-child) {
  margin-left: calc(-1 * 11px);
}
.dropdown-two .dropdown-toggle .images img:not(:nth-child(1), :nth-child(2)) {
  display: none;
}
.dropdown-two .dropdown-toggle .images .iconPlus {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: 1px solid var(--white);
  border-radius: 50%;
  margin-left: calc(-1 * 11px);
  background-color: #f9f9ff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--mid-blue);
}
.dropdown-two .dropdown-toggle::after {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  border: 1px solid var(--stroke);
  border-radius: 50%;
  margin: 0;
  vertical-align: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/icon/angle-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  transition: all 0.3s;
}
.dropdown-two .dropdown-menu {
  transform: translate3d(0, 40px, 0);
}
.dropdown-two .dropdown-menu.show {
  top: 0% !important;
}

#files-names {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#files-names .file-block {
  position: relative;
  margin-top: 10px;
  flex: 0 0 auto;
  min-width: 70px;
  max-width: 150px;
  padding: 10px;
  border: 1px solid var(--red);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#files-names .file-block .file-icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--mid-blue);
}
#files-names .file-block .name {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: var(--mid-blue);
}
#files-names .file-block .file-delete {
  position: absolute;
  top: 10px;
  right: 10px;
  flex: 0 0 auto;
  width: 13.5px;
  height: 13.5px;
  border: 1px solid var(--mid-blue);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: var(--mid-blue);
  cursor: pointer;
}

.settings-sidebar a.active span,
.settings-sidebar a.active div, .settings-sidebar a:hover span,
.settings-sidebar a:hover div {
  color: var(--mid-blue) !important;
}

.paymentConversionRate .left {
  border: 1px solid var(--red);
  border-radius: 8px;
  overflow: hidden;
}
.paymentConversionRate .left p {
  max-height: 52px;
}
@media screen and (max-width: 575px) {
  .paymentConversionRate .left p {
    flex-basis: auto;
    max-width: 52px;
    width: 100%;
  }
}
.paymentConversionRate .left input {
  border: none;
}
@media screen and (max-width: 575px) {
  .paymentConversionRate .left input {
    flex-basis: calc(100% - 104px);
  }
}
.paymentConversionRate .left .sf-select-section {
  border: none !important;
}
@media screen and (max-width: 575px) {
  .paymentConversionRate .left .sf-select-section {
    border-bottom: 1px solid var(--red) !important;
    border-radius: 0 !important;
  }
}

/* Note list */
.note-list > li {
  padding: 14px 22px;
  margin-bottom: 12px;
  background-color: var(--mid-blue);
  border-radius: 10px;
}
.note-list > li:last-child {
  margin-bottom: 0;
}
.note-list > li .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: var(--mid-blue);
}
.note-list > li button {
  border: none;
  padding: 0;
  background-color: transparent;
}
.note-list > li button.dropdown-toggle {
  font-size: 18px;
  color: var(--mid-blue);
}
.note-list > li.bg-note-self {
  background-color: var(--mid-blue);
}
.note-list > li.bg-note-self .title {
  color: var(--mid-blue) !important;
}

.cta-section {
  position: relative;
  margin-bottom: -228px;
  z-index: 1;
}
.cta-content {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 182px;
  background-color: var(--red);
}
@media screen and (min-width: 1200px) {
  .cta-content {
    padding: 0 96px 0 84px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-content {
    padding: 0 96px 0 50px;
  }
}
.cta-content .left {
  position: relative;
  z-index: 1;
  padding: 89px 0;
  max-width: 638px;
}
@media screen and (max-width: 991px) {
  .cta-content .left {
    max-width: 710px;
    padding: 70px;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .cta-content .left {
    padding: 30px;
  }
}
.cta-content .left .title {
  font-size: 55px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white);
  font-size: clamp(30px, 2.86vw, 60px);
  letter-spacing: -0.03em;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cta-content .left .title {
    font-size: 30px;
  }
}
.cta-content .left .info {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--white);
  letter-spacing: -0.03em;
  padding-bottom: 30px;
}
.cta-content .left .link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 9px 29px;
  background-color: var(--white);
  border: 1px solid var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: var(--mid-blue);
  transition: all 0.3s;
}
.cta-content .left .link:hover {
  background-color: transparent;
  color: var(--white);
}
.cta-content .right {
  position: relative;
  z-index: 1;
  max-width: 295px;
}
@media screen and (max-width: 991px) {
  .cta-content .right {
    display: none;
  }
}

/* */
.section-overlay-wrap {
  position: relative;
}
.section-overlay-wrap .container {
  position: relative;
}
.section-overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 755px;
  background-color: var(--mid-blue);
}

@media screen and (max-width: 1023px) {
  .home-about-section .section-overlay-content {
    max-height: 100%;
  }
}

.ld-header-section {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 30px 0 0;
  background-color: transparent;
  z-index: 20;
}
.ld-header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 20;
  position: fixed;
  background-color: var(--dark-blue);
  padding: 20px 0;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  border-bottom: 1px solid var(--stroke);
  transition: 0.3s all ease-in-out;
}
.ld-header-logo {
  display: inline-block;
  max-width: 196px;
}
@media screen and (max-width: 1199px) {
  .ld-header-btn {
    padding: 9px 10px;
  }
}

.menu-dropdown-toggle {
  padding-right: 16px !important;
}
.menu-dropdown-toggle::after {
  background-image: url(../images/icon/arrow-down-header.svg);
  border: none;
  background-size: 12px;
  width: 12px;
  height: 7px;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
}
@media screen and (max-width: 991px) {
  .menu-dropdown-toggle::after {
    background-image: url(../images/icon/arrow-down-header-white.svg);
  }
}
.menu-dropdown-toggle ~ .dropdown-menu {
  border: none;
}
.menu-dropdown-toggle ~ .dropdown-menu li {
  padding-bottom: 0px;
  border-bottom: 1px solid var(--white-10);
}
.menu-dropdown-toggle ~ .dropdown-menu li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.menu-dropdown-toggle ~ .dropdown-menu li a {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 18px;
}
@media screen and (max-width: 991px) {
  .menu-dropdown-toggle ~ .dropdown-menu li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--white);
  }
}
.menu-dropdown-toggle ~ .dropdown-menu li a:hover, .menu-dropdown-toggle ~ .dropdown-menu li a.active {
  background-color: transparent;
  color: var(--red) !important;
}
@media screen and (min-width: 992px) {
  .menu-dropdown-toggle ~ .dropdown-menu {
    display: block;
    top: 40px;
    border: 1px solid #192027;
    border-radius: 0;
    background-color: #12181f;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    padding: 0;
    box-shadow: 5px 5px 25px 0px rgba(57, 64, 72, 0.1019607843);
    transition: all 0.3s ease-in;
  }
}
@media screen and (max-width: 991px) {
  .menu-dropdown-toggle ~ .dropdown-menu {
    border-radius: 0;
    background-color: var(--mid-blue);
    padding-left: 20px;
  }
}
.menu-dropdown-toggle ~ .dropdown-menu li {
  position: relative;
}
.menu-dropdown-toggle ~ .dropdown-menu li a {
  position: relative;
}
.menu-navbar-nav li .nav-link {
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .menu-navbar-nav li .nav-link {
    color: var(--white) !important;
  }
}
@media screen and (min-width: 992px) {
  .menu-navbar-nav li .nav-link:hover, .menu-navbar-nav li .nav-link.active {
    color: var(--red) !important;
  }
}
@media screen and (min-width: 992px) {
  .menu-navbar-nav li:hover .dropdown-toggle ~ .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 30px;
  }
}
.menu-navbar-nav li:has(.dropdown-item.active) .dropdown-toggle {
  color: var(--mid-blue) !important;
}
@media screen and (max-width: 991px) {
  .menu-navbar-collapse {
    background-color: var(--mid-blue);
    padding: 40px 30px;
  }
}

@media screen and (max-width: 991px) {
  .menu-navbar-collapse {
    height: 100vh;
    overflow: auto;
  }
}

.footer-section {
  position: relative;
  overflow: hidden;
  padding: 378px 0 17px;
  background-color: var(--mid-blue);
}
@media screen and (max-width: 991px) {
  .footer-section {
    padding: 300px 0 17px;
  }
}
.footer-section .topArea {
  position: relative;
  padding-bottom: 59px;
}
@media screen and (max-width: 767px) {
  .footer-section .topArea {
    padding-bottom: 40px;
  }
}
.footer-section .bottomArea {
  position: relative;
  padding-top: 11px;
  border-top: 1px solid var(--stroke);
}
.footer-text {
  position: absolute;
  bottom: -78px;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(120px, 15.63vw, 305px);
  font-weight: 400;
  line-height: 200px;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.05);
}
.footer-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: var(--white);
  padding-bottom: 42px;
}
@media screen and (max-width: 575px) {
  .footer-title {
    padding-bottom: 24px;
  }
}
.footer-info {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--white);
}
.footer-menu {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.footer-menu li {
  padding-bottom: 14px;
}
.footer-menu li:last-child {
  padding-bottom: 0;
}
.footer-menu li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--white);
  transition: all 0.3s;
}
.footer-menu li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--red);
  background-position: bottom right;
  transition: all 0.3s;
}
.footer-menu li a:hover {
  color: var(--red) !important;
}
.footer-menu li a:hover::before {
  width: 100%;
  background-position: bottom left;
}
.footer-logo {
  display: flex;
  max-width: 85px;
}
.footer-copywrite {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: var(--white);
  letter-spacing: -0.03em;
}
.footer-copywrite .link {
  color: var(--red);
}
.footer-social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--white-10);
  box-shadow: 4px 4px 8px 0px rgba(79, 0, 0, 0.2509803922);
  transition: all 0.3s;
}
.footer-social-link img {
  width: 15px;
  height: 15px;
}
.footer-social-link:hover {
  background: var(--red);
}
.footer-social-link-wrap li:nth-child(2) .footer-social-link:hover {
  background: #1877f2;
}
.footer-social-link-wrap li:nth-child(3) .footer-social-link:hover {
  background: linear-gradient(-135deg, rgb(186, 0, 179) 0%, rgb(240, 1, 16) 50%, rgb(255, 211, 33) 100%);
}

.direction-rtl {
  direction: rtl;
}
.direction-rtl .zSidebar {
  top: 0;
  left: auto;
  right: 0;
  height: 100%;
  width: 250px;
  background-color: var(--dark-blue);
  z-index: 1001;
  transition: all 0.5s ease;
  border-right: 1px solid var(--red);
  padding-left: 40px;
}
@media screen and (max-width: 1023px) {
  .direction-rtl .zSidebar {
    right: calc(-1 * 250px);
  }
}
.direction-rtl .zMainContent {
  position: relative;
  left: auto;
  right: 250px;
  width: calc(100% - 250px);
  transition: all 0.5s ease;
}
@media screen and (max-width: 1023px) {
  .direction-rtl .zMainContent {
    right: 0;
    width: 100%;
  }
}

/* Slider */
.sliderControls {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-top: 45px;
}
.sliderControls .swiper-button-next,
.sliderControls .swiper-button-prev,
.sliderControls .swiper-pagination {
  position: relative;
}
.sliderControls .swiper-button-next,
.sliderControls .swiper-button-prev {
  top: 0;
  margin-top: 0;
  width: 46px;
  height: 46px;
  border: 1px solid var(--red);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.sliderControls .swiper-button-next svg,
.sliderControls .swiper-button-prev svg {
  width: 14px;
}
.sliderControls .swiper-button-next svg path,
.sliderControls .swiper-button-prev svg path {
  transition: all 0.3s;
}
.sliderControls .swiper-button-next::after,
.sliderControls .swiper-button-prev::after {
  display: none;
}
.sliderControls .swiper-button-next:hover,
.sliderControls .swiper-button-prev:hover {
  border-color: var(--mid-blue);
}
.sliderControls .swiper-button-next:hover svg path,
.sliderControls .swiper-button-prev:hover svg path {
  fill: var(--mid-blue);
}
.sliderControls .swiper-pagination {
  width: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: var(--mid-blue);
  bottom: 0;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
}

.sign-up-page {
  overflow-x: hidden;
}

@media screen and (min-width: 992px) {
  .sign-up-page .row .col-lg-6 {
    padding: 0;
  }
}

.sign-up-left-content {
  background-image: url("../images/auth-img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 100px;
}

.sign-up-left-content,
.sign-up-right-content {
  min-height: 100vh;
  height: 100%;
}

.sign-up-left-content {
  text-align: center;
}
.sign-up-left-content .logo {
  display: inline-block;
  max-width: 166px;
}
.sign-up-left-content .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
  max-width: 731px;
  margin: 0 auto;
  padding-top: 73px;
}
@media screen and (max-width: 991px) {
  .sign-up-left-content {
    display: none;
  }
}

.sign-up-right-content {
  max-width: 757px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* Cookie consent */
.cookie-consent-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1001;
}
.cookie-consent-wrap .cookie-consent {
  padding: 1.875rem !important;
}
.cookie-consent-wrap .js-cookie-consent-agree {
  margin-top: 15px;
}

.captcha-image {
  width: 200px;
}

/*# sourceMappingURL=style.css.map */
