/*Designed By Arun*/
@font-face {
  src: url('../fonts/ProximaNova-Regular.ttf');
  font-family: ProximaNova-Regular;
}

@font-face {
  src: url('../fonts/ProximaNova-Medium.otf');
  font-family: ProximaNova-Medium;
}

@font-face {
  src: url('../fonts/Proxima-Nova-Semibold.ttf');
  font-family: Proxima-Nova-Semibold;
}

@font-face {
  src: url('../fonts/ProximaNova-Bold.otf');
  font-family: ProximaNova-Bold;
}

@font-face {
  src: url('../fonts/ProximaNova-Extrabold.ttf');
  font-family: ProximaNova-Extrabold;
}

@font-face {
  src: url('../fonts/ProximaNova-Black.ttf');
  font-family: ProximaNova-Black;
}

html {
  width: 100%;
}

body {
  font-family: ProximaNova-Regular;
  font-size: 14px;
  color: #313030;
  margin: 0;
  padding: 0;
}

h1,
h2 {
  font-family: ProximaNova-Extrabold;
  font-size: 26px;
  font-weight: 900;
}

h3,
h4 {
  font-family: ProximaNova-Bold;
  font-weight: 700;
}

h5 {
  font-family: Proxima-Nova-Semibold;
  font-weight: 600;
}

h6 {
  font-family: ProximaNova-Medium;
  font-weight: 500;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p,
li,
a {
  font-family: ProximaNova-Regular;
  font-size: 18px;
}

a {
  color: #1fa5d4;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 0 15px;
}

/*header sec start*/
nav.navbar.bg-light.ct-navbar {
  padding: 15px 0;
  /*background: #fff !important;*/
}

.ct-navbar .navbar-brand img {
  width: 230px;
}

.ct-navbar .ph-info {
  gap: 30px;
  align-items: center;
  display: flex;
}

.ct-navbar .ph-info img {
  width: 15px;
  margin-right: 10px;
}

.ct-navbar .ph-info a {
  text-decoration: none;
  font-family: ProximaNova-Bold;
  font-size: 1.1rem;
  color: inherit;
}

.ct-navbar .ph-info p {
  font-family: Proxima-Nova-Semibold;
  margin-bottom: 0 !important;
}

/*header sec end*/
/*footer sec start*/
.footer_sec {
  background-color: #20232a;
  color: #acaaaa;
  padding: 50px 50px 0 50px;
  clear: both;
}

img.footer-logo {
  width: 135px;
}

.social_media ul.d-flex {
  list-style: none;
  gap: 30px;
  padding: 0;
  margin: 0;
}

.social_media img {
  max-width: 20px;
  max-height: 20px;
}

.footer_sec .col-lg-9 {
  position: relative;
}

.footer_sec .col-lg-9 h2 {
  font-size: 1.5rem;
}

.footer_sec .col-lg-9 h2:after {
  content: '';
  width: 78%;
  height: 0.05rem;
  background: #acaaaa;
  position: absolute;
  right: 30px;
  transform: translateY(15px);
}

.footer_sec h2,
.footer_sec h6 {
  color: #fff !important;
  margin-bottom: 20px;
  font-size: 1rem;
}

.footer_sec a {
  text-decoration: none;
  color: inherit;
}

.copyright_sec {
  background-color: #20232a;
  color: #acaaaa;
  width: 100%;
  float: left;
}

.copyright_sec p {
  margin: 30px 0 0;
  padding: 20px 0 15px;
  border-top: 1px solid;
}

/*footer sec end*/
/*banner sec start*/
#ppc_course_details_banner {
  width: 100%;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 60px 0;
}

#ppc_course_details_banner .ppc_banner_caption {
  position: relative;
  top: 0;
  transform: none;
  max-width: 800px;
  width: 100%;
}

#ppc_course_details_banner .ppc_banner_openForm {
  max-width: 360px;
  margin: 0 auto;
}

#ppc_course_details_banner h2 {
  font-size: 35px;
  max-width: 75%;
}

#ppc_course_details_banner p {
  max-width: unset;
  width: auto;
  font-family: 'ProximaNova-Bold';
  margin: 0;
}

.course_rating img {
  margin-right: 2px;
  max-width: 17px;
  max-height: 17px;
}

.course_rating span {
  margin-right: 10px;
}

.course_rating p {
  margin-bottom: 10px;
}

.course_detls {
  padding: 10px 0 30px;
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}

.ppc_banner_caption .banner_descr {
  font-size: 18px;
}

.ppc_course_d {
  padding: 5px 20px;
  float: left;
  border-left: 1px solid rgba(235, 235, 235, 0.18);
  text-transform: uppercase;
  font-size: 14px;
}

.ppc_course_d img {
  width: 150px;
}

.ppc_course_d:first-child {
  padding-left: 0;
  border-left: 0;
}

.btn_request {
  font-family: ProximaNova-Bold;
  font-size: 15px;
  border: none;
  padding: 7px 20px 7px 20px;
  border-radius: 2px;
  position: relative;
  transition: 0.3s;
  border: 1px solid #fff;
  margin-left: 20px;
  transition: 0.3s;
}

.btn_request:hover {
  background-color: transparent;
  background-image: linear-gradient(to right, #d1b92a, #f05546) !important;
  border-color: transparent;
  color: #fff;
}

.ppc_banner_caption {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.ppc_banner_caption h2 {
  font-family: ProximaNova-Extrabold;
  font-size: 40px;
}

.ppc_banner_caption p {
  font-family: ProximaNova-Regular;
  max-width: 550px;
  width: 100%;
  font-size: 15px;
  margin-bottom: 20px;
}

#ppc_course_details_banner .btn_action,
#ppc_course_keypoints .btn_action,
.career_sec .btn_action {
  background-image: linear-gradient(to right, #d1b92a, #f05546) !important;
  font-family: 'ProximaNova-Bold' !important;
  color: #fff;
  font-size: 15px;
  border: none;
  padding: 7px 60px 7px 20px !important;
  border-radius: 2px;
  position: relative;
  transition: 0.3s;
  border: none;
}

.btn_action:focus,
.btn_action:hover,
.career_sec .btn_action:focus,
.career_sec .btn_action:hover {
  color: #fff;
}

#ppc_course_details_banner .btn_action:after,
#ppc_course_keypoints .btn_action:after,
.career_sec .btn_action:after {
  position: absolute;
  content: '';
  width: 28px !important;
  height: 1px;
  background-color: #fff;
  top: 52%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s;
}

#ppc_course_details_banner .btn_action:hover,
#ppc_course_keypoints .btn_action:hover,
.career_sec .btn_action:hover {
  padding-right: 70px !important;
}

#ppc_course_details_banner .btn_action:hover::after,
#ppc_course_keypoints .btn_action:hover::after,
.career_sec .btn_action:hover::after {
  width: 38px !important;
}

.course_rating {
  display: flex;
  gap: 30px;
  border: 1px solid #ddd;
  max-width: fit-content;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}

/*banner sec end*/
/*offer sec start*/
.offer_sec {
  width: 100%;
  float: left;
  padding: 30px 0;
  background-image: linear-gradient(to right, #04a8a7, #2f4ba2);
}

.bnr_right_img {
  width: 100%;
}

.countdown_main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.countdown_title h6 {
  color: #fff !important;
  font-family: 'ProximaNova-Bold';
  font-size: 2rem;
}

#headline {
  font-weight: normal;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

#countdown ul {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 10px;
  color: #fff;
}

.countdown-list {
  display: inline-block;
  text-transform: capitalize;
}

.countdown-list span {
  font-size: 0.8em;
  list-style-type: none;
  padding: 0.3em 1em;
  text-transform: capitalize;
  color: #fff;
  border: 2px solid #418abc;
  text-align: center;
  width: 60px;
  margin: 0.3em;
  border-radius: 5px;
}

#countdown p {
  margin-bottom: 5px;
  padding-left: 35px;
  color: #fff;
  font-family: 'ProximaNova-Bold';
  text-align: left;
}

.countdown-list span {
  display: block;
  font-size: 1.7rem;
  margin: 0 0 5px;
  padding: 0;
  font-family: 'ProximaNova-Extrabold';
}

/*span#days:before {
      content: '0';
  }*/

.emoji {
  display: none;
  padding: 0 1rem;
  margin-top: -7px;
}

.emoji span {
  font-size: 1.2rem;
  padding: 0 0.5rem;
  color: #fff;
  font-family: 'Proxima-Nova-Semibold';
}

/*offer sec end*/
/*sticky menu start*/
#ppc_course_keypoints {
  width: 100%;
  float: left;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 9;
}

#ppc_course_keypoints .container {
  position: relative;
}

#ppc_course_keypoints ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  white-space: nowrap;
}

#ppc_course_keypoints li a {
  display: block;
  padding: 15px 10px;
  color: #313030;
  text-decoration: none;
  font-family: Proxima-Nova-Semibold;
  font-size: 15px;
}

#ppc_course_keypoints li.active a {
  background-color: #f6f6f6;
  border-bottom: 5px solid #d1b92a;
}

.enroll_btn {
  position: absolute;
  right: 0;
  display: none;
  top: 12px;
}

.sticky_menu .enroll_btn {
  display: block;
}

.enroll_btn .btn {
  background-image: linear-gradient(to right, #d1b92a, #f05546);
  font-family: ProximaNova-Regular;
  color: #fff;
  font-size: 15px;
  border: none;
  padding: 7px 25px 7px 25px !important;
  border-radius: 2px;
  transition: 0.3s;
}

.enroll_btn .btn:focus {
  background-image: linear-gradient(to right, #d1b92a, #f05546) !important;
}

#ppc_course_keypoints.fixedmenu_course {
  position: fixed;
  top: 118px;
  left: 0;
}

#ppc_course_keypoints.fixedmenu_course li a {
  padding: 15px 20px;
}

.fixedmenu_course .hide_m {
  display: none;
}

.fixedmenu_course .enroll_btn {
  display: block;
}

div#ppc_course_keypoints {
  background: #f5f7fa;
}

#ppc_course_keypoints li a {
  padding: 15px 20px;
  font-size: 1.1rem;
}

#ppc_course_keypoints.fixedmenu_course {
  position: fixed;
  top: 118px;
  left: 0;
}

#ppc_course_keypoints li:hover a {
  background-color: #f6f6f6;
  border-bottom: 5px solid #d1b92a;
}

#ppc_course_keypoints.sticky_menu {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #ddd;
}

/*sticky menu end*/
/*about sec start*/
.limited_learing {
  width: 100%;
  float: left;
  padding: 50px 0;
}

.limited_learing h2 {
  font-family: ProximaNova-Black;
  color: #313030;
  font-size: 40px;
  margin-top: 30px;
  line-height: 1;
}

.limited_learing h2 span {
  color: #007ec4;
}

.limited_learing img {
  padding-right: 50px;
}

.limited_learing .btn_action {
  background-image: none !important;
  background-color: #007ec4;
}

.limited_learing.about-ebook .row {
  justify-content: center;
  align-items: center;
}

.limited_learing.about-ebook h2 {
  font-family: 'ProximaNova-Extrabold';
  color: #313030;
  font-size: 2rem;
  margin-top: 30px;
  line-height: 1;
}

/*about sec end*/
/*highlights sec start*/
.highlights_sec {
  width: 100%;
  float: left;
  padding: 50px 0;
  background-color: #f8f9f9;
}

#key-highlights h4.text-center {
  font-family: 'ProximaNova-Extrabold' !important;
}

.highlights_main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.highlights_cont {
  width: 20%;
  background-color: #fff;
  position: relative;
  padding: 14px 30px;
  border: 1px solid #ddd;
}

.highlights_cont:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 75%;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.highlights_cont_1:before {
  background-color: #04a8a7;
}

.highlights_cont_2:before {
  background-color: #d6a92e;
}

.highlights_cont_3:before {
  background-color: #25649d;
}

.highlights_cont_4:before {
  background-color: #828386;
}

.highlights_cont_5:before {
  background-color: #25649d;
}

.highlights_cont_6:before {
  background-color: #828386;
}

.highlights_cont_7:before {
  background-color: #ec6242;
}

.highlights_cont_8:before {
  background-color: #d6a92e;
}

.highlights_cont p {
  margin: 0;
  font-family: 'Proxima-Nova-Semibold';
  max-width: 85%;
  font-size: 1rem;
}

/*highlights sec end*/
/*top courses sec start*/
.top_courses {
  width: 100%;
  float: left;
  padding: 50px 0;
}

.top_courses_main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
}

.top_courses_left {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  /* justify-content: space-between; */
  /* padding-right: 50px;
    height: 700px; */
  overflow-y: auto;
}

.top_courses_left::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 20px;
}

.top_courses_left::-webkit-scrollbar {
  width: 10px;
  height: 5px;
  background-color: #f5f5f5;
  border-radius: 20px;
}

.top_courses_left::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #bbdde0;
  /*background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);*/
}

@supports (scrollbar-color: red blue) {
  .top_courses_left* {
    scrollbar-color: hsl(120 100% 20% /1) hsl(120 100% 20% /1);
    scrollbar-width: thin;
  }
}

.top_courses_left .mb-3 {
  width: 100%;
  font-family: 'ProximaNova-Extrabold';
}

.top_courses_cont {
  width: 31%;
  background-color: #fff;
  position: relative;
  padding: 40px 30px;
  border: 1px solid #ddd;
  border-radius: 7px;
}

.top_courses_cont h5 {
  font-family: 'ProximaNova-Bold';
  color: #313030;
  font-size: 1.25rem;
  text-decoration: none;
}

.top_courses_cont:before {
  content: '';
  position: absolute;
  width: 3.5px;
  height: 60%;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.top_courses_cont_1:before {
  background-color: #04a8a7;
}

.top_courses_cont_2:before {
  background-color: #d6a92e;
}

.top_courses_cont_3:before {
  background-color: #25649d;
}

.top_courses_cont_4:before {
  background-color: #828386;
}

.top_courses_cont_5:before {
  background-color: #25649d;
}

.top_courses_cont_6:before {
  background-color: #828386;
}

.top_courses_cont_7:before {
  background-color: #ec6242;
}

.top_courses_cont_8:before {
  background-color: #d6a92e;
}

.lable {
  background-color: #e5f2f9;
  max-width: fit-content;
  padding: 2px 20px;
  font-family: 'Proxima-Nova-Semibold';
  margin-top: 15px;
  text-transform: uppercase;
}

.review_sec {
  display: flex;
  gap: 10px;
}

.review_sec p {
  display: flex;
  justify-content: space-between;
  gap: 7px;
  font-family: Proxima-Nova-Semibold;
  margin: 0;
}

.review_sec p img {
  width: 13px;
}

.top_courses_right {
  /* background-color: #F0F8FC; */
  padding: 50px 0px;
  width: 100%;
  border-radius: 3px;
}

.lsq-form-container {
  border-radius: 3px !important;
}

.ask_our_exp {
  text-align: center;
  border-bottom: 1px solid #d5e2ed;
}

.ask_our_exp h5 {
  font-size: 1.1rem;
  font-family: 'Proxima-Nova-Semibold';
}

.ask_our_exp p a {
  color: #313030;
  text-decoration: none;
  font-size: 1.5rem;
  font-family: 'ProximaNova-Bold';
}

.ask_our_exp p a img {
  width: 25px;
  margin-right: 10px;
}

.req_form_sec {
  padding: 20px;
}

.req_form_sec .text-center.mb-3 {
  font-size: 1.5rem;
}

.req_form_sec .form-group {
  padding-bottom: 20px;
}

.req_form_sec .form-control {
  border-radius: 0;
}

.form-check-input {
  border-radius: 0 !important;
}

.form-check-input:checked {
  background-color: #d5ac2e !important;
  border-color: #d5ac2e !important;
  border-radius: 0 !important;
}

.form-check-input:focus {
  box-shadow: none !important;
}

label.form-check-label {
  font-size: 12px;
}

button#submit {
  background-image: linear-gradient(45deg, #eb6442, #d5ab2e);
  border: none;
  padding: 6px 30px;
  color: #fff;
  border-radius: 3px;
  margin-top: 20px;
}

/*top courses sec end*/
/*enroll sec start*/
.enroll_sec {
  width: 100%;
  float: left;
  padding: 50px 0;
  background-image: url('../images/enroll-bg.png');
  color: #fff;
}

.enroll_sec h2 {
  font-family: 'ProximaNova-Extrabold';
}

.enroll_main {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  margin-top: 40px;
}

.enroll_right_sec {
  display: flex;
  width: 55%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.enroll_right_cont {
  width: 50%;
  padding: 30px;
  border-bottom: 1px solid #6294b5;
}

.enroll_right_cont:nth-last-child(-n + 2) {
  border-bottom: none;
}

.enroll_right_cont:nth-child(odd) {
  border-right: 1px solid #6294b5;
}

.enroll_right_img {
  display: flex;
  gap: 20px;
}

.enroll_right_img img {
  width: 40px;
  height: fit-content;
}

.enroll_right_text h5 {
  font-family: 'ProximaNova-Bold';
}

.enroll_right_text p {
  margin-bottom: 0;
  text-align: justify;
}

.enroll_left_sec {
  width: 45%;
  display: flex;
}

.enroll_left_cont {
  width: 100%;
  float: left;
}

.enroll_left_cont img {
  width: 100%;
}

/*enroll sec end*/
/*career sec start*/
.career_sec {
  width: 100%;
  float: left;
  padding: 40px 0;
}

.career_main {
  width: 100%;
  float: left;
  padding: 40px;
  background-color: #ecf4f7;
}

.career_title,
.career_desc {
  text-align: center;
  margin: 0 auto 30px;
}

.career_title {
  max-width: 45%;
  font-family: 'ProximaNova-Extrabold';
}

.career_desc {
  max-width: 70%;
}

.want_to_become {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  width: 100%;
  float: left;
}

.want_to_become p {
  margin: 0;
  font-family: ProximaNova-Bold;
  font-size: 1.5rem;
}

.career_slider_main {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 30px;
}

.career_top_slider {
  width: 95% !important;
  margin: auto;
}

.career_bottom_slider {
  width: 100%;
}

.top_slider_cont p {
  max-width: 100%;
  padding: 7px;
  text-align: center;
  font-family: 'Proxima-Nova-Semibold';
  border-radius: 4px;
  margin: 10px;
  background-color: #ddecf3;
}

.slick-current.slick-active .top_slider_cont p {
  background-image: linear-gradient(90deg, #08a0a7, #2c52a2);
  color: #fff;
}

.top_slider_cont {
  cursor: pointer;
}

.bottom_slider_cont {
  margin: 20px 10px;
  border-top: 1px solid #ddd;
  padding: 30px;
}

.border_sec {
  width: 100%;
  float: left;
  margin: 10px 0 30px;
}

.border_cont {
  display: flex;
  border: 1px solid #ddd;
  align-items: center;
}

.border_cont p {
  margin: 0;
}

.border_innr_sec1 {
  width: 20%;
  text-align: center;
  border-right: 1px solid #ddd;
  padding: 15px 0;
  font-family: 'Proxima-Nova-Semibold';
}

.border_innr_sec2 {
  width: 80%;
  padding: 15px 30px;
  font-family: 'ProximaNova-Bold';
}

.border_cont2 {
  border-top: none;
}

ul.border_innr_sec2 {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  overflow-x: scroll;
}

ul.border_innr_sec2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 20px;
}

ul.border_innr_sec2::-webkit-scrollbar {
  width: 10px;
  height: 5px;
  background-color: #f5f5f5;
  border-radius: 20px;
}

ul.border_innr_sec2::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #f90;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

.career_top_slider .slick-prev:before,
.career_top_slider .slick-next:before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  color: transparent !important;
  display: block;
  opacity: 1;
}

.career_top_slider .slick-next:before {
  background-image: url(../images/right-arrow.png);
}

.career_top_slider .slick-prev:before {
  background-image: url(../images/left-arrow.png);
}

.career_top_slider .slick-prev.slick-disabled:before,
.career_top_slider .slick-next.slick-disabled:before,
.career_top_slider button.slick-prev.slick-disabled:not(:disabled) {
  opacity: 0;
  display: none;
  cursor: default !important;
}

/*career sec end*/
/*certification sec start*/
.abt_client {
  width: 100%;
  float: left;
  padding: 50px 0;
  background-color: #f7f7f7;
}

.abt_client h2,
#why-cloudThat h2,
#ppc_faq h2,
#key-highlights h2 {
  font-family: 'ProximaNova-Extrabold';
}

.abt_client_main {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  margin-top: 40px;
}

.abt_left_sec {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
}

.abt_left_cont {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.abt_client_img {
  padding-right: 20px;
}

.abt_client_img img {
  width: 50px;
}

.abt_client_text h5 {
  font-family: 'ProximaNova-Bold';
}

.abt_client_text p {
  margin-bottom: 0;
}

.abt_right_sec {
  width: 50%;
  display: flex;
}

.abt_right_cont {
  width: 100%;
  float: left;
}

.abt_right_cont img {
  width: 80%;
}

/*certification sec end*/
/*why choose sec start*/
.why_choose {
  width: 100%;
  float: left;
  padding: 40px 0;
}

.why_choose_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}

.why_choose_cont {
  width: 15%;
  box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 10%);
  padding: 20px 10px 20px 20px;
  border-radius: 7px;
  border: 1px solid #eee;
}

.why_choose_cont img {
  width: 35px;
  margin-bottom: 15px;
}

.why_choose_cont h3 {
  font-family: 'ProximaNova-Extrabold';
}

.why_choose_cont p {
  font-family: 'Proxima-Nova-Semibold';
}

/*why choose sec end*/
/*learners say sec start*/
.upcoming_event {
  width: 100%;
  float: left;
  padding: 50px 0 80px;
}

.upcoming_main {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}

.upcoming_heading {
  width: 24%;
  display: flex;
  flex-direction: column;
  margin: 0 1%;
  padding: 0 4px 0 20px;
}

.upcoming_heading h3 {
  font-family: 'ProximaNova-Extrabold';
  font-size: 2rem;
}

.upcoming_heading h5 {
  font-family: 'ProximaNova-Bold';
  font-size: 1.3rem;
}

.upcoming_submain {
  width: 100%;
  display: flex;
}

.upcoming_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 92%;
  margin: 0 1% 3%;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
}

.upcmg_img {
  width: 100%;
  display: flex;
  padding: 20px 20px 0;
}

.learner_icon {
  width: 20%;
  position: relative;
}

.learner_icon:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  font-family: 'ProximaNova-Black';
  color: #fff;
}

/* .learner_icon_1:before {
      content: 'K';
      background: #007EC4;
  }
  .learner_icon_2:before {
      content: 'K';
      background: #009CA7;
  }
  .learner_icon_3:before {
      content: 'K';
      background: #C46636;
  }
  .learner_icon_4:before {
      content: 'K';
      background: #009CA7;
  } */
.learner_details p,
.learner_details h5 {
  margin: 0;
  font-family: 'Proxima-Nova-Semibold';
}
.learner_icon::before {
  content: attr(data-first-letter);
  padding: 2px;
  color: white;
  border-radius: 50%;
  background: #007ec4;
}

.learner_details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 5px;
  align-items: center;
}

.learner_details ul img {
  width: 12px;
  padding: 5px 0 0;
}

.upcmg_evt_cont {
  padding: 15px 15px 20px 20px;
}

.upcmg_lable span {
  width: auto;
  background-image: linear-gradient(90deg, #099ca6, #2958a3);
  padding: 3px 20px;
  border-radius: 20px;
  color: #fff;
}

.upcmg_evt_cont h3 {
  font-size: 1.1rem;
  font-family: 'ProximaNova-Bold';
}

.upcmg_evt_cont p {
  padding-bottom: 30px;
  margin: 0;
}

.upcmg_btn a {
  width: auto;
  color: #000;
  font-family: 'ProximaNova-Bold';
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 3px 10px;
  text-decoration: none;
}

.upmg_btm_sec {
  width: 100%;
  float: left;
  padding: 10px 0 0;
  margin: 0;
  border-top: 1px solid #afafaf;
}

.upmg_btm_left {
  width: 67%;
  float: left;
}

.upmg_btm_left img {
  width: auto;
  float: left;
  margin-right: 5px;
}

.upmg_btm_left p {
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #313030;
  font-family: 'Proxima-Nova-Semibold';
}

.upmg_btm_right {
  width: 33%;
  float: left;
}

.upmg_btm_right img {
  width: auto;
  float: left;
  margin-right: 5px;
}

.upmg_btm_right p {
  font-size: 11px;
  width: auto;
  float: left;
  color: #313030;
  font-family: 'Proxima-Nova-Semibold';
}

.upcoming_event_silde.slick-slide.slick-current.slick-active .upcmg_btn a {
  background-color: #ea5546;
  color: #fff;
  border: 1px solid #ea5546;
  transition-delay: 0.3s;
}

.upcoming_event .slick-prev,
.upcoming_event .slick-next {
  width: 45px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: center !important;
  background-color: transparent !important;
}

.upcoming_event .slick-prev,
.upcoming_event .slick-prev:hover {
  background-image: url('../images/benefit-left-arrow.png');
  top: auto;
  left: auto;
  right: 60px;
  bottom: -70px;
}

.upcoming_event .slick-next,
.upcoming_event .slick-next:hover {
  background-image: url('../images/benefit-right-arrow.png');
  top: auto;
  left: auto;
  right: 10px;
  bottom: -70px;
}

.upcoming_event .slick-prev:before,
.upcoming_event .slick-next:before {
  display: none;
}

.webinar_tab .btn-primary {
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 0;
}

.webinar_tab .btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #fff;
  border-color: #bbb;
  border: none;
  /*border-bottom: 1px solid #bbb;*/
}

.webinar_tab .btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.webinar_tab .btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}

.flt_btn img {
  margin-right: 10px;
  margin-top: -5px;
}

.comp_benf_sec {
  background: #f2f8fc;
}

.comp_benf_sec h2 {
  margin-bottom: 30px;
  font-family: 'ProximaNova-Extrabold';
}

/* progress bar */
.slider-progress {
  width: 100%;
  height: 2px;
  background: #d5dbde;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
  transform: translate(-8%, 5px);
}

.slider-progress .progress {
  width: 0%;
  height: 3px;
  background: #007dc4;
}

/*learners say sec end*/
/*faq section css start*/
.width-100 {
  width: 100%;
  float: left;
  padding: 40px 0;
}

.static__content {
  width: 60%;
  margin: 20px auto;
}

div[itemprop='mainEntity'] {
  border-bottom: 1px solid #ddd;
}

p.ppc_fquestion {
  position: relative;
  padding: 15px 20px;
  cursor: pointer;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 18px;
  margin: 0;
  color: #313030;
  font-family: ProximaNova-Bold;
}

div[itemprop='acceptedAnswer'] {
  display: none;
  padding: 0 20px 20px;
}

div[itemprop='acceptedAnswer'] p {
  margin-bottom: 0;
}

div[itemprop='acceptedAnswer'] h4 {
  margin-bottom: 0;
}

div[itemprop='text'] p {
  margin: 0;
  line-height: 25px;
  text-align: left;
  margin-bottom: 10px;
}

div[itemprop='text'] h4 {
  margin: 0;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 10px;
  padding: 20px;
  color: #6d6e71 !important;
}

div[itemprop='text'] ul {
  padding-left: 20px;
}

.active div[itemprop='acceptedAnswer'] {
  display: block;
}

p.ppc_fquestion.collapsed:after,
.active p.ppc_fquestion.collapsed:after {
  background-size: contain;
  width: 20px;
  height: 20px;
}

p.ppc_fquestion.collapsed:after {
  position: absolute;
  right: 15px;
  content: '';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 15px;
  background-image: url('../images/plus-icon.png');
  transform: translateY(-50%);
  top: 50%;
}

.active p.ppc_fquestion.collapsed:after {
  content: '';
  background-image: url('../images/minus-icon.png');
}

.inst_faq_right {
  width: 100%;
}

/*faq section css end*/
/*subscribe section start*/
.subscrip_sec {
  width: 100%;
  float: left;
  padding: 50px 0;
  background-image: url(../images/subscribe-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.subs_form button {
  font-family: 'ProximaNova-Bold';
}

.subscrip_sec .sec_head {
  color: #fff;
  font-size: 2rem;
  font-family: 'ProximaNova-Extrabold';
  text-align: center;
}

.subscrip_sec p {
  color: #fff;
  width: 80%;
  margin: 0px auto 30px;
  text-align: center;
}

.subscrip_sec a {
  background-color: #fff;
  padding: 6px 25px 8px;
  color: #313030;
  font-family: 'ProximaNova-Bold';
  text-decoration: none;
  font-size: 1rem;
  border-radius: 2px;
}

.subscrip_sec a:hover {
  text-decoration: none;
}

.subscrip_sec p.talk_btn {
  width: 100%;
  float: left;
  margin: auto;
}

/* #ppc_course_details_banner {
    background-image: url('../images/mobile-banner.png') !important;

} */

/*subscribe section end*/
/*responsive css start*/
@media screen and (max-width: 1400px) {
  #ppc_course_details_banner h2 {
    max-width: 60%;
  }

  .abt_client_text h5 {
    font-size: 1.1rem;
  }

  .top_courses_cont {
    padding: 10px;
  }

  #ppc_course_details_banner .ppc_banner_caption {
    max-width: 55%;
  }

  .enroll_right_img h5 {
    font-size: 1.1rem;
  }

  .footer_sec .col-lg-9 h2:after {
    width: 70%;
  }

  .highlights_cont p {
    max-width: 100%;
  }

  .top_courses_left {
    gap: 20px;
  }

  .abt_right_cont img {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  /* #ppc_course_details_banner .container {
        max-width: 1320px;
    }

    #about .container {
        max-width: 1320px;
    }

    #ppc_course_keypoints .container {
        max-width: 1320px;
    } */

  .container {
    max-width: 1320px !important;
  }
}

@media screen and (max-width: 1200px) {
  #ppc_course_details_banner h2 {
    max-width: 70%;
  }

  .why_choose_main {
    gap: 10px;
  }

  .abt_right_cont img {
    width: 100%;
  }

  .abt_left_cont {
    margin-bottom: 20px;
  }

  .enroll_right_cont {
    padding: 15px;
  }

  .enroll_right_img h5 {
    font-size: 1rem;
  }

  .top_courses_cont h5 {
    font-size: 1.1rem;
  }

  .review_sec p {
    font-size: 0.85rem;
    gap: 5px;
  }

  .top_courses_left {
    padding-right: 25px;
    width: 65%;
    gap: 15px;
  }

  .top_courses_main {
    gap: 10px;
  }

  .top_courses_right {
    width: 33%;
    padding: 30px 15px;
  }

  .ask_our_exp p a,
  .req_form_sec .text-center.mb-3 {
    font-size: 1.3rem;
  }

  .highlights_cont {
    width: 23%;
  }

  .highlights_cont p {
    max-width: 100%;
  }

  .career_title {
    max-width: 55%;
  }
}

@media screen and (max-width: 1100px) {
  .upcmg_img {
    gap: 10px;
  }

  .learner_details p {
    font-size: 0.8rem;
  }

  .upcoming_wrap {
    width: 96%;
  }
}

@media screen and (max-width: 1050px) {
  .footer_sec .col-lg-9 h2:after {
    width: 65%;
  }
}

@media screen and (max-width: 991px) {
  #ppc_course_details_banner h2 {
    font-size: 1.5rem;
  }

  .social_media {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }

  article.static__content {
    width: 100%;
  }

  .slider-progress {
    max-width: 75%;
    transform: translate(-15%, 5px);
  }

  .why_choose_cont {
    width: 30%;
    margin-bottom: 30px;
  }

  .abt_client_main {
    flex-wrap: wrap;
  }

  .abt_left_sec {
    width: 100%;
  }

  .abt_right_sec,
  .enroll_left_sec {
    width: 65%;
    margin: auto;
  }

  .want_to_become p {
    font-size: 1.2rem;
  }

  #ppc_course_keypoints li a {
    font-size: 1rem;
    padding: 15px 10px;
  }

  .career_title {
    max-width: 75%;
  }

  .career_desc {
    max-width: 90%;
  }

  .enroll_main {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .enroll_right_sec {
    width: 100%;
  }

  .top_courses_left {
    width: 100%;
    padding-right: 30px;
    height: 680px;
  }

  .top_courses_right {
    width: 60%;
    margin: 20px auto 0;
  }

  .highlights_cont {
    width: 31%;
  }

  .limited_learing .row {
    flex-direction: column-reverse;
  }

  .limited_learing {
    padding-top: 20px;
  }

  .countdown_title h6 {
    font-size: 1.6rem;
    line-height: normal;
  }

  #ppc_course_details_banner p {
    font-size: 0.8rem;
  }

  .course_rating img {
    max-width: 13px;
    max-height: 13px;
  }

  .course_rating {
    padding: 10px;
  }

  .ppc_course_d img {
    width: auto;
    max-width: 100%;
  }

  .ppc_course_d {
    padding: 5px;
  }

  .course_detls {
    padding: 10px 10px 10px 0;
  }

  .learner_icon {
    width: 10%;
  }

  #ppc_course_keypoints ul {
    overflow: auto;
  }
}

@media only screen and (max-width: 767px) {
  #ppc_course_keypoints .btn_action {
    width: 95% !important;
    padding: 7px 20px 7px 20px !important;
  }
  #ppc_course_keypoints .btn_action:after {
    right: 70px;
    display: none;
  }
  footer.footer_sec {
    padding: 50px 10px 0 10px;
  }

  .footer_sec .col-lg-9 h2:after {
    width: 45%;
  }

  .subscrip_sec .sec_head {
    font-size: 1.5rem;
  }

  .slider-progress {
    max-width: 60%;
    transform: translate(-30%, 5px);
  }

  .learner_icon {
    width: 18%;
  }

  .why_choose_cont {
    width: 47%;
    margin-bottom: 15px;
  }

  .abt_client_main {
    gap: 20px;
    margin-top: 25px;
  }

  .want_to_become {
    flex-wrap: wrap;
    gap: 20px;
  }

  .career_main,
  .career_slider_main {
    padding: 20px;
  }

  .bottom_slider_cont {
    padding: 10px;
  }

  .border_cont {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .border_innr_sec1,
  .border_innr_sec2 {
    width: 100%;
  }

  .border_innr_sec1 {
    font-size: 1.2rem;
  }

  .top_courses_left {
    width: 90%;
  }

  p.border_innr_sec2 {
    padding-top: 0;
  }

  .career_desc,
  .career_title {
    max-width: 100%;
  }

  .enroll_right_cont,
  .top_courses_right,
  .highlights_cont {
    width: 100%;
  }

  .enroll_right_cont:nth-child(odd) {
    border-right: none;
  }

  .enroll_right_cont:nth-last-child(-n + 2) {
    border-bottom: 1px solid #6294b5;
  }

  .enroll_right_img {
    align-items: center;
    margin-bottom: 5px;
  }

  .enroll_right_img h5 {
    margin: 0;
  }

  .enroll_main {
    margin-top: 20px;
  }

  .enroll_sec h2.mb-2 {
    text-align: center;
    margin-bottom: 0 !important;
  }

  .top_courses_cont {
    width: 100%;
    padding-right: 20px;
  }

  .limited_learing.about-ebook h2 {
    font-size: 1.5rem;
    margin: 20px 0;
  }

  .countdown_main {
    flex-wrap: wrap;
    gap: 15px;
  }

  .timer {
    width: 100%;
    text-align: center;
  }

  .countdown-list span {
    border-color: #aaaaaa7a;
    font-size: 1.3rem;
  }

  .countdown_title h6 {
    font-size: 1.5rem;
  }

  #countdown p,
  #countdown ul {
    padding: 0;
  }

  #ppc_course_details_banner {
    /* 	background-image: url('../images/mobile-banner.png') !important; */
    background-image: url('https://content.cloudthat.com/training/wp-content/uploads/2026/01/Artboard-3300-3.png') !important;
    background-size: cover;
    background-position: bottom left !important; /* change this */
    background-repeat: no-repeat;
  }

  #ppc_course_details_banner .ppc_banner_caption {
    max-width: 70%;
  }

  #ppc_course_details_banner h2 {
    max-width: 100%;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .course_rating {
    gap: 0 5px;
  }

  #ppc_course_details_banner .course_rating p {
    font-size: 0.6rem;
  }

  p.banner_descr {
    font-size: 0.7rem !important;
    width: 90% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    position: relative;
    z-index: 99;
  }

  .course_detls {
    width: 95%;
  }

  .navbar-brand {
    text-align: center !important;
    margin: 0 auto !important;
  }

  /* .ct-navbar .d-flex {
        display: none !important;
    } */

  .ct-navbar .ph-info {
    display: block;
  }

  .ct-navbar .ph-info p {
    margin-bottom: 0px;
  }

  .ct-navbar .ph-info {
    font-family: 'ProximaNova-Regular';
    text-align: center;
    width: 100%;
    margin-top: 12px;
  }

  .sticky_menu .enroll_btn {
    /*transform: rotate(270deg);
          right: -65px;
          top: 500%;*/
    display: block;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    text-align: center;
    width: 100%;
    padding: 10px 15px;
    cursor: pointer;
  }

  nav.navbar.bg-light.ct-navbar {
    padding: 5px 0px 7px;
  }
}

@media screen and (max-width: 500px) {
  .top_courses_main {
    flex-wrap: wrap-reverse;
  }
}

@media screen and (max-width: 415px) {
  .course_rating {
    flex-wrap: wrap;
    gap: 5px;
    width: 85%;
  }

  #ppc_course_details_banner {
    padding: 30px 0;
  }
}

@media screen and (max-width: 400px) {
  .want_to_become p {
    text-align: center;
  }

  .footer_sec .col-lg-9 h2:after {
    width: 35%;
  }

  .ppc_fquestion.collapsed {
    font-size: 1rem;
    padding-right: 30px;
  }

  .abt_right_sec,
  .enroll_left_sec {
    width: 85%;
  }

  #ppc_course_details_banner h2 {
    font-size: 1.4rem;
  }

  .top_courses_cont h5 {
    font-size: 1rem;
  }

  .review_sec p {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 375px) {
  .top_courses_cont {
    padding: 20px 10px 20px 20px;
  }

  #ppc_course_details_banner h2 {
    font-size: 1.3rem;
  }

  .course_rating {
    width: 92%;
  }
}
/* 
@media all and (max-width: 768px) {
    #headline {
        font-size: calc(1.5rem * var(--smaller));
    }

    .countdown-list {
        font-size: calc(1.125rem * var(--smaller));
    }

    .countdown-list span {
        font-size: calc(1.375rem * var(--smaller));
    }
} */

/* Additional Mobile Responsive Fixes for Banner Section */
@media screen and (max-width: 768px) {
  /* Banner container layout fixes */
  #ppc_course_details_banner .container {
    flex-direction: column !important;
    gap: 1.5rem !important;
  }

  /* Banner caption section mobile fixes */
  #ppc_course_details_banner .ppc_banner_caption {
    max-width: 100% !important;
    width: 100% !important;
    position: relative !important;
    transform: none !important;
    margin-bottom: 2rem;
  }

  #ppc_course_details_banner h2 {
    max-width: 100% !important;
    font-size: 1.8rem !important;
    line-height: 1.3;
    margin-bottom: 1rem;
  }

  .ppc_banner_caption p.banner_descr {
    font-size: 0.9rem !important;
    width: 100% !important;
    line-height: 1.4;
    margin-bottom: 1rem;
    -webkit-line-clamp: none !important;
  }

  /* Course rating mobile layout */
  .course_rating {
    flex-direction: column !important;
    gap: 0.5rem !important;
    width: 100% !important;
    padding: 15px !important;
    margin-bottom: 1rem;
  }

  .course_rating p {
    font-size: 0.8rem !important;
    margin-bottom: 0.5rem !important;
  }

  .course_rating img {
    max-width: 15px !important;
    max-height: 15px !important;
  }

  /* Course details section mobile */
  .course_detls {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1rem !important;
    width: 100% !important;
    padding: 15px 0 !important;
  }

  .ppc_course_d {
    padding: 8px 0 !important;
    border-left: none !important;
    border-bottom: 1px solid rgba(235, 235, 235, 0.3);
    width: 100%;
    text-align: center;
  }

  .ppc_course_d:last-child {
    border-bottom: none;
  }

  .ppc_course_d img {
    width: 120px !important;
    max-width: 100%;
    height: auto;
  }

  /* Form section mobile fixes */
  #ppc_course_details_banner .ppc_banner_openForm {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .top_courses_right {
    width: 100% !important;
    padding: 0 !important;
  }

  /* LeadSquared form mobile responsiveness */
  .lsq-form-wrapper {
    max-width: 100% !important;
    margin: 0 !important;
  }

  .form-block-holder {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 20px 15px !important;
  }

  .lp-form {
    width: 100% !important;
    margin: 0 !important;
  }

  .field-control input {
    width: 100% !important;
    font-size: 16px !important;
    padding: 12px !important;
    height: 45px !important;
  }

  #form-submit-button {
    width: 100% !important;
    min-width: auto !important;
    font-size: 18px !important;
    padding: 15px !important;
    min-height: 50px !important;
  }

  /* Action button mobile */
  .btn_action {
    font-size: 16px !important;
    padding: 12px 25px !important;
    width: auto !important;
    display: inline-block;
  }
}

@media screen and (max-width: 480px) {
  /* Extra small screens */
  #ppc_course_details_banner h2 {
    font-size: 1.5rem !important;
  }

  .course_rating p {
    font-size: 0.75rem !important;
  }

  .course_rating img {
    max-width: 12px !important;
    max-height: 12px !important;
  }

  .ppc_banner_caption p.banner_descr {
    font-size: 1rem !important;
  }

  .form-block-holder {
    padding: 15px 10px !important;
  }

  .field-control input {
    font-size: 14px !important;
    padding: 10px !important;
    height: 40px !important;
  }

  #form-submit-button {
    font-size: 16px !important;
    padding: 12px !important;
    min-height: 45px !important;
  }
}

/* Tablet responsive fixes */
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #ppc_course_details_banner .container {
    gap: 2rem !important;
  }

  #ppc_course_details_banner .ppc_banner_caption {
    max-width: 60% !important;
  }

  #ppc_course_details_banner .ppc_banner_openForm {
    max-width: 35% !important;
  }

  #ppc_course_details_banner h2 {
    font-size: 2rem !important;
  }
}

/* Fix for form layout on all mobile devices */
@media screen and (max-width: 768px) {
  /* Custom form fields if using custom form */
  .lsq-form-container .row {
    margin: 0 !important;
  }

  .lsq-form-container .col-md-6,
  .lsq-form-container .col-md-4,
  .lsq-form-container .col-md-7,
  .lsq-form-container .col-md-12 {
    width: 100% !important;
    margin-bottom: 1rem !important;
    padding: 0 !important;
  }

  /* Select2 dropdown fixes */
  .select2-container {
    width: 100% !important;
  }

  .select2-selection--single {
    height: 45px !important;
    font-size: 16px !important;
  }

  /* Checkbox container */
  .checkbox-container {
    flex-direction: column !important;
    align-items: flex-start !important;
    margin-bottom: 1rem;
  }

  .checkbox-container label {
    font-size: 13px !important;
    line-height: 1.4;
    margin-top: 0.5rem;
  }

  /* Error message styling */
  .error {
    font-size: 12px;
    color: #dc3545;
    margin-top: 0.25rem;
  }
}
/* Additional fixes for the specific form structure in the HTML */
@media screen and (max-width: 768px) {
  /* Custom enquiry form mobile fixes */
  .enquiry_form1 {
    flex-direction: column !important;
    gap: 0 !important;
  }

  .enquiry_form1 .form-group {
    width: 100% !important;
    margin-bottom: 1rem !important;
  }

  .enquiry_form1 .form-group.fit-name {
    width: 100% !important;
    flex-direction: column !important;
  }

  /* Phone number section mobile layout */
  .col-md-4 {
    width: 100% !important;
    margin-bottom: 0.5rem !important;
  }

  .col-md-7.ml-auto {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 1rem !important;
  }

  /* Country code select mobile */
  #countryCode {
    width: 100% !important;
    font-size: 14px !important;
    padding: 10px !important;
    height: 40px !important;
  }

  /* Phone input mobile */
  #phone {
    width: 100% !important;
    font-size: 14px !important;
    padding: 10px !important;
    height: 40px !important;
  }

  /* All form inputs mobile styling */
  .form-control {
    font-size: 14px !important;
    padding: 10px !important;
    height: 40px !important;
    border-radius: 4px !important;
  }

  /* Submit button mobile */
  .submit-btn {
    width: 100% !important;
    font-size: 16px !important;
    padding: 12px !important;
    margin-top: 1rem !important;
  }

  /* Checkbox agreement mobile */
  .check-label {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  .check-label input[type='checkbox'] {
    margin-right: 8px !important;
    transform: scale(1.2);
  }
}

/* Additional mobile fixes for banner positioning */
@media screen and (max-width: 767px) {
  #ppc_course_details_banner {
    padding: 40px 0 !important;
  }

  /* Ensure proper stacking on mobile */
  #ppc_course_details_banner .container.d-flex {
    display: flex !important;
    flex-direction: column !important;
  }

  /* Banner caption mobile positioning */
  .ppc_banner_caption {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    order: 1;
  }

  /* Form section mobile positioning */
  .ppc_banner_openForm {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    order: 2;
    margin-top: 2rem !important;
  }

  /* Mobile banner background adjustment */
  #ppc_course_details_banner {
    background-position: bottom left;
    background-size: cover;
  }
}

/* Fix for very small screens */
@media screen and (max-width: 375px) {
  #ppc_course_details_banner h2 {
    font-size: 1.3rem !important;
  }

  .course_rating {
    padding: 10px !important;
  }

  .ppc_banner_caption p.banner_descr {
    font-size: 0.75rem !important;
  }

  .form-block-holder {
    padding: 10px 8px !important;
  }
}
