@font-face {
  font-family: "UrbanistRegular";
  src: url("../fonts/UrbanistRegular.eot");
  src: url("../fonts/UrbanistRegular.eot") format("embedded-opentype"), url("../fonts/UrbanistRegular.woff2") format("woff2"), url("../fonts/UrbanistRegular.woff") format("woff"), url("../fonts/UrbanistRegular.ttf") format("truetype"), url("../fonts/UrbanistRegular.svg#UrbanistRegular") format("svg");
}
@font-face {
  font-family: "UrbanistSemiBold";
  src: url("../fonts/UrbanistSemiBold.eot");
  src: url("../fonts/UrbanistSemiBold.eot") format("embedded-opentype"), url("../fonts/UrbanistSemiBold.woff2") format("woff2"), url("../fonts/UrbanistSemiBold.woff") format("woff"), url("../fonts/UrbanistSemiBold.ttf") format("truetype"), url("../fonts/UrbanistSemiBold.svg#UrbanistSemiBold") format("svg");
}
@font-face {
  font-family: "UrbanistBold";
  src: url("../fonts/UrbanistBold.eot");
  src: url("../fonts/UrbanistBold.eot") format("embedded-opentype"), url("../fonts/UrbanistBold.woff2") format("woff2"), url("../fonts/UrbanistBold.woff") format("woff"), url("../fonts/UrbanistBold.ttf") format("truetype"), url("../fonts/UrbanistBold.svg#UrbanistBold") format("svg");
}
body {
  font-family: "UrbanistRegular", sans-serif;
  font-size: 14px;
  color: #111111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  background: #ffffff;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "UrbanistBold", sans-serif;
  margin-top: 0 !important;
  line-height: 1.3;
}

p {
  line-height: 1.5;
  font-size: 14px;
  color: #111111;
  margin: 0 0 10px 0;
}

a {
  color: #D20A03;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  color: #001750;
}

img {
  max-width: 100%;
}

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

textarea {
  resize: none;
  min-height: 100px;
}
textarea.form-control {
  height: auto;
}

.form-control {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #ffffff;
  border: 1px solid #ACC4FF;
  color: #001750;
  font-size: 14px;
  height: 34px;
  padding: 5px 10px;
}
.form-control:focus {
  border-color: #001750;
}

.form-control::-webkit-input-placeholder {
  color: #aab1bc;
}

.form-control::-moz-placeholder {
  color: #aab1bc;
}

:-ms-input-placeholder {
  color: #aab1bc;
}

.form-control:-moz-placeholder {
  color: #aab1bc;
}

.checkbox .custom-check {
  cursor: pointer;
  position: relative;
  padding: 3px 5px 0 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  min-height: 25px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkbox input {
  opacity: 0;
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.checkbox input:checked + em {
  border-color: #001750;
}
.checkbox input:checked + em:before {
  background: #001750;
  height: 14px;
  width: 14px;
}
.checkbox em {
  background: #ffffff;
  border: 1px solid #888888;
  width: 24px;
  height: 24px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox em:before {
  background: transparent;
  height: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  width: 0;
  display: block;
  transition: all 0.2s ease;
  transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.checkbox span {
  display: block;
  width: 100%;
  font-family: "UrbanistSemiBold", sans-serif;
  font-size: 16px;
}

.dropdown-item {
  font-size: 14px;
  padding: 8px 15px;
}
.dropdown-item:hover {
  background: #001750;
}

.line-btn {
  border: 1px solid #001750;
  height: 38px;
  padding: 10px 20px;
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  font-size: 14px;
  color: #001750;
  background: #ffffff;
  display: inline-block;
  letter-spacing: 1px;
  vertical-align: middle;
  font-family: "UrbanistBold", sans-serif;
  text-decoration: none;
  position: relative;
}
.line-btn em {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  right: 4px;
  top: 4px;
  background: #A9C2FF;
  color: #001750;
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-btn:hover {
  background: #001750;
  color: #ffffff;
}

.primary-btn {
  border: 1px solid #001750;
  height: 38px;
  padding: 12px 40px 12px 15px;
  text-align: left;
  line-height: 1;
  font-size: 14px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #001750;
  background: #ffffff;
  display: inline-block;
  vertical-align: middle;
  font-family: "UrbanistBold", sans-serif;
  letter-spacing: 1px;
  position: relative;
}
.primary-btn em {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -14px;
  background: #A9C2FF;
  color: #001750;
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn:hover {
  background: #000c2b;
  color: #ffffff;
}

.red-btn {
  border: none;
  height: 38px;
  padding: 12px 40px 12px 15px;
  text-align: left;
  line-height: 1;
  font-size: 14px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #ffffff;
  background: #D20A03;
  display: inline-block;
  vertical-align: middle;
  font-family: "UrbanistBold", sans-serif;
  position: relative;
}
.red-btn em {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -14px;
  background: #ffffff;
  color: #D20A03;
  display: flex;
  justify-content: center;
  align-items: center;
}
.red-btn:hover {
  background: #830400;
  color: #ffffff;
}

.link-btn {
  border: none;
  height: 38px;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  text-decoration: underline;
  color: #D20A03;
  background: #ffffff;
  display: inline-block;
}
.link-btn:hover {
  color: #001750;
}

.form-group {
  margin: 0 0 15px 0;
}

.label-text {
  font-family: "UrbanistSemiBold", sans-serif;
  margin: 0 0 5px 0;
  display: block;
}

.note-text {
  font-family: "UrbanistSemiBold", sans-serif;
  color: #cc0014;
}

select.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.content-container {
  max-width: 96%;
  margin: 0 auto;
}

.page-container {
  padding-top: 190px;
}

.common-section {
  padding: 40px 0;
}

.common-section-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 0 0 40px 0;
}
.common-section-header h2 {
  font-size: 36px;
  margin: 0;
}
.common-section-header .section-header-btn {
  background: #FFF0EF;
  padding: 10px 20px;
  border: 1px solid #D20A03;
  color: #D20A03;
  font-family: "UrbanistBold", sans-serif;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  font-size: 16px;
}
.common-section-header .section-header-btn:hover {
  background: #D20A03;
  color: #ffffff;
}

.row {
  margin: 0 -10px;
}

.row > * {
  padding-left: 10px;
  padding-right: 10px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 5;
  padding: 0 2%;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
header.hide {
  height: 85px;
  background: rgba(238, 243, 255, 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-bottom: 1px solid #dddddd;
}
header.hide .sub-menu-ui {
  transform: translateY(-1000px);
}
header .main-menu-ui {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #EEF3FF;
  border: 1px solid #ACC4FF;
  padding: 10px 12px;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
header .main-menu-ui .left-box .logo-box {
  display: inline-block;
  vertical-align: middle;
}
header .main-menu-ui .left-box .logo-box .logo {
  display: block;
}
header .main-menu-ui .left-box .logo-box .logo img {
  max-width: 170px;
}
header .main-menu-ui .right-box {
  display: flex;
  align-items: center;
  gap: 5px;
}
header .main-menu-ui .right-box .mobile-menu-close-box,
header .main-menu-ui .right-box .mobile-menu-btn,
header .main-menu-ui .right-box .main-menu-container-overley {
  display: none;
}
header .main-menu-ui .right-box .main-menu-row {
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3px;
}
header .main-menu-ui .right-box .main-menu-row .has-arrow {
  border: 1px solid #ACC4FF;
  height: 16px;
  width: 16px;
  display: block;
  background: #A8C2FF;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}
header .main-menu-ui .right-box .main-menu-row .has-arrow:after {
  content: "\e80a";
  font-size: 8px;
  font-family: "tfc-icons", sans-serif;
  color: #001750;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 3px 0;
}
header .main-menu-ui .right-box .main-menu-row > li {
  position: relative;
}
header .main-menu-ui .right-box .main-menu-row > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 20px;
  width: 100%;
}
header .main-menu-ui .right-box .main-menu-row li.active-menu a {
  background: #001750;
  color: #ffffff;
}
header .main-menu-ui .right-box .main-menu-row li.has-submenu > a, header .main-menu-ui .right-box .main-menu-row li.has-mega-menu > a {
  padding-right: 30px;
}
header .main-menu-ui .right-box .main-menu-row li a {
  padding: 10px 15px;
  display: block;
  font-family: "UrbanistBold", sans-serif;
  font-size: 16px;
  color: #222222;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
header .main-menu-ui .right-box .main-menu-row li a:hover {
  background: #001750;
  color: #ffffff;
}
header .main-menu-ui .right-box .main-menu-row a {
  position: relative;
}
header .main-menu-ui .right-box .main-menu-row .with-vertical-scroll .submenu {
  overflow-y: auto;
  max-height: calc(100vh - 100px);
}
header .main-menu-ui .right-box .main-menu-row .has-mega-menu {
  position: static;
}
header .main-menu-ui .right-box .main-menu-row .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  background: #fff;
  border: 1px solid #999999;
  transform: translateY(20px);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 10px 5px;
}
header .main-menu-ui .right-box .main-menu-row .submenu .has-submenu {
  position: relative;
}
header .main-menu-ui .right-box .main-menu-row .submenu .has-submenu .has-arrow {
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
header .main-menu-ui .right-box .main-menu-row .submenu .submenu {
  left: calc(100% + 2px);
  top: 0;
}
header .main-menu-ui .right-box .main-menu-row .submenu .submenu.is-open {
  transform: translateY(0);
}
header .main-menu-ui .right-box .main-menu-row .submenu a {
  display: block;
  padding: 7px 10px;
  color: #111111;
  font-size: 15px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
header .main-menu-ui .right-box .main-menu-row .submenu a:hover {
  background: #001750;
  color: #ffffff;
}
header .main-menu-ui .right-box .main-menu-row .submenu.is-open {
  transform: translateY(12px);
}
header .main-menu-ui .right-box .main-menu-row .submenu,
header .main-menu-ui .right-box .main-menu-row .mega-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.1s ease, transform 0.1s ease;
}
header .main-menu-ui .right-box .main-menu-row .mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  background: #ffffff;
  border: 1px solid #ACC4FF;
  transform: translateX(-50%) translateY(15px);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
header .main-menu-ui .right-box .main-menu-row .mega-menu.is-open {
  transform: translateX(-50%) translateY(0);
}
header .main-menu-ui .right-box .main-menu-row .mega-menu .mega-menu-content {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 10px;
  overflow-y: auto;
  max-height: calc(100vh - 80px);
}
header .main-menu-ui .right-box .main-menu-row .mega-menu .mega-menu-content ul li a {
  padding: 7px 10px;
  font-size: 14px;
  font-family: "UrbanistSemiBold", sans-serif;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
header .main-menu-ui .right-box .main-menu-row .mega-menu h2 {
  font-size: 18px;
  margin: 0 0 10px 0;
  color: #001750;
  padding-left: 10px;
}
header .main-menu-ui .right-box .main-menu-row .submenu.is-open,
header .main-menu-ui .right-box .main-menu-row .mega-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header .main-menu-ui .right-box .main-menu-row .menu-active > a {
  color: #ffffff !important;
  background: #001750;
}
header .main-menu-ui .right-box .btn-list {
  display: flex;
  align-items: center;
  gap: 5px;
}
header .main-menu-ui .right-box .btn-list .btn-icon {
  display: none;
}
header .main-menu-ui .right-box .btn-list .login-dropdown .dropdown-toggle:after {
  content: none;
}
header .main-menu-ui .right-box .btn-list .login-dropdown .dropdown-menu {
  padding: 10px 5px;
  border: 1px solid #999999;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
header .main-menu-ui .right-box .btn-list .login-dropdown .dropdown-menu li a {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 7px 10px;
  color: #111111;
  font-family: "UrbanistBold", sans-serif;
  font-size: 15px;
}
header .main-menu-ui .right-box .btn-list .login-dropdown .dropdown-menu li a:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  header .main-menu-ui .right-box .btn-list .login-dropdown:hover .dropdown-menu {
    display: block;
  }
}
header .sub-menu-ui {
  border: 1px solid #999999;
  background: #ffffff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
header .sub-menu-ui .sub-menu-slider {
  padding: 0 35px 10px 35px;
  border-bottom: 1px solid #999999;
  margin-bottom: 10px;
}
header .sub-menu-ui .sub-menu-slider:last-child {
  border: none;
  margin: 0;
  padding-bottom: 0;
}
header .sub-menu-ui .sub-menu-slider .owl-nav {
  margin: 0;
}
header .sub-menu-ui .sub-menu-slider .owl-nav button {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #555555;
  background: #D9E4FF;
  font-size: 14px;
  opacity: 1;
  margin: 0;
  padding-right: 3px !important;
}
header .sub-menu-ui .sub-menu-slider .owl-nav button:hover {
  background: #001750;
  color: #ffffff;
}
header .sub-menu-ui .sub-menu-slider .owl-nav button.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
header .sub-menu-ui .sub-menu-slider .owl-nav button.owl-prev {
  left: 0;
  right: auto;
}
header .sub-menu-ui .sub-menu-slider .owl-nav button.owl-next {
  right: 0;
  left: auto;
  padding-left: 5px !important;
}
header .sub-menu-ui .sub-menu-row .slider-with-left-text {
  padding: 10px 10px 10px 75px;
  position: relative;
  border-bottom: 1px solid #999999;
}
header .sub-menu-ui .sub-menu-row .slider-with-left-text h2 {
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 1;
  font-size: 14px;
  max-width: 65px;
  margin: 0;
}
header .sub-menu-ui .sub-menu-row .slider-with-left-text.role-slider-list {
  border: none;
}
header .sub-menu-ui .sub-menu-row ul li a {
  border: 1px solid #999999;
  padding: 8px 25px;
  text-align: center;
  color: #555555;
  font-family: "UrbanistSemiBold", sans-serif;
  display: block;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  line-height: 1;
}
header .sub-menu-ui .sub-menu-row ul li a:hover, header .sub-menu-ui .sub-menu-row ul li a.sub-menu-active {
  background: #001750;
  border: 1px solid #001750;
  color: #ffffff;
}

.banner-section {
  padding: 20px 0 40px 0;
}
.banner-section .banner-top-row {
  margin: 0 0 20px 0;
}
.banner-section .banner-top-row .banner-tags-list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px 0;
}
.banner-section .banner-top-row .banner-tags-list li {
  border: 1px solid #ACC4FF;
  padding: 5px 15px;
  text-align: center;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  color: #001750;
  font-family: "UrbanistSemiBold", sans-serif;
}
.banner-section .banner-top-row h1 {
  font-size: 48px;
  color: #111111;
  margin: 0 0 10px 0;
}
.banner-section .banner-top-row h1 span {
  display: block;
}
.banner-section .banner-top-row h2 {
  font-size: 20px;
  color: #777777;
  margin: 0 0 50px 0;
}
.banner-section .banner-top-row .btn-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.banner-section .banner-top-row .welcome-slider-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.banner-section .banner-top-row .welcome-slider-row .trusted-col {
  border: 1px solid #001750;
  padding: 20px 10px;
  text-align: center;
  width: 40%;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.banner-section .banner-top-row .welcome-slider-row .trusted-col span {
  display: block;
}
.banner-section .banner-top-row .welcome-slider-row .trusted-col .count-text {
  font-family: "UrbanistBold", sans-serif;
  font-size: 34px;
  margin: 0 0 10px 0;
}
.banner-section .banner-top-row .welcome-slider-row .trusted-col .value-text {
  font-family: "UrbanistBold", sans-serif;
  color: #001750;
  font-size: 14px;
}
.banner-section .banner-top-row .welcome-slider-row .slider-col {
  width: calc(60% - 20px);
  display: block;
}
.banner-section .banner-top-row .welcome-slider-row .slider-col .welcome-slider .owl-dots {
  position: absolute;
  margin: 0;
  left: 0;
  bottom: 10px;
  right: 0;
  z-index: 1;
}
.banner-section .banner-top-row .welcome-slider-row .slider-col .welcome-slider .owl-dots button {
  padding: 10px 5px !important;
  display: inline-block;
}
.banner-section .banner-top-row .welcome-slider-row .slider-col .welcome-slider .owl-dots button.active span {
  border: 5px solid #0047F9;
  background: #ffffff;
}
.banner-section .banner-top-row .welcome-slider-row .slider-col .welcome-slider .owl-dots span {
  margin: 0 5px;
  border: 5px solid #00288b;
  background: #00288b;
  height: 16px;
  width: 16px;
}
.banner-section .banner-top-row .welcome-slider-row .slider-col .welcome-slider .welcome-slide {
  width: 100%;
}
.banner-section .banner-top-row .welcome-slider-row .slider-col .welcome-slider .welcome-slide-content {
  background: #001750;
  color: #ffffff;
  min-height: 320px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  position: relative;
  padding: 20px 20px 60px 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.banner-section .banner-top-row .welcome-slider-row .slider-col .welcome-slider .welcome-slide-content .slide-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  border: 1px solid #ffffff;
  padding: 5px 15px;
  line-height: 1;
  display: inline-block;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.banner-section .banner-top-row .welcome-slider-row .slider-col .welcome-slider .welcome-slide-content p {
  color: #ffffff;
  margin: 0;
}
.banner-section .banner-bottom-row .banner-bottom-row-content {
  display: grid;
  grid-template-columns: 210px 1fr;
  grid-template-areas: "left-top right" "left-bottom right";
  gap: 20px;
}
.banner-section .banner-bottom-row .banner-bottom-row-content .left-top-col {
  grid-area: left-top;
  background: #FFEEF9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.banner-section .banner-bottom-row .banner-bottom-row-content .left-top-col .left-top-col-content {
  padding: 20px 30px;
  text-align: center;
  color: #580038;
}
.banner-section .banner-bottom-row .banner-bottom-row-content .left-top-col .left-top-col-content span {
  display: block;
}
.banner-section .banner-bottom-row .banner-bottom-row-content .left-top-col .left-top-col-content .count-text {
  font-family: "UrbanistBold", sans-serif;
  font-size: 34px;
  margin: 0 0 10px 0;
}
.banner-section .banner-bottom-row .banner-bottom-row-content .left-top-col .left-top-col-content .value-text {
  font-family: "UrbanistBold", sans-serif;
  font-size: 14px;
}
.banner-section .banner-bottom-row .banner-bottom-row-content .left-bottom-col {
  grid-area: left-bottom;
  background: #FFF6D8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.banner-section .banner-bottom-row .banner-bottom-row-content .left-bottom-col .left-bottom-col-content {
  padding: 20px 30px;
  text-align: center;
  color: #352800;
}
.banner-section .banner-bottom-row .banner-bottom-row-content .left-bottom-col .left-bottom-col-content span {
  display: block;
}
.banner-section .banner-bottom-row .banner-bottom-row-content .left-bottom-col .left-bottom-col-content .count-text {
  font-family: "UrbanistBold", sans-serif;
  font-size: 34px;
  margin: 0 0 10px 0;
}
.banner-section .banner-bottom-row .banner-bottom-row-content .left-bottom-col .left-bottom-col-content .value-text {
  font-family: "UrbanistBold", sans-serif;
  font-size: 14px;
}
.banner-section .banner-bottom-row .banner-bottom-row-content .right-col {
  grid-area: right;
  background: #EEF3FF;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 30px;
}
.banner-section .banner-bottom-row .banner-bottom-row-content .right-col h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
  text-align: center;
}
.banner-section .banner-bottom-row .banner-bottom-row-content .right-col .how-it-row {
  display: flex;
  gap: 10px;
  position: relative;
  margin: 0 0 30px 0;
}
.banner-section .banner-bottom-row .banner-bottom-row-content .right-col .how-it-row:after {
  position: absolute;
  left: 0;
  top: 27px;
  background: #ACC4FF;
  height: 5px;
  width: 83%;
  right: 0;
  margin: 0 auto;
  content: "";
}
.banner-section .banner-bottom-row .banner-bottom-row-content .right-col .how-it-row .how-it-col {
  position: relative;
  z-index: 1;
  flex: 1;
}
.banner-section .banner-bottom-row .banner-bottom-row-content .right-col .how-it-row .how-it-col:after {
  position: absolute;
  right: -20px;
  top: 16px;
  color: #5D8CFF;
  font-size: 24px;
  content: "\e804";
  font-family: "tfc-icons", sans-serif;
}
.banner-section .banner-bottom-row .banner-bottom-row-content .right-col .how-it-row .how-it-col:last-child:after {
  content: none;
}
.banner-section .banner-bottom-row .banner-bottom-row-content .right-col .how-it-row .how-it-col .how-icon {
  font-size: 36px;
  border: 1px solid #001750;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #001750;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 60px;
  height: 60px;
  margin: 0 auto 40px;
  background: #EEF3FF;
}
.banner-section .banner-bottom-row .banner-bottom-row-content .right-col .how-it-row .how-it-col .how-it-step {
  background: #ffffff;
  padding: 15px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.banner-section .banner-bottom-row .banner-bottom-row-content .right-col .how-it-row .how-it-col .how-it-step span {
  font-size: 18px;
  color: #001750;
  display: block;
  margin: 0 0 20px 0;
  font-family: "UrbanistSemiBold", sans-serif;
}
.banner-section .banner-bottom-row .banner-bottom-row-content .right-col .how-it-row .how-it-col .how-it-step h4 {
  font-size: 22px;
  margin-bottom: 40px;
  min-height: 60px;
}
.banner-section .banner-bottom-row .banner-bottom-row-content .right-col .how-feature-row ul {
  display: flex;
  gap: 15px;
}
.banner-section .banner-bottom-row .banner-bottom-row-content .right-col .how-feature-row ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 22px;
  color: #D20A03;
  font-family: "UrbanistBold", sans-serif;
  font-size: 16px;
}
.banner-section .banner-bottom-row .banner-bottom-row-content .right-col .how-feature-row ul li:before {
  position: absolute;
  left: 0;
  color: #D20A03;
  content: "\e802";
  font-family: "tfc-icons", sans-serif;
  font-size: 18px;
}

.skill-section {
  background: #F5F8FF;
}
.skill-section .common-section-header {
  justify-content: start;
}
.skill-section .skill-row .skill-col a {
  display: block;
  padding: 20px;
  border: 1px solid #ACC4FF;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  color: #001750;
  text-align: left;
}
.skill-section .skill-row .skill-col a:hover {
  background: #c8d8ff;
  color: #000c2b;
}
.skill-section .skill-row .skill-col a img {
  height: 50px;
  margin: 0 0 20px 0;
  display: inline-block;
  width: auto;
}
.skill-section .skill-row .skill-col a .name-arrow-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.skill-section .skill-row .skill-col a .name-arrow-row span {
  display: block;
  font-family: "UrbanistBold", sans-serif;
  font-size: 16px;
}
.skill-section .skill-row .skill-col a .name-arrow-row em {
  margin-left: 20px;
  height: 34px;
  width: 34px;
  font-size: 20px;
  color: #001750;
  display: flex;
  align-items: center;
  background: #ACC4FF;
  justify-content: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.role-section .common-section-header {
  justify-content: start;
}
.role-section .role-row .role-col {
  padding: 20px;
  border: 1px solid #ACC4FF;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.role-section .role-row .role-col img {
  max-height: 130px;
  margin: 0 0 50px 0;
}
.role-section .role-row .role-col h3 {
  font-family: "UrbanistBold", sans-serif;
  font-size: 18px;
  margin: 0 0 10px 0;
  min-height: 75px;
}
.role-section .role-row .role-col .primary-btn {
  display: block;
  width: 100%;
}

.learning-category-section {
  background: #F5F8FF;
}
.learning-category-section .common-section-header {
  justify-content: start;
}
.learning-category-section .category-row {
  display: flex;
  align-items: center;
  gap: 15px;
}
.learning-category-section .category-row .category-col {
  flex: 1;
  padding: 20px 10px;
  min-width: 150px;
  border: 1px solid #ACC4FF;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.learning-category-section .category-row .category-col img {
  height: 130px;
  margin: 0 0 50px 0;
}
.learning-category-section .category-row .category-col h3 {
  font-family: "UrbanistBold", sans-serif;
  font-size: 18px;
  min-height: 50px;
  margin: 0 0 10px 0;
}
.learning-category-section .category-row .category-col .primary-btn {
  display: block;
  width: 100%;
  height: auto;
}

.news-section .news-row .news-col {
  padding: 20px;
  border: 1px solid #ACC4FF;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.news-section .news-row .news-col img {
  margin: 0 0 20px 0;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.news-section .news-row .news-col h3 {
  font-family: "UrbanistBold", sans-serif;
  font-size: 18px;
  min-height: 70px;
  margin: 0 0 20px 0;
}
.news-section .news-row .news-col p {
  min-height: 90px;
}
.news-section .news-row .news-col .date-text {
  color: #666666;
  display: block;
  margin: 0 0 10px 0;
}
.news-section .news-row .news-col .primary-btn {
  display: block;
}

.brands-section {
  background: #F5F8FF;
}
.brands-section .brand-slider {
  overflow: hidden;
  width: 100%;
  padding: 30px 0;
  position: relative;
}
.brands-section .brand-slider:hover .brand-track {
  animation-play-state: paused;
}
.brands-section .brand-slider:before, .brands-section .brand-slider:after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
}
.brands-section .brand-slider:before {
  left: 0;
  background: linear-gradient(to right, #f8f9fa, transparent);
}
.brands-section .brand-slider:after {
  right: 0;
  background: linear-gradient(to left, #f8f9fa, transparent);
}
.brands-section .brand-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  animation: scroll 25s linear infinite;
}
.brands-section .brand-track .brands-col {
  flex: 0 0 auto;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
}
.brands-section .brand-track .brands-col img {
  display: block;
  max-width: 200px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@keyframes scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.review-section .review-row .review-col {
  padding: 20px;
  border: 1px solid #ACC4FF;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.review-section .review-row .review-col em {
  font-size: 30px;
  color: #D20A03;
  display: block;
  margin: 0 0 20px 0;
}
.review-section .review-row .review-col p {
  font-family: "UrbanistBold", sans-serif;
  margin: 0 0 10px 0;
  min-height: 200px;
}
.review-section .review-row .review-col .review-by span {
  display: block;
}
.review-section .review-row .review-col .review-by .name-text {
  font-family: "UrbanistSemiBold", sans-serif;
  color: #001750;
  margin: 0 0 5px 0;
}
.review-section .review-row .review-col .review-by .designation-text {
  color: #555555;
}
.review-section .review-row .review-col .primary-btn {
  display: block;
}

.call-to-action-section {
  padding: 50px 0;
  background: #001750 url("../images/svg/call-to-bg.svg") no-repeat center center;
  background-size: 96% 96%;
  text-align: center;
}
.call-to-action-section .tags-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 20px 0;
}
.call-to-action-section .tags-list li {
  border: 1px solid #ffffff;
  padding: 5px 20px;
  text-align: center;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  color: #ffffff;
  font-family: "UrbanistSemiBold", sans-serif;
}
.call-to-action-section .btn-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.call-to-action-section h2 {
  font-size: 36px;
  margin: 0 0 10px 0;
  color: #ffffff;
}
.call-to-action-section h3 {
  font-family: "UrbanistRegular", sans-serif;
  color: #ffffff;
  font-size: 16px;
  margin: 0 0 40px 0;
}

footer {
  background: #041131;
  padding: 40px 0;
}
footer .top-footer {
  margin-bottom: 50px;
}
footer .top-footer .footer-row {
  display: flex;
  align-items: start;
  gap: 20px;
}
footer .top-footer .footer-row .footer-col {
  flex: 1;
  min-width: 150px;
}
footer .top-footer .footer-row .footer-col h2 {
  font-size: 36px;
  margin: 0 0 20px 0;
  color: #ffffff;
}
footer .top-footer .footer-row .footer-col ul li {
  margin: 0 0 10px 0;
}
footer .top-footer .footer-row .footer-col ul li a {
  color: #ffffff;
}
footer .top-footer .footer-row .footer-col ul li a:hover {
  text-decoration: underline;
}
footer .bottom-footer {
  padding: 20px 0 0 0;
  border-top: 1px solid #ffffff;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}
footer .bottom-footer .left-col {
  color: #ffffff;
  font-size: 14px;
}
footer .bottom-footer .right-col ul {
  display: flex;
  gap: 5px;
  align-items: center;
}
footer .bottom-footer .right-col ul li a {
  color: #ffffff;
  font-size: 36px;
  display: block;
}
footer .bottom-footer .right-col ul li a:hover {
  opacity: 0.5;
}

.inner-banner-section {
  padding: 40px 0;
  background: #EEF3FF;
}
.inner-banner-section h1 {
  font-size: 36px;
}
.inner-banner-section .breadcumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.inner-banner-section .breadcumbs li {
  position: relative;
  padding: 0 10px 0 20px;
  font-size: 16px;
}
.inner-banner-section .breadcumbs li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  height: 10px;
  width: 10px;
  background: #001750;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  content: "";
}
.inner-banner-section .breadcumbs li:first-child {
  padding-left: 0;
  padding-right: 5px;
}
.inner-banner-section .breadcumbs li:first-child:before {
  content: none;
}
.inner-banner-section .breadcumbs li:last-child {
  padding-right: 0;
}
.inner-banner-section .breadcumbs li.active-page {
  font-family: "UrbanistBold", sans-serif;
  color: #D20A03;
}
.inner-banner-section .breadcumbs li a {
  color: #001750;
}
.inner-banner-section .breadcumbs li a:hover, .inner-banner-section .breadcumbs li a:focus {
  color: #D20A03;
}

.inner-page-section {
  padding: 40px 0;
}
.inner-page-section .inner-page-row {
  display: flex;
  align-items: start;
  gap: 20px;
}
.inner-page-section .inner-page-row .advertisement-box {
  padding: 10px;
  border: 1px solid #ACC4FF;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-bottom: 20px;
}
.inner-page-section .inner-page-row .left-col {
  flex: 1;
  min-width: 0;
}
.inner-page-section .inner-page-row .right-col {
  flex-shrink: 0;
}

.common-section-header-with-desc .common-section-header {
  margin: 0 0 15px 0;
}
.common-section-header-with-desc p {
  font-size: 16px;
  font-family: "UrbanistSemiBold", sans-serif;
  color: #555555;
}

.learn-by-role-landing-section {
  border: 1px solid #ACC4FF;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 20px;
}
.learn-by-role-landing-section .common-section-header-with-desc {
  margin: 0 0 40px 0;
}
.learn-by-role-landing-section .common-section-header {
  justify-content: start;
}
.learn-by-role-landing-section .role-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.learn-by-role-landing-section .role-row .role-col {
  padding: 20px;
  min-width: 150px;
  border: 1px solid #ACC4FF;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.learn-by-role-landing-section .role-row .role-col img {
  width: 100%;
  margin: 0 0 20px 0;
}
.learn-by-role-landing-section .role-row .role-col h3 {
  font-family: "UrbanistBold", sans-serif;
  font-size: 20px;
  margin: 0 0 15px 0;
}
.learn-by-role-landing-section .role-row .role-col p {
  color: #555555;
  min-height: 42px;
  margin-bottom: 15px;
}
.learn-by-role-landing-section .role-row .role-col .timeline-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: #001750;
  margin: 0 0 15px 0;
}
.learn-by-role-landing-section .role-row .role-col .timeline-list li {
  display: flex;
  align-items: center;
  gap: 2px;
}
.learn-by-role-landing-section .role-row .role-col .timeline-list li em {
  font-size: 18px;
}
.learn-by-role-landing-section .role-row .role-col .timeline-list li span {
  line-height: 1;
}
.learn-by-role-landing-section .role-row .role-col .tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 0 15px 0;
}
.learn-by-role-landing-section .role-row .role-col .tag-list a {
  color: #555555;
  background: #EEF3FF;
  padding: 7px 10px;
  display: block;
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.learn-by-role-landing-section .role-row .role-col .tag-list a:hover {
  background: #001750;
  color: #ffffff;
}
.learn-by-role-landing-section .role-row .role-col .big-advance-list {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 15px 0;
  color: #555555;
}
.learn-by-role-landing-section .role-row .role-col .category-row {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 30px 0;
  color: #555555;
}
.learn-by-role-landing-section .role-row .role-col .category-row .value-text {
  color: #001750;
  font-family: "UrbanistBold", sans-serif;
}
.learn-by-role-landing-section .common-pagination-ui {
  padding: 20px 0 0 0;
}

.common-accordion-ui {
  background: none;
}
.common-accordion-ui .accordion-item {
  border: none;
  background: none;
  margin: 0 0 10px 0;
}
.common-accordion-ui .accordion-item:last-child {
  margin: 0;
}
.common-accordion-ui .accordion-item .accordion-header .accordion-button {
  border: none;
  padding: 15px;
  font-size: 16px;
  border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
  background: #ffffff;
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  font-family: "UrbanistBold", sans-serif;
}
.common-accordion-ui .accordion-item .accordion-header .accordion-button:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 30px);
  margin: 0 auto;
  content: "";
  height: 2px;
  background: #A9C2FF;
}
.common-accordion-ui .accordion-item .accordion-header .accordion-button:after {
  content: "\e80a";
  font-family: "tfc-icons", sans-serif;
  background: none;
}
.common-accordion-ui .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
}
.common-accordion-ui .accordion-item .accordion-header .accordion-button.collapsed {
  font-family: "UrbanistRegular", sans-serif;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: none;
  border: 1px solid #ACC4FF;
}
.common-accordion-ui .accordion-item .accordion-header .accordion-button.collapsed:before {
  content: none;
}
.common-accordion-ui .accordion-item .accordion-collapse {
  border-radius: 0px 0 15px 15px;
  -moz-border-radius: 0px 0 15px 15px;
  -webkit-border-radius: 0px 0 15px 15px;
  -ms-border-radius: 0px 0 15px 15px;
  -o-border-radius: 0px 0 15px 15px;
  background: #ffffff;
}
.common-accordion-ui .accordion-item .accordion-collapse .accordion-body {
  padding: 15px;
}

.learn-by-role-details-section {
  border: 1px solid #ACC4FF;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin: 0 0 20px 0;
}
.learn-by-role-details-section .role-row {
  padding: 20px;
}
.learn-by-role-details-section .role-row .role-top-details {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
.learn-by-role-details-section .role-row .role-top-details img {
  max-height: 180px;
  margin: 0 0 20px 0;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.learn-by-role-details-section .role-row .role-top-details h3 {
  font-family: "UrbanistBold", sans-serif;
  font-size: 28px;
  margin: 0 0 15px 0;
}
.learn-by-role-details-section .role-row .role-top-details p {
  color: #555555;
  margin-bottom: 10px;
}
.learn-by-role-details-section .role-row .role-top-details .timeline-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  color: #001750;
  margin: 0 0 15px 0;
}
.learn-by-role-details-section .role-row .role-top-details .timeline-list li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.learn-by-role-details-section .role-row .role-top-details .timeline-list li em {
  font-size: 18px;
}
.learn-by-role-details-section .role-row .role-top-details .timeline-list li span {
  line-height: 1;
}
.learn-by-role-details-section .role-row .role-top-details .timeline-list .bign {
  display: flex;
  align-items: center;
  gap: 10px;
}
.learn-by-role-details-section .role-row .role-top-details .tag-list {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 15px 0;
  flex-wrap: wrap;
}
.learn-by-role-details-section .role-row .role-top-details .tag-list a {
  color: #555555;
  background: #EEF3FF;
  padding: 7px 10px;
  display: block;
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.learn-by-role-details-section .role-row .role-top-details .tag-list a:hover {
  background: #001750;
  color: #ffffff;
}
.learn-by-role-details-section .role-row .role-top-details .category-row {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #555555;
}
.learn-by-role-details-section .role-row .role-top-details .category-row .value-text {
  color: #001750;
  font-family: "UrbanistBold", sans-serif;
}
.learn-by-role-details-section .role-row .role-top-details .right-img-content {
  min-width: 300px;
  flex: 1;
}
.learn-by-role-details-section .learning-path-row .learning-path-header {
  display: flex;
  padding: 20px;
  justify-content: space-between;
}
.learn-by-role-details-section .learning-path-row .learning-path-header span {
  display: block;
  font-family: "UrbanistBold", sans-serif;
  font-size: 22px;
  color: #001750;
}
.learn-by-role-details-section .learning-path-row .learning-path-header .right-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.learn-by-role-details-section .learning-path-row .learning-path-header .right-box .circle {
  height: 8px;
  width: 8px;
  background: #001750;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.learn-by-role-details-section .learning-path-row .learning-path-content {
  background: #EEF3FF;
  padding: 20px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.learn-by-role-details-section .learning-path-row .learning-path-content .common-accordion-ui .accordion-item {
  position: relative;
}
.learn-by-role-details-section .learning-path-row .learning-path-content .common-accordion-ui .accordion-item .accordion-header .accordion-button {
  position: relative;
  padding-right: 350px;
}
.learn-by-role-details-section .learning-path-row .learning-path-content .common-accordion-ui .accordion-item .accordion-header .accordion-button::after {
  position: absolute;
  right: 15px;
}
.learn-by-role-details-section .learning-path-row .learning-path-content .common-accordion-ui .accordion-item .accordion-header .accordion-button .phase-count-btn {
  position: absolute;
  right: 40px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 15px;
}
.learn-by-role-details-section .learning-path-row .learning-path-content .common-accordion-ui .accordion-item .accordion-header .accordion-button .phase-count-btn .phase-count {
  display: flex;
  align-items: center;
  gap: 10px;
}
.learn-by-role-details-section .learning-path-row .learning-path-content .common-accordion-ui .accordion-item .accordion-header .accordion-button .phase-count-btn .phase-count .circle {
  height: 5px;
  width: 5px;
  background: #001750;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
}
.learn-by-role-details-section .learning-path-row .learning-path-content .start-phase-btn {
  position: absolute;
  top: 9px;
  right: 200px;
  z-index: 3;
  display: block;
  height: 32px;
  padding-top: 8px;
  padding-right: 32px;
}
.learn-by-role-details-section .learning-path-row .learning-path-content .start-phase-btn em {
  height: 22px;
  width: 22px;
  margin-top: -11px;
}
.learn-by-role-details-section .learning-path-row .learning-path-content .phase-time-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
  color: #111111;
  margin: 0 0 10px 0;
}
.learn-by-role-details-section .learning-path-row .learning-path-content .phase-time-list li span {
  display: block;
  font-family: "UrbanistSemiBold", sans-serif;
}
.learn-by-role-details-section .learning-path-row .learning-path-content .phase-time-list li .phase-time em {
  font-size: 18px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
}

.learn-by-skill-landing-section {
  border: 1px solid #ACC4FF;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 20px;
}
.learn-by-skill-landing-section .common-section-header-with-desc {
  margin: 0 0 40px 0;
}
.learn-by-skill-landing-section .common-section-header {
  justify-content: start;
}
.learn-by-skill-landing-section .skill-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px;
}
.learn-by-skill-landing-section .skill-row .skill-col a {
  display: block;
  padding: 20px;
  min-width: 150px;
  border: 1px solid #ACC4FF;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  color: #001750;
  height: 100%;
  position: relative;
}
.learn-by-skill-landing-section .skill-row .skill-col a:hover {
  background: #c8d8ff;
  color: #000c2b;
}
.learn-by-skill-landing-section .skill-row .skill-col a img {
  height: 50px;
  margin: 0 0 20px 0;
}
.learn-by-skill-landing-section .skill-row .skill-col a .name-arrow-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.learn-by-skill-landing-section .skill-row .skill-col a .name-arrow-row span {
  display: block;
  font-family: "UrbanistBold", sans-serif;
  font-size: 16px;
}
.learn-by-skill-landing-section .skill-row .skill-col a .name-arrow-row em {
  margin-left: 20px;
  height: 34px;
  width: 34px;
  font-size: 20px;
  color: #001750;
  display: flex;
  align-items: center;
  background: #ACC4FF;
  justify-content: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.learn-by-skill-landing-section .role-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.learn-by-skill-landing-section .role-row .role-col {
  padding: 20px;
  min-width: 150px;
  border: 1px solid #ACC4FF;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.learn-by-skill-landing-section .role-row .role-col img {
  max-height: 176px;
  margin: 0 0 20px 0;
}
.learn-by-skill-landing-section .role-row .role-col h3 {
  font-family: "UrbanistBold", sans-serif;
  font-size: 20px;
  margin: 0 0 15px 0;
}
.learn-by-skill-landing-section .role-row .role-col p {
  color: #555555;
  min-height: 42px;
  margin-bottom: 15px;
}
.learn-by-skill-landing-section .role-row .role-col .timeline-list {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #001750;
  margin: 0 0 15px 0;
}
.learn-by-skill-landing-section .role-row .role-col .timeline-list li {
  display: flex;
  align-items: center;
  gap: 2px;
}
.learn-by-skill-landing-section .role-row .role-col .timeline-list li em {
  font-size: 18px;
}
.learn-by-skill-landing-section .role-row .role-col .timeline-list li span {
  line-height: 1;
}
.learn-by-skill-landing-section .role-row .role-col .tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 0 15px 0;
}
.learn-by-skill-landing-section .role-row .role-col .tag-list a {
  color: #555555;
  background: #EEF3FF;
  padding: 7px 10px;
  display: block;
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.learn-by-skill-landing-section .role-row .role-col .tag-list a:hover {
  background: #001750;
  color: #ffffff;
}
.learn-by-skill-landing-section .role-row .role-col .big-advance-list {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 15px 0;
  color: #555555;
}
.learn-by-skill-landing-section .role-row .role-col .category-row {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 30px 0;
  color: #555555;
}
.learn-by-skill-landing-section .role-row .role-col .category-row .value-text {
  color: #001750;
  font-family: "UrbanistBold", sans-serif;
}

.start-journey-row {
  padding: 50px 20px;
  text-align: center;
  background: #001750;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.start-journey-row h2 {
  font-size: 36px;
  color: #ffffff;
  margin: 0 0 10px 0;
}
.start-journey-row h3 {
  font-size: 20px;
  font-family: "UrbanistSemiBold", sans-serif;
  color: #ffffff;
  margin: 0 0 40px 0;
}
.start-journey-row h3 span {
  background: #EEF3FF;
  color: #001750;
  padding: 5px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
}

.left-drawer-with-collapse-btn-box {
  position: relative;
  transition: all 0.1s ease;
  width: 300px;
}
.left-drawer-with-collapse-btn-box.collapse-left-drawer {
  width: 44px;
}
.left-drawer-with-collapse-btn-box.collapse-left-drawer .left-drawer {
  left: -1000px;
}
.left-drawer-with-collapse-btn-box.collapse-left-drawer .left-drawer-collapse-btn {
  right: 0;
  top: 0;
}
.left-drawer-with-collapse-btn-box.collapse-left-drawer .left-drawer-collapse-btn em:before {
  content: "\e818";
}
.left-drawer-with-collapse-btn-box .left-drawer-collapse-btn {
  z-index: 1;
  position: absolute;
  right: -15px;
  top: 10px;
  height: 44px;
  width: 44px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid #001750;
  color: #001750;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #ffffff;
  transition: all 0.1s ease;
}
.left-drawer-with-collapse-btn-box .left-drawer {
  width: 300px;
  transition: all 0.5s ease;
  position: relative;
}
.left-drawer-with-collapse-btn-box .left-drawer .left-drawer-row,
.left-drawer-with-collapse-btn-box .left-drawer .left-drawer-bottom-row {
  background: #EEF3FF;
  padding: 15px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.left-drawer-with-collapse-btn-box .left-drawer .left-drawer-bottom-row {
  margin-top: 20px;
}
.left-drawer-with-collapse-btn-box .left-drawer .left-drawer-title {
  position: relative;
}
.left-drawer-with-collapse-btn-box .left-drawer .left-drawer-title h2 {
  padding-right: 18px;
  font-size: 20px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #001750;
}
.left-drawer-with-collapse-btn-box .left-drawer .left-drawer-title h2 em {
  font-size: 20px;
  border: 1px solid #777777;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  color: #001750;
  justify-content: center;
}
.left-drawer-with-collapse-btn-box .left-drawer .left-drawer-title h2 span {
  flex: 1;
}

.role-tree-ui {
  position: relative;
  padding: 10px 0 0 50px;
}
.role-tree-ui:before {
  position: absolute;
  left: 22px;
  top: 0;
  content: "";
  height: 100%;
  width: 1px;
  background: #777777;
}
.role-tree-ui .common-accordion-ui .accordion-item {
  position: relative;
}
.role-tree-ui .common-accordion-ui .accordion-item:before {
  position: absolute;
  left: -34px;
  top: 50%;
  margin-top: -6px;
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #777777;
}
.role-tree-ui .common-accordion-ui .accordion-item .accordion-header .accordion-button {
  background: #001750;
  color: #ffffff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 10px;
  font-family: "UrbanistBold", sans-serif;
  font-size: 14px;
}
.role-tree-ui .common-accordion-ui .accordion-item .accordion-header .accordion-button:before {
  content: none;
}
.role-tree-ui .common-accordion-ui .accordion-item .accordion-header .accordion-button.collapsed {
  background: none;
  color: #555555;
  font-family: "UrbanistSemiBold", sans-serif;
}
.role-tree-ui .common-accordion-ui .accordion-item .accordion-collapse {
  background: none;
}
.role-tree-ui .common-accordion-ui .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
}
.role-tree-ui .learn-video-list {
  position: relative;
  padding-left: 22px;
  padding-top: 10px;
}
.role-tree-ui .learn-video-list:before {
  position: absolute;
  left: 10px;
  top: 0;
  content: "";
  height: 100%;
  width: 1px;
  background: #777777;
}
.role-tree-ui .learn-video-list li {
  border: 1px solid #CDDCFF;
  padding: 5px;
  display: flex;
  align-items: start;
  gap: 10px;
  margin: 0 0 5px 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.role-tree-ui .learn-video-list li:last-child {
  margin: 0;
}
.role-tree-ui .learn-video-list li:before {
  content: "\e80a";
  font-family: "tfc-icons", sans-serif;
  position: absolute;
  left: -18px;
  top: 50%;
  margin-top: -7px;
  color: #777777;
  font-size: 12px;
  transition: all 0.1s ease;
}
.role-tree-ui .learn-video-list li.active-learn-video, .role-tree-ui .learn-video-list li:hover {
  background: #BFD2FF;
}
.role-tree-ui .learn-video-list li.active-learn-video:before, .role-tree-ui .learn-video-list li:hover:before {
  content: "\e81c";
  color: #001750;
  font-size: 18px;
  margin-top: -10px;
}
.role-tree-ui .learn-video-list li.active-learn-video h3, .role-tree-ui .learn-video-list li:hover h3 {
  font-family: "UrbanistBold", sans-serif;
  color: #111111;
}
.role-tree-ui .learn-video-list li.active-learn-video .time-text, .role-tree-ui .learn-video-list li:hover .time-text {
  font-family: "UrbanistBold", sans-serif;
  color: #111111;
}
.role-tree-ui .learn-video-list li .left-img-element {
  max-width: 41px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.role-tree-ui .learn-video-list li h3 {
  font-size: 12px;
  font-family: "UrbanistSemiBold", sans-serif;
  color: #777777;
  margin: 0;
}
.role-tree-ui .learn-video-list li .time-text {
  font-size: 12px;
  font-family: "UrbanistSemiBold", sans-serif;
  color: #777777;
}

.start-learn-role-content-section {
  padding: 20px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #ACC4FF;
}
.start-learn-role-content-section h3 {
  font-size: 28px;
  color: #001750;
}
.start-learn-role-content-section iframe {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 100%;
  display: block;
  height: 400px;
}
.start-learn-role-content-section .channel-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.start-learn-role-content-section .channel-text span {
  display: block;
}
.start-learn-role-content-section .channel-text em {
  display: block;
}
.start-learn-role-content-section .channel-text .name-text {
  font-family: "UrbanistSemiBold", sans-serif;
}
.start-learn-role-content-section .prev-next-list:first-child {
  margin-top: 0;
}
.start-learn-role-content-section .prev-next-list:last-child {
  margin-bottom: 0;
}

.prev-next-list {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.prev-next-list li a {
  display: block;
  padding: 10px 40px 10px 10px;
  height: 38px;
  font-family: "UrbanistBold", sans-serif;
  color: #001750;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border: 1px solid #001750;
  position: relative;
}
.prev-next-list li a em {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  right: 4px;
  top: 4px;
  background: #A9C2FF;
  color: #001750;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prev-next-list li a:hover {
  background: #000c2b;
  color: #ffffff;
}
.prev-next-list li:first-child a {
  padding-right: 10px;
  padding-left: 40px;
}
.prev-next-list li:first-child a em {
  right: auto;
  left: 4px;
}

.back-to-top {
  font-size: 26px;
  height: 50px;
  width: 50px;
  border: none;
  display: block;
  text-align: center;
  position: fixed;
  bottom: 85px;
  right: 10px;
  background: #D20A03;
  padding: 6px 0;
  z-index: 9;
  color: #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.back-to-top:hover {
  background: #e0352f;
}

.common-timeline-ui {
  position: relative;
  padding: 10px 0 0 50px;
}
.common-timeline-ui:before {
  position: absolute;
  left: 22px;
  top: 0;
  content: "";
  height: 100%;
  width: 1px;
  background: #777777;
}
.common-timeline-ui .timeline-list {
  position: relative;
  padding-top: 10px;
}
.common-timeline-ui .timeline-list li {
  margin: 0 0 5px 0;
  position: relative;
  cursor: pointer;
}
.common-timeline-ui .timeline-list li:last-child {
  margin: 0;
}
.common-timeline-ui .timeline-list li:last-child a::after {
  height: calc(50% - 5px);
  content: "";
  position: absolute;
  left: -28px;
  bottom: 0;
  width: 1px;
  background: #EEF3FF;
}
.common-timeline-ui .timeline-list li a {
  border: 1px solid #CDDCFF;
  padding: 8px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  display: block;
  color: #777777;
  font-family: "UrbanistBold", sans-serif;
}
.common-timeline-ui .timeline-list li a:before {
  content: "";
  position: absolute;
  left: -33px;
  top: 50%;
  height: 12px;
  width: 12px;
  margin-top: -7px;
  background: #777777;
  border: 4px solid #777777;
  font-size: 12px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease;
}
.common-timeline-ui .timeline-list li a:hover, .common-timeline-ui .timeline-list li a.active-timeline-menu {
  background: #001750;
  color: #ffffff;
}
.common-timeline-ui .timeline-list li a:hover:before, .common-timeline-ui .timeline-list li a.active-timeline-menu:before {
  background: #ffffff;
  border: 4px solid #001750;
}

.start-learn-skill-content-section {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #ACC4FF;
}
.start-learn-skill-content-section h3 {
  font-size: 32px;
  color: #001750;
  margin: 0 0 10px 0;
}
.start-learn-skill-content-section h4 {
  font-size: 26px;
  color: #111111;
  margin: 0 0 20px 0;
}
.start-learn-skill-content-section h5 {
  font-size: 22px;
  color: #111111;
  margin: 0 0 20px 0;
}
.start-learn-skill-content-section p {
  font-size: 16px;
}
.start-learn-skill-content-section code {
  color: #cc0014;
}
.start-learn-skill-content-section iframe {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 100%;
  display: block;
}
.start-learn-skill-content-section .prev-next-list:first-child {
  margin-top: 0;
}
.start-learn-skill-content-section .prev-next-list:last-child {
  margin-bottom: 0;
}
.start-learn-skill-content-section .learn-skill-row {
  padding: 20px;
}
.start-learn-skill-content-section .learn-by-Watching-row .learn-by-Watching-header {
  padding: 20px 20px 10px 20px;
}
.start-learn-skill-content-section .learn-by-Watching-row .learn-by-Watching-header h3 {
  color: #001750;
  font-size: 22px;
  margin: 0;
}
.start-learn-skill-content-section .learn-by-Watching-row .learn-by-Watching-content {
  background: #EEF3FF;
  padding: 20px 20px 20px 20px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.start-learn-skill-content-section .learn-by-Watching-row .learn-by-Watching-content h4 {
  font-size: 18px;
  margin: 0 0 20px 0;
  font-family: "UrbanistRegular", sans-serif;
}
.start-learn-skill-content-section .learn-by-Watching-row .learn-by-Watching-content h4 span {
  font-family: "UrbanistBold", sans-serif;
}
.start-learn-skill-content-section .learn-by-Watching-row .learn-by-Watching-content .learn-by-Watching-content-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
}
.start-learn-skill-content-section .learn-by-Watching-row .learn-by-Watching-content .learn-by-Watching-content-row iframe {
  min-height: 300px;
}
.start-learn-skill-content-section .learn-by-Watching-row .learn-by-Watching-content .what-you-learn-row {
  padding: 30px 0 0 0;
}
.start-learn-skill-content-section .learn-by-Watching-row .learn-by-Watching-content .what-you-learn-row h4 {
  font-family: "UrbanistBold", sans-serif;
  margin: 0 0 20px 0;
  font-size: 24px;
}
.start-learn-skill-content-section .learn-by-Watching-row .learn-by-Watching-content .what-you-learn-row ul li {
  margin: 0 0 15px 0;
  position: relative;
  padding-left: 26px;
  font-size: 16px;
  font-family: "UrbanistSemiBold", sans-serif;
}
.start-learn-skill-content-section .learn-by-Watching-row .learn-by-Watching-content .what-you-learn-row ul li:last-child {
  margin: 0;
}
.start-learn-skill-content-section .learn-by-Watching-row .learn-by-Watching-content .what-you-learn-row ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #D20A03;
  content: "\e82d";
  font-family: "tfc-icons", sans-serif;
}
.start-learn-skill-content-section .learn-by-Watching-row .prev-next-list {
  padding: 0 20px;
  margin: 20px 0;
}
.start-learn-skill-content-section .disc-list,
.start-learn-skill-content-section .disc-list-bg,
.start-learn-skill-content-section .circle-list,
.start-learn-skill-content-section .circle-list-bg,
.start-learn-skill-content-section .number-list,
.start-learn-skill-content-section .number-list-bg {
  margin: 0 0 20px 0;
}
.start-learn-skill-content-section .disc-list li,
.start-learn-skill-content-section .disc-list-bg li,
.start-learn-skill-content-section .circle-list li,
.start-learn-skill-content-section .circle-list-bg li,
.start-learn-skill-content-section .number-list li,
.start-learn-skill-content-section .number-list-bg li {
  font-size: 16px;
}
.start-learn-skill-content-section strong {
  font-family: "UrbanistBold", sans-serif;
}
.start-learn-skill-content-section .table th {
  padding: 10px;
  border-bottom: 2px solid #001750;
  font-family: "UrbanistBold", sans-serif;
  font-size: 16px;
}
.start-learn-skill-content-section .table td {
  font-family: "UrbanistRegular", sans-serif;
  font-size: 16px;
  padding: 10px;
  border-bottom: 1px solid #ACC4FF;
}
.start-learn-skill-content-section .table tr:last-child td {
  border: none;
}

blockquote {
  padding: 20px;
  background: #EEF3FF;
  line-height: 2;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-left: 5px solid #001750;
  font-size: 16px;
  font-style: italic;
  font-family: "UrbanistSemiBold", sans-serif;
}

.disc-list {
  padding-left: 30px;
}
.disc-list li {
  position: relative;
  margin: 0 0 20px 0;
  list-style: disc;
}
.disc-list li:last-child {
  margin: 0;
}

.disc-list-bg {
  padding: 20px 20px 20px 30px;
  background: #EEF3FF;
  margin: 0 0 20px 0;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.disc-list-bg li {
  position: relative;
  margin: 0 0 20px 0;
  list-style: disc;
}
.disc-list-bg li:last-child {
  margin: 0;
}

.circle-list {
  padding-left: 30px;
}
.circle-list li {
  position: relative;
  margin: 0 0 20px 0;
  list-style: circle;
}
.circle-list li:last-child {
  margin: 0;
}

.circle-list-bg {
  padding: 20px 20px 20px 30px;
  background: #EEF3FF;
  margin: 0 0 20px 0;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.circle-list-bg li {
  position: relative;
  margin: 0 0 20px 0;
  list-style: circle;
}
.circle-list-bg li:last-child {
  margin: 0;
}

.number-list {
  padding-left: 30px;
}
.number-list li {
  position: relative;
  margin: 0 0 20px 0;
  list-style: decimal;
}
.number-list li:last-child {
  margin: 0;
}

.number-list-bg {
  padding: 20px 20px 20px 30px;
  background: #EEF3FF;
  margin: 0 0 20px 0;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.number-list-bg li {
  position: relative;
  margin: 0 0 20px 0;
  list-style: decimal;
}
.number-list-bg li:last-child {
  margin: 0;
}

.common-code-box-ui {
  background: #111111;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
}
.common-code-box-ui pre {
  font-size: 16px;
  font-family: "UrbanistRegular", sans-serif;
  line-height: 2;
  white-space: normal;
  color: #6e97ff;
  padding: 40px 20px 20px 20px;
}
.common-code-box-ui pre span {
  margin: 0 0 5px 0;
  display: block;
}
.common-code-box-ui .copy-code-btn {
  padding: 7px 10px;
  background: #ffffff;
  color: #001750;
  font-family: "UrbanistBold", sans-serif;
  border: none;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.common-code-box-ui .copy-code-btn:hover {
  background: #bebebe;
}

.input-btn-box {
  position: relative;
}
.input-btn-box .form-control {
  padding-right: 36px;
}
.input-btn-box .input-btn {
  position: absolute;
  right: 5px;
  padding: 5px 0;
  top: 4px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: #A9C2FF;
  border: none;
  width: 26px;
  height: 26px;
  color: #001750;
  cursor: pointer;
}
.input-btn-box .input-btn:hover {
  background: #001750;
  color: #ffffff;
}

.filter-box {
  padding: 20px 0 0 0;
}
.filter-box .form-group {
  margin: 0 0 20px 0;
}
.filter-box .btn-box {
  padding: 10px 0 0 0;
  text-align: right;
}

.all-course-section .all-course-content {
  margin: 0 0 20px 0;
}
.all-course-section .all-course-content .all-course-row {
  padding: 20px 125px 20px 110px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #ACC4FF;
  position: relative;
  margin: 0 0 10px 0;
}
.all-course-section .all-course-content .all-course-row:last-child {
  margin: 0;
}
.all-course-section .all-course-content .all-course-row .ad-tag {
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 1;
  font-size: 12px;
  background: #EEF3FF;
  color: #001750;
  padding: 2px 5px;
  font-family: "UrbanistBold", sans-serif;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.all-course-section .all-course-content .all-course-row .course-icon-img {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  font-size: 50px;
  background: #EEF3FF;
  padding: 5px 0;
  position: absolute;
  left: 20px;
  top: 20px;
  color: #0035B5;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.all-course-section .all-course-content .all-course-row .course-name-col .course-tag {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 10px 0;
  flex-wrap: wrap;
}
.all-course-section .all-course-content .all-course-row .course-name-col .course-tag li a {
  padding: 7px 12px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #555555;
  color: #555555;
  display: block;
  text-align: center;
  line-height: 1;
}
.all-course-section .all-course-content .all-course-row .course-name-col .course-tag li a:hover {
  background: #001750;
  border: 1px solid #001750;
  color: #ffffff;
}
.all-course-section .all-course-content .all-course-row .course-name-col .course-tag .free-tag a {
  background: #FFECEB;
  color: #D20A03;
  font-family: "UrbanistBold", sans-serif;
  border: 1px solid #D20A03;
}
.all-course-section .all-course-content .all-course-row .course-name-col h2 {
  font-size: 20px;
  margin: 0;
}
.all-course-section .all-course-content .all-course-row .primary-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  z-index: 1;
}

.common-pagination-ui {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.common-pagination-ui .left-select-col {
  max-width: 150px;
}
.common-pagination-ui .right-page-col ul {
  display: flex;
  align-items: center;
  gap: 5px;
}
.common-pagination-ui .right-page-col ul li button {
  background: #EEF3FF;
  color: #001750;
  border: none;
  padding: 10px 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.common-pagination-ui .right-page-col ul li button .tfc-long-arrow-left {
  margin: 0 5px 0 0;
}
.common-pagination-ui .right-page-col ul li button .tfc-long-arrow-right {
  margin: 0 0 0 5px;
}
.common-pagination-ui .right-page-col ul li button:hover, .common-pagination-ui .right-page-col ul li button.active-page {
  background: #001750;
  color: #ffffff;
}

.faq-section {
  background: #EEF3FF;
  padding: 40px 0;
}

.top-advertisement-box {
  padding: 10px;
  border: 1px solid #ACC4FF;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-bottom: 20px;
}

.course-details-section .left-drawer-with-collapse-btn-box .course-left-details-box .btn-box {
  margin: 20px 0;
}
.course-details-section .left-drawer-with-collapse-btn-box .course-left-details-box .btn-box .primary-btn {
  display: block;
  width: 100%;
  background: #001750;
  color: #ffffff;
}
.course-details-section .left-drawer-with-collapse-btn-box .course-left-details-box .btn-box .primary-btn:hover {
  background: #D20A03;
  border-color: #D20A03;
  color: #ffffff;
}
.course-details-section .left-drawer-with-collapse-btn-box .course-left-details-box .btn-box .primary-btn:hover em {
  background: #ffffff;
}
.course-details-section .left-drawer-with-collapse-btn-box .course-left-details-box ul li {
  position: relative;
  padding: 5px 0 10px 30px;
  border-bottom: 1px solid #ACC4FF;
  margin: 0 0 10px 0;
  font-family: "UrbanistSemiBold", sans-serif;
}
.course-details-section .left-drawer-with-collapse-btn-box .course-left-details-box ul li:last-child {
  margin: 0;
  border-bottom: none;
}
.course-details-section .left-drawer-with-collapse-btn-box .course-left-details-box ul li em {
  position: absolute;
  font-size: 20px;
  color: #001750;
  left: 0;
  top: 0;
}
.course-details-section .course-details-content-section {
  border: 1px solid #ACC4FF;
  padding: 20px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.course-details-section .course-details-content-section .course-title-row {
  position: relative;
  padding: 0 0 20px 0;
}
.course-details-section .course-details-content-section .course-title-row .course-name-col .course-brand-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.course-details-section .course-details-content-section .course-title-row .course-name-col .course-brand-list .by-brand-li img {
  max-height: 20px;
}
.course-details-section .course-details-content-section .course-title-row .course-name-col .course-brand-list .save-share-li .primary-btn {
  margin: 0 2px;
}
.course-details-section .course-details-content-section .course-title-row .course-name-col h2 {
  font-size: 24px;
  margin: 0 0 10px 0;
}
.course-details-section .course-details-content-section .course-topic-row h3 {
  font-size: 20px;
}
.course-details-section .course-details-content-section .course-topic-row .disc-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.course-details-section .course-details-content-section .course-topic-row .disc-list li {
  min-width: 50%;
}

.found-tag-list {
  padding-top: 20px;
}
.found-tag-list li {
  margin: 0 0 10px 0;
}
.found-tag-list li .primary-btn {
  height: auto;
  padding: 12px;
  background: #EEF3FF;
}
.found-tag-list li .primary-btn:hover {
  background: #001750;
}

.interview-section .interview-menu-ui {
  border: 1px solid #999999;
  background: #ffffff;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
.interview-section .interview-menu-ui .interview-menu-slider {
  padding: 0 35px 10px 35px;
  border-bottom: 1px solid #999999;
  margin-bottom: 10px;
}
.interview-section .interview-menu-ui .interview-menu-slider:last-child {
  border: none;
  margin: 0;
  padding-bottom: 0;
}
.interview-section .interview-menu-ui .interview-menu-slider .owl-nav {
  margin: 0;
}
.interview-section .interview-menu-ui .interview-menu-slider .owl-nav button {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #555555;
  background: #D9E4FF;
  font-size: 14px;
  opacity: 1;
  margin: 0;
  padding-right: 3px !important;
}
.interview-section .interview-menu-ui .interview-menu-slider .owl-nav button:hover {
  background: #001750;
  color: #ffffff;
}
.interview-section .interview-menu-ui .interview-menu-slider .owl-nav button.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.interview-section .interview-menu-ui .interview-menu-slider .owl-nav button.owl-prev {
  left: 0;
  right: auto;
}
.interview-section .interview-menu-ui .interview-menu-slider .owl-nav button.owl-next {
  right: 0;
  left: auto;
  padding-left: 5px !important;
}
.interview-section .interview-menu-ui .interview-menu-row {
  padding: 10px 12px;
}
.interview-section .interview-menu-ui .interview-menu-row ul li a {
  border: 1px solid #999999;
  padding: 8px 25px;
  text-align: center;
  color: #555555;
  font-family: "UrbanistSemiBold", sans-serif;
  display: block;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  line-height: 1;
}
.interview-section .interview-menu-ui .interview-menu-row ul li a:hover, .interview-section .interview-menu-ui .interview-menu-row ul li a.sub-menu-active {
  background: #001750;
  border: 1px solid #001750;
  color: #ffffff;
}
.interview-section .interview-content-section .interview-row {
  border: 1px solid #ACC4FF;
  padding: 20px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin: 0 0 10px 0;
}
.interview-section .interview-content-section .interview-row:last-child {
  margin: 0;
}
.interview-section .interview-content-section .interview-row.active-interview-row {
  background: #EEF3FF;
  border: 1px solid #001750;
}
.interview-section .interview-content-section .interview-row.active-interview-row h3 {
  color: #001750;
}
.interview-section .interview-content-section .interview-row.active-interview-row p {
  font-family: "UrbanistSemiBold", sans-serif;
}
.interview-section .interview-content-section .interview-row h3 {
  font-size: 22px;
}
.interview-section .interview-content-section .interview-row p:last-child {
  margin: 0;
}

.blog-section .blog-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
}
.blog-section .blog-row .blog-col {
  padding: 15px;
  min-width: 150px;
  border: 1px solid #ACC4FF;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.blog-section .blog-row .blog-col img {
  width: 100%;
  margin: 0 0 20px 0;
}
.blog-section .blog-row .blog-col h3 {
  font-family: "UrbanistBold", sans-serif;
  font-size: 20px;
  min-height: 100px;
  margin: 0 0 15px 0;
}
.blog-section .blog-row .blog-col p {
  color: #555555;
  margin-bottom: 15px;
  min-height: 110px;
}
.blog-section .blog-row .blog-col p:first-of-type {
  margin: 0 0 5px 0;
  min-height: 5px;
}

.blog-details-section .blog-details-content-section {
  padding: 20px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #ACC4FF;
}
.blog-details-section .blog-details-content-section h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
}
.blog-details-section .blog-details-content-section h4 {
  font-size: 16px;
  color: #111111;
}
.blog-details-section .blog-details-content-section img {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 100%;
  display: block;
  margin: 0 0 20px 0;
}
.blog-details-section .common-timeline-ui a {
  display: flex !important;
  gap: 10px;
}
.blog-details-section .common-timeline-ui a img {
  height: 30px;
  border: 1px solid #EEF3FF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.login-register-section {
  padding: 40px;
}
.login-register-section .login-register-row {
  display: grid;
  grid-template-columns: minmax(440px, auto) 1fr;
  gap: 20px;
}
.login-register-section .login-register-row .login-left {
  width: 440px;
  padding: 40px 40px 80px 40px;
  background: #EEF3FF;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
  min-height: calc(100vh - 80px);
}
.login-register-section .login-register-row .login-left .logo-box {
  margin: 0 0 20px 0;
}
.login-register-section .login-register-row .login-left .logo-box a {
  display: block;
}
.login-register-section .login-register-row .login-left .logo-box a img {
  width: 250px;
}
.login-register-section .login-register-row .login-left .top-header {
  margin: 0 0 70px 0;
}
.login-register-section .login-register-row .login-left .top-header h2 {
  font-size: 24px;
}
.login-register-section .login-register-row .login-left .top-header p {
  color: #555555;
}
.login-register-section .login-register-row .login-left a {
  font-family: "UrbanistBold", sans-serif;
  font-size: 16px;
  color: #001750;
}
.login-register-section .login-register-row .login-left a:hover {
  color: #D20A03;
}
.login-register-section .login-register-row .login-left .login-form-box .input-with-btn-box {
  position: relative;
}
.login-register-section .login-register-row .login-left .login-form-box .input-with-btn-box.validate-email-box .right-btn, .login-register-section .login-register-row .login-left .login-form-box .input-with-btn-box.view-password-box .right-btn {
  display: block;
}
.login-register-section .login-register-row .login-left .login-form-box .input-with-btn-box.validate-email-box .form-control, .login-register-section .login-register-row .login-left .login-form-box .input-with-btn-box.view-password-box .form-control {
  padding-right: 45px;
}
.login-register-section .login-register-row .login-left .login-form-box .input-with-btn-box .left-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
  font-size: 20px;
  color: #555555;
}
.login-register-section .login-register-row .login-left .login-form-box .input-with-btn-box .form-control {
  height: auto;
  padding: 12px 14px 12px 45px;
  font-family: "UrbanistBold", sans-serif;
  font-size: 16px;
}
.login-register-section .login-register-row .login-left .login-form-box .input-with-btn-box .right-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  font-size: 20px;
  color: #00AE26;
  display: none;
}
.login-register-section .login-register-row .login-left .login-form-box .password-group .input-with-btn-box .right-btn {
  height: 30px;
  width: 30px;
  background: #EEF3FF;
  margin-top: -15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #001750;
  padding: 5px 0;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
}
.login-register-section .login-register-row .login-left .forgot-link-box {
  text-align: right;
  margin-bottom: 30px;
}
.login-register-section .login-register-row .login-left .login-btn {
  padding: 15px 10px;
  text-align: center;
  border: none;
  background: #001750;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  font-family: "UrbanistBold", sans-serif;
}
.login-register-section .login-register-row .login-left .login-btn:hover {
  background: #000c2b;
}
.login-register-section .login-register-row .login-left .other-btn {
  padding: 10px;
  text-align: center;
  border: 1px solid #001750;
  background: none;
  color: #001750;
  font-size: 16px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  font-family: "UrbanistBold", sans-serif;
}
.login-register-section .login-register-row .login-left .other-btn img {
  max-width: 20px;
  margin: 0 10px 0 0;
}
.login-register-section .login-register-row .login-left .other-btn:hover {
  color: #ffffff;
  background: #000c2b;
}
.login-register-section .login-register-row .login-left .other-btn-box {
  margin: 0 0 20px 0;
}
.login-register-section .login-register-row .login-left .copy-text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 1;
  color: #50586D;
  font-size: 12px;
  margin: 0;
}
.login-register-section .login-register-row .login-right {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #ACC4FF;
  padding: 40px 40px 220px 40px;
  position: relative;
  min-height: calc(100vh - 80px);
}
.login-register-section .login-register-row .login-right h1 {
  font-size: 36px;
  color: #001750;
}
.login-register-section .login-register-row .login-right h2 {
  font-size: 18px;
  margin: 0 0 30px 0;
}
.login-register-section .login-register-row .login-right .feature-list {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 100px 0;
}
.login-register-section .login-register-row .login-right .feature-list li {
  border: 1px solid #ACC4FF;
  padding: 6px 10px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "UrbanistBold", sans-serif;
  color: #555555;
}
.login-register-section .login-register-row .login-right .feature-list li em {
  font-size: 26px;
  color: #001750;
}
.login-register-section .login-register-row .login-right .login-testimonial-slider-box {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 1;
  width: 80%;
}
.login-register-section .login-register-row .login-right .login-testimonial-slider-box .testimonial-col {
  background: #EEF3FF;
  flex: 1;
  padding: 20px;
  width: calc(100% - 5px);
  border: 1px solid #ACC4FF;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.login-register-section .login-register-row .login-right .login-testimonial-slider-box .testimonial-col em {
  font-size: 30px;
  color: #D20A03;
  display: block;
  margin: 0 0 20px 0;
}
.login-register-section .login-register-row .login-right .login-testimonial-slider-box .testimonial-col p {
  font-family: "UrbanistBold", sans-serif;
  margin: 0 0 20px 0;
}
.login-register-section .login-register-row .login-right .login-testimonial-slider-box .testimonial-col .review-by span {
  display: block;
}
.login-register-section .login-register-row .login-right .login-testimonial-slider-box .testimonial-col .review-by .name-text {
  font-family: "UrbanistSemiBold", sans-serif;
  color: #001750;
  margin: 0 0 5px 0;
}
.login-register-section .login-register-row .login-right .login-testimonial-slider-box .testimonial-col .review-by .designation-text {
  color: #555555;
}
.login-register-section .login-register-row .login-right .login-testimonial-slider-box .owl-dots {
  text-align: left;
}
.login-register-section .login-register-row .login-right .login-testimonial-slider-box .owl-dots .owl-dot.active span {
  width: 80px;
  background: #001750;
}
.login-register-section .login-register-row .login-right .login-testimonial-slider-box .owl-dots .owl-dot span {
  width: 40px;
  height: 5px;
  background: #ACC4FF;
}

.register-section .login-register-row {
  grid-template-columns: minmax(600px, auto) 1fr;
}
.register-section .login-register-row .login-left {
  width: 600px;
}
.register-section .form-control {
  height: 40px !important;
}
.register-section .password-group .form-control {
  padding-left: 14px !important;
}

.captcha-group {
  margin: 0 0 20px 0;
}
.captcha-group .captcha-box {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 12px;
  background: #ccdbff;
  border: 1px solid #ACC4FF;
  color: #001750;
  letter-spacing: 20px;
  font-family: "UrbanistBold", sans-serif;
  font-size: 18px;
  text-align: center;
}

.enter-captcha-group .form-control {
  padding: 12px;
  height: 50px;
}

.job-section .all-course-section .all-course-content .all-course-row .course-name-col h2 {
  margin: 0 0 5px 0;
  font-size: 22px;
}
.job-section .all-course-section .all-course-content .all-course-row .course-name-col p {
  font-family: "UrbanistBold", sans-serif;
  color: #555555;
  margin: 0 0 10px 0;
  font-size: 18px;
}
.job-section .all-course-section .all-course-content .all-course-row .course-name-col .location-text {
  font-size: 14px;
  color: #555555;
  display: block;
  margin: 0 0 10px 0;
}
.job-section .all-course-section .all-course-content .all-course-row .course-name-col .course-tag li span {
  padding: 5px 10px;
  border: 1px solid #555555;
  color: #555555;
  display: block;
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.job-details-section .btn-box {
  padding: 20px 0 0 0;
}
.job-details-section .btn-box .primary-btn {
  min-width: 200px;
}
.job-details-section h2 {
  margin: 0 0 20px 0;
}
.job-details-section h3 {
  font-size: 20px;
}
.job-details-section .left-drawer .position-name-logo-box {
  padding-top: 20px;
}
.job-details-section .left-drawer .company-icon-img {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  max-height: 100px;
  margin: 0 0 10px 0;
  display: block;
}

.contact-content-section {
  border: 1px solid #ACC4FF;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 20px;
}
.contact-content-section h2 {
  margin: 0 0 40px 0;
}
.contact-content-section .contact-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}
.contact-content-section .contact-row .contact-left-col {
  flex: 1;
  max-width: 700px;
}
.contact-content-section .contact-row .contact-left-col textarea {
  min-height: 120px;
}
.contact-content-section .contact-row .contact-left-col .primary-btn {
  min-width: 200px;
  height: 50px;
}
.contact-content-section .contact-row .contact-right-col {
  min-width: 400px;
  max-width: 400px;
  padding: 40px;
  background: #EEF3FF;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.contact-content-section .contact-row .contact-right-col h3 {
  font-size: 22px;
}
.contact-content-section .contact-row .contact-right-col h3 em {
  color: #001750;
}
.contact-content-section .contact-row .contact-right-col .contact-right-row {
  margin-bottom: 40px;
}
.contact-content-section .contact-row .contact-right-col .social-row {
  margin: 0;
  padding: 0;
}
.contact-content-section .contact-row .contact-right-col .social-row ul {
  display: flex;
  align-items: center;
  gap: 5px;
}
.contact-content-section .contact-row .contact-right-col .social-row ul li a {
  display: block;
  font-size: 36px;
}

.about-content-section {
  border: 1px solid #ACC4FF;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 40px;
}
.about-content-section h2 {
  margin: 0 0 10px 0;
  font-size: 22px;
}
.about-content-section .about-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #ACC4FF;
  padding-bottom: 20px;
}
.about-content-section .about-row:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.no-border {
  border: none !important;
}

.owl-carousel.title-arrow-slider .owl-nav {
  margin: 0;
  position: absolute;
  right: 0;
  top: -84px;
  z-index: 1;
}
.owl-carousel.title-arrow-slider .owl-nav button {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #555555;
  background: #D9E4FF;
  font-size: 14px;
  opacity: 1;
  margin: 0 5px;
  padding-right: 3px !important;
}
.owl-carousel.title-arrow-slider .owl-nav button:hover {
  background: #001750;
  color: #ffffff;
}
.owl-carousel.title-arrow-slider .owl-nav button.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.owl-carousel.title-arrow-slider .owl-nav button.owl-next {
  margin-left: 5px;
  padding-left: 5px !important;
}
.owl-carousel.dot-slider .owl-dots {
  margin-top: 30px !important;
}
.owl-carousel.dot-slider .owl-dots .owl-dot.active span {
  width: 60px;
  background: #001750;
}
.owl-carousel.dot-slider .owl-dots .owl-dot span {
  width: 40px;
  height: 5px;
  background: #ACC4FF;
}

.common-loader-ui {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}
.common-loader-ui .common-loader {
  font-family: "UrbanistBold", sans-serif;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  background: #ffffff;
  padding: 10px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .common-loader-ui .common-loader {
    max-width: 300px;
  }
}
.common-loader-ui p {
  font-size: 30px;
  margin: 0;
}
.common-loader-ui .words {
  overflow: hidden;
  position: relative;
  height: 30px;
}
.common-loader-ui .word {
  display: block;
  height: 100%;
  padding-left: 6px;
  color: #D20A03;
  font-size: 30px;
  animation: wordSpin 4s infinite;
}
@keyframes wordSpin {
  10% {
    transform: translateY(-102%);
  }
  25% {
    transform: translateY(-100%);
  }
  35% {
    transform: translateY(-202%);
  }
  50% {
    transform: translateY(-200%);
  }
  60% {
    transform: translateY(-302%);
  }
  75% {
    transform: translateY(-300%);
  }
  85% {
    transform: translateY(-402%);
  }
  100% {
    transform: translateY(-400%);
  }
}

ul.points_sub_list li {
  padding: 5px 5px 5px 0;
  list-style: circle !important;
  font-size: 18px;
  margin-bottom: 0;
  margin-left: 30px;
  line-height: 30px;
}

ul.points {
  background: #EEF3FF;
  margin: 10px 0;
  padding: 20px 0px;
}
ul.points li {
  padding: 7px 7px 7px 0;
  list-style: circle !important;
  font-size: 18px;
  margin-bottom: 0;
  margin-left: 30px;
  color: #111111;
}

.code-block {
  background: #111111;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
}
.code-block pre {
  font-size: 16px;
  font-family: "UrbanistRegular", sans-serif;
  line-height: 2;
  color: #6e97ff;
  padding: 40px 20px 20px 20px;
}
.code-block pre span {
  margin: 0 0 5px 0;
  display: block;
}
.code-block .copy-text,
.code-block button {
  padding: 7px 10px;
  background: #ffffff;
  color: #001750;
  font-family: "UrbanistBold", sans-serif;
  border: none;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.code-block .copy-text:hover,
.code-block button:hover {
  background: #bebebe;
}/*# sourceMappingURL=style.css.map */