.course-ban {
  padding: 3% 0;
  background-color: #011e62;
}

.course-ban h1 {
  font-size: 30px;
  color: #fff;
}

.course-ban .text-container .btns {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course-ban .text-container .btns p {
  margin: 0px;
  color: #a1a1a1;
}

.course-ban .text-container .btns span {
  margin: 0px 5px;
}

.course-ban .text-container .btns a {
  color: #fff;
  padding: 0px;
}

.course-view {
  padding: 5% 0;
}

.course-view .head {
  border-left: solid 5px #011e62;
  padding: 10px;
  position: -webkit-sticky;
  position: sticky;
}

.course-view .head span {
  color: #ff585d;
  font-size: 30px;
  margin-bottom: 20px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .course-view .head span {
    font-size: 20px;
    margin-bottom: 0px;
  }
}

.course-view .head h3 {
  font-size: 35px;
  font-weight: 600;
  color: #011e62;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .course-view .head h3 {
    font-size: 25px;
  }
}

.view-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  position: relative;
  -webkit-box-shadow: 0px 2px 17px rgba(152, 152, 152, 0.25);
          box-shadow: 0px 2px 17px rgba(152, 152, 152, 0.25);
  border-radius: 10px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .view-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .view-box .img {
    width: 100%;
  }
}

.view-box .img img {
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .view-box .img img {
    width: 100%;
  }
}

.view-box .cnt {
  padding-left: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media only screen and (max-width: 767px) {
  .view-box .cnt {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .view-box .cnt .flex {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .view-box .cnt .flex h4 {
    font-size: 20px;
  }
}

.view-box .cnt .flex h4 span {
  display: block;
  color: #909191;
  font-size: 16px;
  line-height: 30px;
}

.view-box .cnt .flex h5 {
  color: #A9A9A9;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 15px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .view-box .cnt .flex h5 {
    color: #ffffff;
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 6px;
    font-weight: 400;
    background: #42bfaa;
    font-size: 14px;
  }
}

.view-box .cnt .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .view-box .cnt .flex2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.view-box .cnt .flex2 h6 {
  color: #191e47;
  line-height: 1.375rem;
  font-size: 18px;
  font-weight: 300;
}

.view-box .cnt .flex2 h6 span {
  color: #838383;
}

.view-box .cnt .flex2 a {
  background: #FF585D;
  border-radius: 10px;
  color: #fff;
  border: 0px;
  padding: 13px 35px;
  text-decoration: none;
  -webkit-box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.25);
}

.view-box .cnt .flex2 a:hover {
  background: #43bea9;
}

@media only screen and (max-width: 767px) {
  .view-box .cnt .flex2 a {
    margin: 20px auto 10px;
  }
}

.about {
  padding: 3% 0 0;
}

.about h3 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
  color: #011e62;
}

.about h3 img {
  width: 40px;
  margin-right: 10px;
}

.about h4 {
  font-size: 18px;
}

.about p {
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 25px;
}

.about .apply {
  background: #42bfaa;
  -webkit-box-shadow: 0px 16px 23px rgba(35, 34, 81, 0.38);
          box-shadow: 0px 16px 23px rgba(35, 34, 81, 0.38);
  border-radius: 8px !important;
  border: 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  font-size: 22px;
  margin-bottom: 30px;
}

.about .apply img {
  width: 40px;
  margin-right: 10px;
}

.about .apply:hover {
  background-color: #FF585D;
  color: #fff;
}

.about .form-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.about .form-in .col-md-6 {
  padding: 0px 15px;
}

@media only screen and (max-width: 767px) {
  .about .form-in .col-md-6 {
    width: 100%;
  }
}

.about .form-in .inpu-se input,
.about .form-in .inpu-se select {
  display: block;
  width: 100%;
  height: 45px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.about .checkbox-d ul {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about .checkbox-d ul li {
  width: 50%;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .about .checkbox-d ul li {
    width: 100%;
  }
}

.about .checkbox-d ul .col-md-6 {
  width: 100%;
  padding: 0px 15px;
}

.about .checkbox-d .request_btn {
  background: #42bfaa;
  -webkit-box-shadow: 0px 16px 23px rgba(35, 34, 81, 0.38);
          box-shadow: 0px 16px 23px rgba(35, 34, 81, 0.38);
  border-radius: 8px !important;
  border: 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 22px;
  margin-bottom: 30px;
  width: 150px;
  margin: 0px auto;
}

.about .checkbox-d .request_btn img {
  width: 40px;
  margin-right: 10px;
}

.about .checkbox-d .request_btn:hover {
  background-color: #FF585D;
  color: #fff;
}

.about .checkbox-d .any-other-req-box_2,
.about .checkbox-d .any-other-req-box_3,
.about .checkbox-d .any-other-req-box_changes,
.about .checkbox-d .any-other-req-box {
  margin-bottom: 20px;
}

.about .checkbox-d .any-other-req-box_2 input,
.about .checkbox-d .any-other-req-box_3 input,
.about .checkbox-d .any-other-req-box_changes input,
.about .checkbox-d .any-other-req-box input {
  display: block;
  width: 100%;
  height: 45px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.about .checkbox-d .make_reqest_formli .checkbox {
  padding-left: 20px;
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.about .checkbox-d .make_reqest_formli .checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 10px;
  font-size: 15px;
  min-height: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 10px;
  font-size: 15px;
}

.about .checkbox-d .make_reqest_formli .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  display: inline-block;
  width: 16px;
  height: 16px;
  left: 2px;
  top: 2px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555;
  position: absolute;
  margin-left: -20px;
  display: inline-block;
  width: 16px;
  height: 16px;
  left: 2px;
  top: 2px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555;
}

.about .checkbox-d .make_reqest_formli .checkbox label:before {
  position: absolute;
  margin-left: -20px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  border: #afabab solid 1px;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  position: absolute;
  margin-left: -20px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  border: #afabab solid 1px;
  border-radius: 0;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.about .checkbox-d .make_reqest_formli .checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  margin-left: -20px;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.about .checkbox-d .make_reqest_formli .checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline-offset: -2px;
  outline: thin dotted;
  outline-offset: -2px;
}

.about .checkbox-d .make_reqest_formli .checkbox input[type="checkbox"]:checked + label::after {
  font-family: FontAwesome;
  content: "\f00c";
  font-family: FontAwesome;
  content: "\f00c";
}

.about .checkbox-d .make_reqest_formli .checkbox input[type="checkbox"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}

.about .checkbox-d .make_reqest_formli .checkbox input[type="checkbox"]:disabled {
  cursor: not-allowed;
  cursor: not-allowed;
}

.about .checkbox-d .make_reqest_formli .checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
  opacity: 0.65;
}

.about .checkbox-d .make_reqest_formli .checkbox input[type="checkbox"]:disabled + label:before {
  background-color: #eee;
  cursor: not-allowed;
  background-color: #eee;
  cursor: not-allowed;
}

.about .checkbox-d .make_reqest_formli .checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
  color: #fff;
}

.about .checkbox-d .make_reqest_formli .checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
  background-color: #337ab7;
  border-color: #337ab7;
}

.about .checkbox-d .make_reqest_formli .checkbox-primary input[type="checkbox"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
  background-color: #337ab7;
  border-color: #337ab7;
}

.about .checkbox-d .make_reqest_formli .checkbox-primary input[type="checkbox"]:indeterminate + label::after {
  background-color: #fff;
  background-color: #fff;
}

.about .checkbox-d .make_reqest_formli .checkbox.checkbox-inline {
  margin-top: 0;
  margin-top: 0;
}
/*# sourceMappingURL=all-course.css.map */