body {
  font-family: "Montserrat", sans-serif;
}

.banner-inner,
.certification {
  position: relative;
  overflow: hidden;
}

.certification::after {
  content: none;
  width: 626px;
  height: 100%;
  background-image: url(../images/vector-bg.png);
  background-repeat: repeat;
  position: absolute;
  right: -90px;
  top: 0;
  z-index: 0;
}

.certification .container {
  padding-right: 75px !important;
}

.certification .certification__wrap__leftPanel h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 35px;
}

@media (min-width: 992px) {

  .banner-inner::after,
  .certification::after {
    content: '';
  }
}

.banner-inner--content {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .banner-inner--content {
    padding-left: 0;
    padding-right: 0;
  }
}

.banner-inner--left-pan {
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 0 0 100%;
}

@media (min-width: 992px) {
  .banner-inner--left-pan {
    padding-right: 0px;
    flex: 0 0 65%;
  }
}

.banner-inner--left-pan .btn-lg {
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .banner-inner--left-pan .btn-lg {
    font-size: 1rem;
  }
}

.banner-inner--left-pan h1 {
  font-size: 1.5rem;
  line-height: 1.7rem;
}

@media (min-width: 992px) {
  .banner-inner--left-pan h1 {
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
  }
}

.banner-inner--left-pan--subHead {
  text-transform: uppercase;
  color: #666e75;
  font-size: 0.750rem;
  font-weight: 700;
}

@media (min-width: 992px) {
  .banner-inner--left-pan--subHead {
    font-size: 1.25rem;
  }
}

.banner-inner--right-pan {
  position: relative;
  z-index: 1;
}

.product-box {
  border: 1px solid transparent;
  transition: all 0.5s ease;
  width: 100%;
}

.product-box:hover {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
  border-color: #dbe4ec;
}

.product-box .icon-star-fill {
  color: #ffc107;
}

.product-list--item {
  padding: 12px;
}

.product-list--item img {
  width: 108px;
}

.bg-gray {
  background-color: #f6f6f6;
}

.request-quote {
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  top: 0;
  position: relative;
  padding-bottom: 15px;
  border-radius: 10px;
}

.form-control {
  box-shadow: 0 0px 14px -5px #CED4DA;
  font-size: 13px;
  font-weight: 400;
  border-radius: 4px;
}

label,
.animation-input~label {
  font-size: 14px;
  line-height: 21px;
  color: #777777;
}

.custom-control-label {
  font-size: 10.79px;
  /* line-height: 15px; */
}

input[type="radio"] {
  width: 13px;
  height: 13px;
  cursor: pointer;
}

.btn-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn-group .btn {
  border-radius: 4px !important;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  height: 52px;
  width: 100%;
}

.btn-group .btn-outline-primary-light {
  background-color: #FFDBE2;
  border: 1px solid #ef7220;
  color: #ef7220;
  font-size: 16px;
  line-height: 19.5px;
}

@media (min-width: 992px) {
  .request-quote {
    top: -60px;
    padding-bottom: 0;
  }
}

.request-quote--img {
  width: 100%;
  height: 100%;
}

.request-quote--form {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .request-quote--form {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.outer-layout {
  background-color: #FFF1F3;
}

.outer-layout .page-section {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.outer-layout .page-section .pongle {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.course-content h5 {
  font-weight: 600;
}

.course-content--btn {
  font-weight: 600;
  position: relative;
  padding-left: 30px;
}

.course-content--btn::before {
  content: '\e915';
  font-family: 'icomoon' !important;
  position: absolute;
  left: 0;
  transition: all .2s ease-in-out;
  transform: rotate(270deg);
}

.course-content--btn.collapsed::before {
  transform: rotate(90deg);
}

.course-content--btn:focus {
  outline: 0;
  box-shadow: none;
}

.course-content--time {
  font-weight: 400;
  font-size: 0.75rem;
}

.course-content .card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #f4f8fc;
  padding: 10px 20px;
  position: relative;
}

.course-content .card:not(:last-child) {
  margin-bottom: 20px;
}

.course-content__subContent {
  padding: 15px 0px 15px 30px;
  border-bottom: 1px solid #fff;
  font-size: 0.875rem;
}

.course-content__subContent ul {
  list-style-type: none;
  padding: 0 0 0 15px;
  margin: 0;
}

.course-content__subContent ul li:not(:last-child) {
  margin-bottom: 10px;
}

.course-content__subContent p {
  margin-bottom: 10px;
}

.course-content__subContent--title {
  display: flex;
  justify-content: space-between;
  color: #535b62;
}

.course-content__subContent--title span {
  position: relative;
  font-weight: 600;
}

.course-content__subContent--title span::after {
  content: '\e915';
  font-family: 'icomoon' !important;
  font-size: 0.65rem;
  transition: all .2s ease-in-out;
  transform: rotate(270deg);
  display: inline-block;
  margin-left: 5px;
}

.course-content__subContent--title.collapsed span {
  position: relative;
}

.course-content__subContent--title.collapsed span::after {
  transform: rotate(90deg);
}

.course-content__subContent .db-content {
  display: inline-block;
}

.course-content__subContent .db-content p {
  margin-bottom: 0;
}

.course-content__row {
  display: flex !important;

}

.sticc {
  position: sticky;
  top: 77px;
}

.course-content__row--leftPanel {
  flex-grow: 1;
  padding-right: 0;
}

@media (min-width: 992px) {
  .course-content__row--leftPanel {
    padding-right: 60px;
  }
}

.course-content__row--rightPanel {
  flex: 0 0 345px;
  max-width: 345px;
}

.outer-layout .page-section .pongle .overview {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px;
  box-shadow: -2px 0px 8px 0px #00000005;
}

.outer-layout .page-section .pongle .overview .main-head {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 5px;
}

.outer-layout .page-section .pongle .overview .main-head h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 41px;
  width: 90%;
}

.outer-layout .page-section .pongle .overview .main-head h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  color: #000000DE;
}

.outer-layout .page-section .pongle .overview .para {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.outer-layout .page-section .pongle .overview .para p {
  color: #373737D9;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.outer-layout .page-section .pongle .overview li div h4 {
  font-size: 15px;
  line-height: 22.5px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #000000D9;
}

.outer-layout .page-section .pongle .overview li div p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #373737;
  margin: 0;
}

.outer-layout .page-section .pongle .overview .main-head img {
  position: absolute;
  right: 0;
  top: 0;
}

.outer-layout .baklink h3 {
  font-size: 18px;
  font-weight: 600;
  color: #212121;
  line-height: 24px;
  margin-bottom: 40px;
}

.outer-layout .baklink .career-tabs {
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px #0000001A;
  border-top: 1px solid #D2D6DE;
  padding: 50px 40px 15px;
  border-radius: 4px;
  position: relative;
  width: 100%;
}

.outer-layout .tabs {
  display: flex;
  border-radius: 4px;
  margin-bottom: 20px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.outer-layout .tab {
  flex: 1;
  text-align: center;
  padding: 12px;
  cursor: pointer;
  background: #FFF1F3;
  font-weight: 500;
  transition: all 0.3s;
  width: 200px;
  border: 1px solid #D2D6DE;
  color: #272C37;
  font-size: 14px;
  line-height: 23.8px;
}

.outer-layout .tab:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.outer-layout .tab:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.outer-layout .tab.active {
  border: 1px solid #ef7220;
  background: #fff;
  color: #ef7220;
  font-weight: bold;
  box-shadow: 0px 4px 8px 0px #00000026;
}

.outer-layout .tab-content {
  display: none;
  animation: fadeIn 0.4s ease;
}

.outer-layout .tab-content.active {
  display: block;
}

.outer-layout .tab-content hr {
  height: 80px;
  width: 1px;
  background-color: #D2D6DE;
}

.outer-layout .content-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.outer-layout .salary {
  font-size: 28px;
  font-weight: 700;
  color: #272C37;
}

.outer-layout .salary small {
  font-size: 16px;
  color: #51565E;
  font-weight: 500;
}

.outer-layout .companies {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  height: 42px;
}

.outer-layout .companies .img {
  height: 25px;
  margin-right: 5px;
  max-width: 121px;
}

.outer-layout .companies img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 600px) {
  .outer-layout .content-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .outer-layout .companies img {
    margin: 10px 10px 0 0;
  }
}

.why-choose-section {
  padding: 50px 20px;
  background: #FFFFFF;
}

.why-choose-section .section-header {
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
  max-width: 100% !important;
}

.why-choose-section .section-header h3 {
  font-size: 32px;
  font-weight: 500;
  color: #000000;
}

.why-choose-section .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.why-choose-section .feature-card {
  background: white;
  padding: 20px 20px 40px;
  border-radius: 3px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 2.58px 7.75px 10.34px 0px #2A07460A;
  border: 1.29px solid #F5F5F5 !important;
}

.why-choose-section .feature-card:hover {
  border-color: transparent;
  transition: all 0.3s ease;
  border: 1.29px solid #F5F5F5 !important;
  box-shadow: 2.58px 7.75px 10.34px 0px #2A07460A;
}

.why-choose-section .feature-card .feature-icon {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.why-choose-section .feature-card .feature-icon img {
  max-width: 50px !important;
  width: auto !important;
  height: auto;
  max-height: 100% !important;
}

.why-choose-section .feature-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}

.why-choose-section .feature-description {
  color: #333333;
  line-height: 21px;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.7;
  margin: 0;
}

/* Trusted Section */
.trusted-section {
  text-align: center;
  padding: 50px 0 20px 0 !important;
  background: #fff;
  overflow: hidden;
}

.trusted-title {
  font-size: 32px;
  line-height: 39px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 10px;
  text-align: center;
}

.trusted-title::after {
  display: none;
}

.brands-carousel-container {
  margin-bottom: 60px;
}

.brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 20px;
  transition: all 0.3s ease;
}

.brand-logo {
  max-width: 120px;
  max-height: 60px;
}

.brand-item .brand-logo img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.brands-carousel-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: auto;
  margin-bottom: 30px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.brands-carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.brand-scroll {
  display: flex;
  gap: 20px;
  animation: scroll 20s linear infinite;
  width: max-content;
}

.brand-item {
  flex: 0 0 auto;
}

.brand-logo {
  width: 150px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 10px;
}

/* Infinite scroll keyframes */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.trusted-section .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background-color: #33333380;
}

.trusted-section .swiper-pagination-bullet-active {
  background-color: #333333;
}

.featured-certification.bg-gray {
  padding-top: 40px;
}

.featured-certification .white-box {
  padding: 5px;
}

.featured-certification__lists li {
  padding: 12px;
}

.featured-certification--cities {
  position: relative;
  right: auto;
  bottom: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #252525;
}

@media (min-width: 768px) {
  .featured-certification--cities {
    position: absolute;
    right: 23px;
    bottom: -15px;
    width: auto;
  }
}

.featured-certification--cities:hover {
  color: #666e75;
}

.featured-certification .modal {
  padding-right: 0 !important;
}

.featured-certification .modal-dialog {
  max-width: 100%;
  margin: 0;
}

.featured-certification .modal-content {
  border-radius: 0;
}

.featured-certification .section-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

div.student-scrolling {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  overflow: hidden;
  min-height: 365px;
}

div.student-scrolling .item {
  padding: 11px;
}

div.student-scrolling button {
  width: 10px;
  height: 10px;
  background-color: rgb(182, 182, 182) !important;
  margin: 10px;
  border-radius: 20px;
}

div.student-scrolling button.active {
  background-color: black !important;
}

div.student-scrolling button.active {
  width: 20px;
  transition-duration: 1s;
}

div.student-scrolling {
  text-align: center;
}

.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.student-scrolling .item1 {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 25px;
  border-radius: 5px;
  padding: 20px;
  border: 0.4px solid #858585;
  box-shadow: 0px 0px 10px 0px #0000001A;
}

.student-scrolling3 .item1 {
  border: none !important;
  border-radius: 4px !important;
  height: auto !important;
}

.student-scrolling .item1 .absolute-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}

.student-scrolling .item1 .words p {
  font-size: 14px;
  line-height: 26.85px;
  font-weight: 400;
  color: #12141D;
  text-align: start;
}

.industry .student-scrolling .item1 .words p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #777777;
}

.student-scrolling1 .swiper-button-next,
.student-scrolling1 .swiper-button-prev {
  top: 70%;
  transform: translateY(-50%);
}

.student-scrolling1 .swiper-button-next {
  right: 100px;
}

.student-scrolling1 .swiper-button-prev {
  left: 100px;
}

.featured-certification.industry .section-head h2 {
  line-height: 32px;
}

.featured-certification.industry .section-head h2::after {
  display: block;
}

.featured-certification.industry div.student-scrolling3 {
  min-height: 342px;
}

@media (max-width: 768px) {
  .why-choose-section .section-header {
    max-width: 100%;
  }

  .section-title {
    font-size: 2rem;
  }

  .why-choose-section .feature-description {
    font-size: 11px !important;
    line-height: 14px !important;
  }

  .why-choose-section .section-title {
    font-size: 20px !important;
    line-height: 28px;
  }

  .why-choose-section .section-subtitle {
    line-height: 20px;
  }

  .why-choose-section .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .why-choose-section .feature-card {
    padding: 10px;
  }

  .why-choose-section .feature-title {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 15.6px;
  }

  .trusted-section .trusted-title {
    line-height: 23px;
  }

  .trusted-section .brand-scroll {
    gap: 8px;
  }

  .trusted-section .brand-logo {
    height: 40px;
  }

  .trusted-section .brand-item {
    padding: 20px 10px;
  }

  .featured-certification .section-head h2 {
    font-size: 20px !important;
    line-height: 23px !important;
    margin-bottom: 5px !important;
  }

  .featured-certification .section-head h2::after {
    display: block !important;
    margin-top: 5px !important;
  }

  .featured-certification .alumnai-tabs .nav-tabs .nav-item:has(.nav-link.actives) {
    border-width: 1px;
  }

  .featured-certification .container {
    margin: 0;
    padding: 0;
    max-width: 100% !important;
  }

  .testimonial-section {
    padding: 30px 20px;
    margin-left: 0;
  }

  .testimonial-card {
    padding: 15px;
    padding-top: 40px;
  }

  .testimonial-text {
    font-size: 12px;
    margin-bottom: 10px;
  }

  div.student-scrolling{
    height: auto !important;
    margin-bottom: 50px;
  }
}

div.student-scrolling .item {
  padding: 0px !important;
  margin: 0;
}

.recent-articles {
  background-color: #F6F6F6;
}

section.workshop {
  padding-top: 70px;
}

.workshop h2 {
  font-weight: 500;
}

div.student-scrolling1 {
  min-height: 100% !important;
  padding-bottom: 45px;
}

div.student-scrolling2 {
  min-height: 505px !important;
}

div.student-scrolling3 {
  max-width: 97% !important;
  padding: 5px;
}

.student-scrolling3 .item1 {
  padding: 0 !important;
}

.student-scrolling3 .item1 .img-item {
  padding: 20px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFDBE2 100%);
}

.student-scrolling3 .img-item .img-overlay {
  background-color: #ffffff;
  border-radius: 5.64px;
  min-width: 58.5px;
  height: 58.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.student-scrolling3 .img-item .img-overlay img {
  height: 32px;
}

.student-scrolling3 .words {
  padding: 0 20px 20px 20px;
}

.student-scrolling3 .words p {
  font-size: 12px;
  line-height: 18px;
  color: #777777;
  font-weight: 400;
}

.img-item .alumni .alumni-name {
  text-align: left;
  line-height: 18.2px;
}

.course-section {
  margin: auto;
  border-radius: 10px;
  padding: 20px;
}

.course-section .container {
  padding: 15px 15px 30px !important;
  background-color: #F9F9F9;
  border-radius: 4px;
  width: 85%;
}

.course-section h2 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 15px;
  text-align: flex-start;
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.course-section h3 {
  font-size: 16px;
  margin-bottom: 19.2px;
  color: #000000D9;
  padding-bottom: 5px;
}

.course-section .main-head {
  position: relative;
}

.main-head img {
  width: 22px;
  height: 22px;
  top: 10px !important;
}

.course-section .main-head img {
  position: absolute;
  top: 10px;
  right: 20px;
}

.course-section .accordions {
  max-height: 435px;
  overflow: hidden;
  padding-bottom: 50px;
}

.course-section .shadow-box {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 10px;
}

.cities .load-btn-more,
.course-section .shadow-box .load-btn-more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, #F9F9F9 20%, transparent 100%);
}

.cities .load-btn-more {
  background: linear-gradient(0deg, #ffffff 20%, transparent 100%);
}

.course-section .accordion {
  box-shadow: 2px 6px 8px 0px #0000000A;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
}

.course-section .accordion hr {
  margin: 0 auto;
  width: 96%;
}

.course-section .accordion.active hr {
  margin-top: -1px;
}

.course-section .accordion-header {
  background: #fff;
  padding: 15px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.course-section .accordion-content {
  display: none;
  padding: 15px;
  background: #fff;
  animation: fadeIn 0.4s ease;
}

.course-section .accordion.active .accordion-content {
  display: block;
}

.course-section .accordion-header .icon {
  width: 32px;
  height: 32px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FCF1F5;
}

.course-section .accordion-header img {
  transform: rotate(180deg);
  transition: transform 0.3s;
}

.course-section .accordion-header span {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 500;
  color: #000000;
}

.course-section .accordion.active .accordion-header img {
  transform: rotate(0deg);
}

.course-section .accordion .accordion-body {
  width: 75%;
  padding: 10px;
}

.course-section .accordion .accordion-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #333333;
  font-family: "Montserrat", sans-serif;
}

.course-section .accordion .accordion-content span {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

.course-section ul.topics {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.course-section ul.topics li {
  margin: 5px 0;
  padding-left: 0px;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
  font-weight: 400;
}

.cities .load-btn,
.course-section .load-btn {
  display: block;
  width: fit-content;
  margin: 20px auto 0;
  padding: 10px 20px;
  border: none;
  border-radius: 30px;
  background: linear-gradient(180deg, #ef7220 0%, #ef7220 100%);
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s;
  font-family: "Segoe UI", sans-serif;
}

.cities .load-btn{
  margin: 20px 15px 0
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.cracked .section-title {
  font-weight: 500;
}

.cracked.recent-articles {
  background-color: #ffffff;
}

.cracked.recent-articles .recent-articles--thumbImg {
  background-color: #FFF1F3;
  padding: 10px;
  position: relative;
  height: 40%;
}

.cracked.recent-articles .recent-articles--thumbImg .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 28px;
}

.cracked .brighter {
  backdrop-filter: brightness(0.5);
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cracked.recent-articles .recent-articles--content {
  padding: 0;
  height: 60%;
}

.cracked.recent-articles .white-box h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  text-align: start;
  border: none;
}

.cracked div.student-scrolling2 {
  min-height: 100% !important;
}

.cracked.recent-articles .white-box {
  border: 1px solid #DBDBDB;
  box-shadow: none;
}

.cracked .recent-articles--content p {
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: 400;
  text-overflow: unset !important;
  max-height: 100% !important;
}

.cracked.recent-articles .recent-articles--content .title-content {
  background-color: #FFF1F3;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  position: relative;
  gap: 3px;
  padding: 0 20px;
}

.cracked.recent-articles .recent-articles--content .title-content img {
  position: absolute;
  top: 0px;
  right: 10px;
}

.cracked .bellow-content {
  padding: 20px 20px 0;
}

.cracked .bellow-content h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #013437;
  margin: 0;
}

.cracked .bellow-content img {
  height: 43px;
  width: auto;
}

.cracked .bellow-content p {
  display: flex !important;
  align-items: center;
  gap: 10px;
  text-align: center !important;
  justify-content: center;
}

.cracked .bellow-content p span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #000000 !important;
}

.cracked .bellow-content p img {
  width: 9px;
  height: auto;
}

section.faq h2,
.featured-courses .main-head h2 {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

section.faq {
  background-color: #ffffff !important;
  padding: 75px 75px 0 !important;
}

.faq-icon1,
.faq-icon {
  font-size: 22px !important;
}

.faq-question:hover {
  background-color: #ffffff !important;
}

.faq-item.active .faq-answer {
  padding-left: 0;
}

.cities .container h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #000000D9;
}

.cities .tagging-round {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.cities .tagging-round a {
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  font-family: "Montserrat", sans-serif;
  color: #666E75;
  border: 1px solid #ABABAB33;
  background-color: #FFF1F3;
  border-radius: 20px;
  width: fit-content;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
}

.free-course-tag {
  width: 95px;
  height: 18px;
  background-image: url(../images/course-detail/free-course-tag.png);
  position: absolute;
  left: 50px;
  top: -6px;
}

.video-modal {
  max-width: 850px;
}

.video-modal--wrap {
  padding: 15px 30px 30px;
}

.video-modal--wrap iframe {
  margin: 0 auto;
}

.arrow-on-right button::before {
  content: '\e915';
  font-family: 'icomoon' !important;
  position: absolute;
  right: 20px;
  transition: all .2s ease-in-out;
  transform: rotate(270deg);
  font-size: 10px;
  color: #777777;
}

.arrow-on-right button.collapsed::before {
  transform: rotate(90deg);
}

.arrow-on-right button:focus {
  outline: 0;
  box-shadow: none;
}

.light-blue .card {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  padding: 15px;
  border-radius: 4px;
  position: relative;
}

.light-blue .card button {
  font-weight: 600;
}

.enroll-form {
  background-color: #f6f6f6;
  padding: 40px 0 30px 0;
  position: relative;
  display: flex;
  align-items: center;
}

.sidel-img {
  position: absolute;
  right: 0;
}

@media (max-width: 768px) {
  .sidel-img {
    display: none;
  }

  section.faq {
    padding: 35px 0 !important;
  }

  .cities .tagging-round a {
    font-size: 12px;
    padding: 5px;
  }
   .course-section h2{
    margin-bottom: 20px;
   }
  .course-section h3{
    margin-bottom: 12px;
  }
  .cities .load-btn, .course-section .load-btn{
    font-size: 14px;
    line-height: 16.8px;
  }
}

.enroll-form .animation-input:focus~label,
.enroll-form .has-content .animation-input~label {
  background-image: linear-gradient(to bottom, #f6f6f6 33%, #fff 81%);
}

.enroll-form .btn-white {
  color: #ef7220;
}

.call-us {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.call-us .call-us--img {
  width: 59px;
  height: 59px;
  background-color: #FFF0F2;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-us--subHead {
  font-size: 14px;
  line-height: 21px;
  color: #777777;
  font-weight: 700;
}

.call-us--head {
  font-size: 25px;
  line-height: 37.5px;
  font-weight: 500;
  color: #252525;
}

.tagging--item {
  border-radius: 3px;
  border: 1px solid #ababab;
  font-size: 0.625rem;
  color: #777777;
  padding: 2px 5px;
  text-transform: uppercase;
  font-weight: 600;
}

.yellow-tag {
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 5px;
  background-color: #ffd900;
  color: #ef7220;
  border-radius: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.yellow-tag:not(:last-child) {
  margin-right: 10px;
}

.yellow-tag.max-w-90 {
  max-width: 90%;
}

.tagging-round {
  margin: 0 -3px;
}

.tagging-round--item {
  border-radius: 30px;
  border: 1px solid rgba(171, 171, 171, 0.2);
  background-color: #f4f8fc;
  font-size: 0.8125rem;
  color: #666e75;
  padding: 3px 15px 5px 15px;
  display: inline-block;
  margin: 3px !important;
}

.course-review--mainImage {
  width: 413px;
  height: 413px;
  display: block;
  position: relative;
  left: -80px;
}

.course-review--mainImage img {
  display: block;
}

.course-review--image {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
}

.course-review--image img {
  width: 75px;
  height: 75px;
  display: block;
}

.course-review__lists {
  margin: 0 -15px;
  font-size: 0.8125rem;
}

.course-review__lists li {
  padding: 15px;
}

.course-review__lists li .white-box {
  position: relative;
  padding-bottom: 70px !important;
}

.banner-inner--right-pan .white-box h3 {
  font-size: 16px;
  color: #252525;
  font-weight: 24px;
}

.white-box h3 .text-primary {
  /* color: #ef7220 !important; */
  background: radial-gradient(50% 50% at 50% 50%, #AB1530 0%, #FF0D1D 49.04%, #CA1C3C 100%);
  font-size: 16px;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.white-box h3 .text-secondary {
  font-size: 12px;
  line-height: 21px;
  color: #858585 !important;
  font-weight: 400;
}

.course-review__lists .testimonial-content {
  height: 145px;
}

.course-review__lists .line {
  width: 100%;
  height: 3px;
  background: #ef7220;
  display: block;
  position: relative;
  margin: 15px 0 30px;
}

.course-review__lists .line img {
  width: 12%;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0 5px;
}

.course-review__lists--bottom {
  position: absolute;
  height: 70px;
  background-color: #fafbff;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}

.course-review__lists--content {
  text-align: left !important;
}

.skill-coverd {
  position: relative;
  border: 1px solid #ef7220;
  border-radius: 5px;
  width: 100%;
  padding: 8px 12px;
  min-height: 56px;
  height: auto;
  display: flex;
}

.skill-coverd h3 {
  position: absolute;
  background-color: #FFF1F3;
  padding: 2px 5px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  top: -11px;
  color: #000000D9;
  margin: 0;
  margin-left: 10px;
}

.tagging-round {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.tagging-round a {
  border-radius: 0px;
  border-top: 1px solid #E0E0E0;
  background-color: transparent;
  color: #454545;
  font-size: 9.84px;
  line-height: 16px;
  font-weight: 500;
  display: flex;
  gap: 6px;
  width: fit-content;
  align-items: center;
  padding: 3px 8px;
  text-transform: uppercase;
}

.tagging-round a img {
  width: 17px;
  height: 17px;
}

.skill-coverd__lists {
  display: flex;
  align-items: center;
}

.skill-coverd__lists--item {
  border-radius: 50px;
}

.navbar-light {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative !important;
  top: 0;
}

.secondary-menu {
  background-color: #fff;
  height: 60px;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  z-index: 1;
  transition: all .5s ease-in;
}

.secondary-menu {
  position: sticky;
  top: 0;
  z-index: 3;
  margin-top: -70px;
}

@media (min-width: 1200px) {
  .secondary-menu {
    height: 70px;
  }
}

.secondary-menu--lists {
  margin: 0;
  height: 60px;
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
}

@media (min-width: 1200px) {
  .secondary-menu--lists {
    overflow: hidden;
    height: 70px;
  }
}

.secondary-menu--lists li {
  display: inline-block;
  font-weight: 600;
  font-size: 0.8125rem;
  flex: 10 0 auto;
}

@media (min-width: 1200px) {
  .secondary-menu--lists li {
    flex: none;
  }
}

.secondary-menu--lists li a {
  padding: 20px 15px;
  color: #000000;
  display: block;
  position: relative;
}

@media (min-width: 1200px) {
  .secondary-menu--lists li a {
    flex: none;
  }
}

.secondary-menu--lists li a::after {
  content: '';
  background-color: transparent;
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.secondary-menu--lists li a.active::after {
  background-color: #ef7220;
}

@media (min-width: 1200px) {
  .secondary-menu--lists li a {
    padding: 27px 20px 24px;
  }
}

.secondary-menu.secondary-menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.secondary-menu-wrap #overview {
  margin-top: 67px;
}

.list li {
  position: relative;
  padding-left: 20px;
}

.list li::before {
  content: '';
  font-family: 'icomoon' !important;
  font-size: 0.75rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
}

.list--round li::before {
  content: '\e903';
  color: #ef7220;
}

.list--tick li::before {
  content: '\e90a';
  color: #535b62;
}

.red-bullet {
  list-style-type: none;
}

.red-bullet li {
  position: relative;
  padding-left: 15px;
}

.red-bullet li:not(:last-child) {
  margin-bottom: 10px;
}

.red-bullet li::before {
  /* \2022 is the CSS Code/unicode for a disc */
  content: "\2022";
  color: #ef7220;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: -1px;
}

.list-normal {
  list-style-type: disc;
  padding-left: 15px;
}

.list-normal li:not(:last-child) {
  margin-bottom: 10px;
}

.column-2 {
  display: flex;
  flex-wrap: wrap;
}

.column-2 li {
  max-width: 100%;
  flex: 0 0 100%;
  flex-wrap: nowrap;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .column-2 li {
    max-width: 50%;
    flex: 0 0 50%;
    flex-wrap: wrap;
  }
}

.column-2 li:not(:last-child) {
  margin-bottom: 10px;
}

.more-less .text.collapse:not(.show) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.more-less .read-more.collapsed:after {
  content: '+ Read More';
}

.more-less .read-more:not(.collapsed):after {
  content: '- Read Less';
}

.batches__box {
  display: flex;
}

.batches__box__lists {
  border: 1px solid #eee;
  border-radius: 4px;
  color: #535b62;
  font-size: 1rem;
  font-weight: 600;
}

.batches__box__lists li {
  padding: 12px 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

@media (min-width: 992px) {
  .batches__box__lists li {
    flex-direction: row;
    align-items: center;
  }
}

.batches__box__lists li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.batches__box__lists li.disable {
  opacity: .5;
  position: relative;
  height: 100%;
}

.batches__box__lists li.disable::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(119, 119, 119, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}

.batches__box__lists .sold-out {
  border-radius: 3px;
  padding: 2px 5px;
  color: #999;
  background-color: #f1f1f1;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}

.batches__box__lists--date {
  max-width: 100%;
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .batches__box__lists--date {
    max-width: 65px;
    flex: 0 0 65px;
  }
}

.batches__box__lists--days {
  max-width: 100%;
  flex: 0 0 100%;
  width: 100%;
  line-height: 1.3;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .batches__box__lists--days {
    max-width: 180px;
    flex: 0 0 180px;
  }
}

.batches__box__lists--days small {
  font-weight: 600;
  font-size: 0.75rem;
  color: #ef7220;
  display: block;
}

.batches__box__lists--time {
  max-width: 100%;
  flex: 0 0 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .batches__box__lists--time {
    max-width: 270px;
    flex: 0 0 270px;
  }
}

.batches__box__lists--time .filling-fast {
  border-radius: 4px;
  padding: 1px 3px;
  color: #fff;
  background-color: #ef7220;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}

.batches__box__lists--time .filling-fast::before {
  content: '\e902';
  font-size: 10px;
  color: #fff;
  font-family: 'icomoon' !important;
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.batches__course-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .batches__course-price {
    flex-direction: row;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .batches__course-price {
    flex-direction: column;
    margin-top: 0;
  }
}

.batches__course-price--head {
  font-size: 1.25rem;
  color: #252525;
  font-weight: 600;
}

.batches__course-price--price {
  font-size: 2.25rem;
  font-weight: 700;
  color: #252525;
}

.batches__course-price--price span {
  color: #999;
  text-decoration: line-through;
  font-size: 1.5rem;
}

.batches__course-price--off {
  font-weight: 600;
  font-size: 0.75rem;
  color: #177800;
}

.batches__course-price--emi {
  font-size: 11px;
  color: #777777;
}

.request-batch {
  color: #535b62;
  font-size: 1rem;
  background-color: #fff4f8;
  border: 1px solid rgba(255, 100, 115, 0.2);
  border-radius: 4px;
  position: relative;
  height: 76px;
  overflow: hidden;
  padding-left: 30px;
}

.request-batch--ctaWrap {
  background-color: #ef7220;
  position: relative;
  height: 100%;
  width: 380px;
  padding-left: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.request-batch--ctaWrap::before {
  content: '';
  background-image: url(../images/course-detail/cruve-bg-sm.jpg);
  background-color: #ef7220;
  width: 114px;
  height: 76px;
  display: block;
  position: absolute;
  left: 0;
}

.training-options {
  position: relative;
}

.training-options__head {
  color: #252525;
}

.training-options__head .price {
  font-size: 1.125rem;
  color: #ef7220;
  font-weight: 700;
}

.training-options__lists li:not(:last-child) {
  margin-bottom: 15px;
}

.training-options--recommended {
  position: absolute;
  right: 0;
  top: 0;
}

.industry-projects--top {
  background-image: linear-gradient(to bottom, #fff 0, #fff7f8 100%);
  background-repeat: repeat-x;
  padding: 25px 30px;
}

.industry-projects--bottom {
  padding: 25px 30px;
  font-size: 0.8125rem;
}

.industry-projects--lists {
  margin: 0 -15px;
}

.industry-projects--lists li {
  padding: 15px;
}

.certification__wrap {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .certification__wrap {
    flex-wrap: nowrap;
  }
}

.certification__wrap__leftPanel {
  flex-grow: 1;
  padding-right: 0;
}

@media (min-width: 992px) {
  .certification__wrap__leftPanel {
    padding-right: 60px;
  }
}

.certification__wrap--rightPanel {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .certification__wrap--rightPanel {
    flex: 0 0 418px;
    max-width: 418px;
    margin-top: 0;
  }
}

.certification--logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
}

.certification--logo span {
  display: block;
  text-align: center;
  margin-right: 15px;
}

.certification--logo span img {
  width: 100%;
  display: inline-block;
  height: 22px;
  object-fit: cover;
}

.certification__wrap__leftPanel p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #000000D9;
  width: 85%;
}

.certification__wrap__leftPanel .btn-group {
  flex-direction: row;
  gap: 20px
}

.certification__wrap__leftPanel .btn {
  border-radius: 0;
  font-size: 14px !important;
  line-height: 21px;
  font-weight: 500;
  width: fit-content;
  height: 56px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #ef7220;
}

.certification__wrap__leftPanel .btn.btn-primary {
  background: #ef7220;
  color: #ffffff;
}

.certification__wrap__leftPanel .btn.btn-primary:hover {
  transform: none;
  background-color: #c71334;
  box-shadow: none;
}

.certification__wrap__leftPanel .btn.btn-outline-primary {
  background: #FFDBE2;
  color: #ef7220;
}

@media (min-width: 992px) {
  .certification .btn {
    font-size: 1rem;
  }
}

.overview ul {
  display: flex;
  flex-direction: column;
}

.overview ul li {
  max-width: 100%;
  flex: 0 0 100%;
  flex-wrap: wrap;
  padding-right: 15px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .overview ul li {
    flex: 0 0 50%;
  }
}

.overview ul li::before {
  content: '\e903';
  color: #ef7220;
  font-family: 'icomoon' !important;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}

.overview table {
  width: 100% !important;
  border: none !important;
  margin-left: 0 !important;
}

.overview table tr {
  display: flex;
  flex-direction: column;
}

.overview table tr td,
.overview table tr th {
  padding: 0;
  border: none;
}

.overview table tr td:first-child {
  display: flex;
  text-transform: capitalize;
  align-items: center;
  width: 100% !important;
  height: max-content !important;
}

.overview table tr td:first-child p {
  font-size: 18px;
  margin: 0;
}

.overview table tr td:nth-child(2) {
  margin-left: 29px;
  margin-bottom: 10px;
  width: 100% !important;
  height: auto !important;
}

.overview table tr td:first-child ol {
  margin: 0;
  font-size: 18px;
}

.pongle li:before {
  content: '\e918' !important;
  color: #ef7220 !important;
  font-family: 'icomoon' !important;
  display: block;
  left: 0;
  top: 2px;
  margin-right: 7px;
}

.description3 ul {
  display: flex;
  flex-wrap: wrap;
}

.pongle p {
  letter-spacing: .3px;
  font-size: 15px;
  font-weight: 500;
}

.pongle li {
  letter-spacing: .3px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.pongle strong {
  font-weight: 500;
}

.pongle h3 strong {
  font-weight: 600;
}

.description3 ul li {
  position: relative;
  padding-left: 35px;
}

.description3 ul li:not(:last-child) {
  margin-bottom: 15px;
}

.description3 ul li::before {
  content: '\e903';
  color: #535b62;
  font-family: 'icomoon' !important;
  display: block;
  position: absolute;
  left: 15px;
  top: 2px;
}

.description3 ul li p {
  margin-bottom: 0 !important;
}

.breadcrumb-item a {
  color: #fff;
}

.banner-inner {
  padding: 10px 0px;
  z-index: 4;
  background-image: url(../images/course-bg-img.jpg);
}

.banner-inner p {
  color: white !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  font-family: "Montserrat", sans-serif;
}

.banner-inner span {
  color: white !important;
}

.breadcrumb-item a {
  color: #A9A9A9;
}

.breadcrumb-item.active {
  color: #ffffff;
}

.text-secondary {
  color: #ffffff !important;
}

.industry-projects--top .text-secondary {
  color: #000000 !important;
}

.banner-inner--left-pan.d-flex.flex-column.justify-content-center {
  color: white;
}

.review-sticky {
  height: 20px;
  padding: 0px !important;
  display: inline-flex;
  align-items: center;
}

.banner-sticky {
  display: flex;
  margin: 20px 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.banner-sticky a {
  border-right: 0 none;
}

.course-banner-2 .icon-google {
  background-position: -94px -3px;
}

.course-banner-2 .phone-sticky span,
.course-banner-2 .review-sticky span {
  color: #fff;
}

.review-sticky span {
  padding-left: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  line-height: 20px;
}

.course-banner-2 .icon-facebook {
  background-position: -194px -3px;
}


.banner-sticky a:last-child {
  border-left: 1px solid #d8d8d8;
  color: white;
}

.phone-sticky {
  height: 20px;
  padding: 0px 16px 0 32px;
  display: inline-flex;
  align-items: center;
  margin-left: 16px;
}

.banner-sticky a span {
  padding-left: 8px;
}

.d-flex.sdvdf strong {
  font-weight: 400;
}

.speciality {
  margin-top: 30px;
}

.speciality-heading {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.speciality-list {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.speciality .speciality-heading h2 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-left: 10%;
  color: white;
}

.speciality .speciality-heading h2::before {
  content: '';
  width: 7%;
  height: 1px;
  background: #e81c41;
  position: absolute;
  left: 0px;
  top: 10px;
}

.speciality .speciality-heading h2::after {
  content: '';
  width: 79%;
  height: 1px;
  background: #e81c41;
  position: absolute;
  right: 0px;
  top: 10px;
}

.speciality-list .speciality-items {
  max-width: 247px;
  display: flex;
  margin-top: 10px;
  justify-content: flex-start;
  padding: 8px 10px;
  border-radius: 6px;
  align-items: center;
  gap: 15px;
}

.speciality-list hr {
  height: 52px;
  width: 1px;
  background: #858585;
}

.speciality-items-img img {
  width: 36px;
  height: 46px;
}

.speciality-items-desc {
  width: 143px;
}

.speciality-items-desc p {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
}

.speciality-items-desc span {
  font-size: 13px;
  font-weight: 300;
}

.banner-inner--left-pan .btn-lg {
  border-radius: 7px !important;
}

.listing {
  display: flex;
}

.listing__rightPanel {
  flex: 0 0 330px;
  position: relative;
  justify-content: flex-end;
}

.listing__rightPanel #sidebar {
  float: none;
  position: sticky;
  top: 70px;
  z-index: 1;
  right: auto;
  left: auto;
  width: 325px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.white-box {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 25px 15px;
  color: #777777;
}

.owl-item .white-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}


section#overview {
  display: flex;
}

.pongle {
  padding: 0 20px;
}

.baklink h3 {
  width: 100%;
}

/* .baklink p:before {
  content: "\e903";
  font-family: 'icomoon' !important;
  padding-right: 8px;
} */

span.major-non:before {
  content: url(../images/bookmark-star.png);
  margin-right: 5px;
}

.bogss {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}

.monto {
  display: flex;
}

.overview span {
  align-items: center;
  color: #535b62 !important;
}

.overview img {
  margin-right: 10px;
}

span.metaal {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 20px;
}

.carousel-wrap {
  margin: 20px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav>div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.item {
  margin: 10px;
}



@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}

.propis:hover {
  color: rgb(88 199 250 / 100%);
  transition: color 1s;
}


.propis::before {
  content: "";
  width: 113%;
  height: 111%;
  border-radius: 9px;
  background-image: linear-gradient(var(--rotate), #ff718b, #ef7220 43%, #ffffff);
  position: absolute;
  z-index: -1;
  top: -3%;
  left: -2%;
  animation: spin 2.5s linear infinite;
}

.propis::after {
  position: absolute;
  content: "";
  top: calc(var(--card-height) / 6);
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 60%;
  margin: 0 auto;
  transform: scale(0.8);
  filter: blur(calc(var(--card-height) / 6));
  background-image: linear-gradient(var(--rotate), #5ddcff, #3c67e3 43%, #4e00c2);
  opacity: 1;
  transition: opacity .5s;
  animation: spin 2.5s linear infinite;
}

@keyframes spin {
  0% {
    --rotate: 0deg;
  }

  100% {
    --rotate: 360deg;
  }
}

button.owl-dot {
  background-color: white;
  height: 10px;
  width: 10px;
  margin: 10px;
  border: 2px solid black !important;
  border-radius: 10px;
}

.owl-dots {
  display: flex;
  justify-content: center;
}

button.owl-dot.active {
  background-color: #ef7220 !important;
  border-color: #ef7220 !important;
}

.white-box p.mb-0 {
  width: 67%;
}

.reviews .container-fluid {
  padding: 32px 100px;
}

.d-sm-block {
  display: block !important;
}

.reviews .testimonial-slider {
  position: relative;
  padding-top: 12px;
  margin-bottom: 24px;
}

.testimonial.custom-thumb:nth-child(1) {
  display: block !important;
}

.testimonial.custom-thumb:nth-child(2) {
  display: block !important;
}

.testimonial.custom-thumb:nth-child(3) {
  display: block !important;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: center;
}

.testimonial-slider .testimonial .media-left {
  position: relative;
}

.testimonial-para span {
  font-weight: 400;
}

.testi-color {
  width: 70px;
  background-color: #eb3454;
  height: 70px;
  border-radius: 42px;
}

.testi-fname {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  line-height: 34px;
  color: #fff;
}

.testimonial-slider .testimonial .media-body {
  padding-left: 20px;
  position: relative;
  padding-top: 2px;
}

.testimonial-slider .testimonial .testimonial-name {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 19px;
  display: block;
}

.testimonial-slider .testimonial .testimonial-role {
  color: #231f20;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 19px;
  display: block;
}

.testimonial-slider .testimonial .testimonial-rating {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}

.testimonial-slider .testimonial .testimonial-rating i {
  margin: 0;
  transform: scale(.85);
}

.icon-star-green {
  width: 20px;
  height: 18px;
  background-position: -373px -1052px;
}

.testimonial-slider .testimonial {
  padding: 24px 0;
  border-bottom: 1px solid #eae7e7;
}

.testimonial-slider .testimonial .testimonial-sub-para {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  margin-top: 10px;
}

.more-div.clearfix {
  text-align: center;
  margin: 25px;
}

#bluet {
  border: none;
  background: none;
  font-size: 1.5rem;
  margin: 10px;
  border-bottom: 2px solid;
  padding: 10px 20px;
}

#bluet:hover {
  cursor: pointer;
}

.container1 {
  margin: 0 auto;
  padding: 2rem;
  max-width: 1100px;
  width: 100%;
}

.accordion1 .accordion1-item {
  border-bottom: 1px solid #000000;
}

.accordion1 .accordion1-item button[aria-expanded='true'] {
  border-bottom: 1px solid #000000;
}

.accordion1 button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  padding-right: 25px;
  color: #000000;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion1 button:hover,
.accordion1 button:focus {
  cursor: pointer;
  color: #000000;
}

.accordion1 button:hover::after,
.accordion1 button:focus::after {
  cursor: pointer;
  color: #000000;
  border: 1px solid #000000;
}

.accordion1 button .accordion1-title {
  padding: 1em 1.5em 1em 0;
}

.accordion1 button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion1 button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion1 button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion1 button[aria-expanded='true'] {
  color: #ef7220;
}

.accordion1 button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion1 button[aria-expanded='true']+.accordion1-content {
  opacity: 1;
  max-height: fit-content;
  transition: all 300ms linear;
  will-change: opacity, max-height;
  padding: 0 20px;
  box-shadow: 0px 0px 20px 0px #bebebe;
  transform: scale(1.1);
  animation-timing-function: linear;
  background-color: white;
  border-radius: 18px;
}

.accordion1 .accordion1-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion1 .accordion1-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

/* ****************************************1-2******************************* */
.support {
  padding: 45px 0 70px;
  font-size: 19px;
  box-shadow: 0px 0px 83px 0px #b2b2b2 inset;
}

.support-learner h4 {
  font-size: 30px;
}

.support-learner h4 span {
  border-bottom: 2px solid black;
}

.support-learner {
  padding: 50px 0 15px;
}

.support-number-india span {
  font-weight: 500;
  text-align: center;
  display: block;
  width: 250px;
  margin: 0 auto 8px;
  padding-top: 8px;
}

.support-number-india p,
.support-number-international p {
  background: #fff;
  color: #000;
  text-align: center;
  width: 250px;
  padding: 10px 0;
  border-radius: 6px;
  font-weight: 600;
  margin: auto;
  display: block;
  border: 1px solid;
}

.support-number-international span {
  font-weight: 500;
  text-align: center;
  display: block;
  border-top: 2px solid #fff;
  width: 250px;
  margin: 15px auto 8px;
  padding-top: 8px;
}

.vidicon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  background-color: #00000057;
}

.vidicon:hover {
  cursor: pointer;
}

.vidicon .icon-people:before {
  content: "\e900";
  font-size: 59px;
  color: #ffffff;
  background-color: #ff630b;
  border-radius: 66px;
  margin: 0;
  animation: blinkings 2s linear infinite;
}

button.btn.btn-lg.btn-outline.moiedc {
  min-width: 180px;
  height: 51.99px;
  padding: 10px 30px;
  width: 100%;
  color: #FAFAFA;
  background-color: transparent;
  border-radius: 3px !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  border: 2px solid #FAFAFA;
  display: flex;
  align-items: center;
  gap: 6px;
}

button.btn.btn-lg.btn-outline.moiedc:hover {
  transform: none;
  box-shadow: none;
  background: none;
}

button.btn.btn-lg.btn-outline.moiedc.qjsk {
  border-width: 1px;
  border-radius: 0 !important;
}

button.btn.btn-lg.btn-outline.moiedc.qjsk:hover {
  background-color: #ef7220;
  color: #ffffff;
}

button.btn.btn-lg.btn-outline.moiedc img {
  min-width: 14.4px;
  min-height: 14.4px;
}

button.btn.btn-lg.btn-outline.moiedc.jdwfwik {
  color: #ef7220;
  background-color: #FFDBE2;
}

.specciil .form-modal {
  max-width: 1000px !important;
}

.specciil .form-modal__wrapper--img {
  max-width: 650px;
  flex: 0 0 650px;
  background-color: #ffffff !important;
}

.specciil iframe {
  height: 100%;
}

.banner-inner--right-pan.d-xl-block.ejvdc {
  height: fit-content;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  width: 30%;
  box-shadow: 0px 0px 29px -3px #ef7220;
  border: 1px solid #ef7220;
}

.banner-inner--right-pan.d-xl-block.ejvdc .white-box {
  border: 5px solid #000000;
  border-radius: 10px;
}

@keyframes blinkings {
  0% {
    box-shadow: 0px 0px 24px 10px white;
  }

  50% {
    box-shadow: 0px 0px 34px 20px white;
  }

  100% {
    box-shadow: 0px 0px 24px 10px white;
  }
}

span.ratting {
  font-family: "Montserrat", sans-serif !important;
}

span.ratting:before {
  font-family: 'icomoon' !important;
}


.student-scrolling4 .swiper-button-next {
  right: 0px;
  top: 60%;
}

.student-scrolling4 .swiper-button-prev {
  left: 0px;
  top: 60%;
}

/* ****************************************1-2******************************* */

@media screen and (max-width: 768px) {
  .banner-inner--right-pan.d-xl-block.ejvdc {
    background-color: transparent;
    padding: 0;
    overflow: inherit;
    width: 100%;
  }

  .skill-coverd {
    height: 100%;
  }

  .skill-coverd .tagging-round {
    margin-top: 8px;
  }

  .outer-layout .page-section .pongle .overview {
    padding: 10px;
  }

  .outer-layout .page-section .pongle .overview .main-head h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
  }

  .outer-layout .page-section .pongle .overview .main-head h3 {
    color: #535B62;
    line-height: 20.8px;
    font-weight: 500;
  }

  .outer-layout .page-section .pongle .overview .main-head p {
    color: #535B62;
    line-height: 20.8px;
    font-weight: 400;
  }

  .outer-layout .baklink h3 {
    color: #535B62;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .outer-layout .page-section .pongle .overview .para p {
    color: #535B62;
  }

  .outer-layout .page-section .pongle .overview li div p {
    font-size: 12px;
    line-height: 18px;
    color: #535B62;
  }

  .moiedc.qjsk {
    border: 2px solid;
  }

  .specciil .form-modal__wrapper--img {
    flex: 0 0 246px;
  }

  .specciil .form-modal__wrapper--img.d-none.d-md-block {
    display: block !important;
  }

  .specciil .form-modal__wrapper--img.d-none.d-md-block {
    padding: 46px 14px 15px 15px;
  }

  .specciil .form-modal__wrapper {
    flex-direction: column;
  }

  .vidicon .icon-people:after {
    content: "Watch Demo Video";
    padding: 15px;
    font-family: "Montserrat", sans-serif;
    color: white;
    letter-spacing: .3px;
    background: linear-gradient(270deg, #ff630b 0, #ff7a00 100%);
    border-radius: 3px !important;
    font-weight: 600;
  }

  .vidicon span.icon-people {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
  }

  div#vidicon {
    position: relative;
    background-color: #ffc0cb00;
  }

  .vidicon .icon-people:after {
    content: "Watch Demo Video";
  }

  .banner-inner--right-pan.d-xl-block.ejvdc img {
    display: none;
  }

  .d-flex.sdvdf {
    flex-direction: column;
  }

  .bogss {
    justify-content: center;
  }

  .support {
    padding: 5px 0 30px;
    font-size: 14px;
    border-radius: 17px;
    width: 95%;
    margin: 0 auto;
  }

  .testimonial-slider .testimonial .media-body {
    padding-left: 0;
  }

  .testimonial-slider .testimonial .media-left {
    display: none;
  }


  .carousel-wrap {
    margin: 5px auto;
    width: 100%;
  }

  .white-box p.mb-0 {
    width: 100%;
  }

  .speciality .speciality-heading h2::after {
    width: 63%;
  }

  .speciality-list .speciality-items {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #FFFFFF38;
    max-width: 48%;
    height: 89px;
  }

  .speciality-list .speciality-items:first-child {
    max-width: 100%;
  }

  .speciality-items-desc p {
    font-size: 17.97px;
    line-height: 20px;
    font-weight: 400;
  }

  .speciality-items-desc span {
    font-size: 10px;
    line-height: 19.5px;
    font-weight: 400;
  }

  .monto {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .monto a.btn {
    margin: 10px 0;
  }

  .banner-sticky {
    margin: 0;
  }

  span.review-sticky {
    width: 50%;
    margin-bottom: 15px;
  }

  .phone-sticky {
    padding: 0;
    width: 50%;
  }

  .banner-sticky a:last-child {
    border-left: none;
  }

  .banner-inner {
    background: linear-gradient(to right, #000000 0%, #494545 100%);
  }

  .sticky-bottom__list--item.d-none.d-sm-block {
    display: none !important;
  }

  .accordion2 {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #ddd;
  }

  .accordion-btn {
    width: 100%;
    text-align: left;
    padding: 12px 10px !important;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    outline: none;
    background: #fff;
    transition: background 0.3s, color 0.3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .accordion2.active .accordion-btn {
    background: #e63950;
    color: #fff;
  }

  .accordion2.active .accordion-btn img {
    width: 18px;
  }

  .accordion2 .accordion-btn img {
    width: 12px;
  }

  .accordion-btn:focus {
    outline: none;
  }

  .panel {
    display: none;
    /* padding: 15px; */
    background: #fff;
    border-top: 1px solid #eee;
    animation: fadeIn 0.3s ease-in-out;
  }

  .panel hr {
    height: 1px;
    background-color: #8585853d;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-5px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .outer-layout .panel .salary {
    font-size: 14px !important;
    color: #454545;
    margin-bottom: 8px;
    font-weight: 500;
    padding: 20px 15px 10px;
    gap: 10px;
    display: flex;
    flex-direction: column;
  }

  .outer-layout .panel .salary p {
    display: flex;
    align-items: end;
    gap: 7px;
    color: #51565E;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0;
  }

  .panel .salary span {
    display: block;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #272C37;
    margin-top: 5px;
  }

  .panel .companies {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    row-gap: 20px;
    align-items: center;
    padding: 15px;
    height: 100%;
    justify-content: space-between;
  }

  .panel .companies img {
    max-height: 40px;
    max-width: 31%;
    object-fit: contain;
    margin: 0;
    width: auto;
  }

  .why-choose-section {
    padding: 20px 0;
  }

  .why-choose-section .section-header h3 {
    font-weight: 600;
  }

  .course-section .container {
    padding: 15px 10px 30px !important;
    margin: 0;
    max-width: 100% !important;
    width: 100%;
  }

  .course-section h2 {
    line-height: 24px;
    font-weight: 600;
    width: 90%;
  }

  .main-head img {
    top: 0 !important;
    right: 0 !important;
  }

  .course-section .accordion .accordion-body {
    width: 100%;
    padding: 0;
  }

  .course-section .accordion-header {
    padding: 15px;
  }

  .featured-certification.industry {
    padding: 0;
  }

  .student-scrolling3 .swiper-wrapper {
    margin-left: 0;
  }

  .student-scrolling1 .swiper-button-next,
  .student-scrolling1 .swiper-button-prev,
  .student-scrolling3 .swiper-button-next,
  .student-scrolling3 .swiper-button-prev {
    display: none;
  }

  .student-scrolling3 .words,
  .student-scrolling3 .item1 .img-item {
    padding: 12px;
    margin-bottom: 0;
  }

  .student-scrolling3 .img-item .img-overlay {
    width: 49px;
    height: 49px;
  }

  .student-scrolling3 .img-item .img-overlay img {
    height: 27px;
  }

  .student-scrolling3 .words {
    font-size: 8.35px;
    line-height: 15px;
  }

  .featured-certification.industry div.student-scrolling3 {
    min-height: 100%;
    padding-bottom: 45px;
  }

  .featured-certification.industry .container {
    margin-bottom: 40px;
  }

  .featured-certification.bg-gray{
    padding-top: 20px;
  }

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

  .certification .certification__wrap__leftPanel h2 {
    line-height: 24px !important;
    font-weight: 600;
  }

  .certification .certification__wrap__leftPanel p {
    color: #535B62;
    width: 100%;
  }

  .certification__wrap__leftPanel .btn {
    height: 42px;
    padding: 12px 14px;
  }

  .brands-carousel-container {
    margin-bottom: 0;
  }

  .featured-certification .alumnai-tabs .nav-tabs .nav-item {
    padding: 0 10px;
  }

  .featured-certification .alumnai-tabs {
    width: 100%;
  }
}



div.carosule177 .owl-nav.disabled {
  font-size: 28px;
  line-height: 28px;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

div.carosule177 {
  display: flex !important;
  align-items: center;
}

div.carosule177 {
  display: flex !important;
  align-items: center;
}

div.carosule177 .owl-stage-outer {
  z-index: 2;
}

div.carosule177 .owl-nav.disabled button {
  position: relative;
  background-color: white;
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  color: black;
  border-radius: 50%;
}

div.carosule177 .owl-nav.disabled button:focus {
  outline: none;
}

div.carosule177 button.owl-dot.active {
  width: 20px;
  transition-duration: 1s;
}

div.carosule177 .owl-dots {
  display: none;
}

@media (max-width: 768px) {
  .bogss {
    gap: 10px;
    justify-content: start;
  }

  .speciality-list hr {
    display: none;
  }

  button.btn.btn-lg.btn-outline.moiedc {
    font-size: 14px;
    line-height: 26px;
    height: 46px;
    min-width: 130px;
    padding: 10px;
  }

  div.carosule177 {
    display: block !important;
    align-items: center;
  }

  div.carosule177 .owl-nav.disabled {
    display: none !important;
  }

  div.carosule177 button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: rgb(182, 182, 182) !important;
    margin: 10px;
    border-radius: 20px;
    border: none !important;
  }

  div.carosule177 button.owl-dot.active {
    background-color: black !important;
  }

  div.carosule177 .owl-dots {
    text-align: center;
  }

  .cracked .section-title {
    font-weight: 600;
  }

  div.student-scrolling4 {
    min-height: 100%;
    padding-bottom: 50px;
  }

  .student-scrolling4 .swiper-wrapper {
    margin-left: 0;
  }

  .student-scrolling4 .swiper-button-next {
    border: none;
    right: -8px;
    top: 50%;
  }

  .student-scrolling4 .swiper-button-prev {
    border: none;
    left: -8px;
    top: 50%;
  }

  div.student-scrolling2 {
    min-height: 450px !important;
  }

  .student-scrolling2 .swiper-button-prev,
  .student-scrolling2 .swiper-button-next {
    display: none;
  }

  section.workshop {
    padding-top: 50px !important;
  }

  .cities .container h4,
  .workshop h2 {
    font-weight: 600;
  }

  .cities .tagging-round {
    max-height: 170px;
    overflow: hidden;
  }

}