/*Primary Colors*/
/*Accent Colors*/
/*Neutral Colors*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,800;1,900&display=swap");

@font-face {
  font-family: 'dejarip_regular';
  src: url("../../fonts/dejarip_regular/dejarip_regular-webfont.woff2") format("woff2"), url("../../fonts/dejarip_regular/dejarip_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dejarip_bold';
  src: url("../../fonts/dejarip_bold/dejarip_bold-webfont.woff2") format("woff2"), url("../../fonts/dejarip_bold/dejarip_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon.eot?239djm");
  src: url("../../fonts/icomoon.eot?239djm#iefix") format("embedded-opentype"), url("../../fonts/icomoon.woff2?239djm") format("woff2"), url("../../fonts/icomoon.ttf?239djm") format("truetype"), url("../../fonts/icomoon.woff?239djm") format("woff"), url("../../fonts/icomoon.svg?239djm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-information_2:before {
  content: "\e900";
  color: #0d3453;
}

.icon-information_1:before {
  content: "\e901";
  color: #9fc8e9;
}

.icon-pen:before {
  content: "\e902";
  color: #6ca8d8;
}

.icon-sketch:before {
  content: "\e903";
  color: #6ca8d8;
}

.icon-auction:before {
  content: "\e904";
  color: #6ca8d8;
}

.icon-megaphone:before {
  content: "\e905";
  color: #fff;
}

.icon-dna:before {
  content: "\e906";
  color: #6ca8d8;
}

.icon-in-love:before {
  content: "\e907";
  color: #6ca8d8;
}

.icon-baggage:before {
  content: "\e908";
  color: #6ca8d8;
}

.icon-medicine:before {
  content: "\e909";
  color: #6ca8d8;
}

.icon-calculator:before {
  content: "\e90a";
  color: #6ca8d8;
}

.icon-gears:before {
  content: "\e90b";
  color: #6ca8d8;
}

* {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

body {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
}

.container {
  max-width: 1140px;
}

.btn-customclose {
  width: 40px;
  height: 40px;
  background: url(../../images/remove.svg);
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
}

.btn-customclose:hover {
  opacity: 1;
}

header {
  display: block;
  position: relative;
  z-index: 999;
  width: 100% !important;
  padding: 25px 0 0 0;
  overflow: hidden !important;
}

@media screen and (max-width: 767px) {
  header {
    text-align: center;
  }
}

.logo {
  display: block;
}

.wrapper {
  min-height: calc(100vh - 100px);
}

@media screen and (max-width: 767px) {
  .wrapper {
    min-height: auto;
  }
}

footer {
  width: 100%;
  border-top: 1px solid #E4E4E4;
  background: #ffffff;
  padding: 25px 20px;
}

footer .footer {
  display: flex;
  justify-content: space-between;
}

footer .footer p {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #000000;
  margin-bottom: 5px;
  padding: 0px;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 10px 20px 20px;
  }

  footer .footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer .footer p {
    text-align: center;
  }

  footer .footer>div {
    padding: 17px 0 0 0;
  }
}

.primary_btn {
  width: 200px;
  height: 50px;
  display: flex;
  border-radius: 25px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  background: #5BAE47;
  font-weight: 500;
  color: #ffffff;
  box-shadow: none;
  border: 0px;
}

.primary_btn:hover {
  color: #ffffff;
}

.home-page {
  position: relative;
}

.home-page:before {
  content: "";
  width: 100%;
  height: 635px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url("../../images/blue_bg1.svg") no-repeat center bottom #0D3453;
}

.home_banner_wrap {
  display: block;
  width: 100%;
  overflow: hidden;
}

.home_banner {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
}

.home_banner .banner_text {
  padding: 120px 0 0 50px;
  width: 50%;
}

.home_banner .banner_text h6 {
  font-weight: 600;
  font-size: 30px;
  line-height: 39px;
  padding: 0px;
  margin: 0 0 20px 0;
  color: #ffffff;
}

.home_banner .banner_text p {
  width: 200px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.home_banner .banner_text p .primary_btn {
  margin-bottom: 10px;
}

.home_banner .banner_img {
  width: 50%;
}

.home_banner .banner_img figure {
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

@media screen and (max-width: 767px) {
  .home_banner {
    flex-direction: column;
  }

  .home_banner .banner_text {
    width: 100%;
    text-align: center;
    padding: 50px 12px 20px 12px;
  }

  .home_banner .banner_text h6 {
    font-size: 28px;
    line-height: 35px;
  }

  .home_banner .banner_text p {
    margin: 0 auto;
  }

  .home_banner .banner_img {
    width: 100%;
  }

  .home_banner .banner_img figure img {
    max-width: 100%;
  }
}

.banner_bottom {
  max-width: 820px;
  margin: -95px auto 30px;
  width: 100%;
  display: block;
  position: relative;
}

.banner_bottom>figure {
  display: block;
  margin: 0 auto;
  padding-right: 40px;
  text-align: center;
}

.banner_bottom ul {
  display: block;
  width: 100%;
  position: absolute;
  top: 120px;
  left: 0px;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.banner_bottom ul li {
  width: 265px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #6CA8D8;
  padding: 0 30px;
  text-align: center;
  background: #ffffff;
  position: relative;
}

.banner_bottom ul li:before {
  content: '';
  width: 26px;
  height: 26px;
  background: url("../../images/check.svg") no-repeat center;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner_bottom ul li p {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  padding: 0px;
  margin: 0px;
  line-height: 25px;
}

@media screen and (max-width: 992px) {
  .banner_bottom {
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .banner_bottom {
    margin: 0 auto 15px;
  }

  .banner_bottom>figure img {
    max-width: 100%;
  }

  .banner_bottom ul {
    position: static;
    display: block;
    padding: 0 20px;
  }

  .banner_bottom ul li {
    width: 100%;
    height: 80px;
    margin-bottom: 15px;
  }

  .banner_bottom ul li:before {
    left: 0px;
    top: 50%;
  }
}

.questionary_page {
  position: relative;
}

.questionary_page:before {
  content: "";
  width: 100%;
  height: 250px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url("../../images/blue_bg2.svg") no-repeat center bottom #0D3453;
}

@media screen and (max-width: 767px) {
  .questionary_page:before {
    height: 230px;
  }
}

.qs_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 650px;
  margin: 0 auto;
  padding: 60px 0 90px 0;
  width: 100%;
  position: relative;
  z-index: 9;
}

.qs_head a {
  padding: 0px;
  margin: 0px;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  padding: 0 0 0 12px;
}

.qs_head a::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  top: 7px;
  left: 0;
  background: transparent;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(136deg);
}

.qs_head p {
  padding: 0px;
  margin: 0px;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
}

.qs_head ul {
  display: flex;
  padding: 0px;
  margin: 0px;
}

.qs_head ul li {
  margin: 0 20px;
}

.qs_head ul li span {
  width: 45px;
  border: 3px solid transparent;
  height: 45px;
  display: block;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}

.qs_head ul li.finished span {
  background: url("../../images/check.svg") no-repeat center #5BAE47;
  color: #ffffff;
  font-size: 0px;
}
.finished {
  cursor: pointer;
}

.qs_head ul li.current span {
  border: 3px solid #5BAE47;
  background: #0D3453;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .qs_head {
    position: relative;
    margin-top: 13px;
    justify-content: center;
    padding: 50px 0 60px 0;
  }

  .qs_head a {
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .qs_head p {
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .qs_head ul li {
    margin: 0 3px;
  }
}

.qs_body h2 {
  max-width: 600px;
  margin: 0 auto 40px;
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  color: #000000;
  position: relative;
  z-index: 999;
}

.qs_body h2 label {
  position: relative;
  padding: 0px;
  margin: 0px;
  z-index: 99;
}

.qs_body h2 label span {
  font-size: 16px;
  cursor: pointer;
}

.qs_body h2 label p {
  background: #0D3453;
  padding: 15px 20px;
  width: 270px;
  text-align: left;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  margin: 0px;
  display: none;
  position: absolute;
  left: -15px;
  top: calc(100% + 3px);
}

.qs_body h2 label p:after {
  bottom: 100%;
  left: 18px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(13, 52, 83, 0);
  border-bottom-color: #0D3453;
  border-width: 6px;
  margin-left: 0px;
}

.qs_body h2 label:hover p {
  display: block;
}

.qs_body ul {
  display: flex;
  justify-content: center;
  padding: 0 0 20px 0;
  margin: 0px;
  flex-wrap: wrap;
}

.qs_body ul li {
  width: 210px;
  padding: 0 10px 20px;
  position: relative;
}

.qs_body ul li label span {
  font-size: 30px;
  color: #6ca8d8;
}

.qs_body ul li label span:before {
  color: #6ca8d8;
}

.qs_body ul li:hover {
  z-index: 999;
}

.qs_body ul.country li {
  width: 250px;
}

.qs_body ul.course li {
  width: 220px;
}

.qs_body ul.course li .radio-group {
  position: relative;
}

.qs_body ul.course li label {
  height: 100px;
  padding-left: 20px;
}

.qs_body ul.course li label p {
  display: flex;
  align-items: center;
}

.qs_body ul.course li label p span {
  padding-right: 20px;
}

.qs_body ul.course li input[type="radio"]:checked+label p span:before {
  color: #ffffff;
}

.qs_body ul.colleges {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.qs_body ul.colleges li {
  width: 50%;
}

.qs_body ul.colleges li .radio-group {
  position: relative;
}

.qs_body ul.colleges li .radio-group .info_sec {
  top: 15px;
  right: 10px;
}

.qs_body ul.colleges li label {
  height: 120px;
  text-align: left;
  justify-items: flex-start;
  padding: 0px;
  display: block;
}

.qs_body ul.colleges li input[type="radio"]:checked+label .colleges_block h5 {
  background: transparent;
  color: #ffffff;
  border-bottom: 1px solid #1E5480;
}

.qs_body ul.colleges li input[type="radio"]:checked+label .colleges_block p {
  background: transparent;
  color: #ffffff;
}

.qs_body ul.class {
  max-width: 750px;
  margin: 0 auto;
}

.qs_body ul.class li label {
  justify-content: center;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .qs_body h2 {
    font-size: 20px;
    line-height: 26px;
    padding: 0 20px;
  }

  .qs_body h2 label p {
    left: auto;
    right: -15px;
  }

  .qs_body h2 label p:after {
    left: auto;
    right: 16px;
  }

  .qs_body ul.country li {
    width: 50%;
  }

  .qs_body ul.country li label {
    height: 60px;
  }

  .qs_body ul.course li {
    width: 100%;
  }

  .qs_body ul.course li label {
    height: 60px;
  }

  .qs_body ul.course li label p {
    max-width: 250px;
  }

  .qs_body ul.colleges li {
    width: 100%;
  }

  .qs_body ul.colleges li label {
    height: auto;
  }

  .qs_body ul.class li {
    width: 50%;
  }

  .qs_body ul.class li label {
    height: 60px;
  }
}

.info_sec {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 99;
}

.info_sec span {
  font-size: 16px;
  cursor: pointer;
}

.info_sec p {
  background: #0D3453;
  padding: 15px 20px;
  width: 150px;
  text-align: left;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  margin: 0px;
  display: none;
  position: absolute;
  right: -15px;
  top: calc(100% + 3px);
}

.info_sec p:after {
  bottom: 100%;
  right: 18px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(13, 52, 83, 0);
  border-bottom-color: #0D3453;
  border-width: 6px;
  margin-left: 0px;
}

.info_sec:hover p {
  display: block;
}

.steps {
  height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: all 1s ease-in-out;
}

.steps.showTab {
  height: auto;
  opacity: 1;
}

input.form_control {
  display: block;
  max-width: 400px;
  width: 100%;
  height: 45px;
  margin: 0 auto;
  display: block;
  border: 0px;
  border-bottom: 1px solid #6CA8D8;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  text-align: center;
  outline: none !important;
}

.qs_body input[type="radio"] {
  display: none;
}

.qs_body input[type="radio"]+label {
  cursor: pointer;
  padding: 0px 10px 0 20px;
  border: 1px solid #6CA8D8;
  background: none;
  margin-bottom: 0px;
  color: #000000;
  border-radius: 6px !important;
  font-size: 16px;
  white-space: nowrap;
  height: 80px;
  line-height: 19px;
  text-align: center;
  width: 100%;
  white-space: inherit;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.qs_body input[type="radio"]+label img {
  margin-right: 17px;
}

.qs_body input[type="radio"]+label p {
  padding: 0px;
  margin: 0px;
  text-align: left;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
}

.qs_body input[type="radio"]:checked+label {
  background: #0D3453;
  margin: 0px;
  border: 1px solid #0D3453;
  color: #ffffff;
  position: relative;
  border-radius: 6px !important;
}

.qs_banners figure {
  text-align: center;
  padding: 0px;
  margin: 0px;
}

.qs_banners figure img {
  transition: all 2s ease-in-out;
  max-width: 100%;
}

.action_btns {
  display: flex;
  justify-content: center;
  padding: 30px 0 20px 0;
}

.action_btns .nextbtn {
  text-decoration: none;
  margin: 0 10px;
  border-radius: 35px;
  padding: 0px;
  border: 0px solid var(--secondary);
  background: #5BAE47;
  color: #fff;
  height: 50px;
  line-height: 50px;
  width: 200px;
  text-align: center;
  display: block;
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
}

.action_btns .prevbtn {
  text-decoration: none;
  margin: 0 10px;
  border-radius: 35px;
  padding: 0px 35px 0 0;
  border: 1px solid #9E9E9E;
  background: transparent;
  color: #000000;
  height: 50px;
  line-height: 50px;
  width: 150px;
  text-align: right;
  display: block;
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
  display: none;
}

.action_btns .prevbtn:hover {
  background: #9E9E9E;
  color: #ffffff;
}

.action_btns .prevbtn:hover::after {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.action_btns .prevbtn::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  top: 20px;
  left: 30px;
  background: transparent;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(136deg);
}

.action_btns #viewcareersbtn {
  display: none;
}

@media screen and (max-width: 767px) {
  .action_btns {
    position: sticky;
    bottom: 0px;
    background: #ffffff;
    padding: 10px 0;
    border-top: 0px solid #6CA8D8;
    z-index: 99;
    box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.07);
    width: calc(100% + 30px);
    margin: 30px 0 0px -20px;
    padding: 10px 20px;
  }

  .action_btns .prevbtn {
    width: 50%;
    margin: 0 5px;
  }

  .action_btns .nextbtn {
    width: 50%;
    margin: 0 5px;
  }
}

.colleges_block {
  overflow: hidden;
  border-radius: 6px;
}

.colleges_block h5 {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  margin: 0;
  background: #E9F5FF;
  border-bottom: 1px solid #6CA8D8;
  border-radius: 6px 6px 0 0;
  padding: 0 0 0 25px;
}

.colleges_block p {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  padding: 10px 20px 10px 25px !important;
  margin: 0px;
  display: block;
}

.results_page {
  position: relative;
}

.results_page:before {
  content: "";
  width: 100%;
  height: 250px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url("../../images/blue_bg2.svg") no-repeat center bottom #0D3453;
  overflow: hidden !important;
}

@media screen and (max-width: 767px) {
  .results_page:before {
    height: 230px;
  }
}

.results_page:after {
  content: '';
  width: 640px;
  height: 265px;
  background: url("../../images/result_bg.png") no-repeat center top;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  overflow: hidden !important;
}

@media screen and (max-width: 767px) {
  .results_page:after {
    width: 100%;
    left: 0px;
    transform: inherit;
  }
}

.result_banner {
  position: relative;
  z-index: 99;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 75px 0 0 0;
}

.result_banner h2 {
  font-weight: 500;
  font-size: 45px;
  line-height: 45px;
  color: #ffffff;
  padding: 0 0 70px 0;
}

.result_banner h5 {
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  padding: 0 0 0px 0;
}

.result_banner .result_block {
  display: flex;
  align-items: center;
}

.result_banner .result_block figure {
  width: 50%;
}

.result_banner .result_block figure img {
  max-width: 100%;
}

.result_banner .result_block .result_details {
  text-align: left;
  width: 50%;
}

.result_banner .result_block .result_details p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.result_banner .result_block .result_details p b {
  font-weight: 600;
  display: block;
}

.result_banner .result_block .result_details p span {
  color: #D91907;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .result_banner .result_block {
    flex-direction: column;
    padding: 0 50px;
  }

  .result_banner .result_block figure {
    width: 100%;
  }

  .result_banner .result_block .result_details {
    text-align: center;
    width: 100%;
  }
}

.marb5 {
  margin-bottom: 5px !important;
}

.relative {
  position: relative !important;
}

.edit_btn {
  width: 50px;
  height: 50px;
  background: transparent linear-gradient(180deg, #F8B018 0%, #F05A2A 100%) 0% 0% no-repeat padding-box;
  z-index: 999;
  box-shadow: 0px 3px 18px #F94D1594;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  bottom: 40px;
  border-radius: 50%;
  cursor: pointer;
}

.modal-dialog-centered {
  margin: 0 auto;
}

.modal-open .modal {
  background: rgba(0, 0, 0, 0.8);
}

.modal-dialog {
  max-width: 400px;
  padding-top: 80px;
}

.modal-dialog .modal-content {
  border-radius: 30px;
  border: 0px;
}

.modal-dialog .btn-close {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
}

.modal-dialog .modal-body {
  border-radius: 30px;
  padding: 38px 50px;
}

.modal-dialog .modal-body h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 25px;
}

.modal-dialog .modal-body h6 {
  text-align: center;
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin: 0 0 19px 0;
  padding: 0px;
  line-height: 18px;
}

.modal-dialog .modal-body h6 b {
  font-weight: 500;
}

.modal-dialog .modal-body .success_msg {
  display: block;
  text-align: center;
}

.modal-dialog .modal-body .success_msg h3 {
  font-weight: 500;
  font-size: 45px;
  line-height: 65px;
  color: #000000;
  padding: 0px;
  margin: 0 0 6px 0;
}

.modal-dialog .modal-body .success_msg p {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  padding: 0px;
  margin: 15px 0 0px 0;
}

.modal-dialog .modal-body form .sm-title {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  padding: 0 0 10px 0;
  margin: 0px;
}

.modal-dialog .modal-body form .form-group {
  margin-bottom: 20px;
}

.modal-dialog .modal-body form .form-group .form-select {
  height: 45px;
  border: 1px solid #6CA8D8;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  outline: none !important;
  box-shadow: none !important;
}

.modal-dialog .modal-body form .form-group .form-control {
  height: 45px;
  border: 1px solid #6CA8D8;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  outline: none !important;
  box-shadow: none !important;
}

.modal-dialog .modal-body form .form-group .form-control::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.modal-dialog .modal-body form .form-group i {
  font-weight: 400;
  font-size: 14px;
  color: #535353;
  display: block;
  text-align: right;
}

.modal-dialog .modal-body form .form-group.radio-group {
  display: flex;
  flex-wrap: wrap;
}

.modal-dialog .modal-body form .form-group.radio-group .form-check {
  width: 50%;
}

.modal-dialog .modal-body form .form-group.radio-group .form-check .form-check-input {
  border: 2px solid #6CA8D8;
  box-shadow: none !important;
}

.modal-dialog .modal-body .primary_btn {
  margin: 0 auto;
}

.modal-dialog .modal-body .ebookimg img {
  width: 185px;
  display: block;
  margin: 0 auto;
}

.modal-dialog .modal-body i {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #535353;
  text-align: center;
  font-style: normal;
  display: block;
}

.modal-dialog .modal-body .otp_varification {
  display: flex;
  justify-content: center;
}

.modal-dialog .modal-body .otp_varification .form-group {
  padding: 0 10px;
}

.modal-dialog .modal-body .otp_varification .form-group .form-control {
  width: 55px;
  height: 75px;
  text-align: center;
  font-size: 35px;
}

.modal-dialog .modal-body .otp_varification_actions {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.modal-dialog .modal-body .otp_varification_actions .back {
  font-weight: 400;
  font-size: 16px;
  color: #0D3453;
  text-decoration: underline;
  position: relative;
  padding: 0 0 0 10px;
  cursor: pointer;
}

.modal-dialog .modal-body .otp_varification_actions .back::after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  top: 8px;
  left: 0;
  background: transparent;
  border-right: 2px solid #0D3453;
  border-bottom: 2px solid #0D3453;
  transform: rotate(136deg);
}

.modal-dialog .modal-body .otp_varification_actions .resend {
  font-weight: 400;
  font-size: 16px;
  color: #1F79C1;
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (max-width: 565px) {
  .modal-dialog {
    align-items: flex-end;
    padding-top: 0px;
    height: 100vh;
    max-width: 100%;
  }

  .modal-dialog .modal-content {
    border-radius: 30px 30px 0 0 !important;
  }

  .modal-dialog .modal-body {
    padding: 30px;
  }
}

.e-book_sec {
  padding: 65px 0;
  background: #0D3453;
  overflow: hidden;
}

.e-book_sec .e-book_cnt {
  max-width: 890px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

.e-book_sec .e-book_cnt .e-book-text {
  width: calc(100% - 490px);
}

.e-book_sec .e-book_cnt .e-book-text h5 {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #ffffff;
  padding: 0px;
  margin: 0px 0 15px 0;
}

.e-book_sec .e-book_cnt .e-book-text p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  padding: 0px;
  margin: 0px 0 30px 0;
}

.e-book_sec .e-book_cnt .e-book-img {
  width: 490px;
}

.e-book_sec .e-book_cnt .e-book-img figure {
  padding: 0px;
  margin: 0px;
}

@media screen and (max-width: 767px) {
  .e-book_sec .e-book_cnt {
    flex-direction: column;
  }

  .e-book_sec .e-book_cnt .e-book-text {
    width: 100%;
    text-align: center;
    padding: 0 0 30px 0;
  }

  .e-book_sec .e-book_cnt .e-book-text .cta_wrap {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: #ffffff;
    width: 100%;
  }

  .e-book_sec .e-book_cnt .e-book-text .primary_btn {
    margin: 0 auto;
  }

  .e-book_sec .e-book_cnt .e-book-img {
    width: 100%;
  }

  .e-book_sec .e-book_cnt .e-book-img figure {
    text-align: center;
  }
}

.success_page {
  position: relative;
}

.success_page:after {
  content: '';
  max-width: 840px;
  width: 100%;
  height: 190px;
  background: url("../../images/success_bg.png") no-repeat center top;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 565px) {
  .success_page:after {
    background: url("../../images/success_bg_mobile.png") no-repeat center top;
  }
}

.success_banner {
  display: block;
  text-align: center;
  padding: 0 20px 40px 20px;
}

.success_banner figure {
  display: block;
  text-align: center;
  margin: 0 0 8px 0;
}

.success_banner h3 {
  font-weight: 500;
  font-size: 45px;
  line-height: 65px;
  color: #000000;
  padding: 0px;
  margin: 0px;
}

.success_banner p {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  padding: 0px;
  margin: 0px;
}

@media screen and (max-width: 767px) {
  .success_banner {
    padding: 0 20px 15px 20px;
  }

  .success_banner h3 {
    line-height: 45px;
  }

  .success_banner p {
    padding: 5px 10px 0;
  }
}

.booking_banner {
  padding: 0px 0 0 0;
}

.booking_banner .e-book_cnt {
  align-items: center;
}

.booking_banner .e-book_cnt .e-book-text ul {
  display: flex;
  padding: 0px;
  margin: 0px 0 0px 0;
}

.booking_banner .e-book_cnt .e-book-text ul li {
  margin-right: 20px;
}

.booking_banner .e-book_cnt .e-book-text ul li .knowmore_btn {
  background: #ffffff;
  color: #000000;
  width: 135px;
}

.booking_banner .e-book_cnt .e-book-img {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .booking_banner {
    border-radius: 30px 30px 0 0;
  }

  .booking_banner .e-book_cnt {
    position: relative;
    padding: 20px 35px 0 35px;
  }

  .booking_banner .e-book_cnt .e-book-text {
    padding: 0 30px 0px 30px;
  }

  .booking_banner .e-book_cnt .e-book-text h5 {
    display: none;
    font-size: 20px;
    line-height: 25px;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 59px;
  }

  .booking_banner .e-book_cnt .e-book-text p {
    font-weight: 600;
    padding: 20px 0 0 0;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .booking_banner .e-book_cnt .e-book-text ul {
    flex-direction: column;
    margin: 0 0 40px 0;
  }

  .booking_banner .e-book_cnt .e-book-text ul li {
    margin: 0px;
  }

  .booking_banner .e-book_cnt .e-book-text ul li .knowmore_btn {
    width: 200px;
    margin-top: 12px;
  }

  .booking_banner .e-book_cnt .e-book-img {
    margin-top: 0;
  }

  .booking_banner .e-book_cnt .e-book-img figure {
    border-bottom: 1px solid #486F8E;
  }

  .booking_banner .e-book_cnt .e-book-img figure img {
    max-width: 100%;
  }
}

#mobile_title {
  display: none;
}

#mobile_title h5 {
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #mobile_title {
    display: block;
  }
}

.float_horizontal_animate {
  transform: translatex(0px);
  animation: float_horizontal 4s ease-in-out infinite;
}

@keyframes float_horizontal {
  0% {
    transform: translatex(0px);
  }

  50% {
    transform: translatex(-10px);
  }

  100% {
    transform: translatex(0px);
  }
}

.float_vertical_animate {
  transform: translatey(0px);
  animation: float_vertical 4s ease-in-out infinite;
}

@keyframes float_vertical {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-10px);
  }

  100% {
    transform: translatey(0px);
  }
}

.mobile_cta_wrap {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile_cta_wrap {
    display: block;
    border-top: 1px solid #E4E4E4;
    position: sticky;
    bottom: -1px;
    left: 0px;
    width: 100%;
    background: #ffffff;
    text-align: center;
    padding: 15px 0;
    z-index: 99;
  }

  .mobile_cta_wrap .primary_btn {
    margin: 0 auto;
  }
}

.get_started {
  height: 120px;
  background: #0D3453;
  display: flex;
  justify-content: center;
  align-items: center;
}

.get_started p {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  padding: 0 40px 0 0;
  margin: 0px;
}

@media screen and (max-width: 767px) {
  .get_started {
    flex-direction: column;
    height: auto;
    padding: 40px 40px;
  }

  .get_started p {
    padding: 0 0 15px 0;
    text-align: center;
  }
}

.ebook_page {
  background: #0D3453;
}

.ebook_page .back {
  font-weight: 400;
  position: absolute;
  right: 20px;
  top: 12px;
  width: auto;
  font-size: 16px;
  color: #ffffff;
  text-decoration: underline;
  padding: 0 0 0 12px;
  cursor: pointer;
}

.ebook_page .back::after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  top: 8px;
  left: 0;
  background: transparent;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(136deg);
}

.ebook_page .e-book_sec {
  min-height: calc(100vh - 172px);
  padding: 0px;
  display: flex;
  align-items: center;
}

.ebook_page .e-book_sec .e-book_cnt .e-book-img {
  width: auto;
}

.ebook_page .e-book_sec .e-book_cnt .e-book-text {
  width: 380px;
}

@media screen and (max-width: 767px) {
  .ebook_page .back {
    position: relative;
    top: 0px;
    left: 20px;
  }

  .ebook_page .e-book_sec {
    min-height: auto;
    padding: 30px 0;
  }

  .ebook_page .e-book_sec .e-book_cnt {
    padding: 0 20px;
  }

  .ebook_page .e-book_sec .e-book_cnt .e-book-text {
    width: 100%;
  }

  .ebook_page .e-book_sec .e-book_cnt .e-book-img {
    width: 100%;
  }

  .ebook_page .e-book_sec .e-book_cnt .e-book-img figure img {
    max-width: 90%;
  }
}



.btn-back {
  font-weight: 400;
  position: absolute;
  left: 20px;
  top: 0px;
  width: auto;
  font-size: 16px;
  color: #ffffff;
  text-decoration: underline;
  padding: 0 0 0 12px;
  cursor: pointer;
}

.btn-back::after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  top: 19px;
  left: 0;
  background: transparent;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(136deg);
}

.btn-back:hover {
  color: #fff;
}


.banner_bottom h2 {
	text-align: center;
	max-width: 100%;
	margin: 0 auto 20px;
	text-align: center;
	font-weight: 600;
	font-size: 25px;
	color: #000000;
	position: relative;
	z-index: 999;
}

.txtwobble {
  animation-duration: 1.8s;
  animation-fill-mode: both;
  animation-iteration-count: 2;
  animation-name: txtwobble;
}
@keyframes txtwobble {
  0% {
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-15%);
  }

  30% {
    transform: translateX(10%);
  }

  45% {
    transform: translateX(-15%);
  }

  60% {
    transform: translateX(10%);
  }

  75% {
    transform: translateX(-5%);
  }

  100% {
    transform: translateX(0%);
  }
}


.radio-group.onlytitle .colleges_block p {
  display: none !important;
}

.radio-group.onlytitle .colleges_block h5 {
  background: none !important;
  border: 0 !important;
  height: auto;
  padding: 0;
  text-align: center;
  justify-content: center;
}

.radio-group.onlytitle .colleges_block {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radio-group.onlytitle .info_sec {
  display: none;
}


.error_bc{
  border-color: #dc3545 !important;
}

.info_sec{
  display: none;
}
.fixed-footerlinks { display: none;}
@media screen and (max-width: 767px) {
  .fixed-footerlinks {
    position: fixed;
    bottom: -75px;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 10px;
    display: block;
    z-index: 9;
  }

  .fixed-footerlinks .booksessionEnroll {
    margin: 5px 0 0;
  }

  .fixed-footerlinks.smart-scroll.scrolled-down {
    transition: all 0.3s ease-in-out;
  }

  .fixed-footerlinks.smart-scroll.scrolled-up {
    bottom: 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 5px #00000029;
  }
}

/*# sourceMappingURL=style.css.map */