.select2-container .select2-selection--single {
  height: 34px !important;
}
input[type="submit"],
button[type="submit"] {
  background-color: #96bd20 !important;
  border: 1px solid #96bd20 !important;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
  color: #96bd20;
  background-color: #fff !important;
  border: 1px solid #96bd20;
}
.select2-container--default .select2-selection--single {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 2px solid #96bd20 !important;
  border-radius: 0px !important;
}

/*.select2-container--default .select2-selection--single:focus {
  border-image-source: linear-gradient(
    rgba(135, 183, 64, 1),
    rgba(227, 93, 37, 1)
  );
  border-width: 1pt;
  border-image-slice: 1;
}
.select2-container--default .select2-selection--single:hover {
  border-image-source: linear-gradient(
    rgba(135, 183, 64, 1),
    rgba(227, 93, 37, 1)
  );
  border-width: 1pt;
  border-image-slice: 1;
}
*/
.select2-search__field {
  height: 35px !important;
  border-radius: 5px;
}

.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f76d00 !important;
  color: #fff !important;
}

.select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
}

.select2-selection--single {
  border-radius: 5px !important;
}

.select2-container .select2-selection--single {
  height: 40px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 0px !important;
}
.single-select-search-dropdown {
  width: 100% !important;
}
.single-select-search-dropdown span {
  width: 100% !important;
  margin-bottom: -10px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  left: 96% !important;
}
.course-details-icon {
  float: right;
  font-size: 35px !important;
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
  .course-name-heading {
    font-size: 28px !important;
  }
  .university-name-heading {
    font-size: 20px !important;
  }
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: 4px !important;
}

.select2-dropdown {
  top: -31px !important;
}

.testimonial-header {
  font-size: 20px;
  color: #fff;
  background: #e35d25;
  padding: 10px 5px;
}

#header-testimonial {
  display: none;
}

/* Multi Step Form */
/* Form CSS */
#assessment-form {
  margin: auto;
  padding: 10px;
  min-width: 300px;
}

.blog-sidebar-widgets {
  background-color: #ffffff !important;
}

input {
  padding-left: 8px;
  width: 100%;
  height: 45px;
  font-size: 1rem;
  font-family: Raleway;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #96bd20;
}

input[type="text"] {
  height: 42px !important;
}

input:hover {
  border-bottom: 2px solid #e35d25 !important;
}

#assessment-textarea {
  display: block;
  width: 100%;
  height: calc(5.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #96bd20;
}

.select2-container--default .select2-selection--single:focus {
  border-image-source: linear-gradient(
    rgba(135, 183, 64, 1),
    rgba(227, 93, 37, 1)
  );
  border-width: 1pt;
  border-image-slice: 1;
}

.select2-container--default .select2-selection--single:hover {
  border-image-source: linear-gradient(
    rgba(135, 183, 64, 1),
    rgba(227, 93, 37, 1)
  );
  border-width: 1pt;
  border-image-slice: 1;
}

#select2-residence-country-id-container {
  width: 300px !important;
  border: none;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single {
  width: 300px !important;
  border: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-left: -10px !important;
}

.bg-success-web {
  background: #e35d25 !important;
}

/* Form CSS */
/* Mark input boxes that gets an error on validation: */
input.is-invalid {
  border-color: red !important;
  position: relative;
  background-color: #ffdddd;
}

input.is-invalid::after {
  content: "/f05a";
  font-family: "Font Awesome 5 Free";
  color: #ff0000;
  position: absolute;
  top: 0;
  right: 0;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #96bd20;
  color: #ffffff;
  border: none;
  padding: 7px 14px;
  font-size: 1rem;
  font-family: Raleway;
  cursor: pointer;
  border-radius: 5px;
  width: 50ox;
}

button:hover {
  background-color: #85ad0d;
}

#nextBtn {
  width: 80px !important;
}

#prevBtn {
  background: #e35d25;
  color: #fff;
  margin-right: 5px;
}

/* Make circles that indicate the steps of the form: */
/*.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
    }

    .step.active {
    opacity: 1;
    }
    .step.finish {
    background-color: #04AA6D;
    }*/
/*  File upload drag and drop */

.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 300px;
  max-width: 100%;
  padding: 25px;
  border: 1px dashed rgb(16, 187, 1);
  border-radius: 3px;
  transition: 0.2s;
}

.choose-file-button {
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.file-message {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #96bd20;
  width: 100%;
}

.iti__country-list {
  max-width: 295px;
}

.iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.0001) !important;
}

/*.file-drop-area {
        position: relative;
        display: flex;
        align-items: center;
        width: 300px;
        max-width: 100%;
        padding: 30px 25px;
        border: 1px dashed rgba(133, 173, 13, 0.4);
        border-radius: 3px;
        transition: 0.2s;

        }

        .choose-file-button {
        flex-shrink: 0;
        background-color: rgb(226, 2, 2);
        border: 1px solid rgb(163, 23, 23);
        border-radius: 3px;
        padding: 8px 15px;
        margin-right: 10px;
        font-size: 12px;
        text-transform: uppercase;
        }

        .file-message {
        font-size: small;
        font-weight: 300;
        line-height: 1.4;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        }

        .file-input {
        position: absolute;
        left: 0;
        top: 0;
        height: 10%;
        width: 100%;
        cursor: pointer;
        opacity: 0;

        }*/
/*  File upload drag and drop */
/* Multi Step Form */
.uni-skeleton {
  background: #f2f2f2;
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 400%;
  animation: gradient 1.5s ease infinite;
  border-radius: 5px;
  height: 15px;
  width: 100%;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
