* {
  margin : 0;
  padding: 0;
}

body {
  font-family: 'Poppins', sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
  --primary: #194486;
  --dark: #182B45;
  --secondary: #F8B236;
}
.bgprimary {
  background-color: var(--primary);
}
.bgdark {
  background-color: var(--dark);
}
.bgsecondary {
  background-color: var(--secondary);
}

.textprimary {
  color: var(--primary);
}
.textsecondary {
  color: var(--secondary);
}
section.home_banner {
  background: #194486;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
  width: 8px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inherit;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
  background   : #888;
  border-radius: 10px;
  border       : 1px solid #eee;
}

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

.error {
  font-size: 12px;
  color    : #e24c4c !important;
}

label#contactno-error {
  position : absolute;
  margin   : 11px 0 0 0;
  font-size: 12px;
  bottom   : -18px;
}



.button-main {
  border       : none;
  font-weight  : 600;
  padding      : 12px 25px;
  border-radius: 5px;
  cursor       : pointer;
  background   : transparent linear-gradient(270deg, #ffcb00 0%, #ffcb00 100%) 0% 0% no-repeat padding-box;
  ;
}

.button_main {
  background    : #f8b236;
  /* color         : #001C54; */
  padding-top   : 8px;
  padding-bottom: 8px;
  border-radius : 8px;
  font-weight   : 600;
}

.btn:hover {
  color: #003060;
}

header {
  box-shadow: 0px 3px 9px #eee;
}

.seciton_padding {
  padding: 65px 0;
}

.banner-content p {
  font-size : 19px;
  margin-top: 21px;
  color     : #fff;
}

.banner-content h1 {
  font-size: 47px;
}

.ranked-img {
  width    : 100px;
}

.top_ranked {
  background: aliceblue;
}

.topRanked .item {
  min-height: 135px;
}

.headingbox {
  margin-bottom: 50px;
}

.headingbox p {
  font-size : 18px;
  margin-top: 12px;
}

.reason_card h5 {
  color: #444;
}

.reason_text {
  font-size: 14px;
}

.reason_icon {
  color: #22c55e;
}

.reason_card {
  background   : #fff;
  box-shadow   : 0px 7px 11px #ddd;
  border-radius: 10px;
  padding      : 35px 30px;
  border-top   : 1px solid #eee;
  width        : 90%;
  margin       : auto;
  height       : 100%;
}

.footer_reason .button_main {
  width: 100%;
}

section.certificate_sec {
  background: transparent linear-gradient(270deg, #004993 0%, #003060 100%) 0% 0% no-repeat padding-box;
  color     : #fff;
}

ul.certificat_list li {
  margin-bottom: 12px;
  font-size    : 14px;
}

.specialization_card {
  box-shadow   : 0px 9px 11px #00000029;
  border-radius: 10px;
  overflow     : hidden;
  color        : #555;
}

.specialization_card h5 {
  color        : #333;
  margin-bottom: 25px;
  font-weight  : 600;
}

.special_text {
  font-size: 14px;
}

.special_text span {
  font-weight: 600;
}

.admission_sec {
  background: #f8f8f8;
}

.steps_card {
  width     : 25%;
  text-align: center;
  position  : relative;
}

.steps_card p {
  font-size: 14px;
  padding  : 0px 5px;
}

.steps_card:before {
  content : '';
  position: absolute;
  left    : 0;
  top     : 40px;
  width   : 100%;
  border  : 1px solid #003060;
}

.steps_card span {
  display      : block;
  margin-bottom: 35px;
}

.steps_card span:after {
  border          : 2px solid #003060;
  width           : 20px;
  height          : 20px;
  background-color: #fff !important;
  top             : 8px !important;
}

.steps_card span:before,
.steps_card span:after {
  content      : '';
  position     : absolute;
  top          : 100%;
  background   : #003060;
  border-radius: 50px;
  transform    : translate(-50%, 115%);
  left         : 50%;
}

.steps_card span:before {
  height : 10px;
  width  : 10px;
  z-index: 10;
}

.ourLearner .item {
  border         : 1px solid #eee;
  height         : 90px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  padding        : 0px 5px;
  cursor         : pointer;
  transition     : all ease-in-out;
}

.ourLearner .item img {
  width: 85%;
}

.common_form .form-control {
  height: 40px;
}

.common_form form {
  padding: 0px 37px 25px;
}

.form_img {
  height  : 103%;
  position: absolute;
  left    : -4px;
  top     : -15px;
}

.form_img img {
  height    : 100%;
  object-fit: cover;
}

.sticky-footer button {
  width : 50%;
  margin: 0;
}

.sticky-footer {
  position: fixed;
  bottom  : 0;
  left    : 0;
  width   : 100%;
  z-index : 10;
}

section.section-thankyou {
  text-align: center;
  padding   : 65px 0;
}

section.section-thankyou h1 {
  font-size: 67px;
}

span.icons_thanku {
  font-size: 67px;
  color    : #ffc107;
}

section.section-thankyou p {
  font-size: 1.2rem;
}

a {
  text-decoration: none !important;
}

a {
  text-decoration: none !important;
}

.programme_card {
  width: 50%;
}


/* ===========Thank You Page========= */

.thankyou-flex a {
  background   : linear-gradient(161.7deg, #f7415f -8.74%, #fe734e 94.03%);
  color        : #fff;
  padding      : 10px 25px;
  border-radius: 5px;
}

.banner-thanku {
  background: blanchedalmond;
  height    : 260px;
  color     : #ffff;
}

.thankyou_bg {
  height  : 260px;
  position: relative;
}

.thankyou_bg img {
  position  : absolute;
  inset     : 0;
  object-fit: cover;
}

.logo-thanku {
  position  : absolute;
  top       : 5px;
  left      : 10px;
  background: #fff;
  padding   : 0px 10px;
  z-index   : 9;
}

.banner_tnq {
  position  : absolute;
  top       : 50%;
  left      : 50%;
  transform : translate(-50%, -50%);
  text-align: center;
  width     : max-content;
}

.banner_tnq p {
  font-size  : 21px;
  font-weight: 100;
}

.thankyou-flex {
  gap: 5px;
}

.testimonial-card {
  border       : 1px solid #ddd;
  border-radius: 10px;
  overflow     : hidden;
  box-shadow   : 0px 7px 9px #00000024;
}

.testi_img {
  height: 210px;
}

.test_body {
  padding : 35px 15px 25px;
  position: relative;
}

.test_body .fa.fa-play {
  display        : flex;
  width          : 45px;
  height         : 30px;
  background     : red;
  color          : #fff;
  font-size      : 12px;
  align-items    : center;
  justify-content: center;
  border-radius  : 5px;
  position       : absolute;
  top            : -15px;
  cursor         : pointer;
}

button.watchvideo {
  background   : transparent;
  cursor       : pointer;
  padding      : 5px 12px;
  border-radius: 10px;
  border       : 2px solid;
  color        : #003060;
}

.backtohome {
  text-align: center;
  padding   : 25px 0;
}

ul.certificat_list {
  border-left : 2px solid;
  list-style  : none;
  margin-left : 15px;
  padding-left: 15px;
}

.backtohome a {
  border       : 2px solid #003060;
  border-radius: 25px;
  padding      : 3px 12px;
  color        : #003060;
  transition   : all .3s ease-in-out;
}

.testimonial-sec .btn-close {
  position   : absolute;
  top        : 0px;
  right      : 0;
  font-weight: 100;
  width      : 28px;
  height     : 29px;
  background : #ffc107;
  opacity    : 1;
  z-index    : 9;
  color      : #fff;
  transition : all .3s ease-in-out;
}

.thankyou-flex i {
  font-size: 21px;
}

button.watchvideo:hover {
  background  : #ffc107;
  color       : #003060;
  border-color: #ffc107;
}

.text-danger {
  color: #fff !important;
}

.coursesShowTagLine {
  bottom          : -13px;
  background-color: rgb(212, 254, 232);
  font-size       : 10px;
  font-weight     : 600;
}

.courseList span {
  font-size    : 14px;
  color        : #f8b236;
  border       : 1px solid;
  padding      : 3px 10px;
  border-radius: 18px;
  font-weight  : 600;
}

.courseList span:hover {
  background-color: #f8b236;
  color           : #000;
  border-color    : #f8b236;
}

.course_card {
  box-shadow   : 0px 9px 11px #00000014;
  border       : 1px solid #eee;
  border-radius: 10px;
  overflow     : hidden;
  height       : 100%;
}

.course_card p {
  color    : #575757;
  font-size: 14px;
}

.course_card p i {
  font-size   : 18px;
  margin-right: 5px;
}

section.specialization_sec {
  padding: 65px 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: #ffc107;
  border    : none !important;
}

ul#pills-tab .nav-link {
  color : #003060;
  border: 1px solid #003060;
}

ul#pills-tab .nav-link:hover {
  background: #ffc107;
}

.test_body p {
  font-size: 14px;
}

.disabledBtn {
  position: absolute;
  inset: 0;
}

.lead-form-lead-point {
  font-size: 12px;
  font-weight: 600;
}
footer ul li {
  display: block;
  line-height: 32px;
  font-weight: 300;
  cursor: pointer;
  font-size: 14px;
}

.footershowmore {
  width: max-content;
  padding: 3px 8px;
  border-radius: 35px;
  margin: 10px 0;
}

.body-multi-collapse {
  height: 200px;
  overflow: auto;
  background: #333;
  padding: 0 12px;
}

.body-multi-collapse::-webkit-scrollbar {
  width: 8px;
}

.body-multi-collapse::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.body-multi-collapse::-webkit-scrollbar-thumb {
background-color: darkgrey;
outline: 1px solid slategrey;
}