  *,
  body,
  h1,
  h2,
  h3,
  h4,
  p,
  ul,
  li {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  html,
  body {
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    letter-spacing: 0.4;
    position: relative;
  }

  div {
    box-sizing: border-box;
  }

  p {
    clear: both;
  }

  .hide {
    display: none;
  }

  .mb-0 {
    margin-bottom: 0 !important;
  }

  .mb-5 {
    margin-bottom: 15px;
  }

  .fc {
    color: red;
  }

  /* General Banner Styles */

.banner {
    background-color: #ff7900; /* Adjusted for better visibility */
    color: #ffffff;
    height: 50px; /* Reduced height */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px !important; /* Compact padding */
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Logo Adjustments */
.banner__logo img {
    max-height: 40px; /* Reduced logo size */
    width: auto;
    display: block;
}

/* Navigation Menu */
.banner__inner {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

/* Navigation Links */
.nav-link {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    margin: 0 10px;
    color: #ffffff;
}

.nav-link:hover {
    color: #ffdd00; /* Highlight effect */
}

/* Quick Links Dropdown */
.banner__campus-dropdown button {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
}

.banner__campus-dropdown button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Quick Links Position Fix */
.quick-links-toggle {
    display: flex;
    align-items: center;
}

.quick-links-toggle a {
    font-size: 14px;
    padding: 8px 12px;
}

/* Search Icon Fix */
.banner__search {
    font-size: 20px;
    color: white;
    cursor: pointer;
}

/* Mobile Responsive Fix */
@media screen and (max-width: 768px) {
    .banner {
        height: 45px;
        padding: 5px 15px;
    }

    .banner__logo img {
        max-height: 35px;
    }

    .nav-link {
        font-size: 12px;
        padding: 5px;
    }
}


  input:focus {
    outline: none;
  }

  .input50l,
  .input50r {
    width: 48%;
    float: left;
  }

  .input50r {
    float: right;
  }

  .float-right {
    float: right;
  }

  .parent {
    display: flex;
  }

  input[type="number"],
  input[type="text"], input[type="month"] {
    min-width: 70px;
    width: 90px;
    padding: 2px 0;
  }

  .parent>input {
    /* margin: 10px 10px 10px 0; */
    border-radius: 3px;
    padding: 10px;
    width: 50%;
    border: 1px solid #ccc;
    margin: 10px 10px 10px 0;
  }

  #study-lavel {
    position: relative;
    /* top: 10px; */

  }

  .parent label {
    min-width: 50px;
  }

/*  ul li {
    display: flex;
    margin: 12px 4px;
  }
*/
  .examsBlocks ul li {
    margin: 12px 0;
    position: relative;
  }

  .list li:last-child,
  .list_2 li:nth-child(3) {
    margin-bottom: 0
  }

  .radio-group-exam .styled-checkbox+label:before {
    margin-top: -3px;
  }
  
  .radio-group-exam .styled-checkbox:checked+label:after {
    top: 5px;
  }

  .radio-group-exam {
    width: 55%;
  }

  .list_2 {
    margin-left: 15px;
  }

  ul li input[type="checkbox"],
  label {
    position: relative;
    top: 5px;
  }

  #colorstrip {
    width: 100%;
    height: 2px;
    border-style: solid;
    border-color: white;
    background-color: black;
  }

  .banner1 {
    background: url(images/sa1.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    background-color: rgba(66, 66, 66, 0.7);
    float: left;
    position: relative;
    min-height: 840px;
  }

  .study-year {
    /* margin-top: 20px; */
  }

  li .examMarks,
  li .examOther {
    padding: 3px 5px;
    border-radius: 2px;
    border: 1px solid #ccc;

  }

  .check-label {
    margin-top: 5px;
  }

  .fields {
    margin-top: 14px;
  }

  .bachelors.fields {
    margin-bottom: 15px;
  }

  #hide {
    display: none;
  }

  .top {
    color: red;
    text-align: center;
    font-size: 20px;
  }

  .banner1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }

  .col-6 {
    width: 46%;
    float: left;
    box-sizing: border-box;
  }

  .container {
    width: 1200px;
    margin: 0 auto;
    color: #666;
  }

  .brand-cont {
    padding: 20px 0;
    position: relative;
    color: #fff;
  }

  .banner1 .container {
    position: relative;
  }

  .brand-cont h1 {
    font-weight: 400;
    width: 100%;
    clear: both;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .brand-cont .col-6:first-child {
    border-right: 1px dashed #ccc;
  }

  .brand-cont .col-6 img {
    width: 100%;
    max-width: 150px;
    display: block;
  }

  .logo-cont {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    max-width: 400px;
  }

  .cdlogo {
    float: right;
    margin: 10px 10px 0 0;
  }

  .banner-text {
    padding: 0 0 0 15px;
    border-left: 4px solid #fff;
    float: left;
    margin: 50px 0px 8px 0px;
  }

  .banner-text-1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 23px;
    font-weight: 400; 
    padding-top: 65px;
  }

  .banner-text-2 {
    font-family: 'Source Sans Pro', sans-serif;  
    line-height: 22px;
  }

  .banner-text p {
    font-family: arial;
    font-size: 22px;
  }

  .form-header {
    width: 100%;
    background-color: #002147;
    /* max-width: 420px; */
    color: #fff;
    /* float: right; */
    padding: 25px 33px;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    box-sizing: border-box;
    line-height: 36px;
    position: relative;
  }

  .form-header:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #002147;
    border-width: 30px;
    margin-left: -30px;
  }

  .form-block {
    width: 100%;
    /* max-width: 420px; */
    margin-bottom: -40px;
    background: #fff;
    padding: 45px 8px 0 8px;
    box-sizing: border-box;
    /* float: right; */
    display: inline-block;
  }

  .form-block .form-input[type="text"],
  .form-block .form-input[type="number"],
  .form-block .form-input[type="password"],
  .form-block .form-input[type="email"],
  .form-block textarea.form-input,
  .form-block select.form-input {
    width: 100%;
    /* margin-bottom: 15px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 40px;
    padding: 10px;
    background: #fff;
    color: #808080;
    display: inline-block;

  }

  .form-block .form-input:disabled {
    background: #eee;
  }

  .form-block #formsubmit {
    width: 100%;
    background: #002147;
    padding: 12px;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: normal;

  }

  .form-block .optionTitle {
    font-weight: 500;
    color: rgba(0, 136, 181, 1);
    font-size: 14px;
    margin-bottom: 2px;
  }


  .bachelors,
  .master {
    display: none;
  }

  input[type="radio"] {
    margin: 0 4px;
  }

  .examsBoolean {
    /* margin-bottom: 15px; */
    float: left;
    clear: both;
    width: 100%;
  }

  .row {
    overflow: auto;
  }

  .error_msg {
    font-size: 10px;
    color: red;
    /* background: rgba(255, 114, 114, 0.8); */
    font-weight: 500;
    text-transform: capitalize;
    /* border-radius: 3px; */
    /* margin: 2px 0; */
    position: absolute;
    left: 0;
    bottom: -18px;
    left: 12px;
  }
  .error_mobile {
    left: 0;
}
  #examsCheck {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    display: none;
  }

  input:disabled {
    background: #dedede;
    border: 1px solid #ddd;
  }

  .countryIntrestedWrapper {
    position: relative;
  }

  .down-icon {
    float: right;
  }

  .down-icon img {
    width: 15px;
    height: 15px;
    transform: rotate(0deg);
  }

  .up-icon img {
    transform: rotate(180deg);
  }

  .countryContainer {
    /* position: absolute; */
    background: #fff;
    z-index: 1;
    padding: 5px 0;
    /* border: 1px solid #ddd; */
    top: 100%;
    left: 0;
    right: 0;
  }

  p .optionalYear {
    margin-left: 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 3px 5px;
  }

  /* .examsBlocks{
    min-width: 50px;
  } */

  /* .examsBlocks input[type="number"]{
    width: 57px;
    float: left;
    clear: both;
    display: none;
    margin: 5px 5px 0 0;
  } */
  .form-block .form-group label input[type="radio"],
  .form-block .form-group label input[type="checkbox"] {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }

  .grey-cont {
    background: #fff;
    width: 100%;
    float: left;
    padding: 40px 0;
  }

  .infoblocks {
    width: 33.3333334%;
    color: #fff;
    float: left;
    max-width: 230px;
    margin-top: -108px;
    z-index: 1;
    background: #f56b29;
    position: relative;
    padding: 15px;
    font-size: 20px;
    text-align: center;
    min-height: 140px;
  }

  .infoblocks a {
    padding: 5px;
    border-radius: 4px;
    color: #f56b29;
    background: #fff;
    margin-top: 10px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
  }

  .infoblocks span {
    font-weight: bold;
    font-size: 20px;
  }

  .infoblocks:first-child {
    background: #d1381e;
  }

  .infoblocks:first-child a {
    color: #d1381e;
  }

  .infoblocks:last-child {
    background: #f24540;
    position: relative;
  }

  .infoblocks:last-child a {
    color: #f24540;
  }

  .triangle-right {
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 70px 0 70px 50px;
    border-color: transparent transparent transparent #f24540;
    right: -50px;
    top: 0;
  }

  .course-block {
    position: relative;
    display: table;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px 5px rgba(123, 123, 123, 0.6);
    -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px 5px rgba(224, 224, 224, 0.6);
    -o-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.6);
  }

  .clearfix {
    clear: both;
  }

  .course-block .col-6 {
    display: table-cell;
    float: none;

  }

  .course-block.mba {
    margin-top: 40px;
  }

  .course-block .col-6.bg {
    background-size: cover !important;
    position: relative;
  }

  .course-block .col-6.bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .course-block.mba .col-6.bg {
    background: url(images/bowling.jpg);
  }

  .course-block.mba .col-6:last-child {
    padding: 20px;
  }

  .multiselect {
    width: 170px;
    font-weight: thin;

  }

  .selectBox {
    position: relative;


  }

  .selectBox select {
    width: 100%;
    height: 40px;

  }

  .overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  #checkboxes {
    display: none;
    border: 1px #dadada solid;

  }

  #checkboxes label {
    display: block;
  }

  #checkboxes label:hover {
    background-color: #1e90ff;
  }


  .course-block.btech .col-6:last-child {
    padding: 20px;
  }

  .course-block.btech .col-6.bg {
    background: url(images/tampa.jpg);

  }

  .course-block.edge {
    margin-bottom: 40px;
  }

  .course-block.edge .col-6.bg {
    background: url(images/dakota.jpg);
  }

  .course-block.edge .col-6:last-child {
    padding: 20px;

  }



  .course-block .course-header {
    font-size: 26px;
    margin-bottom: 10px;
    color: #106e93;
    font-weight: 500;
    text-transform: uppercase;
  }

  ul.arrow {
    margin-top: 15px;
  }

  ul.arrow li {
    padding-left: 20px;
    position: relative;
    padding: 5px 0 5px 20px;
  }

  ul.arrow li:before {
    content: "\203A";
    font-size: 20px;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 1px;
  }

  .info-bg {
    padding: 40px 0;
    float: left;
    width: 100%;
    text-align: center;
  }

  .section-header {
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: none;
  }

  .info-table {
    margin-top: 20px;
  }

  .table-container {
    padding: 0 15px;
    margin-top: 20px;
  }

  .info-table p {
    margin: 25px 0;
  }

  .info-table table {
    border-collapse: collapse;
    margin-top: 20px;
    width: 100%;

  }

  .info-table td {
    border: 1px solid #bbbbbb;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
    width: 50%;
    color: #666;
  }

  .featurelist {
    position: relative;
    z-index: 0;
  }

  .featurelist ul {
    padding-right: 40px;
  }

  .recruters {
    margin: 10px 0 0 0;
    text-align: center;
    width: 100%;
    float: left;
  }

  .recruters .logo {

    padding: 10px;
    position: relative;
    display: inline-block;
    margin: 15px 0;
    color: black;
  }

  .recruters .logo img {
    max-width: 150px;
    max-height: 100px;

  }

  .recruters .logo:before,
  .recruters .logo:after {
    bottom: 35px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    content: "";
    position: absolute;
    z-index: -2;
  }

  .recruters .logo:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  footer {
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
    background: rgb(17, 111, 147);
    font-size: 12px;
  }

  .pull-right-6,
  .pull-left-6 {
    position: relative;
  }

  .pull-right-6 {
    right: -50%;
  }

  .pull-left-6 {
    left: -50%;
  }


  /*===========================================================================*/
  /* Popup                                                             */
  /*===========================================================================*/

  .popup-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
  }

  .popup {
    width: 400px;
    background: #0076a2;
    color: #fff;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    padding: 35px;
    text-align: center;
  }

  /* .form-group {
    margin-bottom: 15px;
  } */

  .popup .form-group {
    float: none;
    margin-top: 10px;
  }

  .popup #code {
    padding: 10px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #f3f3f3;
    margin: 10px 0;
  }

  .popup #finalsubmit {
    padding: 10px;
    border: 1px solid #61a022;
    margin-left: -4px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0 4px 4px 0;
    font-weight: bold;
    background: #61a022;
  }

  #scrollme {
    position: fixed;
    right: 0;
    /* bottom: 30px; */
    padding: 10px 20px;
    display: none;
    background: rgba(17, 111, 147, 0.7);
    /* word-break: break-all; */
    /* width: 5px; */
    font-weight: 400;
    color: #fff;
    -webkit-transform: rotate(-90deg);
    right: -55px;
    bottom: 206px;
    cursor: pointer;
  }

  .radio-group {
    display: inline-block;
  }

  .radio-group-country {
    width: 48%;
    display: inline-block;
  }

  .countryIntrested {
    padding: 10px;
    font-size: 11px;
    border: 1px solid #ddd;
    width: 100%;
    text-align: left;
    outline: none;
    background: #fff;
    color: #666;
  }

  .conditional-span{
    display: block;
    font-size: 12px;
  }

  .error {
    margin-bottom: 15px;
    font-size: 14px;
    color: rgb(255, 94, 94);
    font-weight: bold;
  }

  ::placeholder {
    font-size: 12px;
  }

  :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 12px;
  }

  ::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 12px;
  }

  /* select2 css */

  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 12px;
    color: #777;
  }

  .select2-container--default .select2-selection--single {
    padding: 6px 0;
    height: 40px;
    border-color: #ccc;
    outline: none;
  }


  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
  }

  .select2-results__option {
    padding: 3px;
    font-size: 12px;
    margin: 5px 3px;
    text-transform: capitalize;
  }

  .select2-container{
    position: relative;
  }

  .select-input {
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666;
    line-height: 28px;
    font-size: 12px;
  }

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

  .recruters .logo {
    width: 33.333333333333336%;
  }




/* new css */
.form-block .form-group label {
  font-weight: 500;
  color: #333;
  cursor: pointer;
  display: inline-block;
}
.checkbox-group{
  margin-top: 10px;
}
.checkbox-group label{
  margin-right: 15px;
}
  .submit-btn {
    background: #002147;
    border: none;
    color: #fff;
    padding: 8px 24px;
    border-radius: 4px;
    FONT-WEIGHT: 500;
}
.mr-12{
  margin-right: 12px;
}
.px-12{
padding: 0px 12px;
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  line-height: unset !important;
}
.select2 li {
  margin: 0 !important;
}
.back-btn{
  background: #ffffff;
  color: #f2904e;
  padding: 8px 24px;
  border-radius: 4px;
  FONT-WEIGHT: 500;
  border: 1px solid #f2904e;
}
.col-2.form-group, .col-2.mobile-field   {
  padding: 0px 12px;
}
 #leadform-1 .form-group,  #leadform-2 .form-group,  #leadform-3 .form-group {
  position: relative;
  margin-bottom: 24px;
}
.mobile-field .code{
 width: 85px;
}
.mobile-field  .number-input{
  width: 100%;
  margin-left: 10px;
}
span.select2-dropdown.select2-dropdown--below {
  min-width: 125px;
  border-top: 1px solid rgb(204, 204, 204);
}
.location .form-group, .test .form-group, .entrance .form-group{
    width: 40%;
}
.location>label, .test>label, .entrance>label{
  color: #333 !important;
  font-weight: 500;
  width: 60%;
}
.checkbox-group .item-list{
position: relative;
width: 33.33%;
display: inline-block;
font-weight: 500;
color: #333;
cursor: pointer;
}
.checkbox-group .item-list span{
  margin: 0px 5px;
  }
label.item-list .error_msg {
  font-size:9px;
}
.mb-15{
  margin-bottom: 15px;
}
.mt-15{
  margin-top: 15px;
}
.value-box{
  min-width: 40px !important;
  width: 45px !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 5px !important;
}
h2.heading {
  font-size: 16px;
}
.d-flex{
  display: flex;
}
.justify-between{
  justify-content: space-between;
} 
.justify-end{
  justify-content: flex-end;
} 
.align-center{
  align-items: center;
}
.align-start{
  align-items: flex-start;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #444343 !important;
  background: #dedada !important;
  font-weight: 500;
}

.slider-group .range-slider{
width: 30%;
}
.slider-group .range-slider label{
  font-size: 13px;
  margin: 0 !important;
  }

  .form-block{
    position: relative;
  }
.step-loader {
    position: absolute;
    right: 130px;
    bottom: 26px;
    font-size: 14px;
    display: none;
}
.mr-10{
  margin-left: 10px;
}
.step-loader .loader{
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #f2904e;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.stepError {
  bottom: 30px;
  right: 140px;
  left: auto;
  font-size: 14px;
}
/* range slider */
.range-slider .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 2px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  margin-bottom: 10px;
    margin-top: 15px;
}

.range-slider .slider:hover {
  opacity: 1;
}

.range-slider .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ff7900;
  cursor: pointer;
}

.range-slider .slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ff7900;
  cursor: pointer;
}
label.range-label {
  position: relative;
  padding-left: 10px;
}
label.range-label::before {
  content: '';
  height: 5px;
  width: 5px;
  background: #ff7900;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
}
.ui-datepicker .ui-datepicker-calendar {
  display: none !important;
  }
  .checkbox-group .item-list label {
    margin: 0;
    vertical-align: text-bottom;
  }
  .checkbox-group .item-list input {
    margin: 0;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
  }

 /* For mobile phones: */
@media only screen and (max-width: 768px) {
  #form-wrapper [class*="col-"] {
    width: 100%;
  }
  .location {
    flex-direction: column;
}
.location>label, .test>label, .entrance>label {
  width: 100%;
  margin-bottom: 10px !important;
}
.location .form-group, .test .form-group, .entrance .form-group {
  width: 100%;
}
.test, .entrance, .flex-col {
  flex-direction: column;
}
.slider-group .range-slider {
  width: 100%;
  margin-bottom: 10px;
}
.slider-group .range-slider:last-child {
  margin-bottom: 0px;
}
.checkbox-group .item-list {
  width: 100%;
  margin-bottom: 24px;
}
.checkbox-group {
  margin-bottom: 0px !important;
}
  #form-wrapper .col-2:nth-child(even) {
    margin-left: 0 !important;  
  }
  .col-2:nth-child(odd) {
      margin-right: 0 !important;
  }
  .step-loader .loader-text{
    display: none;
  }
  .modal-content {
    height: 100% !important;
    overflow: auto;
}
}
@media only screen and (max-width: 1200px) and (min-width: 768px)  {
  .modal-content {
    width: 70% !important;
}
}
@media only screen and (min-width: 1200px)  {
  .modal-content {
    width: 55% !important; /* Could be more or less, depending on screen size */
    /*border-radius: 10px !important;*/
  }
}
  /*===========================================================================*/
  /* Media Query                                                             */
  /*===========================================================================*/
@media only screen and (max-width: 1200px) and (min-width: 768px)  {
  .banner-text-lower {
    display: none;
  }

}

@media only screen and (max-width: 768px) and (min-width: 320px)  {
  .banner-text-upper {
    display: none;
  }

}

@media only screen and (max-width: 1200px) {
  .container {
    width: 992px;
  }

  .multiselect {
    width: 148px;
  }

  .recruters .logo img {
    max-width: 148px;
    max-height: 150px;
  }


  .grey-cont .infoblocks {
    width: 17.333333%;
    padding: 10px;
    font-size: 15px;
  }

  .grey-cont .infoblocks .triangle-right {
    border-width: 65px 0 65px 50px;
  }

  .recruters .logo img {
    max-width: 140px;
  }

  .featurelist .sub-header {
    height: 44px;
  }

}

@media only screen and (max-width: 992px) {
  .container {
    width: 768px;
  }

  .logo-cont {
    box-sizing: border-box;
  }

  .form-block,
  .form-header {
    width: 95%;
    max-width: inherit;
  }

  .form-block {
    margin-bottom: 110px;
  }

  .form-header {
    padding: 20px 33px;
  }

  .form-header:after {
    border-width: 20px;
    margin-left: -20px;
  }

  .grey-cont .infoblocks {
    width: 33.333334%;
    box-sizing: border-box;
    height: 126px;
    font-size: 18px;
    max-width: initial;
  }

  .grey-cont .triangle-right {
    display: none;
  }

  .recruters .logo img {
    max-width: 94px;
  }

  .course-block.mba .col-6.bg {
    background-position: center;
  }
}

@media only screen and (max-width: 768px) {
  .featurelist .sub-header {
    height: auto;
  }

  .sep-768 {
    margin-top: 30px;
  }

  .pull-right-6,
  .pull-left-6,
  .course-block .col-6.bg {
    position: static;
  }

  .container {
    width: 100%;
    padding: 0 15px;
  }

  .col-6 {
    width: 100%;
  }

  .banner1 .logo-cont .col-6 {
    width: 50%;
    float: left;
  }

  .banner1 .logo-cont {
    margin: 0 auto;
    float: none;
  }

  .banner1 .logo-cont:after {
    content: "";
    display: block;
    clear: both;
  }

  .brand-cont {
    text-align: center;
  }

  .banner-text {
    float: none;
    border: none;
  }

  .form-block,
  .form-header {
    width: 100%;
  }

  .form-cont {
    max-width: 468px;
    margin: 0 auto 110px auto;
  }

  .course-block {
    margin-bottom: 50px;
  }

  .course-block .col-6.bg {
    height: 300px;
  }

  .course-block .col-6 {
    width: 100%;
    float: left;
  }

  .course-block.mba .col-6.bg {
    background-position: initial;
  }

  .recruters .logo img {
    max-width: 65px;
  }

}


@media only screen and (max-width: 610px) {
  .grey-cont .infoblocks {
    font-size: 15px;
  }

  .recruters .logo:last-child {
    display: none;
  }
}

@media only screen and (max-width: 528px) {
  .course-block.mba .col-6.bg {
    background-position: center;
  }

  .form-block {
    margin-bottom: 30px;
  }

  .grey-cont .infoblocks {
    width: 100%;
    margin-top: 0;
    font-size: 20px;
    height: auto;
    padding: 15px;
  }

  .infoblocks span {
    font-size: 35px;
  }

  .infoblocks a {
    font-size: 15px;
  }

  .recruters .logo {
    width: 50%;
  }

  .logo-cont .col-6:last-child {
    padding-left: 10px;
  }

  .logo-cont .col-6:last-child img {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
      .m-banner, .mobile-banner{
        display: none;
      }
       .d-banner{
        width: auto !important;
        height: auto !important;
      } 

    }
    @media screen and (max-width: 528px) {
      .d-banner, .desktop-banner{
        display: none;
      }
      .m-banner{
        width: auto !important;
        height: auto !important;
      } 
    }
  .select2-container--default .select2-results>.select2-results__options{
    width: 100% !important;
  }
.error-hide{
  display: none;
}
