@font-face {
  font-family: "FontAwesome";
  src: url("../assets/fonts/Font_awesome/fontawesome-webfont.eot?v=4.0.3");
  src: url("../assets/fonts/Font_awesome/fontawesome-webfont.eot?#iefix&v=4.0.3")
      format("embedded-opentype"),
    url("../assets/fonts/Font_awesome/fontawesome-webfont.woff?v=4.0.3")
      format("woff"),
    url("../assets/fonts/Font_awesome/fontawesome-webfont.ttf?v=4.0.3")
      format("truetype"),
    url("../assets/fonts/Font_awesome/fontawesome-webfont.svg?v=4.0.3#fontawesome")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-times:before {
  content: "\f00d";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-university:before {
  content: "\f19c";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-angle-left:before {
  content: "\f104";
}
.fa-file:before {
  content: "\f15b";
}
.fa-upload:before {
  content: "\f093";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-check:before {
  content: "\f00c";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-home:before {
  content: "\f015";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
i.icon.calendar:before {
  content: "\f073";
  font-family: "FontAwesome";
}
.chevron.left.icon {
  content: "\f054";
  font-family: "FontAwesome";
}
.chevron.right.icon {
  content: "\f053";
  font-family: "FontAwesome";
}
.fa-exclamation-circle:before {
  content: "\f071";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-spinner:before {
  content: "\f110";
}
body {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  background: #fafafa;
  font-size: 14px;
  color: #2f3046;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Outfit', sans-serif!important;
  font-weight: 600!important;
  margin: 0;
}

button {
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #2f3046 !important;
}

.btn-primary,
.btn-white {
  min-width: 110px;
  height: 40px;
  border-radius: 20px;
  background-color: #42b87b;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  padding: 9px 10px;
  border-color: #42b87b;
  font-family: 'Outfit', sans-serif!important;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  border-color: #42b87b;
  color: #fff;
  border-width: 1.4px;
  transition: all ease 0.3s;
}
.btn-white {
  border-color: #fff;
  background-color: #fff;
  color: #2f3046;
}

.btn-primary:hover {
  background-color: #3d9467;
  cursor: pointer;
  border-color: #3d9467;
}
.btn-white:hover {
  background-color: #fff;
  cursor: pointer;
  border-color: #3d9467;
}

.btn-primary.transparent {
  background-color: transparent;
  color: #2f3046;
}

.btn-primary.transparent:hover {
  border-color: rgba(66, 184, 123, 0.54);
}

.btn-secondary {
  min-width: 110px;
  height: 40px;
  border-radius: 20px;
  background-color: #2f3046;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  padding: 9px 10px;
  border-color: #2f3046;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-width: 1.4px;
}

.btn-secondary:hover {
  background-color: #535466;
  cursor: pointer;
  border-color: #535466;
}

.btn-secondary.transparent {
  background-color: transparent;
  color: #2f3046;
}

.btn-ghost {
  min-width: 110px;
  height: 40px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  padding: 9px 10px;
  border-color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #2f3046;
  border-width: 1.4px;
}

.btn-ghost:hover,
.btn-ghost:focus {
  box-shadow: 0 0 6px 0 #408dd1;
}

/* .btn-secondary.transparent:hover {
	border-color: rgba(66, 184, 123, 0.54);
} */

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #42b87b;
  border-color: #42b87b;
}

.btn-primary:focus {
  color: #fff;
  background-color: #42b87b;
  border-color: #42b87b;
  box-shadow: 0 0 0 0.2rem rgba(66, 184, 123, 0.54);
}
.modal .login_cont_div .form .dropdown .icon {
  min-width: 16px !important;
  right: 14px !important;
  top: 15px !important;
}
.ui.form .field .error .ui.dropdown,
.ui.form .fields .error .ui.dropdown {
  border-color: transparent !important;
}
.ui.form .error .default.text {
  color: #9f3a38 !important;
  display: none;
}

/* Header - Starts */

.navbar {
  border-bottom: 2px solid rgba(151, 151, 151, 0.24);
}

.navbar {
  padding: 12px;
}

.main-logo {
  display: flex;
  align-items: center;
}

.main_logo img {
  display: inline-block;
  height: 40px;
  width: auto;
}

.main_logo a {
  display: block;
  padding: 0 10px;
}

.logo_link p {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  color: #173e83;
  font-size: 20px;
  line-height: 24px;
}

.logo_link p span {
  font-weight: 700;
  font-size: 20px;
}

.side_menu .nav {
  margin: 0 88px;
  width: 60%;
}

.side_menu {
  width: 50%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 2;
  transition: 0.5s;
  left: -50%;
  transition: all 400ms ease;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
body.menu-open {
  overflow: hidden;
}

body.menu-open .side_menu {
  left: 0;
  box-shadow: 10px 2px 12px 0 rgba(0, 0, 0, 0.1);
}

body.menu-open #overlay {
  display: block;
}

.side_menu .nav-item {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}
.side_menu .nav-item:last-child {
  border-bottom: 0;
}

.side_menu .nav-link {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  display: inline-block;
  padding: 12px 0 15px;
  color: #2f3046;
  font-weight: 500;
}

.close_icon {
  float: right;
  padding: 10px;
  margin: 34px 44px 2px;
}

.nav_menu .fa-bars {
  font-size: 22px;
  color: #173e83;
}

.nav_chat .fa-comment-o {
  font-size: 22px;
  color: #2f3046;
}

.close_icon .fa-times {
  font-size: 26px;
  color: #2f3046;
}

.breadcrumb_wrap {
  background: #f6f6f6;
  padding: 15px 0;
}

.breadcrumb_wrap li a {
  color: #2f3046;
  font-size: 14px;
}

.breadcrumb_wrap .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}

.breadcrumb_wrap li a i {
  color: #979797;
  font-size: 18px;
  padding-right: 5px;
}

.page_title {
  background: linear-gradient(180deg, #3372b9 0%, #173e83 100%);
  color: #fff;
  padding: 50px 0;
}

.page_title h2 {
  font-size: 40px;
  letter-spacing: 0.8px;
  line-height: 48px;
}
.navbar .container-fluid {
  align-items: center;
  justify-content: center;
}
.navbar .nav_menu {
  margin-right: auto;
}
.navbar .nav_chat {
  margin-left: auto;
}
.navbar .nav_menu + .main_logo {
  padding-left: 80px;
}
.nav_rgt {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav_rgt li {
  display: inline-block;
  padding-left: 18px;
  position: relative;
}
.nav_rgt li:first-of-type {
  padding-left: 0;
}
.nav_rgt .list-group {
  display: none;
  position: absolute;
  top: 34px;
  right: -20px;
  width: 275px;
  background-color: #ffffff;
  box-shadow: 0 22px 42px 0 rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.nav_rgt .list-group-item {
  background: #ffffff;
  border: 0;
  border-bottom: 1px solid #c0c0c754 !important;
  padding: 23px 34px;
  font-size: 14px;
  line-height: 17px;
  color: #2f3046;
  text-align: center;
}
.nav_rgt .list-group .fa-caret-up {
  position: absolute;
  top: -19px;
  right: 23px;
}
.nav_rgt .list-group .fa-caret-up:before {
  content: "\f0d8";
  font-family: "FontAwesome";
  font-size: 30px;
  box-shadow: 0 8px 5px -24px rgb(83 75 109 / 87%);
  color: #fff;
}
.nav_rgt a {
  transition: 0.3s all;
}
.nav_rgt a:hover,
.nav_rgt .list-group-item.active {
  font-weight: 600!important;
}
.nav_rgt .list-group-item.active {
  cursor: default;
}
/* Header - Ends */

/* Hero section - Starts */

.dashboard_head {
  padding-top: 50px;
}

.dashboard_head .container {
  width: 880px;
}

.dashboard_head .container .col-md-4 {
  padding-right: 7px;
  padding-left: 7px;
}
.dashboard_head .small_card:hover {
  color: #2f3046;
  box-shadow: 0 0 7px 0 rgba(64, 141, 209, 0.52);
}
.dashborad_title {
  font-size: 30px;
  line-height: 36px;
  color: #2f3046;
  width: 100%;
  margin-bottom: 10px;
}
.dash_nonlg_heading {
  text-align: center;
}
.small_card {
  display: block;
  padding: 20px 34px;
  box-shadow: 0 1px 1px 0px #ff6600;
  border-bottom: 3px solid #ff6600;
  border-radius: 4px;
  color: #2f3046;
  transition: all ease 0.3s;
}

.card_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  margin: 0 auto;
}

.card_body {
  display: flex;
  align-items: center;
}

.card_body .fa {
  font-size: 26px;
}

.hero_section {
  margin-top: 42px;
}

.hero_section .container-fluid {
  padding: 0;
}

.hero_image {
  background: url("../assets/images/dashboard_hero_desktop.jpeg") no-repeat
    center center/cover;
  height: 343px;
  position: relative;
  text-align: center;
  width: 100%;
}

.hero_img_content {
  width: 635px;
  margin: 0 auto;
  padding-top: 25px;
}

.hero_img_content h2 {
  font-size: 34px;
  line-height: 38px;
  color: #fff;
  margin-bottom: 26px;
}

.hero_img_content .btn {
  width: 151px;
  margin-right: 20px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 15px;
}
.hero_img_content .btn:last-child {
  margin-right: 0;
}
.cross_banner {
  position: relative;
  height: 508px;
}

.cross_banner .cutout {
  transform: rotate(180deg);
  width: 100%;
  height: 204px;
  position: absolute;
  overflow: hidden;
  top: 0;
}

.cross_banner .cutout .content {
  background: linear-gradient(180deg, #2f3046 0%, #2f3046 100%);
  transform: skewY(-5deg);
  width: 200%;
  height: 200%;
}

.main_links {
  position: absolute;
  top: 65px;
  left: calc(50% - 283px);
  border-radius: 7px;
  background-color: #ffffff;
  box-shadow: 0 0 16px 0 rgba(47, 48, 70, 0.28);
  width: 566px;
  padding: 50px 56px;
}
.main_links h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

.main_links_ul {
  padding: 0;
  margin: 0;
}

.main_links_ul li {
  list-style: none;
}

.main_links_ul li:last-child a {
  border: 0;
  padding-bottom: 0;
}

.main_links_ul a {
  font-size: 18px;
  line-height: 22px;
  color: #2f3046;
  display: flex;
  align-items: center;
  padding: 13px 0 13px;
  border-bottom: 1px solid #ebebeb;
}

.main_links_ul a .fa {
  margin-left: auto;
  color: #ff6702;
}
.main_links_ul a:hover > .arrow_right_orange {
  margin-right: 20px;
}
.arrow_right_orange {
  background: url(../assets/icons/arrow-right-orange.svg) 0 0 no-repeat;
  width: 14px;
  height: 14px;
  margin-left: auto;
  margin-top: 2px;
  margin-right: 30px;
  display: inline-block;
  transition: all ease 0.3s;
}

/* Hero section - End */

/* Dashboard mid pod - Start */

.dash_pod_heading {
  width: 100%;
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 36px;
  color: #2f3046;
  display: flex;
  align-items: center;
}

/* Dashboard mid pod - Start */

#overlay,
#formEditoverlay {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  overflow: hidden;
  background: #d8d8d8;
  opacity: 0.7;
}
#formEditoverlay {
  display: none;
  backdrop-filter: opacity(0.5);
  /* filter: blur(5px); */
  background: rgb(0 0 0 / 60%);
}
/* Welcome screen */

.welcomescreen {
  width: 100%;
  color: #fff;
}

.banner {
  background: url(../assets/images/bg_image.jpeg) no-repeat center top/cover;
  height: 380px;
}

.cutout {
  transform: skewY(0deg);
  width: 100%;
  height: calc(100% + 120px);
  position: absolute;
  overflow: hidden;
  top: -120px;
}

.cutout .content {
  background: linear-gradient(180deg, #3372b9 0%, #173e83 100%);
  transform: skewY(-5deg);
  width: 200%;
  height: 200%;
}

.mid-content .triangle {
  width: 0;
  height: 0;
  border-left: 120px solid transparent;
  border-right: 160px solid transparent;
  border-bottom: 220px solid #2f3046;
  transform: rotate(-157deg);
  opacity: 0.19;
  position: absolute;
  right: 200px;
  bottom: 170px;
  border-radius: 15px;
}

.mid-content {
  position: relative;
  /* height: 400px; */
}

.login_section {
  background: #fff;
  border-radius: 5px;
  padding: 44px 20px 42px;
  box-shadow: 0 0 16px 0 rgba(47, 48, 70, 0.28);
}

.midwrap {
  position: absolute;
  z-index: 1;
  top: -220px;
  width: 50%;
  max-width: 565px;
  min-width: 565px;
}

.midwrap h2 {
  color: #2f3046;
  font-size: 30px;
  line-height: 36px;
  font-weight: normal;
  margin-bottom: 38px;
}

.midwrap .optionalheading {
  width: 100%;
}

.loginwrap a {
  width: 205px;
  margin: 0 0 20px !important;
  font-size: 12px;
  line-height: 1.8;
}

.loginwrap a:last-child {
  margin: 0 !important;
  font-size: 14px;
  font-weight: 500;
}

.btn-link {
  color: #2f3046;
  text-decoration: underline;
  font-size: 14px;
}
.btn-link:hover {
  color: #2f3046;
  text-decoration: none;
}
.password_field {
  position: relative;
  margin-bottom: 32px!important;
}
.password_field .btn {
  position: absolute;
  bottom: -38px;
  right: -10px;
  width: auto;
  font-size: 13px!important;
  color: #2f609e;
}
.login_splitter {
  color: #212529;
  display: block;
  margin: 0 auto;
  width: 20px;
  font-weight: 700;
}
.termscondition {
  padding: 22px;
  font-weight: 500;
}

.termscondition p {
  width: 45%;
  font-size: 14px;
}

.termscondition a {
  color: #fff;
  text-decoration: underline;
}
.termscondition a:hover {
  text-decoration: none;
}

.modal-backdrop {
  background: #d8d8d8;
  opacity: 0.7;
}

.dash_pod_heading a {
  font-size: 15px;
  line-height: 18px;
  color: #2f3046;
  margin-left: auto;
  border-bottom: 2px solid #42b87b;
}

.dash_mid_wrap .row {
  position: relative;
}

.dash_mid_wrap .card {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  transition: 0.3s all ease;
}
.dash_mid_wrap .card:hover .card_uni_image::before {
  opacity: 0;
}
.dash_mid_wrap .swiper-container {
  width: 100%;
  padding: 10px;
  margin: -10px;
}

.dash_mid_wrap .swiper-slide {
  width: 252px;
  border: 0;
  overflow: hidden;
}
.card:nth-of-type(n + 0) .card_uni_image:before {
  background: linear-gradient(180deg, #3372b9 0%, #173e83 100%);
  opacity: 55%;
}
.card:nth-of-type(2n + 0) .card_uni_image:before {
  background: linear-gradient(215.49deg, #5c5b5b 0%, #000000 100%);
  opacity: 55%;
}
.card:nth-of-type(3n + 0) .card_uni_image:before {
  background: linear-gradient(26.39deg, #bf0101 0%, #ff6a6a 100%);
  opacity: 55%;
}
.card:nth-of-type(4n + 0) .card_uni_image:before {
  background: linear-gradient(180deg, #ff9f00 0%, #ff6600 100%);
  opacity: 55%;
}
.dash_mid_wrap .card-img-top {
  display: block;
  border-radius: 5px 5px 0 0;
}

.dash_mid_wrap .swiper-button-next,
.dash_mid_wrap .swiper-button-prev {
  padding: 10px;
  background: #d8d8d8;
  width: 65px;
  height: 65px;
  border-radius: 50px;
}

.dash_mid_wrap .swiper-button-next:after,
.dash_mid_wrap .swiper-button-prev:after {
  font-size: 20px;
  color: #2f3046;
  display: none;
}

.dash_mid_wrap .swiper-button-prev {
  left: -9%;
}

.dash_mid_wrap .swiper-button-next {
  right: -8%;
}

.chevron-left {
  background: url(../assets/icons/chevron-left.svg) 0 0 no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 5px;
}
.chevron-right {
  background: url(../assets/icons/chevron-right.svg) 0 0 no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 5px;
}
.campuses {
  background: url(../assets/icons/campuses.svg) 0 0 no-repeat;
  width: 19px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: -1px 6px 0 -2px;
}
.map-pin {
  background: url(../assets/icons/map-pin.svg) 0 0 no-repeat;
  width: 20px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 2px 1px 0 0;
}
.award {
  background: url(../assets/icons/award.svg) 0 0 no-repeat;
  width: 19px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 3px 0 0;
}

.dash_artcile_wrap {
  padding: 62px 0 60px;
}
.dash_artcile_wrap .card {
  margin-bottom: 10px !important;
  padding: 12px 0 12px 12px;
}
.dash_artcile_wrap .card:hover {
  box-shadow: 0 0 6px 0 rgba(15, 152, 255, 0.78);
}
.dash_artcile_wrap .card-body {
  padding: 0;
  padding-right: 20px;
}
.dash_artcile_wrap .artical_small_img {
  display: flex;
  align-items: center;
}

.artical_small_img img {
  max-width: 100%;
}

.dash_artcile_wrap h4 {
  line-height: 17px;
  font-size: 14px;
  margin-bottom: 6px;
  letter-spacing: 1.82px;
}

.dash_artcile_wrap h4 a {
  line-height: 18px;
  font-size: 15px;
  letter-spacing: 0;
}
.dash_artcile_wrap .card-title {
  font-size: 14px;
  line-height: 18px;
  color: #404b51;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dash_artcile_wrap .card-text {
  font-size: 14px;
  line-height: 18px;
  color: #979797 !important;
}
.dash_mid_wrap .swiper-slide .cutout {
  transform: none;
  height: 90px;
  bottom: 0;
  top: auto;
}

.dash_mid_wrap .swiper-slide .content {
  transform: skewY(-16deg);
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}

.artical_right_pod {
  margin-left: auto;
}

.dash_artcile_wrap .row {
  color: #404b51;
}

.artical_right_pod .card-text {
  color: #979797;
}

.dash_mid_wrap .card-avatar {
  box-sizing: border-box;
  height: 75px;
  width: 75px;
  border: 5px solid #ffffff;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 18px;
  bottom: 30px;
  display: flex;
  align-items: center;
  flex-flow: row;
}
.dash_mid_wrap .swiper-wrapper .card-body {
  padding: 0 18px 15px 18px;
}
.dash_mid_wrap .card-avatar img {
  width: 100%;
}

.dash_mid_wrap .card-body p {
  color: #2f3046;
}

.dash_mid_wrap .swiper-slide .card-body p {
  margin-bottom: 10px;
}
.dash_mid_wrap .swiper-slide .card-body p:last-child {
  margin-bottom: 0;
}

.dash_mid_wrap .card-body .fa {
  color: #d6d6db;
  vertical-align: middle;
  width: 18px;
  text-align: center;
  margin-right: 5px;
}

.dash_mid_wrap .card_text {
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 25px);
  font-size: 14px;
}
.card_uni_image {
  position: relative;
}
.card_uni_image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(0 0 0 / 0.3);
  transition: all 0.5s ease;
}

/* Dashboard mid pod - End */
/* My applications - Start */
.applist_wrap {
  padding: 40px 0;
  min-height: 400px;
}
.my_appln_list .card {
  border: 0;
}
.my_appln_list .card a.card_link {
  position: absolute;
  width: 100%;
  height: 100%;
}
.my_appln_list .card a.card_link:hover + .card-body {
  box-shadow: 0 0 6px 0 rgba(15, 152, 255, 0.78);
}
.my_appln_list .card-body {
  padding: 20px 28px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  transition: all ease 0.5s;
}
.my_appln_list p {
  margin: 0;
}
.my_appln_list .card-title {
  font-weight: 500!important;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 0;
  color: #2f3046;
  margin: 0;
}
.appln_det {
  width: calc(100% - 71px);
}
.appln_det .appln_num {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}
.appln_det .appln_due {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #858592;
}
.appln_circle {
  border: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  border-radius: 2px;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #404b51;
  padding: 0 6px;
  min-width: 71px;
  height: 20px;
}
.appln_circle span:not(.application_status_code) {
  border-radius: 50px;
  margin-right: 4px;
  width: 6px;
  height: 6px;
  display: inline-block;
}
.appln_circle .fa-star-o {
  font-size: 14px;
  color: #00bcfc;
  padding-right: 2px;
}
.small_circle_yellow {
  background: #f0c005;
}
.small_circle_green {
  background: #00b239;
}
.small_circle_grey {
  background: #c0c0c7;
}
.small_circle_blue {
  background: #497fd7;
}
.small_circle_confirm {
  margin: -3px 7px 0 -3px !important;
}
.small_circle_confirm::before {
  background: url(../assets/icons/star-blue.svg) 0 0 no-repeat;
  width: 13px;
  height: 13px;
  opacity: 1;
  content: "";
  display: inline-block;
  background-size: 11px;
}
.appln_uni_logo {
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  width: 36px;
  margin-right: 10px;
  box-shadow: 0 0 2px 0 rgba(47, 48, 70, 0.28);
}
.appln_uni_logo img {
  max-width: 100%;
}
.appln_uni_info {
  width: calc(100% - 46px);
}
.appln_uni_info h5 {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #404b51;
}
.appln_uni_info p {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #2f3046;
}
.my_appln_list .col-12 {
  margin-bottom: 21px;
  color: #2f3046;
}
.card_status {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 14px;
}
.card_status p.appln_due {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  opacity: 65%;
}
.application_det .appln_due {
  display: none;
}
.my_appln_list .card-bar {
  width: 298px;
  font-weight: 500;
  font-size: 10.4px;
  color: #2f3046;
  border-radius: 2px;
  text-align: center;
  height: 25px;
  line-height: 25px;
}

.my_appln_list .status_red {
  border: 1px solid #da8b8b;
  color: #2f3046;
  background: #f7e6e6;
}
.my_appln_list .status_green {
  background-color: rgb(66 184 123 / 20%);
  border: 1px solid #00b239;
  color: #2f3046;
}
.my_appln_list .status_grey {
  background: rgba(47, 48, 70, 0.05);
  border: 1px solid #c0c0c7;
  color: #2f3046;
}
.my_appln_list .status_yellow {
  background: rgba(255, 187, 17, 0.1);
  border: 1px solid #ffbb11;
  color: #2f3046;
}
.my_appln_list .status_blue {
  background: rgba(64, 141, 209, 0.08);
  border: 1px solid #408dd1;
  color: #2f3046;
}

.my_appln_list .appln_uni_pod .appln_uni_info p {
  font-weight: 600;
}

.my_appln_list .card {
  margin-bottom: 21px;
  color: #2f3046;
}

.application_det {
  display: flex;
  justify-content: space-between;
}

.application_det .app_info .appln_num {
  color: #2f3046;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  margin-right: 10px;
}
.application_det .dropdown .btn.dot_menu {
  background: #f7f7f7;
  border-radius: 20px;
  line-height: normal;
  width: 29px;
  height: 29px;
  text-align: center;
  padding: 2px 0 0;
  position: relative;
  top: 5px;
}
.application_det .dropdown i {
  color: #2f3046;
}

.application_det .dropdown-toggle::after {
  display: none;
}

.application_det .dropdown .dropdown-menu {
  left: auto !important;
  right: -28px !important;
  top: 10px !important;
  transform: translate3d(0px, 29px, 0px) !important;
  width: 276px;
  border: 0;
  box-shadow: -10px 12px 20px 0px rgba(0, 0, 0, 0.3);
  margin: 0;
  padding: 0;
}
.application_det .dropdown .dropdown-menu .dropdown-item {
  border-bottom: 1px solid rgb(192 192 199 / 0.4);
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  padding: 20px 30px;
}
.application_det .dropdown .dropdown-menu .dropdown-item:active {
  color: inherit;
  text-decoration: none;
  background-color: inherit;
}
.application_det .dropdown .dropdown-menu .dropdown-item:last-child {
  border: 0;
  cursor: pointer;
}
.application_det .dropdown .dropdown-menu .dropdown-item:hover {
  font-weight: 500;
}
.doc_success span {
  background: #f3fbf6;
}
.appln_tab_wrap {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  background: #fff;
}
.appln_head_tab .nav {
  margin: 0;
}
.appln_head_tab {
  /* width: calc(100% - 180px); */
  display: flex;
  flex-wrap: wrap;
}
.appln_head_tab .nav-item {
  position: relative;
  overflow: hidden;
}
.appln_head_tab .nav-item a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.appln_head_tab .nav-item a.active::after {
  background: #ff6600;
}
.appln_head_tab .nav-item a.active::after {
  opacity: 1 !important;
}
.appln_head_tab .nav-item a:after {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  -webkit-transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
  transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
  margin-right: 1px;
  opacity: 1;
}
.appln_head_tab .nav-link {
  padding: 21px 20px 16px;
  line-height: 17px;
  color: #2f3046;
  border-bottom: 5px solid #ffffff;
  min-width: 120px;
  text-align: center;
}
.appln_head_tab .nav-link.active,
.appln_head_tab .nav-link:hover {
  font-weight: 600;
}
.appln_tab_btn {
  width: 154px;
  display: flex;
  align-items: center;
}
.appln_tab_btn > .btn {
  font-size: 12px;
  line-height: 21px;
  width: 160px;
}
.application_status {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.application_status .list-group {
  width: 308px;
  justify-content: space-between;
}
.application_status .list-group .list-group-item {
  background-color: rgba(255, 255, 255, 0.17);
  border: 1px solid #fff;
  text-align: center;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 12px;
  min-width: 90px;
}
.application_status .list-group-item span {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.application_status .list-group-item p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}

.appln_detail_head {
  padding-bottom: 70px;
}

.top_midwrap {
  position: relative;
  margin-top: -190px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}
.appuniv_detail {
  display: flex;
  justify-content: space-between;
}
.appuniv_detail .card_status {
  margin-bottom: 0;
  flex-direction: column;
}
.appuniv_detail .card_status p.appln_due {
  margin: 10px 0 6px;
  line-height: 18px;
}
.appln_detail_head .my_appln_list {
  width: 100%;
}
.appln_detail_head .my_appln_list .card-body {
  /* padding: 50px; */
  padding: 50px 50px 10px;
  border-radius: 0;
  box-shadow: none;
}
.appldetailtab.appln_tab_wrap {
  width: 100%;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.14);
}
.appldetailtab.appln_tab_wrap .container {
  max-width: 750px;
}

.appln_detail_head .appln_det p {
  margin: 0;
}
.appln_detail_head .appln_det {
  width: 170px;
  margin-right: 25px;
}

.appln_detail_head .appln_det .appln_num {
  font-size: 14px;
  padding-bottom: 6px;
  font-weight: 600;
}
.appln_detail_head .appln_det .appln_due {
  font-size: 14px;
  line-height: 18px;
}
.appln_head_info {
  margin-top: 40px;
  border-bottom: 2px solid #ececec;
  padding-bottom: 28px;
}
.appln_head_info h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #2f3046;
  margin-bottom: 15px;
}
.appln_head_info .appln_uni_info h5 {
  font-size: 14px;
  color: #404b51;
  line-height: 18px;
}
.appln_head_info .appln_uni_info p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.appln_doc_status h3 {
  font-weight: 500!important;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 6px;
}
.status_box {
  width: 60.87px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 32px;
  margin-right: 10px;
  padding: 0 5px;
}
.accepted {
  border: 1px solid #42b87b;
  border-radius: 4px;
  background-color: rgb(66 184 123 / 20%);
}
.missing {
  border: 1px solid #ffbb11;
  border-radius: 4px;
  background-color: rgba(255, 187, 17, 0.08);
}
.pending {
  border: 1px solid #408dd1;
  border-radius: 4px;
  background-color: rgba(64, 141, 209, 0.08);
}
.rejected {
  border: 1px solid #e96453;
  border-radius: 4px;
  background-color: rgba(233, 100, 83, 0.08);
}
.status_box span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 9.6px;
  line-height: 14.4px;
  font-weight: 500;
}
.status_count {
  line-height: 16px;
  font-size: 13.31px !important;
  font-weight: 600!important;
  margin-top: 3px !important;
}
.status_wrap {
  display: flex;
  align-items: center;
}
.appln_optn_list {
  width: 746px;
  margin: 0 auto;
  padding: 30px 0 0;
}
.appln_optn_list ul {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.appln_optn_list li {
  list-style: none;
  color: #404b51;
}
.appln_optn_list li p {
  line-height: 14px;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.appln_optn_list li span {
  line-height: 10px;
}
.appln_optn_list > h3.doc_hd {
  margin-bottom: 15px !important;
}
.application_docwrap {
  width: 100%;
}
.application_docwrap .container {
  max-width: 750px;
}
.application_docwrap h3.doc_hd {
  font-size: 18px;
  line-height: 22px;
  color: #2f3046;
  width: 100%;
  margin-bottom: 5px;
}
.doc_wrap.multiple_card h3.doc_hd .doc_hd_ttl {
  cursor: pointer;
}
.doc_wrap {
  padding: 16px 56px 20px;
  background: #fff;
  width: 100%;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.11);
  margin-bottom: 20px;
  border-radius: 6px;
  border: 1px solid rgba(151, 151, 151, 0.22);
  position: relative;
}
.doc_wrap::before {
  content: "";
  background: url(../assets/icons/file-text.svg) 0 0 no-repeat;
  width: 12px;
  height: 14px;
  margin: 0;
  position: absolute;
  left: 23px;
  top: 18px;
  opacity: 0.7;
}
.doc_upload {
  margin-bottom: 10px;
}
.doc_upload:last-child {
  margin-bottom: 0;
}
.doc_wrap h3.doc_hd {
  font-weight: 500!important;
  margin-bottom: 7px;
  width: 67%;
}
.doc_upload h4,
.doc_wrap .doc_hd + h4 {
  font-size: 14px;
  color: #2f3046;
  line-height: 17px;
  margin-bottom: 12px;
  max-width: 60%;
  font-weight: 300!important;
}
.doc_upload {
  display: flex;
  justify-content: space-between;
}
.upload_info_wrap .doc_upload {
  flex-direction: column;
}
.appln_upload_data {
  display: none;
}
.file_load i {
  opacity: 0.7;
}
.file_load a {
  font-weight: 500;
  font-size: 11.2px;
  line-height: 14.4px;
  color: #404b51;
  display: inline-block;
  width: calc(100% - 13px);
  margin-left: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.file_load .fa-long-arrow-right {
  margin-top: 2px;
}
.file-text {
  background: url(../assets/icons/file-text.svg) 0 0 no-repeat;
}
.file-upload {
  background: url(../assets/icons/share-black.svg) 0 0 no-repeat;
}
.check-circle {
  background: url(../assets/icons/check-circle.svg) 0 0 no-repeat;
}
.close-icon {
  background: url(../assets/icons/x-red.svg) 0 0 no-repeat;
}
.file_load span {
  width: 11px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.doc_upload .upload_box .doc_label {
  cursor: pointer;
}
.doc_upload .upload_box.uploaded label {
  border: 1px solid #04b33c;
}
.doc_upload .upload_box.uploaded .file_load .file-upload {
  display: none;
}
.doc_upload .upload_box.uploaded .file_load .check-circle {
  display: block;
  width: 19px;
  height: 19px;
}
.doc_upload .upload_box .file_load .check-circle {
  display: none;
}
.doc_upload .upload_box .file_load .close-icon {
  display: none;
}
.file_load p {
  width: calc(100% - 25px);
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 9px;
  margin: 0;
  font-weight: 500;
  color: #404b51;
  font-size: 12px;
  line-height: 15.32px;
}
.doc_upload .doc_label,
.doc_upload label {
  border: 1px solid rgba(151, 151, 151, 0.22);
  border-radius: 6px;
  padding: 6px 10px;
  width: 190px;
  margin: 0;
  /* height: 29.85px; */
  display: inline-block;
}
.doc_upload .file_load {
  display: flex;
  /* justify-content: space-between; */
  font-size: 14px;
  color: #404b51;
  word-break: break-word;
  /* align-items: center; */
}
.doc_wrap:last-child {
  margin-bottom: 0;
}
.doc_upload .upload_box {
  position: relative;
  margin-top: -15px;
  width: 190px;
}
.doc_upload .doc_label,
.doc_upload label {
  margin-bottom: 10px;
}
.doc_upload .upload_box.upload_box_btn {
  margin-top: -20px;
}
.upload_info_wrap.upload_pending,
.upload_info_wrap.upload_offer {
  border-left: 5px solid #ffbb11;
}
.upload_info_wrap.upload_error {
  border-left: 5px solid #ee8376;
}
.upload_info_wrap.missing_status,
.doc_wrap.missing_status {
  border-left: 5px solid #ffbb11;
}
.upload_info_wrap.pending_status,
.doc_wrap.pending_status {
  border-left: 5px solid #408dd1;
}
.upload_info_wrap.further_document_status,
.doc_wrap.further_document_status {
  border-left: 5px solid #ff763b;
}
.upload_info_wrap.upload_success,
.doc_wrap.upload_success {
  border-left: 5px solid #42b87b;
}
.doc_wrap.upload_error {
  border-left: 5px solid #ee8376;
}
.upload_info_wrap.upload_error .errorinfo_wrap,
.upload_info_wrap.upload_error .errorinfo_wrap {
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-width: 1px 0 0;
  padding: 15px;
}
.upload_info_wrap .error_info h3 {
  color: #ee8376;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
}
.upload_info_wrap .error_info p {
  color: #2f3046;
  font-size: 14px;
  line-height: 17px;
}
.upload_info_wrap .error_info button {
  background: #2f3046;
  font-size: 12px;
  width: 206px;
  border-color: #2f3046;
}
/* .upload_info_wrap.upload_error .error_upload label{
	border-color: #EE8376;
} */

.upload_info_wrap .error_info {
  display: none;
}
.upload_info_wrap.btn-secondary {
  min-width: 210px;
}
.upload_info_wrap.upload_error .error_info {
  display: block;
}
.upload_info_wrap.upload_error .error_upload .row {
  justify-content: flex-end;
}
.upload_info_wrap.upload_error .upload_box .file_load .close-icon {
  display: block;
  color: #ee8376;
}
.upload_info_wrap.upload_error
  .errorinfo_wrap
  .upload_box
  .file_load
  .file-upload {
  display: none;
}
.upload_info_wrap.upload_error .doc_upload {
  flex-direction: column;
}
.upload_info_wrap h3.doc_hd {
  width: 100%;
}
.upload_info_wrap .doc_upload h4,
.doc_wrap .doc_hd + h4 {
  max-width: 92%;
}
.lightbox_upload .modal-dialog {
  max-width: 1024px;
  margin-top: 60px;
}
.lightbox_upload .modal-header {
  justify-content: flex-end;
  border: 0;
}
.lightbox_upload .modal-content {
  border: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
  border-radius: 1px;
  background-color: #ffffff;
}
.lightbox_upload .modal-header .close {
  border: 0;
  background: transparent;
  margin: 20px;
}
.lightbox_upload .modal-header .close .fa {
  font-size: 28px;
}
.lightbox_upload .modal-body {
  padding: 16px 138px 120px;
}
.light_box_wrap .row {
  margin: 0;
}
.light_box_content {
  width: 100%;
}
.light_box_btn {
  width: 293px;
  position: absolute;
  right: 0;
  top: 33px;
}
.light_box_btn .btn {
  margin-bottom: 10px;
}
.light_box_heading h3 {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 8px;
}
.light_box_heading p {
  color: #404b51;
  letter-spacing: 0;
  line-height: 18px;
}
.light_box_content h4 {
  padding-bottom: 5px;
}
.light_box_content p {
  color: #404b51;
  line-height: 18px;
  margin-bottom: 0;
}
.light_box_sub_heading {
  width: 350px;
}
.scanned_img_wrap {
  margin-top: 21px;
  max-width: 100%;
  margin-right: 20px;
  border: 1px solid #f7f7f7;
  border-radius: 3px;
  background-color: #f7f7f7;
  overflow: hidden;
}
.scanned_img_wrap img {
  display: block;
  width: 100%;
}
.scanned_img_wrap:last-child {
  margin-right: 0;
}
.scanned_img_div {
  display: flex;
  align-items: center;
}
.light_box_btn .btn {
  width: 206px;
}
.light_box_btn .doc_upload label {
  height: auto;
  font-weight: 500;
  font-size: 14px;
  border-width: 1.4px;
  padding: 9px 10px;
  border-radius: 20px;
}
.light_box_heading {
  padding-bottom: 23px;
  width: 76%;
}
.light_box_sub_heading p {
  margin-bottom: 15px;
}

.application_docwrap .appln_optn_list {
  padding: 53px 0 46px;
}
.application_btn_wrap {
  width: 100%;
  text-align: right;
  padding-top: 10px;
}
.application_btn_wrap .btn {
  min-width: 200px;
}
.appln_status_bar {
  padding: 2px 6px;
  min-width: 116px;
  border-radius: 2.5px;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
  text-align: center;
}
.pending_bar {
  border: 1.25px solid #408dd1;
  background-color: rgb(64 141 209 / 25%);
  /* margin-left: 15px; */
}
.missing_bar {
  border: 1.25px solid #ffbb11;
  background-color: rgba(255, 187, 17, 0.1);
  /* margin-left: 15px; */
}
.further_doc_required_bar {
  border: 1.25px solid #f5d7ca;
  background-color: rgba(245,215,202,0.3);
  /* margin-left: 15px; */
}
.accepted_bar {
  border: 1.25px solid #42b87b;
  background-color: rgb(66 184 123 / 20%);
  /* margin-left: 15px; */
}
.rejected_bar {
  border: 1.25px solid #cd6262;
  border-radius: 2.5px;
  background-color: rgba(186, 38, 38, 0.08);
  width: 148px;
  margin-bottom: 13px;
}
.upload_info_wrap .upload_box {
  margin-top: 2px;
}
.doc_hd_ttl {
  margin-right: 15px;
}
.doc_wrap .doc_hd_ttl {
  word-break: break-word;
}
.file-error-div {
  display: none;
  min-height: 350px;
  text-align: center;
  padding: 60px;
}
.file-error-div div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
  height: 286px;
}
.file-error-div div h3 {
  font-size: 20px;
  line-height: 30px;
}
.progressbar-subdiv {
  text-align: center;
  vertical-align: middle;
  line-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 300px;
}
.progressbar-subdiv .progress_wrap .bar_wrap .bar_info {
  position: absolute;
  right: 15px;
  bottom: -34px;
  font-size: 18px;
  font-weight: 500;
}
.progressbar-subdiv .progress_wrap {
  height: auto;
  padding: 0;
}
.progressbar-subdiv .progress_wrap .bar {
  margin-top: 40px;
}
.file-server-error {
  display: none;
}
/* My applications - End */
/* Login page - Start */
.login_page_wrap .modal-dialog {
  box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.26);
  max-width: 926px;
  margin: 52px auto;
  border-radius: 4px;
  overflow: hidden;
}
.login_page_wrap .calendar_show {
  overflow: visible;
}
.calendar_show .ui.popup.calendar,
.login_cont_div .ui.popup.calendar {
  padding: 0;
  border: 0;
}
.login_page_wrap .modal-content {
  border: 0;
}
.login_page_wrap .modal-header {
  border-bottom: 1px solid #cfcfcf;
  padding: 20px;
}
.login_page_wrap.profile_questions .modal-header {
  padding: 0;
  border: 0;
}
.login_page_wrap.profile_questions .modal-header h2 {
  border-bottom: 1px solid #cfcfcf;
  padding: 20px;
}
.login_page_wrap .modal-header .close {
  padding: 12px;
}
.login_page_wrap .modal-body {
  background: #f9f9f9;
  padding: 40px 72px 40px;
  text-align: center;
  overflow: visible;
}
.login_cont_div {
  min-height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 50px;
}

#loginCarousel .login_cont_div {
  opacity: 0;
}

.login_cont_div .btn-ghost {
  margin-right: 38px;
}
.login_cont_div.carousel .form .field input[type="text"] {
  text-align: center;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  font-size: 14px;
  line-height: 17px;
  color: #2f3046;
}
.login_cont_div.carousel .form .field {
  padding-bottom: 15px;
}
.login_cont_div .loader_wrap h2 {
  width: 480px;
}
.carousel-item:nth-child(8n) .info_head_div,
.carousel-item:nth-child(9n) .info_head_div {
  margin-top: 60px;
}
.login_head {
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 29px;
  color: #2f3046;
}
.login_sub_head {
  font-weight: 500!important;
  font-family: 'Outfit', sans-serif!important;
  font-size: 18px;
  line-height: 22px;
  color: #2f3046;
  padding-bottom: 20px;
}
.login_cont_div .form .field {
  padding-bottom: 10px;
  margin: 0;
}
.phone_input .field {
  padding: 0 !important;
}
.login_cont_div .form .field label {
  font-size: 18px;
  line-height: 22px;
  padding-right: 15px;
  font-weight: 300!important;
  width: 140px;
}
.login_cont_div .form .error-message {
  color: #c54747;
  font-size: 14px;
  font-weight: 500;
  margin-left: 130px;
}
.forgot_email_validation .forgot-error-message {
  color: #c54747;
  font-size: 14px;
  font-weight: 500;
  margin-left: 53px;
  padding-top: 5px ;
}
#emailError {
  color: #c54747;
  font-size: 14px;
  font-weight: 500;
  margin-left: 2px;
  margin-top: 8px;
}

.login_cont_div .email_field input[type="email"],
.login_cont_div .email_field input[type="email"]:focus {
  width: 264px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 14px;
}
.login_cont_div .form .dropdown {
  width: 50px !important;
  min-width: 50px !important;
  padding: 12px 6px 12px;
}
.login_cont_div .ui.form .dropdown {
  width: 90px !important;
  min-width: 90px !important;
  padding: 12px 6px 12px;
  white-space: nowrap;
  height: 43px;
}
.login_cont_div .form .phone_input .default {
  margin-left: -5px !important;
}
.login_cont_div .form .phone_input .default.text,
.login_cont_div .form .phone_input .text {
  font-size: 12px !important;
  padding: 0 8px;
}
.login_cont_div .ui.form .phone_input .dropdown .icon {
  width: 10px !important;
  right: 9px !important;
  left: auto !important;
  min-width: 10px !important;
}
.login_cont_div .form .phone_input .dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login_cont_div .form .phone_input .dropdown .text {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui.dropdown > .text > .flag {
  margin-right: 5px;
}
.login_cont_div .form .dropdown .icon {
  margin: 0 !important;
  padding: 0 !important;
  width: 10px !important;
  float: right !important;
  right: -2px !important;
  top: 14px !important;
}
.login_cont_div .form input::-webkit-input-placeholder {
  color: #c0c0c7;
}

.login_cont_div .form input:-ms-input-placeholder {
  color: #c0c0c7;
}

.login_cont_div .form input::placeholder {
  color: #c0c0c7;
}
.login_cont_div .form .search::-webkit-input-placeholder,
.login_cont_div .form .default.text {
  color: #2f3046 !important;
}

.login_cont_div .form .search:-ms-input-placeholder,
.login_cont_div .form .default.text {
  color: #2f3046 !important;
}
.login_cont_div .form .search::placeholder,
.login_cont_div .form .default.text {
  color: #2f3046 !important;
}
.form input[type="text"]:focus,
.form input[type="email"]:focus {
  box-shadow: 0 0 5px 0 rgba(64, 141, 209, 0.53) !important;
  border-color: transparent !important;
}

.login_cont_div .form .ui.selection.dropdown .menu > .item {
  padding: 10px 2px !important;
}

.phone_field {
  display: flex;
  align-items: center;
  justify-content: center;
}
.phone_input {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 21px;
  width: 264px;
}
.login_cont_div .form .phone_input .ui.selection.dropdown .menu > .item {
  padding: 10px 5px 10px 8px !important;
  font-size: 12px;
}
.login_cont_div .form .phone_input .ui.dropdown .menu > .item > .flag {
  margin-right: 5px;
}

.phone_input .selection {
  border-radius: 21px 0 0 21px !important;
  border: 1px solid #979797 !important;
  border-right: 0 !important;
}
.login_cont_div .phone_input .dropdown .icon {
  right: -14px !important;
}
.login_cont_div .form .phone_input input[type="text"] {
  border-radius: 0 21px 21px 0 !important;
  border: 1px solid #979797 !important;
}
.phone_input .number_input:focus .phone_input {
  box-shadow: 0 0 5px 0 rgba(64, 141, 209, 0.53) !important;
  border-color: transparent !important;
}
.phone_input_focus {
  box-shadow: 0 0 5px 0 rgba(64, 141, 209, 0.93) !important;
}
.login_cont_div .form {
  position: static;
}
.login_cont_div .errormsg {
  /* position: absolute;
    bottom: 50px; */
  color: #c54747;
  font-size: 14px;
  font-weight: 500;
  display: none;
  margin-bottom: 10px;
}
.login_cont_div .login_form_pod
.login_cont_div .login_form_contact_num {
  padding-top: 5%;
}
.dlt_phone_code .dropdown .icon,
.login_form_pod .dropdown .icon,
.login_form_contact_num .dropdown .icon {
  margin: 0 !important;
  padding: 0 !important;
  width: 10px !important;
  float: right !important;
  right: -14px !important;
  top: 15px !important;
}
.dlt_phone_code .dropdown .icon::before,
.login_form_pod .dropdown .icon::before,
.login_form_contact_num .dropdown .icon::before {
  content: "" !important;
  background: url(../assets/icons/chevron-down.svg) no-repeat center
    center/cover !important;
  width: 18px;
  height: 12px;
  display: inline-block;
  background-size: 9px !important;
}
.login_cont_div .form input[type="email"],
.login_cont_div .form input[type="text"],
.login_cont_div .form input[type="password"] {
  font-family: 'Outfit', sans-serif!important;
  padding: 12px 18px;
  font-size: 14px !important;
  line-height: 17px !important;
  border: 0 !important;
}
.login_cont_div .form .search,
.login_cont_div .form .default.text {
  font-family: 'Outfit', sans-serif!important;
  font-weight: 300;
  font-size: 14px !important;
  line-height: 17px !important;
}
.next_button_wrap {
  position: absolute;
  bottom: 40px;
  right: 72px;
}
#loginCarousel .carousel-item .next_button_wrap {
  width: 100%;
  flex-flow: row-reverse;
}
#loginCarousel .carousel-item.finalScreen .next_button_wrap {
  flex-flow: row;
}
.carousel-item .next_button_wrap .prevbtn {
  margin-right: auto;
}
.info_correct .info_head_div {
  padding-bottom: 20px;
}
.info_correct .info_heading {
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
.info_correct .info_subheading {
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 22px;
}
.info_head_div {
  width: 524px;
  margin: 0 auto;
  padding-bottom: 37px;
}
.info_list_group {
  align-items: center;
  justify-content: center;
  flex-direction: initial;
  align-items: stretch;
}
.info_list_group label.list-group-item {
  width: 298px !important;
  padding: 16px;
  background: #fff;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.info_list_group .checkbox {
  margin-right: 36px;
  display: flex;
}
.info_list_group .checkbox:last-child {
  margin-right: 0;
}
.info_list_group .list-group-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.info_list_group .list-group-item ul li {
  margin-bottom: 10px;
  word-break: break-all;
}
.info_list_group .form-check-input {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
.info_list_group .ui.checkbox .box:before,
.info_list_group .ui.checkbox label:before,
.info_list_group .ui.checkbox .box:after,
.info_list_group .ui.checkbox label:after {
  left: auto;
  top: 16px !important;
  right: 16px !important;
  width: 16px;
  height: 16px;
  border-color: #606060 !important;
}
.info_list_group .ui.checkbox input:checked ~ .box:after,
.info_list_group .ui.checkbox input:checked ~ label:after {
  color: #0091ff;
  border-color: #606060 !important;
  top: 13px !important;
}
.info_list_group .list-group-item ul li p {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}
.info_list_group .list-group-item ul li span {
  display: block;
  font-size: 16px;
  line-height: 25px;
}
.info_correct .btn-ghost {
  width: 103px;
}
.info_correct .btn-primary {
  width: 160px;
}
.info_correct .btn-ghost {
  margin-right: 38px;
}
.verify_fact .info_head_div h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
}
.verify_fact .info_head_div p {
  font-size: 18px;
  line-height: 22px;
}
.verify_fact .next_button_wrap {
  position: static;
  align-items: center;
  flex-direction: column;
}
.verify_fact .next_button_wrap .btn {
  width: 184px;
  margin-bottom: 28px;
  margin-right: 0;
}
.verify_code .info_head_div {
  margin: 0 auto;
}
.verify_code .info_head_div p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.otp_msg {
  display: block;
  width: 100%;
  padding-bottom: 25px;
  margin: 0;
  font-weight: 500;
  font-size: 12px;
}
.otp_response {
  display: block;
  width: 100%;
  padding-top: 25px;
  margin: 0;
  color: #9f3a38;
  font-weight: 500;
  font-size: 12px;
}
.verify_code .form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.verify_code .form .field {
  padding-bottom: 0;
}
.verify_code .form .field input {
  font-family: 'Outfit', sans-serif;
  width: 175px;
  margin-right: 28px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  text-align: center;
}
.verify_code .form .field input:focus {
  border-radius: 14px;
}
.verify_code .form .btn-secondary {
  width: 200px;
  margin-right: 0;
}
.verify_code .form .btn-secondary[disabled]:hover {
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 15%);
  cursor: default;
}
.verify_password label {
  width: 370px !important;
  text-align: center;
  padding-right: 0 !important;
}
.verify_password .info_head_div {
  width: 670px;
}
.verify_password .info_head_div p {
  font-size: 30px;
  line-height: 36px;
}
.verify_password .field {
  flex-direction: column;
}
.verify_password .inline label {
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 22px;
  color: #2f3046 !important;
}
.verify_password .inline .field input {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  background-color: #ffffff;
  text-align: center;
  width: 175px !important;
}
.verify_password .inline .field input:focus {
  border-radius: 14px;
}
.verify_password .fields {
  margin: 0 !important;
  padding-bottom: 26px;
}
.verify_name .info_head_div p {
  font-size: 30px;
  line-height: 36px;
}
.verify_name .fields {
  flex-direction: column !important;
}
.verify_name .fields p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 10px;
}
.verify_name .field input,
.passwordCreation .field input {
  text-align: center;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15) !important;
  border-radius: 14px !important;
}
.login_cont_div .ui.form .inline.fields .field {
  padding-right: 0;
}
.carousel .info_head_div {
  padding: 0 0 17px;
}
.carousel .inner_content.widmidwrap .form {
  width: 264px;
  margin: 0 auto;
}

.carousel .info_head_div h3 {
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 22px;
  color: #2f3046;
  font-weight: initial;
}
.carousel .login_cont_div .form .selection {
  width: 264px !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  cursor: pointer;
  padding: 12px 12px 12px 36px;
  color: #2f3046;
  border-radius: 5px !important;
  border-color: transparent;
  display: block;
  margin-bottom: 15px;
}
.carousel .login_cont_div .form .selection.ui.dropdown > .search {
  text-align: center;
}
.carousel .login_cont_div .form .selection.ui.dropdown > .text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: calc(100% - 45px);
  line-height: 16px;
  text-align: center;
}
.carousel .dropdown .icon:before {
  content: "" !important;
  background: url("../assets/icons/chevron-down.svg") no-repeat center
    center/cover !important;
  width: 18px;
  height: 12px;
  display: inline-block;
  background-size: 13px !important;
}
.carousel .form .selection:hover,
.carousel .form .selection:focus {
  box-shadow: 0 0 4px 0 rgba(18, 162, 248, 0.5) !important;
  border-color: transparent !important;
}
.carousel .form .selection .menu {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border-color: transparent !important;
}
.carousel .form .selection .menu .item,
.carousel .form .selection .menu .item.active {
  font-size: 14px !important;
  line-height: 29px !important;
  color: #2f3046 !important;
}
.carousel .form .selection .menu .item:hover {
  background: #e7f6ff !important;
}
.carousel .form .default.text {
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 17px;
  color: #2f3046 !important;
}
.carousel .form .ui.selection.dropdown .menu > .item {
  padding: 6px 27px !important;
}
.carousel-item .next_button_wrap {
  bottom: 0;
  right: 0;
}
.carousel .btn {
  min-width: 150px;
}
.carousel_progress_bar {
  position: absolute;
  top: 40px;
  width: calc(100% - 190px);
  left: 74px;
}
.carousel_progress_bar h4 {
  font-weight: 600 !important;
  font-weight: initial;
  font-size: 16px;
  line-height: 19px;
  color: #2f3046;
  text-align: left;
  padding-bottom: 8px;
}
.carousel_progress_bar .ui.progress {
  height: 12px;
  overflow: visible;
  border: 1px solid #c0c0c7;
  border-radius: 4px;
  background: #fafafa;
  margin-left: -1px;
  max-width: 101%;
}
.carousel_progress_bar .ui.progress .bar {
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.19);
}
.carousel .ui.progress .bar > .progress {
  right: -62px;
  color: #2f3046;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
#loginCarousel.carousel .ui.progress .bar {
  min-width: 0;
}
.carousel .ui.progress .bar {
  height: 11px;
  background-color: #c0c0c7;
  position: static;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.carousel .ui.progress .bar.completed {
  background-color: #42b87b;
}
.carousel .ui.progress .bar > .progress {
  right: -41px !important;
}
.carousel .ui.progress .bar.completed > .progress {
  right: -80px !important;
}
.carousel .ui.progress .bar.completed > .progress .done_hide {
  margin-left: 5px;
}
.language_from_row {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 15px;
}
.carousel .language_from_row .ui.dropdown {
  width: 107px !important;
  margin: 0;
}
.carousel .language_from_row .ui.dropdown .text,
.carousel .incorrect_dail_code .ui.dropdown .text,
.incorrect_phone .inc_dail_code .ui.dropdown .text {
  overflow: visible !important;
}
.carousel .language_from_row.lang_school_drop .ui.dropdown .text {
  overflow: hidden !important;
}
.carousel .incorrect_dail_code .ui.dropdown .default {
  margin-right: 40px !important;
}
.language_from_row .ui.dropdown:nth-of-type(2) {
  padding: 12px 12px 12px 20px;
}
.language_from_row .ui.dropdown:not(:last-child) {
  margin-right: 18px;
}
.language_from_row .lang_title {
  margin: 0;
  min-width: 290px;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 22px;
  padding-right: 0;
  text-align: center;
  margin-bottom: 5px;
}
.carousel .language_from_row.lang_school_drop .ui.dropdown {
  width: 357px !important;
}
.profile_success .info_head_div {
  width: 88%;
}
.success_info {
  font-size: 30px;
  line-height: 36px;
}
.prof_cont_txt {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.profile_incomplete .info_head_div {
  width: 51%;
  padding-top: 70px;
}
/* Login page - End */
/* My courses */
.head_section {
  margin-bottom: 15px;
}
.head_section h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500 !important;
}
.mid-section {
  padding: 45px;
  min-height: calc(100vh - 431px);
}
.mid-height {
  min-height: calc(100vh - 431px);
}
.hdbtns .btn {
  font-size: 12px;
  line-height: 12px;
  height: 28px;
  padding: 0;
  min-width: 98px;
}

.card-title .ui.checkbox {
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 20px;
}
.card-title .ui.checkbox label:before {
  border: 2px solid #606060;
}
.card-title .ui.checkbox input:checked ~ label:after {
  opacity: 1;
  color: #408dd1;
  font-size: 10px;
}
.card-title .ui.checkbox input:checked ~ label:before {
  border-color: #606060;
}
.course_tiles a.card {
  width: 49%;
  margin-bottom: 15px;
  padding: 20px 35px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  transition: all ease 0.5s;
  color: #2f3046;
}

.univ_detail .uni_img {
  border-radius: 2px;
  width: 48px;
  margin-right: 10px;
  box-shadow: 0 0 2px 0 rgba(47, 48, 70, 0.28);
  height: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.univ_detail .uni_img img{
  max-height: 42px;
  object-fit: contain;
}
.univ_detail .uni_name {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.univ_detail .uni_name h3 {
  font-size: 14px;
  font-weight: 500 !important;
  color: #404b51;
  line-height: 18px;
}

.univ_detail .uni_name p.location {
  color: #2f3046;
  font-size: 14px;
  line-height: 17px;
}

.course_tiles .card-body h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500 !important;
  color: #2f3046;
  margin-bottom: 5px;
}

.course_tiles .card-body h4.duedate {
  text-align: right;
  font-size: 14px;
  color: #2f3046;
  line-height: 17px;
  font-weight: 300 !important;
}
.course_tiles a.card:hover {
  box-shadow: 0 0 6px 0 rgba(15, 152, 255, 0.78);
}

.row.coursefind {
  background: #2f3046;
  color: #fff;
  padding: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  margin-top: 20px;
}
.row.coursefind h3,
.nocourses h3 {
  font-size: 18px;
  font-weight: 500 !important;
  margin-right: 30px;
}
.row.coursefind .btn-white.transparent,
.nocourses .btn-primary {
  min-width: 166px;
  height: 35px;
  line-height: 1;
}
.nocourses {
  align-items: center;
  justify-content: center;
}
.threeDots {
  padding: 0;
  margin: 0;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.threeDots li {
  background: none repeat scroll 0 0 #2f3046;
  height: 4px;
  width: 4px;
  line-height: 0;
  list-style: none outside none;
  border-radius: 50%;
  pointer-events: none;
  margin: 1px;
}

/* My applications - End */

section.blubg_wrap {
  background: linear-gradient(180deg, #3372b9 0%, #173e83 100%);
  height: 350px;
  padding: 70px 0;
}
ul.stages_wrap {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  width: 100%;
}
ul.mob_stages_wrap {
  display: none;
}
.stages_wrap li {
  list-style: none;
  position: relative;
}
.stages_div {
  padding: 7px 40px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(243, 243, 243, 0.2);
  color: #fff;
  width: auto;
  height: 35px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  opacity: 38%;
  border-radius: 2px;
  line-height: 18px;
  min-width: 190px;
}
.stages_wrap li:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: -50px;
  top: 9px;
  font-size: 20px;
  color: #fff;
}
.stages_wrap li:last-child::after {
  display: none;
}
.checkmark {
  display: inline-block;
  transform: rotate(45deg);
  height: 12px;
  width: 6px;
  margin-left: 20px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin-right: 10px;
  display: none;
}
.stages_wrap .stages_div.active {
  background: inherit;
  text-align: center;
  border-color: #fff;
  border-width: 2px;
  font-weight: 700;
  opacity: 1;
  padding-left: 26px !important;
}
.upload_box_btn .btn {
  min-width: 160px;
}
.blubg_wrap .stages_wrap .stages_div.done.active .checkmark {
  display: none !important;
}
.stages_wrap .stages_div.done .checkmark {
  display: inline-block;
}
.stages_wrap .stages_div.done {
  text-align: left;
  opacity: 1;
  padding: 7px 40px 0 0;
}
.stages_wrap .stages_div.active.done .checkmark {
  display: inline-block !important;
}
.mobile_stage_content {
  display: none;
}
.doc_topsec {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}
.doc_topleft h3 {
  font-size: 20px !important;
  color: #2f3046;
  line-height: 24px !important;
  font-weight: 500 !important;
  margin-bottom: 10px;
}
.doc_topleft p {
  line-height: 14px;
  color: #2f3046;
  font-size: 12px;
}
.doc_toprt .status_box span:nth-child(2) {
  line-height: 13px;
}
.toogleIcon {
  height: 27.9px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: rgb(216 216 216 / 0.4);
  border-radius: 50px;
  width: 29px;
  padding: 0;
}

.toogleIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  background: url(../assets/icons/minus.svg) no-repeat 0 6px;
}

.toogleIcon.collapsed::after {
  background: url("../assets/icons/plus.svg") no-repeat;
}
.top_midwrap .app_info .appln_num {
  font-size: 16px;
  line-height: 19px;
}
.top_midwrap .my_appln_list .card-title {
  padding: 16px 0 20px;
}
.top_midwrap .appuniv_detail .univ_detail {
  align-items: center;
}
.doc_wrap .collapse .btn-secondary {
  min-width: 210px;
}
.application_suc_wrap {
  padding: 0;
}
.application_info_wrap {
  padding: 0;
}
.application_info_wrap::before {
  background: url(../assets/icons/file-text.svg) 0 0 no-repeat;
  width: 12px;
  height: 14px;
}
.application_suc_wrap::before {
  background: url(../assets/icons/check-circle.svg) 0 0 no-repeat;
  width: 14px;
  height: 14px;
}
.suc_head_div {
  padding: 16px 56px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
  border-radius: 0 0 10px 10px;
}
.application_suc_wrap .doc_upload {
  display: block;
}
.application_suc_wrap .doc_upload .check-circle {
  display: block !important;
  margin-top: 2px;
}
.application_suc_wrap .doc_upload h3 {
  font-size: 18px;
  line-height: 22px;
}
.application_suc_wrap .doc_upload .col-md-12:not(:last-child) {
  padding-bottom: 27px;
}
.doc_success_div {
  width: 100%;
  position: relative;
  padding: 30px 74px 20px;
}
.doc_success_div .row {
  border-bottom: 1px solid #eeeeee;
  display: block;
  margin-bottom: 26px;
}
.doc_success_div .row:last-child {
  margin-bottom: 0;
  border: 0;
}
.doc_sub_head {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin: 16px 0 6px;
}
.doc_sub_head + p {
  margin: -4px 0 6px;
  line-height: 18px;
}
.upload_offer::before {
  background: url("../assets/icons/star.svg") no-repeat center center/cover;
  width: 16px;
  height: 16px;
  opacity: 1;
}
.upload_error::before {
  background: url("../assets/icons/file-text-error.svg") no-repeat center
    center/cover;
  width: 13px;
  height: 16px;
  opacity: 1;
  background-size: 12px;
}
.upload_success::before {
  background: url("../assets/icons/file-text-success.svg") no-repeat center
    center/cover;
  width: 13px;
  height: 16px;
  opacity: 1;
  background-size: 12px;
}
.file_ipload_success .file-text,
.profile_upload_suc .file-text {
  background: url("../assets/icons/file-text-success.svg") no-repeat center
    center/cover;
  width: 12px;
}
.file_ipload_error {
  background-color: rgba(186, 38, 38, 0.08);
}
.file_ipload_error .file-text,
.profile_upload_error .file-text {
  background: url("../assets/icons/file-text-error.svg") no-repeat center
    center/cover;
  width: 11px;
}
.withdraw_lightbox .modal-dialog {
  max-width: 925px;
  margin: 52px auto;
  box-shadow: 0 2px 23px 0 rgb(0 0 0 / 26%);
}
.withdraw_lightbox .carousel-item.withdraw_form_reason {
  min-height: 90vh;
}
.withdraw_lightbox .modal-header {
  border: 0;
  padding: 0;
}
.withdraw_lightbox .modal-header button {
  padding: 22px;
  margin: 0 0 0 auto;
}
.withdraw_lightbox .modal-body {
  /* display: flex;
    align-items: center; */
}
.withdraw_form {
  position: static;
  min-height: 200px;
  display: flex;
  width: 70%;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
}
.withdraw_form h3 {
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
  text-align: center;
}
.withdraw_step_one p {
  font-size: 16px;
  line-height: 24px;
}
.withdraw_form .form .field {
  margin: 0 !important;
}
.withdraw_form .field .radio {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  padding: 12px 12px 11px;
  margin: 0 auto 12px !important;
  height: 42px;
  min-width: 264px;
  cursor: pointer;
  color: #2f3046 !important;
  font-weight: 700;
  font-size: 12px !important;
  text-align: left;
  display: flex !important;
  align-items: center;
}
.withdraw_btn_wrap .btn {
  width: 200px;
}
.withdraw_form .field .radio:hover,
.withdraw_form .field .radio:active,
.withdraw_form .field .radio:focus {
  box-shadow: 0 0 4px 0 #42b87b;
}
.withdraw_form .field .radio input[type="radio"]:checked + span + span.tick {
  color: red;
  display: block;
}
.tick {
  display: none;
  background: url("../assets/icons/tick.svg") no-repeat center center/cover;
  width: 13px;
  height: 16px;
  background-size: 12px;
}
.withdraw_form .field .tick {
  margin-left: auto;
}
.withdraw_form .field input[type="radio"] {
  display: none;
}
.withdraw_btn_wrap {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.withdraw_form .form {
  position: static;
}
.upload_box_btn {
  width: calc(100% - 466px);
}
.upload_box_btn .btn:not(:last-child) {
  margin-bottom: 10px;
}
.doc_upload_lft .upload_box label {
  width: 210px;
}
.forgot_txt,
.forgot_txt a {
  font-size: 14px;
  line-height: 18px;
  color: #404b51;
}
.forgot_txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.loginwrap .forgot_txt a {
  margin-left: 5px !important;
}
.forgot_txt a {
  padding: 0;
  width: auto;
  margin: 0 !important;
}
.exist_log_btn_wrap .btn-primary {
  width: 160px;
}
.exist_log_btn_wrap {
  text-align: center;
}
.loginwrap .text_field input[type="text"],
.loginwrap .text_field input[type="password"],
.loginwrap .text_field input[type="email"] {
  border-radius: 14px;
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #2f3046;
  padding: 12px 18px;
}
.loginwrap .text_field input[type="text"]:focus,
.loginwrap .text_field input[type="password"]:focus,
.loginwrap .text_field input[type="email"]:focus {
  border-radius: 14px;
}
.loginwrap .text_field input[type="text"]::-webkit-input-placeholder,
.loginwrap .text_field input[type="password"]::-webkit-input-placeholder,
.loginwrap .text_field input[type="email"]::-webkit-input-placeholder {
  color: #2f3046;
}

.loginwrap .text_field input[type="text"]::-ms-input-placeholder,
.loginwrap .text_field input[type="password"]::-ms-input-placeholder,
.loginwrap .text_field input[type="email"]::-ms-input-placeholder {
  color: #2f3046;
}

.loginwrap .text_field input[type="text"]::placeholder,
.loginwrap .text_field input[type="password"]::placeholder,
.loginwrap .text_field input[type="email"]::placeholder {
  color: #2f3046;
}

.exist_login_section form.ui.form {
  width: 60%;
}
.exist_login_section .text-center {
  margin-bottom: 25px;
}
.exist_log_btn_wrap {
  padding: 10px 0 20px;
}
.forgot_pw_wrap h2 {
  margin-bottom: 25px;
}
.forgot_pw_wrap .field input[type="email"] {
  width: 245px;
}
.forgot_pw_wrap .exist_log_btn_wrap .btn {
  width: 200px;
}
.forgot_pw_wrap .forgot_txt {
  text-align: center;
  margin-top: 60px;
}

.ticketlightbox .modal-dialog {
  max-width: 1024px;
  margin-top: 160px;
  box-shadow: 0 2px 23px 0 rgba(150, 136, 136, 0.26);
  border: 0;
  margin-top: 120px;
}
.ticketlightbox .modal-content {
  border: 0;
}
.ticketlightbox .modal-header {
  border: 0;
  padding: 0;
}
.ticketlightbox .modal-header .close {
  margin: 1rem 2rem 0rem auto;
}
.ticketlightbox .modal-body {
  width: 100%;
}
.ticketlightbox .modal-body .model_wrap {
  margin: 0 auto;
  max-width: 385px;
}
.ticketlightbox .model_wrap h2 {
  font-size: 30px;
  line-height: 36px;
  color: #2f3046;
  margin-bottom: 20px;
}

.addwrap .doc_upload .upload_box {
  margin-top: 0;
}

.model_wrap .ui.form .field > label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #404b51;
  line-height: 18px;
}
.model_wrap .ui.form input[type="text"],
.model_wrap .ui.form textarea {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  text-align: center;
}
.model_wrap .phnwrap .two.fields .field:first-child {
  width: 20%;
}
.model_wrap .ui.form .field {
  margin: 0 0 2em;
}
.tktbtn {
  margin: 0 150px 50px 0;
}
.tktbtn .btn {
  min-width: 170px;
}
.not_you_txt {
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 22px !important;
}
.incorrect_field .form input[type="text"],
.incorrect_field .form input[type="email"],
.carousel .incorrect_field .form .selection {
  /* width: 216px!important; */
  width: 264px !important;
  border-radius: 14px;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  font-weight: 300;
}
.ui.form .field.error input[type="text"],
.ui.form .field.error input[type="email"] {
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 15%);
}
.incorrect_field .form .selection {
  text-align: left !important;
}
.incorrect_field .form input[type="text"]:focus,
.incorrect_field .form input[type="email"]:focus {
  border-radius: 14px;
}
.incorrect_field .info_head_div p {
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 22px;
}
.incorrect_field .info_head_div h2 {
  font-weight: 300 !important;
  font-size: 18px !important;
  line-height: 36px !important;
  margin-bottom: 20px !important;
}
.incorrect_field .incorrect_phone .ui.selection.dropdown .menu > .item {
  padding: 5px 5px 5px 8px !important;
  font-size: 12px !important;
}
.incorrect_field .incorrect_phone .ui.search.dropdown > .text {
  margin-right: 15px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 12px !important;
}
/* My Profile - Start */
.my_prof_wrap .fade:not(.show) {
  opacity: 0;
}
.my_prof_wrap .tab-content > .tab-pane {
  display: none;
}
.my_prof_wrap .tab-content > .active {
  display: block;
}
.my_prof_wrap {
  margin: 58px 0 30px;
  border-radius: 5px;
  /* background-color: #FFFFFF;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1); */
  width: 100%;
  /* min-height: 525px; */
  position: relative;
}
.mandat_txt {
  position: absolute;
  top: -38px;
  left: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.mandat_txt span {
  color: #ff6600;
}
/* .prof_tab_cont {
	padding: 74px;
} */
.profile_tab {
  position: relative;
}
.profile_tab .prf_edit_lnk {
  top: 20px;
  right: 0;
  z-index: 1;
}

#deleteModal .modal-title {
  font-size: 18px;
}
#deleteModal .close {
  position: absolute;
  top: 20px;
  right: 30px;
}
#deleteModal .modal-header,
#deleteModal .modal-footer {
  border: 0;
  padding: 1.5rem;
}
.edit_pod_profile {
  display: block;
  z-index: 3;
  background: #ffff;
  width: 100%;
  padding: 20px !important;
  transition: 0.3s padding ease-in;
}
.profile_overlay {
  z-index: 4 !important;
}
/* .edit_pod_profile .sub_prf_edit_lnk{
	right: 35px;
    top: 40px;
} */
.profile_tab input[type="text"],
.profile_tab input[type="email"] {
  border: 0 !important;
  /* border: 1px solid rgba(47,48,70,0.48)!important; */
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 15%) !important;
  /* border-radius: 0!important; */
  border-radius: 3px !important;
  color: #3c3c3c !important;
  /* padding: 12px 0 12px!important; */
  padding: 12px !important;
  outline: 0;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  width: 205px;
  transition: 0.3s all;
}
.profile_tab input[type="text"]:focus,
.profile_tab input[type="email"]:focus,
.profile_tab input[type="text"]:active,
.profile_tab input[type="email"]:active {
  /* box-shadow: transparent!important; */
  background-color: transparent !important;
  /* border-radius: 8px!important; */
}
.profile_tab input[type="text"]:focus,
.profile_tab input[type="email"]:focus {
  padding: 12px !important;
  transition: 0.3s all;
  background: #ffffff !important;
}
.profile_tab .error input[type="text"],
.profile_tab .error input[type="email"] {
  /* border-bottom: 1px solid #9f3a38!important; */
  box-shadow: 0 0 4px 0 rgb(165 18 18 / 32%);
  color: #9f3a38;
}
.profile_tab .ui.form .error .default.text {
  display: initial;
}
.prf_pod .ui.selection {
  border: 0 !important;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
  border-radius: 3px !important;
  color: #3c3c3c !important;
  padding: 12px !important;
  outline: 0;
  font-size: 14px;
  line-height: 17px;
  width: 205px;
  min-width: auto;
}
.prf_pod .ui.selection:hover {
  box-shadow: 0 0 4px 0 rgba(18, 162, 248, 0.5) !important;
  border-color: transparent !important;
}
.prf_pod .ui.selection .dropdown {
  padding-top: 15px !important;
  padding-right: 5px !important;
}
.prf_pod .ui.selection .icon:before {
  content: "" !important;
  background: url(../assets/icons/chevron-down.svg) no-repeat center
    center/cover !important;
  width: 18px;
  height: 12px;
  display: inline-block;
  background-size: 10px !important;
}
.prf_pod textarea {
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
  border-radius: 3px;
  border-color: transparent !important;
}
.prf_pod textarea:hover {
  box-shadow: 0 0 4px 0 rgba(18, 162, 248, 0.5) !important;
}
.prf_pod.field,
.prf_pod .field {
  margin-bottom: 0 !important;
}
.prf_pod.field .ui.selection,
.prf_pod.field input[type="text"],
.prf_pod.field textarea {
  /* width: 205px!important; */
  width: 100% !important;
}
.yr_dropdown.field .ui.selection {
  width: 100px !important;
}
.prf_pod .default.text {
  font-size: 14px;
}
.yr_dropdown .ui.selection {
  width: 100px;
}
.dob_form .ui.selection {
  padding: 12px 6px !important;
}
.prf_pod .dob_form .ui.selection {
  width: 37% !important;
  margin-right: 10px;
}
.prf_pod .dob_form .ui.selection:last-child {
  margin-right: 0;
}
.dob_form .ui.selection:not(:last-child) {
  width: 26.8% !important;
}
.personal_tab .prf_pod .dob_form .ui.selection {
  margin-right: 5px;
}
.personal_tab .prf_pod .dob_form .ui.selection:last-child {
  margin-right: 0;
}
/* .emerg_pod{
	width: 270px!important;
} */
.tab_edit {
  display: none;
}
.tab_edit .prf_pod_title {
  margin-bottom: 5px;
}
/* .tab_edit .prf_pod:not(:last-child){
	padding-right: 20px;
} */
/* .tab_edit .prf_pod:nth-child(4n){
	padding-right: 0;
} */
.tab_edit.profile_tab .prf_pod_desc {
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%) !important;
}
.prf_pod {
  padding-bottom: 23px;
}
.prf_pod_title {
  font-weight: 500!important;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 0;
}
.prf_pod_title sup {
  color: #ff6600;
}
.prf_pod_desc {
  font-size: 14px;
  line-height: 17px;
}
.tab_show .prf_pod_desc {
  padding-right: 5px;
}
.prf_score .prf_pod_desc {
  width: 140px;
}
.prf_score .prf_pod_desc:nth-of-type(2) {
  margin-bottom: 10px;
}
.prf_pod_desc:not(:last-child) {
  margin-bottom: 4px;
}
.prf_row {
  position: relative;
}
.prf_row_file {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.prf_row_file .prf_pod {
  width: 225px;
}
.prf_file_dsp {
  width: 223px;
  border: 1px solid rgba(151, 151, 151, 0.22);
  border-radius: 6px;
  background-color: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.prf_file_dsp p,
.prf_file_dsp span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.prf_file_dsp span {
  float: right;
}
.prf_pod .doc_upload .upload_box {
  margin-top: 0;
}
.prf_pod h3 {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 30px;
}
.score {
  display: inline-block;
  float: right;
}
.prf_score .doc_upload .upload_box label {
  width: 196px;
  margin-bottom: 0;
}
.hlpbtn_text h4 {
  padding: 10px 0 0;
  font-size: 15px;
  font-weight: 500 !important;
}
.application_det .dropdown .dropdown-menu.hlpbtn_text {
  right: 12px !important;
}
.prf_progres {
  width: 100%;
  display: flex;
}
.prf_bar {
  width: 48%;
}
.prf_mand_info {
  margin: 30px 0 10px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}
.profile_ul {
  padding-left: 0;
  margin: 0;
}
.profile_ul li {
  display: flex;
  align-items: center;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.profile_ul li:last-child {
  margin-bottom: 0;
}
.profile_ul li p {
  margin: 0 5px 0 0;
  min-width: 140px;
  line-height: 22px;
  font-weight: 500;
}
.profile_ul .prf_completed {
  color: #42b87b;
  border: 1px solid #42b87b;
  border-radius: 4px;
  background-color: rgb(66 184 123 / 20%);
  min-width: 88px;
  text-align: center;
  font-size: 12px;
}
.profile_ul .prf_pending {
  color: #9f3a38;
  border: 1px solid #e96453;
  border-radius: 4px;
  background-color: rgba(233, 100, 83, 0.08);
  font-size: 12px;
  min-width: 88px;
  text-align: center;
}
.prf_status_wrap {
  padding: 35px 20px 20px;
  margin-top: 30px;
  background: #fff;
  color: #2f3046;
  border-radius: 3px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 280px;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
  display: none;
}
.prf_status_wrap h3 {
  font-weight: 500 !important;
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;
}
.prf_status_wrap .cls {
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 10px;
}
.prf_hd_deat {
  margin-left: auto;
  display: flex;
  margin-top: -26px;
}
.prf_avatar {
  border: 2px solid #979797;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
}
.prf_nam_deat h3 {
  font-weight: 600 !important;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 6px;
}
.prf_nam_deat p {
  font-size: 14px;
  line-height: 17px;
}
.prf_nam_deat {
  margin-top: 5px;
}
.prf_edit_lnk,
.sub_prf_edit_lnk {
  font-size: 14px;
  line-height: 17px;
  color: #2f3046;
  top: 24px;
  right: 25px;
  position: absolute;
  z-index: 1;
}
.prf_edit_lnk span,
.prf_edit_lnk a,
.sub_prf_edit_lnk span,
.sub_prf_edit_lnk a {
  color: #2f3046;
}
.prf_edit_lnk .fa,
.sub_prf_edit_lnk .fa {
  margin-right: 6px;
  /* color: #C0C0C7; */
  color: #5e5e5e;
}
.sub_prf_edit_lnk {
  right: 0;
  top: 0;
}
.edit_span .cls {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-size: 12px;
}
.sub_prf_edit_lnk .cls::before {
  display: none;
}
.testscore_sub_profdrop .sub_prof_wrap {
  display: none;
}
.edit_span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prof_tab_cont .sub_prof_wrap:nth-child(2) {
  /* border: 0; */
  /* padding-top: 0; */
}
.prof_tab_cont .sub_prof_wrap:nth-child(2) .sub_prf_edit_lnk {
  /* top: 0; */
}
.prof_tab_cont .sub_prof_wrap {
  /* padding: 0 0 20px;
    border-bottom: 2px solid #ECECEC;*/
  margin: 0 0 20px;
  transition: 0.3s padding ease;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
  padding: 20px;
}

.prof_tab_cont .sub_prof_wrap .prof_file_wrap {
  margin-top: 20px;
  border-top: 1px solid rgb(234 234 234) !important;
  padding-bottom: 20px;
}

.sub_prof_wrap .sub_prf_edit_lnk,
.edit_pod_profile:first-child .sub_prf_edit_lnk {
  right: 70px;
  top: 54px;
}
.sub_prof_wrap:first-child .sub_prf_edit_lnk {
  top: 84px;
}
.add_new_btn {
  width: 100%;
  text-align: center;
  border: 3px dashed #d5e9ff;
  border-radius: 5px;
}
.add_new_btn .ui.dropdown {
  min-width: 126px;
  border: 0 !important;
  /* box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
    border-radius: 3px!important; */
  color: #3c3c3c !important;
  padding: 10px 15px 11px !important;
  outline: 0;
  height: 40px;
}
.add_new_btn .ui.dropdown:hover {
  /* box-shadow: 0 0 4px 0 rgba(18,162,248,0.5)!important; */
}
.add_new_btn .ui.dropdown .icon:before {
  content: "" !important;
  background: url(../assets/icons/chevron-down.svg) no-repeat center
    center/cover !important;
  width: 18px;
  height: 12px;
  display: inline-block;
  background-size: 10px !important;
}
.add_new_btn .ui.dropdown .icon {
  float: right;
  margin: 5px 0;
}
.add_new_btn a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  padding: 11px 10px 12px;
  outline: 0 !important;
  box-shadow: none !important;
  color: #666677;
  width: 100%;
}
.add_new_btn .plus {
  background: url("../assets/icons/plus.svg") no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: -4px 5px 0 0;
  vertical-align: middle;
}
.add_new_btn .dropdown .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  text-transform: uppercase;
}
.add_new_btn .btn.disabled,
.add_new_btn .btn:disabled {
  opacity: 0.2;
}
.add_new_txt {
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  text-decoration: none;
  padding: 11px 10px 12px;
  text-transform: uppercase;
  vertical-align: middle;
}
.prf_bar .ui.progress {
  margin: 15px 0 0 !important;
  height: 12px;
  width: 313px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.19);
  position: relative;
  overflow: visible;
}
.prf_bar .bar {
  height: 10px !important;
  background: #ffbb11 !important;
  border-radius: 0;
  position: static !important;
}
.prf_bar .ui.progress .bar > .progress {
  right: -45px;
  color: #fff;
  background: transparent;
  top: 3px;
  z-index: 1;
  line-height: 18px;
  overflow: visible;
}
.prof_edit_lightbox .modal-dialog {
  margin: 52px auto;
  max-width: 926px;
  box-shadow: 0 2px 23px 0 rgb(0 0 0 / 26%);
}
.prof_edit_lightbox .modal-header {
  border: 0;
  padding: 0;
}
.prof_edit_lightbox .modal-header .close {
  margin: -40px -40px -40px auto;
}
.prof_edit_lightbox .modal-content {
  border: 0;
  padding: 66px;
}
.prof_edit_lightbox .modal-body {
  padding: 0;
}
.profile_form h3 {
  font-weight: 500 !important;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: -0.31px;
  padding-bottom: 40px;
}
.profile_form input[type="text"],
.profile_form input[type="email"],
.profile_form input[type="password"] {
  padding: 12px 0 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(47, 48, 70, 0.48) !important;
  border-radius: 0 !important;
  color: #3c3c3c !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 17px !important;
}
.profile_form label {
  color: #3c3c3c !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 17px !important;
}
.profile_form input[type="text"]:focus,
.profile_form input[type="email"]:focus,
.profile_form input[type="password"]:focus {
  box-shadow: none !important;
  border-bottom: 1px solid rgba(47, 48, 70, 0.48) !important;
}
.profile_form .fields {
  margin-bottom: 24px !important;
}
.profile_form .fields .field {
  width: 270px !important;
  flex: unset !important;
}
.sub_prof_wrap {
  position: relative;
}
.date_dropdown {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.date_dropdown .ui.dropdown {
  width: 80px !important;
  min-width: auto;
}
.custm_drop_wrap {
  width: 80px !important;
}
.custm_drop_wrap .ui.dropdown {
  padding: 12px 0 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(47, 48, 70, 0.48) !important;
  border-radius: 0 !important;
  color: #3c3c3c !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  min-height: 0;
}
.custm_drop_wrap .dropdown .icon:before {
  content: "" !important;
  background: url(../assets/icons/chevron-down.svg) no-repeat center
    center/cover !important;
  width: 18px;
  height: 12px;
  display: inline-block;
  background-size: 10px !important;
}
.custm_drop_wrap .dropdown .icon {
  padding: 14px 0 !important;
}
.custm_drop_wrap label {
  color: #a6a6a6 !important;
  font-size: 10px !important;
  font-weight: 300 !important;
}
.custm_drop_wrap .default.text {
  color: #3c3c3c !important;
}
.passport_label {
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}
.custom_drop_big,
.custom_drop_big .ui.dropdown {
  width: 250px !important;
}
.pers_info {
  margin: 40px 0 -10px;
}
/* My Profile - Start */

.no_insurance {
  padding: 120px 0;
}

.no_insurance h2 {
  font-size: 22px;
  line-height: 24px;
  color: #2f3046;
  font-weight: 300 !important;
  margin-bottom: 40px;
}
.no_insurance .btn {
  min-width: 200px;
}
.ins_mid_content {
  padding: 120px 0;
}

.ins_mid_content .ins_type {
  width: 275px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.ins_mid_content h2 {
  font-size: 22px;
  font-weight: 500 !important;
  color: #2f3046;
  line-height: 26px;
  margin-bottom: 40px;
}
.ins_type li {
  margin-bottom: 15px;
}
.ins_mid_content .ins_type a {
  border-radius: 5px;
  width: 275px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
  cursor: pointer;
  padding: 12px 20px 12px 12px;
  color: #2f3046;
  display: flex;
  align-items: center;
  height: 47px;
  transition: all ease 0.3s;
}
.ins_mid_content .ins_type a img {
  margin-top: 2px;
}
.ins_mid_content .ins_type a:hover,
.ins_mid_content .ins_type a:focus {
  box-shadow: 0 0 4px 0 rgba(18, 162, 248, 0.5) !important;
  border-color: transparent !important;
}
.ins_mid_content .ins_type a span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #2f3046;
  margin-left: 10px;
}
.ins_type a .fa-heartbeat {
  color: #000;
}
.ins_type a .fa-chevron-right {
  color: #ff6600;
  margin-left: auto;
}
.choose_country {
  list-style: none;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  width: 720px;
  margin: 0 auto;
}
.choose_country li {
  margin: 10px;
}
.choose_country li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 110px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
  border-radius: 5px;
  color: #404b51;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  transition: all ease 0.3s;
}

.choose_country li a:hover {
  box-shadow: 0 0 4px 0 rgba(18, 162, 248, 0.5) !important;
}
.grybg {
  background: rgb(216 216 216 / 20%);
}
.insuranceLists .insuranceList {
  background: #fff;
  width: 290px;
  padding: 40px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%);
  border-radius: 3px;
  margin-bottom: 20px;
}
.insuranceList img {
  width: 120px;
  display: block;
  margin: 0 auto 20px;
}
.insuranceList .insRow {
  margin-bottom: 20px;
  color: #404b51;
  font-weight: 500;
}
.insuranceList .insRow h4 {
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 13px;
  margin-bottom: 5px;
}
.insuranceList .insRow h4 + span {
  font-weight: 300 !important;
  line-height: 13px;
  font-size: 14px;
}
.insuranceLists_wrap {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
}
.insuranceLists {
  display: flex;
  width: 65%;
  flex-wrap: wrap;
}
.insuranceList:nth-child(odd) {
  margin-right: 30px;
}
.insuranceList:nth-child(even) {
  margin-left: 0;
}
.otherinsurance {
  width: 35%;
  background: rgb(64 141 209 / 25%);
  padding: 30px;
  height: 280px;
}
.insuranceList button {
  min-width: 180px;
}
.insuranceList:hover {
  box-shadow: 0 0 4px 0 rgba(18, 162, 248, 0.5) !important;
}
.otherinsurance .ins_mid_content {
  padding: 0;
}
.otherinsurance .ins_mid_content .ins_type a {
  width: 100%;
}
.otherinsurance .ins_mid_content .ins_type {
  width: 100%;
}
.otherinsurance .ins_mid_content h2 {
  margin-bottom: 20px;
  text-align: left;
}

.ins_suggestion {
  padding: 40px 0;
  min-height: 500px;
}
.ins_suggestion h2 {
  font-size: 30px;
  line-height: 36px;
  color: #2f3046;
  margin-bottom: 15px;
}
.insurance_tag {
  width: auto;
  display: inline-block;
  background: #f0f0f1;
  border: 1px solid rgb(187, 187, 193);
  font-weight: 700;
  line-height: 19px;
  font-size: 16px;
  height: 26px;
  padding: 3px 10px;
  color: #2f3046;
  border-radius: 2px;
  margin-bottom: 30px;
}
.ins_suggestion h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500 !important;
  width: 420px;
  color: #404b51;
  margin-bottom: 30px;
}

ul.insurance_brand {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
}
.insurance_brand li {
  width: 24%;
  margin-right: 10px;
}
ul.insurance_brand li a {
  background: #fff;
  padding: 20px;
  width: 100%;
  height: 109px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 7%);
  transition: all ease 0.3s;
}
ul.insurance_brand li a img {
  width: 206px;
  height: auto;
  overflow: hidden;
  object-fit: cover;
}
ul.insurance_brand li a:hover {
  box-shadow: 0 0 4px 0 rgba(18, 162, 248, 0.5) !important;
}

/* Loader */

.spinner {
  width: 150px;
  height: 150px;
  margin: 50px auto;
  position: relative;
}
.ball-1 {
  height: 50%;
  width: 50%;
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 1;
  animation: shrink 4.5s infinite linear;
}
.ball-1:before {
  content: "";
  background: #ff6600;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: -50%;
  left: -50%;
}
.ball-2,
.ball-3,
.ball-4 {
  position: absolute;
  /* background: rgba(0,0,255,.5); */
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ball-2:before,
.ball-3:before,
.ball-4:before {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #f9bc00;
  top: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
}
.ball-2 {
  animation: zindex 1.5s 0.75s infinite steps(2, end);
}
.ball-3 {
  transform: rotate(120deg);
  animation: zindex 1.5s -0.25s infinite steps(2, end);
}
.ball-4 {
  transform: rotate(240deg);
  animation: zindex 1.5s 0.25s infinite steps(2, end);
}
.ball-2:before {
  transform: rotate(0);
  animation: position 1.5s infinite ease, size 1.5s -1.125s infinite ease;
}
.ball-3:before {
  animation: position 1.5s -1s infinite ease, size 1.5s -0.75s infinite ease;
}
.ball-4:before {
  animation: position 1.5s -0.5s infinite ease, size 1.5s -0.125s infinite ease;
}
@keyframes position {
  50% {
    top: 80px;
    left: 80px;
  }
}
@keyframes size {
  50% {
    transform: scale(0.5, 0.5);
  }
}
@keyframes zindex {
  100% {
    z-index: 10;
  }
}
@keyframes shrink {
  50% {
    transform: scale(0.9, 0.9);
  }
}
/* Loader  */

.sitemap_wrap h1 {
  margin: 50px 0 20px;
  font-size: 30px;
  line-height: 36px;
  color: #2f3046;
}
.sitemap_content {
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
  margin-bottom: 20px;
  border-radius: 4px;
}
.sitemap_content h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
.sitemap_links li {
  margin-bottom: 10px;
}

.sitemap_links li a:hover {
  text-decoration: underline;
}
.sitemap_links.heightEnabled {
  height: 270px;
  display: flex;
  flex-flow: column wrap;
  margin: 0;
  padding: 0 20px;
}
.profile_btn {
  display: flex;
  justify-content: flex-end;
}

.appln_course_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.appln_card {
  width: 355px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  padding: 30px;
  margin-bottom: 30px;
}
.appln_card:hover {
  box-shadow: 0 0 4px 0 rgba(18, 162, 248, 0.5) !important;
}
.appln_card h4 {
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 10px;
}
.appln_card span {
  font-weight: 600 !important;
  font-size: 14px;
  margin-top: 8px;
  display: inline-block;
}
.appln_card_row:not(:last-child) {
  margin-bottom: 34px;
}
.appln_card_row .btn {
  display: inline-block;
  line-height: 18px;
  min-width: 160px;
}
.mailsentWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin-bottom: 65px;
}
.mailsentWrap p {
  font-size: 14px;
  line-height: 18px;
  color: #404b51;
  margin: 10px 0 0;
  width: 75%;
  text-align: center;
}

.mailsentWrap + a {
  font-weight: 500 !important;
  color: #404b51;
  text-decoration: underline;
}
.mailsentWrap .mailicon {
  background: url("../assets/icons/mailsent.svg");
  width: 48px;
  height: 34px;
}
.forgot_pw_mail {
  padding: 60px 20px 42px;
  height: 374px;
}
.forgot_pw_mail h2 {
  margin-bottom: 35px;
}
.ticket_success {
  position: relative;
}
.ticket_success h2 {
  font-size: 30px;
  font-weight: 300 !important;
  line-height: 36px;
  color: #2f3046;
}
.ticket_success a.btn {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 220px;
}
.ticket_successwrap .modal-header {
  border-bottom: 0;
}
.cls {
  background: url("../assets/icons/x-black.svg") no-repeat center center/cover;
}
.doc_upload .cls {
  background-size: 9px;
  cursor: pointer;
}
.scr_tit {
  padding-bottom: 10px;
}
.score_inpt {
  display: inline-block;
  /* margin-left: 15px; */
}
.carousel-item:nth-child(9n) .info_head_div,
.carousel-item:nth-child(10n) .info_head_div {
  margin-top: 60px;
}
.incorrect_field .form .incorrect_phone .selection {
  width: 100px !important;
  padding: 12px !important;
  border-radius: 14px 0 0 14px !important;
  margin: 0;
}
.incorrect_field .form .incorrect_phone .selection .text {
  font-weight: 300 !important;
  font-size: 12px !important;
  line-height: 17px !important;
  margin-right: 15px;
}
.incorrect_field .form .incorrect_phone input[type="text"] {
  border-radius: 0 14px 14px 0 !important;
  width: 160px !important;
}
.incorrect_field .form .incorrect_phone .selection {
  padding: 11px 12px 11px !important;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.incorrect_field .form .incorrect_phone .selection .icon::before {
  background-size: 10px !important;
}
.incorrect_field .form .incorrect_phone .selection .icon {
  top: 14px !important;
}
.ui.dimmer.modals {
  z-index: 1052;
}

#userCloseDialog.modal,
.min-modal.modal,
.ui.small.modal,
.ui.large.modal {
  overflow: visible;
  top: auto;
  left: auto;
  height: auto;
  padding: 30px 10px 10px;
}
#userCloseDialog.ui.modal > .actions,
#userCloseDialog.ui.modal > .header,
.min-modal.ui.modal > .actions,
.min-modal.ui.modal > .header,
.ui.large.modal > .header,
.ui.large.modal > .actions {
  border: 0;
  background: transparent;
}
#userCloseDialog.ui.modal > .close,
.min-modal.ui.modal > .close,
.ui.large.modal > .close {
  padding: 0;
  top: 10px;
  right: 20px;
}
#userCloseDialog.ui.modal .ui.btn,
.min-modal.ui.modal .ui.btn,
.ui.large.modal .ui.btn {
  min-width: 140px !important;
}

.finalScreen .login_cont_div .next_button_wrap {
  flex-flow: row;
}
.finalScreen .login_cont_div {
  display: none;
}
.verify_name .inline.fields .field > input {
  min-width: 260px;
}
.field.email_field.error label {
  color: inherit !important;
}
.no-application {
  display: none;
}
.no-application h2 {
  margin-bottom: 10px;
}
.no-application p {
  font-size: 18px;
}
.incorrect_phone {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: unset !important;
}
.incorrect_phone .incorrect_dail_code {
  width: 100px;
}
.incorrect_phone .incorrect_phone_number {
  width: calc(100% - 102px);
}
.loader_wrap {
  margin-top: 60px;
  display: none;
}
.loader_wrap h2 {
  font-size: 18px;
  width: 425px;
  font-weight: 500!important;
}

.emerg_mob_edit {
  display: flex;
  align-items: center;
}
.emerg_mob_edit .ui.selection {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px !important;
  border-radius: 21px 0 0 21px !important;
  border: 1px solid #979797 !important;
  border-right: 0 !important;
  /* box-shadow: 0 2px 9px 0 rgb(0 0 0 / 14%)!important; */
}
.emerg_mob_edit .ui.search.dropdown > .text {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px !important;
}
.emerg_mob_edit .phn_num input[type="text"] {
  border: 0 !important;
  border: 1px solid #979797 !important;
  border-radius: 0 21px 21px 0 !important;
  padding-left: 15px !important;
}
.emerg_mob_edit .phn_num input[type="text"]:hover {
  box-shadow: 0 0 4px 0 rgba(18, 162, 248, 0.5) !important;
  border-color: transparent !important;
}
.emerg_mob_edit .field {
  width: 102px;
}
.emerg_mob_edit .phn_num {
  width: 185px;
}
.emergency_row .prf_pod:nth-child(4n) {
  padding-right: 20px;
}

.uploadLoader {
  min-height: 350px;
  text-align: center;
  padding: 60px;
  display: none;
}
.appl_multilist {
  justify-content: space-between;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  padding: 15px;
}

.doc_upload .container-fluid:last-child .appl_multilist {
  border: 0;
  margin-bottom: 0;
}
.doc_upload .container-fluid:first-child .appl_multilist {
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  padding-top: 10px;
}
.appl_multilist h3 {
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 17px;
  color: #2f3046;
  margin-bottom: 10px;
}
.appl_single .appl_multilist .upload_box {
  margin: 0;
}
.filesizeerror,
.fileformaterror {
  display: none;
}
.filesizeerror h4,
.fileformaterror h4 {
  font-size: 14px;
  color: #cd6262;
}
.slct_pod .prf_pod_title,
.test_scroe_wrap .prf_pod_title {
  margin-bottom: 5px;
}
.cancel_txt {
  display: flex;
  align-items: center;
  margin: 0 10px 0;
  padding-bottom: 0;
}
.cancel_txt a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.cancel_txt a:hover {
  text-decoration: underline;
}
#multiDropdown {
  padding: 13px 40px 13px 13px !important;
  border: 0 !important;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
  border-radius: 3px !important;
  color: #3c3c3c !important;
  background: transparent;
  width: 205px;
}
#multiDropdown .dropdown.icon {
  background: transparent;
  left: auto;
  right: 16px;
  /* width: 65px; */
}
#multiDropdown .menu {
  margin-top: 0 !important;
}
#multiDropdown .menu .dropdown.icon {
  right: 0;
}
#multiDropdown .dropdown.icon::before {
  content: "" !important;
  background: url(../assets/icons/chevron-down.svg) no-repeat center
    center/cover !important;
  width: 18px;
  height: 12px;
  display: inline-block;
  background-size: 10px !important;
}
#multiDropdown .menu .item .dropdown.icon:before {
  background: url(../assets/icons/chevron-right.svg) no-repeat center
    center/cover !important;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: 5px !important;
  content: "";
  margin-top: 2px;
}
.passwrap {
  flex-flow: column wrap;
  width: 370px;
  text-align: left;
}
.passwrap .field {
  position: relative;
}
.passwrap .field label {
  text-align: left;
}
.passwrap .field input {
  padding: 12px 38px 12px 18px !important;
}
.passwrap .field .field_info {
  font-size: 12px;
  text-align: center;
  width: 80%;
  margin: 5px auto -15px;
  display: none;
}
span.eye-icon {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  right: 1rem;
  top: 2.6rem;
  z-index: 2;
  font-size: 16px;
  color: #a2a2a2;
}
.passprogress {
  display: flex;
  position: static;
  top: 0;
  right: 0;
  width: 100%;
  align-items: center;
  display: none;
  margin: 10px 0 0;
}
.passprogress.average {
  color: #ffbb11;
}
.passprogress.average .progressPercentBar {
  background: #ffbb11;
}
.passprogress.notgood {
  color: #9f3a38;
}
.passprogress.notgood .progressPercentBar {
  background: #9f3a38;
}
.passprogress.strong {
  color: #42b87b;
}
.passprogress.strong .progressPercentBar {
  background: #42b87b;
}
.progressPercent {
  font-size: 12px;
  margin-right: 5px;
  min-width: 60px;
  text-align: right;
  text-transform: capitalize;
}
.progressBar {
  width: 100%;
  height: 15px;
  border-radius: 2px;
  border: 1px solid #ccc;
  position: relative;
}
.progressPercentBar {
  position: absolute;
  height: 15px;
  background: rgb(221, 221, 221);
  top: -1px;
  left: 0;
  border-radius: 2px;
  transition: all ease 0.3s;
}
.login_cont_div .nameEditwrap .field input {
  width: 264px;
}
.login_cont_div .nameEditwrap .field label {
  width: auto;
}
.insurance_hero_img {
  width: 100%;
  height: 284px;
  object-fit: cover;
  object-position: center;
}
.test_scroe_wrap .profile_btn:nth-of-type(4) {
  padding-bottom: 20px;
}
.prf_pod.doc_upload {
  flex-direction: column;
}
.prf_pod .upload_box {
  margin-top: 0;
}
.my_prof_wrap .loader_wrap {
  position: fixed;
  width: 66%;
  background: #fff;
  text-align: center;
  padding: 74px;
  height: 55vh;
  margin: 0 auto;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
  z-index: 99;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.my_prof_wrap .loader_wrap .loader_sub_div {
  height: 100%;
}
.loader_sub_div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}
.my_prof_wrap .loader_wrap h2 {
  width: 100%;
}
#clone_education_div,
#clone_studygap_div,
#clone_testscore_div {
  display: none;
}
.emerg_mob_edit .ui.selection.dropdown .menu > .item {
  padding: 10px 5px 10px 8px !important;
  font-size: 12px !important;
}
.prf_pod.field.error .prf_pod_title {
  color: #9f3a38 !important;
}
.delete_loader {
  width: 100%;
  background: #fff;
  box-shadow: 1px 1px 4px 4px rgb(0 0 0 / 12%);
  padding: 30px 0;
  display: none;
}
.delete_loader h2 {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}

.ui.dimmer .ui.tiny.visible.transition.deleteupload {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
#deleteModal .spinner {
  margin: 30px auto;
}

#deleteModal .modal-dialog {
  position: absolute;
  margin: 0.5rem;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  box-shadow: 1px 3px 10px 2px rgb(0 0 0 / 20%);
  width: 100%;
  max-width: 600px;
}

#deleteModal .modal-content {
  border: 0;
  padding: 20px 10px 10px;
}

#deleteModal .modal-title {
  font-size: 18px;
}
#deleteModal .close {
  position: absolute;
  top: 20px;
  right: 30px;
}
#deleteModal .modal-header,
#deleteModal .modal-footer {
  border: 0;
  padding: 1.5rem;
}
.edit_pod_profile {
  display: block;
  z-index: 3;
  background: #ffff;
  width: 100%;
  padding: 20px !important;
  transition: 0.3s padding ease-in;
}
.profile_overlay {
  z-index: 4 !important;
}
/* .edit_pod_profile .sub_prf_edit_lnk{
	right: 35px;
    top: 40px;
} */
.edit_pod_profile .prf_row_file .prf_pod {
  width: 215px;
}
.profile_empty_div {
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile_empty_div h3 {
  font-weight: 600 !important;
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 48px;
  text-align: center;
}
.profile_empty_div + .sub_prof_wrap.edit_pod_profile {
  /* margin-top: -50px!important; */
}
.prof_file_wrap {
  padding-top: 20px;
  border: 0 !important;
}
.prof_file_wrap .prf_pod_title {
  margin-bottom: 10px;
}
.prof_file_wrap .doc_upload {
  margin-bottom: 0;
}
.prof_file_wrap .doc_upload .upload_box {
  margin-top: 0;
}
.tab_show .prf_file_show {
  margin-top: 10px;
}
.tab_show .study_content_wrap {
  flex-wrap: wrap;
}
.personal_tab .tab_show .prf_passport_pod {
  background: #fff;
  padding-top: 10px !important;
  width: 49% !important;
}
.prf_file_show,
.prf_file_show .prf_pod,
.prf_file_show .prf_file_dsp {
  width: auto !important;
}
/* .prf_file_show  .prf_pod, .prf_pod_blue .prf_file_show  .prf_pod {
	display: none;
} */
.prf_file_show .prf_file_dsp a {
  word-break: break-word;
  display: inline-block;
  font-weight: 500;
  font-size: 11.92px;
  line-height: 15.32px;
}
.prf_file_show .doc_upload .doc_label,
.doc_upload label {
  width: 225px;
}
.prf_file_show .file_load p {
  text-align: center;
}
.yr_dropdown .dob_form {
  padding-bottom: 10px;
}
#personalInformation .prf_edit_lnk {
  top: -37px;
  right: 4px;
}
.emerg_mob_edit .ui.dropdown > .text > .flag {
  margin-left: 3px;
  margin-right: 3px;
}
.prf_pod.prf_file_show {
  padding: 0 !important;
  width: 100% !important;
}
.prf_file_show .prf_pod:first-child {
  margin-top: 10px;
}
.profile_file_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.profile_file_wrap .prf_passport_pod:nth-child(2n) {
  margin-right: 0 !important;
}
.prf_file_show .doc_upload .doc_label {
  padding: 10px 22px;
}
.prf_file_show .doc_upload .doc_label .file_load p {
  font-size: 14px;
}
.prf_file_show .doc_upload {
  margin-top: 10px;
  border-top: 1px solid rgba(151, 151, 151, 0.22);
  padding-top: 15px;
}
.prf_file_show .prf_pod {
  padding-bottom: 15px;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 5%);
  margin-bottom: 10px;
  padding: 10px !important;
  background: #fff;
  width: 49% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 10px 0 !important;
  border-radius: 5px;
  flex: initial !important;
}
.prf_pod_blue {
  display: flex;
  align-items: center;
  width: 100%;
}
.prf_pod_blue .prf_pod {
  background-color: #edf5fe;
  padding: 10px 30px 10px;
  width: 50%;
  margin-right: 20px !important;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.prf_blue_rft {
  margin-left: auto;
}
.prf_pod_blue .prf_pod:last-child {
  margin-right: 0 !important;
}
.personal_tab .prf_row {
  padding: 23px 15px 18px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.personal_tab .prf_row h3 {
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 19px;
  color: #2f3046;
  padding-bottom: 14px;
}
.addrs_blue .prf_pod,
.personal_tab .addrs_blue .prf_file_show.prf_pod {
  width: 100% !important;
}
.personal_tab .prf_pod_blue + .prf_pod_blue {
  padding-top: 20px;
}
.tab_edit .prf_pod_blue .prf_pod {
  display: block;
}
.prf_row_blue {
  background-color: #edf5fe;
  padding: 30px;
  width: 100%;
  border-radius: 5px;
  display: flex;
}
.prf_row_grey {
  background-color:#E3E3E3;
  padding: 30px;
  width: 100%;
  border-radius: 5px;
  display: flex;
}
.btn.btn-primary.other{
  margin-right: 87px;
  margin-bottom: 31px;
}
.submit_other{
  background-color: #E3E3E3;
  display: flex;
  justify-content: end;
}
.prf_row_other{
  background-color:#E3E3E3;
}
.prf_pod_other{
  display: flex;
}
.pod_other.d-flex{
  margin-bottom: 10px;
}
.tabtitle_other{
color: #110053;
font-family: Outfit;
font-size: 24px;
font-style: normal;
font-weight: 300;
line-height: normal;
}
.tab_note{
color: #110053;
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.prf_pod_other{
  color: #110053;
font-family: Outfit;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.no_document{
color: #110053;
font-family: Outfit;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 200px;

}

.prf_row_blue .prf_pod:last-child {
  padding-bottom: 0;
}
.profile_tab.tab_show .row_blue_lft {
  width: 72%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-right: 20px;
}
.profile_tab.tab_show .row_blue_lft .prf_pod {
  padding-bottom: 23px;
  min-width: 260px;
  width: 332px;
  background: #fff;
  padding: 10px 15px 10px 15px;
  margin-right: 10px !important;
  border-radius: 5px;
  margin: 0 0 10px;
  min-height: 53.3px;
}
.profile_tab.tab_show .row_blue_lft .prf_pod_head {
  padding-bottom: 23px;
  min-width: 260px;
  width: 412px;
  background: #fff;
  padding: 10px 15px 10px 15px;
  margin-right: 10px !important;
  border-radius: 5px;
  margin: 0 0 10px;
  min-height: 53.3px;
}

.profile_tab.tab_show .prf_row_blue .prf_pod.description {
  flex: auto;
  width: 100%;
}
.profile_tab.tab_show .row_blue_lft .dependent_field_show .prf_pod.description {
  width: 100%;
}

.profile_tab.tab_show .row_blue_lft .prf_pod:last-child:not(:nth-child(odd)) {
  margin-bottom: 0;
}
.profile_tab.tab_show .row_blue_lft .prf_pod:nth-child(n + 1):not(.desciption) {
  margin-right: 0 !important;
}
.profile_tab.tab_show .row_blue_lft .prf_pod:last-child.eng_score_details {
  width: 100%;
}

.profile_tab.tab_show .row_blue_rgt {
  width: 25%;
}
.profile_tab.tab_show .prf_row_blue {
  flex-wrap: wrap;
}
.profile_tab.tab_show .row_blue_rgt .prf_file_show {
  margin-top: auto;
  margin-left: auto;
}
.profile_tab.tab_edit .row_blue_lft {
  width: 80%;
}
.profile_tab.tab_edit .row_blue_rgt {
  width: 20%;
}
.row_blue_rgt {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.row_blue_rgt .prf_file_show {
  margin-top: 15px;
  margin-bottom: 0;
}
.prf_rft_icon {
  width: 100%;
  text-align: right;
  padding: 20px 0 0 0;
}
.ui.form .prf_row_blue .profile_btn {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  margin-left: auto;
}
.tab_edit .prf_row_blue {
  border: 1px solid #408dd1;
}

.history_edit .prf_pod .ui.selection {
  min-width: 200px;
}
.history_edit .inline.fields .prf_pod_title {
  margin: 0 0 5px 0 !important;
}
.history_edit .date_field_wrap .two.fields {
  margin-bottom: 0;
}
.date_field_wrap .ui.header {
  font-size: 14px;
  padding-bottom: 8px;
  margin: 20px 0 8px 0;
}
.history_edit .date_field_wrap .prf_pod {
  padding-bottom: 10px;
}
.history_edit .prf_pod .dob_form .ui.selection {
  min-width: auto;
}
.history_edit .inline.single.fields .prf_pod_title {
  min-width: calc(50% + 15px);
  margin: 0 !important;
  padding: 0;
  width: calc(50% + 15px);
}
.history_edit .inline.single.fields.lg_dropdown .prf_pod .ui.dropdown > .text {
  font-size: 12px;
  padding-right: 20px;
}
.history_edit
  .inline.single.fields.lg_dropdown
  .prf_pod
  .ui.selection.dropdown
  .menu
  > .item {
  padding: 10px 1.14285714rem !important;
  line-height: 15px;
  font-size: 12px;
}
.history_edit .inline.single.fields.lg_dropdown .prf_pod {
  min-width: 360px;
  padding: 0;
}

.profile_tab .prf_pod_title.testType_show_hd {
  color: #173e83;
  font-size: 15px;
  margin-bottom: 20px;
}
.testscore_sub_prof .profile_tab.tab_show .prf_row_blue {
  flex-flow: column;
}
.testscore_sub_prof .profile_tab.tab_show .prf_pod.score_details {
  display: flex;
  flex-flow: row wrap;
  flex: auto;
  width: 100%;
  justify-content: flex-start;
  padding: 15px;
}
.testscore_sub_prof .prf_pod.score_details .score_detail_lft {
  width: 50%;
  border-right: 1px solid rgba(151, 151, 151, 0.22);
  padding-right: 10px;
}
.testscore_sub_prof .prf_pod.score_details .score_detail_lft .prf_pod_title {
  margin-bottom: 10px;
}
.testscore_sub_prof .prf_pod.score_details .score_detail_rt {
  width: 50%;
  padding-left: 20px;
  margin-top: 5px;
}
/* .testscore_sub_prof
  .sub_prof_wrap[data-testtype="English Test"]
  .profile_tab.tab_show
  .prf_pod:nth-child(odd):nth-last-child(2) {
  flex: auto;
} */
.testscore_sub_prof
  .profile_tab.tab_show
  .prf_pod.score_details.academic_fields {
  height: 110px;
}
.study_content_wrap {
  display: flex;
  min-height: 240px;
}

.testscore_sub_prof
  .profile_tab.tab_show
  .study_content_wrap
  .row_blue_lft
  .prf_pod_desc {
  width: auto;
  margin-top: 5px;
}
.profile_tab .row_blue_lft .prf_pod_title.testType_hd {
  color: #173e83;
  font-size: 15px;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.history_edit .inline.single.fields .prf_pod.date_field_wrap {
  padding-right: 0;
  min-width: 310px;
}
.history_edit .dependent_fields .inline.single.fields .prf_pod_title {
  min-width: calc(50% + 8px);
  width: calc(50% + 8px);
}
.history_edit .dependent_fields .inline.single.input.fields .prf_pod.field {
  min-width: calc(50% + 8px);
  padding: 0;
}
.history_edit .date_field_wrap .yr_dropdown:last-child {
  margin-left: 20px;
}
.history_edit .date_field_wrap .dob_form .ui.selection {
  padding: 12px 15px !important;
}
.history_edit .dependent_fields .inline.single.fields .dob_form {
  width: 50%;
}
.prf_pod.field textarea {
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
}
.history_edit .date_field_wrap .yr_dropdown .dob_form {
  padding-bottom: 0;
}
/* Responsive style starts here */

.history_edit .row_blue_lft {
  width: 80%;
  padding-bottom: 50px;
}
.study_gap_edit .two.fields .prf_pod {
  padding-bottom: 0;
}
.prf_pod_flex {
  display: flex;
  justify-content: space-between;
}
.prf_pod_flex .prf_pod {
  min-width: 230px;
}
.profile_tab.tab_show .row_blue_lft .prf_pod.dependent_wrap {
  flex: auto;
}
.profile_tab.tab_show .row_blue_lft .prf_pod.dependent_wrap > div {
  padding-bottom: 10px;
  min-height: 40px;
}
.profile_tab.tab_show .row_blue_rgt .doc_upload {
  width: 234px;
}
.profile_tab.tab_show
  .row_blue_lft
  .prf_pod.dependent_wrap
  .dependent_field_show {
  border-left: 4px solid rgb(23 62 131 / 70%);
  padding-top: 10px;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin-top: 10px;
  display: none;
}
.profile_tab.tab_show
  .row_blue_lft
  .prf_pod.dependent_wrap
  .dependent_field_show::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #e2e2e2;
  top: -12px;
}
.profile_tab.tab_show .row_blue_lft .dependent_field_show .prf_pod {
  width: 310px;
}
/* .study_gap_dates{
	padding-bottom: 23px;
}
.study_gap_dates .prf_pod{
	display: flex;
}
.study_gap_dates .prf_pod span{
    padding-right: 5px;
} */
/* .tab_edit .prf_rft_icon{
	padding-top: 80px;
} */
.prf_pod .prf_file_dsp {
  width: 234px !important;
  background: #edf5fe;
}
.prf_file_show .doc_upload .doc_label {
  width: 234px !important;
  background: #fff;
}
.prf_pod .prf_file_dsp a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 8px;
}
.personal_tab .profile_btn_formTop {
  position: absolute;
  top: -49px;
  right: 0;
  z-index: 1;
}
.prf_row_blue .score_inpt {
  display: block;
}
.personal_tab .prf_pod.prf_file_show {
  display: block;
  width: 50% !important;
  padding: 10px !important;
}
.personal_tab .prf_pod.prf_file_show .prf_file_dsp {
  margin-bottom: 10px;
}

.mid-container.Somethingpage_wrap,
.mid-container.not_found_wrap {
  display: flex;
  width: 100%;
  height: calc(100% - 103px);
}

.Somethingpage_wrap .row,
.not_found_wrap .row {
  height: 100%;
}
.Somethingpage_wrap .container,
.not_found_wrap .container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.Somethingpage_wrap .notfound,
.not_found_wrap .notfound {
  text-align: center;
}
.Somethingpage_wrap .notfound img {
  width: 120px;
}
.Somethingpage_wrap .notfound h1,
.not_found_wrap .notfound h1 {
  font-size: 4em;
  letter-spacing: 2px;
}
.Somethingpage_wrap .notfound p,
.not_found_wrap .notfound p {
  font-size: 18px;
  font-weight: bold;
}
.Somethingpage_wrap .notfound .btn-primary,
.not_found_wrap .notfound .btn-primary {
  margin-top: 30px;
  width: 200px;
}

.education_sub_prof .sub_prof_wrap h2.tabtitle,
.studygap_sub_prof .sub_prof_wrap h2.tabtitle,
.testscore_sub_prof .sub_prof_wrap h2.tabtitle {
  display: none;
}
.education_sub_prof .sub_prof_wrap:first-child h2.tabtitle,
.studygap_sub_prof .sub_prof_wrap:first-child h2.tabtitle,
.testscore_sub_prof .sub_prof_wrap:first-child h2.tabtitle,
.testscore_sub_profdrop h2.tabtitle,
.other_document_sub_prof h2.tabtitle {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600 !important;
}

.login_cont_div .inner_content {
  width: 100%;
}

/*prev amimation*/
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

/*next slide  amimation*/
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

.rw-display-next .login_cont_div h3:not(.nearest_office_heading) {
  animation-name: slideInRight;
  animation-duration: 1s;
  animation-delay: 0.2s;
}

.rw-display-next .login_cont_div .ui.dropdown:not(.nearest_office_aecc),
.rw-display-next .login_cont_div .field:not(.nearest_office_field) {
  animation-name: slideInRight;
  animation-duration: 1s;
  animation-delay: 0.2s;
}
.rw-display-next .login_cont_div .next_button_wrap {
  animation-name: slideInRight;
  animation-duration: 0.9s;
  animation-delay: 0.2s;
}

.rw-display-prev .login_cont_div h3:not(.nearest_office_heading) {
  animation-name: slideInLeft;
  animation-duration: 1;
  animation-delay: 0.2s;
}
.rw-display-prev .login_cont_div .ui.dropdown:not(.nearest_office_aecc),
.rw-display-prev .login_cont_div .field:not(.nearest_office_field) {
  animation-name: slideInLeft;
  animation-duration: 1s;
  animation-delay: 0.2s;
}
.rw-display-prev .login_cont_div .next_button_wrap {
  animation-name: slideInLeft;
  animation-duration: 0.9s;
  animation-delay: 0.2s;
}
.prf_pod_blue .prf_passport_pod {
  padding: 0 !important;
}

h2.optionalheading {
  width: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}
.midwrap .optionalheading {
  line-height: 20px;
  margin-bottom: 15px;
  padding: 10px;
  background: rgb(42 98 168 / 20%);
  border-radius: 5px;
  margin-top: -20px;
}
.midwrap .optionalheading span {
  font-weight: 700;
}
.nocourses {
  display: none;
}
.nocourses h3 {
  margin-bottom: 20px;
}
.hdbtns.noapply .btn,
.hdbtns.noapply .btn:active,
.hdbtns.noapply .btn:focus,
.hdbtns.noapply .btn-primary:not(:disabled):not(.disabled):active:focus {
  background: transparent;
  color: rgb(0 0 0 / 40%);
  border-color: transparent;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 15%);
  pointer-events: none;
}
.crmFetchLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.crmFetchLoader .crmLoaderwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 100%;
  width: 100%;
  background: rgb(216 216 216 / 70%);
}
.crmFetchLoader .crmLoadercontnt {
  background: #fff;
  padding: 20px;
  width: 100%;
  text-align: center;
  max-width: 600px;
}
.crmFetchLoader .crmLoadercontnt h2 {
  font-size: 20px;
}
.visa_grey_wrap {
  border-radius: 8px;
  padding: 30px 0;
  background: #efeff0;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 38px;
}
.visa_grey_wrap h4 {
  padding-bottom: 10px;
  font-weight: 300  !important;
  font-size: 18px;
  line-height: 22px;
  color: #2f3046;
}
.visa_grey_wrap a {
  display: inline-block;
  margin-top: 16px;
  min-width: 180px;
}
.exst_visalnk {
  color: #2f3046 !important;
  text-decoration: underline !important;
}
.spark_green::before {
  content: "";
  background: url("../assets/icons/flower.svg") 0 0 no-repeat;
  width: 78px;
  height: 85px;
  display: block;
  margin-left: 5px;
}
.congrat_pod {
  text-align: center;
  margin-bottom: 43px;
  width: 100%;
  padding: 30px 0 0;
}
.congrat_pod h2 {
  font-weight: 300 !important;
  font-size: 36px;
  line-height: 43px;
  color: #2f3046;
  position: relative;
}
.congrat_pod h2 span {
  display: inline-block;
  position: absolute;
  top: -50px;
  left: calc(100% - 230px);
}
.congrat_pod p {
  font-weight: 500  !important;
  font-size: 14px;
  line-height: 18px;
  color: #404b51;
  padding-top: 15px;
}
.visa_start_wrap {
  width: 100%;
}
.apln_suc {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  padding-bottom: 15px;
  border: 1px solid rgba(151, 151, 151, 0.22);
  padding: 16px 56px;
  margin-bottom: 20px;
  border-radius: 6px;
  position: relative;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 11%);
}
.apln_suc_lft {
  width: 60%;
}
.apln_suc_lft h3 {
  padding-bottom: 8px;
  font-size: 18px;
  color: #2f3046;
  font-weight: 500 !important;
  line-height: 22px;
}
.apln_suc_lft p {
  font-size: 14px;
  color: #2f3046;
  line-height: 17px;
}
.apln_suc_rgt {
  margin-left: auto;
  width: 40%;
  display: flex;
  justify-content: flex-end;
}
.application_suc_wrap .apln_suc_rgt .btn {
  width: 160px;
  min-width: auto;
}
.doc_list_suc_wrap::before {
  background: url("../assets/icons/file-text-success.svg") 0 0 no-repeat;
  width: 14px;
  height: 14px;
}
.toogleDrop {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  text-decoration: none;
  width: 90px;
}
.toogleDrop .collapseBtn {
  position: relative;
}
.toogleDrop .collapseBtn .toogleIcon {
  left: -25px;
  right: auto;
  top: -2px;
}
.toogleDrop .StateOpen {
  display: block;
}
.toogleDrop.collapsed .StateClose {
  display: block;
}
.toogleDrop.collapsed .StateOpen {
  display: none;
}
.toogleDrop .StateClose {
  display: none;
}
.toogleDrop .collapseBtn.StateClose .toogleIcon::after {
  height: 24px;
  background: url(../assets/icons/plus.svg) no-repeat 0 6px;
}

/* Account setting style starts here */
.account_setting .modal-dialog {
  box-shadow: 0 2px 23px 0 rgb(0 0 0 / 26%);
  max-width: 926px;
  margin: 52px auto;
  border-radius: 4px;
  overflow: hidden;
}

.account_setting .modal-content,
#editRestrictModal .modal-content, #editRestrictModal .modal-footer {
  border: 0;
}
.account_setting .modal-header,
#editRestrictModal .modal-header {
  /* border-bottom: 1px solid #CFCFCF; */
  padding: 20px;
  border: 0;
}
.account_setting span.eye-icon {
  top: 2.4rem !important;
}
.account_setting .modal-header .close {
  padding: 12px;
}
.account_setting .modal-body,
#editRestrictModal .modal-body {
  /* background: #f9f9f9; */
  padding: 15px 72px;
  /* height: calc(100vh - 120px); */
  display: flex;
  align-items: center;
  justify-content: center;
}
.account_setting .modal-footer {
  border: 0;
  padding: 20px 0 40px;
}
.account_setting h2 {
  font-size: 21px;
  line-height: 25px;
  letter-spacing: -0.31px;
  font-weight: 500 !important;
  color: #3c3c3c;
  margin-bottom: 20px;
}
.applsetting_wrap {
  margin-bottom: 30px;
}

.notification_list h3 {
  color: #2f3046;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500  !important;
  margin-bottom: 12px;
}
.notification_list .ui.checkbox label {
  font-size: 14px;
  color: #2f3046;
  line-height: 17px;
  margin-bottom: 15px;
}
.notification_list .ui.checkbox label:before {
  top: -1px;
}
.notification_list .ui.checkbox label:after {
  font-size: 12px;
  top: -1px;
  left: 1px;
  width: 14px;
  height: 14px;
}
.notification_list .ui.checkbox input:checked ~ label:after {
  color: #42b87b !important;
}
.notification_list {
  margin-bottom: 30px;
}
.notification_list:last-child {
  margin-bottom: 0;
}
.notify_opt p {
  display: flex;
  color: #979797;
}
.notify_opt p img {
  margin-right: 5px;
  display: block;
}
.notification_list .field {
  margin-bottom: 5px !important;
}

.visa_confirmed_wrap {
  width: 100%;
  position: relative;
}
.visa_start_container {
  position: relative;
  width: 100%;
}
.visa_start_wrap {
  padding-bottom: 50px;
  padding-bottom: 50px;
}
.visa_start_wrap::before {
  content: "";
  position: absolute;
  background: url(../assets/icons/passport-grey.svg) 0 0 no-repeat;
  width: 30px;
  height: 30px;
  margin: 0;
  left: -50px;
  top: 0;
  opacity: 0.6;
}

.appln_optn_list.visa_start_container {
  margin: 53px 0 46px;
  padding: 0;
}
.appln_optn_list.visa_start_container::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50px;
  border-left: 3px dotted rgba(47, 48, 70, 0.24);
  width: 2px;
  height: 80%;
  max-height: 626px;
}

.visa_start_container .visa_confirmed_wrap::before {
  content: "";
  position: absolute;
  background: url(../assets/icons/check-circle.svg) 0 0 no-repeat;
  width: 30px;
  height: 30px;
  margin: 0;
  left: -50px;
  top: 0;
  opacity: 0.6;
  z-index: 1;
}
.visa_start_container .visa_confirmed_wrap::after {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  background: #fff;
  width: 4px;
  height: 100%;
}

.application_docwrap .visa_confirmedhd h3.doc_hd {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600 !important;
}
.visa_confirmedhd .doc_upload h4 {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600 !important;
}

.appln_confirmed_list .apln_suc_rgt .btn {
  min-width: 160px;
}

.visa_confirmed_wrap .appln_confirmed_list::before {
  content: "";
  position: absolute;
  left: 20px;
  width: 20px;
  top: 20px;
  height: 20px;
  background: url(../assets/icons/check-circle.svg) 0 0 no-repeat;
  background-size: 15px 15px;
  display: none;
}
.visa_upload_dialog .modal-header .close {
  margin: 0;
}

.visa_upload_dialog.lightbox_upload .modal-body {
  padding: 30px 50px;
}
.upload_visa_lbxwrap {
  min-height: 300px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-around;
  width: 70%;
  text-align: center;
  margin: 0 auto;
}
.upload_visa_lbxwrap h2 {
  font-size: 24px;
  line-height: 32px;
  color: #2f3046;
}
.upload_visa_lbxwrap .hdbtns {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.upload_visa_lbxwrap .hdbtns .btn:first-child {
  margin-bottom: 20px;
}
.upload_visa_lbxwrap .hdbtns .btn {
  padding: 0 20px;
  height: 35px;
}

.upload_visa_lbxwrap .upload_form .doc_upload label {
  line-height: 20px;
  border-radius: 50px;
  height: 35px;
}
.upload_visa_lbxwrap .upload_form .doc_upload .upload_box {
  width: auto;
  display: flex;
  flex-flow: column;
}

.passport_expiry .ui.dropdown.selection {
  width: 110px !important;
  display: inline-flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-flow: row;
  margin: 0 0 0 10px;
}

/* Support ticket */
.support_ticket_form input[type="text"],
.support_ticket_form input[type="email"] {
  border-radius: 3px !important;
  outline: 0;
  font-size: 14px;
  line-height: 17px;
  color: #3c3c3c !important;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 14%) !important;
  border: 0 !important;
  padding: 12px !important;
  text-align: left !important;
}
.support_ticket_form .ui.fluid.dropdown,
.support_ticket_form .field textarea {
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 14%) !important;
  border: 0;
  border-radius: 3px !important;
  text-align: left !important;
}
.support_success_div {
  display: none;
}
.support_success_div h2 {
  margin-bottom: 40px !important;
  text-align: center;
}
.support_success_div .d-flex {
  height: 500px;
}
.support_ticket_form .emerg_mob_edit .ui.selection {
  padding: 12px !important;
  border-radius: 21px 0 0 21px !important;
}
.support_ticket_form .emerg_mob_edit .ui.search.dropdown > .text {
  line-height: 17px;
}
.support_ticket_form .ui.selection .dropdown {
  padding-top: 15px !important;
  padding-right: 5px !important;
}
.support_ticket_form .ui.selection .icon:before {
  content: "" !important;
  background: url(../assets/icons/chevron-down.svg) no-repeat center
    center/cover !important;
  width: 18px;
  height: 12px;
  display: inline-block;
  background-size: 10px !important;
}
.support_ticket_form .tktbtn {
  padding-bottom: 50px;
}
.support_ticket_form .tktbtn .btn {
  position: absolute;
  right: -283px;
}
.support_ticket_form .phn_num {
  width: calc(100% - 102px);
}
.support_ticket_form .phn_num {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #404b51;
  line-height: 18px;
}
.ticketlightbox .modal-body.success-modal-body .model_wrap {
  width: 70% !important;
  margin: 0 auto !important;
  max-width: initial !important;
}
.ticketlightbox .loader_wrap h2 {
  font-size: 24px;
  text-align: center;
  width: auto;
}
.ticketlightbox {
  position: absolute;
}
.callme_pop {
  display: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  position: fixed;
  width: 740px;
  bottom: 68px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  z-index: 4;
  box-shadow: 0 16px 24px 0 rgb(75 78 109 / 15%);
  border-radius: 5px;
  padding: 25px 20px;
  text-align: center;
}
.sup_file_dsp {
  width: 225px;
  border: 1px solid rgba(151, 151, 151, 0.22);
  border-radius: 6px;
  background-color: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.sup_file_dsp a {
  word-break: break-word;
  display: inline-block;
  font-weight: 500;
  font-size: 11.92px;
  line-height: 15.32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.support_file_show .doc_upload .upload_box .doc_label,
.support_file_show .doc_upload .upload_box {
  width: 225px;
}
.support_file_show .doc_upload .file_load p {
  text-align: center;
}
.support_ticket_form .error .default.text {
  display: block !important;
}
#supportticket .modal-dialog {
  margin-top: 120px;
}
#supportTicketModal .modal-dialog {
  margin-top: 0;
}
#supportTicketModal .modal-body {
  height: 650px;
}
#visaCompletion_Modal.ui.modal .actions {
  text-align: right;
  padding: 1rem;
}
#visaCompletion_Modal.ui.modal .scrolling.content {
  max-height: calc(50vh);
  width: 100%;
  padding: 1.5rem;
  position: relative;
}

#visaCompletion_Modal .ui.form .inline.fields > label,
.application_funding .inline.fields > label {
  width: 50%;
  line-height: 18px;
}
#visaCompletion_Modal .ui.form .dependent_fields .inline.fields > label {
  width: 49%;
}
#visaCompletion_Modal .dateofrefusal .ui.dropdown {
  width: 80px;
  min-width: 90px !important;
  margin-left: 10px;
}
#visaCompletion_Modal .dateofrefusal .ui.dropdown:nth-of-type(1) {
  margin-left: 0;
}
#visaCompletion_Modal .ui.dropdown,
.application_funding .ui.dropdown {
  max-width: 180px !important;
  min-width: 180px !important;
  box-shadow: 0 2px 4px 1px rgb(0 0 0 / 14%);
  cursor: pointer;
  padding: 12px 12px 12px 20px;
  color: #2f3046;
  border-radius: 5px !important;
  border-color: transparent;
}
#visaCompletion_Modal .ui.form .error .default.text {
  display: block;
}

#visaCompletion_Modal .ui.dropdown > .dropdown.icon:before,
.application_funding .ui.dropdown > .dropdown.icon:before {
  content: "" !important;
  background: url(../assets/icons/chevron-down.svg) no-repeat center
    center/cover !important;
  width: 18px;
  height: 12px;
  display: inline-block;
  background-size: 13px !important;
}
#visaCompletion_Modal .ui.multiple.dropdown > .text {
  margin: 0;
}
.date_fields .ui.dropdown.selection {
  padding: 10px 10px !important;
}
#visaCompletion_Modal .ui.dropdown:hover,
#visaCompletion_Modal .ui.dropdown:focus,
.application_funding .ui.dropdown:hover,
.application_funding .ui.dropdown:focus {
  box-shadow: 0 0 4px 0 rgba(18, 162, 248, 0.5) !important;
  border-color: transparent !important;
}
#visaCompletion_Modal .inline.fields textarea,
#visaCompletion_Modal .inline.fields input {
  width: 50%;
  max-width: 300px;
}
.country_cancellation_refusal i.icon.delete:before {
  font-family: "FontAwesome";
}

.dependent_fields {
  display: none;
  width: 98%;
  margin: 0 auto;
  border-left: 5px solid #ff6600;
  padding-left: 10px;
}
#visaCompletion_Modal .close + .ui.header {
  padding: 10px 20px 0;
  font-size: 18px;
}
#visaCompletion_Modal .profile_redirect_btn {
  display: none;
}
#visaCompletion_Modal .profile_redirect_content,
#visaCompletion_Modal .profile_redirect_action {
  display: none;
}
.callme_lightbox .modal-body {
  padding: 0 85px 50px;
}
.callme_lightbox .modal-dialog {
  width: 680px;
}
.callme_lightbox .modal-header {
  padding: 0;
}
.callme_lightbox .modal-content {
  border-radius: 5px;
}
.callme_lightbox .light_box_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 30vh;
}
.callme_desc h2 {
  font-weight: 500 !important;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 34px;
}
.callme_desc p {
  font-size: 16px;
  line-height: 20px;
}
.call_btn_wrap .btn {
  width: 170px;
  margin-right: 20px;
}
.call_btn_wrap .btn:last-child {
  margin-right: 0;
}
.call_btn_wrap {
  padding: 30px 0 0;
}
.callme_success,
.callme_error {
  font-family: "Museo_Sans_500";
  font-size: 16px;
  line-height: 17px;
  margin-top: -20px;
}
.missing_field {
  border: 1px solid #ff6600;
  background: #fff1e8 !important;
}
.missing_field .missing_star {
  display: inline-block;
  color: #ff6600;
}
.missing_star {
  display: none;
}
.missing_field img {
  filter: grayscale(100%);
}
.profile_toast {
  position: fixed;
  top: 87px;
  left: 50%;
  min-width: 790px;
  max-width: none;
  z-index: 2;
  background-color: #2f3046;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}
.profile_toast .toast-body {
  padding: 20px;
  /* border: 1px solid #408DD1; */
  border-radius: 5px;
  /* background: rgba(64,141,209,0.08); */
  border: 0;
}
.view_doc_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
}
.view_doc_show {
  padding: 10px 0 0;
  display: none;
}
.view_doc_btn .btn-disabled {
  background: #ccc !important;
  border: #ccc !important;
  box-shadow: none !important;
}
.tool_tip,
.tool_tip:hover,
.tool_tip:focus {
  display: none;
  padding: 10px;
  border: 1px solid #b8e1fa;
  position: absolute;
  top: 57px;
  right: 8px;
  width: 183px;
  background: #e7f6ff;
  z-index: 1;
  border-radius: 6px;
  font-size: 12px;
  text-align: center;
}
.view_doc_btn .btn-disabled:hover + .tool_tip {
  display: block !important;
}
.visa_confirmed_wrap .appln_confirmed_list.apln_suc {
  align-items: initial;
}
.visa_confirmed_wrap .doc_upload .upload_box {
  margin-top: 0;
}
.tool_tip .fa-caret-up {
  position: absolute;
  top: -14px;
  font-size: 22px;
  color: #e7f6ff;
  text-shadow: 0px -2px #b8e1fa;
  left: calc(50% - 10px);
}
.appln_hd_status .appln_doc_status {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  text-align: left;
}
.appln_hd_status .appln_doc_status .status_wrap .status_box:last-child {
  margin-right: 0;
}
.login_incorrent_wrap
  .carousel
  .login_cont_div
  .form
  .selection.ui.dropdown
  > .text {
  text-align: center;
}
.login_incorrent_wrap
  .carousel
  .login_cont_div
  .form
  .passport_expiry
  .selection.ui.dropdown
  > .text {
  text-align: left;
}
.login_incorrent_wrap .ui input::-webkit-input-placeholder,
.login_incorrent_wrap input::-moz-placeholder,
.login_incorrent_wrap input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.87) !important;
}
.d_hide,
.d_none {
  display: none;
}

.carousel-item[data-question="highest_level_of_study"]
  .login_cont_div.carousel {
  padding-bottom: 0px;
}
.not_found_wrap .notfound img {
  width: 100px;
  margin-bottom: 10px;
}
.not_found_wrap .btn-contact {
  background: transparent;
  border: 0;
  color: #2f3046;
  margin-top: 30px;
  width: 200px;
}
.profilecompletion_loader {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: none;
}
.profilecompletion_loader h2 {
  font-size: 20px;
}
.acnt_pod_title {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
}
.applsetting_wrap input[type="text"],
.applsetting_wrap input[type="email"],
.applsetting_wrap input[type="password"] {
  border: 0 !important;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%) !important;
  border-radius: 3px !important;
  color: #3c3c3c !important;
  padding: 12px !important;
  outline: 0;
  font-size: 14px !important;
  line-height: 17px !important;
  width: 260px;
  transition: 0.3s all;
}
.acnt_pod {
  padding-bottom: 15px;
}
.applsetting_wrap .passwrap .field label {
  display: block;
  padding-bottom: 5px;
  margin: 0;
}
.applsetting_wrap .passwrap {
  width: 320px;
}
.applsetting_wrap .passwrap .field {
  padding-bottom: 10px;
}
.accountPassword {
  display: flex;
  align-items: center;
}
.acnt_pwd_edit {
  display: none;
}
.acnt_pwd_edit input[type="password"] {
  padding-right: 35px !important;
}
.account_pwd_change {
  padding-left: 20px;
  color: #42b87b;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}
.account_pwd_change:hover {
  text-decoration: underline;
  color: #42b87b;
}
.passwrap .field .field_info {
  width: 100%;
  margin: 15px 0 3px;
}
.accountPassword .acnt_pod {
  padding: 0;
  min-width: 150px;
}
.account_success_div {
  display: none;
}
.acnt_sub_div {
  height: calc(100vh - 210px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.acnt_sub_div h2 {
  font-weight: 600 !important;
  font-size: 28px;
  margin-top: -60px;
  text-align: center;
  line-height: 34px;
}
.progress_wrap .bar {
  width: 80%;
  background: #c0c0c7;
  margin: 0 auto;
  margin-top: 70px;
  overflow: hidden;
  border-radius: 10px;
}

.progress_wrap .load {
  width: 0;
  height: 20px;
  background: rgb(49 111 181 / 87%);
  transition: width 0.6s ease;
}
.progress_wrap .load.completed {
  background: #42b87b;
}
.progress_wrap {
  width: 100%;
  padding: 30px;
  height: 400px;
}
.progress_wrap .progress_content h2 {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 22px;
}
.progress_wrap .progress_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 100%;
  width: 100%;
}
.progress_wrap .bar_wrap {
  width: 100%;
  position: relative;
}
.progress_wrap .bar_wrap .bar_info {
  position: absolute;
  right: 15px;
  bottom: 2px;
  font-size: 18px;
  font-weight: 500;
}
#visaCompletion_Modal.ui.modal > .header {
  font-size: 20px;
}

.footer--shortcuts {
  background-color: #2f3046;
  padding: 41px 0;
  color: #fff;
}
.prf_bar .bar.progressWhite {
  background: #ffffff !important;
}

.footer--shortcuts .container .row > div:not(:last-child),
.footer--shortcuts .footer--legals .row > div:not(:last-child) {
  border-right: 1px solid #979797;
  margin-right: 1.5rem;
}
.footer--shortcuts .footer_links h5 {
  font-size: 16px;
  margin-bottom: 20px;
}
.footer--shortcuts .footer_links {
  width: 47%;
}
.footer--shortcuts .footer_links ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: column wrap;
  height: 60px;
  margin: 0;
}
.footer--shortcuts .footer_links ul li {
  margin-bottom: 10px;
}
.footer--shortcuts .footer_links ul li a {
  color: #fff;
}
.footer--shortcuts .container > .row {
  width: 100%;
}
.footer--legals {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  line-height: 1;
  align-items: center;
}
.footer__links a:hover,
.footer--shortcuts .footer_links ul li a:hover {
  text-decoration: underline;
}
.footer_social_links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_social_links a {
  display: inline-block;
  padding: 0;
  font-size: 18px;
  margin: 0 10px 0;
}
.withdraw_form_reason .uploadLoader {
  flex-direction: column;
  width: 100%;
  position: absolute;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.Withdraw_not_allowed_content {
  min-height: 200px;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  padding-top: 30px;
}

.Withdraw_not_allowed_content h3 {
  font-size: 18px;
  line-height: 24px;
}

.appln_upload_data {
  width: 77% !important;
}
.appln_upload_data img,
.appln_upload_data video {
  max-width: 100% !important;
  height: auto !important;
  font-weight: 300  !important;
  font-size: 14px !important;
  color: #2f3046 !important;
  line-height: 20px !important;
}
.appln_upload_data p {
  font-weight: 300 !important;
  font-size: 14px !important;
  color: #2f3046 !important;
  line-height: 20px !important;
}
.appln_upload_data h1,
.appln_upload_data h2,
.appln_upload_data h3,
.appln_upload_data h4,
.appln_upload_data h5 {
  font-weight: 500  !important;
  margin-top: 0 !important;
}
.appln_upload_data ol,
.appln_upload_data ul {
  padding-left: 25px !important;
}
.appln_upload_data table {
  width: 100% !important;
  text-align: left;
  border-collapse: collapse;
  border: 0 !important;
  margin-top: 20px;
}
.appln_upload_data table th {
  background: rgba(54, 56, 78, 0.08) !important;
  color: #2f3046 !important;
  font-weight: 300  !important;
  font-size: 14px !important;
  text-align: left !important;
  vertical-align: middle !important;
  padding: 8px 16px;
}
.appln_upload_data table td {
  padding: 16px;
  font-weight: 300 !important;
  font-size: 14px !important;
  border-bottom: 1px solid rgba(54, 56, 78, 0.08) !important;
  text-align: left !important;
}

.disable_user_action .doc_upload .upload_box .file_load .cls,
.disable_user_action .doc_upload .upload_box .lightbx_btn,
.disable_user_action .appln_empty .doc_upload .upload_box {
  display: none;
}
.disable_user_action .doc_wrap {
  background: #f4f4f6;
  border-left: 5px solid #d0d0d5 !important;
}
.withdraw_form_reason .ui.form .field.error label {
  color: #9f3a38 !important;
  border: 1px solid #9f3a38;
}
.withdraw_form .field.error .radio:hover {
  box-shadow: 0 0 4px 0 #9f3a38;
}
.existing_user_checked .info_list_group {
  overflow-x: auto;
  justify-content: initial;
  padding: 10px;
  margin: -10px;
}
.existing_user_checked .info_list_group .field {
  display: flex;
  padding-bottom: 20px;
}
.existing_user_checked {
  margin-bottom: 25px;
}
.prf_pod_blue_height .prf_pod {
  min-height: 88px;
}
.disable_profile a {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
.ui.calendar input[type="text"] {
  padding-left: 2.67142857em !important;
}
.ui.calendar .ui.table tr .prev.link {
  width: 14.28571429%;
  position: absolute;
  left: 13px;
}
.ui.calendar .ui.table tr .next.link {
  width: 14.28571429%;
  position: absolute;
  right: 10px;
}
.ui.calendar .ui.table tr .link {
  cursor: pointer;
}
.otp-div input {
  display: none;
}
.verify_code .form .error + .send_btn .btn {
  background: #9f3a38;
  border: 1px solid #9f3a38;
}
.carousel-item .file-error-div {
  padding: 60px 45px;
}

@keyframes highlight {
  from {
    background-color: red;
  }
}

.highlight::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  animation: highlight 1000ms ease-out;
}

.multiple_card .doc_upload .inner_wrap_section .container-fluid {
  border-radius: 0.25rem !important;
  border: 0;
  margin-bottom: 20px;
  box-shadow: 0px 1px 4px 2px rgb(0 0 0 / 11%);
}
.multiple_card .doc_upload .inner_wrap_section {
  margin: 30px 0 0;
  position: relative;
}
.multiple_card .doc_upload .inner_wrap_section::before {
  content: "";
  position: absolute;
  height: 1.4px;
  width: calc(100% + 50px);
  margin-left: -25px;
  background: rgba(151, 151, 151, 0.22);
  top: -17px;
  left: 0;
}
.multiple_card .doc_upload .inner_wrap_section .container-fluid {
  border-radius: 0.25rem !important;
  border: 0;
  margin-bottom: 20px;
  box-shadow: 0px 1px 6px 2px rgb(0 0 0 / 11%);
}
.multiple_card .doc_upload .container-fluid:first-child .appl_multilist {
  border-top: 0;
  padding-top: 15px;
  margin-bottom: 15px;
}
.multiple_card .doc_upload .inner_wrap_section .appl_multilist .doc_infoList {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 5px;
}
.multiple_card
  .doc_upload
  .inner_wrap_section
  .appl_multilist
  .doc_infoList
  img {
  margin-right: 7px;
  margin-left: 3px;
}
.multiple_card .doc_upload .inner_wrap_section .submit_document {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 25px 0 5px;
  margin: 25px 0 0;
}
.multiple_card .doc_upload .inner_wrap_section .submit_document::before {
  content: "";
  position: absolute;
  height: 1.2px;
  width: calc(100% + 50px);
  margin-left: -25px;
  background: rgba(151, 151, 151, 0.22);
  top: 0;
  left: 0;
}
.multiple_card
  .doc_upload
  .inner_wrap_section
  .appl_multilist
  .doc_infoList
  p
  span {
  font-size: 14px;
}
.multiple_card .doc_upload .inner_wrap_section .appl_multilist .lft_wrap {
  width: 62%;
}
.multiple_card .doc_upload .inner_wrap_section .appl_multilist .rgt_wrap {
  width: 35%;
  display: flex;
  justify-content: flex-end;
}
.multiple_card .doc_upload .inner_wrap_section .appl_multilist .doc_infoList p {
  margin: 0px 0 1px;
  font-size: 14px;
}

.multiple_card .doc_upload {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.notice_wrap {
  display: inline-flex;
  padding: 5px 15px;
  align-items: center;
  justify-content: flex-start;
  background: rgb(186 38 38 / 20%);
  border-radius: 5px;
  margin: 5px 0 5px 0;
  min-width: 250px;
}
.appln_empty .notice_wrap {
  margin-bottom: 30px;
}
.notice_wrap img {
  width: 25px;
  align-items: flex-start;
}
.notice_wrap p {
  margin-left: 10px;
  font-size: 14px;
}
.student_review_notes.notice_wrap {
  background: rgba(186, 38, 38, 0.08);
  border: 1.25px solid #cd6262;
  color: #2f3046;
}
.student_review_notes.notice_wrap img {
  width: 20px;
}
.top_wrap_section .appln_status_bar {
  margin-bottom: 0;
}
.multiple_card
  .doc_upload
  .inner_wrap_section
  .submit_document
  .lightbx_btn
  .doc_label {
  cursor: pointer;
  margin-bottom: 0;
}
.multiple_card .doc_upload .inner_wrap_section .container-fluid:last-child {
  margin-bottom: 0;
}
.missing_field .prf_pod_desc {
  height: 17px;
}
.heroslider .swiper-button-next,
.heroslider .swiper-button-prev {
  padding: 10px;
  background: #fff;
  width: 65px;
  height: 65px;
  border-radius: 50px;
}
.heroslider .swiper-button-next {
  right: 50px;
}
.heroslider .swiper-button-prev {
  left: 50px;
}
.heroslider .swiper-button-next:after,
.heroslider .swiper-button-prev:after {
  color: #000;
  font-size: 32px;
}
.heroslider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.5;
  box-shadow: 0 0 16px 0 rgb(47 48 70 / 28%);
}
.heroslider .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

/* Profile completion status in my application detail page */
.prfle_completion_status {
  border: 2px solid #c0c0c7;
  background: rgba(192, 192, 199, 0.1);
  border-radius: 5px;
  margin: 30px 0 0;
  position: relative;
}

.prfle_completion_status .prfle_wrap {
  display: flex;
  width: 100%;
  padding: 10px 10px 12px;
}
.prfle_completion_status .error_icon,
.prfle_completion_status .prfle_page_redirect {
  width: 30px;
  align-self: center;
  display: flex;
  justify-content: center;
}
.prfle_completion_status .error_icon i {
  font-size: 16px;
  color: #ffbb11;
}

.prfle_completion_status .prfle_completion_description {
  display: flex;
  color: #2f3046;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  align-items: flex-end;
  justify-content: space-between;
  width: calc(100% - 70px);
}

.prfle_completion_status .prfle_completion_description .prfle_progress {
  width: 35%;
  display: flex;
  padding: 0;
}
.prfle_completion_status .prfle_completion_description .progress {
  width: 60%;
  height: 12px;
  border: 1px solid #c0c0c7;
  border-radius: 4px;
  background: transparent;
}
.prfle_completion_status .prfle_completion_description .progress-bar {
  width: 70%;
  background: #ffbb11;
  flex-direction: row;
}
.prfle_completion_status .prfle_completion_description .prfle_progress span {
  font-size: 9px;
  line-height: 11px;
  color: #2f3046;
  font-weight: 700;
  margin-left: 10px;
  text-transform: uppercase;
  width: 35%;
}
.prfle_completion_status .prfle_page_redirect {
  width: 30px;
  border-radius: 50px;
  padding: 5px 0;
  text-align: center;
  position: absolute;
  right: 10px;
  color: #2f3046;
  transition: all 0.5s ease;
}
.prfle_completion_status .prfle_wrap:hover .prfle_page_redirect {
  color: #fff;
  background: #42b87b;
  transform: rotate(360deg);
}
.profileOtp .modal-dialog {
  box-shadow: 0 2px 23px 0 rgb(0 0 0 / 26%);
  max-width: 926px;
  margin: 52px auto;
  border-radius: 4px;
  overflow: hidden;
}
.profile_otp_form {
  width: 70%;
  margin: 0 auto;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.otp_desc {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  padding: 0 0 20px;
  margin: -10px 0 10px !important;
}
.send_otp_div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.send_otp_div button {
  min-width: 190px;
}
.send_otp_input {
  padding-right: 20px;
  margin-bottom: 0 !important;
}
.send_otp_input input {
  border: 0 !important;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%) !important;
  border-radius: 25px !important;
  color: #3c3c3c !important;
  padding: 12px !important;
  outline: 0;
  font-size: 14px !important;
  line-height: 17px !important;
  width: 260px;
  transition: 0.3s all;
  text-align: center;
}
.verify-btn {
  position: absolute;
  bottom: 25px;
  right: -100px;
}
.profile_otp_form .otp_msg {
  padding-bottom: 0px;
  padding-top: 25px;
}
.send_otp_div .error + .d-flex button {
  background: #9f3a38;
  border-color: #9f3a38;
}
.profile_otp_error,
.profile_api_error {
  display: none;
  color: #9f3a38;
  font-weight: 500;
  padding-top: 20px;
}
.profileOtp .loader_wrap h2 {
  font-size: 24px;
  font-weight: 500 !important;
  text-align: center;
  font-weight: 500;
}
.profile_otp_form .info_head_div {
  text-align: center;
}
.profileOtp .loader_sub_div {
  height: 368px;
}
.otp-success-div {
  display: none;
}
.otp-success-div h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 368px;
  font-size: 24px;
  font-weight: 500 !important;
  text-align: center;
  font-weight: 500;
}
.otp-success-div h3 img {
  margin-right: 10px;
}
.otp-success-div h3 span {
  display: block;
}

.multiple_card .doc_upload .inner_wrap_section .submit_document .upload_wrap {
  position: relative;
  cursor: pointer;
}
.multiple_card
  .doc_upload
  .inner_wrap_section
  .submit_document
  .upload_wrap
  .user_upload_tooltip {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}
.multiple_card
  .doc_upload
  .inner_wrap_section
  .submit_document.upload_disabled
  .lightbx_btn {
  background: #e6e6e6;
  opacity: 0.65;
  pointer-events: none;
}
.multiple_card
  .doc_upload
  .inner_wrap_section
  .submit_document.upload_disabled
  .upload_wrap
  .user_upload_tooltip {
  display: block;
}
.btn_disabled {
  pointer-events: none;
  opacity: 0.5;
}
.old_pwd .passprogress {
  display: none !important;
}
.old_pw_txterr {
  color: #9f3a38;
  display: none;
  margin: -10px 0 20px;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
}
.language_from_row .ui.input {
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
  cursor: pointer;
  color: #2f3046;
  border-radius: 5px !important;
  border-color: transparent;
  width: 357px !important;
}
.language_from_row .ui.input input {
  text-align: center;
}
.passport_expiry .ui[class*="left icon"].input > i.icon {
  left: 64px;
}
.language_div.login_cont_div {
  padding: 60px 0 70px;
}
.language_div .info_head_div h3 {
  font-size: 26px;
  margin-bottom: 8px;
}
.language_div .info_head_div p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.language_from_row .ui[class*="left icon"].input > i.icon {
  left: 110px;
}
.language_from_row .ui.popup {
  inset: -166.55px 370px auto auto !important;
}
.language_from_row .ui.popup:before {
  top: 50% !important;
  right: -0.30714286em !important;
  bottom: auto !important;
  left: auto !important;
  margin-top: -0.30714286em !important;
  -webkit-box-shadow: 1px -1px 0 0 #bababc !important;
  box-shadow: 1px -1px 0 0 #bababc !important;
}
.prf_pod .prf_file_dsp .file_close {
  width: 11px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  background-size: 10px !important;
  cursor: pointer;
  background: url(../assets/icons/x-black.svg) no-repeat center center/cover;
}
.deleteFileModal .modal-content {
  border: 0;
  padding: 20px 10px 10px;
}
.deleteFileModal .modal-header,
.deleteFileModal .modal-footer {
  border: 0;
  padding: 1.5rem;
}
.deleteFileModal .modal-title {
  font-size: 18px;
}
.file_status_profile {
  margin: 0 0 10px 10px;
  display: flex;
  align-items: center;
  display: none;
}
.file_status_profile img {
  margin-right: 8px;
}
.file_status_profile span {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 6px;
}
.prf_passport_pod .prf_file_dsp .file_close {
  cursor: pointer;
  width: 30px;
  height: 14px;
}
.deleteFileModal .deleteFileError {
  pointer-events: auto;
}
.deleteFileError {
  width: 100%;
  background: #fff;
  box-shadow: 1px 1px 4px 4px rgb(0 0 0 / 12%);
  padding: 30px 0;
}
.deleteFileError h4 {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin: 0 !important;
  width: 100%;
  padding: 0px 25px;
  text-align: center;
  color: #9f3a38;
}
.deleteFileError .close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.deleteFileError h4 .fa {
  color: #9f3a38;
  padding-right: 10px;
  font-size: 16px;
  margin: 0;
  display: inline-block;
}
.req_status {
  font-weight: 500;
  font-size: 14px;
  margin: 10px 0 !important;
}
.req_status span {
  font-weight: 300;
}
.sub_prof_wrap[data-testtype="Academic Test"]
  .tab_show
  .study_content_wrap
  .row_blue_lft
  .prf_pod:first-child {
  width: 100%;
}
.edu_history_slide {
  min-height: 100vh !important;
}
.edu_history_slide .info_head_div h3 {
  font-size: 26px;
  font-weight: 500 !important;
  padding-bottom: 15px;
  text-align: center;
}
.edu_history_slide .info_head_div p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}
.edu_history_slide .field {
  display: block !important;
}
.edu_history_slide .form .field label {
  width: 100%;
  font-size: 14px;
  padding: 0;
  margin-bottom: 5px;
}
.login_cont_div .form .passport_expiry.field {
  padding-bottom: 0;
}
.wow {
  visibility: hidden;
}
.stu_dec_wrap h1,
.stu_dec_wrap h2,
.stu_dec_wrap h3,
.stu_dec_wrap h4,
.stu_dec_wrap h5,
.stu_dec_wrap h6 {
  font-weight: 500  !important;
  color: #2f3046 !important;
}
.stu_dec_wrap h1 {
  font-size: 32px;
}
.stu_dec_wrap h3 {
  font-size: 20px;
}
.stu_dec_wrap span {
  font-weight: 300 !important;
  color: #2f3046 !important;
}
.stu_dec_wrap h2 {
  font-weight: 500 !important;
  font-size: 28px;
  padding-bottom: 20px;
}
.stu_dec_wrap p {
  font-weight: 300 !important;
  font-size: 14px;
  line-height: 20px;
  color: #2f3046 !important;
}
.stu_dec_wrap a {
  color: #4689c8 !important;
}
.stu_dec_wrap a:hover {
  text-decoration: underline;
}
.stu_dec_wrap div,
.stu_dec_wrap li {
  font-weight: 300 !important;
  font-size: 14px;
  line-height: 20px;
}
.stu_dec_wrap ul,
.stu_dec_wrap ol {
  padding-left: 25px;
}
.std_sign_div {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.std_sign_date {
  margin-left: auto;
}
.std_sign_date p {
  font-weight: 700;
}
.stu_dec_wrap .std_sign_name {
  font-size: 30px !important;
  font-family: "Caveat", cursive !important;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 8px;
}
.stu_dec_sub_prof {
  padding: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}
.stu_dec_wrap {
  margin-bottom: 20px;
}
.student_declar {
  text-align: left;
}
.student_declar .info_head_div {
  margin: 0 !important;
  width: 100%;
}
.student_declar .info_head_div h3 {
  font-size: 24px;
  line-height: 30px;
}
.std_agree_sign {
  width: 100%;
}
.std_agree_sign p {
  font-family: "Caveat", cursive !important;
  font-size: 40px;
  text-align: left;
  padding: 20px 0 0;
  border-bottom: 2px dotted #ccc;
  display: inline-block;
}
.std_agree_sign {
  position: absolute;
  bottom: 0;
  width: 70%;
  left: 0;
}
.course_loader {
  padding: 0 20px;
}
.course_loader h2 {
  font-size: 18px;
  text-align: center;
}
.course_loader_show .close {
  display: none;
}
.course_loader_show > .image.content {
  display: none !important;
}
.course_loader_show .actions {
  display: none;
}
.course_loader_show .course_loader {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  flex-flow: column;
}
.course_loader_show.course_loader_error .close {
  display: block;
}
.course_loader_show.course_loader_error .course_loader_wraperror {
  display: block;
}
.course_loader_error h4 {
  color: #c54747;
  font-weight: 500;
}
.profile_tab.tab_show .row_blue_lft.not_applicable_show div:first-child {
  width: 100%;
}
.profile_tab.tab_show
  .row_blue_lft.not_applicable_show
  div.prf_pod:not(:first-child) {
  display: none;
}
.not_applicable_edit
  .ui.dropdown:not(.row_blue_lft .two .prf_pod:first-child .ui.dropdown),
.not_applicable
  .ui.dropdown:not(.row_blue_lft .two .prf_pod:first-child .ui.dropdown)
  .menu
  > .item {
  cursor: default;
  pointer-events: none;
  opacity: 0.45;
}
.not_applicable_edit input,
.not_applicable_edit textarea {
  pointer-events: none;
  opacity: 0.45;
}
.profile_tab.tab_edit .row_blue_lft .fields .studygap_reason_wrap .text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 20px;
  width: 100%;
}
.not_applicable_show + .row_blue_rgt .prf_pod.prf_rft_icon {
  top: 10px;
  position: relative;
}
.verify_password .passwordCreation .next_button_wrap .btn.disabled,
#account_setting .modal-footer .btn-primary.disabled {
  pointer-events: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #42b87b;
  border-color: #42b87b;
}
.confirm_password_error {
  color: #9f3a38;
  display: none;
}
.password_error {
  color: #9f3a38;
}
.password_error .fa {
  margin-right: 10px;
}
#account_setting .confirm_password_error {
  margin-top: -15px;
}
.application_funding .errorMsg {
  font-size: 12px;
  color: #c54747;
  font-weight: 500;
  display: none;
  margin-top: 10px;
}
#profilecompletion .image.content {
  padding: 30px 20px 10px;
}
.application_funding > .field {
  margin: 20px 0 0 !important;
}
.application_funding .ui.dropdown {
  width: 100% !important;
  max-width: 100% !important;
  padding: 5px 35px 5px 5px;
}
#profilecompletion .description h4 {
  font-size: 16px;
}
i.icon.delete:before {
  font-family: "FontAwesome";
}
.application_funding .ui.multiple.dropdown > .label {
  font-size: 12px;
}
.course_apply_funding_check .application_docwrap {
  padding-bottom: 50px;
}

.course_apply_funding_check .application_docwrap .actions {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
}
.course_apply_funding_check .application_docwrap .actions .btn {
  min-width: 170px;
}
.course_apply_funding_check .application_docwrap .ui.form .field > label {
  font-size: 14px;
}
.course_apply_funding_check .my_appln_list .card {
  margin-bottom: 0;
}

.common_loader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgb(216 216 216 / 50%);
  display: none;
  z-index: 9999;
}
.common_loader_wrap {
  width: 50%;
  background: #fff;
  padding: 20px 0;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  box-shadow: 0 2px 23px 0 rgb(0 0 0 / 26%);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.common_loader_wrap h2 {
  font-size: 22px;
  width: 70%;
  text-align: center;
  margin: 0 auto;
}
.common_loader_error_content {
  display: flex;
  min-height: 200px;
  align-items: center;
  justify-content: center;
}
.common_loader_error .close {
  position: absolute;
  top: 15px;
  right: 20px;
}
.common_loader_error .fa-exclamation-circle {
  color: #9f3a38;
  padding-right: 10px;
  font-size: 20px;
  margin: 2px 0 0;
  display: inline-block;
}
.custom_modal .modal-dialog {
  max-width: 625px;
  margin: 52px auto;
  box-shadow: 0 2px 23px 0 rgb(0 0 0 / 26%);
}
.custom_modal .modal-content {
  padding: 0 20px 10px;
}
.custom_modal .modal-body h4 {
  line-height: 23px;
}
.custom_modal .modal-header {
  border-bottom: 0;
}
.custom_modal .modal-footer {
  border-top: 0;
}
#courseRedirectDialog .loader_sub_div {
  height: auto;
}
#courseRedirectDialog .loader_wrap h2 {
  text-align: center;
  font-size: 24px;
  width: 100%;
}
/* student Declaration style changes starts here */
#studentDeclationModal .next_button_wrap {
  bottom: 0;
  right: 0;
}
.error_blck {
  text-align: center;
  margin: 20px 0;
  color: #9f3a38;
  font-weight: 700;
}
/* student Declaration style changes ends here */
.pwd_field_info {
  padding: 20px;
  border-radius: 5px;
  margin: 20px 0 -10px;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 15%) !important;
  display: none;
}
.pwd_field_info ul {
  padding: 0;
  margin: 0;
}
.pwd_field_info li {
  display: inline-block;
  list-style: none;
  width: 49%;
  margin-bottom: 5px;
}
.pwd_field_info li .fa-times-circle-o {
  padding-right: 5px;
}
.pwd_green .fa:before {
  content: "\f05d";
  color: #42b87b !important;
}
.pwd_red .fa:before {
  color: #9f3a38;
}
.pwd_field_info .pwd_red {
  color: #9f3a38;
}
.pwd_field_info .pwd_green {
  color: #42b87b;
}
.pwd_contain_txt {
  margin: 0 0 10px !important;
  font-weight: 600  !important;
}
.strength_txt {
  color: #2f3046 !important;
}
.prgs_txt {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 500 !important;
}
/* Myprofile - contact changes - Start */
.contact_rft{
  min-height: 68px;
  align-items: center;
  display: flex;
}
.profileOtp .emerg_mob_edit{
  justify-content: center;
}
.profileOtp .emerg_mob_edit .field {
  width: 120px;
}
.profileOtp .emerg_mob_edit .phn_num input[type="text"] {
  padding: 12px!important;  
}
.profileOtp .emerg_mob_edit .ui.selection{
  width: 120px!important;
  padding: 13px;
  height: 42px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
}
.profileOtp .emerg_mob_edit .ui.selection .dropdown.icon{
  padding: 13px 0;
}
.mobile_edit_pod{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 400px;
}
.mobile_edit_pod h3{
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
}
.mobile_edit_btn{
  margin-top: 20px;
}
.dis_mobile_edit_btn{
  pointer-events: none;
  opacity: .5;
}
.prf_pod.emerg_pod.contact_pod .field .ui.dropdown {
  opacity: .5;
  pointer-events: none;
}
.contact_rft .btn,.contact_rft .btn:hover,.contact_rft .btn:focus,.contact_rft .btn:active{
  border: 1px solid #1b458a!important;
  background: transparent!important;
  color: #212529!important;
}
.contact_rft .btn:hover,.contact_rft .btn:focus,.contact_rft .btn:active{
  box-shadow: 0 0 0 0.2rem #1b458a3d;
}
.mobile_edit_pod .emerg_mob_edit .field .ui.dropdown .dropdown.icon:before{
  content: "" !important;
  background: url("../assets/icons/chevron-down.svg") no-repeat center center/cover !important;
  width: 18px;
  height: 12px;
  display: inline-block;
  background-size: 10px!important;
}
.profileContactError{
  margin: 20px 0 -5px;
  display: none;
  color: #9f3a38 !important;
}
.contact_rft .btn:hover,
.contact_rft .btn:focus,
.contact_rft .btn:active {
  box-shadow: 0 0 0 0.2rem #1b458a3d;
}
.mobile_edit_pod .emerg_mob_edit .field .ui.dropdown .dropdown.icon:before {
  content: "" !important;
  background: url("../assets/icons/chevron-down.svg") no-repeat center
    center/cover !important;
  width: 18px;
  height: 12px;
  display: inline-block;
  background-size: 10px !important;
}
.profileContactError {
  margin: 20px 0 -5px;
  display: none;
  color: #9f3a38 !important;
}
.profileOtp .mobile_edit_pod .error .number_input,
.profileOtp .mobile_edit_pod .error .number_input:hover {
  border: 2px solid #9f3a38 !important;
}
/* Myprofile - contact changes - End */

/* Profile missing information lightbox starts here */
#profileMissedFields.lightbox_upload .modal-body {
  padding: 10px 35px 40px;
}
#profileMissedFields.lightbox_upload .modal-header {
  padding: 0;
}
#profileMissedFields.lightbox_upload .appln_head_tab {
    margin-left: 15px;
}
#profileMissedFields .my_prof_wrap {
  margin: 30px 0;
}
#profileMissedFields .prf_row .prf_pod_blue {
  flex-flow: row wrap;
}
#profileMissedFields .prf_row .prf_pod_blue .prf_pod {
  width: 47%;
  margin-bottom: 10px!important;
}
#profileMissedFields .top_heading {
  border-bottom: 1.5px solid #e8e8e8;
  padding: 30px 0 15px;
  text-align: center;
}
#profileMissedFields .top_heading h2 {
  font-size: 28px;
  color: #173e83;
  margin-bottom: 5px;
}
#profileMissedFields .top_heading p {
  color: #2f3046;
  font-size: 16px;
  font-weight: 600; 
}

#profileMissedFields .ui.form .inline.single.fields .field {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  align-items: center;
}
#profileMissedFields .ui.form .inline.fields .field:last-child {
  padding: 0;
}
/* Myprofile - contact changes - Start */
.contact_rft {
  min-height: 68px;
  align-items: center;
  display: flex;
}
.profileOtp .emerg_mob_edit {
  justify-content: center;
}
.profileOtp .emerg_mob_edit .field {
  width: 120px;
}
.profileOtp .emerg_mob_edit .phn_num input[type="text"] {
  padding: 12px !important;
}
.profileOtp .emerg_mob_edit .ui.selection {
  width: 120px !important;
  padding: 13px;
  height: 42px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
}
.profileOtp .emerg_mob_edit .ui.selection .dropdown.icon {
  padding: 13px 0;
}
.mobile_edit_pod {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 400px;
}
.mobile_edit_pod h3 {
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
}
.mobile_edit_btn {
  margin-top: 20px;
}
.dis_mobile_edit_btn {
  pointer-events: none;
  opacity: 0.5;
}
.prf_pod.emerg_pod.contact_pod .field .ui.dropdown {
  opacity: 0.5;
  pointer-events: none;
}
.contact_rft .btn,
.contact_rft .btn:hover,
.contact_rft .btn:focus,
.contact_rft .btn:active {
  border: 1px solid #1b458a !important;
  background: transparent !important;
  color: #212529 !important;
}
.contact_rft .btn:hover,
.contact_rft .btn:focus,
.contact_rft .btn:active {
  box-shadow: 0 0 0 0.2rem #1b458a3d;
}
.mobile_edit_pod .emerg_mob_edit .field .ui.dropdown .dropdown.icon:before {
  content: "" !important;
  background: url("../assets/icons/chevron-down.svg") no-repeat center
    center/cover !important;
  width: 18px;
  height: 12px;
  display: inline-block;
  background-size: 10px !important;
}
.profileContactError {
  margin: 20px 0 -5px;
  display: none;
  color: #9f3a38 !important;
}
.profileOtp .mobile_edit_pod .error .number_input,
.profileOtp .mobile_edit_pod .error .number_input:hover {
  border: 2px solid #9f3a38 !important;
}
/* Myprofile - contact changes - End */
/* Profile missing information lightbox starts here */
#profileMissedFields.lightbox_upload .modal-body {
  padding: 10px 35px 40px;
}
#profileMissedFields.lightbox_upload .modal-header {
  padding: 0;
}
#profileMissedFields.lightbox_upload .appln_head_tab {
  margin-left: 15px;
}
#profileMissedFields .my_prof_wrap {
  margin: 30px 0;
}
#profileMissedFields .prf_row .prf_pod_blue {
  flex-flow: row wrap;
}
#profileMissedFields .prf_row .prf_pod_blue .prf_pod {
  width: 47%;
  margin-bottom: 10px !important;
}
#profileMissedFields .top_heading {
  border-bottom: 1.5px solid #e8e8e8;
  padding: 30px 0 15px;
  text-align: center;
}
#profileMissedFields .top_heading h2 {
  font-size: 28px;
  color: #173e83;
  margin-bottom: 5px;
}
#profileMissedFields .top_heading p {
  color: #2f3046;
  font-size: 16px;
  font-weight: 700;
}

#profileMissedFields .ui.form .inline.single.fields .field {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  align-items: center;
}
#profileMissedFields .ui.form .inline.fields .field:last-child {
  padding: 0;
}
/* Profile missing information lightbox ends here */
/* Myprofile - contact changes - Start */
.contact_rft {
  min-height: 68px;
  align-items: center;
  display: flex;
}
.profileOtp .emerg_mob_edit {
  justify-content: center;
}
.profileOtp .emerg_mob_edit .field {
  width: 120px;
}
.profileOtp .emerg_mob_edit .phn_num input[type="text"] {
  padding: 12px !important;
}
.profileOtp .emerg_mob_edit .ui.selection {
  width: 120px !important;
  padding: 13px;
  height: 42px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
}
.profileOtp .emerg_mob_edit .ui.selection .dropdown.icon {
  padding: 13px 0;
}
.mobile_edit_pod {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 400px;
}
.mobile_edit_pod h3 {
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
}
.mobile_edit_btn {
  margin-top: 20px;
}
.dis_mobile_edit_btn {
  pointer-events: none;
  opacity: 0.5;
}
.prf_pod.emerg_pod.contact_pod .field .ui.dropdown {
  opacity: 0.5;
  pointer-events: none;
}
.contact_rft .btn,
.contact_rft .btn:hover,
.contact_rft .btn:focus,
.contact_rft .btn:active {
  border: 1px solid #1b458a !important;
  background: transparent !important;
  color: #212529 !important;
}
.contact_rft .btn:hover,
.contact_rft .btn:focus,
.contact_rft .btn:active {
  box-shadow: 0 0 0 0.2rem #1b458a3d;
}
.mobile_edit_pod .emerg_mob_edit .field .ui.dropdown .dropdown.icon:before {
  content: "" !important;
  background: url("../assets/icons/chevron-down.svg") no-repeat center
    center/cover !important;
  width: 18px;
  height: 12px;
  display: inline-block;
  background-size: 10px !important;
}
.profileContactError {
  margin: 20px 0 -5px;
  display: none;
  color: #9f3a38 !important;
}
.profileOtp .mobile_edit_pod .error .number_input,
.profileOtp .mobile_edit_pod .error .number_input:hover {
  border: 2px solid #9f3a38 !important;
}
/* Myprofile - contact changes - End */
/* Toast style changes starts here */
.toast_wrap {
  position: fixed;
  bottom: 30px;
  max-width: 360px;
  z-index: 9999;
  width: 100%;
  right: 0;
}
.toast_wrap .toast {
  position: relative;
  box-shadow: 1px 3px 10px 2px rgb(0 0 0 / 20%);
  border: 0;
}
.toast_wrap .toast-header {
  position: absolute;
  right: 0;
  top: 50%;
  border: 0;
  padding: 0.25rem 10px;
  background-color: transparent;
  transform: translateY(-50%);
}
.toast.fileSizewrap .toast-body {
  background: rgb(233 100 83 / 30%);
  color: #b90000;
  padding: 20px;
  font-weight: 700;
}
.profile_success .next_button_wrap .pending_state {
  display: none;
}
.profile_success .next_button_wrap.api_pendingState .pending_state {
  display: block;
}
.profile_success .next_button_wrap.api_pendingState .btn {
  pointer-events: none;
  opacity: 0.5;
}
.profile_success .api_pendingState .default_state {
  display: none;
}
/* Toast style changes endss here */
/* Mobile error message - Start */
.login_form_pod .phoneNumberError,.incorrect_phone_form .phoneNumberError,.phoneNumberExistForm .phoneNumberError, .login_form_contact_num .phoneNumberError {
  color: #9f3a38;
  margin: 0 0 20px!important;
  font-weight: 500; 
  display: none;
}
/* Error handling changes starts here */
.loader_error_wrap {
  display: none;
}
.loader_error_wrap .loader_error_content .close {
  position: absolute;
  top: 15px;
  right: 20px;
}
.loader_error_wrap .loader_error_content h4 {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 500 !important;
}
.fa-exclamation-circle {
  color: #d83238;
  padding-right: 10px;
  font-size: 32px;
  margin: 2px 0 10px;
  display: inline-block;
}
/* Mobile error message - End */
/* Profile missing information lightbox ends here */
/* Toast style changes starts here */
.toast_wrap {
  position: fixed;
  bottom: 30px;
  max-width: 360px;
  z-index: 9999;
  width: 100%;
  right: 0;
}
.toast_wrap .toast {
  position: relative;
  box-shadow: 1px 3px 10px 2px rgb(0 0 0 / 20%);
  border: 0;
}
.toast_wrap .toast-header {
   position: absolute;
    right: 0;
    top: 50%;
    border: 0;
    padding: 0.25rem 10px;
    background-color: transparent;
    transform: translateY(-50%);
}
.toast.fileSizewrap .toast-body {
  background: rgb(233 100 83 / 30%);
  color: #b90000;
  padding: 20px;
  font-weight: 700;
}
.profile_success .next_button_wrap .pending_state {
  display: none;
}
.profile_success .next_button_wrap.api_pendingState .pending_state {
  display: block;
}
.profile_success .next_button_wrap.api_pendingState .btn {
  pointer-events: none;
  opacity: 0.5;
}
.profile_success .api_pendingState .default_state {
  display: none;
}
/* Toast style changes endss here */
/* Error handling changes starts here */
.loader_error_wrap {
  display: none;
}
.loader_error_wrap .loader_error_content .close {
  position: absolute;
  top: 15px;
  right: 20px;
}
.loader_error_wrap .loader_error_content h4 {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 500 !important;
}
.fa-exclamation-circle {
  color: #d83238;
  padding-right: 10px;
  font-size: 32px;
  margin: 2px 0 10px;
  display: inline-block;
}

/* Error handling changes ends here */
/* OTP page - Start here */
.otpModal .loader_sub_div {
  height: auto;
}
.otpModal .loader_sub_div h2 {
  font-size: 24px;
}
.otpError {
  padding-bottom: 50px;
  display: none;
}
.otpErrorSubDiv {
  min-height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.otpError h4 {
  font-weight: 500 !important;
  font-size: 24px;
}
.otpError .fa {
  color: #9f3a38;
  padding-right: 4px;
}
.otpFailMessage,
.OtpTimerError, .maxTOTPError, .invalidCaptchaError {
  display: none;
  color: #9f3a38;
  margin: 30px 0 10px !important;
  font-size: 14px;
  width: 100%;
}
.otp-div input {
  padding: 12px 18px;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  border: 0 !important;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 15%) !important;
}
.otp-div.field.error input,
.otp-div input:focus {
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 15%);
}
.otp-div input[type="number"]::-webkit-inner-spin-button,
.otp-div input[type="number"]::-webkit-outer-spin-button,
.send_otp_input input[type="number"]::-webkit-inner-spin-button,
.send_otp_input input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
/* OTP page - End here */

/* Mobile error message - Start */
.login_form_pod .phoneNumberError,,
.login_form_contact_num .phoneNumberError,
.incorrect_phone_form .phoneNumberError,
.phoneNumberExistForm .phoneNumberError {
  color: #9f3a38;
  margin: 0 0 20px !important;
  font-weight: 500;
  display: none;
}
.profileOtp .emerg_mob_edit .phn_num input[type="number"] {
  padding: 12px !important;
  border-radius: 0 21px 21px 0 !important;
  border: 1px solid #979797;
}
.profileOtp .emerg_mob_edit .phn_num input::-webkit-outer-spin-button,
.profileOtp .emerg_mob_edit .phn_num input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.profileOtp .emerg_mob_edit .phn_num input[type="number"] {
  -moz-appearance: textfield;
}
/* Error handling changes ends here */
.perInfoCancel {
  margin-right: 100px;
  margin-top: -12px;
  min-width: 90px;
}
#personalInformation .profile_btn .prf_edit_lnk {
  position: relative;
  padding: 10px;
  top: auto;
  right: auto;
  margin-right: 15px;
}
.profile_btn .prf_edit_lnk .perInfoCancel {
  margin-right: -10px;
  margin-top: -10px;
}
.perInfoCancel span {
  color: #fff;
}
.perInfoCancel .fa {
  display: none;
}
.personal_tab .profile_btn .btn {
  min-width: 90px;
}
/* Mobile error message - End */
/* captcha style starts */
.captcha_wrapper {
  margin-right: 25px;
}
.captcha_wrapper .spinner-border {
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: unset;
}
/* captcha style ends */
/* File upload lightbox - Start */
.req_lightbox .modal-dialog {
  box-shadow: 0 2px 23px 0 rgb(0 0 0 / 26%);
  max-width: 1000px;
  margin: 49px auto 0;
  border-radius: 4px;
  text-align: center;
}
.req_lightbox .modal-header {
  border: 0;
  padding: 25px 30px;
}
.req_lightbox .modal-body {
    padding-top: 0;
    margin-top: 0;
    padding: 0;
    display: flex;
}
.ui.form.review_form {
  max-width: 900px;
  width: 900px;
  margin: 0 auto;
}
.content_wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
}
.bulk_upload_form .common_loader_wrap {
  width: 100%;
  z-index: 99;
  height: 100%;
  box-shadow: none;
  background: #fff;
  padding: 20px 0;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.files {
  padding: 40px 20px;
  background: #fff;
  box-shadow: 0px 2px 4px 2px rgb(0 0 0 / 11%);
  border-radius: 20px;
}
#upload {
  border: 2px dashed #42b87b;
  padding: 10px;
  text-align: center;
  position: relative;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  border-radius: 20px;
}
.file_load_requirement {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
.file_load_requirement span {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  opacity: 0.5;
}
.file_load_requirement p {
  color: #404b51;
  font-size: 20px;
  margin: 10px 0;
  line-height: 1.2;
}
.separator {
  font-size: 20px;
  margin-bottom: 10px;
  color: #2f3046;
}
.file_browse {
  font-size: 16px;
}
.file_browse label {
  color: #3372b9;
  font-weight: bold;
  border-bottom: 1px solid #3372b9;
  cursor: pointer;
  margin: 0;
  transition: all ease 0.3s;
}
.docinfo {
  position: absolute;
  bottom: 10px;
  left: 50%;
  font-size: 12px;
  width: 500px;
  transform: translateX(-50%);
  font-weight: 500;
  color: #abadad;
}
.btn_wrap {
  text-align: center;
  margin: 20px 0 0;
}
.fileList {
  margin: 20px 0;
  counter-reset: my-sec-counter;
  list-style: none;
  padding: 0;
  line-height: 1.8;
  text-align: left;
}
.fileList li {
  padding: 6px 0 0;
  display: flex;
}
.fileList li::before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ". ";
}
div.removeFile {
  display: inline-flex;
  width: 250px;
}
.success-icon, .upload-proggress {
  display: none;
}
#fileUploadLightbox .upload-proggress {
    margin: 3px 5px!important;
}
.file_upload_container .upload-proggress {
  position: relative;
}
.upload-proggress .progressbar-subdiv {
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.upload-proggress .progressbar-subdiv .progress_wrap {
  height: auto;
  padding: 0;
  width: 100%;
}
.upload-proggress .progress_wrap .progress_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 100%;
  width: 100%;
}
.file_card.field .progress_wrap .progress_content, .file_upload_container .progress_wrap .progress_content {
  background: rgb(66 184 123 / 50%);
  border-radius: 50px;
}
.upload-proggress .progress_wrap .bar_wrap {
  width: 100%;
  position: relative;
}
.file_card.field .progress_wrap .bar, .file_upload_container .progress_wrap .bar {
  background: rgb(66 184 123 / 40%);
  margin-left: 0;
  width: auto;
}
.file_card.field .progress_wrap .load, .file_upload_container .progress_wrap .load {
  background: #42B87B;
}
.file_card.field .progress_wrap .bar_wrap .bar_info, .file_upload_container .progress_wrap .bar_wrap .bar_info {
  right: -50px;
}
.upload-proggress .progress_wrap .bar .load {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
}
#fileUploadLightbox .progressbar-subdiv .progress_wrap .bar_wrap .bar_info {
  right: -40px;
}
.file_card.field .progress_wrap .bar_wrap .bar_info .bar_value, .file_upload_container .progress_wrap .bar_wrap .bar_info .bar_value {
  font-size: 14px;
  color: #42B87B;
  font-weight: bold;
}
.file_upload_container h1{
  font-size: 20px;
  line-height: 29px;
  letter-spacing: -0.3px;
  padding: 0 20px;
  text-align: left;
}
.file_upload_container .btn_wrap .btn{
  width: 150px;
  margin-left: 16px;
}
.file_upload_container .close-icon{
    width: 12px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 6px 10px;
    opacity: 0.8;
    transition: all ease 0.3s;
}
.file_upload_container .close-icon:hover {
  opacity: 1;
  width: 14px;
  height: 16px;
  cursor: pointer;
}
.btn.disabled-btn {
  opacity: .5;
  pointer-events: none;
  cursor: auto;
}
.bulk_upload_btn_wrap{
  width: 280px;
  justify-content: space-between;
}
.uploaded_files_list{
  text-align: left;
}
.title_sec > span:first-child {
  width: calc(100% - 330px);
}
.file_card.field {
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(114, 114, 126, 0.1);
  display: flex;
}
.file_card.field .left_sec {
  display: flex;
  width: calc(100% - 320px);
  align-items: center;
}
.field.file_card .delete_bulk_icon, .field.file_card .retryupload_icon {
  background: rgba(114, 114, 126, 0.1);
  position: static;
}
.file_card.field .left_sec .file_info {
  width: calc(100% - 50px);
  text-align: left;
}
.file_card.field .left_sec .file_size {
  font-size: 12px;
}
.file_card.field .right_sec {
  width: 320px;
  display: flex;
  align-items: center;
}
.file_card.field .right_sec .ui.dropdown {
  width: 320px;
  padding: 15px;
  padding: 16px 12px;
  height: 47px;
  border: 0;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
}
.uploaded_file_card .upload-proggress {
  position: relative;
}
.file_upload_container .progressbar-subdiv {
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 200px;
  height: auto;
}
.file_upload_container .progressbar-subdiv .progress_wrap {
  height: auto;
  padding: 0;
  width: 100%;
}
.file_upload_container .progressbar-subdiv .progress_wrap .bar {
  margin-top: 0;
}
.uploaded_file_card .upload-proggress .upload-icon {
  display: block;
  position: absolute;
  right: 40px;
  top: 70%;
  transform: translateY(-50%);
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
.file_upload_success {
  color: #42B87B;
}
.filesUploaded_wrap .add_new_btn{
  width: 100%;
  text-align: center;
  border: 3px dashed #979797;
  border-radius: 5px;
}
.filesUploaded_wrap .add_new_btn a {
  display: block;
}
.upload-proggress-open {
  display: inline-block;
  line-height: 14px;
}
.file_upload_container .modal-content {
  padding-bottom: 50px;
}
.filesUploaded_wrap .text-right .btn-success{
  background-color: #38AD68;
  color: #FFF;
  border-color: #38AD68;
  min-width: 110px;
  height: 40px;
  border-radius: 20px;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 15%);
  padding: 9px 10px;
}
.file_card.field .ui.selection .icon:before {
  content: "" !important;
  background: url(../assets/icons/chevron-down.svg) no-repeat center center/cover !important;
  width: 18px;
  height: 12px;
  display: inline-block;
  background-size: 12px !important;
  margin: 4px 0 0;
}
.field.file_card.error {
  background: rgba(255, 31, 0, 0.1);
}
.ui.bulk_upload_form .error .default.text {
  display: block;
  width: 90%;
}
.bulk_upload_info_card {
  display: flex;
  border-radius: 8px;
  padding: 8px;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.bulk_upload_info_card.alert_msg {
  background: rgba(255, 206, 110, 0.2);
}
.bulk_upload_info_card.success_msg {
  background: rgba(66, 184, 123, 0.2);
}
.uploaded_file_card .ui.dropdown{
  display: flex;
  align-items: center;
}
.uploaded_file_card .ui.dropdown .text{
  width: 92%;
}
.uploaded_file_card .field.error .item{
  color: #2f3046!important;
  background: transparent;
}
.uploaded_file_card .field.error .ui.dropdown .menu .item {
  background: transparent;
  color: #2f3046!important;
}
.uploaded_file_card .field.error .ui.dropdown .menu .item:hover,.uploaded_file_card .field.error .ui.dropdown .menu .item.selected,.uploaded_file_card .field.error .ui.dropdown .menu .item.selected:hover{
  background-color: rgba(0,0,0,.05)!important;
}
/* File upload lightbox - End */

.download_template_document {
  gap: 10px;
  background: rgba(255, 206, 110, 0.2);
  padding: 10px;
  border-radius: 8px;
}
.download_template_document .btn-secondary {
  min-width: 173px;
  font-size: 14px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.download_template_document span.Downloadinglbl {
  display: none;
}
.download_template_document .loading span.Downloadinglbl {
  display: block;
}
.download_template_document .loading span.Downloadlbl {
  display: none;
}
/* Nearest offic - Start */
.nearest_office_field h3{
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 22px;
  color: #2f3046;
  font-weight: initial;
  padding: 10px 0;
}
.nearest_office_field .ui.dropdown{
  margin: 0 auto 20px;
}
.near-office-text{
  display: none;
  font-weight: 600;
  font-size: 16px;
}
.carousel div[data-slidername="current_location"] .login_cont_div{
  min-height: 70vh;
}
.carousel .login_cont_div .ui.selection.dropdown .menu {
  max-height: 14.028571rem;
}
.carousel div[data-slidername="current_location"] .login_cont_div .ui.selection.dropdown .menu{
  max-height: 12.0286rem;
}
.nearest_office_field{
  padding-bottom: 60px;
}
.carousel div[data-slidername="current_location"] .login_cont_div .nextbtn.disabled{
  pointer-events: none;
}
.ui.header {
  font-weight: 500;
}
.ui.form .field>label {
  font-weight: 600;
}
/* Nearest offic - End */
/* Profile mandatory - Start */
.tab_show .dependent_field_show .prf_pod.missing_field{
  margin-left: 10px;
}
.score_detail_lft.missing_field,.score_detail_rt.missing_field{
  padding: 10px!important;
  border-radius: 5px;
  margin: 0 10px 0 0!important;
  width: 48%!important;
  border: 1px solid #ff6600!important;
}
.score_details .prf_pod_desc.missing_field{
  padding: 4px 10px;
  border-radius:5px;
}
/* Profile mandatory - End */
/* Residential Information form validation Start */
.customLabelError .customLabel{
  display: none;
}
.customLabelError.error .customLabel{
 display: block;
 color: #9f3a38;
  display: block;
  color: #9f3a38;
}
.customLabel{
  margin-top: 5px;
}
/* Residential Information form validation End */
/* Responsive style starts here */
@media (max-width: 767px) {
  .hero_image {
    background: url("../assets/images/dashboard_hero_mob.jpeg") no-repeat center
      center/cover;
    height: 209px;
  }
  .cutout .content {
    transform: skewY(-16deg);
  }
  .midwrap {
    position: relative;
    top: -10vh;
    width: 100%;
    max-width: initial;
    min-width: auto;
  }
  .midwrap h2 {
    color: #fff;
    font-size: 20px;
    width: 60%;
    margin: 20px auto;
    line-height: 24px;
    font-weight: 600 !important;
  }
  .loginwrap .btn-primary.transparent {
    background-color: #fff;
    color: #2f3046;
    font-size: 12px;
    line-height: 1.8;
  }
  .loginwrap a:last-child {
    color: #fff;
  }
  .login_section {
    background: transparent;
    border-radius: 0;
    padding: 0 20px 18px;
    box-shadow: none;
  }
  .termscondition p {
    width: 78%;
    max-width: 245px;
  }
  .mid-content .triangle {
    border-left: 150px solid transparent;
    border-right: 200px solid transparent;
    border-bottom: 250px solid #2f3046;
    opacity: 0.19;
    right: -80px;
    bottom: -100px;
  }
  .termscondition {
    padding: 20px;
  }
  .side_menu {
    width: 100%;
    left: -100%;
    box-shadow: none;
  }
  .side_menu .nav {
    margin: 0;
    padding: 12px 30px;
    width: 100%;
  }
  .close_icon {
    margin: 13px 15px 0;
  }
  .logo_link p span {
    display: none;
  }
  .dashboard_head {
    padding-top: 35px;
  }
  .dashboard_head .container {
    width: 70%;
  }
  .dashboard_head .container .col-md-4 {
    padding: 10px 0 0;
  }
  .dashborad_title {
    font-weight: 500 !important;
    font-size: 18px;
    margin: 0;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .dashboard_head .small_card {
    padding: 10px 18px;
  }
  .dashboard_head .small_card .card_body img {
    width: 16px;
    height: 16px;
  }
  .dashboard_head .small_card .fa {
    font-size: 16px;
  }
  .card_title {
    font-size: 12px;
  }
  .hero_img_content {
    width: 70%;
    padding: 0;
  }
  .hero_section {
    margin-top: 25px;
  }
  .hero_section .cross_banner {
    height: 420px;
  }
  .hero_section .cutout {
    height: 58px;
    top: 0;
  }
  .hero_image {
    height: 280px;
  }
  .main_links {
    width: 100%;
    left: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 30px 41px;
  }
  .hero_img_content h2 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 24px;
  }
  .dash_pod_heading {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 14px;
    font-weight: 500 !important;
  }
  .dash_artcile_wrap {
    padding: 42px 0 30px;
  }
  .dash_mid_wrap {
    padding: 0 15px;
  }
  .dash_mid_wrap .swiper-button-next,
  .dash_mid_wrap .swiper-button-prev {
    display: none;
  }
  .dash_mid_wrap .card-body p {
    font-size: 12px;
  }
  .dash_mid_wrap .swiper-container {
    padding: 10px 0;
    margin: -10px 0;
  }
  .dash_artcile_wrap .col-sm-5 {
    padding: 0;
  }
  .dash_artcile_wrap .artical_small_img {
    justify-content: flex-end;
    padding-right: 27px;
  }
  .dash_artcile_wrap .artical_right_pod {
    padding-top: 30px;
  }
  .page_title {
    padding: 47px 20px 30px;
  }
  .my_appln_list .card-bar {
    width: 100%;
    margin-bottom: 10px;
  }
  .my_appln_list .card-body {
    padding: 16px;
  }
  .my_appln_list .card-body .row {
    padding: 0 16px;
  }
  .appln_head_tab .hide_txt {
    display: none;
  }
  .my_appln_list .card-title {
    font-size: 14px;
    line-height: 18px;
    color: #404b51;
    margin-top: 20px;
  }
  .exist_login_section form.ui.form {
    width: 80%;
  }
  .my_appln_list .col-sm-6 {
    padding: 0 15px !important;
  }
  .appln_head_tab {
    width: 100%;
    padding: 16px;
    /* overflow-x: auto; */
  }
  .appldetailtab.appln_tab_wrap .container {
    max-width: 100%;
  }
  .appln_head_tab .nav-link {
    padding: 14px 17px 12px;
    min-width: auto;
    text-align: left;
    border-bottom: 0;
  }
  .appln_optn_list {
    width: 100%;
  }
  .appln_optn_list li {
    min-width: 100%;
    padding: 0 0 10px;
    margin-right: -15px;
    margin-left: -15px;
  }
  .appln_head_info .col-sm-8 {
    padding: 0 0 20px;
  }
  .application_status .list-group {
    width: 280px;
  }
  .application_status .list-group .list-group-item {
    min-width: 81px;
    padding: 10px 2px;
  }
  .page_title h2 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 22px;
    width: 100%;
  }
  .application_status {
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .appln_tab_btn {
    width: 100%;
    justify-content: center;
  }
  .appln_head_tab .nav {
    /* justify-content: space-around;
		width: 500px; */
  }
  .lightbox_upload .modal-dialog {
    max-width: 100%;
    margin: 0;
  }
  .lightbox_upload {
    padding: 0 !important;
  }
  .lightbox_upload .modal-content {
    padding: 0px 20px 40px;
  }
  .lightbox_upload .modal-body {
    padding: 0;
  }
  .lightbox_upload .modal-header {
    padding: 0;
  }
  .light_box_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .light_box_btn {
    width: 100%;
    padding-top: 20px;
    margin: 0 auto;
    text-align: center;
    position: static;
  }
  .scanned_img_div {
    display: block;
    width: 100%;
  }
  .light_box_sub_heading {
    width: 100%;
    order: 3;
    padding-top: 25px;
  }
  .light_box_btn .btn-primary {
    margin: 0 auto;
  }
  .scanned_img_div {
    order: 2;
    margin: 0;
  }
  .scanned_img_wrap {
    margin: 0 0 20px;
  }
  .scanned_img_wrap:last-child {
    margin-bottom: 0;
  }
  .lightbox_upload .modal-header .close {
    margin: 13px 0;
  }
  .appln_optn_list ul {
    flex-direction: column;
  }
  .breadcrumb_wrap {
    padding: 15px;
  }
  .appln_detail_head .appln_det .appln_num {
    font-size: 17px;
    line-height: 17px;
  }
  .appln_head_info {
    margin-top: 25px;
    padding-bottom: 30px;
  }
  .appln_head_info h3 {
    font-size: 16px;
    line-height: 19px;
  }
  .appln_head_info .appln_uni_info h5 {
    font-size: 12px;
  }
  .appln_head_info .appln_uni_info p {
    font-size: 12px;
    line-height: 14px;
  }
  .appln_doc_status {
    margin: 25px 0 0;
  }
  .doc_wrap {
    padding: 24px 15px 25px 35px;
  }
  .doc_wrap::before {
    width: 11px;
    height: 12px;
    left: 14px;
    top: 29px;
    background-size: auto;
  }
  .doc_upload .doc_label {
    width: 100%;
  }
  .doc_upload h4 {
    max-width: 100%;
  }
  .upload_info_wrap .doc_upload h4 {
    max-width: 100%;
  }
  .doc_upload {
    display: block;
  }
  .doc_wrap h3.doc_hd {
    width: 90%;
  }
  .doc_wrap .toogleIcon {
    top: 20px;
    right: 10px;
    background: transparent;
  }
  .pending_bar {
    margin: 10px 0 5px;
  }
  .doc_upload .upload_box {
    margin-top: 10px;
  }
  .application_btn_wrap {
    padding-bottom: 10px;
    text-align: center;
  }
  .top_midwrap {
    box-shadow: none;
  }
  .doc_topsec {
    display: block;
    padding-top: 5px;
    margin-bottom: 30px;
  }
  .doc_topsec .doc_topleft {
    margin-bottom: 20px;
  }
  .doc_toprt {
    margin-top: 20px;
  }
  .appln_detail_head .my_appln_list .card-body {
    padding: 36px 16px 16px;
  }
  .appuniv_detail {
    display: block;
  }
  .card_status .appln_due {
    display: none;
  }
  .card_status .card-bar {
    margin-top: 15px;
  }
  /* .application_det{
		display: block;
	} */
  .application_det .appln_due {
    display: block;
    width: 50%;
    padding-top: 10px;
  }
  .appln_detail_head .my_appln_list .card {
    margin-bottom: 5px;
  }
  .application_docwrap .appln_optn_list {
    padding: 24px 0;
  }
  .modal-open .modal,
  .modal-open {
    padding-right: 0 !important;
  }
  .login_page_wrap .modal-dialog {
    width: 100%;
    margin: 52px auto;
  }
  .login_page_wrap .modal-body {
    background: #f9f9f9;
    padding: 40px 15px 40px;
    text-align: center;
  }
  .info_head_div {
    width: 100%;
  }
  .next_button_wrap {
    width: calc(100% - 30px);
    left: 15px;
    bottom: 40px;
    right: 15px;
    justify-content: center !important;
  }
  .login_cont_div .btn-ghost {
    margin-right: 16px;
  }
  .verify_password .info_head_div {
    width: 100%;
  }
  .info_list_group {
    flex-direction: column;
  }
  .info_list_group .list-group-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .info_list_group .checkbox {
    margin: 0;
  }
  .login_head {
    font-size: 22px;
    padding-bottom: 15px;
  }
  .login_cont_div .login_form_pod,
  .login_cont_div .login_form_contact_num  {
    padding-top: 20px;
  }
  .login_cont_div .form .field {
    flex-direction: column;
  }
  .login_cont_div.carousel .form .field {
    width: 264px;
    margin: 0 auto;
  }
  .login_cont_div .form .field label {
    width: 100% !important;
    padding-right: 0;
    margin: 0 !important;
    padding-bottom: 15px;
  }
  .login_cont_div {
    min-height: 63vh;
  }
  .login_cont_div .form {
    width: 100%;
  }
  .info_head_div {
    padding-bottom: 20px;
  }
  .verify_fact .info_head_div {
    padding-bottom: 52px;
  }
  .verify_fact .next_button_wrap {
    margin-right: 0;
    width: 100%;
  }
  .verify_code .info_head_div {
    padding: 0 24px 20px;
  }
  .verify_code .form .btn-secondary {
    margin: 0;
    width: 190px;
  }
  .verify_password .info_head_div p {
    font-size: 20px;
    line-height: 28px;
  }
  .verify_password .ui.form .inline.fields .field {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .verify_name .info_head_div p {
    font-size: 22px;
    line-height: 26px;
  }
  .verify_code .form {
    display: block;
  }
  .verify_code .form .field input {
    margin-right: 0;
  }
  .send_btn {
    justify-content: center !important;
    margin-top: 16px;
  }
  .carousel_progress_bar {
    width: calc(100% - 70px);
    left: 15px;
    right: 15px;
  }
  .carousel .form .selection {
    margin: 0 auto 15px;
  }
  .language_div .info_head_div {
    padding-top: 50px;
  }
  .profile_success .info_head_div {
    padding: 0;
  }
  .success_info {
    font-size: 22px;
  }
  .language_from_row .lang_title {
    padding-right: 5px;
    font-size: 13px;
    min-width: 37px;
  }
  .language_from_row .ui.dropdown:not(:last-child) {
    margin-right: 15px;
  }
  .carousel .form .language_from_row .selection {
    padding: 12px;
    margin-bottom: 0;
  }
  .carousel .language_from_row.lang_school_drop .ui.dropdown {
    width: 100% !important;
  }
  /* .carousel .form .language_from_row .dropdown .icon {
		right: -9px!important;
		top: 15px!important;
	} */
  .carousel .form .ui.selection.dropdown .menu > .item {
    padding: 6px 10px !important;
  }
  .mid-section {
    padding: 30px 15px;
  }
  .head_section .d-flex {
    flex-direction: column-reverse !important;
  }
  .head_section .hdbtns {
    padding-bottom: 30px;
    text-align: right;
  }
  .course_tiles a.card {
    width: 100%;
    padding: 20px 23px;
  }
  .course_tiles a.card .card-title {
    margin-top: 20px;
  }
  .course_tiles .card-body h4.duedate {
    text-align: left;
  }
  .row.coursefind h3 {
    margin: 0 0 20px;
  }
  .nocourses h3 {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 20px;
  }
  .applist_wrap {
    padding: 40px 15px;
  }
  .card_status {
    align-items: flex-start;
    flex-direction: column;
  }
  .application_det .dropdown .dropdown-menu {
    right: -16px !important;
  }
  ul.stages_wrap {
    margin: 0 auto;
  }
  ul.desk_stages_wrap {
    display: none;
  }
  .mobile_stage_content {
    display: block;
  }
  ul.mob_stages_wrap {
    overflow: hidden;
    display: flex;
    width: 190px;
  }
  .mobile_stage_content {
    width: 200px;
    margin: 0 auto;
    position: relative;
  }
  .mobile_stage_content .carousel-control-prev {
    left: -40px;
  }
  .mobile_stage_content .carousel-control-next {
    right: -40px;
  }
  ul.mob_stages_wrap li:after,
  ul.mob_stages_wrap li:before {
    display: none;
  }
  .mob_stages_wrap li:last-child::after {
    display: block;
  }
  section.blubg_wrap {
    height: 260px;
    padding: 17px 0;
  }
  .appln_detail_head {
    padding-bottom: 0;
  }
  .doc_upload .upload_box {
    width: 100%;
  }
  .doc_upload .upload_box.upload_box_btn {
    margin: 0;
  }
  .application_suc_wrap,
  .application_info_wrap {
    padding: 0;
  }
  .application_info_wrap::before {
    top: 21px;
  }
  .suc_head_div {
    padding: 16px 34px;
  }
  .doc_success_div {
    padding: 30px 18px 20px;
  }
  .application_suc_wrap::before {
    width: 12px;
    height: 12px;
    top: 21px;
  }
  .upload_offer::before {
    width: 14px;
    height: 14px;
    top: 36px;
  }
  .withdraw_lightbox .withdraw_form {
    width: 100%;
  }
  .withdraw_lightbox .modal-content {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .withdraw_lightbox .carousel-item,
  .withdraw_lightbox .carousel-item.withdraw_form_reason {
    min-height: auto;
  }
  .withdraw_form {
    padding: 0 20px 30px;
  }
  .withdraw_form h3 {
    font-size: 16px;
  }
  .withdraw_form_reason .uploadLoader {
    position: static;
    padding: 20px;
  }
  .withdraw_form_reason .uploadLoader h2 {
    font-size: 20px;
  }
  .withdraw_lightbox .modal-body {
    padding: 0;
  }
  .withdraw_btn_wrap {
    position: static;
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }
  .upload_success .file-text {
    width: 11px;
    height: 12px;
  }
  .doc_upload .upload_box.upload_box_btn {
    text-align: center;
    margin-top: 15px;
    width: calc(100% + -3%);
    margin-left: -2%;
  }
  .top_midwrap .appuniv_detail .univ_detail {
    padding-bottom: 15px;
  }
  .top_midwrap .appuniv_detail .card_status .card-bar {
    margin: 0 0 15px;
  }
  .appln_head_tab .nav-item {
    width: 100%;
  }
  .appln_head_tab .select li {
    display: none;
    cursor: pointer;
    text-align: left;
  }

  .appln_head_tab .select {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
    display: block;
    padding: 0;
    border-radius: 4px;
    position: relative;
    width: 100%;
  }
  .appln_head_tab .nav-item a.active::after,
  .appln_head_tab .nav-item a:after {
    background: transparent;
    display: none;
  }
  .appln_head_tab .nav-tabs-dropdown {
    border: 1px solid #dddddd;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .appln_head_tab .nav-tabs-dropdown::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 15px;
    z-index: 2;
    pointer-events: none;
    background: url(../assets/icons/chevron-down.svg) no-repeat center
      center/cover !important;
    width: 18px;
    height: 8px;
    display: inline-block;
    background-size: 13px !important;
  }
  .appln_head_tab .nav-tabs-dropdown.open a {
    position: relative;
    display: block;
  }
  .appln_head_tab .nav-tabs-dropdown.open > li.active > a {
    background-color: #eeeeee;
  }
  .appln_head_tab .nav-tabs-dropdown li {
    display: block;
    padding: 0;
  }
  .appln_head_tab .nav-tabs-dropdown > li > a {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-color: transparent;
  }
  .appln_head_tab .nav-tabs-dropdown > li > a:focus,
  .appln_head_tab .nav-tabs-dropdown > li > a:hover,
  .appln_head_tab .nav-tabs-dropdown > li > a:active {
    border-color: transparent;
  }
  .appln_head_tab .nav-tabs-dropdown > li.active > a {
    display: block;
    border-color: transparent;
    position: relative;
    z-index: 1;
    background: #fff;
  }
  .appln_head_tab .nav-tabs-dropdown > li.active > a:focus,
  .appln_head_tab .nav-tabs-dropdown > li.active > a:hover,
  .appln_head_tab .nav-tabs-dropdown > li.active > a:active {
    border-color: transparent;
  }
  .forgot_txt,
  .forgot_txt a {
    color: #fff;
  }
  .dash_nonlg_heading .btn {
    display: block;
    align-items: center;
    width: 120px;
    margin: 10px auto 0;
  }
  .my_prof_wrap {
    margin: 0;
    /* padding: 0 20px; */
    padding: 0 5px;
  }
  .my_prf_row {
    margin: 0;
  }
  .prof_tab_cont {
    padding: 60px 10px 18px;
    width: 100%;
  }
  .prf_row_blue .prf_pod:last-child {
    padding-bottom: 15px;
  }
  .prf_edit_lnk {
    top: 19px;
    right: 20px;
  }
  .mandat_txt {
    top: -28px;
  }
  .prf_row_file .prf_pod:last-child {
    margin-left: initial;
  }
  .prf_row_file .prf_pod {
    width: 100%;
  }
  .profile_tab input[type="text"],
  .profile_tab input[type="email"] {
    width: 100%;
  }
  .prf_pod .ui.selection {
    width: 100%;
  }
  .tab_edit .prf_pod {
    padding-right: 0 !important;
  }
  .dob_form {
    display: flex;
    justify-content: space-between;
  }
  .dob_form .ui.selection {
    width: 30% !important;
    margin-right: 0;
  }
  .prof_passport_row .prf_pod:nth-of-type(1) {
    order: 1;
  }
  .prof_passport_row .prf_pod:nth-of-type(2) {
    order: 3;
  }
  .prof_passport_row .prf_pod:nth-of-type(3) {
    order: 4;
  }
  .prof_passport_row .prf_pod:nth-of-type(4) {
    order: 2;
  }
  .model_wrap .phnwrap .two.fields .field:first-child {
    width: 20% !important;
  }
  .application_det .dropwrap.d-flex {
    position: absolute;
    top: 25px;
    right: 15px;
    width: 145px;
  }
  .application_det .dropwrap.d-flex .dropdown.mr-3 {
    margin: 0 !important;
  }
  .prf_progres {
    flex-direction: column;
  }
  .prf_hd_deat {
    margin: 0 0 5px;
  }
  .prf_bar {
    width: calc(100% - 40px);
    order: 2;
  }
  .prf_nam_deat h3 {
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 22px;
  }
  .prof_edit_lightbox .modal-content {
    padding: 40px 15px;
  }
  .prof_edit_lightbox .modal-header .close {
    margin: -30px -10px -10px auto;
  }
  .profile_form .fields {
    margin-bottom: 0 !important;
  }
  .profile_form h3 {
    padding-bottom: 15px;
  }
  .pers_info {
    margin: 20px 0 -5px;
  }
  .profile_form .fields .field,
  .custom_drop_big,
  .custom_drop_big .ui.dropdown {
    width: 100% !important;
  }
  .custm_drop_wrap {
    width: 30% !important;
  }
  .profile_form .equal .custom_drop_big {
    width: 49% !important;
  }
  .profile_form .equal .custom_drop_big {
    width: 49% !important;
  }
  .profile_form .custom_drop_big .custm_drop_wrap {
    width: 100% !important;
  }
  .date_dropdown .ui.dropdown {
    width: 100% !important;
  }
  .ticketlightbox .modal-body {
    width: 100%;
    padding: 20px 30px;
  }
  .model_wrap .carousel .form .selection {
    width: 100% !important;
  }
  .model_wrap
    .ui.form:not(.unstackable)
    .phnwrap
    .two.fields:not(.unstackable)
    > .field:first-child {
    width: 30% !important;
  }
  .model_wrap
    .ui.form:not(.unstackable)
    .phnwrap
    .two.fields:not(.unstackable)
    > .field {
    width: 70% !important;
  }
  .model_wrap .phnwrap .two.fields .field:first-child {
    width: 20% !important;
  }
  .application_det .dropwrap.d-flex {
    position: absolute;
    top: 25px;
    right: 15px;
  }
  .ins_mid_content {
    padding: 40px 0;
  }
  .choose_country {
    width: 100%;
  }
  .choose_country li {
    width: 100%;
  }
  .choose_country li a {
    width: 100%;
  }
  .insuranceLists_wrap {
    flex-direction: column;
    padding: 30px 20px;
  }

  .insuranceList:nth-child(odd) {
    margin-right: 0;
  }
  .insuranceLists {
    width: 100%;
  }
  .otherinsurance {
    width: 100%;
  }
  .insuranceLists .insuranceList {
    width: 100%;
  }
  .herobanner img {
    width: 100%;
  }
  .ins_suggestion h4 {
    width: 100%;
  }
  ul.insurance_brand {
    flex-flow: column wrap;
  }
  .insurance_brand li {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .sitemap_links.heightEnabled {
    height: auto;
  }
  .file_load span {
    width: 11px;
    height: 12px;
  }
  .profile_btn {
    justify-content: center;
  }
  .appln_card {
    width: 100%;
    margin-bottom: 20px;
  }
  .mailsentWrap .mailicon {
    background: url("../assets/icons/mailsent_white.svg");
  }
  .mailsentWrap p {
    color: #fff;
  }
  .forgot_pw_mail {
    height: auto;
  }
  .ticket_success h2 {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 30px;
  }
  .ticket_success a.btn {
    position: relative;
  }
  .cutout {
    height: calc(100% + 24vh);
    top: -24vh;
  }
  .prf_score .doc_upload .upload_box label {
    width: 100%;
  }
  .score_inpt {
    display: block;
    margin: 15px 0 0;
  }
  .profile_incomplete .info_head_div {
    width: 88%;
  }
  .light_box_heading {
    width: 100%;
  }
  .no-application h2 {
    font-size: 20px;
  }
  .no-application p {
    font-size: 16px;
  }
  .incorrect_field .form .incorrect_phone input[type="text"] {
    width: 100% !important;
  }
  #userCloseDialog.modal,
  .min-modal.modal {
    padding: 16px !important;
    width: calc(100% - 40px);
  }
  #userCloseDialog.modal .image.content,
  .min-modal.modal .image.content {
    padding: 16px 0 5px !important;
  }
  #userCloseDialog.modal .actions,
  .min-modal.modal .actions {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
  }
  #userCloseDialog.ui.modal .ui.btn,
  .min-modal.ui.modal .ui.btn {
    min-width: 50% !important;
  }
  .emerg_mob_edit .field {
    width: 110px;
  }
  .emerg_mob_edit .field {
    width: 100px;
  }
  .emerg_mob_edit .phn_num {
    width: calc(100% - 100px);
  }
  .carousel .inner_content.widmidwrap .form {
    width: 100%;
  }
  .add_new_btn {
    top: -30px;
  }
  .add_new_btn {
    top: -50px;
    right: 20px;
  }
  .prf_score .prf_pod_desc:nth-of-type(2) {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .cancel_txt {
    margin: 0;
    padding-bottom: 20px;
  }
  #multiDropdown .menu {
    margin-top: 0 !important;
    min-width: 75% !important;
  }
  .prf_pod .dob_form .ui.selection {
    width: 30% !important;
    margin-bottom: 0;
  }
  .prf_pod .dob_form .ui.selection:not(:last-child) {
    margin-right: 15px;
  }
  .prf_pod.field .ui.selection,
  .prf_pod.field input[type="text"],
  .prf_pod.field textarea {
    width: 100% !important;
  }
  .prf_pod .dob_form .ui.selection {
    padding-right: 20px !important;
    text-align: center;
  }
  .my_prof_wrap .loader_wrap {
    width: 88%;
    padding: 20px;
  }
  .my_prof_wrap .loader_wrap .loader_sub_div {
    padding-top: 60px;
  }
  .my_prof_wrap .loader_wrap h2 {
    width: 100%;
  }
  .emerg_pod {
    width: 100% !important;
  }
  .prf_file_show,
  .prf_file_show .prf_pod,
  .prf_file_show .prf_file_dsp,
  .prf_pod .doc_upload .upload_box {
    width: 100% !important;
    margin: 0 auto;
  }
  .row_blue_rgt .prf_file_show {
    margin-top: 20px;
  }
  #personalInformation .prf_edit_lnk {
    top: 20px;
    right: 30px;
  }
  .prf_file_show .doc_upload .doc_label {
    width: 100%;
    margin-bottom: 0;
  }
  .edit_pod_profile .sub_prf_edit_lnk {
    right: 10px;
    top: 20px;
  }
  .my_profile .container {
    padding: 0;
  }
  .profile_empty_div {
    min-height: auto;
  }
  .incorrect_field .form input[type="text"],
  .incorrect_field .form input[type="email"],
  .carousel .incorrect_field .form .selection {
    width: 100% !important;
  }
  .incorrect_phone .incorrect_dail_code {
    width: 31%;
  }
  .login_cont_div .loader_wrap h2 {
    width: 100%;
  }
  .prf_pod_blue {
    display: block;
  }
  .prf_pod_blue .prf_pod {
    width: 100%;
    margin-bottom: 16px;
    padding: 16px !important;
  }
  .prf_pod_blue .prf_pod:last-child {
    margin-bottom: 0;
  }
  .prf_row_blue {
    display: block;
    padding: 40px 16px 30px;
  }
  .row_blue_lft {
    width: 100% !important;
  }
  .row_blue_rgt {
    width: 100% !important;
  }
  .profile_tab.tab_show .row_blue_lft .prf_pod {
    width: 100%;
  }
  .profile_tab.tab_show .row_blue_lft {
    margin-right: 0;
  }

  .prf_rft_icon {
    display: none;
  }
  .sub_prof_wrap .sub_prf_edit_lnk {
    right: 43px;
    top: 32px;
  }
  .personal_tab .prf_pod.prf_file_show {
    width: 100% !important;
    padding: 20px 15px 10px !important;
  }
  .prf_file_show .doc_upload .doc_label {
    width: 100% !important;
  }

  #loginCarousel .carousel-item .next_button_wrap {
    right: auto;
    left: 0;
  }
  #loginCarousel .carousel .btn {
    min-width: 120px;
  }
  #loginCarousel .carousel .btn.skipbtn {
    min-width: 80px;
  }

  .midwrap h2.optionalheading {
    font-size: 12px;
    line-height: 20px !important;
    margin: 8px auto -10px !important;
    border-bottom: 1px solid #fff;
    padding: 0;
    padding-bottom: 10px;
    background: transparent;
    border-radius: 0;
  }
  #loginCarousel h2.optionalheading br {
    display: none;
  }
  .navbar .nav_menu + .main_logo {
    padding-left: 0;
  }
  .nav_rgt .list-group {
    right: -10px;
  }
  .crmFetchLoader .crmLoadercontnt {
    width: 90%;
  }
  .apln_suc {
    display: block;
  }
  .apln_suc_lft {
    width: 100%;
  }
  .apln_suc_rgt {
    padding-top: 16px;
    width: 100%;
    justify-content: center;
  }
  .application_suc_wrap .apln_suc_rgt .btn {
    width: 100%;
  }
  .congrat_pod h2 {
    padding-top: 75px;
    position: relative;
  }
  .congrat_pod {
    padding: 0px 0 0;
  }
  .congrat_pod h2 span {
    left: auto;
    right: 40px;
    top: 0;
  }
  .spark_green::before {
    width: 60px;
    height: 70px;
  }
  .toogleDrop {
    width: 40px;
  }
  .toogleDrop .collapseBtn .toogleIcon {
    left: 0;
  }
  .visa_upload_dialog .modal-content {
    width: 90%;
    margin: 0 auto;
    top: 20px;
  }
  .visa_upload_dialog.lightbox_upload .modal-body {
    padding: 0;
  }
  .upload_visa_lbxwrap .hdbtns .btn {
    padding: 0 15px;
  }
  .upload_visa_lbxwrap h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .toogleDrop .collapseBtn span {
    display: none;
  }
  .upload_visa_lbxwrap {
    width: 100%;
  }
  .appln_optn_list.visa_start_container {
    margin: 20px 0 20px 50px;
    padding: 0 !important;
  }
  .visa_start_wrap {
    width: 85%;
  }
  .visa_confirmed_wrap {
    width: 100%;
  }
  .appln_confirmed_list .apln_suc_rgt .btn {
    min-width: auto;
    width: 100%;
  }
  .appln_optn_list.visa_start_container::before {
    height: 100%;
    max-height: 1170px;
  }
  .support_ticket_form .tktbtn {
    padding-bottom: 0;
  }
  .support_ticket_form .tktbtn .btn {
    position: static;
    right: 0;
  }
  .success-modal-body {
    width: 100% !important;
    margin: 0 auto !important;
    max-width: initial !important;
  }
  .support_success_div h2 {
    margin-bottom: 40px !important;
    font-size: 20px !important;
  }
  .support_success_div .d-flex {
    height: 310px !important;
  }
  .callme_pop {
    width: calc(100% - 40px);
    margin: 0 20px;
    left: 0;
    transform: none;
    bottom: 50px;
  }
  #visaCompletion_Modal.ui.modal .scrolling.content {
    padding: 10px;
  }
  #visaCompletion_Modal .ui.form .dependent_fields .inline.fields > label {
    width: 100%;
  }
  #visaCompletion_Modal .ui.form .inline.fields > label {
    width: 100%;
    margin-bottom: 10px;
  }
  .dependent_fields {
    width: 100%;
  }
  #visaCompletion_Modal .ui.dropdown {
    max-width: initial !important;
    min-width: auto !important;
    width: 100% !important;
  }
  #visaCompletion_Modal .date_fields .ui.dropdown {
    width: 30% !important;
  }
  #visaCompletion_Modal .inline.fields textarea,
  #visaCompletion_Modal .inline.fields input {
    width: 100%;
  }
  .callme_lightbox {
    margin: 50px 16px 0;
    width: calc(100% - 32px);
  }
  .callme_lightbox .modal-content {
    padding: 0px 14px 40px;
  }
  .call_btn_wrap .btn {
    width: 150px;
    margin-right: 10px;
  }
  .callme_desc h2 {
    font-size: 22px;
  }
  .personal_tab .tab_show .prf_blue_lft {
    width: 72%;
    word-break: break-word;
  }
  .mandat_txt {
    top: 21px;
    left: 20px;
    font-size: 13px;
  }
  .prf_status_wrap {
    width: calc(100% - 46px);
    margin: 0 23px;
  }
  .profile_ul li p {
    min-width: 61%;
  }
  .profile_toast {
    width: calc(100% - 34px);
    margin: 0 17px;
    min-width: auto;
    bottom: auto;
    left: 0;
    z-index: 3;
    transform: none;
    top: 69px;
    margin-bottom: 0 !important;
  }
  .appln_hd_status .appln_doc_status {
    width: 100%;
    margin-top: 10px;
  }
  .tab_show .prf_pod_desc {
    margin-top: 7px;
  }
  .prf_pod_blue .prf_pod .prf_pod_title {
    line-height: 20px;
  }
  .personal_tab .prf_pod.prf_file_show .prf_pod.prf_passport_pod {
    width: 100% !important;
    margin-bottom: 0;
    padding: 10px 10px 0 !important;
  }
  .personal_tab .prf_pod.prf_file_show .prf_file_dsp {
    width: 100% !important;
  }
  .personal_tab .prf_pod.prf_file_show .doc_upload .upload_box {
    width: 100% !important;
  }
  .sub_prof_wrap:first-child .sub_prf_edit_lnk {
    top: 70px;
  }
  .profile_tab.tab_show .row_blue_rgt .prf_file_show {
    margin-top: 20px;
    border: 1px solid rgba(151, 151, 151, 0.22);
    border-radius: 5px;
    padding: 10px !important;
    margin-left: 0;
    background: rgb(23 62 131 / 7%);
    width: 100% !important;
  }
  .profile_tab.tab_show .row_blue_rgt .doc_upload {
    width: 100%;
  }
  .profile_tab.tab_edit .row_blue_lft .inline.fields .prf_pod {
    width: 100%;
    margin-bottom: 10px !important;
    min-width: auto;
  }
  .history_edit .inline.single.fields .prf_pod_title {
    min-width: 100%;
    margin: 0 !important;
    margin-bottom: 5px !important;
    width: 100%;
  }
  .history_edit .inline.fields .prf_pod_title {
    margin: 0 !important;
    margin-bottom: 5px !important;
  }
  .date_field_wrap .ui.header {
    margin: 10px 0 8px 0;
  }
  .history_edit .date_field_wrap .dob_form .ui.selection {
    padding: 12px 15px 12px 0 !important;
  }
  .history_edit .dependent_fields .inline.single.fields .prf_pod_title {
    min-width: 100%;
    width: 100%;
  }
  .history_edit .dependent_fields .inline.single.fields .dob_form {
    width: 100%;
    padding-right: 0;
  }
  .history_edit .row_blue_lft {
    padding-bottom: 20px;
  }
  .history_edit .row_blue_lft .inline.fields {
    margin: 0;
  }
  .history_edit .row_blue_lft .fields .prf_pod.field {
    margin-bottom: 10px !important;
  }
  .study_content_wrap {
    flex-flow: column;
  }
  .testscore_sub_prof .prf_pod.score_details .score_detail_lft {
    width: 100%;
    border-right: 0;
  }
  .testscore_sub_prof .prf_pod.score_details .score_detail_rt {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .testscore_sub_prof
    .profile_tab.tab_show
    .prf_pod.score_details.academic_fields {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  .visa_start_container .visa_confirmed_wrap {
    width: 85%;
  }
  .incorrect_field .passport_expiry .ui.dropdown.selection {
    width: 30.3% !important;
  }
  .incorrect_field .passport_expiry .ui.dropdown.selection:first-of-type {
    margin-left: 0 !important;
  }
  .passwrap span.eye-icon {
    top: 49px;
  }
  .passwrap {
    width: 100%;
  }
  .passwrap .field {
    width: 100%;
  }
  .done_hide {
    visibility: hidden;
  }
  .login_page_wrap .modal-header .close {
    -webkit-appearance: none;
  }
  .doc_upload .appl_multilist {
    display: block;
  }
  .doc_upload .appl_multilist .lightbx_btn .file_load p {
    text-align: center;
  }
  #deleteModal .modal-dialog {
    width: calc(100% - 30px);
    max-width: initial;
    margin: 0;
  }
  #deleteModal .modal-dialog .modal-footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #deleteModal .modal-dialog .modal-footer .btn {
    min-width: 45%;
  }
  #deleteModal .modal-title {
    padding-top: 15px;
  }
  .support_file_show .doc_upload .upload_box .doc_label,
  .support_file_show .doc_upload .upload_box {
    width: 100%;
  }
  .account_setting .modal-body {
    padding: 15px 20px 0;
  }
  .acnt_pod .acnt_pod_desc {
    word-break: break-word;
  }
  .acnt_sub_div h2 {
    font-size: 28px;
  }
  .account_setting .uploadLoader {
    padding: 60px 20px;
  }
  .account_setting h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .applsetting_wrap .passwrap {
    width: 100%;
  }
  #visaCompletion_Modal.ui.modal > .header {
    font-size: 18px;
  }
  .progress_wrap {
    height: 320px;
  }
  .progress_wrap .progress_content h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .progress_wrap .bar {
    margin: 0;
    margin-top: 40px;
  }
  .progress_wrap .bar_wrap .bar_info {
    right: 5px;
  }
  .footer--legals {
    flex-direction: column-reverse;
    align-items: center;
  }
  .footer--legals .footer__links {
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
  }
  .footer--shortcuts .footer_links {
    width: 100%;
  }
  .footer--shortcuts .container .row > div:not(:last-child),
  .footer--shortcuts .footer--legals .row > div:not(:last-child) {
    border: 0;
    border-bottom: 1px solid #979797;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .footer--shortcuts .container > .row {
    width: 100%;
    padding: 0 0 0 20px;
  }
  .footer--shortcuts .footer_links:nth-child(2) ul {
    height: auto;
  }
  .footer_social_links {
    margin: 0px 0 10px;
  }
  .Withdraw_not_allowed_content {
    width: 100%;
    padding: 20px !important;
  }

  .Withdraw_not_allowed_content h3 {
    font-size: 16px;
  }

  .appln_upload_data {
    width: 100% !important;
  }
  .verify_code .form .field input {
    width: 190px;
  }
  .existing_user_checked .info_list_group {
    overflow-x: initial;
  }
  .file-error-div,
  .carousel-item .file-error-div {
    padding: 10px;
  }
  #upload_visa_carousel .uploadLoader {
    padding: 10px;
  }
  #profileModal .uploadLoader,
  #supportTicketModal .uploadLoader {
    padding: 10px;
  }
  .file-error-div h3 br {
    display: none;
  }

  .multiple_card .doc_upload .inner_wrap_section::before {
    width: 100%;
    margin-left: 0;
  }
  .multiple_card .doc_upload .inner_wrap_section .appl_multilist .rgt_wrap {
    width: 100% !important;
  }
  .multiple_card .doc_upload .inner_wrap_section .appl_multilist .lft_wrap {
    width: 100% !important;
  }
  .multiple_card .doc_upload .inner_wrap_section .submit_document::before {
    width: 100%;
    margin-left: 0;
  }

  .multiple_card .doc_upload {
    width: calc(100% + 20px);
    margin-left: -20px;
  }
  .multiple_card .doc_upload .inner_wrap_section .submit_document .upload_wrap,
  .multiple_card .doc_upload .inner_wrap_section .submit_document .lightbx_btn {
    width: 100%;
  }
  .heroslider .swiper-button-prev {
    left: 10px;
  }
  .heroslider .swiper-button-next {
    right: 10px;
  }
  .heroslider .swiper-button-next,
  .heroslider .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
  .heroslider .swiper-button-next:after,
  .heroslider .swiper-button-prev:after {
    font-size: 22px;
  }
  .hero_img_content .btn {
    margin: 0 10px 15px 0;
  }
  .hero_img_content .btn:last-child {
    margin-right: 10px;
  }
  .prfle_completion_status .prfle_completion_description {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 10px;
  }
  .prfle_completion_status .prfle_completion_description .prfle_progress {
    width: 100%;
    margin-top: 10px;
  }
  .profile_otp_form {
    width: 100%;
  }
  .verify-btn {
    bottom: 18px;
    right: 10px;
  }
  .otp_desc {
    font-size: 22px;
  }
  .language_from_row .ui.calendar,
  .language_from_row .ui.input {
    width: 100% !important;
  }
  .passport_expiry .ui[class*="left icon"].input > i.icon {
    left: 28%;
  }
  .language_div.login_cont_div {
    padding: 70px 0 100px;
  }
  .language_from_row .ui[class*="left icon"].input > i.icon {
    left: 20%;
  }
  .prf_file_show .profile_file_wrap .prf_pod {
    width: 100% !important;
    margin-right: 0 !important;
    display: block;
  }
  .expected_calendar {
    width: 100%;
  }
  .expected_calendar .ui.input {
    width: 100% !important;
  }
  .language_from_row {
    display: block;
  }
  .language_from_row .lang_title {
    padding: 0 0 5px;
  }
  .language_from_row .ui.popup {
    inset: 40.8px auto auto 0px !important;
  }
  .language_from_row .ui.popup:before {
    top: -0.00714286em !important;
    left: 1em !important;
    right: auto !important;
    bottom: auto !important;
    margin-left: 0 !important;
    -webkit-box-shadow: -1px -1px 0 0 #bababc !important;
    box-shadow: -1px -1px 0 0 #bababc !important;
  }
  .std_sign_div {
    display: block;
  }
  .std_sign_name {
    margin-bottom: 15px;
  }
  .student_declar {
    min-height: 100vh;
  }
  .std_agree_sign {
    position: static;
    width: 100%;
  }
  .aeccskills {
    color: #fff !important;
    background-color: #42b87b;
    border-color: #42b87b;
    padding: 14px 17px 12px;
    min-width: auto;
    text-align: left;
    border-bottom: 0;
    font-weight: 600 !important;
    cursor: pointer;
    border-radius: 25px;
    margin: 15px auto 0;
    width: 180px;
    text-align: center !important;
  }
  .course_loader_show .actions {
    display: none !important;
  }
  .notice_wrap img {
    align-self: center;
  }
  .edu_history_slide {
    min-height: 94vh !important;
  }
  .course_apply_funding_check .my_appln_list .card-title {
    font-size: 18px;
    padding: 0;
    line-height: 24px;
  }
  .mobile_edit_pod {
    width: 100%;
    margin: 0 auto;
  }
  .profileOtp .emerg_mob_edit .field {
    width: calc(100% - 120px);
  }
  .otpModal .loader_sub_div h2 {
    width: 100%;
  }
  .otpErrorSubDiv {
    min-height: 55vh;
  }
  .perInfoCancel {
    margin-right: 90px;
    margin-top: -9px;
  }
  .perInfoCancel .cls {
    width: 12px;
  }
  .profile_btn_formTop .btn {
    min-width: 100px;
  }
  .otpModal .loader_sub_div h2{
    width: 100%;
  }
  .otpErrorSubDiv{
    min-height: 55vh;
  }
  .login_splitter {
    color: #FFF;
  }
  .profile_tab .inline .two_col_pod .ui.dropdown,.profile_tab .inline .two_col_pod .prf_pod_desc,.profile_tab .inline .two_col_pod textarea {
    width: 100%!important;
    margin-left: 0!important;
  }
  .profile_tab .flex_two_col{
    display: block!important;
  }
  .profile_tab .flex_two_col .prf_pod{
    padding-bottom: 10px!important;
  }
  .profile_tab .two_col_pod{
    display: block!important;
  }
  .my_prof_wrap .tab_edit .prf_pod_title {
    width: 100%!important;
  }
  .profile_tab .dependent_fields .inline .prf_pod .prf_pod_title,.profile_tab .dependent_fields .inline .ui.dropdown,.profile_tab .dependent_fields .inline .prf_pod_desc,.profile_tab .dependent_fields .inline textarea,.profile_tab .expected_calendar{
    margin-left: 15px!important;
    width: calc(100% - 15px)!important;
    min-width: 0!important;
  }
  .profile_tab .expected_calendar{
    width: calc(100% - 15px)!important;
  }
  .profile_tab.tab_show .row_blue_lft .dependent_field_show .prf_pod {
    width: 100%;
    min-width: 100%;
  }
  .score_detail_lft.missing_field, .score_detail_rt.missing_field {
    margin: 0 0 10px 0!important;
    width: 100%!important;
    border: 1px solid #ff6600!important;
  }
  /* Mobile styles - End */
}

@media (min-width: 320px) {
  .welcomescreen {
    height: auto;
  }
  .banner {
    height: 280px;
  }
  .mid-content {
    height: 400px;
  }
}

@media (min-width: 350px) {
  .welcomescreen {
    height: 100vh;
  }
  .banner {
    height: 40%;
  }
  .mid-content {
    height: 60%;
  }
}
@media (max-width: 320px) {
  .login_cont_div.carousel .btn {
    min-width: 130px;
  }
  .carousel .form .language_from_row .selection {
    padding: 12px 4px;
    margin-bottom: 0;
  }
  .carousel .form .language_from_row .dropdown .icon {
    right: -15px !important;
  }
  .carousel .form .default.text {
    font-size: 12px;
  }
  .carousel .dropdown .icon:before {
    width: 12px;
    height: 12px;
    background-size: 10px !important;
  }
  .carousel.login_cont_div {
    min-height: 71vh;
  }
  .language_from_row .lang_title {
    font-size: 12px;
  }
  .carousel .ui.progress .bar.completed > .progress {
    right: -45px !important;
  }
  .done_hide {
    display: none;
  }
  .carousel .form .language_from_row .ui.dropdown {
    min-width: 86px !important;
  }
  .lang_school_drop .dropdown .default.text,
  .lang_school_drop .dropdown .default {
    font-size: 12px !important;
  }
  .carousel .form .language_from_row .dropdown .icon {
    right: 4px !important;
  }
  .language_from_row .ui.dropdown:not(:last-child) {
    margin-right: 5px;
  }
  .language_from_row .lang_title {
    padding-right: 5px;
  }
  #userCloseDialog.modal .actions,
  .min-modal.modal .actions {
    display: block;
  }
  #userCloseDialog.ui.modal .ui.btn,
  .min-modal.ui.modal .ui.btn {
    min-width: 100% !important;
    margin-right: 0;
  }
  #userCloseDialog.ui.modal .ui.btn-secondary,
  .min-modal.ui.modal .ui.btn-secondary {
    margin-bottom: 10px;
  }
  .nav_rgt li {
    padding-left: 5px;
  }
  .nav_rgt .list-group {
    width: 250px;
  }
}

@media (min-width: 1024px) {
  .cutout {
    height: calc(100% + 20vh);
    top: -20vh;
  }
  .welcomescreen {
    height: auto;
  }
  .banner {
    height: 62vh;
    background: url(../assets/images/bg_image.jpeg) no-repeat left top/contain,
      #feffff;
  }
  .mid-content {
    height: 500px;
  }
  .card_uni_image {
    min-height: 165px;
  }
}

/* iPad styles start */
@media (max-width: 1024px) and (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: calc(100% - 32px);
    padding: 0 16px;
    margin: 0 auto;
  }
  .welcomescreen {
    height: calc(100vh - 53px);
    overflow: auto;
  }
  .banner {
    height: 40%;
  }
  .mid-content {
    height: 60%;
  }
  .mid-content .triangle {
    right: -10px;
    bottom: 240px;
  }
  .midwrap {
    top: -180px;
  }
  .my_appln_list .card-body {
    padding: 16px;
  }
  .my_appln_list .card-body .row {
    padding: 0 16px;
  }
  .appln_optn_list {
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
  }
  .lightbox_upload .modal-dialog {
    max-width: 100%;
    padding: 0 16px;
  }
  .lightbox_upload .modal-body {
    padding: 16px 50px 120px;
  }
  .light_box_heading,
  .light_box_sub_heading {
    width: 64%;
  }
  .light_box_content h4,
  .light_box_content p {
    width: 90%;
  }
  .light_box_btn {
    width: calc(100% - 64%);
  }
  .hero_image {
    height: 358px;
  }
  .dash_mid_wrap .card .cutout {
    height: 75px;
  }
  .dash_mid_wrap .card-avatar {
    bottom: 12px;
  }
  .dash_mid_wrap .swiper-wrapper .card-body {
    padding: 0 10px 10px 10px;
  }
  .dash_mid_wrap .swiper-button-prev {
    left: -10px;
  }
  .dash_mid_wrap .swiper-button-next {
    right: -10px;
  }
  .dash_artcile_wrap .pl-0 {
    padding-right: 0;
  }
  .modal-open .modal {
    padding-right: 0 !important;
  }
  .login_page_wrap .modal-dialog {
    width: calc(100% - 40px);
    margin: 40px 20px 0;
  }
  .mid-section {
    padding: 25px 5px;
  }
  .page_title h2 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 22px;
    width: 100%;
  }
  .appln_head_tab {
    width: 100%;
  }
  .application_docwrap {
    padding: 0 16px;
  }
  .appln_detail_head {
    padding-bottom: 0;
  }
  .application_docwrap .appln_optn_list {
    padding-bottom: 30px;
  }
  .stages_wrap .stages_div.done {
    padding: 7px 5px 0 0;
  }
  .stages_div {
    padding: 7px;
  }
  .stages_wrap li:after {
    right: -20px;
  }
  .stages_wrap .checkmark {
    margin-left: 10px;
  }
  .withdraw_lightbox .carousel-item.withdraw_form_reason {
    min-height: 90vh;
  }
  .profile_form .fields .field {
    width: 50% !important;
  }
  .insuranceLists .insuranceList {
    width: 47%;
    padding: 20px;
  }
  .insuranceList:nth-child(odd) {
    margin-right: 15px;
  }
  .insuranceLists_wrap {
    padding: 30px 0;
  }
  .cutout {
    height: calc(100% + 90px);
    top: -90px;
  }
  .my_prof_wrap {
    margin-top: 0;
  }
  .prof_tab_cont {
    padding: 60px 10px;
  }
  .profile_incomplete .info_head_div {
    width: 88%;
  }
  #userCloseDialog.modal,
  .min-modal.modal {
    width: 80% !important;
  }
  #personalInformation .prf_edit_lnk {
    top: 25px;
    right: 25px;
  }
  .my_prof_wrap .loader_wrap {
    width: 94.5%;
    height: 80vh;
  }
  .login_cont_div .loader_wrap h2 {
    width: 100%;
  }
  .profile_tab.tab_show .row_blue_rgt {
    width: 31%;
  }
  .profile_tab.tab_show .row_blue_lft {
    width: 65%;
  }
  .profile_tab.tab_show .row_blue_lft .prf_pod {
    width: 100%;
  }
  .history_edit .row_blue_lft .inline.fields.fieldtorow {
    align-items: flex-start;
    flex-flow: column;
  }
  .history_edit .row_blue_lft .inline.fields.fieldtorow .prf_pod.field {
    display: flex;
    width: 100%;
    padding: 0;
    margin-bottom: 10px !important;
  }
  .history_edit .row_blue_lft .inline.fields.fieldtorow .prf_pod_title {
    min-width: calc(50% + 15px);
    margin: 0 !important;
    padding: 0;
    width: calc(50% + 15px);
    align-items: center;
    display: flex;
  }
  .history_edit .date_field_wrap .yr_dropdown:last-child {
    margin-left: 10px;
  }
  .history_edit .date_field_wrap .prf_pod .dob_form .ui.selection {
    width: 29% !important;
    padding: 12px 10px !important;
  }
  .history_edit .row_blue_lft .inline.fields .prf_pod {
    width: 100%;
    padding: 0;
  }
  .history_edit .inline.single.fields.lg_dropdown .prf_pod {
    min-width: auto;
  }
  .history_edit .inline.single.fields .dob_form .ui.selection:not(:last-child) {
    width: 25% !important;
  }
  .history_edit .inline.single.fields .prf_pod.date_field_wrap {
    min-width: auto;
  }
  .prf_pod_blue .prf_pod {
    padding: 16px;
    margin-right: 15px !important;
  }
  .appln_optn_list.visa_start_container {
    margin-left: 40px;
  }
  .appln_optn_list.visa_start_container::before {
    height: 80%;
    max-height: 730px;
  }
  .support_ticket_form .tktbtn .btn {
    right: -150px;
  }
  .ticketlightbox .support_success_div h2 {
    font-size: 22px;
    line-height: 32px;
    color: #2f3046;
    margin-bottom: 20px;
    text-align: center;
  }
  .callme_pop {
    width: calc(100% - 40px);
    margin: 0 20px;
    left: 0;
    transform: none;
    bottom: 50px;
  }
  .mandat_txt {
    top: 24px;
    left: 13px;
  }
  .prf_hd_deat {
    width: 46%;
  }
  .personal_tab .tab_show .prf_blue_lft {
    width: 73%;
    word-break: break-word;
  }
  .profile_toast {
    top: 137px;
    min-width: 98%;
  }
  .withdraw_lightbox .modal-content {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  ul.insurance_brand li a img {
    height: 100%;
  }
  .login_page_wrap .modal-header .close {
    -webkit-appearance: none;
  }
  .hero_img_content {
    width: 70%;
    padding: 0;
  }
  .hero_img_content h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .heroslider .swiper-button-next,
  .heroslider .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
  .heroslider .swiper-button-next:after,
  .heroslider .swiper-button-prev:after {
    color: #000;
    font-size: 24px;
  }
  .profileOtp .modal-dialog {
    max-width: 95%;
  }
  .otp-success-div h3 {
    padding: 0 100px;
  }
  .personal_tab .tab_show .prf_passport_pod {
    width: 48% !important;
  }
  .language_from_row .lang_title {
    min-width: 256px;
  }
  .language_from_row .ui.input {
    width: 318px !important;
  }
  .language_from_row .ui[class*="left icon"].input > i.icon {
    left: 81px;
  }
  .language_from_row .ui.popup {
    inset: -166.55px 330px auto auto !important;
  }
  .login_cont_div .form .passport_expiry.field {
    padding-bottom: 200px;
  }
  .profile_page .appln_head_tab .nav-link {
    padding: 21px 18px 16px;
  }
  .perInfoCancel {
    min-width: 101px;
  }
}
/* iPad styles end */

@media (max-width: 812px) and (min-width: 320px) and (orientation: landscape) {
  .welcomescreen {
    height: auto;
  }
  .banner {
    height: 280px;
  }
  .mid-content {
    height: 400px;
  }
  .midwrap {
    top: -30px;
  }
  .cutout .content {
    transform: skewY(-10deg);
  }
  .cutout {
    height: calc(100% + 140px);
    top: -140px;
  }
  .container,
  .container-sm {
    max-width: 100%;
    padding: 0 25px;
  }
  .dash_mid_wrap .row {
    margin: 0 !important;
  }
  .dash_mid_wrap .swiper-button-next {
    right: -8px;
  }
  .dash_mid_wrap .swiper-button-prev {
    left: -7px;
  }
  .dash_mid_wrap .swiper-slide .cutout {
    height: 51px;
  }
  .appln_head_tab {
    width: calc(100% - 160px);
  }
  .appln_tab_btn {
    width: auto;
  }
  .appln_doc_status {
    margin: 0;
  }
  .dash_mid_wrap .card-avatar {
    bottom: 2px;
  }
  .login_cont_div.carousel {
    min-height: 100vh;
  }
  .appln_head_tab {
    width: 100%;
  }
  .doc_topsec {
    display: flex;
  }
  .doc_upload .upload_box.upload_box_btn {
    margin-top: 0;
  }
}

@media (max-width: 600px) and (min-width: 320px) and (orientation: landscape) {
  .appln_head_tab {
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  .midwrap {
    top: -180px;
  }
  .cutout {
    height: calc(100% + 140px);
    top: -140px;
  }
  .appln_head_tab {
    width: calc(100% - 180px);
  }
}

.customClass header {
  display: none !important;
}

@media only screen and (min-device-width: 1025px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1050px;
  }
}

i.flag.im:before {
  background-position: -108px -390px;
}
.eng_score_details.eng_new_score,
.uni_arnge_hide,
.test_evdnc_hide,
.uni_arnge_new,
.test_evdnc_new {
  display: none;
}
.ui.form .fields.uni_arnge_hide,
.ui.form .fields.test_evdnc_hide {
  display: none;
}
/*-- Grading system UI changes --*/
.ui.dropdown .menu>.header {
  color: #0e347c;
}
#educationHistory .sub_prof_wrap {
  padding-top: 50px !important;
}
#educationHistory .sub_prof_wrap .sub_prf_edit_lnk {
  right: 20px;
  top: 20px;
}
#educationHistory .flex_two_col .prf_pod.field {
  flex-grow: 1;
  flex-basis: 0;
}
#educationHistory .ui.form .field .ui.calendar .ui.input {
  width: 100%;
}
.history_edit .inline .qualification_field .mr-0{
  margin-right: 0!important;
}
/* Application tile Click - Start */
.no_filter_requirement {
  display: none;
  text-align: center;
}
.app_status_wrap .req_status{
  margin: 0!important;
}
.app_status_wrap .status_box{
  border-radius: 4px;
  color:#2f3046;
  height: 38px;
}
.app_status_wrap .status_box.totalCount{
  background: #2f30462e;
  color: #2f3046;
  border-radius: 4px;
  border: 1px solid #2f3046;
}
.app_status_wrap .status_box.totalCount.active{
  border: 1px solid #2f3046;
  background:#2f3046;
  color:#fff;
}
.app_status_wrap .status_box.missing.active{
  background-color: #ffbb11;
  color: #ffffff;
}
.app_status_wrap .status_box.pending.active{
  background-color: #408dd1;
  color: #ffffff;
}
.app_status_wrap .status_box.rejected.active{
  background-color: #e96453;
  color: #ffffff;
}
.app_status_wrap .status_box.accepted.active{
  background-color: #42b87b;
  color: #ffffff;
}
.no_filter_requirement .no_rq_txt {
  font-size: 18px;
  font-weight: 600;
}
.no_filter_requirement {
  margin: 20px;
  width: 100%;
  padding-top: 15px;
}
/* Application tile Click - End */
/* Profile changes - Start */
.my_prof_wrap .tab_edit .prf_pod_title{
  display: flex!important;
}
.my_prof_wrap .profile_tab.tab_edit .field .prf_pod_title span{
  display: block;
  margin: 4px 3px -4px auto;
  color: #ff6600;
}
.two_col_pod{
  display: flex;
  width: 100%!important;
}
.two_col_pod label{
  width: 50%!important;
}
.inline .two_col_pod .ui.dropdown,.inline .two_col_pod .prf_pod_desc,.inline .two_col_pod textarea {
  width: 50%!important;
  margin-left: 15px!important;
}
.two_col_pod .ui.calendar{
  margin-left: 10px!important;
}
/* Profile changes - End */
/* Study gap - Start */
.std_gap_check{
  text-align: center;
}
.std_gap_check h3{
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.75px;
  padding-bottom: 10px;
}
.std_gap_check .btn{
  width: 151px;
  margin-left: 5px;
}
.std_gap_check_img{
  background: #DDDFE5;
  border-radius: 106px;
  width: 128px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;

}
.std_gap_check .btn-primary{
  background: #173E83;
  border-color: #173E83;
  box-shadow: none;
}
.std_gap_check .btn-primary:hover,.std_gap_check .btn-primary:active{
  background: #124db6!important;
  border-color: #124db6!important;
}
.no_study_txt{
  display: none;
}
.no_study_txt p{
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.75px;
  padding-bottom: 10px;
}
.has-study-gap-loader{
  background: #FFFFFF;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 7%);
  text-align: center;
}
.has-study-gap-loader .loader_sub_div{
  padding-top: 50px;
}
.no_study_txt p{
  font-weight: 600;
}
.no_study_txt p:nth-of-type(2){
  margin-top: 70px;
  font-size: 18px;
}
.std_gap_check_error{
  display: none;
  font-size: 16px;
  font-weight: 600;
  padding-top: 20px;
  color: #9f3a38;
}
/* Study gap - End */
/* Test score - Start */
.test_choice ul{
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  padding: 0;
  justify-content: center;
  min-height: 280px;
}
.test_choice li{
  list-style: none;
  margin-bottom: 10px;
}
.test_choice li a{
  background: #FFFFFF;
  box-shadow: 0px 14.7143px 29.4286px rgb(17 17 17 / 6%);
  border-radius: 20px;
  display: inline-block;
  padding: 11px 15px 10px;
  min-width: 300px;
  color: #4E4B66;
  font-weight: bold;
  position: relative;
}
.arrow_rgt_blue::before{
  background: url("../assets/icons/arrow-right-blue.svg") 0 0 no-repeat; 
  width: 22px;
  height: 22px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 20px;
}
.do-you-have{
  text-align: center;
  width: 310px;
  margin: 0 auto;
  padding: 10px 0;
  display: none;
}
.do-you-have a{
  font-weight: bold;
}
.add_test_text{
  text-align: center;
  display: none;
}
.add_test_text h4{
  font-size: 18px;
  padding-top: 70px!important;
}
.testCancel,.testCancel:hover{
  color: #6E7191;
  font-weight: bold;
}
.my_prof_wrap .test_choose_loader{
  position: static;
  margin: 0 auto;
  transform: none;
}
.backToTestType{
  text-align: left;
  display: block;
  font-weight: bold;
  color: #9293A5;
  padding-bottom: 20px;
}
.backToTestType:hover{
  color: #9293A5;
}
.backToTestType .chevron-left{
  height: 13px;
  background-size: 7px;
  vertical-align: middle;
  width: 10px;
  margin-top: -1px;
}
.do-you-have-error{
  font-weight: bold;
  color: #9f3a38;
  display: none;
}
.score_sub_prof_wrap {
  min-height: 280px;
}
/* Test score - End */
/*-- Other documents starts --*/
.other_document_create {
  margin-top: 35px;
}
.other_documents_container h2 {
  color: #110053;
  font-size: 24px;
  font-style: normal;
  font-weight: 300 !important;
  line-height: normal;
}
.other_documents_container p {
  color: #110053;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.other_document_list {
  background: #E3E3E3;
  padding: 18px 28px;
  display: flex;
  flex-wrap: wrap;
}
.other_document_list .doc_upload {
  width: 50%;
  padding: 0px 30px;
  margin-bottom: 0;
}
.other_document_list .doc_upload .upload_box {
  width: 100%;
  margin-top: 0;
}
.other_document_list .doc_upload:nth-last-child(1) .upload_box .doc_label,
.other_document_list .doc_upload:nth-last-child(2) .upload_box .doc_label {
  border-radius: 0 0 8px 8px;
}
.other_document_list .doc_upload:nth-child(1) .upload_box .doc_label,
.other_document_list .doc_upload:nth-child(2) .upload_box .doc_label {
  border-radius: 8px 8px 0 0;
}
.other_document_list .doc_upload .upload_box .doc_label {
  box-shadow: none;
  border: 0px;
  background: #fff;
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  width: 100%;
}
.other_document_list .doc_upload .upload_box .doc_label label {
  box-shadow: none;
  border: 0px;
  margin-bottom: 0px;
  width: 100%;
  padding: 10px 22px 10px 50px;
  color: #110053;
}
.other_document_list .doc_upload .upload_box .doc_label .ui.checkbox label:before {
  border: 1px solid #989898;
}
.other_document_list .doc_upload .upload_box .doc_label .ui.checkbox input:checked:focus~label:before {
  border-color: #989898;
}
.other_document_list .doc_upload .upload_box .doc_label label:before,
.other_document_list .doc_upload .upload_box .doc_label label:after {
  top: 10px;
  left: 16px;
}
.other_document_list .doc_upload .upload_box .doc_label .ui.checkbox {
  z-index: 99;
  width: 100%;
}
.other_document_list .doc_upload .upload_box .doc_label .ui.checkbox.disabled {
  pointer-events: none;
}
.other_document_list .doc_upload .upload_box .doc_label .ui.checkbox input {
  top: 10px;
  left: 16px;
}
.btn_div {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  margin-left: auto;
}
.other_document_create .btn.disabled {
  pointer-events: none;
  opacity: .5;
}
/*-- Other documents ends --*/

.stu_dec_check_wrap h2 {
  font-weight: 500 !important;
  font-size: 28px;
  color: #515151 !important;
  margin-bottom: 5px;
}
.stu_dec_check_wrap p {
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 16px;
  color: #000000B2 !important;
}
.checkboxwrapper{
  min-width: 3rem;
  display: flex;
  align-items: start;
  justify-content: end;
}
.stu_dec_profile_wrap .checkbox {
  width: 20px;
  height: 19px;
  accent-color: #715ae6;
}
.stu_dec_profile_wrap .checkbox:checked {
  background-color: #715ae6;
  border-color: #715ae6;
}
.stu_dec_point p,
.bullet_point {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: #2E2E2E;
  text-align: justify;
}
.stu_dec_point ul {
  padding-left: 50px !important;
}
.stu_dec_info input {
  font-size: 13px !important;
  font-weight: 400;
  line-height: 16px !important;
  letter-spacing: 0em;
  text-align: left;
  color: #2E2E2E !important;
}
.country_code{
  background: #fff;
  border: 1px solid rgba(34, 36, 38, .15);
  border-radius: 0.28571429rem 0 0 0.28571429rem;
  padding: 0.28571429rem;
  font-size: 13px !important;
  font-weight: 400;
  line-height: 16px !important;
  letter-spacing: 0em;
  text-align: left;
  color: #2E2E2E !important;
  border-right: 0;
  opacity: 0.45;
  margin-right: -1px;
  z-index: 1;
}
.stu_dec_info #mobile{
  border-radius: 0 0.28571429rem 0.28571429rem 0;
}
.declr_line{
  width: 100%;
  height: 0px;
  border:1.8px solid #F5F5F5;
}
.stu_dec_info{
  padding: 16px 20px;
  border-width: 0px 0px 0px 2px;
  border-style: solid;
  background-color: #EBE8FF;
  border-left: 2px solid #715AE6;
}
.stu_dec_info.stu_dec_success{
  background-color: #fff;
  border-left:0;
  border: 1px solid #E5E5F0;
}
.stu_dec_info h4{
  color: #515151;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.stu_dec_info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  color: #2E2E2E;
} 
.stu_dec_info label {
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #2E2E2E !important;
}
.main_sign_wrapper{
  gap: 0.5rem
}
.dotted-line { 
  border-bottom: 1.5px dotted #1F1267;
  padding-top: 5px;
}
.signed_date {
  margin-top: 10px !important;
  display: none !important;
}
.display-block-important {
  display: block !important;
}
.stu_signature{
  font-family: "Playlist";
  font-size: 25px !important;
  font-weight: 400 !important;
  text-align: center;
  color: #2E2E2E !important;
  line-height: 32px !important;
  margin-top: 5px;
}
.declr_signature{
  width: 22rem;
}
.declr_pro_btn{
  padding: 12px 24px 12px 24px;
  border-radius: 4px;
  background-color: #715AE6;
  margin-top: 15px;
  color:#FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
}
.declr_pro_btn:hover {
  color:#FFFFFF;
}
@media (max-width: 768px) {
  .declr_signature{
    flex-direction: row !important;
    align-items:end;
    column-gap: 7rem;
    width: 0rem;
  }
  .declr_pro_btn{
    margin-top: 0;
  }
  .signed_date {
    margin-top: 15px;
  }
}

.existing_user_info_note {
  font-size: 12px;
  font-weight: 500 !important;
}
/*-- Error message fixes starts --*/
.country_code_field {
  position: relative;
}
.country_code_field .field .pointing.prompt {
  display: none;
}
/* .country_code_field .field.error .pointing.prompt {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  border: 0 !important;
  background: transparent !important;
  color: #9f3a38;
  font-weight: 500;
  font-size: 1rem;
}
.country_code_field .field.error .pointing.prompt:before {
  display: none;
} */

/*-- Error message fixes ends --*/

.application_info{
  background-color: #F0C005;
  gap: 8px;
  border-radius: 8px;
  padding: 8px 9px 8px 9px; 
}
.toggle_icon{
  cursor: pointer
}
.application_info p{
  font-weight: 400;
  font-size: 13px;
  line-height: 16.38px;
}
.application_info span{
  color: #D34058;
}
.application_info a {
  font-weight: 700;
  text-decoration: underline;
  color:black;
}
.app_hold{
  background-color: #F0C005;
  color: #D34058;
  border-radius: 2px;
  padding: 0 6px; 
  font-size: 10px;
  font-weight: 600;
  margin-left: 5px;
}
.app_hold_deatil {
  width: 98%;
  height: fit-content;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #BEBDDA;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); 
  background-color: #FFFFFF;
  margin: auto;
}
.submit_counsellor {
  padding: 7px 16px; 
  border-radius: 999px;
  background-color: #715AE6;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #FAFAFA;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}
.submit_counsellor:hover {
  cursor: pointer;
  color: #FAFAFA;
}
.app_collapse_info {
  font-size: 16px;
  font-weight: 600;
  color: #474747;
}
.app_hold_deadline {
  font-family: Outfit;
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0em;
  text-align: left;
  color: #474747;
  margin-bottom: 1px;
}
.app_hold_date {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #474747;
}
.app_hold_doc_info{
  background-color: #F2F2F2;
  height: fit-content; 
  padding: 12px 16px; 
  border-radius: 4px;
  border-width: 0px 0px 0px 2px;
  border-left: 2px solid #715AE6;
  margin-top: 5px;
}
.app_hold_doc_info_heading{
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #715AE6;
  margin-bottom: 2px;
}
.missing_info{
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #474747;
  padding-left: 15px;
}
.refence{
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #474747;
}
.hold_modal_heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #474747;
}
.app_hold_confirm{
  width: 107px;
  background-color: #715AE6;
  color: #FAFAFA;
  height: 32px;
  border-radius: 999px;
}
.app_hold_confirm:hover {
  cursor: pointer;
  color: #FAFAFA;
}
.declr{
  color: #474747;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}
.appHoldLoaderwrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  padding: 40px 24px 40px 24px;
}
.appHoldLoaderwrap h2 {
  font-weight: 600 !important;
  font-size: 22px;
  line-height: 36px;
  color: #2f3046;
  padding: 25px 100px 0;
}
.appHoldLoaderwrap p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #474747;
}
.appHoldSuccess {
  position: relative;
  pointer-events: auto;
}
.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .mb-col,.confirm_modal_button{
    flex-direction: column;
    align-items:start;
    gap:1rem
  }
  .app_hold {
    margin-top: 23px;
    margin-left: -166px;
  }
  .app_collapse_info {
    font-size: 13px;
  }
  .submit_req{
    width: 100%;
  }
  .submit_counsellor{
    width: 100%;
    margin-bottom: 5px;
  }
  .declr{
    margin-bottom: 0px
  }
}
/* Account deletion from play store start  */
.dlt_acc_bg {
  background-color: #F7F7F7;
}
.dlt_acc_main_container {
  min-width: 100%;
  min-height: 100vh;
  padding: 40px 0px 0px 0px;
}
#logo_container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 8rem;
}
#logo_container svg {
  padding-top: 6px;
}
.dlt_acc_form {
  padding: 15px;
}
.dlt_acc_form p {
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.68px;
}
.dlt_acc_form .ui.form .fields {
  flex-wrap: nowrap;
}
.dlt_acc_form label {
  color: #818181 !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 20px;
}
.dlt_acc_form input {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1) !important;
  border-radius: 8px !important;
  border: 1px solid transparent !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 20.16px !important;
  color: #2e2e2e !important;
}
.dlt_phone_code .dropdown .icon{
  margin: 0 !important;
  padding: 0 !important;
  width: 10px !important;
  float: right !important;
  right: 30px !important;
  top: 15px !important;
}
.dlt_phone_code {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1) !important;
  border-radius: 8px !important;
  border: 1px solid transparent !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 20.16px !important;
  color: #2e2e2e !important;
}
.dlt_phone_code .ui.selection.dropdown {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1) !important;
  min-width: 9rem;
  border: none;
  border-radius: 8px 0 0 8px;
}
.dropdown.disabled {
  opacity: 0.45;
}
.dlt_phone_code input {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.dlt_acc_error_info {
  padding: 8px 10px;
  border-radius: 8px;
  background-color: #EBE8FF;
  gap: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dlt_acc_error_info p {
  font-size: 13px;
  font-weight: 400;
  line-height: 16.38px;
  color: #2E2E2E;
}
.dlt_acc_submit_verification {
  padding: 10px 24px 10px 24px;
  border-radius: 8px;
  background-color: #715AE6;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
}
.otp_verification_wrapper {
  padding-left: 15px;
  padding-right: 15px;
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
.otp_border {
  border: 1px solid #E5E5F0;
}
.dlt_acc_confirm {
  padding: 10px 24px 10px 24px;
  border-radius: 8px;
  opacity: 0.2 !important;
  background-color: #F50000;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  letter-spacing: -0.01em;
}
.dlt_acc_submit_verification:hover,
.dlt_acc_confirm:hover {
  color: #FFFFFF;
}
.dlt_confirm_op {
  opacity: 1 !important;
}
.otp_input_group .ui.form {
  gap: 0.5rem;
}
.dlt_otp_input {
  padding: 15px !important;
  border-radius: 8px !important;
  border: 1px solid #E5E5F0 !important;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1) !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 20.16px !important;
  text-align: center;
  color: #2E2E2E !important;
}
.go_to_acc,
.dlt_resend_otp {
  background-color: #715AE6;
  color: #FFFFFF;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  letter-spacing: -0.01em;
  display: none;
  cursor: pointer;
}
.dlt_otp_sent_msg,
.dlt_otp_resend_msg {
  color: #3A3A3A;
  font-size: 18px;
  line-height: 22.68px;
}
.dlt_otp_validation_msg,
.dlt_otp_sent_msg {
  font-weight: 400;
}
.dlt_otp_resend_msg,
.dlt_otp_sent_msg span {
  font-weight: 600;
}
.dlt_otp_validation_msg {
  font-weight: 400;
  line-height: 20.16px;
  text-align: center;
  color: #2E2E2E;
  font-size: 16px;
}
.dlt_acc_footer {
  padding: 0px 15px 0px 15px;
  margin-top: auto;
}
.dlt_acc_footer p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.64px;
  color: #3A3A3A;
}
.dlt_acc_footer p a {
  color: #715AE6;
  font-weight: 700;
  cursor: pointer;
}
/* thank you star  */
.dlt_acc_main_thank {
  min-width: 100%;
  min-height: 100vh;
  padding: 40px 0px 0px 0px;
}
.dlt_acc_thank_msg{
  padding: 0px 27px 0 26px;
}
.dlt_acc_thank_msg h5{
  font-size: 28px;
  line-height: 35.28px;
  color: #3A3A3A;
}
.dlt_acc_thank_msg p{
  font-size: 18px;
  font-weight: 400;
  line-height: 22.68px;
  color: #3A3A3A;
  margin-top: 10px;
}
.dlt_privacy {
  gap: 1rem;
  padding: 10px 24px 10px 24px;
  border-radius: 8px;
  background-color: #FFFFFF;
  color:  #110053;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.68px;
  box-shadow: 2px 2px 24px 2px #0000000F;
  border: 1px solid #E5E5F0;
  cursor: pointer;
}
.container_account_deletion_privacy{
  padding: 25px;
  min-width: 100%;
  min-height: 100vh; 
  overflow-y: auto;
}
.account_deletion_privacy_backarrow {
  cursor: pointer;
}
.account_deletion_privacy_backarrow p {
  color: #3A3A3A;
  font-size: 20px;
  font-weight: 600;
  line-height: 25.2px;
  margin-left: 5px;
}
.acc_dlt_privacy_content li,
.acc_dlt_privacy_content p {
  color:  #3A3A3AE5;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
} 
.uses_of_personal_data,
.collection_personal_data {
  background-color: #FFFFFF;
  padding: 16px 16px 24px 16px;
  gap: 8px;
  border-radius: 8px 0px 0px 0px;
  box-shadow: 0px 4px 8px 0px #00000014;
}
.acc_dlt_privacy_content h4,
.acc_dlt_privacy_content h3,
.acc_dlt_privacy_content h2 {
  color: #3A3A3A;
  line-height: 25.2px;
}
/* Account deletion from play store start  */