@font-face {
  font-family: proxima-nova;
  src: url("../fonts/proxima-nova.ttf") format("truetype");
}

* {
  font-family: proxima-nova, sans-serif;
}

@media (min-width: 1023px) {
  .container {
    max-width: 1170px !important;
  }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before,
.select2-search.select2-search--dropdown {
  display: none !important;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: proxima-nova, sans-serif;
}

html {
  scroll-behavior: smooth;
}

:root {
  --color-white: #fff;
  --color-blue: #02359e;
  --fweight-semibold: 600;
  --fweight-bold: 700;
  --font-600: 600;
  --primary-font-color: #282828;
  --border-line: 1px solid #d8d8d8;
  --color-anchortext: #3d8ff2;
  --color-lightRed: #ff615d;
  --color-lightgrey: #fafbfc;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
}

button {
  outline: none;
  border: none;
}

.ielts-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--color-blue);
  z-index: 999;
}

.ielts-side-drawer {
  position: fixed;
  width: 100%;
  top: 0;
  left: -100%;
  bottom: 0;
  z-index: 1000;
  transition: 0.15s linear;
}

.ielts-side-drawer-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: -1;
}

.ielts-side-drawer-ctn {
  width: 80%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}

.ielts-side-drawer-header {
  padding: 30px;
  background-color: #02359e;
  display: flex;
  gap: 20px;
  align-items: center;
}

.ielts-side-drawer-user-img {
  display: flex;
  align-items: center;
}

.ielts-side-drawer-user-detail p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

.ielts-side-drawer-user-detail a {
  font-size: 14px;
  line-height: 24px;
  color: #ff615d;
  display: block;
  text-decoration: none;
}

.ielts-header-top {
  height: 56px;
  padding: 12px 15px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ielts-header-login-btn-txt {
  width: 90px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer-Location ul li .location-list,
.ielts-avail-btn.show,
.ielts-dialog-get-otp-btn,
.ielts-header-logo-link,
.ielts-header-nav-item:hover .ielts-header-nav-bg,
.ielts-mobile-ctn,
.ielts-pr-step-check.checked,
.ourOffices .locationTab .selectedCityArea .selectedCity,
.ourOffices .mapTab .selectedCity,
.registeredPartnerText {
  display: block;
}

.ourOffices .locationTab .selectedCityArea .selectedCity {
  display: block !important;
}

.ourOffices .locationTab .selectedCityArea .cityLocationAddress h3 {
  margin-bottom: 10px;
}

.ielts-header-logo {
  height: 25px;
}

.ielts-search-bar {
  position: relative;
  width: 400px;
}

.ielts-search-input {
  font-size: 12px;
  line-height: 24px;
  height: 32px;
  max-width: 400px;
  padding: 4px 8px 4px 44px;
  border-radius: 4px;
  width: 100%;
  border: none;
  outline: 0;
  background: url("../images/homepage/desktop/search-icon.png") var(--color-white) no-repeat;
  background-position: 18px 48%;
  color: var(--primary-font-color);
}

.ielts-header-actions,
.ielts-header-actions-2 {
  display: flex;
  gap: 20px;
  position: relative;
}

.ielts-header-login-menu {
  position: absolute;
  top: 90%;
  background-color: #fff;
  width: 136px;
  z-index: 1;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
  display: none;
}

.ielts-header-login-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ielts-header-login-menu ul li {
  padding: 3px 10px;
  width: 100%;
  margin-bottom: 5px;
}

.ielts-header-login-menu ul li:hover {
  background-color: #f5f5f5;
}

.ielts-header-login-menu ul li a {
  text-decoration: none;
  width: 100%;
  font-size: 14px;
  display: flex;
  color: #282828;
}

.ielts-header-book-demo-btn {
  width: auto;
  height: 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  text-align: center;
  color: #fff;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #ff615d;
  background-color: #ff615d;
  white-space: nowrap;
}

.ielts-login-menu-btn,
.ielts-login-signup-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 32px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  text-align: center;
  color: #02359e;
  border: 1px solid #fff;
  background-color: #fff;
}

.ielts-login-signup-btn {
  width: auto;
  padding: 0 10px;
}

.ielts-login-menu-btn {
  width: auto;
}

.ielts-login-and-menu:hover .ielts-header-login-menu {
  display: block !important;
}

.ielts-header-bottom {
  height: 41px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.ielts-header-bottom .container {
  padding: 0;
}

.ielts-header-nav-lists {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: end;
  gap: 0;
}

/** parent li **/
.ielts-header-nav-item-no-subitem {
  padding: 8px 14px;
  position: relative;
}

.ielts-header-nav-item {
  padding: 8px 20px;
  position: relative;
}

.ielts-header-nav-item-link,
.ielts-header-nav-item-link:hover {
  text-decoration: none;
  font-size: 14px;
  line-height: 1.71;
  color: #282828;
  position: relative;
}

.ielts-header-nav-item::before {
  content: "";
  position: absolute;
  top: 41%;
  right: -5px;
  background-image: url("../images/homepage/desktop/caret.png");
  background-repeat: no-repeat;
  height: 10px;
  width: 15px;
  transition: 0.2s linear;
  cursor: pointer;
}

.ielts-header-nav-item:last-child::before {
  background: 0 0;
}

li.ielts-header-nav-item:hover::before {
  top: 36%;
  transform: rotate(180deg);
}

.ielts-final-pop-group-btn,
.ielts-header-nav-item:hover .ielts-header-subnav-ctn {
  display: flex;
}

.ielts-header-subnav-ctn {
  display: none;
  position: absolute;
  align-items: start;
  gap: 20px;
  top: 40px;
  padding: 15px 20px;
  z-index: 999;
  background-color: #fff;
  border-top: 1px solid #d8d8d8;
  border-radius: 0 0 4px 4px;
}

.ielts-header-subnav-first {
  right: calc(100% - 802px) !important;
  padding: 15px 40px 15px 20px !important;
}

.ielts-header-subnav-last {
  right: 0 !important;
}

.enroll-btn.book-btn,
.enroll-btn.yes-btn,
.ielts-header-subnav-ctn:first-child {
  background-color: #ff615d;
}

.ielts-header-subnav-inner-ctn {
  padding: 0 20px;
}

.ielts-header-subnav-inner-ctn p {
  font-weight: 700;
  margin-bottom: 10px;
}

.ielts-header-nav-subitems {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 170px;
  box-sizing: border-box;
  list-style-type: none;
}

.ielts-header-nav-subitem {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.3px;
  text-align: left;
  color: #282828;
  margin-bottom: 5px;
}

.ielts-header-nav-subitem a {
  text-decoration: none;
  color: #282828;
  white-space: nowrap;
}

.ielts-header-nav-subitem a:hover {
  color: #09f;
  text-decoration: underline !important;
}

.ielts-header-nav-bg {
  display: none;
  position: fixed;
  top: 96px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

.ielts-header-nav-bg:hover.ielts-header-nav-bg {
  display: none;
}

.ieltsmaterialIcons {
  background: url("../images/homepage/sprite/master-sprite.webp");
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.fullStar {
  width: 20px;
  height: 20px;
  background-position: -2px -961px;
  vertical-align: middle;
}

.emptyStar,
.halfStar {
  width: 23px;
  height: 22px;
  vertical-align: middle;
}

.halfStar {
  background-position: 0 -991px;
}

.emptyStar {
  background-position: 0 -1021px;
}

.emptyStarSm,
.fullStarSm {
  background-position: -429px -3247px;
  width: 15px;
  height: 15px;
}

.rcicIcon {
  background-position: -345px -4233px;
  width: 76px;
  height: 28px;
}

.facebook-icon,
.instagram-icon,
.linkedin-icon,
.pinterest-icon,
.youtube-icon {
  width: 30px;
  height: 25px;
}

.facebook-icon {
  background-position: 3px -396px;
}

.twitter-icon {
  background-position: -401px -4670px;
  width: 25px;
  height: 25px;
}

.instagram-icon {
  background-position: 3px -487px;
}

.youtube-icon {
  background-position: 3px -533px;
}

.linkedin-icon {
  background-position: 3px -577px;
}

.pinterest-icon {
  background-position: 3px -626px;
}

.businessWorldIcon {
  background-position: -18px -4300px;
  width: 144px;
  height: 30px;
}

.incIcon {
  background-position: -18px -4349px;
  width: 147px;
  height: 48px;
}

.yourStoryIcon {
  background-position: -25px -4414px;
  width: 120px;
  height: 47px;
}

.idnIcon {
  background-position: -26px -4493px;
  width: 145px;
  height: 24px;
}

.getGisIcon {
  background-position: -200px -4355px;
  width: 210px;
  height: 60px;
}

.getMyUniIcon {
  background-position: -201px -4445px;
  width: 233px;
  height: 54px;
}

.collegeDekhoIcon {
  background-position: -251px -4522px;
  width: 207px;
  height: 67px;
}

.studyAbroadIcon {
  background-position: -17px -4549px;
  width: 200px;
  height: 53px;
}

.downArrowIcon,
.upArrowIcon {
  background-position: -317px -3091px;
  width: 18px;
  height: 11px;
}

.downArrowRedIcon {
  background-position: -325px -4895px;
  width: 14px;
  height: 9px;
}

.upArrowRedIcon {
  background-position: -305px -4893px;
  width: 14px;
  height: 9px;
}

.userIcon2 {
  width: 20px;
  height: 21px;
  background-position: -484px -1118px;
  padding: 0;
}

.userIcon {
  width: 30px;
  height: 29px;
  background-position: -59px -611px;
  vertical-align: middle;
  margin-right: 8px;
}

.cartIcon {
  width: 28px;
  height: 25px;
  background-position: -97px -617px;
  vertical-align: middle;
  margin-right: 8px;
}

.caret {
  width: 14px;
  height: 8px;
  display: inline-block;
  background: url("../images/homepage/desktop/caret.png") no-repeat;
  transition: 0.2s;
}

.white-caret {
  width: 18px;
  height: 12px;
  background-position: -35px -950px;
  vertical-align: middle;
}

.hamburger-icon,
.hamburgerIcon {
  width: 26px;
  height: 23px;
  background-position: -31px -766px;
}

.searchIcon {
  background-position: -33px -795px;
  width: 21px;
  height: 20px;
}

.userIcon3 {
  background-position: -58px -648px;
  width: 48px;
  height: 48px;
}

.infoIcon {
  background-position: no-repeat -279px -3064px;
  width: 16px;
  height: 16px;
}

.leftIcon,
.rightIcon {
  background-position: -474px -4561px;
  width: 22px;
}

.rightIcon {
  height: 22px;
}

.leftIcon {
  transform: rotate(180deg);
  height: 22px;
}

.rightIconSm {
  transform: scale(0.5);
}

.leftIconSm {
  transform: scale(0.5) rotate(180deg);
}

.unlockIcon {
  background-position: -97px -736px;
  width: 18px;
  height: 24px;
}

.backIcon {
  background-position: -367px -1195px;
  width: 14px;
  height: 9px;
  transform: rotate(-90deg);
}

.personIcon,
.personIcon2,
.personIcon3 {
  width: 20px;
  height: 14px;
}

.personIcon {
  background-position: -290px -4965px;
}

.personIcon2 {
  background-position: -290px -4931px;
}

.personIcon3 {
  background-position: -474px -314px;
}

.globeIcon,
.globeIcon2,
.globeIcon3 {
  width: 20px;
  height: 20px;
}

.globeIcon {
  background-position: -257px -4962px;
}

.globeIcon2 {
  background-position: -257px -4929px;
}

.globeIcon3 {
  background-position: -474px -345px;
}

.downArrowSmIcon {
  background-position: -189px -1238px;
  width: 12px;
  height: 7px;
}

.check-icon,
.checkIcon {
  background-position: -182px -1598px;
  width: 20px;
  height: 20px;
  display: none;
}

.videoIcon {
  background-position: -226px -4846px;
  width: 25px;
  height: 25px;
}

.testIcon {
  background-position: -267px -4846px;
  width: 17px;
  height: 23px;
}

.lectureIcon {
  background-position: -303px -4848px;
  width: 26px;
  height: 19px;
}

.assignmentIcon {
  background-position: -224px -4885px;
  width: 22px;
  height: 24px;
}

.calenderIcon {
  background-position: -345px -4846px;
  width: 24px;
  height: 26px;
}

.solutionIcon {
  background-position: -260px -4887px;
  width: 32px;
  height: 23px;
}

.unlockIcon2 {
  background-position: -215px -1412px;
  width: 12px;
  height: 16px;
}

.pdfIcon,
.playIcon {
  width: 16px;
  height: 16px;
}

.playIcon {
  background-position: -352px -1064px;
}

.pdfIcon {
  background-position: -318px -1064px;
}

.dislikeIcon,
.likeIcon {
  width: 19px;
  height: 17px;
}

.likeIcon {
  background-position: -106px -2094px;
}

.dislikeIcon {
  background-position: -106px -2129px;
}

.checkIcon2 {
  background-position: -458px -1196px;
  width: 12px;
  height: 12px;
}

.thunderIcon {
  background-position: -323px -4930px;
  width: 10px;
  height: 20px;
}

.clockIcon {
  background-position: -354px -4889px;
  width: 19px;
  height: 20px;
}

.downloadIcon {
  background-position: -188px -4906px;
  width: 16px;
  height: 16px;
}

.readingIcon {
  background-position: -238px -1409px;
  width: 20px;
  height: 20px;
}

.writingIcon {
  background-position: -268px -1409px;
  width: 19px;
  height: 20px;
}

.listeningIcon {
  background-position: -295px -1409px;
  width: 20px;
  height: 20px;
}

.speakingIcon {
  background-position: -324px -1409px;
  width: 20px;
  height: 20px;
}

.playIcon2 {
  background-position: -429px -2424px;
  width: 54px;
  height: 54px;
}

.emailIcon {
  background-position: -220px -2907px;
  width: 20px;
  height: 14px;
}

.password-icon,
.passwordIcon {
  background-position: -258px -2904px;
  width: 24px;
  height: 20px;
}

.personIcon4 {
  background-position: -248px -3475px;
  width: 20px;
  height: 20px;
}

.noteIcon {
  background-position: -283px -3477px;
  width: 16px;
  height: 19px;
}

.checkIcon3 {
  background-position: -359px -3916px;
  width: 80px;
  height: 80px;
}

.planeIcon {
  background-position: -27px -2907px;
  width: 20px;
  height: 20px;
}

.bagIcon {
  background-position: -151px -2908px;
  width: 17px;
  height: 16px;
}

.bookIcon {
  background-position: -71px -2907px;
  width: 20px;
  height: 18px;
}

.studyIcon {
  background-position: -115px -2907px;
  width: 18px;
  height: 18px;
}

.closeIcon {
  background-position: -372px -2951px !important;
  width: 20px;
  height: 20px;
}

.closeIcon2 {
  transform: scale(1.3);
}

.ielts-login-signup-pop-dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.ielts-login-signup-pop-dialog-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
}

.ielts-dialog-input-wrap .form-group {
  position: relative;
  margin: 0;
}

.dialog-mb-20,
.ielts-final-pop-main span {
  margin-bottom: 20px;
}

.dialog-mt-30 {
  margin-top: 30px;
}

.dialog-mt-15 {
  margin-top: 15px;
}

.dialog-mt-40 {
  margin-top: 35px;
}

.ielts-login-pop-ctn {
  width: 470px;
  display: block;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
}

.ielts-dialog-otp-resend-btn {
  color: #ff615d;
  text-decoration: none;
}

.ielts-dialog-input-wrap-otp-suffix:hover,
.ielts-dialog-otp-resend-btn:hover,
.loginLink:hover,
.signUpLink:hover {
  color: #ff615d;
  text-decoration: underline;
}

.ielts-login-signup-pop-header {
  width: 100%;
  height: 80px;
  text-align: center;
  background-color: #02359e;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ielts-login-signup-pop-header-title p:first-child {
  font-size: 28px;
  font-weight: 600;
  line-height: 0.86;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.ielts-login-signup-pop-header-title p:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  line-height: 0.86;
  text-align: center;
  color: #fff;
  margin: 0;
}

.ielts-login-signup-close-btn {
  position: absolute;
  top: 40%;
  right: 20px;
  z-index: 1;
  cursor: pointer;
}

.ielts-login-signup-pop input::placeholder {
  font-size: 14px;
  line-height: 1.71;
  text-align: left;
  color: #686868;
}

.ielts-email-ctn {
  width: 100%;
  flex-shrink: 0;
  padding: 20px;
  display: none;
}

.ielts-dialog-input-wrap {
  width: 100%;
  position: relative;
}

.ielts-dialog-input-wrap.phone-container-signup {
  height: 45px;
}

.enroll-phone-link,
.ielts-demo-book-pop-right-ctn .select2-container,
.ielts-dialog-input-wrap .iti {
  width: 100%;
}

.ielts-dialog-error {
  position: absolute;
  bottom: -18px;
  left: 0;
  font-size: 12px;
  line-height: 1.33;
  text-align: left;
  color: #ff615d;
}

.ieltsmaterialIcons.emailIcon.ielts-dialog-input-wrap-suffix {
  position: absolute;
  top: 35%;
  right: 15px;
  background-position: -220px -2907px;
}

.ielts-dialog-input-wrap-password-suffix {
  position: absolute;
  top: 15%;
  right: 12px;
}

.ielts-pop-app,
.ielts-pop-email,
.ielts-pop-name,
.ielts-pop-number,
.ielts-pop-otp,
.ielts-pop-password,
.ielts-pop-phone,
.ielts-pop-phone-otp {
  width: 100%;
  height: 45px;
  border-radius: 4px;
  padding: 12px;
  color: #282828;
  border: 1px solid #eaeaea;
}

.ielts-pop-app {
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  color: #686868;
}

.ielts-dialog-email-forgot-btn {
  float: right;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  color: #ff615d;
  text-decoration: none;
}

.ielts-dialog-get-otp-btn,
.ielts-dialog-login-btn,
.ielts-dialog-login-otp-btn,
.ielts-dialog-switch-btn {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.ielts-dialog-get-otp-btn,
.ielts-dialog-login-btn {
  width: 100%;
  height: 48px;
  color: #fff;
  border-radius: 4px;
  border: none;
  outline: 0;
  background-color: #ff615d;
}

.ielts-dialog-login-otp-btn {
  width: 100%;
  height: 48px;
  color: #282828;
  border-radius: 4px;
  outline: 0;
  background-color: #fff;
  border: 1px solid #ff615d;
}

.ielts-dialog-switch-btn {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 0;
  text-decoration: none;
  color: #282828;
}

.ielts-dialog-switch-btn:hover {
  color: #282828;
}

.ielts-dialog-switch-btn span:nth-child(2) {
  color: #ff615d !important;
}

.ielts-otp-ctn {
  width: 100%;
  flex-shrink: 0;
  padding: 20px;
  display: block;
}

.ielts-pop-phone-diabled {
  color: #686868;
  font-size: 14px;
}

.ielts-dialog-input-wrap-otp-suffix {
  position: absolute;
  top: 20%;
  right: 10px;
  border: none;
  height: 10px;
  outline: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  background-color: transparent;
  color: #ff615d;
  text-decoration: none;
}

.ielts-mobile-otp-ctn {
  display: none;
}

.ielts-dialog-get-otp-btn:disabled,
.ielts-signup-submit-btn:disabled {
  background-color: rgba(255, 97, 93, 0.6);
}

.ielts-dialog-otp-resend-ctn {
  float: right;
  font-size: 14px;
  line-height: 1.71;
  color: #282828;
  cursor: pointer;
}

.enroll-already-registered a,
.ielts-demo-book-item-txt p:nth-child(2) .ielts-demo-book-item-band-txt,
.ielts-dialog-otp-resend-ctn span:nth-child(2),
.ielts-final-pop-main span:nth-child(2),
.ielts-intent-already-ctn span:nth-child(2),
.ielts-spinner-timer span {
  color: #ff615d;
}

.ielts-signup-pop-ctn {
  width: 706px;
  background-color: #fff;
}

.ielts-login-signup-pop-header.signup-header {
  width: 706px;
}

.ielts-signup-ctn {
  padding: 20px;
}

.ielts-signup-terms-txt {
  font-size: 12px;
  font-weight: 400;
  margin: 10px 0 0 !important;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #282828;
}

.ielts-signup-terms-txt a {
  text-decoration: none;
  color: #1f86e6;
}

.ielts-signup-footer-ctn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ielts-signup-already-ctn {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #282828;
  margin-bottom: 0;
}

.ielts-signup-already-ctn a {
  text-decoration: none;
  color: #ff615d !important;
}

.ielts-signup-submit-btn {
  width: 125px;
  height: 48px;
  border: none;
  outline: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #ff615d;
}

.ielts-dialog-otp-send-btn,
.ielts-dialog-otp-timer,
.phone-container-signup #send-otp-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
}

.ielts-signup-input-ctn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.ielts-signup-input-ctn input {
  padding: 12px 12px 12px 44px !important;
}

#send-otp-button,
#verify-otp-button {
  display: none;
  position: absolute;
  top: 12px;
  right: 15px;
  width: fit-content;
}

.phone-container-signup #send-otp-button {
  color: #ff615d;
  height: fit-content;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
  border: none;
}

.copyright ul li a:hover,
.footrer_main_content ul li a:hover,
.phone-container-signup #send-otp-button:hover {
  text-decoration: underline;
}

.ielts-signup-input-ctn select {
  padding: 9px 12px 12px 38px;
}

.ielts-pop-number,
.ielts-pop-otp,
.ielts-signup-input-ctn input.ielts-pop-otp {
  padding: 12px !important;
}

.ielts-dialog-input-name-prefix {
  position: absolute;
  top: 28%;
  left: 10px;
}

.ieltsmaterialIcons.emailIcon.ielts-dialog-input-email-prefix {
  position: absolute;
  top: 35%;
  left: 10px;
  background-position: -220px -2907px;
}

.ielts-dialog-input-dest-prefix,
.ielts-dialog-input-select-prefix,
.ielts-dialog-input-study-prefix {
  position: absolute;
  top: 25%;
  left: 10px;
}

.ielts-dialog-input-password-prefix {
  position: absolute;
  top: 24%;
  left: 10px;
}

.ielts-dialog-otp-send-btn {
  position: absolute;
  top: 23%;
  right: 15px;
  color: #1f86e6;
}

.ielts-dialog-otp-timer {
  position: absolute;
  top: 24%;
  right: 15px;
  color: #ff615d;
  z-index: 1;
}

.hexagon-gallery {
  max-width: 316px;
  height: 285px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 84px;
  grid-gap: 14px;
  margin-left: 25px;
  margin-top: 30px;
  row-gap: 6px;
}

.hex {
  position: relative;
  width: 90px;
  height: 105px;
  background-color: #d8d8d8;
  -webkit-clip-path: polygon(50% 0%,
      100% 25%,
      100% 75%,
      50% 100%,
      0% 75%,
      0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.hex:first-child {
  grid-row-start: 1;
  grid-column: 2 / span 2;
}

.hex:nth-child(2) {
  grid-row-start: 1;
  grid-column: 4 / span 2;
}

.hex:nth-child(2) .hexInside {
  background-color: #ffecf5;
}

.hex:nth-child(3) {
  grid-row-start: 2;
  grid-column: 1 / span 2;
}

.hex:nth-child(3) .hexInside {
  background-color: #fff5d9;
}

.hex:nth-child(4) {
  grid-row-start: 2;
  grid-column: 3 / span 2;
}

.hex:nth-child(4) .hexInside {
  background-color: #efe8ff;
}

.hex:nth-child(5) {
  grid-row-start: 2;
  grid-column: 5 / span 2;
}

.hex:nth-child(5) .hexInside {
  background-color: #ebf5ff;
}

.hex:nth-child(6) {
  grid-row-start: 3;
  grid-column: 2 / span 2;
}

.hex:nth-child(6) .hexInside {
  background-color: #fdebee;
}

.hex:nth-child(7) {
  grid-row-start: 3;
  grid-column: 4 / span 2;
}

.hex:first-child .hexInside,
.hex:nth-child(7) .hexInside {
  background-color: #def6f4;
}

.hexInside {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff;
  -webkit-clip-path: polygon(50% 0%,
      100% 25%,
      100% 75%,
      50% 100%,
      0% 75%,
      0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hexInside p {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #282828;
  max-width: 65px;
}

.ielts-demo-book-pop-ctn {
  display: flex;
  width: 940px;
  height: 546px;
  background-color: #fff;
  position: relative;
}

.ielts-demo-book-pop-left {
  flex: 1;
  flex-basis: 360px;
  width: 360px;
  background-color: #f5f5f5;
}

.ielts-demo-book-left-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #282828;
  padding: 30px 30px 0;
  margin: 0;
}

.ielts-demo-book-left-list {
  margin: 10px 0 0;
  list-style-type: none;
  display: flex;
  overflow-x: auto;
  padding: 10px 0 0 30px;
  border-top: 1px solid #d8d8d8;
  gap: 10px;
}

.ielts-demo-book-left-list-item {
  width: 270px;
  flex-shrink: 0;
  padding: 10px 7px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  display: flex;
  gap: 10px;
}

.ielts-demo-book-left-list-item img {
  border-radius: 50%;
  flex-shrink: 0;
  height: 42px;
  width: 42px;
}

.ielts-demo-book-item-txt p:first-child {
  font-size: 12px;
  line-height: 1.33;
  text-align: left;
  color: #282828;
  margin-bottom: 5px;
}

.ielts-demo-book-item-txt p:nth-child(2) {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
  text-align: left;
  color: #282828;
  margin-bottom: 0;
}

.ielts-demo-book-pop-right {
  flex: 2;
  width: 580px;
  flex-basis: 580px;
  padding: 20px 40px;
}

.ielts-demo-book-pop-right-title,
.ielts-intent-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  text-align: left;
  color: #282828;
  margin-bottom: 10px;
}

.ielts-demo-book-pop-right-desc {
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #282828;
  margin-bottom: 16px;
}

.ielts-demo-book-pop-right-txt {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 2.14;
  text-align: left;
  color: #282828 !important;
  margin-top: 10px !important;
  margin-bottom: 0;
}

.ielts-demo-book-enroll-input-dates-ctn {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}

.enroll-lead-not-captured,
.ielts-demo-book-enroll-input-dates-ctn #adsleadform-demo_date {
  display: flex;
  gap: 10px;
}

.date-input-box,
.ielts-demo-book-date-input-box {
  position: relative;
  width: 56px !important;
  height: 56px !important;
}

.enroll-input-dates-ctn .date-input-box label,
.ielts-demo-book-enroll-input-dates-ctn .ielts-demo-book-date-input-box label {
  width: 56px !important;
  height: 56px !important;
  padding: 7px 14px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #686868;
  border: 1px solid #d8d8d8;
  background-color: #fafafa;
  position: absolute;
  cursor: pointer;
}

.enroll-input-dates-ctn .date-input-box input[type="radio"],
.ielts-demo-book-enroll-input-dates-ctn .ielts-demo-book-date-input-box input[type="radio"] {
  appearance: none;
  margin: 0;
  width: 56px !important;
  height: 56px !important;
  position: absolute;
  border: none !important;
  outline: 0 !important;
}

.ielts-demo-book-enroll-input-dates-ctn .ielts-demo-book-date-input-box input[type="radio"]:checked~label {
  border: 1px solid #3d8ff2;
  background-color: #e8f2fc;
  color: #282828;
}

.ielts-demo-book-input-ctn {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.ielts-demo-book-pop-right-ctn .select2.select2-container.select2-container--default {
  width: 100% !important;
}

.ielts-demo-book-pop-right-ctn .select2-container .select2-selection--single {
  position: relative;
  height: 40px;
  color: #686868 !important;
  border: 1px solid #d8d8d8;
}

.ielts-demo-book-pop-right-ctn .select2-container .selection .select2-selection .select2-selection__rendered {
  color: #686868 !important;
  font-size: 14px;
  padding: 5px 0 !important;
}

.ielts-demo-book-input-ctn .select2-container .selection .select2-selection .select2-selection__rendered {
  color: #686868 !important;
  font-size: 14px;
  padding: 5px 15px 5px 24px !important;
}

.ielts-demo-book-pop-right-ctn .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 5px;
  right: 8px !important;
}

.ielts-demo-book-pop-right-ctn .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background-image: url("../images/homepage/sprite/master-sprite.webp");
  background-position: -37px -880px;
  background-repeat: no-repeat;
  width: 14px;
  height: 9px;
}

.dataSelectDropDown .select2-container--default .select2-results__option--selected,
.ielts-demo-book-date .select2-container--default .select2-results__option--selected,
.select2-dropdown.examSelectDropDown.select2-dropdown--above .select2-results .select2-results__options .select2-results__option.select2-results__option--selectable.select2-results__option--selected,
.select2-dropdown.examSelectDropDown.select2-dropdown--below .select2-results .select2-results__options .select2-results__option.select2-results__option--selectable.select2-results__option--selected,
.select2-dropdown.ielts-demo-book-date.select2-dropdown--above .select2-results .select2-results__options .select2-results__option.select2-results__option--selectable.select2-results__option--selected,
.select2-dropdown.ielts-demo-book-date.select2-dropdown--below .select2-results .select2-results__options .select2-results__option.select2-results__option--selectable.select2-results__option--selected,
.select2-dropdown.ielts-intent-select-2.select2-dropdown--above .select2-results .select2-results__options .select2-results__option.select2-results__option--selectable.select2-results__option--selected,
.select2-dropdown.ielts-intent-select-2.select2-dropdown--below .select2-results .select2-results__options .select2-results__option.select2-results__option--selectable.select2-results__option--selected {
  background-color: #f5f5f5 !important;
}

.select2-dropdown.examSelectDropDown.select2-dropdown--above .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-dropdown.examSelectDropDown.select2-dropdown--above .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable[aria-selected="true"],
.select2-dropdown.examSelectDropDown.select2-dropdown--above .select2-results__option--selectable:hover,
.select2-dropdown.examSelectDropDown.select2-dropdown--below .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-dropdown.examSelectDropDown.select2-dropdown--below .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable[aria-selected="true"],
.select2-dropdown.examSelectDropDown.select2-dropdown--below .select2-results__option--selectable:hover,
.select2-dropdown.ielts-demo-book-date.select2-dropdown--above .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-dropdown.ielts-demo-book-date.select2-dropdown--above .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable[aria-selected="true"],
.select2-dropdown.ielts-demo-book-date.select2-dropdown--above .select2-results__option--selectable:hover,
.select2-dropdown.ielts-demo-book-date.select2-dropdown--below .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-dropdown.ielts-demo-book-date.select2-dropdown--below .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable[aria-selected="true"],
.select2-dropdown.ielts-demo-book-date.select2-dropdown--below .select2-results__option--selectable:hover,
.select2-dropdown.ielts-intent-select-2.select2-dropdown--above .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-dropdown.ielts-intent-select-2.select2-dropdown--above .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable[aria-selected="true"],
.select2-dropdown.ielts-intent-select-2.select2-dropdown--above .select2-results__option--selectable:hover,
.select2-dropdown.ielts-intent-select-2.select2-dropdown--below .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-dropdown.ielts-intent-select-2.select2-dropdown--below .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable[aria-selected="true"],
.select2-dropdown.ielts-intent-select-2.select2-dropdown--below .select2-results__option--selectable:hover {
  background-color: #f5f5f5 !important;
  color: #282828;
}

.select2-dropdown.examSelectDropDown.select2-dropdown--above .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted[aria-selected="true"],
.select2-dropdown.examSelectDropDown.select2-dropdown--below .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted[aria-selected="true"],
.select2-dropdown.ielts-category.select2-dropdown--above .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted[aria-selected="true"],
.select2-dropdown.ielts-category.select2-dropdown--below .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted[aria-selected="true"],
.select2-dropdown.ielts-demo-book-date.select2-dropdown--above .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted[aria-selected="true"],
.select2-dropdown.ielts-demo-book-date.select2-dropdown--below .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted[aria-selected="true"],
.select2-dropdown.ielts-intent-select-2.select2-dropdown--above .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted[aria-selected="true"],
.select2-dropdown.ielts-intent-select-2.select2-dropdown--below .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted[aria-selected="true"] {
  color: #000 !important;
  background-color: transparent !important;
}

.ielts-dialog-input-degree-prefix {
  position: absolute;
  top: 30%;
  left: 10px;
}

.ielts-dialog-input-education-prefix {
  position: absolute;
  top: 26%;
  left: 10px;
}

.ielts-demo-book-btn-ctn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.ielts-demo-book-btn {
  width: 250px;
  height: 36px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  border: none;
  outline: 0;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #ff615d;
}

.ielts-final-pop-ctn {
  background-color: #fff;
  position: relative;
}

.ielts-final-pop-main {
  padding: 80px 120px;
  flex-direction: column;
  align-items: center;
  position: relative;
  display: flex;
}

.ielts-final-pop-main-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 2.14;
  text-align: center;
  color: #282828;
}

.ielts-final-pop-main-desc {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  text-align: center;
  color: #282828;
  margin-bottom: 40px;
}

.ielts-dialog-dashboard-btn {
  width: 200px;
  height: 36px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  border: none;
  outline: 0;
  border-radius: 4px;
  background-color: #ff615d;
}

.ielts-dialog-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.dialog-mt-20 {
  margin-top: 20px;
}

.help-block {
  position: absolute;
  margin-top: 1px !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
  color: #ff615d !important;
}

.ielts-slide-desc-ctn a,
.signUpLink {
  font-size: 16px;
  text-decoration: none;
}

.form-group.has-error input,
.inputError {
  border: 1px solid red;
  outline: 0;
}

.visibleEyeIcon {
  background-position: -154px -3880px;
  width: 25px;
  height: 17px;
  top: 14px;
  opacity: 0.2;
}

.hiddenEyeIcon {
  background-position: -352px -3475px !important;
}

.text-center {
  text-align: center !important;
}

.signUpLink {
  color: #ff615d;
}

.ielts-dialog-input-wrap .form-control.krajee-datepicker,
.ielts-dialog-input-wrap .input-group {
  height: 40px !important;
}

#ielts-shine-btn-1,
#step-two-submit,
.enroll-step-congrats,
.enroll-step-four,
.enroll-step-last,
.enroll-step-three,
.enroll-step-two,
.idpPartnerText,
.ielts-input-ctn .select2-search.select2-search--dropdown,
.ielts-intent-popup-left-text-ctn,
.ielts-intent-step-two,
.ielts-pr-step-check,
.ielts-pr-step-number.active,
.ielts-spinner-right,
.otp-container-signup,
.ourOffices .locationTab .selectedCityArea .cityLocationAddress,
.ourOffices .mapTab .selectedCityMap iframe .review-box,
.spinner-wrapper {
  display: none;
}

.hexClassIcon {
  width: 30px;
  height: 30px;
  background-position: -113px -3180px;
}

.hexBandIcon {
  width: 30px;
  height: 35px;
  background-position: -173px -3175px;
}

.hexPlatformIcon {
  width: 30px;
  height: 30px;
  background-position: -343px -3176px;
}

.hexScoreIcon {
  width: 30px;
  height: 30px;
  background-position: -228px -3177px;
}

.hexEbookIcon {
  width: 35px;
  height: 30px;
  background-position: -286px -3176px;
}

.hexWebinarIcon {
  width: 30px;
  height: 25px;
  background-position: -394px -3182px;
}

.hexResourceIcon {
  width: 30px;
  height: 30px;
  background-position: -445px -3179px;
}

.loginLink,
.signUpLink {
  cursor: pointer;
}

.ielts-dialog-input-wrap .enteredNumber {
  background-color: #f5f5f5;
  padding: 12px;
  width: 99%;
}

.ielts-signup-input-ctn select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 100%;
  background-image: url(/v2/images/version2/selectoption.png);
  background-repeat: no-repeat;
  background-position: 95% 17px;
}

.ielts-otp-ctn .ielts-mobile-ctn .ielts-pop-phone {
  z-index: 2;
  background-color: transparent;
}

.form-group.has-error #ielts-intent-select-2,
.form-group.has-error .iti--allow-dropdown input[type="tel"],
.form-group.has-error select {
  border: 1px solid red;
}

.ielts-slide-desc-ctn a {
  outline: 0;
  line-height: 24px;
  color: #1f86b6;
}

.ielts-cue-card-fifth,
.ielts-cue-card-fourth,
.ielts-cue-card-third {
  background-image: url("../images/article/cta-assets/cta-bg-1.webp");
  background-repeat: no-repeat;
  border-radius: 0 20px;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  height: 140px;
}

.ielts-cue-card-fifth-text p,
.ielts-cue-card-fourth-text p,
.ielts-cue-card-third-text p {
  margin-bottom: 0 !important;
  color: #fff !important;
  padding: 0 !important;
}

.ielts-cue-card-fifth-absolute,
.ielts-cue-card-fourth-absolute,
.ielts-cue-card-sixth-absolute,
.ielts-cue-card-third-absolute {
  position: absolute;
  top: 5px;
  left: 10px;
}

.ielts-cue-card-fifth-relative,
.ielts-cue-card-third-relative {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 20px 20%;
  height: 100%;
}

.ielts-cue-card-fifth-relative img,
.ielts-cue-card-fourth-relative img,
.ielts-cue-card-third-relative img {
  position: absolute;
  bottom: 0;
  left: 10px;
}

.ielts-cue-card-fifth-text,
.ielts-cue-card-fifth-txt,
.ielts-cue-card-fourth-text,
.ielts-cue-card-third-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.ielts-cue-card-fourth-heading,
.ielts-cue-card-third-heading {
  font-size: 24px !important;
  font-weight: 600;
  line-height: 1.17 !important;
  text-align: left;
  color: #fff;
  padding: 0 !important;
}

.ielts-cue-card-fifth-btn,
.ielts-cue-card-fourth-btn,
.ielts-cue-card-third-btn {
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  outline: 0;
  background-color: #ff615d;
  text-align: center;
  font-weight: 700;
}

.ielts-cue-card-third-text {
  flex-shrink: 0;
}

.ielts-cue-card-third-btn {
  flex-shrink: 0;
  width: 190px;
  height: 48px;
  border: 1px solid #ff615d;
  color: #fff;
}

.ielts-cue-card-fourth-relative {
  padding: 18px 20px 18px 20%;
  height: 100%;
}

.ielts-cue-card-fifth-btn,
.ielts-cue-card-fourth-btn {
  flex-shrink: 0;
  width: 139px;
  height: 48px;
  border: 1px solid #ff615d;
  color: #fff;
}

.ielts-cue-card-seventh,
.ielts-cue-card-sixth {
  background-color: #02359e;
  background-repeat: no-repeat;
  width: 728px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.ielts-cue-card-fifth-heading,
.ielts-cue-card-fourth-text p,
.ielts-cue-card-sixth-heading {
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  color: #fff;
}

.ielts-cue-card-sixth {
  background-image: url("../images/article/cta-assets/cta-bg-3.webp");
  background-size: 120% 100%;
  background-position: 50% 0;
}

.ielts-cue-card-seventh {
  background-image: url("../images/article/cta-assets/cta-bg-4.webp");
  background-size: 100% 100%;
}

.ielts-cue-card-sixth-relative {
  position: relative;
  padding: 35px 20px 35px 20% !important;
}

.ielts-cue-card-sixth-relative img {
  position: absolute;
  left: 10px;
  bottom: 0;
}

.btf-girl-img {
  height: 72px;
}

.ielts-cue-card-sixth-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.ielts-cue-card-sixth-heading {
  width: 224px;
  font-weight: 700;
  margin-bottom: 0;
}

.ielts-cue-card-sixth-btn,
.ielts-unlock-btn-2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  outline: 0;
  background-color: #ff615d;
}

.ielts-cue-card-sixth-btn {
  width: 204px;
  height: 30px;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #ff615d;
}

#spin-message *,
.ielts-unlock-btn-2 {
  color: #fff !important;
}

#ielts-intent-select-2,
.ielts-unlock-btn-2 {
  background-repeat: no-repeat;
  border-radius: 4px;
}

.ielts-unlock-btn-2 {
  background-image: url("../images/article/cta-assets/cta-btn-bg.webp");
  background-size: 108% 161%;
  background-position: -17px;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #ff615d;
}

.ielts-spinner-rht,
.ielts-unlock-btn-2>span {
  color: #fff;
}

.ielts-cue-grammer-ctn {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  margin-bottom: 20px;
}

.intent-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.ielts-intent-popup .iti__country-list {
  max-width: 357px;
}

.ielts-enroll-dialog .enroll-input-dates-ctn,
.ielts-intent-slider-text-ctn p {
  margin-bottom: 0;
}

.ielts-intent-popup {
  position: fixed;
  width: 706px;
  height: 400px;
  padding: 30px;
  border: none;
  outline: 0;
  border-radius: 0;
  background-image: url("../images/intentpopup/intent-home-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

#ielts-intent-select-2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background-image: url(/v3/images/intentpopup/selectoption.png);
  font-size: 14px;
  width: 100%;
  height: 36px;
  padding-left: 16px;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  background-position: 95% 13px;
  color: #686868;
}

.ielts-intent-popup .iti--allow-dropdown,
.ielts-intent-popup .iti--allow-dropdown input[type="tel"] {
  height: 36px;
  width: 360px;
  margin-bottom: 0;
  border-radius: 4px;
}

.ielts-intent-popup .iti--allow-dropdown input[type="tel"] {
  border: 1px solid #d8d8d8;
}

.ielts-intent-popup::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.ielts-intent-popup-close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.ielts-intent-popup-ctn {
  display: flex;
  align-items: center;
  gap: 50px;
}

.ielts-intent-popup-left {
  padding-top: 20px;
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ielts-intent-popup-right {
  flex-basis: 60%;
}

.ielts-intent-subheading {
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #282828;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ielts-intent-main {
  width: 277px;
}

.ielts-intent-input-wrap {
  margin-bottom: 16px;
  position: relative;
}

.ielts-intent-input-wrap input::placeholder {
  font-size: 14px;
  line-height: 1.71;
  text-align: left;
  color: #686868;
}

.ielts-intent-input-wrap input:focus {
  border: none;
  outline: #282828 solid 1px;
}

.ielts-intent-email-box,
.ielts-intent-otp-box,
.ielts-intent-phone-box {
  width: 100%;
  height: 36px;
  border-radius: 4px;
  padding: 0 16px;
  border: 1px solid #d8d8d8;
}

.ielts-intent-btn {
  width: 124px;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #ff615d;
  border: none;
  outline: 0;
}

.ielts-intent-email-box-error,
.ielts-intent-mobile-error {
  position: absolute;
  bottom: -16px;
  left: 2px;
  font-size: 12px;
  line-height: 1.33;
  text-align: left;
  color: #ff615d;
}

.ielts-intent-already-ctn {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.14;
  text-align: left;
  margin-top: 8px;
  display: none;
}

.footer-Location ul li a:hover,
.ielts-intent-already-ctn a {
  text-decoration: none;
}

.ielts-intent-already-ctn span:first-child {
  color: #02359e;
}

.ielts-intent-otp-resend {
  cursor: pointer;
  display: none;
}

.ielts-intent-otp-resend,
.ielts-intent-otp-timer {
  position: absolute;
  top: 20%;
  right: 3%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  color: #ff615d;
}

.intent-edit-number {
  position: absolute;
  right: 3%;
  font-size: 14px;
  color: #ff615d;
  cursor: pointer;
}

.ielts-intent-slider .owl-item {
  overflow: hidden;
  border: 1px solid #d8d8d8;
  border-radius: 20px 4px;
  background-color: #fff;
}

.ielts-intent-slider-item {
  padding: 10px;
  display: flex;
  border: none;
  gap: 10px;
  text-decoration: none;
}

.ielts-intent-slider {
  width: 240px !important;
}

.ielts-intent-slider.owl-carousel .owl-stage-outer {
  padding: 16px 0;
}

.ielts-intent-slider.owl-carousel .owl-nav button.owl-next,
.ielts-intent-slider.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  background-color: #fff !important;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff615d !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.ielts-intent-slider.owl-carousel .owl-nav button.owl-next {
  top: 35%;
  right: -6%;
}

.ielts-intent-slider.owl-carousel .owl-nav button.owl-prev {
  top: 35%;
  left: -7%;
}

.enroll-input-wrap .select2-search.select2-search--dropdown,
.ielts-intent-step-one .select2-search.select2-search--dropdown,
.owl-next.disabled,
.owl-prev.disabled,
.select2-dropdown.examSelectDropDown.select2-dropdown--above .select2-search.select2-search--dropdown,
.select2-dropdown.examSelectDropDown.select2-dropdown--below .select2-search.select2-search--dropdown,
.select2-dropdown.ielts-input-ctn.select2-dropdown--above .select2-search.select2-search--dropdown,
.select2-dropdown.ielts-input-ctn.select2-dropdown--below .select2-search.select2-search--dropdown,
.select2-dropdown.ielts-intent-select-2.select2-dropdown--above .select2-search.select2-search--dropdown,
.select2-dropdown.ielts-intent-select-2.select2-dropdown--below .select2-search.select2-search--dropdown {
  display: none !important;
}

.ielts-intent-slider-img-ctn {
  flex-shrink: 1;
  flex-basis: 30%;
}

.ielts-intent-slider-img {
  border-radius: 50%;
  height: 40px;
  width: 40px !important;
  border: 1px solid #d8d8d8;
}

.ielts-intent-slider-text-comment {
  font-size: 12px;
  line-height: 1.33;
  text-align: left;
  color: #282828;
  max-height: 50px;
  overflow: hidden;
}

.ielts-intent-slider-text-name-band span:first-child {
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  color: #282828;
}

.ielts-intent-slider-text-name-band span:nth-child(2) {
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  color: #ff615d;
}

.ielts-intent-step-one select {
  width: 100%;
  height: 36px;
  border-radius: 4px;
  background: 0 0;
}

.select2-container .select2-selection--single {
  position: relative;
  height: 36px;
  color: #686868 !important;
  border: 1px solid #d8d8d8;
}

.select2-container .selection .select2-selection .select2-selection__rendered {
  color: #686868 !important;
  font-size: 14px;
  padding: 3px 15px !important;
}

.select2.select2-container,
.select2.select2-container.select2-container--default.select2-container--above.select2-container--focus,
.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
  height: 36px;
}

.ielts-accordion-header::before {
  transition: 0.3s;
}

.ielts-accordion-header.active::before {
  transform: rotate(-180deg);
}

.greenTickIcon {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px !important;
  height: 20px !important;
  background-position: -2px -1120px;
  display: none;
}

.ielts-mobile-ctn .check-icon {
  position: absolute;
  top: 27%;
  right: 11px;
}

.main404 {
  margin: 80px 0;
  padding-top: 40px;
  display: flex;
}

.main404 .linkGroup404 ul li:not(:last-child) {
  border-right: 1px solid #000;
  padding-right: 10px;
  margin-right: 10px;
}

.main404 .left404 {
  padding-bottom: 30px;
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main404 .right404 {
  flex: 3;
}

.main404 .heading404 {
  font-size: 96px;
  font-weight: 600;
  line-height: 0.83;
  text-align: left;
  color: #ff615d;
}

.main404 .subHeadingText {
  height: 24px;
  margin: 10px 0 20px !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  color: #282828;
}

.main404 .description404 {
  width: 390px;
  margin-bottom: 10px !important;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #282828;
}

.footerLogo,
.main404 .linkGroup404,
.ourOffices .locationTab .selectedCityArea .cityLocationAddress .locationPhone,
.ourOffices .locationTab .selectedCityArea .cityLocationAddress h3 {
  margin-bottom: 10px;
}

.main404 .linkGroup404 p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.33;
  text-align: left;
  color: #282828;
  margin-top: 5px !important;
}

.main404 .linkGroup404 a {
  margin: 10px 0 !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #1f86e6;
}

.footer_main_section {
  background: #161e36;
  padding-bottom: 30px;
}

.footer_main_section ul {
  margin: 0;
  padding: 0;
}

.enroll-form-section #registration-form,
.footer_main_section .row {
  margin: 0;
}

.brand_and_media,
.footrer_main_content {
  border-bottom: 1.5px solid #2d364e;
  position: relative;
}

.footer-Location,
.footrer_main_content {
  padding: 30px 0;
}

.footer-Location h2 {
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  padding-bottom: 20px;
}

.footer-Location ul h3,
.footrer_main_content h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-Location ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.footer-Location ul h3 {
  line-height: 1.56;
  color: #02359e;
  padding-bottom: 8px;
}

.footer-Location ul a,
.footer-Location ul li,
.footer-Location ul p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  color: #686868;
}

.footer-Location ul li {
  max-width: 20%;
  width: 100%;
  padding-right: 40px;
  position: relative;
}

.footer-Location ul li a {
  padding-left: 30px;
}

.footer-Location ul li .mailIcon,
.footer-Location ul li .phoneIcon {
  top: 0;
  left: 0;
  filter: brightness(0.7);
  height: 22px;
  transform: scale(0.9);
}

.footer-Location ul li .location-list li {
  max-width: 100%;
  padding: 0;
}

.footer-Location ul li:nth-child(1n + 6) {
  padding-top: 30px;
}

.brand_and_media {
  padding: 0;
  border: none;
}

.brand_and_media .ieltsLogo {
  display: block;
  max-width: 215px;
}

.brand_and_media .row {
  justify-content: space-between;
  align-items: center;
}

.brand_and_media ul.social-links {
  padding-top: 40px;
  display: flex;
  align-items: center;
}

.brand_and_media .footer-link {
  display: flex;
  justify-content: start;
}

.desktop_only {
  display: block !important;
}

.mobile_only {
  display: none !important;
}

@media (max-width: 1023px) {
  .enroll-btn.mobile-split-ielts-academic,
  .enroll-btn.mobile-split-ielts-general {
    font-size: 10px;
  }

  .ielts-header-mobile {
    display: flex;
    width: 100%;
    padding: 0;
    justify-content: space-between;
    align-items: center;
  }

  .ielts-header-top {
    height: 50px;
    padding: 12px 0;
    display: flex;
    flex-direction: column;
  }

  .ielts-search-bar {
    position: relative;
    width: 100%;
    padding: 15px 10px 0;
    display: none;
  }

  .ielts-header-actions {
    display: flex;
    gap: 20px;
  }

  .ielts-header-book-demo-btn,
  .ielts-login-signup-btn {
    display: none;
  }

  .ielts-header-bottom::before {
    content: "";
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    z-index: -1;
  }

  .ielts-header-bottom {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 80%;
    padding: 0;
    z-index: 1000;
    transition: 0.2s linear;
    display: none;
  }

  .ielts-header-bottom .container {
    padding: 0;
    height: 100%;
    background-color: #fff;
  }

  .ielts-header-user-drawer {
    padding: 30px;
    width: 100%;
    display: flex !important;
    gap: 16px;
    align-items: center;
    background-color: #02359e;
  }

  .ielts-header-user-info p {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-white);
  }

  .ielts-header-user-info a {
    font-size: 14px;
    line-height: 24px;
    color: #ff615d;
    display: block;
  }

  .ielts-header-nav-lists {
    padding: 0;
    flex-direction: column;
    gap: 0;
    position: relative;
  }

  .ielts-header-nav-item {
    width: 100%;
    padding: 10px 16px;
    border-bottom: 1px solid #d8d8d8;
  }

  .ielts-header-nav-item-link,
  .ielts-header-nav-item-link:hover {
    display: block;
    width: 100%;
  }

  .has-sub-menu::before {
    content: "";
    position: absolute;
    top: 30%;
    right: 0;
    background: url("../images/homepage/sprite/master-sprite.webp") -41px -896px no-repeat;
    width: 7px;
    height: 12px;
    transform: rotate(180deg);
  }

  .ielts-header-subnav-ctn {
    display: flex;
    flex-direction: column;
    gap: 0;
    top: 0;
    padding: 0 !important;
    z-index: 999;
    background-color: #fff;
    border-top: none;
    border-radius: 0;
    width: 0%;
    overflow: hidden;
    transition: 0.2s linear;
  }

  .ielts-header-subnav-inner-ctn {
    position: relative;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
  }

  .ielts-header-nav-bg-dr {
    width: 100%;
    padding: 10px 16px 10px 35px;
    font-size: 14px;
    font-weight: 600;
    background-color: #d8d8d8;
    position: relative;
  }

  .ielts-header-nav-bg-back::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 10px;
    background: url("../images/homepage/sprite/master-sprite.webp") -367px -1195px no-repeat;
    width: 14px;
    height: 9px;
    transform: rotate(-90deg);
  }

  .ielts-header-subnav-inner-ctn p {
    padding: 10px 16px;
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
  }

  .ielts-header-nav-subitems {
    margin: 0;
    padding: 0;
    position: relative;
    flex-direction: column;
    width: 0;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid #d8d8d8;
    list-style-type: none;
  }

  .ielts-header-nav-subitem {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.3px;
    text-align: left;
    color: #282828;
    padding: 10px 16px;
    border-bottom: 1px solid #d8d8d8;
  }

  .ielts-header-nav-subitem a {
    text-decoration: none;
    color: #282828;
  }

  .ielts-header-nav-subitem a:hover {
    color: #09f;
    text-decoration: underline;
  }

  .hamburgerIcon:hover .ielts-header-nav-bg,
  .ielts-intent-popup-left-text-ctn {
    display: block;
  }

  .ielts-header-nav-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: -1;
  }

  .ielts-header-nav-bg:hover.ielts-header-nav-bg {
    display: none;
  }

  #registration-form {
    margin: 0;
  }

  .ielts-final-pop-group-btn {
    flex-direction: column;
    width: 100%;
  }

  .ielts-demo-book-btn,
  .ielts-final-pop-group-btn a,
  .ielts-login-signup-pop-header.login-header {
    width: 100%;
  }

  .ielts-final-pop-group-btn a:first-child {
    margin-bottom: 10px;
  }

  .field-leadloginform-password .help-block {
    width: 60%;
  }

  .field-leadloginform-otp .help-block {
    width: 40%;
  }

  .ielts-login-signup-pop-dialog-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: unset;
    padding: 12px;
  }

  .dialog-mb-20,
  .ielts-final-pop-main span {
    margin-bottom: 20px;
  }

  .dialog-mt-30 {
    margin-top: 30px;
  }

  .dialog-mt-20 {
    margin-top: 20px;
  }

  .dialog-mt-15 {
    margin-top: 15px;
  }

  .dialog-mt-40 {
    margin-top: 40px;
  }

  .ielts-login-pop-ctn {
    width: 340px;
    margin-top: 35%;
  }

  .ielts-login-signup-pop-header {
    height: 60px;
  }

  .ielts-login-signup-pop-header-title p:first-child {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .ielts-login-signup-pop-header-title p:nth-child(2) {
    font-size: 14px;
    color: #fff;
  }

  .ielts-login-signup-close-btn {
    position: absolute;
    top: 40%;
    right: 20px;
  }

  .ielts-email-ctn,
  .ielts-otp-ctn,
  .ielts-signup-ctn {
    padding: 10px;
  }

  .ielts-dialog-input-wrap {
    width: 100%;
    position: relative;
  }

  .ielts-dialog-email-forgot-btn {
    font-size: 14px;
  }

  .ielts-dialog-input-wrap-otp-suffix {
    position: absolute;
    top: 20%;
    right: 10px;
    border: none;
    height: 10px;
    outline: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    color: #ff615d !important;
    background-color: transparent;
    text-decoration: none;
  }

  .ielts-dialog-input-wrap-otp-suffix:hover {
    color: #ff615d;
    text-decoration: underline;
  }

  .ielts-dialog-otp-resend-ctn {
    float: right;
    font-size: 14px;
    line-height: 1.71;
    color: #282828;
    cursor: pointer;
  }

  .ielts-demo-book-item-txt p:nth-child(2) .ielts-demo-book-item-band-txt,
  .ielts-dialog-otp-resend-ctn span:nth-child(2),
  .ielts-final-pop-main span:nth-child(2) {
    color: #ff615d;
  }

  .ielts-demo-book-item-txt p:first-child,
  .ielts-demo-book-item-txt p:nth-child(2) {
    font-size: 12px;
    line-height: 1.33;
    text-align: left;
    color: #282828;
  }

  .ielts-signup-pop-ctn {
    margin-top: 10%;
    width: 100%;
  }

  .ielts-login-signup-pop-header.signup-header {
    width: 100%;
    height: 70px;
  }

  .ielts-mobile-ctn .iti--allow-dropdown .iti__flag-container,
  .ielts-signup-ctn .iti--allow-dropdown .iti__flag-container {
    top: 0;
  }

  .ielts-signup-footer-ctn {
    flex-direction: column;
  }

  .ielts-signup-already-ctn {
    margin-top: 10px;
    order: 2;
  }

  .ielts-signup-already-ctn a {
    text-decoration: none;
    color: #ff615d;
  }

  .ielts-signup-submit-btn {
    width: 100%;
    height: 48px;
    margin-top: 10px;
  }

  .ielts-signup-input-ctn {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: -20px;
  }

  .ielts-signup-input-ctn input {
    padding: 12px 12px 12px 44px;
  }

  .ielts-pop-number,
  .ielts-pop-otp {
    padding: 12px !important;
  }

  .ielts-dialog-input-name-prefix {
    position: absolute;
    top: 28%;
    left: 10px;
  }

  .ieltsmaterialIcons.emailIcon.ielts-dialog-input-email-prefix {
    position: absolute;
    top: 35%;
    left: 10px;
  }

  .ielts-dialog-input-select-prefix {
    position: absolute;
    top: 25%;
    left: 10px;
  }

  .ielts-dialog-input-password-prefix {
    position: absolute;
    top: 24%;
    left: 10px;
  }

  .ielts-demo-book-pop-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: #02359e;
    position: relative;
  }

  .ielts-demo-book-pop-header img {
    height: 25px;
  }

  .ielts-demo-book-pop-header p {
    position: absolute;
    top: 36%;
    right: 15px;
    margin: 0;
    z-index: 10;
  }

  .ielts-demo-book-pop-ctn {
    display: flex;
    width: 100%;
    height: unset;
    flex-direction: column;
  }

  .ielts-demo-book-pop-left {
    flex: auto;
    width: 100%;
    display: inline-block;
    background-color: #fff;
    border: none;
    order: 2;
  }

  .hexagon-gallery,
  .ielts-demo-book-left-title,
  .ielts-intent-popup-text-ctn {
    display: none;
  }

  .ielts-demo-book-left-list {
    width: 100%;
    margin: 0;
    list-style-type: none;
    display: flex;
    overflow-x: auto;
    border: none;
    padding: 7px 0 10px 15px;
    gap: 10px;
    background-color: #fff;
  }

  .ielts-demo-book-left-list::-webkit-scrollbar {
    height: 0;
  }

  .ielts-demo-book-left-list-item {
    width: 270px;
    flex-shrink: 0;
    padding: 10px 7px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    display: flex;
    gap: 5px;
  }

  .ielts-demo-book-left-list-item img {
    border-radius: 50%;
  }

  .ielts-demo-book-item-txt p:nth-child(2) {
    font-weight: 600;
  }

  .ielts-demo-book-pop-right {
    flex: 2;
    width: 100%;
    flex-basis: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-color: #fff;
    border-bottom: 2px solid #f5f5f5;
  }

  .ielts-demo-book-pop-right-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }

  .ielts-demo-book-pop-right-desc {
    font-size: 14px;
    text-align: center;
    margin-bottom: 16px;
  }

  .ielts-demo-book-input-ctn {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }

  .ielts-final-pop-ctn {
    margin-top: 40%;
  }

  .ielts-final-pop-main {
    padding: 20px;
    justify-content: center;
    align-items: center;
  }

  .ielts-final-pop-main-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.14;
    margin-bottom: 10px;
  }

  .ielts-final-pop-main-desc {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
  }

  .ielts-dialog-dashboard-btn {
    width: 100%;
    height: 36px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    border: none;
    outline: 0;
    border-radius: 4px;
    background-color: #ff615d;
  }

  .ielts-dialog-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }

  .ielts-cue-card-fifth,
  .ielts-cue-card-fourth,
  .ielts-cue-card-third {
    background-image: url("../images/article/cta-assets/cta-bg-1-mob.webp");
    background-size: 100% 100%;
  }

  .ielts-cue-card-fifth-relative img,
  .ielts-cue-card-fourth-relative img,
  .ielts-cue-card-sixth-relative img,
  .ielts-cue-card-third-relative img {
    position: absolute;
    left: 10px;
    bottom: 0;
  }

  .ielts-cue-card-fifth,
  .ielts-cue-card-third {
    height: 150px;
  }

  .ielts-cue-card-fourth {
    height: 180px;
  }

  .ielts-cue-card-fifth-text p,
  .ielts-cue-card-fourth-text p,
  .ielts-cue-card-third-text p {
    line-height: 1.25 !important;
  }

  .ielts-cue-card-fifth-absolute,
  .ielts-cue-card-fourth-absolute,
  .ielts-cue-card-sixth-absolute,
  .ielts-cue-card-third-absolute {
    position: absolute;
    top: 5px;
    left: 10px;
  }

  .ielts-cue-card-fifth-relative,
  .ielts-cue-card-third-relative {
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 20px 45%;
    height: 100%;
  }

  .ielts-cue-card-fifth-text,
  .ielts-cue-card-fifth-txt,
  .ielts-cue-card-fourth-text,
  .ielts-cue-card-third-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  .ielts-cue-card-third-text {
    display: flex;
    flex-shrink: 0;
    width: 100%;
  }

  .ielts-cue-card-third-text a {
    width: 100% !important;
  }

  .ielts-cue-card-fourth-heading,
  .ielts-cue-card-third-heading {
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1.17 !important;
    text-align: left;
    color: #fff;
    padding: 0 !important;
  }

  .ielts-cue-card-third-btn {
    height: 30px;
    font-size: 14px;
    width: 100%;
  }

  .ielts-cue-card-fourth-relative {
    padding: 25px;
    height: 100%;
  }

  .ielts-cue-card-fifth-btn,
  .ielts-cue-card-fourth-btn {
    flex-shrink: 0;
    width: 160px;
    height: 30px;
    font-size: 14px;
  }

  .ielts-cue-card-fourth-heading {
    margin: 5px 0 !important;
    text-align: center;
  }

  .ielts-cue-card-seventh,
  .ielts-cue-card-sixth {
    background-repeat: no-repeat;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }

  .ielts-cue-card-fourth-text p,
  .main404 .description404,
  .main404 .heading404,
  .main404 .linkGroup404 p,
  .main404 .subHeadingText {
    text-align: center !important;
  }

  .ielts-cue-card-fifth-heading,
  .ielts-cue-card-fourth-text p {
    font-size: 14px;
    line-height: 1.25;
    text-align: left;
    color: #fff;
  }

  .ielts-cue-card-sixth {
    background-image: url("../images/article/cta-assets/cta-bg-3-mob.webp");
    background-size: 100% 170%;
    background-position: 0 -41px;
  }

  .ielts-cue-card-seventh {
    background-image: url("../images/article/cta-assets/cta-bg-4-mob.webp");
    background-size: 100% 100%;
  }

  .ielts-cue-card-sixth-relative {
    position: relative;
    padding: 20px 2px 20px 27% !important;
  }

  .ielts-cue-card-sixth-txt {
    flex-direction: column;
    gap: 10px;
  }

  .ielts-cue-card-sixth-heading {
    width: 200px;
    font-size: 14px;
    line-height: 1.25 !important;
    text-align: center;
    margin-bottom: 0 !important;
  }

  .ielts-intent-popup {
    width: 340px;
    height: 580px;
    padding: 16px;
    border-radius: 4px;
    background-image: url("../images/intentpopup/intent-home-bg-mob.webp");
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-color: #fff;
    overflow-x: hidden;
  }

  .ielts-intent-step-two .ielts-intent-input-wrap {
    margin-bottom: 28px;
  }

  .ielts-intent-already-ctn {
    margin-top: 16px;
  }

  #ielts-intent-select-2 {
    background-position: 95% 18px;
  }

  .ielts-intent-popup-close-btn {
    position: absolute;
    right: 9px;
    top: 9px;
    cursor: pointer;
  }

  .ielts-intent-popup-ctn {
    gap: 16px;
    flex-direction: column;
  }

  .ielts-intent-popup-left {
    flex-basis: 100%;
    padding: 0;
  }

  .ielts-intent-popup-right {
    flex-basis: 100%;
    padding: 0;
    width: 100%;
  }

  .ielts-intent-step-two {
    margin-top: 60px;
  }

  .ielts-intent-heading {
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .ielts-intent-subheading {
    font-size: 14px;
    text-align: center;
    color: #fff;
  }

  .ielts-intent-input-wrap {
    margin-bottom: 16px;
    position: relative;
    width: 100%;
  }

  .ielts-intent-email-box,
  .ielts-intent-otp-box,
  .ielts-intent-phone-box {
    width: 100%;
    height: 45px;
  }

  .ielts-intent-btn {
    width: 100%;
    height: 48px;
  }

  .ielts-intent-already-ctn {
    justify-content: center;
    align-items: center;
  }

  .ielts-intent-otp-resend,
  .ielts-intent-otp-timer {
    right: 3%;
    top: 24%;
  }

  .ielts-intent-slider {
    width: 240px;
    display: none !important;
  }

  .ielts-intent-step-one select {
    height: 45px !important;
  }

  .select2.select2-container,
  .select2.select2-container.select2-container--default.select2-container--above.select2-container--focus,
  .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
    height: 48px !important;
  }

  .select2-container .select2-selection--single {
    height: 48px;
  }

  .select2-container .selection .select2-selection .select2-selection__rendered {
    padding: 8px 15px !important;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 8px !important;
  }

  .ielts-intent-popup .iti--allow-dropdown,
  .ielts-intent-popup .iti--allow-dropdown input[type="tel"] {
    height: 45px;
  }

  .ielts-intent-popup .iti--allow-dropdown input[type="tel"] {
    width: 100%;
    max-width: 308px;
  }

  .main404 {
    margin: 50px 0;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }

  .main404 .left404 {
    flex: 1;
    padding: 0;
  }

  .main404 .right404 {
    flex: 1;
  }

  .main404 .linkGroup404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main404 .linkGroup404 a {
    font-size: 16px;
    margin: 0 !important;
  }

  .main404 .heading404 {
    font-size: 48px;
  }

  .main404 .subHeadingText {
    font-size: 18px;
  }

  .main404 .description404 {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
  }

  .footer-Location h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .footer-Location ul li {
    max-width: 100%;
    padding-right: 0;
    padding-top: 20px;
  }

  .footer-Location ul li:first-child {
    padding-top: 0;
  }

  .brand_and_media ul.social-links {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding-top: 30px;
  }

  .footer_list h4:after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    background: url("../images/homepage/sprite/master-sprite.webp") -35px -878px no-repeat;
    width: 17px;
    height: 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: auto;
    bottom: auto;
  }

  .footer_list h4.angle:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .brand_and_media .footer-link {
    display: flex;
    justify-content: center;
  }

  .zsiq_theme1.zsiq_floatmain {
    bottom: 52px;
  }
}

.brand_and_media ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}

.footrer_main_content h4 {
  color: #1f86e6;
  padding-bottom: 10px;
  line-height: 28px;
  position: relative;
}

.copyright p,
.copyright ul li {
  line-height: 14px;
  color: #b4b5b7;
  font-size: 14px;
}
.copyright p {
  line-height: 25px !important;
  margin-bottom: 0 !important;
}

.footrer_main_content .footer_list {
  padding-left: 0;
  padding-right: 0;
}

.footrer_main_content ul li {
  list-style-type: none;
}

.footrer_main_content ul li a {
  color: #b4b5b7;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  transition: 0.1s;
}

.footrer_main_content .mailIcon,
.footrer_main_content .phoneIcon {
  position: initial;
  vertical-align: middle;
  width: 25px;
}

.copyright {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 50px;
  color: #778098;
}

.copyright ul li {
  display: inline-block;
}

.copyright ul li a {
  color: #b4b5b7;
  text-decoration: none;
}

.exploreButton {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
  padding: 6px 17px;
  border-radius: 4px;
  background-color: #ff615d;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #fff !important;
}

.exploreButton:hover {
  text-decoration: none !important;
}

.enroll-btn,
.enroll-section p {
  font-weight: var(--fweight-semibold);
}

.footerLogoCtn {
  width: 80px;
}

.idpDivider {
  margin: 0 10px 0 0;
  width: 5px;
  background-color: #fff;
  height: 37px;
  border-radius: 10px;
}

.rcicLogoText {
  font-size: 7px;
  color: #fff;
}

.officialAlliesText {
  margin-top: 10px;
  font-size: 18px;
  color: #b4b5b7;
}

.enroll-section {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 !important;
  z-index: 5;
  box-shadow: 0 7px 34px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

.enroll-section .enroll-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  padding: 0;
  margin-bottom: 5px;
  text-align: center;
  white-space: nowrap;
  color: #282828;
}

.enroll-section .container {
  padding: 10px 16px 10px;
}

.enroll-section .d-flex {
  gap: 10px;
}

.enroll-section p {
  padding-bottom: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.enroll-step-three p {
  padding-bottom: 0;
}

.enroll-btn {
  line-height: 24px;
  text-decoration: none;
  border: none;
  height: 36px;
  border-radius: 4px;
  color: var(--color-white);
  width: 100%;
  text-align: center;
  padding: 5px;
  font-size: 18px;
}

.enroll-form-section {
  z-index: 999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

.enroll-form-section-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}

.enroll-main-body {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}

.enroll-form span.closeIcon3 {
  position: absolute;
  right: 16px;
  z-index: 10;
}

.closeIcon3 {
  background-position: -157px -3916px !important;
  background-repeat: no-repeat !important;
  width: 16px;
  height: 16px;
}

.checkIcon,
.ourOffices {
  background-repeat: no-repeat;
}

.enroll-form .enroll-que {
  width: 260px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #282828;
}

.enroll-form .enroll-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.enroll-form .enroll-three-heading {
  width: 260px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #282828;
}

.enroll-form .enroll-three-desc {
  font-weight: 500;
  font-size: 14px;
}

.enroll-input-wrap {
  position: relative;
}

.enroll-input-wrap .enroll-input-heading {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #282828;
  margin-bottom: 0;
}

.enroll-input-wrap input:focus,
.enroll-input-wrap input:focus-visible {
  border: 1px solid #282828 !important;
}

.enroll-input-wrap .enroll-input-field {
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  border-radius: 4px;
  color: #686868;
  border: 1px solid #d8d8d8;
  outline: 0;
}

.enroll-input-wrap .enroll-error {
  position: absolute;
  bottom: -6px !important;
  left: 0;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  color: #ff615d;
  white-space: nowrap;
  margin-bottom: 0;
}

.enroll-input-wrap .iti.iti--allow-dropdown {
  width: 100%;
  margin-bottom: 20px !important;
  height: 40px;
}

.enroll-input-wrap .iti__selected-flag {
  padding: 8px 6px 0 8px;
}

.enroll-input-wrap .select2-container .select2-selection--single {
  position: relative;
  height: 40px !important;
  color: #686868 !important;
  border: 1px solid #d8d8d8;
}

.enroll-input-wrap .select2-container .selection .select2-selection .select2-selection__rendered {
  color: #686868 !important;
  font-size: 14px;
  padding: 5px 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 4px;
  right: 8px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background: url("../images/homepage/sprite/master-sprite.webp") -37px -880px no-repeat;
  width: 14px;
  height: 9px;
}

.select2-selection__placeholder {
  color: #686868 !important;
}

.select2.select2-container {
  width: 100% !important;
  border: none !important;
}

.select2.select2-container.select2-container--default.select2-container--above.select2-container--focus,
.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
  width: 100% !important;
}

.enroll-input-dates-ctn {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}

.enroll-input-dates-ctn .date-input-box input[type="radio"]:checked~label {
  border: 1px solid #3d8ff2 !important;
  background-color: #e8f2fc !important;
  color: #282828;
}

.checkIcon {
  background-position: -359px -3916px !important;
  width: 80px !important;
  height: 80px !important;
}

.enroll-congrats-message {
  width: 325px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.33 !important;
  margin: 0 0 20px;
  text-align: center;
  color: #282828;
}

.enroll-step-congrats .d-flex {
  padding-top: 20px;
}

.enroll-input-wrap select {
  background: 0 0;
  margin-bottom: auto !important;
}

.enroll-input-wrap .countryInfo {
  left: -12px;
  top: 25px;
}

.enroll-input-wrap .iti__flag-container {
  bottom: 8px;
}

.enroll-already-registered {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.enroll-already-registered p {
  font-size: 14px;
  line-height: 1.14;
  font-weight: 500;
  color: #000;
  padding: 0;
}

.enroll-lead-captured {
  display: none;
  gap: 10px;
}

.enroll-btn.no-btn,
.enroll-btn.talk-btn {
  background-color: #02359e;
}

.enroll-main-body .container {
  position: relative;
  padding: 0;
}

.desktopSplitBackDrop,
.enroll-form-section-backdrop-final {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: scale(0);
  transition: 50ms;
}

.enroll-form {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transition: 0.4s;
}

.enroll-step-one {
  display: block;
  padding: 25px 16px 16px;
}

.enroll-step-two-ctn {
  padding: 5px 16px 16px;
}

.enroll-sheet-line {
  position: absolute;
  top: 8px;
  left: 41%;
  width: 53px;
  height: 7px;
  border-radius: 10px;
  background-color: #efefef;
}

.enroll-step-two-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 16px 5px;
  border-bottom: 1px solid #d8d8d8;
}

.enroll-header-title {
  font-size: 20px;
  color: #282828;
}

.enroll-header-desc {
  font-size: 16px;
  font-weight: 500 !important;
  color: #282828;
}

.enroll-step-congrats {
  padding: 14px 0;
}

.enroll-input-wrap .enroll-phone {
  padding-left: 47px;
}

.enroll-input-wrap .stepOneSelectError {
  bottom: -16px !important;
}

.enroll-input-wrap .enroller-email1-error {
  bottom: -22px !important;
}

.enroll-section.mobile_only .enroller-mobile-error {
  bottom: -3px !important;
}

.enroll-already-registered {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0;
}

.enroll-already-registered a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.14;
  font-weight: 600;
}

.enroll-already-registered p:first-child {
  font-size: 16px;
  line-height: 1.14;
  font-weight: 600;
  color: #02359e;
}

.enroll-already-registered p:nth-child(2) {
  color: #ff615d;
  font-weight: 600;
  font-size: 16px;
}

.enroll-lead-captured a:hover {
  color: #fff;
  text-decoration: none;
}

.enroll-input-wrap input:invalid {
  border: 1px solid red;
}

.lazyLoadImg {
  background-image: none !important;
}

.ourOffices {
  background-image: url(" ../images/homepage/desktop/our-offices-bg.webp");
  background-color: #fde1c0;
  background-size: cover;
  padding: 80px 0;
}

.ourOffices .locationTab {
  padding: 30px 42px 30px 30px;
  max-width: 552px;
  background-color: #fff;
  border-radius: 8px 0 0 8px;
  border-left: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.ourOffices .locationTab h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.22;
  color: #282828;
  margin-bottom: 22px;
}

.ourOffices .locationTab .locationTabCities {
  list-style-type: none;
  display: flex;
  row-gap: 12px;
  column-gap: 10px;
  padding: 0 0 20px;
  margin: 0 0 20px;
  flex-wrap: wrap;
  border-bottom: 1px solid #d8d8d8;
}

.locationTabCities label {
  margin-bottom: 0 !important;
}

.ourOffices .locationTab .locationTabCities li {
  flex-basis: 48%;
  flex-grow: 1;
  max-width: 235px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  padding: 6px 16px;
  position: relative;
}

.ourOffices .locationTab .locationTabCities li::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url("../images/homepage/sprite/master-sprite.webp");
  background-position: -412px -2956px;
  width: 8px;
  height: 14px;
}

.ourOffices .locationTab .locationTabCities li label {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  text-align: left;
  color: #282828;
}

.ourOffices .locationTab .locationTabCities li input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.ourOffices .locationTab .locationTabCities li:has(input:checked) {
  border-left: 4px solid #ff615d;
}

.ourOffices .locationTab .locationTabCities li input:checked+label {
  font-weight: 600;
  color: #ff615d;
}

.ourOffices .locationTab .selectedCityArea .cityLocationAddress .col-md-6 {
  font-size: 16px;
  line-height: 1.5;
}

.ielts-spinner-step-2,
.ourOffices .mapTab .selectedCityMap {
  display: none;
  height: 100%;
}

.ourOffices .mapTab .selectedCity {
  display: block;
}

.col-md-6.mapTab {
  padding: 0 !important;
}

.ourOffices .mapTab .selectedCityMap iframe {
  height: 100% !important;
  margin: 0 !important;
  max-height: unset !important;
  border-radius: 0 8px 8px 0;
  border: 1px solid #d8d8d8;
}

.enroll-section.desktop_only.hide {
  visibility: hidden;
}

.enroll-section.desktop_only.show {
  visibility: visible;
}

#ielts-enroll-dialog {
  display: none;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.enroll-section.desktop_only .enroll-section-question.container {
  padding: 12px !important;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.enroll-section.desktop_only .enroll-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  color: #282828;
  margin-bottom: 0;
}

#desktopSplit .enroll-lead-not-captured .enroll-btn {
  width: 270px;
}

#ielts-enroll-dialog .enroll-btn,
.enroll-section.desktop_only .enroll-btn {
  width: 180px;
  line-height: 24px;
  text-decoration: none;
  border: none;
  height: 36px;
  border-radius: 4px;
  font-weight: var(--fweight-semibold);
  color: var(--color-white);
  text-align: center;
  padding: 5px;
  font-size: 18px;
}

.ielts-enroll-dialog {
  width: 100%;
  max-width: 510px;
  z-index: 1000;
  border: none;
  border-radius: 4px;
  position: relative;
  background: #fff;
  padding: 16px;
}

.ielts-enroll-dialog .select2-container--default .select2-selection--single .select2-selection__arrow b,
.ielts-enroll-dialog select {
  background-image: url(/v2/images/version2/selectoption.png);
  background-repeat: no-repeat;
  background-position: 95% 17px;
  font-size: 14px;
  -webkit-appearance: none;
}

.ielts-enroll-dialog .ieltsmaterialIcons {
  background: url("../images/homepage/sprite/master-sprite.webp") no-repeat;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.ielts-enroll-dialog .closeIcon4 {
  background-position: -457px -1236px !important;
  width: 20px;
  height: 20px;
  opacity: 0.3;
}

.closeEnrollDialog {
  position: absolute;
  right: 20px;
  cursor: pointer;
}

.ielts-enroll-dialog.container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ielts-enroll-dialog-heading {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 2.2;
}

.ielts-enroll-dialog .enroll-input-wrap .enroll-input-heading {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #282828;
  margin-bottom: 0;
  white-space: nowrap;
}

.ielts-pr-form .help-block {
  display: none;
  font-size: 12px;
  font-weight: 500;
}

.ielts-pr-form .enroll-input-wrap .iti.iti--allow-dropdown {
  margin-bottom: 0 !important;
  height: 40px;
}

.ielts-enroll-dialog .enroll-step-two-header {
  padding: 8px 16px 20px;
  border-bottom: 0;
}

.ielts-enroll-dialog .enroll-header-title {
  font-size: 24px;
  color: #282828;
  margin-bottom: 5px;
  font-weight: 700;
}

.ielts-pr-form .iti__selected-flag {
  padding: 0 6px 0 8px;
}

.ielts-pr-form .enroll-already-registered.changeshape {
  padding: 16px 0 0;
}

.ielts-pr-form .enroll-already-registered p {
  font-weight: 600;
  font-size: 16px;
}

.ielts-pr-forms {
  padding: 0 60px;
}

.ielts-pr-timeline {
  display: flex;
  width: 65%;
}

.ielts-pr-step {
  flex-basis: 150px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.ielts-pr-step-number {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid grey;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #686868;
}

.ielts-pr-step-title {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #686868;
}

.ielts-pr-timeline-line {
  position: absolute;
  right: -80px;
  top: 45%;
  width: 150px;
  height: 2px;
  background-color: #d8d8d8;
  z-index: -1;
}

.ielts-pr-timeline-line.active {
  background-color: #18c4aa;
}

.ielts-pr-form {
  display: none;
  padding: 20px 0 0;
}

.ielts-pr-form.active {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ielts-enroll-dialog .next-form-btn {
  width: 160px;
  height: 48px;
}

.ielts-enroll-dialog .ielts-enroll-dialog-header {
  display: none;
  padding-bottom: 0;
}

.ielts-enroll-dialog .enroll-input-wrap {
  margin-bottom: 20px;
  width: 100%;
}

.ielts-enroll-dialog .iti__flag-container {
  top: 0;
  bottom: 0;
}

.ielts-pr-form-container .iti__flag-container ul {
  width: 345px;
  margin-top: 9px;
}

.ielts-enroll-dialog .wrapper {
  height: 30px;
  width: 30px;
  display: none;
  flex-grow: 0;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.ielts-enroll-dialog .checkmark {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  stroke-width: 3;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 8% auto;
  box-shadow: inset 0 0 0 #6cc6aa;
  animation: 0.4s ease-in-out 0.4s forwards fill,
    0.3s ease-in-out 0.9s both scale;
}

.ielts-enroll-dialog .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #6cc6aa;
  fill: none;
  animation: 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards stroke;
}

.ielts-enroll-dialog .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards stroke;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {

  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0 0 0 30px #6cc6aa;
  }
}

svg:not(:root) {
  overflow-clip-margin: content-box;
  overflow: hidden;
}

.closeIcon2 {
  background-position: -354px -3875px;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.closeIconSm {
  background-position: -344px -1194px !important;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  transform: scale(0.7);
}

.btn-2 span.closeIcon2,
.starIconSpinner {
  transform: scale(0.8);
}

.starIconSpinner {
  background-position: -425px -1191px !important;
  width: 20px;
  height: 18px;
  flex-shrink: 0;
}

#step-1,
.ielts-spinner-close-btn {
  justify-content: center;
  display: flex;
}

.ielts-spinner-modal {
  display: none;
  position: fixed;
  bottom: 5%;
  left: 3%;
  width: 300px;
  height: 210px;
  background-image: url(../images/spin/bg-desk-sm.webp);
  background-size: 100% 100%;
  z-index: 999;
  overflow: hidden;
}

.ielts-spinner-modal.expand {
  width: 720px;
  left: 0;
  top: 98px;
  border: none;
  height: calc(100% - 96px);
  background-image: url(../images/spin/bg-desk.webp);
}

.ielts-spinner-ctn {
  height: 100%;
  border: none !important;
}

.ielts-input-ctn .select2-container .selection,
.ielts-spinner-ctn .iti--allow-dropdown {
  height: 36px;
  width: 100%;
}

#step-1 {
  align-items: center;
  gap: 30px;
  height: 100%;
}

.ielts-spinner-left {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ielts-spark-bg-img {
  width: 91%;
  position: absolute;
  top: 12%;
  left: 6%;
  z-index: -1;
}

.ielts-spark-bg-img.expand {
  width: 42%;
  top: 13%;
}

.ielts-spinner-close-btn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
  align-items: center;
  background-color: #fff;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
}

.ielts-spinner-h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}

.ielts-shine-btn {
  width: 86px;
  height: 30px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  border: 1px solid #ff615d;
  background-color: #ff615d;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.ielts-change-otp,
.ielts-spinner-para,
.ielts-spinner-timer {
  font-size: 16px;
  line-height: 1.25;
}

.ielts-spinner-para,
.ielts-spinner-right h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}

.ielts-shine-btn:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  background-image: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 30%,
      rgb(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  animation: 2.5s linear infinite shine;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  100%,
  20% {
    left: 100%;
  }
}

.ielts-spinner-left #chart {
  transform: scale(0.55);
}

.ielts-spinner-right h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.ielts-spinner-para {
  width: 244px;
}

.spinner-already {
  margin-top: 10px;
  text-align: center;
  padding-left: 30px;
  display: none;
}

.ielts-change-otp,
.ielts-input-ctn .help-block,
.ielts-spinner-timer {
  text-align: left;
  position: absolute;
}

.ielts-input-panel {
  margin-bottom: 25px;
}

.ielts-input-ctn {
  border-radius: 4px;
  animation-name: ripples;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  display: none;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.ielts-input-ctn .iti__country-list {
  position: relative !important;
  max-width: 280px !important;
  overflow-x: hidden !important;
}

.ielts-input-ctn input {
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  outline: 0;
}

.ielts-input-ctn input::placeholder {
  font-size: 14px;
  line-height: 1.71;
  text-align: left;
  color: #686868;
}

.ielts-input-ctn .help-block {
  display: none;
  padding-top: 1px;
  font-size: 13px;
  line-height: 1.14;
  color: #ff615d;
}

.ielts-spinner-timer {
  top: 24%;
  right: 10px;
  font-weight: 500;
  color: #ff615d;
}

.ielts-change-otp {
  display: none;
  right: 0;
  top: 100%;
  background-color: transparent;
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  font-weight: 500;
  color: #ff615d;
}

.ielts-avail-btn,
.ielts-spinner-nxt-btn {
  height: 36px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background-color: #ff615d;
  text-align: center;
}

.ielts-input-ctn select {
  width: 100%;
  height: 36px;
  border: 1px solid #686868;
  border-radius: 4px;
  background: url(/v2/images/version2/selectoption.png) 95% 14px no-repeat #fff;
  color: #686868;
  cursor: pointer;
  box-sizing: border-box;
  padding: 4px 10px;
  font-size: 14px;
  -webkit-appearance: none;
}

.ielts-input-ctn select:focus-visible {
  outline: 0;
}

.ielts-input-ctn select option {
  padding: 6px;
}

.ielts-input-ctn .select2-container .select2-selection--single {
  position: relative;
  height: 36px !important;
  color: #686868 !important;
  border: 1px solid #d8d8d8;
}

.ielts-input-ctn .select2-container .selection .select2-selection .select2-selection__rendered {
  color: #686868 !important;
  font-size: 14px;
  padding: 4px 10px !important;
}

.ielts-input-ctn .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 16px !important;
}

.ielts-spinner-step-1 .ielts-input-ctn .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background-image: url("../../images/sprite/master-sprite.webp") !important;
  background-position: -37px -880px;
  background-repeat: no-repeat;
  width: 14px !important;
  height: 9px !important;
  margin: 0 !important;
  filter: none !important;
  top: 50% !important;
  left: 50% !important;
}

.ielts-input-ctn .select2-selection__placeholder {
  color: #686868 !important;
}

.ielts-input-ctn .select2-results__option.select2-results__option--selectable.select2-results__option--selected.select2-results__option--highlighted,
.select2-container--default .select2-results__option--selected {
  color: #282828 !important;
  background-color: #f5f5f5 !important;
}

.ielts-input-ctn .select2.select2-container,
.ielts-input-ctn .select2.select2-container.select2-container--default.select2-container--above.select2-container--focus,
.ielts-input-ctn .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
  width: 100% !important;
  height: 36px !important;
}

.ielts-input-ctn .select2-container--default .select2-results__option--selected,
.select2-dropdown.ielts-category.select2-dropdown--above .select2-results .select2-results__options .select2-results__option.select2-results__option--selectable.select2-results__option--selected,
.select2-dropdown.ielts-category.select2-dropdown--below .select2-results .select2-results__options .select2-results__option.select2-results__option--selectable.select2-results__option--selected {
  background-color: #f5f5f5 !important;
}

.select2-dropdown.ielts-category.select2-dropdown--above .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-dropdown.ielts-category.select2-dropdown--above .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable[aria-selected="true"],
.select2-dropdown.ielts-category.select2-dropdown--above .select2-results__option--selectable:hover,
.select2-dropdown.ielts-category.select2-dropdown--below .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-dropdown.ielts-category.select2-dropdown--below .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable[aria-selected="true"],
.select2-dropdown.ielts-category.select2-dropdown--below .select2-results__option--selectable:hover {
  background-color: #f5f5f5 !important;
  color: #282828;
}

.ielts-spinner-nxt-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 116px;
  padding: 0 20px;
  border-radius: 4px;
  border: 1px solid #ff615d;
}

.ielts-avail-btn {
  width: auto;
  padding: 6px 24px;
  margin-top: 10px;
  border-radius: 4px;
  border: 1px solid #ff615d;
  display: none;
}

#ielts-spin-btn,
.ielts-spinner {
  display: flex;
  border-radius: 50%;
}

.ielts-spinner {
  position: relative;
  height: 120px;
  width: 120px;
  background-image: url(../../v3/images/spin/spinner-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10px;
  justify-content: center;
  align-items: center;
}

#ielts-spin-btn,
[class|="confetti"] {
  position: absolute;
}

.ielts-spinner.expand {
  height: 230px;
  width: 230px;
}

#ielts-spin-btn {
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  top: 48%;
  left: 50%;
  height: 28px;
  width: 28px;
  cursor: pointer;
  border: 0;
  background: #02359e !important;
  color: var(--white_color);
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
}

.ielts-spin-btn.expand {
  top: 50% !important;
  height: 50px !important;
  width: 50px !important;
}

.ielts-spinner img {
  height: 25px;
  position: absolute;
  top: 38%;
  right: 0;
  transform: rotate(90deg);
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
  z-index: 1;
}

.ielts-spinner.expand img {
  height: 40px;
  top: 39%;
}

#text {
  font-size: 16px;
  text-align: center;
  margin-top: 1.5rem;
  color: var(--gold_color);
  font-weight: 600;
}

text {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  pointer-events: none;
  fill: #fff;
}

#chart {
  position: relative;
  width: auto;
  height: auto;
}

.orange {
  background-color: #ff6b00;
}

.yellow {
  background-color: #ff0;
}

.blue {
  background-color: purple;
}

button:disabled {
  background-color: rgba(255, 97, 93, 0.6) !important;
}

.ielts-header-book-demo-btn:disabled,
.ielts-login-signup-btn:disabled,
.ielts-login-signup-btn:disabled * {
  color: #d8d8d8;
  border-color: #ff615d;
}

.please-wait {
  color: #d8d8d8;
  display: none;
}

@keyframes ripples {
  0% {
    box-shadow: 0 0 0 0 rgba(207, 207, 207, 0.467),
      0 0 0 0 rgba(126, 126, 126, 0.667);
  }

  80% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.01),
      0 0 0 5px rgba(255, 255, 255, 0.06);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(196, 196, 196, 0), 0 0 0 0 rgba(196, 196, 196, 0);
  }
}

@media (max-width: 1023px) {

  .copyright,
  .ielts-spinner-step-2 {
    flex-direction: column;
  }

  .ourOffices .sec_head {
    padding-bottom: 0;
  }

  .ourOffices .sec_head h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
  }

  .ourOffices .locationAccordion {
    margin: 0;
  }

  .ourOffices .accordion {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    color: #444;
    cursor: pointer;
    padding: 6px 16px;
    width: 100%;
    height: 36px;
    text-align: left;
    outline: 0;
    font-size: 16px;
    line-height: 24px;
    transition: 0.4s;
  }

  .ourOffices .accordion.active:hover,
  .ourOffices .active {
    font-weight: 600;
    color: #ff615d;
    border-left: 3px solid #ff615d;
  }

  .ourOffices .accordion:after {
    content: "";
    width: 15px;
    height: 18px;
    background-image: url("../images/homepage/sprite/master-sprite.webp");
    background-position: -4px -328px;
    float: right;
    margin-left: 5px;
  }

  .ourOffices .active:after {
    background-position: -4px -359px;
  }

  .ourOffices .panel {
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 15px;
  }

  .ourOffices .panel .innerPanel h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 8px;
    margin-top: 16px;
  }

  .ourOffices .panel .innerPanel .col-md-6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71;
    color: #282828;
    margin-bottom: 8px;
  }

  .ourOffices .panel .innerPanel .col-md-6:last-child {
    margin-bottom: 16px;
  }

  .ourOffices .panel .selectedCityMap iframe {
    width: 100%;
    height: 296px !important;
  }

  .please-wait {
    text-align: center;
  }

  .ielts-spinner-mob-btn {
    display: flex !important;
  }

  .ielts-spinner-mob-btn.hide {
    display: none !important;
  }

  .ielts-spinner-ctn .iti--allow-dropdown .iti__flag-container,
  .iti--separate-dial-code .iti__flag-container {
    top: 10px;
  }

  .ielts-spinner-ctn .iti--allow-dropdown {
    margin-bottom: 12px !important;
  }

  .ielts-spinner-ctn::after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: red;
    z-index: -1;
  }

  .ielts-spinner-modal {
    border-radius: 4px;
    display: none;
    width: 300px;
    height: 210px;
    background-image: url(../../images/spin/bg-desk-sm.webp);
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 0 0 0 #02359e;
    animation: 1.5s ease-out infinite glow;
  }

  #step-1,
  .ielts-spinner-ctn {
    height: 100%;
  }

  .ielts-spinner-modal.expand {
    width: calc(100% - 20px);
    top: 50%;
    left: 50%;
    height: 560px;
    transform: translate(-50%, -50%);
    background-image: url(../../v3/images/spin/bg-mob.webp);
  }

  #ielts-shine-btn-1 {
    width: 100%;
    height: 48px;
    margin-top: 40px;
  }

  #step-1 {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
  }

  .ielts-spark-bg-img {
    width: 90%;
    position: absolute;
    top: 20%;
    left: 8%;
    z-index: -1;
  }

  .ielts-spark-bg-img.expand {
    width: 85% !important;
    top: 3%;
    left: 10% !important;
  }

  .ielts-spinner-close-btn {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: none;
    outline: 0;
  }

  .ielts-spinner-h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
  }

  @keyframes shine {
    0% {
      left: -100px;
    }

    100%,
    20% {
      left: 100%;
    }
  }

  .ielts-spinner-left {
    margin-top: 40px;
    height: unset;
  }

  .ielts-spinner-right {
    width: 100% !important;
    flex-shrink: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
  }

  .ielts-spinner-rht h2,
  .ielts-spinner-right h2 {
    font-size: 24px;
    line-height: 1.17;
    text-align: center;
    color: #fff;
    margin-bottom: 8px;
  }

  .ielts-spinner-para,
  .ielts-spinner-rht p {
    width: 100%;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 17px;
  }

  .ielts-input-panel {
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 5px;
  }

  .ielts-avail-btn,
  .ielts-input-ctn input {
    width: 100%;
    height: 48px;
  }

  .ielts-change-otp {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: transparent;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
    color: #ff615d;
  }

  .ielts-spinner,
  .ielts-spinner-2 {
    border-radius: 50%;
    background-image: url(../../v3/images/spin/spinner-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .ielts-input-ctn select {
    width: 100%;
    height: 48px;
    background-position: 95% 20px !important;
  }

  .ielts-input-ctn .select2-container .select2-selection--single {
    height: 48px !important;
  }

  .ielts-input-ctn .select2-container .selection .select2-selection .select2-selection__rendered {
    padding: 10px !important;
  }

  .ielts-input-ctn .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 8px;
    right: 16px !important;
  }

  .ielts-input-ctn .select2.select2-container,
  .ielts-input-ctn .select2.select2-container.select2-container--default.select2-container--above.select2-container--focus,
  .ielts-input-ctn .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
    width: 100% !important;
    height: 48px !important;
  }

  .ielts-spinner-nxt-btn {
    width: 100% !important;
    height: 48px;
    font-size: 16px;
  }

  #step-3 {
    flex-direction: column;
    overflow: hidden;
  }

  .ielts-spinner,
  .ielts-spinner-lft {
    justify-content: center;
    display: flex;
  }

  .ielts-spinner-lft {
    height: auto;
    width: 100%;
    padding: 0 10px;
    align-items: center;
    flex-direction: column;
  }

  .ielts-spinner-lft img {
    position: absolute;
    top: 6%;
  }

  .ielts-spinner {
    height: 120px;
    width: 120px;
    padding: 14px 10px 10px;
    align-items: center;
  }

  .ielts-spinner-2 {
    height: 220px;
    width: 220px;
    padding: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 0;
  }

  .ielts-spinner-3 {
    height: 300px;
    width: 300px;
    padding: 17px;
  }

  #ielts-wheel {
    height: 120px;
    width: 120px;
    max-height: 120px;
  }

  #ielts-spinWheel,
  #ielts-spinWheel2,
  #ielts-spinWheel3 {
    max-height: inherit;
    width: inherit;
  }

  .ielts-spin-btn-2 {
    top: 50% !important;
    height: 60px !important;
    width: 60px !important;
  }

  .ielts-spinner.expand img {
    height: 40px !important;
    position: absolute;
    top: 42%;
    left: 92%;
  }

  #text {
    font-size: 16px;
    font-weight: 600;
  }

  .desktop_only {
    display: none !important;
  }

  .mobile_only {
    display: block !important;
  }

  .ourOffices {
    padding: 40px 16px;
    background-image: url(../images/homepage/mobile/our-offices-bg-mobile.webp);
  }

  .ourOffices .container {
    padding: 16px;
    border-radius: 6px;
    background-color: #fff;
  }

  .ourOffices .sec_head {
    padding-bottom: 0px;
  }

  .ourOffices .locationAccordion {
    margin: 0px;
  }
}

.ielts-spinner-mob-btn {
  position: fixed;
  bottom: 30%;
  right: 5%;
  z-index: 10;
  display: none;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #d8d8d8;
  padding: 5px 14px 5px 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  animation-name: ripple2;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

.ielts-spinner-mob-btn h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #ff615d;
}

.btn-2 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -5px;
  right: 0;
  background-color: #ff615d !important;
}

@keyframes ripple2 {
  0% {
    box-shadow: 0 0 0 0 rgba(207, 207, 207, 0.467),
      0 0 0 0 rgba(126, 126, 126, 0.667);
  }

  80% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.01),
      0 0 0 5px rgba(255, 255, 255, 0.06);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(196, 196, 196, 0), 0 0 0 0 rgba(196, 196, 196, 0);
  }
}

@keyframes glow {
  0% {
    box-shadow: 0 0 0 0 #02359e;
  }

  50% {
    box-shadow: 0 0 20px 0 #02359e;
  }
}

#spin-mobile {
  padding-right: 0;
}

.desktopSpinBackDrop {
  width: 100%;
  height: 100%;
  transition: 50ms;
  z-index: 1;
}

.spinner-already-login {
  text-decoration-color: #d8d8d8;
}

@media (max-width: 1023px) {
  .formContainer {
    padding: 10px;
  }
}

.formContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  overflow: auto;
  display: none;
  z-index: 999 !important;
}

.formContainer .nameSignupIcon {
  background-position: -248px -3475px;
}

.formContainer .emailSignupIcon {
  background-position: -315px -3477px;
}

.formContainer .examSignupIcon {
  background-position: -283px -3477px;
  width: 16px;
  height: 19px;
}

.formContainer .passwordSignupIcon {
  background-position: -352px -3475px;
}

.formContainer .indiaIcon {
  flex-shrink: 0;
}

.user-text-mobile {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.3px;
  text-align: center;
  color: #282828;
  padding-bottom: 15px;
}

.mobileMenu {
  display: none;
}

@media (max-width: 1023px) {
  .closeMenuCtn {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
  }

  .closeMenu {
    background-position: -97px -887px;
    width: 20px;
    height: 20px;
    margin: 0;
  }

  .mobileMenu {
    display: block;
    height: 100%;
    left: 0;
    width: 0;
    top: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.63);
    z-index: 1000;
  }

  .slider-menu {
    width: 0%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    background: #fff;
    display: block;
    z-index: 2;
  }

  .slider-menu-option ul {
    margin: 0;
    padding: 0px;
  }

  .slider-menu-option ul li {
    list-style-type: none;
    border-bottom: 1px solid #eaeaea;
  }

  .slider-menu-option ul li a {
    color: var(--primary-font-color);
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    display: block;
    padding: 1em;
    position: relative;
  }

  .collegesslider,
  .coursesslider,
  .examsslider,
  .studyAbroadslider,
  .boardsslider,
  .resourcesslider {
    width: 0%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: auto;
    background: #fff;
    z-index: 1;
  }

  .backToMenu {
    background: #fafbfc;
    font-size: 15px;
    line-height: 20px;
    color: #282828;
    font-weight: 600;
    text-transform: capitalize;
    padding: 12px 20px;
  }

  .sliderCategory:after {
    content: " ";
    background: url(../images/homepage/sprite/master-sprite.webp);
    background-position: -305px -4893px;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 14px;
    height: 9px;
    transform: rotate(90deg);
  }

  .angle_left {
    background-position: -305px -4893px;
    width: 14px;
    height: 9px;
    transform: rotate(-90deg);
    margin-right: 5px;
  }

  .copyright p {
    line-height: 6px;
    margin-top: 10px;
    margin-bottom: 0;
  }
}
