@font-face {
  font-family: Rob-norm;
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
  font-weight: normal;
}

@font-face {
  font-family: Rob-med;
  src: url(../fonts/Roboto/Roboto-Medium.ttf);
}

@font-face {
  font-family: Rob-bold;
  src: url(../fonts/Roboto/Roboto-Bold.ttf);
}

@font-face {
  font-family: Pop-extralight;
  src: url(../fonts/Poppins/Poppins-ExtraLight.ttf);
}

@font-face {
  font-family: Pop-light;
  src: url(../fonts/Poppins/Poppins-Light.ttf);
}

@font-face {
  font-family: Pop-normal;
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
  font-family: Pop-medium;
  src: url(../fonts/Poppins/Poppins-Medium.ttf);
}

@font-face {
  font-family: Pop-semibold;
  src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: Pop-bold;
  src: url(../fonts/Poppins/Poppins-Bold.ttf);
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  background-color: #ddd;
  font-family: Pop-normal;
}

html {
  font-size: 62.5%;
}

p {
  font-size: 15px;
  line-height: 2.8rem;
  font-family: Pop-normal;
}

::placeholder {
  font-family: Pop-normal;
}

a {
  transition: all 0.3s ease;
}

a:hover {
  color: #20776E !important;
}

/* Font Style */
.main-heding {
  color: #dddd;
}

.subheading {
  color: #dddd;
}

.paragraph {
  color: #dddd;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* form overlay */
.form_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  display: none;
}

.form_overlay.active {
  display: block;
}

/* Log in page style start */
.login {
  position: relative;
  padding: 0 6rem 0 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /*overflow-y: hidden; */
}

.login::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(133, 197, 188);
  background: linear-gradient(90deg, rgba(133, 197, 188, 1) 26%, rgba(32, 119, 110, 1) 67%);
  z-index: -1;
}

.mainlogin-wrap {
  border: solid 4px #ffffff;
  border-radius: 4.2rem;
  padding: 5rem 0px 1rem 0px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 5.6rem #227d7333;
  background:#ffffff ;
}

.mainlogin-wrap::before {
  content: " ";
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(32, 119, 110);
  background: linear-gradient(180deg, rgba(32, 119, 110, 1) 29%, rgba(45, 157, 141, 1) 88%);
}

.mainlogin-wrap::after {
  content: " ";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #FFFFFF;
}

.login h3 {
  font-size: 2.1rem;
  color: #ffffff;
  line-height: 4.2rem;
  margin-top: 2.8rem;
  font-family: Pop-medium;
  text-transform: uppercase;
}

.login p {
  color: #ffffff;
  font-size: 15px;
  font-family: Pop-light;
}

.login-info {
  text-align: center;
  padding: 0 5% !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 50px !important;
}

.login-info figure {
  margin: 0 0 4.8rem;
}

.login-info figure+h3+p {
  margin-bottom: 5rem;
  font-family: Pop-extralight;
}

.login-info img {
  max-width: 228px;
  width: 100%;
}

.login-form {
  position: relative;
  z-index: 1;
}

.login-form ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0.5rem;
}

.login-form li {
  list-style: none;
}

.login-form li>img {
  margin-right: 0.4rem;
  width: 38px;
  object-fit: contain;
  vertical-align: inherit;
}

.login-form li span {
  font-size: 3.6rem;
  line-height: 4.5rem;
  vertical-align: bottom;
  letter-spacing: 0;
}

.login-form li figure img {
  width: 125px;
}

.login-form {
  padding: 0 10% !important;
}

.login-form .form-field {
  display: flex;
  flex-direction: column;
}

.login-form .form-field label {
  letter-spacing: 0;
  font-size: 14px;
  margin-bottom: 0.7rem;
  color: #000;

}

.login-form-top h3 {
  color: #000000;
  font-size: 1.7rem;
  line-height: 2rem;
  font-family: Pop-medium;
  margin-top: 0.3rem;
  margin-bottom: 3rem;
  text-transform: capitalize;
}

.login-form li:nth-child(2) {
  padding-left: 6.4rem;
}

.form-outline label,
.login-form-top li {
  width: 100%;
}

.login-form .form-field input,.profile_10 .main_con input {
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  background: #ffffff;
  outline: 0;
  height: 44px;
  border-radius: 6px;
  font-family: Pop-normal;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  color: #010D0A;
  margin-bottom: 1.5rem;
/*   opacity: 0.4; */
}

.register-link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 4rem;
}

.register-link span {
  color: #BF2424;
  font-size: 14px;
}

.register-link a {
  font-size: 14px;
  line-height: 2.5rem;
  color: #20776E;
}

a.login-btn {
  background: #F6AB39;
  border-radius: 6px;
  padding: 1.2rem 0px;
  display: block;
  text-align: center;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}

.login-btn input,.profile_10 .btn-submit button {
  background: #F6AB39;
  border-radius: 6px;
  padding: 12px 0px;
  width: 100%;
  border: 0;
  display: block;
  text-align: center;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 15px;
  line-height: 2.5rem;
  font-family: Pop-medium;
 /*  text-transform: uppercase; */
} 

p.divider {
  text-align: center;
  color: #000;
  position: relative;
  margin-top: 15px;
}

p.divider span {
  position: relative;
  color: #010D0A;
  font-size: 16px;
  line-height: 2.5rem;
}

p.divider span::before {
  content: " ";
  width: 2rem;
  height: 1px;
  background: #d2d2d2;
  position: absolute;
  left: -31px;
  top: 13;
}

p.divider span::after {
  content: " ";
  width: 2rem;
  height: 1px;
  background: #d2d2d2;
  position: absolute;
  right: -29px;
  top: 13px;
}

.otp-btn {
  text-align: center;
}

p.otp-btn {
  font-weight: 600;
}

.otp-btn a {
  background: transparent;
  border-radius: 6px;
  padding: 0.9rem 1.7rem;
  text-align: center;
  color: #080808 !important;
  text-decoration: none;
  font-size: 14px;
  line-height: 2.5rem;
  display: inline-block;
  box-shadow: 0px 0px 7px #0000001A;
  border-radius: 6px;
  margin: 0px auto;
}

.login .footer-info {
  margin-top: 4.2rem;
}

.footer-info p,
.footer-info span {
  text-align: center;
}

.footer-info p {
  font-size: 9px;
  line-height: 1rem;
  font-family: Pop-normal;
  color: #010D0A;
}

.footer-info p img {
  width: 60px;
  vertical-align: baseline;
  object-fit: contain;
}

.footer-info span {
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-main-image {
  margin: 4rem 0px 3rem 0px;
}

.loginslider {
  list-style: none;
  margin: 5rem 0px;
}

ul.text-center.log-in-2 li {
  width: 100%;
}

.log-in-2 img {
  max-width: 112px;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.login-form a {
  color: #20776E;
}

.login-form-top h3 span {
  font-size: 14px;
  text-transform: capitalize;
}

.enter-otp ul {
  margin-bottom: 1.5rem;
}

.enter-otp h4 {
  font-family: Pop-semibold;
  margin-bottom: 1.5rem;
}

.enter-otp h4 span {
  font-size: 13px;
  font-family: Pop-medium;
  margin-left: 5px;
}

.otp-info {
  font-size: 15px;
  line-height: 2.2rem;
  color: #010D0A;
}

.otp-info p,
.otp-info ul li {
  font-size: 14px;
  line-height: 27px;
  color: #818181;
  font-family: 'Pop-normal';
}

.otp-info p span {
  color: #010D0A;
  font-family: Pop-medium;
}

input[type="password"]+img,
input[type="text"]+img,
input[type="number"]+img {
  position: absolute;
  right: 16px;
  top: 4.3rem;
  width: 22px;
  cursor: pointer;
}

.forgot-password .ragister-link {
  flex-direction: row-reverse;
}

.forgot-password .otp-info ul {
  display: block;
  text-align: left;
}

.forgot-password li:nth-child(2) {
  padding-left: 0;
}

.otp-info h4 {
  font-size: 1.5rem;
  color: #010D0A;
  font-family: Pop-medium;
  line-height: 27px;
}

.ragister-link.time a:nth-child(1) {
  color: #BF2424;
  text-decoration: none;
}

.ragister-link.time a:nth-child(1):hover {
  color: #BF2424 !important;
}

/* slick Slider */
.login-info .loginslider img {
  width: 100%;
}

ul.loginslider {
  padding-left: 1.5rem;
}

.loginslider .slick-initialized .slick-slide {
  display: block;
}

.loginslider .slick-slide.slick-current.slick-active {
  opacity: 1 !important;
  z-index: 2 !important;
  position: relative !important;
}

.loginslider .slick-slide .slick-active {
  z-index: 1;
  position: relative;
}

.loginslider .slick-slide {
  opacity: 0.5;
  margin-left: -3rem;
}

.loginslider .slick-dots {
  bottom: -5rem;
}

.slick-dots li:last-child {
  opacity: 0;
}

li.slick-slide.slick-cloned.slick-active {
  opacity: 0.5 !important;
}

li.slick-slide.slick-cloned {
  z-index: -1111111;
  position: relative;
  opacity: 0 !important;
}

.loginslider .slick-dots li button::before {
  height: 4px !important;
  margin-top: 3rem;
  margin: 12px 1px !important;
  border-radius: 3px !important;
  border: 0 !important;
  background: #186F63;

  width: 13px !important;
  opacity: 1 !important;
}

.loginslider .slick-dots li.slick-active button::before {
  background: #ffffff;
  width: 24px !important;
}

.loginslider .slick-dots li.slick-active {
  width: 24px !important;
}

.loginslider .slick-dots li {
  width: 13px !important;
  height: 2rem;
  margin: 0 3 !important
}

.slick-dots li button::before {
  color: transparent !important;
}

.slick-slide.slick-active {
  opacity: 0.5 !important;
}

.slick-slide {
  opacity: 0 !important;
}

.slick-list {
  overflow: visible !important;
  padding-left: 12px !important;
}

/* Log in page style end */
/* chethan */
.main-div {
  background: #F5F8F7;
  height: 100vh;
  padding: 20px;
  overflow: hidden;
}

.main-div .row {
  height: 100%;
}

.first-row {
  padding: 40px 20px 20px 20px;
  height: 100%;
  background: linear-gradient(180deg, rgba(45, 157, 141, 1) 50%, rgba(32, 119, 110, 1) 83%);
  border-radius: 30px 0 0 30px;
}

.first-row .logo-main {
  width: 90%;
}

.first-row h2 {
  color: #fff;
  font-size: 22px;
}

.first-row p {
  color: #ffffffce;
  font-size: 14px;
  line-height: 20px;
}

.first-row .text-div {
  position: relative;
  top: 30%;
}

.second-row .verfication-div {
  width: 70%;
  position: relative;
  top: 18%;
  height: 90%;
  padding-left: 10%;
}

#code {
  width: 40%;
}

.main-div .second-row {
  /* padding-left: 10%; */
}

.main-div .submit-div {
  padding-top: 20px;
  height: 10%;
}

input::placeholder {
  font: 14px sans-serif;
}

.footer-text p {
  font-size: 12px;
  text-align: center;
  line-height: 10px;
}

a.login-btn.mobile-view {
  display: none;
}


/* ends */
/* Login Three*/
.login3 {
  position: relative;
  padding: 0 6rem 0 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /*overflow-y: hidden; */
}

.login3::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(133, 197, 188);
  background: linear-gradient(90deg, rgba(133, 197, 188, 1) 26%, rgba(32, 119, 110, 1) 67%);
  z-index: -1;
}

.mainlogin3-wrap {
  border-radius: 42px;
  padding: 30px 0px 10px 0px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 50px #227d7333;
  width: 50%;
}

.mainlogin3-wrap::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFFFFF;
}

.mainlogin3-wrap p.otp-btn {
  margin: 27px 0px !important;
}

/* Login Three*/
/* Thank You Page */
.thank-you {
  background: #cdd3d2;
  padding: 0px 200px;
}

.thank-you-wrap {
  background: rgb(45, 157, 141);
  background: linear-gradient(357deg, rgba(45, 157, 141, 1) 29%, rgba(32, 119, 110, 1) 67%);
  margin: 60px;
  padding: 30px 30px 50px 30px;
  border-radius: 39px;
  box-shadow: 0px 3px 15px #3030303b;
  transform: rotate(-2deg);
  position: relative;
}

.thank-you-wrap-sub-contailner {
  border-radius: 39px;
  border: solid 1.5px #ffffff;
  padding: 30px;
  position: relative;
  padding: 74px 0px 116px 0px;
}

.thank-you-wrap-sub-contailner:after {
  position: absolute;
  border: solid 1px #ffff;
  width: 100%;
  content: " ";
  left: 0;
  height: 100%;
  border-radius: 39px;
  top: 7px;
  transform: rotate(-2deg);
  z-index: -1;
}

.thanks-content {
  text-align: center;
  color: #fff;
  transform: rotate(1deg);
}

.thanks-content h2 {
  font-size: 32px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: 1.47px;
}

.thanks-content h3 {
  font-size: 23px;
  line-height: 52px;
  font-weight: 600;
  letter-spacing: 0.92px;
}

.thanks-content p {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.62px;
}

.thank-img {
  position: absolute;
  right: -174px;
  transform: rotate(2deg);
  z-index: 1;
  bottom: -199px
}

.thank-img img {
  width: 85%;
}

.cont-btn {
  margin-top: 80px
}

.cont-btn a {
  background: #f6ab39;
  padding: 18px 45px;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
.cont-btn a:hover {
  color: #fff !important;
}

.close span {
  position: relative;
}

.close span {
  position: absolute;
  top: -38px;
  right: 70px;
}

/* Thank You Page */

/* slider */
.swiper-slide {
  opacity: 0.5;
  z-index: 1;
}

.swiper-slide-active {
  opacity: 1;
  z-index: 2;
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}

.swiper {
  height: 240px;
  margin-top: 40px;
}

.swiper-pagination {
  margin-top: 50px !important;
  top: 170px;
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 4px !important;
  display: inline-block;
  border-radius: 10px !important;
}

.swiper-pagination-bullet-active {
  width: 20px !important;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: flat !important;
}

.swiper-slide-duplicate-prev {
  opacity: 0 !important;
}

/* main header css start */
.main_header {
  border-radius: 14px;
  background-color: #fff;
  padding: 0 1.3rem 0 2.2rem;
  height: 8.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.9rem;
}

.main_header .logo {
  width: 41px;
  height: 41px;
}

.main_header .logo img {
  width: 100%;
  height: 100%;
}

.main_header h4 {
  font-size: 1.7rem;
  font-family: Pop-medium;
  margin-bottom: 0;
  transform: translateX(41%);
}

.main_header .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 67% 33%;
  grid-template-columns: 67% 33%;
  grid-gap: 5px;
}

.main_header .grid .grid1 {
  text-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main_header .grid .grid1 h6 {
  font-size: 1.4rem;
  line-height: 2.5rem;
  margin-bottom: 0.65rem;
  color: #010D0A;
  font-family: Pop-medium;
  margin-bottom: 0.4rem;
}

.main_header .grid .grid1 p {
  margin: 0;
  line-height: 1rem;
  font-size: 13px;
  color: #879290;
}

.main_header .grid .grid2 .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main_header .grid .grid2 .profile img {
  width: 65%;
}
/* main header css end */

/* waiting lounge css start */
.wat-lo-bg {
  background-color: #EAF2EE;
  position: relative;
}


/* .wat-lo-bg:after {
  width: 95%;
  height: 20px;
  content: " ";
  position: absolute;
  background: #2c998a;
  
  left: 2.5%;
  bottom: 40px;
  border-radius: 0 0px 16px 16px;
} */


.lounge {
  width: 100%;
  min-height: 100vh;
  background-color: #EAF2EE;
  padding: 3rem 3rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

.lounge .main_div {
  background: transparent linear-gradient(358deg, #2D9D8D 0%, #20776E 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  border-radius: 1.8rem;


}

.waiting-lounge {
  padding: 3rem 3rem 1.5rem;
  color: #ffffff;
}

.waiting-lounge h3 {
  font-size: 2rem;
  line-height: 3.4rem;
  font-family: Pop-semibold;
}

.waiting-lounge h4 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-family: Rob-med;
}

.waiting-lounge p {
  line-height: 2.2rem;
  font-size: 15px;
  font-family: Pop-light;
}

.waiting-lounge h3 span {
  margin-right: 5px;
  vertical-align: text-bottom;
}

.test-info-box {
  border: solid 0.1rem;
  border-radius: 0 0 1.8rem 1.8rem;
  overflow: hidden;
  width: 90%;
  margin-bottom: 3.4rem;
  border-top: 0 !important;
}


ul.test-info-head {
  background: #fff;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.4rem;
  margin-bottom: 0;
  margin-top: 33px;
  width: 90%;
  border-radius: 1.8rem 1.8rem 0 0;
}

.test-info-head li:last-child {
  text-align: right;
}

.test-info-head li {
  width: 50%;
  list-style: none;
}

.test-info-head li:first-child {
  font-size: 1.8rem;
  font-family: Rob-med;
  line-height: 2.9rem;
}

.test-info-head li:last-child {
  font-size: 1.8rem;
  color: #0F2046;
  font-family: Pop-normal;
  line-height: 3.8rem;
}

.test-info-head li:last-child span {
  color: #E21D1D;
  font-size: 2.1rem;
  line-height: 3.8rem;
  font-family: Pop-semibold;
  vertical-align: bottom;
}

.waiting-louge-left {
  margin-bottom: 0rem;
}

.waiting-louge-left::-webkit-scrollbar {
  display: none;
}

ul.info-text {
  padding: 2rem 2.4rem 1rem;
  margin-bottom: 0;
}
ul.info-text .left,ul.info-text .right{
  margin-bottom: 0.5rem;
}
ul.info-text .left p {
  font-family: Pop-light;
}

ul.info-text .right p {
  text-align: left;
  font-size: 1.5rem;
  font-family: Rob-med;
}

ul.info-text li:not(:last-child) {
  margin-bottom: 0.9rem;
}

ul.wl-instructions {
  margin-top: 2rem;
  padding-left: 0;
}

.wl-instructions li {
  list-style: none;
  font-size: 1.4rem;
  list-style: none;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.7rem;
}

.wl-instructions li {
  position: relative;
}

.wl-instructions li:before {
  content: " ";
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/check-mark.png) no-repeat scroll;
  background-size: 100%;
  left: 0;
  top: 0.15rem;
  border-radius: 50%;
  font: normal normal normal 14px/1 FontAwesome;

}

.waiting-img {
  text-align: center;
}

.waiting-img img {
  max-width: 54%;
  width: 100%;
  object-fit: contain;
}

ul.proceed-btns {
  display: flex;
  align-items: center;
  margin-top: 5rem;
  justify-content: flex-end;
}


ul.proceed-btns li {
  width: 59%;
  text-align: center;
  list-style: none;
}


ul.proceed-btns li a {
  color: #ffffff;
  text-decoration: none;
}

.waiting-louge-right {
  position: sticky;
  top: 0%;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

ul.proceed-btns li:first-child {
  background: #f6ab39;
  padding: 1.2rem 1.4rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-radius: 0.6rem;
  width: 25%;
  margin: 0px 5px 0px 10px;
}


ul.proceed-btns li:last-child {
  margin-left: -7%;
  font-size: 1.5rem;
  line-height: 2.7rem;
  position: relative;
}

ul.proceed-btns li:last-child i {
  margin-left: 6px;
}

.standard-inst-wrap {
  padding-right: 10px;
}

.standard-inst-wrap ul {
  max-height: 22vh !IMPORTANT;
  overflow: auto;
}


/* ===== Scrollbar CSS ===== */






/* Firefox */
.standard-inst-wrap ul {
  scrollbar-width: auto;
  scrollbar-color: #1db7c2 #ffffff;
}

/* Chrome, Edge, and Safari */
.standard-inst-wrap ul::-webkit-scrollbar {
  width: 4px;
}

.standard-inst-wrap ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.08);
}

.standard-inst-wrap ul::-webkit-scrollbar-thumb {
  background-color: #1db7c2;
  border-radius: 10px;
  /* border: 3px solid #ffffff; */
}


/* waiting lounge css end */

/* System Diagnosis start */

.left-syst-dia li {
  border-radius: 9px;
  padding: 1.8rem 3.5rem 1.8rem 3.9rem;
  margin-bottom: 21px;
  list-style: none;
  font-family: Pop-medium;
  font-size: 1.5rem;
  color: #20776E;
  line-height: 2rem;
  width: 79%;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s ease;
}

.left-syst-dia li.active {
  background: #DAEDEB;
  opacity: 1;
  transition: all 0.3s ease;
}

.left-syst-dia li span {
  margin-left: -17px;
  margin-right: 10px;
}

.system-diagno-img {
  height: auto;
  position: absolute;
  top: -84px;
}

.system-diagno-img img {
  width: 100%;
}

.diagnosis-box {
  background: #ffffff;
  border-radius: 1.6rem;
  padding: 2.4rem;
  margin-top: 2.2rem;
}

.sd-top-icon {
  position: relative;
}

.sd-top-icon:after {
  content: " ";
  position: absolute;
  width: 47%;
  height: 5px;
  border-bottom: dotted 3px #dddddd;
  color: #D1DFDF;
  right: -62px;
  top: 8px;
  background-repeat: no-repeat;
  background-size: contain;
}

.sd-top-icon.active-line:after {
  content: " ";
  position: absolute;
  width: 47%;
  height: 5px;
  right: -62px;
  top: 8px;
  background: url(/assets/images/doted-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}





.col-6.col-md-3:last-child .sd-top-icon:after {
  display: none;
}

.sd-top-icon img {
  width: 8%;
}

.diagnosis-box-wrap {
  margin-top: 50px;
  padding-bottom: 100px;
}

.diagnosis-box .icon {
  margin-bottom: 2rem;
  height: 21.69px;
}

.diagnosis-box img {
  width: 9%;
}

.system-diagno-banner-wrap {
  margin-bottom: 0 !important;
}

.selection .main_div .middle_div .div1.system-diagno-banner {
  padding: 4.82rem 3.4rem 4.82rem;
}

.system-diagno-banner h5 {
  margin-left: 5rem;
  font-size: 2.5rem !important;
  line-height: 3.9rem !important;
}

.system-diagno-banner {
  margin-top: 50px;
}

.system-diagno-banner a {
  background: #f6ab39;
  color: #ffffff;
  text-decoration: none;
  padding: 1.4rem 2.2rem;
  border-radius: 0.5rem;
  font-family: Rob-norm;

}

.tick-icon img {
  width: 7%;
  margin-left: 2px;
}

.diagnosis-box h4 {
  color: #0A2F2A;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: Pop-medium;
  margin-bottom: 1rem;
}

.diagnosis-box p {
  color: #20776E;
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: Pop-normal;
  margin-bottom: 0;
}

h5.sd-banner-heading span {
  font-style: italic;
  font-family: Pop-light;
  margin-right: 4px;
}

/*show hide*/


#camera {
  display: none;
}

/*show hide*


/*======== System check  - Camera =========*/

.camera-screen img {
  width: 100%;
}

.face-cam-btn {
  margin-top: 25px;
}

.face-cam-btn a {
  background: #ddd;
  text-decoration: none;
  color: #010101;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}

.diagnosis-box abbr {
  float: right;
}

.diagnosis-box abbr a {
  color: #ffffff;
  text-decoration: none;
  padding: 0.6rem 0.8rem;
  border-radius: 0.5rem;
  font-family: Rob-norm;
  font-size: 1.2rem;
}

.diagnosis-box abbr.inprogress a {
  background: #f6ab39;
}

.diagnosis-box abbr.pending a {
  background: #a4b5b3;
}

.diagnosis-box abbr.completed a {
  background: #198754;
}



/*======== System check  - Camera =========*/

/*======== System check  - Internet =========*/
.bot-large-img img {
  width: 80%;
  margin-bottom: -24px;
}

.bot-large-img {
  text-align: center;
  margin-top: 10px;
}

/*======== System check  - Internet =========*/

/*  System Diagnosis css end */

/*  Approver css Start */

.approver-section,.profile-section{
  padding: 3rem;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #EAF2EE;
}
.approver {
  width: 80%;
}

.candidate-detail li {
  list-style: none;
  margin-bottom: 1rem;
  font-size: 14px;
  word-spacing: 1px;
  letter-spacing: 0;
}

.candidate-detail ul,
.candidate-detail ul li:last-child {
  margin-bottom: 0;
}

.candidate-detail {
  background: #cbdfda;
  color: #6E6E6E;
  border-radius: 0.7rem;
  padding: 1.5rem 2.5rem;
  font-size: 1.4rem;
  line-height: 2.7rem;
  font-family: Pop-normal;
}
.candidate-detail li h6{
  font-size: 14px;
  font-family: Pop-medium;
  color: #000;
  margin-bottom: 1.6rem;
}
.candidate-detail li label{
  color: #000;
  font-family: Pop-normal;
}

.candidate-detail span {
  color: #000000;
}

.candidate-photo figure img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}

.candidate-photo-bg figure {
  text-align: center;
}

.candidate-photo-bg {
  padding: 6% 10% 7% 10%;
  background: #fff;
  border-radius: 2rem;
  position: relative;
}

.candidate-photo-bg h4 {
  color: #000000;
  font-size: 1.8rem;
  line-height: 3.5rem;
  margin-bottom: 0.6rem;
  font-family: Pop-normal;
}

.candidate-photo {
  margin-top: 26px;
}

.form-wrap {
  margin-top: 5rem;
}

.form-wrap li h4{
  margin-bottom: 0.9rem;
}

ul.form-field {
  padding-left: 0;
}

.form-field li {
  list-style: none;
  margin-bottom: 2rem;
}

.form-field select#template {
  width: 100%;
  padding: 10px;
}

.form-field input[type="textarea"] {
  width: 100%;
  padding: 10px;
  height: 150px;
}

.form-field label {
  font-size: 1.5rem;
  line-height: 2.7rem;
  color: #010D0A;
  /* margin-bottom: 0.8rem; */
  font-family: Pop-normal;
}

.form-wrap ul.btn {
  list-style: none;
  text-align: left;
  width: 100%;
  margin-top: 20px;
}

.form-wrap ul.btn a {
  background-color: #d2d2d2;
  text-align: center;
  color: #fff;
  padding: 1.2rem 2.3rem;
  border-radius: 0.6rem;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 3rem;
}

.form-wrap ul.btn li {
  display: inline-block;
}

.form-wrap ul.btn li:last-child {
  float: right;
}

.form-wrap ul.btn li:first-child a {
  margin-right: 22px;
  background: #E21D1D;
  border: solid 1px #E21D1D;
}

.form-wrap ul.btn li:first-child a:hover{color: #F6AB39 !important;}

.form-wrap ul.btn li:nth-child(2) a {
  background: #ffffff;
  color: #F6AB39;
  border: solid 1px #F6AB39;
}
.form-wrap ul.btn li:nth-child(2) a:hover {color: #E21D1D !important;}
.form-wrap ul.btn li:nth-child(3) a {
  background: #198754;
  border: solid 1px #198754;
}
.form-wrap ul.btn li:nth-child(3) a:hover {color: #F6AB39 !important;}

.candidate-btn ul {
  text-align: center;
}

.candidate-btn li img {
  width: 75%;
}

.candidate-btn {
  position: absolute;
  left: -0.9rem;
  width: 100%;
  bottom: 4%;
}

.candidate-btn ul li {
  list-style: none;
  display: inline-block;
  text-align: center;
  width: 14%;
}

/* ======================================= */

/* ========Profile Start======== */
.selection.profile {
  padding-bottom: 0 !important;
  overflow: hidden;
}

.profile-wrap {
  min-height: 81vh;
}

.errr-conent-holder img {
  width: 50%;
}

.errr-conent-holder {
  text-align: center;
}

.profile-left {
  border-right: solid 1px #d2d2d2;
  padding-right: 26px;

}

ul.profile-user li {
  list-style: none;
  font-size: 16px;
  line-height: 18px;
  color: #0A2F2A;
  font-family: Pop-normal;
}


ul.profile-user {
  padding-left: 0;
  display: flex;
  background: #fff;
  width: 100%;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
}

span.user-avtar {
  background: #F6AB39;
  border-radius: 50%;
  padding: 13% 41% 25% 41%;
  position: relative;
}

span.user-avtar :after {
  content: " ";
  position: absolute;
  background: green;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  right: -18px;
}


.profile-user li:first-child {
  /* width: 50px; */
  margin-right: 12%;
  position: relative;
}

.profile-user li:first-child:after {
  content: " ";
  position: absolute;
  background: #198754;
  right: -11px;
  bottom: -2px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
}


ul.profile-user li:last-child {
  width: 89%;
}

span.user-avtar img {
  width: 75%;
}


.profile-right {
  position: relative;
}

.errr-conent-holder {
  text-align: center;
  width: 52%;
  margin: 0px auto;
  align-self: center;
  /* padding-top: 8%; */
}

.profile-right {
  position: relative;
  display: flex;
  justify-content: center;
}

.errr-conent-holder h4 {
  font-size: 2.3rem;
  line-height: 5rem;
  color: #010D0A;
  font-family: Pop-medium;
  margin-top: 2rem
}

.errr-conent-holder p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #010D0A;
  opacity: 0.6;
  font-family: Pop-normal;
}


.profilemenu li {
  padding: 4%;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}

.profilemenu li:last-child {
  border-bottom: 0;
}

.main_header .dropdown-menu {
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate(1238px, 86px);
  width: 18%;
  top: 11px !important;
  left: 14px !important;
  border-radius: 0px 0px 10px 10px;
  border: 0 !important;
}

.main_header .dropdown-menu a.dropdown-item {
  font-size: 1.4rem;
  color: #0A2F2A;
  opacity: 0.8;
}

.dropdown-item span {
  margin-right: 1rem;
}

.dropdown-item span img {
  width: 9% !important;
}

.main_header .dropdown-toggle::after {
  display: none;
}

.main_header .grid .grid1 a {
  text-decoration: none !important;
  cursor: pointer;
}

.main_header .dropdown-item:focus,
.dropdown-item:hover {
  background: transparent;
}

.profile.rounded-circle {
  cursor: pointer;
}

.profile .main_header {
  position: relative;
}

/* select section  start css */


.form-elem .custom-select {
  width: 100%;
  position: relative;
}

.form-elem .option-container::-webkit-scrollbar {
  width: 9px;
}

.form-elem .option-container::-webkit-scrollbar-track {
  border: 1px solid #fff;
  padding: 2px 0;
  background-color: #ABC6C0;
}

.form-elem .option-container::-webkit-scrollbar-thumb {
  background-color: #769991;
  border-radius: 15px;
  border: 1px solid #fff;
}

.form-elem .custom-select .box {
  height: 48px;
  width: 100%;
  padding: 0 15px;
  font-size: 14px;
  outline: 0;
  background: #fff;
  border-radius: 0.6rem;
  border: 1px solid #e0e0e0;
  line-height: 1.5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 3%);
}

.form-elem .custom-select .box img {
  position: absolute;
  top: 19px;
  right: 2.5%;
  transition: 0.3s;
}

.form-elem .custom-select .box img.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.form-elem .custom-select .box p {
  color: #879290;
  font-size: 14px;
  line-height: 18px;
}

textarea::placeholder {
  color: #424143 !important;
}

.form-elem .option-container {
  position: absolute;
  top: 55px;
  left: 0;
  width: 99%;
  background-color: #fff;
  max-height: 0;
  overflow-y: auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  border-radius: 9px;
  z-index: 100;
  transition: 0.5s;
}

.form-elem .option-container.active {
  max-height: 350px;
}

.form-elem .option-container .option {
  margin: 8px 0;
  height: 45px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 25px;
  color: #424143;
  font-size: 15px;
}

.form-elem .option-container .option:hover {
  background-color: #e8fffa;
}

.form-field input[type="textarea"] {
  width: 100%;
  padding: 15px 15px 80px 15px;
  height: auto;
  font-size: 14px;
  border: solid 1px #e0e0e0;
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 3%);
}

.form-field input[type="password"]+img,
input[type="text"]+img,
input[type="number"]+img {
  top: 5rem;
}

/* ========Profile end======== */


/* select section end css */


.custom_radio input[type="radio"] {
  display: none;
}

.custom_radio input[type="radio"]+label {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  margin-right: 2em;
  cursor: pointer;
  line-height: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom_radio input[type="radio"]+label:before,
.custom_radio input[type="radio"]+label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  color: white;
  font-family: Times;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.custom_radio input[type="radio"]+label:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
  border: solid 2px #20776E;
}

.custom_radio input[type="radio"]+label:hover:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  /* box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6; */
}

.custom_radio input[type="radio"]:checked+label:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #20776e;
  border: solid 2px #20776E;
}

/* ========================= */

/*  Approver css end */

/*  Proctor - Rest your password css start */
.resetpassword {
  width: 80%;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 60px;
  margin-top: 60px;
}


.resetpassword-left {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.resetpassword-left figure {
  margin-bottom: 0 !important;
}

.resetpassword-left img {
  width: 100%;
}

.resetpassword-right h3 {
  color: #010D0A;
  font-size: 2.5rem;
  line-height: 4.5rem;
  font-family: Pop-medium;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.resetpassword-right p {
  color: #010D0A;
  font-size: 1.5rem;
  line-height: 2.7rem;
  font-family: Pop-normal;
  opacity: 0.6;
}

.resetpassword-right .close {
  position: absolute;
  top: -61px;
  right: 31px;
}

.resetpassword-right form {
  margin-top: 2.5rem;
}

.resetpassword-right .login-btn {
  margin-top: 4rem !important;
}

/*  Proctor - Rest your password css end */

/*  Multiple faces css Start */
.modal-content.multiple-faces {
  width: 55%;
}
.modal-content.multiple-faces .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.2rem 10.5rem 0.8rem;
}
.modal-content.multiple-faces .modal-body .img {
  margin-bottom: 2.9rem;
}
.modal-content.foreign-obj .modal-body .img{
  margin-bottom: 2.6rem;
}
.modal-content.multiple-faces .modal-body img {
  max-width: 215px;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.modal-content.foreign-obj .modal-body img{
  max-width: 190px;
}
.modal-content.multiple-faces h4 {
  color: #C22F2F;
  font-family: Pop-medium;
  font-size: 18px;
  margin-bottom: 1.7rem;
}
.modal-content.multiple-faces p {
  color: #849694;
  line-height: 1.65;
  font-size: 13px;
  text-align: center;
}
/*  Multiple faces css end */


/*  Documents uploaded css Start */
.modal-content.uploade-success {
  width: 48%;
}
.uploade-success .mfwrap {
  padding: 50px;
}
.uploade-success ul  {
  padding-left: 0;
  margin-top: 1.6rem;
}
.uploade-success ul li {
  display: inline-block;
  list-style: none;
}
.uploade-success li img {
  width: 80%;
}
.uploade-success span {
  margin-top: 5rem !important;
  display: block;
}

.uploade-success h4 {
  color: #0A2F2A;
  font-size: 2rem;
  line-height: 3rem;
  font-family: Pop-medium;
  margin: 38px 0px 18px 0px;
}
.uploade-success span {
  margin-top: 5rem !important;
  display: block;
  color: #20776E;
  font-size: 1.4rem;
  line-height: 2.5rem;
}

.uploade-success button.btn-close {
  top: 28px !important;
  right: 36px !important;
}

.uploade-success .btn-close {
  box-sizing: content-box;
  width: 0.8rem;
  height: 0.8rem
}

/*  Documents uploaded css end */

/* submit test popup  start*/
.submit-test{
  max-width: 520px;
}
.submit-test .modal-header{
  border-bottom: none;
  padding: 2.8rem 2.8rem 2.2rem;
}
.submit-test .modal-body{
  padding: 0rem 4rem 5.5rem;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction: column;
  text-align: center;
}
.submit-test .modal-body h4{
  color: #C22F2F;
  font-family: Pop-medium;
  font-size: 18px;
  margin-bottom: 2.2rem;
}
.submit-test .modal-body h6{
  font-size: 13px;
  font-family: Pop-semibold;
  margin-bottom: 1rem;
  color: #1D1D1D;
}
.submit-test .modal-body h6 span{
  color: #C22F2F;
}
.submit-test .modal-body button{
  padding: 5px 8px;
  border-radius: 6px;
  font-size: 12px;
  color: #fff;
  font-family: Pop-light;
  margin-top: 1.7rem;
}
.submit-test .modal-body button:first-child{
  background-color: #FFBA52;
  margin-right: 2.3rem;
}
.submit-test .modal-body button:last-child{
  background-color: #198754;
}
/* submit test popup  end*/

/* upload answer popup start */
.upload-answer .modal-body{
  padding: 2.1rem 2.1rem 2.5rem !important;
}
.upload-answer .modal-body .img-circle img{
  max-width: 45px;
}
.upload-answer .answerqr-div
{
  padding: 2.1rem 0 1.5rem !important;
}
.upload-answer .bg-pink{
  background: #F8F8F8;
  border-radius: 1.2rem;
  padding: 16px;
  width: 100%;
}
.upload-answer .bg-pink2{
  width: 100%;
}
.upload-answer .bg-pink.mb--7{
  margin-bottom: 7rem;
}
.upload-answer .bg-pink .div-inner {
  background: #fff;
  padding: 0 1rem;
  height: 60px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  position: relative;
}
.upload-answer .bg-pink .div-inner:not(:last-child) {
  margin-bottom: 1.2rem;
}
.upload-answer .bg-pink .div1 {
  display: flex;
  flex-direction: column;
}
.upload-answer .bg-pink .div1 img {
  max-width: 40px;
  margin-right: 12px;
  margin-top: 10px;
}
.upload-answer .bg-pink .div1 p {
  margin: 2px 0 0;
  font-size: 14px;
  color: #162C2D;
}
.upload-answer .bg-pink .div1 .prog{
  width: 82%;
  height: 3px;
  background-color: #C7C7C7;
  position: absolute;
  top: 49.6%;
  left: 15.7%;
}
.upload-answer .bg-pink .div1 .prog .prog-bar{
  width: 45%;
  height: 3px;
  background-color: #0A2F2A;
  position: absolute;
  top: 0%;
  left: 0%;
}
.upload-answer .bg-pink .div1 span{
  font-size: 12px;
  color: #9A9DA3;
  margin-right: 29px;
  margin-top: -15px;
}
.upload-answer .bg-pink .div2 img{
  max-width: 10px;
  margin-top: 11px;
}
.upload-answer .footer button{
  width: 125px;
  height: 42px;
  border-radius: 4px;
  font-size: 14px;
}
.upload-answer .footer button.btn-upload{
  letter-spacing: 0.2px;
  color: #fff;
  background-color: #0A2F2A;
  font-family: Pop-light;
}
.upload-answer .footer button.btn-submit{
  letter-spacing: 0.2px;
  color: #fff;
  background-color: #F6AB39;
  font-family: Pop-light;
}
.upload-answer .footer button.mb--7{
  margin-bottom: 7rem;
}
.upload-answer .footer button.mb--2{
  margin-bottom: 2.5rem;
}
.upload-answer .footer .btn-red{
  letter-spacing: 0px;
  background-color: #fff;
  color: #C22F2F;
  font-family: Pop-medium;
}
/* upload answer popup end */

/*  Upload via webcam – 1 css start */
.modal-content.upload-via {
  width: 52%;
}
.upload-via .modal-header{
  border-bottom: none;
  padding: 25px 30px 15px;
}
.upload-via .head-part{
  margin-bottom: 2.9rem;
}
.upload-via .head-part .bg-lightgreen{
  display:flex;
  justify-content:center;
  align-items:center;
  background-color: #E9F7F4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 8px;
}
.upload-via .head-part .bg-lightgreen img{
  max-width: 16px;
}
.upload-via .head-part h4{
  color: #0A2F2A;
  font-family: Pop-medium;
  font-size: 15px;
  margin-bottom: 0;
}
.upload-via .modal-body{
  padding: 0 7rem;
}
.upload-via .bg-pink,.upload-answer .bg-pink2 {
  background: #F8F8F8;
  border-radius: 1.2rem;
  padding: 16px;
  margin-bottom: 25px;
}
.upload-via .bg-pink .div-inner,.upload-answer .bg-pink2 .div-inner{
  background: #fff;
  padding: 0 1rem;
  height: 60px;
  display: flex;
  justify-content:space-between;
  align-items:center;
  border-radius: 5px;
}
.upload-via .bg-pink .div-inner:not(:last-child),.upload-answer .bg-pink2 .div-inner:not(:last-child){
  margin-bottom: 1.2rem;
}
.upload-via .bg-pink .div1,.upload-answer .bg-pink2 .div1{
  display: flex;
  align-items: center;
}
.upload-via .bg-pink .div1 img,.upload-answer .bg-pink2 .div1 img{
  max-width: 38px;
  margin-right: 10px;
}
.upload-via .bg-pink .div1 p,.upload-answer .bg-pink2 .div1 p{
  margin-bottom: 0;
  font-size: 14px;
  color: #162C2D;
}
.upload-via .bg-pink .div2,.upload-answer .bg-pink2 .div2{
  display: flex;
  align-items: center;
}
.upload-via .bg-pink .div2,.upload-answer .bg-pink2 .div2{
  display:flex;
  justify-content:center;
  align-items:center;
  background-color: #FAEFEF;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.upload-via .bg-pink .div2 img,.upload-answer .bg-pink2 .div2 img{
  max-width: 15px;
}

.upload-via ul li  img {
  width: 12%;
}
.upload-via ul li span img {
  width: 42%;
}
.upload-via .footer {
  justify-content: center;
  align-items: baseline;
  padding: 0 0 28px;
}
.upload-via .footer span {
  font-size: 14px;
  color: #ADB4B5;
  margin-right: 8px;
}
.upload-via .footer p {
  color: #162C2D;
  font-size: 14px;
  font-family: Pop-normal;
}
/*  Upload via webcam – 1 css end */

/*  Upload via webcam  css start */
.upload-via-webcam h3{font-family: Pop-medium;
  margin-bottom: 30px;
}
.modal-content.upload-via-webcam {
  width: 70%;
}
.upload-via-webcam img {
  width: 92%;
}
.upload-via-webcam .mfwrap {
  padding: 30px 100px;
}
.upload-via-webcam ul {
  padding-left: 0;
}
.upload-via-webcam ul li {
  list-style: none;
  min-height: 75px;
  border: solid 2px #eef8f8;
  border-radius: 15px;
  line-height: 91px;
  width: 98px;
  margin-bottom: 15px;
}
.upload-via-webcam ul li.active {border: 0;}
.upload-via-webcam ul li span img {
  width: 30%;
}
.upload-via-webcam ul li.active img {
  width: 100%;
}
.upload-via-webcam .left-img-box {
  text-align: right;
  
}
img.i-icon {
  width: 4%;
  position: absolute;
  top: 14px;
  left: 50px;
}
.upload-via-webcam .image-box {
  position: relative;
}


.text-overlay {
  position: absolute;
  top: 34px;
  width: 86%;
  left: 11%;
  padding: 3%;
  font-family: Pop-light;
  font-size: 12px;
  background: #f8f8f8;
  text-align: left;
  border-radius: 8px;
  color: #848E90;
}



.butn-wrap ul{text-align: center;  padding-left: revert;
margin-top: 30px;}


.butn-wrap ul li{
  display: inline-block;
  width: auto;
  border: 0;
  margin: 0px 6px;
  min-height: auto;
  line-height: normal;
}
 
 .butn-wrap ul li a {
  border: solid 1px #f6ab39;
  padding: 16px 30px;
  border-radius: 10px;
  font-size: 14px;
  color: #f6ab39 !important;
}
.butn-wrap ul li:last-child a {background:#f6ab39;
color: #ffffff !important;
}



/*  Upload via webcam  css end */

/* Profile 7 */
.radio_div input[type="radio"]:checked {
  background-color: #26887C !important;
  border: 0.185rem solid #26887C !important;
}

.radio_div label {
  margin-right: 5rem;
  font-size: 14px;
  cursor: pointer;
}

.radio_div label.active {
  color: #12846B;
}

.radio_div input[type="radio"] {
  appearance: none;
  display: inline-block;
  width: 21px;
  height: 21px;
  padding: 0.34rem;
  background-clip: content-box;
  border: 1px solid #DBDBDB;
  border-radius: 50%;
  margin-right: 8px;
  cursor: pointer;
}

.gridp7 {
  display: grid;
  grid-template-columns: 17% 76%;
  align-items: center;
}

.gridp7 .gridp72 {
  padding-top: 2px;
}

.gridp7 .gridp72 h1 {
  margin-bottom: 0.2rem;
}

.gridp7 .gridp72 span {
  color: dimgrey;
}

.modal-header {
  padding: 25px 30px 25px 30px;
  align-items: flex-start
}

.modal-content {
  border-radius: 1.2rem;
}

.modal-header .btn-close {
  color: #000 !important;
  font-size: 13px;
}

.btn-close:focus{
  box-shadow: none;
}

.modal-header span {
  color: rgb(88, 88, 88);
  font-size: 14px;
  margin-top: -10px;
}

.modal-header h4 {
  font-size: 24px;
  margin: 0;
}

* {
  margin: 0;
}

.modal-body .al_limit {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px 20px 30px;
  border-bottom: 1px solid #dee2e6;
}

.al_limit h4 {
  font-weight: 600;
  margin: 0;
}

.modal-body {
  padding: 0;
}

.modal-body .al_radio {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px 20px 30px;
  font-weight: 600;
}

input[name="allocation"] {
  background-color: #26887C;
  border: 0.185rem solid #26887C;
  margin: 5px;
  accent-color: #26887C;
  width: 16px;
  height: 16px;
  vertical-align: sub;
}

.modal-footer .next_btn,
.pf_7 .modal-body .next_btn {
  width: 100px;
  height: 42px;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  font-size: 1.4rem;
  color: #fff;
  border: none;
  border-radius: 6px;
  background-color: #F6AB39;
  cursor: pointer;
  font-family: Pop-normal;
}
.modal-footer .next_btn:focus,
.pf_7 .modal-body .next_btn:focus{
  box-shadow: none;
}

.modal-footer {
  padding: 25px 30px 25px 0px;
}

/* profile 7 end and 8 start */
.pf_7 .modal-dialog{
  max-width: 600px;
}

.pf_7 .modal-content .modal-header {
  border: 0px;
  padding: 4.8rem 4.5rem 2.1rem;
}

.pf_7 .modal-header .modal-title h4{
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-family: Pop-medium;
  letter-spacing: -0.1px;
  color: #000;
}

.pf_7 .modal-header .modal-title span{
  font-size: 14px;
}

.pf_7 .modal-body {
  padding: 0 4.5rem 2rem 4.5rem;
}

.pf_7 textarea {
  width: 100%;
  font-family: 'Pop-normal';
  font-size: 14px;
  margin-bottom: 1rem;
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 3%);
  outline: 0;
  resize: none;
}

.pf_7 .modal-footer {
  padding: 2.5rem 4.5rem 5rem 4.5rem;
  border: 0px solid #cecece;
  display: block;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

textarea {
  border: 1px solid #cecece;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px;
  border-image-slice: 1;
}

.pf_7 .back_btn,
.pro_list .back_btn {
  border: 1px solid #F6AB39;
  cursor: pointer;
  color: #F6AB39;
  z-index: 100;
  background-color: transparent;
  width: 100px;
  height: 42px;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  font-size: 1.4rem;
  border-radius: 6px;
}
.pf_7 .back_btn:focus,
.pro_list .back_btn:focus{
  box-shadow: none;
}

.modal-body .btn-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

/* Dropdown */
.select-dropdown {
  position: relative;
  /* display: inline-block; */
  width: 99.9%;
  margin: 0 15px 0 0;
}

.select-dropdown::last-child {
  margin-right: 0px;
}

.select-dropdown__button {
  padding: 10px 35px 10px 15px;
  background-color: transparent;
  border: 1px solid #26887C;
  border-radius: 3px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}

.select-dropdown__button::focus {
  outline: none;
}

.select-dropdown__button .zmdi-chevron-down {
  position: absolute;
  right: 15px;
  top: 8px;
  font-size: 25px;
}

.select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 1px solid #cecece;
  border-top: 0px solid transparent;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 2;
}

.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}

.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  color: #616161;
  text-align: left;
  transition: all ease-in-out 0.3s;
}

.select-dropdown__list-item:hover {
  background-color: #26887C;
  color: #fff;
  transition: all ease-in-out 0.3s;
}

.modal-header.profile-reset-password .btn-close {
  color: #000 !important;
  font-size: 21px;
  position: absolute;
  z-index: 9;
  right: 46px;
  top: 48px;
}

.modal-header.profile-reset-password {
  padding: 0;
  border-bottom: 0;
}

/* Dropdown End */
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
}

/* Profile 8 end and 9 start */

.pro_list .modal-dialog{
  max-width: 1100px;
}
.pro_list .modal-header h4{
  font-size: 22px;
  margin: 0;
  letter-spacing: -0.1px;
  font-family: Pop-medium;
  word-spacing: 1px;
}
.pro_list .modal-header .btn-close{
  font-size: 16px;
}
.pro_list .modal-content .modal-header,
.pro_list .modal-content .modal-footer {
  border: 0px;
}

.pro_list .modal-content .modal-header {
  padding: 4.5rem 4.5rem 1rem 4.5rem;
}

.pro_list .modal-body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pro_list .modal-body ul li {
  border: 1px solid #dee2e6;
  padding: 13px 25px;
  margin: 9px 0 9px 0;
}

.pro_list .modal-body {
  padding: 0px 4.5rem 0px 4.5rem;
}

.pro_list .modal-footer{
  padding: 1rem 4.5rem 1.8rem;
}
/* profile 9 ends 10 start*/

/* profile 10 start */
.profile_10 .modal-dialog{
  max-width: 1050px;
}
.profile_10 .img{
  width: 100%;
  height: inherit;
}
.profile_10 .img img{
  max-height: 550px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.profile_10 .div-right{
  padding: 2rem 2rem 0;
}
.profile_10 .div-right .btn-close{
  font-size: 16px;
}
.profile_10 .main_con{
  padding: 4.5rem 7rem 6rem;
}
.profile_10 .main_con h2{
  font-size: 2.4rem;
  font-family: Pop-medium;
  letter-spacing: -0.05rem;
  margin-bottom: 0.8rem;
}
.profile_10 .main_con h2 + p{
  color: #5a5a5a;
  font-size: 13px;
  margin-bottom: 2.8rem;
  line-height: 2.5rem;
}
.profile_10 .main_con h6{
  font-size: 1.4rem;
  line-height: 2.5rem; 
  margin-bottom: 0.3rem;
  color: #000;
}
.profile_10 .main_con input{
  margin-bottom: 2.8rem;
}
.profile_10 .main_con input[type="number"]+img{
  top: 4.3rem;
}
.profile_10 .btn-submit{
  margin-top: 4.3rem;
}
.profile_10 .btn-submit button{
  padding: 9px 0;
}
.profile_10 .btn-submit button:focus{
  box-shadow: none;
}
/* profile 10 end */

.rest_pop .resetpassword {
  margin: 0;
  width: 100%;
}

@media (min-width: 576px) {
  .rest_pop .modal-dialog {
    max-width: 1100px;
    margin: 1.75rem auto;
  }
}

/* profile 10 ends */
/* QR Code */
  .qr-modal .qr-banner{
    background-color: #F8F8F8;
    padding: 10px 20px 10px 20px;
    border-radius: 05px;
    margin-bottom: 25px;;
  }
  .qr-modal .modal-body{
    padding: 0px 20px 25px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  /* .qr-modal .modal-body .qr-footer img{
    margin: 30px 0px 15px 0px;
  } */
  .qr-modal .qr-footer{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .qr-modal .qr-footer h3{
    font-size: 14px;
    color: #C22F2F;
    margin: 10px 0 10px 0;
  }
  .qr-modal .qr-footer span{
    font-size: 14px;
    color: #ADB4B5;
    padding-right: 10px;
  }
  .qr-modal .qr-footer h4{
    font-size: 16px;
    color: #162C2D;
    padding: 16px;
  }
  .qr-modal .modal-header{
    border: 0;
  }
  .qr-modal .qr-banner h3{
    margin: 0;
    font-size: 16px;
  }
  
  @media (min-width: 576px) {
    .qr-modal .modal-dialog {
      max-width: 450px;
      margin: 1.75rem auto;
    }
  }

  
/* QR Code */

/* scan-qr popup start */
.scan-qr .modal-dialog{
  max-width: 470px;
}
.scan-qr .modal-header{
  border-bottom: none;
}
.scan-qr .modal-body{
  padding: 0 2.7rem 2.7rem;
}
.scan-qr .top-bar{
  height: 58px;
  border-radius: 12px;
  background: #F8F8F8;
  align-items: center;
  justify-content: center;
}
.scan-qr .top-bar img{
  margin-right: 11px;
  max-width: 23px;
}
.scan-qr .top-bar h5{
  color: #0A2F2A;
  font-family: Pop-medium;
  font-size: 15px;
  margin-bottom: 0;
}
.scan-qr .qrscanner-div{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0 1.3rem;
}
.scan-qr .qrscanner-div .img-circle{
  background: #E9F7F4;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scan-qr .qrscanner-div .img-circle img{
  width: 60%;
  height: 60%;
  object-fit: contain;
  object-position: center;
}
.scan-qr .timer{
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
.scan-qr .timer img{
  max-width: 12px;
  margin-right: 7px;
}
.scan-qr .timer p{
  margin-bottom: 0;
  color: #C22F2F;
  font-size: 14px;
}
.scan-qr .footer{
  justify-content: center;
  align-items: baseline;
}
.scan-qr .footer span{
  font-size: 14px;
  color: #ADB4B5;
  margin-right: 8px;
}
.scan-qr .footer p{
  color: #162C2D;
  font-size: 14px;
  font-family: Pop-normal;
}
/* scan-qr popup end */

/* upload answer */
.qr-modal .qr-footer label{
  background: #0A2F2A;
  color: #fff;
  padding: 10px 30px 10px 30px;
  border-radius: 05px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}
.qr-modal .qr-footer .close-btn{
  background: transparent;
  color: #C22F2F;
  padding: 30px 30px 10px 30px;
  border-radius: 05px;
  font-size: 14px;
  border: 0;
}
.upload-pop .modal-body{
  padding-top: 40px;
}
/* upload answer*/

/* warning popup */
.warning-pop .modal-body{
  padding: 2.2rem 6rem 6rem;
}
.warning-pop .modal-body img,.submit-test .modal-body img{
  max-width: 45px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 2.2rem;
}
 .warning-pop .modal-body h4{
  color: #C22F2F;
  font-family: Pop-medium;
  font-size: 18px;
  margin-bottom: 1.8rem;
 }
 .warning-pop .modal-body p,.submit-test .modal-body p{
  color: #849694;
  line-height: 1.65;
  font-size: 13px;
  text-align: center;
 }

/* warning popup */

/*========== Responsive Style ==========*/

@media screen and (max-width: 1500px) {

  /*===== Thank you page =====*/
  .thank-img img {
    width: 72%;
  }

  .thank-img {
    position: absolute;
    right: -265px;
    bottom: -162px;
  }
  /*===== Thank you page end=====*/
}

@media screen and (max-width: 1480px) {

  /*===== System Diagnosis start  =====*/
  .selection .main_div .middle_div .div1.system-diagno-banner {
    padding: 3rem 3.4rem 3rem;
  }
  /*===== System Diagnosis end  =====*/

  /* ========Profile Start======== */
  ul.profile-user li {
    font-size: 13px;
  }
  /* ========Profile end======== */
}

@media screen and (max-width: 1351px) {

  /* waiting lounge css end */
  ul.proceed-btns li:first-child {
    margin: 0px 27px 0px 10px;
  }

  ul.proceed-btns li {
    width: 61%;
  }
  /* waiting lounge css end */
}

@media screen and (max-width: 1300px) {

  /*===== System Diagnosis start  =====*/
  .system-diagno-banner h5 {
    font-size: 2.3rem !important;
  }

  /*===== System Diagnosis end  =====*/
  /* ========Profile Start======== */
  ul.profile-user li {
    font-size: 12px;
  }

  /* ========Profile end======== */

}

@media screen and (max-width: 1100px) {

  /*===== System Diagnosis start  =====*/
  .system-diagno-img {
    top: 0;
  }

  /*===== System Diagnosis end  =====*/

  /*===== System Diagnosis end  =====*/

  /* ========Profile Start======== */
  .main_header .dropdown-menu {
    width: 23%;
  }

  .profile-left {
    padding-right: 10px;
  }

  ul.profile-user {
    padding: 1rem 1rem;
  }

  span.user-avtar {
    padding: 18% 41% 35% 41%;
  }

  .errr-conent-holder h4 {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  .errr-conent-holder p {
    font-size: 1.2rem;
    line-height: 2rem;
  }


  /* ========Profile end======== */
  /*===== System Diagnosis end  =====*/

}

@media screen and (max-width: 1000px) {

  /*===== Thank you page =====*/
  .thanks-content h2 {
    font-size: 26px;
    line-height: 33px;
  }

  .thanks-content h3 {
    font-size: 17px;
    line-height: 29px;
  }

  .thanks-content p {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.62px;
  }

  .thank-img img {
    width: 45%;
  }

  .close span {
    position: absolute;
    top: -49px;
    right: 43px;
  }

  .thanks-content {
    padding: 0px 20px;
  }

  .close img {
    width: 80%;
  }

  .login-form-top li {
    width: 50%;
  }

  /*===== Thank you page =====*/

  /*=====  waiting lounge css start ===== */
  ul.proceed-btns li:first-child {
    font-size: 1.2rem;
  }

  ul.info-text li dd {
    width: auto;
  }

  /*=====  waiting lounge css end ===== */
}


/* responsive screen for tablet */
@media(min-width: 768px) and (max-width: 991px) {
  .mainlogin-wrap::before {
    width: 100%;
    height: 47%;
  }
  .mobile-wrap::before {
    height: 55%;
  }
  .password-wrap::before {
    height: 45%;
  }
  .enterotp-wrap::before {
    height: 49%;
  }
  .mainlogin-wrap::after {
    width: 0%;
    height: 53%;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
  }
}
@media (max-width: 991px) {
.text-overlay{  font-size: 9px;}
.butn-wrap ul li a {
  padding: 9px 8px;
  border-radius: 3px;
  font-size: 12px;
  color: #f6ab39 !important;
}
.upload-via-webcam .left-img-box {
  text-align: center;
}
.upload-via-webcam ul li {
  display: inline-block;
  width: 23%;
  margin: 0px 2%;
}
.upload-via-webcam ul{
  text-align: center;
  margin-top: 20px;
}
.butn-wrap ul li{
  width: auto;
}
.butn-wrap ul {
  padding-left: initial;
}
.text-overlay {
  width: 90%;
  left: 5%;
}
}


@media(max-width: 767px) {

  /*===== login page =====*/
  .login {
    padding: 0 1rem 0 1rem;
  }

  .login-form {
    padding: 0 5.5% !important;
  }

  .login-info,
  .login::after,
  .mainlogin-wrap::after,
  .mainlogin-wrap::before {
    display: none;
  }

  .mainlogin-wrap {
    border: 0;
    background: #ffffff;
    border-radius: 35px;
    width: 97%;
    padding: 2.4rem 0rem 0.9rem;
  }

  .login-form ul {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
  }

  .login-form li:nth-child(1) {
    padding-left: 1%;
  }

  .login-form li:nth-child(2) {
    padding-left: 6px;
    margin-bottom: 0rem;
  }

  .login-form li span {
    font-size: 3.1rem;
    line-height: 4.25rem;
  }

  .login-form li figure img {
    width: 145px;
    object-fit: contain;
  }

  .login-form-top img {
    margin-right: 4px;
  }

  .login-form-top h3 {
    font-size: 1.9rem;
    line-height: 1.25rem;
    margin-top: 0.688rem;
    text-align: center;

  }

  .ragister-link a {
    font-size: 12px;
    line-height: 2rem;
  }

  .login-btn input {
    padding: 6px 0px;
  }

  .login-btn {
    margin-top: 25px !important;
  }

  .otp-btn a {
    padding: 0.625rem 2.5rem;
  }

  .login3 {
    padding: 0 1rem 0 1rem;
  }

  .mainlogin3-wrap {
    width: 97%;
    border-radius: 35px;
  }

  .footer-info span {
    align-items: flex-start;
  }

  .footer-info span img {
    margin-top: 3px;
  }

  /*===== login page =====*/

  /*===== waiting louge =====*/
  .waiting-louge-left {
    padding-right: 0px;
  }

  .waiting-louge-right {
    margin-top: 4rem;
  }

  .waiting-img img {
    max-width: 45%;
  }

  /*===== waiting louge =====*/

  /*===== Thank you page =====*/
  .thank-you {
    background: #cdd3d2;
    padding: 0px 20px;
  }

  .thanks-content p {
    display: none;
  }

  .thanks-content h2 {
    font-size: 18px;
    line-height: 29px;
  }

  .thanks-content h2 {
    font-size: 16px;
    line-height: 29px;
  }

  .cont-btn a {
    padding: 10px 20px;
  }

  .thank-img {
    position: relative;
    right: -84px;
    bottom: -63px;
    transform: rotate(0deg);
  }

  .thank-you-wrap {
    transform: rotate(0deg);
  }

  .thank-you-wrap {
    margin: 30px;
    padding: 30px 12px 50px 14px;
  }

  .thanks-content h3 {
    font-size: 15px;
  }

  .close img {
    width: 62%;
  }

  .close span {
    position: absolute;
    top: -49px;
    right: 27px;
  }

  /*===== Thank you page =====*/


  /*===== Verification page =====*/
  .first-row {
    display: none;
  }

  .varification-bg .main-div {
    width: 93%;
  }

  .sidebar_div {
    flex: 0 0 17%;
    max-width: 17%;
    min-height: 97vh;
    background: transparent linear-gradient(358deg, #2D9D8D 0%,
        #20776E 100%) 0% 0% no-repeat padding-box;
    border-radius: 25px 0 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1.8rem;
    color: #fff;
  }

  .sidebar_div .logo {
    width: 80%;
    height: 100px;
    margin-left: -20%;
  }

  .sidebar_div .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .sidebar_div .content {
    margin-top: -40%;
  }

  .sidebar_div .content h5 {
    font-size: 1.62rem;
    line-height: 2.9rem;
    margin-bottom: 1.5rem;
    color: #fff;
    font-family: 'Pop-medium';
    color: #fff;
  }

  .sidebar_div .content p {
    font-family: Pop-light;
    font-size: 13px;
    line-height: 2.4rem;
  }

  .second-row {
    flex: 0 0 83%;
    max-width: 83%;
    padding: 2.8rem 7.5rem 3rem 13rem;
  }

  .second-row .verfication-div {
    width: 100%;
    position: relative;
    top: 10%;
    height: 90%;
    padding: 0% 10%;
  }

  .verfication-div h2 {
    font-size: 24px;
    line-height: 79px;
    font-weight: 800;
  }

  .verfication-div p {
    font-size: 14px;
    line-height: 24px;
    color: #010D0A;
    opacity: 0.5;
  }

  .verfication-div b {
    font-size: 16px;
    line-height: 25px;
    color: #010D0A;
    margin: 30px 0px 15px 0px;
  }

  #code {
    width: 100%;
    padding: 16px 15px;
  }

  a.login-btn.desktop-view {
    display: none;
  }

  a.login-btn.mobile-view {
    display: block;
  }

  .verfication-div a.login-btn.mobile-view {
    width: 50%;
  }

  .col-10.footer-text {
    width: 100%;
  }

  .varification-bg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .varification-bg::before {
    background: rgb(133, 197, 188);
    background: linear-gradient(90deg, rgba(133, 197, 188, 1) 26%, rgba(32, 119, 110, 1) 67%);
    position: absolute;
    content: " ";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }

  /*===== Verification page =====*/

  /* approver style start */
  .candidate-photo .col-12:nth-child(1) {
    margin-bottom: 33px;
  }

  .form-wrap ul.btn a {
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
    font-size: 1.2rem;
  }


  /* approver style end */
  /* ========Profile Start======== */
  ul.profile-user li {
    font-size: 15px;
  }

  .profile-left {
    border-right: 0;
  }

  /* ========Profile end======== */

  /*  Proctor - Rest your password css Start */

  .resetpassword-right {
    padding: 5rem !important;
  }

  .resetpassword-right .close {
    top: 4.3rem;
  }

  .resetpassword-right h3 {
    margin-bottom: 2rem;
  }

  /*  Proctor - Rest your password css end */

  /* main header css start */
  .main_header {
    padding: 0 0.4rem 0 1rem;
    margin-bottom: 2.1rem;
  }

  .main_header .logo {
    width: 48px;
    height: 34px;
  }

  .main_header .logo img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }

  .main_header h4 {
    font-size: 1.6rem;
    -webkit-transform: translateX(79%);
            transform: translateX(79%);
    text-align: center;
    display: none;
  }

  .main_header .grid {
    -ms-grid-columns: 69% 29%;
        grid-template-columns: 69% 29%;
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
    grid-gap: 1px;
  }

  .main_header .grid .grid1 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }

  .main_header .grid .grid1 h6 {
    font-size: 1.3rem;
    line-height: 2rem;
    margin-bottom: 0.4rem;
  }
  .main_header .grid .grid1 p {
    font-size: 12px;
  }

  .main_header .grid .grid2 .profile {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* main header css end */

  /*=====  waiting lounge css start ===== */
  h2.mobile-only-display{
    font-family: 'Pop-medium';
    margin-bottom: 1rem;
  }
  .lounge {
    min-height: 100vh;
    padding: 1.2rem 1.2rem 1.2rem;
    overflow: visible;
  }

  .lounge>.container-fluid {
    padding: 0;
  }

  .waiting-lounge {
    padding: 1.5rem;
  }

  .waiting-lounge h3{
    font-size: 1.8rem;
    line-height: 1.5rem;
  }

  .waiting-lounge h4{
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  .waiting-lounge h3 span {
    vertical-align: text-bottom;
  }

  .waiting-lounge h3 span img{
    width: 7%;
    object-fit: contain;
    object-position: center;
  }

  .waiting-lounge p {
    line-height: 2.2rem;
    font-size: 14px;
  }



  ul.test-info-head {
    align-items: center;
    padding: 1.1rem 1.6rem;
    margin-top: 27px;
    width: 97.6%;
  }

  .test-info-box {
    width: 97.6%;
  }

  ul.info-text {
    padding: 1.8rem 1.6rem 1.3rem;
  }

  ul.info-text li:not(:last-child) {
    margin-bottom: 1.5rem;
    font-size: 14px;
  }

  .test-info-head li:first-child {
    font-size: 1.5rem;
  }

  .test-info-head li:last-child {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }

  .test-info-head li:last-child span {
    font-size: 1.7rem;
    line-height: 2.7rem;
  }

  ul.info-text li dd {
    margin-right: 20px;
    width: 42%;
    font-size: 13px;
  }

  .standard-inst-wrap ul {
    max-height: 100vh !important;
  }

  .wl-instructions li {
    width: 100%;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    font-family: 'Pop-light';
    padding-left: 2.8rem;
  }

  .wl-instructions li::before {
    width: 1.8rem;
    height: 1.8rem;
    top: 0.2rem;
  }

  .waiting-louge-right .waiting-img{
    display: none;
  }

  ul.proceed-btns{
    align-items: center;
    margin-top: 2rem;
    flex-direction: column;
  }

  ul.proceed-btns li:first-child {
    padding: 0rem;
    font-size: 1.4rem;
    text-transform: capitalize;
    display: flex;
    width: 62%;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.2rem;
  }

  ul.proceed-btns li:last-child {
    margin-left: 0%;
    font-size: 1.4rem;
    line-height: 2.4rem;
    width: 90%;
    font-family: Pop-normal;
  }
  /*=====  waiting lounge css end ===== */

  /*=====  Profile css Start ===== */
  .errr-conent-holder {
    width: 98% !important;
  }

  .main_header .dropdown-menu {
    width: 62%;
    left: 10px !important;
  }
  /*===== Profile css end ===== */

  /*  Proctor password css Start */
  .resetpassword-right {
    padding: 20px 10px !important;
  }

  .resetpassword-right h3 {
    margin-top: 42px;
  }

  .resetpassword-right .close {
    top: 2.3rem;
    right: 16px;
  }
  /*  Proctor - Rest your password css end */

  .main_header .dropdown-menu {
    width: 62%;
    left: 10px !important;
  }
}